:root {
  --color-02: #2e323c;
  --color-03: #09c;
  --color-04: #73af59;
  --color-01: white;
  --color-05: #a5aab6;
  --color-06: #feb729;
  --transparent: rgba(255, 255, 255, 0);
}

.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;
  }
}

.body {
  color: var(--color-02);
  padding-bottom: 80px;
  font-family: filson-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.project-number-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.project-number-card {
  background-color: var(--color-02);
  border-radius: 20px;
  height: 300px;
}

.project-number-card.color-03 {
  background-color: var(--color-03);
}

.project-number-card.color-04 {
  background-color: var(--color-04);
}

.project-number-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.project-number-section {
  z-index: 1;
  margin-bottom: 80px;
  position: relative;
}

.project-number-card-padding {
  height: 100%;
  padding: 40px 40px 32px;
}

.project-number-card-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.project-number-card-content-number {
  color: var(--color-01);
  margin-bottom: 2px;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.project-number-card-content-paragraph {
  color: var(--color-01);
}

.project-slider-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.project-description-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.project-description-card-heading {
  text-align: center;
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.project-description-card-paragraph {
  text-align: center;
}

.project-description-card-image-size {
  border-radius: 20px;
  height: 600px;
  overflow: hidden;
}

.project-description-card-content-size, .project-description-card-padding {
  height: 100%;
}

.project-description-card-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-description-card-map {
  width: 100%;
  height: 100%;
}

.project-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-description-section {
  margin-bottom: 80px;
}

.project-description-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.project-slider-section {
  margin-bottom: 80px;
  overflow: hidden;
}

.project-slide-nav, .project-slide-right-arrow, .project-slide-left-arrow {
  display: none;
}

.project-slider-mask {
  margin-left: -20px;
  margin-right: -20px;
  overflow: visible;
}

.project-slide {
  width: 33.3333%;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-slide-lightbox-link {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-slide-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-slider {
  background-color: var(--color-01);
  height: auto;
}

.project-spot-section {
  margin-bottom: 28px;
}

.project-spot-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.project-spot {
  color: var(--color-02);
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
}

.project-spot-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-description-container {
  max-width: 1320px;
  height: 100%;
}

.project-description-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.project-number-container {
  max-width: 1320px;
  height: 100%;
}

.project-slider-container {
  max-width: 1320px;
}

.project-spot-container {
  max-width: 1320px;
  height: 100%;
}

.button-section {
  margin-bottom: 80px;
}

.button-container {
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.banner-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.peninda-park {
  padding-top: 71px;
}

.banner-slider-position {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.banner-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-size {
  z-index: 2;
  height: 100%;
  position: relative;
}

.banner-padding {
  height: 100%;
  padding-top: 104px;
  padding-left: 40px;
  padding-right: 40px;
}

.banner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  height: 100%;
}

.banner-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.banner-content-heading {
  color: var(--color-01);
  margin-bottom: 28px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.banner-content-tag {
  color: var(--color-01);
  margin-bottom: 19px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.banner-form-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.banner-form-block {
  background-color: var(--color-01);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
}

.banner-form-text-field {
  border: 1px solid var(--color-05);
  color: var(--color-02);
  border-radius: 15px;
  height: auto;
  margin-bottom: 25px;
  padding: 17px 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.banner-form-text-field:active, .banner-form-text-field:focus {
  border-color: var(--color-02);
  color: var(--color-02);
}

.banner-form-text-field::placeholder {
  color: var(--color-05);
  font-weight: 300;
}

.banner-form-text-area {
  border: 1px solid var(--color-05);
  color: var(--color-02);
  border-radius: 15px;
  height: auto;
  min-height: 150px;
  margin-bottom: 25px;
  padding: 17px 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.banner-form-text-area:active, .banner-form-text-area:focus {
  border-color: var(--color-02);
  color: var(--color-02);
}

.banner-form-text-area::placeholder {
  color: var(--color-05);
  font-weight: 300;
}

.banner-form-submit-button {
  background-color: var(--color-02);
  border-radius: 15px;
  width: 50%;
  height: auto;
  padding: 17px 25px;
  transition: background-color .4s;
}

.banner-form-submit-button:hover {
  background-color: var(--color-06);
}

.navbar {
  z-index: 10;
  background-color: var(--transparent);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.navbar-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-logo {
  width: auto;
  height: 64px;
}

.logo {
  height: 100%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-link {
  color: var(--color-01);
  padding: 17px 25px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-container, .banner-container {
  max-width: 1320px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp-link {
  z-index: 1000;
  background-color: #25d366;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 80px;
}

.whatsapp-icon {
  max-width: none;
  height: 70%;
}

.banner-slider {
  z-index: 0;
  height: 100%;
}

.banner-slide-left-arrow, .banner-slide-right-arrow, .banner-slider-slide-nav {
  display: none;
}

.banner-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swap-section {
  overflow: hidden;
}

.swap-container {
  max-width: 1320px;
  height: 100%;
}

.swap-background {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Peninda-Park-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.capella-exclusive {
  padding-top: 71px;
}

.button {
  background-color: var(--color-02);
  color: var(--color-01);
  text-align: center;
  border-radius: 15px;
  padding: 17px 25px;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--color-06);
}

.div-block {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  height: 100%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.project-spot-copy {
  color: var(--color-01);
  margin-bottom: 28px;
  font-size: 60px;
  font-weight: 300;
  line-height: 68px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 720px;
  display: flex;
}

.image-2 {
  max-width: 100%;
  height: 100%;
}

.project-number-card-icon-size {
  width: 40px;
  height: 40px;
}

.project-spot-tag {
  color: var(--color-02);
  text-align: center;
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.project-number-card-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-section {
  margin-bottom: 40px;
}

.footer-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 300px 300px;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-card {
  background-color: var(--color-02);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .4s;
  position: relative;
  overflow: hidden;
}

.footer-card-padding {
  height: 100%;
  padding: 31px 40px 40px;
}

.project-description-card-heading-copy {
  color: var(--color-01);
  margin-bottom: 9px;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

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

.footer-card-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.footer-container {
  max-width: 1320px;
  height: 100%;
}

.footer-card-icon-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-card-icon-size {
  width: 40px;
  height: 40px;
}

.footer-card-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-card-background {
  z-index: 2;
  background-color: var(--color-02);
  height: 100%;
  position: relative;
}

.footer-card-image-position {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-card-image-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-footer-container {
  max-width: 1320px;
  height: 100%;
}

.bottom-footer-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.bottom-footer-background {
  background-color: var(--color-02);
  border-radius: 20px;
}

.bottom-footer-text-padding {
  width: 100%;
  height: 100%;
  padding: 32px 40px;
}

.bottom-footer-text {
  color: var(--color-01);
}

@media screen and (max-width: 991px) {
  .body {
    padding-bottom: 160px;
  }

  .project-number-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-description-card-grid {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-description-section {
    margin-bottom: 72px;
  }

  .project-description-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .project-slide {
    width: 50%;
  }

  .banner-section {
    height: auto;
  }

  .banner-padding {
    padding-top: 175px;
    padding-bottom: 80px;
  }

  .banner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .banner-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .banner-content-heading, .navbar-link {
    text-align: center;
  }

  .navbar-menu-button {
    background-color: var(--color-01);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: var(--color-02);
  }

  .navbar-menu-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar-menu {
    background-color: var(--color-02);
    border-radius: 20px;
    margin-top: 40px;
    left: 40px;
    right: 40px;
  }

  .whatsapp-link {
    border-radius: 0%;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .swap-size {
    height: auto;
  }

  .div-block {
    padding-top: 67px;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .project-spot-copy {
    text-align: center;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .footer-grid {
    grid-template-rows: 300px 300px 300px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-bottom: 140px;
    font-size: 18px;
    line-height: 28px;
  }

  .project-number-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-number-card {
    border-radius: 10px;
  }

  .project-number-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-number-card-padding {
    padding: 30px 30px 23px;
  }

  .project-number-card-content-number {
    margin-bottom: 3px;
    font-size: 50px;
    line-height: 56px;
  }

  .project-slider-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-description-card-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .project-description-card-heading {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
  }

  .project-description-card-image-size {
    border-radius: 10px;
    height: 450px;
  }

  .project-description-section {
    margin-bottom: 73px;
  }

  .project-description-grid {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .project-slider-mask {
    margin-left: -15px;
    margin-right: -15px;
  }

  .project-slide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-slide-lightbox-link {
    border-radius: 10px;
  }

  .project-spot-section {
    margin-bottom: 20px;
  }

  .project-spot-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-spot {
    font-size: 40px;
    line-height: 48px;
  }

  .project-description-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .peninda-park {
    padding-top: 72px;
  }

  .banner-padding {
    padding-top: 156px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .banner-content-heading {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 56px;
  }

  .banner-content-tag {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 30px;
  }

  .banner-form-block {
    border-radius: 10px;
    padding: 30px;
  }

  .banner-form-text-field, .banner-form-text-area {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-form-submit-button {
    border-radius: 5px;
    width: 100%;
    padding: 12px 20px;
  }

  .navbar {
    top: 30px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-logo {
    height: 54px;
    padding-left: 0;
  }

  .navbar-menu-button {
    border-radius: 10px;
    width: 54px;
    height: 54px;
  }

  .navbar-menu {
    border-radius: 10px;
    margin-top: 30px;
    left: 30px;
    right: 30px;
  }

  .whatsapp-link {
    height: 60px;
  }

  .capella-exclusive {
    padding-top: 72px;
  }

  .button {
    border-radius: 5px;
    padding: 12px 20px;
  }

  .div-block {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .project-spot-copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-3 {
    height: auto;
  }

  .project-spot-tag {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-section {
    margin-bottom: 30px;
  }

  .footer-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 300px 300px 300px 300px 300px;
    grid-template-columns: 1fr;
  }

  .footer-card {
    border-radius: 10px;
  }

  .footer-card-padding {
    padding: 22px 30px 30px;
  }

  .project-description-card-heading-copy {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
  }

  .bottom-footer-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bottom-footer-text-padding {
    padding: 23px 30px;
  }
}

@media screen and (max-width: 479px) {
  .project-number-card, .project-number-card.color-03, .project-number-card.color-04, .project-slide {
    height: 250px;
  }

  .footer-grid {
    grid-template-rows: 250px 250px 250px 250px 250px;
  }
}

#w-node-_12010662-266a-f01d-ff46-0c16e045471f-41b05401, #w-node-_5231bc7d-a93e-ef9b-651e-7e8811d4b7b3-41b05401, #w-node-_94461123-cbc7-94b0-f66e-e46653382e85-41b05401, #w-node-_94461123-cbc7-94b0-f66e-e46653382f06-41b05401 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a8db505b-5c3c-1e0f-2a86-2c08b7b656c4-41b05401 {
  grid-area: 1 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-bccc9e9a-12c8-b096-336e-3dad9a24f7e3-41b05401, #w-node-_94461123-cbc7-94b0-f66e-e46653382ec5-41b05401 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8db505b-5c3c-1e0f-2a86-2c08b7b656c4-41b05401 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12010662-266a-f01d-ff46-0c16e045471f-41b05401, #w-node-_5231bc7d-a93e-ef9b-651e-7e8811d4b7b3-41b05401, #w-node-_94461123-cbc7-94b0-f66e-e46653382e85-41b05401, #w-node-_94461123-cbc7-94b0-f66e-e46653382f06-41b05401 {
    grid-column: 1 / 4;
  }

  #w-node-b73873df-f375-0afa-a24e-5ab6f6135a3c-41b05401 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


