@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.container-fluid {
    max-width: 1920px;
    overflow: hidden;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 165px;
    gap: 32px;
    grid-auto-flow: dense;
}

.gallery-item {
    width: 100%;
    height: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:nth-child(4n + 1) {
    grid-area: span 3 / 1 / span 3 / 2;
}

.gallery-item:nth-child(4n + 2) {
    grid-area: span 2 / 2 / span 2 / 3;
}

.gallery-item:nth-child(4n + 3) {
    grid-area: span 2 / 1 / span 2 / 2;
}

.gallery-item:nth-child(4n + 4) {
    grid-area: span 3 / 2 / span 3 / 3;
}

.bg-b58150 {
    background-color: #B58150;
}

.bg-b58150 * {
    color: #fff;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display";
}

h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
}

h4 {
    font-family: "Barlow Condensed";
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    font-family: "Barlow Condensed";
    font-weight: 500;
}

.fw-500 {
    font-weight: 500;
}

h2 em {
    font-size: 48px;
    font-weight: 400;
}

.gap-8px {
    gap: 8px;
}

.gap-16px {
    gap: 16px;
}

.row-gap-32px {
    row-gap: 32px;
}
.btn{
    border:2px solid #B58150;
}
.btn:hover{
    border-color: rgb(28, 28, 28);
}
.btn-new {
    border-radius: 32px;
}

.btn-new.no-active {
    background-color: #FFFFFF;
    color: #B58150;
    border: 1px solid #B58150;
}

.btn-white {
    background-color: #FFFFFF;
    color: #B58150;
    border: 2px solid #fff;
}

.btn-white:hover {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    color: #B58150;
    border-color: #D9D9D9;
}

.btn-white-border {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: #B58150;
}

.btn-white-border:hover {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background-color: #B58150;
}

.section-banner h2 {
    font-weight: 400;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 48%;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-item h4 {
    font-family: "Barlow Condensed";
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.project-item a {
    font-family: "Barlow Condensed";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #B58150;
    border-bottom: 2px solid #B58150;
    padding-bottom: 3px;
}

.project-item-content {
    background-color: #1C1C1C;
}

.project-item-content h4,
.project-item-content p {
    color: #fff;
}

.project-item-content {
    color: #fff;
    max-width: 95%;
    margin: -3rem auto 0 auto;
    position: relative;
    padding: 16px;
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-darkgrey);
    text-decoration: unset;
    padding: 8px 12px;
}

.pagination-next {
    width: auto;
    height: auto;
    border-radius: unset;
    gap: 8px;
    padding: 0 12px;
    color: #B58150;
}

.pagination-item.active {
    color: #fff;
    background-color: #1C1C1C;
    border-radius: 8px;
}

.pagination-item.disable {
    border: unset;
}

.rotate-180 img {
    transform: rotate(180deg);
}

.fit-img-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit-img-to-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wis-number {
    width: 66px;
    height: 66px;
    background-color: #B58150;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.wis-number h2 {
    color: #fff;
}

.gap-32px {
    gap: 32px;
}

.line {
    margin-bottom: -3rem;
}

.link-border {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Barlow Condensed";
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    gap: 8px;
    align-items: center;
}
.link-border i.bi{
    font-size: 20px;
}
.link-border:hover, .link-border:hover i.bi{
    color: #F2F2F2;
    border-color: #F2F2F2;
}



.swiper-arrow-left,
.swiper-arrow-right {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
    font-size: 24px;
    cursor: pointer;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.32);
    width: 8px;
    height: 8px;

}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: rgba(237, 225, 219, 1);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

.testimonials-card {
    text-align: center;
    justify-content: center;
    display: flex !important;
}

.testimonials-card div {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.testimonials-card h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.testimonials-card h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    font-weight: 500;
}

.btn-border {
    background-color: unset;
    border: 2px solid rgba(181, 129, 80, 1);
    color: rgba(181, 129, 80, 1);
}

.btn-border:hover {
    background-color: unset;
    border: 2px solid #B89A8B;
    color: #B89A8B;
}

#homeheader h1 {
    font-family: 'Plus Jakarta Sans';
    font-size: 64px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
}

#homeheader h2 {
    font-size: 48px;
    line-height: 60px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    font-family: "Playfair Display";
}

