@font-face {
  font-family: "fahkwang-regular";
  src: url(../fonts/fahkwang-regular.ttc) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "fahkwang-bold";
  src: url(../fonts/fahkwang-bold.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "fahkwang-medium";
  src: url(../fonts/fahkwang-medium.ttf) format("truetype");
  font-display: swap;
}


html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {

  scroll-behavior: smooth;
  line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
      overflow-x: hidden !important;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,::after,::before {
    box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

:root {

  --white: #ffffff;
--brown:#99742c;


  --lightgray: #dedddb;
  --arrowhover:#b9bab7;

}

.headblue {
  color: var(--headbrown);
}

body {
  margin: 0 auto;
  font-family: "fahkwang-regular";
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 1.45;
  background-color: #fff;
  overflow-x: hidden !important;  
  text-align: left;
}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
  vertical-align: middle;
    border-style: none

}

.wrapper {
  width: 100%;
  margin: 0;
}

.textcenter
{
    text-align: center;
}

.paddingTopBottom {
  padding: 30px 0px 0px 0px;
}


.paddingTopBottomsmall {
  padding: 25px 0px;
}

.textuppercase {
  text-transform: uppercase;
}


.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;

}
 .para
{
    padding:15px 15px 0px 15px;
}


ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.banner
{
    position:relative;
}


.artisticimp {
       position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0px;
    margin: 0px;
    padding: 8px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    writing-mode: sideways-lr;
}

.black
{
    color:#000;
}


.section-title {
  padding: 0px;
    margin: 0px;
     font-family: "fahkwang-regular";
    font-size: 37px;
    margin-bottom: 20px;
    letter-spacing: 2px;
   text-transform: uppercase;
    color: #111111;
    /* font-weight: 600; */
    margin-top: 10px;
}

.section-titlebig {
  padding: 0px;
    margin: 0px;
   font-family: "fahkwang-regular";
    font-size: 27px;
    text-transform: uppercase;
    color: #0e0e0e;
    letter-spacing: 2px;
}

.section-title2 {
  padding: 0px;
    margin: 0px;
  font-family: "fahkwang-regular";
    font-size: 27px;
    text-transform: uppercase;
    color: #0e0e0e;
    letter-spacing: 2px;
}

/* Header */

header{
    position: absolute;
    width: 100%;
    /* background-color: #004092d9; */
    z-index: 9999;
}


header.active
{
    background-color: #99742ce0;
    position: fixed;
}

.header
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px 50px 15px 50px;


}

.header .headercenter img
{
    width:150px;
}

.headerleft
{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 20px;

    left: 30px;
}



.headerleft a{
   color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    /* letter-spacing: 1px; */
    font-family: 'fahkwang-medium';

}




.navlink{
    display: flex;
    gap: 20px;
}

.navlink a{
   color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    /* letter-spacing: 1px; */
 font-family: "fahkwang-regular";

}

.rightoption
{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
    display: flex;
    align-items: center;
    gap: 30px;
}

.contactno 
{
    position: absolute;
    color: #000;
    background-color: #be9a52;
    padding: 5px 10px;
    top: 50px;
    right: 20px;
    font-family: 'fahkwang-regular';
    display:none;
}

.rightoption a:hover .contactno
{display: block;}

.rightoption a img
{
    width:30px;
}

.rightoption button
{
   background-color: #9a752c;
    color: #fff;
    padding: 8px 20px;
    outline: 0px;
    font-family: 'fahkwang-medium';
    font-size: 15px;
    line-height: normal;
    border: 0px solid #000;
    text-transform: uppercase;
}

.navMenuBtn {
    cursor: pointer;
    opacity: 1;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* position: absolute;
    right: 30px;
    top: 45px; */
    z-index: 9999999;
}



.navMenuBtn .bar1,.navMenuBtn .bar2,.navMenuBtn .bar3 {
    background-color: #fff;
}

