.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-content {
    max-width: 700px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);

    .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-title-vision {
      text-transform: uppercase;
      font-family: 'Playfair Display', serif;
    }
  }
}

/* Saluttogenic section ends */

/* Jimmy Mistry section starts */

.sirintroduction {
  background-color: #000;

  .section-title {
    width: calc(100% - 250px);
  }

  .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;

  .firstimage {
    position: absolute;
    left: 0;
  }

  .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;

  .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;

  .team-section-title {
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1920 - 767))), 40px);

  }

  .team-section-subtitle {
    font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
    color: #333;
    margin: 30px auto 50px;
  }
  .team-leader-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    padding: 45px 1px;
    gap: 30px 45px;

    @media(width <= 1440px){
      grid-template-columns: repeat(auto-fit, minmax(319px, 1fr));

    }
    @media(width <= 992px){
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
          gap: 15px 30px;

    }
    @media(width <= 468px){
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 15px;
    }

    .team-leader {
      background: #000000;
      overflow: hidden;
      transition: transform 0.3s ease;
      cursor: pointer;

      &:hover {
        transform: translateY(-8px);
      }

      img {
        width: 100%;
        height: auto;
        display: block;
      }
    }

    .team-info {
      padding-top: 10px;
      text-align: left;

      .team-leader-designation-last {
        text-align: center;
        margin: 12px 6px 6px 21px;
        color: #c0c0c0;
        
        @media(width <= 468px){
          margin: 9px 3px 3px 16px;
        }

          }

      .team-leader-name {
         font-family: 'Playfair Display';
        margin: 0 0 4px;
        font-size: clamp(16px, calc(0.875rem + (22 - 16) * ((100vw - 767px) / (1920 - 767))), 22px);
      }

      .team-leader-designation {
        text-align: left;
      }

      .team-leader-description {
        display: none;
        text-align: center;
        
      }

      p {
        margin: 0;
        font-size: 12px;
     
      }
    }
  }
}

.leader-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: #000000;
  transition: 0.6s ease;
      z-index: 10;
     

 @media(width <= 1640px){
 overflow-y: scroll;
    scrollbar-width: none;
    }
    @media(width <= 1440px){
        width: 45%;
    }
   
    @media(width <= 1024px){
        width: 50%;

    }
    @media(width <= 820px){
        width: 68%;

    }
    @media(width <= 468px){
        width: 81%;

}

.leader-modal-content {
  margin: auto;
  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: #ffffff;
 

  .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;

    i{
      color: #ffffff;
      font-size: clamp(21px, calc(1.3125rem + (30 - 21) * ((100vw - 768px) / (1920 - 768))), 30px);

    }
  }

  .leader-modal-body-inner {
    display: flex;
    gap: 50px;
    padding: 10px 30px;
    flex-direction: column;
      overflow-y: scroll;
    scrollbar-width: none;
  }
 

  .leader-modal-left {
    max-width: 300px;
    flex: 1;

    img {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  .leader-modal-right {
    flex: 1;

    .team-leader-name {
      font-size: clamp(16px, calc(1rem + (32 - 16) * ((100vw - 767px) / (1920 - 767))), 32px);
    }

    .leader-desc{
  max-height: 43vh;
   font-size:  16px;
    @media(width <= 468px){
          font-size:  12px;


    }

}
    .contact-btn {
      padding: 8px 15px;
      border: 1px solid #000;
      border-radius: 5px;
      cursor: pointer;
      transition: all 0.3s ease;

      &: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 .3s ease;
}

.leader-overlay.active {
    opacity: 1;
    pointer-events: auto;
        z-index: 9;
}
/* 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;

  &::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;
  }

  &::before {
    content: "";
    position: absolute;
    top: -4%;
    left: 50%;
    border-bottom: 1px solid #bda371;
    height: 212px;
    width: 126px;
    z-index: 4;
  }

  .collaborativesectionInner-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .collaborativesectionLeft-v2 {
    width: 60%;
  }

  .collaborativesectionRight-v2 {
    width: 40%;
    color: var(--white-color);
    position: relative;
    z-index: 5;
  }

  .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);
  }

  .fortext {
    font-size: clamp(18px, calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
  }

  .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);
    ;

  }

  .collaborativesectionbox {
    border: 1px solid var(--golden-color);
    padding: 40px;
    position: relative;

    .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;
    }

    .readmore {
      align-items: center;

      img {
        max-width: 15px;
      }
    }
  }

  .name-signature-block {
    position: absolute;
    bottom: -4%;
    right: 10%;
    z-index: 1;
    padding: 0 15px;
    background-color: var(--bg-color-black);
    text-align: center;

    .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-container {
    width: 1440px;

    @media(width <=1439px) {
      width: 100%;
    }
  }

  .dlc-guide-sec-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .dlc-guide-sec-left {
    flex: 1;

    .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-text {
      font-size: 18px;
      line-height: 30px;
    }

    .dlc-global-data {
      margin-top: 20px;
      padding: 1rem 1rem 1rem 0;
      display: flex;
      flex-direction: column;

      .dlc-guide-award-img {
        img {
          max-width: clamp(120px, calc(7.5rem + (200 - 120) * ((100vw - 767px) / (1920 - 767))), 200px);
        }
      }

      .heading-text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;

        .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;

          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;
          }
        }

        .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-global-fact-wrap {
        display: flex;
        gap: clamp(20px, calc(1.25rem + (50 - 20) * ((100vw - 767px) / (1920 - 767))), 50px);

        .dlc-global-fact {
          display: flex;
          flex-direction: column;

          .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-global-fact-label {
            color: #b18f50;
            font-size: clamp(14px, calc(0.875rem + (18 - 14) * ((100vw - 767px) / (1920 - 767))), 18px);
          }
        }
      }
    }
  }

  .dlc-guide-sec-right {
    flex: 1;

  }
}

/* DLC Guide Section style ENDS */


.who-we-are-sec {
  background-color: #000;
  color: #fff;
}

.who-we-are-sec .who-we-are-sec-title {
  font-size: clamp(24px, calc(1.5rem + (41 - 24) * ((100vw - 768px) / (1920 - 768))), 41px);
  font-family: 'Playfair Display', serif;
}

#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: .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 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.brand-philosophy-sec {
  background-color: #000;
  color: #fff;
}

.brand-philosophy-sec .conglomerateLeft {
  width: 80%;
  margin: 0 auto;
}

.brand-philosophy-sec-mainleft {
  padding: 50px 0;
}

.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 style End here */

/* DM and VJ style Starts here */
.townshiphomeslider img {
  width: 100%;
}

.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: #00000080;

} 
.townshiphomeslider .swiper-slide .img-overlay:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000080;
  z-index: 0;
}

