@font-face {
    font-family: 'gothamextralight';
    src: url('../font/gotham-xlight.woff2') format('woff2'),
        url('../font/gotham-xlight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamblack';
    src: url('../font/gotham-black.woff2') format('woff2'),
        url('../font/gotham-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-bold.woff2') format('woff2'),
        url('../font/gotham-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-book.woff2') format('woff2'),
        url('../font/gotham-book.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-light.woff2') format('woff2'),
        url('../font/gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-medium.woff2') format('woff2'),
        url('../font/gotham-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'gothamthin';
    src: url('../font/gotham-thin.woff2') format('woff2'),
        url('../font/gotham-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamultra';
    src: url('../font/gotham-ultra.woff2') format('woff2'),
        url('../font/gotham-ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --bs-primary: #2B3B8B;
    --bs-secondary: #163277;
    --bs-body-font-family: 'gotham';
    --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: 1.6rem;
    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;
}

.table-primary{
    --bs-table-bg: var(--bs-primary);
    --bs-table-color: #ffffff;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid transparent;
    box-shadow: none !important;
}

.back_bg {
    background-color: var(--bs-primary);
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid var(--bs-primary);
}

.navbar-nav .nav-link {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 500;
}

.navbar-expand .navbar-collapse {
    justify-content: end;
}

.navbar-brand img {
    max-width: 220px;
}
.banner-caption {
    position: absolute;
    top: 10%;
    width: 90%;
    left: 60px;
    right: 60px;
    background-color: #0000004a;
    padding: 16px;
    border-radius: 6px;
}
/* .banner-caption {
    position: absolute;
    top: 10%;
    width: 100%;
    left: 0;
    right: 0;
} */

.banner_content .head {
    color: #fff;
    font-size: 1.875em;
    line-height: 1;
    font-weight: 500;
    font-family: 'gotham';
}

.banner_content .title {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
}

.titlet {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 6px;
}

.banner-rera {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 500;
}

.banner-rera .col-md-8 {
    background-color: #0000004a;
    padding: 16px;
    border-radius: 6px;
}

.over_card {
    border: 1px solid #70707012;
    border-radius: 6px;
    padding: 20px 30px;
    height: 100%;
    transition: all 0.4s ease-in;
}

.over_head {
    font-size: 20px;
    font-weight: 500;
}

.img_bg {
    border-radius: 16px;
    width: 100%;
    height: 60px;
    max-width: 60px;
    position: relative;
}

.img_bg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.over_card:hover .over-content {
    color: #fff;
}

.img_bg1 {
    background-color: #2E3790;
}

.over1:hover {
    background-color: #2E3790;
}

.img_bg2 {
    background-color: #FFC907;
}

.over2:hover {
    background-color: #FFC907;
}

.img_bg3 {
    background-color: #1EBBEE;
}

.over3:hover {
    background-color: #1EBBEE;
}

.img_bg4 {
    background-color: #D43A2A;
}

.over4:hover {
    background-color: #D43A2A;
}

.img_bg5 {
    background-color: #A2C428;
}

.over5:hover {
    background-color: #A2C428;
}

.img_bg6 {
    background-color:  #2E3790;
}

.over6:hover {
    background-color:  #2E3790;
}

.amen_bg {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 12px;
}

.amen_text {
    font-weight: 500;
    font-size: 22px;
    padding: 8px 14px 0;
}

.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: 200px;
    border: none;
    border-radius: 0;
}

.unitplan_sec .tabs-sec .nav-link.active {
    color: var(--bs-primary);
    font-weight: 600;
    background-color: #fff;
}

.tabs-sec .nav-link {
    color: var(--bs-primary);
    font-weight: 300;
    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;
    height: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid var(--bs-primary);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}

.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 p {
    font-size: 20px;
    font-weight: 500;
}

.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;
}

.legacy_card {
    border: 1px solid #2E3790;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}

.count,
.percent {
    font-size: 36px;
    font-weight: 500;
}

@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;
    }
     .video iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .banner-caption {
        width: 94%;
        left: 20px;
        right: 20px;
        padding: 10px;
    }
    .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;
    }

    .legacy_card {
        padding: 14px;
    }
    .banner-rera {
        bottom: 50px;
        list-style-type: disc;
        left: 20px;
        right: 30px;
        background-color: #00000069;
        padding: 10px;
        border-radius: 6px;
    }

    .banner-rera .col-md-8 {
        background-color: transparent;
        padding: 0;
    }
     .video iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .banner-sec {
        margin-bottom: 40px;
    }
    .mobile_form {
        background-color: var(--bs-primary);
        border-radius: 0;
        padding: 30px 20px;
    }
    .form-check-label p {
        line-height: 1.3;
        font-size: 13px;
    }
    .sec_head {
        margin-bottom: 6px;
    }

    .btn-secondary.navbtn {
        padding: 8px 16px;
    }

    .banner-img img {
        height: 500px;
        border-radius: 12px;
        object-fit: cover;
    }

    .banner-caption {
        top: 30px;
         width: 90%;
    }

    .banner_content .title {
        font-size: 22px;
        font-weight: 700;
        padding: 0 8px;
    }



    .price {
        position: absolute;
        bottom: 36px;
        left: 20px;
    }

    .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: 260px;
        margin: auto;
        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: 70px;
        padding: 2px;
        font-size: 18px;
    }

    .over_card {
        padding: 10px 6px;
        display: flex;
        border: 1px solid #7070707a;
    }

    .over_card img {
        width: 34px;
        border-radius: 0;
        /* height: 50px; */
    }

    .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: 250px;
    }

    .gal_img img {
        height: 260px;
    }

    .contact_div h5 {
        margin-bottom: 0;
    }

    .contact_div a {
        font-size: 20px;
    }

    .count,
    .percent {
        font-size: 26px;
        font-weight: 500;
    }

    .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);
    }

    .amen_bg {
        background-color: var(--bs-primary);
        border-radius: 8px;
        padding: 12px;
    }

    .amen_text {
        color: #fff;
        font-size: 18px;
    }
    .img_bg {
        border-radius: 56px;
    }
     .video iframe {
        height: 250px;
    }
}

::placeholder {
    color: #fff !important;
    opacity: 1;
}