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

/* Regular */
@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Regular.woff2') format('woff2'),
        url('fonts/Optima-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: "Optima";
    src: url('fonts/Optima-Medium.woff2') format('woff2'),
        url('fonts/Optima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Bold.woff2') format('woff2'),
        url('fonts/Optima-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {
    /* FILE DATA */
    --border-radius-interactives: 8px;
    --border-radius-interactives-rem: 0.5rem;
    --border-radius-cards: 16px;
    --border-radius-cards-rem: 1rem;
    --desktop-side-padding: 96px;
    --desktop-side-padding-rem: 6rem;
    --mobile-side-padding: 24px;
    --mobile-side-padding-rem: 1.5rem;

    /* FONTS */
    --font-primary: "Optima";
    --font-secondary: "Optima";
    --font-tertiary: "Inter";

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-light: 300;
    --font-weight-book: 350;

    --desktop-h1-font-family: var(--font-primary);
    --desktop-h1-weight: var(--font-weight-medium);
    --desktop-h1-size: 64px;
    --desktop-h1-size-rem: 4rem;
    --desktop-h1-line-height: 80px;
    --desktop-h1-line-height-rem: 5rem;
    --desktop-h2-font-family: var(--font-primary);
    --desktop-h2-weight: var(--font-weight-medium);
    --desktop-h2-size: 48px;
    --desktop-h2-size-rem: 3rem;
    --desktop-h2-line-height: 60px;
    --desktop-h2-line-height-rem: 3.75rem;
    --desktop-h3-font-family: var(--font-secondary);
    --desktop-h3-weight: var(--font-weight-regular);
    --desktop-h3-size: 32px;
    --desktop-h3-size-rem: 2rem;
    --desktop-h3-line-height: 40px;
    --desktop-h3-line-height-rem: 2.5rem;
    --desktop-h4-font-family: var(--font-secondary);
    --desktop-h4-weight: var(--font-weight-bold);
    --desktop-h4-size: 24px;
    --desktop-h4-size-rem: 1.5rem;
    --desktop-h4-line-height: 30px;
    --desktop-h4-line-height-rem: 1.875rem;
    --desktop-h5-font-family: var(--font-tertiary);
    --desktop-h5-weight: var(--font-weight-medium);
    --desktop-h5-size: 18px;
    --desktop-h5-size-rem: 1.125rem;
    --desktop-h5-line-height: 24px;
    --desktop-h5-line-height-rem: 1.5rem;
    --desktop-h6-font-family: var(--font-tertiary);
    --desktop-h6-weight: var(--font-weight-semibold);
    --desktop-h6-size: 16px;
    --desktop-h6-size-rem: 1rem;
    --desktop-h6-line-height: 20px;
    --desktop-h6-line-height-rem: 1.25rem;
    --navbar-nav-link-padding-x: 1.5rem !important;

    --mobile-h1-font-family: var(--font-primary);
    --mobile-h1-weight: var(--font-weight-medium);
    --mobile-h1-line-height: 60px;
    --mobile-h1-line-height-rem: 3.75rem;
    --mobile-h1-size: 48px;
    --mobile-h1-size-rem: 3rem;
    --mobile-h2-font-family: var(--font-primary);
    --mobile-h2-weight: var(--font-weight-medium);
    --mobile-h2-size: 32px;
    --mobile-h2-size-rem: 2rem;
    --mobile-h2-line-height: 40px;
    --mobile-h2-line-height-rem: 2.5rem;
    --mobile-h3-font-family: var(--font-secondary);
    --mobile-h3-weight: var(--font-weight-regular);
    --mobile-h3-line-height: 30px;
    --mobile-h3-line-height-rem: 1.875rem;
    --mobile-h3-size: 24px;
    --mobile-h3-size-rem: 1.5rem;
    --mobile-h4-font-family: var(--font-secondary);
    --mobile-h4-weight: var(--font-weight-bold);
    --mobile-h4-size: 20px;
    --mobile-h4-size-rem: 1.25rem;
    --mobile-h4-line-height: 25px;
    --mobile-h4-line-height-rem: 1.5625rem;
    --mobile-h5-font-family: var(--font-tertiary);
    --mobile-h5-weight: var(--font-weight-medium);
    --mobile-h5-size: 18px;
    --mobile-h5-size-rem: 1.125rem;
    --mobile-h5-line-height: 20px;
    --mobile-h5-line-height-rem: 1.25rem;
    --mobile-h6-font-family: var(--font-tertiary);
    --mobile-h6-weight: var(--font-weight-semibold);
    --mobile-h6-size: 16px;
    --mobile-h6-size-rem: 1rem;
    --mobile-h6-line-height: 20px;
    --mobile-h6-line-height-rem: 1.25rem;

    --paragraph-font-family: var(--font-tertiary);
    --paragraph-weight: var(--font-weight-regular);
    --paragraph-size: 16px;
    --paragraph-size-rem: 1rem;
    --paragraph-line-height: 24px;
    --paragraph-line-height-rem: 1.5rem;
    --paragraph-small-font-family: var(--font-tertiary);
    --paragraph-small-weight: var(--font-weight-regular);
    --paragraph-small-size: 14px;
    --paragraph-small-size-rem: 0.875rem;
    --paragraph-small-line-height: 21px;
    --paragraph-small-line-height-rem: 1.3125rem;
    --button-font-family: var(--font-tertiary);
    --button-weight: var(--font-weight-bold);
    --button-size: var(--paragraph-size);
    --button-line-height: var(--paragraph-line-height);
    --input-font-family: var(--font-tertiary);
    --input-weight: var(--font-weight-semibold);
    --input-size: var(--paragraph-size);
    --input-line-height: var(--paragraph-line-height);
    --link-font-family: var(--font-tertiary);
    --link-weight: var(--font-weight-regular);
    --link-size: var(--paragraph-size);
    --link-line-height: var(--paragraph-line-height);


    /* BRAND COLORS */
    --main-brand: #034b8f;
    --accents-1: #082743;
    --accents-2: #ffa43d;
    --accents-3: #ebf5ff;
    --neutrals-white: #ffffff;
    --neutrals-light-grey: #f2f2f2;
    --neutrals-medium-grey: #d9d9d9;
    --neutrals-dark-grey: #989898;
    --neutrals-black: #131313;
    --ui-positive: #009681;
    --ui-negative: #d13346;
    --ui-warning: #e7aa35;
}

body {
    font-family: var(--paragraph-font-family);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    color: var(--neutrals-black);
    padding-top: 128px;
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-line-height);
    font-weight: var(--desktop-h1-weight);
    font-family: var(--desktop-h1-font-family);
    margin-bottom: 2rem;
}

