@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('fonts/PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
        url('fonts/PlayfairDisplay-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('fonts/AvenirLTStd-Roman.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLTStd-Book.woff') format('woff'),
        url('fonts/AvenirLTStd-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Freestyle Script';
    src: url('fonts/FREESCPT.woff') format('woff'),
        url('fonts/FREESCPT.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: url('fonts/stolzl_medium.woff') format('woff'),
        url('fonts/stolzl_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
:root {
  /* FILE DATA */
  --border-radius-interactives: 8px;
  --border-radius-cards: 0px;
  --desktop-side-padding: 120px;
  --mobile-side-padding: 24px;

  /* FONTS */
  --font-primary: 'Stolzl';
  --font-secondary: 'Urbanist';
  --font-tertiary: 'Urbanist';
  --font-weight-light: Light;
  --font-weight-regular: 400;
  --font-weight-book: 300;
  --font-weight-medium: 500;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --desktop-h1-fontfamily: var(--font-primary);
  --desktop-h1-size: 56px;
  --desktop-h1-lineheight: 70px;
  --desktop-h1-weight: var(--font-weight-medium);
  --desktop-h2-fontfamily: var(--font-primary);
  --desktop-h2-size: 48px;
  --desktop-h2-lineheight: 60px;
  --desktop-h2-weight: var(--font-weight-semibold);
  --desktop-h3-fontfamily: var(--font-secondary);
  --desktop-h3-size: 32px;
  --desktop-h3-lineheight: 40px;
  --desktop-h3-weight: var(--font-weight-regular);
  --desktop-h4-fontfamily: var(--font-secondary);
  --desktop-h4-size: 24px;
  --desktop-h4-lineheight: 30px;
  --desktop-h4-weight: var(--font-weight-semibold);
  --desktop-h5-fontfamily: var(--font-tertiary);
  --desktop-h5-size: 18px;
  --desktop-h5-lineheight: 24px;
  --desktop-h5-weight: var(--font-weight-bold);
  --desktop-h6-fontfamily: var(--font-tertiary);
  --desktop-h6-size: 16px;
  --desktop-h6-lineheight: 20px;
  --desktop-h6-weight: var(--font-weight-semibold);
  --mobile-h1-fontfamily: var(--font-primary);
  --mobile-h1-size: 48px;
  --mobile-h1-lineheight: 60px;
  --mobile-h1-weight: var(--font-weight-medium);
  --mobile-h2-fontfamily: var(--font-primary);
  --mobile-h2-size: 32px;
  --mobile-h2-lineheight: 40px;
  --mobile-h2-weight: var(--font-weight-semibold);
  --mobile-h3-fontfamily: var(--font-secondary);
  --mobile-h3-size: 24px;
  --mobile-h3-lineheight: 30px;
  --mobile-h3-weight: var(--font-weight-regular);
  --mobile-h4-fontfamily: var(--font-secondary);
  --mobile-h4-size: 20px;
  --mobile-h4-lineheight: 25px;
  --mobile-h4-weight: var(--font-weight-semibold);
  --mobile-h5-fontfamily: var(--font-tertiary);
  --mobile-h5-size: 18px;
  --mobile-h5-lineheight: 20px;
  --mobile-h5-weight: var(--font-weight-bold);
  --mobile-h6-fontfamily: var(--font-tertiary);
  --mobile-h6-size: 16px;
  --mobile-h6-lineheight: 20px;
  --mobile-h6-weight: var(--font-weight-semibold);
  --paragraph-fontfamily: var(--font-tertiary);
  --paragraph-size: 16px;
  --paragraph-lineheight: 24px;
  --paragraph-weight: var(--font-weight-regular);
  --paragraph-small-fontfamily: var(--font-tertiary);
  --paragraph-small-size: 14px;
  --paragraph-small-lineheight: 21px;
  --paragraph-small-weight: var(--font-weight-regular);
  --button-size: var(--paragraph-size);
  --button-fontfamily: var(--font-tertiary);
  --button-lineheight: var(--paragraph-lineheight);
  --button-weight: var(--font-weight-semibold);
  --input-fontfamily: var(--font-tertiary);
  --input-size: var(--paragraph-size);
  --input-lineheight: var(--paragraph-lineheight);
  --input-weight: var(--font-weight-semibold);
  --link-fontfamily: var(--font-tertiary);
  --link-size: var(--paragraph-size);
  --link-lineheight: var(--paragraph-lineheight);
  --link-weight: var(--font-weight-regular);
  --navbar-nav-link-padding-x: 1.4rem !important;

  /* BRAND COLORS */
  --main-brand: #720026;
  --main-brand-string: 720026;
  --main-brand-color-name: Bordeaux;
  --accents-1: #F8FFF0;
  --accents-1-string: F8FFF0;
  --accents-1-color-name: Light Green;
  --accents-2: #6A8E46;
  --accents-2-string: 6A8E46;
  --accents-2-color-name: Leaf Green;
  --accents-3: #38040E;
  --accents-3-string: 38040E;
  --accents-3-color-name: Deep Burgundy;
  --neutrals-white: #FFFFFF;
  --neutrals-light-grey: #F2F2F2;
  --neutrals-medium-grey: #D9D9D9;
  --neutrals-dark-grey: #989898;
  --neutrals-black: #131313;
  --ui-positive: #71AE35;
  --ui-negative: #D13346;
  --ui-warning: #E7AA35;

}
/* :root {
    
    --border-radius-interactives: 8px;
    --border-radius-cards: 8px;
    --desktop-side-padding: 64px;
    --mobile-side-padding: 24px;

    
    --font-primary: 'Playfair Display';
    --font-secondary: 'Freestyle Script';
    --font-tertiary: 'Avenir';
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-book: 450;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --desktop-h1-fontfamily: var(--font-primary);
    --desktop-h1-size: 64px;
    --desktop-h1-lineheight: 80px;
    --desktop-h1-weight: var(--font-weight-bold);
    --desktop-h2-fontfamily: var(--font-primary);
    --desktop-h2-size: 48px;
    --desktop-h2-lineheight: 60px;
    --desktop-h2-weight: var(--font-weight-semibold);
    --desktop-h3-fontfamily: var(--font-secondary);
    --desktop-h3-size: 40px;
    --desktop-h3-lineheight: 50px;
    --desktop-h3-weight: var(--font-weight-regular);
    --desktop-h4-fontfamily: var(--font-tertiary);
    --desktop-h4-size: 24px;
    --desktop-h4-lineheight: 32px;
    --desktop-h4-weight: var(--font-weight-semibold);
    --desktop-h5-fontfamily: var(--font-tertiary);
    --desktop-h5-size: 18px;
    --desktop-h5-lineheight: 24px;
    --desktop-h5-weight: var(--font-weight-bold);
    --desktop-h6-fontfamily: var(--font-tertiary);
    --desktop-h6-size: 16px;
    --desktop-h6-lineheight: 20px;
    --desktop-h6-weight: var(--font-weight-semibold);
    --mobile-h1-fontfamily: var(--font-primary);
    --mobile-h1-size: 48px;
    --mobile-h1-lineheight: 60px;
    --mobile-h1-weight: var(--font-weight-bold);
    --mobile-h2-fontfamily: var(--font-primary);
    --mobile-h2-size: 32px;
    --mobile-h2-lineheight: 40px;
    --mobile-h2-weight: var(--font-weight-semibold);
    --mobile-h3-fontfamily: var(--font-secondary);
    --mobile-h3-size: 32px;
    --mobile-h3-lineheight: 32px;
    --mobile-h3-weight: var(--font-weight-regular);
    --mobile-h4-fontfamily: var(--font-tertiary);
    --mobile-h4-size: 24px;
    --mobile-h4-lineheight: 32px;
    --mobile-h4-weight: var(--font-weight-semibold);
    --mobile-h5-fontfamily: var(--font-tertiary);
    --mobile-h5-size: 18px;
    --mobile-h5-lineheight: 20px;
    --mobile-h5-weight: var(--font-weight-bold);
    --mobile-h6-fontfamily: var(--font-tertiary);
    --mobile-h6-size: 16px;
    --mobile-h6-lineheight: 20px;
    --mobile-h6-weight: var(--font-weight-semibold);
    --paragraph-fontfamily: var(--font-tertiary);
    --paragraph-size: 16px;
    --paragraph-lineheight: 24px;
    --paragraph-weight: var(--font-weight-regular);
    --paragraph-small-fontfamily: var(--font-tertiary);
    --paragraph-small-size: 14px;
    --paragraph-small-lineheight: 21px;
    --paragraph-small-weight: var(--font-weight-regular);
    --button-size: var(--paragraph-size);
    --button-fontfamily: var(--font-tertiary);
    --button-lineheight: var(--paragraph-lineheight);
    --button-weight: var(--font-weight-semibold);
    --input-fontfamily: var(--font-tertiary);
    --input-size: var(--paragraph-size);
    --input-lineheight: var(--paragraph-lineheight);
    --input-weight: var(--font-weight-semibold);
    --link-fontfamily: var(--font-tertiary);
    --link-size: var(--paragraph-size);
    --link-lineheight: var(--paragraph-lineheight);
    --link-weight: var(--font-weight-regular);
    --navbar-nav-link-padding-x: 1.4rem !important;

   
    --main-brand: rgba(220, 73, 49, 1);
    --main-brand-string: #DC4931;
    --main-brand-color-name: 'Rood';
    --accents-1: rgba(248, 250, 245, 1);
    --accents-1-string: #F8FAF5;
    --accents-1-color-name: 'Crème';
    --accents-2: rgba(217, 217, 217, 1);
    --accents-2-string: #D9D9D9;
    --accents-2-color-name: 'Grijs';
    --accents-3: rgba(244, 244, 244, 1);
    --accents-3-string: #F4F4F4;
    --accents-3-color-name: 'Lichtgrijs';
    --neutrals-white: rgba(255, 255, 255, 1);
    --neutrals-light-grey: rgba(242, 242, 242, 1);
    --neutrals-medium-grey: rgba(217, 217, 217, 1);
    --neutrals-dark-grey: rgba(152, 152, 152, 1);
    --neutrals-black: rgba(0, 0, 0, 1);
    --ui-positive: rgba(0, 150, 105, 1);
    --ui-negative: rgba(185, 50, 28, 1);
    --ui-warning: rgba(231, 170, 53, 1);
} */

body {
    font-family: var(--paragraph-fontfamily);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    color: var(--neutrals-black);
}

.home {
    margin-top: 6rem;
}

h1 {
    font-family: var(--desktop-h1-fontfamily);
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-lineheight);
    font-weight: var(--desktop-h1-weight);
}
body.single h1 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-lineheight);
    font-weight: var(--desktop-h2-weight);
}
h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-lineheight);
    font-family: var(--desktop-h2-fontfamily);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;
    color: var(--accents-3);
}

