: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: "Zona Pro";
    src: url("../fonts/ZonaPro-Regular.eot");
    src: url("../fonts/ZonaPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype"), url("../images/ZonaPro-Regular.svg#ZonaPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: "Zona Pro";
    src: url("../fonts/ZonaPro-Thin.eot");
    src: url("../fonts/ZonaPro-Thin.eot#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.woff") format("woff"), url("../fonts/ZonaPro-Thin.ttf") format("truetype"), url("../images/ZonaPro-Thin.svg#ZonaPro-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Zona Pro";
    src: url("../fonts/ZonaPro-SemiBold.eot");
    src: url("../fonts/ZonaPro-SemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype"), url("../images/ZonaPro-SemiBold.svg#ZonaPro-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

/*@font-face {
    font-family: "Bodoni 72";
    src: url("../fonts/BodoniSvtyTwoITCTT-BookIta.eot");
    src: url("../fonts/BodoniSvtyTwoITCTT-BookIta.eot?#iefix") format("embedded-opentype"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.woff2") format("woff2"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.woff") format("woff"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.ttf") format("truetype"), url("../fonts/BodoniSvtyTwoITCTT-BookIta.svg#BodoniSvtyTwoITCTT-BookIta") format("svg");
    font-weight: normal;
    font-style: italic;
    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(../images/Rupee_Foradian.svg#Rupee_Foradian) format("svg")
}

html,
body {
    font-family: "Zona Pro" !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
}
.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 var(--black);
    color: var(--black);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--font-weight-600);
    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;
}

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

.commonBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: var(--black);
    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 var(--black);
    height: 100%;
    width: 100%
}

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

.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: 33px;
    line-height: 1.1;
    font-weight: var(--font-weight-700);
    letter-spacing: -1.5px;
}

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

.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-600);
    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-600);
    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-600);
    display: flex;
    width: 143px;
    background-color: var(--black);
    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: #000;
}

#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-600);
    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;*/
    }
}
#Overview {
    position: relative;
    padding: 100px 0px;
    background: url("../img/texture05.jpg") repeat-x top center;
    opacity: 0.9;
    background-size: cover;
}
.OverviewBox { padding: 0px 30px; }
@media(max-width: 767px) {
    #Overview {
    opacity: 0.9;
    background-size: cover;
        padding: 60px 0px
    }
    #Overview {
        padding: 60px 0px
    }
    .Overview-right { text-align: center !important; }
}

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

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

#Overview .Overview-inner .OverviewDetails {
    margin-top: 60px
}

#Overview .Overview-inner .OverviewDetails .infoNos {
    background-color: #4b4a4a;
    /*padding: 12px 20px;*/
    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);
    /*border-radius: 20px;*/
}

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

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

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

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

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

#Overview .Overview-inner .OverviewDetails .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) {
    #Overview .Overview-inner .OverviewDetails .experienceVideo a h2 {
        padding: 0px 20px
    }
    #Overview .Overview-inner {
    color: #000 !important;
}
}

#Overview .Overview-inner .OverviewDetails .experienceVideo:hover .experiencepix {
    transform: scale(1.1)
}

#Overview .Overview-inner .OverviewDetails .experienceVideo:hover .experiencepix img {
    opacity: .7
}

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

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

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

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

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

#Overview .Overview-inner .OverviewDetails .multilevelgrand:hover .multilevelgrandimg {
    transform: scale(1.1)
}

#Overview .Overview-inner .OverviewDetails .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) {
    #Overview .Overview-inner .OverviewDetails .multilevelgrand h2 {
        padding: 0px 30px;
        bottom: 20px
    }
}

#Overview .Overview-inner .OverviewDetails .multilevelgrand .image-label {
    right: 10px;
    bottom: 10px
}

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

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

    #Overview .Overview-inner .OverviewDetails {
        margin-top: 30px
    }

    #Overview .Overview-inner .OverviewDetails .col-lg-8 {
        padding: 0px 0px
    }

    #Overview .Overview-inner .OverviewDetails .d-flex {
        justify-content: space-between
    }

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

    #Overview .Overview-inner .OverviewDetails .infoNos .nos {
        font-size: 40px
    }
}

#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-600);
    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: 100px 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
    }
}

#Gallery {
    padding: 80px 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;
} */

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

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

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

