/* fonts Import */

@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-boldit.otf');
}

@font-face {
    font-family: 'proxima-light';
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanova-light.otf');
}

@font-face {
    font-family: 'proxima-regular';
    src: url('../fonts/proxima-nova/Fontspring-DEMO-proximanovacond-thin.otf');
}


/* General  */

html,
body {
    overflow-x: hidden;

}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



/* Navbar */

.navbar {
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    z-index: 99;
    box-shadow: 0.00px 1.00px 10px 0px rgba(255, 255, 255, 0.3);
}

.nav-item .active {
    color: rgb(23, 190, 203) !important;
}

.nav-item {
    margin-left: .6rem;
    margin-right: .6rem;
}

.nav-item .nav-link {
    color: #fff;
    display: inline-block;
    font-family: 'proxima-light';
    text-align: center;
}

.nav-item .nav-link:hover {
    color: rgb(23, 190, 203) !important;
}

.navbar {
    background-color: #2D469B !important;
    padding: 1rem 1rem 1rem 1rem;
}

.navbar-brand img {
    width: 100%;
}

.request-callback {
    padding: 9px 23px;
    font-family: 'proxima-light';
    font-weight: bold;
    font-size: 10px;
}

.navbar-toggler {
    border-color: #fff !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.ph-content {
    background-color: #2D469B !important;
    color: #fff;
}

.section-heading h2 {
    font-family: proxima;
    font-size: 19px;
    text-align: center;
}

.divider {
    background-image: url('../images/div.png');
    background-position: center;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ph-content ul {
    list-style-type: none;
    font-family: proxima-light;
    font-size: 19px;
    padding: 0px;
    margin: 0px;
}

.ph-content li {
    margin: 1.5rem 0px;
}

.terms-condition {
    font-size: 13px;
    font-family: 'didot-w01-italic';
    margin-top: 3rem;
}

.ph-content {
    padding: 4rem 0rem 5rem 0rem;
}

#project-highlights {
    background-color: #2D469B !important;
    border: 1px solid #fff;
}


.blank-section {
    height: 50px;
    background-color: #2D469B !important;
    width: 100%;
}

#project-highlights .ph-img {

    background-image: url(../images/balcony.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    height: 100%;
}


/* #project-highlights .ph-img{
    position: relative;
    height: 100%;
    overflow: hidden;
 }

 #project-highlights .ph-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
 } */

.s12{
    margin: 10px 100px
}
#configuration {
    /* background-image: url(../images/balcony.jpg); */
    background-image: url('../images/livingroom.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
}


.tableconatainer {
    background-color: #2d479be4;
    margin: 80px 270px 10px 270px;
    color: #fff;
    border-radius: 30px 0px 20px 0px;
    padding-left: 3rem;
    padding-right: 3rem;
}


#configuration .divider {
    background-image: url('../images/div.png');
    background-position: center;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-subhead {
    font-size: 18px;
    text-align: center;
    font-family: 'proxima-light';
}


#configuration .section-subhead {
    margin: 1rem 5rem 1rem;
    font-size: 15px
}

.table>:not(caption)>*>* {
    color: #fff;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

.table th {
    font-family: 'proxima';
    font-size: 17px;
    font-weight: lighter;
    width: 33%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.table td {
    font-family: 'proxima-light';
    font-size: 15px;
    width: 33%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.table .view-price {
    font-family: 'proxima-light';
    font-weight: 100;
    font-size: 15px;
    /* padding: .6rem 4.5rem; */
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: rgba(250, 248, 241, 0.5);
}

.bg-primary {
    background-color: #2D469B !important;
}

#location {
    color: #fff;
    border: 1px solid #fff;
}

.location-container h5 {
    font-family: 'futura-lt-w01-book';
    font-size: 15px;
}

.location-container ul li {
    font-family: 'proxima-light';
    font-size: 15px;
}

.location-container {
    margin-bottom: 2rem;
}

/* .location-content {
    margin-left: 6rem;
} */

.location-img img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#feature {
    color: #fff;
    border: 1px solid #fff;
}

#feature .divider {
    background-position: center;
}

.feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#feature .section-subhead {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 15px;
    text-align: center;
}

.feature-item .feature-text {
    font-family: 'proxima-light';
    font-size: 17px;
}

.feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .8rem;
}

.feature-item .feature-img img {
    width: 40px;
    filter: invert(1);
}

.feature-item .feature-text {
    text-align: center;
}

.feature-left-img {
    /* background-image: url(../images/ame2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%; */

    background: url(../images/ame2.jpg) no-repeat center bottom/ cover;
    width: 100%;
    height: 100%;

}


.feature-left-img2 {
    background-image: url(../images/pool.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
}

#amenities-new {
    background-color: #2D469B !important;
    color: #fff;
    padding-bottom: 3rem;
    padding-top: 15px;
}

#amenities-new .divider {
    background-position: center;
}

#amenities-new .section-subhead {
    font-size: 15px;
    width: 55%;
    margin: 1.5rem auto;
   
}

.amenities-carousel img {
    width: 100%;
    border: 1px solid #fff;
}

