:root {
    --sandClr: #FFF3E9;
    --black: #ac875b;
    --gold: #ba8f59;
    --White: #fff;
    --black: #000;
    --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(--brwon) !important
}

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

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

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

@font-face {
  font-family: "Futura";
  src: url('../fonts/Futura.ttc');
}

@font-face {
  font-family: "Helvetica-Light";
  src: url('../fonts/Helvetica-Light.ttf');
}

html,
body {
    font-family: "Futura" !important;
    padding: 0px;
    margin: 0px;
    /* font-weight: 400 !important */
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
     /* font-family: "Futura" !important; */

}

a:hover {
    text-decoration: none
}

.span-normal {
    font-feature-settings: "ss04" 1 !important;

}

.span-set0 {
    font-feature-settings: "ss00" 1 !important;
}

.span-set1 {
    font-feature-settings: "ss01" 1 !important;
}

.span-set2 {
    font-feature-settings: "ss02" 1 !important;
}

.span-set3 {
    font-feature-settings: "ss03" 1 !important;
}

.span-set4 {
    font-feature-settings: "ss04" 1 !important;
}

.span-set5 {
    font-feature-settings: "ss05" 1 !important;
}

.span-set6 {
    font-feature-settings: "ss06" 1 !important;
}

.span-set7 {
    font-feature-settings: "ss07" 1 !important;
}

.span-set8 {
    font-feature-settings: "ss08" 1 !important;
}

.span-set9 {
    font-feature-settings: "ss09" 1 !important;
}

.span-set10 {
    font-feature-settings: "ss010" 1 !important;
}

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

.disclamiersize {
    font-size: 8px !important
}

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

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

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

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

.commonBt {
    display: inline-block;
    border: solid 1px #fff;
    color: var(--black);
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: var(--font-weight-300); */
    position: relative;
    margin: 0px 10px;
}

.commonBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: var(--White);
    color: var(--black);
    transition: .5s;
    cursor: pointer;
    font-weight: 100;
}

.commonBt span strong {
    /* font-weight: var(--font-weight-300); */
    position: relative;
    z-index: 1
}

.commonBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: #6e7b47;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center
}

.commonBt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border: solid 1px #fff;
    height: 100%;
    width: 100%
}

.commonBt:hover::before {
    border: solid 1px #fff;
}

.commonBt:hover span {
    color: var(--White);
    padding-right: 30px
}

.commonBt:hover span::before {
    width: 100%;
    background-image: url(../images/arrow-right.svg)
}

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

.commonBt:hover i {
    color: #fff !important;
}

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

.sub-ttle {
    font-size: 46px;
    letter-spacing: -1.5px;
    line-height: 1.1;
    padding-bottom: 15px;
}

.common-ttlenew {
    font-size: 43px;
    color: rgb(0, 0, 0);
    font-family: "Helvetica-Light";
    font-feature-settings: "ss01";
       /* font-weight: var(--font-weight-300); */
    display: flex;
    margin: 0px;
    font-weight: 300 !important;
}

.common-ttle,
.common-ttle2 {
    font-size: 17px;
    /*line-height: 1.1;*/
    /*font-weight: var(--font-weight-700);*/
    /*letter-spacing: -1.5px;*/
}

.common-ttlenew2 {
    font-size: 17px;
    line-height: 1.1;
    /*font-weight: var(--font-weight-700);
    letter-spacing: -1.5px;*/
}

.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: 14px;
    color: var(--TextColor)
}

li {
    font-size: 14px;
}

.infoNos {
    margin-bottom: 20px
}

.infoNos .nos {
    font-size: 38px;
    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;
    left: 0px;
    top: -100px;
    width: 100%;
    padding: 10px 0px;
    z-index: 1031;
    transition: .5s;
    background-color: var(--White);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1)
}

#header .container {
    position: relative;
    display: flex
}

#header .navbar input[type=checkbox],
#header .navbar .hamburger-lines {
    display: none
}

#header .navbar {
    padding: 0px;
    width: 100%;
    display: inherit
}

#header .navbar-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

#header .menu-items {
    /*order: 2;*/
    display: flex;
    margin: 0px;
    padding: 0px;
    margin: auto
}

/*#header .logo {
    order: 1
}*/

#header .menu-items li {
    list-style: none;
    margin-left: 2rem
}

#header .navbar a {
    color: #000;
    text-decoration: none;
    /* font-weight: var(--font-weight-300); */
    transition: color .3s ease-in-out;
    display: block;
    font-size: 15px;
    position: relative;
    overflow: hidden
}

#header .navbar a span {
    display: block;
    position: relative;
    transform: translateY(0)
}

#header .navbar a::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    color: var(--black)
}

#header .navbar a:hover span,
#header .navbar a.active span {
    transform: translateY(-100%);
    opacity: 0;
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

#header .navbar a:hover::after,
#header .navbar a.active::after {
    transform: translateY(0);
    transition: all .5s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@media(max-width: 768px) {
    #header .navbar {
        opacity: .95
    }

    #header .navbar-container input[type=checkbox],
    #header .navbar-container .hamburger-lines {
        display: block
    }

    #header .navbar-container {
        display: block;
        position: relative;
        height: 75px
    }

    #header .navbar-container input[type=checkbox] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer
    }

    #header .navbar-container .hamburger-lines {
        display: block;
        height: 24px;
        width: 33px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #header .navbar-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #c59a5b
    }

    #header .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform .3s ease-in-out
    }

    #header .navbar-container .hamburger-lines .line2 {
        transition: transform .2s ease-in-out
    }

    #header .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform .3s ease-in-out
    }

    #header .navbar .menu-items {
        padding-top: 30px;
        background: #c89f63;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px !important;
        padding-left: 0px;
        transition: transform .5s ease-in-out;
        overflow: hidden
    }

    #header .navbar .menu-items li {
        font-size: 1.1rem;
        /* font-weight: 500; */
        margin-right: 2rem;
        padding: 18px 0px;
        border-bottom: solid 1px rgba(255, 255, 255, .5)
    }

    #header .logo {
        position: absolute;
        top: 10px;
        font-size: 2.5rem
    }

    #header .navbar-container input[type=checkbox]:checked~.menu-items {
        transform: translateX(0)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line2 {
        transform: scaleY(0)
    }

    #header .navbar-container input[type=checkbox]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg)
    }
}

