@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
  }
@font-face {
    font-family: 'winner sans';
    src: url(../font/winner\ sans.ttf) format('truetype');
}  
*{
    margin:0;
    padding:0;
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #000;
    padding: 20px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px gray;
  }
  .newClass {
    background-color: #000;
      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: 119px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-section{
    background:url('../images/amenities.jpg');
    background-size: 100% 100%;
    background-repeat:no-repeat;
    display: block;
  }
  p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}
  .menu ul li a {
    color: #fff;
    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;
    margin-top:7px;
}
.banner-section::before{
    position: absolute;
    top:0;
    left:0;
    background:#00000030;
    width:100%;
    height:100%;
    z-index:9;
    content:"";
}
.banner-section .container-fluid{
padding:0;
}
.banner-section-information {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    background: #000000d6;
    color: #fff;
    padding: 20px 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px gray;
}
.banner-brochure {
    animation: pulses-animation 2s infinite !important;
    border: 1px solid #c9c7c7;
}
.banner-inner-infromation h1 {
    font-size: 45px;
    font-family: 'winner sans';
    letter-spacing: 2px;
}
.banner-inner-infromation p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.info-banner {
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'MONTSERRAT';
}
.info-price {
    font-family: 'winner sans';
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 3px;
}
.padding-space-extra {
    padding: 50px 0;
}
.section-title h2 {
    font-family: "Fraunces", serif;
    font-size: 35px;
    text-transform: uppercase;
}
.section-title p{
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}
.overview-inner-infromation p{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-align: justify;
}
.overview-section {
    background: #F1E8DE;
    overflow: hidden;
}
.btn {
    background: #9b2223;
    color: #fff;
    border-radius: 0;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    box-shadow: 0 0 3px #000;
}
.bg-color {
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%), url(../images/object-01.png) center / cover no-repeat;
    text-align: center;
    color:#fff;
}
.gallery-img {
    padding: 10px;
    border: 1px dashed #fff;
    border-radius: 10px;
}
.gallery-img img {
    box-shadow: 0 0 2px #fff;
    border-radius: 10px;
}  
.bg-color .btn{
    background:#fff;
    color:#000;
    border-radius:5px;
    margin-top:20px;
}
.gallery-section-info ul {
    list-style: none;
}
.gallery-section-info ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'OPTIMA';
}
.gallery-section-info{
    position:relative;
    cursor:pointer;
}
.gallery-section-info .section-title{
    color:#fff;
}
.floorplan-section-img{
    position:relative;
}
.floorplan-content{
    position:absolute;
    top:45%;
    left:50%;
    transform:translate(-50%);
    background:#9b2224;
    padding:10px 15px;
    color:#fff;
    box-shadow:0 0 3px #000;
}
.floorplan-content p{
    font-family: 'Montserrat';
    margin-bottom:0;
    font-size:15px;
}
/* .highlight-section-info .section-title{
    text-align: center;
} */
.pricelist-information{
    text-align: center;
}
.price-list-information {
    background: #071c35;
    color: #fff;
    padding: 20px;
    box-shadow:0 0 3px #000;
    position:relative;
    margin-right:30px;
}
.pricelist-information .section-title {
    margin-bottom: 30px;
    color:#fff;
}
.price-type {
    background: #9b2324;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}
.blur-point {
    filter: blur(3px);
}
.price-type p {
    font-family: 'Fraunces';
    font-size: 26px;
    margin-bottom: 0;
}
p.type {
    font-size: 18px;
    font-family: 'Montserrat';
    color: #d7d7d7;
    margin-bottom: 7px;
}
p.type-plot {
    font-family: 'OPTIMA';
    font-size: 22px;
}
.price-set{
    margin-bottom:0;
}
.price-set b {
    font-size: 35px;
}
.price-list-information {
    background: #000000;
    color: #ffffff;
    padding: 30px 20px;
    box-shadow: 0 0 3px #000;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.price-list-information::before{
    position:absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index:9;
    content:"";
    width: 30%;
    height: 30%;
}
.price-list-information::after{
    position:absolute;
    bottom: 10px;
    right: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index:9;
    content:"";
    width: 30%;
    height: 30%; 
}
.amenities-section-infromation .section-title {
    text-align: center;
}
.amenities-info-section {
    margin-top: 30px;
}
.amenities-section-info {
    background: #000;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 0 3px #575454;
    position:relative;
    height:180px;
}
.amenities-icon {
    max-width: 48px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.amenities-icon img{
    /*filter:invert(1);*/
}
.amenities-section-info p {
    position: absolute;
    bottom: 0;
    left: 17px;
    font-family: 'Montserrat';
    text-align: left;
}
.amenities-section-info::before{
    position:absolute;
    top: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index:9;
    content:"";
    width: 30%;
    height: 30%;
}
.location-advantages-info ul {
    list-style: none;
}
.location-advantages-info ul li {
    margin-bottom: 25px;
    font-family: 'Montserrat';
    position:relative;
}
.location-advantages-info ul li i {
    position: absolute;
    top: 5px;
    left: -15px;
}
.highlight-fit{
    position:relative;
}
.highlight-fit::before{
    position:absolute;
    top: 10px;
    right: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index:9;
    content:"";
    width: 30%;
    height: 30%;
}
.highlight-fit {
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%), url(../images/object-01.png) center / cover no-repeat;
    color: #fff;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #000;
    padding:25px;
}
.highlight-fit p {
    font-family: 'Montserrat';
    position: absolute;
    bottom: 0;
    font-size: 15px;
    left: 16px;
    width: 85%;
}
.highlight-infromation-set .section-title {
    margin-bottom: 40px;
}
.highlight-img img{
    box-shadow:0 0 3px #000;
}
.auto-popup-right h3 {
    font-family: 'winner sans';
}
.auto-popup-right p{
    font-family: 'Montserrat';
}
.ct-tag{
    font-family: 'Montserrat';
    margin-bottom:10px;
}
.enquire-now-form {
    background: #fff;
    color: #000;
    margin-top: 15px;
}
.bg-color-dark {
    background: #000;
}
.faq-section-heading h3 {
    background: #000;
    font-family: 'Fraunces';
    font-size: 22px;
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
}
.faq-section-heading p {
    background: #d3cfcf;
    color: #000;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 10px;
    text-align: left;
}
.footer-section{
    text-align: center;
    font-family: 'Montserrat';
}
.footer-inner h4{
    margin-bottom:20px;
    color:#fff;
}
.footer-inner form .form-group {
    margin-bottom: 0 !important;
}
.extra-brochure{
    background: #fff;
    color: #000;
}
.footer-privacy{
    text-align:center;
    font-family: 'Montserrat';
}
p.policy-point {
    margin-bottom: 0;
}
.amenities-section-infromation {
    text-align: center;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.hidden-view{
    display: none;
}
.location-advantages-img {
    box-shadow: 0 0 3px #656464;
}
.banner-inner-infoter{
    position:absolute;
    bottom:25%;
    left:0;
    width:100%;
    z-index:9;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 79px;
}
.coming-soon{
    background:#fff;
    padding:8px 20px;
    animation: pulses-animation 2s infinite !important;
}
@keyframes pulses-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(144 10 12 / 100%);
    }
  
    100% {
        box-shadow: 0 0 0 15px transparent;
    }
  }
