@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Outfit:wght@100..900&display=swap');

:root {
    --bs-primary: #500411;
    --bs-secondary: #163277;
    --bs-body-font-family: "Barlow", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 50px 0 10px;
}

.sec_head {
    font-size: 2rem;
    margin-bottom: 16px;
    color: var(--bs-primary);
    font-weight: 600;
    line-height: 1.3;
}

.btn {
    font-size: .875rem;
    border-radius: 20px;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent
}

.btn-primary:hover {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: #FFFFFF;
    color: var(--bs-secondary);
    border-color: transparent;
}

.btn-secondary:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent;
}

.btn-secondary.navbtn {
    padding: 8px 36px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid;
    box-shadow: none
}

.back_bg {
    background-color: var(--bs-primary);
}

.navbar {
    background-color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-secondary);
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

.navbar-expand .navbar-collapse {
    justify-content: end;
}

.navbar-brand img {
    height: 60px;
}

.banner-caption {
    position: absolute;
    top: 20%;
}

.banner_content .head {
    color: var(--bs-primary);
    font-size: 1.875em;
    line-height: 1;
    font-weight: 400;
}

.banner_content .title {
    color: var(--bs-primary);
    font-size: 64px;
    font-weight: 600;
}

.titlet {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    background-color: var(--bs-primary);
    padding: 6px 16px;
    width: fit-content;
    border-radius: 6px;
}

.banner-rera {
    position: absolute;
    top: 60%;
    font-size: 16px;
    background-color: #B63A44;
    padding: 16px;
    border-radius: 12px;
}
.banner-rera ul{
    list-style-type: none;
}
.over_card {
    border: 1px solid #7070706e;
    border-radius: 10px;
    padding: 20px 30px;
    height: 100%;
}

.loc_block {
    background-color: var(--bs-primary);
    border-radius: 12px;
    padding: 12px;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    border-radius: 0 !important;
}

.accordion-button:after {
    background-image: url(../images/plus.svg) !important;
    z-index: 1;
    background-position: center;
    width: 16px;
    height: 16px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #FFFFFF;
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    transform: rotate(-180deg);
    background-image: url(../images/minus.svg) !important;
    width: 16px;
    z-index: 1;
    background-position: center;
}

.accordion-body {
    padding: 10px 0;
}

.accordion-body li {
    color: #fff;
}



.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
    box-shadow: none
}

.smart-card .icon {
    width: 60px;
}

.smart-card p {
    font-size: 16px;
    line-height: 1.3;
}



.tabs-sec {
    z-index: 99;
    position: relative;
}

.unitplan_tabs {
    padding: 26px;
    border: 1px solid var(--bs-primary);
    border-radius: 16px;
    margin-top: -34px;
}


.master_img_div {
    border-radius: 16px;
    background-color: #fff;
    height: 100%;
}

.unitplan_sec .tabs-sec .nav-item .nav-link {
    background-color: #fff;
    width: 180px;
    border: none;
    border-radius: 0;
}

.unitplan_sec .tabs-sec .nav-link.active {
    color: #000;
    font-weight: 600;
    background-color: #fff;
}

.tabs-sec .nav-link {
    color: #1E1E1E;
    font-weight: 400;
    border-radius: 0;
    padding: 10px;
    font-size: 28px;
}

.zoom_icon {
    right: 0px;
    bottom: 0px;
    width: 26px;
}

.unitplan_sec .floorplans .tabs-sec .nav-item .nav-link {
    font-size: 20px;
    padding: 0 8px;
    width: auto;
}

.tabs-sec .nav-item .nav-link {
    background-color: #fff;
}

.nav-pills .nav-link {
    background: #fff;
    border: 0;
}

.swiper-slide {
    height: initial;
}

.master_img {
    max-height: 500px;
    object-fit: contain;
}

.unitplan_tabs .master_img_div {
    margin-top: 0;
}

.gal_img img {
    max-height: 400px;
    object-fit: cover;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #772633;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #772633;
}

.speci_img img {
    height: 500px;
}

.speci .head {
    border-bottom: 1px solid #fff;
    padding: 10px 0 8px;
    font-weight: 400;
    font-size: 20px;
}

.speci_block {
    height: 490px;
    overflow-y: scroll;
    scrollbar-width: 1px;
    padding: 0 10px 0 0;
}

.speci_block::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    bottom: 0;
}

.speci_block::-webkit-scrollbar-track {
    background: #f5f5f5;
    background-size: 1px;
    border-radius: 10px;
}

.speci_block::-webkit-scrollbar-thumb {
    border: 4px solid var(--bs-secondary);
    border-radius: 10px;
}

