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

@font-face {
    font-family: 'latoR';
    src: url('../fonts/Lato/Lato-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'rowan';
    src: url('../fonts/rowan/Rowan-Regular.otf');
    font-style: normal;
}

@font-face {
    font-family: 'rowanItalic';
    src: url('../fonts/rowan/Rowan-Italic.otf');
    font-style: normal;
}

@font-face {
    font-family: 'rowanMedium';
    src: url('../fonts/rowan/Rowan-Medium.otf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('../fonts/trajan-pro/TrajanPro-Regular.ttf');
    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: "Poppins-Regular";
    color: #ffffff;
    letter-spacing: 0.5px !important;
    background: #0B333F;
    font-style: normal;
    overflow-x: hidden !important;
}

a {
    color: #FFFBE5;
}

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

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

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

.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: #0B333F;
    padding: 10px 0px;
    right: 0;
    left: 0;
}

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

.developer-logo-header {
    width: 50%;
    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: right;
}

.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: #E8E6E2 !important;
    margin: 15px 24px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'TrajanPro-Regular';
}

.scrolled {
    background: #FFFFFF !important;
}

.scrolled .nav-menu a {
    color: #000 !important;
}

.nav-menu .active>a {
    border-bottom: 2px solid #FFFBE5;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #FFFBE5 !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: #FFFBE5;
}

.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: #FFFBE5 !important;
    border: 1px solid #FFFBE5;
    padding: 10px;
    border-radius: 50px;
}

.mobile-nav-toggle i {
    color: #FFFBE5 !important;
    border: 1px solid #FFFBE5;
    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: #0B333F;
    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 #FFFBE5;
    width: 60%;
    margin: auto;
    margin-bottom: 1rem;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #FFFBE5;
    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;
}


.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/footer-bg.jpg');
    /* background: #0B333F;  */
    color: #fff !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: 'rowanItalic';
    font-size: 56px !important;
    color: #000000;
    font-weight: 400;
}

.luxury-text-r h4 {
    font-family: 'Great-Vibes';
    font-size: 54px !important;
    color: #FFFBE5;
    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: 'rowan';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.045em;
    color: #FFFBE5;
    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: 'rowan';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.01px;
    color: #FFFBE5;
    text-transform: uppercase;
}

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


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

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

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

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

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

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

.about-details {
    padding: 30px 20px;
    /* background-image: url('../images/section-bg-dark.jpg'); */
    background: #0B333F;
    color: #fff !important;
    /*    background: #393939;*/
    border-radius: 8px;
    /* margin-top: 2rem; */
    /*    display: flex;*/
    background-size: cover;
}

.about-details .title {
    font-size: 18px;
    font-family: "TrajanPro-Regular";
    font-weight: 500;
}

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

.launch-text {
    text-align: center;
    color: #E8E6E2;
    font-family: 'Poppins-Regular';
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

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

.download-brochure {
    border: 1px solid #0B333F;
    border-radius: 4.90909px;
    background: linear-gradient(to right, #0B333F 50%, transparent 50%);
    color: #0B333F;
    padding: 10px 20px;
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-family: 'Poppins-Regular';
    font-weight: bold;
    display: block;
    margin: 40px auto 0px;
    letter-spacing: 1px;
}

/*------------------------- 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: 'Californian FB';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    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 3px;
}

.exploreMore-btn {
    border-radius: 4.90909px;
    border: none;
    color: #000;
    padding: 12px 30px;
    position: relative;
    margin-bottom: 0rem;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5sease-out;
    font-weight: 600;
    width: max-content;
    font-family: "Poppins-Regular";
    background-image: linear-gradient(to right, #cda665, #FFE5B5, #cda665);
}

.floopplan-btn {
    border-radius: 4.90909px;
    border: none;
    color: #000;
    padding: 12px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0rem;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5sease-out;
    font-weight: 600;
    width: max-content;
    font-family: "Poppins-Regular";
    background-image: linear-gradient(to right, #cda665, #FFE5B5, #cda665);
}

.enquire-nowbutton {
    border-radius: 5px;
    border: 1px solid #FFFBE5;
    color: #fff;
    padding: 12px 30px;
    position: relative;
    margin-bottom: 0rem;
    background: linear-gradient(to right, #0B333F 50%, #FFFBE5 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-weight: 600;
    width: max-content;
    font-family: "Poppins-Regular";
}

.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: #0B333F;
    padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #F9F5ED;
}

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


.contact-form {
    position: relative;
}

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

.form-control:focus {
    color: #0B333F;
    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 #fff;
    font-weight: 400;
    border-radius: 0px;
    color: #fff;
}

.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: transparent;
    color: #fff;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-weight: 400;
    border-radius: 0px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #FFFBE5 !important;
    opacity: 1;
}

.popup-form #modal_form {
    border-radius: 0px 10px 10px 0px !important;
    margin-top: 35px;
}

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

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

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

.contact-form .form-control:-moz-placeholder,
.popup-form .form-control:-moz-placeholder {
    color: #fff;
    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: #FFFBE5;
}

.disclaimer a,
.rera a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins-Regular';
}

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


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

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

#country_code_modal {
    width: 15%;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #FFFBE5;
    color: #0B333F;
    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: 0px 20px 0px 20px; */
}

.modal-close-btn {
    position: absolute;
    right: -33px;
    padding: 10px;
    background: #0b333f;
    color: #fff;
    border: 0;
    top: -50px;
    border: 1px solid #fff;
}

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

.modal-title {
    color: #fff;
    font-size: 22px;
    /* padding-top: 1.5rem; */
}

.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: 14px;
    min-width: 135px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #fff !important;
    padding: 15px 25px;
    color: #0B333F;
    border-radius: 5px;
    text-transform: uppercase;
    background: linear-gradient(to right, #0B333F 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    text-align: center;
    font-family: 'Poppins-Regular';
}

#contact_form .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
    border-top-left-radius: 10px;
}

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