@media(max-width: 500px) {
    #header .navbar-container input[type=checkbox]:checked~.logo {
        display: none
    }
}

#header .NavRight {
    display: flex
}


#header .NavRight .downloadBrochure {
    border: solid 1px var(--black);
    padding: 10px 20px;
    font-size: 16px;
    /* font-weight: var(--font-weight-300); */
    display: flex;
    width: 143px;
    background-color: var(--black);
    color: var(--White);
    transition: .5s;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
}

#header .NavRight .downloadBrochure:hover {
    background-color: var(--gold);
    color: var(--White)
}

#header .NavRight .EnquireNow {
    /* border: solid 1px var(--black); */
    padding: 10px 20px;
    font-size: 16px;
    /* font-weight: var(--font-weight-300); */
    display: flex;
    width: 143px;
    background-color: #6e7b47;
    color: var(--White);
    transition: .5s;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
    cursor: pointer;
}

#header .NavRight .EnquireNow:hover {
    background-color: var(--White);
    color: var(--black);
}

#header.fixed {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1)
}

#header.nav-up {
    transition: .5s;
    top: -120px
}

#header.nav-down {
    transition: .5s;
    top: 0px
}

@media(max-width: 767px) {
    #header {
        padding: 0px
    }

    #header .navbar a {
        color: var(--White)
    }

}




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

#banner .loadingScreen {
    /* height: 100vh; */
    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%)*/
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}
#banner .loadingScreen span {
    width: 100%;
    height: 33.333%;
    display: block;
    background-color: #6e7b47;
}

#banner .loadingScreen {
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 9990;
  transform-origin: left;
  clip-path: inset(0% 0% 0% 0%);
    /* background: url("/img/loderdesslider.jpg") center center / cover no-repeat; */
}

#banner .bannerCenter {
    width: 400px;
    /* height: 310px; */
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45%;
    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;
}

#banner .bannerCenter .bannerTitle h1 {
    color: var(--White);
    text-transform: uppercase;
    font-weight: var(--font-weight-300);
    letter-spacing: 0px;
    transition: .5;
}

#banner .bannerCenter .bannerTitle h1 .land {
    font-size: 23px !important;
}

#banner .bannerCenter .bannerTitle h1 .BodoniFont {
    font-family: "Bodoni 72";
    /* font-weight: 400; */
    font-style: italic;
    text-transform: none;
    font-size: 50px;
    padding-left: 2px
}

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

#banner .bannerCenter .bannerVetBotttom.whiteSvg svg path,
#banner .bannerCenter .bannerVetTop.whiteSvg svg path {
    stroke: #C5995B;
    transition: .5s
}

#banner .banner1 {
    height: 100%;
    position: relative;
    transform: scale(1);
    padding-top: 67px;
}

#banner .banner1 img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

@media(max-width: 767px) {
    #banner .banner1 {
        height: 100%;
        position: relative;
        transform: scale(1);
        /*padding-top: 65px;*/
    }
}

#Highlights {
    position: relative;
    padding: 100px 0px;
    background: url("../img/texture01.webp") repeat-x top center;
    opacity: 0.9;
    background-size: cover;
}

.HighlightsBox {
    padding: 0px 30px;
}

@media(max-width: 767px) {
    #Highlights {
        opacity: 0.9;
        background-size: cover;
        padding: 60px 0px
    }

    #Highlights {
        padding: 60px 0px
    }

    .Highlights-right {
        text-align: center !important;
    }
}

#Highlights .Highlights-inner {
    position: relative;
    /*border-bottom: solid 1px var(--gold);
    border-top: solid 1px var(--gold);*/
    background-color: var(--White);
    padding: 50px 30px;
    color: #000 !important;
}

#Highlights .Highlights-inner p {
    opacity: .8
}

#Highlights .Highlights-inner .HighlightsDetails {
    margin-top: 60px
}

#Highlights .Highlights-inner .HighlightsDetails .infoNos {
    background-color: #6e7b47;
    opacity: 1;
    color: #fff;
    height: 136px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo {
    transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo a {
    display: block;
    overflow: hidden;
    position: relative
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo .experiencepix {
    overflow: hidden;
    height: 291px;
    transition: 1s;
    background-color: #000
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo .experiencepix img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    transition: 1s
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50px;
    height: 50px
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo h2 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    color: var(--White);
    font-size: 20px;
    /* font-weight: var(--font-weight-700); */
    padding: 0px 60px
}

@media(max-width: 767px) {
    #Highlights .Highlights-inner .HighlightsDetails .experienceVideo a h2 {
        padding: 0px 20px
    }

    #Highlights .Highlights-inner {
        color: #000 !important;
    }
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo:hover .experiencepix {
    transform: scale(1.1)
}

#Highlights .Highlights-inner .HighlightsDetails .experienceVideo:hover .experiencepix img {
    opacity: .7
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand {
    position: relative;
    overflow: hidden;
    height: 291px;
    transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 767px) {
    #Highlights .Highlights-inner .HighlightsDetails .multilevelgrand {
        margin-bottom: 20px;
        height: 430px
    }
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand .multilevelgrandimg {
    transition: 1s;
    height: 100%;
}

@media(max-width: 767px) {
    #Highlights .Highlights-inner .HighlightsDetails .multilevelgrand .multilevelgrandimg {
        height: 100%
    }
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand:hover .multilevelgrandimg {
    transform: scale(1.1)
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand h2 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    color: var(--White);
    font-size: 20px;
    /* font-weight: var(--font-weight-700); */
    padding: 20px
}

@media(max-width: 767px) {
    #Highlights .Highlights-inner .HighlightsDetails .multilevelgrand h2 {
        padding: 0px 30px;
        bottom: 20px
    }
}

#Highlights .Highlights-inner .HighlightsDetails .multilevelgrand .image-label {
    right: 10px;
    bottom: 10px
}

@media(max-width: 767px) {
    #Highlights .Highlights-inner {
        padding: 20px 0px
    }

    #Highlights .Highlights-inner .Highlights-left {
        margin-bottom: 10px
    }

    #Highlights .Highlights-inner .HighlightsDetails {
        margin-top: 30px
    }

    #Highlights .Highlights-inner .HighlightsDetails .col-lg-8 {
        padding: 0px 0px
    }

    #Highlights .Highlights-inner .HighlightsDetails .d-flex {
        justify-content: space-between
    }

    #Highlights .Highlights-inner .HighlightsDetails .infoNos {
        width: 48%;
        /*padding: 12px 10px*/
    }

    #Highlights .Highlights-inner .HighlightsDetails .infoNos .nos {
        font-size: 40px
    }
}

