:root {
    --sandClr: #fff3e9;
    --brown: #901749;
    --gold: #c59a5b;
    --White: #fff;
    --TextColor: #414042;
    --font-weight-100: 100;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800
}

:root .font-weight-500 {
    font-weight: var(--font-weight-500)
}

:root .font-weight-600 {
    font-weight: var(--font-weight-600)
}

:root .font-weight-700 {
    font-weight: var(--font-weight-700)
}

:root .white-text {
    color: var(--White) !important
}

:root .brown {
    color: var(--brown) !important
}

:root .sandClr {
    color: var(--sandClr) !important
}

:root .TextColor {
    color: var(--TextColor) !important
}

body {
    touch-action: pan-x pan-y
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, .5)
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(120, 120, 120, .6);
    -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, .6)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(120, 120, 120, .4)
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@font-face {
    font-family: "Luxenta";
    src: url("../fonts/Luxenta-Regular.eot");
    src: url("../fonts/Luxenta-Regular-1.eot") format("embedded-opentype"), url("../fonts/Luxenta-Regular.woff2") format("woff2"), url("../fonts/Luxenta-Regular.woff") format("woff"), url("../fonts/Luxenta-Regular.ttf") format("truetype"), url("../fonts/Luxenta-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Luxenta";
    src: url("../fonts/Luxenta-Bold.eot");
    src: url("../fonts/Luxenta-Bold-1.eot") format("embedded-opentype"), url("../fonts/Luxenta-Bold.woff2") format("woff2"), url("../fonts/Luxenta-Bold.woff") format("woff"), url("../fonts/Luxenta-Bold.ttf") format("truetype"), url("../fonts/Luxenta-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: RupeeForadian;
    src: url(../fonts/Rupee_Foradian.eot);
    src: url(../fonts/Rupee_Foradian.eot) format("embedded-opentype"), url(../fonts/Rupee_Foradian.woff2) format("woff2"), url(../fonts/Rupee_Foradian.woff) format("woff"), url(../fonts/Rupee_Foradian.ttf) format("truetype"), url(../fonts/Rupee_Foradian.svg) format("svg")
}

html,
body {
    font-family: "Anek Latin", sans-serif !important;
    padding: 0px;
    margin: 0px;
    font-weight: 400 !important
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    padding: 0;
    margin: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.mt0 {
    margin-top: 0px
}

.pt0 {
    padding-top: 0px
}

.mb0 {
    margin-bottom: 0px
}

.pb0 {
    padding-bottom: 0px
}

.ml0 {
    margin-left: 0px
}

.pl0 {
    padding-left: 0px
}

.mr0 {
    margin-right: 0px
}

.pr0 {
    padding-right: 0px
}

.m0 {
    margin: 0px
}

.p0 {
    padding: 0px
}

.mt5 {
    margin-top: 5px
}

.pt5 {
    padding-top: 5px
}

.mb5 {
    margin-bottom: 5px
}

.pb5 {
    padding-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.pl5 {
    padding-left: 5px
}

.mr5 {
    margin-right: 5px
}

.pr5 {
    padding-right: 5px
}

.m5 {
    margin: 5px
}

.p5 {
    padding: 5px
}

.mt10 {
    margin-top: 10px
}

.pt10 {
    padding-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.pb10 {
    padding-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.pl10 {
    padding-left: 10px
}

.mr10 {
    margin-right: 10px
}

.pr10 {
    padding-right: 10px
}

.m10 {
    margin: 10px
}

.p10 {
    padding: 10px
}

.mt15 {
    margin-top: 15px
}

.pt15 {
    padding-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.pb15 {
    padding-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.pl15 {
    padding-left: 15px
}

.mr15 {
    margin-right: 15px
}

.pr15 {
    padding-right: 15px
}

.m15 {
    margin: 15px
}

.p15 {
    padding: 15px
}

.mt20 {
    margin-top: 20px
}

.pt20 {
    padding-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.pb20 {
    padding-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.pl20 {
    padding-left: 20px
}

.mr20 {
    margin-right: 20px
}

.pr20 {
    padding-right: 20px
}

.m20 {
    margin: 20px
}

.p20 {
    padding: 20px
}

.mt25 {
    margin-top: 25px
}

.pt25 {
    padding-top: 25px
}

.mb25 {
    margin-bottom: 25px
}

.pb25 {
    padding-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.pl25 {
    padding-left: 25px
}

.mr25 {
    margin-right: 25px
}

.pr25 {
    padding-right: 25px
}

.m25 {
    margin: 25px
}

.p25 {
    padding: 25px
}

.mt30 {
    margin-top: 30px
}

.pt30 {
    padding-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.pb30 {
    padding-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.pl30 {
    padding-left: 30px
}

.mr30 {
    margin-right: 30px
}

.pr30 {
    padding-right: 30px
}

.m30 {
    margin: 30px
}

.p30 {
    padding: 30px
}

.mt35 {
    margin-top: 35px
}

.pt35 {
    padding-top: 35px
}

.mb35 {
    margin-bottom: 35px
}

.pb35 {
    padding-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.pl35 {
    padding-left: 35px
}

.mr35 {
    margin-right: 35px
}

.pr35 {
    padding-right: 35px
}

.m35 {
    margin: 35px
}

.p35 {
    padding: 35px
}

.mt40 {
    margin-top: 40px
}

.pt40 {
    padding-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.pb40 {
    padding-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.pl40 {
    padding-left: 40px
}

.mr40 {
    margin-right: 40px
}

.pr40 {
    padding-right: 40px
}

.m40 {
    margin: 40px
}

.p40 {
    padding: 40px
}

.mt45 {
    margin-top: 45px
}

.pt45 {
    padding-top: 45px
}

.mb45 {
    margin-bottom: 45px
}

.pb45 {
    padding-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.pl45 {
    padding-left: 45px
}

.mr45 {
    margin-right: 45px
}

.pr45 {
    padding-right: 45px
}

.m45 {
    margin: 45px
}

.p45 {
    padding: 45px
}

.mt50 {
    margin-top: 50px
}

.pt50 {
    padding-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.pb50 {
    padding-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.pl50 {
    padding-left: 50px
}

.mr50 {
    margin-right: 50px
}

.pr50 {
    padding-right: 50px
}

.m50 {
    margin: 50px
}

.p50 {
    padding: 50px
}

.mt55 {
    margin-top: 55px
}

.pt55 {
    padding-top: 55px
}

.mb55 {
    margin-bottom: 55px
}

.pb55 {
    padding-bottom: 55px
}

.ml55 {
    margin-left: 55px
}

.pl55 {
    padding-left: 55px
}

.mr55 {
    margin-right: 55px
}

.pr55 {
    padding-right: 55px
}

.m55 {
    margin: 55px
}

.p55 {
    padding: 55px
}

.mt60 {
    margin-top: 60px
}

.pt60 {
    padding-top: 60px
}

.mb60 {
    margin-bottom: 60px
}

.pb60 {
    padding-bottom: 60px
}

.ml60 {
    margin-left: 60px
}

.pl60 {
    padding-left: 60px
}

.mr60 {
    margin-right: 60px
}

.pr60 {
    padding-right: 60px
}

.m60 {
    margin: 60px
}

.p60 {
    padding: 60px
}

.mt65 {
    margin-top: 65px
}

.pt65 {
    padding-top: 65px
}

.mb65 {
    margin-bottom: 65px
}

.pb65 {
    padding-bottom: 65px
}

.ml65 {
    margin-left: 65px
}

.pl65 {
    padding-left: 65px
}

.mr65 {
    margin-right: 65px
}

.pr65 {
    padding-right: 65px
}

.m65 {
    margin: 65px
}

.p65 {
    padding: 65px
}

.mt70 {
    margin-top: 70px
}

.pt70 {
    padding-top: 70px
}

.mb70 {
    margin-bottom: 70px
}

.pb70 {
    padding-bottom: 70px
}

.ml70 {
    margin-left: 70px
}

.pl70 {
    padding-left: 70px
}

.mr70 {
    margin-right: 70px
}

.pr70 {
    padding-right: 70px
}

.m70 {
    margin: 70px
}

.p70 {
    padding: 70px
}

.mt75 {
    margin-top: 75px
}

.pt75 {
    padding-top: 75px
}

.mb75 {
    margin-bottom: 75px
}

.pb75 {
    padding-bottom: 75px
}

.ml75 {
    margin-left: 75px
}

.pl75 {
    padding-left: 75px
}

.mr75 {
    margin-right: 75px
}

.pr75 {
    padding-right: 75px
}

.m75 {
    margin: 75px
}

.p75 {
    padding: 75px
}

.mt80 {
    margin-top: 80px
}

.pt80 {
    padding-top: 80px
}

.mb80 {
    margin-bottom: 80px
}

.pb80 {
    padding-bottom: 80px
}

.ml80 {
    margin-left: 80px
}

.pl80 {
    padding-left: 80px
}

.mr80 {
    margin-right: 80px
}

.pr80 {
    padding-right: 80px
}

.m80 {
    margin: 80px
}

.p80 {
    padding: 80px
}

.mt90 {
    margin-top: 90px
}

.pt90 {
    padding-top: 90px
}

.mb90 {
    margin-bottom: 90px
}

.pb90 {
    padding-bottom: 90px
}

.ml90 {
    margin-left: 90px
}

.pl90 {
    padding-left: 90px
}

.mr90 {
    margin-right: 90px
}

.pr90 {
    padding-right: 90px
}

.m90 {
    margin: 90px
}

.p90 {
    padding: 90px
}

.mt100 {
    margin-top: 100px
}

.pt100 {
    padding-top: 100px
}

.mb100 {
    margin-bottom: 100px
}

.pb100 {
    padding-bottom: 100px
}

.ml100 {
    margin-left: 100px
}

.pl100 {
    padding-left: 100px
}

.mr100 {
    margin-right: 100px
}

.pr100 {
    padding-right: 100px
}

.m100 {
    margin: 100px
}

.p100 {
    padding: 100px
}

.mt110 {
    margin-top: 110px
}

.pt110 {
    padding-top: 110px
}

.mb110 {
    margin-bottom: 110px
}

.pb110 {
    padding-bottom: 110px
}

.ml110 {
    margin-left: 110px
}

.pl110 {
    padding-left: 110px
}

.mr110 {
    margin-right: 110px
}

.pr110 {
    padding-right: 110px
}

.m110 {
    margin: 110px
}

.p110 {
    padding: 110px
}

.rs {
    font-family: RupeeForadian
}

.fs20 {
    font-size: 20px !important
}

.fs22 {
    font-size: 22px !important
}

.fs26 {
    font-size: 26px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-12 {
    font-size: 12px !important
}

.sandClr {
    color: var(--sandClr)
}

.gold {
    color: var(--gold)
}

.White {
    color: var(--White)
}

.TextColor {
    color: var(--TextColor)
}

.commonBt {
    border: solid 1px var(--gold);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--gold);
    font-weight: var(--font-weight-500);
    display: block;
    width: 170px;
    margin-right: 10px;
    transition: .5s;
    text-align: center;
    text-transform: uppercase
}

.commonBt:hover {
    color: var(--gold)
}

.commonCTA {
    position: relative;
    display: table;
    border: solid 1px var(--gold);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--gold);
    font-weight: var(--font-weight-500);
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    margin: 24px auto;
    overflow: hidden;
    white-space: nowrap
}

.commonCTA span {
    position: relative;
    z-index: 1
}

.commonCTA::after {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: var(--White);
    top: 100%;
    left: 50%;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    opacity: .1;
    transition: all .8s ease-in;
    transform: translate(-50%, 10%)
}

.commonCTA:hover {
    color: var(--White)
}

.commonCTA:hover::after {
    top: -300%;
    border-radius: 30px;
    opacity: 1;
    background-color: var(--gold);
    background: #f3d77d;
    background: linear-gradient(28deg, rgb(243, 215, 125) 0%, rgb(240, 210, 126) 21%, rgb(183, 152, 82) 49%, rgb(217, 188, 106) 75%, rgb(240, 212, 123) 90%, rgb(212, 180, 95) 100%)
}

.container-1360-wrp {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0px 15px
}

.wow {
    visibility: hidden
}

.split-parent {
    overflow: hidden
}

.split-child {
    display: inline-block
}

.text_reveal {
    overflow: hidden
}

.small-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px
}

.common-ttle,
.common-ttle2,
.common-ttle3 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: var(--font-weight-700);
    letter-spacing: -1.5px;
    text-wrap: balance
}

@media screen and (max-width: 767px) {

    .common-ttle,
    .common-ttle2,
    .common-ttle3 {
        font-size: 32px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

    .common-ttle,
    .common-ttle2,
    .common-ttle3 {
        font-size: 32px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {

    .common-ttle,
    .common-ttle2,
    .common-ttle3 {
        font-size: 32px
    }
}

@media screen and (min-width: 1200px) {

    .common-ttle,
    .common-ttle2,
    .common-ttle3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1600px) {

    .common-ttle,
    .common-ttle2,
    .common-ttle3 {
        font-size: 46px
    }
}

@media screen and (max-width: 767px) {

    .common-ttle br,
    .common-ttle2 br,
    .common-ttle3 br {
        display: none
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

    .common-ttle br,
    .common-ttle2 br,
    .common-ttle3 br {
        display: none
    }
}

.common-ttle3 {
    font-family: "Luxenta"
}

.common-desc {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
    margin-bottom: 20px
}

.title-30 {
    font-size: 30px;
    font-weight: var(--font-weight-700);
    line-height: 1;
    margin-bottom: 15px
}

.title-20 {
    font-size: 20px;
    font-weight: var(--font-weight-700);
    line-height: 1;
    margin-bottom: 15px
}

p {
    font-size: 18px;
    color: var(--TextColor)
}

.infoNos {
    margin-bottom: 20px
}

.infoNos .nos {
    font-size: 46px;
    line-height: 1.2;
    font-weight: var(--font-weight-700);
    letter-spacing: -2px
}

.infoNos .nos .cr {
    font-size: 16px;
    letter-spacing: 0px
}

.infoNos p {
    font-size: 16px;
    font-weight: var(--font-weight-700);
    line-height: 22px
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    border: none;
    outline: none;
    z-index: 9990
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: auto
}

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

.desc {
    font-size: 22px;
    line-height: 36px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: translateY(-100%)
}

@media(max-width: 767px) {
    .header {
        position: absolute;
        padding: 15px 15px;
        background-color: var(--gold)
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header {
        padding: 15px 15px;
        background-color: var(--gold)
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header {
        padding: 15px 15px
    }
}

@media(min-width: 1200px) {
    .header {
        padding: 15px 15px
    }
}

.header.fixed {
    background-color: var(--gold)
}

.header.nav-down {
    top: 0
}

.header.nav-down .links a {
    color: var(--White)
}

.header.nav-down .links a:hover {
    color: var(--White) !important
}

.header.nav-down .header-cta a {
    border: 1px solid var(--White) !important
}

.header.nav-up {
    top: -100%
}

.header .headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .headerInner .logo {
    width: 100px
}

.header .headerInner .logo a {
    display: block
}

.header .headerInner .links {
    display: flex;
    align-items: center;
    column-gap: 24px;
    transition: all .5s ease-in-out
}

@media(max-width: 767px) {
    .header .headerInner .links {
        display: none;
        position: absolute;
        background-color: var(--gold);
        width: 100%;
        height: 100svh;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        transform: translateX(100%);
        padding: 15px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links {
        position: absolute;
        background-color: var(--gold);
        width: 100%;
        height: 100svh;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        transform: translateX(100%);
        padding: 15px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links {
        max-width: 400px;
        position: absolute;
        background-color: var(--gold);
        width: 100%;
        height: 100svh;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        transform: translateX(100%);
        padding: 15px
    }
}

.header .headerInner .links .close {
    display: none;
    width: 35px;
    height: 35px;
    background-image: url(../images/close-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: relative;
    left: 0;
    margin-bottom: 24px
}

@media(max-width: 767px) {
    .header .headerInner .links .close {
        display: block
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links .close {
        display: block
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links .close {
        display: block
    }
}

.header .headerInner .links.open {
    display: block;
    transform: translateX(0%)
}

.header .headerInner .links ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin: 0;
    padding: 0
}

@media(max-width: 767px) {
    .header .headerInner .links ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 24px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 24px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 24px
    }
}

@media(max-width: 767px) {
    .header .headerInner .links ul li {
        width: 100%
    }
}

.header .headerInner .links ul li a {
    display: block;
    color: var(--White);
    transition: all .5s ease-in-out;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500
}

@media(max-width: 767px) {
    .header .headerInner .links ul li a {
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links ul li a {
        font-size: 18px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links ul li a {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .header .headerInner .links ul li a {
        font-size: 10px
    }
}

@media(min-width: 1400px) {
    .header .headerInner .links ul li a {
        font-size: 14px
    }
}

@media(min-width: 1600px) {
    .header .headerInner .links ul li a {
        font-size: 18px
    }
}

.header .headerInner .links ul li:hover a {
    color: var(--gold)
}

.header .headerInner .links .header-cta {
    display: flex;
    column-gap: 16px
}

@media(max-width: 767px) {
    .header .headerInner .links .header-cta {
        flex-direction: column;
        margin-top: 24px;
        row-gap: 24px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links .header-cta {
        flex-direction: column;
        margin-top: 24px;
        row-gap: 24px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links .header-cta {
        flex-direction: column;
        margin-top: 24px;
        row-gap: 24px
    }
}

.header .headerInner .links .header-cta a {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid var(--gold);
    font-size: 18px;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--White);
    font-weight: 500;
    white-space: nowrap;
    transition: all .5s ease-in-out
}

@media(max-width: 767px) {
    .header .headerInner .links .header-cta a {
        font-size: 18px;
        padding: 5px 0;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-radius: 0
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .header .headerInner .links .header-cta a {
        font-size: 18px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .header .headerInner .links .header-cta a {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .header .headerInner .links .header-cta a {
        font-size: 10px
    }
}

@media(min-width: 1400px) {
    .header .headerInner .links .header-cta a {
        font-size: 14px
    }
}

@media(min-width: 1600px) {
    .header .headerInner .links .header-cta a {
        font-size: 18px
    }
}

.header .headerInner .links .header-cta a:hover {
    background-color: var(--gold)
}

.header .headerInner .logo2 {
    display: flex;
    align-items: center;
    column-gap: 16px
}

.header .headerInner .logo2 a {
    display: inline-block;
    width: 100px
}

.header .headerInner .logo2 .menuToggle {
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    background-image: url(../images/hamburger-ico.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block
}

@media(min-width: 1200px) {
    .header .headerInner .logo2 .menuToggle {
        display: none
    }
}

@media(min-width: 1600px) {
    .header .headerInner .logo2 .menuToggle {
        display: none
    }
}

@media(min-width: 1200px) {
    .header .headerInner .logo2 .menuToggle {
        display: none
    }
}

.form-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    padding: 16px;
    background-color: #fff
}

@media(max-width: 767px) {
    .form-model {
        width: 95%
    }
}

.form-model .formGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 0
}

@media(max-width: 767px) {
    .form-model .formGroup {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .form-model .formGroup {
        grid-template-columns: repeat(1, 1fr)
    }
}

.form-model .formGroup .formImg {
    height: 100%
}

@media(max-width: 767px) {
    .form-model .formGroup .formImg {
        aspect-ratio: 4/2
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .form-model .formGroup .formImg {
        aspect-ratio: 4/2
    }
}

.form-model .formGroup .formImg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.form-model .formGroup .formBox {
    background-image: url(../images/form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center
}

@media(max-width: 767px) {
    .form-model .formGroup .formBox {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .form-model .formGroup .formBox {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.form-model .formBox {
    padding: 0 60px
}

@media(max-width: 767px) {
    .form-model .formBox {
        padding: 0 0
    }
}

.form-model .formBox .form-control {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    padding: 14px;
    border: 1px solid var(--gold);
    color: var(--White)
}

.form-model .formBox textarea {
    background-color: rgba(0, 0, 0, 0);
    padding: 14px;
    border-radius: 20px;
    border: 1px solid var(--gold);
    width: 100%;
    resize: none;
    color: var(--White)
}

.form-model .formBox .form-check-label {
    color: #fff;
    font-size: 16px
}

.form-model .formBox .form-check-input {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--gold);
    border-radius: 4px
}

.form-model .formBox .commonCTA {
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.enquire-btn {
    position: fixed;
    bottom: 0%;
    right: 5%;
    /* transform: translate(0, -50%); */
    z-index: 9;
    transform: rotate(90deg);
}

.banner_img img {
    width: 100%;
}

.get_div {
    position: fixed;
    left: 3%;
    bottom: 5%;
    width: fit-content;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 999;
    font-weight: 500;
    background: linear-gradient(28deg, rgb(243, 215, 125) 0%, rgb(240, 210, 126) 21%, rgb(183, 152, 82) 49%, rgb(217, 188, 106) 75%, rgb(240, 212, 123) 90%, rgb(212, 180, 95) 100%);
}

@media(max-width: 767px) {
    .enquire-btn {
        display: none
    }
}

.enquireBtn-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3d77d;
    background: linear-gradient(28deg, rgb(243, 215, 125) 0%, rgb(240, 210, 126) 21%, rgb(183, 152, 82) 49%, rgb(217, 188, 106) 75%, rgb(240, 212, 123) 90%, rgb(212, 180, 95) 100%);
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 9999
}

.enquireBtn-mobile span {
    color: #002115
}

@media(max-width: 767px) {
    .enquireBtn-mobile {
        display: block
    }
}

#banner {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 0px);
    position: relative;
    overflow: hidden;
    background-color: var(--sandClr)
}

#banner .loadingScreen {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 9990;
    transform-origin: left;
    clip-path: inset(0% 0% 0% 0%)
}

#banner .loadingScreen span {
    width: 100%;
    height: 33.333%;
    display: block;
    background-color: var(--sandClr)
}

#banner .bannerCenter {
    width: fit-content;
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
    transform: translateY(-50%);
    z-index: 9990
}

#banner .bannerCenter:after {
    content: "";
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    filter: blur(28px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 1s
}

#banner .bannerCenter.addBackShadow {
    z-index: 1000
}

#banner .bannerCenter.addBackShadow:after {
    opacity: 1
}

@media(max-width: 767px) {
    #banner .bannerCenter {
        width: 300px;
        height: 270px
    }
}

#banner .bannerCenter .bannerTitle {
    opacity: 0;
    transform: translateY(100px)
}

@media(max-width: 767px) {
    #banner .bannerCenter .bannerTitle {
        position: relative;
        top: 90px
    }
}

#banner .bannerCenter .bannerTitle h1 {
    color: var(--White);
    letter-spacing: -1.1px;
    font-family: "Luxenta";
    transition: .5
}

#banner .bannerCenter .bannerTitle h1 .land {
    font-size: 55px
}

@media(min-width: 1200px) {
    #banner .bannerCenter .bannerTitle h1 .land {
        font-size: 42px
    }
}

@media(min-width: 1300px) {
    #banner .bannerCenter .bannerTitle h1 .land {
        font-size: 42px
    }
}

#banner .bannerCenter .bannerTitle h1 .land .char {
    opacity: 0
}

#banner .bannerCenter h6 {
    color: var(--TextColor);
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    opacity: 0
}

#banner .banner-bottom {
    position: absolute;
    bottom: 80px;
    right: 0px;
    left: 0px;
    margin: auto;
    width: fit-content;
    display: flex
}

@media(max-width: 767px) {
    #banner .banner-bottom {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
        text-align: center;
        padding: 0 20px
    }
}

#banner .banner-bottom .banner-purva-panorama {
    padding-top: 10px;
    opacity: 0;
    transform: translateY(100px)
}

#banner .banner-bottom .beds {
    border-left: solid 1px var(--White);
    padding-left: 40px;
    margin-left: 40px;
    opacity: 0;
    transform: translateY(100px)
}

@media(max-width: 767px) {
    #banner .banner-bottom .beds {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        border-top: 1px solid var(--White);
        padding-top: 40px
    }
}

#banner .banner-bottom .beds h2 {
    font-size: 44px;
    color: var(--White);
    text-transform: uppercase
}

@media(max-width: 767px) {
    #banner .banner-bottom .beds h2 {
        font-size: 36px
    }
}

#banner .banner-bottom .beds h3 {
    font-size: 55px;
    color: var(--White);
    text-transform: uppercase;
    line-height: 35px
}

@media(max-width: 767px) {
    #banner .banner-bottom .beds h3 {
        font-size: 36px
    }
}

#banner .banner-bottom .beds h3 span {
    font-size: 32px
}

@media(max-width: 767px) {
    #banner .banner-bottom .beds h3 span {
        font-size: 26px
    }
}

#banner .banner1 {
    height: 100%;
    position: relative;
    transform: scale(1)
}

#banner .banner1 .homeSwiper {
    width: 100%;
    height: 100%
}

#banner .banner1 .homeSwiper .swiper-wrapper {
    width: 100%;
    height: 100%
}

#banner .banner1 .homeSwiper .swiper-wrapper .swiper-slide {
    overflow: hidden;
    height: auto
}

#banner .banner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.8)
}

@media(max-width: 767px) {
    #banner .banner1 img {
        width: auto;
        object-position: left;
        animation: slide 15s linear infinite
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #banner .banner1 img {
        width: auto;
        object-position: left;
        animation: slide 15s linear infinite
    }
}

.bannerBottom {
    text-align: center;
    background: url(../images/greenbg.webp) no-repeat center center;
    background-size: cover;
    padding: 80px 0px
}

.bannerBottom h2 {
    margin-top: 30px;
    font-size: 46px;
    font-family: "Luxenta";
    font-weight: var(--font-weight-700);
    color: #f3d77d;
    background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
    .bannerBottom h2 {
        font-size: 32px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .bannerBottom h2 {
        font-size: 32px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .bannerBottom h2 {
        font-size: 32px
    }
}

@media screen and (min-width: 1200px) {
    .bannerBottom h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1600px) {
    .bannerBottom h2 {
        font-size: 46px
    }
}

@media(max-width: 767px) {
    .bannerBottom h2 br {
        display: none
    }
}

.bannerBottom .bbCards {
    height: 100%
}

.bannerBottom .bbCards .bbicon {
    margin-bottom: 20px;
    height: 60px
}

.bannerBottom .bbCards h3 {
    font-size: 30px;
    font-weight: var(--font-weight-500);
    margin-bottom: 20px;
    color: #f3d77d;
    background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-wrap: balance
}

@media(max-width: 767px) {
    .bannerBottom .bbCards h3 {
        font-size: 24px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .bannerBottom .bbCards h3 {
        font-size: 24px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .bannerBottom .bbCards h3 {
        font-size: 24px
    }
}

.bannerBottom .bbCards p {
    color: var(--White);
    padding: 0px 20px;
    text-wrap: balance
}

@media(max-width: 767px) {
    .bannerBottom .bbCards p {
        padding: 0px 20px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .bannerBottom .bbCards p {
        padding: 0px 20px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .bannerBottom .bbCards p {
        padding: 0px 20px
    }
}

.bannerBottom .bbSwiper {
    margin-top: 60px;
    padding-bottom: 50px
}

.bannerBottom .bbSwiper .swiper-slide {
    transform: translateX(2px);
    height: auto
}

@media(min-width: 768px)and (max-width: 1023px) {
    .bannerBottom .bbSwiper .swiper-slide {
        padding-left: 20px
    }
}

.bannerBottom .bbSwiper .swiper-slide::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 0
}

@media(max-width: 767px) {
    .bannerBottom .bbSwiper .swiper-slide::after {
        display: none
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .bannerBottom .bbSwiper .swiper-slide::after {
        left: -10px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .bannerBottom .bbSwiper .swiper-slide::after {
        left: -25px
    }
}

@media(min-width: 1200px) {
    .bannerBottom .bbSwiper .swiper-slide::after {
        left: -25px
    }
}

.bannerBottom .bbSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--gold)
}

#Experience {
    padding: 80px 0px;
    padding-bottom: 0px
}

@media(max-width: 767px) {
    #Experience {
        padding: 40px 0px;
        padding-bottom: 0px;
        margin-bottom: 40px
    }
}

#Experience .ExperienceImg {
    margin-top: 50px
}

@media(max-width: 767px) {
    #Experience .ExperienceImg {
        margin-top: 40px
    }
}

@media(max-width: 767px) {
    #Experience .ExperienceImg img {
        aspect-ratio: 4/5;
        object-fit: cover
    }
}

#Experience .ExperienceImg a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

@media(max-width: 767px) {
    #Experience .ExperienceImg a {
        transform: scale(1)
    }
}

#Experience .ExperienceImg a .playBt {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    margin: auto;
    width: 114px;
    height: 135px
}

#Experience .ExperienceImg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 767px) {
    #Experience .ExperienceImg video {
        aspect-ratio: 4/4;
        object-fit: cover
    }
}

