@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}
body{
    font-family: "Work Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Work Sans", sans-serif;
}

a{
    font-family: "Work Sans", sans-serif;
}
/* bn common */
.btn-common {
    background-color: #120c04;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin-left: 2px;
    transition: all 0.45s ease-out;
    text-transform: capitalize;
    text-decoration: none !important;
    font-weight: 500;
}
.btn-common:hover {
    color: #fff !important;
    background-color: #B37428;
    border-color: #B37428;
}
/* nav button */
.tf-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B37428;
    color: #fff;
    padding: 0px 5px 0px 30px;
    border-radius: 28px;
    position: relative;
    z-index: 1;
    width: max-content;
    font-weight: 500;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    overflow: hidden;
    text-decoration: none;
    line-height: 20px;
}
.tf-btn:hover{
    text-decoration: none;
}
.tf-btn .text-style {
    color: #fff;
    transform: translateX(0px);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-btn:hover .text-style {
    text-decoration: none !important;
}
.tf-btn .icon {
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--Secondary);
    border-radius: 50%;
    position: relative;
}

/* sidenave */
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    padding: 20px 15px !important;
}
.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0%;
    right: 0;
    /* display: none; */
    /* opacity: 0; */
    background: rgba(32, 35, 44, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 130px; */
    /* padding-top: 80px; */  
  }
  
  
  .sidenav a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-decoration: none;
    /* font-size: 25px; */
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    /* font-family: Montserrat; */
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
    /* font-size: 36px;
    margin-left: 50px; */
}

.hamburger-box {
    width: 34px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.is-active .hamburger-inner::before {
    transform: translate3d(0, -8px, 0) rotate(45deg);
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 6px;
    position: relative;
    left: 16px;
}

/* section style */
section{
    padding: 90px 0;
}
h2.section-title {
    font-size: 46px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 30px;
}
.white-text {
    color: #fff !important;
}

/*---------------------- banner section style -----------------------*/
/* section.banner {
    position: relative;
    padding: 140px 0 100px;
    z-index: 3;
    background: linear-gradient(0deg, rgb(49 47 48 / 43%), rgb(0 0 0 / 53%)), url(../images/banner/BilvaDhara-D.jpg) bottom / cover;

} */
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 25px;
    z-index: 1;
    background: #000000b3;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.carousel-control-prev {
    left: 44.5%;
}
.carousel-control-next {
    right: 44.5%;
}
h1.title.font-farmhouse {
    font-size: 68px;
    color: #fff;
    line-height: 78px;
    font-weight: 600;
    margin-bottom: 20px;
}

p.sub-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

p.b-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
}
/* ----------------------farming --------------------------- */
section#perfectFarming {
    display: none;
}
/*-----------------------  about section style -------------------------*/
.mb-60 {
    margin-bottom: 60px;
}
.about-layout3 .title-area span {
    display: inline-block;
    color: #000;
}
.title-area .sec-subtitle {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
h2.sec-title {
    font-size: 46px;
    line-height: 50px;
}
.about-layout3 .title-area span {
    display: inline-block;
    color: #B37428;
}

.about-layout3 .about-img .img-content {
    max-width: 410px;
    background-color: #B37428;
    text-align: center;
    padding: 30px;
    position: absolute;
    transform: translate(-80px, 30px);
    bottom: 0;
}
.about-img img {
    width: 100%;
}
h2.img-title.h4 {
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px;
}


/*----------------------------- how it work ------------------------------------------ */
section#howitwork {
    background: #f7f5f5;
}
.img-responsive {
    width: 100%;
}