.bar1,.bar2,.bar3 {
   width: 35px;
    height: 2px;
    background-color: #000;
    transition: .4s;
    border: 0 solid
}

.change {
    margin-top: 9px
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px,0px);
    transform: rotate(-45deg) translate(-2px,0px);
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px,-8px);
    transform: rotate(45deg) translate(-10px,-8px);
}

.sidebarNavigation {
    width: 325px;
    height: 100vh;
    max-width: 76%;
    position: fixed;
    right: -536px;
    top: 0;
    z-index: 9999;
    opacity: 0;
    background-color: #765516;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: opacity;
    opacity: 1;
    transition: all .8s ease-in-out
}

.sidebarNavigationShow {
    right: 0;
    transition: all 1s ease-in-out
}

.sidebarNavigation ul {
    list-style: none;
    padding: 150px 20px 0;
}

.sidebarNavigation ul li {
    margin: 6% 5% 8% 0;
    text-align: left
}

.sidebarNavigation ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffffa3;
    text-decoration: none;
    padding-top: 4px
}

.sidebarNavigation ul li a:hover {
    color: #fff;
    transition: all .2s ease-in-out
}

.sidebarNavigation ul li.active a {
    color: #fff
}

.sidebarNavigation ul li a:not([href]):not([class]) {
    color: #ffffff87
}

.enqdeskbutton
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999999;
    display:none;
}

.enqdeskbutton.active
{
    display:block;
}


.btneng1,.btneng1:hover,.btneng1:active
{
    padding: 13px;
    background-color: #99742c;
    border: 0px;
    width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
    cursor: pointer;
    color: #fff;
    font-family: 'fahkwang-regular';
}



.btneng1.anim {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgb(189, 188, 188)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0)
    }
}

/*  Ends Here */


/* Desktop Form */

.desktopform
{
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    transform: translateX(100%);
    border-radius: 5px;
    transition: opacity 2s ease, transform 2s ease;
    opacity: 0;
    z-index: 9999999;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
}

.desktopform.active
{
    opacity: 1;
    transform: translateX(0); 
}



