
      body {
        margin: 0;
        font-family: "Exo 2", sans-serif;
      }

      /* HEADER OVERLAY */
      header {
        /*position: absolute;*/
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 20px 0;
        background: transparent;
        margin-top: 0;
      }

      .logo img {
      height: 80px;
  filter: brightness(0) invert(0);
      }

    header .logo {
        padding-bottom: 0px;
        }
        
        
        .slicknav_menu{
            margin-top:10px;
        }
        .slicknav_btn {
 


  width: 100%;
  border-radius: 1px;

}
.slicknav_nav{
    background: black;
  margin-top: 30px;
  border-radius: 3px;
  text-align: center;
}

#wrapper {
  padding: 30px 0;
}
      nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
      }

      nav ul li {
        display: inline-block;
        margin-left: 25px !important;
      }

      nav ul li a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 0 !important;
  display: block;
          border-bottom:1px solid transparent !important;

      }

      nav ul li a:hover 
      
   {   
       color:#999;
        border-bottom:1px solid #999 !important;

  }    
      nav .active {
   
        font-weight:bold !important;
 border-bottom:1px solid #000 !important;
      }

      /* FULLSCREEN SLIDER */
      .fullscreen-slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
      }

      .carousel,
      .carousel-cell {
        height: 100%;
      }

      .carousel-cell {
        width: 100%;
      }

      .carousel-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.carousel-cell::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}

      header {
        z-index: 2;
      }

      .carousel-cell {
        padding-right: 0px;
      }
      .flickity-prev-next-button {
        z-index: 99;
      }
      
      
      
      
/* Default for desktop */
.slide-content {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .slide-content {
    left: 5%;              /* closer to edge on small screens */
    max-width: 90%;        /* use almost full width */
    top: 50%;
    transform: translateY(-50%);
    text-align: left;      /* optional: left-align text for mobile */
  }

  .slide-content h1 {
    font-size: 28px;       /* smaller title */
  }

  .slide-content p {
    font-size: 14px;       /* smaller text */
  }

  .btn-slide {
    padding: 10px 20px;
    font-size: 14px;
  }
  

}

@media (max-width: 480px) {
    
      .flickity-prev-next-button {
  bottom: 1% !important;
 top: unset;
  }
  
  
  .slide-content {
    left: 5%;
    max-width: 90%;
    top: 50%;
    transform: translateY(-50%);
  }

  .slide-content h1 {
    font-size: 22px;
  }

  .slide-content p {
    font-size: 12px;
  }

  .btn-slide {
    padding: 8px 15px;
    font-size: 12px;
  }
}

.slide-content h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ddd;
}

.btn-slide {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-slide:hover {
  background: #000;
  color: #fff;
}

.carousel-cell {
  position: relative;
}

.flickity-button {
  background: transparent;
  color: #fff;
  margin: 0 20px;
}

.flickity-button:hover {
  background: transparent;
    color: #cfc;

}
.portfolioFilter .cbp-filter-item{
    width:110px;
}
.cbp.classicAnim .cbp-item .overlay {
  border: 0px solid #000 !important;
}

footer .footer-links li {
  float: left !important;
  margin: 5px;
  list-style: none;
}

footer .footer-links li a {
  font-size: 17px;
}

.square-loader {
  transform: rotate(0deg);
  left: calc(50% - 50px);
}