h3 {
    font-family: var(--desktop-h3-fontfamily);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
    color: var(--accents-3);
}

h4 {
    font-family: var(--desktop-h4-fontfamily);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-lineheight);
    font-weight: var(--desktop-h4-weight);
}
h5{
    font-family: var(--desktop-h5-fontfamily);
    font-size: var(--desktop-h5-size);
    line-height: var(--desktop-h5-lineheight);
    font-weight: var(--desktop-h5-weight);
}

.navbar-nav .nav-item {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
}

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--font-tertiary);
    line-height: var(--link-lineheight);
    color: var(--neutrals-black);
    padding-right: 0 !important;
    padding-left: 0 !important;
    transition: all 0.3s ease-in-out;
    padding-bottom: 0.2rem;
}

.current_page_item .nav-link {
    color: var(--main-brand);
    border-bottom: 2px solid var(--main-brand);
}

.navbar-nav .nav-link:hover,
header .nav-link:hover {
    color: var(--main-brand);
}

.navbar-nav .nav-link.active {
    color: var(--main-brand);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

nav a.navbar-brand {
    font-size: var(--desktop-h2-lineheight);
    line-height: var(--logo-lineheight);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}
nav a.navbar-brand img{
    max-width: 160px;
}

.sub-menu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    list-style: none;
    padding: 20px 5px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;

}

