\html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'LuxiaRegular' !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
    counter-reset: section;
}

@font-face {
    font-family: 'LuxiaDisplay';
    src: url('/assets/fonts/Luxia-Display.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LuxiaRegular';
    src: url('/assets/fonts/Luxia-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

b {
    font-weight: 800;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

/*-------------- CSS Resetter ----------*/

/* width */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #e2bb6c;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*--------------------------------------------------------------------*/

.nav-width {
    width: 95%;
}

/*-------------------menu---------------------*/

.sticky {
    position: fixed;
    z-index: 9999;
}

#hide-menu {
    width: 100vw;
    padding: 20px 0px;
    top: 0;
    box-shadow: 0px 0px 4px 5px #0000003b;
}

.navbar-default {
    background: #ffffff;
    background-size: 215px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #000000;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand>img {
    height: 75px;
    margin-top: 0px;
    padding: 5px;
}

.navbar-brand>img.nav-logo {
    height: 75px;
    margin-top: -13px;
    padding: 0;
}

.d-none {
    display: none;
}

#brand-snapshot .row {
    display: flex;
    flex-wrap: nowrap;
}

#brand-snapshot .brand-items {
    width: 20%;
}

.brand-items h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

#brand-snapshot .brand-items h6 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
    position: relative;
}

#brand-snapshot .brand-items h6::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 4px;
    width: 50px;
    border-bottom: 3px solid #000;
}

.brand-items p {
    margin-bottom: 0px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

#project_walkthrough {
    padding: 50px 0px;
}

#project_walkthrough iframe {
    margin-top: 15px;
}

#project_walkthrough .container {
    padding: 0;
}

.virtual-tour-fullwidth {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #fff;
}

/* Big iframe style */
.virtual-tour-iframe {
    width: 100%;
    height: 90vh;
    border: none;
    display: block;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
}

.nav-logo2 {
    width: 120px;
    margin-top: 2px;
    margin-left: 15px;
}

/*------------Navbar center-------*/

.navbar .navbar-nav {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*-------------------*/

@media (max-width: 767px) {

    #project_walkthrough {
        padding: 50px 15px;
    }


    .navbar-nav {
        margin: initial !important;
    }

    #brand-snapshot .row {
        flex-wrap: wrap;
        gap: 5px;
        padding: 0 15px;
        row-gap: 30px;
        justify-content: center;
    }

    #brand-snapshot .brand-items h6 {
        font-size: 25px;
        text-align: center;
    }

    .brand-items p {
        font-size: 14px;
        text-align: center;
    }

    #brand-snapshot .brand-items h6::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 4px;
        width: 100%;
        border-bottom: 3px solid #000;
    }

    #brand-snapshot .brand-items {
        width: 48%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
}

.navbar-collapse {
    padding-bottom: 10px;
}

.navbar-brand>img {
    width: auto;
    float: left;
}

.navbar-brand>img.nav-logo {
    width: 75px;
    margin-top: 0;
    position: absolute;
    top: 0px;
    right: 80px;
    padding: 0;
}

.navbar-brand {
    padding: 0px;
}

.navbar-default .navbar-toggle {
    border: none !important;
    background: #ad8a53;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}


.nav-call {
    border: 2px solid #ad8a53;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #fff !important;
    background: #ad8a53 !important;
}

.navbar-brand>img.nav-logo {
    width: 75px;
    margin-top: 0;
    position: absolute;
    top: -5px;
    right: 0px;
    padding: 0;
}

form#contact_form {
    overflow: hidden;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    outline: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: LuxiaDisplay;
    font-weight: 500;
}

.nav-logowrap a.navbar-brand {
    width: 75px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: LuxiaDisplay;
    font-weight: 500;
}

.menu-overlay a span {
    border-left: 3px solid #d2ac68;
    border-right: 3px solid #d2ac68;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

.global-sec {
    padding: 70px 0;
}

/*--------------------------------------------*/
.video-wrap {
    height: 100vh;
}

#home-carousel {
    overflow: hidden;
}

.carousel-control {
    background-image: none !important;
}

#home-carousel .carousel-inner .item .slide {
    width: 100%;
    height: 100vh;
}

#home-carousel .carousel-inner .item:nth-child(2) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item:nth-child(3) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item .zoom {
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all .4s ease-in-out;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

.carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animation delays */

.anim-item1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-item2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.anim-item3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-img1 {
    position: absolute;
    width: 20%;
    top: 24%;
    right: 40%;
    z-index: -1;
}

/*-----------------------------------------------------------------------*/

#home-carousel {
    /* margin-top: 100px; */
}

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

.gif-video {
    width: 100vw;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.vh100 {
    height: 100vh;
}

.overview {
    width: 100%;
}

.home {
    text-align: center;
}

.life-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-head h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
}

.life-head span {
    font-family: LuxiaDisplay;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: right;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.life-head p {
    text-align: right;
    line-height: 26px;
}

.home-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

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

.home-head h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}

.home-head p {
    text-align: left;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 18px;
}

.home-back {
    background-position: center;
}

.headline {
    height: 2px;
    background: #e2bb6c;
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.headline.right {
    margin: initial;
    float: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

.headline.left {
    margin: initial;
    margin-top: 20px;
    margin-bottom: 30px;
}

.life-head .dflex {
    width: 100%;
}

.ocontent-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    color: #ffffff;
    background-size: 750px;
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
    background-attachment: fixed;
}

.ocontent-wrap .dflex {
    width: 100%;
}

.sub-head {
    font-size: 18px;
    color: #000 !important;
    display: block;
    margin: 18px 0px 0px;
    text-transform: none;
    line-height: 18px;
}

.sec-head.white .sub-head {
    color: #ffffff !important;
}

.ocontent-wrap h3 {
    font-family: LuxiaDisplay;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}

.ocontent-wrap p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.ocontent-wrap h4 {
    margin-bottom: 0;
    color: #fcb13b;
    font-size: 18px;
    line-height: 40px;
    font-weight: 900;
}

.oimg-wrap {
    position: relative;
}


.oimg-wrap p {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}

.oimg-wrap-caption {
    position: absolute;
    left: 0;
    padding: 0 15px !important;
    bottom: -10px;
    text-align: left !important;
    background: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    width: 27%;
    font-size: 11px !important;
}


.oimg-wrap img {
    width: 100%;
    object-fit: initial;
    display: block;
    margin: 10px 0;
}

.overview-carousel .owl-nav {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: absolute;
    bottom: -50px;
    right: 47%;
}

.overview-carousel .owl-nav button {
    height: 42px;
    width: 42px;
    background: #000000 !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #ffffff !important;
}

.life-carousel .owl-nav {
    margin-bottom: 0;
    margin-top: 0 !important;
    position: absolute;
    width: 33.33%;
    bottom: 45px;
}

.life-carousel .owl-nav button {
    height: 35px;
    width: 35px;
    background: #fff !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #3FC1CE !important;
}

#navinfo {
    width: 33.33%;
    position: absolute;
    text-align: center;
    bottom: 25px;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: LuxiaDisplay;
    font-weight: 500;
}

#navinfo2 {
    width: 33.33%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: LuxiaDisplay;
    font-weight: 500;
}

.sec-head h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0;
}

.sec-head h2 span {
    color: #735422;
}

.sec-head h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.developer {
    background: url("../images/menu-bg.webp") repeat;
    text-align: center;
}

.developer p {
    color: #000;
    font-size: 17px;
}

.developer h4 {
    font-family: LuxiaDisplay;
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 31px;
    color: #222;
    font-weight: 300;
}

.life-head.contact {
    background: #0e0e0e;
    color: #222;
}

.life-head.contact span {
    font-family: LuxiaDisplay;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

.contactimg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.contact-wrapp {
    background-image: url('../images/cont-bg.webp');
    background-size: cover;
    background-repeat: no-repeat
}

.main-contactwrap {
    width: 100%;
    background: #00000087;
    padding: 50px 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-contactwrap .dflex {
    width: 100%;
}

.contact-head h3 {
    font-family: LuxiaDisplay;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ededed;
    text-align: center;
}

.contact-head .hline {
    height: 2px;
    background: #e2bb6c;
    width: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin: 10px auto 15px;
}

.form-control {
    height: 45px;
}

.form-control:focus {
    box-shadow: none !important;
}

.contact-btn {
    font-family: LuxiaDisplay;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    width: 172px;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: linear-gradient(180deg, #333 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
    transition: all .3s ease-in-out;
}

.contact-btn:hover,
.contact-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

#proximities {
    background: url(../images/gallery/exetrior/3.webp);
    background-position: center;
    background-size: cover;
}

.prox-wrapp {

    /* height: 460px;   */
}


.amen-capt {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.prox-head {}

.prox-head h3 {

    font-size: 1vw;
    text-align: left;
    margin: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;

}

.prox-head img {
    width: 30px;
    display: block;
    margin: 0 25px;
    filter: invert(100%);
}

.prox-cont {}

.prox-cont ul {
    padding: 15px 20px;
}

.prox-cont li {
    list-style: initial;
    line-height: 2;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.prox-cont ul {
    padding: 6px 6px;
}

.prox-cont li {
    list-style: initial;
    line-height: 2;
    color: #fff;
    font-weight: 500;
    font-size: 0.8vw;
}

@media all and (max-width: 1300px) {

    .prox-cont li {
        list-style: initial;
        line-height: 2;
        color: #fff;
        font-weight: 500;
        font-size: 0.7vw;
    }
}

/******Enquiry now*********/

.contact-ehead h3 {
    font-family: LuxiaDisplay;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-ehead .hline {
    height: 2px;
    background: #e2bb6c;
    width: 40px;
    margin: 15px auto;
}

#enq-form input,
#enq-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    border-radius: 0 !important;
    color: #222222;
    border-left: none;
    box-shadow: none;
    border-bottom: 1px solid #ababab;
    outline: none;
}

#enq-form input::placeholder,
#enq-form textarea::placeholder {
    color: #a7a7a7;
}

#enq-form .form-group {
    height: 40px;
    margin-bottom: 30px;
    margin-top: 0;
}

#enq-form .input-group {
    width: 100%;
}

.form-control:focus {
    box-shadow: none !important;
}

.enq-btn {
    font-family: LuxiaDisplay;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    /* width: 172px; */
    display: block;
    margin: 0px auto;
    height: 46px;
    line-height: 30px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, #ad8a53 50%, #3FC1CE 0) no-repeat scroll 100% 100%/100% 210% #3FC1CE;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.enq-btn:hover,
.enq-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

/******Enquiry End*********/
.flag {
    background: white;
    height: 40px;
    border-right: 1px solid;
}

.flagpd2 {
    padding: 0px 0px 2px 0px;
}

.ind-sel {
    border-radius: 7px 0px 0px 7px !important;
}

.main-contactwrap p span {
    font-family: LuxiaDisplay;
    font-weight: 400;
}

.sec-footer {
    padding: 20px 0;
}

.sec-footer .copy {
    margin-bottom: 0;
    text-align: center;
    line-height: 25px;
    font-family: LuxiaDisplay;
    letter-spacing: 1px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
}

.sec-footer .rera-disc {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 800;
}

.sec-footer .privacy {
    font-size: 11px;
    line-height: 16px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.register-btn {
    transform: rotate(90deg);
    font-family: LuxiaDisplay;
    position: fixed;
    top: 280px;
    right: -40px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    width: 122px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, #333 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

/*construction sec*/
#construction h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 10px;
}

/*construction sec*/

.register-btn:hover,
.register-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.about_btn {
    display: flex;
    gap: 10px;
}

.broch-btn {
    font-family: LuxiaDisplay;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    display: block;
    font-size: 17px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 115%, rgba(195, 150, 76, 1) 100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
    bottom: 10%;
    left: 40%;
}



.broch-btn:hover,
.broch-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.call-btn {
    transform: rotate(90deg);
    font-family: LuxiaDisplay;
    position: fixed;
    top: 389px;
    right: -27px;
    z-index: 9999;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 17px;
    width: 96px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, #ad8a53 50%, #d2322f 0) no-repeat scroll 100% 100%/100% 210% #d3322f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none !important;
}

.call-btn:hover,
.call-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.popup-btn {
    font-family: LuxiaDisplay;
    font-weight: 400;
    padding: 8px 25px;
    border-radius: 25px;
    display: flex;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    border: 0 !important;
    background: linear-gradient(180deg, #222 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 45px;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.popup-btn:hover,
.popup-btn:focus {
    background-position: 100% 0;
    color: #fff;
}

.fcall {
    font-family: LuxiaDisplay;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
}

.sec-otp {
    padding: 80px 0;
}

#otp-form input {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #ededed;
}

#otp-form .input-group-addon {
    background: #3FC1CE;
    color: #fff;
    border: 0;
}

.otp-formwrap {
    margin-top: 3em;
}

.otp-formwrap h1 {
    margin: 0px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-family: LuxiaDisplay;
    letter-spacing: 2px;
    font-weight: 400;
}

.otp-formwrap p {
    text-align: center;
    margin-bottom: 20px;
}

.otp-formwrap img {
    width: 80px;
    margin: 0px auto;
    display: block;
    margin-bottom: 18px;
}

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -7px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #000;
    background-color: #ad8a53;
    border: 1px solid #ad8a53;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: black;
    transition: ease all 0.5s;
}

.mytab>li>a {
    color: #fff;
    padding: 9px 20px !important;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
    font-family: LuxiaDisplay;
}

/*-------------------------------------------------*/
.mytab.amitab>li {
    margin-left: 0px;
}

.mytab.amitab>li>a {
    color: #333;
    border-color: #333;
}

.mytab.amitab>li>a:hover,
.mytab.amitab>li>a:focus {}

/*---------------gallery----------------------*/
.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.overlayg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.overlayg.transparent {
    background: rgba(0, 0, 0, 0);
}

.overlayg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.975);
    z-index: 99;
}


