@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-family: "Noto Serif", serif;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}

h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem !important;
}

p {
    font-family: "Noto Serif", serif;
    color: #000 !important;
}

nav {
  
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    /* font-family: "Noto Serif", serif!important; */
    font-family: 'Montserrat', sans-serif !important;
}

#home {
    position: relative;
}
.hero-section {
    position: relative;
}

.hero-panel {
    position: absolute;
    top: 69%;
    left: 6%;
    transform: translateY(-50%);
    max-width: 417px;
    background: rgba(255,255,255,0.92);
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.hero-tagline {
    font-size: 16px;
    letter-spacing: 1px;
    color: #9a6b17;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-title span {
    color: #b88b2e;
}

.hero-price {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.hero-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-weight: 500;
}

.hero-eoi {
    display: inline-block;
    background: linear-gradient(135deg, #c99a2c, #8a5d10);
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 600;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px;
}

.hero-features li {
    font-size: 14px;
    margin-bottom: 6px;
}

.hero-btn {
    background: #111;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
}

/* Mobile Responsive */
@media(max-width: 767px){
    .hero-panel{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        margin: 15px;
        padding: 25px;
    }

    .hero-title{
        font-size: 28px;
    }
}

#top-nav {
    background-color: #916340 ! important;
}

.topfrom {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: Black;
    padding: 20px 20px 20px 20px;
    opacity: 85%;
}

.gradient {
    background-color: linear-gradient(to right, #738143 40%, #738143 100%);
    padding: 5px 25px !important;
}

.fonts-6 {
    font-size: 12px !important;
}

.fonts-14 {
    color: #ffffff;
    font-size: 13px !important;
}

.fontsz-14 {
    font-size: 14px !important;
    text-align: justify;
}

.lineht {
    line-height: 30px;
}

.lineht1 {
    line-height: 22px;
}

.top-nav-ul {
    margin-left: auto;
}

.navbar {
    padding: 2px 0 3px 0;
}

.indicator {
    bottom: -50px !important;
}

.indicator [data-bs-target] {
    background-color: #916340 !important;
}

.down {
    font-size: 16px;
    /* border-radius: 4px; */
    padding: 10px 5px 10px 5px !important;
    text-transform: uppercase;
    margin-top: 1%;
    margin-left: 5%;
}

.down1 {
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 5px 10px 5px !important;
    text-transform: uppercase;
    border: 1px solid #738143;
    margin-top: 6%;
    margin-left: 5%;
    width: 50%;
    color: #fff;
    background-color: #738143;
}

.down1:hover {
    color: #Fff;
    background-color: #000;
}

#top-nav .navbar-nav .nav-link {
    font-size: 15px;
    /*padding: 5px 25px;*/
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

#top-nav .navbar-nav i {
    color: #fff;
    padding-right: 5px;
}

#top-nav .navbar-nav .btn-login {
    border: 1px solid #d1a56b;
}

#top-nav .navbar-nav .active>.nav-link,
#top-nav .navbar-nav .nav-link.active,
#top-nav .navbar-nav .nav-link.show,
#top-nav .navbar-nav .show>.nav-link,
#top-nav .navbar-nav .nav-link:hover {
    color: #d1a56b;
    font-weight: 600;
}
.walkthrough-card{
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.walkthrough-card .slide-image{
    flex: 0 0 30%;
}

.walkthrough-card .slide-image img{
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
}

.walkthrough-card .slide-text{
    flex: 1;
    text-align: left;
    color: #fff;
}

.walkthrough-card .slide-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.walkthrough-card .slide-bullets{
    padding-left: 18px;
}

.walkthrough-card .slide-bullets li{
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Mobile */
@media(max-width: 768px){
    .walkthrough-card{
        flex-direction: column;
        text-align: center;
    }

    .walkthrough-card .slide-image{
        flex: 0 0 100%;
    }

    .walkthrough-card .slide-image img{
        max-width: 100%;
    }

    .walkthrough-card .slide-title{
        font-size: 22px;
    }
}

/* ===============================
   MYHNA LUXURY NAVBAR
================================ */

/* Navbar background */
#primary-nav {
    height: 85px;
      background: linear-gradient(135deg, #738143, rgba(90, 63, 36, 0.92));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 215, 0, 0.25);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all 0.4s ease;
}

/* Logo size control */
.navbar-brand img {
   height: 33px;
}

/* Nav links */
#primary-nav .nav-link {
    color: #f5f5f5 !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 18px;
    position: relative;
    transition: color 0.3s ease;
}

/* Gold underline hover */
#primary-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f5c400, #ffdd55);
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

/* Hover effects */
#primary-nav .nav-link:hover {
    color: #ffdd55 !important;
}

