@import url(../fonts/velvetique/stylesheet.css);
/*font-family: 'Velvetique';*/
@import url(../fonts/aureate/stylesheet.css);
/*font-family: 'Aureate';*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/*  font-family: "Cinzel", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*  font-family: "Inter", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*font-family: "Lato", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/**/


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif !important;
    text-transform: lowercase;
    color: #a17816;
}
*{
    text-decoration: none;
}
body {
    background: #ccc;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    color: #525252;
}

img{
    max-width: 100%;
}
.container-fluid {
    max-width: 95%;
}
header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.top-1-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    position: relative;
}

.logo a {
    display: inline-block;
}

.top-contact {
    position: relative;
    height: 40px;
}
.top-1-wrapper  .contact-btn {
    padding: 10px 25px;
    font-size: 13px;
    position: absolute;
    right: 0;
    width: max-content;
    top: 0;
}

.slider-video {
    position: relative;
}

.slider-video-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.slider-video-content h1 {
    font-size: 60px;
    text-shadow: 0 0 20px #0000008a;
    color: #fdf0d7;
}


/**/


/*Pree Loder */

    /* Page content (hidden behind doors) */
    main {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #c7f5ff, #e2faff);
    }

    /* ===== Preloader overlay ===== */
    .preloader {
      position: fixed;
      inset: 0;
      display: flex;
      z-index: 1000;
      overflow: hidden;
    }

.door {
    width: 50%;
    height: 100%;
    background: url(../images/bg.png);
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    transition: transform 1s ease-in-out;
}
.door img {
    width: 130px;
}
.door.right{
    justify-content: start;
}

    /* Button inside preloader */

.preeloder-btn-con {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: center;
    max-height: 100vh;
}
.open-btn {
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    opacity: 0;
    width: 260px;
}

    .open-btn:hover {
      background:none;
    }

    /* Doors open animation */
    .preloader.open .door.left {
      transform: translateX(-100%);
    }

    .preloader.open .door.right {
      transform: translateX(100%);
    }

    .door-img-left {
    display: flex;
    height: 100vh;
    align-items: center;
    position: absolute;
    top: 0;
}
/*Pree Loder*/






/*Scroll To Bottom ==================*/
.scroll-to-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 44px;
    height: 80px;
    margin: auto;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #a17816;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

/*================== Scroll To Bottom End*/









/*Nav Menu */

.icon-1, .icon-2, .icon-3 {
    position: absolute;
    width: 32px;
    height: 3px;
    background-color: #a17816;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1 {
    transform: translateY(16px);
    animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
    position: absolute;
    height: 22px;
    width: 33px;
    top: 8px;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 0;
}
.hamburger-icon:hover {
  transform: scale(1.2);
}

.icon-1.a {
  transform: rotate(40deg);
}

.icon-3.b {
  transform: rotate(-40deg);
}

.icon-2.c {
  opacity: 0;
}

.icon-1.a, .icon-3.b, .icon-2.c {
    background: #ad8b3a;
}

.clear {
  clear: both;
}

@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}
.menu-con nav {
    background: #0e3b73;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: 10;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    transition-delay: 100ms;
    min-height: 100vh;
    max-width: 350px;
    width: 0;
    display: none;
}
.menu-con nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e3b73;
    right: 100%;
    z-index: 10000000;
}
.menu-con nav ul {
    position: absolute;
    top: 30%;
    left: 0;
    padding: 0;
    margin: 0;
}
.menu-con nav ul li {
    list-style: none;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    padding: 5px 0;
}
.menu-con nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 19px;
}
.menu-con nav.show {
    width: 50%;
    opacity: 1;
    display: block;
}
.dark-blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
    transition-delay: 50ms;
    z-index: 5;
    opacity: 1;
    min-height: 100vh;
}

.dark-blue.slide {
  width: 50%;
  opacity: 1;
}

