@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 5px 0;
}

.newClass {
    background-color: #fff;
    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: 160px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: #232323;
    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 {
    margin-right: 10px;
}

.menu ul li:hover {
    background: #10203f;
    border-top: 2px solid #000;
    border-bottom: 2px solid #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;
    /* -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 */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section-information {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-family: "Libertinus Math", system-ui;
    background: #000000c9;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 3px #212121;
}

.banner-section-information p {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    background: #68cf60;
    color: #000000;
    padding: 5px 0;
    border-radius: 6px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat {
    position: absolute;
    bottom: 22%;
    right: 20px;
    background: #144168;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #fff;
    animation: call 1.5s ease infinite;
}

@keyframes call {
    15% {
        box-shadow: 0 0 0 4px #ffffffc0;
    }

    25% {
        box-shadow: 0 0 0 8px #ffffff7e,
            0 0 0 16px #ffffff75;
    }

    30% {
        box-shadow: 0 0 0 12px #ffffff63,
            0 0 0 24px #ffffff48;
    }
}

.chat img {
    max-width: 35px;
    filter: invert(1);
}

.call-fer {
    position: absolute;
    bottom: 22%;
    left: 20px;
    background: #144168;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #fff;
    animation: call 1.5s ease infinite;
}

.call-fer img {
    max-width: 30px;
    filter: invert(1);
}

.banner-btn {
    font-family: 'Montserrat';
}

.banner-section-information h1 {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: "Libertinus Math", system-ui;
    font-size: 45px;
}

.section-title p {
    font-family: 'Montserrat';
}

.project-section-info {
    position: relative;
    box-shadow: 0 0 2px #000;
}

.project-location {
    position: absolute;
    background: #144168;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.project-location p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    font-family: 'Montserrat';
}

.project-name {
    position: absolute;
    bottom: 38px;
    background: #68cf60;
    color: #000000;
    font-family: 'Libertinus Math';
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.project-name h3 {
    margin-bottom: 0;
}

.project-btn {
    font-family: 'Montserrat';
    background: #000;
    text-align: center;
}

.project-btn .btn {
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #fff;

}

.about-developer {
    background: #144168;
    font-family: 'Montserrat';
    color: #fff;
}

.about-developer-text h3 {
    font-size: 30px;
}

.about-developer-text hr {
    border-top: 1px dashed #fff;
}

.faq-heading h3 {
    font-family: 'Libertinus Math';
    font-size: 22px;
    background: #144168;
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.faq-heading p {
    font-size: 14px;
    font-family: 'Montserrat';
    background: #c5c5c5;
    padding: 10px;
}

.footer-section {
    background: #144168;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

.footer-inner form .form-group {
    margin-bottom: 0;
}

.footer-inner h4 {
    margin-bottom: 20px;
}

.footer-privacy {
    text-align: center;
    font-family: 'Montserrat';
    padding: 30px 0;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

.about-developer-information {
    height: 100%;
}

.about-developer-img {
    height: 106vh;
}

.about-developer-text p {
    font-size: 13px;
    text-align: justify;
}
.about-developer-text p a{
    color:#fff;
}
.about-developer-img img {
    height: 100%;
}

.modal-content {
    font-family: 'Montserrat';
}

.btn {
    animation: call 1.5s ease infinite;
}

.footer-inner .btn {
    animation: none;
}

.banner-btn .btn i {
    background: #1c304f;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    outline: 1px dashed #000;
    outline-offset: 3px;
}

.desktop-information {
    display: block;
}

.mobile-information {
    display: none;
}

.mobile-btn {
    display: none;
}
.enquire-outer{
    display:none;
}
a.whatsapp {
    background-color: #2fb842;
    color: #fff;
    font-size: 25px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    margin: 0;
    z-index: 990;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    animation: whatsapp-fill 1.5s ease infinite;
}

@keyframes whatsapp-fill {
    15% {
        box-shadow: 0 0 0 4px #2fb84141;
    }

    25% {
        box-shadow: 0 0 0 8px #2fb84163,
            0 0 0 16px #2fb841a9;
    }

    30% {
        box-shadow: 0 0 0 12px #2fb841b6,
            0 0 0 24px #2fb8412c;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-section-information h1 {
        font-size: 45px;
    }

    .call-fer {
        bottom: 20%;
    }

    .chat {
        bottom: 20%;
    }

    .section-title p {
        font-size: 21px;
    }

    .hidden-view {
        display: none;
    }

    .about-developer-img {
        height: 80vh;
    }

    .about-developer-text p {
        font-size: 14px;
        text-align: justify;
    }
}

@media only screen and (max-width: 1080px) {
    .banner-section-information {
        width: 100%;
    }

    .banner-section-information {
        width: 70%;
    }

    .banner-section-information h1 {
        margin-bottom: 15px;
    }
}

@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: #000000;
        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;
    }

    .menu ul li a {
        color: #fff;
    }

    header {
        padding: 10px 0;
    }

    .about-developer-img {
        display: none;
    }

    .about-developer-text {
        margin: 30px 0;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .section-title p {
        font-size: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section {
        margin-top: 50px;
    }

    .project-section-info {
        margin-bottom: 30px;
    }

    .footer-inner form .form-group {
        margin-bottom: 15px;
    }

    p.footer-disclaimer {
        text-align: justify;
    }

    .banner-section-information h1 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .banner-section-information {
        width: 95%;
    }
}

@media only screen and (max-width: 565px) {
    .desktop-information {
        display: none;
    }
    .enquire-outer {
        position: fixed;
        z-index: 99;
        bottom: 0;
        display: block;
        width: 100%;
        background: #68cf60;
        box-shadow: 0 0 2px #ffffff;
    }

    .enquire-outer .btn {
        animation: none;
    }

    .enquire-form-fit i {
        animation: none;
    }

    .enquire-outer ul {
        display: flex;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .enquire-outer ul li {
        width: 100%;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .enquire-outer ul li a .btn{
        background: #1c304f !important;
        color:#fff;
    }
    .enquire-outer ul li .enquire-form-fit {
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-family: 'Montserrat';
        color: #000;
        background-color: #68cf60;
    }
    .mobile-information {
        display: block;
    }

    .mobile-btn {
        display: block;
        position: absolute;
        bottom: 4%;
        left: 50%;
        transform: translate(-50%);
    }

    .banner-section-information {
        width: 95%;
        background: none;
        top: 23%;
        box-shadow: none;
    }

    .banner-section-information h1 {
        font-size: 34px;
    }

    .banner-section-information p {
        font-size: 20px;
    }

    .project-name h3 {
        font-size: 35px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
    a.whatsapp {
    bottom: 49px;
}
}

@media only screen and (max-width: 500px) {
    .banner-section-information {
        width: 98%;
    }

    .banner-section-information h1 {
        font-size: 31px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .section-title p {
        font-size: 17px;
    }

    .about-developer-text h3 {
        font-size: 26px;
    }

    .padding-space-extra {
        padding: 45px 0;
    }

    .footer-inner h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 440px) {
    .banner-section-information h1 {
        font-size: 38px;
    }

    .banner-section-information {
        top: 27%;
    }
}

@media only screen and (max-width: 400px) {
    .call-fer {
        bottom: 24%;
    }

    .chat {
        bottom: 24%;
    }
    .banner-section-information h1 {
        font-size: 35px;
    }
    .banner-section-information {
        top: 34%;
    }
    .section-title h2 {
        font-size: 27px;
    }
    .project-name h3 {
        font-size: 29px;
    }
    .about-developer-text h3 {
        font-size: 24px;
    }
    .overlay{
        top: 74px;
    }
}