/* ------------------------testimonial ------------------------------ */
section#testimonials {
    background-size: 50% !important;
        background-repeat: no-repeat !important;
    background-position: left bottom !important;
    z-index: 3;
    background: url(../images/23.png) bottom / cover;
    background-attachment: fixed;
    
}
.bg-gray{
    background: #f7f5f5;
}
.review-2 {
    text-align: center;
    background-color: #fff;
    padding: 0px 0px;
    margin: 0 10px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(10, 10, 10, .05);
}
.testimonial-info {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 360px;
    width: 360px;
    margin: 30px;
    margin-bottom: 40px;
}
.testimonial-info h4 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 800;
    color: var(--dark);
}
.testimonial-info img:first-child {
    left: -28px;
    top: -25px;
}
.testimonial-info img:nth-child(2) {
    left: -50px;
    bottom: 40px;
    height: 100px;
}
.testimonial-info img:nth-child(3) {
    right: -80px;
    height: 140px;
    top: 80px;
}
.testimonial-info img:nth-child(4) {
    right: 30px;
    bottom: -50px;
    height: 130px;
}
.testimonial-info img {
    border-radius: 50%;
    position: absolute;
    height: 150px;
    background: var(--white);
    padding: 2px;
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
}

/*---------------------------- configuartion ----------------------------*/

/* new-style */
.hp-title h4 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    /* margin-bottom: 20px; */
    position: relative;
    text-align: left;
    width: 100%;
}

.hp-title {
    bottom: 0;
    text-align: center;
    position: absolute;
    /* top: 171px; */
    /* height: 29%; */
    width: 100%;
    background: #b37428;
    margin: 0 auto;
    left: 0;
    border-bottom-left-radius: 10px;
    text-align: center;
    border-bottom-right-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.gallery-img.hp-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.hp-title h5 {
    color: #ffffff;
    float: right;
    font-size: 16px;
}

.hp-title h4:after {
    /* content: ""; */
    position: absolute;
    height: 2px;
    width: 55px;
    left: 118px;
    top: 64px;
    background: #fff;
}
.bg-image-config {
    /* background: url(../images/bg/Dharmasthala-1.webp) bottom / cover;
    background-attachment: fixed; */
}
.bg-image-config {
    position: relative;
}
section#configuration:before {
    content: '';
    background: #eff2f5;
    width: 100%;
    /* height: 446px; */
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.config-img-wrap img {
    max-width: 320px;
    min-width: 320px;
    width: 100%;
    min-height: 275px;
    max-height: 275px;
    object-fit: cover;
}

/* .config-text-wraper {
    background: #b37428;
    border-radius: 5px;
    overflow: hidden;
} */
.config-text-wraper {
    background: #212529;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    
}
.con-img-text {
    /* padding: 25px 20px;
    text-align: left; */
    padding: 40px 20px 25px;
    text-align: left;
    justify-items: center;
    width: 100%;
}

.con-img-text p {
    color: #fff;
}
/* -------------------------- */
.config-text-wrap {
    padding: 20px 0;
    color: #fff;
}
.config-text-wrap h3 {
    font-size: 24px;
    font-weight: 400;
}
a.btn.btn-quote {
    margin-top: 25px;
    border: 1px solid #fff;
    background: #fff;
}
/* ------------------------------gallery --------------------------------- */
.owl-dots {
    top: 20px;
}
.owl-carousel button.owl-dot.active {
    background: #b37428 !important;
    padding: 2px 15px !important;
    border-color: #b37428 !important;
}
.gal-wrap .gallery-img {
    padding: 0 8px;
}
.gallery-img a img {
    border-radius: 10px;
    width: 300px;
    height: 400px;
    object-fit: cover;
}
/* amanities */
section#amanities {
    position: relative;
    padding: 60px 0 60px;
    z-index: 3;
    background: url(../images/bg/provide-bg-1.jpg) bottom / cover;
    background-attachment: fixed;
}
/* .amanities-card {
    background-color: rgba(20, 117, 51, 0.7450980392);
    padding: 60px 70px;
} */

.amanities-card {
    background-color: rgb(179 116 40 / 68%);
    padding: 52px 70px;
}
section#location .amanities-card {
    background-color: rgb(179 116 40);
    padding: 52px 70px;
}
.am-title-wrap {
    padding-bottom: 17px;
    padding-left: 10px;
}

span.sec-subtitle {
    color: #fff;
}

.am-title-wrap h2.sec-title {
    color: #fff;
    font-size: 46px;
    margin-bottom: 18px;
}

.amanities-card .provide-item:not(:last-child) {
    margin-bottom: 30px;
}
.amanities-card .provide-item {
    display: flex;
    align-items: center;
}

