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

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

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


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


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


@font-face {
  font-family: "fahkwang-semibold";
  src: url(../fonts/fahkwang-semibold.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: #775530;


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

}

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

body {
    margin: 0 auto;
    font-family: "poppinslight";
    font-weight: 400;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.45;
    background-color: #f1f1f1;
    overflow-x: hidden !important;
    text-align: left;
}

.clearfix {
    clear: both;
}

.mHide {
    display: block !important;
}

.dHide {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h2,
h2 {
    font-size: 2rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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;
}


.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;


}


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

.banner {
    position: relative;
}


.artisticimp {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 0px;
    margin: 10px;
    padding: 8px;
    color: #fff;
    font-size: 12px;
    /* width: 200px; */
    text-align: center;
    /* transform: rotate(90deg); */
    writing-mode: vertical-rl;
}

.black {
    color: #000;
}


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

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

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

/* Header */

header {
    position: absolute;
    width: 100%;
    /* background-color: #004092d9; */
    z-index: 9999;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}

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

header.scroll-hidden {
    transform: translateY(-100%);
}

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


}

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

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

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

}

.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: 'poppinslight';
    font-family: 'sangbleusunrise';
    display:none;
}

.contactno.active
{
    display: block;
}


.rightoption a img {
    width: 30px;
}

.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: 25px;
    height: 3px;
    background-color: #fff;
    transition: .4s;
    border: 0 solid
}

.change {
    margin-top: 9px
}

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

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-11px, -8px);
    transform: rotate(45deg) translate(-11px, -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: 120px 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: "poppinslight";
}



.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)
    }
}

/* Header Ends Here */


/* Desktop Form */

