@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');

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}

body {
    font-family: "Poppins", sans-serif;
}

/*=========================
        TOP HEADER
=========================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-top {
    background: #fff;
    padding: 10px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left {
    max-width: 145px;
    margin: 0 auto;
}

/*=========================
        NAVBAR
=========================*/

.header-nav {
    background: #01152d;
    box-shadow: 0 0 3px #fff;
}

.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* space-between hata do */
    gap: 35px;
    /* Menu items ke beech ka gap */
    padding-left: 20px;
    /* Left se 20px space */
    list-style: none;
    margin-bottom: 0;
}

.header-nav ul li {
    flex: 0 0 auto;
    text-align: center;
}

.header-nav ul li a {

    display: block;
    padding: 18px 0;

    color: #fff;
    text-decoration: none;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: .5px;

    transition: .3s;

}

.header-nav ul li a:hover {

    background: #111;
    color: #d6b15a;

}

/* Active Menu */

.header-nav ul li a.active {

    color: #d6b15a;

}

/*=========================
      STICKY HEADER
=========================*/

.main-header.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999;

    animation: header .4s ease;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .12);

}

@keyframes header {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}


/* HEADER CSS ENDS */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000078, #000000ba, #00000038);
}

.banner-section-information {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}

.banner-projects {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffd976;
    font-family: 'Austin News Headline Light';
}

.banner-section-information h1 {
    font-size: 60px;
    color: #ffd976;
    font-family: 'Austin News Headline Light';
}

.padding-space-extra {
    padding: 50px 0;
}

.project-listing-information {
    width: 85%;
    margin: 0 auto;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 40px;
}

.project-img {
    position: relative;
    overflow: hidden;
    height: 50vh;
}

.project-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-details-infromation {
    position: relative;
    overflow: hidden;
    background: #01152d;
    color: #fff;
    box-shadow: 0 0 3px #000;
}

.project-img h3 {
    position: absolute;
    bottom: 0;
    left: 10px;
    font-family: 'Austin News Headline Light';
    font-size: 35px;
    color: #ffd976;
}

.banner-location-inn {
    font-size: 26px;
    color: #ffffff;
    font-family: 'Austin News Headline Light';
}

.project-location {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffd976;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
}

.project-location i {
    font-size: 17px;
}

.project-details {
    text-align: center;
    padding: 30px 10px;
}

.project-configuration,
.project-price-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
}

.project-configuration p,
.project-price-details p {
    margin-bottom: 0;
}

.project-configurations {
    font-size: 18px;
}

.project-price-detailss b {
    font-size: 22px;
}

.btn {
    border-radius: 20px;
}

.contact-sales-manager {
    background: #ffd976;
    color: #000;
    border-radius: 20px;
}
.contact-sales-manager a{
    color: #000;
    text-decoration:none;
}
.bg-color {
    background: #f0ece7;
}

.billionare-information {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.more-text::-webkit-scrollbar {
    width: 6px;
}

.more-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb {
    background: #01152d;
    border-radius: 10px;
}

.more-text::-webkit-scrollbar-thumb:hover {
    background: #01152d;
}

.read-more-btn {
    border: none;
    background: 0 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.more-text {
    display: none;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
}

.billionare-information .section-title p {
    text-align: center !important;
}

.billionare-information p {
    text-align: justify;
    color: #414141;
    font-size: 15px;
    letter-spacing: 1px;
}

.m3m-developer-infromation {
    width: 85%;
    margin: 0 auto;
}

.m3m-developer-inform p {
    text-align: justify;
}

.m3m-developer-founder {
    font-size: 40px !important;
    color: #01152d !important;
    font-family: 'Austin News Headline Light';
    margin-bottom: 0;
}

.m3m-developer-inform p {
    text-align: left;
    font-size: 16px;
    color: #414141;
    letter-spacing: 1px;
}

.m3m-developer-inform {
    position: relative;
    overflow: hidden;
}

.comma-left {
    max-width: 80px;
}

.comma-right {
    max-width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.stats-section {
    padding: 70px 0;
}

.stats-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    padding: 10px;
    position: relative;
}
.inn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inn .counter{
    width:auto;
}
.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 130px;
    background: #ddd;
}

.stat-item .counter {
    display: inline-block;
    font-size: 39px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.stat-item span {
    font-size: 30px;
    font-weight: 300;
    color: #000;
}

.stat-item p {
    font-size: 16px;
    color: #222;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.project-listing-text .section-title p {
    letter-spacing: 1px;
    color: #414141;
    font-size: 15px;
}

.faq-section-information {
    width: 85%;
    margin: 0 auto;
}

.faq-section-information .section-title {
    text-align: center;
}

.faq-section .card-header {
    background: #f0ece7;
    color: #191919;
}

.faq-section .card-header h3 a {
    font-size: 17px;
}

.faq-section .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
}


.faq-section .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.contact-message {
    font-size: 28px;
    margin-bottom: 10px;
}

.contact-us-section {
    width: 90%;
    margin: 0 auto;
}

.contact-us-int {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.extra-brochure {
    background: #01152d;
    color: #fff;
    border-radius: 5px;
}

p.get-in {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}

.contact-fer-sales p {
    margin-bottom: 10px;
}

.contact-fer-sales p a {
    color: #000;
    text-decoration: none;
}

.get-in-touch ul {
    padding-left: 0;
    list-style: none;
}

.get-in-touch ul li {
    margin-bottom: 10px;
}

.get-in-touch ul li a {
    color: #000;
    text-decoration: none;
}

.footer {
    text-align: center;
}

.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
    border-radius: 5px;
    background: #01152d;
    color: #fff;
    font-size: 13px;
}

.enquire-outer {
    display: none;
}


.pulse {
    animation: pulseGlow 1.5s infinite;
}

.shake {
    animation: shakeeGlow 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

@keyframes shakeeGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }

    25% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    50% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 8px #dbdbdb);
    }

    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 4px #dbdbdb);
    }

    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 0px #dbdbdb);
    }
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}
.side-enquire-now {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    writing-mode: vertical-rl;
}

