@import url("https://fonts.googleapis.com/css?family=Lato:regular&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,regular,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:&display=swap");

a {
  text-decoration: none;
}
picture {
  width: 100%;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
.col {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.container {
  max-width: 132rem;

  margin: 0 auto;
  padding: 0 7.5px;
}

.section-info .container,
.section-project .container,
.section-location .container-2 {
  max-width: 97rem;
}

@media (max-width: 1200px) {
  .container {
    max-width: 114rem !important;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 96rem !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 72rem !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 54rem !important;
  }
}

.section-main {
  height: 100vh;
  /* min-height: 65rem; */
  color: #fff;
  position: relative;
  z-index: 2;
}

.hero-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-shadow: 1px 15px 10px 10px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 9px 30px 12px rgba(0, 0, 0, 0.35);
}
.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo {
  position: absolute;
  bottom: 0;
  width: clamp(20rem, 30vw, 53.8rem);
}

/* header */

.header {
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* padding: 10px; */
  /* flex-direction: column; */
  z-index: 9997;
}

.header-left {
  display: flex;
  flex-direction: column;
}
.header-left .header-menu a {
  text-shadow: -0.2rem 0 0.5rem rgba(0, 0, 0, 1);
}
.header h1 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  color: white;
  font-weight: 400;
  margin-top: 5rem;
  margin-left: 4rem;
}

.header.scroll {
  width: 100%;
  height: 8.5rem;
  position: sticky;
  top: 0;
  z-index: 9997;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-right .logo {
  margin-top: 4rem;
}
.header.scroll .header-left,
.header.scroll .header-right {
  display: none;
}
.header-left .header-menu,
.header-right {
  width: 20rem;
}
.header-left .header-menu {
  text-align: right;
}
.header-scroll {
  align-items: center;
  justify-content: center;
  width: 100%;
  display: none;
  z-index: 9997;
}

.header-scroll .logo {
  width: 5.25rem;
  height: 4.622rem;
}
.header-scroll h1 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 3rem;
  color: #001f46;
  font-weight: 400;
  margin: 0 3.4rem 0 2.65rem;
}
.header.scroll .header-scroll {
  display: flex;
}
.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.header-scroll .header-menu ul {
  display: flex;
}
.header-menu ul {
  padding: 0;
}
.header-menu li {
  list-style-type: none;
  padding: 1.5rem 0;
}

.header-menu li:not(li:last-child) {
  border-bottom: 1px solid #b6b6b6;
}
.header-menu.right {
  margin-left: 5rem;
}
.header-scroll .header-menu.right ul {
  align-items: center;
}
.header-scroll .header-menu li {
  list-style-type: none;
  padding: 0 1.5rem;
}
.header-scroll .header-menu li a,
.header-mobile .header-menu li a {
  color: #001f46;
}
.header-mobile .header-menu li a.brochure {
  border: none;
}
.header-scroll .header-menu.right li a.brochure {
  width: 18rem;
  display: block;
  text-align: center;
  padding: 1rem;
}
.header-scroll .header-menu li:not(li:last-child) {
  border-bottom: none;
  border-right: 1px solid #707070;
}
.header-scroll .header-menu.right li {
  border-bottom: none !important;
  border-right: none !important;
}

.header-menu a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: white;
}
.header-menu a.brochure {
  border: 1px solid #001f46;
  border-radius: 1rem;
  width: 18rem;
}
.header-menu a.contact {
  min-width: 13rem;
  display: block;
}

.header-menu a:hover {
  text-decoration: underline;
}
.menu-open {
  overflow: hidden;
}
.menu-open .header-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-menu_btn {
  padding: 0;
  width: 3rem;
  transition: all 0.2s linear;
  outline: none;
  border: none;
  background-color: transparent !important;
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: none;
  cursor: pointer;
}
.header-menu_btn i {
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  margin: 0.6rem 0;
  transition: all 0.2s linear;
}

