.project_detail_main {
    background: linear-gradient(360deg, #efdfcf 0%, #fff9f4 100%);
}

.project_title {
    padding: 5rem 0;
}

.project_title h1 {
    font-size: 4rem;
    font-family: var(--font-bsd);
    font-weight: 700;
    color: #4E3030;
    line-height: 100%;
    margin-bottom: 0;
}

.project_title h6 {
    font-size: 2rem;
    font-weight: 500;
    color: #4E3030;
    margin-bottom: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: 11rem;

}

.project_title h2 {
    background: linear-gradient(90deg, #F36E24 0%, #FFB287 100%);
    padding: 0 1rem;
    line-height: 3rem;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: .5rem;
}

.project_title h2 span {
    font-size: 2rem;
    font-weight: 400;
}

.project_title .price_box {
    text-align: right;
    display: none;
}



.project_specs_row .spec_row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: .5rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.project_specs_row .spec_row h6 {
    font-weight: 700;
}

.project_specs_row .spec_row h6,
.project_specs_row .spec_row p {
    font-size: 1.15rem;
    color: #3B3B3B;
    margin-bottom: 0;
    line-height: 100%;
}

.project_specs_row .spec_row h6 {
    text-wrap: pretty;
}

.project_specs_row .specs_box {
    width: 33%;
    text-align: center;
    border-right: 1px solid #ddd;
}


.project_specs_row .specs_box:last-child {
    border-right: unset;
}

.overview_section {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.overview_section h1 {
    font-size: 4rem;
    font-family: var(--font-bsd);
    font-weight: 700;
    color: #4E3030;
    line-height: 100%;
    margin-bottom: 0;
    margin-left: 2rem;
    text-transform: uppercase;
}

.overview_section a {
    background: linear-gradient(90deg, #F36E24 0%, #FFB287 100%);
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0 3rem .5rem .75rem;
    display: block;
    width: fit-content;
    line-height: 100%;
    position: relative;
    margin-top: 1.5rem;
}

.overview_section a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    background-image: url("/assets/icons/download.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    background-color: #FEA979;
}

.overview_section .project_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 5rem;
    display: none;
}

.overview_section h5 {
    font-size: 2.5rem;
    font-family: var(--font-dg);
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    color: #3B3B3B;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}



.property_detail_section {
    padding-bottom: 5rem;
}

.property_detail_section h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 2rem;
    width: 30%;
    line-height: 100%;
}

.property_detail_section .table {
    border-color: #663500;
    border-width: .5px;
}

.property_detail_section tbody,
.property_detail_section td,
.property_detail_section tfoot,
.property_detail_section th,
.property_detail_section thead,
.property_detail_section tr {
    border-width: .5px;

}

.property_detail_section th {
    background-color: #dabb7f;
    color: #fff;
    text-align: left;
    padding: .5rem 1rem;
    font-family: var(--font-dg);
    font-weight: 600;
    font-size: 1.15rem;
}

.property_detail_section td {
    background-color: #FDEDC9;
    color: #3B3B3B;
    padding: .5rem 1rem;
    font-family: var(--font-dg);
    font-weight: 500;
    font-size: 1.15rem;
}

.ameneties_section {
    padding-bottom: 5rem;
}

.ameneties_section h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 2rem;
    width: 30%;
    line-height: 100%;
}

.ameneties_section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ameneties_section iframe {
    width: 100%;
    height: 90vh;
}

.floor_plan_section {
    padding-bottom: 5rem;
}

.floor_plan_section h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 2rem;
    line-height: 100%;
}

.floor_plan_section .parent_nav .nav-link {
    background-color: #F8EEE3;
    padding: .25rem 2rem .5rem 2rem;
    font-size: 1.35rem;
    color: #3B3B3B;
    line-height: 100%;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.floor_plan_section .parent_nav .nav-link.active {
    background-color: #F4E0B6;
    font-weight: 600;
    color: #3B3B3B;
}

.floor_plan_section .parent_tab_cntr {
    margin-top: 2rem;
}

.floor_plan_section .parent_tab_pane {
    padding: 2rem;
    box-shadow: 0px 4px 6px 0px #00000040;
    background-color: #fff;
}

.floor_plan_section .parent_tab_pane .tab_content_col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.floor_plan_section .tab_content_col .nav-link {
    background-color: #F4E0B6;
    padding: .25rem 2rem .5rem 2rem;
    font-size: 1.25rem;
    font-family: var(--font-dg);
    color: #3B3B3B;
    line-height: 100%;
    border-radius: 0;
    transition: all .3s ease-in-out;
    margin-bottom: 1.5rem;
}

.floor_plan_section .tab_content_col .nav-link.active {
    background-color: #F4E0B6;
    font-weight: 600;
    color: #3B3B3B;
    border: .5px solid #3B3B3B;
}


.floor_plan_section .tab_content_col #v-pills-tab,
.floor_plan_section .tab_content_col #v-pills-tabContent {
    padding-right: 0;
}

.floor_plan_section .tab_content_col #v-pills-tabContent .tab-pane img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.floor_plan_section.multi_tab .parent_tab_pane .tab_content_col {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: auto;
}

