@font-face {
    font-family: 'Arial';
    src: url('Arial.eot');
    src: url('../fonts/Arial-Regular/Arial.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arial-Regular/Arial.woff2') format('woff2'),
        url('../fonts/Arial-Regular/Arial.woff') format('woff'),
        url('../fonts/Arial-Regular/Arial.ttf') format('truetype'),
        url('../fonts/Arial-Regular/Arial.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto-Bold';
    font-display: swap;
    src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold/Roboto-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    font-display: swap;
    src: url("../fonts/Roboto-Regular/Roboto-Regular-webfont.eot");
    src: url("../fonts/Roboto-Regular/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Condensed-Regular';
    font-display: swap;
    src: url("../fonts/Roboto-Condensed/RobotoCondensed-Regular.eot");
    src: url("../fonts/Roboto-Condensed/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/Roboto-CondensedRobotoCondensed-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium/Roboto-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url("../fonts/Roboto-Thin/Roboto-Thin.eot");
    src: url("../fonts/Roboto-Thin/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin/Roboto-Thin.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Thin-italic';
    font-display: swap;
    src: url("../fonts/Roboto-Thin-italic/Roboto-ThinItalic-webfont.eot");
    src: url("../fonts/Roboto-Thin-italic/Roboto-ThinItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin-italic/Roboto-ThinItalic-webfont.woff") format("woff"), url("../fonts/Roboto-Thin-italic/Roboto-ThinItalic-webfont.ttf") format("truetype"), url("../fonts/Roboto-Thin-italic/Roboto-ThinItalic-webfont.svg#robotothin_italic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    font-display: swap;
    src: url("../fonts/Roboto-Light/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light/Roboto-Light.svg") format("svg");
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-style: normal;
    src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    src: url("../fonts/montserrat//Montserrat-Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'poppinsregular';
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'poppinsmedium';
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'poppinsbold';
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'poppinssemibold';
    font-style: normal;
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-display: swap;
}

body {
    margin: 0px;
    scroll-behavior: smooth;
    padding: 0px;
    /* font-family: 'Roboto-Regular'; */
    font-family: 'poppinsregular';
    font-weight: 400;
position: relative;
z-index: 2;
}

header {
    position: absolute;
    /* width: 97%; */
    right: 0;
    z-index: 10;
    left: 0;
    top: 20px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

ul li {
    word-break: break-word;
}

.row {
    margin: 0px;
}

.footerimg {
    width: 150px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    padding: 0px;
    margin: 0px;
}

header nav {
    background: transparent;
    padding: 15px 0px !important;
    /* border-bottom: 1px solid #ccc; */
}

header ul li {
    align-self: center;
}

header ul li:not(:last-child) {
    margin-right: 15px;
}

header ul li a {
    padding: 0px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 14px;
}


header .btn-type1 {
    padding: 12px 24px !important;
    background-color: transparent;
    border: unset;
    /* padding-left: 0 !important; */
    text-decoration: none !important;
}

.nav__toggle {
    display: inline-block;
    z-index: 10;
    padding: 0;
    border: 0;
    float: right;
    background: inherit !important;
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.15s linear;
}

.nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--screen-height);
    position: relative;
    list-style: none;
    z-index: 5;
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    visibility: hidden;
}

.nav__item {
    opacity: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}

.nav__item:nth-child(1) {
    transform: translateY(-40px);
}

.nav__item:nth-child(2) {
    transform: translateY(-80px);
}

.nav__item:nth-child(3) {
    transform: translateY(-120px);
}

.nav__item:nth-child(4) {
    transform: translateY(-160px);
}

.nav__item:nth-child(5) {
    transform: translateY(-200px);
}

.nav__link {
    color: #69BEC6;
    display: block;
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem;
}

.nav__link:hover,
.nav__link:focus {
    outline: 0;
    background-color: inherit;
}

.menuicon {
    display: block;
    cursor: pointer;
    color: #fff;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuicon__bar,
.menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
}

.menuicon__circle {
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: 144.513262038;
    stroke-dasharray: 144.513262038;
}

.splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
}

.splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: var(--splash-bg-color);
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform;
}

.nav:target>.splash::after,
.nav--open>.splash::after {
    transform: scale(1);
}

.nav:target .menuicon,
.nav--open .menuicon {
    color: #fff;
    transform: rotate(180deg);
}

.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
    stroke-dashoffset: 0;
}

.nav:target .menuicon__bar:nth-child(1),
.nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
}

.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}

.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}

.nav:target .nav__menu,
.nav--open .nav__menu {
    visibility: visible;
}

.nav:target .nav__item,
.nav--open .nav__item {
    opacity: 1;
    transform: translateY(0);
}







/* Section One Starts Her */

#sectionOne {
    background-position: 100% 100%;
    height: 125vh;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    /* margin-top:72px; */
}

/* @media(min-width:1650px){
#sectionOne {
    height: 880px;
}
}
@media(max-width:1400px){
#sectionOne {
    height: 740px;
}
}
@media(max-width:1300px){
#sectionOne {
    height: 700px;
}
}
@media(max-width:1025px){
    #sectionOne {
        height: 630px;
    }
}*/



/*button one*/
.btn-1 rect {
    fill: none;
    stroke: #FCC56F;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

a.btn.btn-1.btn-type1:hover {
    background: rgba(225, 51, 45, 0);
    /* letter-spacing: 1px; */
    color: #fff !important;
}

a.btn.btn-1.btn-type1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

a.btn.btn-1.btn-type1 {
    cursor: pointer;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    width: 100%;
    transition: 0.5s ease-in-out !important;
}

a.btn.btn-1.btn-type1 svg,button#submitbtn_Mobile svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
body button#schedule_visit:hover {
    background: rgba(225, 51, 45, 0);
    /* letter-spacing: 1px; */
    color: #fff !important;
}

button#schedule_visit svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

button#schedule_visit:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
section.ideal-heaven a svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section.ideal-heaven a:hover {
    background: rgba(225, 51, 45, 0);
    letter-spacing: 1px;
    color: #fff;
}

section.ideal-heaven a:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


@keyframes fadeInUp {
    0% {opacity:0;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
    .animate__fadeInUp{
      -webkit-animation-name:fadeInUp;
      animation-name:fadeInUp
    }






@media (max-width:991px) {

    header.nav--open {
        background-color: #fff;
    }

    header ul li a {
        color: #116072 !important;
    }
}

.sectionOneContent {
    margin-bottom: 35px;
    /* background-color: rgba(17, 96, 114, 0.7); */
    width: 46%;
    padding: 28px;
}

.navbar {
    padding: 0px !important;
}

.sectionOneContent h1 {
    margin-bottom: 25px;
    font-family: 'poppinsmedium';
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    /* line-height:38px; */
}

.sectionOneContent h4 {
    font-size: 24px;
    font-family: 'poppinsregular';
    color: #fcc56f;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 7px;
    /* opacity: .9; */
}

.sectionOneContent p {
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Montserrat-Regular';
    /* font-weight: 600; */
    color: #fff;
    /* opacity: .8; */
}

.location {
    color: #fff;
    margin-top: 10px;
    /* background-color: rgb(204 204 204 / 90%); */
    font-size: 16px;
    /*text-transform: uppercase;*/
    display: inline-block;
    padding: 8px 0px;
    /* font-weight: bold; */
    opacity: .8;
}

.location i {
    margin-right: 10px;
    color: #fec30d;
}

/* Ends Here */

/* Enquiry Now Form */
#enquireNow .row>div {
    align-self: center;
    text-align: center;
}

#enquireNow .row .col-lg-12 form {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    padding: 10px 40px;

}

#enquireNow h3 {
    /* text-transform: uppercase; */
    font-size: 18px;
    color: #FCC56F;
    font-family: 'poppinsregular';
    margin-top: 25px !important;
    margin-bottom: -20px !important;
    font-weight: 500;
}

#enquireNow .form-control {
    border: unset;
    font-family: 'Montserrat-Regular';
    background-color: transparent;
    border-bottom: 1px solid #FCC56F;
}

/* Ends Here */

