

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden!important;
}

:root{
    --brwon: #bd9a68;
    --light-cream: #f9faf1;
    --dark-gray: #363636;
}

h1{
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-family: 'Montserrat', sans-serif;
}

p{
    font-family:'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}
.banner{
    position: relative;
}

.my-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
.nav-fixd {
    position: fixed;
    left: 0;
    width: 100%;
    background: var(--dark-gray);
    box-shadow: 0px 0px 10px #0000004d;
    z-index: 99;
    transition: 0.50s;
}
.my-nav .navbar-nav{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    font-size: 15px;
}

.devloper-logo {
    max-width: 80px;
    filter: brightness(23.5);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.nav-content {
    background: var(--brwon);
}
.nav-content .nav-link{
    padding: 5px;
}
.my-nav .nav-link{
    font-family: 'Montserrat', sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}
.nav-content span {
    background: var(--dark-gray);
    padding: 8px;
    display: inline-block;
}
.nav-content span img{
    max-width: 24px;
}

.banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(35 34 31 / 70%) 0%, rgb(0 0 0 / 43%) 100%);
    z-index: 2;
}

.banner-text{
    position: absolute;
    left: 30%;
    top: 44%;
    transform: translate(-20%, -50%);
    z-index: 4;
    color: #fff;
    /* text-align: center; */
}

.banner-text .project-name {
    font-size: 68px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;
}
.banner-text .banner-typo{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3rem;
    margin-bottom: 25px;
} 
.banner .carousel-control-next, .banner .carousel-control-prev {
    width: 4%;
    opacity: 1;
    background: var(--brwon);
    z-index: 4;
    height: 6%;
    top: 93%;
    border: 1px solid var(--dark-gray);
    left: 10px;
}
.banner .carousel-control-next{
    left: 5%;
}


.banner .carousel img{
    animation: banner-ani 7000ms ease  backwards infinite;
    width: 100%;
}

