.branded-residences-banner-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.branded-residences-banner-sec .hero-banner-image-wrap {
  width: 100vw;
  height: calc(100vh - 108px);
  position: relative;
}
.branded-residences-banner-sec .hero-banner-image-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content {
  text-align: left;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
  display: flex;
  align-items: center;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .hero-banner-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  line-height: 1;
  font-family: "Noto Sans Display", sans-serif;
  width: 100%;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .hero-banner-title .pinyon-script-font {
  text-transform: capitalize;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
  padding-left: 0px;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .hero-banner-description {
  max-width: 480px;
  line-height: 22px;
  font-size: 14px;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel .cluster-panel-item {
  position: relative;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel .cluster-panel-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  position: absolute;
  right: -15px;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel .cluster-panel-item:last-child::after {
  display: none;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel .cluster-panel-item .cluster-panel-title {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
}
.branded-residences-banner-sec .hero-banner-image-wrap .hero-banner-content .cluster-panel .cluster-panel-item .cluster-panel-subtitle {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.condominium-living {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
}
.condominium-living .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.condominium-living .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.condominium-living .condominium-living-slider .animation-box {
  position: relative;
}
.condominium-living .condominium-living-slider .animation-box .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.condominium-living .condominium-living-slider .condominium-living-prev {
  left: 20px;
}
.condominium-living .condominium-living-slider .condominium-living-next {
  right: 20px;
}

.fullscreen-image-sec {
  position: relative;
}
.fullscreen-image-sec .content-wrapper {
  position: absolute;
  top: 10%;
  left: 5%;
}
.fullscreen-image-sec .content-wrapper .discription {
  font-size: clamp(18px, calc(1.125rem + (20 - 18) * ((100vw - 768px) / (1920 - 768))), 20px);
}
.fullscreen-image-sec .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.fullscreen-image-sec .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}

.amenities-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
}
.amenities-sec .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.amenities-sec .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.amenities-sec .list {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 12px;
}
.amenities-sec .list:last-child {
  margin-bottom: 0;
}
.amenities-sec .list .icon-box {
  max-width: 30px;
  min-width: 30px;
}
.amenities-sec .list p {
  margin-bottom: 0;
}

.resort-residences-sec .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.resort-residences-sec .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.resort-residences-sec .resort-card .number {
  font-size: 14px;
  color: #888;
  padding-top: 16px;
}
.resort-residences-sec .resort-card .title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.resort-residences-sec .resort-card .discription {
  font-size: 14px;
  color: #bbb;
  text-transform: uppercase;
}

.floor-plane-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
}
.floor-plane-sec .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.floor-plane-sec .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.floor-plane-sec .bs-tab-sec {
  overflow: hidden;
}
.floor-plane-sec .bs-tab-sec .nav-tabs {
  justify-content: center;
  border: none;
  gap: 5px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .floor-plane-sec .bs-tab-sec .nav-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.floor-plane-sec .bs-tab-sec .nav-tabs .nav-item {
  padding: 5px;
}
.floor-plane-sec .bs-tab-sec .nav-tabs .nav-item .nav-link {
  border-radius: 50px;
  border-color: transparent;
  border: solid 1px #aa7215;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
}
.floor-plane-sec .bs-tab-sec .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(to bottom, #D4AD68 0%, #aa7215 100%);
  border: solid 1px #aa7215;
}
.floor-plane-sec .bs-tab-sec .nav-tabs .nav-item .nav-link:hover {
  background: linear-gradient(to bottom, #D4AD68 0%, #aa7215 100%);
  color: #fff;
  border: solid 1px #aa7215;
}

.payment-plan-sec {
  padding: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px) 0;
}
.payment-plan-sec .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 40px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.payment-plan-sec .normal-text .pinyon-script-font {
  padding-left: 15px;
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.payment-plan-sec .bs-timeline {
  position: relative;
}
.payment-plan-sec .bs-timeline .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #a7803b;
  transform: translateX(-50%);
}
.payment-plan-sec .bs-timeline .timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 50px;
}
.payment-plan-sec .bs-timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.payment-plan-sec .bs-timeline .timeline-item.left {
  left: 0;
  text-align: right;
}
.payment-plan-sec .bs-timeline .timeline-item.left .box {
  margin-right: 40px;
  margin-left: auto;
}
.payment-plan-sec .bs-timeline .timeline-item.right {
  left: 50%;
}
.payment-plan-sec .bs-timeline .timeline-item.right .box {
  margin-left: 40px;
}
.payment-plan-sec .bs-timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  background: #000;
  border: 2px solid #a7803b;
  border-radius: 50%;
  z-index: 2;
}
.payment-plan-sec .bs-timeline .timeline-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background: #a7803b;
  border: 2px solid #a7803b;
  border-radius: 50%;
  z-index: 2;
}
.payment-plan-sec .bs-timeline .timeline-item.left::before {
  right: -8px;
}
.payment-plan-sec .bs-timeline .timeline-item.right::before {
  left: -8px;
}
.payment-plan-sec .bs-timeline .timeline-item.left::after {
  right: -5px;
  top: 3px;
}
.payment-plan-sec .bs-timeline .timeline-item.right::after {
  left: -5px;
  top: 3px;
}
.payment-plan-sec .bs-timeline .timeline-item .box {
  max-width: 220px;
  border: 1px solid #a7803b;
  padding: 12px 18px;
  background: transparent;
}
.payment-plan-sec .bs-timeline .timeline-item .box .number {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.payment-plan-sec .bs-timeline .timeline-item .box .content {
  font-size: 14px;
  color: #ccc;
}

@media (max-width: 768px) {
  .bs-timeline .timeline-line {
    left: 10px;
  }
  .bs-timeline .timeline-item {
    width: 100%;
  }
  .bs-timeline .timeline-item.left, .bs-timeline .timeline-item.right {
    left: 0;
    text-align: left;
  }
  .bs-timeline .timeline-item.left .box, .bs-timeline .timeline-item.right .box {
    margin: 0 0 0 20px;
  }
}
.banner-wrap {
  position: relative;
  width: 100%;
  height: calc(100dvh - 98.5px) !important;
  overflow: hidden;
}
.banner-wrap #buildingCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-wrap #bannerFullpage {
  position: relative;
  z-index: 2;
}
.banner-wrap .section {
  width: 100%;
  height: calc(100dvh - 98.5px);
  background: transparent;
}
.banner-wrap .text-content {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  width: 80%;
  max-width: 900px;
}
.banner-wrap .text-content h2 {
  font-size: 48px;
  margin: 0 0 10px;
}
.banner-wrap .text-content p {
  font-size: 20px;
  margin: 0;
}

.fp-watermark {
  display: none !important;
}/*# sourceMappingURL=branded-residences.css.map */