.menu-item-has-children {
    position: relative;
    padding-right: 5px;
    margin-right: 0.5rem;
}

.menu-item-has-children::before {
    content: '';
    background-image: url(../images/arrow-down-lake.svg);
    width: 10px;
    height: 5.5px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all 0.3s;
}

.menu-item-has-children:hover::before {
    transform: rotate(180deg);
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
}

.menu-item-has-children .sub-menu .nav-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin: unset !important;
}

.menu-item-has-children .sub-menu .nav-item .nav-link {
    color: var(--neutrals-black);
    border-bottom: unset;
}

#language_dropdown {
    /* order: 2; */
    border: 1px solid var(--neutrals-medium-grey);
    border-radius: 4px;
    padding: 8px;
    margin-left: 1rem;
    font-size: var(--input-size);
    line-height: var(--input-lineheight);
    font-family: var(--font-tertiary);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
}

#language_dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;

    margin-top: 0.6rem !important;
    border: 1px solid #E3E4E3;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#language_dropdown #languageSwitcher {
    color: var(--neutrals-dark-grey);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown .dropdown-item {
    padding: 4px 6px;
    min-width: 100%;
}

#language_dropdown .dropdown-toggle::after {
    content: url(../images/arrow-bottom.svg);
    border: unset;
    vertical-align: 0.1rem;
    font-size: 0.5rem;
}