.desktopform .close {
    position: absolute;
    right: -1%;
    top: -15%;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.desktopform form
{
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.desktopform form .form-group
{
    width:25%;
}

.desktopform .form-group input {
    height: 36px;
    background: rgb(237 237 237);
    border: 1px solid #d1cccc;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    border-radius: 0;
}

.desktopform form .form-group button
{
    justify-self: center;

    padding: 10px 28px;
    background: #99742c;
    color: #fff;
    border: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    cursor: pointer;
    height: 36px;
    font-family: 'fahkwang-regular';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
}

/* Desktop Form Ends*/

/* Lecourtyardav */

.lecourtyardav
{


}

/* .lecourtyardav .containerAsp .para
{
    padding:15px 15px 0px 15px;
} */

.lecourtyardav h3
{
    font-size: 17px;
}




.avlistbuttons
{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.avlistbuttons button
{
    padding: 12px 17px;
    background-color: var(--lightgray);
    border: 0px;
    width: 250px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 100;
    cursor: pointer;
    font-family: 'fahkwang-regular';
    color: #000;
}

.avlistbuttons button.active
{
    padding:12px 17px;
    background-color: var(--brown);
    color:#fff;

}

.avcontainer
{
    width: 90%;
    margin: 0px auto;
}

.avcontainer > div
{
    display:none;
}

.avcontainer div.active
{
    display:block;
}

.avcontainer iframe
{
    width:100%;
    height:700px;
}

.map 
{
    text-align: center;
}

.map iframe
{
    width:100%;
    margin: 0px auto;
}

.lpavpointer
{
    width:80%;
   margin: 0px auto;
    padding: 30px 0px 50px 0px;
}

.lpavpointer .slick-track {
    display: flex !important;
}

.lpavpointer .slick-slide {
    height: inherit !important;
}


.pointeritem
{
   width: 25%;
    border: 1.2px solid #9f9f9e;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.pointeritem img
{
    width: 85px;
    margin-top: -60px;
    background-color: #f1f1f1;
    padding: 20px;
    display: inline-block!important;
}
.pointeritem p
{
    line-height: normal;
 font-family: "fahkwang-regular";
    color: #111111;
    font-size: 14px;
}

.arrowprev img, .arrownext img
{
    width:15px;
}


.arrowprev,.arrownext {
    position: absolute;
    top: calc(50% + 20px);
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer
}



.arrownext {
    left: auto;
    right: -35px
}

.arrowprev {
    left: -35px;
    right: auto
}

/* Lecourtyardav Ends */ 



.commonbg
{
    background-image: url('../images/bgmiddle.jpg');
    background-origin: border-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Gallery */

.gallery
{
    padding-bottom: 30px;
}
.gallery .containerAsp .para
{
    padding:0px 15px 15px 15px;
}


.gallerybuttons
{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.gallerybuttons button
{
    padding: 12px 17px;
    background-color: var(--lightgray);
    border: 0px;
    width: 250px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 100;
    cursor: pointer;
    font-family: 'fahkwang-regular';
    color: #000;
}

.gallerybuttons button.active
{
    padding:12px 17px;
    background-color: var(--brown);
    color:#fff;

}

.gallerycontainer > div
{
    display:none;
}

.gallerycontainer div.active
{
    display:block;
}

.galleryslide
{
    /* padding:30px; */
    transform: scale(0.8);
    position: relative;
}

.galleryslide .gallerytext
{
    position: absolute;
    bottom: 50px;
    left: 0px;
    background-color: #99742c;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    display:none;
    font-size: 13px;
}

.galleryslide.slick-center
{
    transform: scale(1.1);
}

.galleryslide.slick-center .gallerytext
{
     display:block;
}

.galleryslide.slick-center .artistic-impression
{
     display:block;
}

.galleryslide.slick-center .artistic-impression2
{
     display:block;
}

.galleryslider
{
    position:relative;
}

.arrowprev img, .arrownext img
{
    width:15px;
}


.arrowprev,.arrownext {
    position: absolute;
    top: calc(50% + 20px);
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}



.arrownext {
    left: auto;
    right: 150px;
}

.arrowprev {
    left: 150px;
    right: auto;
}


/* Gallery Ends */

/*. eliesaabmaison. */
.eliesaabmaison
{
    padding-top:100px;
    padding-bottom:100px;

    background-image: url('../images/bg-elie-saab-maison.jpg');
    background-origin: border-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0px 20px 50px 5px rgb(0 0 0 / 8%);
}


/*  eliesaabmaison */




/*.  About Smartworld */
.aboutsw
{
    padding-bottom: 60px;
    background-image: url('../images/about/aboutbg.jpg');
    background-origin: border-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding:170px 10px 40px 10px;
    box-shadow: inset 0px 30px 50px 5px rgb(0 0 0 / 8%);

  
}

.swnemonic
{
   width: 50%;
    margin: 0px auto;
    display: block;
    margin-top: -300px;
}


.aboutpointers
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -350px;
    gap: 15px;
    
}
.aboutpointer
{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutpointer img
{
    width:50px;
    margin-bottom: 15px;
}

.aboutpointer h4
{
    margin: 0;
    line-height: 130%;
    font-size: 15px;
    font-family: 'fahkwang-medium';
    color: #000;
    text-align: center;
}



/* ================================
   Register Updates Section
================================ */



.footerenquirenow
{
    padding:100px 10px 40px 10px;
}

.footerenquirenow h2{
    padding-bottom: 60px;
}


.formcontainer {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    margin: 0px auto 50px auto;
    width: 90%;
}


.register-form .form-group {
    display: flex;
    flex-direction: column;
    width: 220px;
    text-align: left;
    margin-bottom: 17px;
}

.register-form .form-group label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    font-family: 'fahkwang-medium';
}

.register-form .form-group input {
    padding: 0 10px;
    font-size: 14px;
    outline: none;

     border: 0;
    border-bottom: 1px solid #a0a0a0;
    background-color: transparent;
    border-radius: 0;

}



.register-form .form-group input:focus {
    background: #ffffff;
    border-color: #000;
}


.register-form .register-btn {
    margin-top: 20px;
    padding: 10px 28px;
    background: #99742c;
    color: #fff;
    border: none;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-transform: uppercase;
}

.register-form .register-btn:hover {
    background: #99742c;
}


/* About Smartworld Ends */




/* ================================
   Footer
================================ */

.site-footer {
    background-color: #faf9f7;
    padding: 18px 6vw;
    font-size: 11px;
    letter-spacing: 1px;
    color: #1c1c1c;
    font-family: 'fahkwang-medium';
}

.site-footer-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.footer-left {
    text-transform: uppercase;
}


.footer-right {
    display: flex;
    gap: 30px;
}

.footer-right a {
    text-decoration: none;
    color: #1c1c1c;
    text-transform: uppercase;
}

.footer-right a:hover {
    text-decoration: underline;
}


/* Dhananjay */


.collaboration-section {
  position: relative;
  background-image: url('../images/bg2ndfold.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
}

.collaboration-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.75); */
}

.collaboration-content {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.collaboration-logo {
  margin-bottom: 24px;
}

.collaboration-logo img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #555;
}

.collaboration-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 22px;
}

.collaboration-content p:last-child {
    margin-bottom: 0px;
}



/* PLACEHOLDER SECTION */


.place-holder-section {
  width: 100%;
}


.place-holder-image img {
  width: 100%;
  display: block;
  height: auto;
}


.place-holder-features {
  /* background: #faf9f7; */
  padding: 60px 200px;
}

.features-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

.feature-item {
  flex: 1;
}

.feature-item img {
  max-width: 80px;
  margin-bottom: 14px;
}

.feature-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.feature-item strong {
  font-weight: 600;
  color: #333;
  font-family: 'fahkwang-bold';
}



/*connectivity section*/



.connectivity-section {
  /* background: #faf9f7; */
  padding: 70px 20px;
  text-align: center;
}

.connectivity-title {
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 80px;
  color: #222;
}

.connectivity-timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}




.timeline-line {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #000000;
    background: linear-gradient(
        to right,
        transparent 0%,
        #000000 15%,
        #000000 85%,
        transparent 100%
    );
}


.timeline-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

/* Text */
.timeline-item p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 20px;
}

/* Dot */
.timeline-dot {
  width: 44px;
  height: 44px;
  background: #8b6239;
  border-radius: 50%;
}


/*feature*/


.design-philosophy-section {
  background: #faf9f7;
  padding: 100px 20px;
  text-align: center;
}

.section-title {
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #222;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto 70px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.philosophy-features {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Feature Box */
.feature-box {
  width: 260px;
  text-align: center;
}

.feature-box img {
  max-width: 48px;
  margin-bottom: 16px;
}

.feature-box h4 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
}

/* Connector */
.feature-connector {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

.feature-connector .dot {
  width: 8px;
  height: 8px;
  border: 2px solid #8b6239;
  border-radius: 50%;
}

.feature-connector .dottwo {
  width: 8px;
  height: 8px;
  background: #8b6239;
  border-radius: 50%;
  margin-left: 10px;
}

.feature-connector .line {
  width: 60px;
  height: 1px;
  background: #8b6239;
  margin-left: 10px;
}



/* amenities section */



.amenities-cta-section {
  padding: 100px 0;
  background: transparent;
  overflow: hidden;
}

/* Container */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 0px;
}

/* Header */
.amenities-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

/* .amenities-header h2 {
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 20px;
} */

.amenities-header p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

/* SLIDER WRAPPER */
.amenities-slider {
  position: relative;
  width: 90%;
  margin: 0px auto;
}




.amenities-image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  position: relative;
}




