:root {
    --font-family-body: 'Jost', sans-serif;
    --font-family-title: "Gentium Book Plus", serif;
}
.nav {
    --bs-nav-link-color: var(--color-primary);
    --bs-nav-link-hover-color: var(---color-text-dark);
}
.nav-pills {
    --bs-nav-pills-link-active-bg: var(--color-primary);
}
.design26 {
    font-family: var(--font-family-body);
    color: var(--color-text-body);
    line-height: 1.25;
    font-weight: 300;
}
.font-title {
    font-family: var(--font-family-title);
}
@media (min-width: 1400px) {
    .design26 .container-xxl, .design26 .container-xl, .design26 .container-lg, .design26 .container-md, .design26 .container-sm, .design26 .container {
        max-width: 1600px;
    }
    .design26 .container-3xl {
        max-width: 1900px;
    }
}
.design26 .navbar {
    background-color: var(--color-bg-dark) !important;
    padding: 22px 0;
}
/*
.design26 .btn-primary {
    background-color: var(--color-primary);
}
*/
.design26 .btn-primary {
    --bs-btn-color: var(--color-bg-light);
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: var(--color-bg-light);
    --bs-btn-hover-bg: var(--color-secondary);
    --bs-btn-hover-border-color: var(--color-secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--color-bg-light);
    --bs-btn-active-bg: var(--color-secondary);
    --bs-btn-active-border-color: var(--color-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--color-bg-light);
    --bs-btn-disabled-bg: var(--color-primary);
    --bs-btn-disabled-border-color: var(--color-primary);
}
.design26 .navbar-brand {
    font-size: 36px;
    line-height: 1;
}
.design26 .navbar-nav .nav-link {
    font-family: Jost;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--color-text-light);
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    /*
    font-style: Regular;
    leading-trim: NONE;    
    letter-spacing: -1%;
    */
}
.design26 .navbar-nav .btn {
    font-weight: 600;
    padding: 11px 12px;
}
.design26 .navbar .grp-btn {
    display: flex;
    column-gap: 16px;
}
.design26 .navbar .grp-btn > div {
    width: 50%;
}
.design26 .navbar .grp-btn > div .btn {
    width: 100%;
}
@media (min-width: 992px) {
    .design26 .navbar-nav .nav-link {
        margin-left: 16px;
        margin-right: 16px;
    }
    .design26 .navbar .grp-btn {
        column-gap: 24px;
    }
    .design26 .navbar .grp-btn > div {
        width: unset;
    }
    .design26 .navbar .grp-btn > div .btn {
        width: unset;
    }
}

