.hero-slider {
  position: relative;
}
.hero-slider .swiper-pagination-bullet {
  background: white;
}
.hero-slider .hero-slide {
  text-decoration: none;
  position: relative;
  height: 100vh;
  background-color: #fff;
}
.hero-slider .hero-slide picture {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .hero-slide .hero_banner_img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero-slider .hero-slide .hero_banner_video {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.hero-slider .hero-slide .overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.767), transparent);
  padding: 60px;
  position: relative;
  z-index: 1;
}
.hero-slider .hero-slide .overlay .heading {
  color: #fff;
}
.hero-slider .hero-slide .overlay .heading span {
  font-size: var(--font-40);
}
.hero-slider .hero-slide .overlay .para_head {
  color: #fff;
  font-size: var(--font-20);
  font-weight: 100;
  text-transform: capitalize;
  margin: 30px 0 40px;
}
.hero-slider .hero-slide .overlay .ctaText {
  color: white;
}
@media screen and (max-width: 1024px) {
  .hero-slider .hero-slider .hero-slide {
    text-decoration: none;
    position: relative;
    height: 100vh;
    background-color: #fff;
  }
  .hero-slider .hero-slider .hero-slide picture {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-slider .hero-slider .hero-slide .hero_banner_img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .hero-slider .hero-slider .hero-slide .hero_banner_video {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .hero-slider .hero-slide {
    aspect-ratio: 9/16;
    max-height: 1024px;
  }
}/*# sourceMappingURL=hero-slider.css.map */