.townshiphomeslider-content {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 3;
}

.townshiphomeslider-content .title {
  color: #fff;
  font-size: 21px;
  font-family: "Playfair Display";
  padding-bottom: 20px;
}

.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;


  &:hover{
    border: 1px solid #000000;
    color: #000000;
    background-color: #BD8D3B;
  }
}

/* DM and VJ style Ends here */
.legacy-sec {
  background: url("./../images/about/legacy-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}

.legacy-cetificate {
  display: grid;
  gap: .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;

  .common-container {
    width: 1440px;

    @media(width <=1439px) {
      width: 100%;
    }
  }

  .team-section-inner {
    display: flex;
    align-items: center;
    gap: 100px;
  }

  .team-section-left {
    flex: 1;
    position: relative;

    .team-banner {
      border: 3px solid #bda371;
      min-height: 400px;
      object-fit: cover;
      cursor: pointer;
    }

    .play-cta-launch {
      left: 12%;
    }

    .playIconvideo {
      left: 50%;
      transform: translate(-50%, -15%);
    }
  }

  .team-section-right {
    flex: 1;

    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;

  .playIconvideoLarge {
    width: 60px !important;
  }
}


.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, rgba(0, 0, 0, 1) 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-content {
  margin-bottom: -1.5rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.della-team-content p {
  width: 70%;
  margin: 0 auto;
  line-height: 24px;
}

.img-fluid {
  width: 100%;
}

.swiper-wrapper {
  padding-bottom: 100px;
}

.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-bullet {
    border-radius: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    height: 3px;
    margin: 0;

  }

  .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-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: .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;
}

.conglomerateLeft-inner-left .big {
  color: white;
}

.management-team-section {
  background-color: #ffffff;
}

.font-fairplay {
  font-family: "Playfair Display", serif;
}

.pb120 {
  padding-bottom: 120px !important;
}

.aboutusSlider .figcaption {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  margin-top: 8px;
}

.who-we-are-section h2 {
  font-size: 40px;
  font-family: "Playfair Display, Regular";
}

.who-we-are-section p {
  color: #000;
  font-family: "Playfair Display", serif !important;
  font-size: 18px;
}

#aboutus {
  background-color: #fff;
}

.aboutusSlider-pagination-wrapper {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

#aboutus .swiper-pagination {
  position: static;
  display: flex;
}

#aboutus .swiper-pagination-bullet {
  height: 6px;
  border-radius: 0;
  margin: 0;
  flex: 1;
  transition: all 0.35s ease;
  width: 200px;
}

#aboutus .swiper-pagination-bullet-active {
  background-color: #000;
}

