.hero-slider__inner {
  position: relative;
  height: 500px;
}

.hero-slider__slide--theme-dark {
  color: #fff;
}
.hero-slider__slide--theme-light {
  color: #000;
}

.hero-slider--left .hero-slider__text-container {
   z-index: 2;
   /* position: relative; */
   width: 100%;
   height: 100%;
}

.hero-slider__video-bg {
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}


.hero-slider__nav {
    bottom: 120px; /* offset include */
    display: flex;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.hero-slider__nav-item {
    position: relative;
    cursor: pointer;
}

.hero-slider__title {
    max-width: 15ch !important;
    font-size: clamp(35px, 5vw, 60px) !important;
    line-height: 1;
}
.hero-slider__nav-item:before {
    content:'';
    width:0;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider__nav-item.tns-nav-active {
    background-color: #e30039;
}

.hero-slider__nav-item.tns-nav-active:before {
    width:100%;
    background: #000;
    opacity: .2;
    transition: width 5s ease-in-out;
}

.hero-slider__nav-container {
    margin: auto;
    max-width: 1320px;
    text-align: left;
    width: 90%;
    padding: 0 40px;
}

.hero-slider__nav-item {
    background: #fff;
    border: none;
    display: inline-block;
    height: 7px;
    line-height: 2px;
    margin: 0 4px;
    padding: 0;
    width: 60px;
}
.hero-slider__video-play-cta {
    color: #fff;
    font-size: 180px;
    height: 180px;
    left: 75%;
    line-height: 180px;
    position: absolute;
    top: 40%;
    translate: -75% -40%;
    width: 180px;
    z-index: 2;
}
}

.hero-slider--left .hero-slider__text-content {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.hero-slider--left .hero-slider__text {
    padding: 0;
    max-width: 70ch;
}

.hero-slider--left .hero-slider__text-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding: unset;
    max-width: unset;
    position: relative;
    top: -20px;
}

.hero-slider--left .hero-slider__content-container {
    display: flex;
    height: 100%;
    max-width: 1320px;
    width: 90%;
    margin: auto;
}

.hero-slider--left .hero-slider__suptitle, 
.hero-slider--left .hero-slider__text p {
    font-size: 2.2rem;
    margin: 20px 0;
    line-height: 2.2rem;
}


.hero-slider__video-play-bg {
    display: none; 
}
@media (max-width: 769px) {
  
  .hero-slider--left .hero-slider__suptitle, 
  .hero-slider--left .hero-slider__text p {
    font-size: 1.8rem;
    margin: 10px 0;
    line-height: 1.8rem;
  }
  .hero-slider__nav-container {
    padding: 0 20px; 
  }
  .hero-slider__inner {
    height: 600px !important; 
    overflow: clip;
  }
  
  .hero-slider__text-container {
    justify-content: start; 
  }
  
  .hero-slider__content-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    
  }
  .hero-slider--left .hero-slider__text-content {
    width: 100%;
  }
  .hero-slider--left .hero-slider__text-container {
    top: -80px;
  }

  .hero-slider__video-bg {
       display:none; 
   }
  .hero-slider__video-play-bg {
    display: inline-block;
    max-height: 250px;
  }
  .hero-slider__video-play {
    height: 250px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-slider__video-play-cta {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    line-height: 250px;
    translate: 0 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
 .hero-slider {
    height: auto !important; 
  }
  
  .hero-slider__nav {
    bottom: 130px;
  }
  
  .hero-slider.hero-slider--left {
    /* min-height: 300px; */
  }
  
  .hero-slider__image {
    display:none; 
  }
  
  .hero-slider--left {
   
   }
}

@media (min-width:769px) and (max-width: 1024px) {
  .hero-slider__nav {
    bottom: 90px;
  }
}