.submit-btn-modal:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 600;
}

.submit-btn:hover,
.know-more:hover {
    background-position: left bottom;
    color: #FFFFFF;
    font-weight: 300;
}

.enquire-now {
    position: fixed;
    bottom: 65px;
    right: 80px;
    background: #F4E8B6;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    font-weight: 700;
    z-index: 999999;
    border: none;
    background-image: linear-gradient(to right, #cda665, #FFE5B5, #cda665);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-family: 'Poppins-Regular';
}
.callnowButton{
    bottom: 65px;
    right: 15px; 
}
button.enquire-now:hover,
button.exploreMore-btn:hover,
button.floopplan-btn:hover,
.download-brochure:hover,
.enquire-nowbutton:hover {
    background-position: left bottom;
    color: #FFFFFF;
}

.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: 'rowanItalic';
    font-size: 40px;
    /* line-height: 35px; */
    padding: 30px;
    text-align: center;
    color: #FFFBE5;
}

.grandeur-column {
    padding-left: 80px;
    padding-top: 30px;
}

.grandeur-column .second-line {
    color: #FFFBE5;
}

.highlight-image {
    width: 100%;
}

.highlight-heading {
    color: #fff;
    font-family: 'rowan';
    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: 'Poppins-Regular';
    font-weight: 400;
    line-height: 34px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #381C18;
}

li.highlight-detail-list {
    color: #fff;
}

li.highlight-detail-list img,
li.location-detail-list img {
    margin-right: 10px;
}

#location,
#amenities {
    /* background-image: url('../images/section-bg-dark.jpg'); */
    background: #0B333F;
    color: #381C18 !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.connectivity-heading {
    font-size: 29px;
    font-family: 'rowan';
    color: #FFFBE5;
    line-height: 40px;
}

.connectivity-heading span {
    font-family: 'Julietta';
    font-size: 81px;
    line-height: 100px;
    color: #FFFBE5 !important;
}

hr.hr {
    display: block;
    height: 4px;
    margin: 0px;
    color: #FFFBE5;
    opacity: 1;
    min-width: 20px;
    margin-right: 15px;
}

.amenities-heading {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #E8E6E2;
    margin-top: 5px;
}

.company-detail {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Poppins-Regular';
}

.footer-about-heading {
    font-family: 'TrajanPro-Regular';
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

p.text-center {
    font-family: 'rowan';
    font-size: 16px;
}

#amenities {
    padding-bottom: 0px;
}

.address-container {
    font-size: 24px;
    color: #fff;
}

.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: 'rowan';
    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;
    align-items: center;
}

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

.about-img {
    width: 100%;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab.active {
    background: #FFFBE5;
    color: #fff;
    text-decoration: none;
    padding: 1% 5%;
}

.tab {
    background: transparent;
    color: #FFFBE5;
    text-decoration: none;
    padding: 1% 5%;
    border: 1px solid #FFFBE5;
}

.fp-list {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.fp-list-item {
    float: left;
    width: 50%;
    padding: 15px;
    position: relative;
}

.fp-list-item img {
    width: 100%;
}

#footer-about p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.icon-box img {
    border-radius: 5px;
    margin: 0px;
    width: 50px;
}

#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: #FFFBE5;
} */

#highlight-section {
    background-image: url('../images/about-bg.jpg');
}

#highlights {
    background-color: #0B333F;
}

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

.amenities-set p {
    font-size: 12px;
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 20px;
}

.footer-about h3 {
    font-family: 'rowan';
    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,
#banner_phone {
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
}

#gallery,
.amenitiesbg-img {
    position: relative;
}

#gallery::before,
.amenitiesbg-img::before {
    position: absolute;
    content: '';
    top: -45px;
    right: 65px;
    background-image: url(../images/star-patch.png);
    width: 187px;
    height: 80px;
}

.blue-color {
    color: #102E34 !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.location-info p {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    margin: 0;
}

.know-more {
    width: max-content;
    background: linear-gradient(to right, #0B333F 50%, #2D7285 50%);
    border: 1px solid #2D7285;
    padding: 10px 30px;
    font-family: 'Poppins-Regular';
    color: #fff;
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border-radius: 5px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

p.modal-para {
    text-align: center;
    border-bottom: 4px solid #cda665;
    padding-bottom: 1.5rem;
    margin-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
}

.modal-body {
    padding: 20px 15px;
    border: 1px solid #fff;
    margin: 20px 15px;
}

h4.secondmodal-title {
    /* margin-top: 1.5rem; */
}

.project-logo {
    width: 100%;
}

#location .locationimg.col-md-6 {
    padding: 0px;
}

.footer-logo {
    width: max-content;
}

.developer-logo {
    width: 200px;
}

label {
    font-size: 12px;
}

input[type="checkbox"] {
    accent-color: #cda665;
    height: 20px;
    min-width: 20px;
    display: block;
    margin-top: 5px;
}

#footerCheckbox_error,
#modalCheckbox_error,
#secondModalCheckbox_error,
#bannerCheckbox_error {
    color: #e75252;
    display: none;
}
.callnowButton img{
        height: 40px;
        width: 40px;
    }