.desktopform {
    position: fixed;
    bottom: 20px;
    /* left: 50%; */
    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 {
    /* content: "X"; */
    position: absolute;
    right: -1%;
    top: -20%;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
    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;
}

.desktopform form .form-group button {
    justify-self: center;
    /* margin-top: 20px; */
    padding: 10px 28px;
    background: #99742c;
    color: #fff;
    border: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    cursor: pointer;
    height: 36px;
    font-family: "poppinslight";
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Desktop Form Ends*/

/* Lecourtyardav */

.Lecourtyardav {
    display: flex;

}

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

.avlistbuttons button {
    padding: 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: "poppinslight";
    color: #000;
}

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

}

.avcontainer>div {
    display: none;
}

.avcontainer div.active {
    display: block;
}

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

.map {
    text-align: center;
}

.map iframe {
    width: 80%;
    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: "poppinslight";
    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 */


/* New Age */

.newage {
    background-image: url('../images/global-destination/bg.png');
    background-position: center;
    background-size: cover;
    /* background-origin: content-box; */
    background-repeat: no-repeat;
    padding-bottom: 45px;
}

.newage h2,
.newage h3,
.newage p {
    text-align: center;
}

.newageitem {
    position: relative;
}

.newageslider {
    width: 80%;
    margin: 50px auto 36px auto;
}

.newagesliderarrow {
    width: 80%;
    /* display: flex; */
    margin: auto;
    align-items: center;
    gap: 20px;
    display: grid;
    grid-template-columns: 10fr 0.5fr 0.5fr;
    justify-items: center;
}

.newagesap {
    width: 100%;
    height: 1.5px;
    background-color: #6b6b6b;
}

.newagearrowleft,
.newagearrowright {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.newagearrowleft:hover,
.newagearrowright:hover {
    background-color: var(--arrowhover);
}


.newagearrowleft img,
.newagearrowright img {
    width: 13px;
}




/* .arrowprev1 img, .arrownext1 img
{
    width:15px;
}


.arrowprev1,.arrownext1 {
    position: absolute;
    bottom: -50px;
    right: -25px;
    
    z-index: 99;
    cursor: pointer
}



.arrownext1 {
    left: auto;
    right: 25px;
}

.arrowprev1 {
    right: 100px;
    left: auto;
} */
/* New Age Ends */


/* About sw */

.aboutsw {

    height: 725px;
    background-color: #eee5d9;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.aboutsw h2,
.aboutsw h3,
.aboutsw p {
    text-align: center;
}

.aboutsw h2 {
    margin-bottom: 25px;
}

.aboutpointersleft {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 14%;
    top: 42%;
    gap: 30px;
}

.aboutpointersright {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10%;
    top: 42%;
    gap: 30px;

}

.aboutpointers {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    width: 25%;
}

.aboutpointers p strong {
    font-weight: 600;
    font-family: "poppinslight";
    color: #111111;
}

.aboutpointers p {
    text-align: center;
}


.aboutpointers img {
    width: 60px;
   border:0px solid red;
}

.buildingart {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border: 0px solid red;
}


.buildingart img {
    width: 87%;

}

.building {
    z-index: 2;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
    width: 77%;
}

.swnemonic {
    z-index: 1;
    position: absolute;
    bottom: 120px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 50%);
    transition: opacity 3s ease, transform 3s ease;
    width: 420px;

}

.swnemonic.in-view {
    opacity: 1;
    transform: translate(-50%, 0);
}

@keyframes slideInFromBottom {
    0% {
        /* Start 100% of its own height below its final position (off-screen below) */
        transform: translate(-50%, 50%);
        opacity: 0;
    }

    100% {
        /* End at its specified position (bottom: 0) */
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* About sw ends */




/* ================================
   High-Street Retail Section
================================ */

.highstreet-retail-section {
    /* padding: 20px 12vw; */
    background-color: #f1f1f1;
    text-align: center;
}


.highstreet-retail-container {
    width: 100%;
}


.highstreet-retail-tagline {
    display: block;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 12px;
}


.highstreet-retail-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 0.7;
    color: #1a1a1a;
    margin-bottom: 22px;
}

.highstreet-retail-section h2 {
    text-transform: capitalize;
}


.highstreet-retail-description {
    margin: 0 auto 40px;
    padding: 0 8vw;
    font-size: 13px;
    line-height: 1.45;
    color: #5a5a5a;
}


.highstreet-retail-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
    align-items: start;
}


.highstreet-retail-highlight {
    text-align: center;
}


.highstreet-retail-icon {
    height: 52px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highstreet-retail-icon img {
    max-height: 100%;
    width: auto;
    display: block;
}


.highstreet-retail-highlight h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1c1c1c;
}


.highstreet-retail-highlight p {
    font-size: 13px;
    color: #6b6b6b;
    line-height: normal;
}



/* ================================
   Global Distinction Section
================================ */

.global-distinction-section {
    padding: 40px 3vw 0px 3vw;
    background-color: #f1f1f1;
    text-align: center;
}

/* Header */
.global-distinction-header {
    margin-bottom: 50px;
}

.global-distinction-tagline {
    display: block;
    font-size: 22px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7a7a7a;
}

.global-distinction-title {
    font-size: 43px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.global-distinction-desc {
    /* font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a; */
    padding: 0 10vw;
}


.global-distinction-slider {
    position: relative;
}


.global-distinction-slide {
    position: relative;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}


.global-distinction-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px 18px 0 0;
}


/* .global-distinction-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.global-distinction-overlay span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.global-distinction-overlay span {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* padding-bottom: 10px; */
    line-height: normal;
}


/* .global-distinction-overlay span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120%;
    height: 2px;
    background-color: #ffffff;
    transform: translateX(-50%);
} */


.global-distinction-slider {
    position: relative;
}


.global-distinction-slider .vdPrev,
.global-distinction-slider .vdNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;


    padding: 10px 12px;
    border-radius: 50%;
}


.global-distinction-slider .vdPrev {
    left: 20px;
}


.global-distinction-slider .vdNext {
    right: 20px;
}


.global-distinction-slider .vdPrev img,
.global-distinction-slider .vdNext img {
    display: block;
}

.global-distinction-slider .vdPrev img,
.global-distinction-slider .vdNext img {
    width: 37px;
    height: 20px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    transform: none;
}

.global-distinction-overlay {
    /*opacity: 1; */
    /* transform: translateY(100px); */
    /* transition: all 3s ease; */
    position: absolute;
    bottom: 10px;
    left: 10px;
    /* transform: translate(-50%, 100px); */
    background-color: #000000a6;
    /* padding: 10px; */
    color: #fff;
    padding-left: 10px;
    padding: 10px 20px;
}

/* .slick-current .global-distinction-overlay {
  opacity: 1;
  transform: translate(-50%, 0);
} */

/* Animate only active slide */
/* .slick-center .global-distinction-overlay {
  opacity: 1;
  transform: translate(-50%, 0);
} */




/* ================================
   Floor Plan Section
================================ */

.floorplan-section {
    position: relative;
    padding: 40px 6vw 40px;
    overflow: visible;
}


.floorplan-bg {
    position: absolute;
    inset: 0;
    background: url("../images/floorplan/bg.png") center / cover no-repeat;
    z-index: 0;
}

/* White overlay */
/* .floorplan-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
} */


.floorplan-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.floorplan-content h2 {
    margin-bottom: 40px;
}

.floorplan-heading {
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #1c1c1c;
}


.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: 40%;
    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;
}