/* Common Css */
.form-control {
    border-radius: 0px;
    height: 40px;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.btn-type1 {
    background-color: #116072;
    color: #FCC56F !important;
    text-decoration: none;
    width: 100%;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
    border: 1px solid #116072;
    font-family: 'Montserrat-Regular';
    /* font-weight: 700; */
}

/* .btn-type1:hover {
    color: #116072 !important;
    background-color: inherit;
} */

/* Ends Here */

#enquireNow {
    /*  margin-top: -30px;*/
    position: relative;
}

#overview {
    padding-top: 50px;
}

#overview h3 {
    color: #BA9151;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-family: 'poppinsbold';
}

#overview p {
    margin-bottom: 20px;
    color: #B0B0B0;
    font-size: 15px;
    font-family: 'poppinsregular';
}

#overview {
    padding-bottom: 60px;
}

#configration h3 {
    color: #69BEC6;
    margin-bottom: 0px;
}

#configration ul {
    margin-top: 15px;
}

#configration ul h5 {
    color: #000000;
    margin-bottom: 5px;
    font-family: 'Roboto-Medium';
    font-size: 20px;
}

#configration ul li {
    color: #000000;
    margin-bottom: 5px;
    font-family: 'Roboto-Light';
    font-size: 20px;
}

.flatData {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    padding: 21px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.flatData h4 {
    font-family: 'Roboto-Medium';
    font-size: 30px;
    color: #69BEC6;
}

.flatData {
    margin: 15px 0px;
    color: #000000;
    font-size: 15px;
}

.distance {
    margin: 15px 0px;
}

.distance p {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto-Light';
}

.starting p {
    color: #69BEC6;
    font-family: 'Roboto-Regular';

}

.distance2 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: 'Roboto-Regular';

}

#master {
    padding-top: 60px;
}

.titleHeading {
    color: #116072;
    font-size: 30px;
    font-family: 'Montserrat-Medium';
    /* text-transform: uppercase; */
    letter-spacing: .7px;
    font-weight: 600;
}

#master p {
    color: #000000;
    margin-top: 10px;
}

#master a {
    background-color: #116072;
    border: 1px solid #116072;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    margin-top: 15px;
}

#master a:hover {
    background-color: inherit;
    color: #69BEC6;
}

#catidal {
    padding-top: 80px;
}

.catidalSec img {
    width: 80px !important;
    margin: 0 auto;
}

#catidalCar {
    margin-top: 50px;
}

.catidalSec {
    text-align: center;
}

.catidalSec h5 {
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}

#catidalCar .owl-nav {
    position: absolute;
    right: -62px;
    top: 44px;
}

#catidalCar .owl-nav>div {
    color: #69BEC6;
    font-size: 30px;
}

#brigade-world {
    padding-top: 60px;
}

#videosection {
    padding-top: 60px;
}

#videosection p {
    font-size: 24px;
    color: #000000;
    margin-top: 10px;
    font-family: 'Roboto-Light';
}

#locality .card {
    border: 0px;
    width: 100%;
}

.px-2 {
    padding-right: 0px !important;
}

.border-0 {
    width: 80px;
}

#gallery {
    padding-top: 30px;
    padding-bottom: 30px;
}

#gallery h3 {
    padding-bottom: 15px;
}

.modal-title {
    font-family: 'Montserrat-Regular';
    color: #116072;
}

.btn-close {
    color: #69BEC6;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
    outline: 0;
}

.modal-content {
    border-radius: 0px;
    border-bottom: 15px solid #116072;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 355px;
        margin: 3.75rem auto;
    }
}

label {
    font-family: 'Montserrat-Regular';
}

.fixed .navbar {
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgb(191 191 191 / 10%);
    position: fixed;
    background: white;
    z-index: 99;
}

header.fixed ul li a {
    color: #116072 !important;
    font-family: 'Montserrat-Regular';
}

/* header.fixed .btn-type1{
    color: #fff!important;
} */
.fixed {
    width: 100% !important;
}

#locality .col-md-6 {
    margin-bottom: 30px;
}

#locality .card img {
    width: 64px;
    height: 64px;
}

.card-title {
    color: #69BEC6;
    font-size: 22px;
    font-family: 'Roboto-Medium';
}

#locality {
    padding-top: 30px;
}

#locality h3 {
    padding-bottom: 25px;
}

.card-text {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #000000;
}

#gallery-img .center picture {
    position: relative;

}

#gallery-img .disabled {
    display: none;
}

#gallery-img .owl-nav {
    position: absolute;
    right: 419px;
    top: 200px;
    display: flex;
    width: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    justify-content: flex-end;
}

.fancybox-fac {
    display: inline-flex;
}

.owl-prev {
    display: none;
}

#gallery-img .center picture::after {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 10%);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;

}

#gallery-img .center picture::before {
    content: "";
    background-image: url('../images/zoom-in.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: 30px;
    background-position: center;
}



div#enquireNowModal button#submitbtn_Mobile {
    background-color: #FCC56F !important;
    color: #fff !important;
    box-shadow: none;
}


/* Responsive Media Queries */

@media screen and (min-width:1501px) {
    .footerForm {
        padding-left: 112px !important;
    }

    header ul li a {
        font-size: 16px;
    }

    header ul li:not(:last-child) {
        margin-right: 22px;
    }

    .sectionOneContent h1 {
        font-size: 48px;
    }

    .container {
        max-width: 90%;
    }

    #overview p {
        font-size: 18px;
    }
}

@media screen and (max-width:1201px) {
    .container {
        max-width: 98%;
    }

    header ul li a {
        font-size: 11px;
    }
}

@media screen and (max-width:1501px) and (min-width:1301px) {

    header ul li a {
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width:991px) {
    #enquireNow .col2 {
        width: 20%;
    }

    button#c4c_Section_Enquire_Now,button#schedule_visit {
        font-size: 16px;
        /* padding: 8px 15px; */
        /* width: 135px; */
    }

    #enquireNow .col1 {
        width: 18%;
    }

    #enquireNow .col3 {
         width: 20%; 
    }
}

@media screen and (max-width:991px) {
    .innerDiv ul li {
        font-size: 15px !important;
    }

    .footerForm {
        height: inherit !important;
    }

    .copyright {
        font-size: 14px !important;
    }

    .titleHeading {
        font-size: 26px;
    }

    header .btn-type1 {
        width: inherit;
    }

    #catidal {
        padding-top: 40px;
    }

    #videosection {
        padding-top: 30px;
    }

    .sectionOneContent {
        padding-top: 20px;
    }

    #enquireNow .row>div {
        margin-bottom: 20px;
    }

    #enquireNow .row .col-lg-12 form {
        padding: 20px 20px;
    }

    #enquireNow,
    #overview {
        padding-bottom: 20px;
    }

    #sectionOne {
        padding-bottom: 40px;
    }

    #sectionOne .d-flex {
        padding-bottom: 20px;
    }

    #brigade-world {
        padding-top: 30px;
    }
}


@media screen and (max-width:991px) and (min-width:767px) {
    .innerDiv {
        padding: 25px !important;
    }

    .sectionOneContent {
        width: 50% !important;

    }

    footer h6 a {
        margin: 8px 0px !important;
    }

    .sectionOneContent h1 {
        font-size: 22px;
    }

    .sectionOneContent h4 {
        font-size: 20px;
    }

    .sectionOneContent p {
        font-size: 18px;
    }

    .location {
        font-size: 15px;
    }
}

@media screen and (min-width:991px) {

    .nav__menu {
        display: none;
    }
}

@media screen and (max-width:1301px) {
    #enquireNow .row .col-lg-12 form {
        padding: 10px 16px;
    }

    #enquireNow .row .col-lg-12 form .btn-type1 {
        font-size: 14px;
    }
}