.hero-section-search {
    background-color: var(--color-bg-dark);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-section-search .bg-overlay {
    background-color: #00000033;
    min-height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-section-search .content,
.hero-section-search .grp-search {
    width: 100%;
    max-width: 900px;
}
.hero-section-search .content {
    font-size: 6.25vw;
    line-height: 1.25;
}
.hero-section-search .grp-search {
    
}
.hero-section-search .grp-search .searchButtons > .nav-tabs {
    justify-content: center;
    column-gap: 5px;
    border: none;
}
.hero-section-search .grp-search .searchButtons > .nav-tabs .nav-link {
    margin-bottom: 0;
}
.hero-section-search .grp-search .searchButtons > .nav-tabs .nav-link:not(.active) {
   background-color: var(--color-primary); 
   color: var(--color-text-light);
}
.hero-section-search .grp-search .tabHeroSearch {
    background-color: var(--color-bg-light);
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}
.hero-section-search .grp-search .tabHeroSearch .fa-search {
    font-size: 20px;
}
@media (min-width: 768px) {
    .hero-section-search .content {
        font-size: 48px;
    }
}
.iDivider-bottom {
    padding-bottom: 35px;
    background-image: url('../imgs/de2026-divider.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.iDivider-bottom-left { background-position: left bottom; }
.iDivider-bottom-center { background-position: center bottom; }
.iDivider-bottom-right { background-position: right bottom; }

.grp-properties > .grp-button {
    margin-bottom: 70px;
}
.grp-properties > .grp-button > .nav-pills {
    border: none;
}
.grp-properties > .grp-button > .nav-pills .nav-link {
    border-radius: 0;
    font-size: 20px;
    line-height: 1.2;
    min-width: 136px;
    box-shadow: 0px 4px 10px 0px #00000040;
}
.grp-properties > .grp-button > .nav-pills .nav-link:not(.active) {
    background-color: var(--color-bg-light);
}
.grp-properties > .grp-button > .nav-pills .nav-link:first-child {
    border-radius: 4px 0 0 4px;
}
.grp-properties > .grp-button > .nav-pills .nav-link:last-child {
    border-radius: 0 4px 4px 0;
}

.list-proprties {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .list-proprties > .pty-item {
        width: calc((100% - (20px * 1)) / 2 );
    }
}
@media (min-width: 992px) {
    .list-proprties > .pty-item {
        width: calc((100% - (20px * 2)) / 3 );
    }
}
@media (min-width: 1200px) {
    .list-proprties > .pty-item {
        width: calc((100% - (20px * 3)) / 4 );
    }
}
@media (min-width: 1400px) {
    .list-proprties > .pty-item {
        width: calc((100% - (20px * 4)) / 5 );
    }
}

.pty-card {}
.pty-card .pty-head {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.pty-card .pty-head .pty-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    min-width: 115px;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 0 0 20px 0;
}
.pty-card .pty-head .pty-group-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 100;
    display: inline-flex;
    column-gap: 7px;
}
.pty-card .pty-head .pty-group-button button {
    border: none;
    background: #000000B2;
    width: 25px;
    height: 25px;
    display: flex;
    color: #FFFFFF;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.pty-card .pty-image, .img-ratio- {
    width: 100%;
    aspect-ratio: 1.33;
    object-fit: cover;
}
.pty-card .pty-price {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: var(--color-text-dark);
    padding: 13px 0 3px;
}
.pty-card .pty-location {
    font-size: 14px;
}
.pty-card ul.pty-iconLists {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 0px;
}
.pty-card ul.pty-iconLists > li {
    display: flex;
    column-gap: 8px;
}
.pty-card ul.pty-iconLists .pty-value {
    padding-top: 2px;
}

.whyShould-card {}
.whyShould-card .whyShould-image {
    width: 100%;
    aspect-ratio: 0.54;
    object-fit: cover;
    border-radius: 500px 500px 0 0;
    margin-bottom: 29px;
}
.whyShould-card .whyShould-why {
    font-size: 20px;
}

.list-ppQuote {
    padding-top: 75px;
    row-gap: 100px;
    margin-top: 100px;
}
.ppQuote-card { padding: 0 32px 32px; }
.ppQuote-card .ppQuote-head {
    border-bottom: 1px solid var(--color-border-input);
    padding-bottom: 39px;
    margin-bottom: 33px;
}
.ppQuote-card .ppQuote-head .ratio {
    width: 150px;
    margin-top: -75px;
}
.ppQuote-card .ppQuote-head .ppQuote-name {
    margin: 23px 0 6px;
}

.accordionFAQ.accordion {
    --bs-accordion-active-bg: #00000000;
    --bs-accordion-btn-focus-box-shadow: none;
}
.accordionFAQ .accordion-button:not(.collapsed) {
    background: none;
    color: var(--color-text-body);
    box-shadow: none;
}
.accordionFAQ .accordion-body {
    margin-top: -15px;
}
.footer-socials li {
    max-width: 55px;
}
.footer-socials li.ratio a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 50%;
    color: var(--color-primary);
    background-color: var(--color-bg-dark);
}
.footer-socials li.ratio a:hover {
    background-color: #000000;
}