@font-face { font-family: Begum-Medium; src: url("../fonts/Begum-Medium.otf"); }
@font-face { font-family: AnekLatin-SemiBold; src: url("../fonts/AnekLatin-SemiBold.ttf"); }
@font-face { font-family: AnekLatin-Regula; src: url("../fonts/AnekLatin-Regular.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"); }
@font-face { font-family: Montserrat; src: url("../fonts/Montserrat/Montserrat-Light.ttf"); font-weight: 300; font-display: swap; }
@font-face { font-family: Montserrat; src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); font-weight: 400; font-display: swap; }
@font-face { font-family: Montserrat; src: url("../fonts/Montserrat/Montserrat-Medium.ttf"); font-weight: 500; font-display: swap; }
@font-face { font-family: Montserrat; src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); font-weight: 600; font-display: swap; }
@font-face { font-family: Freight; src: url("../fonts/Freight/Freight-Big-Pro-Book-.otf"); font-weight: 500; font-display: swap; }
@font-face { font-family: Freight; src: url("../fonts/Freight/Freight-Big-Pro-Semibold-.otf"); font-weight: 600; font-display: swap; }
@font-face { font-family: Freight; src: url("../fonts/Freight/Freight-Disp-Pro-Light.otf"); font-weight: 300; font-display: swap; }
:root { --primary-color: #9e8061; }
* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { overflow-x: hidden !important; }
:root { --light-green: #e5ece2; --dark-green: #264432; --med-green: #dae2d6; }
h1 { font-family: Begum-Medium; }
h2 { font-family: AnekLatin-SemiBold; }
h3 { font-family: Montserrat; }
h4 { font-family: Jost-Light; }
p, li { font-family: Jost-Regular; }
.banner { position: relative; background-image: url("../images/banner-bg2.jpg"); background-size: cover; background-repeat: no-repeat; height: 100vh; background-position: center bottom; }
.inn-txt { color: rgb(255, 255, 255); width: 54%; padding-top: 130px; }
.main-head { line-height: 3.75rem; font-size: 42px; }
.sub-head { line-height: 38px; font-size: 1.7rem; margin-top: 20px; padding-right: 73px; font-family: Montserrat; }
.btn-banner { display: flex; align-items: center; margin-top: 40px; cursor: pointer; }
.btn-banner img { width: 49%; }
.btn-banner .sec-img { width: 40%; margin-left: 15px; }
.overview { position: relative; background-color: rgb(248, 244, 240); background-size: cover; background-repeat: no-repeat; padding: 70px 0px; background-position: center bottom; }
.overview .heading { text-align: center; color: rgb(0, 0, 0); margin-bottom: 50px; }
.overview .heading h1 { line-height: 2.6875rem; font-size: 2.2291rem; padding: 0px 228px; }
.overview .heading h3 { line-height: 1.75rem; font-size: 1.2384rem; margin-top: 30px; }
.small-box { border-radius: 0.6875rem; background: rgb(158, 128, 97); color: rgb(255, 255, 255); padding: 20px 30px; }
.small-box h1 { line-height: 1.9375rem; font-size: 23px; margin-bottom: 16px; }
.small-box h3 { line-height: 1.5rem; font-size: 15px; }
.know-btn { text-align: center; margin: 20px 0px; color: rgb(0, 0, 0); }
.know-btn img { width: 252px; cursor: pointer; }
.know-btn p { font-size: 10px; margin-top: 35px; }
.projects { padding: 70px 0px; position: relative; }
.projects .heading { text-align: center; margin-bottom: 40px; }
.projects .container { max-width: 90%; }
.projects .heading h1 { line-height: 2.25rem; font-size: 2.2291rem; color: rgb(158, 128, 97); }
.txt-con { text-align: center; margin-top: 20px; }
.txt-con h1 { color: rgb(158, 128, 97); line-height: 1.75rem; font-size: 1.7337rem; }
.txt-con h3 { color: rgb(158, 128, 97); line-height: 1.25rem; font-size: 1.2384rem; }
.img-box { cursor: pointer; }
.img-box img { width: 100%; }
.footer-form-section { background: rgba(188, 230, 231, 0.34); }
.footer-from { width: 75%; padding: 50px 50px 45px; border: 5px solid rgb(158, 128, 97); background: rgb(223, 206, 190); border-radius: 5px; }
.footer-form-section { background: rgb(248, 244, 240); padding: 70px 0px; }
.footer-from .form-group .form-control { border-top: none; border-right: none; border-left: none; border-image: initial; background: transparent; border-bottom: 1px solid var(--primary-color); border-radius: 0px; margin-bottom: 25px; padding-left: 10px; }
.footer-from .form-group .form-control::placeholder { font-size: 12px; color: rgb(32, 32, 32); text-transform: uppercase; letter-spacing: 1px; }
.footer-from .form-group .form-control:focus { box-shadow: none; }
.footer-from .form-check .form-check-input { accent-color: var(--primary-color); }
.footer-from .form-check .form-check-input:checked { background-color: var(--primary-color); border-color: var(--primary-color); box-shadow: none; }
.footer-from .form-check label { font-size: 10px; letter-spacing: 0.4px; }
.footer-form-btn { border: 1px solid var(--primary-color); box-shadow: none; color: rgb(255, 255, 255); padding: 10px 34px; font-size: 13px; letter-spacing: 1px; font-weight: 500; background: var(--primary-color); display: block; margin: 35px auto auto; }
.footer-query-content { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-left: 50px; text-align: center; }
.footer-query-content .start-text { font-size: 1.7337rem; font-weight: 300; letter-spacing: 3px; line-height: 38px; }
.footer-query-content .end-text { font-size: 24px; font-weight: 300; letter-spacing: 0px; line-height: 38px; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; position: relative; }
.footer-contact-number .ivr-number { text-align: center; padding: 8px; border-top: 1px solid var(--primary-color); border-bottom: 1px solid var(--primary-color); width: 70%; margin: auto; }
.footer-form-section .container { max-width: 90%; }
.modal-title { margin: auto; }
.modal-header .close { position: absolute; top: 0px; right: 1px; background-color: rgb(204, 204, 204); margin: 0px; padding: 9px 12px 12px; opacity: 1; }
.lower-form-part .form-control { border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgba(0, 0, 0, 0.34); padding: 0px 11px; margin-bottom: 10px; border-radius: 0px; background-color: transparent; font-family: var(--primary-font); font-size: 14px; font-weight: 400; line-height: 15.58px; letter-spacing: 1px; }
.checkbox-section { color: rgba(85, 85, 85, 0.88); font-size: 8px; gap: 5px; margin-top: 13px; letter-spacing: 0.5px; }
.lower-form-part .submit_btn { border: 1px solid; width: fit-content; padding: 11px 32px; color: rgb(255, 255, 255); background: var(--primary-color); letter-spacing: 2px; text-transform: uppercase; font-size: 12px; display: block; margin: 20px auto 0px; }
.modal-header { border-bottom: unset; }
.form.lower-form-part { padding: 20px; }
.contact-btn { position: fixed; bottom: 5px; right: 18px; z-index: 99; display: flex; flex-direction: column; }
.contact-btn a img { width: 56px; }
.form-txt { text-align: center; }
.form-txt h1 { font-size: 27px; }
.form-txt h3 { font-size: 17px; margin-bottom: 0px; color: rgb(6, 49, 34); }
.footer-offer { list-style: none; display: flex; margin: 0px auto; }
.footer-offer li:last-child { border: none; }
.footer-offer li { padding-right: 15px; font-size: 1.2384rem; border-right: 1px solid rgb(112, 181, 208); margin-right: 15px; }
.d-v { display: block !important; }
.m-v { display: none !important; }
.highlights-section .highlights-details { padding-top: 30px; }
.highlights-section .highlights-details .highlight-image { width: 90%; position: relative; }
.highlights-section .highlights-details .highlight-image p { position: absolute; right: 15px; bottom: 5px; color: rgb(255, 255, 255); letter-spacing: 1px; font-size: 10px; }
.our-highlights { display: flex; flex-direction: column; gap: 25px; }
.highlights-section .our-highlights .points { display: flex; align-items: center; gap: 20px; }
.highlights-section .our-highlights .points p { font-size: 14px; font-weight: 400; font-family: montserrat; letter-spacing: 1px; line-height: 26px; }
.highlight-details-sec { position: relative; display: flex; flex-direction: column; justify-content: space-evenly; height: 100%; z-index: 99; }
.highlight-image img { min-height: 690px; object-fit: cover; }
.highlights-section .container { max-width: 80%; }
.section-heading { position: relative; text-align: center; width: fit-content; margin: auto auto 50px; padding: 0px 50px; }
.section-heading::before { position: absolute; left: 50%; transform: translateX(-50%); bottom: -13px; width: 100%; height: 30%; content: ""; background: url("../images/text-underline.svg") center bottom / 100% no-repeat; }
.section-heading h2 { color: var(--primary-color); font-weight: 300; letter-spacing: 2px; font-size: 26px; line-height: 38px; font-family: freight; }
.section-subheading h4 { text-align: center; letter-spacing: 2.5px; width: 70%; margin: auto; color: var(--primary-color); font-size: 26px; font-weight: 300; }
.section-subheading.dark-color h4 { color: rgb(0, 0, 0); letter-spacing: 3px; font-size: 32px; font-weight: 400; }
.p-100 { padding: 70px 0px 80px; }
.know-more-btn { display: flex; justify-content: start; align-items: center; gap: 10px; margin-bottom: 0px; width: fit-content; border-bottom: 1px solid var(--primary-color); border-top: 1px solid var(--primary-color); transition: 0.4s ease-in-out; }
.know-more-btn a { color: var(--primary-color); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; padding: 11px 30px; display: flex; gap: 10px; }
.know-more-btn img { width: 20px; }
.know-more-btn:hover { background: var(--primary-color); }
.know-more-btn:hover a { color: rgb(255, 255, 255); text-decoration: none; }
.know-more-btn:hover img { filter: invert(1) brightness(100); }
.developer-content { padding: 0px 0px 40px; text-align: center; }
.developer-content p { font-size: 12px; line-height: 28px; font-family: Montserrat; }
.footer-img { margin: 10px 50px; position: relative; }
.footer-img img { border-radius: 10px; }
.footer-img p { position: absolute; right: 15px; bottom: 5px; color: rgb(255, 255, 255); letter-spacing: 1px; font-size: 10px; }
.about-developer.p-100 { }
.about-developer .container { max-width: 74%; }
.banner::before { content: ""; background: rgba(0, 0, 0, 0.24); position: absolute; top: 0px; width: 100%; height: 100%; }
.banner-txt { z-index: 99; position: relative; }
.overview .know-btn img { filter: invert(1); }
#project_box { background-color: rgb(248, 244, 240); }
.footer-from.banner-form { border: none; }
.footer-from.banner-form { position: absolute; top: 66%; right: 11%; transform: translateY(-50%); background: rgba(12, 19, 15, 0.44); border-radius: 10px; outline: rgba(244, 241, 232, 0.29) solid 2px; outline-offset: 3px; width: 22%; margin: 0px; padding: 30px 25px; }
.footer-from.banner-form .form-group .form-control::placeholder { font-size: 12px; color: rgb(255, 255, 255); text-transform: uppercase; letter-spacing: 1px; }
.footer-from.banner-form .form-check label { font-size: 8px; letter-spacing: 0.4px; color: rgb(255, 255, 255); }
.footer-from.banner-form .footer-form-btn { width: 100%; margin-top: 15px; }
.footer-from.banner-form .form-group .form-control { contain-intrinsic-block-size: auto 100px; color: rgb(255, 255, 255); margin-bottom: 0px; }
.sub-head span { font-size: 35px; margin-top: 10px; color: white; animation: 1s linear 0s infinite normal none running blink; }
@keyframes blink { 
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
.pro_logo { position: absolute; top: 15px; left: 0px; }
.pro_logo img { filter: invert(1); max-width: 230px; }
.d_view { display: block; }
.m_view { display: none; }
.mobile-section { display: none; }
@media only screen and (max-width: 1480px) {
  .banner { background-position: center center; }
  .footer-from.banner-form { position: absolute; top: 68%; right: 2%; }
  .footer-query-content .end-text { font-size: 20px; }
}
@media only screen and (min-width: 1440px) {
  .footer-from.banner-form { position: absolute; top: 66%; }
}
@media only screen and (min-width: 900px) {
  .my-nav.navbar-hover .collapse ul li { position: relative; margin: 0px 8px; }
  .my-nav.navbar-hover .collapse ul li:hover > ul { display: block; }
  .my-nav.navbar-hover .collapse ul ul { position: absolute; top: 90%; left: 0px; display: none; }
  .my-nav.navbar-hover .collapse ul ul ul { position: absolute; top: 0px; left: 100%; display: none; }
}
@media (max-width: 768px) {
  .footer-from.banner-form { position: unset; top: 192%; right: 0%; transform: unset; border-radius: 0px; outline: rgba(244, 241, 232, 0.29) solid 2px; outline-offset: 3px; width: 100%; margin: 0px; padding: 30px 25px; border: 3px solid rgb(158, 128, 97); background: rgb(223, 206, 190); }
  .banner { background-image: url("../images/banner-bg-mob.jpg"); height: 70vh; background-position: center center; }
  .inn-txt { width: 100%; top: 64px; text-align: center; padding-top: 75px; }
  .overview .heading h1 { padding: 0px; font-size: 23px; line-height: unset; }
  .footer-query-content { padding-left: 20px; padding-bottom: 35px; }
  .footer-query-content .start-text { font-size: 32px; line-height: 28px; }
  .footer-query-content .end-text { font-size: 20px; line-height: 30px; padding-left: 0px; }
  .footer-query-content .end-text::before { left: 15px; top: 53%; width: 90px; }
  .footer-form-section .container { max-width: 100%; }
  .footer-from { width: 100%; padding: 36px 28px; }
  .main-head { line-height: 3.75rem; font-size: 3.096rem; }
  .main-head { font-size: 23px; line-height: unset; }
  .sub-head { line-height: unset; font-size: 20px; margin-top: 20px; padding-right: 0px; }
  .btn-banner { flex-direction: column; margin-top: 25px; }
  .btn-banner .sec-img { width: 147px; margin-left: 0px; margin-top: 10px; }
  .btn-banner img { width: 50%; }
  .contact-btn a img { width: 45px; margin: 6px 0px; }
  .overview { margin: -1px 0px; padding: 40px 0px; }
  .overview .heading h3 { font-size: 13px; line-height: unset; margin-top: 17px; }
  .small-box { padding: 10px 6px; margin-bottom: 17px; }
  .small-box h1 { font-size: 16px; line-height: unset; display: unset; }
  .small-box h3 { line-height: unset; font-size: 12px; }
  .d-v { display: none !important; }
  .m-v { display: block !important; }
  .know-btn img { width: 186px; }
  .know-btn p { margin-top: 23px; font-family: Montserrat; }
  .projects .heading { margin-bottom: 28px; }
  .projects .heading h1 { font-size: 21px; line-height: unset; }
  .projects { padding: 40px 0px; }
  .txt-con h1 { font-size: 17px; line-height: unset; margin-bottom: 0px; }
  .txt-con h3 { font-size: 13px; line-height: unset; }
  .txt-con { margin-top: 8px; }
  .projects .container { max-width: 100%; }
  .footer-form-section { padding: 40px 0px; }
  .highlights-section .highlights-details .highlight-image { width: 100%; }
  .our-highlights { gap: 16px; padding: 25px 0px 40px; }
  .highlights-section .our-highlights .points { align-items: baseline; }
  .highlights-section .our-highlights .points p { font-size: 12px; font-weight: 400; margin-bottom: 0px; }
  .highlight-details-sec::before { top: 10%; height: 70%; opacity: 0.04; }
  .about-developer .container { max-width: 100%; }
  .section-subheading.dark-color h4 { font-size: 24px; font-weight: 300; }
  .developer-content { padding: 20px 0px; text-align: center; }
  .footer-img { margin: 0px; }
  .footer-img img { border-radius: 10px; }
  p { font-size: 11px; line-height: 24px; }
  .section-heading::before { height: 20%; width: 100%; }
  .section-heading { margin-bottom: 40px; padding: 0px 40px; }
  .section-heading h2 { font-size: 22px; line-height: 38px; }
  .section-subheading h4 { width: 100%; font-size: 22px; line-height: 36px; }
  .container { max-width: 100%; }
  .p-100 { padding: 50px 0px; }
  .highlight-image img { height: auto; min-height: auto; }
  .highlights-section .container { max-width: 100%; }
  .pro_logo { position: absolute; top: 0px; left: 0px; }
  .pro_logo img { max-width: 160px; }
  .d_view { display: none; }
  .m_view { display: block; }
  .footer-from.banner-form.m_view .form-group input::placeholder { color: rgb(0, 0, 0); }
  .footer-from.banner-form.m_view .form-check label { color: rgb(0, 0, 0); }
  .mobile-section { position: fixed; bottom: 0px; left: 0px; background: rgb(223, 206, 190); width: 100%; display: flex; justify-content: space-around; padding: 8px 6px; z-index: 9; box-shadow: rgb(51, 51, 51) 0px -6px 10px -8px; }
  .mobile-section a { color: rgb(0, 0, 0); text-decoration: none; font-size: 15px; width: 100%; text-align: center; }
  .mobile-section a:not(:last-child) { border-right: 1px solid rgb(0, 0, 0); }
  .contact-btn { display: none; }
  .footer-from.banner-form .form-group .form-control { color: rgb(0, 0, 0); margin-bottom: 0px; }
}
.footer-from.banner-form .form-group .form-control option { color: rgb(0, 0, 0); }
.amenities {padding: 56px 0px;background-image: url("../images/amenities-bg.webp");background-color: rgba(0, 0, 0, 0.36);background-blend-mode: multiply;background-repeat: no-repeat;position: relative;}
.amenities-heading { font-size: 36px; font-weight: 600; color: rgb(255, 255, 255); margin-bottom: 30px; }
.amenities-box { padding: 0px 20px; text-align: center; }
.amenities-box h4 { font-size: 24px; font-weight: 600; color: rgb(255, 255, 255); }
.amenities-box img { width: 80px; margin-bottom: 20px; }
.amenities .row { row-gap: 30px; margin-top: 50px; }
@media (max-width: 768px) {
  .amenities { background-size: cover; }
  .amenities-heading { font-size: 25px; }
  .amenities-box h4 { font-size: 20px; }
}
.circle::before { content: ""; background-color: rgb(158, 128, 97); width: 15px; height: 15px; position: absolute; left: -26px; top: 5px; border-radius: 50%; }
.circle { font-size: 18px; }
.dream-text { text-align: center; }