.overlayg.blackborder::before {
    border: 2px dashed #1a0c0c;
}


.snap-wrapp {
    padding: 15px;
    outline: 5px solid rgb(195 150 76);
    outline-offset: 20px;

}

.art-caption {
    position: absolute;
    left: 0;
    padding: 0 10px !important;
    bottom: -10px;
    text-align: left !important;
    background: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    width: 28%;
    font-size: 9px !important;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.amenities-gallery img {
    width: 100%;
    height: 310px;
    display: block;
    transition: all 0.5s;
}

.height-auto {
    height: auto !important;
}

@media all and (max-width: 768px) {
    .amenities-gallery img {
        width: 100%;
        height: 360px !important;
        display: block;
        object-fit: cover;
        transition: all 0.5s;
    }
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgb(64 58 47 / 60%);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    left: 0;
}

.ami-overlay p {
    color: #f6f6f6 !important;
    font-size: 25px !important;
    line-height: 30px;
    font-style: normal;
    font-weight: 600 !important;
}


.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

/*---Gallery Optional--*/
.gall-txt {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-family: LuxiaDisplay;
    font-size: 20px;
    letter-spacing: 1px;
}

.gall-patch {
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: 0;
    background: #333;
    font-size: 14px;
    padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
    height: 280px;
    object-fit: cover;
}

/*-------End Of Gallery ------------*/

.error {
    color: #ff0000;
}

/*----------Modal Design-------*/

.modal {
    z-index: 99999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background: url(../images/ba-patch.webp);
    background-size: 500px;
}

.modal-body {
    background-size: cover;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-family: LuxiaDisplay;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    width: 125px;
    margin: 0px auto;
    display: block;
    position: static;
    padding: 0px;
    background-color: transparent;
    margin-bottom: 2rem;
}


.modal-dialog {
    z-index: 9999 !important;
}

/*---modal form--*/

/*-------------------------------*/

form input,
form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
    outline: none !important;
}

form input::placeholder,
form textarea::placeholder {
    color: #222222;
}

form .input-group-addon {
    background: #fff;
    color: #ad8a53;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

form textarea {
    border: none;
    resize: none;
}

form .form-group {
    height: 40px;
    margin-bottom: 30px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

/*-----------Modal End --------*/

/*---mobile fix footer----*/

.fixed-footer-cust {
    background: #333333;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-radius: 15px 15px 0px 0px;
}

.fixed-footer-cust ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

span.border-btm {
    display: block;
    background: #fff;
    width: 1px;
    height: 30px;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

/*---mobile fix footer----*/

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    margin-top: 4.2%;
    padding: 70px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #ad8a53;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #a47732;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    color: #fff;
    font-size: 18px;
}

.go-home {
    color: #fff;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #ad8a53;
    border-radius: 25px;
}

.oops-greet {
    color: #fff;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.plushtbl {}

.plushtbl tbody tr {}

.plushtbl tbody tr td {}

.pincoderwap {}

.pincoderwap img {
    width: 100%;
    display: block;
}

.pincoderwap .txtwrap {
    background: #3FC1CE;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pincoderwap p {
    margin-bottom: 0;
    color: #222;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.pincode-carousel .owl-nav {
    margin-top: 0;
}

.pincode-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: #3FC1CE !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #fff !important;
}

.loc-wrap p {
    color: #3FC1CE;
    font-family: LuxiaDisplay;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.loc-wrap img {
    width: 100%;
    display: block;
    border: 1px solid #3FC1CE;
}

.plush-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.plush-wrap img {
    width: 100px;
}

.plush-wrap p {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 10px;
    font-family: LuxiaDisplay;
}

.plus-subhead {
    text-align: center;
    font-family: LuxiaDisplay;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.plush .txtwrap {
    height: 70px;
}

.resi-subhead {
    text-align: center;
    font-family: LuxiaDisplay;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.flat360 {
    width: 100%;
    height: 450px;
}

.prostatus {
    font-family: LuxiaDisplay;
    font-size: 21px;
    margin-bottom: 10px;
}

.prostatus.right {
    text-align: right;
}

.pricing-wrap {
    border-radius: 13px;
    background: #002c46;
    box-shadow: 0px 0px 69px -23px #8e8e8e;
}

.pricing-wrap .inner {
    border-radius: 10px;
    transition: ease all 0.5s;
}

.pricing-wrap .inner:hover {
    transition: ease all 0.5s;
    transform: translateY(-15px);
}

.pricing-top {
    background: #3FC1CE;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 35px 0;
}

.pricing-wrap .pricing-top img {
    width: 40px;
}

.pricing-top h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
}

.pricing-top h2 {
    font-family: LuxiaDisplay;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 800;
}

.pricing-top p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}

.pricing-bottom {
    background: #fff;
    padding: 30px 10px;
    min-height: 408px;
    border-radius: 0 0 10px 10px;
}

.pricing-bottom h4 {
    font-family: LuxiaDisplay;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 500;
}

.pricing-feature {}

.pricing-feature li {
    height: 55px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.pricing-feature li span img {
    margin-right: 15px;
}

.pricing-feature li .pricetxt {
    width: 90%;
}

.pricing-feature li .pricetxt p {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
}

.price-note {
    margin-bottom: 0;
    margin-top: 20px;
}

.price-note span {
    font-weight: 600;
}

.statuslist {
    list-style: decimal;
    padding-left: 15px;
}

.statuslist li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.statuslist li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.statuslist li p {
    margin-bottom: 3px;
    font-weight: 400;
}

.statuslist li ol {
    list-style: lower-alpha;
    padding-left: 18px;
}

.statuslist li ol li {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}

.statuslist li ol li:last-child {
    margin-bottom: 0;
}

#yt-video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.ytplayer-container iframe {
    top: 0 !important;
}

.video-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    width: 100%;
    height: 100vh;
}

.video-mainwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.vwrap .head {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 800;
    font-family: LuxiaDisplay;
}

.vwrap .subhead {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.svgwrap {
    display: block;
    text-align: center;
}

.svgwrap svg {
    width: 70px;
    height: 70px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2px;
    margin-right: 0;
}

#videoicon:hover {
    cursor: pointer;
}

#videoicon path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    animation: line-animation 3s ease forwards infinite;
}

#videoicon polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }

    to {
        stroke-dashoffset: 0;
    }
}

.white {
    color: #fff;
}

.value-wrap {}

.value-wrap img {
    width: 60px;
}

.value-wrap h4 {}

.value-wrap p {}

.projects-wrap {
    border-radius: 10px;
    background: #222;
}

.projects-wrap .proinner {
    border-radius: 10px;
    transition: ease all 0.5s;
}

.projects-wrap .proinner:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.projects-wrap .project-upper {
    border-radius: 10px 10px 0 0;
}

.projects-wrap .project-upper img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

.projects-wrap .product-lower {
    background: #3FC1CE;
    color: #222;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.projects-wrap .product-lower h4 {
    font-family: LuxiaDisplay;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.projects-wrap .product-lower p {
    font-weight: 500;
}

.projects-wrap .product-lower p:last-child {
    margin-bottom: 0;
}

.projects-carousel .owl-stage-outer {
    padding-top: 15px;
}

.projects-carousel .owl-nav {
    margin-top: 20px;
}

.projects-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background: #000000 !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #fff !important;
}

.gery-bg {
    background: #ececec;
}

#droneelevation {
    width: 100%;
    height: 450px;
}

.sechead-logo {
    width: 170px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#overview {
    background: url(../images/ame/1.webp);
    background-position: center;
    background-size: cover;
}

.overv-content {
    height: 665px;
    padding: 60px;
    display: flex;
    align-items: center;
    /* width: 792px; */
    justify-content: center;
}

@media(max-width:768px) {
    .overv-content {
        height: auto;
        padding: 35px;
    }

    .overv-content p {
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }


    .broch-btn {
        position: static;
        margin: auto;
    }
}

.overv-content p {
    font-size: 18px;
    line-height: 2;
}

.main-heading {
    padding: 40px 0 55px;
    background: #0000007d;

}

.amen-icon {
    width: 55px;
    margin: 15px auto;
    display: block;
}

.amen-icon:hover {
    filter: invert(100%);
}

.main-heading1 {
    padding: 40px 0 55px;
    background: #000000a6;

}

.gold-bg {
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
}


.mainhead-wrap {}

.mainhead-wrap img {
    width: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: -3px;
}

.mainhead-wrap h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

.overv-content .mainhead-wrap h2 {
    text-align: left;
}

.mainhead-wrap .quote {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 43px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
}

.mainhead-wrap h2 span {
    color: #ad8a53;
}

.headicon {
    width: 70px;
    margin: 0 auto;
    display: block;
    margin-bottom: -3px;
}

.dark-bg {
    background: #7d7769;
}

.sec-head.white h2 {
    color: #ffffff;
}

.locwrap {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    border: 1px solid #222;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 10px;
}

.locwrap i {
    color: #ad8a53;
}

.locwrap i:before {
    font-size: 64px;
}

.locwrap img {
    width: 100%;
}

.locwrap p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 7px;
}

.locwrap p span {
    font-family: LuxiaDisplay;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
}

.locsubhead {
    font-family: LuxiaDisplay;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}

.locimg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
}


.sec-about {
    background: url('../images/ba-patch.webp');
    background-size: 500px;
}

.footer-logo {

    display: flex;
    align-items: center;
    justify-content: center;
}

.footerlogo1 {
    width: 120px;
    padding: 10px;
    margin: 0;
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

.footerlogo2 {
    width: 170px;
    padding: 10px;
    margin: 0;
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}

.float-button-desktop {
    position: fixed;
    left: 35px;
    bottom: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.float-button-desktop .whatsapp-icon img{
    height: 40px;
    width: 40px;
}

@media screen and (max-width: 768px) {
	.float-button-desktop {
	  bottom: 90px;
	  left: unset;
	  right: 30px;
	  }

	  .float-button-desktop .whatsapp-icon{
		  display: none;
	  }
}

.sec-newcity {
    background: #f1f1f1;
    padding-bottom: 70px;
}

.new-city .img-wrap {
    position: relative;
}

.new-city .img-wrap img {
    width: 100%;
    display: block;
}

.new-city .img-wrap p {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

.new-city h3 {
    font-family: LuxiaDisplay;
    font-size: 21px;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.new-city p {
    text-align: center;
    margin-top: 10px;
}

.new-city h3 span {
    color: #ad8a53;
}

.newcity-line {
    background: #2d2d2d;
    height: 3px;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.wonder {
    list-style: disc;
    text-align: initial;
    line-height: 25px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}



.heading-02 {
    /* font-family: 'Intro'; */
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.for-wonder {
    text-align: center;
    padding: 60px 110px;
    background: #3FC1CE;
    color: #fff;
}

.for-wonder h3 {
    font-family: LuxiaDisplay;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dir-name {
    margin: 5px 0px;
    padding: 1px 0px 5px;
    font-size: 16px;
    line-height: 25px;
}

.quote p {
    margin: 20px 0px;
}

.quote img {
    width: 70%;
}

#home-carousel1 .item img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    height: 675px;
}

.sec-config {
    background: url("../images/bg.webp") center no-repeat;
    background-size: cover;
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
    background-attachment: fixed;
}

.configoverlay {
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}

/*---Configuration box----*/

.config-wrap {
    text-align: center;
    border-top: 10px solid #fff;
    border-bottom: 40px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding: 25px 0px;
    margin-bottom: 0px;
    transition: ease all 0.5s;
}

.config-wrap1 {
    text-align: center;
    border-top: 10px solid #ffffff;
    border-bottom: 40px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    padding: 25px 0px;
    margin-bottom: 20px;
    transition: ease all 0.5s;
}

.config-wrap:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap1:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.config-wrap1 h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.config-wrap h3,
.config-wrap1 h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
}

.config-wrap p {
    font-size: 17px;
}

.config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
}

.config-wrap1 h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
}

.config-wrap h2 span {
    color: #fff;
}

.config-wrap1 h2 span {
    color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
    background: #ffffff;
    border: none;
    font-size: 20px;
    color: #000;
    width: 60%;
    padding: 7px 0;
    margin: 5px 0px;
    font-weight: 600;
    outline: none;
}

/*--------------------------*/

/*-------------aminities--------*/

#amenities {
    padding: 75px 0;
}


/* Amenities-gall */

.downtown .item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

@media(max-width:1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .item {
    opacity: 1;
    transform: scale(1);
}


.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}

.inner a:hover {
    border-color: #fff;
}

.black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4)
}

.black .inner a:hover {
    border-color: #000;
}

.owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background-size: 100% auto;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

/* Amenities-gall */

.amenities-icon {
    text-align: center;
    box-shadow: 0px 1px 5px 5px #0000003d;
    padding: 15px;
    margin-bottom: 23px;
    transition: ease all 0.5s;
}

.amenities-icon:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
    border-radius: 50%;
    border-color: #222;
    transition: ease all 0.5s;
    border: 2px solid #000000f7;
}

