.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/themes/novus-miami/assets/img/home/hero.png);
  background-attachment: fixed;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 430px) {
  .hero {
    min-height: 100svh;
  }
}
.hero-blur {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50vh;
  min-height: 20.375rem;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .hero-content {
    padding-top: 5.75rem;
  }
}
@media (max-width: 430px) {
  .hero-content {
    padding-top: 4.375rem;
  }
}
.hero-content .title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  text-align: center;
}
.hero-content .title-group .title {
  max-width: 63.5rem;
}
.hero-content .title-group .subtitle {
  color: #FFF;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.375rem;
}
@media (max-width: 1024px) {
  .hero-content .title-group .title {
    max-width: 42rem;
  }
}
.hero-content .search-container {
  width: 100%;
  max-width: 71rem;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(24px);
}
.hero-content .search-container .cf-filter {
  position: relative;
  min-height: 2.5rem;
  min-width: 0;
  overflow: visible;
}
.hero-content .search-container .cf-filter__trigger {
  width: 100%;
  min-height: 2.5rem;
  min-width: 0;
  overflow: hidden;
  padding: 0 0 0.5rem;
  border: none;
  border-bottom: 0.5px solid #767676;
  background: transparent;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  transition: border-color 0.3s ease;
}
.hero-content .search-container .cf-filter__trigger:hover {
  border-bottom-color: #000;
}
.hero-content .search-container .cf-filter__trigger:focus {
  outline: none;
  border-bottom-color: #000;
}
.hero-content .search-container .cf-filter__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-content .search-container .cf-filter__arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.hero-content .search-container .cf-filter__close {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #767676;
  transition: color 0.2s;
}
.hero-content .search-container .cf-filter__close:hover {
  color: #000;
}
.hero-content .search-container .cf-filter__close svg {
  width: 0.875rem;
  height: 0.875rem;
}
.hero-content .search-container .cf-filter__extra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background: #EBEBEB;
  font-size: 0.75rem;
  color: #000;
  flex-shrink: 0;
}
.hero-content .search-container .cf-filter.has-value .cf-filter__trigger {
  border-bottom: 2px solid #000;
}
.hero-content .search-container .cf-filter.has-value .cf-filter__arrow {
  display: none;
}
.hero-content .search-container .cf-filter.is-open .cf-filter__arrow {
  transform: rotate(360deg);
}
.hero-content .search-container .cf-filter.is-open .cf-filter__trigger {
  border-bottom-color: #000;
}
.hero-content .search-container .cf-filter.is-open .cf-filter__dropdown {
  display: flex;
  z-index: 1001;
}
.hero-content .search-container .cf-filter__dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  width: 100%;
  min-width: 14rem;
  max-width: calc(100vw - 3rem);
  z-index: 50;
  padding: 0.75rem 1rem;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}
