@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'OPTIMA';
    src: url(../font/OPTIMA.TTF) format('truetype');
  }
/* header start */
header {
    background-color: #fff;
    border-radius: 0;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 7px 0;
    box-shadow: 0 0 5px #fff;
}
header .container-fluid {
    padding: 0;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    position: relative;
    align-items: center;
    z-index: 9;
}
.logo {
    max-width: 100px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    font-family: 'Montserrat';
    color:#96149d;
    margin-right: 22px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}
.button_container {
    display: none;
}
/* header end */    
.banner-section{
    position:relative;
}
.banner-section .container-fluid{
    padding:0;
}
.banner-section::before{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:#00000042;
    z-index:9;
    content:"";
}
.section-title h2{
    font-family: 'OPTIMA';
    text-transform:uppercase;
}
.section-title p{
    font-family: "Montserrat", serif;
}
.padding-space-extra{
    padding:65px 0;
}
.section-title {
    text-align: center;
    position: relative;
}
.overview-section-information{
    text-align: center;
}
.overview-section-information p{
    font-family: "Montserrat", serif;
}
.download-brochure {
    font-size: 20px;
    background: #96149d;
    font-family: 'OPTIMA';
    color: #fff;
    border-radius: 0;
}
.bg-grey{
    background: url('../images/bg-gray-big.jpg'), no-repeat;
    background-size: cover;
    position:relative;
}
.bg-color{
    position:relative;
}
.bg-color::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: url(../images/bg-color.jpg), no-repeat;
    background-size: cover;
    content: "";
}
.banner-section-imgs img{
    box-shadow:0 0 3px #7d7979;
}
.banner-section-imgs {
    border: 1px dotted #000;
    padding: 10px;
}
.highlight-section-info .section-title{
    text-align: left;
}
.highlight-section-info ul {
    padding-left:15px;
}
.highlight-section-info ul li{
    font-family: "Montserrat", serif;
    margin-bottom:10px;
}
.gallery-section-info .download-brochure {
    margin-top: 20px;
}
.gallery-section-info {
    text-align: center;
}
.highlight-section-img{
    position:relative;
    z-index:9;
}
.highlight-section-img::before {
    position: absolute;
    top: -50px;
    left: -65px;
    width: 100%;
    height: 100%;
    background: #96149d;
    content: "";
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.highlight-section-img img {
    box-shadow: 0 0 3px #000000b5;
}
.price-section-info {
    background: #fff;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    box-shadow: 0 0 3px #858585;
}
.price-type {
    color: #fff;
    background: #96149d;
    padding: 10px;
    margin-bottom:10px;
}
.price-type p {
    font-family: 'OPTIMA';
    font-size: 25px;
    margin-bottom:0;
}
.starting-size {
    font-size: 22px;
}
.starting-price {
    font-size: 16px !important;
    margin-bottom: 10px;
    font-family: 'Montserrat' !important;
}
.price-start p {
    font-family: 'OPTIMA';
    font-size: 25px;
}
body hr{
    border-top:1px dotted #000;
    margin:0;
}
.floor-plan-img img{
    box-shadow:0 0 3px #000;
    filter: blur(4px);
}
.floorplan-section-information{
    position:relative;
}
.floorplan-infer p {
    background: #96149d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63%;
    height: 63%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translate(-50%, -50%);
}
.location-section-info .section-title{
text-align: left;
}
.location-section-info ul {
    padding-left: 22px;
}
.location-section-info ul li{
    font-family: 'Montserrat';
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #000;
}
.amenities-section-img {
    max-width: 130px;
    padding: 20px;
    border: 1px dotted #000;
    margin: 0 auto;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.amenities-section-info {
    text-align: center;
    font-family: 'Montserrat';
}
.footer-section{
    background:#000;
    font-family: 'Montserrat';
    color:#fff;
    text-align: center;
}
.footer-inner h5{
    margin-bottom:25px;
}
.footer-inner form .form-group{
    margin-bottom:0;
}
.footer-privacy{
    text-align: center;
    padding:20px 0;
    font-family: 'Montserrat';
}
.banner-section-information{
    position:absolute;
    top:0;
    left:0;
    background:#000;
    color:#fff;
    z-index:9;
}
.banner-section-information {
    position: absolute;
    top: 25%;
    left: 40px;
    background: #510a55;
    color: #fff;
    z-index: 9;
    padding: 35px;
    font-family: 'Montserrat';
    outline: 2px dotted #fff;
    outline-offset: -16px;
}
.banner-section-info h1 {
    font-size: 47px;
    font-family: 'OPTIMA';
    text-transform: uppercase;
}
.configuration {
    font-size: 27px;
    font-family: 'OPTIMA';
    text-transform: uppercase;
    color: #f9b610;
    font-weight: 800;
}
.project-prices {
    margin-bottom: 10px;
}
.project-starting-price {
    font-family: 'OPTIMA';
    font-size: 30px;
    margin-bottom:0;
}
.project-starting-price b{
    color: #f9b610;
    font-size: 37px !important;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.enquire-outer{
    display:none;
}
.auto-popup-right {
    font-family: 'Montserrat';
}
.ct-tag {
    margin: 10px 0;
}
.banner-section-info a .btn{
Text-decoration:none;
}
.contact-mobile{
    display:none;
}
@media screen and (max-width:991px){
    .button_container {
        position: absolute;
        top: 50%;
        right: 15px;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
        display: block;
    }
    .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: #96149d;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #96149d;
    }
    .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;
    }
    .button_container span {
        background: #96149d;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }
    .inner-header {
        justify-content: space-between;
    }
    .logo {
        max-width: 119px;
    }
    header {
        padding: 10px 0;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
}
@media screen and (max-width:767px){
    .overview-section-information p {
        text-align: justify;
        font-size: 15px;
    }
    .overview-section-information .section-title p{
        text-align: center !important;
    }
    .bg-color::before {
        opacity: 0.7;
    }
    .highlight-section-img {
        display: none;
    }
    .section-title h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .price-type p {
        font-size: 22px;
    }
    .price-section-info {
        margin-bottom: 10px;
    }
    .starting-size {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .floorplan-section-info {
        padding: 5px;
        border: 1px dotted #000;
        margin-bottom: 10px;
    }
    .location-section-info {
        margin-bottom: 15px;
    }
    .footer-inner form .form-group {
        margin-bottom: 10px;
    }
    p.footer-disclaimer {
        font-size: 15px;
    }
    .banner-section-info h1 {
        font-size: 40px;
    }
    .project-location {
        margin-bottom: 10px;
    }
    .configuration {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:565px){
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:none;
    }
    .mobile-banner{
        display:block;
    }
    .contact-mobile {
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        content: "";
    }
    .contact-mobile .btn {
        width: 100%;
    }
    .logo {
        max-width: 104px;
    }    
    p.market-privacy {
        font-size: 13px;
    }
    .banner-section-information {
        left: 5px;
        width: 88%;
        top: 5%;
        background: #000000d1;
    }
    .padding-space-extra {
        padding: 50px 0;
    }
    .section-title h2 {
        font-size: 25px;
        font-weight: 700;
    }
    .section-title p{
        font-size: 15px !important;
    }
    .download-brochure {
        font-size: 16px;
        font-family: 'Montserrat';
    }
    .highlight-section-info ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #000;
    }    
    .amenities-section-img {
        max-width: 110px;
    }
    .footer-inner h5 {
        font-size: 17px;
    }
    p.footer-disclaimer {
        font-size: 14px;
        text-align: justify;
    }
    .overview-section-information p {
        font-size: 13px;
    }
    .banner-section {
        margin-top: 70px;
    }
    .project-starting-price {
        font-size: 20px;
    }
    header {
        padding: 0;
    }
    .configuration {
        font-size: 18px;
    }
    .banner-section-information {
        padding: 25px;
    }
    .project-prices {
        margin-bottom: 2px;
    }
    .banner-section-info h1 {
        font-size: 36px;
    }
    .project-starting-price b {
        font-size: 28px !important;
    }
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #db8621;
        box-shadow:0 0 2px #d3d3d3;
    }
    .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: 'Montserrat';
        color:#fff;
        background-color:#000;
      }
      .ct-tag {
        font-size: 13px;
    }
    .auto-popup-right p{
        margin-bottom:10px;
    }
}