@font-face {
    font-family: "Marcellus";
    src: url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.eot");
    src: url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/bb551feb34fe60fd58f9b5913dd05073.svg#Marcellus")format("svg");
}


* {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: "Marcellus" !important;

}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    position: relative;
}

.banner-sec img {
    width: 100%;
}


h1,
h2,
h3,
h4 {
    font-family: "Marcellus" !important;
}

.pding {
    padding: 60px 0px !important;
}

h2 {
    font-size: 32px !important;
    margin-top: 10px !important;
    color: #111;
    font-weight: 500;
}

.abtleft {}

.aboutsection {}

.smallheding {
    font-size: 20px !important;
    color: rgb(176, 139, 84) !important;
    font-weight: 500;
}

.abtrtpic img {
    width: 100%;
}

.abtleft h1 {}

.abtleft h2 {
    font-size: 34px;
    margin-top: 7px;
}

.abtleft p{ text-align: justify;}

.projecthighlisec {
    position: relative;
    background: #fbf9f6;
    padding-bottom: 0px !important;
}


.aboutseccta {}


.aboutseccta a {
    color: #fff;
    background-color: #b58a57;
    font-size: 17px;
    padding: 8px 20px;
    border-radius: 4px;
}

.aboutseccta a:hover {
    color: #fff;
    background-color: #a17b4c;
}



.starpic1 {


    position: absolute;
    left: 25%;
    top: 16%;
    width: 25px;
}


.starpic2 {
    position: absolute;
    left: 11%;
    top: 47%;
    width: 40px;
}


.starpic3 {
    position: absolute;
    right: 10%;
    top: 12%;
    width: 40px;
}



.projecthighcent {
    text-align: center;
}

.projecthighcent img {
    width: 100%;
    margin-top: 30px;
}

.projecthighcent h4 {
    font-size: 15px;
    color: #3d3d3d;
}

.projecthighcent h3 {
    margin: 15px 0px 20px 0px;
    font-size: 30px;
}



/* gl section */
.pding {
    padding: 80px 0;
}

.gallerysec {
    position: relative;
}

.gallery-head {
    margin-bottom: 50px;
}

/* .gallery-head span {
    color: #b58a57;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
} */

.gallery-head h2 {}

.gallery-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: auto;
    transition: 0.5s;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.gallery-box img.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.gallery-box:hover img.bg-img {
    transform: scale(1.08);
}

.overlay-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 280px;
    background: #fff;
    border-radius: 18px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.round-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    /* overflow: hidden; */
    position: relative;
}

.round-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-text {
    display: none;
    position: absolute;
    right: -10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
    background: #b58a57;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 18px;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    padding: 10px;
}

/* .gallery-box:hover .hover-text {
    opacity: 1;
    transform: scale(1);
} */

.overlay-card h3 {
    margin-top: 17px;
    font-size: 20px;
    color: #111;
}

.content-sec {
    margin-top: 25px;
}

.content-sec h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}





/* vdoytbx */
.vdoytb {
    margin-bottom: 60px;
}

.vdoytbx {
    margin-bottom: 30px;
}

.vdoytbx iframe {
    width: 100%;
    height: 500px;
}

/* locations section =============================================== ================== ============ ======== ====== ==== === == =*/
/* .pding {
    padding: 80px 0;
} */

.location-sec {
    background: #f6f4f2;
}

.location-content h3 {
    font-size: 25px;
    color: #b58a57;
    margin-bottom: 20px;
    font-weight: 500;
}

.location-box {
    margin-bottom: 15px;
}

.tukkugudahdmn {
    text-align: center;
}

.location-box h3 {
    font-size: 20px;
    color: #b58a57;
    margin-bottom: 8px;
    font-weight: 700;
}

.location-box ul {
    padding-left: 25px;
    margin: 0;
}

.location-box ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.5;
}

.map-box iframe {
    width: 100%;
    height: 550px;
}

.faq-btn {
    margin-top: 40px;
}

.faq-btn a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #b58a57;
    color: #fff;
    padding: 5px 25px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;

}

.faq-btn a:hover {
    background: #8f6e45;
    text-decoration: none;
    color: #fff;
}