.amenities-image img {
  width: 100%;
  
  object-fit: cover;
  display: block;
}


.amenities-overlay {
  position: absolute;
  bottom: 5%;
  left: 0px;
  background: #99742c;
  padding: 10px 18px;
}

.amenities-overlay span {
    letter-spacing: 1px;
    color: #fff;
    /* bottom: 10px; */
    /* left: 0px; */
    /* padding: 6px 15px; */
    /* display: block; */
    font-size: 13px;
    text-transform: uppercase;
}

.amenities-cta {
  text-align: center;
  margin-top: 80px;
}

.amenities-cta h2 {
  /* font-size: 32px; */
  margin-bottom: 60px;
  letter-spacing: 1.5px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 34px;
  border: 1px solid #dedddb;
  color: #000;
  background-color: #dedddb;
 
  font-size: 17px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.cta-btn a{
    text-decoration: none;
    
}

.cta-btn:hover {
  background:#99742c;
  color: #fff;
   text-decoration: none;
}

.cta-btn.active {
  background:#99742c;
  color: #fff;
   text-decoration: none;
}



.amenities-slider {
  position: relative;
}


.amenitiesprev,
.amenitiesnext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999999;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.amenitiesprev {
  left: -40px; 
}


.amenitiesnext {
  right: -40px; 
}


.amenitiesprev img,
.amenitiesnext img {
  width: 20px;
  height: auto;
  display: block;
}

/* Dhananjay Css Ends Here */












.form_strip {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 solid;
    background-color: #99742c;
    color: #fff;
    text-align: center;
    z-index: 9999999
}

.form_strip button {
    color: #ffff;
    background-color: transparent;
    font-family: 'fahkwang-regular';
    font-size: 18px;
    letter-spacing: 1px;
    border: 0 solid #fff;
    width: 100%;
    padding: 15px;
}

.popupform {
    display: none
}

.popupform2 {
    display: none
}

.popupformcontainer {
    background-color: #f8f6f7;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 350px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.35) 0 5px 15px;
    z-index: 99999999999;
}

.popupformcontainer .btngetintouch {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    border: 0
}

.popupformcontainer .close {
    font-size: 1.5rem;
    font-family: 'fahkwang-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer
}

.popupformcontainer form {
    margin-top: 10px;
    width: 100%
}

.popupformcontainer h3 {
    font-size: 25px;
    margin-bottom: 20px
}

.popupformcontainer .form-control {
    margin-bottom: 20px;
    height: 45px;
    background: rgb(237 237 237);
    border: 1px solid #d1cccc;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    font-family: 'fahkwang-regular';
}

    .popupformcontainer .form-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

.popupformcontainer textarea {
    height: 70px
}

.popupformcontainer .form-control::placeholder {
    color: #495057!important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'fahkwang-regular';
}

.popupformcontainer :-ms-input-placeholder {
    color: #495057!important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'fahkwang-regular';
}

.popupformcontainer ::-ms-input-placeholder {
    color: #495057!important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'fahkwang-regular';
}

.popupformcontainer button {
    background-color:#99742c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0;
    font-size: 16px;
    width: 190px;
    letter-spacing: 0px;
    border: 0;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    font-family: 'fahkwang-regular';
    cursor: pointer;
    text-transform: uppercase;
   
}


.galleryslide {
  position: relative;
  overflow: hidden;
}


.galleryslide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.541);
  transition: opacity 0.4s ease;
  pointer-events: none;
}