.hero-content .search-container .cf-filter__search {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #767676;
}
.hero-content .search-container .cf-filter__search svg {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-content .search-container .cf-filter__search-input {
  width: 100%;
  border: none;
  padding: 0.5rem 2rem 0.5rem 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.hero-content .search-container .cf-filter__search-input::placeholder {
  color: #767676;
}
.hero-content .search-container .cf-filter__search-input:focus {
  outline: none;
}
.hero-content .search-container .cf-filter__clear {
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  padding: 0.25rem 0;
  color: #767676;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.hero-content .search-container .cf-filter__clear:hover {
  color: #000;
}
.hero-content .search-container .cf-filter__popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0;
  border-bottom: 0.5px solid #ebebeb;
}
.hero-content .search-container .cf-filter__popular-label {
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #767676;
  flex-shrink: 0;
}
.hero-content .search-container .cf-filter__popular-btn {
  border: 1px solid #cfcfcf;
  border-radius: 1.25rem;
  background: transparent;
  padding: 0.25rem 0.625rem;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.hero-content .search-container .cf-filter__popular-btn:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.hero-content .search-container .cf-filter__list {
  display: flex;
  flex-direction: column;
  max-height: 18rem;
  overflow-y: auto;
}
.hero-content .search-container .cf-filter__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.25rem;
  cursor: pointer;
  user-select: none;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #000;
  transition: background 0.15s ease;
}
.hero-content .search-container .cf-filter__item:hover {
  background: #F9F9F9;
}
.hero-content .search-container .cf-filter__item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border: 1px solid #CFCFCF;
  cursor: pointer;
  border-radius: 0.125rem;
  position: relative;
}
.hero-content .search-container .cf-filter__item input[type=checkbox]:checked {
  border-color: #000;
}
.hero-content .search-container .cf-filter__item input[type=checkbox]:checked:after {
  content: " ";
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%221%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M4%208L7%2011L12%205%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.hero-content .search-container .cf-filter__item span {
  flex: 1;
}
.hero-content .search-container .cf-filter__price-inputs {
  display: flex;
  gap: 0.75rem;
}
.hero-content .search-container .cf-filter__price-field {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #767676;
}
.hero-content .search-container .cf-filter__price-field svg {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-content .search-container .cf-filter__price-input {
  width: 100%;
  border: none;
  padding: 0.5rem 1.75rem 0.5rem 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: transparent;
}
.hero-content .search-container .cf-filter__price-input::placeholder {
  color: #767676;
}
.hero-content .search-container .cf-filter__price-input:focus {
  outline: none;
}
.hero-content .search-container .cf-filter__year-field {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #767676;
}
.hero-content .search-container .cf-filter__year-field svg {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-content .search-container .cf-filter__year-input {
  width: 100%;
  border: none;
  padding: 0.5rem 1.75rem 0.5rem 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: transparent;
  text-transform: uppercase;
}
.hero-content .search-container .cf-filter__year-input::placeholder {
  color: #767676;
}
.hero-content .search-container .cf-filter__year-input:focus {
  outline: none;
}
.hero-content .search-container__actions {
  display: flex;
  gap: 0.5rem;
}
.hero-content .search-container .cf-filter__trigger--allfilters {
  border-bottom-color: transparent;
  color: #767676;
}
.hero-content .search-container .cf-filter__trigger--allfilters:hover {
  color: #000;
}
@media (max-width: 1024px) {
  .hero-content .search-container {
    max-width: 31.6875rem;
    grid-template-columns: 1fr 1fr;
  }
  .hero-content .search-container .cf-filter[data-filter=all-filters] {
    display: flex;
    grid-column: span 1;
  }
  .hero-content .search-container__actions {
    display: contents;
  }
  .hero-content .search-container__actions .btn {
    width: 100%;
  }
  .hero-content .search-container .cf-filter:nth-child(even) .cf-filter__dropdown {
    left: auto;
    right: 0;
  }
}

/* Project name autocomplete */
.hero-content .search-container .cf-filter__autocomplete {
  display: none;
  flex-direction: column;
  max-height: 16rem;
  overflow-y: auto;
  margin-top: 0.5rem;
}
.hero-content .search-container .cf-filter__autocomplete.is-visible {
  display: flex;
}
.hero-content .search-container .cf-filter__autocomplete-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem 0.25rem;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  transition: background 0.15s ease;
}
.hero-content .search-container .cf-filter__autocomplete-item:hover {
  background: #F9F9F9;
}

/* All Filters Modal */
.all-filters-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  display: none;
}
.all-filters-modal.active {
  display: block;
}
.all-filters-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.all-filters-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 35.625rem;
  max-height: 90vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.3125rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}