h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-line-height);
    font-family: var(--desktop-h2-font-family);
    font-weight: 500;
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--desktop-h3-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: 500;
    line-height: var(--desktop-h3-line-height);
}

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

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--font-tertiary);
    line-height: var(--link-line-height);
    color: var(--neutrals-black);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
        position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

.navbar-nav .current_page_item .nav-link {
    color: var(--main-brand);
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
.navbar-nav .current_page_item .sub-menu .nav-link{
    text-decoration: unset;
}
.navbar-nav .sub-menu .current-menu-item .nav-link{
     text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    color: var(--main-brand);
}

nav a.navbar-brand {
    font-size: var(--desktop-h2-line-height);
    line-height: var(--logo-line-height);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    position: absolute;
    transform: translateY(-50%);
    top: 10%;
}

nav a.navbar-brand img {
    max-width: 150px;
}

#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-line-height);
    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);
    background-color: var(--neutrals-white);
}

.soc-btn i.bi {
    font-size: 16px;
}

.btn {
    background-color: var(--accents-2);
    border: 3px solid var(--accents-2);
    color: var(--accents-1);
    font-weight: var(--button-weight);
    padding: 9px 21px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.btn:hover {
    background-color: rgba(255, 164, 61, 0.8);

    color: var(--accents-1);
    opacity: 1;
}

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

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

.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 {
    background: var(--neutrals-light-grey);
    color: var(--main-brand);
    border-color: var(--neutrals-light-grey);
    opacity: 1;
}

.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 {
    background-color: unset;
    border: 3px solid var(--neutrals-black);
    color: var(--neutrals-black);
}

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

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

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

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

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

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

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

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

.bg-accents-3 h1,
.bg-accents-3 h2,
.bg-accents-3 h3,
.bg-accents-3 h4 {
    color: var(--main-brand);
}

.item-service h4 {
    font-weight: 400;
    color: var(--main-brand);
}

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

.br-cards-top {
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-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-font-family);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-line-height);
}

