:root {
    --sandClr: #FFF3E9;
    --brown: #2d59a9;
    --gold: #C5995B;
    --White: #fff;
    --TextColor: #414042;
    --font-weight-100: 100;
    --font-weight-300: 300;
    --font-weight-400: 400;
    /* --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800 */
}

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

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

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

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

:root .brown {
    color: var(--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('../font/Futura-Regular.woff2') format('woff2'),
        url('../font/Futura-Regular.woff') format('woff'),
        url('../font/Futura-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */

/* @font-face {
font-family: 'Futura';
    src: url('../font/Futura.ttc') format('woff2'),
        url('../font/futur.ttf') format('woff'),
        url('../font/Futura-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
} */
@font-face {
    font-family: "Futura";
    src: url("../font/Futura.ttc");
    src: url("../font/Futura.ttc") format("embedded-opentype"), url("../font/Futura.ttc") format("woff2"), url("../font/Futura.ttc") format("woff"), url("../font/Futura.ttc") format("truetype"), url("../font/Futura.ttc") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html,
body {
    font-family: "Futura";
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/* @font-face {
  font-family: "Futura";
  src: url('../font/Futura.ttc');
    font-weight: 400;
  font-style: normal;
}

html,
body {
  font-family: 'Futura';
  padding: 0;
  margin: 0;
  font-weight: 400;
} */



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



}

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
}


.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: 9px !important
}

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

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

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

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

.commonBt {
    display: inline-block;
    border: solid 1px #2d59a9;
    color: var(--#2d59a9);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--font-weight-600);
    position: relative
}

.commonBt span {
    padding: 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: var(--White);
    transition: .5s;
    color: #2d59a9;
}

.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(--#2d59a9);
    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(--#2d59a9);
    height: 100%;
    width: 100%
}

.commonBt:hover::before {
    border: solid 1px var(--#2d59a9)
}

.commonBt:hover span {
    color: var(--White);
    background-color: #2d59a9;
    padding-right: 30px;
    border: 2px solid #fff; /* white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4),
                inset 0 -3px 0 rgba(255, 255, 255, 0.4); /* 3D depth */
    transform: translateY(-2px); /* lift effect */
    transition: all 0.2s ease-in-out;
}



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

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

.common-ttle,
.common-ttle2 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: var(--font-weight-200);
    letter-spacing: -1.5px;
}

.common-ttlenew2 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: var(--font-weight-200);
    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-200);
    line-height: 1;
    margin-bottom: 15px
}

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

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

.infoNos {
    margin-bottom: 20px
}

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

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

.infoNos p {
    font-size: 16px;
    font-weight: var(--font-weight-200);
    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: 16px;
    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: #2d59a9;
}

#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: 64px
    }

    #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;
        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(--brown);
    padding: 10px 20px;
    font-size: 16px;
    color: var(--brown);
    font-weight: var(--font-weight-600);
    display: block;
    width: 202px;
    margin-right: 10px;
    transition: .5s
}

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

#header .NavRight .EnquireNow {
    border: solid 1px var(--brown);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: var(--font-weight-600);
    display: flex;
    width: 143px;
    background-color: var(--brown);
    color: var(--White);
    transition: .5s;
    align-items: center;
    justify-content: center;

}

#header .NavRight .EnquireNow {
    transition: all 0.3s ease-in-out;
    border: 2px solid #2d59a9;
}

#header .NavRight .EnquireNow:hover {
    background-color: #2d59a9;
    color: var(--White);
    border: 2px solid #2d59a9;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4), 
                inset 0 -3px 0 rgba(0, 0, 0, 0.5); /* 3D depth */
    transform: scaleX(1.1) translateY(-2px); /* stretch to right + lift */
}

#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: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 9990;
    transform-origin: left;
    clip-path: inset(0% 0% 0% 0%)
} */

/* #banner .loadingScreen span {
    width: 100%;
    height: 100% !important;
    display: block;
    background-color: #2d59a9;
    overflow: hidden;
} */