.navbar-toggler,
.soc-btn {
    border: unset;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-brand);
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
}

.soc-btn:hover {
    background-color: #FFE8E1;
}

.btn {
    background-color: var(--main-brand);
    border: 3px solid var(--main-brand);
    color: var(--neutrals-white);
    font-weight: var(--button-weight);
    padding: 9px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-lineheight);
    font-family: var(--button-fontfamily);
    border-radius: var(--border-radius-interactives);
}

.btn:hover,
.btn:active {
    background-color: var(--accents-3) !important;
    color: var(--neutrals-white) !important;
    border-color: var(--accents-3) !important;
    opacity: 1;
}

.btn-outline {
    background-color: unset;
    color: var(--main-brand);
    border: 3px solid var(--main-brand);
}

.btn-outline:hover,
.btn-outline:active {
    background-color: unset !important;
    color: var(--neutrals-black) !important;
    border: 3px solid var(--neutrals-black) !important;
}

.btn-white {
    box-shadow: 0px 4px 10px 0px #00000014;
    background-color: var(--neutrals-white);
    color: var(--main-brand);
    border-color: var(--neutrals-white);
}

.btn-white:hover,
.btn-white:active {
    background-color: var(--accents-1) !important;
    color: var(--main-brand) !important;
    border-color: var(--accents-1) !important;
}

.btn-outline-white {
    box-shadow: 0px 4px 10px 0px #00000014;
    color: var(--neutrals-white);
    border: 3px solid var(--neutrals-white);
    background-color: unset;
}

.btn-outline-white:hover,
.btn-outline-white:active {
    background-color: unset !important;
    border: 3px solid var(--accents-1) !important;
    color: var(--accents-1) !important;
}

.btn-product {
    background: unset;
    color: var(--main-brand);
    padding: 0;
    line-height: var(--link-lineheight);
    font-size: var(--link-size);
    font-family: var(--link-fontfamily);
    font-weight: var(--link-weight);
    border: unset;
}

.btn-product:hover {
    background: unset;
    color: var(--main-brand);
}

.bg-brand {
    background-color: var(--main-brand);
}
.bg-accent-2{
    background-color: var(--accents-2);
}

.text-brand {
    color: var(--main-brand);
}
.text-accent-2 {
    color: var(--accents-2);
}

.text-darkgrey {
    color: var(--neutrals-dark-grey);
}

.bg-light-grey {
    background-color: var(--neutrals-light-grey);
}

.br-intr {
    border-radius: var(--border-radius-interactives);
}

.br-cards {
    border-radius: var(--border-radius-cards);
}

.br-cards-top {
    border-top-left-radius: var(--border-radius-cards);
    border-top-right-radius: var(--border-radius-cards);
}

.mh-376 {
    max-height: 376px;
    width: 100%;
    object-fit: cover;
}

.mh-480 {
    max-height: 480px;
    object-fit: cover;
}

.mh-653 {
    max-height: 653px;
    object-fit: cover;
}

.min-h-480 {
    min-height: 460px;
    background-size: cover;
    background-position: center;
}

.icon-square {
    width: 48px;
    height: 48px;
    flex: none;
}

.icon-square-big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    flex: none;
}

.border-custom {
    border: 1px solid var(--neutrals-light-grey);
}

.rotate-315 {
    transform: rotate(315deg);
}

.accordion-item {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--neutrals-medium-grey);
}

.accordion-item:first-of-type {
    border-top: 1px solid var(--neutrals-medium-grey);
}

.accordion-button {
    border: unset !important;
    box-shadow: unset !important;
    background: unset !important;
}