.galleryslide.slick-center::after {
  opacity: 0;
}
 


/* Floor Plans */



.floorplans h2{
  text-align: center;
}


.floorplan-slider {
    border-radius: 16px;
    /* overflow: visible; */
    width:70%;
    margin:0px auto;
}


.floorplan-slide {
    text-align: center;
}


.floorplan-slide img {
    /* width: 60%; */
    height: auto;
    display: block;
    margin: 0 auto;
}


.floorplan-text {
    padding: 25px 20px 0;
}

.floorplan-title {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.floorplan-description {
    /* font-size: 13px;
    line-height: 1.6;
    color: #555; */
    width: 70%;
    margin: 0px auto;
}


.floorplan-slider {
    position: relative;
    overflow: visible;
}


.floorplan-slider .floorPrev,
.floorplan-slider .floorNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}


.floorplan-slider .floorPrev {
    left: -50px;
}


.floorplan-slider .floorNext {
    right: -50px;
}



.floorplan-slider .floorPrev,
.floorplan-slider .floorNext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}


.floorplan-slider .floorPrev img,
.floorplan-slider .floorNext img {
    width: 37px;     
    height: 20px;   
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: none;
}

.floorplan-slide
{
    position: relative;
}

.floorplan-slide .floorplanimage
{
    position: relative;
}