.aboutusSlider-pagination-wrapper .swiper-button-prev {
  left: -30px;
}

.aboutusSlider-pagination-wrapper .swiper-button-next {
  right: -30px;
}

.pagination-counter {
  position: absolute;
  bottom: -60px;
  left: 1%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.aboutusSlider-main .swiper .swiper-slide img {
  object-fit: cover;
}


.stroke {
  border-right: 1px solid #000;
  width: 1px;
  height: 37px;
  transform: rotate(20deg);
  display: inline-block;
  position: relative;
  left: -10px;
  top: -4px;
}

.brand-philosophy-sec img,
.management-team-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.brand-philosophy-sec {
  background-color: #000;
  color: #fff;
}

.brand-philosophy-sec .conglomerateLeft {
  width: 80%;
  margin: 0 auto;
}

.brand-philosophy-sec-mainleft {
  padding: 50px 0;
}

.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;
}

.ethicalsustain-block-right {
  width: 100%;
  margin-right: 0;
}

.ethicalsustain-block-left {
  margin-right: 50px;
  width: calc(50% - 0px);
}

.ethicalsustain-block-right p {
  text-align: center;
}

.ethicalsustain {
  background-color: black;
}

.ethicalsustain-block {
  display: flex;
  align-items: center;
  justify-content: unset;
  border: 1px solid #bda371;
  padding: 50px;
}

.ethicalsustain-block-left {
  margin-right: 50px;
}

.ethicalsustain-block-right {
  width: calc(50% - 0px);
}

.ethicalsustain-block-title {
  font-size: clamp(21px, calc(1.3125rem + (30 - 21) * ((100vw - 768px) / (1920 - 768))), 30px);
  color: #bda371;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 5px;
}

.ethicalsustain-block-right p,
.ethicalsustain-block-left p {
  color: #fff !important;
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  font-weight: 400;
  max-width: unset;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  opacity: 1;
  text-align: left;
  line-height: 25px;
}

.ethicalsustain-block-right p span {
  color: #bda371;
  font-weight: bold;
  font-size: clamp(18px, calc(1.125rem + (22 - 18) * ((100vw - 768px) / (1920 - 768))), 22px);
  font-family: "Playfair Display", serif;
}

.management-team-section .brand-philosophy-title {
  position: absolute;
  right: -20%;
  top: 40%;
  left: auto;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d4ad68;
}

.management-team-section .common-container {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.management-team-section figure {
  width: calc(35% - 0px);
  margin-right: 20px;
}

.management-team-section p {
  width: 40%;
  color: black;

  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 25px;
}

.towerform {
  position: relative;
  background-color: black;
}

.swiper-container-wrapper--timeline {
  display: none;
}


.videoBg,
.videoBg:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoBg video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}


.sliderCarouselTimelineContainer {
  --sliderCarouselTimelineWidth: 190px;
  width: var(--sliderCarouselTimelineWidth);
  margin-bottom: 150px;
}

.sliderCarouselTimelineContainer .sliderCarouselTimeline {
  overflow: visible;
  padding: 0;
}

.sliderCarouselTimeline .tlStep {
  --tlStepCircleSize: 40px;
  cursor: pointer;
  padding: 30px 0 0 15px;
  position: relative;
  width: var(--sliderCarouselTimelineWidth);
}

.sliderCarouselTimeline .tlStep:before {
  background-color: #151515;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  top: 19px;
  width: 100%;
}

.sliderCarouselTimeline .tlStep:last-child:before {
  display: none;
}

.sliderCarouselTimeline .tlStep__content {
  margin-top: 20px;
  padding: 0 5px;
  position: relative;
}

.sliderCarouselTimeline .slide-2018 .tlStep__content {
  width: 350px;
}

.sliderCarouselTimeline .tlStep__title {
  color: #fff;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  transform: translateX(-50%);
  transform-origin: center;
  transition: font-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderCarouselTimeline .tlStep.swiper-slide-active .tlStep__title {
  font-size: 1.2rem;
}

.sliderCarouselTimeline .tlStep__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 20px;
  opacity: 0;
  transition: translate 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  translate: -25px 100%;
}

.sliderCarouselTimeline .tlStep__text p {
  font-weight: 500;
  line-height: 20px;
}

.sliderCarouselTimeline .tlStep.swiper-slide-active .tlStep__text {
  opacity: 1;
  translate: -25px 0;
}

.sliderCarouselTimeline .tlStep.slide-2018.swiper-slide-active .tlStep__text {
  translate: -160px 0;
}

