@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');
body{
    background: url('../images/background.webp') no-repeat;
    background-size: cover;
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    padding: 10px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px #fff;
  }
  .newClass {
    background-color: #ffffff;
      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: 140px;
}
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu ul li a {
    color: #3a3737;
    text-decoration: none;
    font-size: 17px;
    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';
}
  /* HEADER CSS ENDS */
.banner-section{
    position:relative;
}
.banner-section .container-fluid{
    padding:0;
}
.overview-section {
    background: url(../images/projectOverview.webp) no-repeat;
    position: relative;
    background-position: center;
    text-align: center;
    padding: 60px 0 55px 0;
}
.padding-space-extra {
    padding: 80px 0;
}
.section-title h2 {
    font-family: "Poppins", serif;
    font-size: 35px;
    font-weight: 600;
}
.overview-section-information p {
    font-family: 'Poppins';
}
.btn {
    background: #522e81;
    font-family: 'Poppins';
    box-shadow: 0 0 3px #878787;
    color: #fff;
}
.gallery-section {
    background: url(../images/line_addonBenifits.svg), #fff;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-section-information {
    text-align: center;
    position:relative;
}
.banner-section-info img{
    box-shadow: 0 0 3px #8d8787;
}
.gallery-section-information::before {
    position: absolute;
    right: -114px;
    bottom: 176px;
    background: url(../images/Divide-min.webp) no-repeat;
    background-size: 100% 100%;
    width: 9%;
    height: 29%;
    content: "";
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
.gallery-section-information::after {
    position: absolute;
    left: -112px;
    top: 104px;
    background: url(../images/Divide-min.webp) no-repeat;
    background-size: 100% 100%;
    width: 9%;
    height: 29%;
    content: "";
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
@keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}
.banner-section-info img {
    padding: 10px;
    border: 2px solid #88b840;
}
.download {
    background: #496e19;
    margin-top: 20px;
    border-radius: 0;
}
.high-icon {
    max-width: 77px;
    background: #6c9d2c;
    padding: 10px;
}
.highlight-section-info ul {
    list-style: none;
    padding-left: 0;
    font-family: 'Poppins';
}
.highlight-section-info ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #6c9d2c;
}
.highlight-section-info ul li p {
    padding-left: 20px;
    margin-bottom: 0;
}
.price-section{
    background:url('../images/bg-min.webp') no-repeat;
    background-size:cover;
}
.price-section-information {
    text-align: center;
}
.price-section-info {
    background: #fff;
    box-shadow: 0 0 3px #a3a3a3;
    border-radius: 3px;
    padding: 20px;
    font-family: "Poppins", serif;
}
.high-icon img {
    filter: invert(1);
}
.highlight-section{
    background: url('../images/background.webp');
}
.price-type h3 {
    border: 2px solid #c98e76;
    padding: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #c98e76;
}
.enq .download-brochure {
    background: #c98e76;
    width: 90%;
}
p.rate {
    font-size: 19px;
    color:#000;
}
.price-list b {
    color: #c98e76;
    font-size: 32px;
}
.floor-plan-section{
    background: url('../images/background.webp') no-repeat;
}
.floor-plan-img {
    filter: blur(2px);
    box-shadow: 0 0 3px #000;
}
.floor-plan-info {
    position: relative;
    margin-bottom: 20px;
}
.floor-plan-info p {
    position: absolute;
    bottom: -17px;
    z-index: 9;
    width: 100%;
    background: #6a9a2b;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Poppins';
}
.floor-plan-information {
    text-align: center;
}
.location-advantages{
    background: url('../images/gallery_bg-min.webp') no-repeat;
    position: relative;
    text-align: center;
    background-position:bottom;
    padding: 80px 0 120px 0;
}
 .location-advt{
    background: url('../images/doted_line-min.png') repeat-x;
    background-position: center;
    width:100%;
 }
 .location-img {
    max-width: 135px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.banner-section-infos {
    text-align: center;
    font-family: 'Poppins';
}
.location-advantages-information {
    margin-top: 35px;
}
.amenities-section {
    position: relative;
    background: url(../images/amenities_bg-min.webp) no-repeat;
    text-align: center;
}
.amenities-info{
    font-family: 'Poppins';
    text-align: center;
}
.amenities-img {
    max-width: 55px;
    margin:0 auto;
}
.amenities-section-information .section-title {
    text-align: center;
    margin-bottom: 30px;
}
.footer-section {
    background: #fff;
    padding: 30px 0;
    font-family: 'Poppins';
    text-align: center;
}
.footer-inner h5 {
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-inner form .form-group {
    margin-bottom:0;
}
.footer-privacy {
    background: #fff;
    font-family: 'Poppins';
    text-align: center;
}
p.policy-point {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.desktop-banner{
    display: block;
}
.tab-banner{
    display: none;
}
.mobile-banner{
    display:none;
}
.banner-section-information {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 9;
    content: "";
    color:#fff;
    font-family: 'Poppins';
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, #000000c4, #000000b5, transparent);
    z-index: 9;
    content: "";
}
.banner-section-info h1 {
    font-size: 43px;
    margin-bottom: 15px;
}
.banner-section-info p {
    font-size: 19px;
    margin-bottom:10px;
}
p.banner-configuration {
    font-size: 23px;
}
.banner-configuration b {
    font-size: 30px;
    color: #51a03e;
}
.banner-price b {
    font-size: 35px;
    color: #51a03e;
}
.banner-price {
    margin-bottom: 25px !important;
}
.request-fit {
    margin-left: 20px;
    background: #51a03e;
}
.banner-section-info h1 b {
    color: #f9c15f;
}
.auto-popup-right h3 {
    font-family: 'Poppins';
    font-size: 25px;
}
.auto-popup-right p {
    font-family: 'Poppins';
}
.ct-tag {
    font-family: 'Poppins';
    font-size: 15px;
    margin-bottom: 10px;
}
.auto-popup-right form {
    font-family: 'Poppins';
}
.enquire-outer{
    display:none;
}
.section-title p {
    font-family: 'Poppins';
    font-size: 17px;
}
@media only screen and (max-width: 1400px) {
    .gallery-section-information::before {
        right: -68px;
    }
}
@media only screen and (max-width: 1295px) {
    .gallery-section-information::before {
        right: -35px;
        bottom: -67px;
        width:12%;
    }
    .gallery-section-information::after {
        position: absolute;
        left: -45px;
        top: -69px;
        width: 12%;
        height: 29%;
    }
    .location-img {
        max-width: 114px;
        margin-bottom: 20px;
    }
    .section-title h2 {
        font-size: 31px;
    }
    .location-advantages {
        padding: 55px 0 120px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .menu ul li a {
        font-size: 15px;
        padding: 0px 13px;
    }
    .banner-section-information {
        top: 30%;
    }
    header {
        padding: 1px 0;
    }
    .banner-section-info h1 {
        font-size: 40px;
    }
    .banner-section-info p {
        font-size: 18px;
    }
    .banner-configuration b {
        font-size: 29px;
    }
    p.banner-configuration {
        margin-bottom: 0 !important;
    }
    .banner-price {
        margin-bottom: 15px !important;
    }
    .padding-space-extra {
        padding: 60px 0;
    }
    .gallery-section-information::after {
        left: -24px;
        top: -50px;
        width: 16%;
        height: 29%;
    }
    .overview-section-information p {
        text-align: justify;
        font-size: 15px;
    }
    .high-icon {
        max-width: 65px;
        padding: 10px;
    }
    .price-type h3 {
        font-size: 20px;
    }
    .price-list b {
        font-size: 30px;
    }
    p.rate {
        font-size: 16px;
    }
    .starting {
        margin-bottom: 0;
    }
    .floor-plan-information .section-title h2 {
        font-size: 27px;
    }
}
@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-section::before {
        background: linear-gradient(50deg, #000000c4, #000000b0, #00000099);
    }
    .gallery-section-information::after {
        left: -35px;
        top: -50px;
        width: 19%;
        height: 29%;
    }
    .gallery-section-information::before {
        right: -35px;
        bottom: -67px;
        width: 20%;
    }
    .highlight-section-info ul li p {
        font-size: 14px;
    }
    .price-section-info {
        margin-bottom: 20px;
    }
    .floor-plan-info p {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 27px;
    }
    .location-img {
        margin-bottom: -3px;
    }
    .footer-inner form .form-group {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section {
        margin-top: 76px;
    }
    .banner-section-information {
        top: 10%;
    }
    .banner-section-info h1 {
        font-size: 31px;
    }
    .banner-configuration b {
        font-size: 26px;
    }
    p.banner-configuration {
        font-size: 16px;
    }
    .gallery-section-information::after {
        left: -26px;
        top: -50px;
        width: 15%;
        height: 20%;
    }
    .gallery-section-information::before {
        right: -27px;
        bottom: -50px;
        width: 20%;
    }
    .highlight-section-img {
        display: none;
    }
    p.footer-disclaimer {
        text-align: justify;
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .gallery-section-information::before {
        right: 37px;
        bottom: -50px;
        width: 14%;
        height: 22%;
    }
    .gallery-section-information::after {
        left: -5px;
    }
}
@media only screen and (max-width: 575px) {
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-section-information {
    left: 10px;
    top: 10%;
    text-align: center;
}
.banner-section-info h1 {
    font-size: 27px;
    width: 82%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.banner-section-info p {
    font-size: 15px;
    margin-bottom: 10px;
}
.banner-price b {
    font-size: 26px;
    color: #51a03e;
    background: #fff;
    padding: 0 2px 0 5px;
    margin-right: 2px;
}
.btn-banner .download-brochure {
    display: none;
}
.request-fit {
    margin-left: 0;
}
.banner-section::before {
    background: linear-gradient(50deg, #0000006b, #0000009e, #00000073);
}
.banner-section-info h1 b {
    position: relative;
}
p.banner-configuration {
    font-size: 16px;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    margin-bottom: 13px !important;
    width: 77%;
    margin: 0 auto;
}
.btn {
    font-size: 14px;
}
.padding-space-extra {
    padding: 25px 0;
}
.overview-section-information p {
    font-size: 14px;
}
p.hidden {
    display: none;
}
.btn-brochure .enquire-now {
    display: none;
}
.gallery-section-information::after {
    left: -13px;
    top: -81px;
    width: 26%;
    height: 19%;
}
.gallery-section-information::before {
    right: 0px;
    bottom: -60px;
    width: 29%;
    height: 22%;
}
.highlight-section-info ul li p {
    font-size: 14px;
    padding-left: 8px;
}
.floor-plan-information .section-title h2 {
    font-size: 19px;
}
.location-advantages .section-title h2 {
    font-size: 18px;
}
.location-advantages-information {
    margin-top: 10px;
}
.footer-inner h5 {
    font-size: 16px;
}
.amenities-info p {
    font-size: 14px;
}
.section-title h2 {
    font-size: 20px;
}
.enquire-outer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: block;
    width: 100%;
    background: #db8621;
    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: #6a9a2b;
}
.fit-ext{
    border-right:2px solid #fff;
}
.footer-privacy {
    margin-bottom: 20px;
}
p.market-privacy {
    font-size: 14px;
}
.footer-section {
    padding: 30px 0 10px 0;
}
.highlight-section-info .section-title p {
    font-size: 14px;
}
}