.menu-open .header-menu_btn i:first-child {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: 1rem;
  margin-left: 0.5rem;
  position: relative;
  top: 0.2rem;
}
.menu-open .header-menu_btn i:nth-child(2) {
  transform: rotate(45deg);
  margin: 0;
  margin-left: 0.5rem;
  top: 0.7rem;
}
.menu-open .header-menu_btn i:nth-child(3) {
  display: none;
}

.header-hidden {
  height: 12rem;
  top: 14rem;
  z-index: 1000;
  text-align: right;
  position: absolute;
  display: none;
}
.header-hidden nav {
  /* position: absolute;
  top: 14rem; */
  width: 20rem;
  padding-right: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.header-hidden ul {
  padding: 0;
}
.header-hidden li {
  list-style-type: none;
  padding: 1.5rem 0;
}
.header-hidden li:not(li:last-child) {
  border-bottom: 1px solid #b6b6b6;
}
.header-hidden a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: white;
}
@media (max-width: 1300px) {
  .header-menu.right {
    margin-left: 1rem;
  }
}
@media (max-width: 1158px) {
  .header-scroll h1 {
    margin: 0 1rem;
  }
  .header-scroll .header-menu.right ul {
    flex-direction: column;
  }
  .header-scroll .logo {
    margin-left: 1.5rem;
  }
}
@media (max-width: 967px) {
  .header {
    width: 100%;
    height: 8.5rem;
    position: sticky;
    top: 0;
    z-index: 9997;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-menu,
  .header-left,
  .header-right {
    display: none;
  }
  .header-scroll {
    display: flex;
  }
  .header-mobile .header-menu {
    display: block;
  }
  .header-menu_btn {
    display: block;
  }
  .header-hidden {
    display: block;
  }

  .hero-picture {
    height: calc(100vh - 8.5rem);
  }
  .section-main {
    height: calc(100vh - 8.5rem);
  }
}

@media (max-width: 567px) {
  .header-scroll {
    display: flex;
    justify-content: flex-start;
  }
  .header-scroll .logo {
    margin-left: 1.5rem;
  }
}
/* btn */

.btn {
  border: none;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}
.btn-menu {
  background-color: transparent;
}
.scroll .btn-menu {
  width: 100%;
}
.btn-brochure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15rem;
  height: 11rem;
  width: 37rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font: normal normal 300 26px/34px Lato;
  color: white;
}
.btn-brochure span:nth-child(2) {
  display: inline;
}
.btn-brochure span:nth-child(3) {
  display: none;
}
@media (max-width: 768px) {
  .logo-right {
    height: 5rem;
  }
  .btn-brochure {
    width: auto;
    padding: 2rem 1rem;
    height: auto;
  }
  .btn-brochure img {
    width: 3rem;
  }

  .btn-brochure span:nth-child(2) {
    display: none;
  }
  .btn-brochure span:nth-child(3) {
    display: inline;
  }
}
@media (max-width: 576px) {
  .btn-burger {
    text-align: left;
  }
  .btn-menu {
    width: 70%;
  }
  .logo-right {
    height: 3rem;
    margin: 0 1rem;
  }
  .btn-brochure {
    width: auto;
    padding: 1.5rem 1.5rem;
    height: auto;
    font: normal normal 300 2rem / 2rem Lato;
  }
  .btn-brochure img {
    width: 2.5rem;
  }
}

