* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #000;
    --secondary-color: #fff;
    --tertiary-color: #666;
    --quaternary-color: #f0f0f0;
    --quinary-color: #e0e0e0;
    --senary-color: #d0d0d0;
    --seventh-color: #dcdcdc;
    --gray-color: #808080;
    --maincolor: #000435;
    --theme-gold: #BF9746;
    --theme-brown: #3C2D25;
    --theme-lightBrown: #7B5523;
    --theme-darkYellow: #956C28;


}

.mobile-color {
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 13px;
}

.mobile-text {
    font-size: 13px;
}

.content-text {
    text-shadow: 2px 2px var(--maincolor);
}

.btn-bgcolor {
    border-radius: 10px;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    color: var(--primary-color) !important;
    border: none;
}

.btn-bgcolor:hover {
    background: var(--secondary-color);
    border: 2px solid var(--maincolor);
    color: var(--maincolor);
    box-shadow: 15px 2px 4px var(--maincolor);
}

.contact-bgcolor {
    background-color: var(--maincolor);
    color: var(--secondary-color);
}

.btn-bgcolor1 {
    border-radius: 10px;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    /*border:2px solid var(--maincolor); */
    border: none;
    color: var(--maincolor);
}

.btn-bgcolor1:hover {
    background-color: var(--maincolor);
    color: var(--secondary-color);
    border: none;
    box-shadow: 15px 2px 4px var(--secondary-color);
}

/*.btn-bgcolor2{*/
/*     background:#c08831;*/
/*   border-radius:10px;*/
/*    border:none;*/
/*    color:var(--secondary-color);*/
/*}*/
.rs-cp {
    font-size: 2rem;
}

.rs-color {
    color: var(--maincolor);
}

.rs-bgcolor {
    background-color: var(--maincolor);
    color: white;
    border: none;
}

.soon {
    color: var(--secondary-color);
    font-size: 20px;
    background: var(--maincolor);
}

.pointer {
    cursor: pointer;
}

.whatsapp {
    display: none;
}

.over-btn {
    border: 1px solid white;
    color: #00361E;
    background-color: white;
}

.over-btn:hover {
    color: white;
    background-color: var(--maincolor);
}

.over-btn1:hover {
    color: var(--maincolor);
    background-color: white;
}

.over-btn1 {
    color: white;
    background-color: var(--maincolor);
}

.over-btn1 a {
    color: white;
}

.over-btn1:hover a {
    color: var(--maincolor);
}

/*whatsapp icon css*/
.whatsapp-icon {

    z-index: 999 !important;
    display: flex !important;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.whatsapp-icon img {
    padding: 2px;
    background: white;
    border-radius: 50%;
}

/* whatsapp-icon::after,
.whatsapp-icon::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(14, 164, 120, 0.2);
} */

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

/*Chatbot css*/
#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
    position: fixed;
    right: 20px;
}

#chat-bot-launcher-container.chat-bot-launcher-notext {
    bottom: 20px !important;
}

/*end here*/

/*For Form*/
.modal-dialog {
    display: block;
    width: 100%;
    position: relative;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    top: 20px;
}

.pop-form {
    background: var(--maincolor);
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;

}

form.pop-form input {
    padding: 10px 10px;
    margin-bottom: 14px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
}

form.pop-form select {
    background-color: white;
    color: gray;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 14px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
}

form.pop-form button {
    border: 0;

    font-size: 25px;
    border-radius: 5px;
}

/*end here*/
/*pop up form css*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00361E;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background: #000000ab;
    height: 100%;
}

.cnt223 {
    /*min-width: 400px;*/
    width: 850px;
    min-height: 150px;
    margin: 100px auto;
    background: var(--maincolor);
    position: relative;
    top: 40px;
    z-index: 103;
    /*padding: 15px 35px;*/
    border-radius: 5px;
    box-shadow: 0 2px 5px var(--maincolor);
    border: 1px solid white;
}

.cnt223 form h3 {
    font-size: 27px;
}

.cnt223 form {
    display: flex;
    flex-direction: column;
}

.cnt223 .close {
    position: relative;
    background: var(--secondary-color);
    color: #00361E;
    padding: 8px 14px;
    border-radius: 22px;
    position: absolute;
    right: -12px;
    top: -9px;
}

.cnt223 form input {
    padding: 10px 10px;
    margin-bottom: 17px;
    color: #00361E;
}


.cnt223 form textarea {
    padding: 10px 10px;
    margin-bottom: 20px;
}

.cnt223 form button {
    font-weight: 800;
    color: var(--maincolor);
    height: 48px;
    font-size: 22px;
    border: 0;
}

/*end here*/

/*banner css*/
.banner-container {
    width: 100%;
    height: 100%;
}

.banner-configurations-site-visit {
    background: var(--maincolor);
    padding: 20px;
}

.banner-cnt {
    left: 0;
    width: 100%;
    padding: 400px 0 80px 0;
    z-index: 1;
}