@keyframes banner-ani {
    from {
     transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
   }


.drop-in-1 {animation: drop-in 1200ms ease 200ms backwards;}
.drop-in-2 { animation: drop-in 1200ms ease 500ms backwards;}
.drop-in-3 { animation: drop-in 1200ms ease 800ms backwards;}
.drop-in-4 { animation: drop-in 1200ms ease 1100ms backwards;}
.drop-in-5 { animation: drop-in 1200ms ease 1400ms backwards;}
   
   @keyframes drop-in {
    from {
     opacity: 0;
     transform: translateY(-100px);
    }
    to {
     opacity: 1;
     transform: translate(0px);
    }
   }
   

   .banner-loc{margin-bottom: 25px;}
   .banner-loc p {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    }
 
    .banner-inner-loca{
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        /* justify-content: center; */
    }
    .banner-inner-loca img {
        max-width: 26px;
        margin: 0 22px;
    }
    .banner-inner-loca span {
        background: #fff;
        width: 20%;
        height: 2px;
        display: block;
    }
    .key-high ul{
        list-style-type: none;
        font-family:'Montserrat', sans-serif;
        letter-spacing: 0.5px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .key-high ul li {
        max-width: 33%;
        width: 33%;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .key-high ul li:nth-child(2){
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .price-bann h2 {
        width: fit-content;
        background: var(--brwon);
        padding: 8px 36px;
        letter-spacing: 2px;
        font-size: 29px;
        /* margin: auto; */
        position: relative;
    }
    .key-high {
        margin: 30px 0;
    }

    .form-box {
        position: fixed;
        right: 0;
        width: 21%;
        bottom: 0;
        z-index: 8;
        background: var(--light-cream);
        transition: 0.50s;
    }

    .from-banner{
        padding: 22px;
    }

    .form_inner input {
        height: 46px;
        margin-bottom: 13px;
        border: 1px solid var(--dark-gray);
    }
    .top_form {
        background: var(--brwon);
        cursor: pointer;
        color: #fff;
        text-align: center;
        padding: 7px 0px;
        position: absolute;
        top: -44px;
        width: 100%;
        left: 0;
    }
    .top_form h2 {
        margin-bottom: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top_form h2 span{
        display: inline-block;
        margin-left: 10px;
    }
    .top_form h2 span img{
        max-width: 27px;
        filter: invert();
    }
    .enquire-btn{
        background-color: var(--dark-gray);
        color: #fff !important;
        width: 100%;
        letter-spacing: 2px;
        font-size: 19px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;

    }
    
   .overview{
    position: relative;
    padding: 100px 0;
    background: var(--light-cream);
    overflow-x: hidden;
    }

.overview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/over-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

   .overview .overhead p{
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 20px;
   }

   .overview h1 {
    font-size: 44px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 66px;
}

    .over-text {
        /* margin-top: 50px; */
        padding-left: 41px;
        line-height: 30px;
    }
    .over-text p {
        font-size: 17px;
        color: #505050;
    }
    .mid-text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-left: 41px;
    }
    .over-1 {
        border-bottom: 1px solid #bebebe;
        margin-top: 46px;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    .over-1 h2 {
        font-size: 50px;
        letter-spacing: 2px;
        color: var(--brwon);
    }
    .over-1 p{
        font-size: 20px;
        letter-spacing: 1px;
        color: #4f4f4f;
    }
    .over-ani-l{
        opacity: 0;
        transform: translateX(-100px);
        transition: 1s;
    }
    .my-ani{
        opacity: 1;
        transform: translateX(0);
    }
    .over-ani-r{
        opacity: 0;
        transform: translateX(100px);
        transition: 1s;
    }
    .my-ani-1{
        opacity: 1;
        transform: translateX(0);
    }


    .highlight{
        position: relative;
        padding: 100px 0;
        background-color: var(--dark-gray);
    }
    .highlight::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/flower-background.png);
         opacity: 0.03;
    }

    .highlight .overhead p {
        color: var(--brwon);
        letter-spacing: 3px;
        margin-top: 50%;
        font-size: 20px;
    }
    .highlight .overhead h1 {
        font-size: 37px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 49px;
        color: var(--light-cream);
    }

    .high-icon img{
        max-width: 80px;
    }
    .high-main {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .high-box:nth-child(1)::before, .high-box:nth-child(4)::before {
        content: '';
        position: absolute;
        right: -3px;
        top: 7.5%;
        height: 70%;
        width: 1px;
        background: #ffffff63;
    }
    .high-box:nth-child(7)::before {
        content: '';
        position: absolute;
        right: -3px;
        top: 7.5%;
        height: 100%;
        width: 1px;
        background: #ffffff63;
    }
    
    .cnter-line {
        width: 100%;
        height: 1px;
        background: #ffffff63;
        margin: 9px 0 17px 0;
    }
    .highlight .overhead {
        /* border-right: 1px solid #ffffff63; */
        height: 100%;
    }

    .high-text {
        padding-left: 20px;
    }
    .high-box {
        display: flex;
        align-items: baseline;
        flex: 0 0 calc(47% - 5px);
        width: calc(50% - 5px);
        margin: 10px;
        position: relative;
    }
    
    .high-icon img{
        max-width: 45px;
    }
    .high-text h1 {
        font-size: 23px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--brwon);
    }
    .high-text p {
        color: var(--light-cream);
    }

    .price-list{
        padding: 100px 0;
        position: relative;
        background: var(--light-cream);
    }
    .price-list .overhead{
        text-align: center;
    }
    .price-list .overhead p {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 20px;
    }
    .price-list .overhead h1 {
        font-size: 37px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 49px;
        color: var(--dark-gray);
        margin-bottom: 80px;
    }
    .price-icon {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: var(--brwon);
        position: relative;
    }
    .price-icon img{
        z-index: 1;
        width: 10%;
        filter: invert();
    }
    .price-icon h1{
        text-align: center;
        color: #fff;
    }
    .price-icon::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            height: 100%;
            background: var(--dark-gray);
    }
    .price-box{
        background: #fff;
        padding-bottom: 30px;
    }
    .typo-out {
        text-align: center;
        margin: 45px 0;
        position: relative;
    }
    .typo-out::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 10px;
        background: var(--dark-gray);
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .typo-out::after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 10px;
        background: var(--dark-gray);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .price-box .typo {
        width: 60%;
        margin: auto;
    }

    .price-box .typo h1 {
        font-size: 30px;
        letter-spacing: 0.5px;
        color: var(--dark-gray);
        text-transform: uppercase;
        border-bottom: 1px solid #ebe5e5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .price-box .typo-1 h2{
        color: var(--brwon);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .my-from-btn {
        text-align: center;
    }
    .my-from-btn .enquire-btn{
        width: 44%;
        font-size: 0.8rem;
    }
    .amenities {
        position: relative;
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), /* Semi-transparent gradient */
            url(../images/flower-background.png); /* Background image */
        background-color: var(--dark-gray); /* Overlay color */
        background-blend-mode: overlay; /* Blends the background color with the image */
        background-size: cover; /* Ensures the background image covers the entire element */
        background-repeat: no-repeat; /* Prevents the background image from repeating */
    }
    
      
    /* .amenities .loc-box {
        display: flex;
        padding: 17px;
        width: 48%;
        margin: 7px;
        background-image: url(../images/highlight-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        
    } */
    .amenities .container{
        max-width: 100%;
        padding: 64px 0px;
    }
    .hero, .content {
        text-align: center;
        position: relative;
        width: 100%;
        color: var(--light-cream);
        font-family: 'Montserrat', sans-serif;
    }
    .amenities .ami-main-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 70px 0;
    }
    
    .amenities .ami-main-box .ami-box {
        width: 28%;
        text-align: center;
    }

    .amenities .ami-main-box .ami-box h2{
        color: var(--brwon);
        letter-spacing: 2px;
        font-size: 28px;
    }
    .amenities .ami-main-box .ami-box .img-icon {
        border: 1px solid var(--brwon);
        display: inline-block;
        padding: 60px;
        margin: 23px 0;
    }
    .amenities .ami-main-box .ami-box.active .img-icon{
        background-color: var(--light-cream);
        transition: 0.50s;
    }
    .amenities .ami-main-box .ami-box.active h2{
        color: var(--light-cream);
        transition: 0.50s;
    }
    .amenities .ami-main-box .ami-box img {
        max-width: 68%;
    }
    .mt_ami{
        margin-top: 60px;
    }
    .ami-bg{
        background-image: url(../images/banners/banner-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .bounce {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
    }
    .bounce-inner {
        background: var(--light-cream);
        padding: 223px 36px;
        display: flex;
        align-items: center;
        border-radius: 39px;
        border-radius: 250px 250px 250px 250px;
        position: relative;
    }
    .amenities .overhead p {
        color: var(--brwon);
        letter-spacing: 3px;
        font-size: 20px;
        text-transform: uppercase;
    }
    .amenities .overhead h1 {
        font-size: 32px;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 49px;
        color: var(--dark-gray);
        margin-bottom: 80px;
    }
    .ami-backgorund{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .bounce { animation: ami-bouce 1200ms ease 1400ms alternate-reverse infinite;}
   
   @keyframes ami-bouce {
    from {
     transform: translateY(-10px);
    }
    to {
     transform: translate(0px);
    }
   }
    
   .floor-plan{
    padding: 100px 0;
    position: relative;
    background: var(--light-cream);
   }
   .floor-plan::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/floor-plan-bg.png);
    background-repeat: no-repeat;
    opacity: 0.2;
   }

   .floor-plan .overhead p {
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 20px;
    text-transform: uppercase;
}
.floor-plan .overhead h1 {
    font-size: 37px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 49px;
    color: var(--dark-gray);
}
.floor-key ul {
    list-style-type: circle;
    padding-left: 15px;
    margin-top: 30px;
}

.floor-key ul li {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--dark-gray)
}
.floor-key ul li span {
    color: var(--brwon);
    /* width: 123px; */
    display: inline-block;
}
.floor-img-main .nav-item .nav-link {
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--brwon);
    background-color: transparent;
    border-bottom: 1px solid var(--brwon);
    border-radius: 0;
}
.floor-text-main {
    padding-right: 20px;
}
.floor-img-main .nav{
    margin-bottom: 34px;
}