.btn-documents,
.btn-map,
.btn-contact {
  max-width: 39rem;
  height: 6.4rem;
  text-align: center;
  font: normal normal 400 2rem/2rem Lato;
  letter-spacing: 0.7px;
  color: #af9886;
  border: 1px solid #af9886;
  text-transform: uppercase;
  background-color: transparent;
}
.btn-documents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 0 2rem;
  min-width: 50rem;
}
@media (max-width: 678px) {
  .btn-documents {
    min-width: 90%;
  }
}
.btn-map {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.btn-contact {
  width: 20rem;
}

.header.scroll .btn-brochure {
  position: static;
  transform: translateX(0);
}
.btn-brochure img {
  padding-right: 1.5rem;
}

/* section-info */
.section-info {
  /* background: url("../images/info/branch.svg") center no-repeat;
  background-position-y: -40rem; */
  position: relative;
  /* top: -9rem; */
  margin-bottom: 6rem;
}

.section-info h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 7rem;
  font-weight: 400;
  color: #001f46;
  text-align: center;
  /* padding-top: 14rem; */
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.section-info h2 {
  font-size: 5rem;
}
.section-info .sub-title {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 3.6rem;
  text-transform: uppercase;
  color: #4e4e4e;
  max-width: 96rem;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
}
.section-info .more {
  display: none;
}
.section-info p {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 3rem;
  color: #7d7d7d;
  padding: 0 1rem;
}
.section-info .col-1 {
  /* width: 41%; */
  gap: 0;
}
.section-info .col-2 {
  /* width: 59%; */
}
.section-info .col-2 p {
  margin-top: 0;
  /* max-width: 30rem; */
}
.info-picture {
  width: 100%;
  height: auto;
  /* position: absolute; */
  /* right: 0; */
  margin: 0 auto;
  margin-top: 2rem;
  /* max-height: 58rem; */
  /* position: absolute;
  left: 0; */
}
/* .info-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.btn-more {
  cursor: pointer;
  margin: 0 auto;
}

/* project */

.section-project h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  color: #001f46;
  letter-spacing: 1.3px;
  text-align: center;
}
@media (max-width: 968px) {
  .section-project h2 {
    font-size: 4rem;
  }
}
.section-project .text {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 3rem;
  color: #7d7d7d;
}
.section-project .text.more {
  display: none;
}

.section-project .picture {
  align-items: center;
}

.project-main {
  background-color: #f6f2ee;
  min-height: 61rem;
}
.project-main .text {
  margin: 1.8rem 0 3.9rem;
}

.project-main .col-1 {
  padding: 5rem;
  width: 41%;
  gap: 0;
}
.project-main .col-2 {
  width: 59%;
}