/* #banner .bannerCenter {
    width: 350px;
    height: 310px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    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(--gold);
    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: 'Futura';
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    font-size: 50px;
    padding-left: 2px
}

#banner .bannerCenter h6 {
    color: #C5995B;
    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 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: var(--sandClr);
}

#banner .banner1 {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    padding: 0%;
    transform: none; 
}

#banner .banner1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
    display: block;
  margin-top: 60px;
     
}

@media (max-width: 768px) {
  #banner .banner1 {
      height: auto;
  }
  #banner .banner1 img {
      margin-top: 60px !important;     
      object-fit: contain;  
  }
}

/* #banner .banner1 {
    height: 100%;
    position: relative;
    transform: scale(1.5);
    padding-top: 8%  5%!important;
}

#banner .banner1 img {
    width: 100%;
    height: 100%;
 


} */

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

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

    #banner .banner1 img {
        width: 100%;
        height: 100%;
        margin-top: 58px !important;


    }
}

#welcome .welcome-inner {
    position: relative;
    border-bottom: solid 1px var(--gold);
    border-top: solid 1px var(--gold);
    background-color: var(--White);
    padding: 50px 100px
}

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

#welcome .welcome-inner .welcomeDetails {
    margin-top: 60px
}

#welcome .welcome-inner .welcomeDetails .infoNos {
    background-color: #2d59a9;
    padding: 12px 20px;
    opacity: 1;
    color: #fff;
    height: 136px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

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

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

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

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

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

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

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

#welcome .welcome-inner .welcomeDetails .experienceVideo:hover .experiencepix {
    transform: scale(1.1)
}

#welcome .welcome-inner .welcomeDetails .experienceVideo:hover .experiencepix img {
    opacity: .7
}

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

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

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

#welcome .welcome-inner .welcomeDetails .multilevelgrand .multilevelgrandimg {
    transition: 1s
}

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

#welcome .welcome-inner .welcomeDetails .multilevelgrand:hover .multilevelgrandimg {
    transform: scale(1.1)
}

#welcome .welcome-inner .welcomeDetails .multilevelgrand h2 {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    color: var(--White);
    font-size: 20px;
    font-weight: var(--font-weight-200);
    padding: 20px
}

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

#welcome .welcome-inner .welcomeDetails .multilevelgrand .image-label {
    right: 10px;
    bottom: 10px
}

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

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

    #welcome .welcome-inner .welcomeDetails {
        margin-top: 30px
    }

    #welcome .welcome-inner .welcomeDetails .col-lg-8 {
        padding: 0px 0px
    }

    #welcome .welcome-inner .welcomeDetails .d-flex {
        justify-content: space-between
    }

    #welcome .welcome-inner .welcomeDetails .infoNos {
        width: 48%;
        padding: 12px 10px
    }

    #welcome .welcome-inner .welcomeDetails .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(--brown)
}

#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(--brown)
}

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

#projectHilight {
    background-color: #2d59a9;
    position: relative;
    overflow: hidden;
    padding: 100px 0px
}

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

#projectHilight .container {
    position: relative
}

#projectHilight .projectHilightList {
    margin-top: 60px
}

#projectHilight .projectHilightList .projectHilight1 {
    margin-top: 80px
}

@media(max-width: 767px) {
    #projectHilight .projectHilightList .projectHilight1 {
        margin-top: 0px
    }
}

#projectHilight .projectHilightList .projectHilightLCards {
    border: solid 1px #fff;
    margin-bottom: 30px;
    position: relative
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner {
    background-color: var(--White);
    height: 280px;
    position: relative;
    padding: 30px;
    z-index: 2;
    transition: .5s
}

@media(max-width: 767px) {
    #projectHilight .projectHilightList .projectHilightLCards .CardsInner {
        height: 250px
    }
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner .highlightIcon {
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: .2s
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner .highlightIcon span:nth-child(2) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    clip-path: circle(0% at 50% 50%)
}

#projectHilight .projectHilightList .projectHilightLCards .CardsInner p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
    z-index: 2;
    transition: .2s;
    color: #2d59a9;
    font-size: 20px;
    line-height: 1.2;
    font-weight: var(--font-weight-600)
}

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

#projectHilight .projectHilightList .projectHilightLCards:hover::before {
    top: 10px;
    left: 10px
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner {
    background-color:  #2d59a9;
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner p {
    color: var(--White)
}

#projectHilight .projectHilightList .projectHilightLCards:hover .CardsInner .highlightIcon 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
}

.projectHilightLeft {
    color: #fff !important;
}

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

    #projectHilight .projectHilightLeft {
        margin-bottom: 10px
    }
}

