@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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: 'LibreBaskerville-Regular';
  src: url(../font/LibreBaskerville-Regular.woff) format('woff'),
       url(../font/LibreBaskerville-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.woff) format('woff'),
       url(../font/Montserrat-Regular.woff2) format('woff2');
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px gray;
  }
  .header-inn .row .col-md-3 {
    padding: 0;
}
.header-inn .row .col-md-2 {
  padding: 0;
}
  .newClass {
    background-color: #fff;
      box-shadow: 0 0 5px gray;
      z-index: 999;
  }
  .inner-header {
    position: relative;
  }
  .m3m-logo {
    max-width: 85px;
}
  .inner-header .logo {
    display: flex;
    justify-content:space-around;
    align-items: center;
    background: #fff;
    padding: 14px;
}
.smart-logo {
  max-width: 188px;
}

  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
  }
.btn {
    background: #005baa;
    font-family: 'Poppins';
    color: #fff;
}
.menu ul li a {
    font-family: 'Poppins';
    color: #000;
}
.menu ul li {
    margin-right: 20px;
}
.menu ul li.dropdown:hover .submenu {
    display: block
}

.menu .submenu li {
    margin: 0 0 5px;
    width: 100%;
    border-bottom:1px dotted #fff;
}
.menu .submenu li a {
    color: #fff;
    text-decoration: none;
}

.menu .submenu {
    position: absolute;
    background-color: #000ec6;
    display: none;
    padding: 10px;
    min-width: 351px;
    z-index: 9;
    color: #fff;
    box-shadow:0 0 3px #000;
}
  /* HEADER CSS ENDS */
  .banner-section {
    position: relative;
    margin-top: -75px;
}
.banner-section .container-fluid{
    padding:0;  
}
.banner-section-information {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: linear-gradient(45deg, #000000eb, #000000e3, #000000de, #000000e0);
    color: #fff;
    font-family: 'Poppins';
    padding: 20px 40px;
}
.banner-section-information h1{
    font-family: 'LibreBaskerville-Regular';
}
.banner-section-information p {
    font-size: 18px;
    margin-bottom:0;    
}
.banner-section-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.starting-price {
    margin-bottom: 0;
    color: #d9d9d9;
}
p.starting-price b {
    font-size: 35px;
    font-weight: 700;
    color: #005baa;
}
p.starting-size b {
    color: #005baa;
    font-size: 30px;
}
p.starting-size{
    color: #d9d9d9;
}
.nav-header {
    padding: 20px;
    background: #005baa;
    margin: 20px 0;
    box-shadow: 0 0 3px #000;
}
.nav-header ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin-bottom:0;
    padding-bottom:0;
}
.nav-header ul li a {
    color: #fff;
    font-family: 'Poppins';
    letter-spacing: 1px;
}
.overview-section-information {
    font-family: 'Poppins';
    text-align: center;
}
.overview-section-information p{
    text-align: justify;
}
.section-title{
    text-align: center;
}
.section-title p{
    text-align: center;
}
.section-title h2 {
    font-family: 'LibreBaskerville-Regular';
    font-size: 30px;
}
.section-title p{
    font-family: 'Poppins';
}
.overview-section-information p {
    font-size: 15px;
}
.padding-space-extra{
    padding:50px 0;
}
.bg-color{
    background:#005baa;
}
.text-color{
    color:#fff;
}
.gallery-section-img {
    padding:10px;
    border:1px dotted #fff;
}
.gallery-section-img img{
    box-shadow: 0 0 3px #fff;
}
.brochure{
    background:#fff;
    color:#000;
}
.gallery-section-information{
    text-align: center;
}
.gallery-section-information .brochure{
    margin-top:20px;
}
.highlight-section-information .section-title{
    text-align: left;
}
.highlight-section-information ul{
    padding-left:15px;
    font-family: 'poppins';
}
.highlight-section-information ul li{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #000;
}
.highlight-section-img {
    border: 1px dotted #000;
    padding: 10px;   
}
.highlight-section-img img{
    box-shadow:0 0 2px #000;
}
.price-section-info {
    background: #fff;
    color: #000;
    text-align: center;
    font-family: 'Poppins';
    padding-bottom: 20px;
}
.project-type {
    background: #0e0e0e;
    color: #fff;
    padding: 10px 0;
    font-family: 'LibreBaskerville-Regular';
    margin-bottom:10px;
}
.project-type p{
    margin-bottom:0;
}
.project-size{
    padding:0 10px;
}
.project-sizes p{
    margin-bottom:10px;
}
p.starting-sizes {
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
p.starting-prices b {
    color: #005baa;
    font-size: 27px;
}
p.starting-prices {
    border-bottom: 1px dotted #000;
}
.project-price{
    padding:0 10px;
}
.project-type p {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.floor-plan-info {
    box-shadow: 0 0 3px #a7a5a5;
    text-align: center;
}
.floor-plan-info p {
    background: #005baa;
    color: #fff;
    padding: 10px 0;
    font-family: 'Poppins';
}
.location-section-advantages .section-title{
    text-align: left;
}
.location-section-advantages ul{
    padding-left:15px;
}
.location-section-advantages ul li{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #fff;
    font-family: 'Poppins';
}
.location-advantages-img{
    padding:10px;
    border:1px dotted #fff;
}
.amenities-section-img {
    max-width: 75px;
    margin: 0 auto;
}
.amenities-section-img img{
    filter:invert(1);
}
.amenities-section-inner {
    text-align: center;
    background: #005baa;
    box-shadow: 0 0 3px #000;
    padding: 10px;
}
.amenities-section-inner p {
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 0;
    padding: 10px;
    background: #000;
    margin-top: 10px;
    font-size: 12px;
    border:1px dotted #fff;
}

/* project-listing start */
.project-info {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px #0e56a8;
    margin-bottom: 20px;
  }
  .high{
    text-align: center;
  }
  .hight-fit {
    font-family: 'Montserrat-Regular';
    text-align: center;
    margin-top: 19px;
    font-weight: 600;
  }
  .smart-world-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000036;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
  }
  .project-highlight h3 {
    background: #f8cf1d;
    font-size: 23px;
    padding: 10px;
    font-family: 'LibreBaskerville-Regular';
    box-shadow: 0 0 1px #000;
    color:#000;
  }
  p.location-point {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    margin-bottom: 5px;
    color:#000;
  }
  .project-call {
    position: absolute;
    bottom: 12px;
    right: 10px;
    content: "";
  }
  .project-img {
    position: relative;
  }
  .call-form {
    background: #0e56a8;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 3px #fff;
    animation: pulse-animation 2s infinite !important;
  }
  @keyframes pulse-animations {
    0% {
        box-shadow: 0 0 0 0 #fbcd1f;
    }
  
    100% {
        box-shadow: 0 0 0 15px transparent;
    }
  }
  @keyframes pulses-animation {
    0% {
        box-shadow: 0 0 0 0 #12b600;
    }
  
    100% {
        box-shadow: 0 0 0 15px transparent;
    }
  }
  @keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #0e56a8;
    }
  
    100% {
        box-shadow: 0 0 0 15px transparent;
    }
  }
  .special-offer {
    position: absolute;
    top: 4px;
    left: -9px;
    z-index: 99;
    content: "";
    max-width: 96px;
    animation: zoom-animation 1.5s infinite;
}
p.price-info {
    color: #005baa;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 800;
    font-size: 24px;
    margin-bottom:10px;
}
.project-highlight {
    padding-bottom: 20px;
}
p.Size-info {
    color: #000;
    font-family: 'Montserrat-Regular';
}
  /* projects listing end  */