.provide-icon img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.amanities-card .provide-item .provide-icon {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
    transition: all 0.5s ease;
    margin-right: 15px;
}

.amanities-card .provide-item .provide-content .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

/* --------------------------------location adv ---------------------------- */
.provide-icon svg {
    width: 32px;
}
.provide-icon img {
    width: 100%;
}
.loc-adv-wrap .provide-item {
    margin-bottom: 10px !important;
}
p.text {
    color: #fff;
}
#location .about-img .img-content {
    /* max-width: 410px;
    background-color: #B37428;
    text-align: center;
    padding: 30px;
    position: absolute;
    transform: translate(-80px, 30px); */
    bottom: 62px;
}
/* -------------------------------- why invest ----------------------------- */
.adv-card {
    text-align: center;
    margin-top: 30px;
    background: #b37428;
    padding: 20px;
    border-radius: 5px;
    height: 200px;
}

section#whyinvest {
    background: #f7f5f5;
}
.adv-card svg {
    width: 45px;
    height: 65px;
    object-fit: fill;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 20px;
}
.adv-card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
/* ----------------------------------------------------------------- */
.adv-card-wrap .adv-card {
    text-align: center;
    margin-top: 30px;
    background: #b3742800;
    padding: 20px 10px;
    border-radius: 5px;
    height: 200px;
}

section#whyinvest-- {
    background: #f7f5f5;
}
.adv-card-wrap .adv-card svg {
    width: 45px;
    height: 65px;
    object-fit: fill;
    margin-bottom: 20px;
    color: #b37428;
    margin-top: 20px;
}
.adv-card-wrap .adv-card img {
    width: 60px;
    height: 60px;
    object-fit: fill;
    margin-bottom: 20px;
    color: #b37428;
    margin-top: 20px;
}
.adv-card-wrap .adv-card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
}
/* ----------------------mind ------------------------------------- */
section.mind:before {
    content: '';
    background: #f7f5f5;
    width: 100%;
    height: 446px;
    top: 0;
    position: absolute;
}

section.mind {
    position: relative;
}
.mind-wrap {
    background-color: #b37428;
    max-width: 383px;
    width: 100%;
    min-height: 370px;
    border-radius: 20px;
    margin-top: 48px;
    margin-bottom: -65px;
    padding: 0px 25px 47px;
    text-align: center;
    display: inline-block;
}

.mind-wrap img {
    width: 125px;
    height: 125px;
    margin-top: -60px;
    margin-bottom: 30px;
    border-radius: 50%;
    position: relative;
    align-items: center;
    object-fit: cover;
}

h4.mind-title {
    color: #fff;
}

h5.des {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

p.mind-text {
    color: #fff;
}

h5.des:after {
    content: "";
    position: absolute;
    width: 85px;
    height: 2px;
    background-color: #fff;
    bottom: -13px;
    left: 37%;
    display: none;
}
/*----------------------- reward ------------------------------------*/
.project-img img {
    width: 200px;
    /* height: 200px; */
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.project-img {
    padding: 10px;
    border-radius: 10px;
}
/*------------------------------- footer -------------------------------------*/
section#contact {
    position: relative;
    padding: 120px 0 90px;
    z-index: 3;
    background: linear-gradient(0deg, rgb(49 47 48 / 43%), rgb(0 0 0 / 53%)), url(../images/banner/index-2.jpg) bottom / cover;
    background-attachment: fixed;
}
form#contactForm {
    display: block;
    position: relative;
}
p.foo-txt {
    color: #fff;
}
p.footer-call {
    color: #fff;
}
.gap {
    display: block;
    height: 80px;
}
.contact-form-wrapper {
    padding: 2.7rem;
    background: #fff;
    border-radius: 10px;
}

input.name-input{
    background: url('../images/icon/input-user.png') no-repeat 12px 15px;
}

input.email-input{
    background: url('../images/icon/input-envelope.png') no-repeat 12px 15px;
}

input.phone-input{
    background: url('../images/icon/phone-73-20.png') no-repeat 12px 15px;
}

