@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
  --brand:#0d6efd;
  --text:#1f2937;
}
body{color:var(--text);}
.topbar{background: #A15640;padding: 12px 0 !important;}
.navbar .nav-link{font-weight:500;}
.navbar .nav-link.active{color: #fff !important;}

.hero .container{position:relative;z-index: 1;}
.about-teaser h6{letter-spacing:.08em;}
.property-card img{height:220px; object-fit:cover;}
.footer{background: #000;color:#e5e7eb;margin: 0 !important;padding: 60px 0 0 0 !important;}
.text-white-75{color:#cbd5e1}
.page-hero{background:#f8fafc; border-bottom:1px solid #eef2f7;}
.card .rounded-circle{object-fit:cover;}


p,li,a,span,h5,h6{
  font-family: "Inter", sans-serif !important;
}

h1,h2,h3,h4{
  font-family: "Poppins", sans-serif !important;
}


.hero .col-lg-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero  h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 70px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.hero  .lead.mt-3 {
    text-align: center;
    font-size: 18px;
    line-height: 25px !important;
    color: #fff;
    font-weight: 400;
}

.btn-primary {
    border-radius: 100px;
    background: linear-gradient(0deg, #A15640 0%, #A15640 100%);
    border: 1px solid #A15640;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    color: #fff !important;
    text-decoration: none;
    display: block;
    width: fit-content;
}
.hero {
    background: url(/assets/images/hero-back.webp);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-teaser .about-left {
    margin: 0;
    padding: 0;
    width: 55%;
}
.about-teaser .about-right {
    margin: 0;
    padding: 0 0 0 150px;
    width: 45%;
}

h2 {
    font-size: 50px;
    font-weight: 600 !important;
    text-transform: capitalize;
    line-height: 60px;
    color: #1e1e1e !important;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.about-teaser {
    padding: 70px 0 !important;
}

.about-teaser h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000 !important;
}
.about-teaser .row.g-3 {
    display: flex;
    gap: 20px;
}

.about-image {
    width: 49%;
    padding: 0;
    margin: 0;
}

.about-image img {
    width: 100%;
}

.about-main {
    margin-top: 70px;
}
.explore-sec .row.g-4 {
    width: 100%;
    margin: 50px 0 0 0;
}

.explore-col {
    width: 20%;
    margin: 0;
    padding: 0;
    position: relative;
}

.explore-col img {
    height: 100%;
    width: 100%;
}

.explore-sec h2 {
    text-align: center;
}

.explore-sec p {
    text-align: center;
}

.card-text {
    text-align: left !important;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.card-body {
    position: absolute;
    padding: 0 70px 0 30px;
    bottom: 20px;
}
.why-sec {
    padding: 70px 0;
    position: relative;
}

.why-left {
    width: 49%;
    margin: 0;
    padding: 0;
}

.why-right {
    width: 48%;
    padding: 0;
    margin: 0;
}

.why-right img {
    width: 100%;
}

.why-sec .row.align-items-center.g-4 {
    gap: 30px;
}

li::marker {content: "" !important;}

.why-left i {
    padding-right: 20px;
}

.why-left ul {
    padding: 0 !important;
}

.why-left h6 {
    margin-bottom: 20px;
}

.why-left li {
    padding-bottom: 10px;
}

.why-left img {
    width: 4%;
}

.why-left p {
    color: #1E1E1E !important;
}
.why-sec::before {
    position: absolute;
    width: 38%;
    height: 66%;
    content: "";
    background: url(/assets/images/why-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0;
    bottom: 0;
}

.topbar .social.small.d-flex.gap-3 a {
    color: #000 !important;
    background: #fff;
    padding: 2px 5px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm {
    background: none !important;
    position: absolute;
    width: 100%;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 2;
}

div#mainnav ul.navbar-nav.ms-auto {
    margin: 0 auto;
}

a.nav-link {
    color: #fff !important;
}


.hero::before {
    position: absolute;
    content: '';
    background: #0000005e;
    height: 100%;
    width: 100%;
}

section.cta-sec .container {display: flex;align-items: center;background: #713928;padding: 0;border-radius: 20px;}

section.cta-sec .container h2.mb-2 {
    color: #fff !important;
}


.experience-sec {
    height: 80vh;
    padding-bottom: 100px;
    background: url(/assets/images/comfort-bg.png);
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: -120px 0 0;
    z-index: -1;
}

.experience-sec h2 {
    color: #fff !important;
}

.experience-sec p {
    color: #fff;
}

.experience-sec::before {
    position: absolute;
    content: '';
    background: #00000047;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.experience-sec .container {
    position: relative;
    z-index: 1;
}

.testi-sec {
    padding: 70px 0;
}

.testi-sec h2 {
    text-align: center;
}

.testi-sec .row {
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.testi-sec .testi-left-col {
    width: 50%;
}

.testi-sec .testi-right-col {
    width: 50%;
}

.testi-right-col img {
    width: 100%;
}

.testi-sec h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 30px 0;
}

.testi-sec h5 {
    font-size: 18px;
    margin: 15px 0 0 0;
}

.testi-sec p {
    font-size: 18px;
}

.testi-sec .container {
    border-bottom: 1px solid;
}
section.faq-sec button.accordion-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}


section.faq-sec .accordion-item {
    border: none;
    border-bottom: 1px solid #9D9D9D99;
}

section.faq-sec {
    padding-bottom: 70px;
}
.footer h5.mb-3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer .d-flex.gap-3.fs-5 {
    justify-content: center;
}

.footer a.text-white-50 {
    color: #fff !important;
}

.ftr-left-col.col-lg-4 {
    text-align: center;
}

.footer h6.text-uppercase {
    color: #fff !important;
}

.footer a.text-white-75 {
    color: #fff;
    margin: 20px 0 20px 0 !important;
    display: block;
}

.footer h6.text-uppercase {
    margin: 0 0 30px 0 !important;
}

.ftr-mid-col {
    padding: 0 0 0 60px;
}

.footer .ftr-end-col .d-flex {
    gap: 50px !important;

}

.footer .ftr-end-col i {
    padding: 10px 15px;
    border: 1px solid;
}

.hero-inner {
    padding: 230px 0 120px 0;
    background: url(/assets/images/hero-inner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-inner h2 {
    color: #fff !important;
}


section.abt-sec img {
    width: 100%;
    padding: 0 0 70px 0;
}

section.abt-sec.abt-1 {
    padding-top: 70px;
}

.property-col img {
    width: 100%;
}

.property-col {
    width: 33%;
    padding-top: 20px;
}

.properties-sec {
    padding: 70px 0;
}

.properties-sec h4 {
    color: #000;
    font-size: 25px;
    margin: 25px 0 15px 0;
}

section.faq-sec.faq-inner {
    padding: 70px 0;
}

section.contact-sec {
    padding: 70px 0;
}


.info-card-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 30px;
}

.contact-info-card {
    margin: 0;
    background: #F2F2F2;
    flex-direction: column;
    text-align: center;
    width: 50%;
    padding: 20px 20px;
    gap: 0 !important;
}

.contact-info-card i {
    margin: 0 auto;
}

.contact-info-card h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 !important;
}

.contact-info-card-cntnt {
    width: 100%;
}

.contact-right form.card.shadow-sm.p-4 {
    padding: 0 !important;
    border: none;
    box-shadow: none !important;
}

.contact-right label.form-label {
    display: none;
}

.contact-right input {
    width: 100% !important;
    border: none !important;
    background: #E0E0E0;
    padding: 13px 20px !important;
}

.contact-right textarea {
    width: 100% !important;
    border: none !important;
    background: #E0E0E0;
    padding: 13px 20px !important;
}

.contact-right .row.g-3 {
    display: flex !important;
    flex-direction: column;
}

.contact-right .col-6 {
    width: 100%;
}

.testi-wrapper {
    display: flex !important;
}

button.slick-arrow {
    top: auto;
    bottom: -80px;
    height: 40px;
    width: 40px;
    border-radius: 60px;
    left: 0;
}

section.faq-sec {
    padding-top: 70px;
}

button.slick-next.slick-arrow {
    left: 50px;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    color: #000 !important;
}



@media screen and (max-width: 1300px) { 

.hero h1 {font-size: 50px;line-height: 55px !important;}

h2 {
    font-size: 40px;
    line-height: 45px;
}


 }


 @media screen and (max-width: 767px) { 

.head-right {
    display: none;
}

nav.navbar.navbar-expand-lg button.navbar-toggler.collapsed {
    border: none;
    color: #fff !important;
    background: #fff;
    padding: 2px 5px;
}

nav.navbar.navbar-expand-lg button.navbar-toggler.collapsed span.navbar-toggler-icon {
    color: #fff !important;
}

button.navbar-toggler {
    background: #fff;
}

.navbar img {
    width: 80%;
}

.hero h1 {
    font-size: 35px;
    line-height: 40px !important;
    z-index: -1;
    position: relative;
}

.navbar-collapse {
    background: #fff;
    position: relative;
}

.navbar-collapse a.nav-link {
    color: #000 !important;
    padding: 10px 20px;
}

.navbar-collapse a.nav-link.active {
    color: #000 !important;
}



.about-teaser .row.align-items-center.g-4 {
    flex-direction: column;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

.about-teaser .about-left {
    width: 100%;
    padding: 0 20px;
}

.about-teaser .about-right {
    width: 100%;
    padding: 0;
    padding: 0 20px;
}

.about-teaser h6 {
    text-align: center;
}

.about-teaser h2 {
    text-align: center;
}

.about-teaser p {
    text-align: center;
}



.about-teaser a.btn-primary {
    margin: 0 auto;
}

.about-main {
    margin: 40px 0 0 0;
    padding: 0 30px;
}

.about-teaser .row.g-3 {
    flex-direction: column;
    gap: 0;
}

.about-image {
    width: 100%;
}

.about-teaser {
    padding: 50px 0 !important;
}

.explore-col {
    width: 50%;
}
.explore-sec .row.g-4 {
    width: 100%;
    margin: 50px 0 0 0;
}

.card-body {
    padding: 0 20px;
}

.why-sec .row.align-items-center.g-4 {
    gap: 20;
    flex-direction: column;
}

.why-right {
    width: 100%;
    padding: 0 20px;
}

.why-left {
    width: 100%;
    padding: 0 20px;
}

section.cta-sec .container {
    flex-direction: column;
    border-radius: 0;
}

.experience-sec {
    height: 100%;
    padding: 50px 0;
    margin: 0;
    z-index: 1;
}

.cta-right {
    padding: 20px 30px;
    text-align: center;
}

.cta-right a.btn-primary {
    margin: 0 auto;
}

.experience-sec h2 {
    text-align: center;
}

.experience-sec p {
    text-align: center;
}

.experience-sec a.btn-primary {
    margin: 0 auto;
}

.btn-primary {
    padding: 8px 20px;
}

.testi-sec .row {
    flex-direction: column;
    gap: 20px;
}

.testi-sec .testi-left-col {
    width: 100%;
    padding: 0 20px;
}

.testi-sec .testi-right-col {
    width: 100%;
}

.testi-sec h4 {
    text-align: center;
}

.testi-sec p {
    text-align: center;
}



.testi-left-col img {
    margin: 0 auto !important;
    display: flex;
}

.testi-sec h5 {
    text-align: center;
}

.testi-sec {
    padding: 50px 0;
}

section.faq-sec button.accordion-button {
    font-size: 16px;
}

.ftr-mid-col {
    padding: 10px 0 20px 0;
    text-align: center;
}

.ftr-end-col.col-lg-5 {
    text-align: center;
}

.footer .ftr-end-col .d-flex {
    gap: 20px !important;
    text-align: left;
    width: 60%;
    margin: 0 auto;
}

.d-flex.justify-content-between.small {
    justify-content: center !important;
    padding: 0 0 30px 0;
}

.hero-inner {
    padding: 190px 0 100px 0;
}

section.abt-sec.abt-1 {
    padding-top: 50px;
}

section.abt-sec img {
    padding: 0 0 50px 0;
}

.abt-sec {
    text-align: center;
}

.abt-sec a.btn.btn-primary {
    margin: 0 auto;
}

.properties-sec {
    padding: 50px 0;
}

.property-col {
    width: 50%;
    text-align: center;
}

.properties-sec h4 {
    font-size: 20px;
}

.properties-sec p {
    font-size: 14px;
}

.cta-left img {
    width: 100%;
}

.testi-right-col {
    display: none;
}

button.slick-arrow {
    left: -50px;
    right: 0;
    margin: 0 auto;
}



}