#primary-nav .nav-link:hover::after {
    width: 60%;
}

/* Phone number highlight */
#primary-nav .down a {
    color: #ffdd55 !important;
    font-weight: 600;
}

/* Navbar toggler (mobile) */
.navbar-toggler span {
    background: #ffdd55;
    display: block;
    height: 2px;
    width: 26px;
    margin: 6px 0;
    transition: all 0.3s ease;
}

/* Sticky animation on scroll (optional JS) */
.navbar.scrolled {
    background: rgba(45, 30, 18, 0.98);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}






#primary-nav {
    /* transition: all 0.5s ease-in; */
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#primary-nav .navbar-nav .nav-link {
       font-size: 11px;
        font-weight: 600;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #555;
    background: transparent;
    /* font-family: "Noto Serif", serif; */
    font-family: 'Montserrat', sans-serif !important;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    /* white-space: nowrap; */
    transition: 0.3s;
    position: relative;
}

.whitep {
    font-size: 13px !Important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #348942;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #FFFFFF;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 2px 0 3px 0 !important;
    transition: all 0.5s ease-in;
    z-index: 9999999;
}

.about-boxtop {
    padding: 2em 0 1em 0;
}

.pro-overview {
    padding: 1em 0;
    margin: auto;
}

.pro-overview1 {
    border-bottom: 1px solid #d1a56b;
    border-top: 1px solid #d1a56b;
    padding: 2em 0;
    margin: auto;
}

.bordrline {
    border-bottom: 2px solid #d1a56b;
    width: 10%;
    padding: 5px 0;
    margin: auto;
}

.flex-parent {
    display: flex;
    flex-wrap: nowrap;
}

.pro-overview-inner {
    border-right: 2px solid #d1a56b;
    height: 80px;
}

.pro-overview-inner1 {
    border-right: 2px solid #d1a56b;
    height: 80px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00214d !important;
}

.flex-child {
    width: 100%;
    padding-inline: 10px;
}

.plan-sec {
    padding: 3em;
}

.no-btm-border {
    border-bottom: none !important;
}

.bhk-txt {
    padding: 1em 2em;
    color: #ffffff;
}

.onecolor {
    color: #DBAF79 !important;
    font-size: 16px !important;
}

.btn-bhk {
    padding: 10px 20px;
    background: #001737;
    color: #fff;
    font-size: 13px;
    display: block;
    margin: 10px 0;
    width: 100%;
}

.btn-bhk:hover {
    border: 1px solid #001737;
}

#video-slider p {
    padding: 10px 0;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
}

.bhk-txt .col-lg-12 {
    border-bottom: 1px solid #d1a56b;
    padding: 1em;
}

.amenities-btn-box {
    padding: 1em;
}

.btn-amenities {
    padding: 8px 30px;
    background-color: transparent;
    color: #738143 !important;
    border-radius: 5px;
    /*border: 2px solid #d1a56b;*/
    border: 1px solid #738143 !important;
    font-size: 20px;
    font-weight: 500;
}

.btn-amenities.active {
    background-color: #738143 !important;
    color: #fff !important;
}

.btn-plan-inner.active {
    background-color: #738143 !important;
    color: #fff !important;
    margin-right: 10px;
    MARGIN-LEFT: 10PX;
}

.social a {
    margin-right: 5px;
}

.btn-plan-inner {
    border: 1px solid #738143 !important;
    color: #738143 !important;
}

.plan-inner-btn-box {
    padding: 1em 0;
}

.note {
    margin-bottom: 3px;
}

.bhk-txt {
    padding: 1em 2em;
    color: #ffffff;
}

.gallery-sec {
    padding: 3em 0;
    background-color: #edeef2;
}

#video-slider {
    padding: 3em 0;
}

.outdoor-box {
    margin-top: 2em;
}

.amenities-btn-box {
    padding: 1em;
}

