.video-slider{
  overflow: hidden;
}
.video-slider .swiper-container {
  width: 100%;
  height:100vh; 
  margin: 0 auto; 
  
} 
.video-slider .swiper-container .swiper-wrapper{ 
  transition-timing-function: ease-out !important;
}
.video-slider .swiper-container .swiper-wrapper .swiper-slide{
  position: relative;
  will-change: transform;
  transform: translateZ(0);
}
.video-slider .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%; 
  height: calc( 100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; 
}

 
.video-slider .video-content{
  width: 100%;
  height:  100vh; 
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  display: flex;
  align-items:end;
  padding: 150px 0 150px; 
}
@media only screen and (min-width: 768px) and (max-width: 1199.98px){
.video-slider .video-content,
.video-slider .swiper-container{
  max-height: 70vh;
}
}

.video-slider .video-content-in{
  width: 100%;
  max-width: 1200px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}

.video-slider .video-content-in .sub-head{
  font-family: var(--theme-font-p_font-family);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
    margin-left: auto;
  margin-right: auto; 
}
.video-slider .video-content-in .heading{
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  font-weight:400;
  margin-top: 0px;
}
.video-slider .video-content-in .heading b{ 
  font-weight: 500;
}
.video-slider .swiper-button-prev, .video-slider .swiper-button-next{
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%; 
}
.video-slider .swiper-button-prev:after, .video-slider .swiper-button-next:after{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
a.video-banner-btn{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 56px;
   font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: #fff 1px solid;
  color: #fff;
}
.video-slider .swiper-pagination{
  bottom: 55px; 
}
.video-slider .swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.6;
}
.video-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
.banner-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-img::before{ 
    content: "";
    display: block;
    position: static;
    width: 100%;
    padding-top: 100%;
}
.banner-img>* {
    width: 100%;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0;
}



@media only screen and (min-width: 1024px) {
  .video-slider .video-content{ 
  padding: 150px 0 120px; 
}

  .video-slider .video-content-in .heading{
    /* padding: 0 15px; */
    font-size: 42px;
    line-height: 56px; 
     margin-top: 20px;
  }
  a.video-banner-btn:hover{ 
  border: #fff 1px solid;
  background-color: #fff;
  color: #181818;
}

}

@media only screen and (min-width: 1200px) {
  .video-slider .video-content-in{ 
    max-width: 1160px; 
    padding: 20px 0px;
  }
  .video-slider .video-content{ 
    align-items: end;
  }
  .video-slider .video-content-in .sub-head{
    font-size: 16px;
    line-height: 28px; 
    width: 100%;
    max-width: 650px;
  }
  .video-slider .video-content-in .heading{
    font-size: 100px;
    line-height: 105px; 
  }
 
  .video-slider .swiper-button-prev, .video-slider .swiper-button-next{ 
    width: 50px;
    height: 50px; 
  }
  .video-slider .swiper-button-prev:after, .video-slider .swiper-button-next:after{
    font-size: 18px; 
  }
  a.video-banner-btn{ 
  padding: 18px 40px; 
}



}

@media only screen and (min-width: 1400px) {
  .video-slider .video-content-in{ 
    max-width: 1200px; 
  }
}

@media only screen and (min-width: 1600px) {
  .video-slider .video-content-in{ 
    max-width: 1390px;
  }
}
h1.heading.wac-custom-title {
    font-family: var(--theme-font-h4_font-family);
    font-size: var(--theme-font-h4_font-size);
    font-weight: var(--theme-font-h4_font-weight);
    font-style: var(--theme-font-h4_font-style);
    line-height: var(--theme-font-h4_line-height);
    text-decoration: var(--theme-font-h4_text-decoration);
    text-transform: var(--theme-font-h4_text-transform);
    letter-spacing: var(--theme-font-h4_letter-spacing);
    margin-top: var(--theme-font-h4_margin-top);
    margin-bottom: var(--theme-font-h4_margin-bottom);
}