/* #overview {
    position: relative;
    padding: 100px 0px;
    background: url("../img/texture01.webp") repeat-x top center;
    opacity: 0.9;
    background-size: cover;
} */
.moreinfo {
    background-color: #fff;
    color: #000;
}

#MasterLayout {
    position: relative;
    overflow: hidden;
    height: 810px;
    background-color: #000
}

#MasterLayout .MasterLayout-bg {
    position: absolute;
    margin: auto;
    top: -180px;
    left: 50%;
    right: 0px;
    transform: scale(0.8)
}

#MasterLayout .MasterLayout-bg span {
    transform: translateX(-50%);
    display: inline-block
}

#MasterLayout .container {
    position: relative;
    z-index: 1;
    padding: 80px 0px
}

#MasterLayout .MasterLayoutList {
    position: relative;
    overflow: hidden;
    height: 560px
}

#MasterLayout .MasterLayoutList ul {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0px;
    margin-top: 40px;
    width: fit-content
}

#MasterLayout .MasterLayoutList ul li {
    border-radius: 30px;
    padding: 6px;
    counter-increment: item;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: var(--font-weight-600)
}

#MasterLayout .MasterLayoutList ul li:before {
    margin-right: 10px;
    content: counter(item);
    background-color: var(--gold);
    border-radius: 100%;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transform: translateY(-2px)
}

#MasterLayout .MasterLayoutList ul li:nth-child(1):before {
    background-color: var(--black)
}

#MasterLayout .MasterLayoutList ul li:nth-child(4):before {
    background-color: #47b3d5
}

#MasterLayout .MasterLayoutList ul li:nth-child(5):before {
    background-color: #51a090
}

#MasterLayout .MasterLayoutList ul li:nth-child(6):before {
    background-color: #b18767
}

#MasterLayout .MasterLayoutList .highlighted {
    position: absolute
}

#MasterLayout .MasterLayoutList .highlighted span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: solid 2px var(--White);
    color: var(--White);
    /* font-weight: var(--font-weight-300); */
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    animation: pulse-animation 2s infinite
}

#MasterLayout .MasterLayoutList .highlighted img {
    width: 100%
}

#MasterLayout .MasterLayoutList .highlighted.retailBox {
    left: 371px;
    top: 332px;
    width: 648px
}

#MasterLayout .MasterLayoutList .highlighted.retailBox span {
    right: 373px;
    bottom: 20px;
    background-color: var(--gold)
}

#MasterLayout .MasterLayoutList .highlighted.retailBox img {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#MasterLayout .MasterLayoutList .highlighted.clubhouseBox {
    right: 438px;
    top: 148px;
    width: 166px
}

#MasterLayout .MasterLayoutList .highlighted.clubhouseBox span {
    right: 33px;
    bottom: 60px;
    background-color: var(--black)
}

#MasterLayout .MasterLayoutList .highlighted.clubhouseBox img {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#MasterLayout .MasterLayoutList .highlighted.SixAcreBox {
    right: 400px;
    top: 86px;
    width: 450px
}

#MasterLayout .MasterLayoutList .highlighted.SixAcreBox span {
    right: 283px;
    bottom: 120px;
    background-color: var(--gold)
}

#MasterLayout .MasterLayoutList .highlighted.SixAcreBox img {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#MasterLayout .MasterLayoutList .highlighted.LeisureBox {
    right: 523px;
    top: 172px;
    width: 80px
}

#MasterLayout .MasterLayoutList .highlighted.LeisureBox span {
    right: 26px;
    bottom: 27px;
    background-color: #47b3d5
}

#MasterLayout .MasterLayoutList .highlighted.LeisureBox img {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#MasterLayout .MasterLayoutList .highlighted.WelnessBox {
    right: 228px;
    top: 75px;
    width: 115px
}

#MasterLayout .MasterLayoutList .highlighted.WelnessBox span {
    right: 43px;
    bottom: 40px;
    background-color: #51a090
}

#MasterLayout .MasterLayoutList .highlighted.WelnessBox img {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

#MasterLayout .MasterLayoutList:hover ul li:nth-child(1).highlight {
    background-color: rgba(197, 154, 91, .8)
}

#MasterLayout .MasterLayoutList:hover ul li:nth-child(2).highlight {
    background-color: #47b3d5
}

#MasterLayout .MasterLayoutList:hover ul li:nth-child(3).highlight {
    background-color: rgba(197, 154, 91, .8)
}

#MasterLayout .MasterLayoutList:hover ul li:nth-child(5).highlight {
    background-color: rgba(71, 179, 213, .8)
}

#MasterLayout .MasterLayoutList:hover ul li:nth-child(6).highlight {
    background-color: rgba(81, 160, 144, .8)
}

#MasterLayout .MasterLayoutList:hover #highlighted1.highlight.retailBox img {
    opacity: 1;
    visibility: visible
}

#MasterLayout .MasterLayoutList:hover #highlighted2 {
    z-index: 2
}

#MasterLayout .MasterLayoutList:hover #highlighted2.highlight.clubhouseBox img {
    opacity: 1;
    visibility: visible
}

#MasterLayout .MasterLayoutList:hover #highlighted3.highlight.SixAcreBox img {
    opacity: 1;
    visibility: visible
}

#MasterLayout .MasterLayoutList:hover #highlighted5 {
    z-index: 3
}

#MasterLayout .MasterLayoutList:hover #highlighted5.highlight.LeisureBox img {
    opacity: 1;
    visibility: visible
}

#MasterLayout .MasterLayoutList:hover #highlighted6.highlight.WelnessBox img {
    opacity: 1;
    visibility: visible
}

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

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

@media(max-width: 767px) {
    #MasterLayout .MasterLayout-bg {
        top: -450px;
        transform: scale(0.3);
        left: 26%
    }

    #MasterLayout .container {
        position: relative;
        z-index: 1;
        padding: 0px 20px;
        margin-top: 310px
    }

    #MasterLayout .MasterLayoutList ul {
        margin-top: 20px
    }
}

#Amenities {
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 50px 0px
}

#Amenities .projecthilight-back-vet {
    position: absolute;
    left: 0px;
    top: 0%;
    opacity: .7
}