.accordion-button::after {
    background-image: url(../images/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/xmark.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
}

h3 .accordion-button {
    font-family: var(--desktop-h3-fontfamily);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.input-email {
    min-width: 335px;
    border: 0;
    outline: 0;
    padding: 1rem;
    border: 1px solid var(--neutrals-light-grey);
}

.product-card {
    box-shadow: 0px 12px 24px 0px #00000014;
}

.product-card h4 {
    margin-bottom: 0;
    font-weight: var(--font-weight-bold);
}

.product-card h4 span {
    font-weight: var(--font-weight-regular);
}

.product-card .ratio::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: unset;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: var(--border-radius-cards);
    border-top-right-radius: var(--border-radius-cards);
}

.product-card:not(.blog-card):hover .ratio::after {
    background: rgba(255, 255, 255, 0.32);

}

.product-card:not(.blog-card):hover .btn-product-hover {
    opacity: 1;
    width: 44px;
    height: 44px;
}

.product-card:not(.blog-card):hover h4 {
    color: var(--main-brand);
}

.color-taxonomy {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.small-p,
.pagination-item {
    font-family: var(--paragraph-small-fontfamily);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
}

.label-category {
    font-family: var(--paragraph-small-fontfamily);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
    padding: 4px 12px;
    background-color: var(--neutrals-light-grey);
    border-radius: 100px;
    text-decoration: unset;
    color: var(--neutrals-black);
}

.swiper-arrow-left,
.swiper-arrow-right {

    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5.82px 14.55px 0px #00000014;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
    color: var(--main-brand);
}

.swiper-arrow-left:hover,
.swiper-arrow-right:hover {
    background-color: var(--neutrals-medium-grey);
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-dark-grey);
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--main-brand);
}

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

.link {
    font-size: var(--link-size);
    line-height: var(--link-lineheight);
    font-family: var(--link-fontfamily);
    font-weight: var(--link-weight);
    text-decoration: unset;
}

.form-check {
    padding: 0;
    margin-bottom: 0.5rem;
}

.form-check input {
    font-size: 24px;
    border: 1px solid var(--neutrals-dark-grey);
    margin: unset !important;
}

.form-check .form-check-label {
    padding-left: 1rem;
    font-weight: var(--font-weight-semibold);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    font-family: var(--paragraph-fontfamily);

}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-light-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-dark-grey);
    text-decoration: unset;
    background-color: var(--neutrals-white);
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

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

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

.testimonials-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}

.box-shadow {
    box-shadow: 0px 12px 24px 0px rgba(74, 53, 42, 0.08);
}
.box-shadow-card{
    box-shadow: 0px 12px 24px 0px #00000014;
}

.blog-category {
    border: 1px solid var(--main-brand);
    border-radius: 32px;
    font-size: var(--button-size);
    line-height: var(--button-lineheight);
    font-family: var(--button-fontfamily);
    font-weight: var(--button-weight);
    color: var(--main-brand);
    padding: 12px 24px;
    transition: all 0.3s ease-in-out;
}

.blog-category:hover {
    border: 1px solid var(--neutrals-black) !important;
    color: var(--neutrals-black) !important;
}

.blog-category.active {
    border: 1px solid var(--main-brand);
    background-color: var(--main-brand);
    color: var(--neutrals-white);
}
.blog-category.active:hover{
    background-color: var(--neutrals-black) !important;
    border-color: var(--neutrals-black) !important;
    color: var(--neutrals-white) !important;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    border: 1px solid var(--neutrals-light-grey);
    border-radius: var(--border-radius-interactives);
    padding: 12px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
}

.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 1px solid var(--bg-black) !important;
    outline: unset !important;
}

.wpcf7-form label {
    color: var(--neutrals-black);
    font-size: var(--input-size);
    font-family: var(--input-fontfamily);
    line-height: var(--input-lineheight);
    font-weight: var(--font-weight-semibold);
}

.wpcf7-form input[type=submit] {
    background-color: var(--main-brand);
    color: var(--neutrals-white);
    border-radius: var(--border-radius-interactives);
}

.contact-description p {
    font-weight: var(--font-weight-regular);
    font-family: var(--button-fontfamily);
    font-size: var(--button-size);
    line-height: var(--button-lineheight);
}

.container-1 {
    width: 100%;
    display: flex;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    align-items: center;
}