#ProjectAmenities {
    padding-top: 100px;
}

#masterplan {
    padding-top: 100px;
}

#masterplan .sub-ttle {
    z-index: 999;
    position: relative;
}

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

#masterplan {
    height: auto;
    background: #f4f4ea;
}
/* ==========================
   Gallery Section Styles
   ========================== */

#gallery .swiper {
    margin-top: 40px;
}

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

#gallery .ProjectAmenitiesTabs {
    margin-top: 40px;
}

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

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

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

#gallery .nav-tabs .nav-link {
    padding: 20px 30px 15px 30px;
    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;
    transition: all 0.3s ease;
}

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

#gallery .nav-tabs .nav-link.active {
    color: var(--White);
    background-color: var(--brown);
    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);
}

/* Active colors for multiple tabs */
#gallery .nav-tabs .nav-link:nth-child(1).active {
    background-color: #00b7b8;
}
#gallery .nav-tabs .nav-link:nth-child(2).active {
    background-color: #5ebe7b;
}
#gallery .nav-tabs .nav-link:nth-child(3).active {
    background-color: #b38868;
}
#gallery .nav-tabs .nav-link:nth-child(4).active {
    background-color: #c59a5b;
}

/* Utility color classes */
#gallery .blueClr {
    background-color: #00b7b8;
}
#gallery .wellnessClr {
    background-color: #5ebe7b;
}
#gallery .ExplorationClr {
    background-color: #b38868;
}
#gallery .ClubClr {
    background-color: #c59a5b;
}

/* Gallery Images */
#gallery .galleryImg {
    overflow: hidden;
    position: relative;
  
    transition: transform 0.3s ease;
}

#gallery .galleryImg img {
    width: 100%;
    object-fit: cover;
    display: block;
  
}

#gallery .galleryImg:hover img {
    /* transform: scale(1.05); */
}

@media(max-width: 767px) {
    #gallery .galleryImg img {
        height: 340px;
    }
    #gallery .galleryImg {
        height: auto;
    }
}

/* Gallery Labels */
#gallery .galleryImg .gallerylabel {
    text-transform: uppercase;
    position: absolute;
    font-weight: var(--font-weight-200);
    color: var(--White);
    font-size: 12px;
    bottom: 20px;
    left: 20px;
    background-color: #2d59a9;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Swiper Navigation */
#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;
}




/* new style fix css */
/* #gallery .galleryImg img {
    border-radius: 0 !important;
    transform: none !important;
    transition: none !important;
}
#gallery .galleryImg img:hover {
    transform: none !important;
} */



/* 
#ProjectAmenities .swiper {
 
    margin-top: 40px
}

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

#ProjectAmenities .ProjectAmenitiesTabs {
    margin-top: 40px
}

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

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

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

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

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

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

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

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

#ProjectAmenities .nav-tabs .nav-link:nth-child(1).active {
    background-color: #00b7b8
}

#ProjectAmenities .nav-tabs .nav-link:nth-child(2).active {
    background-color: #5ebe7b
}

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

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

#ProjectAmenities .blueClr {
    background-color: #00b7b8
}

#ProjectAmenities .wellnessClr {
    background-color: #5ebe7b
}

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

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

#ProjectAmenities .galleryImg {
 
    overflow: hidden;
    position: relative
}

#ProjectAmenities .galleryImg img {
  
    object-fit: cover
}

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

#ProjectAmenities .galleryImg .gallerylabel {
    text-transform: uppercase;
    position: absolute;
    font-weight: var(--font-weight-200);
    color: var(--White);
    font-size: 12px;
    bottom: 20px;
    left: 20px;
    background-color: #2d59a9;
    padding: 5px 10px
}

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

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

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

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

#ProjectAmenities .swiper-button-next {
    right: 30px
} */

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

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

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

#towers .swiper-button-next {
    right: 30px

}
#gallery{
     padding: 60px 0;
}


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

#gallery .AmenitiesRight .amenitiesTitle {
    color: var(--White);
    font-weight: var(--font-weight-200);
    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 .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-200);
    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);
}



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

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

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

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

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

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

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

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

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

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

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

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

#ProjectAmenities .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--gold) */


#towers {
    background-color: #2d59a9;
    color: #fff;
    padding: 100px 0px
}

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

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

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