.location{
        padding: 100px 0;
        position: relative;
    background: var(--dark-gray);
}
.location::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/skyline.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.1;
    z-index: 0;
}
.location .container {
    max-width: 80%;
}
.location .overhead {
    text-align: center;
    padding-bottom: 34px;
}
.location .overhead p {
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 20px;
    text-transform: uppercase;
}
.location .overhead h1 {
    font-size: 37px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 49px;
    color: var(--light-cream);
    margin-bottom: 80px;
}
.location-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loc-box {
    display: flex;
    padding: 17px;
    width: 48%;
    margin: 7px;
    background-image: url(../images/highlight-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.loc-num {
    margin-right: 20px;
}
.loc-text h1 {
    font-size: 30px;
    color: var(--brwon);
}
.loc-num h1 {
    background: var(--dark-gray);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-cream);
    margin-bottom: 0;
    font-size: 27px;
}


.location-img {
    height: 100%;
}
.loc-text p {
    letter-spacing: 0.5px;
    margin-bottom: 0;
}



.location-img img{
    height: 100%;
    /* object-fit: cover; */
    width: 100%;
}

.gallery{
    padding: 100px 0;
    position: relative;
}

.gallery::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-color: var(--light-cream);
}

.main-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-start: 1;
    gap: 20px;
    padding-top: 26px;
}