.container-1 input#search {
    width: 100%;
    height: 40px;
    border: 1px solid var(--neutrals-medium-grey);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    float: left;
    color: var(--neutrals-black);
    padding-left: 45px;
}

.container-1 input#search:active,
.container-1 input#search:focus-visible,
.container-1 input#search:focus {
    outline: unset !important;
}

.container-1 .icon {
    position: absolute;
    margin-left: 18px;
    z-index: 1;
    color: #4f5b66;
}

.custom-drop {
    padding: 8px 16px;
    border: 1px solid var(--neutrals-medium-grey);
    border-radius: var(--border-radius-interactives);
    position: relative;
    display: flex;
    align-items: center;
}

.custom-drop select {
    width: 100%;
    padding: 5px 10px;
    border: none;
    outline: none;
}

.custom-drop::after {
    content: url(../images/chevron-down.svg);
    position: absolute;
    right: 1rem;
    transition: all 0.3s ease-in-out;
}

.open-modal.custom-drop::after {
    transform: rotate(180deg);
}

/* Style the Select2 container */
.select2-container {
    width: 100% !important;
    /* Ensure it takes full width */
    border: unset;
}

/* Style the selected item in the dropdown */
.select2-selection__rendered {
    line-height: 34px;
    padding: 5px 16px;
    background-color: #fff;
    color: #333;
    border-radius: var(--border-radius-interactives);
    border: 1px solid var(--neutrals-medium-grey);
}

/* When dropdown is open */
.select2-container--open .select2-selection__rendered {
    border-color: var(--neutrals-medium-grey);
}