.faq-btn a span {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.faq-btn a:hover {
    transform: translateY(-5px);
}





/* footer */

.footer {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    background-color: #b58a57;
}

.footltbx a {
    background-color: #fff;
    padding: 10px 20px;
    margin-right: 25px;
    border-radius: 5px;
    font-size: 20px;
    color: #b08b54;
    text-decoration: none !important;
}

.footltbx a:hover {
    background-color: #fff;
    color: #b08b54;
}

.footltbx {
    margin: 25px 0px 40px 0px;
}

.footlt h3 {
    color: #fff !important;
    font-size: 40px;
}


.footerlgs {
    display: flex;
}

.footerlgsleft img {
    width: 200px;
}


.footerlgsright p {
    color: #fff !important;
}

.footltbox {
    padding-left: 100px;
}

.footltbox ul li {
    margin-bottom: 15px;
    color: #fff;
    list-style-type: none;
}

.footltbox ul li a {
    color: #fff !important;
    margin-right: 40px;
    text-decoration: none !important;
}

.footltbox ul li span {
    font-weight: 600;
    letter-spacing: 2px;
}

.footerlgsright span {
    font-weight: 600;
    letter-spacing: 2px;
}

.fa {
    font: normal normal normal 14px / 1 FontAwesome !important;
}


.footltboxrt {
    float: right;
}

.footbtm p {
    text-align: center;
    color: #fff;
}


.footbtm {
    border-top: 1px solid #EED;
    padding-top: 16px;
    margin-top: 20px;
}





































@media(max-width:991px) {

    .location-content h2 {
        font-size: 30px;
    }

    .location-box h3 {
        font-size: 26px;
    }

    .location-box ul li {
        font-size: 18px;
    }

    .faq-btn a {
        font-size: 20px;
        padding: 15px 28px;
    }

    .faq-btn {
        text-align: center;
    }

    .map-box {
        margin-top: 30px;
    }
}




















@media(max-width:991px) {



    .overlay-card {
        width: 270px;
        height: 240px;
    }

    .round-img {
        width: 140px;
        height: 140px;
    }

    .overlay-card h3 {
        font-size: 28px;
    }

    .content-sec h4 {
        font-size: 34px;
    }

    .content-sec p {
        font-size: 18px;
    }
}











@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}



































/* FAQS SECTION */



.faq-box {
    margin-bottom: 22px;
}

.accordion {
    width: 100%;
    border: none;
    background: #f8f7f5;
    border-radius: 11px;
    padding: 18px 20px;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    font-size: 17px;
    color: #3b3937;
    line-height: inherit;
    padding-right: 90px;
}

.accordion:hover {
    border-color: #c4a26a;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: none !important;
    background: #b58a57;
    color: #fff;
}

.accordion.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: none !important;
    background: #b58a57;
    color: #fff;
}

.accordion:after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1ebe1;
    color: #b78b47;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 300;
    transition: 0.3s;
}

.accordion.active:after {
    content: "−";
    background: #b78b47;
    color: #fff;
}

.panel {
    background: #f8f7f5;
    border-top: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.panel-content {
    padding: 10px 32px 32px;
}

.panel p {
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 1.9;
    font-family: 'Cormorant Garamond', serif;
}

.faq-section {
    padding: 60px 0;
}

.faq-section h3 {
    color: #b58a57;
    text-align: center;
    margin-bottom: 30px;
}


textarea {
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    border: 1px solid #b58a57;
    outline: none;
    resize: none;
    font-size: 16px;
    font-family: serif;
    color: #333;
    background: #fff;
}

textarea::placeholder {
    color: #999;
}

.modal-title {
    margin: auto 0 auto auto;
    color: #b58a57;
    font-weight: 600;
}

.modalpopfmbtn {
    background: #b58a57;
    padding: 8px 18px;
    color: #fff;
    border: none !important;
    border-radius: 7px;
    font-size: 15px;
    display: flex;
    margin: 0 auto;

}







.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: serif;
    transition: 0.3s ease;
    border: 1px solid #b58a57;
    margin: 0px 10px;

}



.cta-btn.filled {
    background: #b58a57;
    color: #fff;
}

.cta-btn.outline {
    background: transparent;
    color: #b58a57;
}

.cta-btn:hover {
    transform: translateY(-2px);
}

.cta-buttons {
    display: flex;
    justify-content: center;
}

.bannerfm h3 {
    display: none;
    text-align: center;
    font-size: 22px;

    margin: 10px 0px 10px 0px;
}

.bannerfm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

.bannerfm form {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    background: #b58a57;
    padding: 16px 20px 4px 20px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #fff;
    margin-bottom: -4px;

}


.modal_div {
    z-index: 99999999;
    transform-origin: right bottom 0;
    position: fixed;
    top: 58%;
    right: 36px;
    line-height: 1;
    margin: 0px;
    text-align: center;
    transform: rotate(90deg);
}

.bannerst {
    background: #b58a57;
    padding: 8px 26px;
    color: #fff;
    border: none !important;
    border-radius: 4px;
    font-size: 15px;
    display: flex;
    border: 1px solid #fff !important;
    margin-bottom: 15px;
}

.mobilebtnfoot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;

}


.mobilebtnfoot a {
    position: absolute;
    padding: 7px 10px;
    color: #fff;
    background-color: #b08b54;

}





