.brand-collaborator-sec,
.luxury-panel-wrapper,
.luxury-slider,
.partner-grid-sec,
.phase-2-sec,
.partner-withus-sec,
.footfall-sec,
.video-sec,
.outlet-mall-news-sec {
  padding: 50px 0px;
}
@media (width <= 1440px) {
  .brand-collaborator-sec,
  .luxury-panel-wrapper,
  .luxury-slider,
  .partner-grid-sec,
  .phase-2-sec,
  .partner-withus-sec,
  .footfall-sec,
  .video-sec,
  .outlet-mall-news-sec {
    padding: 30px 0px;
  }
}
.brand-collaborator-sec .normal-text,
.luxury-panel-wrapper .normal-text,
.luxury-slider .normal-text,
.partner-grid-sec .normal-text,
.phase-2-sec .normal-text,
.partner-withus-sec .normal-text,
.footfall-sec .normal-text,
.video-sec .normal-text,
.outlet-mall-news-sec .normal-text {
  font-size: clamp(26px, calc(1.625rem + (40 - 26) * ((100vw - 768px) / (1920 - 768))), 40px);
  color: rgb(255, 255, 255);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.brand-collaborator-sec .pinyon-script-font,
.luxury-panel-wrapper .pinyon-script-font,
.luxury-slider .pinyon-script-font,
.partner-grid-sec .pinyon-script-font,
.phase-2-sec .pinyon-script-font,
.partner-withus-sec .pinyon-script-font,
.footfall-sec .pinyon-script-font,
.video-sec .pinyon-script-font,
.outlet-mall-news-sec .pinyon-script-font {
  font-size: clamp(36px, calc(2.25rem + (60 - 36) * ((100vw - 768px) / (1920 - 768))), 60px);
  line-height: 1;
  text-transform: capitalize;
  padding-left: 0px;
  text-align: center;
}

.read-more-btn {
  text-align: center;
  background-color: rgb(194, 150, 74);
  color: black;
  border: 1px solid rgb(167, 128, 59);
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.read-more-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(167, 128, 59);
}

.luxury-outletmall-banner-sec .banner-content .banner-heading {
  transform: translate(-29%, 15%);
}
@media (width <= 1920px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-16%, 15%);
  }
}
@media (width <= 1680px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-16%, 10%);
  }
}
@media (width <= 1440px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-2%, 4%);
  }
}
@media (width <= 1120px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-6%, 6%);
  }
}
@media (width <= 1024px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-3%, 3%);
  }
}
@media (width <= 992px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-9%, 6%);
  }
}
@media (width <= 768px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(-10%, 10%);
  }
}
@media (width <= 468px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading {
    transform: translate(0%, 17%);
  }
}
.luxury-outletmall-banner-sec .banner-content .banner-heading .playfair-display {
  color: #D4AD68;
  font-family: Playfair Display;
  font-weight: normal;
  font-size: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 768px) / (1920 - 768))), 60px);
}
.luxury-outletmall-banner-sec .banner-content .banner-heading .pinyon-script-font {
  color: #ffffff !important;
  font-weight: 400;
  font-style: normal;
  font-family: "Pinyon Script", cursive;
  text-transform: none;
  line-height: 1;
  background: unset;
  background: unset;
}
.luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc-sec {
  margin-top: 15px;
}

.luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc {
  font-size: clamp(12px, calc(0.75rem + (16 - 12) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: 1.3;
  color: #ffffff;
  font-family: "Noto Sans Display", sans-serif;
  text-align: left;
  max-width: 600px;
  margin-bottom: 15px;
}
.luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc:nth-child(1) {
  margin-bottom: 25px;
}
@media (width <= 1680px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc {
    max-width: 500px;
    line-height: 1.3;
  }
}
@media (width <= 1440px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc {
    margin-bottom: 15px;
  }
}
@media (width <= 1120px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc {
    max-width: 400px;
    margin-bottom: 10px;
  }
}
@media (width <= 992px) {
  .luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc {
    max-width: 300px;
  }
}
.luxury-outletmall-banner-sec .banner-content .banner-heading .banner-disc strong {
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.luxury-outletmall-banner-sec .banner-content .banner-left img {
  width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (width <= 992px) {
  .luxury-outletmall-banner-sec .banner-content .banner-left img {
    height: calc(100vh - 550px);
  }
}
@media (width <= 768px) {
  .luxury-outletmall-banner-sec .banner-content .banner-left img {
    height: calc(100vh - 420px);
  }
}
.luxury-outletmall-banner-sec .banner-content .banner-left::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 66%, rgba(0, 0, 0, 0.85) 100%);
}
@media (width <= 436px) {
  .luxury-outletmall-banner-sec .banner-content .banner-left::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 32%, rgba(0, 0, 0, 0.96) 100%);
  }
}
.luxury-outletmall-banner-sec .banner-content .sup-st {
  font-size: 2rem !important;
  top: -21px;
  padding-left: 7px;
  text-transform: lowercase !important;
}
.luxury-outletmall-banner-sec .banner-disc-sec-desktop {
  display: block;
}
@media (width <= 468px) {
  .luxury-outletmall-banner-sec .banner-disc-sec-desktop {
    display: none;
  }
}
.luxury-outletmall-banner-sec .banner-disc-sec-tab {
  display: none;
}
@media (width <= 468px) {
  .luxury-outletmall-banner-sec .banner-disc-sec-tab {
    display: block;
  }
  .luxury-outletmall-banner-sec .banner-disc-sec-tab.banner-disc-sec {
    padding: 15px;
    text-align: center;
  }
}

.outlet-lifestyle-sec {
  padding: 50px 0px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
@media (width <= 1140px) {
  .outlet-lifestyle-sec {
    padding: 30px 0;
  }
}
.outlet-lifestyle-sec .common-container {
  position: relative;
  z-index: 2;
}
.outlet-lifestyle-sec .outlet-lifestyle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.outlet-lifestyle-sec .outlet-lifestyle-heading {
  text-transform: uppercase;
  font-size: clamp(22px, calc(1.375rem + (24 - 22) * ((100vw - 768px) / (1920 - 768))), 24px);
  line-height: 1.3;
}
.outlet-lifestyle-sec .bottom-para {
  font-size: clamp(16px,  calc(1rem + (19 - 16) * ((100vw - 768px) / (1920 - 768))), 19px);
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 0 auto;
  font-weight: 500;
}
.outlet-lifestyle-sec .stats-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (width <= 468px) {
  .outlet-lifestyle-sec .stats-wrapper {
    flex-wrap: wrap;
  }
}
.outlet-lifestyle-sec .stats-wrapper .highlight-stats {
  color: #f7c67f;
  font-weight: 600;
  font-size: clamp(24px, calc(1.5rem + (48 - 24) * ((100vw - 768px) / (1920 - 768))), 48px);
}
.outlet-lifestyle-sec .stats-wrapper .counter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 30.33%;
}
@media (width <= 992px) {
  .outlet-lifestyle-sec .stats-wrapper .counter-container {
    flex: 1 0 30%;
  }
}
@media (width <= 468px) {
  .outlet-lifestyle-sec .stats-wrapper .counter-container {
    flex: 0 0 36.33%;
  }
}
.outlet-lifestyle-sec .stats-wrapper .counter-container .counter-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.outlet-lifestyle-sec .stats-wrapper .counter-container .counter-dash {
  color: #F7C57F;
  font-size: clamp(30px, 1.875rem + 30 * (100vw - 768px) / 1152, 60px);
  font-weight: 700;
}
.outlet-lifestyle-sec .stats-wrapper .counter-container p {
  margin: 0px;
}
.outlet-lifestyle-sec .stats-wrapper .counter-para {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0px;
}
@media (width <= 468px) {
  .outlet-lifestyle-sec .stats-wrapper .counter-para {
    white-space: wrap;
  }
}

.outlet-redirection-sec-main {
  padding: 50px 0px 0px 0px;
}
@media (width <= 992px) {
  .outlet-redirection-sec-main {
    padding: 30px 0px;
  }
}
@media (width <= 468px) {
  .outlet-redirection-sec-main {
    padding: 24px 0px 0px 0px;
  }
}
.outlet-redirection-sec-main .outlet-redirection-sec {
  background-color: #000000;
  gap: 50px;
}
@media (width <= 820px) {
  .outlet-redirection-sec-main .outlet-redirection-sec {
    padding: 40px 5px;
  }
}
@media (width <= 468px) {
  .outlet-redirection-sec-main .outlet-redirection-sec {
    padding: 30px 5px;
    gap: 0px;
    padding: 8px 2px 0px;
  }
}
.outlet-redirection-sec-main .outlet-redirection-sec .redirection-text {
  padding: 10px 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: clamp(12px,  calc(0.75rem + (24 - 12) * ((100vw - 768px) / (1920 - 768))), 24px);
}
@media (width <= 468px) {
  .outlet-redirection-sec-main .outlet-redirection-sec .redirection-text {
    padding: 8px 2px 0px;
  }
}
.outlet-redirection-sec-main .outlet-redirection-sec .redirection-link-store {
  text-decoration: underline;
}