#Experience .common-ttle3 {
    color: #002115
}

#iconic {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    text-align: center;
    height: auto
}

@media(max-width: 767px) {
    #iconic {
        margin-bottom: 40px
    }
}

#iconic .container {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    padding-top: 40px
}

@media(max-width: 767px) {
    #iconic .container {
        padding-top: 30px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #iconic .container {
        padding-top: 60px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    #iconic .container {
        padding-top: 60px
    }
}

#iconic .common-ttle3 {
    background: linear-gradient(180deg, #ffffff 52.72%, rgba(255, 255, 255, 0.3) 77.04%, rgba(255, 255, 255, 0) 101.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-size: 80px;
    line-height: 1
}

@media(max-width: 767px) {
    #iconic .common-ttle3 {
        font-size: 55px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #iconic .common-ttle3 {
        font-size: 55px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    #iconic .common-ttle3 {
        font-size: 55px
    }
}

#iconic p {
    color: var(--White);
    font-size: 26px;
    font-weight: var(--font-weight-700);
    font-family: "Luxenta"
}

@media(max-width: 767px) {
    #iconic p {
        font-size: 20px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #iconic p {
        font-size: 20px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    #iconic p {
        font-size: 20px
    }
}

#iconic .iconic-bg {
    width: 100%;
    height: 100%
}

