/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'optima';
    src: url('../fonts/optima/OPTIMA.TTF');
    font-style: normal;
}
@font-face {
    font-family: 'garamound';
    src: url('../fonts/garamond/garamond_[allfont.ru].ttf');
    font-style: normal;
}
/* @font-face {
    font-family: 'garamoundItalic';
    src: url('../fonts/garamound/garamound-Italic.otf');
    font-style: normal;
}
@font-face {
    font-family: 'garamoundMedium';
    src: url('../fonts/garamound/garamound-Medium.otf');
    font-style: normal;
} */


@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(../fonts/icofont/icofont.woff2) format("woff2"), url(../fonts/iconfont/icofont.woff) format("woff")
}

[class*=" icofont-"],
[class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.icofont-rounded-down:before {
    content: "\ea99"
}

.icofont-rounded-up:before {
    content: "\eaa1"
}

.icofont-download:before {
    content: "\ef08"
}

.icofont-navigation-menu:before {
    content: "\efa2"
}

.icofont-close:before {
    content: "\eee4"
}



body {
    font-family: "garamound";
    color: #000;
    letter-spacing: 0.5px !important;
    /* background: #4d0f24; */
    font-style: normal;
    overflow-x: hidden !important;
}

a {
    color: #a77e46;
}

a:hover {
    color: #a77e46;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.md-none {
    display: none;
}

.sm-none {
    display: block;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.title {
    color: #a77e46;
}

.text-capital {
    text-transform: capitalize !important;
}

tr {
    line-height: 40px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 9999;
    position: fixed;
    transition: all 0.5s;
    background: #fff;
    padding: 10px 0px;
    right: 0;
    left: 0;
}

.sticky-wrapper {
    z-index: 9999;
}

.developer-logo-header{
    width: 80%;
    float: right;
}

.logo-desk{
    display: flex;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#header .logo {
    margin: auto;
    position: relative;
    width: 100px;
}

#header .logo img {
    padding: 0;
    margin: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */


.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu .nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
}

.nav-menu .nav-logo {
    padding: 0 20px;
}

.nav-menu .nav-logo img {
    max-width: 225px;
    display: inline-block;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #4D4D4F !important;
    margin: 15px 24px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'optima';
}

.scrolled {
    background: #FFFFFF !important;
}

.scrolled .nav-menu a {
    color: #000 !important;
}
.nav-menu .active>a{
    border-bottom: 2px solid #a77e46;
}
.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #a77e46!important;
    text-decoration: none;
    cursor: pointer;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    border-radius: 5px;
}

.nav-menu .drop-down li {
    min-width: 100px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #102348;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #a77e46;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 24px;
    z-index: 9999999;
    border: 0;
    background: none;
    font-size: 20px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle .icofont-close {
    color: #a77e46!important;
    border: 1px solid #a77e46;
    padding: 10px;
    border-radius: 50px;
}
.mobile-nav-toggle i {
    color: #a77e46 !important;
    border: 1px solid #a77e46;
    padding: 10px;
    border-radius: 50px;
}


.mobile-nav {
    position: fixed;
    top: 80px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #FFFFFF;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    left: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 15px;
    z-index: 999999;
    overflow-y: auto;
    background: #e4dbd1;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.mobile-nav a {
    display: block;
    position: relative;
    color: #102348;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}*/

.mobile-nav a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    margin-top: 10%;
    top: 6rem;
    text-align: center;
    border: 1px solid #000;
    width: 60%;
    margin: auto;
    margin-bottom: 1rem;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #a77e46;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #FFFFFF;
}

.project-logo{
    width: 90%;
}
.d-none {
    display: none;
}

.logo-mr {
    /* margin-left: 2%; */
}

.logo-hide {
    display: none !important;
}

.logo-show {
    opacity: 0;
}

/* .cta-show {
    opacity: 0;
} */

/*====== insights page =====*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    /* background-image: url('../images/section-bg-dark.jpg'); */
    background: #fff; 
    color: #a77e46 !important;
    background-size: cover;
    background-repeat: no-repeat;
}