.project-picture {
  max-width: 50vw;
  height: 61rem;
  position: absolute;
  right: 0;
}
.project-picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-project .detail {
  gap: 3rem;
  position: relative;
}
.section-project .detail .col {
  gap: 1.7rem;
  margin-top: 0.85rem;
  position: relative;
}
.section-project .detail .col:not(:last-child)::before {
  content: "";
  display: block;
  background-color: #707070;
  width: 0.1rem;
  height: 9.3rem;
  position: absolute;
  top: 10rem;
  right: -2rem;
}
.estimation {
  justify-content: center;
}
.estimation .col {
  border: 1px solid #001f46;
  border-radius: 1rem;
  flex: 0 1 auto;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.29);
  padding: 2.5rem 5rem;
}
.estimation .title {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 3rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 967px) {
  .section-project .detail {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .section-project .detail .col:not(:last-child)::before {
    display: none;
  }
}

.section-project .detail .col {
  align-items: center;
}

.section-project .detail img {
  margin-top: 3.9rem;
}
.section-project .detail .col-1 {
  width: 20%;
}
.section-project .detail .col-1 img {
  width: 8.2rem;
  height: 7.14rem;
}
.section-project .detail .col-2 {
  width: 20%;
}
.section-project .detail .col-2 img {
  width: 6.966rem;
  height: 7.135rem;
}
.section-project .detail .col-3 {
  width: 20%;
}
.section-project .detail .col-3 img {
  width: 8.5rem;
  height: 8.5rem;
}
.section-project .detail .col-4 {
  width: 20%;
}
.section-project .detail .col-4 img {
  width: 8.2rem;
  height: 8.199rem;
}
.section-project .detail .col-5 {
  width: 20%;
}
.section-project .detail .col-5 img {
  width: 8.199rem;
  height: 8.199rem;
}

.detail-title {
  margin-top: 3.9rem;
}
.detail-text {
  margin-bottom: 7rem;
  text-align: center;
  font: normal normal 400 1.8rem/3rem Poppins;
  color: #7d7d7d;
}

.section-project .documents {
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 50px;
  margin-bottom: 6rem;
  padding: 6rem 2rem 6rem 6rem;
}
.documents .title {
  font: normal normal 300 6rem/7.5rem Black Mango;
  letter-spacing: 3px;
  color: #d8ad77;
}
.documents .text {
  text-align: left;
  font: normal normal 300 3.2rem/4rem Lato;
  letter-spacing: -0.32px;
  color: #656565;
  display: flex;
  gap: 2rem;
}

.documents .text img {
  max-width: 11rem;
  max-height: 11rem;
}
/* svg */

.svg_lot {
  cursor: pointer;
}

.svg_lot circle.available,
.svg_lot.available:hover .hover {
  fill: #46ce86;
}
.svg_lot circle.reserved,
.svg_lot.reserved:hover .hover {
  fill: #ff9800;
}
.svg_lot circle.sold,
.svg_lot.sold:hover .hover {
  fill: #e5421e;
}

/* table */

.table {
  margin-bottom: 6rem;
}
.table .title {
  text-align: center;
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #001f46;
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.table .text {
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #656565;
  margin-top: 0;
  margin-bottom: 5.6rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-size: 1.8rem;
  table-layout: fixed;
}
table th {
  background-color: #f1f1f1;
  height: 7.2rem;
  padding-left: 2.5rem;
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #001f46;
}
table th:first-child {
  border-top-left-radius: 1.6rem;
}
table th:last-child {
  border-top-right-radius: 1.6rem;
}
@media screen and (max-width: 991px) {
  table th {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    height: 5.2rem;
  }
}

table td a {
  color: #707070;
  text-decoration: underline;
}
table td {
  border-bottom: 0.1rem solid #c5bfbb;
  height: 5.2rem;
  padding-left: 2.5rem;
  text-align: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.4px;
  color: #707070;
}
table tr.hover.available,
table tr:hover[data-status="available1"] {
  background-color: rgba(70, 206, 134, 0.3);
}
table tr.hover.reserved,
table tr:hover[data-status="reserved1"] {
  background-color: rgba(255, 152, 0, 0.3);
}
table tr.hover.sold,
table tr:hover[data-status="sold1"] {
  background-color: rgba(229, 66, 30, 0.3);
}
table tr.hover td.sticky,
table tr:hover td.sticky {
  background-color: unset;
}

@media screen and (max-width: 991px) {
  table td {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    height: 5.2rem;
  }
}
.status {
  display: block;
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.status span {
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 1rem;
}
.status span.available {
  background-color: #46ce86;
}
.status span.reserved {
  background-color: #ff9800;
}
.status span.sold {
  background-color: #e5421e;
}
table td .btn {
  font-size: 1.8rem;
  max-width: 14.1rem;
  height: 4.8rem;
}
table td.sticky,
table th.sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
table td.sticky {
  background-color: white;
}
table td.sticky a {
  margin: 0px 0.25em;
}
@media screen and (max-width: 991px) {
  table td .btn {
    font-size: 1.4rem;
    height: 3.4rem;
    max-width: 11rem;
  }
}
table td .open-row img {
  width: auto;
  height: 1rem;
  transform: none;
  transition: all 0.2s linear;
}
table .row-hidden td {
  padding-left: 0;
}
table .row-hidden td .picture {
  background-color: #e8e3e0;
  width: 116.3rem;
  height: 56rem;
  margin: 3.5rem auto 6rem;
}
@media screen and (max-width: 991px) {
  table .row-hidden td .picture {
    height: 38rem;
    margin: 2rem auto 3rem;
  }
}
table .active td {
  border-bottom: none;
}
table .active td .open-row img {
  transform: rotate(180deg);
}

.table .table-scroll {
  max-width: 146.2rem;
  margin: 0 auto;
  position: relative;
}
.table .table-scroll table {
  min-width: 120rem;
}
@media (max-width: 1360px) {
  .section-info .row {
    gap: 1rem;
  }
}
@media (max-width: 1315px) {
  .section-info .row {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 7.5px;
  }
  .info-picture {
    margin: 0 auto;
  }
  .section-info .col-2 {
    width: 100%;
  }
  .section-info .col-2 p {
    max-width: 100%;
  }
  .btn-more {
    margin: 0rem auto 3rem;
  }
  .container.more {
    margin-top: 0;
    margin-left: 0;
  }
  .container.more > p:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .table .table-scroll table {
    min-width: 112rem;
  }
}

@media (max-width: 768px) {
  .section-info .col-1 {
    width: 100%;
  }
  .section-info .col-2 {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .section-info .sub-title {
    padding: 0;
  }
  .section-project .project-main {
    flex-direction: column;
  }

  .section-project .col {
    width: 100%;
    gap: 1rem;
  }

  .section-project .detail .col-1,
  .section-project .detail .col-2,
  .section-project .detail .col-3,
  .section-project .detail .col-4,
  .section-project .detail .col-5 {
    width: 100%;
  }
  .project-main .col-1 {
    padding: 0;
    order: 2;
  }
  .project-main .col-2 {
    order: 1;
  }
  .project-picture {
    position: static;
    max-width: unset;
  }
  .section-project .detail .col {
    margin-top: 1rem;
  }
  .section-project .detail {
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
  }
  .section-project .detail img {
    margin-top: 0;
    max-width: 10rem;
  }
  .detail-text {
    margin-bottom: 0rem;
  }
}
@media (max-width: 567px) {
  .section-project .title,
  .documents .title {
    font: normal normal 300 3rem / 4.5rem;
  }

  .section-project .detail {
    flex-direction: column;
  }
  .documents .text {
    text-align: left;
    font: normal normal 300 2.2rem/3rem;
    letter-spacing: -0.32px;
    color: #656565;
    display: flex;
    gap: 2rem;
  }
  .table .title {
    font: normal normal 300 3rem/4.5rem;
  }
  .table .text {
    font: normal normal 300 2rem/3rem;
  }
  /* .section-project .row {
    flex-direction: column;
  }
  .section-project .col {
    width: 100%;
    gap: 1rem;
  }
  .section-project .detail .col {
    margin-top: 1rem;
  }
  .section-project .detail {
    gap: 1rem;
  }
  .section-project .detail img {
    margin-top: 0;
    max-width: 10rem;
  }
  .detail-text {
    margin-bottom: 0rem;
  } */
}

/* gallery */
.section-gallery {
}
/* .section-gallery h2 {
  font: normal normal 300 30px/50px Lato;
  letter-spacing: 1.5px;
  color: #656565;
  text-transform: uppercase;
}
.section-gallery .title {
  font: normal normal 300 7rem/7.8rem Black Mango;
  letter-spacing: 3.5px;
  color: #d8ad77;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title .position {
  text-align: right;
  font: normal normal 300 30px/50px Lato;
  letter-spacing: 1.5px;
  color: #656565;
}

@media screen and (max-width: 1024px) {
  .section-gallery .title {
    font: normal normal 300 4rem/4.8rem Black Mango;
  }
}
@media (max-width: 567px) {
  .section-gallery .title div {
    flex: 1 1 50%;
  }
} */

/* section-location */

.section-location {
  position: relative;
  margin-bottom: 9rem;
}
.section-location h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  color: #001f46;
  letter-spacing: 1.3px;
  text-align: center;
}
.section-location .text {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 3rem;
  color: #7d7d7d;
  max-width: 96rem;
  text-align: center;
  margin: 0 auto 6rem;
}
.map-item {
  display: flex;
  align-items: center;
}

.map-item::before {
  border-bottom: 1px dotted #e0e0e0;
  content: "";
  height: 1em;
  order: 2;
  flex: 1 1 0%;
  transform: translate3d(0px, 3px, 0px);
}
.map-item figure {
  margin: 0px 1.6rem 0px 0px;
  padding: 0.2em;
  position: relative;
  width: 5rem;
  text-align: center;
}
.map-item p {
  order: 1;
  font: normal normal 400 1.9rem/4.8rem Lato;
  color: #af9886;
  padding-right: 0.5rem;
  margin: 0;
}
.map-item span {
  order: 2;
  font: normal normal 400 1.9rem/4.8rem Lato;
  color: #5a5e61;
  padding-left: 0.5rem;
}
.location-picture {
  flex: 0 1 50%;
  max-height: 52rem;
}
.location-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-location .col-2 {
  flex: 0 1 30%;
  gap: 1rem;
}
.section-location .project-main {
  margin-top: 5rem;
}
.section-location .project-main .col-1 {
  padding: 4rem 5rem 0;
}
.section-location .project-main .text {
  max-width: 33rem;
  text-align: left;
}
@media (max-width: 1540px) {
}
@media (max-width: 1200px) {
  .section-location .col-2 {
    flex: 0 1 40%;
  }
}
@media (max-width: 1024px) {
  .section-location .project-main .col-1 {
    padding: 0;
  }
  .section-location .col {
    padding: 1rem;
  }
  .section-location .project-main .col-2 {
    padding: 0;
  }
}
@media (max-width: 781px) {
  .section-location .row {
    flex-direction: column;
  }
  .section-location .project-main {
    flex-direction: row;
  }
  .location-picture {
    max-height: unset;
  }
}
@media (max-width: 768px) {
  .section-location .project-main {
    flex-direction: column;
  }
  .section-location .project-main .col {
    width: 100%;
  }
  .section-location .project-main .text {
    max-width: unset;
  }
}

@media (max-width: 567px) {
  .map-item p {
    font: normal normal 400 1.5rem/2.5rem;
  }
  .map-item span {
    font: normal normal 400 1.5rem/2.5rem;
  }
  .section-location .project-picture {
    height: unset;
  }
}
.section-video {
}
.section-video h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  color: #001f46;
  letter-spacing: 1.3px;
  text-align: center;
}
.section-documents {
  margin-bottom: 5rem;
}
.section-documents h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  color: #001f46;
  letter-spacing: 1.3px;
  text-align: center;
}
@media (max-width: 968px) {
  .section-documents h2 {
    font-size: 4rem;
  }
}
/* section-developers  */

.section-developers {
  margin-bottom: 6rem;
}
.section-developers .container {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-developers h2 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.9rem;
  letter-spacing: 0.6px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin: 0 0 1.8rem;
  text-align: center;
}

.dev-picture {
  max-width: 31.7rem;
}
.dev-picture img {
  width: 100%;
}
@media (max-width: 678px) {
  .dev-picture {
    width: 100%;
  }
}
@media (max-width: 567px) {
}

/* section-contact */

.section-contact {
  margin-bottom: 6.5rem;
}

.section-contact .container {
}
.section-contact .row {
  gap: 0;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

.broker-info {
  text-align: center;
  margin-bottom: 1.7rem;
}
.broker-picture {
}
.broker-picture img {
  margin-bottom: 3.5rem;
  width: 100%;
  max-width: 16.9rem;
}
.broker-name {
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 3rem;
  color: #001f46;
}
.broker-position {
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 3rem;
  color: #001f46;
}
.broker-phone a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 3rem;
  color: #001f46;
}
.broker-email a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 3rem;
  color: #001f46;
}

