.slider-btn:hover .btn-after{
    margin-top: -50px;
    margin-left: 0px;
}
.slider-content {
    position: relative;
    z-index: 2;   
    padding:100px;
	margin-top: 120px;
}
.slider-bg .banner-img {
  overflow: hidden;
  height: 738px;
  margin-top: 115px;
  margin-right: -62px;
}
.slider-content.s-slider-content.text2 {
    margin-top: 0;
}
.slider-content.s-slider-content.text3 {
    margin-top:168px;
}
.slider-btn{
    display: inline-block;
    position: relative;
}
.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #e9b503;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}
 .slider-active .slick-dots li.slick-active button {
    width: 50px;
   background: #e9b503;
}
.slider-active .slick-dots li.slick-active button::before {
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}
.single-slider .subricbe{
 border-radius: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
position: relative;
padding: 15px;
margin-top: 40px;
width: 92%;
}

/* 3. slider */
.overlay-bg-01 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .overlay-bg-02 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px;
  }
  .overlay-bg-04 {
    position: absolute;
    right: 0;
    bottom: 100px;
  }
  .slider-bg {
      min-height: 738px;
      background-position: center bottom;
      background-size: cover;
      position: relative;
      z-index: 1;
  }
  .slider-bg .image-layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-size: cover !important;
      transform: scale(1);
      transition: transform 7000ms ease;
      z-index: 1;
  }
  .slider-bg.slick-active .image-layer{
       transform: scale(1.15);
  }
  .slider-bg .video-i.popup-video
  {
      text-align: center;
      position: relative;
      z-index: 1;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
  }
  .slider-bg .video-i.popup-video img {
      display: inline-block;
  }
  
  .show-bg3::before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: .7;
      z-index: 1;
  }
  .slider-bg2 {
      min-height: 900px;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-top: -118px;
      z-index: 1;
  }
  .slider-bg2 .slider-content > span::before {
      content: "";
      background:#383838;
      height: 3px;
      float: left;
      width: 60px;
      margin-top: 15px;
      margin-right: 10px;
  }
  .slider-bg2 .slider-content h2{
      color:#fff;
  }
  .slider-bg2 .slider-content p {
      color:#676f67;
      font-size: 16px;
      margin-bottom: 0;
  }
  .slider-bg2 .slider-content > span {
      font-size: 22px;
      font-weight: 500;
      color:#e9b503;
      display: block;
      margin-bottom: 20px;
      margin-top: 30px;
  }
  .slider-bg .video-i i {
  background: #fff;
  padding: 14px;
  border-radius: 100%;
  width: 60px;
  display: inline-block;
  text-align: center;
  color: #e9b503;
  height: 60px;
  line-height: 30px;
  box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
      
  }
  
  .slider-bg2 .video-i {
      background:#383838;
      padding: 14px;
      border-radius: 100%;
      width: 51px;
      display: inline-block;
      text-align: center;
      color: #fff;
      margin-left: 20px;
  }
  .slider-bg2 .video-i:hover {
      background:#e9b503;
      padding: 14px;
      border-radius: 100%;
      width: 51px;
      display: inline-block;
      text-align: center;
      color: #fff;
      margin-left: 20px;
  }
  .slider-three .slider-bg{
    min-height: 959px !important;
  }
  .slider-three .slider-content h5::after{
      display: none;
  }
  #particles-js {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
  }
  .slider-content > span {
      font-size: 16px;
      font-weight: 500;
      color: #e9b503;
      text-transform: uppercase;
      letter-spacing: 6px;
      display: block;
      margin-bottom: 20px;
  }
  .slider-content h2 {
      font-size: 40px;
      letter-spacing: 1.0px;
      line-height: 1.2;
      margin-bottom: 40px;
      color: #fff;
  }
  .slider-content h2 span {
    color: #fff;
    position: relative;
  }
  .slider-content h2 span::after {
    bottom: 13px;
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    display: inline-block;
    background: #e9b503;
    left: 0;
  }
  .slider-content h5{
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 18px;
      letter-spacing: 1px;
      margin-bottom: 15px;
      padding: 10px;
      border: solid 2px #fff;
  }
  .slider-content p span {
      display: inline-block;
      height: 2px;
      width: 40px;
      background: #e9b503;
      margin-right: 20px;
      position: relative;
      top: -4px;
  }
  .slider-content p {
      color: #fff;
      font-size: 18px;
      margin-bottom: 0;
  }
  
  .p-relative{position: relative;}
  .down-arrow {
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      color: #fff;
      z-index: 1;
      height: 60px;
      width: 30px;
      margin: auto;
      text-align: center;
      line-height: 60px;
      border: 2px solid #fff;
      border-radius: 50px;
      font-size: 18px;
  }
  .down-arrow:hover{color: #fff;}
  .slider-active .slick-arrow {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      left: 5%;
      color: #00163b;
      font-size: 26px;
      line-height: 60px;
      border: none;
      text-align: center;
      z-index: 9;
      cursor: pointer;
      padding: 0;
      background: none;
      transition: .5s;
      width: 60px;
      height: 60px;
      background: #fff;
      box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
  }
  
  
  .slider-active .slick-next {
      right: 5%;
  left: inherit;
  }
  .slider-active .slick-arrow,.slider-active .slick-next{
      transition: all 0.3s ease 0s;
      opacity: 0;
  }
  .slider-active:hover .slick-prev
  {
      left: 2%;
  }
  .slider-active:hover .slick-next
  {
      right: 2%;
  }
  .slider-active:hover .slick-arrow,.slider-active:hover .slick-next{
     opacity: 1;
  }
  .slider-active .slick-arrow:hover {
      color: #fff;
      background: #e9b503;
  }
  .second-slider-content h2 {
      font-size: 90px;
      margin-bottom: 20px;
  }
  .second-slider-bg::before{opacity: .5;}
  .second-slider-content {
      padding-top: 85px;
      padding-bottom: 5px;
  }
  .s-slider-content h2{margin-bottom: 25px;}
  .s-slider-content p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin: auto;
  padding-right: 60px;
  }
  .slider-four .s-slider-content p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 30px;
  width: 90%;
  margin: auto;
  }
  .btn-icon {
      position: absolute;
      left: 10px;
      top: 10px;
      bottom: 10px;
      background: #ffb3a5;
      padding: 10px 15px;
      color: #fff;
  }
  .btn.ss-btn.active {background: none;
  color: #fff; border: 1px solid #fff; box-shadow: none;}
  .line {
      float: left;
      margin-right: 15px;
  }
  .slider-shape{position: absolute !important;z-index: 9;}
  .ss-one {
  top: 220px !important;
  left: 200px !important;
  }
  .ss-two {
  top: 290px !important;
  left: 49% !important;
  }
  .ss-three {
  top: 77% !important;
  left: 7% !important;
  }
  .ss-four {
  top: 56% !important;
  left: 37% !important;
  }
  .ss-five {
      left: 61% !important;
      top: 83% !important;
  }
  .ss-six {
      left: 88% !important;
      top: 80% !important;
  }
  .ss-seven {
      top: 20% !important;
      left: 89% !important;
  }
  
  .slider-bg .text2 h2{
    font-size: 60px;
  }
  .slider-bg .text2 a{
      color: #FFF;
  }
  .slider-bg .text2 .btn.ss-btn.active {
      background: #e9b503;
      border: 2px solid #e9b503;
      color: #FFF;
  }
  .slider-bg .text2 p{
      padding-right: 22%;
      color:#fff;
  }
  .slider-text-2 h2{
      color: #fff;
  }
  
  .s-aliment-1 {
      position: absolute;
      background-color: #ffffff;
      border-radius: 3px;
      padding: 15px;
      box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
      top: 361px;
      right: -122px;
      display: flex;
      align-items: center;
      z-index: 1;
      animation: movedelement 5s linear infinite;
      width: 250px;
  }
  .aliment-icon-red {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aliment-content {
    margin-left: 15px;
      padding-top: 15px;
  }
  .aliment-content p{
      margin-bottom: 0;
  }
  .aliment-content .h3-title {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  @keyframes movedelement {
      0% {
          -webkit-transform: translate(0);
          transform: translate(0);
      }
      25% {
          -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
      }
      50% {
          -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
      }
      75% {
          -webkit-transform: translate(10px, -5px);
          transform: translate(10px, -5px);
      }
      to {
          -webkit-transform: translate(0);
          transform: translate(0);
      }
  }
  .slider-content2 h2{
      color: #006293;
  }
  .slider-content2 p{
      color: #777777;
  }
  .slider-content2 h5{
       color: #777777;
  }

  .services-active2 .slider-nav .slick-list.draggable {
    width: 1100px;
    float: right;
}
.services-active2 .slider-nav {
    position: absolute;
    bottom: 0px;
}
.testimonial-active2 .slider-nav {
    float: right;
    width: 100%;
}
.slider-nav .slick-list.draggable {
    width: 233px;
    float: right;
}
.search-area .slider-btn,.search-area .slider-btn button{
    width: 100%;
}  
.project-detail .project-info li .slider-btn {
    width: 100%;
  }
  .contact-bg02 .slider-btn {
    width: 100%;
}
.video-bg {
    height: 100%;
    left: 0;
    object-fit: fill;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.volume-control {
    position: absolute;
    right: 50px;
    top: 50px;
}

/* Default styles remain unchanged */

/* Responsive styles */
@media (max-width: 1200px) {
    .slider-content {
        padding: 80px;
        margin-top: 100px;
    }
    .slider-bg .banner-img {
        height: 600px;
        margin-right: -40px;
    }
    .slider-content h2 {
        font-size: 35px;
    }
    .second-slider-content h2 {
        font-size: 70px;
    }
}

@media (max-width: 992px) {
    .slider-content {
        padding: 60px;
        margin-top: 80px;
    }
    .slider-bg{
      min-height: 500px !important;
    }
    .slider-bg .banner-img {
        height: 500px;
        margin-right: -30px;
    }
    .slider-content h2 {
        font-size: 30px;
    }
    .slider-active .slick-dots {
        top: 50%;
        left: 20%;
    }
    .slider-active .slick-arrow {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 768px) {
    .slider-content {
        padding: 40px;
        margin-top: 60px;
    }
    .slider-bg{
      min-height: 400px !important;
    }
    .slider-bg .banner-img {
        height: 400px;
        margin-right: -20px;
    }
    .slider-content h2 {
        font-size: 25px;
    }
    .slider-content p {
        font-size: 16px;
    }
    .slider-active .slick-dots {
        top: auto;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .slider-active .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .slider-bg{
      min-height: 330px !important;
    }
    .slider-content {
        padding: 20px;
        margin-top: 40px;
    }
    .slider-bg .banner-img {
        height: 300px;
        margin-right: -10px;
    }
    .slider-content h2 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .slider-content p {
        font-size: 14px;
    }
    .slider-active .slick-dots {
        bottom: 10px;
    }
    .slider-active .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .volume-control {
      right: 20px;
      top: 20px;
    }
    .muteToggle{
      padding: 10px;
      font-size: 14px;
    }
}