#towers nav .nav-link {
    font-size: 20px;
    color: #fff;
    border-radius: 0px;
    padding: 10px 60px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: var(--font-weight-600)
}

#towers nav .nav-link.active {
    background-color: #ffffff;
    color: #2d59a9;
}

#towers .towerDetails {
    text-align: center;
    padding-top: 40px
}

#towers .towerDetails h2 {
    text-transform: uppercase;
    font-weight: var(--font-weight-200);
    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
}

#towers h6 {
    font-weight: var(--font-weight-200);
    color: var(--gold);
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px
}

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

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

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

#towers .outerbr {
    position: relative
}

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

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

#towers .outerbr .towerImg img {
    width: 100%;
    height: 110%;
    object-fit: cover;
    position: relative
}

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

#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: var(--White);
    position: relative;
    padding: 100px 0px;
    overflow: hidden
}

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

#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-200);
    font-size: 20px;
    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
    }
}

#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(--gold);
    margin-left: 3px
}

#location .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2d59a9'><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(--gold);
    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: #2d59a9;
    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: 70px 50px
}

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

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

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

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box input,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #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 .labeltag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    opacity: .3;
    pointer-events: none;
    transition: .5s
}

.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box input:hover~.labeltag,
.moreInfromation-wrp .moreInfromation-rhs .getintouchRight .login-box .user-box textarea:hover~.labeltag,
.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: 7px;
    left: 0;
    color: #fff;
    opacity: 1;
    font-size: 12px;
}


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

    padding: 100px 0px;
    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-bottom: 11px;
    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-200);
    color: var(--TextColor)
}

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

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

#footer .HeadOffice h2 {
    font-weight: var(--font-weight-200);
    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-200);
    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%
    }
}

#footer .copyright {
    color: var(--TextColor);
    font-size: 12px;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, .3);
    padding-top: 20px;
    margin-top: 30px
}

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

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

    #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: 20%
    }
}

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

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

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

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

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

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

.getintouchRight2 {
    padding: 40px 70px
}

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

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

.getintouchRight2 .login-box .user-box input,
.getintouchRight2 .login-box .user-box textarea,
.getintouchRight2 .login-box .user-box select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    outline: none;
    background: rgba(0, 0, 0, 0);
    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(--brown);
    color: var(--White);
    border: none;
    display: inline-block
}

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

.SubmitBtn:hover {
    padding-right: 20px;
    background-color: #C5995B;
    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 {
    z-index: 9999;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px)
}

.modal-body {
    padding: 0px
}

#thankyou {
    background-color: var(--brown);
    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-200);
    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
}



/* Configuration Section */
#configuration {
    padding: 60px 0;
    background-color: #fff;


}

/* Table Styling */
.config-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.config-table th {
    background-color: #2255a4;
    color: #fff;
    font-weight: bold;
    padding: 13px;
    text-align: center;
    font-size: 16px;
}

.config-table td {
    padding: 14px;
    text-align: center;
    border: 1px solid #ccc;

}

.table>tbody {
    vertical-align: unset !important;
}

.config-table a.GreyBtn {
    display: inline-block;
    padding: 6px 14px;
    background-color: #2255a4;
    color: #fff;

    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.config-table a.GreyBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
}

/* On Hover */
.config-table a.GreyBtn:hover {
    background-color: #C5995B;
    color: #fff;
}

.config-table a.GreyBtn:hover::after {
    animation: shine 0.8s ease forwards;
}

/* Keyframes */
@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }


}


#footer {
    background-color: #fff;
    color: #fff;
    padding: 40px 20px;

    font-size: 14px;
    line-height: 1.6;
}

#footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

#footer .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footerlogo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.qr-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    flex: 1 1 60%;
}

.qr-block-1 {

    color: #000 !important;
    padding: 5px;
    text-align: center;
    flex: 1 1 180px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.4); */
}

.qr-block-1 img {
    max-width: 40%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 4px;
}

.qr-block-1 p {
    font-size: 12px;
    color: #000 !important;
    margin: 0;
}

.disclaimer {
    margin-top: 30px;
    flex-basis: 100%;
    text-align: center;
    color: #000 !important;
    font-size: 12px;
}

.disclaimer a {
    color: #000 !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.disclaimer a:hover {
    color: #f0a500;
}