.speci_block li {
    font-size: 14px;
}
.leg_block {
    display: flex;
    border: 1px solid #163277;
    justify-content: space-around;
    border-radius: 12px;
}
.leg_card {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.leg_card .number {
    font-size: 50px;
    font-family: "Outfit", sans-serif;
    color: #1B2734;
    padding: 0 10px 0  0;
}

.leg_card p {
    font-size: 18px;
    color: #000;
    font-family: var(--bs-body-font-family);
    font-weight: 400;
    margin-bottom: 0;
}

.stickysec .container>div {
    bottom: 20px;
    z-index: 999;
    width: fit-content;
    margin: auto;
    padding: 8px;
    border-radius: 30px;
}

footer {
    background-color: var(--bs-primary);
    padding: 50px 0 80px;
    margin: 50px 10px 10px;
    border-radius: 12px;
}

.footer_list li {
    padding: 4px 0;
}

.contact_div h5 {
    font-size: 18px;
    font-weight: 400;
}

.contact_div a {
    font-size: 22px;
    font-weight: 600;
}

.popup-form .btn-close {
    top: 10px;
    right: 10px;
    position: absolute;
    filter: invert(1);
    opacity: 1;
}

.modal-head {
    margin-bottom: 20px;
    font-size: 20px;
}

.modal-content {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.modal-body {
    padding: 30px;
}

.brochure-form .form-group {
    margin-bottom: 26px;
    position: relative;
}

.form-group label {
    position: absolute;
    top: -2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: var(--bs-primary);
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
}

.form-group .form-control,
.form-group .form-select {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 6px 0 0;
    color: #fff;
}

.form-check-label p {
    line-height: 1.5;
    font-size: 14px;
}

.form-check-label {
    background-color: transparent !important;
}
.banner-sec { max-height: 700px;}
@media (min-width:768px) {.overview_sec {height: 720px;}}

@media (max-width: 1200px) {
    .section {
        padding: 30px 0;
    }

    .banner_content .head {
        font-size: 1.5em;
        color: #fff;
    }

    .banner_content .title {
        font-size: 50px;
        color: #fff;
    }

    .over_card {
        padding: 20px;
    }

    .over_card img {
        width: 50px;
    }

    .over_head,
    .accordion-button {
        font-size: 1.125rem;
    }

    .accordion-body li {
        font-size: 14px;
    }

    .map_img iframe {
        height: 400px;
    }

    .smart-card .icon {
        width: 50px;
    }

    .smart-card p {
        font-size: 16px;
    }

    .tabs-sec .nav-link {
        font-size: 24px;
    }

    .unitplan_sec .floorplans .tabs-sec .nav-item .nav-link {
        font-size: 18px;
    }

    .speci_img img {
        height: 400px;
    }

    .speci_block {
        height: 390px;
    }

    .gal_img img {
        height: 300px;
    }

    .leg_card {
        padding: 20px;
    }

    .leg_card .number {
        font-size: 40px;
    }

    .leg_card p {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .gal_img img {
        height: 300px;
    }
    /* .btn-secondary.navbtn {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0;
        color: var(--bs-primary);
    } */
    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: -36px;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: scroll;
        padding: 0 10px;
        background-color: #EAEAEA;
    }
    .navbar-nav .nav-link {
        color: var(--bs-primary);
        font-weight: 500;
    }
    .banner-sec {
        top: 30px;
        margin-bottom: 22px;
    }
    .banner_content .head {
        font-size: 1.25em;
    }
    .banner_content .title {
        font-size: 40px;
    }
    .titlet {
        font-size: 14px;
    }
    .banner-rera {
        /* bottom  v  10px; */
        font-size: 14px;
    }
    .over_card img {
        width: 40px;
    }
    .over_txt  {
        font-size: 14px;
    }
    .sec_head {
        font-size: 1.6rem;
    }
    .master_img {
        max-height: 300px;
    }    
}

@media (max-width: 768px) {
    .banner-img img {
        height: 400px;
    }
    .banner_content .title {
        font-size: 30px;
    }
    .banner-rera {
        font-size: 12px;
        bottom: 0;
        top: auto;
    }
    .section {
        padding: 15px 0;
    }
    .over_head, .accordion-button {
        font-size: 1rem;
    }
    .map_img iframe {
        height: 200px;
    }
    .smart-card p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tabs-sec .nav-link {
        font-size: 20px;
    }
    .unitplan_sec .floorplans .tabs-sec .nav-item .nav-link {
        font-size: 15px;
    }
    .unitplan_sec .tabs-sec .nav-item .nav-link {
        width: auto;
    }
    .accordion-button::after {
        background-size: 12px;
        background-position: center;
    }

    .accordion-button:not(.collapsed):after {
        background-size: 12px;
        background-position: center;
    }
    .ytvideo {
        height: 300px;
    }
    .master_img {
        height: 260px;
        object-fit: contain;
    }
    .speci_img img {
        height: 285px;
    }
    footer {
        padding: 0px 0 80px;
        margin: 30px 10px 10px;
    }

    .leg_card .number {
        font-size: 24px;
    }

    footer h5 {
        font-size: 16px;
    }

    footer {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .sec_head {
        margin-bottom: 6px;
    }
    .btn-secondary.navbtn {
        padding: 8px 16px;
    }
    .banner-img img {
        height: 460px;
        border-radius: 12px;
        object-fit: cover;
    }
    .banner-caption {
        top: 30px;
        left: 30px;
    }
    .banner_content .title {
        font-size: 24px;
        font-weight: 700;
    }
    .banner-rera {
        bottom: 50px;
        left: 20px;
        right: 30px;
        text-align: start !important;
        font-weight: 700;
        background-color: transparent;
    }
    .banner-rera ul{
        list-style-type: disc;
    }
    .price {
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    .titlet {
        background-color: transparent;
        font-weight: 600;
        border-radius: 30px;
        font-size: 16px;
        color: #fff;
    }
    .accordion-body li {
        font-size: 14px;
    }
    .banner_content .head {
        font-size: 1rem;
        font-weight: 600;
    }
    .stickysec .container>div {
        bottom: 0px;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        align-items: center;
        display: flex;
        justify-content: space-evenly;
        border: 1px solid #fff;
        background-color: var(--bs-primary) !important;
    }

    .stickysec .btn-primary {
        font-size: 12px;
        padding: 6px 8px;
        background-color: #fff !important;
        color: var(--bs-primary);
    }
    .stickysec .btn-primary span { 
        display: none;
    }
    .stickysec .btn-primary.mb {
        width: 50px;
        padding: 2px;
        font-size: 18px;
    }
    .over_card {
        padding: 10px 6px;
        display: flex;
    }
    .over_card img {
        width: 50px;
        border-radius: 8px;
        height: 50px;
        margin-bottom: 0 !important;
    }
    .over-content {
        margin-left: 12px;
    }
    .over_head {
        margin-bottom: 6px;
        font-weight: 600;
    }
    .over_txt {
        font-size: 13px;
        line-height: 1.3;
    }
    .loc_block {
        padding: 0;
        background-color: transparent;
    }
    .accordion-button:not(.collapsed),.accordion-button {
        color: #1A1A18;
        border-bottom: 1px solid #1A1A18;
    }
    .accordion-body li {
        color: #1A1A18;
    }
    .smart_sec {
        background-color: var(--bs-primary);
        color: #fff !important;
    }
    .smart_sec .sec_head {
        color: #fff;
    }
    .smart-card {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .smart-card .icon {
        width: 36px;
        height: 36px;
        border-radius: 30px;
        background-color: #fff;
    }
    .smart-card p {
        font-size: 12px;
        margin-bottom: 0;
        text-align: start;
        margin-left: 6px;
    }
    .unitplan_sec .tabs-sec .nav-item .nav-link {
        width: auto;
    }
    .unitplan_tabs {
        border: none;
        background-color: #F5F5F5;
    }
    #myTabu {
        justify-content: start !important;
    }
    .unitplan_tabs {
        padding: 20px 10px !important
    }
    .unitplan_sec .tabs-sec .nav-link.active {
        color: var(--bs-primary);
    }
    .floorplan_sec {
        background-color: #fff;
        padding-bottom: 16px;
        border-radius: 12px;
    }
    #myTab {
        padding: 0 !important;
    }
    #myTab .nav-link.active {
        color: #772633;
        border-bottom: 1px solid #772633;
    }
    #profile-tabu,#content-tabu,#home-tabu {
        display: none;
    }
    .unitplan_sec {
        padding: 30px 0 15px;
    }
    .floortext {
        color: var(--bs-primary);
        font-weight: 600;
        font-size: 20px;
    }
    .zoom_icon {
        right: 8px;
        bottom: 8px;
        width: 20px;
    }
    .gallery_sec,.specifications_sec {
        background-color: #f5f5f5;
    }
    .gallery_sec .sec_head {
        color: #163277;
    }
    .specifications_sec .sec_head,.legacy_sec .sec_head,.construction_sec .sec_head{
        color: var(--bs-primary);
        margin-bottom: 12px;
        font-weight: 700;
    }
    .speci_block {
        color: #1A1A18 !important;
    }
    .speci .head {
        border-bottom: 1px solid #1A1A18;
        font-weight: 600;
        padding: 0 0 6px;
        margin-bottom: 4px;
        font-size: 18px;
    }
    ::marker {
        color: var(--bs-primary);
    }
    .banner-rera li::marker {
        color: #fff;
    }
    .leg_block {
        display: block;
    }
    .leg_card {
        padding: 8px 16px;
        border: 0;
        display: flex;
        align-items: center;
    }
    .leg_card p {
        padding-left: 6px;
        font-size: 15px;
    }
    .leg_card .number {
        font-size: 34px;
    }
    p {
        font-size: 14px;
    }

    #accordionImage {
        height: 220px;
    }

    .master_img {
        height: 200px;
    }

    footer {
        padding: 30px 0 40px;
        margin: 30px 8px 8px;
    }
    .footer-logo {
        width: 150px;
    }
    .gal_img img {
        height: 260px;
    }
    .contact_div h5 {
        margin-bottom: 0;
    }
    .contact_div a {
        font-size: 20px;
    }
    .ytvideo {
        height: 240px;
    }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--bs-primary);
    }
    .swiper-pagination .swiper-pagination-bullet {
        border: 1px solid var(--bs-primary);
        width: 12px;
        height: 12px;
    }
    .accordion-button:after {
        filter: invert(1);
    }
}
