@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Lato-Regular';
    src: url(../font/Lato-Regular.woff) format('woff'),
         url(../font/Lato-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'Lato-LightItalic';
    src: url(../font/Lato-LightItalic.woff) format('woff'),
         url(../font/Lato-LightItalic.woff2) format('woff2');
  }
  
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px 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: 110px;
  }
  .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: #232323;
    text-decoration: none;
    font-size: 16px;
    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: "Poppins", serif;
  }
  .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;
}  
.banner-section .container-fluid{
    padding:0;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.banner-section-information {
    position: absolute;
    bottom: 18px;
    background: #000000d4;
    left: 50%;
    padding: 10px 20px;
    box-shadow: 0 0 2px #2c4c6c;
    border-bottom: 1px dotted #2c4c6c;
    z-index: 9;
    transform: translate(-50%);
    color: #fff;
}
.banner-section {
    position: relative;
    margin-top: -5px;
}
.banner-section-information h1 {
    font-family: 'Lato-Regular';
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}
.banner-section-information h1 b {
    font-family: 'Lato-Regular';
    color: #3c6d9f;
    font-size: 40px;
}
.banner-section-information p {
    font-family: "Poppins", serif;
    margin-bottom: 10px;
}
p.configuration {
    font-family: 'Lato-Regular';
    font-size: 28px;
    font-weight: 500;
}
.banner-luxury {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    background: #000000d1;
    box-shadow: 0 0 3px #000;
    padding: 10px;
    Width: 54%;
    text-align: center;
}
.banner-luxury p {
    font-weight: 700;
    margin-bottom: 0;
    color: #dfdfdf;
    font-size: 25px;
    font-family: 'Lato-Regular';
    border: 1px dotted #efeeee;
    padding: 5px;
}
.padding-space-extra{
    padding:50px 0;
}
.overview-section {
    padding: 45px 0 50px 0;
    font-family: 'Poppins';
    text-align: center;
}
.section-title h2 {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 28px;
    color: #385585;
    text-align: center;
    text-transform: uppercase;
}
.overview-section-information p {
    color: #625d5d;
}
.banner-section-info {
    padding: 20px;
    border: 1px dotted #fff;
}
.banner-section-info img{
    box-shadow:0 0 3px #000;
}
.text-color .section-title{
    margin-bottom:20px;
}
.text-color .section-title h2{
    color:#fff !important;
}
.highlight-section-info .section-title {
    text-align: left;
}
.highlight-section-info ul li {
    font-family: 'Poppins';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #524c4c;
    color: #524c4c;
}
.highlight-section-img{
    position:relative;
}
.highlight-section-img::before{
    position:absolute;
    top:-15px;
    right:20px;
    content:"";
    background:url('../images/shape3.png') no-repeat;
    width:100%;
    height: 22%;
    background-size: contain;
    z-index:-1;
}
.highlight-section-img img{
    box-shadow:0 0 3px #000;
}
.bg-color{
    background: #2c4c6c;
}
.price-section-info {
    text-align: center;
    background: #fff;
    padding: 0 0 10px 0;
    font-family: 'Poppins';
    box-shadow:0 0 3px #fff;
}
.price-type {
    padding: 14px 0 10px 0;
    background: #2c4c6c;
    color: #fff;
    margin-bottom: 10px;
}
p.price-type-set {
    margin-bottom: 0;
}
.price-type-fet {
    border-bottom: 1px dotted #000;
    margin: 10px 25px;
}
.price-type-fet p {
    margin-bottom: 10px;
}
.enquire-now {
    border-radius: 0;
    color: #fff;
    background: #2c4c6c;
    font-size: 14px;
}
p.starting-price-set {
    font-weight: 600;
    color: #2c4c6c;
    font-size: 21px;
    font-family: 'Lato-Regular';
}
.floor-plan-img {
    border: 1px dotted #2c4c6c;
    padding: 20px;
}
.floor-plan-img img {
    box-shadow: 0 0 3px #000;
    filter: blur(2px);
}
.floor-plan-info p {
    background:#2c4c6c;
    color:#fff;
    margin-bottom:0;
    padding:10px;
    text-align: center;
    font-family: 'Poppins';
}
.location-advantages-infromation .section-title h2{
    text-align: left;
}
.location-advantages-infromation ul{
    padding-left:10px;
    color:#fff;
    font-family: 'Poppins';
}
.location-advantages-infromation ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}
.location-advantages-img{
border:1px dotted #fff;
padding:20px;
}
.location-advantages-img img{
    box-shadow:0 0 3px #000;
}
.amenities-section-img {
    padding: 20px;
    max-width: 115px;
    margin: 0 auto;
    background: #2c4c6c;
}
.amenities-section-img img{
    filter:invert(1);
}
.amenities-section-info {
    text-align: center;
}
.amenities-section-information .section-title{
    margin-bottom:20px;
}
.amenities-section-info {
    color: #302e2e;
    text-align: center;
    font-family: 'Poppins';
}
.amenities-section-info p {
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom:1px dotted #000;
}