@media screen and (min-width:767px) {
    #mob-content {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #enquireNow .form-control {
        padding-left: 0px;
        background-color: inherit;
        border-bottom: 1px solid#000000;
    }

    #sectionOne .sectionOneContent {
        display: none;
    }

    /* #sectionOne {
        height: 500px !important;
    } */

    #sectionOne .location {
        /* display: none; */
    }

    .navbar-brand img {
        /* width:100px !important; */
        /* transform: scale(0.8); */
    }

    .repre img {
        width: 90px !important;
    }

    .sectionOneContent h1 {
        /* color: #116072; */
    }

    .location i {
        color: #ffc107;
    }

    .location {
        /* color: #116072; */
        background-color: inherit;
    }

    .sectionOneContent {
        padding: 16px;
        padding-bottom: 0px;
        background-color: inherit;
        margin-bottom: 0px
    }

    #enquireNow {
        display: none;
    }

    .repre {
        height: 67% !important;
    }

    .flex-wrap {
        flex-wrap: no-wrap !important;
    }

    #catidal .row {
        justify-content: center;
    }

    .name {
        background-image: url(../images/icons/act.svg);
        padding-left: 64px;
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 5px 10px;
    }

    .email {
        background-image: url(../images/icons/email.svg);
        padding-left: 64px;
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 5px 10px;
    }

    .phone {
        background-image: url(../images/icons/call.svg);
        padding-left: 64px;
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: 5px 10px;
    }

    #enquireNow .btn-type1 {
        width: 150px;
    }

    body {
        padding: 0px;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #69BEC6;
        background-color: #fff;
    }

    .owl-dots .active {
        background-color: #69BEC6;
    }

    .owl-dot:not(:last-child) {
        margin-right: 10px;
    }

    #sectionOne {
        padding-top: 30px;
    }

    #locality .align-self-center {
        margin-top: 30px;
    }

    #catidalCar .owl-nav>div {
        display: none;
    }

    header .btn-type1 {
        width: inherit;
        font-weight: 400;
        padding-right: 0 !important;
        font-size: 14px !important;

    }

    #enquireNow .row>div {
        margin-bottom: 20px;
    }

    #enquireNow .row .col-lg-12 form {
        padding: 20px 20px;
    }

    #enquireNow,
    #overview {
        padding-bottom: 20px;
    }

    #sectionOne {
        padding-bottom: 40px;
    }

    .sectionOneContent h1 {
        font-size: 35px !important;
        margin-bottom: 10px;
    }

    .sectionOneContent h4 {
        font-size: 26px !important;
        line-height: 35px;
    }

    .sectionOneContent p {
        font-size: 16px;
    }

    .location {
        font-size: 14px;
    }

    #configration .col-md-6 {
        margin-bottom: 30px;
    }

    header ul li:not(:last-child) {
        margin-right: 0px;
    }

    #master .col-md-4 {
        margin-bottom: 30px;

    }

    #master {
        padding-top: 30px;
    }
    
    
    /* code start 06-06-2024 */
    
    
    
    
}

@media screen and (max-width:1501px) {
    .card-title {
        font-size: 18px;
    }

    .card-text {
        font-size: 14px;
    }

    #locality .card img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:1398px) and (min-width:1101px) {
    #gallery-img .owl-nav {
        right: 309px;
        top: 158px;
    }
}

@media screen and (max-width:1101px) and (min-width:991px) {
    #gallery-img .owl-nav {
        right: 284px;
        top: 134px;
    }
}

@media screen and (max-width:1500px) and (min-width:1399px) {
    #gallery-img .owl-nav {
        right: 349px;
        top: 186px
    }
}

.navbar-brand img {
    width: 160px;
}

.nav-link.active {
    /* font-weight: 700; */
}


@media screen and (min-width:991px) {
    .col-lg-large {
        width: 12%;
        margin-top: 20px;
        flex: 12%;
        max-width: 12%;
    }
}

table thead {
    background-color: #69BEC6;
    color: #fff;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    padding: 25px 10px;
}

th {
    border: 0px;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    padding: 20px 10px;
}

table tbody td {
    text-align: center;
    font-family: 'Roboto-Light';
    font-size: 16px;
    color: #000;
    border: 1px solid #69BEC6;
    padding: 25px 10px;
}

.table-bordered>:not(caption)>* {
    border: 1px solid #69BEC6;
}

.footerForm {
    padding-left: 63px;
    background-color: #116072;
    padding-top: 55px;
    padding-bottom: 70px;
    padding-right: 50px;
    color: #fff;
    font-family: 'Montserrat-Regular';
}

footer .form-control {
    background-color: inherit;
    padding-left: 0px;
    color: #fff;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    transition: 0.3s ease-in-out;
    font-size: 14px;
}

footer .form-control:hover {
    border-bottom: 1px solid rgb(255 255 255 / 100%);
    background-color: inherit;
}

.btn-sub {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    width: 150px;
    margin-top: 20px;
}

footer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

footer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

footer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

footer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.innerDiv {
    padding: 40px 50px 0px;
}

.innerDiv ul {
    margin-top: 15px;

}

.innerDiv ul h5 {
    color: #116072;
    margin-bottom: 5px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

.innerDiv ul li {
    color: #116072;
    margin-bottom: 5px;
    font-family: 'Montserrat-Regular';
    font-size: 17px;
}

.innerDiv p.icon--item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.innerDiv p.icon--item a {
    color: #116072;
    text-decoration: none;
    font-size: 16px;
}

.innerDiv p.icon--item a img {
    padding-right: 10px;
}

.innerDiv p a img {
    width: 25px;
}

.copyright {
    margin-top: 15px;
    color: #116072;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: 'Montserrat-Regular';
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
}

footer h6 a {
    background-color: #116072;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    display: inline-block;
    margin: 20px 0px;
}

footer h6 a:hover {
    color: #fff;
}

@media screen and (max-width:576px) {
    .innerDiv {
        padding-top: 20px;
        padding-bottom: 20px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-slide {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #116072;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        z-index: 999;
        padding: 15px 0;
    }

    .mobile-slide a {
        color: #fff;
        text-decoration: none;
    }

    .mobile-slide hr:not([size]) {
        height: 23px;
        opacity: 1;
        width: 1px;
    }

    .mobile-slide img {
        width: 25px;
        margin-right: 15px;
        vertical-align: middle;
    }

    .footerForm {
        display: none;
        position: fixed;
        width: 91%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 41px;
        z-index: 999;
        margin: 0 auto;
        padding-bottom: 43px;
        height: inherit;
    }

    .btn-close {
        position: absolute;
        color: #fff !important;
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width:576px) {

    .mobile-slide,
    .mobile-slide .btn-close {
        display: none;
    }

    .footerForm .row .col-lg-6,
    .footerForm .row .col-lg-12 {
        padding-left: 0px !important;
    }
}

.item-text {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-family: 'Montserrat-Regular';
}

@media screen and (max-width: 767px) {
    .sectionOneContent {
        width: 100%;
    }

    .desktop-table {
        display: none;
    }

    .mob-table-body {
        border: 2px solid #69BEC6;
        text-align: center;
    }

    .mobile-table {
        margin: 15px 0px;
    }

    .mob-row {
        padding: 10px 0px;
    }

    .mob-row:nth-child(2) {
        border-bottom: 2px solid #69BEC6;

    }

    .mob-head {
        padding: 10px 0px;
        color: #fff;
        background-color: #69BEC6;
    }
}

.thankyouWrapper .d-flex {
    flex-direction: column;
    align-self: center;
    height: 60vh;
    text-align: center;
    justify-content: center;
}

.thankyoufooter {
    text-align: center;
}

.thankyouWrapper h1 {
    font-size: 32px;
    color: #116072;
}

.thankyouWrapper p {
    margin: 20px 0px;
    font-size: 16px;
}

.thankyouWrapper {
    padding: 15px;
}

.thankyouWrapper a {
    text-decoration: none;
    color: #fff;
    background-color: #116072;
    display: inline-block;
    width: 201px;
    text-align: center;
    margin: 0 auto;
    padding: 11px 0px;
}

.h-100 {
    height: 96% !important;
}

.repre {
    position: absolute;
    right: 78px;
    bottom: 69px;
    height: 73%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.repre img {
    width: 150px;
}

.form-check-label a {
    color: #fff;
}

.repre {
    display: none;
}

.image-topaz {
    display: flex;
    justify-content: end;
}

.image-topaz img {
    width: 150px;
    height: auto;
}

@media(max-width:767px) {
    .image-topaz img {
        width: 120px;
        height: auto;
    }
}

@media(max-width:767px) {
    .mob-topaz {
        height: 60% !important;
    }
}

/* tmp with two mob and desk banners */

#top-text-one {
    padding: 20px 0px 50px;
}

.top-text-one {
    padding-top: 50px;
}

.top-text-one h1 {
    margin-bottom: 15px;
    font-family: 'Roboto-Medium';
    font-size: 40px;
    color: #69BEC6;
}

.top-text-one h4 {
    margin-bottom: 10px;
    font-size: 35px;
    font-family: 'Roboto-Regular';
    color: #000;
}

.top-location {
    color: #69BEC6;
    margin-top: 3px;
    font-size: 18px;
    display: inline-block;
}

@media(max-width:767px) {
    #top-text-one {
        padding: 20px 0px 30px;
    }
}

@media screen and (max-width: 767px) {
    .top-text-one h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .top-text-one h4 {
        font-size: 23px;
    }
}

@media screen and (max-width: 767px) {
    .top-location {
        font-size: 14px;
    }
}

.top-location i {
    margin-right: 10px;
    color: #69BEC6;
}

@media (max-width: 425px) {
    #top-text-one {
        padding: 20px 0px 0px;
    }
}

@media screen and (max-width: 551px) {
    .desk-top {
        display: none !important;
    }
}

@media screen and (min-width: 552px) {
    .mob-top {
        display: none !important;
    }
}

/* gif css
.float-img img{
     position: fixed;
     top: 65%;
     right: 5%;
     z-index: 9;
     width: 170px;
}
@media(max-width:768px){
.float-img img{
width: 170px;
top: 80%;
}
}
@media(max-width:575px){
.float-img img{
top: 60%;
}
}
@media(min-width:1300px){
.float-img img{
width: auto;
}
}*/


/* new style for new configuration */


#pric-lan .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0 !important;
}

