@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.woff) format('woff'),
         url(../font/Montserrat-Regular.woff2) format('woff2');
  }
  @font-face {
    font-family: 'KaiseiDecol-Regular';
    src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  }
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 20px 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: 130px;
  }
  .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: 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-Regular';
  }
  .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;
}  
.banner-section::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:#000000ad;
    z-index:9;
}
.banner-section-information {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    content: "";
    color:#fff;
    text-align: center;
    width:100%;
}
.padding-space-extra{
    padding:50px 0;
}
.banner-section-info h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'KaiseiDecol-Regular';
    font-size: 24px;
    margin-bottom:10px;
}
.Projects-name {
    font-family: 'KaiseiDecol-Regular';
    font-size: 35px;
    letter-spacing: 3px;
    color:yellow;
    text-align: center;
    font-weight: 600;
    margin-bottom:10px;
}
.project-location {
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    margin-bottom:10px;
}
.starting-price {
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    margin-bottom:10px;
}
.starting-price b {
    font-family: 'KaiseiDecol-Regular';
    letter-spacing: 2px;
    color:yellow;
    font-size:30px;
}
.project-section {
    text-align: center;
    font-family: 'Montserrat-Regular';
}
.project-section .section-title {
    font-family: 'KaiseiDecol-Regular';
    margin-bottom: 30px;
}
.banner-info-img {
    box-shadow: 0 0 3px #000;
    position:relative;
}
.project-info{
    position: relative;
}
.banner-info-project {
    position: absolute;
    bottom: 44px;
    padding: 10px;
    color: #fff;
    background: linear-gradient(45deg, black, black, black, transparent);
    width: 100%;
    text-align: left;
}
.banner-info-project h3 {
    color: #f59b17;
    font-family: 'KaiseiDecol-Regular';
    letter-spacing: 2px;
    font-weight: 600;
}
.project-size {
    margin-bottom: 0;
}
.project-price b {
    color: #c74c1b;
    font-family: 'KaiseiDecol-Regular';
    font-size: 23px;
}
.btn-project {
    text-align: right;
    color: #c74c1b;
}
.btn {
    color: #fff;
    background: #394d70;
    border-radius: 0;
    box-shadow: 0 0 3px;
    font-family: 'Montserrat-Regular';
}
.banner-status {
    position: absolute;
    top: 0;
    right: 0;
    background: #394d70;
    color: #fff;
    padding: 10px;
    border: 1px dotted #fff;
}
.banner-status p {
    margin-bottom: 0;
    font-size: 13px;
}
.download-brochure {
    font-size: 17px;
    background: #c74c1b;
    font-family: 'Montserrat-Regular';
    margin-right: 10px;
}
.btn-banner {
    margin-top: 25px;
}
.request-call {
    font-size: 17px;
}
.footer-section {
    background: #000000;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat-Regular';
}
.footer-inner h5 {
    margin-bottom: 20px;
}
.footer-inner form .form-group {
    margin-bottom: 0;
}
.brochure {
    font-size: 16px;
    box-shadow: none;
}
.footer-privacy {
    text-align: center;
    padding:20px 0;
    font-family: 'Montserrat-Regular';
}
p.footer-disclaimer {
    font-size: 14px;
}
.policy-point{
    margin-bottom:0;
}
.policy-point a {
    color: #000;
}
.banner-set {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #c74c1bfa;
    padding: 10px 0;
}
.banner-set a {
    color: #fff;
    text-decoration: none;
}
.banner-set a p{
    margin-bottom:0;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.download-brochure a {
    color: #fff;
    text-decoration: none;
}
.info-thanks h1 {
    font-size: 40px;
}
.info-thanks p {
    font-size: 20px;
    font-family: 'Montserrat-Regular';
}
.auto-popup-right {
    font-family: 'Montserrat-Regular';
}
.project-overview {
    background: #394d70;
    color: #fff;
    font-family: 'Montserrat-Regular';
}
.section-title h3 {
    font-family: 'KaiseiDecol-Regular';
    font-size: 23px;
    color: #ffb300;
}
.project-part p {
    font-size: 14px;
}
.faq-header {
    font-family: 'KaiseiDecol-Regular';
    padding: 10px;
    background: #394d70;
    color: #fff;
}
.faq-header h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.faq-body {
    font-family: 'Montserrat';
    padding: 10px;
    background: #ebebeb;
    margin-bottom: 20px;
    color:#000;
}
.faq-body p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
}
@media only screen and (max-width: 1199px) {
    .menu ul li a {
        font-size: 14px;
        padding: 0px 11px;
    }
    .Projects-name {
        font-size: 28px;
    }
    .banner-section-info h1 {
        font-size: 20px;
    }
    .project-location {
        font-size: 17px;
    }
    .starting-price {
        font-size: 18px;
    }
    .starting-price b {
        font-size: 25px;
    }
    .download-brochure {
        font-size: 15px;
    }
    .request-call {
        font-size: 15px;
    }
    .project-section .section-title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .banner-status {
        padding: 8px;
    }
    .banner-info-project h3 {
        font-size: 24px;
    }
    .project-size {
        font-size: 15px;
    }
    p.project-price {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .download {
        font-size: 14px;
    }
    .footer-inner h5 {
        font-size: 16px;
    }
    .info-thanks h1 {
        font-size: 32px;
    }
}
@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;
    }
    .btn-banner {
        margin-top: 6px;
    }
    .Projects-name {
        font-size: 25px;
    }
    .project-location {
        font-size: 15px;
    }
    .starting-price {
        font-size: 17px;
    }
    .banner-section {
        margin-top: 79px;
    }
    .banner-section-information {
        top: 15%;
    }
    .Projects-name {
        font-size: 22px;
    }
    .banner-info-project h3 {
        font-size: 20px;
    }
    .project-section .section-title h2 {
        font-size: 24px;
    }
    .info-thanks h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .banner-info-project h3 {
        font-size: 20px;
    }
    .project-price b {
        font-size: 17px;
    }
    p.project-price {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .banner-status p {
        font-size: 12px;
    }
    .banner-set a p {
        font-size: 13px;
    }
    .banner-info-project {
        bottom: 38px;
    }
    .download {
        font-size: 12px;
    }
    .footer-inner form .form-group {
        margin-bottom: 10px;
    }
    p.footer-disclaimer {
        text-align: justify;
    }
    p.market-privacy {
        font-size: 14px;
    }
    .info-thanks h1 {
        font-size: 32px;
    }
    .faq-header h3 {
        font-size: 21px;
    }
    .faq-body p {
        font-size: 13px;
    }
    .project-part {
        margin-bottom: 30px;
    }
    .project-part p {
        text-align: justify;
    }
}
@media only screen and (max-width: 575px) {
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .Projects-name {
        font-size: 17px;
        letter-spacing: 2px;
        width: 62%;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .banner-section-info h1 {
        font-size: 16px;
    }
    .request-call {
        display: none;
    }
    .project-location {
        font-size: 13px;
        margin-bottom: 0;
    }
    .starting-price {
        font-size: 15px;
    }
    .starting-price b {
        font-size: 22px;
    }
    .download-brochure {
        font-size: 13px;
    }
    .project-section .section-title h2 {
        font-size: 19px;
        margin-bottom: 0px;
        font-weight: 700;
    }
    .project-info {
        margin-bottom: 20px;
    }
    p.project-price {
        font-size: 14px;
    }
    .project-price b {
        font-size: 19px;
    }
    .download {
        font-size: 13px;
    }
    p.market-privacy {
        font-size: 12px;
    }
    p.footer-disclaimer {
        font-size: 13px;
    }
    .info-thanks p {
        font-size: 17px;
        margin: 0 10px;
    }
    .info-thanks h1 {
        font-size: 32px;
    }
    .faq-header h3 {
        font-size: 16px;
    }
}