.download-brochure {
    font-family: 'Poppins';
    color: #fff;
    background: #2c4c6c;
    border-radius: 0;
    position: relative;
    margin: 10px 0 10px 0;
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    content: "";
    z-index: 9;
}
.gallery-section {
    text-align: center;
}
.enquire-brochure{
    background:#fff;
    color:#000;
}
.amenities-section-information {
    text-align: center;
}
.amenities-section-information .download-brochure{
    margin-top:20px;
}
.footer-section {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
}
.footer-inner h5 {
    margin-bottom: 25px;
}
.footer-inner form .form-group{
    margin-bottom:0px;
}
.footer-privacy {
    text-align: center;
    padding: 20px;
    font-family: 'Poppins';
}
p.market-privacy {
    font-size: 14px;
}
p.footer-disclaimer {
    font-size: 15px;
}
.auto-popup-right {
    font-family: 'Poppins';
}
.amenities-section-info:hover {
    background: #2c4c6c;
    color: #fff;
    transition: .5s;
    cursor: pointer;
}
.download-brochure a {
    color: #fff;
}
.enquire-outer{
    display:none;
}
@media only screen and (max-width: 1199px) {
    .banner-luxury p {
        font-size: 19px;
    }
    p.configuration {
        font-size: 21px;
    }
    .banner-section-information h1 {
        font-size: 29px;
    }
    .banner-section-information h1 b {
        font-size: 32px;
    }
    .amenities-section-info p {
        font-size: 14px;
    }
    .highlight-section-info .section-title h2 {
        font-size: 24px;
        text-align: left;
    }
    .location-advantages-infromation .section-title h2 {
        font-size: 24px;
        text-align: left;
    }
    .banner-section {
        margin-top: 46px;
    }
    .banner-luxury {
        top: 22%;
    }
}
@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;
    }
    .banner-luxury {
        width: 65%;
        text-align: center;
    }
    .overview-section-information p {
        text-align: left;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .highlight-section-info ul {
        padding-left: 20px;
    }
    .highlight-section-img {
        display: none;
    }
    .price-section-info {
        margin-bottom: 20px;
    }
    .floor-plan-info {
        margin-bottom: 20px;
    }
    .amenities-section-info {
        margin-bottom:20px;
    }
    .footer-inner form .form-group {
        margin-bottom: 20px;
    }
    p.starting-price-set {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-luxury {
        width: 78%;
        top: 30%;
    }
    .banner-section-information {
        width: 74%;
    }
    p.configuration {
        font-size: 18px;
        margin-bottom: 0;
    }
    .overview-section {
        padding: 25px 0 30px 0;
    }
    .banner-luxury {
        top: 14%;
    }
}
@media only screen and (max-width: 575px) {
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-section {
    margin-top: 10px;
}
.banner-luxury {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    z-index: 9;
    background: #000000;
    box-shadow: none;
    padding: 10px;
    Width: 100%;
    text-align: center;
}
.confi {
    display: block;
}
.banner-section-information {
    position: relative;
    bottom: 0;
    background: #000000;
    left: 0;
    box-shadow: none;
    border-bottom: 1px dotted #2c4c6c;
    z-index: 9;
    transform: none;
    color: #fff;
    width: 100%;
    padding: 10px 12px;
}
.banner-section-infor {
    border: 1px dotted #fff;
    padding: 5px 14px;
}
.banner-section-information h1 {
    color: #fff;
    font-size: 22px;
}
.banner-section-information h1 b {
    font-size: 21px;
}
.banner-section-information p {
    color: #c5c5c5;
}
p.configuration {
    font-size: 17px;
}
.banner-section-information p {
    font-size: 13px;
}
.banner-luxury p {
    font-size: 14px;
}
.banner-section::before {
    background: #0000001f;
}
.section-title h2 {
    font-size: 22px;
}
.overview-section-information p {
    font-size: 14px;
    text-align: justify;
}
.highlight-section-info .section-title h2 {
    font-size: 21px;
}
.highlight-section-info ul li {
    font-size: 14px;
}
.text-color .section-title h2 {
    font-size: 19px;
}
.location-advantages-infromation ul li {
    font-size: 14px;
}
.footer-inner h5 {
    font-size: 18px;
}
p.footer-disclaimer {
    text-align: justify;
    font-size:13px;
}
.download-brochure {
    font-size: 13px;
}
.logo {
    max-width: 90px;
}
.auto-popup-right h3 {
    font-size: 20px;
}
.ct-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.auto-popup-right p {
    font-size: 15px;
}
.enquire-outer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: block;
    width: 100%;
    background: #071c35;
    box-shadow: 0 0 2px #071c35;
}
.enquire-outer ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom:0;
    padding-left: 0;
  }
  .enquire-outer ul li {
    width: 100%;
  }
  .enquire-outer ul li .enquire-form-fit {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-family: "poppins", sans-serif;
    color: #fff;
    background-color: #071c35;
}
.fit-ext{
    border-right:2px solid #fff;
}
}