#iconic .iconic-bg span {
    width: 100%;
    height: 100%
}

#iconic .iconic-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 767px) {
    #iconic .iconic-bg img {
        height: 100svh;
        width: auto;
        animation: slide 12s linear infinite
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #iconic .iconic-bg img {
        height: 100svh;
        width: auto;
        animation: slide 12s linear infinite
    }
}

#location {
    position: relative;
    padding: 100px 0px;
    height: 950px;
    overflow: hidden;
    background: url(../images/greenbg.webp) no-repeat center center;
    background-size: cover;
    padding: 0
}

@media(max-width: 767px) {
    #location {
        padding: 0 0px 40px;
        height: auto
    }
}

#location .mapImage {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%
}

@media(max-width: 767px) {
    #location .mapImage {
        display: none
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #location .mapImage {
        display: none
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    #location .mapImage {
        display: none
    }
}

#location .mapImage img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#location .locationmap {
    position: absolute;
    right: 0px;
    top: 0px
}

@media(max-width: 767px) {
    #location .locationmap {
        display: none;
        position: relative
    }
}

#location .locationmap .LocationPin {
    position: absolute;
    top: 0px
}

#location .locationmap .LocationPinName {
    position: absolute;
    top: 38px;
    left: -126px
}

#location .locationmap .LocationPin2 {
    position: absolute;
    top: 310px;
    left: 350px
}