@keyframes shotup {
  0% {
    transform: translateY(300%);
    opacity: 0;
  }
  90% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.content h1 {
  font-size: 70px;
  animation: shotup 600ms ease-in-out;
  animation-delay: 300ms;
}
/*Nav Menu End*/
.about-section-home {
    padding: 100px 0;
    background: #fff;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    overflow: hidden;
}


.about-section-home {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.about-section-home h2 {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.3s ease-out;
  transform-origin: center center;
  line-height: 1;
}

.about-content {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    font-size: 18px;
}

section.our-collections {
    padding: 100px 0;
}


/* section.founder-section-home 
   */
/* 
.founder-section-home-new {
    position: relative;
    height: 100vh;
    background: #f8f8f8;
    overflow: hidden;
    background: #fbebcc;
    padding: 100px 15px!important;
}

  .founder-card-con {
    display: flex;
    height: 100vh;
    width: 100vw;
  }

.founder-card {
    flex: 0 0 100vw;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    font-size: 20px;
    padding: 0 40px;
    box-sizing: border-box;
}
.founder-card-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.founder-card-wrapper {
    max-width: 960px;
}
.founder-card-wrapper figure img {
    width: 100%;
}
.founder-card-content {
    text-align: justify;
}
.founder-card-content-wrapper {
    text-align: justify;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.founder-name {
    font-size: 24px;
    color: #8d5d00;
}

.funder-designation {
    font-style: italic;
    color: #323232;
} */

/* section.founder-section-home End
   */



.founder-section {
    padding: 100px 0;
    background: #fff6e3;
    overflow-x: clip;
    background-image: url(../images/founder-section-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.founder-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff6e39c;
}
.founder-section .container-fluid {
    position: relative;
}

.founder-message-card-2 {
    max-width: 1040px;
    margin: auto;
}
.founder-message-card-2-content {
    text-align: justify;
    position: relative;
}
.founder-message-card-2-content p {
    text-indent: 40px;
}
.founder-message-card-2-content i {
    font-size: 36px;
    margin-right: 10px;
    color: #dfcca6;
    position: absolute;
    top: -11px;
    left: 0;
}
.founder-message-card-2-content i.fa-solid.fa-quote-right {
    margin-left: 10px;
    margin-right: unset;
}

.founder-message-card-2-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.founder-message-card-2 figure {
    margin-bottom: 0;
}

.founder-message-card-2 figure img {
    width: 100%;
}
.founder-name {
    font-size: 24px;
    color: #182091;
}
.designation {
    font-style: italic;
    color: #4e4e4e;
}

/*=====================*/
section.our-collections {
    padding: 100px 0;
    background-image: url(../images/our-collections-bg-4.png);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
section.our-collections .container-fluid {
    position: relative;
}
section.our-collections::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffaefd1;
}

section.our-collections .heading-1 p {
    font-size: 19px;
    color: #182091;
    text-transform: uppercase;
    font-weight: 500;
}
section.founder-section-home {
    padding: 100px 0;
    background: #fbebcc;
}
.deep-heading {
    color: #a17816;
}


.heading-1 h2 {
    font-size: 4rem;
}
.heading-1 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-collection-card {
    text-align: center;
    padding: 0;
}
.our-collection-card-heading a {
    text-decoration: none;
    font-size: 26px;
    display: block;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 5px;
    font-family: "Cinzel", serif;
    color: #182091;
    text-transform: lowercase;
    font-weight: 600;
}

.our-collection-card figure a {
    display: block;
}

.our-collection-card figure a img{
    width: 100%;
}


section.home-section-4 {
    padding: 100px 0 0;
    background: #fbebcc;
    position: relative;
}
section.home-section-4 .container-fluid {
    position: relative;
    z-index: 1;
}

section.home-section-4.home-page-sec-4 {
     background-image: url(../images/line-bg-1.png);
    background-size: 100%;
}




section.home-section-4.home-page-sec-4 .home-section-4-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fbebcc96;
}


section.home-section-4.home-page-sec-4 .home-section-4-wrapper-media {
    background: #fbebcc;
}

.home-section-4-wrapper-con {
    display: flex;
    flex-direction: column;
    row-gap: 0;
}
.home-section-4-wrapper .row {
    align-items: center;
    padding: 60px 0 0;
}
.home-section-4-wrapper-content-wrapper {
    min-height: unset;
}
.home-section-4-wrapper .container-fluid .row:nth-child(1) {
    position: sticky;
    top: 0;
}
.home-section-4-wrapper .container-fluid .row:nth-child(2) {
    position: relative;
    z-index: 1;
}
.home-section-4-wrapper-content-wrapper h3 {
    color: #936b0b;
    font-size: 32px;
}
.home-section-4-wrapper-content p {
    text-align: justify;
}

.property-Configuration p {
    position: relative;
    color: #182091;
    margin-bottom: 10px;
    font-size: 18px;
}


.property-more {
    background-color: #ad8b3a;
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s 
ease;
    border: none;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.property-more svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.property-more:hover {
    background-color: rgb(147 114 37);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px #937225;
    text-decoration: none;
    color: #fff;
}

.property-more:hover svg {
    transform: translate(4px, -4px);
}
.home-section-4-wrapper-media {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.home-section-4-wrapper-media img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
section.home-section-5 {
    padding: 100px 0;
    background: #191c47;
    color: #fff;
}


.home-section-5-card figure{
  overflow: hidden;
}

.home-section-5-card figure img {
    width: 100%;
    transition: all ease-in-out 0.5s;

}

.home-section-5-card:hover figure img {
   scale: 1.5;
}

section.home-section-6 {
    padding: 100px 0;
    background: #fff6e4;
}
section.home-section-6 .icon-container {
    padding: 10px;
}
/*=========================*/
.values-section {
            padding: 80px 0;
        }
        
.value-card {
    text-align: center;
    padding: 0;
    background: white;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url(../images/custom-border.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 33px;
}
        
        .value-card:hover {
            transform: translateY(-10px);
        }
        
.icon-container {
    width: auto;
    height: 100px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
       .icon-container img {
    height: 100%;
} 
        .icon-container svg {
            width: auto;
            height: 100%;
        }
        
.value-title {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #182091;
}
        

        
        .decorative-divider {
            width: 120px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #d4af37, transparent);
            margin: 30px auto;
            position: relative;
        }
        
.decorative-divider::before {
    content: '⚜';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d4af37;
    font-size: 16px;
    background: #fff6e4;
    padding: 0 10px;
}
/*=========================*/
.the-philosophy-in-practice {
    text-align: center;
    margin-bottom: 60px;
}


@media (max-width: 1400px) {
.heading-1 h2 {
    font-size: 50px;
}
}


/*Career
=====================*/

.current-openings-card {
    /* background: #fffefd; */
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-right: 151px;
    transition: all ease-in-out 0.5s;
    border-bottom: 1px dashed #e5d2ab;
}

.current-openings-card:hover {
    box-shadow: 0 0 14px #0000001a;
    background: #fff;
}

.current-openings-card:hover {
    box-shadow: 0 0 14px #0000001a;
    background: #fff3db;
}

.qualification h4 {
    font-size: 16px;
    color: #303030;
}

.current-openings-button-group {
    color: #000;
    position: absolute;
    right: 30px;
    bottom: 5px;
    display: inline-block;
    text-decoration: none;
    width: 111px;
    text-transform: uppercase;
}

.current-openings-button-group a, .current-openings-button-group button {
    background: #191c47;
    display: inline-block;
    text-decoration: none;
    padding: 7px 17px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 5px;
    border: none;
}
.current-openings-button-group a.apply-btn, .current-openings-button-group button.apply-btn {
    background: #ad8b3a;
}

.current-openings-button-group a:hover,
.current-openings-button-group button:hover {
    background: #000;
}

.current-openings-first-col h3 {
    font-size: 16px;
}

.current-openings-first-col h3 a {
    color: #000;
    text-decoration: none;
}

.current-openings-first-col h3 a {
    text-decoration: none;
    color: #303030;
}

.job-location {
    position: relative;
}

.job-location i {
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #000;
    top: 3px;
}

.job-location {
    position: relative;
    min-height: 30px;
    padding-left: 25px;
}

.job-location h4,
.qualification h5 {
    font-weight: 400;
    font-size: 16px;
    padding-top: 5px;
    margin: 0;
}

.apply-btn i {
    display: inline-block;
    margin-left: 9px;
}


/*=====================
Career End*/






/*  */
section.we-care-sec-2 {
    padding: 100px 0;
    background: #f9eed7;
}

.form-section-design-2-left .heading-1 h2 {
    margin-bottom: 0;
}

.form-section-design-2-right .form-control {
    border: none;
    border-bottom: 1px solid #444444;
    border-radius: 0;
    background-color: transparent;
    padding: 0.4rem 0;
    box-shadow: none;
    margin-bottom: 60px;
}
.form-section-design-2-right form {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

/*  */


section.home-section-6.The_Circle_of_Trust_sec2 .owl-nav {
    display: inline-flex;
    gap: 7px;
    margin-top: 20px;
}
section.home-section-6.The_Circle_of_Trust_sec2 .owl-nav button {
    background-color: #ad8b3a;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    display: inline-flex;
    transition: all 0.3s 
ease;
    border: none;
    letter-spacing: 0.5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: normal;
}
section.home-section-6.The_Circle_of_Trust_sec2 .owl-nav button:hover {
    background-color: rgb(147 114 37);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px #937225;
    text-decoration: none;
    color: #fff;
}
/**/
/*Footer*/
.contact-section {
    background-color: #191c47;
    padding: 100px 0 60px;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    /* background-image: url(../images/footer-bg-shape.webp); */
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff;
}

.contact-section .heading-1 {
    display: flex;
    align-items: end;
    gap: 25px;
    flex-direction: row;
}

.contact-section .heading-1 h2 {
    color: #fff;
    margin-bottom: 0;
}

.contact-section .heading-1 .contact-btn {
     margin-bottom: 18px;
}
.main-title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;  
  letter-spacing: -2px;
  color: #fff;
}

.subtitle {
  font-size: 2rem;
  color: #c8e6ff;
  margin-bottom: 80px;
  font-weight: 400;
}

.contact-btn {
    background-color: #ad8b3a;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.contact-btn:hover {
    background-color: rgb(147 114 37);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px #937225;
    text-decoration: none;
    color: #fff;
}

.contact-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.contact-btn:hover svg {
  transform: translate(4px, -4px);
}

.footer-content {
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  padding-top: 60px;
  margin-top: auto;
}

.footer-section h5 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #d6dbdf;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.footer-section ul li a:hover {
  color: #ffffff;
}

.address {
  color: #d6dbdf;
  line-height: 1.8;
  font-size: 1rem;
}

.email-form {
  position: relative;
  margin-top: 30px;
}

.email-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 60px 15px 0;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}

.email-input:focus {
    border-bottom-color: #ffffff;
}

.email-input::placeholder {
  color: #ffffff;
}

.email-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.email-submit svg {
  width: 40px;
  height: 40px;
  stroke: #ffffff;
  transition: stroke 0.3s ease;
  fill: #fff;
}
.email-submit:hover svg {
  stroke: #ffffff;
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-color: #006dc9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 109 201);
}

.scroll-top svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
}

.copyright {
  color: #d6dbdf;
  font-size: 0.95rem;
  margin-top: 60px;
}

.footer-links {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-links a:hover {
    color: #ad8b3a;
}

.location-dot {
  width: 12px;
  height: 12px;
  background-color: #ad8b3a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  animation: pulse 2s infinite;
}

.home-section-5-card {
    position: relative;
    text-align: center;
}
.home-section-5-card-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 19px;
    color: #fff;
    font-size: 26px;
}

.home-section-5-card-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 70px 20px 20px;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(
360deg, black, transparent);
}
/**/


section.about-section {
    padding: 127px 0;
    min-height: 100vh;
}


.page-heading h2 {
    font-size: 5rem;
    color: #a17816;
}
.page-banner-content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 22px;
}




.about-banner-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 78px;
    padding-top: 110px;
}