.floorplan-slide .floorplanimage .overlay
{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: filter 0.5s ease;
}



.floorplan-slide a.fancybox
{
     /* background: rgba(0, 0, 0, 0.6);
     filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
   
    
}

.floorplan-slide .floorplan-text
{
    opacity: 0;
}

.floorplan-slide.active a.fancybox
{
    filter: blur(0);
}

.floorplan-slide.active .floorplan-text
{
    opacity: 1;
}


.floorplan-slide.active .view-plan-btn
{
    display: none;
}
 

.floorplan-slide.active .floorplanimage .overlay
{
    display: none;
}

.view-plan-btn {
    background: #99742c;
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'fahkwang-regular';
}

/* Floor Plans */


.lecourtyardrera
{
    background-color: #a87f31;
    padding:10px;
}

.place-holder-image {
    position: relative;
    width: 100%;
}

.place-holder-image img {
    width: 100%;
    height: auto;
    display: block;
}


.overlay-impression {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 7px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    pointer-events: none;
   
}



.galleryslide {
    position: relative;
    overflow: hidden;
}

.galleryslide img {
    width: 100%;
    display: block;
}


.artistic-impression {
    position: absolute;
    bottom: 35px;
    right: 10px;
    font-size: 7px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75);
    z-index: 3;
    pointer-events: none;
    display: none;
}



.artistic-impression2 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    font-size: 7px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    z-index: 3;
    pointer-events: none;
    display: none;
}



.amenities-slider {
    position: relative;
}

/* Artistic Impression Text */
.overlay-impressionamenities {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    pointer-events: none;
    font-size: 7px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

/* .hotelmarging{
    margin-top: 10px;
} */


.lecourtyardrera img{
 width: 40%;
    margin: 0px auto;
    display: block;
}

.floorplantxt
{
  font-size: 8px;
    position: absolute;
    bottom: 10px;
    background-color: #00000052;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px;
}
           


/* Disclaimer modal styles */
.disclaimer-modal {
    display: none;
}

.disclaimer-modal.active {
    display: block;
}

.disclaimer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10000;
}

.disclaimer-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 600px;
    max-width: calc(100% - 40px);
    max-height: 85vh;
    border-radius: 8px;
    padding: 24px;
    z-index: 10001;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

.disclaimer-dialog h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: 'fahkwang-bold';
    text-transform: uppercase;
}

.disclaimer-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.disclaimer-close:hover {
    color: #000;
}

.disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.disclaimer-content p {
    margin-bottom: 15px;
}


@media screen and (max-width:1920px){}
@media screen and (max-width:1600px){.projectleft{width:50%;padding-left:12rem}}
@media screen and (max-width:1440px){}
@media (max-width: 1367px){}
@media (max-width: 1280px) and (max-height: 800px){}
@media screen and (max-width:1280px){}