#Gallery .nav-tabs {
    border: none;
    margin: auto;
    width: fit-content
}
.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) {
    #Gallery .nav-tabs {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    #Gallery .ProjectAmenitiesTabs {
    	margin-top: 40px;
    	padding: 0px;
	}
	.galleryImg img {
    	border: 1px solid #000;
    	padding: 0px;
	}
}
.nav-tabs{
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#Gallery .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) {
    #Gallery .galleryImg {
        height: auto
    }
}

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

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

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

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

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

#Configurations .swiper-button-next,
#Configurations .swiper-button-prev {
    width: 40px
}

#Configurations .swiper-button-prev {
    left: 30px
}

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

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

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

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

@media(max-width: 767px) {
    #Gallery .AmenitiesRight .amenitiesTitle {
        font-size: 32px
    }
    #Gallery .swiper-button-next, #Gallery .swiper-button-prev {
        width: 50px;
    }
    #Configurations .swiper-button-prev {
        left: 5px;
    }

    #Configurations .swiper-button-next {
        right: 5px;
    }
    #Gallery .swiper-button-prev {
        left: 5px;
    }

    #Gallery .swiper-button-next {
        right: 5px;
    }
    #Amenities .swiper-button-prev {
        left: 30%;
    }

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

}

#Gallery .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) {
    #Gallery .AmenitiesRight .desc {
        margin-bottom: 20px
    }
}

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

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

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

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

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

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

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

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

#Configurations {
    /*background-color: #000;*/
    /*background: url(../img/texture03.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    padding: 100px 0px
}

#Configurations nav {
    margin-top: 50px;
    margin-bottom: 40px
}

#Configurations nav .nav {
    width: fit-content;
    margin: auto
}

@media(max-width: 767px) {
    #Configurations nav .nav {
        display: flex ;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        /*display: grid ;
        grid-template-columns: 1fr 1fr;
        gap: 15px 10px;*/
    }
}

#Configurations nav .nav-link {
    font-size: 20px;
    color: #000;
    border-radius: 0px;
    padding: 10px 40px;
    border: solid 1px #000;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: var(--font-weight-600)
}

#Configurations nav .nav-link.active {
    background-color: #000;
    color: #fff;
}

#Configurations .towerDetails {
    text-align: center;
    padding-top: 0px
}

#Configurations .towerDetails h2 {
    text-transform: uppercase;
    font-weight: var(--font-weight-700);
    background: #ecc17f;
    background: linear-gradient(167deg, #ECC17F 40%, #C47A14 63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    padding: 10px 0px
}

#Configurations h6 {
    font-weight: var(--font-weight-700);
    color: var(--black);
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px
}

#Configurations ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: fit-content;
    margin: auto
}
/*#townhouse ul li,
#penthouse ul li{
    border-bottom: none;
    padding: 0px 20px !important; 
}*/

#Configurations ul li {
    font-size: 18px;
    line-height: 1.2em;
    padding: 20px 20px;
    border-bottom: solid 1px #000;
    /*color: #fff*/
}

#Configurations ul li:last-child {
    border-bottom: none;
    /* margin-bottom: 20px */
}

#Configurations .outerbr {
    position: relative
}

#Configurations .outerbr::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    background-color: #000;
    z-index: 1;
    transition: .5s
}

#Configurations .outerbr .towerImg {
    position: relative;
    z-index: 1
}

#Configurations .outerbr .towerImg img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    position: relative
}
#Configurations .galleryImg img {
    border: 1px solid #ac875b;
}
@media(max-width: 767px) {
    #Configurations {
        padding: 40px 0px
    }
    #Configurations .towerDetails {
    	text-align: center;
    	padding-top: 40px
    }
}

#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-color: #000;*/
    /*background: url(../img/texture03.jpg);*/
    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 rgba(0, 0, 0, .125)
}

#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: var(--TextColor)
}

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

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

#location .locationList li:hover {
    color: var(--black);
    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;
    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-wrp {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    margin-top: 0px;
    color: #fff;
    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: 35px 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 select,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    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 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
}

.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-600);
    transition: .5s;
    padding: 10px 15px;
    background-color: var(--black);
    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: 40% !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: var(--black);
    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/texture05.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: 999 !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: #000;
    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-600);
    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
}

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

.moreInfromation-rhs .commonBt span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    background-color: var(--black);
    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;
  }
}
