@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.header {
    text-align: center;
    position: absolute;
    width: 100%;
}

.header .logo {
    width: 100px;
    display: inline-block;
}

.header .logo img {
    width: 100%;
}



.two_banner_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 100vh;
    background: #056839;
}

.two_banner_section .col2 {
    width: 50%;
    height: 100%;
}

.two_banner_section .col2 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    text-align: center;
    padding: 0 20px;
}

.two_banner_section .col2:first-child {
    border-right: 1px solid #ffffff36;
}

.two_banner_section .col2 img {
    width: 180px;
    height: auto;
    background: #FFF;
    padding: 14px;
    margin-bottom: 24px;
}

.two_banner_section .col2 p {
    font-size: 21px;
    color: #FFF;
    letter-spacing: .4px;
}

.two_banner_section .col2:hover {
    background: #222;
}

.two_banner_section .col2 span.theme_btn {
    background: #FFF;
    padding: 9px 18px 8px;
    display: inline-block;
    color: #056839;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto 19px;
    font-size: 14px;
}

.two_banner_section .col2 p.rera_no {
    font-size: 16px;
    line-height: 28px;
}

.rera-details {
    margin-bottom: 20px;
    display: flex;
    gap: 0 12px;
    align-items: center;
}

.rera-details .code {
    min-width: 75px;
}

.rera-details .code img {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.rera-details p {
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    text-align: left;
    margin-bottom: 2px !important;
}

.rera-details :last-child {
    margin: 0;
}

.rera-details p strong {
    font-weight: 600 !important;
}

/* .enquire_now {
    position: fixed;
    right: 0;
    top: 50%;
    background: #FFF;
    font-weight: 600;
    padding: 10px 25px;
    transform: rotate(-90deg);
    margin-right: -59px;
    font-size: 17px;
    text-transform: capitalize;
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 66%);
} */


/* footer  */
.footer_section {
    background: #121212;
    padding: 70px 0 0 0;
}

.footer_section p {
    color: #FFF;
}

.ft_disclaimer p {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 24px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #FFF;
    padding-top: 20px;
    margin-top: 20px;
}

.copyright p {
    font-size: 12px;
    letter-spacing: 0.5px;
}

@media (max-width:991px) {
    .two_banner_section .col2 img {
        width: 150px;
    }
}

@media (max-width:767px) {
    .two_banner_section {
        height: auto;
    }

    .two_banner_section .col2 {
        width: 100%;
        min-height: 50vh;
        padding: 50px 20px;
        height: auto;
    }

    .two_banner_section .col2:first-child {
        border-right: none;
        border-bottom: 1px solid #ffffff36;
    }

    .two_banner_section .col2 img {
        width: 120px;
    }

}

@media (max-width:480px) {
    .rera-details {
        flex-direction: column;
        align-items: center;
        gap: 18px 0;
        text-align: center;
    }

    .rera-details p {
        margin-bottom: 8px !important;
        text-align: center;
    }

    .rera-details p strong {
        display: block;
    }
}