.section-contact h2 {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 5rem;
  font-weight: 400;
  color: #001f46;
  letter-spacing: 1.3px;
  text-align: center;
}

.form-contact {
  width: 100%;
  /* padding: 0 10rem; */
  max-width: 96.4rem;
  margin: 0 auto;
}
#modal-brochure .form-contact {
  padding: 0;
}
.form-col {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.form-col {
  flex: 0 0 45%;
  width: 45%;
  /* padding: 0 1.6rem; */
}

input.form-control {
  height: 4.4rem;
  background: #f2f2f2;
  border: 0.1rem solid #f2f2f2;
  appearance: none;
  outline: none !important;
  box-shadow: none;
  max-width: 47.4rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0 0 2rem;
}

.form-label {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #af9886;
  margin-bottom: 1rem;
}
#modal-brochure .form-label {
  text-align: left;
}
#modal-brochure .row {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #modal-brochure .row {
    flex-direction: column;
    gap: 1rem;
  }
}
.form-textarea {
  background: #f2f2f2;
  border: 0.1rem solid #f2f2f2;
  appearance: none;
  outline: none !important;
  box-shadow: none;
  height: 20rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 0 1rem 2rem;
}

.form-footer {
  width: 100%;
  text-align: center;
  margin-top: 3.2rem;
}
.contact-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 1024px) {
  .contact-detail {
    flex-direction: column;
    padding: 1.5rem;
  }
  .form-contact {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .section-contact h2 {
    text-align: center;
  }
  .section-contact .row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .form-col {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
  input.form-control {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .section-contact h2 {
    font: normal normal 300 5rem / 6rem Black Mango;
  }
}

.footer {
  background: #001f46;
  padding-top: 4.4rem;
  height: 13.6rem;
  text-align: center;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-info {
  font: normal normal normal 12px/38px Lato;
  letter-spacing: 0.42px;
  color: #ffffff;
}

.footer-title {
  font-family: "Playfair+Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: white;
  display: flex;
  flex-direction: column;
}
.footer-logo {
  padding-bottom: 1.2rem;
}
.footer-logo img {
  width: 6.417rem;
  height: 5.649rem;
}
.privacy-body {
  font: normal normal normal 12px/16px Lato;
  letter-spacing: 0.42px;
  color: #ffffff;
}
.privacy-body img {
  width: 6.8rem;
}
@media (max-width: 1024px) {
  .footer {
    padding: 3rem 0;
    height: auto;
  }
  .footer-body {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}

.swiper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  /* width: 300px;
  height: 300px; */
}
/* .swiper-slide-active {
  width: 80rem;
  height: 40rem;
} */
.swiper-slide img {
  display: block;
  width: 100%;
  /* border-radius: 5rem; */
}
.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
  opacity: 0;
  visibility: hidden;
}
.previewSwiper {
  padding-top: 0;
  max-width: 110rem;
}

@media (max-width: 1200px) {
  .previewSwiper {
    max-width: 90rem;
  }
}
@media (max-width: 992px) {
  .previewSwiper {
    max-width: 81rem !important;
  }
}
@media (max-width: 768px) {
  .previewSwiper {
    max-width: 51rem !important;
  }
}
@media (max-width: 576px) {
  .previewSwiper {
    max-width: 40rem !important;
  }
}
.previewSwiper .swiper-slide {
  opacity: 0.4;
}
.previewSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* .swiper-button-prev,
.swiper-button-next {
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 567px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    height: 4rem;
  }
}
.swiper-button-prev {
  left: 3rem;
}
.swiper-button-next {
  right: 3rem;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
} */

.loader-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: black;
  opacity: 0.3;
  z-index: 9999;
}
.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.d-none {
  display: none;
}

.iziModal {
  z-index: 9998 !important;
}
.modal {
  padding: 5rem;
  text-align: center;
  width: 100%;
  max-width: 60rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .modal {
    padding: 3rem 2rem;
  }
}
.modal-title {
  font-size: 6rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .modal-title {
    font-size: 3.5rem;
  }
}
.modal-subtitle {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.modal-text {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  /* text-transform: uppercase; */
}
@media screen and (max-width: 575px) {
  .modal-subtitle {
    font-size: 1.8rem;
  }
  .modal-text {
    font-size: 1.6rem;
  }
}
.modal-close {
  position: absolute;
  background-color: transparent;
  top: 2rem;
  right: 2rem;
  padding: 0;
  width: 2rem;
  transition: all 0.2s linear;
  border: none;
  outline: none;
  cursor: pointer;
}
.modal-close i {
  display: block;
  background-color: #000;
  width: 100%;
  height: 0.2rem;
  margin: 0.1rem 0;
  transition: all 0.2s linear;
}
.modal-close i:first-child {
  transform: rotate(45deg);
}
.modal-close i:last-child {
  transform: rotate(-45deg);
  margin-top: -0.3rem;
}

.section-info {
  min-height: 80rem;
}
.section-project {
  min-height: 130rem;
}
.section-gallery {
  min-height: 94rem;
}
.section-prix {
  min-height: 120rem;
}
.section-location {
  min-height: 146rem;
}
.section-contact {
  min-height: 100rem;
}
@media (max-width: 1200px) {
  .section-gallery {
    min-height: 42rem;
  }
  .section-prix {
    min-height: 90rem;
  }
}