.gallery-box.box1{
    grid-area: 1 / 1 / 2 / 2;
}
.gallery-box.box2{
    grid-area: 2 / 1 / 3 / 2;
}
.gallery-box.box3{
    height: 100%;
    grid-area: 1 / 2 / 3 / 3;
}


.gallery-box, .gallery-box img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.gallery .overhead p {
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 20px;
    text-transform: uppercase;
}
.gallery .overhead h1 {
    font-size: 37px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 49px;
    color: var(--dark-gray);
}

.footer {
    background-image: url(../images/banners/banner-1.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    background-size: cover;
}

.footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #070707;
}

.footer .container, .small-footer .container {
    max-width: 80%;
}
.footer .over-head h1 {
    margin-bottom: 15px;
    font-size: 35px;
    color: var(--light-cream);
    text-transform: uppercase;
}
.footer .over-head p {
    color: #fff;
}

.contact-us-ul {
    list-style: none;
    margin-top: 30px;
}
.contact-us-ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-us-ul li .contact-details-icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-ul li .contact-details-icon img {
    width: 30px;
    filter: invert(1);
}
.contact-us-ul li p {
    font-size: 20px;
    color: #fff;
    display: grid;
}
.contact-us-ul li p a {
    color: #fff;
}


.footer-line {
    background: #ffffff73;
    height: 1px;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 40px;
}
.footer-head {
    margin-top: 30px;
}
.footer-head h1 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 23px;
    margin-bottom: 14px;
}
.footer-text p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
.footer-text ul {
    list-style-type: none;
}
.footer-text ul li {
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #fff;
}
.footer-text ul li a {
    color: #fff;
}
.footer-form {
    background: var(--light-cream);
    padding: 40px;
    max-width: 79%;
}
.form_inner .form-group {
    margin-bottom: 21px;
}
.form_inner .form-group input {
    height: 50px;
    border: 1px solid var(--brwon);
}
.form-btn {
    width: 100%;
    background: var(--dark-gray);
    height: 50px;
    color: var(--light-cream);
    letter-spacing: 0.5px;
}
.small-footer {
    text-align: center;
    padding: 40px 0;
    background: #191919;
    color: #fff;
}
.btm-foot {
    margin-bottom: 12px;
}

.btm-foot a {
    color: #fff;
}

