/* @font-face {
    font-family: BonaNova-Regular;
    src: url(../fonts/BonaNova-Regular.woff);
} */

@font-face {
    font-family: BonaNova-Bold;
    src: url(../fonts/BonaNova-Bold.woff);
}

@font-face {
    font-family: Jost-Light;
    src: url(../fonts/Jost-Light.ttf);
}


@font-face {
    font-family: Jost-Regular;
    src: url(../fonts/Jost-Regular.ttf);
}


@font-face {
    font-family: Jost-SemiBold;
    src: url(../fonts/Jost-SemiBold.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --brwon: #cfa26a;
    --light-cream: #faf6f3;
}

h1 {
    font-family: BonaNova-Regular;
}

h2 {
    font-family: BonaNova-Regular;
}

h3 {
    font-family: BonaNova-Regular;
}

/*h3{
    font-family: Jost-SemiBold;
}*/

p {
    font-family: Jost-Regular;
}


.banner {
    position: relative;
}

.devloper-logo {
    /* max-width: 176px; */

    /* filter: brightness(7.7); */
}

.banner .my-nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 9px 90px;
    background: white;
}

.banner .nav-fixd {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #0000006b;
}

.my-nav .nav-item {
    font-family: Jost-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.my-nav .navbar-nav {
    margin-left: 30px;
}

.contact-btn a p {
    margin-bottom: 0;
}

.display-bann {
    position: relative;
}

.banner .display-bann::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

.banner .navbar-expand-md .navbar-collapse {
    align-items: center;
    justify-content: space-between;
}


.banner-text {
    position: absolute;
    left: 6%;
    top: 24%;
    z-index: 3;
}

.banner-text h1 {
    color: #fff;
    font-size: 60px;
    letter-spacing: 3px;
    text-shadow: -1px 0px 5px #060606;
    line-height: 75px;
    text-transform: uppercase;
}

.banner-text .bann-loc {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
}

.banner-text .bann-loc span {
    width: 100px;
    height: 2px;
    background-color: #cdaa6a;
    display: block;
    margin-left: 10px;
}

.bann-type {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 13px 31px;
    width: fit-content;
    margin: 25px 0;
}

.bann-type::before {
    content: ' ';
    position: absolute;
    top: 2px;
    left: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #cdaa6a;
    border-right-color: transparent;
}

.bann-type::after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: calc(0px / 2);
    width: 87px;
    height: calc(100% - 2 * 2px);
    border: 4px solid #cdaa6a;
    border-left-color: transparent;
}

.key-high {
    color: #fff;
    margin: 30px 0px 30px 17px;
}

.key-high ul li {
    font-family: Jost-Regular;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

h1.banner-price {
    font-size: 34px;
    background: #3d276b;
    text-shadow: unset;
    width: fit-content;
    line-height: unset;
    color: #fff;
    padding: 6px 25px;
    box-shadow: 0px 0px 16px #c1915799;
    margin-top: 45px;
}

.contact-btn a {
    display: flex;
    align-items: center;
    color: black;
}

.contact-btn a span {
    margin-right: 25px;
}

.contact-btn a p {
    display: grid;
    letter-spacing: 1px;
}

.contact-btn a p span {
    font-size: 13px;
}

.contact-btn a span img {
    max-width: 45px;
    background-color: #B59F78;
    border-radius: 50%;
    padding: 10px;
    animation: cc-calto-action-ripple 1s linear infinite;
}

@keyframes cc-calto-action-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(246, 247, 188, 0.945), 0 0 0 0 rgb(255, 233, 187), 0 0 0 5px rgba(246, 247, 188, 0.945), 0 0 0 10px rgba(255, 233, 187);
    }

    100% {
        box-shadow: 0 4px 10px rgb(250, 249, 175), 0 0 0 5px rgb(182, 149, 119), 0 0 0 10px rgba(243, 230, 156, 0.993), 0 0 0 20px rgb(189, 157, 110);
    }
}

.nav-fixd .contact-btn a span img {
    animation: cc-calto-action-ripple-fixd 1s linear infinite;
}