/* .floorplan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(8px);
    transition: filter 0.5s ease;
}*/
.view-plan-btn {
    background: #99742c;
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "poppinslight";

}



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

.register-updates-section {
    position: relative;
    padding: 30px 6vw 20px;
    overflow: hidden;
}


.register-bg {
    position: absolute;
    inset: 0;
    background: url("../images/form/bg2.png") center / cover no-repeat;
    z-index: 0;
}




.register-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.register-content h2 {
    margin-bottom: 30px;
}


.register-title {
    font-size: 14px;
    letter-spacing: 2.5px;
    margin-bottom: 40px;
    color: #1c1c1c;
}


.register-form {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    justify-content: center;
    column-gap: 25px;
    row-gap: 25px;
}


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

.form-group label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #000;
}

.form-group input {
    height: 36px;
    background: #fff;
    border: 1px solid #bebebe;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}

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


.register-btn {
    grid-column: 1 / -1;
    justify-self: center;
    /* margin-top: 20px; */
    padding: 10px 28px;
    background: #99742c;
    color: #fff;
    border: none;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

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


.form-message {
    grid-column: 1 / -1;
    text-align: center;
}


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

.site-footer {
    background-color: #e3e7e3;
    padding: 18px 6vw;
    font-size: 11px;
    letter-spacing: 1px;
    color: #1c1c1c;
}

.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;
}


.footer-right span
{
    display: inline!important;
}


.thankyou {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.thankyoucontent {
    text-align: center;
    margin-top: 50px;
}


/* Rightside form */

.slide_form_main1 {
    width: 383px;
    position: fixed;
    top: auto;
    bottom: 8%;
    right: -20px;
    z-index: 99999;
    transition: all 1s;
}

.slide_form1 iframe {
    border: 0px;
    height: 410px;
}

.slide_form1 .form-group {
    width: 100%;
    margin-bottom: 15px;
}

.slide_form1 button {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 10px;
    padding: 10px 28px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    text-transform: uppercase;
}

.slide_form_main1_out {
    width: 383px;
    position: fixed;
    /* top: 22%; */
    bottom: 8%;
    right: -342px;
    z-index: 9999;
    transition: all 1s;
}

.slide_form_btn1 {
    width: 40px;
    float: left;
    background-color: var(--lightgray);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #9d9d9d;
    border-right: 0;
}

.slide_form_main1 .slide_form_btn1 .crox_frm1 {
    /*transform: rotate(-90deg); */
    display: none;
    padding: 20px 10px 20px 8px;
    border-top-left-radius: 10px;
    margin: 0;
    border-top-right-radius: 10px;
    color: #000;
    font-size: 18px;
    transform-origin: left 0;
    /* margin-top: 125px; */
    transition: all 0.8s;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
    writing-mode: sideways-lr;
}

.slide_form_main1_out .slide_form_btn1 .crox_frm1 {
    display: block;
    transition: all 0.8s;
}

.slide_form_main1 .slide_form_btn1 .enq_txt1 {
    padding: 14px;
    color: #000;
    width: 100%;
    display: block;
    transition: all 0.8s;
    cursor: pointer;

    font-style: normal;
}

.slide_form_main1_out .slide_form_btn1 .enq_txt1 {
    display: none;
    transition: all 0.8s;
}

.slide_form1 {
    width: 325px;
    float: left;
    background-color: var(--lightgray);
    box-shadow: 0 0 9px 0 #00000059;
    padding: 10px;
    border: 1px solid #9d9d9d;
    min-height: 350px;
}

.slide_form1 h3 {
    color: #000;
    font-size: 18px;
    padding: 10px 0 10px;
    font-weight: 400;
}

/* Rightside From */


.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: "poppinslight";
    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: 999;
}

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

.popupformcontainer .close {
    font-size: 1.5rem;
    font-family: "poppinslight";
    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;
}

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

.popupformcontainer textarea {
    height: 70px
}

.popupformcontainer .form-control::placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase
}