.all-filters-modal .modal-header {
  padding: 2rem 2rem 0;
}
.all-filters-modal .modal-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid #CFCFCF;
}
.all-filters-modal .modal-header .group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.all-filters-modal .modal-header .group .modal-title {
  color: #000;
  font-family: "Cormorant Garamond";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
}
.all-filters-modal .modal-header .group .filters-count {
  color: #767676;
  font-family: "Cormorant Garamond";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.0375rem;
  text-transform: uppercase;
}
.all-filters-modal .modal-header .modal-close {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #767676;
}
.all-filters-modal .modal-header .modal-close:hover {
  color: #000;
}
.all-filters-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem;
  flex: 1;
  overflow-y: auto;
}
.all-filters-modal .modal-price-inputs {
  display: flex;
  gap: 0.75rem;
}
.all-filters-modal .modal-price-field,
.all-filters-modal .modal-year-field {
  flex: 1;
  border-bottom: 0.5px solid #767676;
}
.all-filters-modal .modal-price-input,
.all-filters-modal .modal-year-input {
  width: 100%;
  border: none;
  padding: 0.5rem 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: transparent;
}
.all-filters-modal .modal-price-input::placeholder,
.all-filters-modal .modal-year-input::placeholder {
  color: #767676;
}
.all-filters-modal .modal-price-input:focus,
.all-filters-modal .modal-year-input:focus {
  outline: none;
}
.all-filters-modal .filter-section--mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .all-filters-modal .filter-section--mobile-only {
    display: block;
  }
}
.all-filters-modal .filter-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.all-filters-modal .filter-section-header .group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.all-filters-modal .filter-section-header .arrow-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.all-filters-modal .filter-section-header:hover {
  background: #f9f9f9;
}
.all-filters-modal .filter-section.is-open > .filter-section-header .arrow-icon {
  transform: rotate(180deg);
}
.all-filters-modal .filter-section-title {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
}
.all-filters-modal .filter-section .clear-section {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #767676;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
}
.all-filters-modal .filter-section .clear-section:hover {
  color: #000;
}
.all-filters-modal .filter-section-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
  border-bottom: 0.5px solid #EBEBEB;
}
.all-filters-modal .filter-section-content .checkbox-item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.25rem;
  gap: 0.75rem;
  cursor: pointer;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.all-filters-modal .filter-section-content .checkbox-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  border-radius: 0.125rem;
  border: 1px solid #CFCFCF;
}
.all-filters-modal .filter-section-content .checkbox-item input[type=checkbox]:checked {
  border-color: #000;
}
.all-filters-modal .filter-section-content .checkbox-item input[type=checkbox]:checked:after {
  content: " ";
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%221%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M4%208L7%2011L12%205%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.all-filters-modal .filter-section-content.collapsed {
  display: none;
}
.all-filters-modal .filter-section-content--pills {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.all-filters-modal .filter-section-content--pills .pill-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  border: 1px solid #CFCFCF;
  border-radius: 1.25rem;
  cursor: pointer;
  user-select: none;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  color: #000;
  background: #fff;
  transition: all 0.2s ease;
}
.all-filters-modal .filter-section-content--pills .pill-item input[type=checkbox] {
  display: none;
}
.all-filters-modal .filter-section-content--pills .pill-item:hover {
  border-color: #000;
}
.all-filters-modal .filter-section-content--pills .pill-item.is-active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.all-filters-modal .modal-footer {
  padding: 1rem;
}
.all-filters-modal .modal-confirm {
  width: 100%;
}

.promo-collection-content {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  background: white;
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
}
@media (max-width: 1024px) {
  .promo-collection-content {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3.75rem;
    gap: 1rem;
  }
}
.promo-collection-content .main-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 3.5rem 3.625rem;
  width: 100%;
  height: 46.6875rem;
  border-radius: 0.3125rem;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .promo-collection-content .main-block {
    border-radius: 0;
  }
}
@media (max-width: 430px) {
  .promo-collection-content .main-block {
    padding: 2.875rem 0.625rem 1.25rem;
    height: 43.75rem;
  }
}
.promo-collection-content .main-block__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.31rem;
  text-align: center;
}
.promo-collection-content .main-block__head .title {
  max-width: 36.5rem;
}
.promo-collection-content .main-block__head .text {
  max-width: 28.0625rem;
  color: var(--White, #FFF);
  text-align: center;
  /* B2-regular */
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 1.29375rem */
}
.promo-collection-content .main-block__btn {
  margin: 0 auto;
}
.promo-collection-content .group-blocks {
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .promo-collection-content .group-blocks {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
  }
}
@media (max-width: 430px) {
  .promo-collection-content .group-blocks {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.promo-collection-content .group-blocks .block {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}
.promo-collection-content .group-blocks .block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}
.promo-collection-content .group-blocks .block:hover::before {
  transform: scale(1.08);
}
.promo-collection-content .group-blocks .block .title,
.promo-collection-content .group-blocks .block .btn-collection {
  position: relative;
  z-index: 1;
}
.promo-collection-content .group-blocks .block .btn-collection {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2rem;
  height: 2rem;
  appearance: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.promo-collection-content .group-blocks .block:hover .btn-collection {
  transform: translateX(0.25rem);
}
@media (max-width: 1024px) {
  .promo-collection-content .group-blocks .block {
    min-height: 14.5625rem;
    background-position: center;
  }
}
.promo-collection-content .group-blocks .block .title {
  max-width: 15rem;
}

.about .wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.75rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.about-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.5rem;
}
.about-content .title {
  color: #000;
}
.about-content .description {
  max-width: 48.25rem;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 2.025rem */
  letter-spacing: -0.045rem;
}
@media (max-width: 430px) {
  .about-content .description {
    font-size: 1.25rem;
  }
}
.about-content .line {
  width: 7.125rem;
  height: 0.0625rem;
  flex-shrink: 0;
  background: var(--Black, #000);
}
.about-video {
  width: 100%;
  height: 42rem;
  margin: 0 auto;
  max-width: 1440px;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/novus-miami/assets/img/home/about/video-bg.png");
}
.about-video-player {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-video-player .btn-play {
  position: absolute;
  left: calc(50% + 2rem);
  top: calc(50% - 2.5rem);
  transform: translate(-50%);
  width: 5rem;
  height: 5rem;
}
.about-images-slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.about-images__slider {
  overflow: visible;
}
.about-images__slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.about-images__slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.about-images__slider .swiper-slide img {
  display: block;
  height: 18rem;
  width: auto;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .about-images__slider .swiper-slide img {
    height: 14rem;
  }
}
@media (max-width: 600px) {
  .about-images__slider .swiper-slide img {
    height: 11rem;
  }
}

.neighbourhoods {
  padding: 5rem 0 0;
}
.neighbourhoods .neighbourhoods-content {
  margin-bottom: 2rem;
}
.neighbourhoods .neighbourhoods-content .title {
  color: black;
  text-align: center;
}
.neighbourhoods .neighbourhoods-map-wrapper {
  position: relative;
  width: 100%;
  height: 42rem;
}
.neighbourhoods .map-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.neighbourhoods .neighbourhoods-card-overlay {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 1000;
  pointer-events: auto;
  height: calc(100% - 0.75rem);
  width: 22rem;
}
.neighbourhoods .neighbourhood-map-card {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  gap: 2.125rem;
}
.neighbourhoods .neighbourhood-map-card__image-link {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}
.neighbourhoods .neighbourhood-map-card__image {
  width: 100%;
  height: 14.125rem;
  background-size: cover;
  background-position: center;
}
.neighbourhoods .neighbourhood-map-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.neighbourhoods .neighbourhood-map-card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem;
  gap: 1.5rem;
  overflow: hidden;
  flex: 1;
}
.neighbourhoods .neighbourhood-map-card__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
.neighbourhoods .neighbourhood-map-card__title {
  color: black;
  margin: 0;
}
.neighbourhoods .neighbourhood-map-card__btn {
  margin: 0 0.75rem 0.75rem;
  text-align: center;
  width: calc(100% - 1.5rem);
  flex-shrink: 0;
}
.neighbourhoods .neighbourhood-accordion {
  display: flex;
  flex-direction: column;
}
.neighbourhoods .neighbourhood-accordion__item {
  border-bottom: 0.5px solid #d0d0d0;
}
.neighbourhoods .neighbourhood-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--Black, #000);
  font-family: "Cormorant Garamond";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.0375rem;
  text-transform: uppercase;
}
.neighbourhoods .neighbourhood-accordion__trigger svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  transform: rotate(180deg);
}
.neighbourhoods .neighbourhood-accordion__body {
  display: none;
  padding-bottom: 0.75rem;
}
.neighbourhoods .neighbourhood-accordion__body p {
  color: #767676;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
}
.neighbourhoods .neighbourhood-accordion__item.is-open .neighbourhood-accordion__trigger svg {
  transform: rotate(0deg);
}
.neighbourhoods .neighbourhood-accordion__item.is-open .neighbourhood-accordion__body {
  display: block;
}
@media (max-width: 1024px) {
  .neighbourhoods {
    padding: 3rem 0 0;
  }
  .neighbourhoods .neighbourhoods-content .title {
    font-size: 2rem;
  }
  .neighbourhoods .neighbourhoods-map-wrapper {
    height: 26.9375rem;
    margin-bottom: 42rem;
  }
  .neighbourhoods .neighbourhoods-card-overlay {
    top: calc(100% - 8.125rem);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1rem;
    height: 41.25rem;
    width: 100%;
    max-width: 48rem;
  }
  .neighbourhoods .neighbourhood-map-card {
    width: 100%;
    max-width: 46rem;
  }
}
@media (max-width: 430px) {
  .neighbourhoods .neighbourhoods-card-overlay {
    padding: 0;
  }
}


.leaflet-interactive.neighbourhood-poly {
  cursor: pointer;
}

/* Section subtitles (used in hot-deal, projects, neighbourhoods) */
.section-subtitle {
  color: #767676;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: -.75rem 0 0;
}

.section-subtitle.center {
  text-align: center;
  margin-top: 0.5rem;
}

/* Title container with multiple action buttons */
.title-container__actions {
  display: flex;
  align-items: center;
  gap: .75rem;
}

/* Map label overlay */
.map-label {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
  padding: .5rem 1rem;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(4px);
  border-radius: .25rem;
  color: #767676;
  font-family: Roboto;
  font-size: .8125rem;
  font-weight: 400;
  white-space: nowrap;
  pointer-events: none;
}

/* View Projects button in neighbourhoods overlay */
.neighbourhoods-card-overlay {
  display: flex;
  flex-direction: column;
}
.btn-view-projects {
  align-self: flex-end;
  margin-bottom: .75rem;
  color: #000;
  border-color: #000;
}
.btn-view-projects:hover {
  background: #000;
  color: #fff;
}

/*# sourceMappingURL=home.css.map */

@media (max-width:768px){.all-filters-modal .modal-content{width:100%;max-width:100%;max-height:100vh;height:100vh;border-radius:0}}

.all-filters-modal{z-index:1100}
