@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;
    padding: 20px 0;
  }
  .newClass {
    background-color: #fff;
      box-shadow: 0 0 5px gray;
      z-index: 999;
      padding: 20px 0;
  }
  .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;
  }
  .amenities-firm p {
    padding: 10px;
}
  .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;
    margin-bottom: 0;
}
p.banner-location {
    font-family: 'Lato-LightItalic';
    font-size: 22px;
    letter-spacing: 1px;
}
  .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;
  }
  .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 */
  .desktop-banner{
    display: block;
  }
  .tab-banner{
    display: none;
  }
  .mobile-banner{
    display: none;
  }
  .banner-section {
    position: relative;
}
.banner-infomation {
    position: absolute;
    top:50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.banner-info {
    padding: 20px 0;
}
 /* Define the blinking animation */
 @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* Apply the animation to the map marker */
.banner-location .fa-map-marker {
    animation: blink 1s infinite;
}
.animation-start{
    animation: horizontal-shaking 0.7s infinite;
    margin-right: 30px;
}
@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
  }
.button {
    box-shadow: 0 0 5px #fff;
    border: none;
    padding: 11px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
    font-size: 16px;
}
.banner-info h1 {
    font-size: 55px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
}
.banner-information-fix {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 9;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, black, transparent, black);
}
.fix-banner-detail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px;
}
.banner-section-info {
    position: relative;
}
.banner-section-infos::before{
    position: absolute;
    content:"";
    top:0;
    left:0;
    background:#0000004f;
    width:100%;
    height:100%;
}
.same-space {
    padding: 70px 0;
}
.project-title p {
    font-size: 19px;
    font-family: 'Lato-Regular';
}
.project-title h2 {
    font-size: 30px;
    font-family: 'Lato-Regular';
    font-weight: 600;
}
.download-brochure {
    background: #071c35;
    color: #fff;
    border: none;
    padding: 13px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
    font-size: 16px;
}
.bg-grey {
    /* background-image: url(../images/bg-grey.png); */
    /* background-color: whitesmoke; */
    /* background-color:#e2f0ff; */
    background: url(../images/priceList-pattern.webp) repeat-y #193250;
}
.project-title {
    padding-bottom: 20px;
}
.color-differ {
    color: #FFF;
}
.highlight-inform {
    margin-bottom: 20px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
    box-shadow: 0 0 5px #a9a9a9;
}
.highlight-inform p {
    padding: 9px;
}
.price-details {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 5px #bdbdbd;
    border-radius: 5px;
}
.footer-privacy {
    text-align: center;
    padding-top: 20px;
    font-family: 'Lato-Regular';
}
.overview-information p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    letter-spacing: 1px;
}
.project-type p {
    font-size: 20px;
    font-family: 'Lato-Regular';
    font-weight: 600;
    margin-bottom: 0;
}
.project-size p{
    font-size: 16px;
    font-family: 'Lato-Regular';
    margin-bottom: 0;
}

.auto-popup-right h3 {
    font-size: 25px;
    font-family: 'Lato-Regular';
    letter-spacing: 2px;
    font-weight: 600;
}
.auto-popup-right p {
    font-size: 15px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
}
.ct-tag {
    padding-bottom: 11px;
    font-weight: 400;
    font-family: 'Lato-Regular';
}
.project-price p{
    font-size: 20px;
    font-family: 'Lato-Regular';
    font-weight: 600;
    margin-bottom: 0;
}
.project-type, .project-size, .project-price {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.werp .download-brochure {
    background: #fff;
    color: #000;
}
button.btn.extra-brochure {
    background: #071c35;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato-Regular';
}
.floor-plan-master {
    text-align: center;
}
.floor-plan-master .download-brochure {
    margin-top: 20px;
    background: #FFF;
    color: #000;
}
.highlight-infor {
    text-align: center;
}
.know-form .btn {
    background: #071c35;
    color: #fff;
    padding: 5px 32px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
}
p.gallery-para {
    font-size: 16px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
}
.location-info ul{
    padding-left:15px;
}
.location-info ul li {
    font-size: 17px;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.floor-plan-info {
    box-shadow: 0 0 5px #999898;
    filter: blur(1px);
}
.amenities-firm {
    position: relative;
    text-align: center;
    background-color: #deecfb;
    box-shadow: 0 0 5px #919191;
}
.footer-logo {
    max-width: 160px;
    margin-bottom: 20px;
}
.footer-section {
    background: #d9e7f5;
}
.padding-extra {
    padding: 50px 0 30px 0;
}
.footer-inner h5 {
    text-align: center;
    margin-bottom: 30px;
}
.footer-location iframe {
width:100%;
height: 250px;
}
.footer-inner .form-group {
    margin-bottom: 0;
}
.footer-inner .form-group input {
    padding: 24px;
    border: none;
    border-radius: 0;
}
.footer-location iframe {
    width: 100%;
    height: 250px;
    border: 1px solid #cbcbcb;
}
.footer-nav h6 {
    font-size: 19px;
    font-family: 'Lato-Regular';
}
.footer-nav ul li{
    margin-bottom:10px;
}
.footer-nav ul li a {
    color: #000;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;
    font-size: 14px;
}
.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #deecfb;
}
.swiper-button-next:after {
    content: 'next';
    font-size: 19px;
}
.swiper-button-prev:after{
    font-size: 19px;
}
.mobile-icon {
    background: #265791;
    padding: 11px 15px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    animation: bounce2 2s ease infinite;
    margin-bottom: 27px;
  }
  .mobile-icon i {
    font-size:22px;
    color: #fff;
  }
  .mobile-icon a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #265791;
    border-radius: 100px;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
  }
  .mobile-icon a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #265791;
    border-radius: 100px;
    -webkit-animation: widgetPulse2 infinite 1.5s;
    animation: widgetPulse2 infinite 1.5s;
  }
  @-webkit-keyframes widgetPulse {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.8,1.8);transform:scale(1.8,1.8);opacity:0}
  }
  @keyframes widgetPulse2 {
    0%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
    100%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4);opacity:0}
  } 
  .calltoactionmobileresponsive {
    position: fixed;
    bottom: 0px;
    right: 45px;
    z-index: 9;
  }
  @keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
  @media only screen and (max-width: 1500px) {
    
  }