#pric-lan .item-card {
    transition: 0.5s;
    padding: 20px;
    border: 1px solid #D5C4B7;
background-color: transparent;
}

#pric-lan .item-card-title {
    font-size: 26px;
    transition: 1s;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat-Regular';
}

#pric-lan .item-card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710
}

#pric-lan .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #116072;

}

#pric-lan .card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

#pric-lan .card-text {
    height: 80px;
}

#pric-lan .card::before,
.card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

#pric-lan .card::before {
    transform-origin: left top;
}

#pric-lan .card::after {
    transform-origin: right bottom;
}

#pric-lan .card:hover::before,
.card:hover::after,
.card:focus::before,
.card:focus::after {
    transform: scale3d(1, 1, 1);
}

#pric-lan h6 a {
    background-color: #b56a5e;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    display: inline-block;
    margin: 20px 0px;
}

#pric-lan h6 {
    text-align: center;
}

.sdf {
    border-bottom: 3px solid #fec30d;

    margin: auto;
}

#pric-lan .w-85 {
    max-width: 70%;
    padding: 90px 0;
}

.sub-to {
    margin: 25px auto;
}

#enquireNow .w-85 {
    max-width: 100%;
}

.custom-bullet li {
    padding-left: 15px;
    background: url(images/Project-highlights/arrow-right.png)no-repeat;
    background-position: left 4.5px;
    margin-bottom: 8px;
    list-style-type: none;
    color: rgb(0 0 0 / 70%);
    font-family: 'Montserrat-Regular';
}

ul.custom-bullet {
    padding-left: 0;
}

.high-pre {
    padding-top: 60px !important;
}

/* gallery */

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    /* box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5); */
    text-align: center;
}

.amenities-gallery img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
    height: 300px;
}

.l-img img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
    height: 542px;
}

.s-img img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
    height: 160px;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities-gallery .gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

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

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

h2.color-gold {
    color: #116072;
    font-family: 'Montserrat-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.amenities-gallery .g-txt {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #116072;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    font-family: 'Montserrat-Regular';
    z-index: 99;
}

/* accordian */

.acc {
    margin: 0 auto;
    max-width: 800px;
}

.acc__card {
    position: relative;
}

.acc__title {
    background: #fff;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    border-bottom: 1px solid #116072;
    color: rgb(0 0 0 / 70%);
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
    font-family: 'Montserrat-Regular';
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #116072;
    border-bottom: 1px solid #116072;
    position: absolute;
    right: 15px;
    content: " ";
    top: 22px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background: #fff;
    color: #212121;
    display: none;
    margin: 0;
    padding: 1em;
    text-align: left;
    font-family: 'Montserrat-Regular';
}

button.Museo-normal {
    background-color: #116072;
    color: #fff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 20px;
    outline: none;
    margin-top: 25px;
}

@media(max-width:1025px) and (min-width:768px) {
    #pric-lan .w-85 {
        max-width: 95%;
    }
}

@media(max-width:640px) {
    #pric-lan .w-85 {
        max-width: 85%;
    }

    .amen {
        padding: 0;
    }

    #locality h2.color-gold {
        margin-bottom: 0;
    }

    #locality {
        padding-top: 15px;
    }


}

@media(max-width:767px) {
    section#overview h3.titleHeading {
        margin-top: 25px;
        font-size: 30px;
    }

    #overview {
        padding-top: 15px;
    }

    .newvg {
        text-align: center;
    }

    #gallery {
        padding-top: 20px;
    }

    .container.disclaim h6 {
        font-size: 12px !important;
    }

    .container.disclaim {
        padding: 25px !important;
        padding-bottom: 15% !important;
    }

    .l-img img {
        height: unset !important;
    }

    /* #sectionOne{
        display: none;
    } */
}

#broch a {
    background-color: #116072;
    color: #fff;
    text-decoration: none;
    padding: 20px 45px;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
    display: inline-block;
    margin: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.container.disclaim {
    max-width: 100%;
    background-color: #000;
    padding: 25px 50px;
    color: #fff;
}

.container.disclaim h6 {
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}

.acc__panel li {
    padding-left: 15px;
    background: url(images/Project-highlights/arrow-right.png)no-repeat;
    background-position: left 4.5px;
    margin-bottom: 8px;
    list-style-type: none;
    font-family: 'Montserrat-Regular';
}

.acc__panel ul {
    padding-left: 0;
}

.vew {
    position: relative;
    width: fit-content;
}

.vewq {
    right: 55px;
    font-family: 'Montserrat-Regular';
    left: unset;
    bottom: 15px;
    top: unset;
}

@media(max-width:991px) {
    .amenities-gallery {
        text-align: center;
        box-shadow: unset;
    }

    .amenities-gallery .g-txt {
        font-size: 12px;
    }

    #broch a {
        padding: 16px 40px;
        font-size: 16px;
    }
}


@media screen and (max-width: 767px) {
    #sectionOnemob {
        height: 430px !important;
        margin-top: 68px;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 30px;
    }

    .sectionOneContent h4 {
        color: #116072;
    }

    .sectionOneContent p {
        color: #116072;
    }
}

@media screen and (max-width: 767px) {
    #sectionOnemob {
        height: 430px !important;
        margin-top: 68px;
        background-position: unset;
    }

    .deg,
    .dfg {
        width: 18% !important;
    }
}


.tern-con a {
    color: #116072;
}

.disclaim a,
.dera a {
    color: #fff;
}

#overview p:first-child {
    margin-bottom: 0;
}

.dfg {
    margin-left: 0;
}

.deg {
    width: 6%;
}

.deg1 {
    width: 6%;
}

.newvg {
    text-align: center;
    margin-bottom: 25px;
}

.dfh {
    display: block;
}

@media(min-width:991px) {
    .custom-bullet li {
        margin-bottom: 20px;
    }
}

.navbar-nav a.nav-link {
    /* font-family: 'Montserrat-Regular';
    font-weight: 700; */
}

header.fixed .no-fix {
    display: none;
}

img.with-fix {
    display: none;
}

header.fixed img.with-fix {
    display: block;
    padding-top: 13px;
}