#icons-home img {
    max-width: 64px;
}

#icons-home h4,
#icons-home h5 {
    color: #fff;
}

#usps .ff-playfair {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
}

.bg-1c1c1c * {
    color: #fff;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.flower-icon-right-projects {
    transform: rotateY(0);
    right: 9%;
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 9999;
}

.popup {
    width: 767px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease;
    text-align: left;
    background-color: #EDE1DB;
    position: relative;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay.active .popup {
    transform: translateY(0);
}

.close-btn {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 24px;
}

.popup p label {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.popup p label input,
.popup p label textarea {
    border: 1px solid #B58150;
    margin-top: 0.5rem;
}

.popup p {
    margin-bottom: 0;
}

.popup h2 {
    font-family: 'Plus Jakarta Sans';
    font-size: 40px;
    line-height: 60px;
}

.popup h2 em {
    font-family: "Playfair Display";
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}
.page-template-page-home-2025 #usp{
    margin-top: -1px;
}
.page-template-page-home-2025 .section-banner h2{
    font-weight: 400;
}
.page-template-page-home-2025 .section-banner h2 strong{
    font-weight: 600;
}
.gallery-section h2{
    color: #B58150;
}
.simple-section h2, h2.jak, .popup h2{
    font-family: 'Plus Jakarta Sans';
    line-height: 50px;
}
.simple-section h2 em, h2.jak em{
    font-family: "Playfair Display";
}

#pagetitle h1{
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #fff;
}
.navbar .navbar-nav a.nav-link{
    color: #fff;
}
.navbar .navbar-nav .current-menu-item a.nav-link{
        color: #B58150 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.text-EDE1DB{
    color: #EDE1DB;
}
.d-block-content-fit{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.wis-number h2{
    margin-bottom: 0;
}

#sb_instagram {
    padding-bottom: 8px !important;
}

footer .wpcf7 input[type="email"] {
    border: 2px solid #b58150;
    padding-right: 7rem;
    padding: 9px 7rem 8px 12px;
}


#configurator .category_buttons {
    border: 1px solid #B89A8B;
    border-radius: 42px;
    padding: 8px;
    margin: 20px 0 32px;
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#configurator .category_buttons .btn {
    border-radius: 42px;
    margin: 0;
    border: 0;
    color: #B89A8B;
}
#configurator .category_buttons .btn.active {
    background-color: #b89a8b;
    color: white;
}
#configurator #plant-pot-configurator button.comb_aanvragen {
    display: inline-block !important;
}

#request_modal .wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translateX(-50%);
}
#request_modal .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0 0 1rem;
}
#configurator #plant-pot-configurator .pot_plant_info .price {
    display: none;
}

@media only screen and (max-width: 600px) {
    #configurator #plant-pot-configurator .pot_plant_info .height {
        display: inline-block;
    }
    #configurator .category_buttons {
        border-radius: 28px;
    }
    #configurator .category_buttons .btn {
        margin: 0;
        padding: 11px;
        width: 100%;
    }
}


@media(min-width:991px){
    .simple-section p{
        margin-bottom: 2rem;
    }
    .project-banner h2, .simple-section h2{
        margin-bottom: 2rem;
    }
}
@media(max-width:991px){
    h1{
        font-family: 'Plus Jakarta Sans';
        font-size: 48px;
        line-height: 60px;
    }
    h2, h2 em, #pagetitle h1{
        font-size: 32px;
        line-height: 40px;
    }
    h3{
        font-family: 'Plus Jakarta Sans';
        font-size: 24px;
        line-height: 30px;
    }
    h4{
        font-family: 'Barlow Condensed';
        font-size: 20px;
        line-height: 25px;
    }
    h5{
        font-size: 18px;
        line-height: 23px;
    }
        #usp .col-md-6 img {
        width: 64px;
        margin-right: 10px;
        margin-bottom: 0.5rem !important;
    }
     .fit-img-to-content {
        position: relative;
    }
    .line{
        display: none;
    }

    .project-item .ratio-16x9 {
        --bs-aspect-ratio: 100%;
    }
    
    #sb_instagram #sbi_images {
        gap: 16px !important;
    }
}



@media(max-width:768px){
    .project-banner a{
        width: 100%;
    }
    .gallery{
        display: flex;
        flex-direction: column;
    }
}