.disclamiersize {
    font-size: 11px;
    color: #000 !important;
    max-width: 900px;
    margin: 20px auto 0;
    text-align: justify;
    line-height: 1.4;
    padding: 0 10px;
}

h6.text-center {
    margin-top: 15px;
    font-weight: normal;
    color: #bbb;
    font-size: 13px;
}

h6.text-center a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #footer .col-md-12 {
        flex-direction: column;
        align-items: center;
    }

    .qr-container {
        gap: 5px;
        /* flex-direction: column; */
        align-items: center;

    }

    .qr-block-1 {
        flex: 1 1 100%;
        max-width: 48%;

    }
}

.custom-tabs {
    display: flex;
    background: transparent;
    border: none;
    margin-top: 20px;
    gap: 0;
    justify-content: center;
}

.custom-tabs .nav-link {
    background: #fff;
    color: #2d59a9;
    border: 2px solid #2d59a9;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 0;
    transition: all 0.3s ease;
}

.custom-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid #fff;
}

.custom-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 1px solid #fff;
}

.custom-tabs .nav-link.active {
    background: #2d59a9;
    color: white;
    border-color: #2d59a9   ;
}

.custom-tabs .nav-link:hover:not(.active) {
    background: #fff;
}

.custom-tabs .nav-link:focus {
    box-shadow: none;
}

#phone2 {
    border: none;
    border-bottom: 1px solid #fff;

    background: transparent;
    padding: 8px 0;
    font-size: 12px;
    color: #fff;
}




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

#phone1:focus {
    outline: none;

}

.modal-body .iti__selected-dial-code {
    color: #000 !important;
}

.ini {
    width: 100% !important;
}

.iti__country-list .iti__country {
    color: #000 !important;
}


.iti__country-list .iti__dial-code {
    color: #000 !important;
}

.iti__country-list .iti__country:hover {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}

/* Make bottom border span full width */
#phone2 {
    border: none;
    border-bottom: 1px solid #fff;
    /* White border */
    /* Full container width */
    background: transparent;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

/* White placeholder */
#phone2::placeholder {
    color: #fff;
    opacity: 1;
    margin: 10px;

}


/* Desktop-specific rule */
@media (min-width: 992px) {

    /* Bootstrap lg breakpoint */
    #phone2 {
        display: block;
        width: 100%;
    }
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}



.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);

}


.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px 0 10px;
}


.mobiile-init .iti {
    width: 100% !important;
    z-index: 999;
    margin-top: -12px;
}



.iti {
    width: 100% !important;
    z-index: 9999;
}



.phonenew {
    width: 100% !important;


}

.iti__country {
    background-color: #fff !important;
    color: #000;
    padding: 0px 40px !important;
}

.iti__country.iti__highlight {
    background-color: #fff;
    color: #000;
    max-width: 30%;
}

.iti-mobile .iti--container {
    bottom: 50%;
    left: 30px;
    right: 30px;
    position: fixed;
    height: 36vh;
    width: unset;
    max-width: 60%;
}

.mobiile-init .iti {
    width: 100% !important;
    z-index: 99;

}

.iti__selected-flag {
    z-index: 99;
    position: sticky;
    display: flex;
    align-items: center;
    margin: 5px 0px;
    padding: 1px 6px 8px 8px;

}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    height: 40px;
}


/* .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    margin-top: 10px;
}
.iti__flag iti__in{
    height: 14px;
    margin-top: 10px;
    
}

.iti-0__country-listbox{
    margin-top: 10px; 
} */
/* Image size fix */

.qrleftbtn,
.qrrightbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.qrleftbtn:hover,
.qrrightbtn:hover {
  background: #ddd;
}



.qrsliderbar{
    gap: 20px !important;
}

  .qrsliderbar img {
    width: 140px;        
    height: 140px;       
    object-fit: contain; 

    margin: 0 auto;      
    display: block;
        max-width: 40%;
    height: auto;
    margin-bottom: 10px;
   
  }
    .qrsliderbar p{
          font-size: 12px;
    color: #000 !important;
    margin: 0;
    }


  @media (max-width: 576px) {
    .qrsliderbar img {
      width: 140px;
      height: 140px;
    }
  }

  /* .qrsliderbar .col-auto {
  padding: 0 20px; 
} */



