 .SubtownshipTitle {
  font-size: 90px;
  font-family: "bon_vivant_family_scriptRg";
  color: #bda371;
}

.font-fairplay {
  font-family: "Playfair Display", serif !important;
}

.Bon-Vivant-fonts {
  font-family: "bon_vivant_family_scriptRg";
  color: #bda371;
}

/* Saluttogenic section starts */
.salutogenic-section {
  background-color: #000;
  color: #fff;
  position: relative;
}
.salutogenic-section .salutogenic-content {
  max-width: 700px;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.salutogenic-section .salutogenic-content .salutogenic-title {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: clamp(20px,  calc(1.25rem + (36 - 20) * ((100vw - 767px) / (1920 - 767))), 36px);
}
.salutogenic-section .salutogenic-content .salutogenic-title-vision {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

/* Saluttogenic section ends */
/* Jimmy Mistry section starts */
.sirintroduction {
  background-color: #000;
}
.sirintroduction .section-title {
  width: calc(100% - 250px);
}
.sirintroduction .para {
  margin-bottom: 15px;
  color: #fff;
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 29px;
}

.sirintroduction-block img {
  width: 100%;
  height: 100%;
}

.sirintroduction-block-img {
  margin-top: -50px;
  margin-bottom: 0;
  width: 30%;
  margin-right: 120px;
}
.sirintroduction-block-img .firstimage {
  position: absolute;
  left: 0;
}
.sirintroduction-block-img .secondimage {
  position: absolute;
  top: 12%;
  left: 10%;
}

.sirintroduction-block figure {
  margin: 0;
}

.sirintroduction-text {
  width: 50%;
}

.sirintroduction-block {
  display: flex;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
.sirintroduction-block .designation {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(20px,  calc(1.25rem + (24 - 20) * ((100vw - 768px) / (1920 - 768))), 24px);
  color: #bda371;
}

/* Jimmy Mistry section ENDS  */
/* Management Team Section style starts */
.management-section {
  text-align: center;
  padding: clamp(30px,  calc(1.875rem + (60 - 30) * ((100vw - 767px) / (1920 - 767))), 60px) 0;
  margin: auto;
  color: #ffffff;
  background-color: #000000;
}
.management-section .pinyon-script-font {
  font-size: clamp(38px, calc(2.375rem + (60 - 38) * ((100vw - 768px) / (1920 - 768))), 60px);
  line-height: 1;
}
.management-section .team-section-title {
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
    letter-spacing: 2px;
  font-size: clamp(20px,  calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1920 - 767))), 40px);
  margin-bottom: 1.5rem;
}
.management-section .team-section-subtitle {
  font-size: 24px;
  color: #ffffff;
}
.management-section .sticky-sec {
  transition: box-shadow 0.2s ease, transform all 0.4s ease;
}
.management-section .sticky-sec.is-sticky {
  transition: all 0.4s ease;
  transform: translateY(0);
}
.management-section .sticky-sec.is-sticky .pinyon-script-font {
  font-size: clamp(28px, calc(1.75rem + (38 - 28) * ((100vw - 768px) / (1920 - 768))), 38px);
  transition: all 0.4s ease;
}
.management-section .sticky-sec.is-sticky .team-section-title {
  font-size: clamp(20px, calc(1.25rem + (24 - 20) * ((100vw - 768px) / (1920 - 768))), 24px);
  margin-bottom: 0px;
  transition: all 0.4s ease;
}
.management-section .sticky-sec.is-sticky .team-section-subtitle {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.management-section .team-leader-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px 45px;
}
@media (width <= 992px) {
  .management-section .team-leader-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px 30px;
  }
}
@media (width <= 468px) {
  .management-section .team-leader-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
  }
}
.management-section .team-leader-grid .team-leader {
  position: relative;
  background: #000000;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Hide video initially */
  /* Show video on hover */
  /* Hide image on hover */
}
.management-section .team-leader-grid .team-leader .team-leader-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.management-section .team-leader-grid .team-leader .team-leader-img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.management-section .team-leader-grid .text-onimg {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.management-section .team-leader-grid .team-leader-name {
  font-family: "Playfair Display";
  margin: 0 0 0.5rem;
  font-size: clamp(16px,  calc(0.875rem + (22 - 16) * ((100vw - 767px) / (1920 - 767))), 22px);
  text-align: center;
  line-height: 1;
}
.management-section .team-leader-grid .team-leader-designation {
  text-align: center;
}
.management-section .team-leader-grid .team-leader-organisation {
  color: #bda371;
  text-transform: uppercase;
  text-align: center;
}
.management-section .team-leader-grid p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
.management-section .team-leader-grid .team-info {
  padding: 10px;
  text-align: left;
}
.management-section .team-leader-grid .team-info .team-leader-designation-last {
  text-align: left;
  margin: 12px 6px 6px 21px;
  color: #c0c0c0;
}
@media (width <= 468px) {
  .management-section .team-leader-grid .team-info .team-leader-designation-last {
    margin: 9px 3px 3px 16px;
  }
}
.management-section .team-leader-grid .team-info .team-leader-description {
  display: none;
  text-align: left;
}

.leader-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: #ffffff;
  transition: 0.6s ease;
  z-index: 70;
}
@media (width <= 1440px) {
  .leader-modal {
    width: 45%;
  }
}
@media (width <= 1024px) {
  .leader-modal {
    width: 50%;
  }
}
@media (width <= 820px) {
  .leader-modal {
    width: 68%;
  }
}
@media (width <= 468px) {
  .leader-modal {
    width: 83%;
  }
}
.leader-modal .leader-modal-content {
  padding-inline: clamp(10px,  calc(0.625rem + (30 - 10) * ((100vw - 767px) / (1920 - 767))), 30px);
  padding-block: clamp(20px,  calc(1.25rem + (120 - 20) * ((100vw - 767px) / (1920 - 767))), 120px);
  border-radius: 8px;
  color: #000000;
}
@media (max-width: 992px) {
  .leader-modal .leader-modal-content {
    margin-top: 114px;
  }
}
@media (max-width: 468px) {
  .leader-modal .leader-modal-content {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .leader-modal .leader-modal-content .leader-modal-body-inner {
    display: flex;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .leader-modal .leader-modal-content .leader-modal-left {
    max-width: 250px;
  }
}
@media (max-width: 468px) {
  .leader-modal .leader-modal-content .leader-modal-left {
    max-width: 150px;
  }
}
.leader-modal .leader-modal-content .modal-close-btn {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 468px) {
  .leader-modal .leader-modal-content .modal-close-btn {
    position: absolute;
    top: 77px;
    left: -4px;
  }
}
.leader-modal .leader-modal-content .modal-close-btn i {
  color: #000000;
  font-size: clamp(21px,  calc(1.3125rem + (30 - 21) * ((100vw - 768px) / (1920 - 768))), 30px);
}
.leader-modal .leader-modal-content .leader-modal-body-inner {
  display: flex;
  gap: 50px;
  padding: 10px 30px;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (max-width: 992px) {
  .leader-modal .leader-modal-content .leader-modal-body-inner {
    padding: 30px 10px;
    max-height: 84vh;
  }
}
@media (max-width: 468px) {
  .leader-modal .leader-modal-content .leader-modal-body-inner {
    max-height: 90vh;
  }
}
.leader-modal .leader-modal-content .leader-modal-left {
  max-width: 300px;
  flex: 1;
}
.leader-modal .leader-modal-content .leader-modal-left img {
  width: 100%;
  height: auto;
  display: block;
}
.leader-modal .leader-modal-content .leader-modal-right {
  flex: 1;
}
.leader-modal .leader-modal-content .leader-modal-right .team-leader-name {
  font-size: clamp(16px,  calc(1rem + (32 - 16) * ((100vw - 767px) / (1920 - 767))), 32px);
}
.leader-modal .leader-modal-content .leader-modal-right .team-leader-designation {
  margin-bottom: 0;
}
.leader-modal .leader-modal-content .leader-modal-right .leader-desc {
  max-height: 43vh;
  font-size: 16px;
}
@media (width <= 468px) {
  .leader-modal .leader-modal-content .leader-modal-right .leader-desc {
    font-size: 12px;
  }
}
.leader-modal .leader-modal-content .leader-modal-right .contact-btn {
  padding: 8px 15px;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.leader-modal .leader-modal-content .leader-modal-right .contact-btn:hover {
  background-color: #bda371;
}

.leader-modal.active {
  opacity: 1;
  right: 0;
  transition: 0.6s ease;
}

.leader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.leader-overlay.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9;
}

.no-scroll {
  overflow: hidden;
}

/* Management Team Section style ends */
/* Collaborative Section style starts */
.collaborativesection-v2 {
  background-image: url("../images/about/worlds-first-globe-project.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding: 50px 0 150px;
  position: relative;
}
.collaborativesection-v2::after {
  content: "";
  position: absolute;
  top: -4%;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  border-left: 1px solid #bda371;
  height: 212px;
  width: 1px;
  z-index: 4;
}
.collaborativesection-v2::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 50%;
  border-bottom: 1px solid #bda371;
  height: 212px;
  width: 126px;
  z-index: 4;
}
.collaborativesection-v2 .collaborativesectionInner-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborativesection-v2 .collaborativesectionLeft-v2 {
  width: 60%;
}
.collaborativesection-v2 .collaborativesectionRight-v2 {
  width: 40%;
  color: var(--white-color);
  position: relative;
  z-index: 5;
}
.collaborativesection-v2 .collaborativesectionTitle-v2 {
  color: var(--white-color);
  font-family: "Playfair Display", serif;
  text-align: left;
  position: relative;
  font-size: clamp(32px,  calc(2rem + (64 - 32) * ((100vw - 480px) / (1920 - 480))), 64px);
  line-height: clamp(50px,  calc(3.125rem + (72 - 50) * ((100vw - 480px) / (1920 - 480))), 72px);
}
.collaborativesection-v2 .fortext {
  font-size: clamp(18px,  calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
}
.collaborativesection-v2 .iconicarchitecttext-v2 {
  font-family: "bon_vivant_family_scriptRg";
  color: var(--golden-color);
  font-size: clamp(24px,  calc(1.5rem + (50 - 24) * ((100vw - 767px) / (1920 - 767))), 50px);
  line-height: clamp(32px,  calc(2rem + (80 - 32) * ((100vw - 767px) / (1920 - 767))), 80px);
}
.collaborativesection-v2 .collaborativesectionbox {
  border: 1px solid var(--golden-color);
  padding: 40px;
  position: relative;
}
.collaborativesection-v2 .collaborativesectionbox .collaborativesection-title {
  font-size: clamp(21px,  calc(1.3125rem + (30 - 21) * ((100vw - 768px) / (1920 - 768))), 30px);
  line-height: clamp(32px,  calc(2rem + (48 - 32) * ((100vw - 768px) / (1920 - 768))), 48px);
  color: var(--white-color);
  font-family: "Playfair Display", serif;
}
.collaborativesection-v2 .collaborativesectionbox .readmore {
  align-items: center;
}
.collaborativesection-v2 .collaborativesectionbox .readmore img {
  max-width: 15px;
}
.collaborativesection-v2 .name-signature-block {
  position: absolute;
  bottom: -4%;
  right: 10%;
  z-index: 1;
  padding: 0 15px;
  background-color: var(--bg-color-black);
  text-align: center;
}
.collaborativesection-v2 .name-signature-block .jrm-name {
  font-size: clamp(18px,  calc(1.125rem + (24 - 18) * ((100vw - 768px) / (1920 - 768))), 24px);
  line-height: clamp(36px,  calc(2.25rem + (44 - 36) * ((100vw - 768px) / (1920 - 768))), 44px);
  color: var(--white-color);
  font-family: "Playfair Display", serif;
}

/* Collaborative Section style ENDS */
/* DLC Guide Section style starts */
.dlc-guide-sec {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}
.dlc-guide-sec .dlc-container {
  width: 1440px;
}
@media (width <= 1439px) {
  .dlc-guide-sec .dlc-container {
    width: 100%;
  }
}
.dlc-guide-sec .dlc-guide-sec-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dlc-guide-sec .dlc-guide-sec-left {
  flex: 1;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-guide-sec-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(30px,  calc(1.875rem + (60 - 30) * ((100vw - 767px) / (1920 - 767))), 60px);
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  padding: 8px;
  display: inline-flex;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-guide-sec-text {
  font-size: 18px;
  line-height: 30px;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data {
  margin-top: 20px;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  flex-direction: column;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .dlc-guide-award-img img {
  max-width: clamp(120px,  calc(7.5rem + (200 - 120) * ((100vw - 767px) / (1920 - 767))), 200px);
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .heading-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .heading-text .heading {
  font-family: "Noto Sans Display", sans-serif;
  font-size: clamp(16px,  calc(1rem + (24 - 16) * ((100vw - 767px) / (1920 - 767))), 24px);
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  padding: 25px 0;
  text-align: right;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .heading-text .heading span {
  font-style: italic;
  font-size: clamp(48px,  calc(3rem + (80 - 48) * ((100vw - 767px) / (1920 - 767))), 80px);
  margin: 0px;
  line-height: normal;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  background: -webkit-linear-gradient(#aa833e, #b18f50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: capitalize;
  line-height: 70px;
  top: 30px;
  padding-right: 50px;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .heading-text .subheading {
  font-size: clamp(48px,  calc(3rem + (80 - 48) * ((100vw - 767px) / (1920 - 767))), 80px);
  margin: 0;
  line-height: normal;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  background: -webkit-linear-gradient(#aa833e, #b18f50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: 40px;
  text-decoration: underline solid #b18f50 3px;
  text-underline-offset: 6px;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .dlc-global-fact-wrap {
  display: flex;
  gap: clamp(20px,  calc(1.25rem + (50 - 20) * ((100vw - 767px) / (1920 - 767))), 50px);
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .dlc-global-fact-wrap .dlc-global-fact {
  display: flex;
  flex-direction: column;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .dlc-global-fact-wrap .dlc-global-fact .dlc-global-fact-value {
  font-size: clamp(32px,  calc(2rem + (48 - 32) * ((100vw - 767px) / (1920 - 767))), 48px);
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
}
.dlc-guide-sec .dlc-guide-sec-left .dlc-global-data .dlc-global-fact-wrap .dlc-global-fact .dlc-global-fact-label {
  color: #b18f50;
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 767px) / (1920 - 767))), 18px);
}
.dlc-guide-sec .dlc-guide-sec-right {
  flex: 1;
}

/* DLC Guide Section style ENDS */
.who-we-are-sec {
  background-color: #fff;
  color: #000;
  padding: 50px 0;
}
.who-we-are-sec .who-we-are-sec-content {
  max-width: 1280px;
  margin: 0 auto;
}
.who-we-are-sec .who-we-are-sec-title {
  font-size: 50px;
  text-align: center;
  text-transform: capitalize;
  font-size: clamp(38px, 2.375rem + 22 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
  margin: 0;
}
.who-we-are-sec .who-we-are-sec-subtitle {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

#back-link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
#back-link img,
#back-link svg {
  width: 26px;
  height: 26px;
  padding-right: 4px;
  mix-blend-mode: exclusion;
}

.bottom-content-list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
}
.bottom-content-list li {
  font-family: "Playfair Display", serif;
}
.bottom-content-list li p {
  line-height: normal;
}

/* Brand Philosophy style Starts here */
.brand-philosophy-sec {
  background-color: #000;
  color: #fff;
}
.brand-philosophy-sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.brand-philosophy-sec .brand-philosophy-title {
  font-family: "Playfair Display", serif;
  color: transparent;
  font-size: 3.3rem;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d4ad68;
  position: absolute;
  left: -47%;
  transform: rotate(-90deg);
  top: -15%;
  opacity: 0.5;
}
.brand-philosophy-sec .brand-philosophy-sec-mainleft {
  padding: 50px 0;
}

/* Brand Philosophy style End here */
/* DM and VJ style Starts here */
.township-homeslider .swiper-wrapper {
  padding-bottom: 100px;
}
.township-homeslider .townshiphomeslider img {
  width: 100%;
}
.township-homeslider .townshiphomeslider .swiper-slide .townshiphomeslider-content {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 3;
}
.township-homeslider .townshiphomeslider .swiper-slide .townshiphomeslider-content .title {
  color: #fff;
  font-size: 21px;
  font-family: "Playfair Display";
  padding-bottom: 20px;
}
.township-homeslider .townshiphomeslider .swiper-slide .townshiphomeslider-content .slots-link {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
  transition-delay: 0.3s;
  background-color: #000000;
}
.township-homeslider .townshiphomeslider .swiper-slide .townshiphomeslider-content .slots-link:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #bd8d3b;
}
.township-homeslider .swiper {
  height: 100%;
  width: 100%;
}

.townshiphomeslider .swiper-slide .img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.townshiphomeslider .swiper-slide .img-overlay:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 0;
}

/* DM and VJ style Ends here */
.legacy-sec {
  background: url("./../images/about/legacy-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.legacy-sec .legacy-cetificate {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  max-height: 480px;
  overflow-y: scroll;
}

#back-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
#back-link a svg {
  width: 26px;
  height: 26px;
  padding-right: 4px;
  mix-blend-mode: exclusion;
}

/* Della Team style Starts here */
.team-section {
  background-color: #000;
  color: #fff;
  padding: 50px 0 0;
}
.team-section .common-container {
  width: 1440px;
}
@media (width <= 1439px) {
  .team-section .common-container {
    width: 100%;
  }
}
.team-section .team-section-inner {
  display: flex;
  align-items: center;
  gap: 100px;
}
.team-section .team-section-left {
  flex: 1;
  position: relative;
}
.team-section .team-section-left .team-banner {
  border: 3px solid #bda371;
  min-height: 400px;
  object-fit: cover;
  cursor: pointer;
}
.team-section .team-section-left .play-cta-launch {
  left: 12%;
}
.team-section .team-section-left .playIconvideo {
  left: 50%;
  transform: translate(-50%, -15%);
}
.team-section .team-section-right {
  flex: 1;
}
.team-section .team-section-right p {
  font-size: 1.125rem;
}

.della-team-sec {
  background: url("./../images/about/della-team.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  position: relative;
}
.della-team-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgb(0, 0, 0) 100%);
  z-index: 0;
  opacity: 1;
  cursor: pointer;
}
.della-team-sec .common-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: static;
}
.della-team-sec .common-container .della-team-content {
  margin-bottom: -1.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.della-team-sec .common-container .della-team-content p {
  width: 70%;
  margin: 0 auto;
  line-height: 24px;
}
.della-team-sec .playIconvideoLarge {
  width: 60px !important;
}

.img-fluid {
  width: 100%;
}

.swiper-pagination.townshiphomeslider-pagination2 {
  top: inherit;
  width: 85% !important;
  left: 0%;
  bottom: 70px !important;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transform: translate(0px, 0px);
  margin: auto;
  background: #000000;
}
.swiper-pagination.townshiphomeslider-pagination2 .swiper-pagination-bullet {
  border-radius: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 3px;
  margin: 0;
}
.swiper-pagination.townshiphomeslider-pagination2 .swiper-pagination-bullet-active {
  background: #bda375;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-button-next.townshiphomeslider-next2 {
  top: auto;
  bottom: 49px;
}

.swiper-button-prev.townshiphomeslider-prev2 {
  top: auto;
  bottom: 49px;
}

.swiper-button-next.townshiphomeslider-next2 svg,
.swiper-button-prev.townshiphomeslider-prev2 svg {
  width: 40px;
  height: 40px;
}

.swiper-button-next.townshiphomeslider-next2:hover svg > g polygon,
.swiper-button-prev.townshiphomeslider-prev2:hover svg > g polygon,
.swiper-button-next.townshiphomeslider-next2:hover svg > g path,
.swiper-button-prev.townshiphomeslider-prev2:hover svg > g path {
  fill: #bda375;
}

#homepageform-wrapper .homepageform-wrapper-inner {
  padding-bottom: 50px;
}

#about-projects .breadcrumb {
  margin-bottom: 0 !important;
  padding: 10px !important;
}

.internal-news-sec .swiper-pagination {
  bottom: 0% !important;
}

.internal-news-slider .swiper-button-next img,
.internal-news-slider .swiper-button-prev img {
  width: 15px;
}

@media screen and (max-width: 992px) {
  .salutogenic-section .salutogenic-img {
    height: 500px;
    object-fit: cover;
  }
  .salutogenic-section .salutogenic-content {
    max-width: 80%;
    width: 100%;
  }
  .who-we-are-sec .who-we-are-sec-title {
    font-size: 24px;
    line-height: normal;
  }
  .township-homeslider .swiper-button-next {
    right: 0 !important;
  }
  .township-homeslider .swiper-button-prev {
    left: 0;
  }
  .townshiphomeslider-content .title {
    font-size: 18px;
  }
  .townshiphomeslider-content .slots-link {
    padding: 0.25rem;
    font-size: 12px;
  }
  .legacy-cetificate {
    max-height: 300px;
  }
  .della-team-content p {
    width: 100%;
    line-height: normal;
  }
  .della-team-sec {
    height: 500px;
  }
  /* DM and VJ style Starts here */
  .bottom-content-list li p {
    font-size: 12px;
  }
  /* DM and VJ style Ends here */
  .about-della-township-section {
    padding: 50px 0 0;
  }
}
.township-vision-sec {
  background-color: #fff;
}
.township-vision-sec p {
  color: black;
}

.management-team-section {
  background-color: #ffffff;
}

.font-fairplay {
  font-family: "Playfair Display", serif;
}

.aboutusSlider .figcaption {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin-top: 8px;
}

.who-we-are-section h2 {
  font-size: clamp(24px,  calc(1.5rem + (40 - 24) * ((100vw - 768px) / (1920 - 768))), 40px);
  font-family: "Playfair Display, Regular";
}
.who-we-are-section p {
  color: #000;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(16px,  calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
}
@media (width <= 992px) {
  .who-we-are-section p {
    margin-top: 40px;
  }
}
@media (width <= 992px) {
  .who-we-are-section {
    padding-top: 100px;
  }
}

.brand-philosophy-sec {
  background-color: #000;
  color: #fff;
}
.brand-philosophy-sec img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.brand-philosophy-sec .brand-philosophy-title {
  font-family: "Playfair Display", serif;
  color: transparent;
  font-size: 3.3rem;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d4ad68;
  position: absolute;
  left: -47%;
  transform: rotate(-90deg);
  top: -15%;
  opacity: 0.5;
}

.section-title {
  font-family: "Playfair Display", serif;
}

.content-section {
  background-color: #ffffff;
}
.content-section.show {
  display: block !important;
}
.content-section p {
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 24px;
}

.mainflashtitle {
  color: #000;
  font-size: 32px;
  line-height: 1.6;
  font-family: "Playfair Display", serif;
  text-align: center;
}
.mainflashtitle .Bon-Vivant-fonts {
  font-size: 40px;
  line-height: 40px;
}

.threeImagePanel {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.threeImagePanel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management-team-section .brand-philosophy-title {
  right: 0%;
}

.personName {
  display: none;
}

.filterslider1 {
  padding-left: 10%;
}

/* sustainability styles starts  */
.sustainability-sec {
  background-color: #000;
  color: #fff;
}

.presence-sec {
  background-color: #fff;
  color: #000;
  width: 68%;
  margin: 0 auto;
}

.campus-image {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}

/* awards slider styles  */
.awardsSlider-prev {
  left: 30px;
}

.awardsSlider-next {
  right: 30px;
}

.about-della-township-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 90px 0px;
  background-color: black;
}
.about-della-township-section .section-title {
  font-size: clamp(32px,  calc(2rem + (42 - 32) * ((100vw - 768px) / (1920 - 768))), 42px);
  font-family: "Playfair Display", serif;
  color: white;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
.about-della-township-section .section-title .Bon-Vivant-fonts {
  font-size: clamp(36px,  calc(2.25rem + (60 - 36) * ((100vw - 768px) / (1920 - 768))), 60px);
  line-height: 36px;
  padding-top: 20px;
  display: inline;
}
.about-della-township-section .para {
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1920 - 768))), 18px);
  color: white;
  text-align: center;
  max-width: 1000px;
  margin: 30px auto 0;
  font-weight: 100;
  opacity: 1;
}
.about-della-township-section .about-della-township-section-list {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  padding: 0 20px;
  width: 100%;
}
.about-della-township-section .about-della-township-section-list li {
  width: calc(20% - 0px);
  position: relative;
  padding: 0;
  list-style: none;
  transition: all 0.6s ease;
}
.about-della-township-section .about-della-township-section-list li figure {
  margin: 0;
  position: relative;
}
.about-della-township-section .about-della-township-section-list li:hover figure::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6392156863);
  bottom: 0;
  right: 0;
}
.about-della-township-section .about-della-township-section-list .about-della-township-section-list-item:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
  opacity: 1;
  transition: all 0.6s ease;
}
.about-della-township-section .about-della-township-section-list .inner-hoverdiv li span {
  position: relative;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
}
.about-della-township-section .about-della-township-section-list .inner-hoverdiv li span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  background-color: #bda371;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.about-della-township-section .about-della-township-section-list .innercontent {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background-color: rgb(0, 0, 0);
}
.about-della-township-section .about-della-township-section-list .innercontent .title {
  font-size: 18px;
  color: white;
}
.about-della-township-section .about-della-township-section-list .innercontent .subpara {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
}
.about-della-township-section .about-della-township-section-list img {
  height: 285px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.about-della-township-section-list > li .inner-hoverdiv {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  transition: all 0.6s ease;
  z-index: 2;
  width: 100%;
  padding: 0 0 0 7%;
  transform: translateY(-35%);
}

.about-della-township-section-list > li .inner-hoverdiv li::marker {
  content: "";
  display: none;
}

.about-della-township-section-list > li:hover .inner-hoverdiv {
  opacity: 1;
}

.about-della-township-section-list .inner-hoverdiv li {
  width: calc(48% - 0px);
  margin-right: -7px;
  font-size: 14px;
  color: white;
  text-align: left;
}

.about-della-township-section-list-item:hover::after {
  opacity: 0;
}

.about-della-township-section-list .inner-hoverdiv li span {
  position: relative;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
}

.about-della-township-section-list .inner-hoverdiv li span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  background-color: #bda371;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.about-della-township-section-list .innercontent {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background-color: rgb(0, 0, 0);
}
.about-della-township-section-list .innercontent .title {
  font-size: 18px;
  color: white;
}
.about-della-township-section-list .innercontent .subpara {
  font-size: 14px;
  color: white;
  margin-bottom: 5px;
}

