:root {
  --color-2: #908573;
  --color-1: #f1e3cf;
  --color-3: #877c6a;
}

body {
  background-color: var(--color-2);
  color: #333;
  font-family: Apercumonopro, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonaplusvariable;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
}

h2 {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonaplusvariable;
  font-weight: 300;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcarizonaplusvariableunlicensedtrial;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.hero {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero.home {
  flex-flow: row;
  height: 200vh;
}

.intro {
  z-index: 1;
  text-align: center;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.intro.home {
  background-blend-mode: multiply;
  background-image: none;
  padding-bottom: 50px;
}

.intro.image {
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/683f3c487e73d567d08e921a/6866bf33f85e098888455370_bg__hero.jpg");
  padding-top: 70px;
}

.header {
  z-index: 10;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 65px;
  left: 8.4vw;
  right: 8.4vw;
}

.header.home {
  position: fixed;
}

.heading-intro {
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-weight: 300;
}

.button.tertiary.dark.auto, .button.tertiary.auto {
  width: auto;
}

.button {
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button.tertiary {
  border: 1px solid var(--color-2);
  color: var(--color-2);
}

.button.tertiary:hover {
  background-color: var(--color-2);
  color: var(--color-1);
}

.button.tertiary.dark {
  border-color: var(--color-2);
  color: var(--color-2);
}

.button.tertiary.dark.auto, .button.tertiary.auto {
  width: auto;
}

.button.primary {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.transparent {
  color: var(--color-1);
}

.button.secondary {
  border: 1px solid var(--color-1);
  color: var(--color-1);
}

.button.secondary:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.secondary.dark {
  border-color: var(--color-2);
  color: var(--color-2);
}

.button.secondary.dark.auto {
  width: auto;
}

.inner-buttons-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-intro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-intro {
  color: var(--color-1);
  text-transform: uppercase;
  border-top: 1px solid #f0e4ce40;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 130px;
  padding-left: 8.4vw;
  padding-right: 8.4vw;
  font-size: 14px;
  display: flex;
}

.contact-intro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-contact-intro {
  color: var(--color-1);
}

.link-contact-intro:hover {
  text-decoration: underline;
}

.heading-2 {
  font-family: Abcarizonamix, Georgia, sans-serif;
  font-size: 82px;
}

.heading-2.dark {
  color: var(--color-2);
}

.label-quantity-form {
  color: var(--color-2);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px #000;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 70px;
  overflow: hidden;
}

.modal {
  z-index: 10;
  background-color: var(--color-1);
  justify-content: center;
  align-items: flex-start;
  width: 86vw;
  height: 96vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 2vh;
  left: 7vw;
  right: 7vw;
  overflow: auto;
}

.modal.active {
  display: flex;
}

.button-submit {
  background-color: var(--color-2);
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 70px;
  padding: 0;
  font-size: 16px;
  line-height: 70px;
}

.input-form {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  background-color: #0000;
  height: 70px;
  margin-bottom: 0;
  padding: 0 0 0 30px;
  font-size: 15px;
}

.input-form::placeholder {
  color: var(--color-2);
}

.forgot-password {
  display: none;
}

.group-input-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-form {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 10px;
  text-decoration: underline;
}

.link-form:hover {
  text-decoration: underline;
}

.inner-form-modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.base-form-modal {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 10px;
}

.value-quantity-form {
  color: var(--color-2);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  height: 70px;
  margin-bottom: 0;
  padding: 0;
  line-height: 70px;
}

.form-modal {
  margin-bottom: 0;
}

.wrapper-quantity-form {
  border: 1px solid var(--color-2);
  color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
}

.quantity-form {
  width: 100px;
  display: flex;
}

.close-modal {
  cursor: pointer;
  background-color: #f5efe60d;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.inner-modal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 540px;
  display: none;
  position: relative;
}

.inner-modal.active {
  display: flex;
}

.header-modal.hide, .header-modal.thank-you {
  display: none;
}

.header-modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.header-modal.hide, .header-modal.thank-you {
  display: none;
}

.header-modal.thank-you {
  display: none;
}

.header-modal.thank-you.show {
  display: flex;
}

.subtitle-modal {
  text-transform: uppercase;
  text-wrap: balance;
}

.overlay-modal {
  z-index: 1;
  background-color: #90857380;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay-modal.active {
  display: block;
}

.alert-validation {
  color: var(--color-2);
  display: none;
}

.logo-nav-fixed {
  width: 80px;
  max-height: 80px;
  position: absolute;
  top: 0;
}

.logo-nav-fixed.left {
  left: 0;
}

.logo-nav-fixed.right {
  right: 0;
}

@media screen and (min-width: 1920px) {
  .about {
    display: flex;
  }

  .link-text-default:hover {
    text-decoration: underline;
  }

  .header-modal.hide, .header-modal.thank-you {
    display: none;
  }

  .header-modal.hide, .header-modal.thank-you {
    display: none;
  }

  .header-modal.thank-you.show {
    display: flex;
  }

  .empty-state {
    display: none;
  }

  .item-list-highlights {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100svh;
  }

  .intro {
    background-image: none;
    height: 100svh;
    padding-top: 40px;
  }

  .intro.image {
    padding-top: 40px;
  }

  .header {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    right: 0;
  }

  .heading-intro {
    font-size: 80px;
  }

  .button {
    height: 48px;
  }

  .inner-intro {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-intro {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about {
    flex-flow: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .col-2-about {
    flex-shrink: 0;
    padding: 60px 40px;
    font-size: 22px;
  }

  .col-1-about {
    flex: none;
    width: 100%;
  }

  .bedrooms {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .item-list-bedrooms {
    aspect-ratio: auto;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .list-bedrooms {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    width: auto;
  }

  .box-item-list-bedrooms {
    text-align: center;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-list-bedrooms {
    flex-flow: column;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 70px;
  }

  .subtitle-heading-2 {
    font-size: 14px;
  }

  .wrapper-item-list-bedrooms {
    justify-content: flex-start;
  }

  .title-item-bedroom {
    font-size: 38px;
  }

  .description-item-bedroom {
    font-size: 14px;
  }

  .layout {
    padding-top: 120px;
  }

  .header-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-section.header-highlights {
    height: auto;
    position: static;
  }

  .inner-image-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-layout {
    width: 100%;
  }

  .item-services {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding: 80px 40px;
  }

  .list {
    flex: 1;
  }

  .inner-services {
    padding-top: 80px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .services {
    padding-bottom: 120px;
  }

  .price {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .item-price {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex: 1;
    padding: 80px 40px;
  }

  .inner-item-value {
    flex-flow: column;
    display: flex;
  }

  .footer {
    height: auto;
    padding: 160px 40px 80px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .inner-footer {
    grid-row-gap: 120px;
    flex: 0 50%;
  }

  .top-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .bottom-footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 30px;
  }

  .contact-footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-footer {
    height: 60px;
  }

  .modal {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-submit {
    height: 60px;
    line-height: 60px;
  }

  .input-form {
    height: 60px;
    padding-left: 25px;
    font-size: 18px;
  }

  .wrapper-quantity-form {
    padding-left: 25px;
    font-size: 18px;
  }

  .icon-logo {
    width: 45px;
  }

  .inner-modal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .log-in {
    display: none;
  }

  .header-modal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .inner-nav-sticky {
    border-left-style: none;
    border-right-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 70px;
  }

  .inner-nav-sticky.active {
    height: 368px;
  }

  .inner-nav-sticky.auto {
    height: auto;
  }

  .logo-nav-sticky {
    width: 46px;
  }

  .logo-nav-sticky.hide-mobile {
    display: none;
  }

  .nav-sticky {
    width: 100vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-sticky.out-view {
    top: -70px;
  }

  .nav-sticky.in-view {
    top: 0;
  }

  .list-nav-sticky {
    flex: 1;
    margin-top: 68px;
  }

  .intro-gallery-bedrooms {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-nav-sticky {
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    left: 0;
    right: 0;
  }

  .inner-list-gallery-bedrooms {
    width: max-content;
  }

  .item-gallery-bedrooms {
    height: 300px;
  }

  .mobile-nav-sticky {
    border: 1px solid var(--color-2);
    cursor: pointer;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 48px;
    height: 47px;
    padding: 17px 16px;
    display: flex;
  }

  .line-nav-sticky {
    background-color: var(--color-2);
    width: 16px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .line-nav-sticky._2.hide, .line-nav-sticky._2.active {
    opacity: 0;
  }

  .line-nav-sticky._1.active {
    top: 5px;
    transform: rotate(45deg);
  }

  .line-nav-sticky._2.hide, .line-nav-sticky._2.active, .line-nav-sticky._2.hide, .line-nav-sticky._2.active {
    opacity: 0;
  }

  .line-nav-sticky._3.active {
    bottom: 5px;
    transform: rotate(-45deg);
  }

  .wrapper-gallery-bedrooms {
    scrollbar-width: none;
    overflow: auto;
  }

  .wrapper-item-list-highlights {
    justify-content: flex-start;
    width: auto;
  }

  .highlights {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-highlights {
    height: auto;
    margin-top: 120px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .inner-hightlitghts {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .item-highlights {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .list-gallery-highlights {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .item-list-highlights {
    aspect-ratio: auto;
    flex-flow: column;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .logo-nav-fixed {
    width: 46px;
    max-height: none;
    position: relative;
  }

  .logo-nav-fixed.hide-mobile {
    display: none;
  }

  .collection-list-wrapper {
    overflow: hidden;
  }

  .main-video {
    height: 100svh;
    top: 100svh;
  }

  .list-layout {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0;
  }

  .intro {
    padding-top: 100px;
  }

  .intro.image {
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .intro.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-intro {
    font-size: 60px;
  }

  .inner-intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-intro {
    align-items: center;
    font-size: 12px;
  }

  .contact-intro {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .nav-intro {
    max-width: none;
  }

  .about {
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .col-2-about {
    flex: 0 50%;
    padding: 40px 20px;
    font-size: 20px;
  }

  .col-1-about {
    flex: none;
  }

  .bedrooms {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-bedrooms {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .box-item-list-bedrooms {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-bottom: 0;
  }

  .inner-list-bedrooms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .wrapper-item-list-bedrooms {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-item-bedroom {
    font-size: 32px;
  }

  .description-item-bedroom {
    font-size: 12px;
  }

  .layout {
    padding-top: 80px;
  }

  .header-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span {
    display: inline;
  }

  .inner-image-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    scrollbar-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-services {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-services._1 {
    border-right-style: none;
    padding-bottom: 0;
  }

  .inner-services {
    flex-flow: column;
    padding-top: 0;
  }

  .heading-3 {
    font-size: 42px;
  }

  .services {
    padding-bottom: 80px;
  }

  .inner-price {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .item-price {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    order: -1;
    padding: 0 20px;
  }

  .item-price._1 {
    border-right-style: none;
    order: 1;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .wrapper-footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .inner-footer {
    grid-row-gap: 80px;
  }

  .bottom-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -1;
  }

  .label-quantity-form {
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }

  .modal {
    width: 100vw;
    height: 100svh;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
  }

  .icon-close {
    width: 10px;
  }

  .value-quantity-form {
    height: 60px;
    line-height: 60px;
  }

  .quantity-form {
    width: 90px;
    height: 60px;
  }

  .close-modal {
    border-radius: 35px;
    top: 15px;
    right: 15px;
  }

  .inner-modal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
  }

  .list-nav-sticky {
    flex: 1;
  }

  .intro-gallery-bedrooms {
    padding: 100px 10px 100px 20px;
  }

  .header-nav-sticky {
    flex-flow: row;
    grid-template-columns: minmax(auto, max-content) minmax(max-content, 1fr) auto;
  }

  .description-item-highlights {
    font-size: 12px;
  }

  .highlights {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-highlights {
    margin-top: 80px;
  }

  .inner-hightlitghts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .intro, .intro.image, .intro.image {
    padding-top: 90px;
  }

  .heading-intro {
    font-size: 48px;
  }

  .footer-intro {
    font-size: 12px;
  }

  .about {
    height: auto;
  }

  .input-form {
    padding-left: 20px;
  }

  .group-input-form {
    flex-flow: column;
  }

  .wrapper-quantity-form {
    padding-left: 20px;
    padding-right: 5px;
  }

  .nav-sticky {
    display: none;
  }

  .header-nav-sticky {
    justify-content: space-between;
  }

  .inner-list-gallery-bedrooms {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .item-gallery-bedrooms {
    height: 200px;
  }

  .description-item-highlights {
    width: 100%;
  }
}