#Amenities .container {
    position: relative
}

#Amenities .projectAmenitiesList {
    margin-top: 60px
}

#Amenities .projectAmenitiesList .projectAmenities1 {
    margin-top: 80px
}

@media(max-width: 767px) {
    #Amenities .projectAmenitiesList .projectAmenities1 {
        margin-top: 0px
    }
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards {
    border: solid 1px var(--White);
    margin-bottom: 30px;
    position: relative
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards .CardsInner {
    background-color: var(--White);
    height: 250px;
    position: relative;
    padding: 30px;
    z-index: 2;
    transition: .5s
}

@media(max-width: 767px) {
    #Amenities .projectAmenitiesList .projectAmenitiesLCards .CardsInner {
        height: 250px
    }

}

#Amenities .projectAmenitiesList .projectAmenitiesLCards .CardsInner .AmenitiesIcon {
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: .2s
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards .CardsInner .AmenitiesIcon span:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: circle(0% at 50% 50%)
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards .CardsInner p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    z-index: 2;
    transition: .2s;
    color: var(--black);
    font-size: 18px;
    line-height: 1.2;
    /* font-weight: var(--font-weight-600) */
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 1;
    transition: .5s
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards:hover::before {
    top: 10px;
    left: 10px
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards:hover .CardsInner {
    background-color: var(--black)
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards:hover .CardsInner p {
    color: var(--White)
}

#Amenities .projectAmenitiesList .projectAmenitiesLCards:hover .CardsInner .AmenitiesIcon span:nth-child(2) {
    clip-path: circle(100% at 50% 50%);
    transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

.projectAmenitiesLeft {
    color: #fff !important;
}

.projectAmenities p {
    color: #fff !important;
}

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

    #Amenities .projectAmenitiesLeft {
        margin-bottom: 10px
    }
}

#Amenities {
    padding: 10px 0px;
    /* background: url(../img/texture02.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}

/*#masterplan {
    padding-top: 100px;
}*/
#masterplan .sub-ttle {
    z-index: 999;
    position: relative;
}

.masterplanimg {
    width: 100%;
    /*margin-top: -7%;*/
}

/*#masterplan {
    height: auto;
    background: #fff;
}*/
/* #iconic .sub-ttle {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9999;
} */

#Amenities .swiper {
    /* padding-left: 3%; */
    margin-top: 40px
}

@media(max-width: 767px) {
    #Amenities .swiper {
        padding-left: 0%
    }
}

#Amenities .ProjectAmenitiesTabs {
    margin-top: 40px;
    padding: 0px 50px;
}

#Amenities .nav-tabs {
    border: none;
    margin: auto;
    width: fit-content
}


/* decorate icon style */
#Amenities {
    overflow: hidden;
    position: relative; /* absolute positioning के लिए parent relative होना चाहिए */
}

#Amenities img.decorategreen {
        position: absolute;
    top: -56px;
    left: -56px;
    width: 169px;
    height: auto;
    z-index: 10;
    /* clip-path: polygon(0 0, 70% 0, 70% 70%, 0 70%); */
    /* transform: rotate(178deg); */
}

@media (max-width: 767px) {
    #Amenities img.decorategreen {
        top: -52px;     
        left: -52px;     
        width: 130px;   
        /* transform: rotate(180deg);  */
        /* clip-path: polygon(0 0, 60% 0, 60% 60%, 0 60%);  */
    }
}

#whykasara {
    overflow: hidden;
    position: relative; /* absolute positioning के लिए parent relative होना चाहिए */
}

#whykasara img.decorategreen {
        position: absolute;
    top: -51px;
    left: -52px;
    width: 170px;
    height: auto;
    z-index: 10;
    /* clip-path: polygon(0 0, 70% 0, 70% 70%, 0 70%);
    transform: rotate(178deg); */
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #whykasara img.decorategreen {
            top: -52px;     
        left: -56px;     
        width: 130px;   
        /* transform: rotate(180deg); 
        clip-path: polygon(0 0, 60% 0, 60% 60%, 0 60%);  */
    }
}

#highlights {
    overflow: hidden;
    position: relative; /* absolute positioning के लिए parent relative होना चाहिए */
}

#highlights img.decorategreen {
    position: absolute;
   top: -51px;
    right: -52px;
    width: 170px;     /* image size adjust करें */
    height: auto;
    z-index: 10;
      /* clip-path: polygon(0 0, 70% 0, 70% 70%, 0 70%);
    transform: rotate(270deg); */
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #highlights img.decorategreen {
                top: -52px;     
        right: -56px;     
        width: 130px;   
        /* transform: rotate(272deg); 
        clip-path: polygon(0 0, 60% 0, 60% 60%, 0 60%);  */
    }
       /* top: -37px;     
        right: -53px;   
        width: 130px;
        clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%);
        transform: rotate(170deg);
    } */
}




#location {
    position: relative; 
    overflow: hidden;
}

#location img.decorategreen {
    position: absolute;
    top: -51px;
    right: -52px;
    width: 169px;
    height: auto;
    z-index: 10;
    /* clip-path: polygon(0 0, 70% 0, 70% 70%, 0 70%);
    transform: rotate(270deg); */
}

/* Mobile adjustments */
@media (max-width: 767px) {
    #location img.decorategreen {
              top: -52px;     
        right: -56px;     
        width: 130px;   
        /* transform: rotate(272deg); 
        clip-path: polygon(0 0, 60% 0, 60% 60%, 0 60%);  */
    }
}

#ContactUs {
    position: relative; 
    overflow: hidden;
}

#ContactUs img.decorategreen {
      position: absolute;
    top: -51px;
    left: -52px;
    width: 170px;
    height: auto;
    z-index: 10;
    /* clip-path: polygon(0 0, 70% 0, 70% 70%, 0 70%);
    transform: rotate(178deg); */

}

/* Mobile adjustments */
@media (max-width: 767px) {
    #ContactUs img.decorategreen {
           top: -52px;     
        left: -56px;     
        width: 130px;   
        /* transform: rotate(180deg); 
        clip-path: polygon(0 0, 60% 0, 60% 60%, 0 60%);  */
    }
}





#testimonal{
    overflow: hidden;
    position: relative; 
}

#testimonal img.decorategreen {
        position: absolute;
    top: -56px;
    left: -56px;
    width: 169px;
    height: auto;
    z-index: 10;
   
}