.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 .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(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}

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

}

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

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

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

.swiper-arrow-left,
.swiper-arrow-right {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    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);
    position: absolute;
    z-index: 2;
}

.swiper-arrow-left {
    left: 1rem;
}

.swiper-arrow-right {
    right: 1rem;
}

.swiper-arrow-left i.bi,
.swiper-arrow-right i.bi {
    font-size: 22px;
}

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

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

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

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

.link {
    font-size: var(--link-size);
    line-height: var(--link-line-height);
    font-family: var(--link-font-family);
    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-line-height);
    font-family: var(--paragraph-font-family);
}

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

.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 {
    border: 1px solid var(--neutrals-light-grey);
    box-shadow: 0px 8px 20px 0px #00000014;
}

.blog-category {
    border: 1px solid var(--neutrals-medium-grey);
    border-radius: 32px;
    font-size: var(--button-size);
    line-height: var(--button-line-height);
    font-family: var(--button-font-family);
    font-weight: var(--button-weight);
    color: var(--neutrals-black);
    padding: 12px 24px;
}

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

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

.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(--borderradius-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-font-family);
    line-height: var(--input-line-height);
    font-weight: var(--font-weight-semibold);
}

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

.contact-description p {
    font-weight: var(--font-weight-semibold);
    font-family: var(--button-font-family);
    font-size: var(--button-size);
    line-height: var(--button-line-height);
}
.row-contact-page p{
    font-weight: 400;
}
.row-contact-page i.bi{
    font-size: 18px;
}
.ca-r{
    color: var(--neutrals-white);
    text-decoration: underline;
}
.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-line-height);
    float: left;
    color: var(--neutrals-black);
    padding-left: 45px;
    border-radius: var(--borderradius-interactives);
}

.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(--borderradius-interactives);
    position: relative;
    display: flex;
    align-items: center;
}

.custom-drop::after {
    content: url(../images/chevron-down.svg);
    position: absolute;
    right: 1rem;
}

header i.bi {
    font-size: 20px;
}

header .bg-accents-1 {
    position: relative;
}

header .bg-accents-1::after {
    content: '';
    width: 339px;
    height: calc(100% + 1px);
    left: 0;
    bottom: -1px;
    background-color: var(--neutrals-white);
    display: block;
    position: absolute;
}

.portfolio-card .over-before {
    overflow: hidden;
    position: relative;
}
.portfolio-card:hover{
    opacity: 1;
}

.portfolio-card .over-before .tags {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    gap: 1rem;
    z-index: 11;
}

.portfolio-card .over-before .tags h3 {
    margin-bottom: 0;
}

.col-port .portfolio-card .ratio-1x1 img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.col-port .portfolio-card:hover .ratio-1x1 img {
    transform: scale(1.2);
}

.about-post .img-p {
    height: 314px;
    object-fit: cover;
    background-size: cover;
}

.about-post {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.el-video .iframe-wrapper {
    position: relative;
    padding: 56.34% 0 0 0;
    border-radius: var(--border-radius-interactives);
}

.swiper-maester {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    width: auto !important;
    margin-top: 0 !important;
    padding: 32px;
    background-color: var(--main-brand);
    top: unset !important;
}

.swiper-maester-p .swiper-slide {
    text-align: center;
}

.swiper-maester-p .swiper-slide img {
    max-height: 414px;
    object-fit: cover;
    height: 100%;
}

.line-medium-1 {
    height: 1px;
    width: 100%;
    background-color: var(--neutrals-medium-grey);
}

.contact-card-mini a {
    color: var(--neutrals-white);
    text-decoration: underline;
}

.row-map iframe {
    width: 100%;
    min-height: 430px;
}

.mb-p-0 p {
    /*margin-bottom: 0;*/
    margin-bottom: 1rem;
}

.mb-last-p-0 p:last-of-type {
    margin-bottom: 0;
}
.menu-item-has-children {
    position: relative;
}
.sub-menu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    list-style: none;
    padding: 15px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;
}

    .menu-item-has-children .nav-link::after {
    content: '';
    background-image: url(../assets/icons/arrow-down-h.svg);
    width: 16.25px;
    height: 8.75px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    top: unset;
    transition: all 0.3s;
    background-size: contain;
}
.menu-item-has-children .sub-menu .nav-link::after{
    display: none;
}
.menu-item-has-children .nav-link:hover::after {
    transform: rotate(180deg);
}
.menu-item-has-children:hover .sub-menu {
    display: flex;
    border-radius: 1em;
}
.btn-arrow{
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-family: var(--link-font-family);
font-weight: 400;
font-size: var(--link-size);
line-height: var(--link-line-height);
letter-spacing: 0%;
color: var(--main-brand);
}
.btn-arrow i.bi{
    font-size: 18px;
}
.div-blue-p p:last-of-type{
    margin-bottom: 0;
}
.col-hover-d{
     position: relative;
     overflow: hidden;

}
.col-hover-d:hover{
    opacity: 1;
    background-size: 110% !important;
}
.img-zoom-p{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.col-hover-d:hover .img-zoom-p{
    transform: scale(1.2);
}
@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x);
    }

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