.amenities-sec {
    /*background-color: #edeef2;*/
    padding: 4em 0;
}

.am-box-margin {
    margin-bottom: 18px;
}

.subfooter-area {
    padding: 2em 0 1em 0;
    background: #00214e;
    color: #fff;
}

.flex-padd {
    padding-left: 7em;
}

.proj-base {
    padding: 0 1em;
}

.pro-lo-btn-bx {
    padding: 1.4em 0;
}

.btn-pro-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #00214d;
    color: #d1a56b !important;
    font-size: 14px;
    display: inline-block !important;
}

.proj-base {
    padding: 0 1em;
}

.pro-lo-inner {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 14px;
    /* padding: 10px; */
}

.proj-base span {
    font-weight: bold;
}

.pro-lo-inner span {
    color: #000;
    padding-right: 5px;
    display: block;
    /* font-weight: bold; */
}

.btn-pro-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #00214d;
    color: #fff !important;
    font-size: 14px;
    display: inline-block !important;
}

.pro-lo-inner:hover {
    border-radius: 15px;
    transition: 0.5s ease-in;
}

.pro-lo-inner:hover .btn-pro-in,
.pro-lo-inner:hover figure {
    border-radius: 5px;
    color: #00214d !important;
    border: 1px solid #00214d;
}

.pro-lo-inner figure {
    position: relative;
    overflow: hidden;
}

.pro-lo-inner figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient( left, rgba(60, 110, 183, 0.2) 0%, rgba(60, 110, 183, 0.5) 100%);
    background: linear-gradient( to right, rgba(60, 110, 183, 0.2) 0%, rgba(60, 110, 183, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.pro-lo-inner figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.newsletter-area {
    background: #001737;
    color: #fff;
    padding: 10px 0 10px 0;
}

.btn-shop {
    background: #d1a56b;
    color: #00214e;
    padding: 6px 20px;
    border-radius: 0;
    border: 2px solid #d1a56b;
}

.subfooter-area span {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 2.5;
    color: #000;
    font-family: "Noto Serif", serif !important;
}

.brc-sec {
    background-color: #00214d;
    padding: 30px;
}

.spec p {
    font-size: 13px;
}

.spec h4 {
    font-size: 18px;
}

.addr {
    letter-spacing: 1px;
    font-family: "Montserrat" !important;
    font-size: 12px;
}

.f-p a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Montserrat" !important;
    font-size: 12px;
}

.footer-area {
    background: #001737;
    color: #fff;
    padding: 8px 0;
}

.footer-area p {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    color: #fff;
}

.disclaimer-p a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Montserrat" !important;
    font-size: 10px;
}

.floatrght {
    text-align: right;
}

/* .visit-sec {
  padding: 4em 0;
}

  .visit-sec h3 {
      padding-bottom: 1em;
  }

  .visit-sec .form-control {
      display: block;
      width: 100%;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #00214d;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #d1a56b;
      border-radius: 0;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .visit-sec ::placeholder {
      color: #00214d;
  }
  .btn-visit {
    padding: 8px 28px;
    background-color: #00214d;
    color: #d1a56b;
    border: 1px solid #d1a56b;
    border-radius: 0;
    margin-top: 1em;
}

    .btn-visit:hover {
        background-color: #d1a56b;
        color: #00214d;
    } */

