@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
.bannerhome img {
  height: 900px !important;
}
.bannerhome .flickity-nav {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 99999;
}
.bannerhome .flickity-nav .flickity-prev-next-button {
  position: unset;
  margin: 0;
  opacity: 1 !important;
  z-index: 99999;
  border: unset !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button svg {
  background: #192542 !important;
  border: unset !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button * {
  opacity: 1 !important;
}
.bannerhome .flickity-nav .flickity-prev-next-button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -2px !important;
  top: 0px !important;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bannerhome .flickity-nav .flickity-prev-next-button::before {
  content: counter(dot);
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Display";
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.bannerhome .flickity-nav .flickity-page-dots {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0px 10px;
  counter-reset: dot;
}
.bannerhome .flickity-nav .flickity-page-dots .dot {
  counter-increment: dot;
  position: relative;
  width: 37px;
  height: 37px;
  margin: 0;
  border-width: unset !important;
  border-color: transparent !important;
  background: #192542;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.bannerhome .flickity-nav .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -5px !important;
  top: -3px !important;
  width: 40px;
  height: 40px;
  padding: 3px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.bannerhome .flickity-nav .flickity-page-dots .dot::before {
  content: counter(dot);
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #B99645), color-stop(32%, #C6A450), color-stop(40%, #ECD272), color-stop(50%, #F6E996), color-stop(59%, #E5BE55), color-stop(68%, #E1AF3C));
  background: linear-gradient(90deg, #B99645 20%, #C6A450 32%, #ECD272 40%, #F6E996 50%, #E5BE55 59%, #E1AF3C 68%);
  -webkit-text-fill-color: transparent;
  font-family: "SF Pro Display";
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.bannerhome .flickity-nav .flickity-page-dots .dot.is-selected {
  background-color: #FFF1B8;
  -webkit-box-shadow: 0 0 10px rgba(255, 241, 184, 0.9), 0 0 25px rgba(255, 241, 184, 0.7), 0 0 50px rgba(255, 241, 184, 0.4);
          box-shadow: 0 0 10px rgba(255, 241, 184, 0.9), 0 0 25px rgba(255, 241, 184, 0.7), 0 0 50px rgba(255, 241, 184, 0.4);
}
.bannerhome .flickity-nav .flickity-page-dots .dot.is-selected::before {
  color: #000;
  font-weight: 600;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bannerhome .flickity-nav .flickity-page-dots .dot:hover::before {
  color: #000;
}

.hero-vertical-living {
  position: relative;
  min-height: 100vh;
}
.hero-vertical-living .section-bg {
  background-size: cover;
  background-position: center;
}
.hero-vertical-living .hero-headline {
  margin-bottom: 40px;
}
.hero-vertical-living .hero-headline h1 {
  font-family: "Italiana", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero-vertical-living .hero-headline .headline-line-1 {
  font-size: 130px;
  color: #ECC385;
}
@media (max-width: 768px) {
  .hero-vertical-living .hero-headline .headline-line-1 {
    font-size: 60px;
  }
}
.hero-vertical-living .hero-headline .headline-line-2 {
  font-size: 130px;
  color: #ECC385;
}
@media (max-width: 768px) {
  .hero-vertical-living .hero-headline .headline-line-2 {
    font-size: 60px;
  }
}
.hero-vertical-living .hero-tagline {
  margin-bottom: 80px;
}
.hero-vertical-living .hero-tagline p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  max-width: 560px;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-vertical-living .hero-tagline p {
    font-size: 16px;
  }
}
.hero-vertical-living .hero-hotline {
  margin-bottom: 20px;
}
.hero-vertical-living .hero-hotline .hotline-label {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero-vertical-living .hero-hotline .hotline-number {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ECC385;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .hero-vertical-living .hero-hotline .hotline-number {
    font-size: 32px;
  }
}
.hero-vertical-living .hero-social {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-vertical-living .hero-social .social-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-vertical-living .hero-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ECC385;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
}
.hero-vertical-living .hero-social a:hover {
  background: #ECC385;
  color: #000000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hero-vertical-living .hero-social a i {
  line-height: 1;
}
@media (max-width: 768px) {
  .hero-vertical-living {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .hero-vertical-living .row {
    text-align: center;
  }
  .hero-vertical-living .row .hero-tagline p {
    margin: 0 auto;
  }
  .hero-vertical-living .row .hero-social .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project-overview-section {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
}
.project-overview-section .section-bg {
  background-size: cover;
  background-position: center;
}
.project-overview-section .section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.project-overview-section .section-content {
  position: relative;
  z-index: 2;
}
.project-overview-section .overview-title {
  margin-bottom: 40px;
}
.project-overview-section .overview-title h2 {
  font-family: "Trajan Pro 3", serif;
  font-size: 36px;
  font-weight: 600;
  color: #ECC385;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .project-overview-section .overview-title h2 {
    font-size: 24px;
    text-align: center;
  }
}
.project-overview-section .project-info-box {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(236, 195, 133, 0.6);
  border-radius: 12px;
  padding: 35px 30px;
  margin-bottom: 45px;
  backdrop-filter: blur(8px);
  margin-left: 0px;
}
.project-overview-section .project-info-box .info-list-row {
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item {
  margin-bottom: 0px;
}
.project-overview-section .project-info-box .info-item br {
  display: none !important;
}
.project-overview-section .project-info-box .info-item p {
  margin: 0px;
}
.project-overview-section .project-info-box .info-item:last-child {
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item .row-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text .label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #E0BB81;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text .label::before {
  content: ":";
  position: absolute;
  right: 0;
}
.project-overview-section .project-info-box .info-item .info-label-col .label-text .dots {
  color: #E0BB81;
  font-size: 13px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
}
@media (max-width: 768px) {
  .project-overview-section .project-info-box .info-item .info-label-col .label-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.project-overview-section .project-info-box .info-item .info-value-col .value-text .value {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.7;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .project-overview-section .project-info-box .info-item {
    margin-bottom: 20px;
  }
  .project-overview-section .project-info-box .info-item .info-label-col,
  .project-overview-section .project-info-box .info-item .info-value-col {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .project-overview-section .project-info-box {
    padding: 25px 20px;
    margin-bottom: 35px;
  }
}
.project-overview-section .area-section {
  margin-bottom: 45px;
}
.project-overview-section .area-section p {
  margin: 0;
}
.project-overview-section .area-section .area-label {
  font-family: "Trajan Pro 3", serif;
  font-size: 20px;
  font-weight: 400;
  color: #ECC385;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.project-overview-section .area-section .area-value {
  font-family: "Trajan Pro 3", serif;
  font-size: 128px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.95;
  margin-bottom: 12px;
}
.project-overview-section .area-section .area-value .unit {
  font-size: 64px;
  font-weight: 400;
  vertical-align: super;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .project-overview-section .area-section .area-value {
    font-size: 80px;
  }
  .project-overview-section .area-section .area-value .unit {
    font-size: 40px;
  }
}
.project-overview-section .area-section .area-subtitle {
  font-family: "Trajan Pro 3", serif;
  font-size: 22px;
  font-weight: 400;
  color: #ECC385;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .project-overview-section .area-section .area-subtitle {
    font-size: 16px;
  }
}
.project-overview-section .floor-section {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.project-overview-section .floor-section p {
  margin: 0;
}
.project-overview-section .floor-section .floor-number {
  font-family: "Trajan Pro 3", serif;
  font-size: 164px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .project-overview-section .floor-section .floor-number {
    font-size: 100px;
  }
}
.project-overview-section .floor-section .floor-label {
  font-family: "Trajan Pro 3", serif;
  font-size: 36px;
  font-weight: 400;
  color: #ECC385;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .project-overview-section .floor-section .floor-label {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .project-overview-section .floor-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.project-overview-section .sovereign-box {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(236, 195, 133, 0.6);
  border-radius: 12px;
  padding: 28px 30px;
  backdrop-filter: blur(8px);
}
.project-overview-section .sovereign-box p {
  margin: 0;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-title {
  font-family: "Trajan Pro 3", serif;
  font-size: 15px;
  font-weight: 700;
  color: #ECC385;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.7;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-parking {
  font-family: "Trajan Pro 3", serif;
  font-size: 14px;
  font-weight: 700;
  color: #ECC385;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.6;
}
.project-overview-section .sovereign-box .sovereign-content .sovereign-parking span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .project-overview-section .sovereign-box {
    padding: 20px;
  }
}
.project-overview-section .floors-highlight {
  text-align: center;
  margin-bottom: 50px;
}
.project-overview-section .floors-highlight p {
  margin: 0;
}
.project-overview-section .floors-highlight .floors-number {
  font-family: "Trajan Pro 3", serif;
  font-size: 128px;
  font-weight: 700;
  color: #ECC385;
  line-height: 0.95;
  -webkit-filter: drop-shadow(12px 6px 4px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(12px 6px 4px rgba(0, 0, 0, 0.45));
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .project-overview-section .floors-highlight .floors-number {
    font-size: 80px;
  }
}
.project-overview-section .floors-highlight .floors-text {
  font-family: "Trajan Pro 3", serif;
  font-size: 42px;
  font-weight: 600;
  color: #ECC385;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .project-overview-section .floors-highlight .floors-text {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
.project-overview-section .amenities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(236, 195, 133, 0.35);
  border-radius: 10px;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.project-overview-section .amenities-list .amenity-item-wrapper .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
.project-overview-section .amenities-list .amenity-item-wrapper:hover {
  border-color: rgba(236, 195, 133, 0.8);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-box-shadow: 0 4px 20px rgba(236, 195, 133, 0.15);
          box-shadow: 0 4px 20px rgba(236, 195, 133, 0.15);
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img .img-inner {
  width: 100%;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img .img-inner img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(1.1) contrast(1.05);
          filter: brightness(1.1) contrast(1.05);
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box p {
  margin: 0;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-title {
  font-family: "Trajan Pro 3", serif;
  font-size: 14px;
  font-weight: 700;
  color: #ECC385;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
}
.project-overview-section .amenities-list .amenity-item-wrapper .amenity-content-box .amenity-desc span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  display: inline-block;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .project-overview-section .amenities-list .amenity-item-wrapper {
    padding: 18px 20px;
    margin-bottom: 18px;
  }
  .project-overview-section .amenities-list .amenity-item-wrapper .col-inner {
    gap: 16px;
  }
  .project-overview-section .amenities-list .amenity-item-wrapper .amenity-icon-img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .project-overview-section {
    padding: 60px 0;
  }
  .project-overview-section .row > .col:first-child {
    margin-bottom: 50px;
  }
}

.listlogo h2 {
  font-size: 66px;
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  color: #E0B881 !important;
  letter-spacing: 0;
  text-shadow: 93px 64px 68px rgba(0, 0, 0, 0.4);
}
.listlogo .row img {
  height: 144px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.six-privileges-section {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
}
.six-privileges-section .six-privileges-section-right > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.six-privileges-section .section-content {
  position: relative;
  z-index: 2;
}
.six-privileges-section .header-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .number-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .number-col .big-number-six h2 {
  font-family: "Trajan Pro 3", serif;
  font-size: 280px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECC385), to(#866F4C));
  background: linear-gradient(180deg, #ECC385 0%, #866F4C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 0.85;
}
@media (max-width: 768px) {
  .six-privileges-section .header-section .number-col .big-number-six h2 {
    font-size: 150px;
  }
}
.six-privileges-section .header-section .title-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-1,
.six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
  font-family: "Trajan Pro 3", serif;
  font-size: 40px;
  font-weight: 600;
  color: #ECC385;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-1,
  .six-privileges-section .header-section .title-col .section-title-text .title-line-2 {
    font-size: 28px;
  }
}
.six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
  font-family: "Allura", cursive;
  font-size: 96px;
  font-weight: 400;
  color: #ECC385;
  margin: -15px 0 0 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .six-privileges-section .header-section .title-col .section-title-text .title-line-3 {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .six-privileges-section .header-section {
    margin-bottom: 50px;
  }
  .six-privileges-section .header-section .number-col,
  .six-privileges-section .header-section .title-col {
    text-align: center;
    margin-bottom: 30px;
  }
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content {
  border-radius: 0;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content p,
.six-privileges-section .privileges-grid .privilege-item .privilege-content h5 {
  margin: 0;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
  font-family: "Trajan Pro 3", serif;
  font-size: 78px;
  font-weight: 400;
  color: rgba(236, 195, 133, 0.25);
  line-height: 0.9;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
  font-family: "Trajan Pro 3", serif;
  font-size: 18px;
  font-weight: 600;
  color: #ECC385;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .six-privileges-section .privileges-grid .privilege-item .privilege-content {
    padding: 25px 20px;
    min-height: auto;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-number {
    font-size: 60px;
  }
  .six-privileges-section .privileges-grid .privilege-item .privilege-content .privilege-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .six-privileges-section .privileges-grid .privilege-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .six-privileges-section {
    padding: 60px 0;
  }
}

.tig-infinity-news {
  /* 4. Responsive cho Mobile */
}
@media (max-width: 849px) {
  .tig-infinity-news .section-main-title h2 {
    font-size: 32px;
  }
  .tig-infinity-news .blog-post-custom .post-title a {
    font-size: 22px;
  }
  .tig-infinity-news .blog-post-custom .from_the_blog_excerpt {
    font-size: 16px;
  }
  .tig-infinity-news .blog-post-custom .cat-label {
    font-size: 14px;
  }
}
.tig-infinity-news .section-main-title h2 {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  font-size: 66px;
  color: #53372C;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(78px 18px 48px rgba(65, 41, 37, 0.2));
          filter: drop-shadow(78px 18px 48px rgba(65, 41, 37, 0.2));
  margin-bottom: 50px;
}
.tig-infinity-news .blog-post-custom .box-image {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.tig-infinity-news .blog-post-custom .box-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 11px;
  padding: 5px;
  background: linear-gradient(135deg, #EEA458 12%, #FFD7A6 28%, #F4B876 40%, #FFDFB9 49%, #EEA55B 59%, #FFD7A6 67%, #EEA458 77%, #FFEACF 94%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
}
.tig-infinity-news .blog-post-custom .box-image .image-zoom {
  padding-top: 56.25% !important;
}
.tig-infinity-news .blog-post-custom .box-image img {
  -webkit-filter: brightness(0.86);
          filter: brightness(0.86);
}
.tig-infinity-news .blog-post-custom .box-text {
  padding: 0 !important;
}
.tig-infinity-news .blog-post-custom .box-text .box-text-inner {
  padding: 0;
}
.tig-infinity-news .blog-post-custom .box-text .post-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.tig-infinity-news .blog-post-custom .box-text .post-title a {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  color: #351E10;
  text-transform: uppercase;
}
.tig-infinity-news .blog-post-custom .box-text .is-divider {
  display: none;
}
.tig-infinity-news .blog-post-custom .box-text .from_the_blog_excerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 15px;
}
.tig-infinity-news .blog-post-custom .box-text .cat-label {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #351E10;
  text-transform: none;
  opacity: 1;
}

.contact-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.contact-section .contact-info-col .contact-title-line-1 h2,
.contact-section .contact-info-col .contact-title-line-2 h2 {
  font-family: "Trajan Pro 3", serif;
  font-size: 68px;
  font-weight: 600;
  color: #EDA34C;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .contact-section .contact-info-col .contact-title-line-1 h2,
  .contact-section .contact-info-col .contact-title-line-2 h2 {
    font-size: 42px;
  }
}
.contact-section .contact-info-col .contact-divider .divider-line {
  width: 100px;
  height: 2px;
  background-color: #53372C;
  margin: 20px 0;
  border: none;
}
.contact-section .contact-info-col .contact-subtitle p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: white;
  opacity: 0.8;
}
.contact-section .contact-info-col .contact-details {
  margin-top: 40px;
}
.contact-section .contact-info-col .contact-details .contact-item {
  margin-bottom: 30px;
}
.contact-section .contact-info-col .contact-details .contact-item i {
  font-size: 30px;
  color: #F1A163;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-label-text p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #FFFFFF;
  margin: 0;
}
.contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #F1A163;
  margin: 0;
}
.contact-section .contact-form-box .col-inner {
  background: rgba(100, 71, 57, 0.6);
  padding: 40px;
  border-radius: 40px;
  border: 2px solid #F1A163;
  -webkit-box-shadow: 0 0 20px rgba(241, 161, 99, 0.3);
          box-shadow: 0 0 20px rgba(241, 161, 99, 0.3);
}
.contact-section .contact-form-box .form-title {
  font-family: "Marcellus SC", serif;
  font-size: 50px;
  color: #F7A863;
  text-align: center;
  margin-bottom: 30px;
}
.contact-section .contact-form-box .form-group {
  margin-bottom: 20px;
}
.contact-section .contact-form-box .form-group input,
.contact-section .contact-form-box .form-group textarea {
  width: 100%;
  background-color: #F8E8DD !important;
  border: none !important;
  border-radius: 40px !important;
  padding: 15px 30px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #5B2F11;
}
.contact-section .contact-form-box .form-group input::-webkit-input-placeholder, .contact-section .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::-moz-placeholder, .contact-section .contact-form-box .form-group textarea::-moz-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input:-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::-ms-input-placeholder, .contact-section .contact-form-box .form-group textarea::-ms-input-placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group input::placeholder,
.contact-section .contact-form-box .form-group textarea::placeholder {
  color: rgba(91, 47, 17, 0.5);
}
.contact-section .contact-form-box .form-group textarea {
  border-radius: 20px !important;
}
.contact-section .contact-form-box .form-submit-btn {
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#5B2F11), to(#D18D52)) !important;
  background: linear-gradient(to right, #5B2F11, #D18D52) !important;
  color: #351E10 !important;
  border: none !important;
  border-radius: 40px !important;
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 36px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-section .contact-form-box .form-submit-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 849px) {
  .contact-section .contact-info-col .contact-title-line-1 h2 {
    font-size: 36px;
  }
  .contact-section .contact-info-col .contact-title-line-2 h2 {
    font-size: 28px;
  }
  .contact-section .contact-info-col .contact-details .contact-item .contact-label-text p {
    font-size: 18px;
  }
  .contact-section .contact-info-col .contact-details .contact-item .contact-value-text p {
    font-size: 22px;
  }
  .contact-section .contact-form-box .form-title {
    font-size: 30px;
  }
  .contact-section .contact-form-box .form-group input {
    font-size: 18px;
  }
  .contact-section .contact-form-box .form-submit-btn {
    font-size: 22px;
    height: 60px;
  }
}

.tig-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tig-hero-section .tig-hero-row {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tig-hero-section .tig-hero-content {
  position: relative;
  z-index: 2;
}
.tig-hero-section .tig-hero-subtitle {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ECC385;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-subtitle {
    font-size: 22px;
  }
}
.tig-hero-section .tig-hero-subtitle-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-subtitle-desc {
    font-size: 18px;
  }
}
.tig-hero-section .tig-hero-title {
  font-family: "Trajan Pro 3", serif;
}
.tig-hero-section .tig-hero-title h2 {
  font-weight: 600;
  font-size: 66px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.tig-hero-section .tig-hero-title {
  margin-bottom: 0px !important;
}
.tig-hero-section .tig-hero-title * {
  margin-bottom: 0px !important;
}
.tig-hero-section .tig-hero-title {
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-title {
    font-size: 42px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-hero-title {
    font-size: 32px;
  }
}
.tig-hero-section .tig-hero-feature {
  font-family: "Trajan Pro 3", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #E0B881;
  margin-top: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-feature {
    font-size: 22px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-hero-feature {
    font-size: 18px;
  }
}
.tig-hero-section .tig-hero-feature-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-feature-desc {
    font-size: 18px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-hero-feature-desc {
    font-size: 16px;
  }
}
.tig-hero-section .tig-location-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-location-stats {
    margin-top: 40px;
  }
}
.tig-hero-section .tig-location-stats > .col {
  position: relative;
}
.tig-hero-section .tig-location-stats > .col p, .tig-hero-section .tig-location-stats > .col span {
  margin-bottom: 0px !important;
}
.tig-hero-section .tig-stat-number {
  font-family: "Trajan Pro 3", serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 100%;
}
.tig-hero-section .tig-stat-number * {
  color: #E0B881;
}
.tig-hero-section .tig-stat-number {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-stat-number {
    font-size: 52px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-stat-number {
    font-size: 42px;
  }
}
.tig-hero-section .tig-stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 29px;
  line-height: 100%;
}
.tig-hero-section .tig-stat-label * {
  color: #E0B881;
}
.tig-hero-section .tig-stat-label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-stat-label {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-stat-label {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.tig-hero-section .tig-stat-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
.tig-hero-section .tig-stat-name * {
  color: #E0B881;
}
.tig-hero-section .tig-stat-name {
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-stat-name {
    font-size: 16px;
    padding-bottom: 12px;
  }
}
@media (max-width: 549px) {
  .tig-hero-section .tig-stat-name {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.tig-hero-section .tig-hero-map {
  position: relative;
  z-index: 1;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-hero-map {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.tig-hero-section .tig-map-image {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.tig-hero-section .tig-map-image:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.tig-hero-section .tig-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 849px) {
  .tig-hero-section .tig-scroll-indicator {
    bottom: 20px;
  }
}
.tig-hero-section .tig-scroll-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.tig-hero-section .tig-scroll-btn {
  background: transparent;
  border: none;
  color: #E0B881;
  font-size: 20px;
  cursor: pointer;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.tig-hero-section .tig-scroll-btn:hover {
  color: #FFFFFF;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 1200px) {
  .tig-hero-section .tig-hero-row {
    gap: 60px;
  }
}
@media (max-width: 849px) {
  .tig-hero-section {
    min-height: auto;
    padding: 60px 20px !important;
  }
}
@media (max-width: 549px) {
  .tig-hero-section {
    padding: 40px 16px !important;
  }
  .tig-hero-section .tig-location-stats {
    margin-top: 30px;
    gap: 15px;
  }
}

.floorplan-section {
  background-color: #f5f3ed;
  position: relative;
}
.floorplan-section .floorplan-title-wrapper h2 {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  font-size: 65px;
  line-height: 1;
  color: #53372c;
  margin: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}
.floorplan-section .floorplan-subtitle-wrapper .floor-range {
  font-family: "Trajan Pro 3", serif;
  font-weight: 600;
  font-size: 65px;
  color: #53372c;
}
.floorplan-section .floorplan-main-image {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.floorplan-section .legend-wrapper {
  font-family: system-ui, sans-serif;
  font-size: 18px;
  color: #53372c;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
}
.floorplan-section .legend-wrapper strong {
  font-size: 24px;
  display: block;
  margin-bottom: 12px;
}
.floorplan-section .legend-wrapper .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.floorplan-section .legend-wrapper .color-box {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.floorplan-section .legend-wrapper .color-1pn {
  background: #d3c9be;
}
.floorplan-section .legend-wrapper .color-2pn {
  background: #f4e0c2;
}
.floorplan-section .legend-wrapper .color-2pn-plus {
  background: #d9534f;
}
.floorplan-section .legend-wrapper .color-3pn-plus {
  background: #f9c567;
}
@media (max-width: 849px) {
  .floorplan-section .floorplan-title-wrapper h2 {
    font-size: 42px;
  }
  .floorplan-section .floorplan-subtitle-wrapper .floor-range {
    font-size: 32px;
    padding: 6px 16px;
  }
  .floorplan-section .legend-wrapper {
    font-size: 16px;
  }
  .floorplan-section .legend-wrapper strong {
    font-size: 20px;
  }
}