/* @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: #ffffff;
}

.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: #000;
}

.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: #FCEFCB;
    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 #FCEFCB;
    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 #FCEFCB;
    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: #c19157;
    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: #000;
}

.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: #74512D;
    color: #fff;
    width: 100%;
    padding: 10px 0;
}

.carousel-indicators li {
    height: 9px;
    background: transparent;
    border: 5px solid #328E6E;
}

.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: #ecc598;
    margin-top: 10px;
    font-size: 24px;
}

.over-head p span {
    width: 80px;
    height: 2px;
    background-color: #eedcbc;
    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: red;
    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: #74512D;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.highlight .left-image {
    max-width: 100%;
}

.highlight ul {
    /* padding: 0; */
    /* margin: 0; */

}

.amenities-section {
    padding: 80px 0;
    background: #111;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h5 {
    color: #d6b16d;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
}

.section-title p {
    color: #cfcfcf;
    max-width: 700px;
    margin: auto;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.amenity-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: .4s;
}

.amenity-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    color: #fff;
    transition: .4s;
}

.overlay h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.amenity-card:hover img {
    transform: scale(1.1);
}

.amenity-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(214, 177, 109, .35);
}

.amenity-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(214, 177, 109, .15);
    opacity: 0;
    transition: .4s;
    z-index: 1;
}

.amenity-card:hover::before {
    opacity: 1;
}

.overlay {
    z-index: 2;
}

@media(max-width:992px) {

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title h2 {
        font-size: 32px;
    }

}

@media(max-width:576px) {

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenity-card img {
        height: 230px;
    }

    .section-title h2 {
        font-size: 28px;
    }

}

.amenity-card {
    opacity: 0;
    transform: translateY(60px);
}

.amenity-card.show {
    opacity: 1;
    transform: translateY(0);
    transition: .7s ease;
}

.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: #493628;
}

.price-box-in::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #493628;
}

.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: 70%;
    border-radius: 50px 50px 50px 0px;
}

.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;
}



.box-out-loc {
    display: flex;
    flex-wrap: wrap;
}

.floor-plan-section {

    padding: 80px 0;
    background: #f8f8f8;

}

.section-title {

    text-align: center;
    margin-bottom: 50px;

}

.section-title h5 {

    color: #b88a32;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;

}

.section-title h2 {

    font-size: 42px;
    font-weight: 700;
    color: #222;

}

.section-title p {

    color: #666;

}

.floor-card {

    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s;

}

.floor-card:hover {

    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, .18);

}

.floor-img {

    position: relative;
    overflow: hidden;

}

.floor-img img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: blur(3px);
    transition: .5s;

}

.floor-card:hover img {

    transform: scale(1.08);

}

.size-badge {

    position: absolute;
    top: 20px;
    left: 20px;

    background: #c69c4d;
    color: #fff;

    padding: 10px 18px;
    border-radius: 30px;

    font-weight: 600;
    font-size: 14px;

}

.floor-content {

    padding: 30px;
    text-align: center;

}

.floor-content h3 {

    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;

}

.floor-btn {

    border: none;
    background: #111;
    color: #fff;

    padding: 14px 40px;

    border-radius: 40px;

    transition: .4s;

    font-weight: 600;

}

.floor-btn:hover {

    background: #c69c4d;

}

@media(max-width:991px) {

    .floor-img img {

        height: 280px;

    }

}

@media(max-width:576px) {

    .section-title h2 {

        font-size: 30px;

    }

    .floor-content h3 {

        font-size: 22px;

    }

    .floor-img img {

        height: 220px;

    }

}

.floor-card {

    opacity: 0;
    transform: translateY(60px);

}

.floor-card.show {

    opacity: 1;
    transform: translateY(0);
    transition: .8s;

}

.location-section {

    padding: 80px 0;
    background: #f8f6f2;

}


.section-title {

    text-align: center;
    margin-bottom: 50px;

}


.section-title h5 {

    color: #b88a3a;
    letter-spacing: 3px;
    text-transform: uppercase;

}


.section-title h2 {

    font-size: 42px;
    font-weight: 700;
    color: #222;

}


.location-map {

    position: relative;
    overflow: hidden;
    border-radius: 30px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);

}


.location-map img {

    width: 100%;
    height: 600px;
    object-fit: cover;

    transition: .5s;

}