#location .locationmap .LocationPin2::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    bottom: 0px;
    left: 17px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: .5s;
    animation: pulse-animation 2s infinite
}

#location .locationmap .LocationPin3 {
    position: absolute;
    top: 255px;
    left: 174px;
    transform-origin: center
}

#location .locationmap .compass {
    position: absolute;
    right: 30px;
    bottom: 30px
}

#location button:focus {
    outline: none;
    border: none;
    box-shadow: none
}

#location .accordion {
    margin-top: 40px
}

#location .accordion-item {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid rgba(197, 164, 89, .2)
}

#location .accordion-button,
#location .accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0) !important;
    font-weight: var(--font-weight-400);
    font-size: 26px;
    color: #f3d77d;
    background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(197, 164, 89, .2)
}

#location .locationList {
    margin: 0px;
    padding: 0px;
    list-style-type: disc;
    padding-left: 20px
}

#location .locationList li {
    position: relative;
    font-size: 18px;
    padding: 3px 0px;
    padding-left: 2px;
    transition: .3s;
    color: var(--White)
}

.reg_div {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.reg_div h1 {
    font-family: "Luxenta";
    font-size: 20px;
    text-align: center;
    color: #f3d77d;
    margin-bottom: 1.5rem;
}

.reg_div .form-control {
    border-radius: 30px;
    background-color: transparent;
    padding: 14px;
    border: 2px solid #fff;
    color: var(--White);
}

.reg_div textarea {
    background-color: transparent;
    padding: 14px;
    border-radius: 20px;
    border: 2px solid #fff;
    width: 100%;
    resize: none;
    color: var(--White);
}

.reg_div .form-check-label {
    color: #ffffff;
    font-size: 16px;
}

.reg_div .form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}