@media (max-width: 767px) {
    #testimonalimg.decorategreen {
        top: -52px;     
        left: -52px;     
        width: 130px;   
     
    }
}


.galleryImg img {
    /* border: 1px solid #000; */
    padding: 10px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    flex-wrap: nowrap;
}

@media(max-width: 767px) {
    #Amenities .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    #Amenities .ProjectAmenitiesTabs {
        margin-top: 40px;
        padding: 0px;
    }

    .galleryImg img {
        border: 1px solid #000;
        padding: 0px;
    }
}

.nav-tabs {
    border-bottom: none;
}

#Amenities .nav-tabs .nav-link {
    padding: 20px 30px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1.2em;
    /* font-weight: var(--font-weight-300); */
    color: var(--TextColor);
    border: none;
    border-radius: 0px;
    opacity: 1;
    margin-bottom: 10px;
    display: flex;
    text-align: left
}

#Amenities .nav-tabs .nav-link span {
    display: inline-block;
    margin-right: 10px
}

#Amenities .nav-tabs .nav-link.active {
    color: var(--White);
    background-color: var(--black);
    opacity: 1;
    /* font-weight: var(--font-weight-600) */
}

#Amenities .nav-tabs .nav-link.active svg circle {
    fill: #bf56a0
}

#Amenities .nav-tabs .nav-link.active svg path {
    fill: var(--White);
    stroke: var(--White)
}

#Amenities .nav-tabs .nav-link:nth-child(1).active {
    background-color: #000;
}

#Amenities .nav-tabs .nav-link:nth-child(2).active {
    background-color: #000;
}

#Amenities .nav-tabs .nav-link:nth-child(3).active {
    background-color: #b38868
}

#Amenities .nav-tabs .nav-link:nth-child(4).active {
    background-color: #c59a5b
}

#Amenities .blueClr {
    background-color: #000;
}

#Amenities .wellnessClr {
    background-color: #000;
}

#Amenities .ExplorationClr {
    background-color: #b38868
}

#Amenities .ClubClr {
    background-color: #c59a5b
}

#Amenities .galleryImg {
    /*height: 540px;*/
    overflow: hidden;
    position: relative
}

/* #Amenities .galleryImg img {
    width: 100%;
    height: 540px;
} */

@media(max-width: 767px) {
    /* #Amenities .galleryImg img {
        height: 340px
    } */
}

#Amenities .galleryImg .gallerylabel {
    text-transform: uppercase;
    position: absolute;
    /* font-weight: var(--font-weight-700); */
    color: var(--White);
    font-size: 12px;
    bottom: 20px;
    left: 20px;
    background-color: var(--gold);
    padding: 5px 10px
}

@media(max-width: 767px) {
    #Amenities .galleryImg {
        height: auto
    }
}

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

#Amenities .swiper-button-next,
#Amenities .swiper-button-prev {
    width: 60px
}

#Amenities .swiper-button-prev {
    left: 70px
}

#Amenities .swiper-button-next {
    right: 30px
}

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

#Amenities .swiper-button-next,
#Amenities .swiper-button-prev {
    width: 60px
}

#Amenities .swiper-button-prev {
    left: 70px
}

#Amenities .swiper-button-next {
    right: 30px
}



#Amenities .AmenitiesRight {
    padding: 20px 30px;
    position: relative;
    height: 100%
}

#Amenities .AmenitiesRight .amenitiesTitle {
    color: var(--White);
    /* font-weight: var(--font-weight-700); */
    font-size: 36px;
    display: flex;
    line-height: 1.1em
}

#Amenities .AmenitiesRight .amenitiesTitle .icon {
    display: inline-block;
    margin-right: 10px;
    padding-top: 11px
}

@media(max-width: 767px) {
    #Amenities .AmenitiesRight .amenitiesTitle {
        font-size: 32px
    }

    #Amenities .swiper-button-next,
    #Amenities .swiper-button-prev {
        width: 50px;
    }

    #Amenities .swiper-button-prev {
        left: 5px;
    }

    #Amenities .swiper-button-next {
        right: 5px;
    }

    #Amenities .swiper-button-prev {
        left: 0%;
    }

    #Amenities .swiper-button-next {
        right: 0%;
    }

}

#Amenities .AmenitiesRight .desc {
    color: var(--White);
    font-size: 22px;
    line-height: 1.2em;
    /* font-weight: var(--font-weight-400); */
    margin-top: 20px;
    border-bottom: solid 1px var(--White);
    border-top: solid 1px var(--White);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    #Amenities .AmenitiesRight .desc {
        margin-bottom: 20px
    }
}

#Amenities .AmenitiesRight .AmenitiesList p {
    text-transform: capitalize;
    color: var(--White);
    font-size: 14px;
    margin-bottom: 6px
}

#Amenities .AmenitiesRight .swipemore {
    position: absolute;
    /* font-weight: var(--font-weight-700); */
    color: var(--White);
    font-size: 14px;
    bottom: 20px;
    right: 20px
}

@media(max-width: 767px) {
    #Amenities .AmenitiesRight .swipemore {
        display: none
    }
}

@media(max-width: 767px) {
    #Amenities .AmenitiesRight {
        padding: 20px
    }
}

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

    #Amenities .ProjectAmenitiesLeft {
        margin-bottom: 10px
    }
}

#Amenities .swiper-pagination-bullet {
    width: 24px;
    height: 7px;
    border-radius: 8px;
    background-color: var(--White);
    opacity: .5
}

#Amenities .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--gold)
}

#iconic {
    position: relative;
    overflow: hidden;
    height: 800px;
    background: #fff;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

@media(max-width: 767px) {
    #iconic {
        height: auto
    }
}

#iconic .iconic-bg {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0%;
    right: 0px
}

#iconic .iconic-bg img {
    width: 100%
}

@media(max-width: 767px) {
    #iconic .iconic-bg {
        position: relative
    }
}

#iconic .container {
    position: relative;
    z-index: 1;
    padding-top: 100px
}

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

#iconic .container .iconicRight {
    padding-top: 80px;
    padding-right: 60px
}

@media(max-width: 767px) {
    #iconic .container .iconicRight {
        padding-top: 20px;
        padding-right: 0px
    }
}

#location {
    background-image: url(../img/texturenew02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
    color: #fff;
}