.location-map:hover img {

    transform: scale(1.05);

}


.map-overlay {

    position: absolute;
    bottom: 25px;
    left: 25px;

}


.map-overlay span {

    background: #b88a3a;
    color: white;

    padding: 12px 25px;

    border-radius: 30px;

    font-weight: 600;

}



.location-list {

    display: flex;
    flex-direction: column;
    gap: 15px;

}


.loc-card {

    display: flex;
    align-items: center;

    background: white;

    padding: 1px 10px;

    border-radius: 18px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

    transition: .35s;

}


.loc-card:hover {

    transform: translateX(10px);

    box-shadow: 0 12px 30px rgba(184, 138, 58, .25);

}



.loc-number {

    min-width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b88a3a;

    color: white;

    border-radius: 50%;

    font-size: 18px;

    font-weight: 700;

    margin-right: 18px;

}



.loc-card p {

    margin: 0;

    font-size: 16px;

    color: #444;

    line-height: 1.5;

}



@media(max-width:991px) {

    .location-map img {

        height: 400px;

    }

    .section-title h2 {

        font-size: 32px;

    }

}


@media(max-width:576px) {

    .location-map img {

        height: 300px;

    }

    .loc-number {

        min-width: 45px;
        height: 45px;

    }

    .loc-card p {

        font-size: 14px;

    }

}

.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;

}


.highlight-section {

    padding: 80px 0;

    background: #17120d;

}


.section-title.light h5 {

    color: #d3a552;

}


.section-title.light h2 {

    color: #fff;

}


.section-title.light p {

    color: #ccc;

}



.highlight-image {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);

}



.highlight-image img {

    width: 100%;

    height: 650px;

    object-fit: cover;

    transition: .5s;

}



.highlight-image:hover img {

    transform: scale(1.06);

}



.image-tag {

    position: absolute;

    bottom: 25px;

    left: 25px;

    background: #c69c4d;

    color: #fff;

    padding: 12px 25px;

    border-radius: 30px;

    font-weight: 600;

}



.highlight-list {

    display: flex;

    flex-direction: column;

    gap: 15px;

}



.highlight-item {

    display: flex;

    align-items: center;

    background: rgba(255, 255, 255, .08);

    border: 1px solid rgba(255, 255, 255, .12);

    padding: 16px 20px;

    border-radius: 18px;

    transition: .35s;

}



.highlight-item:hover {

    background: #c69c4d;

    transform: translateX(10px);

}



.highlight-item span {

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;


    background: #c69c4d;

    color: #fff;

    border-radius: 50%;

    font-weight: 700;

    margin-right: 18px;

}



.highlight-item:hover span {

    background: #fff;

    color: #c69c4d;

}



.highlight-item p {

    color: #fff;

    margin: 0;

    font-size: 16px;

    line-height: 1.5;

}



@media(max-width:991px) {

    .highlight-image img {

        height: 400px;

    }

}