#amenities-mob{
    background-image: url('../images/amenities-bg.png');
    background: #4F241E; 
    color: #fff !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #102348;
}

.section-title p {
    margin-bottom: 0;
    color: #706e6e;
}

/*----------------------- BANNER SECTION ------------------------*/

.flower {

    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flower-small {
    position: absolute;
    top: 22vh;
    left: 16vw;
}

.flower-big {
    position: absolute;
    top: 30vh;
    right: 14vw;
}

.banner-line {
    position: absolute;
    top: 60vh;
    left: 8vw;
    z-index: 9;
}

svg .svg-size {
    width: 1639px;
    height: 339px;
}


svg .draw-arrow {
    stroke-dasharray: 2900;
    stroke-dashoffset: -2900;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: draw;
    animation-name: draw;

}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;

    }

    to {
        stroke-dashoffset: 100;

    }
}

.luxury-text {
    position: absolute;
    left: 4vw;
    top: 40vh;
    z-index: 9;
}

.luxury-text-r {
    position: absolute;
    right: 4vw;
    top: 54vh;
    z-index: 9;
}

.luxury-text h4{
    font-family: 'optima';
    font-size: 56px !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.luxury-text h4 span {
    font-size: 43px;
    line-height: 75px;
}
.luxury-text-r h4{
    font-family: 'optima';
    font-size: 54px !important;
    color: #a77e46;
    font-weight: 400;
}

.banner-text-outer-left-2 {
    position: absolute;
    left: 15vw;
    top: 50vh;
    z-index: 9;
}

.banner-text-outer-right-1 {
    position: absolute;
    right: 10vw;
    top: 49vh;
    z-index: 9;
}
.banner-text-outer-right-2 {
    position: absolute;
    right: 15vw;
    top: 62vh;
    z-index: 9;
}

.banner-text-outer-right-3 {
    position: absolute;
    right: 5vw;
    top: 72vh;
    z-index: 9;
}

.banner-text-right {
    font-family: 'garamound';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.045em;
    color: #a77e46;
    z-index: 9;
    text-transform: uppercase;
}
.banner-text-outer-right-2 .banner-text-right{
    font-weight: 700;
}

.banner-text-right-3 {
    font-family: 'Great-Vibes';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.045em;
    color: #fff;
    z-index: 9;
}

.banner-text-left {
    font-family: 'garamound';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.01px;
    color: #a77e46;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    background: #F8F8F9;
}


.about-us {
    padding: 30px 0px;
}

.text-show,
.text-hide {
    color: #F4E3BB;
    font-weight: 400;
}

.about-us h2 {
    font-family: 'garamound';
    font-style: normal;
    font-weight: 500;
    text-align: left;
    font-size: 35px;
    line-height: 1em;
    letter-spacing: 0.035em;
    color: #a77e46;
}

.about-us p {
    color: #a77e46;
    font-size: 17px;
    text-align: justify;
    font-weight: 200;
    letter-spacing: 1px;
    font-family: 'garamound';
    padding-right: 53px;
    margin-top: 20px;
}

.about-us .image-block {
    border: 2px solid #a77e46;
    padding: 1rem;
}

 .image-block  img{
z-index: 99;
position: relative;
}

.about-details {
    padding: 30px 20px;
    background: #F8F8F9; 
    color: #fff !important;
    border-radius: 8px;
    background-size: cover;
}

.about-details .title {
    font-size: 18px;
    font-family: "garamound";
    font-weight: 700;
}

.about-details p {
    color: #000000;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'garamound';
}

.about-details span {
    color: #ffffff;
}

.about-details>div:nth-child(1),
.about-details>div:nth-child(2),
.about-details>div:nth-child(3) {
    border-right: 2px solid #a77e46;
}
.enquire-nowli{
    margin: 0px !important;
}
.download-brochure, .enquire-nowli {
    border: 1px solid #a77e46;
    border-radius: 4.90909px;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    color: #fff;
    padding: 10px 20px;
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-family: 'optima';
    font-weight: 400;
    display: block;
    margin: 40px auto 0px;
    /* letter-spacing: 3px; */
}

/*------------------------- crown section --------------------------------*/
.crown-card-section {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.crown-image {
    width: 70%;
}

.crown-text {
    margin-top: 9%;
}

.crown-text h3 {
    font-family: 'Great-Vibes';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.011em;
    color: #F4F4F4;
}

.crown-text p {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.055em;
    background: linear-gradient(104.43deg, #F4E3BB 6.68%, #CDAA49 96.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.crown-card {
    border: 1px solid #C4A054;
    width: 14%;
    text-align: center;
    margin-right: 10px;
}

.stone-image {
    margin-top: 2rem;
}

.crown-card-top {
    padding: 10px;
    margin-bottom: 2rem;
}

.crown-card-top .title {
    font-family: 'Great-Vibes';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.crown-bottom-img {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.crown-bottom-img .crown-bottom-img-overlay {
    background: rgba(0, 48, 54, 0.8);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.crown-bottom-img:hover .crown-bottom-img-overlay {
    opacity: 1;
}

.crown-bottom-img-image {
    width: 100%;
}

.crown-bottom-img-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.crown-bottom-img:hover .crown-bottom-img-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.crown-bottom-img-details h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.crown-bottom-img-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18.7178px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/*--------------------------- CONNECTIVITY SECTION -----------------------------------*/

/* .connectivity h1 {
    font-family: 'Californian FB';
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.05em;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2rem;
} */

.connectivity .title {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 3rem;
}

.connectivity .sub-title {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #F4E3BB;
}

.connectivity .title-text {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 2rem;
}


/*-------------------- GALLERY SECTION ------------------------*/

/* .gallery h1 {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    letter-spacing: 0.05em;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
} */

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    /*  transform: scale(0.9);*/

    transition: all .25s ease-in-out;
}

/*------------------------- AMENITIES ----------------------*/
/* .amenities h1 {
    font-family: 'Californian FB';
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.05em;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2rem;
} */

.amenities-right-box-text {
    font-family: 'optima';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.015em;
    color: #F4E3BB;
    padding-left: 45px;
}
.amenities-left-box img{
    height: 100%;
}

.amenities-row {
    display: flex;
    justify-content: space-between;
}

.amenities-set {
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 0px;
}

.exploreMore-btn {
    border-radius: 4.90909px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    transform: translate(40px, 5px);
    margin-bottom: 0rem;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-weight: 600;
}

.crown-slider .owl-item .crown-slider-img-b img {
    width: 100% !important;
}

/*------------------------- CONTACT SECTION ------------------------------*/

.contact h1 {
    font-family: 'Great-Vibes';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background: linear-gradient(101.97deg, #F4E3BB 15.91%, #CDAA49 99.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.contact-mob-head {
    font-family: 'Californian FB';
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.05em;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 2rem;
}

.contact-text {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.015em;
    background: linear-gradient(104.69deg, #F4E3BB 15.69%, #CDAA49 128.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.app-feature {
    font-family: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin-left: 1rem;
}

.form-pad {
    padding: 3rem;
}

.contact-form {
    background: #F8F8F9;
    padding: 40px;
    border-radius: 10px;
}

.contact-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.015em;
    color: #4D4D4F;
}


.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.form-control:focus {
    color: #4d0f24;
    background-color: #fff;
    border-color: initial !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, .25);
}

.error {
    border-bottom: 1px solid red !important;
    animation: error .2s linear 5 alternate .1s;

}

@keyframes error {
    0% {
        border-bottom: 1px solid black;
    }

    100% {
        border-bottom: 1px solid red;
    }
}


.error-modal {
    border: 2px solid red !important;
    animation: error-modal .2s linear 5 alternate .1s;

}

@keyframes error-modal {
    0% {
        border-bottom: 1px solid black;
    }

    100% {
        border-bottom: 1px solid red;
    }
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="datetime-local"],
.contact-form textarea,
.contact-form select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 15px;
    height: 60px;
    font-size: 18px;
    background-color: #2c2c2c00;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    border-bottom: 1px solid #a77e46;
    font-weight: 400;
    border-radius: 0px;
    color: #a77e46;
}

.popup-form input[type="text"], .popup-form input[type="email"], .popup-form input[type="datetime-local"], .popup-form textarea, .popup-form select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 10px;
    height: 49px;
    font-size: 16px;
    background-color: #fff;
    color: #4d0f24;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #a77e46!important;
    opacity: 1;
}
.popup-form #modal_form {
    border-radius: 0px 10px 10px 0px !important;
    padding: 0px 10px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #a77e46;
    font-weight: 300;
}

.contact-form .form-control::-moz-placeholder {
    color: #a77e46;
    font-weight: 300;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #a77e46;
    font-weight: 300;
}

.contact-form .form-control:-moz-placeholder {
    color: #a77e46;
    font-weight: 300;
}

.popup-form .form-control::-webkit-input-placeholder {
    color: #4d0f24;
    font-weight: 300;
}

.popup-form .form-control::-moz-placeholder {
    color: #4d0f24;
    font-weight: 300;
}

.popup-form .form-control:-ms-input-placeholder {
    color: #4d0f24;
    font-weight: 300;
}

.popup-form .form-control:-moz-placeholder {
    color: #4d0f24;
    font-weight: 300;
}

.form-control {
    border: none;
}

.modal-content {
    border-radius: 8px;
    border: 0;
}

.copyright {
    padding: 20px;
    margin-bottom: 0rem;
    text-align: center;
    font-size: 12px;
}

.copyright .row .col-md-6 a{
    text-decoration: none;
    color: #fff;
}
.copyright .row .col-md-6 a:hover{
    color: #a77e46;
}

.disclaimer a, .rera a {
    color: #a77e46;
    text-decoration: none;
    font-family: 'garamound';
}

.disclaimer a:hover,
.rera a:hover {
    color: #C4A054;
}


.modal-content {
    background-color: #4d0f24;
    border: 0;
}

#country_code {
    width: 15%;
    text-align: center;
    color: #a77e46;
    background: transparent !important;
    border-right: 1px solid #a77e46;
    cursor: not-allowed;
}

#country_code_modal {
    width: 15%;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #a77e46;
    color: #4d0f24;
    background-color: #fff !important;
    text-align: center;
}