@media(max-width:1200px) {
    nav a.navbar-brand {
        font-size: var(--mobile-h2-line-height);
        line-height: var(--mobile-logo-line-height);
    }
    .navbar-expand-xl .container-xl{
                padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .navbar-nav .nav-link{
            justify-content: center;
    }
    .sub-menu{
        position: relative;
    display: block;
    box-shadow: unset;
    padding: 0;
    }
    .sub-menu .menu-item .nav-link{
        color: var(--neutrals-dark-grey);
    }
    .menu-item-has-children .nav-link::after{
        display: none;
    }
    nav a.navbar-brand {
        position: relative;
        top: unset;
        bottom: unset;
        margin-bottom: 0;
        margin-top: 0;
        transform: unset;
    }
    .about-post{
        gap: 1rem;
    }
    .el-divider img{
            aspect-ratio: 2 / 1;
    }
    body{
        padding-top: 147px;
    }
}

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

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

@media(max-width:991px) {
    body {
        font-family: var(--font-tertiary);
        font-size: var(--paragraph-size);
        line-height: var(--paragraph-line-height);
        color: var(--neutrals-black);
    }

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

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

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

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



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

    h3 .accordion-button {
        font-family: var(--mobile-h3-font-family);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-line-height);
        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: 480px;
}


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

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



/*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: linear-gradient(267.59deg, rgba(0, 0, 0, 0) 40.16%, rgba(0, 0, 0, 0.46) 73.92%);
    left: 0;
    top: 0;
}

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

.before-over {
    position: relative;
}

.before-over::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(187.5deg, rgba(0, 0, 0, 0) 69.85%, rgba(0, 0, 0, 0.46) 91.2%);
    left: 0;
    top: 0;
}


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

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

/* 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%;
}


/*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;
    }
    .sub-menu .nav-item .nav-link{
        padding:0;
    }
    .sub-menu{
        flex-direction: column;
    gap: 0.5rem;
    }
    
}









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






.swiper-slide {
    height: auto;
}





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

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

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

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

.bg-brand-color-1 .btn:hover {
    background-color: var(--neutrals-medium-grey);
    color: var(--main-brand);
}

.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);
    color: #000;
    border: 3px solid #000;
}






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;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:active {
    color: unset;
    opacity: .8;
}


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

.border-bottom,
.el-posts .scnd-column .row:last-child {
    border-bottom: 1px solid var(--neutrals-light-grey) !important;
}

.product-table .row-c {
    border-bottom: 1px solid var(--neutrals-medium-grey);
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    display: flex;
}

.quote-svg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.el-quote .container-lg{
    position: relative;
}

    header{
        background-color: #fff;
    }
@media(max-width:991px) {
    .align-items-center-2 {
        align-items: center;
    }

    .fit-img-to-content {
        position: relative;
    }

    .min-h-416 {
        min-height: 300px;
    }
    .el-divider img{
        aspect-ratio: 2 / 1;
    }
    .before-over::before{
        background: linear-gradient(187.5deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 91.2%);;
    }
    .ratio-mob{
        position: relative;
        width: 100%;
    }
            .ratio-mob::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio-mob>*{
        position: absolute;
    top: 0;
    left: 0;
        width: 100%;
    height: 100%;
}
}

@media(min-width:1500px) {
    header .inside-header {
        max-width: 1500px;
        margin: auto;
    }

    header .bg-accents-1::after {
        width: 340px;
        left: -1px;
    }

    header .bg-accents-1 .container-fluid {
        position: relative;
    }

}