.amenities-icon .icons-wrap i {
    color: #5f5f5f;
}

.amenities-icon .icons-wrap i:before {
    font-size: 50px;
}

.amenities-icon h3 {
    font-size: 14px;
    transition: ease all 0.5s;
    color: #222;
    min-height: 50px;
    font-weight: 500;
    line-height: 24px;
}

.amenities-icon:hover h3 {
    color: #222;
    transition: ease all 0.5s;
}

.amenities-icon .flex-wrap:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background: #9f9f9f;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.4;
    left: 50%;
    margin-left: -25px;
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
    background-attachment: fixed;
    top: 50px;
}

/*----------------------------*/

/* Over */
.sec-pillar {
    position: relative;
    top: -480px;
    padding: 0;
    padding-top: 80px;
}

.overslide-padding {
    padding: 40px;
}

.overslider-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    transition: ease all 0.5s;
    border: 10px solid #cb9382;
    box-shadow: 10px 10px 25px 2px #b9b9b9;
}

.overslider-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    transition: ease all 0.5s;
    border: 10px solid #cb9382;
    box-shadow: 10px 10px 25px 2px #b9b9b9;
}

.overslider-wrap .shadow {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 33%;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: ease all 0.5s;
}

.overslider-wrap .overview-content h2 {
    font-family: 'JosefinSans-Bold';
    color: #fc837a;
    font-size: 27px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: ease all 0.5s;
}

/* Over */

.over-view {
    text-align: center;
}

.hi-icon {
    margin: 0px 15px !important;
}

.golde-icon {
    padding: 0 !important;
    margin-top: 0 !important;
}

.golde-icon i {
    color: #000000 !important;
    margin: 0 !important;
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
}

.golde-icon .hi-icon:hover {
    background: #ad8a53 !important;
    color: #FFFFFF !important;
}

.golde-icon .hi-icon:after {
    box-shadow: 0 0 0 2px #333 !important;
}

.over-view p {
    margin-bottom: 0;
    min-height: 69px;
    line-height: 19px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0px 20px;
    text-align: center;
}



.partnerlink {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.partnerlink a {
    color: #000000 !important;
}


.covidlist {}

.covidlist li {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 17px;
    list-style: disc;
}

.snap-icon {
    padding: 15px;
    background: #fff;
    margin: 5px auto;
    text-align: center;
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    border-radius: 50%;
    width: 115px;
    height: 115px;
}

.snap-p {
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px;
}

.snap-icon img {
    width: 70px;
}

.qr-copy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-copy img {
    position: absolute;
    left: 8%;
    top: -6px;
}

/*---- Accordition ----*/

.cst-accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
}

.cst-accordion a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #ad8a53;
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
    font-family: LuxiaDisplay;
    letter-spacing: 1px;

    background: #ad8a53;
}

.cst-accordion .panel-heading a.collapsed:hover,
.cst-accordion .panel-heading a.collapsed:focus {
    background-color: #ad8a53;
    color: white;
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading a.collapsed:hover::before,
.cst-accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

.cst-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
}

.cst-accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #ad8a53;
    transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */

.cst-accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #fff;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-body {
    padding: 15px;
    border: none !important;
    background: #f5f5f5;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.cst-accordion .panel-group .panel-heading {
    border-bottom: 0;
    background: transparent;
}

.cst-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}



.loc-list {}

.loc-list li {
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
}

.loc-list li::before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color: #ca1f26;
}

/*----------------------*/
.cover-img {
    overflow: hidden;
    position: relative;
}

.cover-img img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    padding: 0px;

    background: #193b3c;
}

.imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    font-size: 9px !important;
}

.cover-content {
    height: 675px;
    /* padding: 60px; */
    display: flex;
    align-items: center;
}

.cover-tittle {
    color: #ad8a53;
    font-family: 'Cream';
    letter-spacing: 2px;
    line-height: 50px;
    /* display: grid; */
    font-size: 55px;
    /* font-weight: 700; */
    text-transform: capitalize;
}

.cover-content p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
}

#ProjectsHighlight {
    padding: 50px 0;
    background-color: #fff;
    background-attachment: fixed;
}


.mainhead-wrap h2 {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

.mainhead-wrap .quote {
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 43px;
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
}

.mainhead-wrap h2 span {
    color: #ad8a53;
}

/* .cover-high {margin: 0 auto;background-image: url(../images/bg.webp); background-size: cover; } */
.cover-content {
    height: auto;
    padding: 60px;
    display: flex;
    align-items: center;
    /* width: 792px; */
    justify-content: center;
}

.high-title {
    margin: 20px;
    color: #ad8a53;
    font-family: 'Cream';
    letter-spacing: 2px;
    line-height: 50px;
    display: block;
    font-size: 40px;
    font-weight: unset;
    text-transform: none;
    background: #ad8a53;
    background: -webkit-linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
    background: -moz-linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
    background: linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cover-tittle span {
    font-weight: 700;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    background: #ad8a53;
    background: -webkit-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
    background: -moz-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
    background: linear-gradient(to left, #ffffff 0%, #fff 50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
}

.high-bord {
    border: 2px solid #ad8a53;
    display: inline-block;
    background: #fff;
}

.cover-content p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
}

.high-btn {
    color: #222;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #e2bb6c;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #ad8a53;
    font-family: LuxiaDisplay;
    letter-spacing: 2px;
    color: #000 !important;
    margin: -1px auto;
    width: 100%;
    outline: none;
    text-decoration: none !important;
    background: #ad8a53;
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    background: -moz-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
    /* background: #fff; */
}

.high-img {
    z-index: 9;
    position: relative;
}

.high-img img {
    width: 74px;
    display: block;
    margin: 0 auto;
    transition: ease all 1s;
}

.high-img p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    margin: 20px 0px 20px;
    text-align: center;
}

.sec-about {
    padding: 80px 0px;
    background: url("../images/about-bg.webp") no-repeat center center;
    /* background-size: 400px; */
}

.cust-container2 {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.section-head {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.wt-tilte-main {
    float: left;
    padding-right: 75px;
    border-right: 3px solid #622941;
    margin: 10px 0 0 0;
}

.wt-tilte-main1 {
    float: left;
    padding-right: 50px;
    border-right: 3px solid #622941;
    margin: 25px 0 0 0;
}

.wt-small-title {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.wt-tilte-main h2,
.wt-tilte-main1 h2 {
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: LuxiaDisplay;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 0;
}

.wt-small-title span {
    color: #ad8a53 !important;
}

.title-right-detail {
    padding-left: 50px;
    overflow: hidden;
}

.section-head p:last-child {
    margin-bottom: 0;
}

.section-head p {
    padding-top: 20px;
    font-size: 14px;
}

.abtsubhead {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    font-size: 18px;
    line-height: 2;
}

.border-d {
    border-bottom: 2px solid #222222;
}

.abouttxt {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    height: 130px;
    text-align: inherit;
    font-size: 18px;
    line-height: 20px;
}

.abouttxt h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 33px;
}

.highprice {
    margin: 20px auto;
    text-align: center;
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    width: 50%;
    font-weight: 700;
}

.highl {
    box-shadow: 6px 8px 5px 0px #00000073;
    background: #fff;
    padding: 15px 20px;
    margin: 0 15px 50px 0px;
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highl .description {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    padding: 25px 30px 0px;
    font-weight: 300;
}

.highl:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ad8a53;
    position: absolute;
    top: 10%;
    left: 3%;
    opacity: 0.5;
    z-index: -1;
}

.highl:after {
    counter-increment: section;
    content: counter(section);
    background: #a47732;
    position: absolute;
    font-size: 25px;
    top: -1%;
    color: #fff;
    left: 0%;
    padding: 4px 13px;
    font-weight: 600;
}

.section {
    padding: 70px 0;
}


.blow-banner p {
    color: #272727;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.blow-banner img {
    width: 100px;
    margin: 0px auto;
}

#location {
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
    background-attachment: fixed;
}

#location {
    display: none;
}

#aboutus {
    background: rgb(153, 98, 40);
    background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    background-attachment: fixed;
}

/*==================================================responsive css=======================================================================================================*/

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

@media (min-width: 768px) {
    .nav-logowrap {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .pdm-0 {
        padding: 0 !important;
    }

    .pd0-m {
        padding: 0 !important;
    }

    .nav-width {
        width: 100%;
    }

    .vh100 {
        height: initial;
    }

    #hide-menu {
        height: 60px;
        padding: 5px 0px;
    }

    .slide-img1 {
        width: 60%;
        top: 28%;
        right: 20%;
    }

    .carousel-caption h3 {
        font-size: 19px;
        width: 77%;
        margin: 0 auto;
        line-height: 25px;
    }

    .cover-content {
        height: auto;
        padding: 50px 20px;
        display: block;
    }

    .cover-img img {
        height: initial;
    }

    #home-carousel {
        height: initial;
        margin-top: 25px;
    }

    #home-carousel .carousel-inner .item .slide {
        height: initial;
    }

    .life-head {
        height: initial;
        padding: 75px 30px 40px 30px;
    }

    .life-head h2 {
        text-align: center;
        font-size: 30px;
    }

    .headline.right {
        float: none;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .life-head p {
        text-align: center;
    }

    .home-head {
        height: initial;
        padding: 53px 30px 40px 30px;
    }

    .home-head h2 {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }

    .home-head p {
        text-align: center;
    }

    .overview-carousel .owl-nav {
        width: 100%;
        right: 0;
        bottom: -50px;
    }

    .life-carousel .owl-nav {
        width: 100%;
    }

    #navinfo {
        width: 100%;
    }

    #navinfo2 {
        width: 100%;
    }

    .call-btn {
        top: 44%;
    }

    .owl-carousel .owl-item img {
        height: initial;
    }

    .ocontent-wrap {
        height: 500PX;
        padding: 40px 35px 110px 35px;
        min-height: 640px;
    }

    .overview-carousel .ocontent-wrap {
        height: initial;
        min-height: 290px;

    }

    .sec-head h2 {
        font-size: 30px;
    }

    .developer h4 {
        font-size: 24px;
    }

    .life-head.contact span {
        text-align: center;
    }

    .contactimg img {
        height: initial;
    }

    .main-contactwrap {
        height: initial;
        padding: 50px 25px;
    }

    .gif-video {
        height: 75vh;
        width: auto;

    }

    .gif-video {
        height: 100vh;
        width: auto;
        min-width: unset;
        min-height: unset;
    }

    .video-wrap {
        /* background: transparent; */
        height: 91vh;
    }

    .sec-footer {
        margin-bottom: 65px;
    }

    .disc-click {
        color: rgb(43, 40, 40) !important;
        cursor: pointer;
    }


    .downtown {
        top: 0px;
    }

    .headline.left {
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .pincoderwap .txtwrap {
        height: 60px;
    }

    .pincoderwap p {
        font-size: 15px;
        line-height: 19px;
    }

    .plush .txtwrap {
        height: 80px;
    }

    .highprice {
        width: 100%;
    }

    .flat360 {
        height: 300px;
    }

    .pricing-wrap .pricing-top img {
        width: 30px;
    }

    .pricing-bottom {
        min-height: initial;
    }

    .pricing-wrap {
        margin-bottom: 30px;
    }

    .life-head span {
        text-align: center;
    }

    .prostatus {
        text-align: center !important;
    }

    .mainhead-wrap h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .sec-head.white h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .locsubhead {
        font-size: 25px;
        line-height: 35px;
    }

    .sec-newcity {
        padding-bottom: 50px;
    }

    .new-city {
        margin-bottom: 30px;
    }

    .new-city h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .newcity-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .panel-group {
        margin-top: 35px;
    }

    .quote img {
        width: 90%;
    }

    .over-view p {
        min-height: 85px;
        line-height: 19px;
        font-size: 14px;
    }

    .amenities-icon h3 {
        font-size: 14px;
        min-height: 42px;
    }

    .high-bord {
        border: 2px solid #ad8a53;
        /* display: block; */
        background: #fff;
    }

    .cust-container2 {
        width: 100%;

    }

    #construction h2 {
        font-size: 25px;
        line-height: 35px;
    }

    #construction iframe {
        width: 100%;
    }

    .footerlogo1 {
        width: 100px;
    }

    .footerlogo2 {
        width: 140px;
    }

    .contact-wrapp {
        background-size: cover;
    }

    .title-right-detail {
        padding: 0%;
        text-align: center;
    }

    .blow-banner img {
        width: 72px;
        margin: 0px auto;
    }

    .blow-banner p {
        color: #272727;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }

    .configoverlay {
        padding: 70px 25px;
    }


    .prox-head img {
        width: 45px;
        margin: auto;
    }

    .prox-head h3 {
        font-size: 16px;
        text-align: center;
        margin: 20px 0 0px;
    }

    .prox-cont li {
        font-size: 15px;
        text-align: center;
        list-style: none;
    }

    .prox-cont ul {
        padding: 20px 20px 40px;
    }

    .art-caption {
        width: 35%;
        font-size: 9px !important;
    }

    .amen-capt {
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }

    #amenities {
        padding: 20px 0 65px;
    }

    .form-control {
        font-size: 13px;
    }

    .amenities-gallery:hover .ami-overlay {
        transform: translate(0%, 0);
        transition: all 0.5s;
        cursor: unset !important;
    }

    .ami-overlay {
        width: 100%;
        height: 100%;
        background: unset;

    }

    .amenities-gallery {
        position: relative;
        width: 100%;
        overflow: unset;
        transition: all 0.5s;

    }

    .qr-copy {
        flex-direction: column;
    }

    .qr-copy img {
        position: relative;
        left: 0px;
        top: 0px;
    }
}