.jrm-luxury-description {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 1024px) {
  .jrm-luxury-description {
    padding: 0px;
  }
}
@media (width <= 468px) {
  .jrm-luxury-description {
    padding: 20px 10px 31px 10px;
  }
}
.jrm-luxury-description .description-frame {
  position: relative;
  max-width: 900px;
  padding: 3px 0px 33px 0px;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}
@media (width <= 1024px) {
  .jrm-luxury-description .description-frame {
    padding: 19px 72px;
  }
}
@media (width <= 468px) {
  .jrm-luxury-description .description-frame {
    padding: 1px 12px;
  }
}
.jrm-luxury-description .description-frame .pioneering-quote {
  font-size: 124px;
  margin-bottom: -62px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (width <= 1024px) {
  .jrm-luxury-description .description-frame .pioneering-quote {
    font-size: 78px;
  }
}
.jrm-luxury-description .description-frame .pioneering-slash {
  color: #BF9141;
  font-weight: 100;
  font-size: 36px;
}
.jrm-luxury-description .description-frame .pioneering-para-global {
  color: #000000;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  font-size: clamp(18px, calc(1.125rem + (24 - 18) * ((100vw - 768px) / (1920 - 768))), 24px);
}
.jrm-luxury-description .description-frame .pioneering-para-indian {
  color: #000000;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(16px, calc(1rem + (20 - 16) * ((100vw - 768px) / (1920 - 768))), 20px);
}
.jrm-luxury-description .description-frame .pioneering-name {
  padding: 0px 10px 23px;
}
.jrm-luxury-description .description-frame .pioneering-name .della-pioneering-townships {
  font-weight: 700;
}
.jrm-luxury-description .description-frame .pioneering-name .pinyon-script-font {
  line-height: clamp(51.2px, calc(3.2rem + (100 - 51.2) * ((100vw - 768px) / (1920 - 768))), 100px);
  font-size: clamp(36px, calc(2.25rem + (60 - 36) * ((100vw - 768px) / (1920 - 768))), 60px);
  padding: 0px 25px;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
}

.outletmall-grid-sec .pinyon-script-font {
  padding-bottom: 15px;
}
.outletmall-grid-sec .outletmall-grid-para {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-weight: 400;
  line-height: normal;
}
@media (width <= 992px) {
  .outletmall-grid-sec .overflow-h {
    overflow: hidden;
  }
}
.outletmall-grid-sec .outletmall-grid-list {
  margin-top: 0px;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list {
    gap: 2rem;
  }
}
@media (width <= 992px) {
  .outletmall-grid-sec .outletmall-grid-list {
    gap: 1rem;
  }
}
.outletmall-grid-sec .outletmall-grid-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.outletmall-grid-sec .outletmall-grid-list > div {
  position: relative;
  cursor: pointer;
  width: calc(25% - 1.5rem);
}
@media (Width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list > div {
    width: calc(18% - 2rem);
  }
}
@media (Width <= 992px) {
  .outletmall-grid-sec .outletmall-grid-list > div {
    width: calc(25% - 1rem);
    flex-grow: 1;
  }
}
@media (Width <= 468px) {
  .outletmall-grid-sec .outletmall-grid-list > div {
    width: calc(50% - 1rem);
    flex-grow: 1;
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-title {
  text-align: center;
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  text-transform: uppercase;
}
@media (width <= 468px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-title {
    margin-bottom: 0px;
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-hover-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(calc(-50% + 0px), -100%);
  opacity: 0;
  text-align: center;
  padding: 0 25px;
  width: 100%;
  max-width: 90%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-hover-content {
    max-width: 100%;
    transform: translate(calc(-50% - 1px), -47%);
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-hover-content .grid-hover-title {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-weight: 500;
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-hover-content .grid-hover-desc {
  font-size: 14px;
  color: #fff;
  line-height: normal;
}
@media (width <= 468px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-hover-content .grid-hover-desc {
    font-size: 12px;
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-number {
  position: absolute;
  left: -40px;
  z-index: 20;
  bottom: -5px;
}
@media (width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number {
    bottom: -14px;
    left: -37px;
  }
}
@media (width <= 1024px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number {
    bottom: -18px;
  }
}
@media (width <= 992px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number {
    bottom: -27px;
    left: -15px;
  }
}
@media (width <= 468px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number {
    bottom: -34px;
    left: -13px;
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-number svg {
  width: 90px;
}
@media (width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number svg {
    width: 70px;
  }
}
@media (width <= 992px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number svg {
    width: 50px;
  }
}
.outletmall-grid-sec .outletmall-grid-list > div .grid-number .grid-10-img {
  width: 149px;
}
@media (width <= 1440px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number .grid-10-img {
    width: 110px;
  }
}
@media (width <= 468px) {
  .outletmall-grid-sec .outletmall-grid-list > div .grid-number-last {
    bottom: -56px;
  }
}
.outletmall-grid-sec .grid-list-padding {
  padding-top: 1.5rem;
}

.outlet-home-line {
  font-size: clamp(16px,  calc(1rem + (24 - 16) * ((100vw - 768px) / (1920 - 768))), 24px);
  color: #bf9141;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 800;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.brand-collaborator-sec .brand-collaborator-content {
  text-align: center;
  margin: 0 auto;
}
.brand-collaborator-sec .brand-collaborator-content .pinyon-script-font {
  padding-top: 10px;
  margin: 0 auto;
}
.brand-collaborator-sec .brand-collaborator-subheading {
  font-size: clamp(16px,  calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
}
.brand-collaborator-sec .brand-collaborator-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.brand-collaborator-sec .brand-collaborator-list > div {
  width: calc(25% - 0.5rem);
  cursor: pointer;
}
@media (width <= 992px) {
  .brand-collaborator-sec .brand-collaborator-list > div {
    width: calc(33.33% - 0.5rem);
  }
}
@media (width <= 468px) {
  .brand-collaborator-sec .brand-collaborator-list > div {
    width: calc(50% - 0.5rem);
  }
}
.brand-collaborator-sec .brand-collaborator-list > div .brand-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-collaborator-sec .brand-collaborator-list-item {
  position: relative;
}
.brand-collaborator-sec .brand-collaborator-list-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.brand-collaborator-sec .brand-collaborator-list-item .brand-hover-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.8s ease;
  padding: 0 15px;
}
.brand-collaborator-sec .brand-collaborator-list-item .brand-caption {
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
}
.brand-collaborator-sec .brand-collaborator-list-item .brand-description {
  width: 100%;
  font-size: 14px;
}
.brand-collaborator-sec .brand-collaborator-list-item:hover .brand-hover-content {
  opacity: 1;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-collaborator-sec .brand-collaborator-list-item:hover::after {
  opacity: 1;
}
.brand-collaborator-sec .brand-collaborator-list-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.brand-collaborator-sec .brand-collaborator-list-item:hover::after {
  opacity: 1;
}

.brand-collab-popup .modal-content .svg-number {
  position: absolute;
  top: -29px;
  left: -34px;
}
@media (width <= 468px) {
  .brand-collab-popup .modal-content .svg-number {
  top: -38px;
    left: -23px;
  }
}

.luxury-panel-wrapper .pinyon-script-font {
  padding-bottom: 20px;
}
@media (width <= 992px) {
  .luxury-panel-wrapper .pinyon-script-font {
    padding-bottom: 0px;
  }
}
.luxury-panel-wrapper .description {
  text-align: center;
  font-size: clamp(18px, calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
}
.luxury-panel-wrapper .luxury-panel-tab {
  margin: 20px 0px;
}
.luxury-panel-wrapper .slider-padding {
  padding: 0px 30px;
}
@media (width <= 992px) {
  .luxury-panel-wrapper .slider-padding {
    padding: 0px;
}
}
.luxury-panel-wrapper .luxury-panel-tab .luxury-panel-item {
  color: #ffffff;
  font-size: clamp(14px, 0.875rem + 2 * (100vw - 768px) / 1152, 16px);
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.luxury-panel-wrapper .luxurypanelthumb .swiper-slide {
  border-radius: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 5px 20px;
}
.luxury-panel-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(167, 128, 59, 0.3);
  color: #ffffff;
  border: 1px solid rgb(167, 128, 59);
  border-radius: 50px;
}
@media (width <= 468px) {
.luxury-panel-wrapper .luxury-left {
    order: 1;
  }
}
@media (width <= 468px) {
  .luxury-panel-wrapper .luxury-center {
    order: 3;
    margin-top: 20px;
  }
}
@media (width <= 468px) {
  .luxury-panel-wrapper .luxury-right {
    order: 2;
  }
}
.luxury-panel-wrapper .luxury-left img,
.luxury-panel-wrapper .therapy-box img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}
.luxury-panel-wrapper .luxury-center .center-title.pinyon-script-font {
  font-size: clamp(36px, calc(2.25rem + (50 - 36) * ((100vw - 768px) / (1920 - 768))), 50px);
  text-align: left;
  line-height: 1;
}
.luxury-panel-wrapper .luxury-panel .swiper-button-next {
  right: -5px;
}
.luxury-panel-wrapper .luxury-panel .swiper-button-prev {
  left: -5px;
}
.luxury-panel-wrapper .luxury-center p {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  color: #fff;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.luxury-panel-wrapper .main-title {
  line-height: clamp(51.2px, 3.2rem + 48.8 * (100vw - 768px) / 1152, 100px);
  font-size: clamp(36px, 2.25rem + 24 * (100vw - 768px) / 1152, 60px);
  padding-right: 25px;
  text-align: center;
}
.luxury-panel-wrapper .description {
  font-size: clamp(16px, 1rem + 2 * (100vw - 768px) / 1152, 18px);
  color: #fff;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
.luxury-panel-wrapper .lifestyle-township .description {
  font-weight: 400;
  line-height: 22px;
}
.luxury-panel-wrapper .therapy-box {
  margin-bottom: 10px;
}

.luxury-slider {
  background-color: #fff;
  position: relative;
  padding-bottom: 0px;
}
.luxury-slider .design-city-slider {
  background: #000000;
  height: calc(100vh - 130px);
}
@media (width <= 1680px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 270px);
  }
}
@media (width <= 1535px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 120px);
  }
}
@media (width <= 1440px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 230px);
  }
}
@media (width <= 1366px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 233px);
  }
}
@media (width <= 1280px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 184px);
  }
}
@media (width <= 1120px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 256px);
  }
}
@media (width <= 1024px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 305px);
  }
}
@media (width <= 992px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 805px);
  }
}
@media (width <= 768px) {
  .luxury-slider .design-city-slider {
    height: 100%;
  }
}
@media screen and (min-height: 1366px) and (max-height: 1440px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 900px);
  }
}
@media (width: 1440px) and (height: 700px) {
  .luxury-slider .design-city-slider {
    height: calc(100vh - 126px);
  }
}
.luxury-slider .design-city-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.luxury-slider .swiper-button-next,
.luxury-slider .swiper-button-prev {
  color: #fff;
}
.luxury-slider .design-city-slider-postion {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
@media (width <= 468px) {
  .luxury-slider .design-city-slider-postion {
  position: relative;
}
}
.luxury-slider .design-city-sliderthumb {
  padding: 23px 0px 0;
}
.luxury-slider .design-city-sliderthumb .swiper-slide {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.luxury-slider .design-city-sliderthumb .swiper-slide.swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px 15px 0px 0px;
  color: #000000;
}
.luxury-slider .thumb-box-label {
  position: absolute;
  top: -21px;
  z-index: -1;
  left: 1px;
  background-color: #BF9141;
  border-radius: 15px 15px 0px 0px;
  height: 30px;
  font-size: 14px;
  padding: 0px 28px;
  color: #000;
  opacity: 0;
  transition: 0.4s ease;
}
@media (width <= 820px) {
  .luxury-slider .thumb-box-label {
    font-size: 14px;
    padding: 0px 6px;
  }
}
@media (width <= 468px) {
  .luxury-slider .thumb-box-label {
    font-size: 12px;
    border-radius: 12px 12px 0px 0px;
  }
}
.luxury-slider .swiper-slide.swiper-slide-thumb-active .thumb-box-label {
  opacity: 1;
}
.luxury-slider .thumb-box {
  border-bottom: 0;
  border-radius: 15px 15px 0px 0px;
  padding: 15px;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(7.1px);
  -webkit-backdrop-filter: blur(7.1px);
  border: 1px solid rgba(0, 0, 0, 0.443);
}
@media (width <= 1440px) {
  .luxury-slider .thumb-box {
    padding: 10px;
  }
}
.luxury-slider .thumb-box:hover {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px 15px 0px 0px;
}
.luxury-slider .thumb-box-inner {
  display: flex;
}
.luxury-slider .thumb-box img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}
.luxury-slider .thumb-content {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width <= 1120px) {
  .luxury-slider .thumb-content {
    padding-left: 3px;
  }
}
.luxury-slider .border-bottom-line {
  padding-top: 10px;
  border-bottom: 1px solid #000;
}
.luxury-slider .thumb-content h4 {
  font-size: clamp(16px,  calc(1rem + (22 - 16) * ((100vw - 768px) / (1920 - 768))), 22px);
  margin: 5px 0;
  font-weight: 400;
  font-family: "Noto Sans Display", sans-serif;
}
@media (width <= 468px) {
  .luxury-slider .thumb-content h4 {
    color: #000000;
  }
}
.luxury-slider .thumb-content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  line-height: normal;
}
@media (width <= 468px) {
  .luxury-slider .thumb-content p {
    color: #000000;
  }
}
.luxury-slider .thumb-content p .sqft {
  font-size: 14px;
}
@media (width <= 468px) {
  .luxury-slider .thumb-content p .sqft {
    color: #000000;
  }
}
.luxury-slider .thumb-sub-content p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
}
@media (width <= 468px) {
  .luxury-slider .thumb-sub-content p {
    color: #000000;
  }
}
.luxury-slider .luxury-phase-launch {
  margin-bottom: 50px;
}
@media (width <= 1440px) {
  .luxury-slider .luxury-phase-launch {
    margin-bottom: 30px;
  }
}
.luxury-slider .luxury-phase-launch h2 {
  font-size: clamp(18px, calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Noto Sans Display", sans-serif;
  color: #000;
  text-align: center;
}
.luxury-slider .luxury-phase-launch p {
  font-size: clamp(16px, calc(1rem + (22 - 16) * ((100vw - 768px) / (1920 - 768))), 22px);
  margin: 3px 0;
  font-weight: 400;
  font-family: "Noto Sans Display", sans-serif;
  color: #000;
  text-align: center;
}

.phase-2-sec .phase-2-description {
  font-size: clamp(16px,  calc(1rem + (22 - 16) * ((100vw - 768px) / (1920 - 768))), 22px);
  color: #fff;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
}
.phase-2-sec .location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 20px;
}
.phase-2-sec .location-list li {
  background-color: #fff;
  border-radius: 25px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  display: flex;
  align-items: center;
  gap: 6px;
}