.reg_div .commonCTA {
    padding: 15px 30px;
    font-size: 20px;
}
.div-line {
    border-right: 1px solid #fff;
}

@media(max-width: 767px) {
    #location .locationList li {
        padding-left: 13px
    }

    .reg_div {
        margin-bottom: 30px;
    }

    .over_row {
        flex-direction: column-reverse;
    }
}

#location .locationList li:hover {
    color: var(--gold);
    margin-left: 3px
}

#location .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C59A5B'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(144, 23, 73, .5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(144, 23, 73, 0)
    }
}

#location .mobilemap {
    margin-top: 30px;
    position: relative;
    margin: 0 -30px
}

@media(min-width: 1200px) {
    #location .mobilemap {
        display: none
    }
}

@media(min-width: 1300px) {
    #location .mobilemap {
        display: none
    }
}

#location .mobilemap a {
    border: none;
    outline: none
}

#location .mobilemap::after {
    content: "Click to zoom";
    width: fit-content;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    background-color: var(--gold);
    color: var(--White);
    z-index: 1;
    padding: 10px;
    line-height: 5px;
    font-weight: 700;
    font-size: 14px;
    pointer-events: none
}

#ExpansiveHomes {
    position: relative;
    overflow: hidden;
    height: 90svh;
    overflow: hidden
}

#ExpansiveHomes .ExpansiveHomes-bg {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0%;
    right: 0px;
    width: 100%;
    height: 100%
}

@media(max-width: 767px) {
    #ExpansiveHomes .ExpansiveHomes-bg img {
        width: auto;
        animation: slide 15s linear infinite
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #ExpansiveHomes .ExpansiveHomes-bg img {
        width: auto;
        animation: slide 15s linear infinite
    }
}

#ExpansiveHomes .container {
    position: absolute;
    top: 130px;
    right: 0px;
    margin: auto;
    left: 0px;
    z-index: 9;
    text-align: center;
    height: 100%
}

#ExpansiveHomes .container .ExpansiveBottom {
    position: absolute;
    bottom: 250px;
    background-color: var(--White);
    border-radius: 5px;
    left: 0px;
    right: 0px;
    width: fit-content;
    margin: auto;
    padding-right: 60px
}

@media(max-width: 767px) {
    #ExpansiveHomes .container .ExpansiveBottom {
        display: none;
        width: 90%;
        padding-right: 0;
        padding: 16px 0
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #ExpansiveHomes .container .ExpansiveBottom {
        width: 90%;
        padding-right: 0;
        padding: 16px 0
    }
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards {
    position: relative;
    display: flex;
    text-align: left;
    padding: 11px 15px
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards.carpetAreaCards2::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--gold);
    position: absolute;
    left: -14px;
    top: 0px
}

@media(max-width: 767px) {
    #ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards.carpetAreaCards2::after {
        width: 100%;
        height: 1px;
        left: 0px;
        top: 4px
    }
}

