.project-banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.project-banner-top {
  position: absolute;
  width: 19.792vw;
  height: 19.792vw;
  top: -13vw;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  filter: blur(0.104vw);
}
.project-banner-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-banner-cont {
  width: 100%;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 3.906vw;
  margin-top: auto;
  z-index: 1;
  color: #ffffff;
}
.project-banner-cont-top {
  display: flex;
  flex-direction: column;
  gap: 3.906vw;
  font-size: 2.604vw;
  line-height: 3.906vw;
  font-family: "Cherston", sans-serif;
  max-width: 35vw;
}
.project-banner-cont-top-logo {
  width: 17.969vw;
  height: 12.76vw;
}
.project-banner-cont-top-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-banner-cont-bottom {
  width: 100%;
  display: flex;
  font-size: 0.833vw;
  line-height: 1.4;
  color: #ffffff;
}
.project-banner-cont-bottom-ul {
  width: 48.698vw;
  display: flex;
  padding: 0.521vw 0;
  font-family: "Centrale", sans-serif;
  justify-content: space-between;
  border-bottom: 1px solid white;
}
.project-banner-cont-bottom-ul li {
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  font-weight: 500;
}
.project-banner-cont-bottom-ul li > div {
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  gap: 1.042vw;
}
.project-banner-bottom {
  margin-left: auto;
  display: flex;
  gap: 0.729vw;
  font-size: 0.729vw;
  font-weight: 400;
  font-family: "Centrale", sans-serif;
  margin-top: auto;
}
.project-banner-bottom-sub {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.project-banner-bottom-sub span {
  font-size: 1.25vw;
}
.project-banner-bottom a {
  width: 15.063vw;
  height: 4.167vw;
  display: flex;
  gap: 0.521vw;
  color: #ffffff;
  border: 1px solid white;
  border-radius: 0.521vw;
  align-items: center;
  padding: 0.521vw 0.781vw;
}
.project-banner-bottom a > span {
  font-size: 2.083vw;
}
.project-breath {
  width: 100%;
  padding: 3.125vw;
  font-size: 1.146vw;
  font-weight: 400;
  color: #000000;
  z-index: 1;
  font-family: "Centrale", sans-serif;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.project-breath-top {
  width: 100%;
  display: flex;
}
.project-breath-left {
  width: 42.4479vw;
  display: flex;
  flex-direction: column;
  gap: 2.604vw;
  font-weight: 300;
  line-height: 1.6;
  align-items: flex-start;
}
.project-breath-left-head {
  font-size: 2.604vw;
  line-height: 3.125vw;
  color: #333f49;
  font-family: "Cherston", sans-serif;
}
.project-breath-left span {
  font-weight: 500;
}
.project-breath-right {
  width: 15.625vw;
  height: 13.021vw;
}
.project-breath-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-living {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.project-living::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22.9167vw;
  background-color: #b8cbc5;
  bottom: 0;
  left: 0;
  background-image: url("../images/project/flora-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-living-in {
  width: 100%;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  font-size: 1.1458vw;
  font-weight: 300;
  line-height: 1.2;
}
.project-living-in-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Centrale", sans-serif;
  gap: 1.5625vw;
  line-height: 1.5;
  max-width: 58.5938vw;
}
.project-living-in-top-head {
  width: 100%;
  max-width: 35.9375vw;
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
  font-size: 0.9375vw;
  font-weight: 500;
}
.project-living-in-top-head span {
  font-family: "Cherston", sans-serif;
  font-size: 2.6042vw;
  line-height: 1.4;
}
.project-living-in-top-head span span {
  display: inline-block;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}
.project-living-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.project-living-slider-in {
  width: 100%;
  height: 37.5vw;
  border-radius: 1.0417vw;
  overflow: hidden;
}
.project-living-slider-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-living-slider-nav {
  position: absolute;
  z-index: 1;
  bottom: 0.78125vw;
  left: 0.78125vw;
  display: flex;
  gap: 0.2604vw;
}
.project-living-slider-nav [class*="swiper-button-custom"] {
  width: 1.8229vw;
  height: 1.8229vw;
  border-radius: 50%;
  font-size: 0.7292vw;
  color: #333f49;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.project-apartment-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5.208vw;
}
.project-apartment-slider-block {
  overflow: visible;
}
.project-apartment-slider-nav {
  position: absolute;
  z-index: 1;
  bottom: 5.729vw;
  left: 27%;
  display: flex;
  gap: 0.26vw;
}
.project-apartment-slider-nav [class*="swiper-button-custom"] {
  width: 1.823vw;
  height: 1.823vw;
  border-radius: 50%;
  font-size: 0.729vw;
  color: #333f49;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.project-landmark {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.project-landmark-block {
  width: 100%;
  display: grid;
  gap: 3.125vw;
  grid-template-columns: repeat(6, 1fr);
}
.project-landmark-block-in {
  width: auto;
  min-height: 10.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.042vw;
  color: #000000;
  line-height: 1.3;
  flex-direction: column;
  gap: 1.0417vw;
  font-family: "Centrale", sans-serif;
  text-align: center;
  font-weight: 500;
}
.project-landmark-block-in-time {
  color: #617776;
}
.project-landmark-block-in span {
  font-size: 4.167vw;
  color: #617776;
}
.project-map {
  width: 100%;
  position: relative;
  background-color: white;
  padding-bottom: 0;
}
.project-map-head {
  max-width: none;
}
.project-amenities {
  width: 100%;
  background-color: #fff;
  font-size: 1.1458vw;
  line-height: 1.3;
  font-family: "Centrale", sans-serif;
}
.project-amenities-in {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.project-amenities-in-top {
  width: 100%;
  display: flex;
  padding: 4.6875vw 3.125vw;
  align-items: center;
  gap: 7.552vw;
  padding-left: 15.625vw;
}
.project-amenities-in-logo {
  width: 17.96875vw;
  height: 12.7604vw;
}
.project-amenities-in-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-amenities-in-cont {
  width: 40.625vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  line-height: 1.8;
  font-weight: 400;
}
.project-amenities-in-cont-head {
  font-size: 2.604vw;
  color: #79abb3;
  line-height: 1.3;
  font-family: "Cherston", sans-serif;
}
.project-amenities-in-cont-head span {
  color: #4a838d;
}
.project-amenities-slider {
  width: 100%;
  padding: 3.125vw 0;
  overflow: visible;
}
.project-amenities-slider-block {
  overflow: visible;
  position: relative;
  margin-left: -20%;
}
.project-amenities-slider .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.project-amenities-slider-item {
  width: 100%;
  display: flex;
  border: 1px solid #aaaaaa;
  font-size: 1.25vw;
  font-family: "Centrale", sans-serif;
  flex-direction: column;
}
.project-amenities-slider-item-img {
  width: 100%;
  height: 21.6146vw;
}
.project-amenities-slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-amenities-slider-item-cont {
  width: 100%;
  padding: 2.083vw 1.302vw;
  display: flex;
  align-items: center;
  color: #6e6e6e;
}
.project-amenities-slider-nav {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 1.0417vw;
  top: -5.208vw;
  left: 61vw;
}
.project-amenities-slider-nav [class*="swiper-button-custom"] {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  font-size: 0.9375vw;
  color: #333f49;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8f8f8f;
}
.project-building {
  width: 100%;
  background-color: white;
  gap: 50px;
  position: relative;
  padding-bottom: 120px;
}
.project-building-left {
  width: 50%;
  padding: 60px;
  background-color: #a2c0bf;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 16px;
  color: #616161;
  font-family: "NeueHaas", sans-serif;
  border-radius: 5px;
}
.project-building-left-top {
  width: 100%;
  padding: 50px 30px;
  background-color: white;
  border-radius: 5px;
}
.project-building-left-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 15px 0;
  color: white;
  font-weight: 500;
}
.project-building-left-bottom a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.project-building-left-bottom a span {
  font-size: 12px;
}
.project-building-left-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  font-weight: 400;
}
.project-building-left-row:first-child {
  font-size: 20px;
  font-weight: 500;
  color: #a2c0bf;
  margin-bottom: 30px;
}
.project-building-right {
  width: 50%;
  display: flex;
  gap: 30px;
  position: absolute;
  right: 0;
  bottom: auto;
  padding-left: 30px;
}
.project-building-right-img {
  width: 500px;
  height: 640px;
}
.project-building-right-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-building-right-imgblock {
  position: absolute;
  bottom: 5px;
  left: 550px;
  height: 530px;
}
.project-building-right-imgblock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-building-right-imgblock ul {
  position: absolute;
  height: 100%;
  left: 120%;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
  font-family: "NeueHaas", sans-serif;
  line-height: 1.8;
}
.project-building-right-imgblock ul li {
  min-width: 100px;
}
.project-building-right-imgblock ul li:nth-child(1) {
  top: 18px;
  position: relative;
}
.project-building-right-imgblock ul li:nth-child(2) {
  top: 195px;
  position: relative;
}
.project-building-right-imgblock ul li:nth-child(3) {
  top: 338px;
  position: relative;
}
.project-building-right-imgblock ul li:nth-child(4) {
  top: 382px;
  position: relative;
}
.project-payment {
  width: 100%;
  display: flex;
  font-size: 1.042vw;
  line-height: 1.4;
  color: #616161;
  font-family: "Centrale", sans-serif;
}
.project-payment-wrap {
  height: auto;
}
.project-payment-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.604vw;
  line-height: 1.4;
  color: #ffffff;
  font-family: "Cherston", sans-serif;
  z-index: 1;
}
.project-payment-left-in {
  max-width: 30vw;
  text-align: center;
}
.project-payment-right {
  width: 50%;
  display: grid;
  padding: 3.125vw;
  grid-template-columns: repeat(2, 1fr);
  z-index: 1;
  gap: 3.125vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.project-payment-block {
  padding: 1.042vw;
  min-height: 9.896vw;
  border-radius: 1.042vw;
  background-color: rgba(231, 244, 250, 0.5);
  display: flex;
  gap: 1.042vw;
  transition: all 0.3s;
  font-family: "Centrale", sans-serif;
}
.project-payment-block:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.project-payment-block-count {
  font-size: 5.208vw;
  color: #b2e3e3;
  line-height: 1;
  z-index: 1;
  font-weight: 600;
  font-family: "Centrale", sans-serif;
}
.project-payment-block-in {
  display: flex;
  flex-direction: column;
}
.project-payment-block-in .top-head {
  font-size: 2.083vw;
  font-weight: 300;
  color: #616161;
  font-family: "Cherston", sans-serif;
}
.project-payment-block-in .bottom-cont {
  display: flex;
  flex-direction: column;
  gap: 0.781vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5;
  font-family: "Centrale", sans-serif;
}
.project-payment-block-in .bottom-cont span {
  font-size: 1.042vw;
}
.project-register {
  width: 100%;
  padding: 3.125vw;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.project-register-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.042vw;
  overflow: hidden;
}
.project-register-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3b747d;
  background: -webkit-linear-gradient(302deg, rgba(59, 116, 125, 0) 0%, #3b747d 64%, #3b747d 100%);
  background: -moz-linear-gradient(302deg, rgba(59, 116, 125, 0) 0%, #3b747d 64%, #3b747d 100%);
  background: linear-gradient(302deg, rgba(59, 116, 125, 0) 0%, #3b747d 64%, #3b747d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3B747D", endColorstr="#3B747D", GradientType=0);
  opacity: 0.6;
}
.project-register-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.208vw;
  position: relative;
  gap: 10vw;
}
.project-register-in .input-one {
  width: auto;
  font-size: 1.2vw;
  padding: 1.2vw 6vw;
  height: auto;
}
.project-register-block {
  width: 100%;
  display: flex;
  gap: 1.042vw;
  flex-direction: column;
  max-width: 30.42vw;
  align-items: flex-start;
}
.project-register-block .head-block {
  font-size: 1.823vw;
  line-height: 1.6;
  color: white;
  font-weight: 400;
  z-index: 1;
  font-family: "Centrale", sans-serif;
}
.project-register-block .form-block {
  display: flex;
  gap: 1.563vw;
  z-index: 1;
  flex-wrap: wrap;
}
.project-register-block .form-block .half {
  width: calc((100% - 1.563vw) / 2);
}
.project-register-left {
  z-index: 1;
  width: 20.969vw;
  height: 15.76vw;
  left: 4.948vw;
}
.project-register-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-build {
  width: 100%;
  padding-inline: 3.125vw;
  /* already in vw */
  padding-right: 0;
  background-color: #f6fcff;
  display: flex;
  gap: 5.208vw;
  /* 100px */
  align-items: center;
  font-size: 0.938vw;
  /* 18px */
  font-family: "Centrale", sans-serif;
  line-height: 1.4;
}
.project-build-left {
  width: 26.042vw;
  /* 500px */
  display: flex;
  flex-direction: column;
}
.project-build-left-row {
  width: 100%;
  display: flex;
  padding: 1.563vw;
  /* 30px */
  border-bottom: 1px solid #828282;
}
.project-build-left-row.head {
  font-size: 1.146vw;
  /* 22px */
  color: #226665;
  font-family: "Cherston", sans-serif;
}
.project-build-left-row div {
  flex: 1;
}
.project-build-left-row div:first-child {
  flex: 2;
}
.project-build-right {
  width: 64.583vw;
  /* 1240px */
  height: 54.688vw;
  /* 1050px */
}
.project-build-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-parallax {
  width: 100%;
  height: auto;
  margin-top: -19.7vw;
}
.home-map {
  position: relative;
  transform-origin: center center;
  will-change: transform;
}
.home-map-location {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 4.167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.646vw;
  height: 4.167vw;
}
.home-map-location .span-wrap {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.home-map-location .span-wrap span {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.home-map-location .span-wrap span:nth-child(2) {
  opacity: 0.6;
}
.home-map-location .span-wrap span:last-child {
  color: #333f49;
  font-size: 2.083vw;
  left: 0.99vw;
  top: 0.677vw;
}
.home-map-location.loc-one {
  top: 8vh;
  left: 31vw;
}
.home-map-location-tooltip {
  width: 21.875vw;
  height: 10.938vw;
  border-radius: 0.521vw;
  background-color: #ffffff;
  color: #333f49;
  position: absolute;
  top: 120%;
  left: 2.083vw;
  font-size: 1.042vw;
  font-family: "Centrale", sans-serif;
  padding: 1.042vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  line-height: 1.563vw;
}
.home-map-location-tooltip .head-block {
  font-size: 1.25vw;
  line-height: 1.667vw;
  font-weight: 500;
  font-family: "Cherston", sans-serif;
}
.home-map-location:hover .home-map-location-tooltip {
  opacity: 1;
}
.project-header {
  width: 100%;
  display: flex;
  padding-inline: 3.125vw;
  color: #d5f3f2;
  font-weight: 400;
  font-size: 1.0417vw;
  font-family: "Centrale", sans-serif;
  align-items: center;
}
.project-header-nav {
  width: 35vw;
  display: flex;
  gap: 1.5625vw;
  justify-content: space-between;
  align-items: center;
}
.project-header-nav li {
  cursor: pointer;
}
.project-header .hamburger {
  display: none;
}
.project-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f2f4f5;
}
.project-footer-arch {
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
}
.project-footer-arch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-footer-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.13vw;
  gap: 8.33vw;
}
.project-footer-logo {
  width: 11.72vw;
  height: 2.6vw;
}
.project-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project-footer-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.04vw;
  line-height: 1.4;
  font-family: "Centrale", sans-serif;
  color: #333f49;
  font-weight: 400;
  align-items: center;
  line-height: 1.2;
  gap: 1.56vw;
}
.project-footer-cont-head {
  font-size: 2.6vw;
  font-weight: 300;
  color: #79abb3;
  font-family: "Cherston", sans-serif;
  max-width: 48.18vw;
  text-align: center;
  margin-bottom: 0.78vw;
}
.project-footer-cont-data {
  max-width: 51.56vw;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2.08vw;
}
.project-footer-cont-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.56vw;
  font-size: 0.94vw;
  font-weight: 500;
  margin-bottom: 1.3vw;
}
.project-footer-cont-nav li {
  width: auto;
  position: relative;
}
.project-footer-cont-nav li::after {
  content: "";
  position: absolute;
  width: 0.1vw;
  height: 1.04vw;
  background-color: #444444;
  right: -0.78vw;
  top: auto;
}
.project-footer-cont-nav li:last-child::after {
  display: none;
}
.project-footer-cont-social {
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.94vw;
  justify-content: center;
  font-size: 1.04vw;
  color: #3a4650;
}
.project-footer-cont-copy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.73vw;
  color: #333f49;
}