/* .popup-form #modal_phone, #secondmodal_phone {
    border-radius: 0px 5px 5px 0px;
} */
#secondModal .form-control{
    height: 49px;
}
#modal_form {
    padding: 10px;
}

.modal-close-btn {
    position: absolute;
    right: 0;
    padding: 10px;
    background: transparent;
    color: #fff;
    border: 0;
}

.modal-header {
    border-bottom: 4px solid #a77e46 ;
    padding: 2rem;
    justify-content: center;
}

.modal-title {
    color: #fff;
    font-size: 22px;
}

.thank-you {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.thank-you .thank-you-box {
    position: absolute;
    top: 30%;
    font-size: 20px;
}

.submit-btn {
    display: inline-block;
    letter-spacing: 0.15em;
    font-size: 16px;
    min-width: 135px;
    font-weight: 600;
    line-height: 1;
    border: 0 !important;
    padding: 15px 25px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    text-align: center;
}

.submit-btn-modal {
    letter-spacing: 0.15em;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    line-height: 1;
    border: 0 !important;
    padding: 15px 25px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    text-align: center;
    margin-bottom: 1.5rem;
    border: 1px solid #a77e46 !important;
}

.submit-btn-modal:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 600;
    border: 1px solid #fff !important;
}

.submit-btn:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 300;
}
button{
    font-family: 'optima';
}
.enquire-now {
    position: fixed;
    bottom: 65px;
    right: 15px;
    background: #F4E8B6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    font-weight: 700;
    z-index: 999999;
    border: none;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.download-applicationForm{
    /* position: fixed;
    bottom: 65px;
    left: 15px; */
    background: #F4E8B6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    /* font-weight: 700; */
    z-index: 999999;
    border: none;
    background: linear-gradient(to right, #4d0f24 50%, #a77e46 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 1px solid #a77e46;
    text-transform: uppercase;
        margin: 40px auto 0px;
    display: block;
}

button.enquire-now:hover,
button.exploreMore-btn:hover,
.download-brochure:hover,
.enquire-nowli:hover,
.download-applicationForm:hover {
    background-position: left bottom;
    color: #FFFFFF;
    border: 1px solid #fff;
}

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

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #fff ;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
.section-heading {
    font-family: 'optima';
    font-size: 40px;
    line-height: 50px;
    padding: 30px;
    text-align: center;
    color: #a77e46;
    text-transform: uppercase;
}
.grandeur-column {
    padding-left: 80px;
    /* padding-top: 30px; */
}
.grandeur-column .second-line{
    color: #a77e46;
}
.highlight-image{
    width: 100%;
}
.highlight-heading{
    color: #fff;
    font-family: 'garamound';
    font-size: 33px;
    line-height: 46px;
}
ul.highlight-detail,ul.location-detail {
    list-style: none;
    padding: 0;
    /* margin-top: 20px; */
}
li.highlight-detail-list,li.location-detail-list {
    display: flex;
    align-items: center;
    font-family: 'garamound';
    font-weight: 400;
    line-height: 34px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #381C18;
    position: relative;
    padding-left: 30px !important;
}
li.highlight-detail-list{
    color: #000000;
}
li.highlight-detail-list img,li.location-detail-list img{
    margin-right: 10px;
}
#location, #amenities{
    /* background-image: url('../images/section-bg-dark.jpg'); */
    background: #fff; 
    color: #381C18 !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.connectivity-heading{
    font-size: 29px;
    font-family: 'garamound';
    color: #a77e46;
    line-height: 40px;
}
.connectivity-heading span {
    font-family: 'Julietta';
    font-size: 81px;
    line-height: 100px;
    color: #a77e46!important;
}
hr.hr {
    display: block;
    height: 4px;
    margin: 0px;
    color: #a77e46;
    opacity: 1;
    min-width: 20px;
    margin-right: 15px;
}
.amenities-heading {  
    font-family: 'optima';
    font-size: 23px;
    color: #a77e46;
    margin-top: -10px;
    text-transform: uppercase;
}
.company-detail {
    width: max-content;
    display: block;
    margin: auto;
    text-align: left;
    font-family: 'optima';
}
.footer-about-heading{
    font-family: 'optima';
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
p.text-center {
    font-family: 'optima';
    font-size: 16px;
}
#amenities {
    padding-bottom: 0px;
}
.address-container {
    font-size: 24px;
    color: #4D4D4F;
}
.address-container span{
    font-size: 18px;
    line-height: 26px;
    display: block;
    /* text-transform: uppercase; */
}
.highlight-heading .destination {
    font-family: 'Julietta';
    font-size: 100px;
    margin-left: 20px;
}
.one {
    font-size: 61px;
}
.retail {
    margin-top: 20px;
    display: block;
}
.highlight-heading {
    color: #fff;
    font-family: 'garamound';
    font-size: 33px;
    line-height: 46px;
    margin-top: 30px;
}

body.modal-open {
    overflow-y: hidden;
}

.home-section{
    overflow: hidden !important
}
#highlight-section, .highlight-row, #location, #amenities{
    position: relative;
}