@media only screen and (max-width: 1400px) {
   
}
@media only screen and (max-width: 1199px) {
    .menu ul li a {
        font-size: 14px;
        padding: 0px 10px;
    }
    .highlight-inform p {
        padding: 9px;
        font-size: 12px;
    }
    .download-brochure {
        padding: 5px 13px;
    }
    .project-price p {
        font-size: 18px;
    }
    p.gallery-para {
        display: none;
    }
    
}
@media only screen and (max-width: 991px) {
    .project-title p {
        font-size: 16px;
        font-family: 'Lato-Regular';
    }
    .price-details {
        margin-bottom: 20px;
    }
    .location-info ul li {
        font-size: 13px;
        margin-bottom: 13px;
    }
    .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%);
    }
    .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;
    }
    .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;
    }
    .banner-info h1 {
        font-size: 35px;
    }
    p.banner-inner.price-info {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .button {
        padding: 9px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .desktop-banner{
        display: none;
      }
      .tab-banner{
        display: block;
      }
      .mobile-banner{
        display: none;
      }
}
@media only screen and (max-width: 767px) {
    .project-title h2 {
        font-size: 25px;
    }
    .same-space {
        padding: 35px 0;
    }
    .project-type, .project-size, .project-price {
        width: 75%;
    }
    .highlight-img {
        padding-top: 20px;
    }
    .floor-plan-info {
        margin-bottom: 20px;
    }
    .footer-inner .form-group {
        margin-bottom: 20px;
    }
    p.banner-inner.price-info {
        font-size: 13px;
    }
    .banner-info h1 {
        font-size: 27px;
    }
    p.banner-location {
        font-size: 15px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 565px) {
    .footer-inner .form-group {
        margin-bottom: 20px;
    }
    .desktop-banner{
        display: none;
      }
      .tab-banner{
        display: none;
      }
      .mobile-banner{
        display: block;
      }
      .banner-img {
        margin-top: 68px;
    }
    .banner-infomation {
        width: 100%;
        top: 30%;
    }
    .fix-banner-detail {
        display: block;
        padding: 18px 0;
        text-align: center;
    }
    p.banner-inner.price-info {
        padding-bottom: 9px;
    }
    .banner-info h1 {
        margin-bottom: 0;
    }
    .button {
        margin-right: 0;
    }
    .project-title p {
        font-size: 12px;
    }
    .same-space {
        padding: 23px 0;
    }
    .project-title h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .project-title {
        padding-bottom: 8px;
    }
    .overview-information p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .download-brochure {
        margin-bottom: 10px;
    }
    .project-title h2 {
        font-size: 15px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    .calltoactionmobileresponsive {
        position: fixed;
        bottom: 0px;
        right: 15px;
        z-index: 9;
    }
    section#gallery {
        text-align: center;
    }
    .highlight-inform p {
        padding: 16px;
        font-size: 12px;
    }
    section#price {
        text-align: center;
    }
    .floor-plan-info {
        box-shadow: 0 0 5px #000;
    }
    .amenities-section {
        text-align: center;
    }
    .location-section p {
        font-size: 20px !important;
    }
    .location-section h2 {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .amenities-firm p {
        padding: 5px;
    }
    .footer-privacy {
        text-align: center;
        font-family: 'Lato-Regular';
        padding: 21px 0 0 0;
    }
    .footer-section.padding-extra {
        padding: 20px 0 0 0;
    }
    p.market-privacy {
        font-size: 14px;
    }
    p.footer-disclaimer {
        font-size: 12px;
        margin-bottom: 0;
    }
    p.policy-point a {
        color: #000;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}