.floor_plan_section.multi_tab .tab_content_col #v-pills-tab {
    display: block;
}



.floor_plan_section .parent_tab_pane .tab_content_col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

.floor_plan_section .tab_content_col #v-pills-tab {
    display: none;
}




/* gallery */

/* -------------------------------- */
.gallery_section {
    padding: 5rem 0;
    overflow: hidden;
    background-color: #fff;
}

.gallery_section .gallery_swiper {
    padding-bottom: 4rem;
}

.gallery_section .gallery_swiper .swiper-pagination-bullet {
    width: 1.5rem;
    height: .25rem;
    border-radius: 5px;
    background-color: grey;
    opacity: 1;
}

.gallery_section .gallery_swiper .swiper-pagination-bullet-active {
    width: 2rem;
    background-color: #000;
}

.gallery_section h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 2rem;
    line-height: 100%;
    padding-left: 5vw;
    width: 100%;
    position: relative;
}

.gallery_section h2::after {
    content: '';
    position: absolute;
    left: 10rem;
    top: 50%;
    height: 1px;
    width: 75%;
    background-color: #ddd;
    margin: 0 5vw;

}

.gallery_section .project_card_cntr {
    position: relative;
}

.gallery_section .project_card_cntr img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery_section .project_card_cntr h1 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 1.5rem;
    color: #ffff;
    font-family: var(--font-punta);
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.gallery_section .project_card_cntr a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}

.gallery_section .project_card_cntr a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.gallery_section .project_card_cntr:hover a::after {
    background: linear-gradient(360deg, #00000045 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery_section .project_card_cntr:hover h1 {
    opacity: 1;
}

.gallery_section .swiper-wrapper {
    height: fit-content;
}



@media only screen and (max-width: 660px) {
    .project_title {
        padding: 2.5rem 0;
    }

    .project_title h6,
    .project_title h2 {
        margin-left: unset;
    }


    .project_specs_row .spec_row {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .project_specs_row .specs_box {
        width: auto;
        text-align: left;
        border-right: unset;
        margin-bottom: 1rem;
    }

    .overview_section {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .overview_section h1 {
        margin-left: 0;
    }

    .overview_section .project_image {
        margin-top: 3rem;
    }

    .overview_section h5 {
        margin-top: 3rem;
        margin-bottom: .5rem;
    }

    .property_detail_section {
        overflow: hidden;
    }

    .property_detail_section h1 {
        width: 80%;
    }

    .ameneties_section iframe {
        height: 50vh;
    }

    .floor_plan_section .parent_tab_pane {
        padding: 1rem;
    }

    .floor_plan_section .tab_content_col #v-pills-tab {
        padding-right: 0;
    }

    .floor_plan_section .tab_content_col .nav-pills {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .floor_plan_section .tab_content_col .nav-link {
        margin-bottom: 0rem;
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .floor_plan_section .tab_content_col #v-pills-tabContent {
        padding-right: 5vw;
    }

    .floor_plan_section .tab_content_col #v-pills-tabContent .tab-pane img {
        height: auto;
    }

    .table_wrapper {
        overflow-x: scroll;
    }

    .property_detail_section td,
    .property_detail_section th {
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: normal;
    }

    .floor_plan_section.multi_tab .parent_tab_pane .tab_content_col {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}