/*.location-img img { border: 1px solid #000; }*/
.googlemapsize {
    height: 100%;
    border: 1px solid #000;
}

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

    .googlemapsize {
        height: 245px;
    }
}

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

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

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

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

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

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

#location .accordion-button,
#location .accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0) !important;
    /* font-weight: var(--font-weight-700); */
    font-size: 18px;
    color: #fff;
}

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

#location .locationList li {
    position: relative;
    background-image: url(../images/tri.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    padding: 3px 0px;
    padding-left: 20px;
    transition: .3s
}

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

#location .locationList li span {
    position: absolute;
    right: 0px;
    top: 0px;
    /* font-weight: var(--font-weight-300) */
}

@media(max-width: 767px) {
    #location .locationList li span {
        display: block;
        /* position: relative; */
    }
}

#location .locationList li:hover {
    color: #fff;
    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='%23FFFFFF'><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;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, .1);
    position: relative
}

#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(--black);
    color: var(--White);
    z-index: 1;
    padding: 10px;
    line-height: 5px;
    /* font-weight: 700; */
    font-size: 14px;
    pointer-events: none
}

.moreInfromation-wrpx {
    background-color: #fff !important;
}

.moreInfromation-wrp {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/texturenew02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
    color: #fff;
    position: relative
}

#Aboutbellevie {
    width: 100%;
    margin: 0 auto;
    background-color: #fff !important;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
    color: #000 !important;
    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: 20px 50px;
    align-content: center;
    height: 100%;
}

@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 select,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    /*color: #fff !important;*/
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box select {
    background: #000;
}

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

.form-control:focus {
    box-shadow: unset;
}

.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: #fff;
    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
}
 #phone::placeholder {
    font-weight: 400 !important;
    color: #888 !important; /* Optional: change placeholder color */
  }

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

#footer {
    /*background-color: #fef9f1;*/
    background: url(../img/texture02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 100px;
    padding-bottom: 30px
}

#footer .lodha-logo {
    margin-top: 15px
}

#footer .lodha-logo img {
    width: 230px
}

#footer .maharera {
    display: flex;
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-top: 20px;
    /*margin-bottom: 20px*/
}

#footer .maharera .LodhaMahaRERA {
    padding-left: 17px;
    padding-top: 5px
}

#footer .maharera .LodhaMahaRERA p {
    color: var(--TextColor);
    font-size: 14px
}

#footer .maharera .LodhaMahaRERA p.bor-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#footer .maharera .LodhaMahaRERA p span,
#footer .maharera .LodhaMahaRERA p a {
    /* font-weight: var(--font-weight-700); */
    color: var(--TextColor)
}

.superb-logo {
    display: inline-block;
    text-align: center;
    margin: 10px 9px;
}

@media(max-width: 767px) {
    #footer .maharera {
        display: block
    }
}

#footer .HeadOffice {
    padding-left: 20px
}

#footer .HeadOffice h2 {
    /* font-weight: var(--font-weight-700); */
    color: var(--TextColor);
    font-size: 16px;
    margin-bottom: 13px
}

#footer .HeadOffice p {
    color: var(--TextColor);
    font-size: 14px
}

#footer .HeadOffice p img {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-4px)
}

#footer .HeadOffice p.bor-bottom {
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    padding-bottom: 10px
}

#footer .HeadOffice p span,
#footer .HeadOffice p a {
    color: var(--TextColor)
}

#footer .footerRight a {
    display: block;
    /* font-weight: var(--font-weight-700); */
    font-size: 16px;
    color: var(--TextColor);
    padding-bottom: 14px
}

#footer .socialLink {
    margin-top: 10px;
    border-top: solid 1px rgba(0, 0, 0, .8);
    border-bottom: solid 1px rgba(0, 0, 0, .5);
    width: fit-content;
    padding: 15px 0px;
    padding-bottom: 18px;
    margin-top: 20px
}

#footer .socialLink a {
    padding: 0px 10px;
    transition: .5s;
    transform: translateY(0px);
    display: inline-block
}

#footer .socialLink a:hover {
    opacity: .8;
    transform: translateY(-2px)
}

@media(max-width: 767px) {
    #footer .socialLink {
        width: 100%
    }
}

.digitalpartner {
    font-size: 13px;
}

#footer .disclamiersize {
    color: var(--TextColor);
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px
}

p.bor-bottom {
    font-size: 13px;
}

.footerdisborder {
    border-top: solid 1px rgba(0, 0, 0, .3);
    margin-top: 10px 0px 20px;
}

#footer .disclamiersize p {
    color: var(--TextColor)
}

@media(max-width: 767px) {
    #footer {
        padding: 40px 0px;
        text-align: center
    }

    #footer .disclamiersize {
        padding-top: 0px;
    }

    #footer .HeadOffice {
        margin-top: 0px;
        padding-left: 0px
    }
}

.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 */
}

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

@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; */
    background: url(../img/texture02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.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);
    box-shadow: none;
}

.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-300); */
    transition: .5s;
    padding: 10px 15px;
    background-color: #6e7b47;
    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(--black);
    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: 65% !important
}

.modal-backdrop {
    z-index: 99;
}

.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: #6e7b47;
    height: 100vh;
}

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

.whatsapppatch1 {
    position: fixed !important;
    bottom: 14%;
    right: 7px;
    z-index: 99;
    border-radius: 30px;
}

.whatsapppatch1 img {
    width: 35px;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

#Aboutdeveloper {
    position: relative;
    padding: 100px 0px;
    background: url("../img/texturenew01.jpg") repeat-x top center;
    opacity: 0.9;
    background-size: cover;
}

.AboutdeveloperBox {
    padding: 0px 30px;
}

@media(max-width: 767px) {
    #Aboutdeveloper {
        background-size: cover;
        padding: 60px 0px
    }

    #Aboutdeveloper {
        padding: 60px 0px
    }

    .Aboutdeveloper-right {
        text-align: center !important;
    }

    .modal {
        z-index: 99999 !important;
    }
}

#Aboutdeveloper .Aboutdeveloper-inner {
    position: relative;
    /*border-bottom: solid 1px var(--gold);
    border-top: solid 1px var(--gold);*/
    background-color: var(--White);
    padding: 50px 100px;
    color: #000 !important;
}