.popupformcontainer :-ms-input-placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase
}

.popupformcontainer ::-ms-input-placeholder {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase
}

.popupformcontainer button {
    background-color: #99742c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0;
    font-size: 19px;
    width: 178px;
    letter-spacing: 2px;
    border: 0;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    font-family: "poppinslight";
    cursor: pointer;

}


/* Collapsible panel */

/* accordian section */

.experiences h2,
.experiences h3,
.experiences p {
    text-align: center;
}


.accordian-section {
    /* padding-top: 70px; */
    /* padding-bottom: 70px; */
    background-color: #fff;
    position: relative;
    z-index: 7;
    margin-bottom: 55px;
}


.accordian-section .ctr-accordion {
    max-width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-around;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-top: 20px;
}

.accordian-section .tab {
    position: relative;
    width: 30%;
    height: inherit;
    padding: 20px;
    transition: width 0.8s, transform 0.8s;
    overflow: hidden;
    box-shadow: 0 4px 8px #0003;
    border-right: 1px solid #fff;
}


.accordian-section .tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 40% 40%, rgb(0 0 0 / 46%) 70%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
    pointer-events: none;
}

.accordian-section .tab.active {
    width: 60%;
    z-index: 2;
}

.accordian-section .tab:hover {
    transform: scale(1.05);
}

.accordian-section .tab img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
    filter: grayscale(100%);
}

.accordian-section .tab.active img {
    filter: grayscale(0%);
}

.accordian-section .top-heading {
    position: absolute;
    top: 50px;
    left: 30px;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 2;
    font-family: "poppinslight";
    text-shadow: 2px 2px 8px #000000b3;
}

.accordian-section .hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transform: translateX(-200%);
    transition: transform 0.8s ease-out, opacity ease-in-out;
    width: 75%;
    margin: 0px auto;
}

.accordian-section .tab.active .hover-content,
.discover-section .first-slider .swiper-slide-active {
    opacity: 1;
    transform: translateX(0);
}

.accordian-section .hover-content p {
    margin: -14px 0;
    font-size: 14px;
    font-family: "poppinslight";
    line-height: 20px;
    text-shadow: 2px 2px 8px #000000b3;

}

.accordian-section .hover-content h4 {
    margin: -14px 0;
    font-size: 18px;
    font-family: "poppinslight";
    line-height: 30px;
    text-shadow: 2px 2px 8px #000000b3;
    text-align: center;
    margin-bottom: 15px;

}

.accordian-section .btn {
    display: inline-block;
    padding: 7px 28px;
    background-color: #58be07;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "poppinslight";
}


