@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
@font-face {
  font-family: 'OPTIMA';
  src: url('../fonts/Optima.html') format('woff2');
       font-weight: normal;
       font-style: normal;
}
/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #1E3D72;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 0;

}

.newClass {
    background-color: #1E3D72;
    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: 103px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #fff;
    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';
}

.menu ul li:hover {
    background: #000;
}

.menu ul li:hover a {
    color: #fff;
}

.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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsiv-mobile {
    display: none;
}

/* HEADER CSS ENDS */
.banner-section{
    position:relative;
    overflow:hidden;
}
.banner-section .container-fluid{
    padding:0;
}
.banner-section-information {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 9;
    text-align: center;
    padding: 0 20px;
    color: #fff;
}
.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    background: #000000ab;
    width: 100%;
    height: 100%;
}
.banner-section-information h1 {
    font-family: 'Montserrat';
    font-size: 62px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.banner-section-information p{
    font-family: "Montserrat", sans-serif;
}
.banner-location {
    font-size: 20px;
    margin-bottom: 10px;
}
p.banner-configuration {
    background: linear-gradient(90deg, #1e3d7200, #1E3D74, #1e3d72, #1e3d72, #1e3d722b);
    font-family: 'Montserrat';
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.banner-price b {
    color: #f37a21;
    font-size: 31px;
}
.banner-btn {
    font-family: 'Montserrat';
}
.banner-btn .download-brochure{
    background:#f37a21;
    color:#000;
}
p.banner-price {
    font-size: 20px;
    margin-bottom: 5px;
}
.padding-space-extra{
    padding:50px 0;
}
.hidden-view{
    display:block;
}
.section-title {
    text-align: center;
    font-family: 'Montserrat';
}
.section-title p{
    text-align: center !important;
}
.overview-section-infromation p {
    font-family: 'Montserrat';
    text-align:justify;
}
.overview-section{
    position:relative;
    overflow:hidden;
}
.overview-section::before {
    position: absolute;
    top: 18px;
    left: -10px;
    border: 2px solid #f37a21;
    z-index: 9;
    content: "";
    width: 95%;
    height: 92%;
    border-radius: 10px;
}
.highlight-information-img{
    max-width:250px;
    text-align: center;
    margin: 0 auto;
    margin-bottom:15px;
     overflow: hidden;
    border-radius: 50%;
    transition: all 0.5s ease;  
}
.highlight-information-img img {
    width: 250px;
    height: 250px;
    box-shadow:0 0 3px #000;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.5s ease;
}
/* Hover effect */
.highlight-information-img:hover {
    border-radius: 0;
    max-width: 100%;
}

.highlight-information-img:hover img {
    width: 100%;
    height: auto;
    border-radius: 0;
}
.highlight-information-info {
    padding: 20px;
    box-shadow: 0 0 3px #979797;
    border-radius: 5%;
    height: 395px;
    margin: 10px;
    font-family: 'Montserrat';
    text-align: center;
    background:antiquewhite;
    color:#000;
    position:relative;
}
.highlight-information-info:hover {
    background: #000;
    color: #fff;
}
.alic-color{
background: aliceblue;
}
.bg-color{
    background:#1E3D72;
    color:#fff;
}
.highlight-information-info::after{
position:absolute;
top:50%;
transform:translate(0,-50%);
right:-85px;
border-bottom: 2px dashed #612f0a;
content:"";
z-index:9;
width:34%;
}
.price-sectionn-info {
    text-align: center;
}
.price-sectionn-info {
    text-align: center;
    background: #1E3D72;
    padding: 10px;
    font-family: 'Montserrat';
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}
.project-type, .project-size {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}
.project-type-name {
    margin-bottom: 0;
    font-size: 24px;
    color: #ff9c54;
}
.project-type-in, .starting-project-size-in, .starting-project-price-in {
    font-size: 14px;
    margin-bottom: 5px;
    color: #e9dcdc;
}
.starting-project-size-name{
    font-size:20px;
    margin-bottom:0;
}
.Starting-project-price-name{
    font-size:22px;
}
.gallery-img {
    border-radius: 10px;
    padding:10px;
    border:1px dashed #ff9c54;
}
.gallery-img img{
    border-radius:10px;
    box-shadow:0 0 3px #fff;
}
.floor-section-info {
    text-align: center;
    position:relative;
}
.floor-img img {
    box-shadow: 0 0 3px #000000;
    border-radius: 10px;
}
.floor-img {
    margin-bottom: 15px;
}
.floor-info {
    background: #1e3d72;
    padding: 10px;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
    position:relative;
}
.floor-info::before {
    position: absolute;
    top: -26px;
    left: 42%;
    transform: rotate(90deg);
    width: 14%;
    content: "";
    z-index: 9;
    border-top: 2px dashed #1e3d72;
}
.amenities-section-info{
    margin:10px;
    text-align: center;
    font-family: 'Montserrat';
}
.amenities-img{
    position:relative;
    margin-bottom:15px;
}   
.amenities-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #dddddd;
}
.amenities-section-info p{
    background:#f37a21;
    color:#000;
    box-shadow: 0 0 3px #4d4b4b;
    padding: 9px;
    border-radius: 5px;
}
.location-points{
   font-family: 'Montserrat';
   display: flex;
   justify-content: space-between;
   align-items: center; 
   margin-bottom:10px;
   padding-bottom:10px;
   border-bottom:1px dashed #1E3D72;
}
.location-points p{
    margin-bottom:0;
}
.location-img img{
    border-radius:10px;
    box-shadow:0 0 3px #777575;
}
.faq-heading h3 {
    font-family: 'Montserrat';
    background: #f37a21;
    font-size: 17px;
    padding: 10px;
    color: #000;
    margin-bottom: 0;
}
.faq-heading {
    background: #d9d9d9;
    color: #000;
    font-family: 'Montserrat';
}
.faq-heading p {
    font-size: 13px;
    padding: 10px;
    text-align: justify;
}
.call-section {
    font-family: 'Montserrat';
    background: #000;
    color: #fff;
}
.call-section hr {
    border-top: 1px dashed #f37a21;
}
.footer-inner h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer-inner form .form-group{
    margin-bottom:0;
}
.about-developer {
    text-align: justify;
    font-size: 15px;
}
.quick-links p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}
.quick-links ul {
    padding-left: 17px;
}
.quick-links ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}
.quick-links ul li a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
footer{
    padding:40px 0;
    text-align: center;
     font-family: 'Montserrat';
}
.btn{
     background:#1E3D72;
    color:#fff;
        font-family: 'Montserrat';
}
.price-sectionn-info .btn{
    background:#f37a21;
    color:#000;
    font-family: 'Montserrat';
}
.project-btn{
    text-align: center;
}
.highlight-section-information .project-btn .btn{
    background:#f37a21;
    color:#000;
    font-family: 'Montserrat';
}
.gallery-section .btn{
    background:#f37a21;
    color:#000;
    font-family: 'Montserrat';
    margin-top:20px;
}
.floor-info .btn{
    background:#f37a21;
    color:#000;
    font-family: 'Montserrat';
}
.gallery-section {
    text-align: center;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:none;
}
.related-projects-section {
    background: #f18c42;
    box-shadow: 0 0 3px #000;
}
.related-project-fer {
    font-family: 'Montserrat';
    padding-right: 30px;
}
.related-project-fer p {
    text-align: justify;
    font-size: 15px;
}
.overview-section-img {
    position: absolute;
    top: 0;
    left: 72px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: "";
     animation: bounceIn 1s ease;
}
.overview-section-img img{
    box-shadow:0 0 3px #000;
    border-radius:15px;
}
@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.banner-location i {
    color: #f37a21;
    font-size: 28px;
    animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.developer-logo {
    max-width: 120px;
}
.location-section-info ul{
    padding-left:20px;
}
.enquire-outer{
    display:none;
}
.auto-popup-right{
font-family: 'Montserrat';
}
.auto-popup-right h4 {
    font-size: 31px;
    margin-bottom: 10px;
}
.overview-section-infromation {
    position: relative;
    z-index: 9;
}
@media only screen and (max-width: 1295px) {
    .overview-section::before {
    width: 98%;
}
}
@media only screen and (max-width: 1199px) {
    .menu ul li a {
    font-size: 14px;
    padding: 0px 10px;
}
.highlight-information-info {
    height: 410px;
}
.banner-section {
    margin-top: 70px;
}
.banner-section-information {
    top: 43%;
}
.banner-section-information h1 {
    font-size: 64px;
}
}
@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%);
    }

    .overlay {
        position: fixed;
        background: #1e2e51;
        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: #fff;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }

    .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: #fff;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .menu ul li a {
        color: #fff;
    }
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
    .mobile-banner{
        display:none;
    }
    .overview-section::before {
        width: 95%;
    }
    .banner-section-information {
        top: 43%;
        width: 60%;
    }
    p.banner-configuration {
    font-size: 30px;
}
.hidden-view{
    display:none;
}
    .container {
        max-width: 861px;
    }
    .overview-section-img {
    left: 30px;
}
.highlight-information-info {
    height: 420px;
}
.related-project-fer-info {
    display: none;
}
.related-project-fer {
    font-family: 'Montserrat';
    padding-right: 18px;
}
.related-project-fer .project-btn .contact-sales-manager{
    display:none;
}
}
@media only screen and (max-width: 767px) {
    .floor-section-info{
        margin-bottom:30px;
    }
    .location-img{
        text-align: center;
        margin:0 auto;  
        margin-top:30px;
    }
        .banner-section-information h1 {
        font-size: 55px;
    }
        .overview-section::before {
        width: 100%;
    }
        .overview-section-img {
        display: none;
    }
        .related-project-fer {
        padding: 20px;
    }
    .footer-inner form .form-group {
    margin-bottom: 10px;
}
    .banner-section-information {
        width: 90%;
    }
    
}
@media only screen and (max-width: 575px) {
.price-sectionn-info {
    margin-bottom: 20px;
}
.desktop-banner{
    display:none;
}
.tab-banner{
    display:none;
}
.mobile-banner{
    display:block;
}
.overview-section::before {
    left: -5px;
}
.highlight-information-img img {
    border-radius: 10%;
    transition: all 0.5s ease;
}
.highlight-information-img{
    border-radius:10%;
    max-width:300px;
}
.highlight-information-text p{
    text-align:justify;
}
p.footer-disclaimer {
    text-align: justify;
}
.section-title h2 {
    font-size: 29px;
}
p.banner-price {
    display: none;
}
p.banner-configuration {
    margin-bottom: 20px;
}
.banner-btn a .btn {
    background: #fff;
    color: #000;
}
}
@media only screen and (max-width: 495px) {
    .banner-section-information h1 {
        font-size: 48px;
    }
    .banner-section-information {
        width: 100%;
    }
    .project-type-name {
    font-size: 27px;
}
.quick-links p {
    font-size: 20px;
}
    p.banner-configuration {
        font-size: 27px;
        margin-bottom:15px;
    }
    .auto-popup-right h4 {
    font-size: 27px;
}
.enquire-outer {
        display: block;
        background: #000;
        color: #fff;
        text-align: center;
        font-family: 'Montserrat-Regular';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 3px #4f4a4a;
    }
    .enquire-outer ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }
    .enquire-outer ul li {
        font-family: 'Montserrat';
        width: 50%;
        background: #f37a21;
        padding: 10px 0;
        color: #000;
    }
    .enquire-outer ul .call-now {
        background: #000000;
    }
    .enquire-outer ul .call-now a {
    color: #fff;
    padding: 15px 50px;
    text-decoration:none;
}
}
@media only screen and (max-width: 445px) {
        .banner-section-information {
        padding: 0;
    }
        .banner-section-information h1 {
        font-size: 44px;
    }
    .section-title h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 405px) {
    .banner-btn .download-brochure {
    display: none;
}
    .banner-section-information h1 {
        font-size: 40px;
    }
    .footer-inner h3 {
    font-size: 20px;
}
       p.banner-configuration {
        font-size: 24px;
    }
    .overview-section::before {
        left: 0px;
    }
    .overview-section-infromation p {
    font-size: 14px;
}
.highlight-information-info::after{
    display:none;
}
    .section-title h2 {
        font-size:23px;
    }
    .highlight-information-text p{
    font-size: 16px;
}
}