.bottom_sticky {
    bottom: 0px !important;
    z-index: 99 !important;
    position: fixed;
    bottom: 0px;
    left: 0;
    display: none ;
    width: 100%;
}


.ppblmbtnfoot {
    width: 50%;
    padding: 7px 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.ppblmbtnfoot:hover {
    text-decoration: none;
    color: #fff;
}

.projecthighboxmobile {}


.projecthighboxml {
    border: 2px solid #b58a57;
    text-align: center;
    padding: 15px 0px;
    margin: 15px 0px;
    background: #fbf9f6;
}

.projecthighboxml img {
    width: 45px;
    padding-bottom: 8px;
    margin: 0 auto;
}

.projecthighboxml p {
    font-size: 15px;
    text-align: center;
}

.projecthighboxmobile{
    display: none !important;
}

.sublogo{
    width: 100px;
}

@media(max-width: 968px){
    
    .bannerfm {
        display: block;
        position: relative;
        bottom: 0px;
    }

    .bannerfm {
        display: block;
        justify-content: space-between;
        width: 100%;
        position: relative;
        bottom: 0px;
        z-index: 9;
        padding: 20px;
        background: #b58a57;
    }


    .bannerfm form {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        background: #b58a57;
        padding: 0px;
        border-radius: 0px;
        border: 0px;
        margin-bottom: 0px;
    }

    .bannerfm h3 {
        display: block;
        color: #fff;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 400;
    }

    .bannerst {
        margin: 0 auto;
    }

}
@media(max-width:767px) {
        
    .projecthighboxmobile{
        display: block !important;
    }

    .priectmainpic{
        display: none;
    }
    .bottom_sticky {

        display: flex;
        background: #b58a57;
        border-top: 1px solid #fff;

    }

    .modal_div {
        display: none !important;
    }

    .abtrtpic {
        padding-top: 20px;
    }

    .pding {
        padding: 30px 0px !important;
    }

    .cta-buttons {
        display: block;
    }

    .accordion {
        font-size: 17px;
        padding: 14px 10px;
        padding-right: 75px;
    }

    .accordion:after {
        width: 25px;
        height: 25px;
        right: 18px;
        font-size: 26px;
    }

    .footlt h3 {
        font-size: 25px;
    }

    .footltbx a {
        background-color: #fff;
        padding: 6px 15px;
        margin-right: 12px;
        border-radius: 5px;
        font-size: 16px;
    }

    .footltbox {
        padding-left: 0px;
    }

    .cta-buttons {
        display: block;
    }

    .footerlgs {
        display: block;
    }

    .footerlgsleft img {
        width: 200px;
        margin: 17px 0px;
    }

    .footerlgsright p {
        font-size: 15px;
    }

    .panel-content {
        padding: 10px 20px 25px;
    }

    .footer {
        padding-top: 30px;
    }

    .faq-section {
        padding: 30px 0 15px 0;
    }


    .panel p {
        font-size: 15px;
        line-height: 1.8;
    }

    h2 {
        font-size: 24px !important;
    }

    .projecthighcent h3 {
        margin: 10px 0px 13px 0px;
        font-size: 22px;
    }

    .starpic1 {
        left: 21%;
        top: 11%;
        width: 14px;
    }

    .starpic3 {
        right: 9%;
        top: 6%;
        width: 28px;
    }

    .overlay-card h3 {
        font-size: 18px;
    }

    .content-sec h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .content-sec {
        margin-top: 4px;
        margin-bottom: 30px;
    }

    .gallery-box {
        margin-bottom: 15px;
    }

    .gallery-head {
        margin-bottom: 20px;
    }

    .location-content h3 {
        font-size: 19px;
    }

    .location-box h3 {
        font-size: 19px;
    }

    .location-box ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .map-box iframe {
        height: 250px;
    }

    .faq-btn a {
        font-size: 16px;
        padding: 5px 27px;
    }

    /* vdoytbx */
    .vdoytb {
        margin-bottom: 30px;
    }

    .contentseclast{
        margin-bottom: 0px;
    }

    .contentseclast p{
        padding-bottom: 0px;
         margin-bottom: 0px;
    }


    .footer {
     padding-bottom: 60px;
    }
    .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 9px 17px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        font-family: serif;
        transition: 0.3s ease;
        border: 1px solid #b58a57;
        margin: 0px 10px;
        width: 80%;
        display: flex;
        border-radius: 8px;
        /* text-align: center; */
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 15px;
        text-decoration: none !important;

    }


    .cta-buttons {
        display: block;
    }

    .vdoytbx iframe {
        height: auto;
    }

    .vdoytbx {
        margin-bottom: 15px;
    }

}