.map a {
    position: relative;
    display: block;
}

.map img {
    width: 100%;
    height: auto;
    display: block;
}


.overlaytextcourt {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 320px;
    text-align: left;
    color: #000;
    font-size: 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    pointer-events: none;
}


.overlaytextcourt p {
    margin: 0;
    line-height: 1.4;
}

.floorplanimage {
    position: relative;
    width: 100%;
}



.floorplantxt {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 20px;
    z-index: 0;
    color: #ffffff;
    font-size: 7px;
    line-height: 1.5;
    pointer-events: none;
}

.floorplanimage .floorplantxt p {
    margin: 0;
    max-width: 100%;
    z-index: 2;
}


.floorplanimage a {
    display: block;
}

.floorplanimage img {
    width: 100%;
    height: auto;
    display: block;
}


/* 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: 'sangbleusunrise';
    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 (max-width: 767px) {


    .floorplantxt {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 20px;
        z-index: 0;
        color: #ffffff;
        font-size: 3px;
        line-height: 1.5;
        pointer-events: none;
    }

    .overlaytextcourt {
        position: absolute;
        right: 10px;
        bottom: 10px;
        max-width: 200px;
        text-align: left;
        color: #000;
        font-size: 7px;
        letter-spacing: 1px;
        text-transform: uppercase;
        z-index: 2;
        pointer-events: none;
    }



    .accordian-section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .accordian-section .ctr-accordion {
        height: 100vh;
        flex-direction: column;
    }

    .accordian-section .tab {
        position: relative;
        width: 100% !important;
        height: 200px !important;
        padding: 20px;
        transition: height 0.5s;
        overflow: hidden;
        transition: height 0.5s, transform 0.5s;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    .accordian-section .tab.active,
    .accordian-section .tab.hover {
        height: 400px !important;
    }

    .accordian-section .top-heading {
        top: 24px;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .accordian-section .hover-content {
        padding: 20px 30px;
        bottom: 20px;
        width: 95%;
    }

    .accordian-section .hover-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .accordian-section .btn {
        padding: 5px 20px;
        font-size: 0.8rem;
    }
}

.vertical-text {
    /* position: absolute;
            top: 100px;
            right: -70px;
            font-size: 7px;
            color: white;
            transform: rotate(-90deg);
            transform-origin: left bottom;
            opacity: 0;
            letter-spacing: 1px;
            pointer-events: none;
             font-family: "poppinslight"; */



    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 10px;
    right: 0px;
    margin: 10px;
    padding: 8px;
    color: #fff;
    font-size: 6px;
    /* width: 200px; */
    text-align: center;
    /* transform: rotate(90deg); */
    writing-mode: vertical-rl;


}

.tab.active .vertical-text {
    opacity: 1;
    /* show only when active */
}

/* .accordian-section .ctr-accordion {
            height: 60vh !important;
        } */

@media (max-width: 767px) {
    .accordian-section .ctr-accordion {
        height: 100% !important;
    }
}


/*  Panel Ends */



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

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