@media (max-width: 768px) {
    #Walkthrough {
        background-size: cover !important;
    }
    .addrftr {
        padding: 15px !important;
    }
    .amntclm {
        padding: 15px !important;
    }
    .flrli {
        margin-bottom: 15px;
    }
    .ind1 {
        text-align: center !important;
    }
    .ind {
        text-align: center !important;
        padding-top: 30px;
    }
    .widdm {
        width: 80% !important;
    }
    .project-banner1 img,
    .project-banner1 {
        height: auto;
    }
    .floatrght {
        text-align: center !important;
    }
    .footer-area {
        text-align: center !important;
    }
    .top-nav-ul {
        margin-left: initial !important;
    }
    .highlights {
        width: 50% !important;
    }
    .flrpln {
        margin-top: 50px !important;
    }
    .landarea {
        text-align: center;
    }
    .modal12 {
        width: 100% !important;
        border-radius: 0px !important;
    }
    .topfrom {
        position: relative;
        right: 0%;
        background-color: #000000;
        padding: 50px 20px 50px 20px;
    }
    #top-nav .navbar-nav .nav-link {
        font-size: 8px !important;
    }
    .btn-amenities {
        padding: 8px 10px !important;
        font-size: 13px !important;
        margin-inline: 1px !important;
    }
    .btn-pro-in {
        width: 100%;
        display: inline-block !important;
    }
    /* .project-banner img {
    height: 50%;
  } */
    .nri-btn {
        width: 80%;
        margin: auto;
    }
    .floating-box {
        width: 100%;
    }
    .floating-div {
        text-align: center;
        width: 100%;
        background: #d1a56b;
        border: 1px solid #d1a56b;
        color: #00214d;
    }
    .floating-arrow.active,
    .floating-div.active {
        padding: 22px 0 22px 28px;
        bottom: 0;
    }
    .floating-box p,
    .floating-arrow p {
        margin: 0;
        font-size: 16px;
    }
    .floating-arrow {
        display: none;
    }
    .mobile-hider {
        display: none;
    }
    .farrok-div {
        width: 100%;
        margin-top: 2em;
    }
    .indoor-box {
        margin-top: 2em;
    }
    #myVideo {
        height: 100vh;
    }
    .news-area,
    .services-area {
        padding: 2em;
    }
    .contact-div2 {
        padding: 2em 1em 0 1em;
    }
    .contact-div {
        padding: 1em;
    }
    .color-bx {
        margin: 1em 0;
    }
    .footer-area p {
        padding: 4px 0;
    }
    .disclaimer-p {
        text-align: left;
    }
    .flex-parent {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .flex-child {
        width: 100%;
        margin-bottom: 2em;
    }
    .flex-padd {
        padding-left: 0;
    }
    .subfooter-area {
        padding: 3em 0 0 0;
    }
    .newsletter-area h5,
    .newsletter-area p {
        padding: 20px 0;
    }
    .subfooter-area i {
        font-size: 18px;
    }
    .client-area {
        padding: 3em 0;
    }
    .client-area iframe {
        position: initial;
    }
    .about-area img {
        position: initial;
        width: 100%;
    }
    #about-us {
        padding: 0px !important;
    }
}

@media (max-width: 640px) {
    .pro-lo-inner span {
        display: inline-block;
        width: 30%;
    }
    .ul-mauto {
        margin-inline: 15% !important;
    }
    .line-first {
        position: relative;
    }
    .line-first::after {
        display: block;
        content: "";
        height: 1px;
        width: 60px;
        position: absolute;
        background: #3c2b23;
        position: absolute;
        left: 53%;
        bottom: 50%;
    }
    .down1 {
        width: 100%;
    }
    .modal-dialog {
        width: 400px !important;
    }
}