/* Style for the dropdown arrow */
.select2-selection__arrow {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Style the dropdown menu */
.select2-results {
    max-height: 200px;
    /* Limit height */
    overflow-y: auto;
    /* Scroll if there are many options */
}

/* Remove the search box inside the dropdown */
.select2-search {
    display: none;
}

/* Style individual items in the dropdown */
.select2-results__option {
    padding: 10px 15px;
    background-color: var(--neutrals-white);
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.select2-results__option:hover {
    background-color: var(--neutrals-light-grey);
    /* Highlight on hover */
}

/* Add a custom style for the placeholder */
.select2-selection__placeholder {
    color: #888;
    font-size: var(--paragraph-size);
}

.select2-container .select2-selection--single {
    height: unset !important;
    border: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container.select2-container--default.select2-container--open:not(.select2) {
    width: unset !important;
}

.select2-results__option {
    background-color: var(--neutrals-white) !important;
    color: var(--neutrals-black) !important;
    font-size: var(--paragraph-size) !important;
}

body {
    overflow-x: hidden;
}

.collection iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 2;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.el-services-2 .card-service .bg-cover {
    position: relative;
}

.el-services-2 .card-service .bg-cover * {
    position: relative;
    z-index: 1;
}

/* .el-services-2 .card-service .bg-cover::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    border-radius: var(--border-radius-cards);
} */
.card-service:hover{
    opacity: 1;
}
.el-services-2 .card-service h3 {
    font-weight: var(--font-weight-book);
}
.el-services-1 .row{
    margin-top: -3rem;
}
.el-pdf-buttons .row{
    margin-bottom: -3rem;
    position: relative;
}
svg .cls-1 {
    fill: rgb(220 73 49 / 40%);
}
svg .cls-2 {
    fill: rgb(220 73 49 / 46%);
}
svg .cls-3{
    fill:rgb(220 73 49 / 52%);
}
svg .cls-4{
    fill:rgb(220 73 49 / 40%);
}
svg .cls-5 {
    fill: rgb(220 73 49 / 52%);
}
svg .cls-6 {
    fill: rgb(220 73 49 / 40%);
}
/*svg path:hover {
    fill: rgb(114 0 38);
    cursor: pointer;
    transition: .2s;
}*/
.agent .col-12 {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 16px 12px;
}
.agent img {
    height: auto;
    margin-right: 16px;
    width: 65px;
    border-radius: 8px;
}
.agent h4 {
    color: var(--main-brand);
}
.agent a {
    color: var(--neutrals-black);
}
@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-item {
        padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x);
    }

    .navbar-expand-xl .navbar-nav .nav-item:first-child {
        padding-left: 0;
    }

    .navbar-expand-xl .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }

    .el-services-1 .row {
        margin-top: -5rem;
    }

    .el-pdf-buttons .row {
        margin-bottom: -5rem;
        position: relative;
    }

    .slider-testimonials-one .swiper-slide img {
        max-height: 462px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media(max-width:1200px) {
    nav a.navbar-brand {
        font-size: var(--mobile-h2-lineheight);
        line-height: var(--mobile-logo-lineheight);
    }
    .current_page_item .nav-link{
        border-bottom: unset;
    }
    .menu-item-has-children::before{
        display: none;
    }
    .sub-menu{
        position: relative;
    display: block;
    text-align: center;
    padding: 0;
    box-shadow: unset;
    }
}

@media(min-width:992px) {
    .border-lg-start {
        border-left: 1px solid var(--neutrals-white);
    }

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

#hero-home img {
    position: absolute;
    top: 0;
    left: 47%;
    height: 100%;
    width: 53%;
    object-fit: cover;
}

@media(max-width:991px) {

    #hero-home img {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 2rem;
    }

    body {
        font-family: var(--font-tertiary);
        font-size: var(--paragraph-size);
        line-height: var(--paragraph-lineheight);
        color: var(--neutrals-black);
    }

    h1 {
        font-size: var(--mobile-h1-size);
        line-height: var(--mobile-h1-lineheight);
        font-weight: var(--mobile-h1-weight);
        font-family: var(--mobile-h1-fontfamily);
    }

    h2 {
        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-lineheight);
        font-family: var(--mobile-h2-fontfamily);
        font-weight: var(--mobile-h2-weight);
    }

    h3 {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
    }

    h4 {
        font-family: var(--mobile-h4-fontfamily);
        font-size: var(--mobile-h4-size);
        line-height: var(--mobile-h4-lineheight);
        font-weight: var(--mobile-h4-weight);
    }
    h5{
        font-family: var(--mobile-h5-fontfamily);
        font-size: var(--mobile-h5-size);
        font-weight: var(--mobile-h5-weight);
        line-height: var(--mobile-h5-lineheight);
    }



    .border-mob-top {
        border-top: 1px solid var(--neutrals-white);
    }

    h3 .accordion-button {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .min-h-480 {
        min-height: 400px;
    }

    .input-email {
        min-width: unset;
    }
}












/*EDIT BY MAARTEN FROM HERE*/


/* general */
.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.min-h-416 {
    min-height: 416px;
}
.min-h-480 {
    min-height: 480px;
    max-height: 480px;
}
.zoom-inside{
    overflow: hidden;
}
.card-service .zoom-inside div{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.card-service .zoom-inside div:hover{
    transform: scale(1.1);
}


.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon i.bi {
    color: #fff;
}

.btn-product-hover {
    width: 0;
    height: 0;
    background-color: var(--main-brand);
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1rem;
    bottom: 0;
    top: unset;
    left: unset;
    border-radius: 100px;
    z-index: 111;
    opacity: 0;
}

.btn-product-hover i.bi {
    color: var(--neutrals-white);
}

.btn-product-hover:hover {
    background-color: var(--neutrals-black);
}


/*element text with bg image */

.el-text-bg-image {
    background-position: center;
    background-size: cover;
}

.el-text-bg-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    left: 0;
    top: 0;
}

.el-text-bg-image .btn-outline:hover {
    color: #fff;
}



/* element divider */
.el-divider {
    min-height: 3rem;
}

.el-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 1;
    max-height: 291px;
}

.el-divider.el-divider-medium img {
    max-height: 325px;
}

.el-divider.el-divider-large img {
    max-height: 472px;
    aspect-ratio: 3 / 1;
}
.el-divider.el-divider-large-figure img {
    max-height: 600px;
    aspect-ratio: 3 / 1;
}

/* element video */
.el-video .iframe-wrapper {
    position: relative;
    padding: 56.34% 0 0 0;
}

.el-video .iframe-wrapper iframe {
    /* border-radius: var(--border-radius-interactives); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: var(--border-radius-interactives); */
}


/*element logos */
.slider-logos .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    align-items: center;
}

.slider-logos .swiper-slide {
    max-width: 300px;
    width: auto;
    /*flex-shrink: 0;*/
}

.slider-logos .swiper-slide img {
    max-height: 100px;
    object-fit: contain;
}






/* wrapped usp */

@media(max-width:767px) {
    .el-usp-wrapped .col-md-6:not(:last-child):after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        background-color: white;
        margin-top: 1rem;
    }
}