#Aboutdeveloper .Aboutdeveloper-inner p {
    opacity: .8
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails {
    margin-top: 20px
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .infoNos {
    background-color: #6e7b47;
    padding: 12px 20px;
    opacity: 1;
    color: #fff;
    height: 136px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo {
    transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a {
    display: block;
    overflow: hidden;
    position: relative
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a .experiencepix {
    overflow: hidden;
    height: 291px;
    transition: 1s;
    background-color: #000
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a .experiencepix img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    transition: 1s
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50px;
    height: 50px
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a h2 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
    color: var(--White);
    font-size: 20px;
    /* font-weight: var(--font-weight-700); */
    padding: 0px 60px
}

@media(max-width: 767px) {
    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo a h2 {
        padding: 0px 20px
    }

    #Aboutdeveloper .Aboutdeveloper-inner {
        color: #000 !important;
    }
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo:hover .experiencepix {
    transform: scale(1.1)
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .experienceVideo:hover .experiencepix img {
    opacity: .7
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand {
    position: relative;
    overflow: hidden;
    height: 291px;
    transition: all .05s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand img {
    width: 100%;
    height: 110%;
    object-fit: cover
}

@media(max-width: 767px) {
    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand {
        margin-bottom: 20px;
        height: 430px
    }
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand .multilevelgrandimg {
    transition: 1s
}

@media(max-width: 767px) {
    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand .multilevelgrandimg {
        height: 100%
    }
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand:hover .multilevelgrandimg {
    transform: scale(1.1)
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand h2 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    color: var(--White);
    font-size: 20px;
    /* font-weight: var(--font-weight-700); */
    padding: 20px
}

@media(max-width: 767px) {
    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand h2 {
        padding: 0px 30px;
        bottom: 20px
    }
}

#Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .multilevelgrand .image-label {
    right: 10px;
    bottom: 10px
}

@media(max-width: 767px) {
    #Aboutdeveloper .Aboutdeveloper-inner {
        padding: 20px 0px
    }

    #Aboutdeveloper .Aboutdeveloper-inner .Aboutdeveloper-left {
        margin-bottom: 10px
    }

    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails {
        margin-top: 30px
    }

    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .col-lg-8 {
        padding: 0px 0px
    }

    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .d-flex {
        justify-content: space-between
    }

    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .infoNos {
        width: 100%;
        padding: 12px 20px
    }

    #Aboutdeveloper .Aboutdeveloper-inner .AboutdeveloperDetails .infoNos .nos {
        font-size: 35px
    }
}

.moreInfromation-rhs .commonBt {
    display: inline-block;
    border: solid 1px var(--White) !important;
    color: var(--black);
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: var(--font-weight-300); */
    position: relative;
    margin: 0px 10px;
}

.moreInfromation-rhs .commonBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: var(--White);
    color: var(--black);
    transition: .5s;
    font-weight: 100;
}

.moreInfromation-rhs .commonBt span strong {
    /* font-weight: var(--font-weight-300); */
    position: relative;
    z-index: 1
}

.moreInfromation-rhs .commonBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: #6e7b47;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center
}

.moreInfromation-rhs .commonBt::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border: solid 1px var(--White) !important;
    height: 100%;
    width: 100%
}

.moreInfromation-rhs .commonBt:hover::before {
    border: solid 1px var(--black)
}

.moreInfromation-rhs .commonBt:hover span {
    color: var(--White);
    padding-right: 30px
}

.moreInfromation-rhs .commonBt:hover span::before {
    width: 100%;
    background-image: url(../images/arrow-right.svg)
}

/* ================== */
.infoNos {
    position: relative;
}

.box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/*.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/* Top Line */
.box span:nth-child(1):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    animation: animateHorizontal 4s linear infinite;
    top: 0;
    left: 0;
}

/* Right Line */
.box span:nth-child(2):before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    animation: animateVertical 4s linear infinite;
    top: 0;
    right: 0;
}

/* Bottom Line */
.box span:nth-child(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    animation: animateHorizontal 4s linear infinite;
    bottom: 0;
    right: 0;
}

/* Left Line */
.box span:nth-child(4):before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    animation: animateVertical 4s linear infinite;
    bottom: 0;
    left: 0;
}

/* Horizontal Line Animation */
/*@keyframes animateHorizontal {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}*/

/* Vertical Line Animation */
/*@keyframes animateVertical {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}*/
/* Brand Values Section Start Here */
/* div#whykasara-slider {
    padding-inline-start: 100px;
    margin: 0;
} */
#whykasara .card {
    border: 0;
    background-color: unset !important;
    border-radius: 0 !important;
}

#whykasara .owl-carousel .owl-stage-outer {
    padding-inline: 0;
}

/* Default card styling */
/* #whykasara .card {
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
} */
#whykasara .card:hover {
    -webkit-filter: unset;
    filter: unset;
}

/* Optional: Hover effect for zoom-in */
/* #whykasara .card:hover .card-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
} */
/* Optional: Style the overlay */
/* #whykasara .card-img-overlay {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
} */
#whykasara .card:hover .card-img-overlay {
    opacity: 0.8;
}

#whykasara h5.card-title {
    font-family: 'Helvetica-Light';
    font-display: swap;
    font-style: normal;
    /* font-weight: 800; */
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: 100%;*/
    padding-left: 20px;
}

#whykasara .brand-btn {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#whykasara .card-img-overlay,
#whykasara img {
    border-radius: 0 !important;
    height: auto;
    top: unset;


}

.newitem {
    border: 1px solid #6e7b47;
    margin: 5px;
}

#whykasara .owl-theme .owl-dots .owl-dot span {
    width: 100px;
    margin: 0;
    border-radius: 0;
    height: 2px;
}

#whykasara .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

/* Brand Values Section End Here */
@media (max-width: 991px) {
    #whykasara h2 {
        max-width: 80%;
        margin: auto;
    }

    #whykasara .owl-next,
    #whykasara .owl-prev {
        background-color: #fff;
        /* White background */
        color: #333;
        /* Arrow color */
        border: 2px solid #ccc;
        /* Light border */
        height: 65px;
        width: 65px;
        font-size: 25px;
        position: relative;

        border-radius: 50%;
        /* FULLY CIRCULAR */
        /* display: flex; */
        align-items: center;
        justify-content: center;
        margin: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* Light shadow */
        transition: 0.3s;
    }

    #whykasara .owl-next:hover,
    #whykasara .owl-prev:hover {
        background-color: #f5f5f5;
        /* Slightly darker on hover */
        border-color: #999;
        /* Darker border on hover */
        color: #000;
    }

    /* Pages from a dream Section End Here */
    #whykasara .owl-next,
    #whykasara .owl-prev {
        background: unset !important;
        height: 50px;
        width: 80px;
        font-size: 35px !important;
        margin-top: 20px;
        opacity: 1;
    }

    #whykasara .owl-next span,
    #whykasara .owl-prev span {
        position: absolute;
        top: 6px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .project-section.first .showcase-slider-content {
        bottom: 130px;
        max-width: 40%;
        right: 0;
    }

    #whykasara .next-arrow,
    #whykasara .prev-arrow {
        height: 50px;
        width: 50px;
        text-align: center;
    }

    #whykasara .prev-arrow {
        transform: rotate(175deg);
    }

    #whykasara-slider {
        text-align: center;
    }
}