@media only screen and (max-width: 480px) {
    p {
        font-size: 12px !important;
    }
    .line-first {
        position: relative;
    }
    .line-first::after {
        display: block;
        content: "";
        height: 1px;
        width: 60px;
        position: absolute;
        background: #3c2b23;
        position: absolute;
        left: 53% !important;
        bottom: 50%;
    }
    .modal-dialog {
        width: 400px !important;
    }
    .down1 {
        width: 100%;
    }
    .ps-2 {
        padding-inline: 15% !important;
    }
    .float-end {
        float: left !important;
    }
    .palace {
        margin-top: 20px;
    }
    #primary-nav {
        padding: 12px 0 3px 15px !important;
    }
    #primary-nav .navbar-brand {
        padding-top: unset;
        padding-bottom: 0.4335rem;
        max-width: 150px;
    }
    .logotext {
        font-size: 20px !important;
    }
    #top-nav .ml-auto {
        margin: 0 auto !important;
    }
    #top-nav .navbar-nav {
        flex-direction: row !important;
    }
    #primary-nav .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 30px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .dropdown-slide>.dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block !important;
        transition: 0.3s ease-in;
    }
    .home-banner {
        height: unset;
    }
    #homeCarousel .num {
        bottom: 16%;
        left: 48%;
    }
    #homeCarousel .carousel-indicators {
        bottom: 12%;
        left: 25%;
    }
    #carouselButtons {
        bottom: 9%;
        left: 43%;
    }
    #homeCarousel .carousel-control-prev,
    #homeCarousel .carousel-control-next {
        display: none;
    }
    .zenium-area {
        padding: 2em 1em;
    }
    .zenium-area .col-md-5 {
        text-align: center;
        margin-bottom: 5px;
    }
    .zenium-area #demo {
        margin-top: 2em;
    }
    .bg-b {
        position: absolute;
        width: 40%;
        z-index: -1;
        background-color: #edeef2;
        top: 67%;
        bottom: 0;
        right: 0;
    }
    #dem .carousel-inner {
        height: 380px;
    }
    .democontroler {
        background-color: #fff;
        position: absolute;
        top: -13%;
        left: 75%;
        width: 23%;
        height: 23%;
        border-radius: 50%;
    }
    .pro-new {
        padding: 2em 0em 5em 0em;
    }
    .leveltop,
    .leveldown {
        position: absolute;
        left: 10%;
        top: 7%;
    }
    .leveldown {
        position: absolute;
        bottom: unset;
        left: 85%;
        top: 7%;
    }
    .pro-head h3 {
        position: unset;
        transform: unset;
        writing-mode: unset;
        margin-bottom: 0;
    }
    .pro-head {
        height: unset;
        margin: unset;
        padding: 6px;
    }
    .about-marg {
        margin: 3em 0 2em 0;
    }
    #demo1 {
        position: relative;
        top: 0em;
    }
    .leader-area .offset-1 {
        margin-left: unset;
    }
    #demo img {
        width: 100%;
        height: auto;
    }
    #demo1 p {
        height: unset;
    }
    .search-area {
        padding: 1em 0;
    }
    .pro-new,
    .pro-new1 {
        padding: 1em 0em 1em 0em;
    }
    .pro-up .col-lg-6,
    .pro-down .col-lg-6 {
        padding: 15px 15px 0 15px;
    }
    .pro-up img {
        margin-bottom: 0;
    }
    .about-area {
        padding: 2em 0 0 0;
        color: #000;
    }
    .about-area h3 {
        margin-bottom: 1em;
    }
    .about-area h4 {
        text-align: center;
    }
    .about-area p {
        font-size: 13px;
        text-align: justify;
        text-align-last: center;
    }
    .grey-box,
    .white-box {
        display: none;
    }
    .property-area {
        padding: 1em;
    }
    .property-area p {
        font-size: 13px;
        font-weight: 600;
    }
    .leader-area {
        padding: 2em 0 4em 0;
    }
    .leader-area h4,
    .leader-area h2 {
        margin-bottom: 1em;
    }
    #demo1 .carousel-indicators {
        bottom: -10%;
        right: 20%;
        left: 20%;
    }
    .spotlight-area {
        padding: 2em 0;
        margin-top: 0;
    }
    .spotlight-area h4 {
        margin-bottom: 1em;
    }
    .spotlight-area .col-md-4 {
        margin-bottom: 15px;
    }
    .fb-box iframe {
        max-width: 320px;
        text-align: center;
    }
    .client-area {
        padding: 2em 0;
        height: unset;
    }
    .client-area .col-md-5 {
        text-align: center !important;
    }
    .client-top {
        margin-top: 0px;
    }
    .btn-testimonial {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    .project-det {
        margin-top: 1em;
        bottom: 10%;
        /*z-index: 999;
    width: 86%;
    margin-left: 0%;*/
    }
    .banner-list li {
        display: block;
        padding: 5px;
        color: #fff;
        background-color: #00214d;
        border: 1px solid #d1a56b;
        margin-bottom: 1px;
    }
    .status-box {
        top: 89% !important;
    }
    .enquire-box {
        top: 15%;
        right: 0%;
    }
    .enquire-box .row {
        display: block;
    }
    .enquire-box a {
        display: block;
    }
    .enquire-now {
        position: fixed;
        top: unset;
        bottom: 0;
        right: 0px;
        z-index: 99999;
        width: 100%;
        transform: unset;
        border-radius: 0;
        height: 40px;
        text-align: center;
        padding: 10px;
        background-color: #00214d;
        border: 1px solid #d1a56b;
    }
    .enquire-now img {
        display: none;
    }
    .enquire-now span {
        display: block;
        font-size: 11px;
        color: #fff !important;
        text-align: center;
        visibility: visible;
        opacity: 1;
        padding: unset;
        margin: unset;
        text-orientation: unset;
        writing-mode: unset;
    }
    .enquire i {
        padding: 5px;
        color: #fff;
        font-size: 20px;
    }
    .btn-call-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        background-color: #00214d;
        color: #fff !important;
        border: 1px solid #d1a56b;
        border-radius: 0;
        height: 40px;
        text-align: center;
        font-size: 12px;
        z-index: 9999;
    }
    /*.footer-area {*/
    /*  padding-bottom: 50px;*/
    /*}*/
    .footer-area .row {
        margin-left: 0;
        margin-right: 0;
    }
    .about-box,
    .about-boxtop {
        padding: 0;
        padding-top: 2em;
    }
    .about-icon-box .row {
        margin-left: 0;
        margin-right: 0;
    }
    .pro-overview {
        border-bottom: unset;
        border-top: unset;
        padding: 1em 0;
        margin: auto;
    }
    .pro-overview-inner {
        border-bottom: 1px solid #d1a56b;
        border-right: unset;
    }
    .amenities-btn-box {
        /*padding: 0em;*/
        padding-inline: 23%
    }
    /*.btn-amenities {*/
    /*  padding: 6px 3px;*/
    /*  background-color: transparent;*/
    /*  color: #d1a56b;*/
    /*  border-radius: 0px;*/
    /*  border: 2px solid #d1a56b;*/
    /*  font-size: 12px;*/
    /*  font-weight: 500;*/
    /*  margin-right: unset;*/
    /*}*/
    .btn-plan-inner {
        padding: 6px 16px;
        background-color: transparent;
        color: #00214e;
        border-radius: 0px;
        border: 2px solid #00214e;
        font-size: 13px !important;
        font-weight: 500;
    }
    .amenities-img-box {
        text-align: center;
        padding: 0;
    }
    .amenities-img-box img {
        width: 100%;
    }
    .am-box-margin {
        margin-bottom: 0px !important;
        padding: 10px;
    }
    .plan-sec {
        padding: 1em 0;
    }
    .plan-sec .col-lg-12 {
        padding: 0;
    }
    .plan-sec .row {
        margin-left: 0;
        margin-right: 0;
    }
    .gallery-sec {
        padding: 1em 0;
        background-color: #edeef2;
    }
    .image-box,
    .video-box {
        padding-top: 10px;
    }
    .image-box .col-lg-12,
    .video-box .col-lg-12 {
        padding: 0;
    }
    #gallery img {
        width: 100%;
    }
    .bhk-txt {
        padding: 1em 1em;
        margin-top: 5px;
        color: #ffffff;
    }
    .bhk-txt h6 {
        padding-top: 5px;
    }
    .bhk-txt .btn-bhk btn-costs {
        margin-bottom: 5px;
    }
    .location-box {
        padding: 1em 0;
    }
    .tab-box {
        padding: 1em 0;
        margin-top: 5px;
    }
    .brochure-sec {
        padding: 1em 0;
    }
    .brochure-sec .container {
        background-color: #edeef2;
        padding: 2em 0;
    }
    .brochure-sec .row {
        margin-left: 0;
        margin-right: 0;
    }
    .btn-pro-status {
        margin-top: unset;
        margin-bottom: 1em;
    }
    .outdoor-box {
        margin-top: 2em;
    }
    .master-box {
        margin-top: 2em;
    }
    .bank-box {
        padding: 1em 0;
        background-color: #edeef2;
    }
    .bank-box h3 {
        padding-bottom: 1em;
    }
    .bank-box .row {
        margin-left: 0;
        margin-right: 0;
    }
    .bank-box img {
        width: 100%;
        margin-bottom: 15px;
    }
    .visit-sec {
        padding: 2em 0;
    }
    .newsletter-area {
        background: #001737;
        color: #fff;
        padding: 10px 0 15px 0;
    }
    .newsletter-area .row {
        margin-left: 0;
        margin-right: 0;
    }
    /*.flex-padd:nth-child(2n + 0) {*/
    /*  padding-left: 25px;*/
    /*}*/
    .flex-child a>i {
        font-size: 15px;
        padding-right: 8px;
    }
    .subfooter-area a {
        color: #fff;
        font-size: 18px;
        transition: 0.3s ease-in;
    }
}