@media(max-width: 767px) {
    #ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards {
        flex-direction: column;
        row-gap: 6px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards {
        flex-direction: column;
        row-gap: 6px
    }
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .bhk {
    margin-right: 20px;
    padding-top: 6px
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .CarpetArea {
    text-transform: uppercase
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .CarpetArea h6 {
    font-size: 20px
}

#ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
    font-size: 30px
}

@media(max-width: 767px) {
    #ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
        font-size: 20px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    #ExpansiveHomes .container .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    #ExpansiveHomes .container .ExpansiveBottom .commonCTA {
        margin-bottom: 16px
    }
}

#ExpansiveHomes .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 5
}

.ExpansiveHomes-mobile {
    display: none
}

@media(max-width: 767px) {
    .ExpansiveHomes-mobile {
        display: block
    }
}

@media(max-width: 767px) {
    .ExpansiveHomes-mobile .ExpansiveBottom {
        width: 100%;
        padding-right: 0;
        padding: 16px 0
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .ExpansiveHomes-mobile .ExpansiveBottom {
        width: 90%;
        padding-right: 0;
        padding: 16px 0
    }
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards {
    position: relative;
    display: flex;
    text-align: left;
    padding: 11px 15px
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards.carpetAreaCards2::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--gold);
    position: absolute;
    left: -14px;
    top: 0px
}

@media(max-width: 767px) {
    .ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards {
        flex-direction: column;
        row-gap: 6px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards {
        flex-direction: column;
        row-gap: 6px
    }
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .bhk {
    margin-right: 20px;
    padding-top: 6px
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .CarpetArea {
    text-transform: uppercase
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .CarpetArea h6 {
    font-size: 20px
}

.ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
    font-size: 30px
}

@media(max-width: 767px) {
    .ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
        font-size: 18px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .ExpansiveHomes-mobile .ExpansiveBottom .carpetAreaCards .CarpetArea h5 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .ExpansiveHomes-mobile .ExpansiveBottom .commonCTA {
        margin-bottom: 16px
    }
}

.moreInfromation-wrp {
    width: 100%;
    margin: 0 auto;
    background-color: var(--sandClr);
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
    position: relative
}

.moreInfromation-wrp .moreInfromation-lhs {
    height: 600px;
    overflow: hidden
}

.moreInfromation-wrp .moreInfromation-lhs img {
    width: 100%;
    height: 110%;
    object-fit: cover
}

@media(max-width: 767px) {
    .moreInfromation-wrp .moreInfromation-lhs {
        height: auto
    }
}

.moreInfromation-wrp .moreInfromation-rhs {
    padding: 70px 50px
}

@media(max-width: 767px) {
    .moreInfromation-wrp .moreInfromation-rhs {
        padding: 20px;
        padding-bottom: 30px
    }
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight {
    margin-top: 30px
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box {
    position: relative
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box input,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #a4a4a4;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box .labeltag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    opacity: .3;
    pointer-events: none;
    transition: .5s
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box input:focus~.labeltag,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea:focus~.labeltag,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea:valid~.labeltag,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box input:valid~.labeltag {
    top: -20px;
    left: 0;
    color: #000;
    opacity: 1;
    font-size: 12px
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    opacity: 1;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.moreInfromation-wrp .form-group {
    display: block;
    margin-bottom: 15px
}

.moreInfromation-wrp .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0 !important;
    display: none;
    cursor: pointer
}

.moreInfromation-wrp .form-group .labeltag {
    position: relative;
    cursor: pointer;
    opacity: .6
}

.moreInfromation-wrp .form-group .labeltag:before {
    content: "";
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #414042;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    transform: translateY(-3px)
}

.moreInfromation-wrp .form-group input:checked+.labeltag:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #414042;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.moreInfromation-wrp button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin-top: 30px
}

.image-label {
    max-width: 70%;
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: right;
    color: var(--White);
    font-size: 10px;
    letter-spacing: .5px;
    padding: 4px;
    line-height: 1.5;
    font-weight: 600;
    z-index: 2
}

@media(max-width: 767px) {
    .image-label {
        width: 100%;
        left: 0;
        font-size: 8px;
        right: inherit;
        text-align: right;
        padding-left: 16px;
        max-width: 100%
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .image-label {
        width: 100%
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .image-label {
        width: 100%
    }
}

@media(min-width: 1200px) {
    .image-label {
        font-size: 8px
    }
}

@media(min-width: 1400px) {
    .image-label {
        font-size: 8px
    }
}

@media(min-width: 1600px) {
    .image-label {
        font-size: 10px
    }
}

.ten-cols .col-xs-1 {
    width: 10%
}

.five-cols .col-xs-2 {
    width: 20%
}

@media(min-width: 768px) {
    .ten-cols .col-sm-1 {
        width: 10%
    }

    .five-cols .col-sm-2 {
        width: 20%
    }
}

@media(min-width: 992px) {
    .ten-cols .col-md-1 {
        width: 10%
    }

    .five-cols .col-md-2 {
        width: 20%
    }
}

@media(min-width: 1200px) {
    .ten-cols .col-lg-1 {
        width: 10%
    }

    .five-cols .col-lg-2 {
        width: 20%
    }
}

.fancybox-content {
    padding: 0px !important
}

.fancybox-content .container {
    padding-left: 0px;
    padding-right: 0px
}

.getintouchRight2 {
    padding: 40px 70px
}

.getintouchRight2 .login-box .user-box {
    position: relative
}

.getintouchRight2 .login-box h6 {
    margin: 0 0 30px 0px;
    padding: 0;
    color: var(--black)
}

.getintouchRight2 .login-box .user-box input,
.getintouchRight2 .login-box .user-box textarea,
.getintouchRight2 .login-box .user-box select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.getintouchRight2 .login-box .user-box .labeltag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    opacity: .6;
    pointer-events: none;
    transition: .5s;
    text-transform: capitalize
}

.getintouchRight2 .user-box label.error {
    position: unset !important;
    bottom: -20px;
    color: red;
    font-size: 10px !important;
    padding: 0px
}

.getintouchRight2 .user-box {
    position: relative;
    margin-bottom: 15px
}

.getintouchRight2 .login-box .user-box select {
    appearance: auto !important;
    -webkit-appearance: auto !important
}

.getintouchRight2 .login-box .user-box input:focus~.labeltag,
.getintouchRight2 .login-box .user-box textarea:focus~.labeltag,
.getintouchRight2 .login-box .user-box textarea:valid~.labeltag,
.getintouchRight2 .login-box .user-box input:valid~.labeltag {
    top: -20px;
    left: 0;
    color: var(--blue);
    opacity: 1;
    font-size: 12px
}

select {
    opacity: .6
}

.SubmitBtn {
    font-size: 16px;
    font-weight: var(--font-weight-600);
    transition: .5s;
    padding: 10px 15px;
    background-color: var(--brown);
    color: var(--White);
    border: none;
    display: inline-block
}

.SubmitBtn span {
    transition: .5s;
    display: inline-block;
    transform: translate(0px, -3px)
}

.SubmitBtn:hover {
    padding-right: 20px;
    background-color: var(--brown);
    color: var(--White)
}

.SubmitBtn:hover span {
    transform: translate(10px, -3px)
}

.SubmitBtn:hover span svg path {
    fill: var(--White)
}

.Close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0px;
    z-index: 1;
    border: none;
    box-shadow: none
}

.Close_btn:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.poplogo {
    margin-bottom: 30px
}

#enqueryFormPopup .modal-body {
    padding: 0px
}

#enqueryFormPopup .modal-dialog {
    max-width: 900px !important
}

.modal {
    z-index: 9999;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px)
}

.modal-body {
    padding: 0px
}

#thankyou {
    background-color: var(--brown)
}

#thankyou .thankyouLeft {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 130px;
    gap: 23px
}

#thankyou .thankyouLeft h4 {
    font-weight: var(--font-weight-700);
    color: var(--White);
    font-size: 30px
}