@media (max-width:640px) {
    #broch a {
        font-size: 14px;
    }
}

@media (max-width:1025px) {
    #enquireNow .row .col-lg-12 form .btn-type1 {
        font-size: 12px;
    }
}

@media (min-width:1400px) {
    

    .sectionOneContent h4 {
        font-size: 30px;
    } 
    .sectionOneContent h1 {
        font-size: 65px;
    }
    .sectionOneContent h6,.sectionOneContent p.statringprice {
        font-size: 20px;
    }

    .sectionOneContent .location {
        font-size: 17px;
    }
    .embarkon_box1 {
        height: 400px !important;
    }
}

@media (min-width:1550px) {
    /* .sectionOneContent h1 {
        font-size: 42px;
    }

    .sectionOneContent h4 {
        font-size: 32px;
    } */
}

@media (min-width:1750px) {
    .sectionOneContent h1 {
        font-size: 48px;
    }

    .sectionOneContent h4 {
        font-size: 34px;
    }
}

#high {
    padding: 0 45px;
    align-self: self-start;
}

.meanoi {
    /* background-color:#00000082; */
    padding: 30px 25px;

}

@media(max-width:767px) {
    #pric-lan .item-card {
        margin-top: 25px;
    }

    #high {
        padding: 0 20px;
    }

    .vewq {
        right: 20px;
        bottom: 10px;
    }

    .fbn .vewq {
        right: 30px !important;
        left: unset !important;
    }
}

img.with-fix {
    width: 95px;
}

@media(max-width:1025px) and (min-width:991px) {
    .sectionOneContent h1 {
        font-size: 30px;
    }
}

a.nav-link:hover,
header .btn-type1:hover {
    text-decoration: underline;
    color: white;
    text-underline-offset: 10px;
    text-decoration-thickness: 0.2rem;
}

.item-text.vewq12 {
    right: 10px;
    left: unset;
    bottom: 25px;
    top: unset;
}

.fbn,
.newvg {
    position: relative;
}

.fbn .vewq {
    /* left: 60px; */
}


#pric-lan .w-85 .vewq {
    left: unset;

}

.newvg .vewq {
    color: #116072;
}

.newvg img {
    border: 1px solid #116072;
}

.newvg {
    width: auto;
}

#master .deg {
    width: 20%;
}

@media (max-width:360px) {
    #pric-lan h6 a {
        font-size: 14px;
    }
}

@media (max-width:640px) {
    #sectionOne {
        height: 82vh;
    }

    p.mt-2.tcv {
        font-size: 12px !important;
        margin-top: -10px !important;
    }
}

.mobile-slide a {
    font-family: 'Montserrat-Regular';
}

@media (max-width:1950px) and (min-width:1100px) {
    #sectionOne {
        /* height: 125vh; */
        height: 125vh;
    }

    .sectionOneContent {
        margin-bottom: 125px;
    }
}

.tcv {
    font-size: 14px !important;
}

@media (max-width:1320px) and (min-width:1100px) {
    #sectionOne {
        height: 125vh;
    }
}

.fixed .menuicon {
    color: #116072;
}

header .nav__menu {
    background-color: #fff;
}

@media(max-width:991px) {
    header .btn-type1 {
        background-color: transparent;
        border: unset;
        padding-left: 0 !important;
        color: #116072 !important;
        text-transform: uppercase;
    }

    .nav__link {
        font-family: 'Montserrat-Regular';

    }

    header ul li a {
        font-size: 14px;
        font-weight: 400 !important;

    }

}

header ul li a {
    text-transform: capitalize;
}

@media(min-width:992px) {
    div#navbarSupportedContent ul {
        gap: 35px;
    }

    #locality .deg {
        margin-bottom: 35px !important;
    }

    #Amenities .deg {
        margin-bottom: 35px !important;
    }
}

button#c4c_Section_Enquire_Now:hover,button#schedule_visit:hover {
    background-color: #fff;
    /* color: #116072 !important; */

}

#pric-lan h6 a:hover,
#broch a:hover {
    background-color: #fff;
    color: #116072 !important;
    border: 1px solid #116072;
    font-weight: bold;
}

#broch a {
    border: 1px solid #116072;
}

.cde {
    /* color: #F59889 !important; */
}

#gallery-img .item-text {
    top: unset;
    bottom: 25px;
    left: unset;
    right: 25px;
}

@media(max-width:991px) {
    #gallery-img .item-text h6 {
        font-size: 12px;
    }

    #gallery-img .item-text {
        bottom: 8px !important;
        right: 8px !important;
    }

    .deg1 {
        width: 18%;
    }

    .sdf {}
}

@media (min-width:1200px) {
    #overview p {
        width: 100%;
        margin: 20px auto;
    }

}


#pric-lan .item {
    margin-top: 20px !important;
}

.fgh,
section#overview .sdf {
    width: 20%;
}

.item-card .sdf:after {
    content: '';
    border-bottom: 3px solid #FEC30D;
    width: 30%;
    display: block;
    margin: 10px auto;
}

.item-card .sdf {
    border-bottom: none;
}

div#c4c_Section_Enquire_Now_cap div {
    margin: auto;
}

@media (max-width:767px) {

    .footerForm button.btn-close,
    div#gallery-img .owl-next {
        display: none;
    }
}

.fixed .navbar-nav a.nav-link {
    color: #116072 !important;

    transition: unset;
}

.navbar-nav a.nav-link {
    color: #FFFFFFD9 !important;
    transition: unset;
}

header .btn-type1 {
    color: #ffffff !important;
    transition: unset;
}

.amenities-gallery .g-txt {
    z-index: 9 !important;
}

@media screen and (min-width: 991px) {
    #enquireNow .col2 {
        width: 20% !important;
    }
}

@media(max-width: 992px) and (min-width: 767px) {
    .h-100 {
        height: 85% !important;
    }

    .sectionOneContent h1 {
        font-size: 26px !important;
    }

    .sectionOneContent h4 {
        font-size: 24px !important;
    }

    .location {
        font-size: 22px !important;
    }

    .tcv {
        font-size: 16px !important;
    }

    .sectionOneContent {
        width: 42% !important;
    }

    #pric-lan .item-card-title:first-child {
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


@media(max-width: 767px) {

    section#mob-content {
        /* position: absolute !important;
    top: 30%; */
    display: none;
    }

    .sectionOneContent h1 {
        /* color: #116072 !important; */
    }

    .sectionOneContent h4 {
        /* color: #116072 !important; */
    }

    .cde {
        color: #FEC30C !important;
    }

    .location {
        /* color: #116072 !important; */
    }

    .sectionOneContent p {
        color: #116072 !important;
    }
}

@media(max-width: 767px) {

    .sectionOneContent h4.mt-2.cde {
        color: #FCC56F !important;
    }

}

@media (min-width:768px) {
    .sectionOneContent {
        width: 75% !important;
        position: absolute;
        top: 32%;
        padding: 0 8%;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .mob-view {
        display: none !important;
    }
}

@media (max-width:992px) {
    #sectionOne {
        background-position: right;
    }
}

@media (max-width: 767px) {
    #sectionOne {
        background-position: unset;
        height: 90vh;
    }
}

@media (min-width:768px) and (max-width: 992px) {
    #sectionOne {
        height: 80vh;
    }

    .sectionOneContent {
        top: 20%;
    }
}

.meanoi .item-card .sdf {
    border-bottom: 3px solid #FEC30D;
    width: 15%;
    margin: auto;
}

.meanoi .item-card .sdf:after {
    display: none;
}

#locality iframe {
    display: none;
}

marquee {
    background-color: #ffffff00;
    padding: 10px 0;
    z-index: 9999999;
    position: relative;
    color: #116072;
}

.nav--open .menuicon {
    color: #116072;
}

.menuicon {
    color: #116072;
}

#sectionOne {
    /* margin-top: -50px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {


    .dfr {
        font-weight: bolder !important;
        font-family: 'Montserrat-Medium' !important;
        color: #000 !important;
    }
}

@media (max-width: 767px) {
    #sectionOne {
        background-position: center;
        background-size: cover;
        height: 54vh;
    }
}

@media (max-width:650px) {
    .navbar-brand img {
        /* width: 85px; */
    }
}