.coming-soon p {
    font-size: 18px;
    font-family: 'Montserrat';
    color: rgb(189 51 53);
    margin-bottom: 0;
    font-weight:700;
}
.section-title {
    position: relative;
}
.section-title::before {
    position: absolute;
    top: -7px;
    left: 9%;
    border-top: 2px solid #9a2123;
    content: "";
    width: 17%;
    transform: translate(-50%);
    display:none;
}
.info-price b {
    color: rgb(189 51 53);
}
.gallery-inner-img {
    position: relative;
    margin-bottom:20px;
    z-index: 99;
}
.gallery-inner-img img{
    box-shadow:0 0 3px #000;
}

.gallery-inner-img::before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    width: 30%;
    height: 30%;
    background: #9a2123;
    z-index:-1;
}
.gallery-inner-img::after{
    position:absolute;
    bottom: -11px;
    right: -11px;
    background: #9a2123;
    content:"";
    width: 30%;
    height: 30%;
    z-index:-1;
}
.enquire-outer{
    display:none;
}
.information-banner-section {
    display: block;
    text-align: center;
}
.information-banner-section p{
    margin-bottom:20px;
}
.download-brochure {
    animation: pulses-animation 2s infinite !important;
}
.banner-inner-infromation h1 b {
    color: rgb(189 51 53);
}
hr {
    background: #fff;
}
.footer-nav h6 {
    color: #fff;
}
.footer-nav ul {
    color: #fff;
    text-align: left;
    margin-left: 90px;
}
.footer-nav ul li{
    margin-bottom:15px;
}
.footer-nav ul li a {
    color: #fff;
    text-decoration: none;
}
.paymentplan-point ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #000;
    box-shadow: 0 0 3px #000;
    color:#fff;
}
.paymentplan-point ul li {
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 23px;
}
.payment-point {
    background: #9a2123;
}
p.special-payment {
    font-family: 'winner sans';
    font-size: 25px;
    border-bottom: 2px solid #9a2123;
    width: 58%;
    letter-spacing: 1px;
}
.overview-img{
    position:relative;
    padding:10px;
}
.overview-img img{
    border-radius:10px;
    z-index:9;
    position:relative;
}
.overview-img::before {
    position: absolute;
    top: -26px;
    right: -134px;
    width: 100%;
    height: 110%;
    background: linear-gradient(to top, rgb(144 10 12 / 90%) 110%, transparent 10%),;
    content: "";
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.location-points {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom:1px dashed #000;
}
.location-points p{
    margin-bottom:0;
}
.floorplan-inner-section .section-title h2 {
    font-size: 30px;
}
.footer-logo {
    text-align: left;
    max-width: 155px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
    .banner-section-information {
        padding: 20px 80px;
    }
    .overview-inner-infromation p {
        font-size: 18px;
    }
    .container {
        max-width: 1280px;
    }
    .highlight-fit p {
        font-size: 17px;
    }
    .amenities-section-info p {
        font-size: 19px;
    }
    .location-advantages-info ul li {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1176px;
    }
    .location-advantages-info ul li {
        font-size: 17px;
    }
    .overview-inner-infromation p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1295px) {
    .container {
        max-width: 1083px;
    }
    .banner-inner-infromation h1 {
        font-size: 40px;
    }
    .info-banner {
        font-size: 25px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .overview-inner-infromation p {
        font-size: 16px;
    }
    .highlight-fit p {
        font-size: 15px;
    }
    .amenities-section-info p {
        font-size: 17px;
    }
    .location-advantages-info ul li {
        font-size: 15px;
    }
    .container {
        max-width: 956px;
    }
}
@media only screen and (max-width: 1199px) {
    p.special-payment {
        width: 70%;
    }
    .footer-nav ul {
        margin-left: 67px;
    }
    .highlight-fit {
        height: 185px;
    }
    .container {
        max-width: 956px;
    }
    .banner-section {
        margin-top: 76px;
    }
    .price-list-information {
        margin-right: 0;
    }
    .section-title h2 {
        font-size: 27px;
    }
    .banner-inner-infromation h1 {
        font-size: 38px;
    }
    .banner-section-information {
        padding: 20px 37px;
    }
    .gallery-section-info ul li {
        font-size: 16px;
    }
    .highlight-infromation-set .section-title {
        margin-bottom: 30px;
    }
    .amenities-section-info p {
        font-size: 14px;
    }
    .banner-inner-infoter {
        bottom: 33%;
        padding: 0 40px;
    }
    .footer-inner h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    p.special-payment {
        width: 85%;
    }
    .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: #fff;
        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%;
    }
    .menu ul li a {
        color: #000;
    }
    .overlay nav {
        text-align: center;
    }
    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .banner-inner-infoter {
        bottom: 27%;
        padding: 0 40px;
    }
    .info-banner {
        font-size: 20px;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }
    .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;
    }
    .banner-section {
        margin-top: -26px;
    }
    .container {
        max-width: 780px;
    }
    .gallery-section-img .amenities-slider::after {
        right: -10px;
    }
    .banner-inner-infromation p {
        font-size: 17px;
    }
    .banner-inner-infromation h1 {
        font-size: 32px;
    }
    .section-title p {
        font-size: 13px;
    }
    .highlight-img {
        display: none;
    }
    .location-advantages-info ul li {
        margin-bottom: 11px;
    } 

}
@media only screen and (max-width: 767px) {
    p.special-payment {
        font-size: 20px;
        width: 55%;
        text-align: left;
    }
    .container {
        max-width: 660px;
    }
    .padding-space-extra {
        padding: 40px 0;
    }
    .btn {
        font-size: 14px;
    }
    .gallery-section-info ul {
        display: none;
    }
    .gallery-section-information .download-brochure {
        display: none;
    }
    .overview-section {
        text-align: center;
    }
    .overview-inner-infromation {
        text-align: center;
    }
    .overview-inner-infromation p{
        text-align:justify;
        font-size:15px;
    }
    .hidden-view{
        display:block !important;
        margin:0 auto;
        margin-top:20px;
    }
    .gallery-section{
        text-align: center;
    }
    .highlight-section {
        text-align: center;
    }
    .highlight-fit {
        text-align: left;
    }
    .floorplan-section {
        text-align: center;
    }
    .floorplan-inner-section .download-brochure {
        display: none;
    }
    .banner-section {
        margin-top: 73px;
    }
    .banner-inner-infromation h1 {
        font-size: 25px;
    }
    .info-banner {
        font-size: 19px;
    }
    .info-price {
        font-size: 24px;
    }
    .price-set b {
        font-size: 29px;
    }
    p.type-plot {
        font-size: 19px;
    }
    p.type {
        font-size: 16px;
    }
    .location-advantages-info {
        margin-bottom: 20px;
    }
    .footer-inner form .form-group {
        margin-bottom: 20px !important;
    }
    .footer-inner form .form-group .form-control{
        border-radius:0;
    }
    .price-list-information {
        margin-bottom: 54px;
    }
    .gallery-inner-img {
        display: none;
    }
}
@media only screen and (max-width: 565px) {
    .hidden-view-overview{
        display:none;
    }
    header {
        padding: 14px 0;
    }
    p.special-payment {
        font-size: 20px;
        width: 67%;
        text-align: left;
    }
    .paymentplan-point ul li {
        padding: 13px 20px;
        font-size: 17px;
    }
    .footer-nav ul {
        margin-left: 111px;
    }
    .information-banner-section p{
        margin-bottom:10px;
    }
    .highlight-fit p {
        font-size: 13px;
    }
    .banner-section {
        margin-top: 74px;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .banner-section-information{
        display:block;
        text-align: center;
    }
    .section-title::before {
        position: absolute;
        top: -7px;
        left: 50%;
        border-top: 2px solid #ffffff;
        content: "";
        width: 32%;
        transform: translate(-50%);
        display:block;
    }
    .banner-inner-infromation{
        margin-bottom:10px;
    }
    .banner-inner-infromation h1 {
        font-size: 26px;
    }
    .banner-inner-infromation p {
        font-size: 14px;
    }
    .banner-section-information {
        display: block;
        text-align: center;
        bottom: 48px;
    }
    .coming-soon {
        animation: none !important;
        display:none;
    }
    .banner-inner-infoter {
        bottom: 2%;
        padding: 0 0px;
        display: block;
        text-align: center;
    }
    .pricelist-section.padding-space-extra {
        padding: 40px 0 0 0;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .banner-brochure {
        margin-top: 6px;
    }
    .location-advantages-info ul {
        padding: 0 0 0 10px;
        text-align: justify;
    }
    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }
    p.market-privacy {
        font-size: 14px;
    }
    .location-advantages-info {
        text-align: center;
    }
    .footer-inner h4 {
        font-size: 15px;
    }
    .location-advantages-info ul li {
        font-size: 14px;
    }
    .info-banner {
        font-size: 17px;
    }
    .overview-inner-infromation p {
        font-size: 13px;
    }
     .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #9b2223;
        box-shadow: 0 0 2px #ffffff;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .enquire-outer ul li a .btn{
        background: #056ea9 !important;
        color:#fff;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Montserrat';
        color: #fff;
        background-color: #9b2223;
    }
    p.policy-point {
        margin-bottom: 20px;
    }
    .price-type p {
    font-size: 22px;
}
}
@media only screen and (max-width: 420px) {
        .banner-section-information {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 390px) {
    .highlight-fit {
        height: 210px;
        font-size: 13px;
    }
    .floorplan-inner-section .section-title h2 {
    font-size: 27px;
}
    .section-title h2 {
        font-size: 23px;
    }
}