@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
.banner-slider {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.banner-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-slider .swiper.banner {
  width: 100%;
}
.banner-slider .swiper-slide {
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-slider .swiper-slide {
    height: 480px;
  }
}
.banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .banner-slider .swiper-slide img {
    aspect-ratio: auto;
  }
}
.banner-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  max-width: 1600px;
}
@media (min-width: 768px) {
  .banner-title {
    padding: 28px 64px;
  }
}
.banner-title h1 {
  color: #E4E7E8;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1.44px;
  max-width: 624px;
  margin-bottom: 8px;
  font-size: 36px;
}
@media (min-width: 768px) {
  .banner-title h1 {
    font-size: 48px;
  }
}
.banner-title h4 {
  color: #B6BFC1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  max-width: 624px;
  margin-bottom: 24px;
}
.banner-title h3 {
  color: #F6F7F9;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .banner-title h3 {
    font-size: 24px;
    line-height: normal;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-title h3 {
    max-width: 624px;
  }
}

/*# sourceMappingURL=bannerSlider.css.map */