@media (max-width: 768px) {


    .lecourtyardrera img{
        width: 100%;
    }

    .hotelmarging{
    margin-top: 0px;
}

      .overlay-impressionamenities {
        bottom: 11px;
        right: 13px;
        font-size: 7px;
        letter-spacing: 0px;
    }

    .artistic-impression2 {
   
  bottom: 13px;
        left: 60%;
        font-size: 7px;
        letter-spacing: 0px;
        display: block;
}

    



    
       .artistic-impression {
        bottom: 13px;
        left: 71%;
        font-size: 7px;
        letter-spacing: 0px;
        display: block;
    }



      .overlay-impression {
        bottom: 10px;
        right: 12px;
        font-size: 7px;
        letter-spacing: 0px;
    }




  .commonbg
  {
      background-image: url('../images/bgmiddle-mob.jpg');
      background-origin: border-box;
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
  }

 .galleryslide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .galleryslide.slick-center::after {
    opacity: 0;
  }
     


    .enqdeskbutton.active {
        display: none;
    }

    .form_strip {
        display: block;
    }
.header {
    display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
}

header.active .header{
    align-items: center ;
}


.header .headercenter img {
   width: 80px;
}

.headerleft {
    display: none;
}
.rightoption {
    position: relative;
        right: 15px;
        gap: 15px;
        transform: none;
}

.bar1, .bar2, .bar3 {
    width: 25px;
}

.rightoption button{
    display: none;
}

.navMenuBtn {
    top: 32px;
}

  .containerAsp {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }

  

  .section-titlebig {
      font-size: 25px;
  }

  .section-title {
      font-size: 23px;
      letter-spacing: 1px;
  }

 .section-title2 {
        font-size: 18px;
        text-transform: uppercase;
            letter-spacing: 1px;
    }


  .paddingTopBottom {
    padding: 40px 0px 20px 0px;
  }




.avlistbuttons {
    flex-direction: column;
    margin-bottom: 40px;
}

.avlistbuttons button {
    padding: 10px;
    font-size: 15px;
}

.avlistbuttons button.active {
    padding: 10px;
}

.avcontainer iframe {
    height: 350px;
}


.arrowprev img, .arrownext img
{
    width:15px;
}


.arrowprev,.arrownext {
    position: absolute;
    top: 100%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}


.arrowprev {
    left: 130px;
   
}

.arrownext {
   
    right: 130px;
}


.pointeritem p {
    font-size: 14px;
}

.lpavpointer {
    padding: 20px 0px;
}

.gallery {
    padding-bottom: 30px;
}

.gallerybuttons {
    flex-direction: column;
}

.galleryslider {
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.galleryslide {
    transform: scale(1);
}

.arrowprev, .arrownext {
    top: 100%;
}

.arrowprev img, .arrownext img {
    width: 11px;
    margin-top: 60px;
}

.galleryslide .gallerytext {
        bottom: 10px;
        left: 0px;
        padding: 6px 15px;
        display: block;
        font-size: 13px;
}

.aboutsw {
    padding: 40px 10px 40px 10px;
}

    .aboutPrev img, .aboutNext img
    {
        width:11px;
        margin-top: 20px;
    }


    .aboutPrev,.aboutNext {
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        z-index: 99;
        cursor: pointer
    }



    .aboutNext {
        left: auto;
        right: 20px;
    }

    .aboutPrev {
        left: 20px;
        right: auto
    }

    .aboutpointers {
        display: flex !important;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 50px;
        gap: 15px;
    }

    .aboutpointer {
        width: 20%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .swnemonic {
        width: 90%;
        margin: 0px auto;
        display: block;
        position: absolute;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
    }

    .footerenquirenow {
        padding: 40px 10px 40px 10px;
    }

    .formcontainer {
        display: flex;
        justify-content: space-between;
        column-gap: 25px;
        margin: 0px auto 0px auto;
        width: 100%;
        flex-direction: column;
    }

    .register-form .form-group {
        width: 100%;
        margin-bottom: 35px;
    }
    .footerenquirenow h2 {
        /* padding-bottom: 60px; */
        padding-bottom: 30px;
    }

    .register-form .register-btn {
        margin-top: 15px;
        padding: 10px 28px;
        background: #99742c;
        color: #fff;
        border: none;
        font-size: 12px;
        letter-spacing: 1.5px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-transform: uppercase;
    }
   

    .register-form .form-group label {
        margin-bottom: 0px;
    }

    .footer-left {
        text-align: center;
    }

/* Dhananjay */
.collaboration-section {
        padding: 50px 16px;
        background-image: url('../images/bg2ndfold-mob.jpg');
    }

  .collaboration-logo img {
    width: 230px;
    height: auto;
    margin: 0px auto;
  }

  .subtitle {
    font-size: 14px;
  }

  .collaboration-content p {
    font-size: 14px;
  }


   .features-inner {
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center ;
  }


  .feature-item img{
      display: block;
  margin: 0 auto 14px;
  max-width: 48px;
  }

  .place-holder-features {
    padding: 40px 16px;
  }

   .features-inner {
    position: relative;
  }

  

  .amenitiesprev,
.amenitiesnext {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 999999999;
  cursor: pointer;
 
}


.amenitiesprev {
  left: 130px; 
}


.amenitiesnext {
  right: 130px; 
}


.amenitiesprev img,
.amenitiesnext img {
  display: block;
    width: 11px;
    height: auto;
    margin-top: 60px;
}





  .featurenext,
  .featureprev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
  }


  .featureprev {
    left: 20px; 
  }

  
  .featurenext {
    right: 20px; 
  }

 
  .featurenext img,
  .featureprev img {
    display: block;
    width: 11px;
   
  }

    .connectivity-section {
    padding: 40px 20px;
  }

  .connectivity-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .connectivity-timeline {
   position: relative;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0 auto;          /* CENTER CONTAINER */
  width: fit-content; 
  margin-top: 40px;
  }

  /* Vertical line */
  .timeline-line {
   position: absolute;
        top: -15px;
        left: 14px;
        width: 2px;
        height: 105%;
        background: #8b6239;
        background: linear-gradient(to bottom, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  }

  .timeline-item {
    position: relative;
    display: block;
    width: 100%;           /* IMPORTANT */
  }

  /* Text */
  .timeline-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    padding-left: 30px;
    /* white-space: nowrap; */
    margin-left: 10px;
    text-align: left;
  }

  /* Dot */
  .timeline-dot {
    position: absolute;
    left: 7px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:#8b6239;
    z-index: 2;
  }

 


  .philosophy-features {
    flex-direction: column;
    gap: 30px;
  }

  .feature-connector {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .feature-connector .line {
    width: 40px;
  }

   .amenities-image img {
    height: 320px;
  }

  .container{
    padding: 0 25px;

  }

  /* .amenities-header h2,
  .amenities-cta h2 {
    font-size: 26px;
  } */

  .cta-btn{
    width: 300px;
        padding: 14px 0px;
  }

  .amenities-cta-section {
    padding: 40px 0;
}


.amenities-slider {
    width: 90%;
}

.site-footer {
    margin-bottom: 55px;
}

/* Dhananjay */ 


    .floorplan-slider {
        width: 90%;
    }

    .floorplan-slider .floorPrev {
        left: -37px;
    }

    .floorplan-slider .floorNext {
        right: -37px;
    }

    .view-plan-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .amenities-overlay {
        position: absolute;
        bottom: 5%;
        left: 0px;
        background: #99742c;
        padding: 6px 15px;
    }
    



}

@media (max-width: 600px){}

@media (max-width: 492px){
   
}

@media (max-width: 431px){
   .aboutpointers {
        margin-top: 160px;
    }
}

@media (max-width: 393px){
    
}

@media (max-width: 386px){
   
}

@media (max-width: 385px) and (max-height: 725px){}

@media (max-width: 376px){}

@media (max-width: 376px) and (max-height: 544px){}

@media (max-width: 376px){}

@media (max-width: 360px){
   
}

@media (max-width: 320px){

    
}