.fadeInUp {
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.animationdelay {
    animation-delay: 1s;
}

.modal-content {
    /*width:100%!important;*/
    border-radius: 0px !important;
}

.popfrom {
    padding: 20px;
    /* background-color: #916340; */
background-image: url('../images/bgpopup.png');
    background-size: 100%;
    height: 150px;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 20px;
}

.poptex {
    padding-top: 10px;
    font-size: 18px !important;
}

.poptex span {
    color: red;
}

.pd0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd30 {
    padding-right: 10px !important;
}

.btn-close {
    float: right;
    background-color: #FFF !important;
    border-radius: 0px !important;
}

.form-control {
    border-bottom: 1px solid #e4e3e8 !important;
    border-top: 0px solid #e4e3e8 !important;
    border-left: 0px solid #e4e3e8 !important;
    border-right: 0px solid #e4e3e8 !important;
    border-radius: 0px !important;
    padding: 10px !important;
}

.gradient {
    /* background-image:linear-gradient(to right,rgba(115, 129, 129,4) 40%, rgba(115, 129, 129,1) 100%);padding:5px 25px; */
    border: none !important;
    background-color: #000;
}

.modal-body {
    padding: 0px !important;
}

.indicate {
    background-color: #00214d !important;
}

.bt-shake {
    position: relative;
    animation-name: shakeAnim;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes shakeAnim {
    0% {
        left: 0
    }
    10% {
        left: -3px
    }
    20% {
        left: 3px
    }
    30% {
        left: -8px
    }
    40% {
        left: 8px
    }
    50% {
        left: -5px
    }
    60% {
        left: 3px
    }
    70% {
        left: 0
    }
}

.bhk {
    text-transform: none;
    width: 100%;
    padding: 10px;
    border: none;
    color: #6c757d;
    border-bottom: 1px solid #ccc;
    font-weight: 400 !important;
}

.accordion-item {
    border: 1px solid #f1f1f1 !important;
    margin-bottom: 15px;
}

.accordion {
    --bs-accordion-bg: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: bold;
    background-color: aliceblue !important;
    border-color: #000 !important;
}

.line-first {
    position: relative;
}

.line-first::after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    background: #3c2b23;
    position: absolute;
    left: 33%;
    bottom: 50%;
}

.subtitle {
    font-family: "Questa";
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    word-spacing: 3px;
    color: #3c2b23;
    margin: 13px 0px;
    font-weight: 800;
    letter-spacing: 1px;
}

section {
    scroll-margin-top: 100px;
}

#about-us {
    padding: 30px 0px 60px 0px;
}