#location{
    /* background-image: url(../images/location-bg.png); */
    background-size: cover;
    background-color: #4d0f24;
    background-position: bottom;
}

.about-img{
    width: 100%;
}
.tab-content {
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .tab.active {
    background: #a77e46;
    color: #fff;
    text-decoration: none;
    padding: 1% 5%;
}
.tab {
    background: transparent;
    color: #a77e46;
    text-decoration: none;
    padding: 1% 5%;
    border: 1px solid #a77e46;
}

.fp-list {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.fp-list-item {
    /* float: left;
    width: 50%;
    padding: 15px; */
}
.fp-list-item img {
    width: 100% !important;
}
#footer-about p{
    color: #fff;
    font-size: 16px;
    font-family: 'garamound';
}

.icon-box img {
    border-radius: 5px;
    margin: 0px;
    filter: invert(1);
}
#amenities .section-heading{
    padding-bottom: 120px;
}
.amenities-row-container {
    margin-top: -115px;
}

.rera-container{
    bottom: 15px;
    width: 100%;
    left: 0%;
    color: #444444;
    text-transform: uppercase;
}
#footer-about .rera-container a {
    text-decoration: none;
}
/* .disclaimer a{
    font-size: 10px;
} */
.disclaimer a:hover{
color: #a77e46;
}
.privacy-policy-page p, .privacy-policy-page h2 {
/* color: #000 !important; */
}
#highlight-section {
    /* background-image: url('../images/aboutbg-img.png'); */

}