@keyframes cc-calto-action-ripple-fixd {
    0% {
        box-shadow: 0 4px 10px rgb(198 198 198 / 20%), 0 0 0 0 rgb(255 255 255 / 20%), 0 0 0 5px rgb(255 255 255 / 20%), 0 0 0 10px rgb(255 255 255 / 20%);
    }

    100% {
        box-shadow: 0 4px 10px rgb(216 206 192 / 20%), 0 0 0 5px rgb(227 224 220 / 20%), 0 0 0 10px rgb(243 242 240 / 20%), 0 0 0 20px rgb(255 253 249 / 0%);
    }
}

.from-banner {
    position: absolute;
    top: 26%;
    right: 4%;
    z-index: 10;
    background: #ffffffb8;
    padding: 35px;
    width: 21%;
    box-shadow: 0px 0px 10px #ffffff59;
}

.top_form p {
    letter-spacing: 1px;
    margin-bottom: 0;
}

.top_form h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.from-banner .form-group {
    margin-bottom: 20px;
}

.from-banner .form-group input {
    height: 50px;
    border: 1px solid #00000059;
}

.form-control:focus {
    border-color: var(--brwon);
    box-shadow: 0 0 0 0.2rem rgba(252, 158, 18, 0.25);
}

.form-btn {
    background-color: #3d276b;
    color: #fff;
    width: 100%;
    padding: 10px 0;
}

.carousel-indicators li {
    height: 9px;
    background: transparent;
    border: 5px solid #3d276b;
}

.overview {
    position: relative;
    padding: 100px 0;
}

.overview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.over-head p {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #dec28a;
    margin-top: 10px;
    font-size: 24px;
}

.over-head p span {
    width: 80px;
    height: 2px;
    background-color: #f7ddac;
    margin-left: 10px;
}

.over-img {
    position: relative;
}

.over-sce {
    position: absolute;
    right: -132px;
    top: 107px;
}

.over-txt p {
    line-height: 28px;
    color: #000000;
    font-size: 16px;
    letter-spacing: 2px;
}

