:root {
  --white: #fff;
  --grey: #333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.intro {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.concept {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3%;
}

.apartments {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact, .gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 95px;
  font-weight: 500;
  line-height: 95px;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 40px;
}

.title-wrapper {
  position: absolute;
  top: 45%;
}

.paragraph {
  color: #fff;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.intro-bg-wrapper {
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip;
  border-radius: 50px;
  position: absolute;
  inset: 20px;
  overflow: hidden;
}

.container {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.container.intro {
  max-width: 1250px;
  padding-left: 6%;
  padding-right: 6%;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 500;
  line-height: 88px;
  position: relative;
}

.cta-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-content {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.text-block-3:where(.w-variant-1c40f1ab-6148-eef9-1cb4-83206091d437) {
  color: #fff;
}

.arrow-wrapper {
  background-color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.arrow-wrapper:where(.w-variant-1c40f1ab-6148-eef9-1cb4-83206091d437) {
  color: #000;
  background-color: #fff;
}

.arrow-wrapper.single {
  z-index: 100;
  background-color: #fff;
}

.svg-arrow, .svg-arrow:where(.w-variant-1c40f1ab-6148-eef9-1cb4-83206091d437) {
  color: #000;
}

.svg-arrow.black {
  color: #fff;
}

.cta-bg {
  transform-origin: 0%;
  background-color: #fff;
  border: 1px solid #33333340;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.cta-bg:where(.w-variant-1c40f1ab-6148-eef9-1cb4-83206091d437) {
  background-color: #000;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.cta-base {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.heading-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-h2.apartments {
  color: var(--grey);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  max-width: 1250px;
}

.image-2 {
  max-width: 450px;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.sub-heading {
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.key-figure {
  text-align: left;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 75px;
  line-height: 88px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-5 {
  text-align: left;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-7 {
  display: flex;
}

.intro-bg {
  -webkit-text-fill-color: inherit;
  will-change: transform;
  background-image: linear-gradient(15deg, #000c, #fff0), url('../images/intro-bg.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.loader {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.heading-6 {
  text-transform: uppercase;
  visibility: hidden;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 8vw;
}

.apartments-container--inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 1250px;
  height: 525px;
  margin-top: 100px;
  display: flex;
}

.apartment-single {
  cursor: pointer;
  border-radius: 25px;
  width: 275px;
  position: relative;
  overflow: hidden;
}

.apartment-single.penthouse.is--active {
  width: 35%;
}

.apartment-single.is--active {
  cursor: pointer;
  will-change: transform;
  backface-visibility: hidden;
  width: 350px;
}

.apartment-title {
  z-index: 2;
  color: var(--white);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.overlay {
  background-image: linear-gradient(15deg, #00000080, #00000040);
  position: absolute;
  inset: 0%;
}

.apartments-container {
  max-width: 1250px;
}

.reveal-wrap {
  overflow: hidden;
}

.cta-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 65px;
}

.text-block-6 {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.apartments-overlay {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e0e11;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.overlay-title {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 90px;
}

.apartment-gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area-2 Area-2"
                       "Area Area Area Area-3 Area-3";
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-block-10 {
  grid-auto-flow: row;
  place-items: end start;
  width: 30%;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.text-block-8 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.text-span {
  font-size: 22px;
}

.container-4 {
  flex-flow: column;
  width: 531.594%;
  max-width: 940px;
  display: flex;
}

.div-block-12 {
  width: 350px;
}

.apartmens-overlay--content {
  padding-bottom: 100px;
}

.image-4 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.image-5, .image-6 {
  object-fit: cover;
  border-radius: 25px;
  height: 100%;
}

.apartments-overlay--inner {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.single-title {
  color: var(--white);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.single-text {
  color: var(--white);
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.paragraph-4 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-block-9 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.apartment-infos {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.list {
  color: var(--white);
  padding-left: 20px;
  font-family: Lato, sans-serif;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.div-block-16 {
  width: 60%;
}

.div-block-17 {
  flex: 1;
}

.div-block-18 {
  justify-content: flex-end;
  display: flex;
}

.div-block-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-20 {
  background-image: linear-gradient(320deg, #000000bf, #0000000d);
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  color: var(--white);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.single-arrow {
  position: absolute;
  inset: 15px 15px auto auto;
}

.arrow-black {
  background-color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.overlay-close-btn {
  z-index: 150;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 25px 25px auto auto;
}

.navbar {
  z-index: 800;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.nav-wrapper {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 25px 8px #0003;
}

.code-embed {
  color: #fff;
}

.rich-text-block {
  color: var(--white);
}

.masonry-grid {
  direction: ltr;
  column-count: 3;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 2rem;
  width: 100%;
  margin-top: 100px;
}

.masonry-img {
  cursor: pointer;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 2rem;
}

.contact-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.contact-form__label, .field-label-2 {
  font-family: Lato, sans-serif;
}

.contact-form__field {
  resize: none;
  border-radius: 25px;
}

.contact-form__field.contact-form__text-area {
  height: 150px;
}

.container-6 {
  margin-top: 100px;
}

.text-field {
  border-radius: 25px;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-11, .link {
  color: #fff;
  font-family: Lato, sans-serif;
}

.nav-link {
  color: inherit;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition-property: text-shadow;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.nav-link:hover {
  text-shadow: 0 0 10px #fff;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  font-family: Cormorant Garamond, sans-serif;
}

.nav-menu {
  z-index: 60;
  color: #fff;
  position: relative;
}

.div-block-22 {
  position: absolute;
}

.navbar-glass-effect {
  border-radius: inherit;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  filter: url('../images/');
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.navbar-glass-filter {
  display: none;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #696969bf;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff80, inset 2px 2px 1px #ffffff80;
}

.div-block-23 {
  z-index: 3;
  background-color: #000;
  position: absolute;
  inset: 5px;
}

.div-block-24 {
  display: none;
}

.gallery__viewer {
  z-index: 200;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #333333b5;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.gallery__viewer.is-active {
  display: flex;
}

.gallery__viewer-content {
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 600px;
  display: flex;
}

.masonry-item {
  break-inside: avoid;
}

@media screen and (max-width: 991px) {
  .concept {
    padding: 60px 3%;
  }

  .concept.container-padding--tablet {
    padding-left: 3%;
    padding-right: 3%;
  }

  .apartments {
    padding: 60px 3%;
  }

  .contact, .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-wrapper {
    top: 35%;
  }

  .intro-bg-wrapper {
    border-radius: 25px;
  }

  .container.intro {
    padding-left: 6%;
    padding-right: 6%;
  }

  .heading-h2 {
    text-align: center;
    white-space: normal;
    word-break: keep-all;
  }

  .heading-h2.apartments {
    text-align: center;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-5 {
    margin-top: 40px;
  }

  .key-figure, .text-block-5 {
    text-align: center;
  }

  .apartments-container--inner {
    height: 375px;
    margin-top: 100px;
  }

  .cta-section {
    padding: 60px 3%;
  }

  .navbar {
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    top: 0;
  }

  .nav-wrapper {
    background-color: #000;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .masonry-grid {
    margin-top: 60px;
  }

  .contact-form {
    max-width: 100%;
  }

  .container-6 {
    max-width: 100%;
    margin-top: 60px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .nav-link {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .navbar-glass-effect, .navbar-glass-tint, .navbar-glass-shine {
    display: none;
  }

  .menu-button {
    z-index: 900;
    margin-top: 3%;
    margin-right: 3%;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .menu-button.w--open {
    background-color: #0000;
    position: relative;
    top: auto;
    right: auto;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .lottie-nav {
    filter: invert();
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .contact {
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery {
    padding-bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-block {
    font-size: 24px;
    line-height: 28px;
  }

  .title-wrapper {
    width: 100%;
    position: relative;
    top: 0%;
    bottom: 0;
  }

  .intro-bg-wrapper {
    border-radius: 0;
    inset: 0%;
  }

  .container.intro {
    justify-content: center;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 52px;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-h2 {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 48px;
    line-height: 50px;
  }

  .heading-h2.apartments {
    font-size: 32px;
    line-height: 34px;
  }

  .sub-heading {
    text-align: center;
  }

  .key-figure {
    font-size: 46px;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-7 {
    display: none;
  }

  .intro-bg {
    background-image: radial-gradient(circle at 0 100%, #000000d9 40%, #fff0), url('../images/intro-bg.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-6 {
    text-align: center;
    font-size: 7vw;
    line-height: 10vw;
  }

  .apartments-container--inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    overflow: visible;
  }

  .apartment-single {
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .apartment-single.is--active {
    width: 100%;
  }

  .heading-7 {
    font-size: 54px;
    line-height: 58px;
  }

  .text-block-6 {
    font-size: 28px;
    line-height: 28px;
  }

  .paragraph-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .single-arrow {
    top: auto;
    bottom: 20px;
  }

  .masonry-grid {
    column-count: 1;
    margin-top: 40px;
  }

  .div-block-24 {
    display: block;
  }
}

#w-node-f10d39b5-6aa2-7ab8-04ec-c383d827ebf2-90939311 {
  align-self: end;
}

#w-node-_31728049-0683-3ec5-a56e-bf711d8e3b96-1d8e3b91 {
  grid-area: Area;
}

#w-node-_31728049-0683-3ec5-a56e-bf711d8e3b97-1d8e3b91 {
  grid-area: Area-2;
}

#w-node-_31728049-0683-3ec5-a56e-bf711d8e3b98-1d8e3b91, #w-node-_31728049-0683-3ec5-a56e-bf711d8e3b99-1d8e3b91 {
  grid-area: Area-3;
}

@media screen and (max-width: 991px) {
  #w-node-_8760beca-fbe9-db6a-240f-6d9f5a2e8e9a-90939311 {
    place-self: auto;
  }

  #w-node-f10d39b5-6aa2-7ab8-04ec-c383d827ebf2-90939311 {
    justify-self: center;
  }
}