#highlights{
    background-color: #F8F8F9;
    padding: 60px 0px !important;
}
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.gallery-grid .item{
    /* padding: 10px; */
    text-align: center;
    flex-basis: calc(33.333% - 10px);
    box-sizing: border-box;
    max-width: calc(33.333% - 10px);
}
.gallery-grid .item img{
    width: 100%;
}
.amenitiesbg-img{
    /* background-image: url('../images/amenities-bg.png'); */
    background-color: #4d0f24;
}
.amenities-set p {
    font-size: 16px;
    color: #fff;
}
.footer-about h3 {
    font-family: 'garamound';
    font-size: 18px;
    color: #43201B;
    margin-top: 20px;
}
.tab-container{
    display: none;
}
.masterPlain img{
    width: 100%;
}
#secondModal .form-group{
    margin: 25px 0px;
}
input#secondmodal_phone,input#modal_phone {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#floorPlain {
    background: #F8F8F9;
}
p.modal-para {
    text-align: center;
    margin-bottom: 0px;
}
#main-slider img, #main-slider-mobile img{
    width: 100%;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.gsec__slider .swiper-button-next,
.gsec__slider .swiper-button-prev {
    background-color: #fff;
    padding: 1.3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gsec__slider .swiper-button-prev {
    left: 30px;
}

.gsec__slider .swiper-button-next {
    right: 30px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.gsec__slider .swiper-slide a {
    display: block;
    position: relative;
}


.gsec__slider .swiper-slide a figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 1rem;
}

.gsec__slider .swiper-slide a figcaption p {
    text-align: left;
    color: #dee2e6;
    margin-bottom: 0;
    font-size: .8rem;
}


.gsec__slider .swiper-button-next::after,
.gsec__slider .swiper-button-prev::after {
    font-size: 1.3rem;
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}
@media (min-width: 768px) {
    .swiper-slide img {
        transform: scale(0.83);
    }
    .swiper-slide-active img {
        transform: scale(1);
    }
    .gsec__slider .swiper-slide a img {
        border-radius: 1rem;
    }    
}
figure{
margin: 0px;
}
.highlight-detail li:before, .location-detail li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: "FontAwesome";
}
 .location-detail li:before, li.location-detail-list, #location .great-vibes {
    color: #fff !important;
}
.location-detail li.button-list:before{
    content: '' !important;
}