.page-heading-con {
    position: sticky;
    top: 90px;
    left: 0;
    margin-bottom: 33px;
}

.about-page-team-section-new {
    position: relative;
    overflow: auto;
}


/*About Team Section*==============*/
.about-page-team-section {
    width: 100%;
    padding: 100px 0;
    background: #fffbf3;
}
.profile-card {
    /* background: white; */
    overflow: hidden;
    width: 100%;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
}

.profile-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.profile-card:hover::before {
  opacity: 1;
}

.profile-card:hover {
  transform: translateY(-15px) scale(1.02);
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.profile-card:hover .profile-image {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.profile-card:hover .overlay {
  opacity: 1;
}

.profile-info {
  padding: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.profile-name {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px; 
    transition: color 0.3s ease;
}

.profile-card:hover .profile-name {
  color: #667eea;
}

.profile-title {
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 500;
  transition: color 0.3s ease;
}

.profile-card:hover .profile-title {
  color: #764ba2;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.profile-card:hover .social-links {
  opacity: 1;
  transform: translateY(0);
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.social-link svg {
  width: 20px;
  height: 20px;
}
/*About Team Section*==============END*/
/*Sinjgle Project Start====================*/

 .page-heading-con {
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 33px;
    }

    .contact-banner-wrapper {
        width: 100%;
        padding: 160px 0 100px;
        background: #fff4df;
    }

    .page-heading {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 20px;
    }

    .page-heading h2 {
        font-size: 60px;
    }

    .page-heading h4 {
        color: #191c47;
    }

    .read-more-link {
        background-color: #fff;
        color: #000;
        padding: 7px 20px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        border: 2px solid #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 12px;
        position: relative;
        z-index: 10;
    }

    .read-more-link:hover {
        background-color: #191c47;
        color: #fff;
        transform: translateX(5px);
        text-decoration: none;
    }

    .highlights-icon img {
        width: 90%;
        filter: invert(1.5);
    }

    .project-highlights-icon-card h5 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: #fff9ed;
    }

    section.heart-of-the-city {
        padding: 100px 0 40px;
        background-color: #fff4df;
    }

    section.single-map-section iframe {
        width: 100%;
        height: 360px;
    }

    .heart-of-the-city-details-card {
        text-align: center;
    }

    .heart-of-the-city-details-card .icon-con {
        width: 76px;
        display: inline-flex;
    }

    .heart-of-the-city-details .row {
        justify-content: center;
        row-gap: 30px;
    }

    .heart-of-the-city-details-card h5 {
        color: #182091;
    }

section.single-page-otherprojects {
    padding: 100px 0;
    background: #fdeac6;
}

section.single-page-otherprojects .owl-nav button {
    position: absolute;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
section.single-page-otherprojects .owl-nav button.owl-next{
left: unset;
right: 0;
}
section.single-page-otherprojects .owl-nav  button span {
    font-size: 70px;
    color: #fdeac6d6;
}

.other-project-card {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.other-project-card figure {
    padding: 0;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}
.other-project-card figure img {
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.other-project-card:hover figure img {
transform: scale(1.2);
}
.other-project-card-details {
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(360deg, #232768e6, #232768e6, transparent);
    padding: 15px;
    padding-top: 79px;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.read-more-all-projects {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 6px;
    color: #fdeac6;
}
.other-project-card-details h3 a {
    text-decoration: none;
    color: #fff;
}
.other-project-card-details h5 {
    margin: 0;
     color: #fff;
}

/*==================== Sinjgle Project End*/
/**/
.privacy_policy_content {
    padding-bottom: 60px;
}
.privacy_policy_content h3 {
    color: #182091;
    margin-top: 30px;
}



/**/
.slider-video.living_experience_page .slider-video-content {
    background: #0000006e;
}

.slider-video.living_experience_page .page-heading h2 {
    color: #ffffff;
}

.slider-video.living_experience_page  .page-banner-content {
    max-width: 650px;
   
}
section.living_experience_page_section-1 {
    display: flex;
    padding: 100px 0;
    background: #fbebcc;
    overflow-x: hidden;
}
section.living_experience_page_section-1 .container-fluid {
    max-width: 100%;
}
.l_e_section_1-img.section_1-img-left {
    margin-top: 140px;
}
.l_e_section_1-cw {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.living_experience_page_section-1 .l_e_section_1-content {
    max-width: 654px;
    margin: 0 auto;
}


section.living_experience_page_section-1.living_experience_page_section-3 .l_e_section_1-content {
    max-width: 470px;
    margin: 0 auto;
}
section.living_experience_page_section-2 {
    display: flex;
    padding: 100px 0;
    align-items: center;
    background: #fbefd9;
    overflow-x: hidden;
    background-image: url(../images/NeighbourhoodStoriesBG.png);
    background-attachment: fixed;
    background-size: 610px;
    position: relative;
}
section.living_experience_page_section-2 .container-fluid{
    position: relative;
    z-index: 1;
}
section.living_experience_page_section-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fbefd9e8;
}
section.living_experience_page_section-2 .l_e_section_1-content {
    text-align: justify;
    max-width: 769px;
    padding-left: 30px;
}
.l_e_section_2-cw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.living_experience_page_section-1 .heading-1 h2, section.living_experience_page_section-2 h2 {
    margin-bottom: 0;
}

section.we-care-sec-2.Interested-in-joining-sec {
    background: #fff9ef;
}
section.living_experience_page_section-2.partnership-means-to-Us ul {
    margin-bottom: 30px;
}

.list-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.list-1 li {
    position: relative;
    padding-left: 20px;
}
.list-1 li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    background: #a17816;
}
.home-section-6.The_Circle_of_Trust_sec2 h2.value-title {
    font-size: 26px;
    height: 62px;
    overflow: hidden;
}
/**/
@media screen and (max-width: 1600px) {
.page-heading h2 {
    font-size: 3rem;
}
}
@media screen and (max-width: 1400px) {
.other-project-card-details h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}
.other-project-card-details {
    bottom: 7px;
   
}

.other-project-card-details h5 {
    font-size: 14px;
}
.read-more-all-projects {
    font-size: 12px;
}
}

@media screen and (max-width: 1400px) {
.home-section-5-card-heading {
    font-size: 20px;
}
}

@media screen and (max-width: 992px) {
.about-content {
    font-size: 16px;
}
.contact-btn.ms-3 {
    margin-left: 0!important;
}
.contact-section .heading-1 {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}
.page-heading h2, .page-heading h2 {
    font-size: 30px;
}
.page-banner-content {
     font-size: 18px;
}
.footer-content {
    border-bottom: none!important;
}
}
@media screen and (max-width: 768px) {
.our-collection-card {
    padding: 0 35px;
}
.contact-us-last-section-right {
    margin-top: 15px!important;
}
.contact-banner-heading {
    text-align: center;
    margin-bottom: 60px;
}
.contact-details .col-6.border-start.border-gold {
    text-align: center;
}

.top-1-wrapper  .contact-btn {
    padding: 3px 10px;
    font-size: 10px;
 }
 .top-contact {
    height: 26px;
}
.logo a {
    display: inline-block;
    max-width: 78px;
}

.slider-video {
    height: 100vh;
    display: flex;
}

.slider-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.open-btn {
    width: 170px;
}
.door img {
    width: 85px;
}

.about-section-home {
    align-items: center;
    min-height: 90vh;
}
.heading-1 h2 {
    font-size: 40px;
}
.subtitle {
    font-size: 18px;
}
.founder-message-card-2 {
    text-align: center;
}
.founder-message-card-2 figure{
  margin-bottom: 20px;
}
section.home-section-4 .container-fluid .col-md-5 {
    background: #fbebccd6;
}
.home-section-4-wrapper-con.the-story-page-sec .col-md-5 {
    background: none!important;
}
.home-section-4-wrapper-content-wrapper {
    padding: 45px 0;
}
.home-section-4-wrapper-con {

    row-gap: 30px;
}
.contact-btn {
    background-color: #ad8b3a;
    color: #ffffff;
    padding: 10px 20px;
   
}

.copyright {
    text-align: center;
    font-size: 12px;
}
.footer-links {
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
}
.footer-links a {
    font-size: 12px;
}
.project-gallery-details {
    height: auto!important;
    margin-top: 20px;
}
.project-tab-wrapper .nav-tabs .nav-link {
    font-size: 14px!important;
    padding: 0 10px;
}
.heading-1 h2 {
    font-size: 2rem!important;
}

}

@media screen and (max-width: 576px) {
.heading-1 h2 {
    font-size: 30px;
}
.hamburger-icon {
    height: 34px;
    width: 56px;
    top: 19px;
    left: 0;
}
.top-1-wrapper {
    justify-content: left;
    padding-left: 43px;
}
.top-contact {
    position: static;
}

.top-1-wrapper  .contact-btn {
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    right: 10px;
}
.top-1-wrapper  .contact-btn {
    padding: 3px 7px;
    font-size: 9px;
    gap: 5px;
}


.menu-con nav ul {
    left: 0;
}

.menu-con nav ul li a {
    font-size: 14px;
}

.menu-con nav.show {
    width: 68%;
}
.slider-video-content h1 {
    font-size: 40px;
}
.page-heading h2 {
    font-size: 2rem;
}
.about-banner-wrapper {
    padding-bottom: 78px;
}
}
@media screen and (max-width: 420px) {
.heading-1 h2 {
    font-size: 26px;
}
}