.project-configurations h4 {
    color: var(--secondary-color);
    font-size: 55px;
}

.project-configurations p {
    font-size: 16px;
    color: var(--secondary-color);
}

.configuration-item {
    padding-right: 20px;
    position: relative;
}

.configuration-item h4 {
    font-weight: bold;
    /*color: #c08831;*/
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 25px;
    text-transform: uppercase;
}

.configurations-size {
    position: relative;
}

.banner-configurations-site-visit {
    display: flex;
    align-items: center;
}

.banner-configurations {
    display: flex;
}

.configurations-size::after {
    content: "";
    background-color: gainsboro;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.project-configurations .configuration-item p {
    margin: 0;
}

.project-configurations .configuration-item p span {
    color: #c08831;
}

.project-site-visit .btn {
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #c08831;
    padding: 10px 25px;
    color: var(--maincolor);
}

.send_btn {
    background-color: #c08831;
    border-radius: 0;
    color: var(--secondary-color);
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #c08831;
    padding: 10px 25px;
}

.project-site-visit {
    display: flex;
    align-items: center;
}

.project-info-item {
    text-align: center;
    padding-top: 30px;
    height: 100%;
}

.project-info-item h3 {
    color: #232323;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}

.project-info-item p {
    color: #232323;
    font-size: 14px;
}

.project-info-border {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.inner-title h2 {
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-title p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    margin: 0 0 5px 0;
}

.trans-btn {
    background-color: transparent;
    color: #c08831;
}

/*end here*/

.overview img,
.feature img {
    width: 100%;
    height: 100%;
}

hr {
    opacity: 1;
}

/*Feature section css*/
.feature ul li {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}

.main-btn {
    font-size: 18px;
}

.feature {
    /*background-image:url(../images/Evening-view.webp)no-repeat center/cover;*/
    background: var(--maincolor);
}

/*end here*/

/*pricelist css*/
.pricelist {
    font-weight: bold;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../images/price-list.webp)no-repeat center/cover;
}

tr {
    border: 1px solid var(--maincolor);
}

.stats-text {
    margin: 4rem auto;
    text-align: center;
}

.stats-text ul {
    padding: 30px 0 10px;
    gap: 10px;
    border-top: 1px solid var(--maincolor);
}

.stats-text ul li {
    flex-grow: 1;
}

.stats-text ul li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.stats-text ul li h6 {
    font-weight: 700;
    font-size: 20px;
    color: var(--maincolor);
}

/*end here*/

/*Amenities section css*/
.owl-theme .owl-nav [class*='owl-']:hover {
    color: white !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot :hover {
    background-color: transparent !important;
    color: black;
}

.amenti {
    position: absolute;
    bottom: 0;
    left: 0;
}

.owl-prev,
.owl-next {
    margin: 0 10px !important;
    font-size: 50px !important;
}

.thumb {
    position: relative;
}

.thumbtextwrap {
    color: white;
    width: 100%;
    top: 0;
    position: absolute;
    margin: 0 auto;
    height: 100%;
    background-color: var(--maincolor);
    opacity: 0;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    padding: 30px;
}

.thumb:hover .thumbtextwrap {
    opacity: 1;
}

.thumbpara {
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    color: #dddddd;
    font-size: 1rem;
}


/*site plan*/
.site-card img {
    width: 100%;
    height: 500px;
    background: url("../images/sitePlan.webp") no-repeat center/cover;
}

.container2 {
    position: relative;

}

.container2:hover .overlayRC {
    bottom: 0;
    height: 100%;
}

/*end here*/
/*floorplan css*/
.blur {
    filter: blur(2px);
}

.floorplan {
    background: var(--maincolor);
}

.about-over img {
    height: 100%;
    width: 100%;
}

/*Over effect start*/
.container1 {
    position: relative;
    width: 100%;
}

.overlayRC {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.container1:hover .overlayRC {
    bottom: 0;
    height: 100%;
}

.image1 {
    display: block;
    width: 100%;
    height: auto;
}

.thumb:hover .thumbtextwrap {
    opacity: 1;
}

.thumb:hover .imgtitle {
    opacity: 0;
}

.thumbinfo {
    border: 2px solid var(--secondary-color);
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.contentAmen {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    padding: 20px;
}

.floorplan1 {
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
}

.floor-head {
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    color: var(--maincolor);
}


/*end */
/*Virtual tour css*/
.virtual-card {
    height: 550px;
    background: url("../images/manoClub5.webp") no-repeat center/cover;
    margin: auto;
    width: 80%;
    color: white;
}

.virtual-span {
    border-radius: 50%;
    position: relative;
    left: 45%;
    top: 40%;
    font-size: 50px;
    background: #00000036;
}


/*end here*/

/*Appointment section css*/
.appointment {
    color: white;
    text-align: center;
    background: var(--maincolor);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*end here*/

/*Gallery section css*/
/* .sneak-peak {
    background: linear-gradient(135deg, #667eea 0%, var(--maincolor) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(../images/project-bg.webp) no-repeat top/cover;
} */

.gallery .card2 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
}

.gallery .card1 {
    border: none;
    overflow: hidden;
    box-shadow: 0 5px 15px grba(0, 0, 0, 0.1);
}

.gallery .card1 img {
    width: 100%;
    height: 250px;
    cursor: pointer;
    object-fit: cover;
    transition: .2s linear;

}

.gallery .card1 img:hover {
    padding: 20px;
    border-radius: 20px;
    transform: scale(1.1);
}

/*end here*/

/*location css*/
.location-map-section {
    color: var(--secondary-color);
    background: var(--maincolor) !important;
}

.location-map {
    background: #bf953f;
}

.location-map iframe {
    margin-left: -200px;
}


.location ul li {
    color: var(--secondary-color);
    font-weight: bold;
    line-height: 40px;
}

/*end here*/
/*Bootom Form*/

form.bottom-form {
    background-color: #0c114b00;
    padding: 27px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}


form.bottom-form input {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 16px;
    font-size: 15px;
    border: 0;
}

form.bottom-form textarea {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 16px;
    font-size: 15px;
    border-radius: 0;
    border: 0;
}

form.bottom-form select {
    background-color: white;
    color: gray;
    height: 50px;
    width: 100% !important;
    padding: 14px 10px;
    margin-bottom: 16px;
    font-size: 15px;
    border: 0;
}

form.bottom-form button {
    color: white;
    width: fit-content;
    border: 0;
    font-size: 24px;
    margin-top: 10px;
    background-color: var(--maincolor);
}

.btn-close {
    font-size: 30px;
    font-family: sans-serif !important;
    background: white !important;
    padding: 0px 5px 12px 5px;
    border-radius: 22px;
    position: absolute;
    right: -22px;
    top: -23px;
}

.form-heading {
    font-size: 1.8rem;
}

footer {
    color: white;
    background-color: var(--maincolor);
}

footer li {
    list-style: none;
}

/*thank you page css*/

.thannks {
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/manoClub5.webp)no-repeat center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 170px 0px;
}

.thannks h2 {
    font-size: 50px;
}

.banner-mobile {
    display: none;
}

.modal {
    --bs-modal-border-color: #f8f9fa8f !important;
}

@media screen and (max-width:768px) {
    .navbar-toggler {
        margin: 0px;
    }

    form.bottom-form {
        padding: 5px !important;
    }

    .headerT {
        margin: 0 20px;
    }

    .navlogo {
        margin: auto;
    }

    .delay-form-pop {
        display: none;
    }

    .modal-dialog {
        padding: 20px;
        top: 100px;
    }

    .pop-form {
        padding: 10px 0px;
    }

    .btn-close {
        right: -10px;
    }

    .virtual-span {
        left: 39%;
    }

    .popup .cnt223 {
        min-width: 80%;
        width: 90%;
    }

    .cnt223 form h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    form.pop-form input {
        padding: 5px 10px;
    }

    .delay-form {
        padding: 10px 0px;
    }

    .cnt223 form button {
        height: 35px;
    }

    form.pop-form select {
        background-color: white;
        color: gray;
        height: 50px;
        padding: 7px 10px;
    }

    .location-map {
        height: 350px;
    }

    .footer-widget-logo {
        text-align: center;
    }

    .whatsapp {
        z-index: 999 !important;
        display: flex !important;
        box-shadow: 0 0 15px #00361E;
        position: fixed;
        bottom: 0px;
        /*top:200px;*/
        background-color: white;
        color: black;
        display: block;
    }

    .whatsapp .card {
        border: none;
    }

    /* footer {
        padding-bottom: 70px;
    } */

    footer li {
        font-size: 14px !important;
    }

    .headS2 {
        display: none;
    }

    .whatsapp-icon {
        bottom: 75px;
        left: 10px;
    }

    #chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
        right: 10px;
    }

    #chat-bot-launcher-container.chat-bot-launcher-notext {
        bottom: 80px !important;
    }

    .video .video-wapper {
        width: 100%;
        margin: auto;
    }

    td {
        font-size: 13px !important;
    }

    td .btn {
        font-size: 0.7rem !important;
    }

    .virtual-card {
        height: 400px;
        width: 100% !important;
    }

}

@media screen and (max-width: 1152px) and (min-width:768px) {
    .headerT {
        font-size: 12px !important;
    }

    .bannermax {
        width: 60% !important;
    }

    .video .video-wapper {
        width: 100%;
        margin: auto;
    }

    .configuration-item h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 850px) {
    .banner-container {
        height: 400px;
    }

    .banner-mobile {
        display: block;
        background: var(--maincolor);
        ;
    }

    .banner-cnt {
        display: none;
    }
}

@media screen and (max-width:952px) {
    .location-map iframe {
        margin-left: 0px !important;
        padding: 0 30px;
    }
}