.form-control {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;

    padding: 12px 35px 12px 15px;
    font-size: 16px;
    padding-left: 50px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    background-color: #f5f5f5 !important;
    background-clip: padding-box;
    /* border: 1px solid #c7c7c7; */
    border: 1px solid #ffffffb3;

    outline: none;
    box-shadow: none;
    border-radius: 8px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input.form-control:focus,
select.form-control:focus,
.textarea-file-sec:focus,
textarea.form-control:focus {
    border: 1px solid #141512;
    outline: 0 !important;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
}
.form-control:focus-visible {
    outline: 0 !important;
}
p.footer-call a {
    color: #fff;
}
/* botom footer */


.footer-btm {
    background: #100a04;
    padding: 20px 0;
}
.footer-btm .copyrt p {
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0 0;
}
/* .footer-btm .copyrt p {
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
} */

.copyrt p {
    font-size: 16px !important;
    /* color: fff; */
}

/* hotspot */
.hotspot-list ul {
    padding-left: 20px;
}

.hotspot-list ul li {
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 600;
}

.hotspot-list ul li span.li-text {
    width: 265px;
    display: inline-block;
    position: relative;
}



.modal-dialog {
    position: relative;
    width: auto;
    margin: 140px auto;

}

.modal-content {
    border-radius: 0px;
    border: 0px solid #fff;
    padding: 8px;
}

.modal-header {
    /* background: #bd9746; */
    color: #bd9746;
    border: none;
}
.button-close{
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
    box-shadow: none;
    border: none;
}
.modal-header .close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.modal-body {
    padding:10px 1.5rem 1.5rem;
}

.modal-footer {
    border-top: none;
    padding: 1rem 1.5rem;
    text-align: center;
}

.modal-footer .btn {
    min-width: 100px;
}
.btn-common {
background-color: #141512;
    border: none;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin-left: 2px;
    transition: all 0.45s ease-out;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    /*-------------------- banner ----------------------*/
    .carousel-control-prev {
        left: 34.5%;
    }
    .carousel-control-next {
        right: 34.5%;
    }


    /* h1.title.font-farmhouse {
        font-size: 32px;
        color: #fff;
        line-height: 44px;
    } */
    /* section.banner {
        position: relative;
        padding: 140px 0 50px;
        background: linear-gradient(0deg, rgb(49 47 48 / 43%), rgb(0 0 0 / 53%)), url(../images/banner/BilvaDhara-M.jpg) bottom / cover;
    } */

    h2.sec-title {
        font-size: 32px;
        line-height: 35px;
    }
    h2.section-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .am-title-wrap h2.sec-title {
        color: #fff;
        font-size: 32px;
    }
    /* ----------------------- */
    .about-layout3 .about-img .img-content {
        max-width: 100%;
        width: 84%;
        background-color: #b37428e0;
        text-align: center;
        padding: 22px;
        position: absolute;
        transform: translate(-40px, 34px);
        bottom: 0;
        left: 73px;
    }
    /* -------------------------- */
    .config-text-wraper {
        margin-bottom: 20px;
    }

    /* ---------------------------------- */
    .amanities-card {
        background-color: rgb(179 116 40 / 68%);
        padding: 52px 15px 25px;
    }
    .amanities-card .col-lg-6 {
        margin-bottom: 30px;
    }
    /* ------------------------------- */
    .mind-wrap {
        margin-bottom: 30px;
    }
    .footer-btm .copyrt p {
        text-align: center;
        padding: 18px 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 70px 10px;
    
    }
    .modal-title{
        font-size: 18px;
    font-weight: bold;
    }
    
    .config-img-wrap img {
        max-width: 100%;
        max-height: 380px;
    }
    .conf-text {
        position: absolute;
        width: 88% !important;
        text-align: center;
        background: #1c1c1ec9;
        left: 25px;
        top: 10px;
        padding: 25px 0px;
    }
    .farm-card-wrap .farm-card img {
        color: #bc8542;
        width: 40px !important;
        height: 40px;
        opacity: .8;
    }
}
.banner-btn-wrap:hover{
cursor: pointer;
}
.tf-btn:hover{
    cursor: pointer;
}

/* ------------------------------------------------------------- */
.img-content {
    display: none;
}
.map-link{
    line-height: 0px;
}