@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    overflow-x: hidden;
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 15px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .newClass {
    background-color: #fff;
      box-shadow: 0 0 5px gray;
      z-index: 999;
  }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    max-width: 175px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    color: #232323;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
  .project-overview-section .know-more {
    text-align: left;
  }
  .contact-number {
    display: flex;
  }
  .contact-number a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .responsiv-mobile {
    display: none;
}
  /* HEADER CSS ENDS */
.banner-section{
    position:relative;
    overflow:hidden;
}
.banner-section .container-fluid{
    padding:0;
}
.padding-space-extra{
    padding:80px 0;
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: #00000045;
}
.banner-section-information {
    position: absolute;
    top: 22%;
    left: 50%;
    content: "";
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    transform: translate(-50%);
    background: #faebd7cc;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 3px #8d8d8d;
}
.banner-configuration {
    font-family: 'Domine';
    font-size: 28px;
    background: linear-gradient(89deg, #b25d494a, #b25d49, #b25d494a);
}
.banner-price{
    font-size:18px;
}
.banner-price b {
    font-size: 25px;
}
.banner-logo{
    margin:0 auto;
    text-align: center;
    margin-bottom:10px;
}
.banner-logo img{
    max-width: 300px;
}
.banner-location{
    font-size:20px;
    margin-bottom:10px;
}
.banner-btn .btn{
    background:#b25d49;
    color:#fff;
    transform: scale(1);
    transition: all 0.4s ease;
}
.banner-btn .btn:hover {
    background: #000; /* Darker shade on hover */
    color: #ffddc1; /* Optional: different text color on hover */
      transform: scale(1.05);
}
.banner-section-information h1 {
    font-family: 'Domine';
}
.banner-mobile h2{
    font-family: 'Domine';
}
.section-title{
    text-align: center;
}
.section-title h2{
     font-family: "Domine", serif;
}
.section-title p{
    font-family: "Montserrat", sans-serif;
}
.club-house-section{
    font-family: "Montserrat", sans-serif;
}
.club-info-point h3{
font-family: "Domine", serif;
font-size: 22px;
text-align: center;
}
.club-info{
    text-align: center;
    margin:0 auto;
    margin-bottom:20px;
}
.club-points-info{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 479px;
}
.club-info img {
    width: 250px;
    height: 250px;
    box-shadow: 0 0 2px #353333;
    border-radius: 20px;
}
.club-info-point p{
    font-size:15px;
    margin-bottom:10px;
}
.bg-color{
    background: url(../images/outdoor-section-bg.png) center center no-repeat #b25d49;
        background-size: 100%;
        color:#fff;
}
.overview-section-img img{
    box-shadow: 0 0 2px #353333;
}
.highlight-section-information {
    color:#fff;
    font-family: "Montserrat", sans-serif;
}
.highlight-img-fer{
    margin:0 auto;
    text-align: center;
}
.highlight-img-fer img{
    width: 100%;
    height: 300px;
}
.overview-point-info{
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.overview-img-info{
margin:0 auto;
}
.overview-img-info img {
    max-width: 164px;
}
/* .blob-1 {
    animation: 5s ease-in-out 0s infinite normal none running animate;
    transition: 1s ease-in-out;
}
@keyframes animate{
    0%, 100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30%;
    }
} */
.gallery-img{
    padding:10px;
    background: #ffefeb;
    box-shadow: 0 0 3px #cfcfcf;
    border-radius: 10px;
}
.gallery-img img{
    border-radius: 10px;
}
.overview-info {
    font-family: 'Montserrat';
}
.overview-info p{
    text-align: justify;
    font-size:15px;
}
.section-title p{
    text-align: center !important;
}
.gallery-section-information{
    color:#fff;
}
.bg-colors{
        background: url(../images/typologies-section-bg.png) center center #f4f4f4;
    background-size: 100%;
}
.hightlight-section-infor {
    background: #f7f0f2;
    color: #000;
    padding: 15px;
    border-radius: 13px;
}
.hightlight-section-infor p{
    margin-top: 10px;
    margin-bottom:0;
    font-size: 15px;
}
.highlight-img img{
    border-radius:5%;
}
.configuration-section-info {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    width: 230px;
    background: #67132f;
    color: #fff;
    font-family: 'Domine';
    box-shadow: 0 0 3px #5f5c5c;
    border-radius: 20% 30%;
}
.price-section-info {
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 3px #393535;
    border-radius: 10px;
    color: #000;
    font-family: 'Montserrat';
    padding: 15px;
}
.price-type {
    background: #b25d49;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.price-type p{
    margin-bottom:0;
    font-size:21px;
    color:#fff;
}
.price-size-fer {
    margin-bottom: 10px;
    font-size: 16px;
}
p.price-size-fert {
    font-size: 22px;
    margin-bottom:0;
}
.price-size {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.project-price-fert {
    font-size: 23px;
    margin-bottom: 0;
}
.project-price{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #000;
}
.location-information ul{
    padding-left:20px;
}
.location-points{
    display:flex;
    justify-content: space-between;
    align-items: center;
     font-family: 'Montserrat';
     margin-bottom:10px;
     padding-bottom:10px;
     border-bottom:1px dashed #000;
}
.location-points p{
    margin-bottom:0;
}
.location-img img{
    box-shadow:0 0 3px #000;
}
.location-img img {
    box-shadow: 0 0 3px #737373;
    border-radius: 20px;
}
.floor-plan-info {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
    text-align: center;
    color: #000;
    font-family: 'Montserrat';
}
.floor-plan-info p {
    background: #b25d49;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
}
.card-header {
    background: #b25d49;
    color: #fff;
    font-family: 'Montserrat';
}
.card-header h3{
    font-size:18px;
}
.card-body {
    font-family: 'Montserrat';
}
.faq-section .card-header-title > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}
.faq-section .card-header-title > a[aria-expanded="true"]:after {
    content: "\f077";
}
.faq-section-img img{
    box-shadow:0 0 3px #000;
}
.card {
    margin-bottom: 15px;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.location-title-mobile{
    display:none;
}
.banner-mobile{
    display:none;
}
.banner-mobile-information{
    display: none;
}
.project-btn{
    text-align: center;
    margin-top:20px;
}
.bg-color .btn{
    background:#ffff !important;
    color:#000;
}
.price-section-info .btn{
    background: #b25d49 !important;
    color: #ffff;
}
.btn {
    background: #b25d49;
    color: #ffff;
    font-family: 'Montserrat';
}
.footer-section {
    background: #000;
    color: #fff;
    font-family: 'Montserrat';
}
.footer-inner h4{
    text-align: center;
}
.footer-section-points hr{
    border-top:1px dashed #fff;
}
.footer-section-points p {
    font-size: 20px;
    border-bottom: 1px dashed;
}
.footer-group-row ul {
    padding-left: 5px;
    list-style: none;
}
.footer-group-row ul li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #fff;
}
.footer-group-row ul li .btn{
background: transparent;
padding:0;
}
.footer-points ul{
    padding-left: 15px;
}
.footer-points ul li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #fff;
}
.footer-points ul li a{
    color:#fff;
}
.footer-group-row ul li i {
    margin-right: 10px;
}
.footer-privacy{
    padding:40px 0;
    text-align: center;
    font-family: 'Montserrat';
}
p.footer-disclaimer {
    text-align: justify;
}
.enquire-outer{
    display:none;
}
.banner-location i {
    color: #b25d49;
    font-size: 28px;
    animation: blink 1s infinite;
}
.modal-content {
    font-family: 'Montserrat';
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.floor-plan-info .btn{
    background:#000 !important;
    color:#fff;
}
.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}
@media only screen and (max-width: 1199px) {
.menu ul li a {
    padding: 0px 10px;
}
.banner-section {
    margin-top: 79px;
}
.banner-section-information {
    top: 10%;
}
.hidden-view{
    display:none;
}
.hightlight-section-infor p{
    text-align: justify;
    font-size: 14px;
}
.banner-logo img {
    max-width: 254px;
}
.logo {
    max-width: 167px;
}
}
@media only screen and (max-width: 1050px) {
        .banner-section-information {
        width: 60%;
    }
}
@media only screen and (max-width: 991px) {
     .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }
    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }
    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .overlay nav {
        text-align: center;
    }
    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }
    
    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .logo {
    max-width: 203px;
}
header {
    padding: 10px 0;
}
    .banner-section-information {
        top: 20%;
    }
    .club-info-point p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}
 .container {
        max-width: 846px;
    }
    .faq-section-img{
        display:none;
    }
    .confi-info{
        display:none;
    }
}
@media only screen and (max-width: 885px) {
        .banner-section-information {
        width: 66%;
    }
.club-points-info{
    height: 433px;
}
}
@media only screen and (max-width: 790px) {
        .banner-section-information {
        width: 75%;        
        top: 15%;

    }
}
@media only screen and (max-width: 767px) {
        .banner-section-information {
        width: 90%;
        top: 9%;
    }
.configuration-section-info {
    height: 186px;
    width: 187px;
}
.location-img {
    text-align: center;
}
.location-title-desktop{
    display:none;
}
.location-title-mobile{
    display:block;
}
.floor-plan-info {
    margin-bottom: 20px;
}

}
@media only screen and (max-width: 591px) {
    .confi-section-info h3 {
    font-size: 22px;
}
    .configuration-section-info {
        height: 186px;
        width: 170px;
    }
    .banner-section-information h1 {
    font-family: 'Domine';
    font-size: 34px;
}
.banner-mobile h2 {
    font-family: 'Domine';
    font-size: 34px;
}
.club-info-point h3 {
    font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
    .confi-info{
        display:flex;
    }
    .configuration-section-info {
        height: 224px;
        width: 231px;
        margin-bottom:15px;
    }
    .price-section-info {
    margin-bottom: 14px;
}
    .banner-logo img {
       display:none;
    }
    .padding-space-extra {
    padding: 50px 0;
}
.section-title h2 {
    font-size: 27px;
}
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-desktop{
    display:none;
}
.banner-mobile{
    display:block;
}
.banner-mobile-information{
    display: block;
}
.banner-mobile-information {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    padding: 10px;
    z-index: 9;
    backdrop-filter: blur(14px);
}
.banner-configuration {
    background: linear-gradient(89deg, #ffffff4a, #e3e3e3, #ffffff4a);
}
.banner-price {
    font-size: 18px;
    color: #fff;
}
.banner-price b {
    color: #f7d561;
}
    .banner-configuration {
        margin-bottom: 10px;
    }
    .banner-section::before {
    background: linear-gradient(180deg, #00000094, transparent, #00000094);
}
.location-points p {
    margin-bottom: 0;
    text-align: right;
}
.box {
        transform: translateY(100px);
        transition: transform 0.4s ease;
    }

    .box:nth-of-type(even) {
        transform: translateY(100px); 
    }

    .box.show {
        transform: translateY(0);
    }
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #10203e;
        box-shadow: 0 0 2px #8f8f8f;
        font-family: 'Montserrat';
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 50%;
        background: #fefefe;
        padding: 5px 0;
        color: #000000;
        border-bottom: 1px solid #b4afaf;
        text-align: center;
    }

    .enquire-outer ul .call-now {
        background: #000;
        color: #fff;
    }

    .enquire-outer ul .call-now a {
        color: #fff;
        text-decoration: none;
    }

    .enquire-outer ul .call-now img {
        max-width: 28px;
    }

    .enquire-outer ul li img {
        max-width: 28px;
    }

    .enquire-outer ul li p {
        margin-bottom: 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 491px) {
        .configuration-section-info {
        height: 189px;
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-logo {
    display: none;
}
    .banner-section-information h1 {
        font-size: 31px;
    }
    .banner-mobile h2 {
    font-family: 'Domine';
    font-size: 31px;
}
}
@media only screen and (max-width: 468px) {
    .banner-section-information h1 {
        font-size: 29px;
    }
    .banner-mobile h2 {
    font-family: 'Domine';
    font-size: 31px;
}
    .banner-section-information {
    padding: 20px 0;
}
.club-section {
    background: transparent;
}
.bg-colors {
    background: transparent;
}
.location-information ul {
    margin-top: 20px;
}
}
@media only screen and (max-width: 422px) {
        .banner-section-information h1 {
        font-size: 27px;
    }
    .banner-mobile h2 {
    font-size: 27px;
}
        .banner-section-information {
        padding: 16px 0;
    }
    .banner-location {
    margin-bottom: 0;
}
.club-house-section p {
    text-align: justify;
    font-size: 15px;
}
.card-body {
    font-family: 'Montserrat';
    background: #f1f1f1;
}
.banner-btn .donwload-brochure {
    display: none;
}
.overview-img-info img {
    max-width: 144px;
}
    .section-title h2 {
        font-size: 24px;
    }
        .banner-price {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 380px) {
        .banner-section-information {
        width: 94%;
    }
        .banner-section-information h1 {
        font-size: 25px;
        margin-bottom: 0px;
    }
    .banner-mobile h2 {
    font-family: 'Domine';
    font-size: 25px;
}
        .banner-location {
        margin-bottom: 0;
        font-size: 18px;
    }
        .logo {
        max-width: 177px;
    }
        header {
        padding: 14px 0;
    }
    .club-house-section .section-title p{
        display:block;
    }
        .club-house-section p {
        text-align: justify;
        font-size: 15px;
        display: none;
    }
        .overview-img-info img {
        max-width: 133px;
    }
    .configuration-section-info.blob-1 {
    animation: none;
    height: 150px;
    padding: 10px;
}
.confi-section-info p{
    display: none;
}
.section-title p {
    text-align: center !important;
    font-size: 14px;
}
    .section-title h2 {
        font-size: 22px;
    }
}