.main-over {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.over-btn {
    margin-top: 20px;
}

.my-btn {
    padding: 9px 40px;
    border: 0;
    letter-spacing: 1px;
    background: #3d276b;
    color: #fff;
}

.about-sec {
    height: 100%;
    background-image: url(../images/highlight-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 120px; */
    /* background: #f4f2f1; */
    padding: 50px 0px;
}

.highlight {
    background-image: linear-gradient(#ffffff, #e0d6f3, #3d276b);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.highlight .left-image {
    max-width: 100%;
}

.highlight ul {
    /* padding: 0; */
    /* margin: 0; */

}



.highlight ul li {
    font-family: Jost-Regular;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none !important;
}

.high-box {
    background-color: var(--brwon);
    padding: 68px 41px;
    min-height: 358px;
}

.high-box h2 {
    border-bottom: 1px solid #c4c1c1;
    margin: 16px 0;
    padding-bottom: 16px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
}

.high-box p {
    color: #fff;
    margin-top: 19px;
    line-height: 32px;
}

.high-box img {
    max-width: 60px;
}

.highlight .over-head {
    text-align: center;
    width: 60%;
    margin: auto;
}

.highlight .over-head p {
    justify-content: center;
    margin-bottom: 50px;
}

.price-list {
    padding: 100px 0;
}

.price-box {
    position: relative;
    background: var(--light-cream);
    text-align: center;
}

.price-box h1 {
    background: #493628;
    font-size: 26px;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 0.5px;
}

.price-box-in {
    position: relative;
}

.price-box-in::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #3d276b;
}

.price-box-in::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #3d276b;
}

.price-box-in h2 {
    margin: 23px 0;
    font-size: 26px;
}

.price-box-in p:nth-child(2) {
    border-top: 1px solid #d7d7d7;
}

.price-box-in p {
    border-bottom: 1px solid #d7d7d7;
    width: fit-content;
    margin: auto;
    padding: 19px 33px;
    letter-spacing: 2px;
}

.price-box-in {
    margin: 50px 0;
}

.price-list .my-btn {
    padding: 10px 40px;
    width: 100%;
}

.price-list .over-head {
    text-align: center;
    width: 60%;
    margin: auto;
}

.price-list .over-head p {
    justify-content: center;
    margin-bottom: 50px;
}

.platter-page .price-box-in h2 {
    display: grid;
}

.platter-page .price-box-in h2 span {
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.over-head h1 {
    text-transform: uppercase;
}

.amenities {
    position: relative;
    background-attachment: fixed;
    padding: 100px 0;
    background-image: linear-gradient(#faebb8, #ffefbc, #3d276b);
    background-size: cover;
    background-repeat: no-repeat;
}

.amenities::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.ami-main {
    z-index: 2;
    position: relative;
}

.amenities .over-head {
    text-align: center;
    width: 60%;
    margin: auto;
}

.amenities .over-head h1 {
    color: #fff;
}

.amenities .over-head p {
    justify-content: center;
    margin-bottom: 50px;
}

.ami-box {
    display: flex;
    background: #ecffe0;
    align-items: center;
    padding: 10px;
    margin-bottom: 30px;
}

.ami-box img {
    max-width: 70px;
    background-color: #fff;
    background: #347928;
    padding: 5px;
}

.ami-box h3 {
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.box-out-loc {
    display: flex;
    flex-wrap: wrap;
}

.floor-plan {
    position: relative;
    padding: 100px 0;
    margin-bottom: 50px;
}

.floor-bg img {
    position: absolute;
    opacity: 0.3;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.floor-plan .over-head {
    text-align: center;
    width: 60%;
    margin: auto;
}

.floor-plan .over-head p {
    justify-content: center;
    margin-bottom: 50px;
}

.location .container {
    max-width: 100%;
}

.location .container .col-md-5,
.location .container .col-md-7 {
    padding: 0;
}

.loc-box {
    display: flex;
    flex: 0 0 calc(46% - 5px);
    width: calc(100% - 5px);
    margin: 10px;
    margin-bottom: 32px;
}

.location .right-box {
    height: 100%;
    background-image: url(../images/highlight-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px;
}

.loc-num h3 {
    width: 70px;
    height: 60px;
    background: var(--brwon);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 25px;
}

.loc-num h3 {
    margin-bottom: 0;
    color: #fff;
}

.loc-txt {
    display: inline-flex;
    height: 15px;
}

@media(max-width:767px) {
    .loc-txt {
        display: inline-flex;
        height: 75px;
    }
}

.loc-txt h1 {
    font-size: 27px;
    letter-spacing: 1px;
    color: var(--brwon);
}

.loc-txt p {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;

}

.master-img,
.floor-plan-box {
    /* height: 100%; */
    position: relative;
    border: 1px solid;
    border-color: #493628;
    padding: 10px;
    border-radius: 50px;
}

.floor-in-box {
    position: relative;
}

.flr-btn {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 9px 10px;
}

.master-img img,
.floor-in-box img {
    border: 6px solid #493628;
    /* height: 100%; */
    object-fit: cover;
}

.master-img img {
    /* height: 100%; */
    object-fit: cover;
}

.floor-plan-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor-plan-box .floor-in-box {
    flex: 0 0 calc(47% - 5px);
    width: calc(47% - 5px);
    margin: 10px;
    height: 100%;
}

.master-img h3,
.floor-in-box h1 {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #3d276b;
    color: #fff;
    width: fit-content;
    padding: 3px 20px;
}

.gallery {
    padding: 100px 0 75px 0;
    background-image: url(../images/about-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.gallery::before {
    content: '';
    position: absolute;
    right: -67%;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery .over-head {
    text-align: center;
    width: 60%;
    margin: auto;
}

.gallery .over-head p {
    justify-content: center;
    margin-bottom: 50px;
}

.gallery-box-main {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}

.gallery-box-main .left-box {
    height: 100%;
    width: 50%;
}

.gallery-box-main .right-box {
    width: 20%;
}

.gallery-box-main .left-box,
.gallery-box-main .right-box {
    margin: 12px;
}

.gallery-box-main .left-box img,
.gallery-box-main .right-box img {
    height: 100%;
    object-fit: cover;
}

.mt_1 {
    margin-top: 20px;
}

.footer {
    background-image: url(../img/Simg2.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding-top: 100px;
    background-size: cover;
    padding-bottom: 0px;
}

.footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #414141c9;
}

.footer .container,
.small-footer .container {
    max-width: 80%;
}

.footer .over-head h3 {
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 21px;
    text-transform: uppercase;
}

.footer .over-head h3 {
    margin-bottom: 15px;
    font-size: 35px;
    color: #fff;
}

.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,
.contact-us-ul li p a {
    font-size: 20px;
    color: #fff;
    display: grid;
}

.footer-form {
    background: #fff;
    padding: 40px;
    max-width: 79%;
}

.footer-line {
    background: #ffffff73;
    height: 1px;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 20px;
}

.footer-head {
    margin-top: 30px;
}

.footer-head h1 {
    /* color: #fff; */
    letter-spacing: 2px;
    font-size: 25px;
    margin-bottom: 14px;
}

.footer-text p {
    /* color: #fff; */
    letter-spacing: 2px;
    line-height: 28px;
}

.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;
}

.contact-us-ul li p a {
    color: #fff;
}

.small-footer {
    text-align: center;
    padding: 40px 0;
    background: #191919;
    color: #fff;
}

.btm-foot a {
    color: #fff;
}

.mobile-section {
    display: none;
}

.my-modal .close {
    opacity: 1;
    position: absolute;
    right: 0;
    max-width: 41px;
    top: 0px;
    background: #347928;
    padding: 5px;
}

.my-modal .modal-body {
    padding: 35px;
}

.form-txt {
    text-align: center;
}

.platter-page .price-box-in {
    margin: 23px 0;
}

.platter-page .price-box-in::before,
.platter-page .price-box-in::after {
    top: 25%;
    height: 50%;
}

.platter-page .container {
    max-width: 80%;
}

.m-site-about-img {
    background-image: url(../images/banners/banner-1.html);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.high-sec {
    padding-left: 25px;
    ;
}

.high-sec li {}

.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;
}

.contact-detail {
    padding: 100px 0;
    background: var(--light-cream);
}

.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;
    font-weight: 800;
}

.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 .form-group {
    margin-bottom: 22px;
}

.contact-detail .footer-form .form-btn {
    background-color: var(--light-cream);
    color: #000;
}

.about-text h1 {
    font-size: 33px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.m-site-banner .banner-text {
    text-align: center;
    left: 0%;
    top: 38%;
    width: 100%;
}

.m-site-banner .banner-text .bann-loc {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    justify-content: center;
}

.m-site-banner .from-banner {
    right: -21%;
    transition: 0.50s;
    position: fixed;
}

.m-site-banner .top_form {
    position: relative;
}

.from-msg {
    position: absolute;
    top: -35px;
    left: -106px;
    max-width: 71px;
    background: #cfd4d5ad;
    padding: 0 9px;
    cursor: pointer;
}

.m-site-banner .from-banner.show-form {
    right: 0;
}

.platter-page .over-btn {
    display: flex;
    gap: 10px;
}

.platter-page .over-btn .my-btn {
    width: 100%;
}

.testimonial {
    background-image: url(../images/highlight-bg.jpg);
    padding: 100px 0;
}

.testimonial .over-head {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial .over-head h2 {
    color: var(--brwon);
    letter-spacing: 3px;
    font-size: 21px;
    text-transform: uppercase;
}

.testimonial .over-head h1 {
    color: #202020;
}

.testi-text {
    text-align: center;
}

.testimonial .carousel-indicators {
    bottom: -56px;
}

.testimonial .carousel-indicators li {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 5px solid #48CFCB;
}

.tst-img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.testi-text p {
    font-size: 18px;
    letter-spacing: 2px;
}

.testi-text h1 {
    font-size: 30px;
}

.testi-text h5 {
    color: var(--brwon);
}

.m-site-banner {
    overflow-x: hidden;
}

.platter-page .my-btn a {
    color: #fff;
}

.opne-btn {
    display: block;
}

.close-btn-f {
    display: none;
}

.active-f {
    display: none;
}

.active-clo {
    display: block;
}

@media only screen and (min-width: 900px) {
    .my-nav.navbar-hover .collapse ul li {
        position: relative;
    }

    .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: 1500px) {
    .banner-text {
        top: 22%;
    }

    .display-bann .carousel-item img {
        height: 100vh;
    }

    .banner-text h1 {
        font-size: 47px;
        line-height: 54px;
    }

    .bann-type {
        margin: 14px 0;
        font-size: 22px;
    }

    .key-high ul li {
        font-size: 16px;
        margin-bottom: 7px;
    }

    h1.banner-price {
        margin-top: 24px;
        font-size: 23px;
        padding: 1px 16px;
    }

    .from-banner {
        top: 15%;
        width: 25%;
        padding: 28px;
    }

    .from-banner .form-group input {
        height: 45px;
    }

    .over-head h2 {
        font-size: 32px;
    }

    .overview .over-img {
        max-width: 75%;
    }

    .over-sce {
        right: -110px;
        top: 103px;
        max-width: 50%;
    }

    .over-txt p {
        line-height: 27px;
    }

    .high-box {
        padding: 38px 45px;
    }

    .price-box-in {
        margin: 35px 0;
    }

    .price-box-in::before,
    .price-box-in::after {
        top: 10%;
        height: 80%;
    }

    .banner .navbar-light .navbar-brand {
        padding: 0;
    }

    .master-img h3,
    .floor-in-box h1 {
        font-size: 17px;
    }

    .floor-plan-box .floor-in-box {
        flex: 0 0 calc(45% - 5px);
        width: calc(45% - 5px);
    }

    .location .left-box {
        height: 100%;
    }

    .location .left-box img {
        height: 100%;
        object-fit: cover;
    }

    .location .right-box {
        padding: 0 65px;
        padding-top: 30px;
    }

    .loc-box {
        margin-bottom: 20px;
    }

    .gallery-box-main .right-box {
        width: 21%;
    }

    .gallery-box-main {
        justify-content: space-around;
    }

    .footer-form {
        margin: auto;
    }

    .footer .over-head h3 {
        font-size: 29px;
    }

    /* .contact-us-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    } */
    .contact-us-ul li .contact-details-icon {
        min-width: 60px;
    }

    .contact-us-ul li p span {
        font-size: 14px;
    }

    .about-text-foo h1 {
        font-size: 29px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .footer-line {
        margin-top: 30px;
    }

    .footer-head h1 {
        font-size: 20px;
    }

    .footer-text p {
        font-size: 14px;
    }

    .footer-text ul li {
        font-size: 14px;
    }

    .m-site-banner .from-banner {
        right: -22%;
    }

    .platter-page .my-btn {
        padding: 10px 7px;
    }

    .high-box {
        min-height: 298px;
    }
}


@media(max-width: 1400px) {
    .banner-text h1 {
        font-size: 40px;
        line-height: 47px;
    }

    .key-high {
        margin: 25px 0px 25px 17px;
    }

    h1.banner-price {
        font-size: 22px;
    }

    .from-banner {
        width: 24%;
        top: 18%;
    }

    .from-banner .form-group input {
        height: 40px;
    }

    .form-btn {
        height: 40px;
        padding: 5px 0;
    }

    .m-site-banner .from-banner {
        right: -24%;
    }

    .my-nav .nav-item {
        font-size: 14px;
    }

    .from-banner .form-group {
        margin-bottom: 15px;
    }
}

@media(max-width: 768px) {
    .banner .my-nav {
        padding: 5px 10px;
        position: fixed;
        /* background: #191919; */
        background: #fff;
    }

    .banner .nav-fixd {
        position: fixed;
    }

    .my-nav .navbar-nav {
        margin-left: 0px;
    }

    .banner-text {
        top: 16%;
        left: 0;
        padding: 0 12px;
    }

    .over-txt p {
        text-align: justify;
    }

    .ami-box {
        flex-direction: column;
        text-align: center;
    }

    .ami-box h3 {
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
        letter-spacing: 0px;
    }

    .banner-text h1 {
        font-size: 27px;
        line-height: 35px;
    }

    .from-banner {
        width: 100%;
        position: unset;
        background-color: var(--light-cream);
    }

    .bann-type {
        margin: 14px 0;
        font-size: 18px;
    }

    h1.banner-price {
        font-size: 17px;
    }

    .display-bann .carousel-item img {
        object-fit: cover;
    }

    .navbar-light .navbar-toggler {
        /* border-color: rgb(255 255 255 / 100%); */
        border-color: #000;
    }

    .navbar-light .navbar-toggler-icon {
        /* filter: invert(1); */
    }

    .banner .navbar-expand-md .navbar-collapse {
        /* background: #191919; */
        background: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .contact-btn {
        padding: 15px;
    }

    .overview {
        padding: 60px 0;
    }

    .main-over {
        order: 1;
        margin-top: 25px;
    }

    .over-sce {
        right: -60px;
        top: 67px;
    }

    .highlight .over-head {
        width: 100%;
    }

    .highlight {
        padding: 60px 0;
    }

    .high-box {
        padding: 38px 30px;
        margin-bottom: 30px;
        min-height: auto;
    }

    .over-head h1 {
        font-size: 25px;
    }

    .price-list {
        padding: 60px 0;
    }

    .price-list .over-head {
        width: 100%;
    }

    .price-box {
        margin-bottom: 30px;
    }

    .amenities {
        padding: 60px 0;
    }

    .amenities .over-head {
        width: 100%;
    }

    .floor-plan {
        padding: 60px 0;
    }

    .floor-plan .over-head {
        width: 100%;
    }

    .master-img {
        /* height: 100%; */
        margin-bottom: 20px;
    }

    .master-img img {
        height: unset;
    }

    .location .right-box {
        padding: 0 17px;
        padding-top: 30px;
    }

    .loc-box {
        display: flex;
        flex: 0 0 calc(100% - 5px);
        width: calc(100% - 5px);
        margin: 5px;
    }

    .loc-num h3 {
        font-size: 20px;
        width: 50px;
        height: 50px;
    }

    .gallery {
        padding: 60px 0;
    }

    .gallery .over-head {
        width: 100%;
    }

    .gallery-box-main .left-box,
    .gallery-box-main .right-box {
        width: 32%;
        height: unset;
        margin: 0;
    }

    .mt_1 {
        margin-top: 3px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer .container,
    .small-footer .container {
        max-width: 100%;
    }

    .footer-form {
        max-width: 100%;
        padding: 27px;
    }

    .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        background: var(--brwon);
        bottom: -100%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
        transition: 0.50s;
        width: 100%;
    }

    .scrl {
        bottom: 0;
    }

    .mobile-section a {
        color: #fff;
        font-size: 14px;
    }

    .devloper-logo {
        /* max-width: 131px; */

        /*filter: invert(1);*/
    }

    .about-text-foo h1 {
        font-size: 24px;
    }

    .footer .over-head h1 {
        font-size: 24px;
    }

    .platter-page .container {
        max-width: 100%;
    }

    .platter-page .my-btn {
        padding: 10px 15px;
    }

    .m-site-banner .from-banner {
        right: -77%;
        width: 77%;
    }

    .m-site-banner .top_form h2 {
        font-size: 20px;
    }

    .form-txt h1 {
        font-size: 30px;
    }

    .flr-btn {
        width: 64%;
        font-size: 13px;
    }

    .high-sec {
        margin-top: 20px;
    }

    .contact-btn a {
        display: flex;
        align-items: center;
        color: #000;
    }
}