@media(min-width:768px) AND (max-width: 1199px) {
    .el-usp-wrapped .col-md-6:nth-child(2n) {
        border-left: 1px solid #fff;
    }
}

@media(min-width:1200px) {
    .el-usp-wrapped .col-md-6:nth-child(3n+2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}









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

.img-fluid {
    object-fit: cover;
}




.swiper-slide {
    height: auto;
}





.bg-brand-color-1 {
    background-color: var(--main-brand);
}

.bg-brand-color-1 *,
.card-service * {
    color: #fff;
}

.bg-brand-color-1 .btn,
.card-service .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}

.card-service .btn img {
    width: 0;
    transition: all 0.3s ease-in-out;
    margin-left: 0.5rem;
}

.card-service .btn:hover img {
    width: 16px;
}

.bg-brand-color-1 .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}

.bg-brand-color-1 .btn:hover,
.card-service .btn:hover {
    background-color: #FFE8E1 !important;
    color: var(--main-brand) !important;
    border-color: #FFE8E1 !important;
}

.card-service .btn:hover {
    background-color: #FFE8E1 !important;
    color: var(--main-brand) !important;
    border-color: #FFE8E1 !important;
    opacity: 1;
}

.bg-brand-color-1 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--main-brand);
    color: #fff;
}

.bg-brand-color-1 .btn-outline:hover {
    background-color: var(--main-brand) !important;
    color: #000 !important;
    border: 3px solid #000 !important;
}

.bg-accent-1 {
    background-color: var(--accents-1);
}

.modal-header {
    border-bottom: unset;
}

.modal-content .btn-close {
    right: 1rem;
    position: absolute;
}

.stars-pop {
    display: flex;
    gap: 4px;
}

.stars-pop div {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.stars-pop .red-star {
    background-color: var(--main-brand);
}

.stars-pop .empty-star {
    border: 1px solid var(--accents-2)
}


i.bi {
    color: var(--main-brand);
    display: block;
    font-size: 28px;
}

i.bi.fs-normal {
    font-size: inherit;
}

i.bi.bi-star-fill {
    color: var(--neutrals-medium-grey);
    font-size: 16px;
}

i.bi.bi-star-fill.color-yellow {
    color: var(--ui-warning);
}


.bi-chevron-left::before,
.bi-chevron-right::before {
    font-weight: 600 !important;
}




a {
    color: var(--main-brand);
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--main-brand);
    opacity: .8;
}


.border-top {
    border-top: 1px solid var(--neutrals-medium-grey) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--neutrals-medium-grey) !important;
}

.form-check-input:checked {
    background-color: var(--main-brand);
    border-color: var(--main-brand);
    box-shadow: unset !important
}

.modal-body p {
    margin-bottom: 0;
}

.min-vh-50 {
    min-height: 50vh;
}


@media(max-width:991px) {
    .align-items-center-2 {
        align-items: center;
    }

    .fit-img-to-content {
        position: relative;
    }
    .position-relative-mob{
        position: relative !important;
        right: unset;
        top: unset;
        margin-left: -15px;
        margin-right: -15px;
    }

    body.single h1 {
        font-family: var(--desktop-h1-fontfamily);
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
    }
}

.ticker-container {
  width: 100%;
  overflow: hidden;
  background: var(--accents-3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  box-sizing: border-box;
}
.ticker-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 50s linear infinite;
}
.ticker-text {
  display: inline-block;
  padding: 0 2rem;
  color: #fff !important;
}
.ticker-text > * {
  color: #fff !important;
  margin: 0 !important;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.top-figure{
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
}
.bottom-figure{
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}
.figure-first-bottom{
        position: absolute;
    bottom: -3rem;
}
.figure-first-top{
        position: absolute;
    left: 0;
    top: 0;
}
.figure-service-botom{
    position: absolute;
    max-width: 707px;
    bottom: 0;
    left: 3rem;
}
.figure-service-top{
    position: absolute;
    max-width: 250px;
    top: 4rem;
    left: 0;
}
.el-text-bg-image h2, .el-text-bg-image h3{
    color: var(--neutrals-white);
}
.col-img-max img{
    max-height: 258px;
    object-fit: cover;
    margin-bottom: 1rem;
}
.el-pdf-buttons h3{
    color: var(--main-brand);
}
.el-pdf-buttons i.bi{
    font-size: 16px;
}