@font-face {
  font-family: "Literata_itl";
  src: url("./fonts/Literata-Italic.eot");
  src: url("./fonts/Literata-Italic.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Literata-Italic.woff2") format("woff2"),
    url("./fonts/Literata-Italic.woff") format("woff"),
    url("./fonts/Literata-Italic.ttf") format("truetype"),
    url("./fonts/Literata-Italic.svg#Literata") format("svg");
}
@font-face {
  font-family: "Literata";
  src: url("./fonts/Literata.eot");
  src: url("./fonts/Literata.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Literata.woff2") format("woff2"),
    url("./fonts/Literata.woff") format("woff"),
    url("./fonts/Literata.ttf") format("truetype"),
    url("./fonts/Literata.svg#Literata") format("svg");
}

@font-face {
  font-family: "Headline Gothic ATF";
  src: url("./fonts/HeadlineGothicATF.eot");
  src: url("./fonts/HeadlineGothicATF.eot?#iefix") format("embedded-opentype"),
    url("./fonts/HeadlineGothicATF.woff2") format("woff2"),
    url("./fonts/HeadlineGothicATF.woff") format("woff"),
    url("./fonts/HeadlineGothicATF.ttf") format("truetype"),
    url("./fonts/HeadlineGothicATF.svg#HeadlineGothicATF") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaasGroteskDisp Pro Lt";
  src: url("./fonts/NHaasGroteskDSPro-45Lt.eot");
  src: url("./fonts/NHaasGroteskDSPro-45Lt.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/NHaasGroteskDSPro-45Lt.woff2") format("woff2"),
    url("./fonts/NHaasGroteskDSPro-45Lt.woff") format("woff"),
    url("./fonts/NHaasGroteskDSPro-45Lt.ttf") format("truetype"),
    url("./fonts/NHaasGroteskDSPro-45Lt.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro xlt";
  src: url("./fonts/NeueHaasDisplay-XThin.eot");
  src: url("./fonts/NeueHaasDisplay-XThin.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/NeueHaasDisplay-XThin.woff2") format("woff2"),
    url("./fonts/NeueHaasDisplay-XThin.woff") format("woff"),
    url("./fonts/NeueHaasDisplay-XThin.ttf") format("truetype"),
    url("./fonts/NeueHaasDisplay-XThin.svg#NeueHaasDisplay-XThin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro Md";
  src: url("../fonts/NHaasGroteskDSPro-65Md.eot");
  src: url("../fonts/NHaasGroteskDSPro-65Md.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NHaasGroteskDSPro-65Md.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-65Md.woff") format("woff"),
    url("../fonts/NHaasGroteskDSPro-65Md.ttf") format("truetype"),
    url("../fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro Bd";
  src: url("./fonts/NHaasGroteskDSPro-75Bd.eot");
  src: url("./fonts/NHaasGroteskDSPro-75Bd.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2"),
    url("./fonts/NHaasGroteskDSPro-75Bd.woff") format("woff"),
    url("./fonts/NHaasGroteskDSPro-75Bd.ttf") format("truetype"),
    url("./fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro Rg";
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot");
  src: url("../fonts/NHaasGroteskDSPro-55Rg.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff"),
    url("../fonts/NHaasGroteskDSPro-55Rg.ttf") format("truetype"),
    url("../fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.vs-container_main {
  max-width: 1370px;
  padding: 0 25px;
  margin: auto;
}
img,
video {
  max-width: 100%;
}

.vs-video_slider {
  padding: 60px 0;
  background-color: black;
  position: relative;
}
.vs-video_slider .vs-txt_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
}
.vs-video_slider .vs-hd_2 {
  width: 90%;
}
.vs-video_slider .vs-txt_wrap .vs-hd_2 h2 {
  margin: auto;
  font-family: "NeueHaasGroteskDisp Pro Bd";
  font-weight: 900;
  font-size: 72px;
  color: white;
}
.vs-video_slider .vs-txt_wrap .vs-hd_2 .vs-tm {
  font-family: "Neue Haas Grotesk Display Pro xlt";
  font-weight: 100;
  font-size: 72px;
  line-height: 23px;
}
.vs-video_slider .vs-txt_wrap .vs-hd_2 h2 .vs-txt {
  font-family: "Literata_itl";
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
  letter-spacing: -3px;
  background: url(./images/glitter.jpg) 0 0 / cover no-repeat;
  color: #de466c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vs-video_slider .vs-txt_wrap .vs-para {
  margin: auto;
  color: white;
}
.vs-video_slider .vs-txt_wrap .vs-para p {
  font-family: "NeueHaasGroteskDisp Pro Lt";
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
.vs-slider_reels {
  width: 100%;
  margin: auto;
  padding: 40px 0;
  /* overflow: hidden; */
}



.vs-slider_reels .slick-slide {
  flex: 0 0 auto;
}

.vs-slider_reels .vs-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 12px;
}

.vs-slider_reels .vs-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.vs-slider_reels .vs-slide .vs-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.vs-slider_reels .vs-slide .vs-play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Show pause button on hover */
.vs-slider_reels .vs-slide:hover .vs-play-button.pause {
  opacity: 1;
  pointer-events: auto;
}

/* Custom Arrows */
.vs-slider_reels .slick-prev,
.slick-next {
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.vs-slider_reels .slick-prev:hover,
.slick-next:hover {
  background: white;
}
@media(max-width: 767px){
  .vs-slider_reels .slick-list
  {
    padding-left: 12px !important;
   
  }
}


/* Custom Dots Styling */
.vs-video_slider .slick-dots {
  position: absolute;
  bottom: -11px;
  left: 23%;
  transform: translateX(-50%);
  /* display: flex !important; */
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.vs-video_slider .slick-dots li {
  list-style: none;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}

.vs-video_slider .slick-dots li.slick-active {
  background: white;
  width: 100px;
}

.vs-video_slider .slick-dots button {
  display: none;
  /* Hide default buttons */
}

.vs-video_slider .vs-btn-wrap {
  position: absolute;
  right: 17%;
  bottom: 50px;
  display: flex;
  align-items: center;
}

.vs-video_slider .vs-btn-wrap .vs-prev-btn {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vs-video_slider .vs-btn-wrap .vs-next-btn {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .vs-video_slider .vs-txt_wrap .vs-para {
    width: 90%;
  }
  .vs-video_slider .vs-txt_wrap .vs-hd_2 h2 {
    font-size: 49px;
    line-height: 60px;
  }
  .vs-video_slider .vs-txt_wrap .vs-hd_2 .vs-tm {
    line-height: 23px;
    position: relative;
    font-size: 42px;
    top: -11px;
  }
  .vs-video_slider .vs-txt_wrap .vs-hd_2 h2 .vs-txt {
    font-size: 49px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .vs-video_slider .vs-btn-wrap {
    position: static;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    justify-content: flex-end;
}
  .vs-video_slider .vs-txt_wrap .vs-hd_2 h2 {
    font-size: 42px;
  }
  .vs-video_slider .vs-txt_wrap .vs-hd_2 h2 .vs-txt {
    font-size: 42px;
    line-height: 80px;
  }
  .vs-video_slider .vs-txt_wrap .vs-hd_2 .vs-tm {
    font-size: 42px;
  }
  .vs-video_slider .vs-btn-wrap {
    bottom: 20px;
  }
  .vs-video_slider .vs-txt_wrap {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .vs-video_slider .vs-hd_2 {
    width: 100%;
  }

  .vs-video_slider .vs-txt_wrap .vs-para {
    width: 100%;
  }
  .vs-video_slider .vs-btn-wrap {
    right: 20px;
  }

  .vs-video_slider .slick-dots {
    left: 20px;
    transform: none;
    width: auto;
  }
}