.mobile-section{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.my-modal button.close {
    position: absolute;
    right: 0;
    max-width: 40px;
    top: 0;
    background: var(--brwon);
    opacity: 1;
    padding: 8px;
}

.form-txt {
    text-align: center;
}

    /* MOTHER SITE HOME PAGE */


    .home-page{overflow-x: hidden;}
     .home-page .banner-inner-loca p {margin: 0px 25px;}
    .home-page .key-high ul li {max-width: 80%;width: 80%;}
    .home-page .banner-inner-loca span {width: 10%;}
    .home-page .price-bann h2{cursor: pointer;font-size: 20px;}
    .home-page .form-box {right: -21%;bottom: unset;top: 30%;}
    .home-page .my-btn {position: absolute;left: -42px;top: 0;background: var(--brwon);padding: 6px;}
    .home-page .my-btn img {max-width: 32px; filter: invert();}
    .home-page .top_form {position: relative;top: 0;}
    .home-page .form-box.show-form{right: 0%;}
    .home-page-platter{background-color: var(--dark-gray);}
    .home-page-platter::before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: url(../images/flower-background.png);opacity: 0.03;}
    .home-page-platter  .overhead h1{color: var(--light-cream);}
    .home-page-platter .owl-carousel .owl-item img {width: unset;}
    .home-page-platter .my-from-btn .enquire-btn {width: 100%;}
    .home-page-platter .my-from-btn .enquire-btn a{color: #fff;}
    .home-page-platter .my-from-btn{display: flex;gap: 12px; padding: 0 18px;}
    .home-page-platter .price-icon {display: block;}
    .home-page-platter .price-icon h1 {color: #fff;z-index: 5;position: relative;font-size: 35px; padding: 8px 0;background: var(--brwon);}
    .home-page-platter .price-icon::before{content: unset;}
    .home-page-platter .pro-loc {text-align: center;font-size: 16px; text-transform: uppercase; margin-bottom: 0;}
    .home-page-platter .typo-out {text-align: center;margin: 15px 0;margin-bottom: 40px}
    .home-page-platter .price-box {padding-bottom: 18px;}
    .home-page-platter .typo-out::before, .home-page-platter .typo-out::after {background: var(--brwon)}
     .home-page-platter .owl-carousel .owl-nav.disabled {display: block;font-size: 50px;text-align: center;}
     .home-page-platter .owl-carousel .owl-nav button.owl-next, .home-page-platter .owl-carousel .owl-nav button.owl-prev, .home-page-platter .owl-carousel button.owl-dot {color: #fff;margin: 0 9px;}
    .testimonial{padding: 100px 0; position: relative; background: var(--light-cream);}
    .testimonial .overhead {text-align: center;margin-bottom: 60px;}
    .testimonial .overhead p {color: var(--brwon);letter-spacing: 3px;font-size: 20px;}
    .testimonial .overhead h1{color: var(--light-cream);}
    .tst-img {max-width: 100px;border-radius: 50%;margin-bottom: 30px;}
    .testimonial .carousel-item {text-align: center;}
    .quoats {max-width: 40px;filter: invert();}
    .testimonial h1 {letter-spacing: 1px;font-size: 32px;color: var(--brwon)}
    .testimonial h5 {margin-bottom: 31px;color: #fff;letter-spacing: 0.5px;}
    .testimonial .carousel-indicators li {background-color: var(--light-cream);height: 9px;}
    .testimonial .test-home {background: var(--dark-gray);padding: 27px;position: relative;}
    .testimonial p{letter-spacing: 1px;color: #fff;font-size: 17px;}
    .testimonial .carousel-indicators {bottom: -22px;}
    .testimonial .test-home::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/flower-background.png);
        opacity: 0.03;
    }

    .m-site-about-img {
        background-image: url(../images/banners/banner-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-site-about-img h1 {
        color: #fff;
        z-index: 5;
        display: grid;
        text-align: center;
        letter-spacing: 2px;
    }
    .m-site-about-img h1 span {
        font-size: 20px;
        margin-bottom: 7px;
    }
    /* MOTHER SITE HOME PAGE */
    .contact-detail .foo-box {
        margin-bottom: 30px;
    }
    .contact-detail .foo-box h2 {
        display: grid;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 27px;
    }
    .contact-detail .foo-box h2 span {
        margin-bottom: 10px;
        color: var(--brwon);
    }
    .contact-detail .foo-box h2 span img {
        width: 21px;
        margin-right: 7px;
    }
    .contact-detail .foo-box h2 a {
        color: #000;
    }
    .contact-detail .footer-form {
        padding: 36px;
        max-width: 100%;
        background-color: var(--brwon);
    }
    .contact-detail .about-text h1 {
        font-size: 33px;
        color: #fff;
        margin-bottom: 9px;
        text-align: center;
    }
    .platter-page {
        background-color: var(--light-cream);
        position: relative;
        z-index: 12;
    }
    .platter-page .myslide {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .platter-page .price-box{
        flex: 0 0 32%;
        width: calc(33% - 10px);
    }
    .platter-page::before {
        opacity: 0.3;
        z-index: -1;
    }
    .platter-page .overhead h1{
        color: var(--dark-gray);
    }

@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li{position:relative; margin: 0 11px;}
    .my-nav.navbar-hover .collapse ul li:hover> ul{display:block}
    .my-nav.navbar-hover .collapse ul ul{position:absolute;top:90%;left:0;display:none}
    .my-nav.navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
}

@media(max-width: 1600px){
    #floorPlan img{
        width: 36%;
        margin-left: auto;
        margin-right: auto;
        filter: blur(5px);
    }
    .banner .carousel img{
        height: 100vh;
    }
    .banner-text {
        width: 80%;
        top: 50%;
        /* left: 45%; */
    }
    .banner-loc p {
        font-size: 16px;
    }
    .banner-inner-loca span {
        width: 15%;
    }
    .banner-text .project-name {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .key-high {
        margin: 22px 0;
    }
    .banner-loc {
        margin-bottom: 17px;
    }

    .over-text p {
        font-size: 16px;
    }

    .price-list .overhead h1 {
        margin-bottom: 60px;
    }
    .amenities .ami-main-box .ami-box .img-icon {
        padding: 45px;
    }
    .amenities .ami-main-box .ami-box img {
        max-width: 53%;
    }
    .amenities .ami-main-box .ami-box h2 {
        font-size: 24px;
    }
    .bounce-inner {
        padding: 200px 34px;
        border-radius: 227px 227px 227px 227px;
    }
    .amenities .overhead h1 {
        margin-bottom: 0;
    }

    .location, .price-list, .overview, .floor-plan, .gallery{
        padding: 70px 0;
    }
    .loc-box {
        padding: 16px;
        width: 46%;
        margin: 7px;
    }
    .loc-num h1 {
        width: 51px;
        height: 51px;
        font-size: 23px;
    }
    .location .overhead h1 {
        margin-bottom: 50px;
    }
    .loc-text h1 {
        font-size: 24px;
    }
    .footer .over-head h1 {
        margin-bottom: 15px;
        font-size: 25px;
    }
    .contact-us-ul li p {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .form_inner .form-group input, .form-btn  {
        height: 40px;
    }
    .overview h1 {
        font-size: 38px;
        line-height: 53px;
    }
    .overview .overhead p {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .over-1 h2 {
        font-size: 41px;
    }
    .over-1 {
        margin-top: 54px;
        padding-bottom: 25px;
        
    }
    .price-icon h1 {
        font-size: 16px;
        padding-top: 5px;
    }
    .price-box .typo h1 {
        font-size: 16px;
    }
    .price-box .typo-1 h3 {
        font-size: 18px;
    }
}

    .footer-form {
        margin: auto;
    }
    .location .container {
        max-width: 90%;
    }
    .form_inner input {
        height: 43px;   
    }
    .m-site-about-img {
        height: 400px;
    }

@media(max-width: 1400px){
    .amenities .ami-main-box .ami-box {
        width: 32%;
    }
    .footer-head h1 {
        font-size: 19px;
    }
    .form-txt h1 {
        font-size: 30px;
    }
}

@media(max-width: 768px){
    #floorPlan img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        filter: blur(5px);
    }
    .high-box:nth-child(7)::before {
       display: none;
    }
    .my-nav {
        position: relative;
        background-color: var(--dark-gray);
    }
    .nav-fixd {
        position: fixed;
    }
    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255 / 100%);
    }
    .navbar-light .navbar-toggler-icon{
        filter: invert();
    }
    .devloper-logo {
        max-width: 80px;
    }
    .banner::before {
        background: unset;
        content: unset
    }
    .banner .carousel-control-next, .banner .carousel-control-prev {
        width: 10%;
        height: 14%;
        top: 82%;
    }
    .banner .carousel-control-next {
        left: 15%;
    }
    .banner .carousel img {
        height: 218px;
        object-fit: cover;
    }
    .my-nav-in{
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        background: var(--dark-gray);
    }
    .banner-text {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: unset;
        color: #000;
        padding: 10px;
        margin-bottom: 20px;
    }
    .banner-inner-loca span{
        background: var(--brwon);
    }
    .banner-inner-loca img{
        filter: invert();
        margin: 0 13px;
    }
    .banner-text .project-name {
        font-size: 22px;
        margin-bottom: 14px;
        letter-spacing: 2px;
        color: var(--brwon);
        text-align: center;
    }
    .banner-loc {
        margin-bottom: 14px;
    }
    .banner-text .banner-typo {
        letter-spacing: 1px;
        font-size: 16px;
        margin-bottom: 14px;
        text-align: center;
    }
    .banner-loc p {
        font-size: 16px;
        text-align: center;
    }
    .banner-inner-loca {
        justify-content: center;
    }
    .key-high li {
        font-size: 16px;
        margin-left: 12%;
    }
    .price-bann {
        text-align: -webkit-center;
    }
    .price-bann h2 {
        padding: 8px 24px;
        letter-spacing: 2px;
        font-size: 21px;
        color: #fff;
        text-align: center;
    }
    .form-box {
        position: relative;
        width: 100%;
    }
    .top_form {
        position: relative;
        top: 0;
    }
    .key-high {
        margin: 13px 0;
    }
    .overview { 
        margin-top: 50px;
    }
    .overview::before {
        background-position: left;
    }
    .overhead {
        text-align: center;
    }
    .overview .overhead p {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .overview h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .over-text {
        margin-top: 15px;
        padding-left: 0px;
        line-height: unset;
        text-align: center;
    }
    .mid-text {
        padding-left: 0px;
    }
    .over-1 {
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .highlight{
        padding: 70px 0;
    }
    .highlight .overhead {
        border-right: unset;
    }
    .highlight .overhead p, .price-list .overhead p, .amenities .overhead p, .floor-plan .overhead p, .location .overhead p  {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .highlight .overhead h1, .price-list .overhead h1, .floor-plan .overhead h1, .location .overhead h1  {
        font-size: 22px;
        line-height: 30px;
    }
    .high-box {
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        margin: 0px;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .high-box:nth-child(1)::before, .high-box:nth-child(4)::before {
        content: unset;
    }
    .high-main {
        margin-top: 26px;
    }
    .high-icon img {
        max-width: 34px;
    }
    .cnter-line {
        display: none;
    }
    .high-text h1 {
        font-size: 18px;
    }
    .high-text p {
        font-size: 14px;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .ami-bg {
        order: -1;
    }
    .amenities .overhead h1{
        font-size: 18px;
        line-height: 30px;
    }
    .bounce-inner {
        padding: 66px 20px;
        border-radius: 172px 172px 172px 172px;
        margin: 22px 0;
    }
    .amenities .ami-main-box {
        padding: 36px 0;
    }
    .amenities .ami-main-box .ami-box {
        width: 50%;
    }
    .mt_ami {
        margin-top: 0;
    }
    .amenities .ami-main-box .ami-box img {
        max-width: 40%;
    }
    .amenities .ami-main-box .ami-box .img-icon {
        padding: 19px;
        margin: 5px;
    }
    .amenities .ami-main-box .ami-box h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .ami-backgorund {
        height: 29%;
    }
    .floor-text-main {
        padding-right: 0px;
    }
    .floor-img-main .nav {
        margin-bottom: 25px;
        justify-content: space-between;
        border-top: 1px solid #bf9d6d63;
        padding-top: 7px;
    }
    .floor-img-main .nav-item .nav-link {
        margin-right: 0px;
    }
    .floor-key {
        display: flex;
        justify-content: center;
    }
    .location .container {
        max-width: 100%;
    }
    .loc-box {
        padding: 12px;
        width: 100%;
        margin: 0px 0px;
        margin-top: 20px;
    }
    .loc-num {
        margin-right: 12px;
    }
    .loc-text h1 {
        font-size: 20px;
    }
    .loc-num h1 {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .main-gallery {grid-template-columns: repeat(4, 1fr);grid-column-start: 1;}
    .gallery-box.box1 {grid-area: 1 / 1 / 2 / 5;}
    .gallery-box.box2 { grid-area: 2 / 1 / 3 / 3;}
    .gallery-box.box3 { grid-area: 2 / 3 / 3 / 5;}
    .gallery-box.box4 {grid-area: 3/ 1/4/3;}
    .gallery-box.box5 {grid-area: 3/ 3/4/5;}
    .gallery .overhead p{
        font-size: 15px;
        margin-bottom: 2px;
    }
    .gallery .overhead h1{
        font-size: 22px;
        line-height: 30px;
    }
    .footer .container, .small-footer .container {
        max-width: 100%;
    }
    .footer {
        padding: 70px 0;
    }
    .footer-form {
        padding: 18px;
        max-width: 100%;
    }
    .contact-us-ul li .contact-details-icon {
        min-width: 60px;
    }
    .footer-head h1 {
        font-size: 17px;
        letter-spacing: 1px;
    }
    .mobile-section {
        display: inline-flex;
        z-index: 9;
        bottom: -100%;
        background: var(--light-cream);
        justify-content: space-around;
    }
    .scrl{
        bottom: 0;
    }
    .mobile-section a {
        background: var(--brwon);
        color: var(--light-cream);
        margin: 5px;
        font-size: 14px;
        padding: 8px;
    }
    .nav-content {
        margin-bottom: 20px;
    }
    .small-footer {
        padding-bottom: 60px;
    }
    .location-img img {
        height: 254px;
    }
    .gallery-box, .gallery-box img{
        height: 87px;
    }
    .home-page .form-box{
        position: fixed;
        right: -80%;
        width: 80%;
    }
    .home-page .carousel img {
        height: 100vh;
        object-fit: cover;
    }

    .home-page::before {
        content: '';
        background: linear-gradient(180deg, rgb(35 34 31 / 70%) 0%, rgb(0 0 0 / 43%) 100%);
    }
    .home-page .banner-text {
        top: 30%;
        color: #fff;
        position: absolute;
    }
    .home-page .carousel-control-next, .home-page .carousel-control-prev {
        width: 11%;
        height: 8%;
    }
    .home-page-over {
        margin-top: 0;
    }
    .home-page-platter .owl-nav {
        text-align: center;
    }
    .testimonial {
        padding: 70px 0;
    }
    .testimonial .overhead p {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .testimonial .overhead h1{
        font-size: 22px;
        line-height: 30px;
    }
    .testimonial .overhead {
        margin-bottom: 40px;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        text-align: center;
    }
    .dropdown-item{
        text-align: center;
    }
    .m-site-about-img {
        height: 400px;
    }
    .contact-detail{
        margin-top: 0;
    }
    .platter-page .price-box {
        flex: 0 0 100%;
        width: calc(100% - 10px);
    }
    .platter-page {
        margin-top: 50px;
    }
}