/* [project]/src/components/home-page/home-page.module.css [app-client] (css) */
.home-page-module__qALFba__homepageContainer {
  width: 100%;
  font-family: Montserrat, sans-serif !important;
}

.home-page-module__qALFba__bannerSection {
  padding: 0 20px 20px;
}

.home-page-module__qALFba__searchBarContainer {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: -4rem;
}

.home-page-module__qALFba__nextDestinationSection {
  justify-content: center;
  width: 100%;
  display: flex;
}

.home-page-module__qALFba__nextDestinationContent {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 85%;
  display: flex;
}

@media (min-width: 768px) {
  .home-page-module__qALFba__nextDestinationContent {
    text-align: start;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.home-page-module__qALFba__destinationTitle {
  color: #374151;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.home-page-module__qALFba__destinationCarousels {
  scroll-behavior: smooth;
  cursor: pointer;
  -ms-overflow-style: none;
  scrollbar-width: none;
  justify-content: space-between;
  align-items: center;
  gap: 2.1875rem;
  height: 6rem;
  display: flex;
  overflow: scroll;
}

.home-page-module__qALFba__destinationCarousels::-webkit-scrollbar {
  display: none;
}

.home-page-module__qALFba__cityCard {
  text-align: center;
  background: #fff;
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  gap: .625rem;
  width: 100%;
  height: 4rem;
  padding: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: background-color .2s, color .2s;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
  margin-bottom: 0 !important;
}

.home-page-module__qALFba__cityCard:hover {
  color: #fff !important;
  background: #1e40af !important;
}

.home-page-module__qALFba__cityCard p {
  width: 150px;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.home-page-module__qALFba__scrollButton {
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.home-page-module__qALFba__scrollIcon {
  cursor: pointer;
  transition: all .3s;
}

.home-page-module__qALFba__contentFigureContainer {
  width: 100%;
  max-width: 69rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

.home-page-module__qALFba__featuredHomesContainer {
  padding: 0 20px;
}

.home-page-module__qALFba__ourClientsSection {
  background-image: url("../media/our-clients-background.996f9aef.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2.25rem;
}

.home-page-module__qALFba__ourClientsTitle {
  color: #fff;
  text-align: center;
  margin-top: 4.5625rem;
  margin-bottom: 4.1875rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100.4%;
}

.home-page-module__qALFba__whatsappButton {
  z-index: 40;
  background-color: #22c55e;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: .75rem;
  right: 4.5rem;
  box-shadow: 0 10px 15px -3px #0000001a;
}

.home-page-module__qALFba__whatsappButton:hover {
  background-color: #16a34a;
}

.home-page-module__qALFba__whatsappIcon {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.home-page-module__qALFba__montserrat {
  font-family: Montserrat, sans-serif !important;
}

@media (max-width: 768px) {
  .home-page-module__qALFba__nextDestinationContent {
    flex-direction: column;
  }

  .home-page-module__qALFba__destinationCarousels {
    flex-direction: column;
    height: auto;
  }

  .home-page-module__qALFba__ourClientsTitle {
    font-size: 2rem;
    line-height: 55.4%;
  }

  .home-page-module__qALFba__cityCard {
    height: auto;
  }

  .home-page-module__qALFba__destinationTitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .home-page-module__qALFba__contentFigureContainer {
    max-width: 75rem;
  }
}

@media (min-width: 1024px) {
  .home-page-module__qALFba__bannerSection {
    padding: 0 20px 20px;
  }

  .home-page-module__qALFba__featuredHomesContainer {
    padding: 0 20px;
  }

  .home-page-module__qALFba__whatsappButton {
    width: 3.5rem;
    height: 3.5rem;
    bottom: .75rem;
    right: 5.25rem;
  }

  .home-page-module__qALFba__whatsappIcon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*# sourceMappingURL=src_components_home-page_home-page_module_74d10ab4.css.map*/