.disc-click {

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    /* HTML5 display-role reset for older browsers */

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    body {
        line-height: 1;
        font-family: 'Nunito', sans-serif !important;
        font-size: 16px !important;
        overflow-x: hidden;
        font-weight: 300 !important;
        counter-reset: section;
    }

    body,
    html {
        overflow-x: hidden;
    }

    ol,
    ul {
        list-style: none;
    }

    b {
        font-weight: 800;
    }

    blockquote,
    q {
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    a {
        outline: none;
    }

    p {
        margin-bottom: 10px;
        line-height: 23px;
    }

    img {
        margin-bottom: 0px;
    }

    .mr0 {
        margin: 0 !important;
    }

    .pd0 {
        padding: 0 !important;
    }

    /*-------------- CSS Resetter ----------*/

    /* width */

    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */

    ::-webkit-scrollbar-thumb {
        background: #e2bb6c;
    }

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /*--------------------------------------------------------------------*/

    .nav-width {
        width: 87%;
    }

    /*-------------------menu---------------------*/

    #hide-menu {
        position: fixed;
        z-index: 9999;
        width: 100%;
        padding: 20px 0px;
        top: 0;
        box-shadow: 0px 0px 4px 5px #0000003b;
    }

    .navbar-default {
        background: #ffffff;
        background-size: 215px;
        margin-bottom: 0px;
        border: none;
        border-radius: 0;
        transition: ease all 0.5s;
    }

    .navbar-default.fixHeader {
        background: rgba(255, 255, 255, 0.9);
        transition: ease all 0.5s;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        text-shadow: none;
        transition: ease all 0.5s;
    }

    .navbar-default .navbar-nav>li>a:last-child {
        margin-right: 0;
    }

    .navbar-default .navbar-nav>li>a:focus {
        color: #fff;
        text-shadow: none;
        transition: ease all 0.5s;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #000000;
        transition: ease all 0.5s;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-image: none;
        box-shadow: none;
        background: transparent;
        color: #224e22;
    }

    .navbar-brand>img {
        width: 180px;
        margin-top: 0px;
        padding: 5px;
    }

    .navbar-brand>img.nav-logo {
        width: 85px;
        margin-top: -13px;
        padding: 0;
    }

    @media (min-width: 768px) {
        .navbar-brand {
            padding: 0px;
        }
    }

    .nav-logo2 {
        width: 120px;
        margin-top: 2px;
        margin-left: 15px;
    }

    /*------------Navbar center-------*/

    .navbar .navbar-nav {
        display: inline-block;
        float: none !important;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    /*-------------------*/

    @media (max-width: 767px) {
        .navbar-nav {
            margin: initial !important;
        }

        .navbar-collapse {
            padding-bottom: 10px;
        }

        .navbar-brand>img {
            width: 93px;
            float: left;
            margin-top: 8px;
            margin-left: 12px;
        }

        .navbar-brand>img.nav-logo {
            width: 50px;
            margin-top: 0;
            position: absolute;
            top: 0px;
            right: 80px;
            padding: 0;
        }


        .navbar-brand {
            padding: 0px;
        }

        .navbar-default .navbar-toggle {
            border: none !important;
            background: #ad8a53;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff !important;
        }

    }

    .nav-call {
        border: 2px solid #ad8a53;
        border-radius: 7px;
        padding: 3px 15px !important;
        color: #fff !important;
        margin-top: 10px;
        background: #ad8a53 !important;
        margin-left: 10px;
    }

    .navbar-nav>li>a {
        line-height: 30px !important;
        margin-right: 10px;
        padding-left: 7px;
        padding-right: 7px;
        outline: none;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: LuxiaDisplay;
        font-weight: 500;
    }

    .navbar-inverse .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover {
        outline: none;
    }

    .menu-overlay {
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 99999;
        top: 0;
        right: -100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-x: hidden;
        transition: 0.6s;
    }

    .menu-overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .menu-overlay a {
        padding: 8px;
        text-decoration: none;
        color: #ffff;
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-family: LuxiaDisplay;
        font-weight: 500;
    }

    .menu-overlay a span {
        border-left: 3px solid #d2ac68;
        border-right: 3px solid #d2ac68;
        padding: 0 14px;
        padding-top: 3px;
    }

    .menu-overlay a:hover,
    .menu-overlay a:focus {
        color: #f1f1f1;
    }

    .menu-overlay .closebtn {
        position: absolute;
        top: 1px;
        right: 10px;
        font-size: 48px;
    }

    .global-sec {
        padding: 70px 0;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        width: 175px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    /*--------------------------------------------*/
    .video-wrap {
        height: 100vh;
    }

    #home-carousel {
        overflow: hidden;
    }

    .carousel-control {
        background-image: none !important;
    }

    #home-carousel .carousel-inner .item .slide {
        width: 100%;
        height: 100vh;
    }

    #home-carousel .carousel-inner .item:nth-child(2) img {
        /*filter: brightness(0.8);*/
    }

    #home-carousel .carousel-inner .item:nth-child(3) img {
        /*filter: brightness(0.8);*/
    }

    #home-carousel .carousel-inner .item .zoom {
        -webkit-animation: zoomin 60s ease-in infinite;
        animation: zoomin 60s ease-in infinite;
        transition: all .4s ease-in-out;
    }

    @-webkit-keyframes zoomin {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.3)
        }

        100% {
            transform: scale(1)
        }
    }

    @keyframes zoomin {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.3)
        }

        100% {
            transform: scale(1)
        }
    }

    @-webkit-keyframes zoomout {
        0% {
            transform: scale(1)
        }

        50% {
            transform: scale(.5)
        }

        100% {
            transform: scale(1)
        }
    }

    .carousel-caption {
        width: 100%;
        left: 0;
        top: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Animation delays */

    .anim-item1 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .anim-item2 {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .anim-item3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .carousel-caption h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .slide-img1 {
        position: absolute;
        width: 20%;
        top: 24%;
        right: 40%;
        z-index: -1;
    }

    /*-----------------------------------------------------------------------*/

    #home-carousel {
        /* margin-top: 100px; */
    }

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

    .gif-video {
        /* height: 78vh; */
        width: 100vw;
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .vh100 {
        height: 100vh;
    }

    .overview {
        width: 100%;
    }

    .home {
        text-align: center;
    }

    .life-head {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .life-head h2 {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 28px;
        line-height: 35px;
        margin-top: 0;
        font-weight: 300;
        text-transform: uppercase;
        text-align: right;
    }

    .life-head span {
        font-family: LuxiaDisplay;
        letter-spacing: 1px;
        font-weight: 400;
        display: block;
        text-align: right;
        line-height: 22px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .life-head p {
        text-align: right;
        line-height: 26px;
    }

    .home-head {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0px;
    }

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

    .home-head h2 {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 35px;
        line-height: 48px;
        margin-top: 0;
        font-weight: 300;
        text-transform: uppercase;
        text-align: left;
    }

    .home-head p {
        text-align: left;
        margin-bottom: 0;
        line-height: 27px;
        font-size: 18px;
    }

    .home-back {
        background-position: center;
    }

    .headline {
        height: 2px;
        background: #e2bb6c;
        width: 70px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .headline.right {
        margin: initial;
        float: right;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .headline.left {
        margin: initial;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .life-head .dflex {
        width: 100%;
    }

    .ocontent-wrap {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px;
        color: #ffffff;
        background-size: 750px;
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
        background-attachment: fixed;
    }

    .ocontent-wrap .dflex {
        width: 100%;
    }

    .sub-head {
        font-size: 20px;
        color: #000 !important;
        display: block;
        margin: 13px 0px 0px;
    }

    .sec-head.white .sub-head {
        color: #ffffff !important;
    }

    .ocontent-wrap h3 {
        font-family: LuxiaDisplay;
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000000;
    }

    .ocontent-wrap p {
        margin-bottom: 0;
        color: #000;
        font-size: 16px;
        line-height: 25px;
    }

    .ocontent-wrap h4 {
        margin-bottom: 0;
        color: #fcb13b;
        font-size: 18px;
        line-height: 40px;
        font-weight: 900;
    }

    .oimg-wrap {
        position: relative;
    }


    .oimg-wrap p {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 2px 10px;
        font-size: 13px;
    }

    .oimg-wrap-caption {
        position: absolute;
        left: 0;
        padding: 0 15px !important;
        bottom: -10px;
        text-align: left !important;
        background: rgb(0 0 0 / 50%) !important;
        color: #fff !important;
        width: 27%;
        font-size: 11px !important;
    }


    .oimg-wrap img {
        width: 100%;
        object-fit: initial;
        display: block;
        margin: 10px 0;
    }

    .overview-carousel .owl-nav {
        margin-bottom: 0;
        margin-top: 0 !important;
        position: absolute;
        bottom: -50px;
        right: 47%;
    }

    .overview-carousel .owl-nav button {
        height: 42px;
        width: 42px;
        background: #000000 !important;
        border-radius: 0 !important;
        outline: none !important;
        color: #ffffff !important;
    }

    .life-carousel .owl-nav {
        margin-bottom: 0;
        margin-top: 0 !important;
        position: absolute;
        width: 33.33%;
        bottom: 45px;
    }

    .life-carousel .owl-nav button {
        height: 35px;
        width: 35px;
        background: #fff !important;
        border-radius: 0 !important;
        outline: none !important;
        color: #3FC1CE !important;
    }

    #navinfo {
        width: 33.33%;
        position: absolute;
        text-align: center;
        bottom: 25px;
        z-index: 1;
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 3px;
        font-family: LuxiaDisplay;
        font-weight: 500;
    }

    #navinfo2 {
        width: 33.33%;
        position: absolute;
        text-align: center;
        bottom: 20px;
        z-index: 1;
        color: #fff;
        font-size: 18px;
        letter-spacing: 3px;
        font-family: LuxiaDisplay;
        font-weight: 500;
    }

    .sec-head h2 {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 42px;
        margin-top: 0;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        padding: 13px 0;
    }

    .sec-head h2 span {
        color: #735422;
    }

    .sec-head h3 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .developer {
        background: url("../images/menu-bg.webp") repeat;
        text-align: center;
    }

    .developer p {
        color: #000;
        font-size: 17px;
    }

    .developer h4 {
        font-family: LuxiaDisplay;
        font-size: 27px;
        margin-bottom: 10px;
        line-height: 31px;
        color: #222;
        font-weight: 300;
    }

    .life-head.contact {
        background: #0e0e0e;
        color: #222;
    }

    .life-head.contact span {
        font-family: LuxiaDisplay;
        letter-spacing: 1px;
        font-weight: 400;
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }

    .contactimg img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .contact-wrapp {
        background-image: url('../images/cont-bg.webp');
    }

    .main-contactwrap {
        width: 100%;
        background: #00000087;
        padding: 50px 80px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-contactwrap .dflex {
        width: 100%;
    }

    .contact-head h3 {
        font-family: LuxiaDisplay;
        letter-spacing: 1px;
        font-weight: 400;
        display: block;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ededed;
        text-align: center;
    }

    .contact-head .hline {
        height: 2px;
        background: #e2bb6c;
        width: 40px;
        margin-top: 10px;
        margin-bottom: 30px;
        margin: 10px auto 15px;
    }

    .form-control {
        height: 45px;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .contact-btn {
        font-family: LuxiaDisplay;
        font-weight: 400;
        border-radius: 0;
        letter-spacing: 1px;
        font-size: 15px;
        width: 172px;
        height: 46px;
        line-height: 30px;
        color: #fff;
        border: 0 !important;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        background: linear-gradient(180deg, #333 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
        transition: all .3s ease-in-out;
    }

    .contact-btn:hover,
    .contact-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    #proximities {
        background: url(../images/gallery/exetrior/3.webp);
        background-position: center;
        background-size: cover;
    }

    .amen-capt {
        background-color: #000;
        color: #fff;
        text-align: center;
    }

    .prox-head {}

    .prox-head h3 {

        font-size: 1vw;
        text-align: left;
        margin: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;

    }

    .prox-head img {
        width: 30px;
        display: block;
        margin: 0 25px;
        filter: invert(100%);
    }

    .prox-cont {}

    .prox-cont ul {
        padding: 15px 20px;
    }

    .prox-cont li {
        list-style: initial;
        line-height: 2;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
    }

    .prox-cont ul {
        padding: 6px 6px;
    }

    .prox-cont li {
        list-style: initial;
        line-height: 2;
        color: #fff;
        font-weight: 500;
        font-size: 0.8vw;
    }

    @media all and (max-width: 1300px) {

        .prox-cont li {
            list-style: initial;
            line-height: 2;
            color: #fff;
            font-weight: 500;
            font-size: 0.7vw;
        }
    }

    /******Enquiry now*********/

    .contact-ehead h3 {
        font-family: LuxiaDisplay;
        letter-spacing: 1px;
        font-weight: 400;
        display: block;
        text-align: center;
        font-size: 24px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .contact-ehead .hline {
        height: 2px;
        background: #e2bb6c;
        width: 40px;
        margin: 15px auto;
    }

    #enq-form input,
    #enq-form select {
        height: 40px;
        border: none;
        width: 100%;
        background: transparent;
        margin-bottom: 0;
        padding-left: 10px;
        font-size: 18px;
        border-radius: 0 !important;
        color: #222222;
        border-left: none;
        box-shadow: none;
        border-bottom: 1px solid #ababab;
        outline: none;
    }

    #enq-form input::placeholder,
    #enq-form textarea::placeholder {
        color: #a7a7a7;
    }

    #enq-form .form-group {
        height: 40px;
        margin-bottom: 23px;
        margin-top: 0;
    }

    #enq-form .input-group {
        width: 100%;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .enq-btn {
        font-family: LuxiaDisplay;
        font-weight: 400;
        border-radius: 0;
        letter-spacing: 1px;
        font-size: 15px;
        /* width: 172px; */
        display: block;
        margin: 0px auto;
        height: 46px;
        line-height: 30px;
        color: #fff;
        border: 0 !important;
        background: linear-gradient(180deg, #ad8a53 50%, #3FC1CE 0) no-repeat scroll 100% 100%/100% 210% #3FC1CE;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .enq-btn:hover,
    .enq-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    /******Enquiry End*********/
    .flag {
        background: white;
        height: 40px;
        border-right: 1px solid;
    }

    .flagpd2 {
        padding: 0px 0px 2px 0px;
    }

    .ind-sel {
        border-radius: 7px 0px 0px 7px !important;
    }

    .main-contactwrap p span {
        font-family: LuxiaDisplay;
        font-weight: 400;
    }

    .sec-footer {
        padding: 20px 0;
    }

    .sec-footer .copy {
        margin-bottom: 0;
        text-align: center;
        line-height: 25px;
        font-family: LuxiaDisplay;
        letter-spacing: 1px;
        font-weight: 400;
        color: #222;
        text-transform: uppercase;
        font-size: 14px;
    }

    .sec-footer .rera-disc {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .sec-footer .privacy {
        font-size: 11px;
        line-height: 16px;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0px;
    }

    .register-btn {
        transform: rotate(90deg);
        font-family: LuxiaDisplay;
        position: fixed;
        top: 280px;
        right: -40px;
        z-index: 9999;
        text-transform: uppercase;
        padding: 9px 0;
        font-weight: 400;
        border-radius: 0;
        letter-spacing: 1px;
        font-size: 17px;
        width: 122px;
        color: #fff;
        border: 0 !important;
        background: linear-gradient(180deg, #333 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
    }



    .register-btn:hover,
    .register-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    .broch-btn {
        font-family: LuxiaDisplay;
        text-transform: uppercase;
        padding: 10px 10px;
        font-weight: 400;
        position: absolute;
        border-radius: 0;
        letter-spacing: 1px;
        display: block;
        font-size: 17px;
        color: #fff;
        border: 0 !important;
        background: linear-gradient(180deg, #333 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
        bottom: 10%;
        left: 40%;
    }



    .broch-btn:hover,
    .broch-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    .call-btn {
        transform: rotate(90deg);
        font-family: LuxiaDisplay;
        position: fixed;
        top: 389px;
        right: -27px;
        z-index: 9999;
        text-transform: uppercase;
        padding: 9px 0;
        font-weight: 400;
        border-radius: 0;
        letter-spacing: 1px;
        font-size: 17px;
        width: 96px;
        color: #fff;
        border: 0 !important;
        background: linear-gradient(180deg, #ad8a53 50%, #d2322f 0) no-repeat scroll 100% 100%/100% 210% #d3322f;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        outline: none !important;
    }

    .call-btn:hover,
    .call-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    .popup-btn {
        font-family: LuxiaDisplay;
        font-weight: 400;
        padding: 8px 25px;
        border-radius: 0;
        display: block;
        margin: 0 auto;
        letter-spacing: 1px;
        font-size: 15px;
        color: #fff;
        border: 0 !important;
        background: linear-gradient(180deg, #222 50%, #ad8a53 0) no-repeat scroll 100% 100%/100% 210% #ad8a53;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        height: 45px;

    }

    .popup-btn:hover,
    .popup-btn:focus {
        background-position: 100% 0;
        color: #fff;
    }

    .fcall {
        font-family: LuxiaDisplay;
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 1px;
        color: #fff;
    }

    .sec-otp {
        padding: 80px 0;
    }

    #otp-form input {
        height: 40px;
        border: none;
        padding-left: 9px;
        width: 100%;
        background: #ededed;
    }

    #otp-form .input-group-addon {
        background: #3FC1CE;
        color: #fff;
        border: 0;
    }

    .otp-formwrap {
        margin-top: 3em;
    }

    .otp-formwrap h1 {
        margin: 0px;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
        font-family: LuxiaDisplay;
        letter-spacing: 2px;
        font-weight: 400;
    }

    .otp-formwrap p {
        text-align: center;
        margin-bottom: 20px;
    }

    .otp-formwrap img {
        width: 80px;
        margin: 0px auto;
        display: block;
        margin-bottom: 18px;
    }

    /* -------------------  TAB -----------------------*/

    .mytab {
        text-align: center;
        border-bottom: none;
        margin-bottom: 40px;
    }

    .mytab li {
        float: none !important;
        display: inline-block;
        margin-bottom: 10px;
        margin-left: -7px;
    }

    .mytab>li.active>a,
    .mytab>li.active>a:hover,
    .mytab>li.active>a:focus {
        color: #000;
        background-color: #ad8a53;
        border: 1px solid #ad8a53;
        cursor: pointer;
        border-radius: 0;
    }

    .mytab>li>a:hover,
    .mytab>li>a:focus {
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0;
        background-color: black;
        transition: ease all 0.5s;
    }

    .mytab>li>a {
        color: #fff;
        padding: 9px 20px !important;
        border: 1px solid #ffffff;
        border-radius: 0;
        font-size: 15px;
        font-weight: 400;
        background: black;
        text-transform: uppercase;
        letter-spacing: 3px;
        transition: ease all 0.5s;
        font-family: LuxiaDisplay;
    }

    /*-------------------------------------------------*/
    .mytab.amitab>li {
        margin-left: 0px;
    }

    .mytab.amitab>li>a {
        color: #333;
        border-color: #333;
    }

    .mytab.amitab>li>a:hover,
    .mytab.amitab>li>a:focus {}

    /*---------------gallery----------------------*/
    .amenities-gallery .actual {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 12px;
        padding: 0px 10px 2px 10px;
        z-index: 99;
    }

    .overlayg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        z-index: 99;
    }

    .overlayg.transparent {
        background: rgba(0, 0, 0, 0);
    }

    .overlayg::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(0.975);
        z-index: 99;
    }


    .overlayg.blackborder::before {
        border: 2px dashed #1a0c0c;
    }


    .snap-wrapp {
        padding: 15px;
        outline: 5px solid rgb(195 150 76);
        outline-offset: 20px;

    }


    .art-caption {
        position: absolute;
        left: 0;
        padding: 0 10px !important;
        bottom: -10px;
        text-align: left !important;
        background: rgb(0 0 0 / 50%) !important;
        color: #fff !important;
        width: 28%;
        font-size: 9px !important;
    }

    .amenities-gallery {
        position: relative;
        width: 100%;
        overflow: hidden;
        transition: all 0.5s;
    }

    .amenities-gallery img {
        width: 100%;
        height: 310px;
        display: block;
        transition: all 0.5s;
    }

    .height-auto {
        height: auto !important;
    }

    @media all and (max-width: 768px) {
        .amenities-gallery img {
            width: 100%;
            height: 360px !important;
            display: block;
            object-fit: cover;
            transition: all 0.5s;
        }
    }

    .ami-overlay {
        width: 100%;
        height: 100%;
        background: rgb(64 58 47 / 60%);
        position: absolute;
        top: 0;
        transform: translate(-101%, 0);
        transition: all 1s;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        left: 0;
    }

    .ami-overlay p {
        color: #f6f6f6 !important;
        font-size: 25px !important;
        line-height: 30px;
        font-style: normal;
        font-weight: 600 !important;
    }

    .amenities-gallery:hover .ami-overlay {
        transform: translate(0%, 0);
        transition: all 0.5s;
        cursor: url(../images/hovericon.webp), auto !important;
    }

    .amenities-gallery .ami-overlay h3 {
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 18px;
    }

    /*---Gallery Optional--*/
    .gall-txt {
        text-align: center;
        margin-bottom: 0;
        color: #fff;
        font-family: LuxiaDisplay;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .gall-patch {
        color: #fff;
        position: absolute;
        bottom: -10px;
        right: 0;
        background: #333;
        font-size: 14px;
        padding: 0 10px;
    }

    .amenities-gallery.gall-fiximg img {
        height: 280px;
        object-fit: cover;
    }

    /*-------End Of Gallery ------------*/

    .error {
        color: #ff0000;
    }

    /*----------Modal Design-------*/

    .modal {
        z-index: 99999;
        background: rgba(185, 185, 185, 0.6);
    }

    .modal-content {
        background: url(../images/ba-patch.webp);
        background-size: 500px;
    }

    .modal-body {
        background-size: cover;
        padding-bottom: 30px;
    }

    .modal-body .close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        opacity: 1;
        outline: none;
    }

    .modal-body .close span {
        height: 30px;
        width: 30px;
        display: block;
        font-size: 26px;
    }

    .modal-body h3 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        margin-top: -35px;
        margin-bottom: 10px;
        font-family: LuxiaDisplay;
    }

    .modal-body p {
        color: #fff;
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .modal-body img {
        width: 100px;
        margin: 0px auto;
        display: block;
        top: 10px;
        position: relative;
        top: -45px;
        padding: 13px;
        background-color: #fff;
    }


    .modal-dialog {
        z-index: 9999 !important;
    }

    /*---modal form--*/

    /*-------------------------------*/

    form input,
    form select {
        height: 40px;
        border: 1px solid #ffffff;
        width: 100%;
        background: #fff;
        margin-bottom: 0;
        padding-left: 10px;
        border-radius: 0 7px 7px 0 !important;
        color: #222222;
        border-left: none;
        outline: none !important;
    }

    form input::placeholder,
    form textarea::placeholder {
        color: #222222;
    }

    form .input-group-addon {
        background: #fff;
        color: #ad8a53;
        border: 1px solid #ffffff;
        border-right: 0;
        border-radius: 7px 0 0 7px;
    }

    .form-ico {
        font-size: 19px !important;
    }

    form textarea {
        border: none;
        resize: none;
        /*background: #e4e4e4;*/
    }

    form .form-group {
        height: 40px;
        margin-bottom: 23px;
        margin-top: 0;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    /*-----------Modal End --------*/

    /*---mobile fix footer----*/

    .fixed-footer-cust {
        background: #333333;
        text-align: center;
        padding: 10px 0px 10px 0px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 99;
    }

    .f-icon {
        height: 14px;
        width: 14px;
        padding-top: 4px;
    }

    .fix-link {
        color: #fff !important;
        font-size: 14px;
    }

    .div-line {
        border-right: 1px solid #fff;
    }

    .free-call:hover {
        color: #FFFFFF;
    }

    .i-am {
        padding: 0;
        background: transparent;
        border: none;
        background-image: none;
        box-shadow: none;
        outline: none !important;
    }

    .i-am:hover,
    .i-am:focus {
        background: transparent !important;
    }

    /*---mobile fix footer----*/

    #pageloader {
        background: rgba(34, 34, 34, 0.9);
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 9999999;
        top: 0;
    }

    .loading-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .loading-wrap img {
        width: 100px;
        transform: rotateY(0deg);
        -webkit-animation: rotateAnimation 2.5s ease-in infinite;
        animation: rotateAnimation 2.5s ease-in infinite;
        transition: all 0.5s ease-in-out;
    }

    @-webkit-keyframes rotateAnimation {
        0% {
            transform: rotateY(0deg);
        }

        25% {
            transform: rotateY(90deg);
        }

        50% {
            transform: rotateY(180deg);
        }

        75% {
            transform: rotateY(270deg);
        }

        100% {
            transform: rotateY(360deg);
        }
    }

    @keyframes rotateAnimation {
        0% {
            transform: rotateY(0deg);
        }

        25% {
            transform: rotateY(90deg);
        }

        50% {
            transform: rotateY(180deg);
        }

        75% {
            transform: rotateY(270deg);
        }

        100% {
            transform: rotateY(360deg);
        }
    }

    .sec-thankyou {
        margin-top: 4.2%;
        padding: 70px 0;
    }

    .msgicon {
        height: 100px;
        width: 100px;
        border: 4px solid #fff;
        font-size: 39px;
        background: #ad8a53;
        color: #fff;
        border-radius: 50%;
        padding: 27px;
        text-align: center;
        margin: 0px auto;
        display: block;
        margin-top: 20px;
    }

    .oops {
        text-align: center;
        font-size: 45px;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        font-weight: 800;
        color: #a47732;
    }

    .oops span {
        font-weight: 300;
    }

    .oops-subtitle {
        color: #fff;
        font-size: 18px;
    }

    .go-home {
        color: #fff;
        font-size: 19px;
        padding: 10px;
        width: 232px;
        margin: 0px auto;
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
        transition: ease 0.5s;
    }

    .go-home:hover {
        transition: ease 0.5s;
        color: #fff;
        background: #ad8a53;
        border-radius: 25px;
    }

    .oops-greet {
        color: #fff;
        font-size: 25px;
        /*font-weight: 600;*/
        margin-bottom: 15px;
    }

    .plushtbl {}

    .plushtbl tbody tr {}

    .plushtbl tbody tr td {}

    .pincoderwap {}

    .pincoderwap img {
        width: 100%;
        display: block;
    }

    .pincoderwap .txtwrap {
        background: #3FC1CE;
        padding: 10px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .pincoderwap p {
        margin-bottom: 0;
        color: #222;
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
    }

    .pincode-carousel .owl-nav {
        margin-top: 0;
    }

    .pincode-carousel .owl-nav button {
        height: 50px;
        width: 50px;
        background: #3FC1CE !important;
        border-radius: 0 !important;
        outline: none !important;
        color: #fff !important;
    }

    .loc-wrap p {
        color: #3FC1CE;
        font-family: LuxiaDisplay;
        text-align: center;
        margin-top: 10px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .loc-wrap img {
        width: 100%;
        display: block;
        border: 1px solid #3FC1CE;
    }

    .plush-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .plush-wrap img {
        width: 100px;
    }

    .plush-wrap p {
        margin-bottom: 0;
        font-size: 20px;
        margin-top: 10px;
        font-family: LuxiaDisplay;
    }

    .plus-subhead {
        text-align: center;
        font-family: LuxiaDisplay;
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .plush .txtwrap {
        height: 70px;
    }

    .resi-subhead {
        text-align: center;
        font-family: LuxiaDisplay;
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .flat360 {
        width: 100%;
        height: 450px;
    }

    .prostatus {
        font-family: LuxiaDisplay;
        font-size: 21px;
        margin-bottom: 10px;
    }

    .prostatus.right {
        text-align: right;
    }

    .pricing-wrap {
        border-radius: 13px;
        background: #002c46;
        box-shadow: 0px 0px 69px -23px #8e8e8e;
    }

    .pricing-wrap .inner {
        border-radius: 10px;
        transition: ease all 0.5s;
    }

    .pricing-wrap .inner:hover {
        transition: ease all 0.5s;
        transform: translateY(-15px);
    }

    .pricing-top {
        background: #3FC1CE;
        border-radius: 10px 10px 0 0;
        text-align: center;
        padding: 35px 0;
    }

    .pricing-wrap .pricing-top img {
        width: 40px;
    }

    .pricing-top h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 2px;
    }

    .pricing-top h2 {
        font-family: LuxiaDisplay;
        color: #fff;
        text-transform: uppercase;
        font-size: 23px;
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 800;
    }

    .pricing-top p {
        margin-bottom: 0;
        color: #fff;
        letter-spacing: 2px;
        font-size: 16px;
    }

    .pricing-bottom {
        background: #fff;
        padding: 30px 10px;
        min-height: 408px;
        border-radius: 0 0 10px 10px;
    }

    .pricing-bottom h4 {
        font-family: LuxiaDisplay;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .pricing-feature {}

    .pricing-feature li {
        height: 55px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d9d9d9;
    }

    .pricing-feature li span img {
        margin-right: 15px;
    }

    .pricing-feature li .pricetxt {
        width: 90%;
    }

    .pricing-feature li .pricetxt p {
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .price-note {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .price-note span {
        font-weight: 600;
    }

    .statuslist {
        list-style: decimal;
        padding-left: 15px;
    }

    .statuslist li {
        margin-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 10px;
    }

    .statuslist li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .statuslist li p {
        margin-bottom: 3px;
        font-weight: 400;
    }

    .statuslist li ol {
        list-style: lower-alpha;
        padding-left: 18px;
    }

    .statuslist li ol li {
        margin-bottom: 5px;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .statuslist li ol li:last-child {
        margin-bottom: 0;
    }

    #yt-video {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .ytplayer-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }

    .ytplayer-container iframe {
        top: 0 !important;
    }

    .video-overlay {
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        top: 0;
        width: 100%;
        height: 100vh;
    }

    .video-mainwrap {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .vwrap .head {
        color: #fff;
        text-transform: uppercase;
        font-size: 32px;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 800;
        font-family: LuxiaDisplay;
    }

    .vwrap .subhead {
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-top: 20px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .svgwrap {
        display: block;
        text-align: center;
    }

    .svgwrap svg {
        width: 70px;
        height: 70px;
        fill: none;
        stroke: #ffffff;
        stroke-width: 2px;
        margin-right: 0;
    }

    #videoicon:hover {
        cursor: pointer;
    }

    #videoicon path {
        stroke-dasharray: 161;
        stroke-dashoffset: 161;
        animation: line-animation 3s ease forwards infinite;
    }

    #videoicon polyline {
        stroke-dasharray: 75;
        stroke-dashoffset: 75;
        animation: line-animation 3s ease forwards infinite;
    }

    @keyframes line-animation {
        from {
            /*stroke-dashoffset: 300;*/
        }

        to {
            stroke-dashoffset: 0;
        }
    }

    .white {
        color: #fff;
    }

    .value-wrap {}

    .value-wrap img {
        width: 60px;
    }

    .value-wrap h4 {}

    .value-wrap p {}

    .projects-wrap {
        border-radius: 10px;
        background: #222;
    }

    .projects-wrap .proinner {
        border-radius: 10px;
        transition: ease all 0.5s;
    }

    .projects-wrap .proinner:hover {
        transform: translateY(-10px);
        transition: ease all 0.5s;
    }

    .projects-wrap .project-upper {
        border-radius: 10px 10px 0 0;
    }

    .projects-wrap .project-upper img {
        width: 100%;
        display: block;
        border-radius: 10px 10px 0 0;
    }

    .projects-wrap .product-lower {
        background: #3FC1CE;
        color: #222;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .projects-wrap .product-lower h4 {
        font-family: LuxiaDisplay;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .projects-wrap .product-lower p {
        font-weight: 500;
    }

    .projects-wrap .product-lower p:last-child {
        margin-bottom: 0;
    }

    .projects-carousel .owl-stage-outer {
        padding-top: 15px;
    }

    .projects-carousel .owl-nav {
        margin-top: 20px;
    }

    .projects-carousel .owl-nav button {
        height: 50px;
        width: 50px;
        background: #000000 !important;
        border-radius: 0 !important;
        outline: none !important;
        color: #fff !important;
    }

    .gery-bg {
        background: #ececec;
    }

    #droneelevation {
        width: 100%;
        height: 450px;
    }

    .sechead-logo {
        width: 170px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #overview {
        background: url(../images/ame/1.webp);
        background-position: center;
        background-size: cover;
    }

    .overv-content {
        height: 600px;
        padding: 60px;
        display: flex;
        align-items: center;
        /* width: 792px; */
        justify-content: center;
    }

    @media(max-width:768px) {
        .overv-content {
            height: auto;
            padding: 35px;
        }

        .overv-content p {
            font-size: 16px;
            line-height: 2;
            text-align: center;
        }


        .broch-btn {
            position: static;
            margin: auto;
        }
    }

    .overv-content p {
        font-size: 18px;
        line-height: 2;
    }

    .main-heading {
        padding: 40px 0 55px;
        background: #0000007d;

    }

    .amen-icon {
        width: 55px;
        margin: 15px auto;
        display: block;
    }

    .amen-icon:hover {
        filter: invert(100%);
    }

    .main-heading1 {
        padding: 40px 0 55px;
        background: #000000a6;

    }

    .gold-bg {
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    }

    /* .main-heading1 {
            padding: 30px 0 50px;
            background: #f1f1f1;
        } */

    .mainhead-wrap {}

    .mainhead-wrap img {
        width: 80px;
        margin: 0 auto;
        display: block;
        position: relative;
        bottom: -3px;
    }

    .mainhead-wrap h2 {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        /* border-top: 3px solid #222; */
        /* border-bottom: 3px solid #222; */
        padding: 10px 0;
    }

    .mainhead-wrap .quote {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 43px;
        margin-top: 0;
        font-weight: 400;
        text-align: center;
        padding: 10px 0;
    }

    .mainhead-wrap h2 span {
        color: #ad8a53;
    }

    .headicon {
        width: 70px;
        margin: 0 auto;
        display: block;
        margin-bottom: -3px;
    }

    .dark-bg {
        background: #7d7769;
    }

    .sec-head.white h2 {
        color: #ffffff;
    }

    .locwrap {
        display: flex;
        height: 100px;
        justify-content: center;
        align-items: center;
        border: 1px solid #222;
        margin-bottom: 30px;
        border-radius: 0;
        padding: 10px;
    }

    .locwrap i {
        color: #ad8a53;
    }

    .locwrap i:before {
        font-size: 64px;
    }

    .locwrap img {
        width: 100%;
    }

    .locwrap p {
        margin-bottom: 0;
        line-height: 20px;
        font-weight: 400;
        font-size: 15px;
        padding-left: 7px;
    }

    .locwrap p span {
        font-family: LuxiaDisplay;
        font-size: 20px;
        font-weight: 600;
        color: #404040;
    }

    .locsubhead {
        font-family: LuxiaDisplay;
        font-size: 28px;
        line-height: 42px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 400;
    }

    .locimg {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 40px;
    }


    .sec-about {
        background: url('../images/ba-patch.webp');
        background-size: 500px;
    }

    .footer-logo {

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerlogo1 {
        width: 120px;
        padding: 10px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .footerlogo2 {
        width: 170px;
        padding: 10px;
        margin: 0;
        display: block;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .sec-newcity {
        background: #f1f1f1;
        padding-bottom: 70px;
    }

    .new-city .img-wrap {
        position: relative;
    }

    .new-city .img-wrap img {
        width: 100%;
        display: block;
    }

    .new-city .img-wrap p {
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 12px;
        padding: 0 10px;
    }

    .new-city h3 {
        font-family: LuxiaDisplay;
        font-size: 21px;
        line-height: 33px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
    }

    .new-city p {
        text-align: center;
        margin-top: 10px;
    }

    .new-city h3 span {
        color: #ad8a53;
    }

    .newcity-line {
        background: #2d2d2d;
        height: 3px;
        width: 100px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .wonder {
        list-style: disc;
        text-align: initial;
        line-height: 25px;
    }

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }



    .heading-02 {
        /* font-family: 'Intro'; */
        font-weight: 300;
        font-size: 14px;
        color: #000;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }

    .for-wonder {
        text-align: center;
        padding: 60px 110px;
        background: #3FC1CE;
        color: #fff;
    }

    .for-wonder h3 {
        font-family: LuxiaDisplay;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .dir-name {
        margin: 5px 0px;
        padding: 1px 0px 5px;
        font-size: 16px;
        line-height: 25px;
    }

    .quote p {
        margin: 20px 0px;
    }

    .quote img {
        width: 70%;
    }

    #home-carousel1 .item img {
        width: 100%;
        object-fit: cover;
        height: 100vh;
        height: 675px;
    }

    .sec-config {
        background: url("../images/bg.webp") center no-repeat;
        background-size: cover;
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
        background-attachment: fixed;
    }

    .configoverlay {
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        background-attachment: fixed;
        background-size: cover;
        padding: 50px;
    }

    /*---Configuration box----*/

    .config-wrap {
        text-align: center;
        border-top: 10px solid #fff;
        border-bottom: 40px solid #fff;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        padding: 25px 0px;
        margin-bottom: 0px;
        transition: ease all 0.5s;
    }

    .config-wrap1 {
        text-align: center;
        border-top: 10px solid #ffffff;
        border-bottom: 40px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
        padding: 25px 0px;
        margin-bottom: 20px;
        transition: ease all 0.5s;
    }

    .config-wrap:hover {
        border-color: #d0d0d0;
        -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        transform: translateY(-10px);
        transition: ease all 0.5s;
    }

    .config-wrap1:hover {
        border-color: #d0d0d0;
        -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
        transform: translateY(-10px);
        transition: ease all 0.5s;
    }

    .config-wrap h3 span {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
    }

    .config-wrap1 h3 span {
        font-size: 22px;
        color: #fff;
        font-weight: 800;
    }

    .config-wrap h3,
    .config-wrap1 h3 {
        font-size: 27px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .config-wrap p {
        font-size: 17px;
    }

    .config-line {
        height: 3px;
        background: #ffffff;
        width: 50px;
        margin: 0px auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .config-wrap h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        color: #fff;
    }

    .config-wrap1 h2 {
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        line-height: 30px;
    }

    .config-wrap h2 span {
        color: #fff;
    }

    .config-wrap1 h2 span {
        color: #fff;
    }

    .config-wrap .pricing_btn,
    .config-wrap1 .pricing_btn {
        background: #ffffff;
        border: none;
        font-size: 20px;
        color: #000;
        width: 60%;
        padding: 7px 0;
        /* border-radius: 20px; */
        margin: 5px 0px;
        font-weight: 600;
        outline: none;
    }

    /*--------------------------*/

    /*-------------aminities--------*/

    #amenities {
        padding: 75px 0;
    }


    /* Amenities-gall */

    .downtown .item {
        opacity: 0.4;
        transition: .4s ease all;
        margin: 0 20px;
        transform: scale(.8);
    }

    @media(max-width:1000px) {
        .item {
            margin: 0;
            transform: scale(.9)
        }
    }

    .active .item {
        opacity: 1;
        transform: scale(1);
    }


    .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }

    .inner {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .inner a {
        color: #fff;
        text-decoration: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        transition: .3s ease border-color
    }

    .inner a:hover {
        border-color: #fff;
    }

    .black .inner a {
        color: #000;
        border-color: rgba(0, 0, 0, 0.4)
    }

    .black .inner a:hover {
        border-color: #000;
    }

    .owl-carousel:after {
        content: "";
        display: block;
        position: absolute;
        width: 8%;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -4%;
        pointer-events: none;
        background-size: 100% auto;
    }

    .owl-controls {
        position: absolute;
        margin-top: 300px;
    }

    /* Amenities-gall */

    .amenities-icon {
        text-align: center;
        box-shadow: 0px 1px 5px 5px #0000003d;
        padding: 15px;
        margin-bottom: 23px;
        transition: ease all 0.5s;
    }

    .amenities-icon:hover {
        transform: translateY(-10px);
        transition: ease all 0.5s;
    }

    .amenities-icon .icons-wrap {
        height: 90px;
        width: 90px;
        margin: 0px auto;
        border-radius: 50%;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: ease all 0.5s;
    }

    .amenities-icon:hover .icons-wrap {
        border-radius: 50%;
        border-color: #222;
        transition: ease all 0.5s;
        border: 2px solid #000000f7;
    }

    .amenities-icon .icons-wrap i {
        color: #5f5f5f;
    }

    .amenities-icon .icons-wrap i:before {
        font-size: 50px;
    }

    .amenities-icon h3 {
        font-size: 14px;
        transition: ease all 0.5s;
        color: #222;
        min-height: 50px;
        font-weight: 500;
        line-height: 24px;
    }

    .amenities-icon:hover h3 {
        color: #222;
        transition: ease all 0.5s;
    }

    .amenities-icon .flex-wrap:before {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        background: #9f9f9f;
        z-index: -1;
        border-radius: 50%;
        opacity: 0.4;
        left: 50%;
        margin-left: -25px;
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
        background-attachment: fixed;
        top: 50px;
    }

    /*----------------------------*/


    /* Over */
    .sec-pillar {
        position: relative;
        top: -480px;
        padding: 0;
        padding-top: 80px;
    }

    .overslide-padding {
        padding: 40px;
    }

    .overslider-wrap {
        position: relative;
        border-radius: 0;
        overflow: hidden;
        width: 100%;
        transition: ease all 0.5s;
        border: 10px solid #cb9382;
        box-shadow: 10px 10px 25px 2px #b9b9b9;
    }

    .overslider-wrap {
        position: relative;
        border-radius: 0;
        overflow: hidden;
        width: 100%;
        transition: ease all 0.5s;
        border: 10px solid #cb9382;
        box-shadow: 10px 10px 25px 2px #b9b9b9;
    }

    .overslider-wrap .shadow {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        z-index: 9;
        height: 33%;
        transition: ease all 0.5s;
    }

    .overslider-wrap .overview-content p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: ease all 0.5s;
    }

    .overslider-wrap .overview-content h2 {
        font-family: 'JosefinSans-Bold';
        color: #fc837a;
        font-size: 27px;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: ease all 0.5s;
    }

    /* Over */

    .over-view {
        text-align: center;
    }

    .hi-icon {
        margin: 0px 15px !important;
    }

    .golde-icon {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .golde-icon i {
        color: #000000 !important;
        margin: 0 !important;
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
    }

    .golde-icon .hi-icon:hover {
        background: #ad8a53 !important;
        color: #FFFFFF !important;
    }

    .golde-icon .hi-icon:after {
        box-shadow: 0 0 0 2px #333 !important;
    }

    .over-view p {
        margin-bottom: 0;
        min-height: 69px;
        line-height: 19px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        line-height: 20px;
        font-style: normal;
        font-weight: 600;
        margin: 20px 0px 20px;
        text-align: center;
    }



    .partnerlink {
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .partnerlink a {
        color: #000000 !important;
    }


    .covidlist {}

    .covidlist li {
        line-height: 20px;
        margin-bottom: 12px;
        font-size: 17px;
        list-style: disc;
    }

    .snap-icon {
        padding: 15px;
        background: #fff;
        margin: 5px auto;
        text-align: center;
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        border-radius: 50%;
        width: 115px;
        height: 115px;
    }

    .snap-p {
        color: #000;
        font-weight: 600;
        text-align: center;
        margin: 10px 0 20px;
    }

    .snap-icon img {
        width: 70px;
    }

    /*---- Accordition ----*/

    .cst-accordion .panel {
        border-radius: 0;
        border: 0;
        margin-top: 0px;
        background: transparent;
        margin-bottom: 15px;
    }

    .cst-accordion a {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border: 2px solid #ad8a53;
        text-decoration: none;
        transition: ease all 0.5s;
        text-transform: uppercase;
        font-family: LuxiaDisplay;
        letter-spacing: 1px;

        background: #ad8a53;
    }

    .cst-accordion .panel-heading a.collapsed:hover,
    .cst-accordion .panel-heading a.collapsed:focus {
        background-color: #ad8a53;
        color: white;
        transition: all 0.2s ease-in;
    }

    .cst-accordion .panel-heading a.collapsed:hover::before,
    .cst-accordion .panel-heading a.collapsed:focus::before {
        color: white;
    }

    .cst-accordion .panel-heading {
        padding: 0;
        border-radius: 0;
        /*text-align: center;*/
    }

    .cst-accordion .panel-heading a:not(.collapsed) {
        color: white;
        background-color: #ad8a53;
        transition: all 0.2s ease-in;
    }

    /* Add Indicator fontawesome icon to the left */

    .cst-accordion .panel-heading .accordion-toggle::before {
        font-family: 'FontAwesome';
        content: '\f00d';
        float: left;
        color: white;
        font-weight: lighter;
        transform: rotate(0deg);
        margin-right: 10px;
        transition: all 0.2s ease-in;
    }

    .cst-accordion .panel-heading .accordion-toggle.collapsed::before {
        color: #fff;
        transform: rotate(-135deg);
        transition: all 0.2s ease-in;
    }

    .cst-accordion .panel-body {
        padding: 15px;
        border: none !important;
        background: #f5f5f5;
        box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
    }

    .cst-accordion .panel-group .panel-heading {
        border-bottom: 0;
        background: transparent;
    }

    .cst-accordion .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }



    .loc-list {}

    .loc-list li {
        line-height: 20px;
        margin-bottom: 8px;
        display: flex;
    }

    .loc-list li::before {
        content: "\f041";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        margin-right: 5px;
        position: relative;
        top: 3px;
        color: #ca1f26;
    }

    /*----------------------*/
    .cover-img {
        overflow: hidden;
        position: relative;
    }

    .cover-img img {
        width: 100%;
        height: 675px;
        object-fit: cover;
        padding: 0px;

        background: #193b3c;
    }

    .imagepatch {
        margin-bottom: 0;
        position: absolute;
        bottom: 3px;
        left: 0;
        background: #222;
        color: #fff;
        padding: 3px 10px;
        font-size: 9px !important;
    }

    .cover-content {
        height: 675px;
        display: flex;
        align-items: center;
    }

    .cover-tittle {
        color: #ad8a53;
        font-family: 'Cream';
        letter-spacing: 2px;
        line-height: 50px;
        font-size: 55px;
        text-transform: capitalize;
    }

    .cover-content p {
        color: #666666;
        font-size: 18px;
        line-height: 30px;
        font-style: normal;
        font-weight: 500;
    }

    #ProjectsHighlight {
        padding: 50px 0;
        background-color: #fff;
        background-attachment: fixed;
    }


    .mainhead-wrap h2 {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        padding: 10px 0;
    }

    .mainhead-wrap .quote {
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 43px;
        margin-top: 0;
        font-weight: 400;
        text-align: center;
        padding: 10px 0;
    }

    .mainhead-wrap h2 span {
        color: #ad8a53;
    }

    /* .cover-high {margin: 0 auto;background-image: url(../images/bg.webp); background-size: cover; } */
    .cover-content {
        height: auto;
        padding: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .high-title {
        margin: 20px;
        color: #ad8a53;
        font-family: 'Cream';
        letter-spacing: 2px;
        line-height: 50px;
        display: block;
        font-size: 40px;
        font-weight: unset;
        text-transform: none;
        background: #ad8a53;
        background: -webkit-linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
        background: -moz-linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
        background: linear-gradient(to left, #DBDBDB 0%, #ad8a53 67%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cover-tittle span {
        font-weight: 700;
        color: #fff;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        background: #ad8a53;
        background: -webkit-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
        background: -moz-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
        background: linear-gradient(to left, #ffffff 0%, #fff 50%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: unset;
    }

    .high-bord {
        border: 2px solid #ad8a53;
        display: inline-block;
        background: #fff;
    }

    .cover-content p {
        color: #666666;
        font-size: 18px;
        line-height: 30px;
        font-style: normal;
        font-weight: 500;
    }

    .high-btn {
        color: #222;
        font-size: 17px;
        font-weight: 400;
        border: 1px solid #e2bb6c;
        padding: 5px 20px;
        text-align: center;
        text-transform: uppercase;
        background: #ad8a53;
        font-family: LuxiaDisplay;
        letter-spacing: 2px;
        color: #000 !important;
        margin: -1px auto;
        width: 100%;
        outline: none;
        text-decoration: none !important;
        background: #ad8a53;
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        background: -moz-linear-gradient(to left, #ad8a53 0%, #E8E8E8 50%, #ad8a53 100%);
        /* background: #fff; */
    }

    .high-img {
        z-index: 9;
        position: relative;
    }

    .high-img img {
        width: 74px;
        display: block;
        margin: 0 auto;
        transition: ease all 1s;
    }

    .high-img p {
        color: #000;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px;
        line-height: 20px;
        font-style: normal;
        font-weight: 600;
        height: 50px;
        margin: 20px 0px 20px;
        text-align: center;
    }

    .sec-about {
        padding: 80px 0px;
        background: url("../images/about-bg.webp") no-repeat center center;
    }

    .cust-container2 {
        width: 80%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }

    .section-head {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .wt-tilte-main {
        float: left;
        padding-right: 50px;
        border-right: 3px solid #622941;
        margin: 25px 0 0 0;
    }

    .wt-tilte-main1 {
        float: left;
        padding-right: 50px;
        border-right: 3px solid #622941;
        margin: 25px 0 0 0;
    }

    .wt-small-title {
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .wt-tilte-main h2,
    .wt-tilte-main1 h2 {
        font-weight: 600;
        font-size: 29px;
        text-transform: uppercase;
        margin-top: 10px;
        font-family: LuxiaDisplay;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 42px;
        margin-top: 0;
        font-weight: 400;
        text-transform: uppercase;
        padding: 13px 0;
    }

    .wt-small-title span {
        color: #ad8a53 !important;
    }

    .title-right-detail {
        padding-left: 50px;
        overflow: hidden;
    }

    .section-head p:last-child {
        margin-bottom: 0;
    }

    .section-head p {
        padding-top: 20px;
        font-size: 14px;
    }

    .abtsubhead {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
        font-weight: 600;
    }

    .border-d {
        border-bottom: 2px solid #222222;
    }

    .abouttxt {
        padding: 20px 0 0px;
        margin-bottom: 30px;
        height: 130px;
        text-align: inherit;
        font-size: 18px;
        line-height: 20px;
    }

    .abouttxt h2 {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 33px;
    }

    .highprice {
        margin: 20px auto;
        text-align: center;
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        width: 50%;
        font-weight: 700;
    }

    .highl {
        box-shadow: 6px 8px 5px 0px #00000073;
        background: #fff;
        padding: 15px 20px;
        margin: 0 15px 50px 0px;
        position: relative;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .highl .description {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        padding: 25px 30px 0px;
        font-weight: 300;
    }

    .highl:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #ad8a53;
        position: absolute;
        top: 10%;
        left: 3%;
        opacity: 0.5;
        z-index: -1;
    }

    .highl:after {
        counter-increment: section;
        content: counter(section);
        background: #a47732;
        position: absolute;
        font-size: 25px;
        top: -1%;
        color: #fff;
        left: 0%;
        padding: 4px 13px;
        font-weight: 600;
    }

    .section {
        padding: 70px 0;
    }


    .blow-banner p {
        color: #272727;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
    }

    .blow-banner img {
        width: 100px;
        margin: 0px auto;
    }

    #location {
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgb(196, 141, 83)20%, rgba(195, 150, 76, 1) 60%);
        background-attachment: fixed;
    }

    #aboutus {
        background: rgb(153, 98, 40);
        background: linear-gradient(104deg, rgba(153, 98, 40, 1) 0%, rgba(242, 215, 156, 1) 49%, rgba(195, 150, 76, 1) 100%);
        background-attachment: fixed;
    }

    /*==================================================responsive css=======================================================================================================*/

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

    @media (min-width: 768px) {
        .nav-logowrap {
            float: right !important;
        }
    }

    @media (max-width: 767px) {
        .pdm-0 {
            padding: 0 !important;
        }

        .pd0-m {
            padding: 0 !important;
        }

        .nav-width {
            width: 100%;
        }

        .vh100 {
            height: initial;
        }

        #hide-menu {
            height: 60px;
            padding: 5px 0px;
        }

        .slide-img1 {
            width: 60%;
            top: 28%;
            right: 20%;
        }

        .carousel-caption h3 {
            font-size: 19px;
            width: 77%;
            margin: 0 auto;
            line-height: 25px;
        }

        .cover-content {
            height: auto;
            padding: 50px 20px;
            display: block;
        }

        .cover-img img {
            height: initial;
        }

        #home-carousel {
            height: initial;
            margin-top: 25px;
        }

        .virtual-tour-iframe {
            height: 40vh;
        }

        #home-carousel .carousel-inner .item .slide {
            height: initial;
        }

        .life-head {
            height: initial;
            padding: 75px 30px 40px 30px;
        }

        .life-head h2 {
            text-align: center;
            font-size: 30px;
        }

        .headline.right {
            float: none;
            margin: 0 auto;
            margin-top: 15px;
            margin-bottom: 30px;
        }

        .life-head p {
            text-align: center;
        }

        .home-head {
            height: initial;
            padding: 53px 30px 40px 30px;
        }

        .home-head h2 {
            text-align: center;
            font-size: 25px;
            line-height: 35px;
        }

        .home-head p {
            text-align: center;
        }

        .overview-carousel .owl-nav {
            width: 100%;
            right: 0;
            bottom: -50px;
        }

        .life-carousel .owl-nav {
            width: 100%;
        }

        #navinfo {
            width: 100%;
        }

        #navinfo2 {
            width: 100%;
        }

        .call-btn {
            top: 44%;
        }

        .owl-carousel .owl-item img {
            height: initial;
        }

        .ocontent-wrap {
            height: 500PX;
            padding: 40px 35px 110px 35px;
            min-height: 640px;
        }

        .overview-carousel .ocontent-wrap {
            height: initial;
            min-height: 290px;

        }

        .sec-head h2 {
            font-size: 30px;
        }

        .developer h4 {
            font-size: 24px;
        }

        .life-head.contact span {
            text-align: center;
        }

        .contactimg img {
            height: initial;
        }

        .main-contactwrap {
            height: initial;
            padding: 50px 25px;
        }

        .gif-video {
            height: 75vh;
            width: auto;

        }

        .gif-video {
            height: 100vh;
            width: auto;
            min-width: unset;
            min-height: unset;
        }

        .video-wrap {
            height: 91vh;
        }

        .sec-footer {
            margin-bottom: 40px;
        }

        .disc-click {
            color: rgb(43, 40, 40) !important;
            cursor: pointer;
        }

        .downtown {
            top: 0px;
        }

        .headline.left {
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        .pincoderwap .txtwrap {
            height: 60px;
        }

        .pincoderwap p {
            font-size: 15px;
            line-height: 19px;
        }

        .plush .txtwrap {
            height: 80px;
        }

        .highprice {
            width: 100%;
        }

        .flat360 {
            height: 300px;
        }

        .pricing-wrap .pricing-top img {
            width: 30px;
        }

        .pricing-bottom {
            min-height: initial;
        }

        .pricing-wrap {
            margin-bottom: 30px;
        }

        .life-head span {
            text-align: center;
        }

        .prostatus {
            text-align: center !important;
        }

        .mainhead-wrap h2 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 20px;
        }

        .sec-head.white h2 {
            font-size: 25px;
            line-height: 35px;
        }

        .locsubhead {
            font-size: 25px;
            line-height: 35px;
        }



        .sec-newcity {
            padding-bottom: 50px;
        }

        .new-city {
            margin-bottom: 30px;
        }

        .new-city h3 {
            font-size: 20px;
            line-height: 25px;
        }

        .newcity-line {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .panel-group {
            margin-top: 35px;
        }

        .quote img {
            width: 90%;
        }

        .over-view p {
            min-height: 85px;
            line-height: 19px;
            font-size: 14px;
        }

        .amenities-icon h3 {
            font-size: 14px;
            min-height: 42px;
        }

        .high-bord {
            border: 2px solid #ad8a53;
            background: #fff;
        }


        .cust-container2 {
            width: 100%;

        }

        .footerlogo1 {
            width: 100px;
        }

        .footerlogo2 {
            width: 140px;
        }

        .contact-wrapp {
            background-size: cover;
        }

        .title-right-detail {
            padding: 0%;
            text-align: center;
        }

        .blow-banner img {
            width: 72px;
            margin: 0px auto;
        }

        .blow-banner p {
            color: #272727;
            margin-top: 20px;
            font-size: 14px;
            font-weight: 600;
        }

        .configoverlay {
            padding: 70px 25px;
        }


        .prox-head img {
            width: 45px;
            margin: auto;
        }

        .prox-head h3 {
            font-size: 16px;
            text-align: center;
            margin: 20px 0 0px;
        }

        .prox-cont li {
            font-size: 15px;
            text-align: center;
            list-style: none;
        }

        .prox-cont ul {
            padding: 20px 20px 40px;
        }

        .art-caption {
            width: 35%;
            font-size: 9px !important;
        }

        .amen-capt {
            background-color: #000;
            color: #fff;
            text-align: center;
            font-size: 10px;
        }

        #amenities {
            padding: 20px 0 65px;
        }

        .form-control {
            font-size: 14px;
        }

        .amenities-gallery:hover .ami-overlay {
            transform: translate(0%, 0);
            transition: all 0.5s;
            cursor: unset !important;
        }

        .ami-overlay {
            width: 100%;
            height: 100%;
            background: unset;

        }

        .amenities-gallery {
            position: relative;
            width: 100%;
            overflow: unset;
            transition: all 0.5s;

        }

    }

    .wrap {
        background-color: #000000d4;
        padding: 70px;
        height: auto !important;
        margin: 10% auto;
        text-align: center;
    }

    .wrap img {
        width: 180px;
        margin: 0 auto;
    }

    .sec-thankyou {
        background-image: url('../images/gallery/exetrior/5.webp');
        background-size: cover;
        background-repeat: no-repeat;
    }

}

.wrap {
    background-color: #000000d4;
    padding: 70px;
    height: auto !important;
    margin: 10% auto;
    text-align: center;
}

.wrap img {
    width: 180px;
    margin: 0 auto;
}

.sec-thankyou {
    background-image: url('../images/gallery/exetrior/5.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.qr {
    width: 130px;
}

.checkbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.checkbox input.styled {
    width: 14px !important;
    height: 14px;
    margin-right: 5px;
    margin-top: 0px;
    position: static;
    margin-left: 0px !important;
}

.checkbox label {
    font-size: 12px !important;
    color: #fff !important;
    padding: 0;
}

.checkbox label.error {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: start;
    color: red !important;
    font-weight: 700;
}

.frm_error {
    color: red;
}

@media (max-width: 767px) {
    .whatsapp {
        width: 35px;
        position: static;
    }

    a#call-clickm svg {
        height: 35px;
        width: 20px;
    }

    button.btn.fix-link.i-am.otherBtn {
        background: linear-gradient(180deg, #222 50%, #ad8a53 0) no-repeat scroll 100% 100% / 100% 210% #ad8a53;
        padding: 7px 10px;
    }
}

.modal-open .modal {
    overflow-y: hidden;
}

body .modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.modal-body {
    padding: 25px 15px;
}

@media (max-width: 552px) {
    .modal-body {
        padding: 25px 0px;
    }

    .modal-dialog {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .price-box {
        margin-bottom: 15px;
    }
}

#desktop-img .xl-banner {
    display: none;
}

@media (min-width: 1650px) {
    #desktop-img .desktop-banner {
        display: none;
        min-height: 1024px;
    }

    #desktop-img .xl-banner {
        display: flex;
        height: 100vh;
    }
}

@media (min-width: 2199px) {
 #desktop-img .xl-banner {
        height: 100%;
    }
}

#desktop-img .desktop-banner {
    height: 100vh;
}

.qr-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.flexing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 1.5rem;
}

.footer-bottom-text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-text {
    margin-bottom: 0px;
}

.qr_info {
    text-align: center;
    margin-bottom: 0px;
}

footer.sec-footer span,
footer.sec-footer p {
    font-size: 14px;
}

#desktop-img img {
    width: 100%;
    height: auto;
}


input#modal_recaptcha_verify {
    height: 0px;
    width: 0px;
    opacity: 0;
}

.display-none {
    display: none;
}

.mobile-banner {
    display: none !important;

}

@media screen and (max-width:767px) {
    #desktop-img {
        margin-top: 60px;
    }

    .mobile-banner {
        display: block !important;
        max-height: 615px;
    }

    .desktop-banner {
        display: none !important;
    }

    #desktop-img .owl-nav {
        transform: translate(0px, -45px) !important;
    }

    #desktop-img img {
        /* max-height: 528px;
        min-height: 528px; */
        height: auto;
        aspect-ratio: 8/13;
    }

    .navbar-brand>img.nav-logo,
    .navbar-brand>img {
        height: 50px;
        width: auto;
        padding-left: 10px;
    }

    .overv-content .mainhead-wrap h2 {
        text-align: center;
    }

    .about_btn {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .overview iframe {
        height: 300px;
    }

    .navbar-brand>img.nav-logo {
        right: 80px;
        top: 0px;
    }
}

#desktop-img .desktop-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.owl-carousel {
    position: relative;
}

#desktop-img .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -10px);
    padding: 0 15px;
}

#desktop-img .owl-nav button span {
    line-height: 8px;
    height: 44px;
    display: block;
    font-size: 40px;
    background: #ad8a53;
    color: #fff;
    padding: 16px 18px;
}

#desktop-img .owl-prev {
    float: left;
}

#desktop-img .owl-next {
    float: right;
}


ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.navbar button.btn.broch-btn.otherBtn {
    padding: 8px 15px;
    border-radius: 7px;
}

#township {
    display: flex;
    align-items: center;
}