.team-timeline-section {
  background-color: #ffffff;
  color: #000;
  position: relative;
  padding: 40px 0 0;
}
.team-timeline-section .top-content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.team-timeline-section .top-content .top-content-title {
  font-size: clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1920 - 767))), 40px);
  font-family: "Playfair Display", serif;
  color: #000;
  text-transform: uppercase;
}
.team-timeline-section .top-content .top-content-subtitle {
  font-size: clamp(24px, calc(1.5rem + (48 - 24) * ((100vw - 767px) / (1920 - 767))), 48px);
}
.team-timeline-section .top-content .top-content-subtitle .top-content-subtitle-pinyon {
  font-family: "Pinyon Script", cursive;
  font-size: clamp(24px, calc(1.5rem + (72 - 24) * ((100vw - 767px) / (1920 - 767))), 72px);
}
.team-timeline-section .top-content .top-content-subtitle .top-content-para {
  font-size: clamp(24px, calc(1.5rem + (48 - 24) * ((100vw - 767px) / (1920 - 767))), 48px);
}
.team-timeline-section .swiper {
  width: 100%;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.team-timeline-section .swiper .swiper-wrapper {
  height: auto;
}
.team-timeline-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.team-timeline-section .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.team-timeline-section .mySwiper2 {
  height: 80%;
  width: 100%;
}
.team-timeline-section .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.team-timeline-section .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.team-timeline-section .mySwiper .swiper-slide img {
  width: 300px;
  max-height: 200px;
}
.team-timeline-section .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.team-timeline-section .year-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 2rem;
}