/* ph */

span.location img {
    margin-right: 5px;
}

.ds#enquireNow form {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

#overview {
    background-color: #000000;
    /* border-bottom: 1px solid #707070; */
}


.input-placeholder {
    position: relative;
}

.input-placeholder input {
    padding: 2px;
    background-color: transparent;
    border: unset;
    width: 100%;
    border-bottom: 1px solid #f59889;
    color: #8D8D8D;
}

.input-placeholder input:valid+.placeholder {
    display: none;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: 2px;
    bottom: 2px;
    left: 15px;
    margin: auto;
    color: #8D8D8D;
}

.placeholder span {
    /* color: #F59889; */
    padding-left: 5px;
}

.input-placeholder input:focus {
    outline: unset;
}

/*  */


#enquireNow .form-control{
    color: #8D8D8D;
    padding: 0;
}
.txtd {
    position: absolute;
    color: #FCC56F;
    top: -15px;
}
.sel.col-12 {
    position: relative;
}
.sel {
    display: flex;
    position: relative;
}
button#submitbtn_Mobile,button#schedule_visit {
    background-color: transparent;
    border: none;
    width: 225px;
    height: 55px;
color:#FCC56F;
position: relative;
}
.txtd p{
font-size: 12px;
}


/* ----------------- */
a.btn-type1 {
    background-color: #FCC56F;
    color: #000000D9 !important;
}
p.statringprice {
    font-size: 16px;
    font-family: poppinsregular;
    font-weight: unset;
}
.sectionOneContent h6 {
    font-family: 'poppinsregular';
    color: #FCC56F;
    margin-bottom: 12px;
    opacity: .8;
}
section.pheoluxury {
    padding: 0;
    margin-top: -30px;
}

section.pheoluxury h3 {
    color: #BA9151;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'poppinsbold';
}
.luxury_all {
    /* margin-bottom: 30px; */
}
section.pheoluxury p {
    font-size: 15px;
    color: #3E3E3E;
}
.luxury_para h4{
    margin-bottom: 1rem;
    font-family: 'poppinssemibold';
}
.pheoluxury .row .col-md-6 .col-md-12 {
    margin-bottom: 100px;
}
.pheoluxury .row .col-md-6 .col-md-12:last-of-type {
    margin-bottom: 90px;
}
.pheoluxury .col-md-6.luxury_right {
    margin-top: 100px;
}
section.embarkon h3 {
    color: #BA9151;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-family: 'poppinsbold';
}
section.embarkon p {
    font-size: 15px;
    color: #3E3E3E;
}
section.embarkon{
    background-color: #fff;
    padding: 50px 0;
}
.embarkon_box1 {
    background: url(../images/ph-img/Group\ 2129.jpg) 0 0 no-repeat;
    background-size: cover !important;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    padding: 50px;
}
.embarkon2{
    background: url(../images/ph-img/Group\ 2127.jpg) 0 0 no-repeat;
}
.embarkon_box1 p {
    color: #fff !important;
    margin-bottom: 50px;
}
.embarkon_box1.embarkon2 p {
    width: 82%;
    margin-bottom: 30px;
}
section.embarkon h5 {
    font-family: 'poppinsmedium';
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    color: #BA9151;
}
.ph_clubone{
    background-color: #000;
    padding:50px 0;
}
.embarkon_box1 a {
    color: #BA9151;
    font-family: 'poppinssemibold';
    text-decoration: none;
}
.embarkon_box1 a img {
    margin-left: 10px;
    width: 5%;
}
.ideal-heaven{
    /* background-color: rgba(0,0,0,0.5); */
    padding:50px 0 75px 0;
    background: url(../images/ph-img/Group\ 2130.jpg) 0 0 no-repeat;
}
.ideal-heaven h3{
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2rem;
    color: #fff;
    font-family: 'poppinsbold';
}
section.ideal-heaven .row h4 {
    font-size: 2rem;
    color: #FCC56F;
    margin-bottom: 10px;
    font-family: 'poppinsmedium';
}

section.ideal-heaven p {
    width: 85%;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 2rem;
    opacity: 0.75;
    line-height: 25px;
    min-height: 100px;
}
section.map_section .col-md-8 {
    text-align: center;
}
section.map_section .col-md-8 img {
    width: 85%;
}

section.ideal-heaven a {
    background: #ba9151;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
    opacity: .9;
    position: relative;
    transition: 0.5s ease-in-out !important;
    box-shadow: none !important;
}
section.ideal-heaven .row {
    margin-left: 5%;
}
section.ideal-heaven .row .col-md-6:last-child{
    position: relative;
}
section.ideal-heaven .row .col-md-6:last-child:before{
    content: "";
    display: block;
    position: absolute;
    height: 130%;
    z-index: 1;
    left: -10%;
    top: -10%;
    bottom: 0;
    border: 1px solid #FCC56F;
    border-width: 0 0 0 1px;
}
section.ideal-heaven .row .col-md-6:last-child p{
    width:90%
}
.map_section{
    padding: 50px 0;
    background-color: #F6F6F6;
}
.mapsection1 h5 {
    font-family: 'poppinsbold';
    font-size: 22px;
    margin-bottom: 1rem;
    color: #BA9151;
}
.mapsection1 p {
    font-family: poppinsbold;
    color: #5C5C5C;
    font-size: 14px;
    margin-bottom: 1rem;
}

.mapsection1 a {
    font-family: poppinssemibold;
    color: #BA9151;
    display: flex;
    align-items: center;
}
section.ph_clubone {
    background: url(../images/ph-img/ph_clubone-banner.webp);
    height: 1550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.title-sec {
    text-align: center;
    color: #FFFFFF;
}

.title-sec h2 {
    font-family: 'poppinsbold';
    margin-bottom: 20px;
    font-size: 34px;
}

.title-sec p {
    font-size: 16px;
    width: 50%;
    margin: auto;
    font-family: 'poppinsregular';
    opacity: .8;
}
.mapsection1 a img {
    width: 5%;
    margin-left: 20px;
}
.mapsection2 h3 {
    font-family: 'poppinsbold';
    font-size: 17px;
    color: #BA9151;
    margin-bottom: 30px;
    margin-right: 40px;
}

.mapsection2 {
    margin-top: 50px;
}
.mapsection2 table {
    width: 100%;
}

.mapsection2 table td {
    border: none;
    padding: 2px 0;
    color: #5C5C5C;
    font-family: 'poppinsregular';
    font-size: 13px;
}

td.amenity-name {
    text-align: left;
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

td.amenity-num {
    text-align: left;
    padding-left: 8px !important;
    width: 20%;
}
span.dot {
    flex: 1;
    border-bottom: 1px dotted;
}
.work-num-sec {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.numbering-sec {
    border-right: 1px solid #BA9151;
    text-align: center;
    padding: 0 30px;
    width: 25%;
}

.work-num-sec p {
    margin: 0 !important;
    color: #BA9151 !important;
    font-family: 'poppinsmedium' !important;
    font-size: 14px !important;
}

.numbering-sec h3 {
    font-size: 60px;
    margin-bottom: 0 !important;
    font-family: 'poppinsmedium' !important;
}
.numbering-sec:last-of-type {
    border: none;
    width: 33%;
}
section#overview.copy-right-sec h3 {
    font-family: 'poppinsmedium';
}

.numbering-sec:first-of-type {
    width: 18%;
    padding-left: 0;
    padding-right: 70px;
}

.numbering-sec:nth-of-type(2) {
    width: 30%;
}
.numbering-sec:last-of-type p {
    height: 0;
}
.copyrightsec1 {
    display: flex;
    justify-content: space-between;
}

.copyrightsec1 h3 {
    font-size: 22px;
    line-height: 35px;
}


section#overview.copy-right-sec {
    padding-bottom: 40px;
}

section#overview.copy-right-sec p {
    margin: 0;
}
.gallery-sec {
    position: relative;
    top: 33%;
    /* left: 11%; */
    display: flex;
    gap: 20px;
    justify-content: center;
}

