@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;700&display=swap");
@media (min-width: 768px) {
  #homePage #homeHero {
    background-position-x: center;
    background-position-y: 30px;
  }
  #homePage #homeHero .homehero-content h1 {
    font-size: 44px;
    line-height: 60px;
  }
  #homePage #popularDestinations .image-wrapper {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .heading {
    font-size: 30px;
  }
  #hero {
    height: 400px;
  }
  #homePage #popularDestinations .image-wrapper {
    height: 225px;
  }
  #homePage #infoCarousel .infoCarousel-content .card .card-body .card-title {
    font-size: 25px;
  }
  #homePage #infoCarousel .infoCarousel-content .card .card-body .card-text {
    font-size: 16px;
  }
  #homePage #relatedBrands .swiper-wrapper .swiper-slide img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  #hero img {
    -o-object-position: 0 -343px;
       object-position: 0 -343px;
  }
  #homePage #infoCards .card {
    padding: 30px;
  }
  #homePage #popularDestinations .image-wrapper {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  #homePage #homeHero {
    background-position: center;
    background-position-y: 20px;
  }
  #homePage #homeHero .homehero-content h1 {
    font-size: 50px;
  }
  #hero {
    height: 450px;
  }
}/*# sourceMappingURL=responsive.css.map */