.side-enquire-now .btn {
    padding: 15px 5px;
    border-radius: 5px;
    background: #01152d;
    color: #fff;
    font-size: 13px;
}

.enquire-outer {
    display: none;
}
.btn a{
    color:#000;
    text-decoration:none;
}
@media only screen and (max-width: 1199px) {
    .banner-section-information h1 {
        font-size: 50px;
    }

    .btn {
        border-radius: 20px;
        font-size: 13px;
    }

    .banner-location-inn {
        font-size: 23px;
    }

    .banner-projects {
        font-size: 26px;
    }

    .project-listing-information {
        width: 95%;
        margin: 0 auto;
    }

    .m3m-developer-inform p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .banner-section {
        position: relative;
        overflow: hidden;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }

    .header-top {

        padding: 12px 0;

    }

    .header-nav {

        overflow-x: auto;

    }

    .header-nav ul {

        width: 800px;

    }

    .header-nav ul li a {

        font-size: 13px;

        padding: 15px 0;

    }

    .m3m-developer-inform p {
        font-size: 13px;
    }

    .comma-left {
        max-width: 55px;
    }

    .comma-right {
        max-width: 55px;
    }

    .m3m-developer-founder {
        font-size: 32px !important;
    }

    .stat-item .counter {
        font-size: 32px;
    }

    .stat-item p {
        font-size: 14px;
    }

    .faq-section-information {
        width: 95%;
    }

    .project-listing-text .section-title p {
        font-size: 13px;
    }

    .billionare-information p {
        font-size: 13px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .faq-section .card-header h3 a {
        font-size: 15px;
    }

    .card-body {
        font-size: 14px;
    }

    p.disclaimer {
        font-size: 14px;
    }

    .banner-section-information h1 {
        font-size: 40px;
    }

    .banner-location-inn {
        font-size: 20px;
    }

    .billionare-information {
        width: 95%;
    }

    .m3m-developer-infromation {
        width: 95%;
    }

    .project-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section {
        margin-top: 95px;
    }

    .stats-section {
        padding: 30px 0;
    }

    .section-title p {
        font-size: 14px;
    }

    .contact-message {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }

    .stat-item .counter {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-section-information h1 {
        font-size: 33px;
    }

    .banner-location-inn {
        font-size: 17px;
    }

    .banner-projects {
        font-size: 21px;
    }

    .project-listing-information {
        width: 100%;
        margin: 0 auto;
    }

    .section-title p {
        font-size: 12px;
    }

    .billionare-information p {
        font-size: 12px;
    }

    .m3m-developer-inform p {
        font-size: 11px;
    }

    .comma-left {
        max-width: 50px;
    }

    .comma-right {
        max-width: 50px;
    }

    .m3m-developer-founder {
        font-size: 27px !important;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .faq-section .card-header h3 {
        font-size: 17px;
    }

    .padding-space-extra {
        padding: 35px 0;
    }

    p.get-in {
        font-size: 16px;
    }
    .enquire-outer {
        display: block;
    }

    .enquire-outer ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .enquire-outer ul li {
        width: 100%;
        padding: 10px;
        text-align: center;
        background: #1d3d70 !important;
    }

    .enquire-outer ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

    .enquire-outer ul .whatsapp-now {
        background: #32b24f !important;
        width: 100%;
    }
        .project-btn {
        display: block;
    }
    .project-btn .btn{
        width:100%;
        margin-bottom:10px;
    }
}