.aboutpointerslider {
    display: flex!important;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 80px;
    gap: 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) {

    .artisticimp {
        position: absolute;
        z-index: 1;
        bottom: 10px;
        right: 0px;
        margin: 10px;
        padding: 8px;
        color: #fff;
        font-size: 8px;
        /* width: 200px; */
        text-align: center;
        /* transform: rotate(90deg); */
        writing-mode: vertical-rl;
    }

    .popupformcontainer {
        width: 90%;
    }

    .form_strip {
        display: block;
    }

    .enqdeskbutton {
        display: none;
    }

    .enqdeskbutton.active {
        display: none;
    }

    .header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        padding: 25px 30px 25px 30px;
    }

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

    .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: 20px;
        letter-spacing: 1px;
    }

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


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


    .highstreet-retail-highlights {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .highstreet-retail-description {
        padding: 0 4vw;
        font-size: 14px;
    }

    .highstreetslider {
        width: 80%;
        margin: 0px auto;
    }

    .highPrev img,
    .highNext img {
        width: 15px;
    }


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

    .highstreet-retail-highlights {
        display: none;
    }



    .highNext {
        left: auto;
        right: -40px
    }

    .highPrev {
        left: -40px;
        right: auto
    }

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

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

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

    .avcontainer iframe {
        height: 350px;
    }

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

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


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

    .lpavpointer {
        padding: 20px 0px;
    }

    .newage {
        background-image: url(../images/global-destination/bg-mob.png);
        background-position: center;
        background-size: cover;
        background-origin: border-box;
        background-repeat: no-repeat;
        padding-bottom: 20px;
    }

    .newageslider {
        width: 95%;
        margin: 50px auto 30px auto;
    }

    .newagesliderarrow {
        width: 85%;
        gap: 10px;
    }

    .global-distinction-section {
        padding: 50px 3vw 0px 3vw;
        background-color: #f1f1f1;
        text-align: center;
    }

    .global-distinction-desc {
        padding: 0 4vw;
    }

    .global-distinction-overlay span {
        font-size: 18px;
    }

    .global-distinction-slider .vdPrev {
        left: -10px;
    }

    .global-distinction-slider .vdNext {
        right: -10px;
    }

    .floorplan-bg {
        position: absolute;
        inset: 0;
        background: url(../images/floorplan/bg-mob.png) center / cover no-repeat;
        z-index: 0;
    }

    .floorplan-section {
        padding: 50px 6vw 50px;
    }

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

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

    .floorplan-title {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .floorplan-description {
        width: 95%;
        margin: 0px auto;
    }

    .floorplan-slider .floorPrev,
    .floorplan-slider .floorNext {
        top: 30%;
    }

    .register-form {
        grid-template-columns: repeat(1, 220px);
        row-gap: 5px;
    }


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

    .form-group {
        width: 100%;
        max-width: 300px;
    }

    .site-footer-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .aboutsw {
        /* background-image: url(../images/about/bg-mob.png);
        background-position: center;
        background-size: cover; */
        height: 750px;
        background-color: #eee5d9;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }


    .aboutpointerslider {
        z-index: 99999999999;
        width: 80%;
        margin: 20px auto 0px auto;
    }

    .aboutpointers {
        display: flex !important;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        flex-direction: column;
    }

    .aboutpointersleft {
        display: none;
    }

    .aboutpointersright {
        display: none;
    }

    .buildingart img {
        width: auto;
    }

    .aboutPrev img,
    .aboutNext img {
        width: 15px;
    }


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



    .aboutNext {
        left: auto;
        right: -10px;
    }

    .aboutPrev {
        left: -10px;
        right: auto
    }


    .floorplan-slider {
        width: 90%;
    }

    .aboutpointers p {
        text-align: center;
    }

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

    .view-plan-btn {
        padding: 10px 18px;
        font-size: 13px;
        top: 30%;

    }

    .register-content h2 {
        margin-bottom: 30px;
    }

    .building {
        z-index: 2;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%);
        width: 110%;
    }

    .swnemonic {
        z-index: 1;
        position: absolute;
        bottom: 0px;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, 50%);
        transition: opacity 3s ease, transform 3s ease;
        width: 230px;
    }

    .footer-right span
    {
        display: none!important;
    }

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

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


}

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

@media (max-width: 492px) {
    .view-plan-btn {
        top: 33%;
    }
}

@media (max-width: 431px) {
    .view-plan-btn {
        top: 33%;
    }
}

@media (max-width: 393px) {
    .view-plan-btn {
        top: 33%;
    }
}

@media (max-width: 386px) {
    .view-plan-btn {
        top: 33%;
    }
}

@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) {
    .view-plan-btn {
        top: 29%;
    }
}

@media (max-width: 320px) {

    .view-plan-btn {
        top: 29%;
    }
}