.team-timeline-slider .swiper-slide-thumb-active .dellaanimationcontainer .dellaanimationborderone::before {
  width: 100%;
  visibility: visible;
}
.team-timeline-slider .swiper-slide-thumb-active .dellaanimationcontainer .dellaanimationborderone::after {
  width: 100%;
  visibility: visible;
}
.team-timeline-slider .swiper-slide-thumb-active .dellaanimationcontainer .dellaanimationbordertwo::before {
  width: 100%;
  visibility: visible;
  height: 100%;
}
.team-timeline-slider .swiper-slide-thumb-active .dellaanimationcontainer .dellaanimationbordertwo::after {
  width: 100%;
  visibility: visible;
  height: 100%;
}
.team-timeline-slider .team-slider {
    height: 100%;
  width: 100%;
}
.team-timeline-slider .team-timeline-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
@media (width <= 468px) {
  .team-timeline-slider .team-timeline-slider .swiper-slide img {
    height: 50vh;
  }
}
.team-timeline-slider .swiper-button-next,
.team-timeline-slider .swiper-button-prev {
  color: #fff;
}
.team-timeline-slider .design-city-slider-postion {
  box-sizing: border-box;
  margin-top: 30px;
}
@media (width <= 468px) {
  .team-timeline-slider .design-city-slider-postion {
    position: relative;
  }
}
.team-timeline-slider .design-city-sliderthumb .swiper-slide {
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 0px solid transparent;
}
.team-timeline-slider .design-city-sliderthumb .swiper-slide.swiper-slide-thumb-active .thumb-content {
  color: #d4ad68;
  font-weight: 600;
}
.team-timeline-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) {
  .team-timeline-slider .thumb-box-label {
    font-size: 14px;
    padding: 0px 6px;
  }
}
@media (width <= 468px) {
  .team-timeline-slider .thumb-box-label {
    font-size: 12px;
    border-radius: 12px 12px 0px 0px;
  }
}
.team-timeline-slider .swiper-slide.swiper-slide-thumb-active .thumb-box-label {
  opacity: 1;
}
.team-timeline-slider .thumb-box {
  border-bottom: 0;
  border-radius: 15px 15px 0px 0px;
  padding: 0;
  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);
}
.team-timeline-slider .thumb-box:hover {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px 15px 0px 0px;
}
.team-timeline-slider .thumb-box-inner {
  display: flex;
  flex-direction: column;
}
.team-timeline-slider .thumb-box-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.team-timeline-slider .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-timeline-slider .thumb-content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9;
  line-height: 32px;
  flex-direction: column;
}
.team-timeline-slider .border-bottom-line {
  padding-top: 10px;
  border-bottom: 1px solid #000;
}
.team-timeline-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) {
  .team-timeline-slider .thumb-content h4 {
    color: #000000;
  }
}
.team-timeline-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) {
  .team-timeline-slider .thumb-content p {
    color: #000000;
  }
}
.team-timeline-slider .thumb-content p .sqft {
  font-size: 14px;
}
@media (width <= 468px) {
  .team-timeline-slider .thumb-content p .sqft {
    color: #000000;
  }
}
.team-timeline-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) {
  .team-timeline-slider .thumb-sub-content p {
    color: #000000;
  }
}
.team-timeline-slider .luxury-phase-launch {
  padding-bottom: 50px;
}
@media (width <= 1440px) {
  .team-timeline-slider .luxury-phase-launch {
    padding-bottom: 30px;
  }
}
.team-timeline-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;
}
.team-timeline-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;
}
.team-timeline-slider .phase-container {
  padding: 18px 1px 1px;
}
.team-timeline-slider .phase-container .phase-content {
  border-left: 1px solid #b6822b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.team-timeline-slider .phase-container .phase-content .title-phase {
  color: #000000;
  font-size: clamp(14px,  calc(0.875rem + (18 - 14) * ((100vw - 768px) / (1920 - 768))), 18px);
  text-align: center;
}
.team-timeline-slider .phase-container .phase-content p {
  font-size: clamp(13px,  calc(0.875rem + (14 - 12) * ((100vw - 768px) / (1920 - 768))), 16px);
  font-weight: 800;
}
.team-timeline-slider .phase-container .phase-content:nth-child(1) {
  border: none;
}
.team-timeline-slider .slider-content {
  position: absolute;
  left: 50%;
  right: 0;
  top: 12%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
@media (width <= 992px) {
  .team-timeline-slider .slider-content {
    top: 16%;
  }
}
.team-timeline-slider .slider-content .slider-blur-div {
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(2px);
  padding: 15px;
  border-radius: 10px;
}
@media (width <= 992px) {
  .team-timeline-slider .slider-content .slider-blur-div {
    padding: 5px;
  }
}
.team-timeline-slider .slider-content .slider-blur-div .slider-inner-title {
  font-size: clamp(24px, calc(1.5rem + (34 - 24) * ((100vw - 768px) / (1920 - 768))), 34px);
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.team-timeline-slider .slider-content .slider-blur-div .slider-inner-subtitle {
  font-size: clamp(12px,  calc(0.875rem + (18 - 12) * ((100vw - 768px) / (1920 - 768))), 18px);
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
}
.team-timeline-slider .slider-content-2 {
  position: absolute;
  inset: 50%;
  text-align: center;
  z-index: 2;
}
@media (width <= 992px) {
  .team-timeline-slider .slider-content-2 {
    top: 16%;
  }
}
.team-timeline-slider .slider-content-2 .slider-blur-div-2 {
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(2px);
  padding: 15px;
  border-radius: 10px;
}
@media (width <= 992px) {
  .team-timeline-slider .slider-content-2 .slider-blur-div-2 {
    padding: 5px;
  }
}
.team-timeline-slider .slider-content-2 .slider-blur-div-2 .slider-inner-subtitle-2 {
  font-size: clamp(12px,  calc(0.875rem + (18 - 12) * ((100vw - 768px) / (1920 - 768))), 18px);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-wrap: nowrap;
  white-space: nowrap;
}

.della-foundation-sec {
  padding: 100px 0 60px;
}
@media (width <= 468px) {
  .della-foundation-sec iframe {
    width: 100%;
  }
}

.della-foundation-sec-title {
  text-transform: capitalize;
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0px;
}

/* Local community section */
.villa-grid-sec {
  background-color: #ddd;
  color: #000000;
  padding: 50px 0 100px;
}
.villa-grid-sec .villa-grid-sec-heading .villa-grid-sec-heading-text {
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  font-size: clamp(38px, 2.375rem + 22 * (100vw - 768px) / 1152, 60px);
  line-height: 1;
}
.villa-grid-sec .villa-grid-sec-heading .villa-grid-sec-heading-para {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  font-size: clamp(16px, 1rem + 2 * (100vw - 768px) / 1152, 18px);
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.8);
}
.villa-grid-sec .villa-grid-sec-content .content-wrap {
  width: max-content;
}
.villa-grid-sec .villa-grid-sec-content .villa-grid-sec-content-title {
  font-size: clamp(22px, 1.375rem + 28 * (100vw - 768px) / 1152, 50px);
  margin-bottom: 20px;
  text-align: left;
  font-family: "Pinyon Script", cursive;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.villa-grid-sec .villa-grid-sec-content .villa-grid-sec-content-para {
  max-width: 80%;
}
@media (width <= 992px) {
  .villa-grid-sec .villa-grid-sec-content .villa-grid-sec-content-para {
    max-width: 100%;
  }
}
.villa-grid-sec .villa-grid-sec-content .nyu-logo img {
  max-width: 150px;
}
.villa-grid-sec .villa-grid-sec-content .line {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}
.villa-grid-sec .villa-grid-sec-image {
  position: relative;
}
.villa-grid-sec .villa-grid-sec-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.villa-grid-sec .villa-grid-sec-image .middle-img-wrap {
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 420px;
}
@media (width <= 1024px) {
  .villa-grid-sec .villa-grid-sec-image .middle-img-wrap {
    width: 100%;
  }
}
.villa-grid-sec .villa-grid-sec-image .middle-img-wrap iframe {
  width: 100%;
}
.villa-grid-sec .villa-grid-sec-image .middle-img-wrap:hover {
  z-index: 3;
}
.villa-grid-sec .villa-grid-sec-image .top-img-wrap {
  position: absolute;
  top: -10rem;
  right: -60px;
  width: 350px;
  height: 130px;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.villa-grid-sec .villa-grid-sec-image .top-img-wrap:hover {
  transform: scale(1.05);
  z-index: 4;
}
.villa-grid-sec .villa-grid-sec-image .bottom-img-wrap {
  position: absolute;
  bottom: -10rem;
  left: -130px;
  width: 350px;
  height: 200px;
  z-index: 3;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.villa-grid-sec .villa-grid-sec-image .bottom-img-wrap:hover {
  transform: scale(1.05);
}
.villa-grid-sec .villa-grid-sec-image .bottom-right-img-wrap {
  position: absolute;
  bottom: -4rem;
  right: clamp(-100px, -3.125rem + -50 * (100vw - 767px) / 1153, -50px);
  width: 200px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.villa-grid-sec .villa-grid-sec-image .bottom-right-img-wrap:hover {
  transform: scale(1.05);
}
.villa-grid-sec .villa-grid-sec-image .bottom-right-img-wrap .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
.villa-grid-sec .villa-grid-sec-image .bottom-right-img-wrap .overlay-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.villa-grid-sec .villa-grid-sec-image .bottom-right-img-wrap .overlay-text .overlay-text-para {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.villa-grid-sec .section-divider-border {
  margin: 5rem 0;
  border-color: #333;
}
.villa-grid-sec .row-reverse-handle .top-img-wrap {
  left: clamp(-100px, -3.125rem + -50 * (100vw - 767px) / 1153, -50px);
  right: unset;
}
.villa-grid-sec .row-reverse-handle .bottom-img-wrap {
  left: unset;
  right: clamp(-100px, -3.125rem + -50 * (100vw - 767px) / 1153, -50px);
}

.villa-grid-sec-image .top-img-wrap:hover + .bottom-img-wrap {
  z-index: 0;
}

.villa-grid-sec-image .bottom-img-wrap:hover + .middle-img-wrap {
  z-index: 2;
}

@media (width <= 1024px) {
  .villa-grid-sec .villa-grid-sec-image .top-img-wrap {
    position: static;
    display: inline-block;
    width: calc(50% - 2.5px);
  }
  .villa-grid-sec .villa-grid-sec-image .bottom-img-wrap {
    position: static;
    display: inline-block;
    width: calc(50% - 2.5px);
  }
}
.our-expansion-sec .year-cta a {
  color: black;
  border: 1px solid #000 !important;
  padding: 4px 20px;
  border-radius: 50px;
  cursor: pointer !important;
}

/* cddmo  */
.biggallerypix a:hover {
  cursor: pointer;
}

.design-culture-section,
.design-culture-wrap-mob {
  position: relative;
  height: 70vh;
}
@media (width <= 1440px) {
  .design-culture-section,
  .design-culture-wrap-mob {
    height: 90vh;
  }
}
@media (width <= 992px) {
  .design-culture-section,
  .design-culture-wrap-mob {
    height: 44vh;
  }
}
@media (width <= 468px) {
  .design-culture-section,
  .design-culture-wrap-mob {
    height: 29vh;
  }
}

.design-culture-section {
  padding-top: 20px;
  height: auto;
}
.design-culture-section .new-title {
  background: url(../images/worlds-first-globe-project.webp) no-repeat;
  background-size: contain;
  background-position: center;
  font-size: clamp(32px, calc(2rem + (64 - 32) * ((100vw - 768px) / (1920 - 768))), 64px);
  text-transform: uppercase;
  text-align: center;
  padding: 130px 0;
}
@media (width <= 1024px) {
  .design-culture-section .new-title {
    padding: 100px 0;
  }
}
.design-culture-section .new-title .pinyon-script-font {
  text-transform: capitalize;
}
.design-culture-section .content-panel {
  margin-top: -34px;
  position: static !important;
}

.DMandJV-sec,
.innovative-concept-sec,
.della-foundation-sec,
.operational-excellence-sec {
  background-color: #ffffff;
  color: #000;
}

.swiperAbout {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .design-culture-section,
  .design-culture-wrap-mob {
    position: relative;
  }
  .brand-philosophy-title {
    top: -10%;
  }
  .sirintroduction-block {
    justify-content: space-between;
  }
  .sirintroduction .section-title {
    width: calc(100% - 45px);
  }
  .collaborativesection-v2 {
    padding: 180px 0 100px;
    background-size: 100%;
    background-position: top 70px center;
  }
  .collaborativesection-v2::after {
    top: -2%;
    height: 86px;
    width: 1px;
  }
  .collaborativesection-v2::before {
    display: none;
    content: "";
    position: absolute;
    top: -4%;
    left: 50%;
    border-bottom: 1px solid #bda371;
    height: 212px;
    width: 126px;
    z-index: 4;
  }
  .collaborativesection-v2 .collaborativesectionTitle-v2 {
    width: 100%;
    text-align: center;
    line-height: 42px;
  }
  .collaborativesection-v2 .iconicarchitecttext-v2 {
    font-size: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .collaborativesection-v2 .collaborativesectionInner-v2 {
    flex-direction: column;
  }
  .collaborativesection-v2 .collaborativesectionLeft-v2 {
    width: 100%;
    margin-top: -110px;
  }
  .collaborativesection-v2 .collaborativesectionRight-v2 {
    width: 100%;
    margin-top: 130px;
    position: relative;
  }
  .collaborativesection-v2 .collaborativesectionRight-v2::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #bda371;
    height: 100px;
    width: 1px;
    z-index: 4;
  }
  .collaborativesection-v2 .collaborativesectionbox {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .mainflashtitle {
    font-size: 24px;
  }
  .mainflashtitle br {
    display: none;
  }
  .mainflashtitle .Bon-Vivant-fonts {
    font-size: 28px;
    line-height: 36px;
  }
  .brand-philosophy-title {
    left: -42%;
    top: 35%;
    font-size: 1.7rem;
  }
  .sliderCarouselTimeline .tlStep.slide-2018.swiper-slide-active .tlStep__text {
    translate: -35px 0;
  }
  .sirintroduction-block {
    flex-direction: column;
    padding-bottom: 0;
  }
  .sirintroduction-block-img {
    margin-right: 0;
    width: 100%;
  }
  .sirintroduction-text {
    width: 100%;
    margin-top: 50px;
  }
  figure.text-center.firstimage {
    display: none;
  }
  figure.text-center.secondimage {
    position: static;
    margin-top: 100px;
  }
  .sirname {
    font-size: 36px;
    line-height: 30px;
  }
  .sirintroduction .section-title {
    width: 100%;
  }
  .management-team-section .common-container {
    flex-direction: column;
  }
  .management-team-section figure {
    margin-right: 0;
    width: 100%;
  }
  .management-team-section p {
    width: 100%;
  }
  .ethicalsustain-block {
    flex-direction: column;
    padding: 20px 15px;
    margin-bottom: 0;
  }
  .ethicalsustain-block-right {
    width: 100%;
    margin-right: 0;
  }
  .ethicalsustain-block-left {
    margin-right: 0;
    width: 100%;
  }
  .presence-sec {
    width: 100%;
  }
  .ethicalsustain-block-title {
    text-align: center;
    font-size: 19px;
  }
  .aboutusSlider {
    padding-bottom: 0 !important;
  }
  .aboutusSlider-pagination-wrapper {
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  #aboutus .swiper-pagination {
    display: none;
  }
  #aboutus .pagination-counter {
    display: none;
  }
  #aboutus .swiper-button-next,
  #aboutus .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-50%);
    border-radius: 5px;
  }
  .swiper-button-prev {
    left: 25px;
  }
  .swiper-button-next {
    right: 0;
  }
  .jene-block-first {
    top: 49% !important;
    left: 0;
    padding-right: 10px;
  }
  .aboutusSlider-main img {
    width: 100%;
    height: 100%;
  }
  .foundation-sec .row {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .foundation-sec .threeImagePanel {
    margin: 0 auto;
  }
  .brand-philosophy-sec .vitruvian-image {
    margin: 0 auto;
  }
  .brand-philosophy-sec .signatureimage img {
    display: inline-block;
  }
  .brand-philosophy-sec img,
  .management-team-section img {
    width: 50%;
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  .about-della-township-section-list {
    flex-wrap: wrap;
  }
  .about-della-township-section-list > li {
    width: calc(50% - 5px);
  }
  .dlc-guide-sec .dlc-guide-sec-inner {
    flex-direction: column;
  }
  .dlc-guide-sec .dlc-guide-sec-inner .dlc-guide-sec-right {
    width: 100%;
  }
  .dlc-guide-sec .dlc-guide-sec-inner .dlc-guide-sec-right iframe {
    width: 100%;
  }
  .team-section .team-section-inner {
    flex-direction: column;
    gap: 10px;
  }
  .internal-news-sec .swiper-pagination {
    bottom: 0% !important;
  }
  .internal-news-slider .swiper-button-next img,
  .internal-news-slider .swiper-button-prev img {
    width: 20px;
  }
  .team-section .team-section-right {
    padding: 40px;
  }
  .legacy-sec {
    padding: 0 10px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .about-della-township-section-list .innercontent .title {
    font-size: 18px;
  }
  .about-della-township-section-list .innercontent .subpara {
    font-size: 12px;
  }
  .about-della-township-section-list img {
    height: 100%;
  }
  .about-della-township-section-list {
    margin-top: 80px;
  }
  .about-della-township-section-list .about-della-township-section-list-item:hover::after {
    opacity: 0;
  }
  .about-della-township-section-list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-della-township-section-list {
    padding: 0 20px;
    flex-direction: column;
  }
  .about-della-township-section-list li .inner-hoverdiv li {
    font-size: 10px !important;
  }
  .about-della-township-section-list li .inner-hoverdiv li {
    font-size: 10px !important;
  }
  .about-della-township-section-list .innercontent .title {
    font-size: 18px;
  }
  .about-della-township-section-list .innercontent .subpara {
    font-size: 12px;
  }
  .salutogenic-section .salutogenic-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .salutogenic-section .salutogenic-content .salutogenic-para {
    font-size: 0.875rem;
    line-height: normal;
  }
  .collaborativesection-v2 {
    background-position: top 120px center;
  }
  .collaborativesection-v2 .collaborativesectionTitle-v2 {
    font-size: 24px;
    line-height: 32px;
  }
  .collaborativesection-v2 .iconicarchitecttext-v2 {
    font-size: 36px;
    line-height: 50px;
  }
  .collaborativesection-v2 .collaborativesectionbox {
    max-width: 100%;
  }
  .collaborativesection-v2 .collaborativesectionRight-v2 {
    margin-top: 180px;
  }
  .leader-modal-body-inner {
    flex-direction: column;
    padding: 10px;
  }
  .brand-philosophy-title {
    top: 70%;
  }
}
@media (width <= 468px) {
  .dlc-guide-sec {
    padding: 10px 0;
  }
  .team-section .team-section-left .play-cta-launch {
    left: 20%;
    top: 15%;
  }
  .internal-news-sec .swiper-pagination {
    bottom: 0% !important;
  }
  .cta-panel {
    gap: 0.5rem !important;
  }
  .management-team-section .brand-philosophy-title {
    top: 17%;
  }
  .about-della-township-section {
    padding: 20px 0px;
  }
  .big {
    font-size: 46px;
  }
  .brand-philosophy-sec img,
  .management-team-section img {
    width: 328px;
  }
  .jene-block-first {
    top: 54% !important;
  }
}
.about-testimonials-sec {
  padding: 60px 0 0 0;
}
.about-testimonials-sec .testimonial-heading .normal-text {
  font-size: clamp(26px, 1.625rem + 14 * (100vw - 768px) / 1152, 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;
}

/* Our courney time line css start */
.our-journey-timeline-sec {
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.our-journey-timeline-sec .our-journey-title {
  margin-bottom: clamp(15px, calc(0.9375rem + (30 - 15) * ((100vw - 1440px) / (1920 - 1440))), 30px);
}
.our-journey-timeline-sec .our-journey-title.pinyon-script-font {
  font-size: clamp(36px, calc(2.25rem + (60 - 36) * ((100vw - 768px) / (1920 - 768))), 60px);
  line-height: 1;
  text-transform: capitalize;
  padding-bottom: 10px;
  text-align: center;
}
.our-journey-timeline-sec .timeline-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
  position: sticky;
  top: 120px;
  background: #000;
  z-index: 90;
}
.our-journey-timeline-sec .timeline-wrapper .timeline-years {
  display: flex;
  gap: 26px;
  padding: 22px 20px;
  justify-content: space-around;
}
.our-journey-timeline-sec .timeline-wrapper .year {
  position: relative;
  font-size: 16px;
  color: #777;
  cursor: pointer;
}
.our-journey-timeline-sec .timeline-wrapper .year::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.our-journey-timeline-sec .timeline-wrapper .year::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -2.5rem;
  width: calc(100% + 5.2rem);
  height: 1.5px;
  background: currentColor;
}
.our-journey-timeline-sec .timeline-wrapper .year.active {
  color: #d4ad68;
  background: #d4ad68;
  background: linear-gradient(to bottom, #d4ad68 0%, #aa7215 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.our-journey-timeline-sec .timeline-wrapper .prev {
  color: #d4ad68;
}
.our-journey-timeline-sec .timeline-wrapper .prev::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #d4ad68;
  border-radius: 50%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.our-journey-timeline-sec .timeline-wrapper .prev::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -2.5rem;
  width: calc(100% + 5.2rem);
  height: 1.5px;
  background: #d4ad68;
}
.our-journey-timeline-sec .timeline-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(20px, calc(1.25rem + (60 - 20) * ((100vw - 468px) / (1920 - 468))), 60px);
  padding: 60px clamp(1px, calc(0.0625rem + (40 - 1) * ((100vw - 1440px) / (1920 - 1440))), 40px);
  align-items: flex-start;
}
@media (width <= 468px) {
  .our-journey-timeline-sec .timeline-content {
    grid-template-columns: 1fr;
  }
}
.our-journey-timeline-sec .timeline-content .timeline-media {
  position: sticky;
  top: 220px;
}
@media (width <= 468px) {
  .our-journey-timeline-sec .timeline-content .timeline-media {
    display: none;
  }
}
.our-journey-timeline-sec .timeline-content .timeline-media img {
  width: 100%;
  display: block;
}
.our-journey-timeline-sec .timeline-content .timeline-media2 {
  display: none;
}
@media (width <= 468px) {
  .our-journey-timeline-sec .timeline-content .timeline-media2 {
    display: block;
  }
}
.our-journey-timeline-sec .timeline-content .timeline-media2 img {
  width: 100%;
  display: block;
}
.our-journey-timeline-sec .timeline-content .media-cta {
  margin-top: 18px;
  background: #bda371;
  color: #fff;
  border: none;
  padding: 14px 26px;
  border-radius: 50px;
  cursor: pointer;
}
.our-journey-timeline-sec .timeline-details {
  position: relative;
  border-left: 1px solid #333;
  padding-left: 40px;
}
@media (width <= 468px) {
  .our-journey-timeline-sec .timeline-details {
    padding-left: 20px;
  }
}
.our-journey-timeline-sec .timeline-details .timeline-item {
  min-height: 200px;
  padding: 26px 0;
  opacity: 0.35;
  transition: opacity 0.3s ease;
  position: relative;
}
.our-journey-timeline-sec .timeline-details .timeline-item.active {
  opacity: 1;
}
.our-journey-timeline-sec .timeline-details .timeline-item.active .dot {
  background: #d4ad68;
  box-shadow: 0 0 10px rgba(189, 163, 113, 0.7);
}
.our-journey-timeline-sec .timeline-details .timeline-item .event-year {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.our-journey-timeline-sec .timeline-details .timeline-item .event-desc {
  font-size: 16px;
  color: #aaa;
}
.our-journey-timeline-sec .timeline-details .timeline-item .dot {
  width: 12px;
  height: 12px;
  background: #444;
  border-radius: 50%;
  position: absolute;
  left: -46px;
  top: 34px;
}
@media (width <= 468px) {
  .our-journey-timeline-sec .timeline-details .timeline-item .dot {
    left: -26px;
  }
}

/* Our courney time line css end */
.about-video-banner {
  width: 100%;
  background: #000;
}
.about-video-banner .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: calc(100dvh - 145px);
  margin: 0 auto;
}
@media (width <= 767px) {
  .about-video-banner .video-wrapper {
    height: 100%;
  }
}
.about-video-banner .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.who-media-slider .swiper-button-prev {
  left: 20px;
}
.who-media-slider .swiper-button-next {
  right: 20px;
}
.who-media-slider .who-media-counter {
  bottom: 1px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}