.township-row {
    row-gap: 50px;
}

.th-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 125px;
    margin-top: 30px;
}

.township-highlights {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #1a1a1a;
    padding: 25px;
}

.township-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.township-box {
    width: 100%;
    max-width: 250px;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.township-box p {
    text-align: center;
}

@media (max-width: 1024px) {
    .th-wrapper {
        gap: 50px;
    }
}

@media (max-width: 552px) {
    .township-row {
        row-gap: 30px;
    }

    .th-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .township-ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.unit-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}

.unit-title h2 {
    text-align: left;
    line-height: 26px;
}

.unit-title .text p {
    max-width: 90%;
}

.price-tag {
    background: #6e4f09;
    padding: 15px 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-items: center;
    position: relative;
    width: 375px;
}

.price-tag::before,
.price-tag::after {
    content: '';
    z-index: 2;
    position: absolute;
    top: -1px;
    bottom: 0;
    height: 102%;
    width: 20px;
    background: url("../images/price-tag-elem.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(502%) hue-rotate(4deg) brightness(94%) contrast(95%);
}

.price-tag::before {
    right: -18px;
}

.price-tag::after {
    top: -1px;
    left: -18px;
    transform: scale(-1);
}

.unit-title span.sub-head {
    max-width: 90%;
}

.unit-title .sec-head h2 span {
    color: #151515;
}

.tag-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-title .separator {
    width: 50%;
    height: 1px;
    background: #fff;
    margin: 2px 0px;
}

.price-tag p {
    font-size: 18px !important;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.price-tag p span {
    font-size: inherit !important;
    color: inherit;
    font-weight: bold;
}

.sub-heading {
    font-size: 22px;
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .navbar-nav>li>a {
        font-size: 12px;
    }
}

@media (max-width:1024px) {
    .price-tag {
        width: 470px;
        right: 20px;
    }

    .unit-price .layout-ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        column-gap: 30px;
    }

    .unit-price .floor_plan_items {
        margin-bottom: 20px;
    }

    .layout-ul>li:nth-of-type(2) .floor_plan_items .badge {
        display: none;
    }
}

@media (max-width: 992px) {
    .unit-price .layout-ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        column-gap: 30px;
    }

    .unit-price .floor_plan_items {
        margin-bottom: 20px;
    }

    .layout-ul>li:nth-of-type(2) .floor_plan_items .badge {
        display: none;
    }
}

@media (max-width:767px) {
    .layout-ul .floor_plan_items .badge {
        display: none;
    }

    .unit-price .layout-ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        column-gap: 30px;
    }

    .unit-price .floor_plan_items {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .price-tag {
        width: 650px;
        right: 50px;
    }
}

@media (max-width: 552px) {
    .unit-title span.sub-head {
        max-width: 100%;
        text-align: center;
    }

    .unit-title .sec-head.white h2 {
        text-align: center;
    }

    .unit-title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .price-tag {
        padding: 10px 5px;
        width: 165px;
        right: 0;
    }

    .price-tag p {
        font-size: 14px !important;
    }

    .price-tag::before,
    .price-tag::after {
        top: 0px;
        height: 100%;
    }

    .price-tag::before {
        right: -15px;
    }

    .sub-heading {
        font-size: 18px;
    }
}


#VTP_RealityNew {
    background: linear-gradient(to bottom, #f7f7f7, #eee7e3);
    text-align: center;
}

#VTP_RealityNew h3 {
    margin-bottom: 20px;
}

/* new changes by arpit */

.video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    justify-content: center;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.youtube-placeholder {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.youtube-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 10px #1a1a1a50;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.constVideo {
    display: flex;
    justify-content: center;
}



.active .item {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 8;
}

/* Only vtp */
#brand_onlyvtp{
    height: auto;
    width: 100%;
    aspect-ratio: 16/3;
}

.brand_img_container{
    width: 100%;
    height: 100%;
}

.brand_img_container img{
    width: 100%;
    height: 100%;
}

/* Bank Crousal start */

.over_brands {
    list-style: none;
    padding: 0;
    margin: 175px 0 0;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 30px;
    animation: marquee 20s linear infinite;
}


@keyframes marquee {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-100%);
    }
}

.ob_li {
    flex-shrink: 0;
}


.ob_li img {
    height: 40px;
    object-fit: contain;
}

/* Bank Crousal End */

@media (max-width: 552px) {
    #brand_onlyvtp{
        aspect-ratio: 1;
    }
}