.inner-image-sec {
    position: relative;
    height: fit-content;
    margin-bottom: 20px;
}

.inner-image-sec p {
    color: #fff;
    position: absolute;
    bottom: 15%;
    text-align: center;
    left: 1%;
    width: 100%;
    font-size: 15px;
    padding: 0 5px;
}

.image-section {
    display: block;
    margin-top: 40px;
}
.image-section.image-section1 {
    margin-top: 0;
    display: block;
}
.inner-image-sec img {
    width: 200px;
}
section.pheoluxury  .pheoluxury-sec2 h3 {
    margin-top: 30px;
    margin-bottom: 50px;
}
.container.pheoluxury-sec2 {
    padding-top: 50px;
}
.pheoluxury-sec1 {
    padding: 50px 0;
    background: #fef3e2;
}
.sel.col-12 select,.sel.col2 select {
    background: url("../images/ph-img/Polygon-1.png") 96%/15% no-repeat;
    background-size: auto;
}
/*animation*/



#enquireNowModal .modal-content {
    border-radius: 10px;
    border-bottom: none;
}
#enquireNowModal .modal-header {
    border-bottom: none;
}
#enquireNowModal button.btn-close {
    background: none;
    position: absolute;
    right: 55px;
    top: -25px;
    opacity: 1;
}
#enquireNowModal #enquireNow {
    display: block;
    padding: 0 20px;
}
#enquireNowModal #enquireNow h3 {
    margin-bottom: 30px !important;
    padding: 0;
    margin-top: 0 !important;
    font-size: 22px;
    color: #BA9151;
    font-family: 'poppinsbold';
}
#enquireNowModal #enquireNow .row>div {
    margin-bottom: 20px;
    padding-left: 0;
    background: none;
}
#enquireNowModal #enquireNow .form-control {
    border-bottom: 1px solid #FCC56F;
}
#enquireNowModal .placeholder {
    left: 0;
}
#enquireNowModal .sel.col-12 {
    margin-top: 25px;
}
#enquireNowModal .txtd {
    position: absolute;
    color: #BA9151;
    top: -20px;
}