@media(max-width:576px) {

    .highlight-image img {

        height: 300px;

    }


    .highlight-item p {

        font-size: 14px;

    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

.download-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.download-btn {

    width: 340px;
    height: 90px;

    background: linear-gradient(135deg, #d10000, #ff2c2c);

    border-radius: 60px;

    text-decoration: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 12px 10px 35px;

    box-shadow:
        0 12px 30px rgba(255, 0, 0, .30);

    transition: .35s ease;
    overflow: hidden;
    position: relative;
}

.download-btn::before {

    content: '';

    position: absolute;
    width: 100%;
    height: 100%;

    left: -100%;
    top: 0;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);

    transition: .7s;
}

.download-btn:hover::before {
    left: 100%;
}

.download-btn:hover {

    transform: translateY(-5px);
    box-shadow:
        0 18px 35px rgba(255, 0, 0, .45);
}

.btn-text {

    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.btn-text small {

    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-text strong {

    font-size: 34px;
    font-weight: 800;
    margin-top: 5px;
}

.btn-icon {

    width: 68px;
    height: 68px;

    background: #fff;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .35s;
}

.download-btn:hover .btn-icon {

    transform: rotate(360deg);
}


@media(max-width:768px) {

    .download-btn {

        width: 280px;
        height: 75px;
        padding-left: 25px;
    }

    .btn-text small {
        font-size: 14px;
    }

    .btn-text strong {
        font-size: 26px;
    }

    .btn-icon {

        width: 58px;
        height: 58px;
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f7f7f7;
    font-family: Arial, sans-serif;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    padding: 40px 20px;
}

.download-btn {

    width: 330px;
    height: 85px;

    border-radius: 60px;

    text-decoration: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 10px 0 35px;

    color: #fff;

    transition: .35s;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);

    position: relative;
    overflow: hidden;
}

.download-btn::before {

    content: "";

    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .3),
            transparent);

    transition: .8s;
}

.download-btn:hover::before {
    left: 100%;
}

.download-btn:hover {

    transform: translateY(-6px);
}

.brochure {
    background: linear-gradient(135deg, #0d6efd, #00b4ff);
}

.price {
    background: linear-gradient(135deg, #c40000, #ff2b2b);
}

.btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.btn-text small {

    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-text strong {

    font-size: 28px;
    margin-top: 6px;
}

.btn-icon {

    width: 65px;
    height: 65px;

    border-radius: 50%;

    background: #fff;

    color: #222;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 28px;

    transition: .4s;
}

.download-btn:hover .btn-icon {

    transform: rotate(360deg) scale(1.1);
}

@media(max-width:768px) {

    .download-btn {

        width: 100%;
        max-width: 340px;
    }

}



.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: #74512D;
    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%;
}

.price-section {

    padding: 80px 0;
    background: #ffffff;

}

.price-card {

    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .4s;

}

.price-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(198, 156, 77, .25);

}

.price-header {

    background: linear-gradient(135deg, #111, #444);
    color: #fff;
    text-align: center;
    padding: 25px;

}

.price-header h3 {

    margin: 0;
    font-size: 28px;
    font-weight: 700;

}

.price-body {

    padding: 30px;

}

.price-body ul {

    list-style: none;
    padding: 0;
    margin: 0 0 25px;

}

.price-body ul li {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;

}

.price-body ul li span {

    color: #666;

}

.price-body ul li strong {

    color: #111;
    font-weight: 600;

}

.price-btn {

    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 40px;

    background: #c69c4d;
    color: #fff;

    font-size: 18px;
    font-weight: 600;

    transition: .3s;

}

.price-btn:hover {

    background: #111;

}

.price-card {

    opacity: 0;
    transform: translateY(60px);

}

.price-card.show {

    opacity: 1;
    transform: translateY(0);
    transition: .8s;

}


.download-section {

    padding: 80px 0;
    background: #f8f8f8;

}

.download-card {

    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    transition: .4s;
    text-align: center;

}

.download-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(198, 156, 77, .25);

}

.download-card img {

    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: .4s;

}

.download-card:hover img {

    transform: scale(1.05);

}

.download-content {

    padding: 25px;

}

.download-content h3 {

    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;

}

.download-btn {

    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    background: #c69c4d;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;

}

.download-btn:hover {

    background: #111;

}

.download-btn i {

    margin-right: 8px;

}

@media(max-width:576px) {

    .download-card img {

        height: 300px;

    }

}

.site-plan-section {

    padding: 80px 0;
    background: #74512D;

}


.section-title.light h5 {

    color: #e5c17a;

}


.section-title.light h2 {

    color: #fff;

}


.section-title.light p {

    color: #eee;

}


.site-plan-card {

    max-width: 950px;
    margin: auto;

    background: #fff;
    padding: 20px;

    border-radius: 30px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .35);

}


.site-image {

    position: relative;
    overflow: hidden;
    border-radius: 25px;

}


.site-image img {

    width: 100%;
    height: 520px;

    object-fit: cover;

    filter: blur(3px);

    transition: .5s;

}



.site-plan-card:hover img {

    transform: scale(1.06);
    filter: blur(1px);

}



.plan-overlay {

    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, .25);

}



.site-btn {

    padding: 15px 45px;

    border: none;
    border-radius: 50px;

    background: #c69c4d;

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    transition: .3s;

}



.site-btn:hover {

    background: #111;

    transform: scale(1.05);

}



@media(max-width:768px) {

    .site-image img {

        height: 300px;

    }


    .site-plan-card {

        padding: 12px;

    }


}

.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: white;
    }

    .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: #000;
    }

    .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;
    }
}