

.slider-banner-section {
  position: relative;
  /* z-index: -1; */
}

.slider-banner-section .video-slider {
  width: 100%;
  min-height: 83vh;
  max-height: 84vh;
}

.slider-banner-section .video-banner-img {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  object-fit: cover;
}

@media(max-width: 992px) {
  .slider-banner-section .video-banner-img {
    min-height: 100vh;
  }
}

.slider-banner-section .main-banner-text {
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  padding: 0 15px; /* Added padding for responsiveness */
  
}


@media (min-height: 400px) and (max-height: 600px) {
    .slider-banner-section .main-banner-text {
        position: absolute !important;
        top: 37% !important;
        left: 0 !important;
        width: 100% !important;
        transform: translateY(-50%) !important;
        z-index: 3 !important;
        color: #fff !important;
        padding: 0 15px !important;
    }
}



@media(max-width: 992px) {
  .slider-banner-section .main-banner-text {
    top: 37%; /* Adjusted for better alignment on smaller screens */
  }

}

@media(max-height: 700px) {
  .slider-banner-section .main-banner-text {
    top: 37%; 
  }

}

.slider-banner-section span {
  font-size: 50px;
  font-family: 'Titillium Web';
  color: #cd202a;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  z-index: 15 !important;
}


  @media(max-width:992px){
.slider-banner-section span{
  font-size: 35px;
  font-family: 'Titillium Web';
  color: #cd202a;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  z-index: 15 !important;
}

}
  

.slider-banner-section .sub-head {
  color: #ffffff;
  font-family: 'Titillium Web';
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 2px;
  line-height: 49px;
  margin-top:10px;
}


      @media(max-width:992px){
.slider-banner-section .sub-head{
    color: #ffffff;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
      margin-top: 20px;
      line-height: 40px;
  
  }

}


.slider-banner-section .body-text {
  color: #cd202a;
  font-size: 18px;
  padding-right: 50%;
  padding-bottom: 36px;
  margin-top: 20px; /* Adjusted margin */
}


   @media(max-width:992px){

.slider-banner-section .body-text{
  color: #cd202a;
  font-size: 18px;
  padding-right: 0% !important;
  padding-bottom: 36px;
  margin-top: -22px;

}
 }

.slider-banner-section .banner_description {
  margin-top: 30px; /* Adjusted margin for better spacing */
}

 @media(max-width:992px){
   .slider-banner-section .banner_description {
    margin-top: 30px !important;
}
  
 }


.slider-banner-section .buy-btn {
    position: relative;
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #cd202a;
  border-radius: 10px;
  border: none;
  font-family: "Titillium Web";
  font-size: 16px;
  cursor: pointer;
  z-index: 1100 !important;
}

.slider-banner-section .img-overlay {
  height: 100%;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffffd2;
  opacity: 0.8;
  /* z-index: -4; */
  
}

/* .slider-banner-section .video-slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, -5%);
  padding-left: 0;
}

.slider-banner-section .slick-dots li button {
  width: 30px !important;
  height: 30px !important;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  transition: all 300ms linear;
  vertical-align: middle;
}

.slider-banner-section .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slider-banner-section .slick-dots li.slick-active button {
  background-color: #cd202a;
  height: 13px;
  width: 13px;
} */

/* Default dot style */
.swiper-pagination-bullet {
  background-color: #ffffff !important; /* White */
  opacity: 0.6 !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background-color: red !important; /* Red active dot */
  opacity: 1 !important;
  width: 24px !important;
  height: 24px !important;
}

.swiper-pagination-bullet:hover {
  transform: scale(1.2) !important;
}