.enquire-outer{
    display:none;
}  
.footer-privacy{
    text-align: center;
    font-family: 'poppins';
    padding:20px 0;
}
.faq-section .card-header-title > a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
  }
  .faq-section .card-header-title > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 0;
  }
  .faq-section .card-header-title > a[aria-expanded="true"]:after {
    content: "\f077";
  }
  .faq-section .card-body {
    font-size: 14px;
  }
  .footer-section {
    background: #000000;
}
.faq-section .section-title{
    color:#fff;
}
.footer-inner h5 {
    font-family: 'Montserrat-Regular';
    color: #fff;
    text-align: center;
}
.footer-inner form{
    padding:20px;
    border:1px dotted #fff;
}
.card-header,.card-body {
    font-family: 'Poppins';
}
.projects-listing-section .section-title {
    margin-bottom:20px;
}
.configuration b{
    color: #005baa;
    font-size:26px;
}
.configuration {
    margin-bottom: 0;
    color: #d9d9d9;
}
.highlight-section-information .section-title p{
    text-align: left;
}
li.dropdown span{
    font-family: 'poppins';
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.project-der{
    text-decoration: none;
    color:#fff;
}
.auto-popup-right {
    font-family: 'Poppins';
}
.auto-popup-right h3 {
    font-family: 'LibreBaskerville-Regular';
}
.ct-tag {
    font-size: 15px;
    margin-bottom: 10px;
}
.floor-plan-img img{
    filter:blur(2px)
;}
.max-logo-upper {
    max-width: 100px;
    background: #fff;
    padding: 10px;
  }
  section.footer-upper {
    background: #d1c6d0;
    padding: 30px;
    font-family: 'Montserrat-Regular';
  }
  .footer-inner-information h5 {
    font-weight: 700;
    border-bottom: 1px dotted #000;
  }
  .footer-info-upper ul li a {
    color: #000;
    text-decoration: none;
  }
@media only screen and (max-width: 1295px) {
    p.starting-price b {
        font-size: 32px;
    }
    p.starting-size b {
        font-size: 26px;
    }
    .text-color .section-title h2{
        font-size:26px;
    }
    .highlight-section-information .section-title h2{
        font-size:26px; 
    }
    .highlight-section-information .section-title p{
        text-align: left;
    }
    .menu ul li {
        margin-right: 15px;
    }
    .banner-section-info {
        flex-wrap: wrap;
    }
    p.configuration {
        margin-right: 20px;
    }
    .gallery-section-img {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .highlight-section-information ul li {
        font-size: 13px;
    }
    .highlight-section-information .section-title h2 {
        font-size: 18px;
    }
    .highlight-section-information .section-title p{
        font-size:13px;
    }
    .floor-section-information .section-title h2{
        font-size:20px; 
    }
    .location-section-advantages .section-title h2{
        font-size:20px; 
    }
    .location-section-advantages .section-title p {
        font-size: 14px;
        text-align: left;
    }
    .location-section-advantages ul li {
        font-size: 14px;
    }
    .amenities-section-inner {
        margin-bottom: 20px;
    }
    .banner-section-information h1 {
        font-size: 35px;
    }
    .menu ul li {
        margin-right: 6px;
    }
}
@media only screen and (max-width: 991px) {
.desktop-banner{
    display:none;
}
.tab-banner{
    display:block;
}
.mobile-banner{
    display:none;
}
.banner-section {
    margin-top: 0px;
}
.button_container {
    position: absolute;
    top: 50%;
    right: 30px;
    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;
}
.location-section-advantages {
    margin-bottom: 20px;
}
.price-section-info {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
    .inner-header .logo {
        display: flex;
        justify-content: flex-start;
    }
    .banner-section {
        margin-top: 55px;
    }
    .highlight-section-img {
        display: none;
    }
    .highlight-section-information ul li {
        font-size: 16px;
    }
    .price-section-info {
        margin-bottom: 20px;
    }
    .faq-div {
        margin-bottom: 20px;
    }
    p.footer-disclaimer {
        font-size: 13px;
        text-align: justify;
    }
    p.footer-disclaimer {
        font-size: 13px;
        text-align: justify;
    }
    .project-type p {
        font-size: 18px;
    }
    .amenities-section-info .section-title h2 {
        font-size: 20px;
    }
    .footer-inner h5 {
        font-size: 15px;
    }
    .configuration b {
        font-size: 22px;
        border-bottom: 1px dotted #fff;
    }
    p.starting-price b {
        font-size: 28px;
        border-bottom: 1px dotted #fff;
    }
    p.starting-size b {
        border-bottom: 1px dotted #fff;
        font-size: 23px;
    }
    .banner-section-information h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.banner-section-information {
    position: relative;
    background: #000;
    padding: 20px 15px;
}
.banner-section {
    margin-top: 0px;
}
.banner-section-information p {
    font-size: 14px;
}
.banner-section-information h1 {
    margin-bottom: 0;
}
p.starting-price b {
    font-size: 24px;
}
p.starting-size b {
    font-size: 18px;
}
.banner-section-information .btn {
    margin-top: 15px;
    font-size:14px;
}
.configuration,.starting-price,.starting-size {
    border-bottom:1px dotted #fff;
}
.configuration b, p.starting-price b,p.starting-size b {
    border-bottom:none;
}
.section-title h2 {
    font-size: 23px;
}
.padding-space-extra {
    padding: 30px 0;
}
.overview-section-information p {
    font-size: 13px;
}
.text-color .section-title h2 {
    font-size: 19px;
}
.text-color .section-title p{
    font-size:14px;
}
.gallery-section-information .brochure {
    margin-top: 0px;
    font-size: 14px;
}
.highlight-section-information ul li {
    font-size: 14px;
}
.highlight-section-information .btn {
    font-size: 13px;
}
.project-size p {
    margin-bottom: 4px;
}
.project-price p {
    margin-bottom: 0px;
}
.starting-prices{
    margin-bottom:20px;
}
.enquire-now {
    margin-top: 10px;
}
.floor-plan-info p {
    font-size: 13px;
}
.floor-section-information .section-title h2 {
    font-size: 17px;
}
.floor-section-information .section-title p {
    font-size:13px;
}
.faq-section .section-title h2 {
    font-size: 18px;
}
p.market-privacy {
    font-size: 13px;
}
.about-logo p {
    font-size: 13px;
  }
  .footer-info-upper ul{
    padding-left:15px;
  }
  .footer-info-upper ul li a {
    font-size: 13px;
  }
  p.market-privacy {
    font-size: 14px;
  }
  p.footer-disclaimer {
    font-size: 13px;
    margin-bottom:10px;
  }
  p.policy-point {
    margin-bottom: 40px;
    font-size: 15px;
  }
  p.policy-point a{
    color:#000;
  }
  .footer-inner-information h5 {
    font-size: 16px;
  }
}