/* [project]/src/components/home-page/featured/featured-homes.module.css [app-client] (css) */
.featured-homes-module__kXELba__featuredSection {
  width: 100%;
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px 0;
  position: relative;
}

.featured-homes-module__kXELba__featuredHomesHeader {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
  display: flex;
}

.featured-homes-module__kXELba__featuredHomesTitle {
  color: #2d2d2d;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.featured-homes-module__kXELba__divider {
  border: none;
  border-top: 1px solid #3f3f3f;
  flex-grow: 1;
  align-self: center;
  min-width: 60px;
  margin: 0 20px;
}

.featured-homes-module__kXELba__selectWrapper {
  flex-shrink: 0;
  min-width: 220px;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-root {
  width: 100%;
  min-width: 220px;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-input {
  box-sizing: border-box;
  color: #2d2d2d !important;
  appearance: none !important;
  background-color: #fff !important;
  border: 1px solid #2d2d2d !important;
  border-radius: 50px !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  height: 52px !important;
  padding: 12px 20px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: flex !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-rightSection {
  display: none !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-section {
  margin-left: 4px !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-input:focus {
  box-shadow: none !important;
  border-color: #2d2d2d !important;
  outline: none !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-dropdown {
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px #0000001a !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-option {
  padding: 12px 16px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-option[data-hovered] {
  background-color: #f8f9fa !important;
}

.featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-option[data-selected] {
  color: #fff !important;
  background-color: #2d2d2d !important;
}

.featured-homes-module__kXELba__montserrat {
  font-family: Montserrat, sans-serif !important;
}

.featured-homes-module__kXELba__featuredHomeSlider {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}

.featured-homes-module__kXELba__customArrow {
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.featured-homes-module__kXELba__customArrow:hover {
  opacity: 1;
  transform: translateY(-50%)scale(1.1);
}

.featured-homes-module__kXELba__nextArrow {
  right: 5px;
}

.featured-homes-module__kXELba__prevArrow {
  left: 5px;
}

.featured-homes-module__kXELba__arrowImage {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.featured-homes-module__kXELba__prevArrowImage {
  transform: rotate(180deg);
}

.featured-homes-module__kXELba__customArrow:hover .featured-homes-module__kXELba__arrowImage {
  transform: scale(1.1);
}

.featured-homes-module__kXELba__customArrow:hover .featured-homes-module__kXELba__prevArrowImage {
  transform: rotate(180deg)scale(1.1);
}

:is(.featured-homes-module__kXELba__featuredHomeSlider .slick-prev, .featured-homes-module__kXELba__featuredHomeSlider .slick-next) {
  display: none !important;
}

.featured-homes-module__kXELba__featuredCardDetails {
  cursor: pointer;
  padding: 0 12px;
  transition: transform .2s;
  position: relative;
}

.featured-homes-module__kXELba__featuredCardDetails:hover {
  transform: translateY(-5px);
}

.featured-homes-module__kXELba__featuredHomePictures {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 320px;
}

.featured-homes-module__kXELba__homesDetailsInfo {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 15px 0 10px;
  display: flex;
}

.featured-homes-module__kXELba__homeDetailItem {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.featured-homes-module__kXELba__bedrooms {
  color: #2d2d2d;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
}

.featured-homes-module__kXELba__featuredHr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 12px 0;
}

.featured-homes-module__kXELba__propertyName {
  color: #2d2d2d;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
}

.featured-homes-module__kXELba__address {
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}

.featured-homes-module__kXELba__priceInfo {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px;
  margin-top: 8px;
  display: flex;
}

.featured-homes-module__kXELba__currencyCode, .featured-homes-module__kXELba__currencySymbol {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.featured-homes-module__kXELba__price {
  color: #0023b4;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.featured-homes-module__kXELba__originalPrice {
  color: #999;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.featured-homes-module__kXELba__pricePeriod {
  color: #666;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}

.featured-homes-module__kXELba__noProperties {
  text-align: center;
  color: #666;
  padding: 60px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.featured-homes-module__kXELba__demoBadge {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 12px;
  right: 24px;
}

@media (max-width: 1200px) {
  .featured-homes-module__kXELba__featuredHomesTitle {
    font-size: 52px;
  }

  .featured-homes-module__kXELba__featuredHomesHeader {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .featured-homes-module__kXELba__featuredHomesTitle {
    font-size: 42px;
    line-height: 1.3;
  }

  .featured-homes-module__kXELba__divider {
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  .featured-homes-module__kXELba__featuredHomesHeader {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .featured-homes-module__kXELba__featuredHomesTitle {
    text-align: center;
    white-space: normal;
    width: 100%;
    font-size: 36px;
  }

  .featured-homes-module__kXELba__divider {
    display: none;
  }

  .featured-homes-module__kXELba__selectWrapper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .featured-homes-module__kXELba__featuredHomesHeader .mantine-Select-input {
    height: 48px !important;
    padding: 10px 18px !important;
    font-size: 16px !important;
  }

  .featured-homes-module__kXELba__featuredHomeSlider {
    padding: 0 50px;
  }

  .featured-homes-module__kXELba__customArrow {
    width: 40px;
    height: 40px;
  }

  .featured-homes-module__kXELba__nextArrow {
    right: 5px;
  }

  .featured-homes-module__kXELba__prevArrow {
    left: 5px;
  }
}

@media (max-width: 480px) {
  .featured-homes-module__kXELba__featuredHomesTitle {
    font-size: 32px;
  }

  .featured-homes-module__kXELba__featuredHomesHeader {
    padding: 0 10px;
  }

  .featured-homes-module__kXELba__selectWrapper {
    max-width: 100%;
  }

  .featured-homes-module__kXELba__featuredHomeSlider {
    padding: 0 40px;
  }

  .featured-homes-module__kXELba__customArrow {
    width: 35px;
    height: 35px;
  }

  .featured-homes-module__kXELba__featuredHomePictures {
    height: 220px;
  }
}

.featured-homes-module__kXELba__featuredHomeSlider .mantine-Skeleton-root {
  border-radius: 12px;
}

.featured-homes-module__kXELba__customSelect {
  appearance: none;
  color: #2d2d2d;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L5 5L9 1' stroke='%232D2D2D' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #2d2d2d;
  border-radius: 50px;
  outline: none;
  min-width: 220px;
  height: 52px;
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.featured-homes-module__kXELba__customSelect:focus {
  border-color: #2d2d2d;
}

/* [project]/src/components/home-page/featured/multiple-items/multiple-items.module.css [app-client] (css) */
.multiple-items-module__F_GSMG__featuredHomeSlider {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 0 60px;
  position: relative;
  overflow: hidden;
}

.multiple-items-module__F_GSMG__customArrow {
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.multiple-items-module__F_GSMG__customArrow:hover {
  transform: translateY(-50%)scale(1.1);
}

.multiple-items-module__F_GSMG__nextArrow {
  right: 5px;
}

.multiple-items-module__F_GSMG__prevArrow {
  left: 5px;
}

.multiple-items-module__F_GSMG__arrowImage {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.multiple-items-module__F_GSMG__prevArrowImage {
  transform: rotate(180deg);
}

.multiple-items-module__F_GSMG__customArrow:hover .multiple-items-module__F_GSMG__arrowImage {
  transform: scale(1.1);
}

.multiple-items-module__F_GSMG__customArrow:hover .multiple-items-module__F_GSMG__prevArrowImage {
  transform: rotate(180deg)scale(1.1);
}

:is(.multiple-items-module__F_GSMG__featuredHomeSlider .slick-prev, .multiple-items-module__F_GSMG__featuredHomeSlider .slick-next) {
  display: none !important;
}

.multiple-items-module__F_GSMG__featuredCardDetails {
  cursor: pointer;
  padding: 0 15px;
  transition: transform .2s;
  position: relative;
}

.multiple-items-module__F_GSMG__featuredCardDetails:hover {
  transform: scale(.95);
}

.multiple-items-module__F_GSMG__featuredHomePictures {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 420px;
}

.multiple-items-module__F_GSMG__homesDetailsInfo {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  display: flex;
}

.multiple-items-module__F_GSMG__homeDetailItem {
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.multiple-items-module__F_GSMG__bedrooms {
  color: #2d2d2d;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
}

.multiple-items-module__F_GSMG__featuredHr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 8px 0 12px;
}

.multiple-items-module__F_GSMG__propertyName {
  color: #2d2d2d;
  margin: 0 0 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.multiple-items-module__F_GSMG__address {
  color: #383838;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
}

.multiple-items-module__F_GSMG__priceInfo {
  align-items: flex-end;
  gap: 4px;
  margin-top: 10px;
  display: flex;
}

.multiple-items-module__F_GSMG__currencyCode, .multiple-items-module__F_GSMG__currencySymbol {
  color: #666;
  font-size: 20px;
}

.multiple-items-module__F_GSMG__price {
  color: #0023b4;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.multiple-items-module__F_GSMG__originalPrice {
  color: #999;
  margin-left: 8px;
  font-size: 14px;
  text-decoration: line-through;
}

.multiple-items-module__F_GSMG__pricePeriod {
  color: #666;
  margin-left: 2px;
  font-size: 14px;
}

.multiple-items-module__F_GSMG__noProperties {
  text-align: center;
  color: #666;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.multiple-items-module__F_GSMG__demoBadge {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  z-index: 2;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 25px;
}

@media screen and (max-width: 1100px) {
  .multiple-items-module__F_GSMG__featuredHomeSlider {
    padding: 0 50px;
  }

  .multiple-items-module__F_GSMG__customArrow {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .multiple-items-module__F_GSMG__featuredHomeSlider {
    padding: 0 45px;
  }

  .multiple-items-module__F_GSMG__customArrow {
    width: 40px;
    height: 40px;
  }

  .multiple-items-module__F_GSMG__featuredHomePictures {
    height: 300px;
  }

  .multiple-items-module__F_GSMG__homesDetailsInfo {
    flex-wrap: wrap;
    gap: 8px;
  }

  .multiple-items-module__F_GSMG__homeDetailItem {
    flex: 0 0 calc(50% - 4px);
  }
}

@media screen and (max-width: 480px) {
  .multiple-items-module__F_GSMG__featuredHomeSlider {
    padding: 0 40px;
  }

  .multiple-items-module__F_GSMG__customArrow {
    width: 35px;
    height: 35px;
  }

  .multiple-items-module__F_GSMG__featuredHomePictures {
    height: 250px;
  }

  .multiple-items-module__F_GSMG__homeDetailItem {
    flex: 0 0 100%;
  }

  .multiple-items-module__F_GSMG__propertyName {
    font-size: 18px;
  }

  .multiple-items-module__F_GSMG__address {
    font-size: 14px;
  }

  .multiple-items-module__F_GSMG__price {
    font-size: 18px;
  }
}

/*# sourceMappingURL=src_components_home-page_featured_2bd9230a._.css.map*/