.partner-withus-sec {
  background-color: #f3f3f3;
  color: #000000;
}
.partner-withus-sec .partner-withus-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.partner-withus-sec .partner-withus-content .normal-text {
  color: #000000;
}
.partner-withus-sec .partner-withus-content .phase-2-description {
  font-size: clamp(16px,  calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}
.partner-withus-sec .partner-withus-content .read-more-btn {
  margin-top: 10px;
}

.footfall-sec {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footfall-sec .normal-text {
  margin-bottom: 20px;
  font-size: clamp(22px, calc(1.375rem + (34 - 22) * ((100vw - 768px) / (1920 - 768))), 34px);
}
@media (width <= 1440px) {
  .footfall-sec .normal-text {
    margin-bottom: 10px;
  }
}
.footfall-sec .pinyon-script-font {
  line-height: 1;
  margin-bottom: 0px;
  padding: 10px;
  font-size: clamp(30px, calc(1.875rem + (54 - 30) * ((100vw - 768px) / (1920 - 768))), 54px);
}
.footfall-sec .footfall-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (width <= 1024px) {
  .footfall-sec .footfall-grid {
    gap: 15px;
  }
}
.footfall-sec .footfall-item {
  position: relative;
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.4s ease;
}
.footfall-sec .footfall-item .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footfall-sec .footfall-item .card-content .card-text {
  text-align: center;
  font-size: clamp(14px, 0.875rem + 2 * (100vw - 768px) / 1152, 16px);
  text-transform: uppercase;
  z-index: 10;
  letter-spacing: 1px;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  padding: 0px 10px 30px;
}
@media (width <= 1024px) {
  .footfall-sec .footfall-item .card-content .card-text {
    padding: 0px 10px 0px;
  }
}
@media (width <= 768px) {
  .footfall-sec .footfall-item .card-content .card-text {
    padding: 0px 10px 30px;
  }
}
.footfall-sec .footfall-item .card-content .card-para {
  text-align: center;
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(50px);
  text-transform: uppercase;
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 0px 15px 20px 15px;
}
.footfall-sec .footfall-item .footfall-item-heading {
  font-family: Playfair Display;
}
.footfall-sec .footfall-item:hover {
  filter: grayscale(0%);
}
.footfall-sec .footfall-item:hover .card-para {
  transform: translateY(0);
  opacity: 1;
}
.footfall-sec .footfall-item:hover .card-content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.footfall-sec .footfall-item-counts {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: clamp(16px, calc(1.25rem + (16 - 20) * ((100vw - 768px) / (1920 - 768))), 16px);
}
.footfall-sec p {
  margin-bottom: 0;
}
.footfall-sec .footfall-item-hover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 992px) {
  .footfall-sec .footfall-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footfall-sec .footfall-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 468px) {
  .footfall-sec .footfall-grid {
    grid-template-columns: 1fr;
  }
}

.video-sec .launch-event-heading {
  margin-bottom: 20px;
}
.video-sec .launch-event-heading .pinyon-script-font {
  padding: 10px 10px;
}
.video-sec .launch-event-heading .normal-text {
  font-size: clamp(20px,  calc(1.25rem + (30 - 20) * ((100vw - 768px) / (1920 - 768))), 30px);
}

.outlet-mall-news-sec {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (width <= 1440px) {
  .outlet-mall-news-sec {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media (width <= 468px) {
  .outlet-mall-news-sec {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.outlet-mall-news-sec .news-heading {
  margin-bottom: 30px;
}
.outlet-mall-news-sec .news-card-container {
  grid-row-gap: 1.25rem;
}
.outlet-mall-news-sec .news-card-container .content-card {
  margin-bottom: 0 !important;
}
@media (width <= 468px) {
  .outlet-mall-news-sec .news-card-container .content-card {
    padding: 0px 7px;
  }
}
.outlet-mall-news-sec .card {
  border-radius: 0px;
  overflow: hidden;
  background-color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: unset;
}
.outlet-mall-news-sec .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px;
  border: 0px;
}
.outlet-mall-news-sec .card .card-content a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: "Noto Sans Display", sans-serif;
}
.outlet-mall-news-sec .card .card-body {
  padding: 1.4rem 0px 0px 0px;
  font-size: clamp(16px,  calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (width <= 768px) {
  .outlet-mall-news-sec .card .card-body {
    padding: 5px;
  }
}
.outlet-mall-news-sec .card .card-body .card-press-title {
  font-size: clamp(14px,  calc(0.875rem + (24 - 14) * ((100vw - 768px) / (1920 - 768))), 24px);
  color: #979797;
  font-weight: 600;
  }
.outlet-mall-news-sec .card .card-body .press-card-date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0.5rem 0rem;
  flex-wrap: wrap;
}
.outlet-mall-news-sec .card .card-body .press-card-date .card-press-name,
.outlet-mall-news-sec .card .card-body .press-card-date .press-date {
  font-size: clamp(12px, calc(0.75rem + (14 - 12) * ((100vw - 768px) / (1920 - 768))), 14px);
  color: #c0c0c0;
}
.outlet-mall-news-sec .card .card-body .press-card-date .card-left-line {
  width: 1px;
  height: 15px;
  background: #c0c0c0;
}
.outlet-mall-news-sec .card .card-body a {
  transition: 0.4s ease;
  font-size: clamp(10px,  calc(0.625rem + (16 - 10) * ((100vw - 768px) / (1920 - 768))), 16px);
  font-weight: 600px;
  color: #c0c0c0;
}
.outlet-mall-news-sec .card .card-body a:hover {
  text-decoration: underline;
}
.outlet-mall-news-sec .card .card-body p {
  text-align: center;
}
.outlet-mall-news-sec .card .card-body .link-content {
  padding: 0.5rem 0rem;
}

/*# sourceMappingURL=della-design-district.css.map */