html {
    scroll-behavior: smooth;
}

.just {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.fntmon {
    font-family: 'Montserrat', sans-serif
}

.leaf-icon {
    width: 25px;
    margin: -15px 0px -50px -15px;
}

.wt1 {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
}

.texef {
    transition: all, 1s;
    background: url('../images/Brush.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translatex(-200px);
    position: relative;
    width: 190px;
}

.texef1 {
    transition: all, 1s;
    background: url('../images/Brush1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translatex(-200px);
    position: relative;
    width: 190px;
}

.texef2 {
    transition: all, 1s;
    background: url('../images/Brush1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 230px;
}

.wt2 {
    color: #fff !important;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
}

.wt {
    color: #FFF !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 0.6rem !important;
}

#Walkthrough {
    background-image: url('../images/Video.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.star {
    background: url('../images/leaf.png') no-repeat left top;
    padding-left: 40px;
    font-size: 13px;
    margin-bottom: 20px;
    color: #000;
}

.ind {
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.ind1 {
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.btn-plan-inner {
    margin-left: 10px;
    margin-right: 10px;
}

.amntclm {
    padding: 50px;
}

.addrftr {
    padding-left: 0%;
    padding-right: 0%;
}

.modal-content {
    width: 80% !important;
}

@media screen and (min-width: 1025px) {
    #exploreNowbtn {
        position: fixed;
        top: 50%;
        right: -4.5% !important;
    }
}

#exploreNowbtn {
    height: 42px !important;
    width: 160px;
    color: #fff;
    background-color: #738143;
    border: none;
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    right: -6%;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    #exploreNowbtn {
        position: fixed;
        top: 50%;
        right: -15% !important;
    }
}

.whatsapp-button {
    position: fixed;
    top: 150px;
    right: 0px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}