.sliderCarouselTimeline .tlStep:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: var(--tlStepCircleSize);
  left: 0;
  position: absolute;
  scale: 0.33;
  top: 0;
  transform-origin: center;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: var(--tlStepCircleSize);
}

.sliderCarouselTimeline .tlStep.swiper-slide-active:after {
  scale: 1;
}

/* 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: 14px;
  font-weight: 100;
}

.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;
  opacity: 1;
}

.about-della-township-section-list {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  padding: 0 20px;
  width: 100%;
}

.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-list>li figure {
  margin: 0;
  position: relative;
}


.about-della-township-section-list>li:hover figure::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #000000a3;
  bottom: 0;
  right: 0;
}

.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-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: rgba(0, 0, 0, 1);
}

.about-della-township-section-list img {
  height: 285px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.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;
}

.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 .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>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 .innercontent {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 1);
}

.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;
}

.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){
      height: 90vh;
  }
    @media (width <= 992px) {
        height: 44vh;
    }
    @media (width <= 468px) {
        height: 29vh;
    }
}

.DMandJV-sec,
.innovative-concept-sec,
.della-doundation-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;

    &::after {
      top: -2%;
      height: 86px;
      width: 1px;
    }

    &::before {
      display: none;
      content: "";
      position: absolute;
      top: -4%;
      left: 50%;
      border-bottom: 1px solid #bda371;
      height: 212px;
      width: 126px;
      z-index: 4;
    }

    .collaborativesectionTitle-v2 {
      width: 100%;
      text-align: center;
      line-height: 42px;
    }

    .iconicarchitecttext-v2 {
      font-size: 50px;
      width: 100%;
      display: flex;
      justify-content: center;
      margin-top: 25px;
    }

    .collaborativesectionInner-v2 {
      flex-direction: column;
    }

    .collaborativesectionLeft-v2 {
      width: 100%;
      margin-top: -110px;
    }

    .collaborativesectionRight-v2 {
      width: 100%;
      margin-top: 130px;
      position: relative;

      &::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;
      }
    }

    .collaborativesectionbox {
      max-width: 80%;
      margin: 0 auto;
      padding: 30px;
    }
  }
}

@media screen and (max-width: 992px) {

  .who-we-are-section {
    padding-top: 100px;
  }

  .mainflashtitle {
    font-size: 24px;
  }

  .mainflashtitle br {
    display: none;
  }

  .mainflashtitle .Bon-Vivant-fonts {
    font-size: 28px;
    line-height: 36px;
  }

  .brand-philosophy-sec .conglomerateLeft {
    width: auto;
    margin-left: 100px;
  }

  .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;
  }

  .who-we-are-section h2 {
    font-size: 24px;
  }

  .who-we-are-section p {
    font-size: 16px;
    margin-top: 40px;
  }

  .jene-block-first {
    top: 49% !important;
    left: 0;
    padding-right: 10px;
  }

  .brand-philosophy-sec .conglomerateLeft {
    width: auto;
    margin-left: 100px;
  }

  .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;
    }

    .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);
  }

  /* leaders team */
  .leader-modal-content {
    /* width: calc(100% - 30px); */
            margin-top: 114px;

    .leader-modal-body-inner {
      display: flex;
      gap: 30px;
    }
  }

  .dlc-guide-sec {
    .dlc-guide-sec-inner {
      flex-direction: column;

      .dlc-guide-sec-right {
        width: 100%;

        iframe {
          width: 100%;
        }
      }
    }
  }

  .team-section {
    .team-section-inner {
      flex-direction: column;
      gap: 10px;
    }
  }

  .leader-modal-content {
    .leader-modal-left {
      max-width: 250px;
    }
  }

  .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-para {
        font-size: .875rem;
        line-height: normal;
      }
    }
  }

  .collaborativesection-v2 {
    background-position: top 120px center;

    .collaborativesectionTitle-v2 {
      font-size: 24px;
      line-height: 32px;
    }

    .iconicarchitecttext-v2 {
      font-size: 36px;
      line-height: 50px;
    }

    .collaborativesectionbox {
      max-width: 100%;
    }

    .collaborativesectionRight-v2 {
      margin-top: 180px;
    }
  }

  .leader-modal-body-inner {
    flex-direction: column;
   
    padding: 10px;
  
  }

  .leader-modal-content {
    margin-top: 60px;
    .leader-modal-left {
      max-width: 150px;
    }
  }



  .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;
  }

  .conglomerateLeft-inner-right {
    margin-top: 0px;
  }

  .conglomerateLeft-inner {
    margin-top: 80px;
  }

  .brand-philosophy-sec img,
  .management-team-section img {
    width: 328px;
  }

  .jene-block-first {
    top: 54% !important;
  }
}