#thankyou .thankyouLeft p {
    color: var(--White)
}

#thankyou .thankyou-img {
    position: relative
}

#thankyou .thankyou-img .image-label {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: fit-content;
    text-align: center;
    color: var(--White);
    font-size: 9px;
    padding: 4px;
    line-height: 1;
    font-weight: 600
}

.amenities_wrp {
    background-color: var(--White);
    padding: 100px 0;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .amenities_wrp {
        padding: 40px 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .amenities_wrp {
        padding: 40px 0
    }
}

.amenities_wrp .amenities-left {
    padding-left: 100px
}

@media screen and (max-width: 767px) {
    .amenities_wrp .amenities-left {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .amenities_wrp .amenities-left {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .amenities_wrp .amenities-left {
        padding-left: 50px
    }
}

@media screen and (min-width: 1200px) {
    .amenities_wrp .amenities-left {
        padding-left: 50px
    }
}

.amenities_wrp .amenities-left .commonCTA {
    margin: 25px 0
}

@media(max-width: 767px) {
    .amenities_wrp .amenities-left .commonCTA {
        margin: 15px 0 0
    }
}

.amenities_wrp .amenities-left .commonCTA::after {
    background-color: #002115
}

.amenities_wrp .amenities-left .commonCTA:hover::after {
    background-color: var(--gold)
}

@media screen and (max-width: 767px) {
    .amenities_wrp .amenities-right {
        margin-top: 40px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .amenities_wrp .amenities-right {
        margin-top: 40px
    }
}

.amenities_wrp .amenities-right .amenitiesSwiper {
    overflow: visible;
    padding-bottom: 50px
}

@media(max-width: 767px) {
    .amenities_wrp .amenities-right .amenitiesSwiper {
        padding-bottom: 50px
    }
}

.amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: var(--op, center)
}

.amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
    display: flex;
    align-items: flex-end
}

.amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay span {
    color: var(--White);
    display: block;
    font-size: 24px;
    position: relative;
    bottom: 16px;
    left: 16px;
    text-transform: capitalize
}

@media(max-width: 767px) {
    .amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay span {
        bottom: 25px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay span {
        bottom: 50px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay span {
        bottom: 50px
    }
}

@media(min-width: 1200px) {
    .amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .overlay span {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .amenities_wrp .amenities-right .amenitiesSwiper .swiper-wrapper .swiper-slide .image-label {
        bottom: 2px
    }
}

.infinityPool {
    position: relative;
    overflow: hidden
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .infinityPool .bg {
        aspect-ratio: 4/3
    }
}

.infinityPool .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media(max-width: 767px) {
    .infinityPool .bg img {
        width: auto !important;
        animation: slide 15s linear infinite
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .infinityPool .bg img {
        width: auto !important;
        animation: slide 15s linear infinite
    }
}

.infinityPool .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 100px
}

@media(max-width: 767px) {
    .infinityPool .container {
        padding-top: 50px
    }
}

.infinityPool .container .common-ttle3 {
    color: #fff
}

.infinityPool .container .commonCTA {
    color: var(--White);
    border: 1px solid var(--White)
}

.infinityPool .container .commonCTA::after {
    background-color: #002115
}

.infinityPool .container .commonCTA:hover {
    color: var(--White);
    border: 1px solid var(--gold)
}

.infinityPool .container .commonCTA:hover::after {
    background-color: var(--gold)
}

.grandMasterPlan {
    position: relative;
    overflow: hidden;
    background-image: url(../images/grand-master-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 150px
}

@media(max-width: 767px) {
    .grandMasterPlan {
        padding: 40px 0 150px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .grandMasterPlan {
        padding: 80px 0 150px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .grandMasterPlan {
        padding: 80px 0 150px
    }
}

.grandMasterPlan .plan {
    display: block;
    position: relative
}

@media(max-width: 767px) {
    .grandMasterPlan .plan {
        margin-bottom: 30px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .grandMasterPlan .plan {
        margin-bottom: 30px
    }
}

.grandMasterPlan .plan .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out
}

@media(max-width: 767px) {
    .grandMasterPlan .plan .over {
        opacity: 1
    }
}

.grandMasterPlan .plan .over span {
    display: block;
    color: var(--White);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #002115;
    padding: 12px;
    border-radius: 30px;
    min-width: 144px
}

.grandMasterPlan .plan:hover .over {
    opacity: 1
}

.grandMasterPlan .common-ttle3 {
    color: var(--gold);
    color: #f3d77d;
    background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.grandMasterPlan .planname {
    padding: 20px;
    font-size: 24px;
    color: #002115;
    text-align: center;
    background: #f3d77d;
    background: linear-gradient(28deg, rgb(243, 215, 125) 0%, rgb(240, 210, 126) 21%, rgb(183, 152, 82) 49%, rgb(217, 188, 106) 75%, rgb(240, 212, 123) 90%, rgb(212, 180, 95) 100%);
    text-transform: uppercase
}

@media(max-width: 767px) {
    .grandMasterPlan .image-label {
        max-width: 100%
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .grandMasterPlan .image-label {
        max-width: 100%
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .grandMasterPlan .image-label {
        max-width: 70%
    }
}

.interior-exterior {
    position: relative;
    overflow: hidden;
    background-color: var(--White);
    padding: 100px 0
}

@media(max-width: 767px) {
    .interior-exterior {
        padding: 50px 0
    }
}

.interior-exterior .nav-tabs {
    justify-content: center;
    margin-top: 50px;
    font-size: 24px;
    border: none
}

.interior-exterior .nav-tabs .nav-link {
    border: none;
    color: #002115;
    opacity: .5
}

.interior-exterior .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000;
    opacity: 1
}

@media(max-width: 767px) {
    .interior-exterior .nav-tabs .nav-link.active {
        background: #f3d77d;
        background: linear-gradient(28deg, rgb(243, 215, 125) 0%, rgb(240, 210, 126) 21%, rgb(183, 152, 82) 49%, rgb(217, 188, 106) 75%, rgb(240, 212, 123) 90%, rgb(212, 180, 95) 100%)
    }
}

.interior-exterior .tab-content {
    margin-top: 40px
}

.interior-exterior .tab-content .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.full {
    width: 55%;
    height: 600px
}

@media(max-width: 767px) {
    .interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.full {
        width: 100%
    }
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.full .imageBox {
    height: 100%
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.half {
    width: 30%;
    height: 600px
}

@media(max-width: 767px) {
    .interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.half {
        width: 100%
    }
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.half .imageBox {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    height: 100%
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide.half .imageBox a {
    height: 50%;
    overflow: hidden
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a {
    display: block;
    height: 100%;
    position: relative
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(200deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    pointer-events: none
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a .overlay span {
    color: var(--White);
    display: block;
    font-size: 24px;
    position: relative;
    bottom: 16px;
    left: 16px;
    text-transform: capitalize
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    background-image: url(../images/magnifier.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.interior-exterior .tab-content .swiper .swiper-wrapper .swiper-slide .imageBox a:hover::after {
    opacity: 1;
    visibility: visible
}

.interior-exterior .tab-content .swiper .swiper-button-next {
    right: 20px
}

.interior-exterior .tab-content .swiper .swiper-button-prev {
    left: 20px
}

.whyToInvest {
    position: relative;
    overflow: hidden;
    background-color: var(--White);
    padding-bottom: 100px
}

@media(max-width: 767px) {
    .whyToInvest {
        padding-bottom: 75px
    }
}

.whyToInvest .whyInvestSwiper {
    padding-bottom: 50px;
    overflow: visible
}

.whyToInvest .whyInvestSwiper .swiper-wrapper .swiper-slide {
    height: auto
}

.whyToInvest .whyInvestSwiper .swiper-wrapper .swiper-slide .icoBox {
    border: 1px solid var(--gold);
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    height: 100%
}

.whyToInvest .whyInvestSwiper .swiper-wrapper .swiper-slide .icoBox img {
    margin-bottom: 16px
}

.whyToInvest .whyInvestSwiper .swiper-wrapper .swiper-slide .icoBox p {
    font-size: 20px;
    font-weight: 500;
    color: #002115;
    line-height: 1.2;
    margin-bottom: 0
}

.whyToInvest .slider-controls {
    position: relative;
    display: flex;
    justify-content: space-between
}

.whyToInvest .slider-controls .buttonGroup {
    position: relative;
    width: 110px
}

.whyToInvest .slider-controls .swiper-scrollbar {
    position: relative;
    width: calc(100% - 150px);
    background-color: rgba(0, 0, 0, .2)
}

.whyToInvest .slider-controls .swiper-button-next::after,
.whyToInvest .slider-controls .swiper-button-prev::after {
    display: none
}

.experience-luxury {
    position: relative;
    overflow: hidden;
    background-image: url(../images/grand-master-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0
}

@media(max-width: 767px) {
    .experience-luxury {
        padding: 80px 0 0
    }
}

.experience-luxury .common-ttle3 {
    color: #f3d77d;
    background-image: linear-gradient(45deg, #f3d77d 0%, #e2c570 21%, #b79852 49%, #d9bc6a 50%, #f0d47b 75%, #d4b45f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.experience-luxury p {
    color: var(--White);
    font-size: 26px
}

.experience-luxury .form-control {
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0);
    padding: 14px;
    border: 1px solid var(--gold);
    color: var(--White)
}

.experience-luxury textarea {
    background-color: rgba(0, 0, 0, 0);
    padding: 14px;
    border-radius: 20px;
    border: 1px solid var(--gold);
    width: 100%;
    resize: none;
    color: var(--White)
}

.experience-luxury .form-check-label {
    color: #fff;
    font-size: 16px
}

.experience-luxury .form-check-input {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--gold);
    border-radius: 4px
}

.experience-luxury .commonCTA {
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.footer {
    position: relative
}

@media(max-width: 767px) {
    .footer {
        padding-bottom: 46px
    }
}

.footer .footer-top {
    padding: 50px 0;
    background-color: #fff
}

.footer .footer-top .row {
    row-gap: 20px
}

.footer .footer-top .row .top-mid {
    position: relative
}

.footer .footer-top .row .top-mid::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    left: -28px;
    top: 0
}

@media(max-width: 767px) {
    .footer .footer-top .row .top-mid::before {
        display: none
    }
}

.footer .footer-top .row .top-mid::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    right: -28px;
    top: 0
}

@media(max-width: 767px) {
    .footer .footer-top .row .top-mid::after {
        display: none
    }
}

.footer .footer-top .footerLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 16px
}

.footer .footer-top .footerLinks li a {
    color: #002115
}

@media(max-width: 767px) {
    .footer .footer-top .footerLinks li a {
        font-size: 12px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .footer .footer-top .footerLinks li a {
        font-size: 10px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .footer .footer-top .footerLinks li a {
        font-size: 10px
    }
}

@media(min-width: 1200px) {
    .footer .footer-top .footerLinks li a {
        font-size: 12px
    }
}

@media(min-width: 1600px) {
    .footer .footer-top .footerLinks li a {
        font-size: 16px
    }
}

.footer .footer-top .footerLinks li a:hover {
    color: var(--gold)
}

.footer .footer-top .smallTxt {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    text-transform: uppercase
}

@media(min-width: 768px)and (max-width: 1023px) {
    .footer .footer-top .address p {
        font-size: 10px
    }
}

.footer .footer-top .addresslinks a {
    color: #000
}

.footer .footer-bottom {
    padding: 20px 0;
    background-color: #cfcfcf
}

.footer .footer-bottom .row {
    row-gap: 24px
}

.footer .footer-bottom .footer-social {
    list-style: none;
    display: flex;
    column-gap: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(max-width: 767px) {
    .footer .footer-bottom .footer-social {
        justify-content: center
    }
}

.fancybox-button svg path {
    fill: #fff !important
}

#toTop {
    display: none !important
}

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

::placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

::-webkit-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #fff
}

.form-control::-ms-input-placeholder {
    color: #fff
}

@keyframes slide {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-50%)
    }
}

.homeBanner {
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background-color: var(--White)
}

@media(max-width: 767px) {
    .homeBanner {
        height: auto;
    }
}

.homeBanner .homeSwiper {
    height: 100%
}

.homeBanner .homeSwiper .swiper-wrapper {
    height: 100%
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide .bg {
    height: 100%;
    transition: 10s ease-in-out;
    transform: scale(1.1)
}

@media(max-width: 767px) {
    .homeBanner .homeSwiper .swiper-wrapper .swiper-slide .bg {
        transform: scale(1)
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .homeBanner .homeSwiper .swiper-wrapper .swiper-slide .bg {
        transform: scale(1)
    }
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 5
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide .banner_top {
    position: absolute;
    width: 200px;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px)
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide .banner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px)
}

@media(max-width: 767px) {
    .homeBanner .homeSwiper .swiper-wrapper .swiper-slide .banner_bottom img {
        height: 85px;
        object-fit: cover
    }
}

.homeBanner .homeSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
    transform: scale(1)
}

@media(max-width: 767px) {
    .homeBanner .homeSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg img {
        width: auto;
        animation: slide 15s ease-in-out infinite
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .homeBanner .homeSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg img {
        width: auto;
        animation: slide 15s ease-in-out infinite
    }
}

.homeBanner .homeSwiper .swiper-pagination {
    bottom: 210px
}

@media(max-width: 767px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 95px
    }
}

@media(min-width: 768px)and (max-width: 1023px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 100px
    }
}

@media(min-width: 1024px)and (max-width: 1199px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 100px
    }
}

@media(min-width: 1200px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 100px
    }
}

@media(min-width: 1300px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 100px
    }
}

@media(min-width: 1400px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 160px
    }
}

@media(min-width: 1600px) {
    .homeBanner .homeSwiper .swiper-pagination {
        bottom: 210px
    }
}

.homeBanner .homeSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: var(--gold)
}

@media(max-width: 767px) {
    .fancybox-slide--video {
        padding: 0 !important
    }
}

@media(max-width: 767px) {
    .fancybox-slide--video .fancybox-content {
        width: 100% !important;
        height: 490px !important
    }
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--gold)
}

/*# sourceMappingURL=style.min.css.map */