#whykasara h2 {
    max-width: 80%;
    margin: auto;
}

/* Pages from a dream Section End Here */
#whykasara .owl-next,
#whykasara .owl-prev {
    background: unset !important;
    height: 50px;
    width: 80px;
    font-size: 34px !important;
    margin-top: 20px;
    opacity: 1;

}

.project-section.first .showcase-slider-content {
    bottom: 130px;
    max-width: 40%;
    right: 0;
}

#whykasara .next-arrow,
#whykasara .prev-arrow {
    height: 50px;
    width: 50px;
    text-align: center;
}

#whykasara .prev-arrow {
    transform: rotate(175deg);
}

#whykasara-slider {
    text-align: center;
}

#whykasara .owl-next,
#whykasara .owl-prev {
    background-color: #fff;
    /* White background */
    color: #333;
    /* Arrow color */
    border: 2px solid #ccc;
    /* Light border */
    height: 60px;
    width: 60px;
    font-size: 27px !important;
    border-radius: 50%;
    /* FULLY CIRCULAR */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Light shadow */
    transition: 0.3s;
}

#whykasara .owl-next:hover,
#whykasara .owl-prev:hover {
    background-color: #f5f5f5;
    /* Slightly darker on hover */
    border-color: #999;
    /* Darker border on hover */
    color: #000;
}

#Amenities {
    background-color: #fff;
    color: #000;
}

.blur-bg {
    background: #6e7b47d9;
    /* your #6e7b47 color with 50% transparency */
    backdrop-filter: blur(6px);
    /* apply blur */
    -webkit-backdrop-filter: blur(6px);
    /* for Safari */
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    /* make text white for better contrast */
}


.boxcard {
    display: inline-block;
    /* border: solid 1px #229686; */
    color: var(--gold);
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: var(--font-weight-300);
    position: relative;
    padding: 0;
}

.boxcard span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    border: 1.5px solid #fff;
    transition: .5s;
    height: 85px;
    font-weight: unset !important;
    align-content: center;
     font-weight: 100 !important;
}

.boxcard span strong {
    /* font-weight: var(--font-weight-300); */
    position: relative;
    z-index: 1
}

.boxcard span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: #6e7b47;
    color: #fff;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-repeat: no-repeat;
    background-position: 97% center;
    font-weight: 100;
}

.boxcard::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    /* border: solid 1px #229686; */
    height: 100%;
    width: 100%
}

.boxcard:hover::before {
    border: solid 1px var(--brown)
}

.boxcard:hover span {
    color: var(--White);
    /* padding-right: 30px;8
    */

}

.boxcard:hover span::before {
    width: 100%;
    /* background-image: url(../images/arrow-right.svg) */
}

/* .pulse1 {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
} */
.float {
    position: fixed;
    z-index: 9;
    bottom: 8%;
    right: 1%;
}

.hover-effect {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.hover-effect img {
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-effect:hover img {
    transform: scale(1.1);
    /* Zoom in */
    filter: brightness(1.1);
    /* Optional: brighten */
}

.background-pulse {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    background: #6e7b47;
    /* Base background color */
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    animation: pulseShadow 2s infinite;
}

/* Pulse animation for background and shadow */
@keyframes pulseShadow {
    0% {
        background-color: #6e7b47;
       box-shadow: 0 0 20px rgba(146, 155, 121, 0.2);
    }

    50% {
        background-color: #6e7b47;
       box-shadow: 0 0 20px rgba(146, 155, 121, 0.5);
    }

    100% {
        background-color: #6e7b47;
        box-shadow: 0 0 20px rgba(146, 155, 121, 0.8);
    }
}



.roatateelement{
  animation: animName 12s linear infinite;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}






/*  testimonal video section */

/* 
.video-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 350px;
}

.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.video-container:hover img {
  transform: scale(1.05);
}

.youtube-button {
  position: absolute;
  top: 57%;
  left: 90%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.youtube-button i {
  font-size: 40px;
  color: #FF0000;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s;
  animation: pulse 1.5s infinite ease-in-out; 
}


@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
    text-shadow: 0 0 20px rgba(255, 0, 0, 1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
  }
}
.video-container:hover .youtube-button i {
  transform: scale(1.3);
}


.carousel-nav-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.carousel-prev, .carousel-next {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 22px;
  transition: all 0.3s;
  cursor: pointer;
}

.carousel-prev:hover, .carousel-next:hover {
  background: #6e7b47;
  transform: scale(1.1);
}




@media (max-width: 1024px) {
  .video-container { height: 280px; }
}

@media (max-width: 768px) {
  .video-container { height: 220px; }
  .carousel-prev, .carousel-next {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
 */


/* 
 
.video-row {
    display: flex;
    gap: 60px; 
    flex-wrap: wrap;
    justify-content: center; 
    margin: 40px 0; 
}

.video-container {
    flex: 0 1 40%; 
    max-width: 45%; 
    position: relative;
    padding-bottom: 30%; 
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
    .video-container {
        flex: 1 1 100%;
        max-width: 100%;
        padding-bottom: 56.25%; 
    }
}



.video-row {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

.video-container {
    flex: 0 1 40%;
    max-width: 45%;
    position: relative;
}

.video-container img {
    width: 100%;
    display: block;
    border-radius: 8px;
}


.youtube-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; 
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.youtube-button i {
    font-size: 48px;
}

@media (max-width: 768px) {
    .video-container {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.youtube-button i {
    font-size: 48px;
    color: #FF0000;
    text-shadow: 0 0 8px rgba(0,0,0,0.6);
    transition: transform 0.3s;
}


.youtube-button i:hover {
    transform: scale(1.2);
}

 */