@media screen and (min-width:992px){
.pl-md-0 {
    padding-left: 0;
}

.pr-md-0 {
    padding-right: 0;
}
.p-md-0{
    padding: 0;
}

}
@media (max-width:1400px) {
    .gallery-sec {
        /* left: 7%; */
    }
    .sectionOneContent h1 {
        font-size: 60px;
    }
    .sectionOneContent h4 {
        font-size: 26px;
    }
    .sectionOneContent h6,.sectionOneContent p.statringprice {
        font-size: 17px;
    }
    .sectionOneContent .location {
        font-size: 14px;
    }
    section.embarkon p,section.embarkon p {
        font-size: 15px !important;
    }
}
@media (max-width:1499px) {
    
    section.pheoluxury h3,section.embarkon h3,.ideal-heaven h3 {
        font-size: 32px;
    }
    section.pheoluxury p {
        font-size: 15px;
    }
    section.embarkon p,section.embarkon p {
        font-size: 17px;
    }
    section.pheoluxury .luxury_para p {
        font-size: 13.5px;
        line-height: 22px;
    }
    .luxury_para h4,section.embarkon h5 {
        font-size: 22px;
    }
}
@media (min-width:1500px) {
    .gallery-sec {
        /* top: 40%;
    left: 12%; */
    }
    .inner-image-sec img {
        width: 220px;
    }
    #sectionOne {
        height: 122vh;
    }
    .sectionOneContent h1 {
        font-size: 70px;
    }
    .sectionOneContent h4 {
        font-size: 33px;
    }
    .sectionOneContent h6, .sectionOneContent p.statringprice {
        font-size: 23px;
    }
    .sectionOneContent .location {
        font-size: 20px;
    }
    .ds#enquireNow form {
        bottom: 0;
    }
    section.pheoluxury h3,section.embarkon h3,.ideal-heaven h3 {
        font-size: 38px;
    }
    section.pheoluxury p,section.embarkon p,section.embarkon p {
        font-size: 18px;
    }
    section.pheoluxury .luxury_para p {
        font-size: 17px;
        line-height: 25px;
    }
    .luxury_para h4,section.embarkon h5 {
        font-size: 26px;
    }
    .title-sec h2,.titleHeading {
        font-size: 38px;
    }
    .title-sec p {
        font-size: 20px;
    }
    .inner-image-sec p {
        font-size: 18px;
    }
    section.ph_clubone {
        height: 1800px;
    }
    .gallery-sec {

    }
}
@media (max-width:767px) {
    .sectionOneContent .section-onscreen-class {
        text-align: left !important;
    }
    section#sectionOne {
        background-image: url("../images/ph-img/mobile-banner.webp") !important;
    }
    #sectionOne {
        background-position: center;
        background-size: cover;
        height: 60vh;
    }
    #sectionOne .mob-topaz {
        height: 100% !important;
        position: relative;
    }
    
    .sectionOneContent {
        padding-left: 30px;
        width: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        display: block !important;
    }
    .sectionOneContent h6 {
        font-size: 23px;
        line-height: 32px;
    }
    p.statringprice {
        /* display: none !important; */
    }
    .sectionOneContent .location {
        font-size: 17px;
    }
    section.pheoluxury {
        /* margin-top: 75%; */
        margin-top: 91%;
    }
    .overlay {
        position: absolute;
        width: 100%;
        height: 91%;
        background: #000;
        left: 0;
    }
    .pheoluxury .col-md-6.luxury_right {
        margin-top: 0px;
    }
    .pheoluxury .row .col-md-6 .col-md-12 {
        margin-bottom: 60px;
    }
    section.ph_clubone {
        padding: 50px 20px;
    }
    .title-sec h2 {
        font-size: 30px;
    }
    .title-sec p {
        font-size: 14px;
        width: 100%;
        margin: auto;
    }
    section.ideal-heaven a {
        display: inline-block;
        padding: 20px 50px;
    }
    .mapsection2 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .mapsection2 h3 {
        font-size: 25px;
        margin-right: 0;
    }
    .mapsection2 table td,.mapsection1 p {
        font-size: 15px;
    }
    section.map_section .col-md-4, section.map_section .col-md-8 {
        padding: 0;
    }
    .mapsection1 h5 {
        font-size: 30px;
    margin-top: 30px;
    }
    .work-num-sec {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
        padding: 0 10px;
    }
   
    .numbering-sec {
        width: 50% !important;
        margin-bottom: 30px;
        border-right: none;
        padding: 0;
        text-align: left;
    }
    .numbering-sec:nth-of-type(2n+1) {
        border-right: 1px solid #BA9151;
        width: 40% !important;
        padding-right: 20px;
    }
    .numbering-sec:nth-of-type(2) {
        width: 28%;
        padding-left: 20px;
    }
    .numbering-sec:last-of-type {
        width: 33%;
        padding-left: 20px;
    }
    .numbering-sec h3 {
        font-size: 40px;
    }
    .work-num-sec p {
        font-size: 13px !important;
    }
    #overview p br {
        display: none;
    }
    .copyrightsec1 h3 {
        font-size: 22px;
    line-height: 31px;
    overflow-wrap: break-word;
    }
    .copyrightsec1 {
        display: block;
    }
    #overview p {
        font-size: 14px;
    }
    .desk-view {
        display: none !important;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .luxury_all {
        margin-bottom: 10px;
    }
    section.pheoluxury .pheoluxury-sec2 h3 {
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 0 22px;
    }
    .luxury_img {
        margin-bottom: 30px;
    }
    .gallery-sec {
        left: 0px;
        width: 100%;
        position: relative;
        top: 13%;
        display: block;
    }
    .image-section {
        display: flex;
        margin-top: 0;
        width: 100%;
        justify-content: space-between;
    }
    .image-section.image-section1 {
        margin-top: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .inner-image-sec img {
        width: 175px;
    }
    .inner-image-sec p {
        font-size: 14px;
    }
    section.ph_clubone {
        height: 1450px;
    }
    section.embarkon h5 {
        font-size: 25px;
    }
    section.embarkon .row.gx-5 .col-md-6 {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .embarkon_box1 {
        background-image: url(../images/ph-img/group-6177.webp) !important;
        height: 240px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px;
    }
    .embarkon_box1.embarkon2 {
        background-image: url(../images/ph-img/group-6178.webp) !important;
    }
    .embarkon_box1 a,section.embarkon p {
        font-size: 14px;
    }
    section.embarkon p,.embarkon_box1.embarkon2 p {
        font-size: 14px !important;
        margin-bottom: 15px;
    }
    .ideal-heaven {
        background-image: url("../images/ph-img/Group-6180.webp");
        padding: 50px 0 65px 0;
    }
    .ideal-heaven h3 {
        text-align: left;
        margin-bottom: 3rem;
    }
    section.ideal-heaven .row h4 {
        font-size: 26px;
    }
    section.ideal-heaven .row .col-md-6 {
        padding: 0;
        margin-bottom: 30px;
    }
    section.ideal-heaven .row .col-md-6:last-of-type {
        margin: 0;
    }
    section.ideal-heaven .row {
        margin-left: 0;
    }
    section.ideal-heaven p {
        width: 90%;     
    }
    .sticky_ins a {
        position: fixed;
        width: 100%;
        padding: 22px;
        z-index: 9;
        bottom: 0;
        background: #FCC56F;
        color: #282828;
        text-decoration: none;
        text-align: center;
        font-family: poppinssemibold;
        font-size: 20px;
    }
    #enquireNowModal #enquireNow {
        display: block;
        padding: 0 20px;
        
    }
    #enquireNowModal #enquireNow h3 {
         margin-bottom: 30px !important;
         padding: 0;
         margin-top: 0 !important;
         font-size: 22px;
         color: #BA9151;
         font-family: 'poppinsbold';
    }
    #enquireNowModal #enquireNow .row>div {
        margin-bottom: 20px;
        padding-left: 0;
        background: none;
    }
    #enquireNowModal .placeholder {
        left: 0;
    }
    #enquireNowModal .txtd {
        position: absolute;
        color: #BA9151;
        top: -20px;
    }
    #enquireNowModal .txtd p {
        font-size: 14px;
        display: inline-block;
    }
    #enquireNowModal .sel.col-12 {
        margin-top: 25px;
    }
    #enquireNowModal .modal-content {
        border-radius: 10px;
        border-bottom: none;
    }
    #enquireNowModal #enquireNow .form-control {
        border-bottom: 1px solid #FCC56F;
    }
    #enquireNowModal .modal-header {
        border-bottom: none;
    }
    #enquireNowModal #enquireNow .btn-type1 {
        width: 100%;
        /* color: #BA9151 !important; */
        font-family: 'poppinssemibold';
        font-size: 18px;
        height: 60px;
    }
    #enquireNowModal .modal-dialog {
        position: fixed;
        width: auto;
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
        left: 0px;
        right: 0;
    }
    #enquireNowModal button.btn-close {
        background: none;
        position: absolute;
        right: 55px;
        top: -25px;
    }



    /* toggle menu */
      
      #nav-icon3 {
        width: 40px;
        height: 45px;
        position: relative;
        /* margin: 50px auto; */
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        float: right;
        outline: none;
        border: none;
        box-shadow: none;
        margin-top: 12px;
      }
      
       #nav-icon3 span  {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      
      
      #nav-icon3 span:nth-child(1) {
        top: 0px;
      }
      
      #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 12px;
      }
      
      #nav-icon3 span:nth-child(4) {
        top: 24px;
      }
      
      #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      
      #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      nav#nav.active {
        position: absolute;
        width: 100%;
        top: 0;
        background: #282828;
        height: 100vh;
    }
    nav#nav.active .row.w-100 {
        position: absolute;
        left: 0;
        top: 0;
        padding: 13px 20px;
    }
    header ul li {
        align-self: flex-start;
        width: 85%;
    }
    div#navbarSupportedContent {
        margin-top: 30px;
    }
    div#navbarSupportedContent .navbar-nav a.nav-link {
        color: #FFFFFFD9 !important;
        transition: unset;
        font-family: 'poppinsmedium';
        font-size: 20px;
        padding: 30px 0 !important;
        border-bottom: 1px solid #FCC56F;
    }
    header div#navbarSupportedContent .btn-type1 {
        background: transparent;
        color: #FFFFFFD9 !important;
        transition: unset;
        font-family: 'poppinsmedium';
        font-size: 20px !important;
        padding: 30px 0 !important;
        display: block;
        border-bottom: 1px solid #FCC56F;
        width: 100%;
        text-transform: capitalize;
        max-width: inherit;
        text-align: left;
        outline: none;
    }
    a.btn.btn-1.btn-type1 svg {
        display: none;
    }
    section#overview.copy-right-sec {
        padding-bottom: 120px;
    }
    header {
        top: 0;
    }
    .navbar {
        padding: 13px 0 !important;
    }
      
}
@media (max-width:380px) {
    .sectionOneContent .location {
        font-size: 16px;
    }
    .sectionOneContent h6 {
        font-size: 21px;
        line-height: 29px;
    }
    .sectionOneContent h4 {
        font-size: 24px !important;
        line-height: 32px;
    }
    .sectionOneContent h1 {
        font-size: 32px !important;
        margin-bottom: 10px;
    }
    #sectionOne {
        height: 75vh;
    }
    
}
@media (max-width:400px) {
    .inner-image-sec img {
        width: 160px;
    }
    section.ph_clubone {
        height: 1390px;
    }
}
.sectionOneContent .onload-css{
    display: block;
    text-align: center;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 0%;
    transform: translate3d(0px, 49.2404px, -41.3176px) rotateX(-80deg);
    opacity: 0;
    transition: 0.5s all linear;
  }
  .sectionOneContent .section-onscreen-class{
    display: block;
    text-align: center;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 518.4px 50px;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: 0.5s all linear;
  }
  a.btn-type1 {
    box-shadow: none !important;
}
/* --------------- */



p.statringprice.onload-css.section-onscreen-class {
    background-color: #FCC56F !important;
    width: fit-content;
    padding: .5rem 1rem;
    margin: auto;
    margin-bottom: .75rem;
    color: #000 !important;
}


/* code  start */
@media (max-width:767px){
    .sectionOneContent h1 {
    font-size: 1.75rem !important;
}
.sectionOneContent h4.mt-2.cde {
    font-size: 15px !important;
    line-height:normal
}
.sectionOneContent h6.section-onscreen-class {
    font-size: 15px !important;
    line-height: normal;
}
.sectionOneContent h6, .sectionOneContent p.statringprice {
    font-size: 15px;
}
.sectionOneContent .location {
    font-size: 14px;
    line-height: normal;
    position: relative;
    padding-left: 20px;
    color: #fff !important;
}
.sectionOneContent .location img {
    position: absolute;
    left: -1px;
    width: 16px;
    object-fit: contain;
}

.sectionOneContent p.section-onscreen-class {
    color: #fff !important;
}

.sectionOneContent {
    bottom: -26%;
}

.overlay.mob-view {
    height: 43%;
}

section.pheoluxury {
    margin-top: 34% !important;
}
    section#sectionOne {
    position: relative;
}

section#sectionOne:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
}

p.statringprice.onload-css.section-onscreen-class {
    background-color: #FCC56F !important;
    width:fit-content;
    padding:.5rem 1rem;
    margin-bottom:.75rem;
    color:#000 !important;
}

.sectionOneContent h1.section-onscreen-class {
    text-align: center !important;
}
.sectionOneContent {
    padding-left: 16px !important;
}

.sectionOneContent h4.mt-2.cde.section-onscreen-class {
    text-align: center !important;
}
.sectionOneContent h6.section-onscreen-class {
    text-align: center !important;
}
.sectionOneContent p.section-onscreen-class {
    text-align: center !important;
}
.sectionOneContent .location img {
    left: 5px;
}

}

/* code  end */