.owl-nav {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 999;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 61px !important;
    padding: 7px !important;
}

.amenities-carousel .single-ame {
    height: 372px;
}

.fancybox-bg {
    background: #2D469B !important;
}

#status {
    padding: 15px 0px;
    background-color: #2D469B !important;
    color: #fff;
}

#status .divider {
    background-position: center;
}

#status .section-subhead {
    width: 40%;
    font-size: 15px;
}

#status .status-video video {
    width: 198%;
    height: 100%;
    border: 1px solid #fff;
}

#status .status-video {
    width: 50%;
}

#about {
    color: #fff;
    border: 1px solid #fff;
}

.about-logo img {
    width: 150px;

}

.about-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



#about .about-sub-head {
    font-family: 'didot-w01-italic';
    font-size: 17px;
    margin-top: 0.5rem;
    text-align: center;
    width: 60%;
}

.about-divider {
    background-image: url(../images/Header.png);
    /* background-position: center; */
    width: 60%;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.about-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.about-winner h4 {
    font-family: 'proxima';
    font-size: 17px;
    text-align: center;
    margin-bottom: 1rem;
}

.about-winner p {
    font-family: 'proxima-light';
    font-size: 15px;
    text-align: center;
}

.about-winner {
    position: relative;
}

/* .about-winner::after{
    position: absolute;
    content: url(../images/wreath2.png);
    top: 0%;
    left: 0%;
    background-size: 50px 100px;
} */
#k123 {
    margin-top: 1rem !important ;
}



.about-winner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.leaf-left img, .leaf-right img {
    width: 50px;
    height: 130px;
}

#about {
    border: unset;
}

.about-img {
    width: 100%;
    height: 100%;
    background: url("../images/price.jpg") no-repeat center center/cover;
}

footer {
    background-color: #2D469B !important;
    color: #fff;
}

footer .footer-logo img {
    width: 140px;
}

.office-address h5, .site-address h5 {
    font-family: proxima-light;
    font-size: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
}


.office-address p, .site-address p {
    font-family: proxima-light;
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
}


.get-in-touch h5 {
    font-family: 'proxima-light';
    font-size: 15px;
}

.certificate-btn {
    padding: 9px 0px;
    font-family: 'proxima-light';
    font-weight: bold;
    font-size: 9px;
}

.certificates h5 {
    font-family: 'proxima-light';
    font-size: 15px;
}

.terms-condition-footer a {
    color: #fff;
    font-size: 13px;
    font-family: 'futura-lt-w01-book';

}

.qr .qr-img img {
    width: 120px;
}

.qr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .8rem;
}

.qr-text {
    font-size: 13px;
    font-family: 'futura-lt-w01-book';
}

footer .rera {
    font-size: 13px;
    font-family: 'proxima-light';
    text-align: center;
}

.callus .call-us-content p {
    font-family: 'helvetica-w01-light';
    font-size: 13px;
    margin-bottom: 0px;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 850px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #2d479be4;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: 0px;
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal .divider {
    background-position: center;
    background-image: url('../images/div.png');
}

.modal .section-heading h2 {
    font-size: 25px;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1.4em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
    position: absolute;
    top: 3%;
    right: 2%;
    filter: invert(1);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    justify-content: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: unset;
    border-radius: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 1px solid #fff;
    font-family: 'proxima-light';
}

.modal ::placeholder {
    color: #fff;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: unset;
}

.input-group-addon-mobile {
    color: #fff;
    border: 1px solid #fff;
    padding: 0.7rem;
}

.modal-body {
    padding-left: 14rem;
    padding-right: 14rem;
}

.submit-button {
    font-family: 'futura-lt-w01-light';
    font-weight: 100;
    font-size: 15px;
    padding: .6rem 3.3rem;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.modal hr {
    margin: 2rem 11rem 13px;
    color: inherit;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 1;
}

.modal-footer {
    display: block;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: unset;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.footer-text {
    color: #fff;
    font-family: 'proxima-light';
    font-size: 12px;
    text-align: center;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #fff;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-dialog {
    top: 15%;
}

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

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

/***************Thank you ****************/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 40px;
    background: #2D469B !important;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    color: #2D469B !important;
    font-family: proxima-light;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    color: #000;
    font-size: 19px;
}

.go-home {
    color: #000;
    font-size: 20px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
    font-family: 'futura-lt-w01-book';
}

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

.oops-greet, .oops-subtitle {
    font-family: proxima-light;
}


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

#location .section-subhead {
    margin: 1rem 1rem 2rem 0rem;
    font-size: 14px;
    /* text-align: left !important; */
}

.stratagic-partner img {
    width: 120px;
}

.stratagic-partner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.br14{
    position: relative;
    padding-right: 20px;
}
.br14::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d3cece;
    top: 0;
    right: 0;
}

.div134{
position: relative;
padding: 20px 0px;
margin: 0px 10px;
}
.div134::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(196, 194, 194);
    bottom: 0;
    margin: 20px 0px;
    border-radius: 20px;
}
.sp90{
    font-family: auto  ; 
}


