.slider-container {
  padding: 0 50px 50px 50px;
  position: relative;
}

.hero-section-container .slider {
  /* height: 750px; */
  /* height: calc(100vh - 100px); */
  /* max-height: 750px; */
  width: 100%;
  aspect-ratio: 2;
  border-radius: 40px;
  height: auto;
  /* max-height: 100%; */
  overflow-y: hidden;
}
.hero-section-container .slick-list {
  height: 100%;
}
.hero-section-container .slick-track {
  height: 100%;
}
.hero-section-container .slick-slide {
  height: 100%;
}
.hero-section-container .slider-text-container {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 80px 130px;
  color: white;
  width: 400px;
  max-width: 100%;
}
.hero-section-container .slider-image-container {
  position: relative;
}
.hero-section-container .slider-image-container::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.hero-section-container .slider-text-container .slider-title {
  font-size: 30px;
  font-weight: bold;
}

.hero-section-container .slider-text-container .slider-description {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  .hero-section-container .slick-list {
    height: 100%;
  }
  .hero-section-container .slick-track {
    height: 100%;
  }
  .hero-section-container .slick-slide {
    height: 100%;
  }
  .slider-container {
    height: 570px;
  }
}
#video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .slider-container {
    padding: 0 35px 35px;
    height: fit-content;
  }
  .hero-section-container .slider {
    height: 100%;
    aspect-ratio: 2;
  }
  .hero-section-container .slider-text-container {
    bottom: 0;
    left: 0;
    margin: 85px;
  }
  .hero-section-container .slider-text-container .slider-title {
    font-size: 24px;
  }
  .hero-section-container .slider-text-container .slider-description {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .hero-section-container .slick-list {
    height: 100%;
  }
  .hero-section-container .slick-track {
    height: 100%;
  }
  .hero-section-container .slick-slide {
    height: 100%;
  }

  #video {
    padding-bottom: 0;
    height: 100%;
  }
}
@media screen and (max-width: 540px) {
  .slider-container {
    padding: 0 25px 25px;
    height: auto;

    /* height: fit-content; */
  }
  .hero-section-container .slider {
    height: 300px;
  }
  .hero-section-container .slider-text-container {
    margin: 50px;
  }
  .hero-section-container .slider-text-container .slider-title {
    font-size: 18px;
  }
  .hero-section-container .slider-text-container .slider-description {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .hero-section-container .slider-text-container {
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 50px;
  }
  .hero-section-container .slider {
    border-radius: 20px;
  }
}
