body {
	padding: 0px;
	margin: 0px;
	color:#FFF;
    font-family: 'termina_testregular';
    font-size: 1.6rem;
    background-color: #0E0E0E;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/* ============================================== index ============================================== */
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-main {
    padding: 28px 0;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    width: 158px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 28px;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #B3332E;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.logo-red {
	display: none;
}
.home-header-area .logo-red {
	display: inline-block;
}
.home-header-area .logo-white {
	display: none;
}
/******menu-btn******/
.menu-bar {
    position: relative;
    max-width: 27px;
    width: 100%;
    cursor: pointer;
    /* z-index: 99; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, 
.menu-bar::after, 
.menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 27px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-header-area .menu-bar div, 
.home-header-area .menu-bar::after, 
.home-header-area .menu-bar::before {
    background-color: #B3332E;
}
/*  
.menu-wrap.active .menu-bar div {
    transform: scale(0);
    background-color: #1D1D1B;
}
.menu-wrap.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
    background-color: #1D1D1B;
}
.menu-wrap.active .menu-bar:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #1D1D1B;
} */
.menu-wrap {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 30px;
    max-width: 100%;
    margin-right: 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 0;
    cursor: pointer;
}
.menu-wrap h6 {
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 17, 24, 0.3);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 11px;
    width: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.4rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #0E0E0E;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
    background-color: #B3332E;
}
.parent-dropdown a {
    padding-bottom: 12px;
}
.header-active {
    margin-top: 0;
    background-color: #0E0E0E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* .header-active .header-nav > ul > li > a {
    color: #1D1D1B;
}
.header-active .header-nav > ul > li > a:hover {
    color: #4EA4A8;
}
.header-active .parent-dropdown > img {
    filter: brightness(1) invert(0);
} */
.header-social ul {
    display: flex;
    gap: 12px;
}
.header-social li {
    margin-bottom: 0;
    padding-left: 0;
}
.header-social li::after {
    display: none;
}
.header-social li a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.header-social li a img {
    width: 18px;
}
.header-social li a:hover {
    background-color: #B3332E;
    border-color: #B3332E;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #0E0E0E;
    /* padding: 150px 40px 40px; */
    padding: 30px;
    padding-bottom: 64px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.side-menu-wrapper .sec-mark {
    z-index: -1;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    padding-left: 72px;
    max-width: 640px;
    width: 100%;
}
.side-menu-btm {
    height: 62vh;
    overflow-y: auto;
    margin-top: 115px;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-wrap li {
    padding-left: 0;
    font-family: 'termina_testdemi';
    font-size: 3.2rem;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
}
.side-menu-wrap > ul > li {
    margin-bottom: 58px;
}
.side-menu-wrap li::after {
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
}
.side-menu-wrap > ul > li:hover {
    padding-left: 54px;
}
.side-menu-wrap > ul > li a:hover {
    color: #fff;
}
.side-menu-wrap > ul > li::after {
    opacity: 0;
    display: block;
}
.side-menu-wrap > ul > li:hover::after {
    opacity: 1;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(15, 17, 24, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #B3332E;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
    filter: brightness(0) invert(1);
}
.each-side-menu-top {
    border-radius: 5px;
    background-color: #333;
    min-height: 188px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-side-menu-top h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-side-menu-top:hover h4 {
    color: #B3332E;
}
.side-menu-top .col-lg-4:last-child .each-side-menu-top {
    height: calc(100% + 34%);
    background-color: #fff;
}
.side-menu-btm .side-menu-wrap .parent-dropdown > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.side-menu-btm::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
    background-color: #333333;
}
.side-menu-btm::-webkit-scrollbar-thumb {
    background-color: #B3332E; 
    border-radius: 2px;
}
.side-menu .sec-mark::after,
.side-menu .sec-mark::before {
    height: 100vh;
}
.close-menu-wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    border-top: 1px solid #0E0E0E;
    border-bottom: 1px solid #0E0E0E;
    padding: 11px 0;
    cursor: pointer;
}
.close-menu-wrap h6 {
    color: #0E0E0E;
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.close-menu-icon img {
    width: 12px;
}
.each-menu-contact-info {
    margin-bottom: 40px;
}
.each-menu-contact-info h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'termina_testregular';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
}
.each-menu-contact-info h5,
.each-menu-contact-info td {
    font-family: 'termina_testmedium';
    color: #fff;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.each-menu-contact-info a {
    color: #fff;
}
.each-menu-contact-info a:hover {
    color: #B3332E;
}
.each-menu-contact-info td {
    display: block;
}
.menu-social {
    max-width: 417px;
    width: 100%;
}
.menu-social ul {
    display: flex;
    justify-content: space-between;
}
.menu-social li {
    font-family: 'termina_testregular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-left: 0;
    margin-bottom: 0;
}
.menu-social li::after {
    display: none;
}
.menu-social li a {
    color: #fff;
}
.menu-social li a:hover {
    color: #B3332E;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.side-menu-wrap-mobile {
    display: none;
}
.header-logo.header-mobile-logo {
    display: none;
}
.side-menu-top.side-menu-top-mobile {
    display: none;
}
/***fix-icon-block***/
.fix-icon-block {
    position: fixed;
	top: 232px;
	right: 0;
	z-index: 97;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.fix-mail,
.fix-call,
.fix-wp {
    height: 60px;
	width: 60px;
    border-radius: 10px 0 0 10px;
}
.fix-mail,
.fix-call {
    border-top: 1px solid rgb(86 80 80 / 48%);
    border-bottom: 1px solid rgb(86 80 80 / 48%);
    border-left: 1px solid rgb(86 80 80 / 48%);
    background: rgb(86 80 80 / 48%);
    backdrop-filter: blur(25px);
}
.fix-wp {
	background-color: #6EE37A;
}
.fix-mail a,
.fix-call a,
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 20px;
}
/**********aanbod-mob-contact-bar**************/
.aanbod-mob-contact-bar {
    display: none;
}
.aanbod-mob-contact-bar-outer {
    box-sizing: border-box;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 98;
    left: 0;
    bottom: 0;
    padding: 20px;
    background-color: #fff;
} 
.aanbod-mob-contact-bar-outer > ul {
    box-sizing: border-box;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-mob-contact-bar-outer > ul > li {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 25%;
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid #0D0D0D;
    background-color: #0D0D0D;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aanbod-mob-contact-bar-outer > ul > li::after {
    display: none;
}
.aanbod-mob-contact-bar-outer > ul > li a {
    color: rgba(255,255,255,0.9);
    cursor: pointer;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 98;
}
.aanbod-mob-contact-bar-outer > ul > li:first-child {
    width: 77%;
}
.aanbod-mob-contact-bar-outer > ul > li:last-child {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-mob-contact-bar-outer > ul > li img{
    width: 16px;
}
.aanbod-mob-brand-btn {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px 9px 20px;
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
    line-height: 22px;
    text-align: left;
}
ul.aanbod-mob-contact-info {
    background-color: #1C1C1C;
    position: absolute;
    bottom: 103%;
    display: inline-block;
    left: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    clip-path: inset(100% 0 0 0);
}
.aanbod-mob-contact-info li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding: 20px;
    text-align: left;
}
.aanbod-mob-contact-info li::after {
    display: none;
}
.aanbod-mob-contact-info li button {
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
    line-height: 22px;
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}
.active-aanbod-bar .aanbod-mob-contact-info {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.active-aanbod-bar .aanbod-mob-brand-btn img {
    transform: rotate(270deg);
}
.aanbod-mob-contact-bar-outer.active-aanbod-bar > ul > li:first-child {
    border-radius: 0 0 5px 5px;
}
/****banner-sec****/
.banner-sec {
    padding-top: 132px;
    padding-bottom: 85px;
    position: relative;
}
.banner-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.banner-sec .sec-mark {
    max-width: 1331px;
    z-index: 0;
}
.banner-sec .sec-mark span {
    display: none;
}
.banner-sec .sec-mark::after {
    height: 230vh;
}
.banner-sec .sec-mark::before {
    height: 230vh;
}
.banner-desk {
    position: relative;
    z-index: 2;
}
.banner-desk-slider {
    position: relative;
    z-index: 2;
}
.banner-desk-slider-bg {
    overflow: hidden;
}
.banner-desk-slider-wrap {
	display: flex;
	width: max-content;
    gap: 40px;
}
.each-desk-banner-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.each-desk-banner {
    height: 442px;
    border-radius: 30px;
    border: 2px solid  #B3332E;
    background: #1D1211;
    padding: 15px 17px;
    position: relative;
}
.each-desk-banner img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}
.each-desk-banner::after {
    content: '';
    position: absolute;
    left: -42px;
    top: 59%;
    transform: translateY(-50%);
    background-color: #B3332E;
    height: 30px;
    width: 40px;
}
.each-desk-banner::before {
    content: '';
    position: absolute;
    left: -42px;
    top: 41%;
    transform: translateY(-50%);
    background-color: #fff;
    height: 30px;
    width: 40px;
}
.banner-top-info {
    padding: 148px 0 104px;
}
.banner-top-info h1 {
    line-height: 81px;
    margin-bottom: 13px;
}
.banner-top-info p {
    max-width: 840px;
    margin: 0 auto 49px;
}
/***banner-mobile***/
.banner-mobile{
    position: relative;
    z-index: 1;
}
.banner-video,
.each-mobile-banner {
    height: 740px;
    overflow: hidden;
    position: relative;
}
.each-mobile-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-mobile {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}
/****product-sec****/
.product-sec {
    position: relative;
    background-color: #fff;
    border-radius: 40px 40px 0 0;
}
.product-sec .sec-mark::after {
    display: none;
}
.product-sec .sec-mark::before {
    display: none;
}
.product-sec .sec-mark span {
    backdrop-filter: none;
    border-left: 3px solid rgba(14, 14, 14, 0.03);
    border-right: 3px solid rgba(14, 14, 14, 0.08);
}
.product-sec .sec-mark::after {
    left: 34.8%;
    top: -15%;
    background-color: rgba(14, 14, 14, 0.03);
    height: calc(100% + 6%);
}
.product-sec .sec-mark::before {
    right: 51.1%;
    top: -15%;
    background-color: rgba(14, 14, 14, 0.08);
    height: calc(100% + 6%);
}
.product-ellipse {
    position: absolute;
    left: 0;
    top: -30%;
    z-index: -1;
    pointer-events: none;
}
.product-wrap {
    padding: 109px 0 73px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-slider {
    background-color: #fff;
}
.product-area {
    position: relative;
    z-index: 1;
}
.product-title {
    margin-bottom: 62px;
}
.each-product {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-img {
    position: relative;
    /* height: 100%; */
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-top-title h4 {
    color: #0E0E0E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-top-title h4 strong {
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-title p {
    color: rgba(14, 14, 14, 0.70);
    padding-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    height: 1lh;
}
.each-product-text-title ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 19px;
    padding-top: 19px;
    border-top: 1px solid rgba(14, 14, 14, 0.2);
}
.each-product-text-title li::after {
    display: none;
}
.each-product-text-title li {
    padding-left: 0;
    color: #0E0E0E;
    font-family: 'Termina-Medium';
    margin-bottom: 0;
}
.each-product-text-title li img {
    margin-right: 14px;
}
.each-product:hover h4 strong {
    color: #B3332E;
}
.each-product-text {
    margin-top: 20px;
}
.each-product-top-title {
    margin-bottom: 10px;
}
.swiper-scrollbar.product-scrollbar {
    height: 4.5px;
    position: initial;
    background: rgba(14, 14, 14, 0.1);
    margin-top: 50px;
    width: 100%;
    border-radius: unset;
}
.swiper-scrollbar.product-scrollbar .swiper-scrollbar-drag {
    background-color: #0E0E0E;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .swiper-button-next {
    right: -5%;
}
/****product-progress****/
.product-progress {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 29px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 25px 28px;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 29px;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
}
.progress-ring svg {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
}
.progress-ring-circle {
    fill: none;
    stroke: #B3332E;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
/****service-sec****/
.service-sec {
    position: relative;
    overflow: hidden;
}
.service-sec .sec-mark span {
    width: 240px;
}
.service-sec .container {
    position: relative;
    z-index: 2;
}
.service-bg-img {
    position: relative;
    padding: 95px 0 88px;
}
.service-bg-img::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(14, 14, 14, 0.00) 0%, #0E0E0E 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.service-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.service-title h2 {
    margin-bottom: 6px;
}
.service-text-btn {
    color: #0E0E0E;
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 2px solid #0E0E0E;
    padding-top: 15px;
}
.service-text-btn::after {
    content: '';
    background-image: url(../images/service-text-btn-arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.service-bg-img::before {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 0%, #0E0E0E 100%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23%;
    width: 100%;
}
.each-service {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 395px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    position: absolute;
    padding: 48px 40px 55px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 145px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    word-break: break-word;
}
.each-service-text h3 {
    color: #fff;
    margin-bottom: 16px;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h3, 
.each-service-block h3 {    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text p {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(99, 99, 99, 0.20);
    backdrop-filter: blur(25px);
    overflow: hidden;
    width: 100%;
}
.each-service-block h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider {
    position: relative;
    height: 495px;
}
/* .service-slider .swiper {
	padding-top: 42px;
} */
.service-slider .swiper-wrapper {
    align-items: center;
    height: 495px;
}
.service-slider .swiper-slide {
    width: 31.3%;
    height: 395px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-text p {
	max-height: 168px;
    color: #0E0E0E;
}
.each-service:hover .each-service-text h3 {
    color: #B3332E;
    display: block;
}
.each-service:hover {
	z-index: 1;
    height: 100%;
}
.each-service:hover .each-service-text {
    /* background-color: #fff; */
    opacity: 1;
}
.service-slider .swiper-slide:hover {
    width: 34.5%;
    height: 495px;
}
.each-service:hover .service-text-btn {
    opacity: 1;
}
.service-btn {
    margin-top: 60px;
}
.service-slider:has(.swiper-slide:hover) .swiper-slide:not(:hover) {
    width: 30.5%;
}
.service-sec::after {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 0%, #0E0E0E 100%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.service-slider .common-arrow {
    display: none;
}
/****home-mid-block****/
.home-mid-block {
    padding-top: 95px;
    position: relative;
}
.home-mid-block::after {
    background: linear-gradient(360deg, rgba(14, 14, 14, 0.00) 0%, #0E0E0E 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 16%;
    width: 100%;
    z-index: 1;
}
.home-mid-block .container {
    position: relative;
    z-index: 2;
}
.home-mid-block .sec-mark::before,
.home-mid-block .sec-mark::after {
    height: 250vh;
}
.home-mid-block .sec-mark span {
    display: none;
}
.home-mid-block-btn:hover {
    color: #B3332E;
}
.home-mid-block-top-part-right {
    margin-left: 131px;
}
.home-mid-block-top-part p {
    max-width: 820px;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 27px;
    margin-bottom: 0;
}
.home-mid-block-btn {
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 21px;
    display: block;
    max-width: 520px;
    margin-top: 95px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.home-mid-block-btn::after {
    content: '';
    background-image: url(../images/service-text-btn-arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}
.home-mid-counter-img {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    padding: 10px;
    height: 100%;
}
.home-mid-counter-img img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.home-mid-counter-part {
    margin-top: 20px;
}
.each-counter h2 {
    color: #fff;
    margin-bottom: 10px;
}
.each-counter h5 {
    color: #FFF;
    font-family: 'termina_testregular';
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: 0.48px;
}
.each-counter {
    margin-bottom: 80px;
}
.each-counter:last-child {
    margin-bottom: 0;
}
.each-counter h2 em {
    font-style: normal;
    color: #fff;
}
.each-counter h2 em sub {
    position: initial !important;
    color: #B3332E;
    font-size: 4.8rem;
    vertical-align: initial;
}
.home-mid-counter-area {
    padding-left: 97px;
}
.home-mid-counter-part .col-lg-5 {
    width: 36%;
}
.home-mid-counter-part .col-lg-7 {
    width: 64%;
}
/****about-sec****/
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-img {
    position: relative;
}
.about-img::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 0%, #0E0E0E 99.35%);
    bottom: 0;
    left: 0;
    height: 34%;
    width: 100%;
}
.about-info h5 {
    color: #fff;
    font-family: 'termina_testregular';
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: 0.48px;
    max-width: 865px;
    width: 100%;
    margin-top: 40px;
    padding-right: 10px;
}
.about-info {
    padding-top: 102px;
    padding-bottom: 60px;
}
.about-sec .row {
    align-items: end;
}
/****usp-marquee-sec****/
.usp-marquee-bg{
    overflow: hidden;
    position: relative;
}
.usp-marquee-wrap {
    padding: 34px 0px 35px;
	display: flex;
	width: max-content;
    gap: 49px;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 49px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #fff;
    font-family: 'Termina-Medium';
    padding: 0;
    position: relative;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
    padding-left: 59px;
    margin-bottom: 0;
}
.usp-marquee-wrap ul li::before {
    display: none;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/marque-icon.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 21px;
    width: 21px;
    height: 28px;
    transform: translateY(-50%);
    left: 0;
}
.usp-marquee-bg::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(109, 109, 110, 0) 0%, rgba(109, 109, 110, 1) 50%, rgba(109, 109, 110, 0) 100%);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.usp-marquee-bg::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(109, 109, 110, 0) 0%, rgba(109, 109, 110, 1) 50%, rgba(109, 109, 110, 0) 100%);
    height: 1px;
    width: 100%;
    right: 0;
    top: 0;
}
.usp-marquee-sec {
    background-color: #0E0E0E;
}
.usp-marquee-sec .usp-marquee-bg {
    background-color: #0E0E0E;
    z-index: 1;
}
/****google-review****/
.google-review {
    padding: 80px 0;
    z-index: 1;
    position: relative;
    background-color: #0E0E0E;
}
/****footer-area****/
.footer-area {
    position: relative;
    z-index: 1;
}
.footer-wrap {
    border-radius: 40px 40px 0 0;
    background:  #FFF;
    padding: 70px 0 40px;
}
.footer-logo img {
    width: 347px;
}
.each-footer-contact h6 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 10px;
}
.each-footer-contact p {
    margin-bottom: 0;
}
.each-footer-contact p a,
.each-footer-contact td {
    color: #0E0E0E;
    font-family: 'Termina-Medium';
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.each-footer-contact p a:hover {
    color: #B3332E;
}
.footer-contact {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 20px;
    row-gap: 10px;
    padding-left: 18%;
    max-width: max-content;
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
}
.each-footer-contact {
    width: 48%;
}
.footer-top .col-lg-4,
.footer-mid .col-lg-4 {
    width: 30%;
}
.footer-top .col-lg-8,
.footer-mid .col-lg-8 {
    width: 70%;
}
.footer-social li a {
    color: #0E0E0E;
}
.footer-social li a:hover {
    color: #B3332E;
}
.footer-mid-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 188px;
}
.each-footer-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-slider-img {
    height: 281px;
}
.each-footer-slider-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.footer-slider-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}
.footer-slider-info {
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-slider-info img {
    height: auto;
    width: 23px;
    border-radius: unset !important;
    margin-bottom: 8px;
}
.footer-slider {
    padding-left: 18%;
}
.each-footer-slider:hover .footer-slider-info {
    opacity: 1;
}
.footer-mid {
    margin-top: 35px;
}
.footer-btm {
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    padding-top: 40px;
    margin-top: 40px;
}
.footer-copywrite h6,
.footer-credit a {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Termina-Medium';
    font-size: 1.6rem;
    line-height: 22.48px;
    letter-spacing: 0.16px;
}
.footer-credit a:hover {
    color: #B3332E;
}
.footer-social-mobile {
    display: none;
}
.footer-slider-info h6 {
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: 0.12px;
}
/***************************aanbod-list************************/
/****aanbod-list-top-sec****/
.aanbod-list-top-sec {
    padding-top: 230px;
}
.aanbod-list-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}
.aanbod-list-top-info h2 {
    color: #FFF;
}
.aanbod-list-top-info h3 {
    color: #B3332E;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 65px 0 76px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Fustat-Medium';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #B3332E;
}
.filter-left-part > .row {
    column-gap: 18px;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #fff;
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    border-top: 1px solid #fff;
    border-radius: 0;
    padding: 0 30px 0 0;
    background: url(../images/filter-arrow.svg) transparent no-repeat 100% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.select-style.show {
    border-radius: 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color:#0F0F0F;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Fustat-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #B3332E;
    border-color: #B3332E;
    background-image: url(../images/check-tick.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 0;
    background-color: rgba(179, 51, 46, 0.5);
	font-family: 'Fustat-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #B3332E;
    border-color: #B3332E;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 23%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 283px;
    background-color: #0E0E0E;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Fustat-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #FFF;
    backdrop-filter: blur(2px);
    text-transform: capitalize;
    color: #0E0E0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.42px;
    padding: 15px;
}
.mobile-show-filter .common-btn::after,
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #B3332E;
    border-color: #B3332E;
    color: #fff;
    right: 0;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #B3332E;
    border: 1px solid #B3332E;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after,
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #B3332E;
    color: #fff;
    right: 0;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Fustat-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 232px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #B3332E;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(179, 51, 46, 0.4);
    border-color: rgba(179, 51, 46, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #B3332E;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.4rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #fff;
    font-family: 'Fustat-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #B3332E;
}
.aanbod-filter-sec-active .mobile-show-filter {
    top: 108px;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 92px;
}
.aanbod-product-area .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 10px;
}
.aanbod-product-area .each-product-top-title {
    margin-bottom: 4px;
}
.aanbod-product-area .each-product-top-title h4 {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.aanbod-product-area .each-product-text-title p {
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    color: #fff;
    -webkit-line-clamp: 2;
    height: 2lh;
    max-width: 290px;
    width: 100%;
}
.aanbod-product-area .each-product-text-title ul {
    border-color: rgba(255, 255, 255, 0.20);
    margin-top: 9px;
    padding-top: 16px;
}
.aanbod-product-area .each-product-text-title li {
    color: #fff;
    font-family: 'termina_testregular';
    font-size: 1.3rem;
    line-height: 27px;
    letter-spacing: normal;
}
.aanbod-product-area .each-product-text-title li img {
    margin-right: 7px;
    width: 16px;
}
.aanbod-product-area .product-img {
    border-radius: 10px 10px 0 0;
}
.aanbod-list-bg-img {
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.aanbod-list-bg-img::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.95) 100%);
}
.aanbod-list-bg-text-area {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 43px 54px 56px 36px;
}
.aanbod-list-bg-text h4 {
    color: #B3332E;
}
.aanbod-list-bg-text p {
    margin-top: 13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.aanbod-list-bg-text-area .common-btn {
    padding-bottom: 0;
    padding-right: 30px;
    border-top: 2px solid #fff;
    position: relative;
    padding-top: 12px;
}
.aanbod-list-bg-text-area .common-btn::after {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/aanbod-list-bg-arw.svg);
    background-size: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.aanbod-list-bg-text-area .common-btn:hover {
    right: 0;
}
.aanbod-list-bg-text-area .common-btn:hover {
    color: #B3332E;
}
.aanbod-list-bg-text-area .common-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(25%) sepia(81%) saturate(1048%) hue-rotate(330deg) brightness(98%) contrast(98%);
}
/***************************aanbod-dtl************************/
/****inner-header****/
.inner-header {
    background-color: #0E0E0E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.inner-header .header-logo img {
    filter: brightness(0) invert(1);
}
/****bk-btn-sec****/
.bk-btn-sec {
    background-color: #fff;
    padding-top: 260px;
}
.bk-btn-sec .common-btn em::after { 
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.bk-btn-sec .common-btn em {
    padding-right: 0;
    padding-left: 50px;
}
.bk-btn-sec .common-btn:hover strong::before {
    right: auto;
    left: -30px;
}
.bk-btn-sec .common-btn:hover em::after {
    right: auto;
    left: -15px;
}
.bk-btn-sec .common-btn:hover em {
    padding-right: 0;
    padding-left: 30px;
}
.bk-btn-sec .common-btn:hover strong::after {
    right: auto;
    width: 30%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: -30px;
}
.bk-btn-sec .common-btn:hover {
    right: auto;
    left: 30px;
}
/****share-btn-sec****/
.share-btn-sec {
    background-color: #fff;
    padding-bottom: 66px;
}
.share-btn-area {
    margin-top: -35px;
}
.share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 11px;
}
.share-area li {
    margin-bottom: 0;
    padding-left: 0;
}
.share-area li::after {
    display: none;
}
.each-share {
    border: 1px solid #0E0E0E;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-share:hover {
    background-color: #B3332E;
    border-color: #B3332E;
}
.each-share:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
}
.aanbod-top-sec .sec-mark {
    top: -50%;
}
.aanbod-top-sec .sec-mark span {
    backdrop-filter: none;
    border-left: 3px solid rgba(14, 14, 14, 0.08);
    border-right: 3px solid rgba(14, 14, 14, 0.08);
}
.aanbod-top-wrap {
    background: #fff;
    border-radius: 0 0 40px 40px;
    padding-bottom: 83px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.aanbod-top-area {
    position: relative;
    z-index: 1;
}
.aanbod-top-area .col-lg-8 {
    width: 63%;
}
.aanbod-top-area .col-lg-4 {
    width: 37%;
}
.aanbod-top-slider .col-lg-9 {
    width: 74%;
}
.aanbod-top-slider .col-lg-3 {
    width: 26%;
}
.aanbod-thumbs .each-aanbod-slider-img {
	height: 100%;
}
.aanbod-thumbs .each-aanbod-slider-img img { 
	height: 100%;
	object-fit: cover;
}
.each-aanbod-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-thumbs-wrapper {
    height: 490px;
}
.aanbod-thumbs {
    height: 100%;
    object-fit: cover;
}
.aanbod-big-slider .swiper-button-prev {
    left: 4%;
}
.aanbod-big-slider .swiper-button-next {
    right: 4%;
}
.aanbod-big-slider .common-arrow {
    top: 50% !important;
    height: 47px;
}
.aanbod-big-slider .common-arrow img {
    filter: brightness(0) invert(1);
    width: 22px;
    opacity: 1;
}
.aanbod-big-slider .common-arrow:hover img {
    border-color: #fff;
}
.swiper-scrollbar.aanbod-big-slider-scrollbar {
    height: 3px;
    position: initial;
    background: rgba(14, 14, 14, 0.10);
    margin-top: 26px;
    width: 100%;
}
.aanbod-big-slider-scrollbar .swiper-scrollbar-drag {
    background: #0E0E0E;
}
.aanbod-slider-info-top {
    background-color: #B3332E;
    border-radius: 10px;
    padding: 22px 28px;
}
.aanbod-slider-title p {
    margin-top: 18px;
    margin-bottom: 28px;
}
.aanbod-slider-info-top li {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    color: rgba(255, 255, 255, 0.50);
}
.aanbod-slider-info-top li strong {
    font-weight: normal;
    color: #fff;
}
.aanbod-slider-info-top li::after {
    display: none;
}
.aanbod-slider-info-top li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.aanbod-slider-info-btm {
    padding-left: 21px;
}
.aanbod-slider-info-btm li::after {
    display: none;
}
.aanbod-slider-info-btm h5 {
    color: #B3332E;
    margin: 29px 0 25px;
}
.aanbod-slider-info-btm h5 strong {
    font-weight: normal;
    color: #0E0E0E;
    display: none;
    margin-left: 5px;
}
.aanbod-slider-info-btm ul {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.aanbod-slider-info-btm li {
    margin-bottom: 0;
    padding-left: 0;
}
.aanbod-slider-info-btm li::after {
    display: none;
}
.aanbod-slider-info-btm .common-btn {
    color: #0E0E0E;
}
.aanbod-slider-info-btm .common-btn strong {
    padding: 11px 0;
}
.aanbod-slider-info-btm .common-btn strong::before,
.aanbod-slider-info-btm .common-btn strong::after {
    background-color: #0E0E0E;
}
.aanbod-slider-info-btm .common-btn em::after {
    filter: brightness(100) invert(1);
}
.aanbod-slider-info-btm .common-btn em {
    padding-right: 114px;
}
.aanbod-slider-info-btm .common-btn.inruil-btn {
    display: none;
}
.aanbod-slider-info-btm .common-btn:hover {
	right: 0;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 105px 0;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
    margin-top: -48px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    padding-left: 0;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: normal;
    font-family: 'Fustat-Medium';
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 9px;
    border-top: 1px solid #fff;
}
.tab-btn .tabs li.active {
    background-color: transparent;
	position: relative;
}
.tab-btn .tabs li:hover,
.tab-btn .tabs li.active {
	color: #B3332E;
    border-color: #B3332E;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, 
ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 47px;
    padding-bottom: 42px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 17px;
    row-gap: 13px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 32.18%;
    padding: 14px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background-color: #0E0E0E;
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.kenmerken-tab li::before {
    display: none;
}
.kenmerken-tab li:hover {
    background-color: #B3332E;
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel ul {
    margin-bottom: 0;
}
.bullet-panel h4 {
    font-size: 2.4rem;
    border-bottom: 1.5px solid #B3332E;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel li {
    margin-bottom: 10px;
    padding-left: 17px;
}
.dtl-tab-sec .bullet-panel li::after {
    background-color: #B3332E;
    height: 6px;
    width: 6px;
    top: 8px;
    background-image: none;
    border-radius: 100px;
    background-size: auto;
    background-position: initial;
    background-repeat: initial;
}
.left-bg-block {
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B3332E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 126px);
    border: 1px solid #B3332E;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
    font-size: 2rem;
}
.left-bg-block h6 {
    color: #fff;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 24px;
}
.left-bg-block h6::after {
    display: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 24px;
    letter-spacing: normal;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 40px; 
    cursor: pointer; 
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(14, 14, 14, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #231F20;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #B3332E;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(221, 38, 37, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(221, 38, 37, 0.2);
    max-width: 93%;
}
.popup-cross {
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #B3332E;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 15px;
}
.tab-popup-area h3 {
    margin-bottom: 12px;
}
.tab-popup-area p {
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h4 {
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    padding: 6px 0;
}
.tab-popup-content li::after {
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(247, 240, 236, 0.70);
}
.show-popup{
    display: none;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 4px;
    left: 35px;
    background-image: url(../images/tab_arrow.svg);
    width: 8px;
    height: 15px;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li:hover::after,
.tab-btn .tabs li.active::after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2535%) hue-rotate(347deg) brightness(107%) contrast(97%);
    transform: rotate(180deg);
}
.tab-btn .tabs li.active::before {
    background-color: #B3332E;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.tab-left-part {
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background-color: #2F3733;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 8px 8px 0;
    margin-top: 80px;
}
.dtl-tab-sec .col-lg-9 {
    width: 70%;
}
.dtl-tab-sec .col-lg-3 {
    width: 30%;
}
.tab-contact-info {
    overflow: hidden;
    padding: 8px;
    max-width: 417px;
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background-color: #231F20;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.tab-contact-top {
    padding: 17px 20px;
    display: flex;
    column-gap: 24px;
    overflow: hidden;
    align-items: center;
    border-radius: 5px;
    background-color: #0E0E0E;
}
.tab-contact-img {
    min-width: 67px;
    width: 67px;
    height: 67px;
}
.tab-contact-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.tab-contact-title p {
    font-size: 1.4rem;
    line-height: 19px;
    font-family: 'Inter-Regular';
    margin-top: 3px;
    margin-bottom: 0;
    letter-spacing: 0.14px;
}
.tab-contact-title p a {
    color: rgba(255, 255, 255, 0.70);
}
.tab-contact-title p a:hover {
    color: #fff;
}
.tab-contact-btm li {
    padding-left: 0;
    margin-bottom: 0;
}
.tab-contact-btm li::after {
    display: none;
}
.tab-contact-title h5 {
    font-family: 'Inter-SemiBold';
    color: #fff;
    line-height: 28px;
    letter-spacing: normal;
}
.tab-contact-btm ul {
    margin-bottom: 0;
    padding-left: 0;
}
.tab-contact-btm li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.tab-contact-btm li:last-child {
    margin-bottom: 0;
}
.tab-contact-btm img {
    width: 10px;
    height: 10px;
    margin-right: 11px;
}
.tab-contact-btm {
    padding: 29px 21px 26px;
}
.tab-contact-btm p {
    font-family: 'Inter-SemiBold';
    margin-bottom: 0;
    line-height: 17px;
    letter-spacing: normal;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 17px;
}
.tab-contact-btm a {
    font-family: 'Inter-Regular';
    margin-left: 11px;
}
.tab-contact-btm a:hover {
    color: #B3332E;
}
.tab-wp-btn {
    text-align: end;
}
.tab-wp-btn .common-btn {
    padding: 12px 0;
    z-index: 3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.tab-wp-btn .common-btn:hover {
    right: 0;
    border-color: #6EE37A;
    color: #6EE37A;
}
.tab-wp-btn .common-btn img {
    width: 21px;
    margin-left: 32px;
}
/****form-sec****/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-sec {
    position: relative;
    padding: 96px 0;
}
.form-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(14, 14, 14, 0.80) 0%, #0E0E0E 100%);
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-title {
    margin-bottom: 64px;
}
.form-title h4 {
    line-height: 36px;
}
.form-main-area .row {
    margin: 0 -13px;
}
.form-main-area .col-6,
.form-main-area .col-12 {
    padding: 0 13px;
}
.form-main-area .form-styl {
    background: transparent;
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    border: none;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 58px;
}
.form-main-area .form-styl::placeholder{
    color: #fff;
}
.form-main-area .form-styl:placeholder {
    color: #fff;
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.form-main-area  .form-styl:focus::placeholder{
    color: #fff;
}
.form-main-area textarea.form-styl {
    height: 126px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: #fff;
}
.form-group.form-txt-area {
    margin-bottom: 50px;
}
.form-btn .common-btn {
    padding: 12px 0;
}
.form-btn .common-btn em {
    padding-right: 53px;
}
.form-btn .common-btn:hover {
    right: 0;
}
.each-form-contact-info {
    margin-bottom: 46px;
}
.each-form-contact-info h6 {
    color: #B3332E;
    font-family: 'termina_testregular';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
}
.each-form-contact-info h5,
.each-form-contact-info td {
    font-family: 'termina_testmedium';
    color: #fff;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.each-form-contact-info a {
    color: #fff;
}
.each-form-contact-info a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.each-form-contact-info td {
    display: block;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 86px 0 103px;
}
.aanbod-btm-title {
    margin-bottom: 78px;
}
.aanbod-btm-title h2 {
    color: #fff;
}
.aanbod-btm-slider .each-product-top-title h4 {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.aanbod-btm-slider .each-product-text-title p {
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    color: #fff;
    -webkit-line-clamp: 2;
    height: 2lh;
    max-width: 290px;
    width: 100%;
    display: none;
}
.aanbod-btm-slider .each-product-text-title ul {
    border-color: rgba(255, 255, 255, 0.20);
}
.aanbod-btm-slider .each-product-text-title li {
    color: #fff;
    font-family: 'termina_testregular';
    font-size: 1.3rem;
    line-height: 27px;
    letter-spacing: normal;
}
.aanbod-btm-slider .each-product-text-title li img {
    margin-right: 7px;
    width: 16px;
}
.aanbod-btm-slider .product-img {
    border-radius: 10px 10px 0 0;
}
.aanbod-btm-slider .common-arrow img {
    filter: brightness(0) invert(1);
    width: 22px;
}
.aanbod-btm-slider .common-arrow {
    height: 47px;
    top: 32% !important;
    opacity: 1;
}
.aanbod-btm-slider .swiper-button-next {
    right: -5%;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -5%;
}
/***************************contact************************/
/****map****/
.map {
    height: 671px;
}
/***************************verkocht************************/
.verkocht-top-sec {
    margin-bottom: 62px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .aanbod-product-area .each-product-top-title h4 {
    font-size: 2.8rem;
    line-height: 30px;
    letter-spacing: normal;
}
.verkocht-product-sec .aanbod-product-area .each-product-text-title li img {
    width: 27px;
}
.verkocht-product-sec .aanbod-product-area .each-product-text-title li {
    font-family: 'termina_testmedium';
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.verkocht-product-sec .aanbod-list-bg-text h4 {
    font-family: 'termina_testdemi';
    font-size: 4.8rem;
    line-height: 67px;
}
.verkocht-product-sec .aanbod-list-bg-text p {
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: 0.48px;
}
/***************************events************************/
/****events-list-sec****/
.events-list-sec {
    padding: 82px 0 68px;
}
.events-location {
    margin-bottom: 55px;
}
.events-location h5 {
    font-family: 'termina_testmedium';
}
.events-location h5 img {
    width: 21px;
    margin-right: 14px;
}
.events-location a:hover {
    color: #B3332E;
}
.each-events-area {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.events-list-area .row {
    row-gap: 20px;
}
.each-events-img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 11px;
    height: 330px;
}
.each-events-img img {
    height: 100%;
    object-fit: cover;
}
.each-events-dtls {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    padding: 20px 28px;
    background-color: #0E0E0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-events-dtls h5 {
    font-family: 'termina_testmedium';
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-events-dtls p {
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
}
.each-events-dtls ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.each-events-dtls li {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
}
.each-events-dtls li::after  {
    display: none;
}
.each-events-dtls li img {
    margin-right: 7px;
    margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.lees-meer-btn {
    font-family: 'Fustat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    border-top: 2px solid #fff;
    margin-top: 28px;
    padding-top: 11px;
    color: #fff;
}
.lees-meer-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/lees-meer-arw.svg);
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
}
.each-events-area:hover .each-events-dtls {
    background: #B3332E;
}
.each-events-area:hover .each-events-dtls li img {
    filter: brightness(0) invert(1);
}
/***************************bedankt************************/
.bedankt-banner {
    position: relative;
}
.bedankt-banner-img {
    height: 946px;
}
.bedankt-banner-img img {
    height: 100%;
    object-fit: cover;
}
.bedankt-banner-content {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}
.bedankt-banner-content h1 {
    margin-bottom: 55px;
}
/***************************popup************************/
.modal-area .modal-dialog {
    max-width: 63.5%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(13, 13, 13, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 99px 93px 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.modal-area .popup-content p {
    margin: 28px 0 56px;
    color: #121212;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.popup-content img {
    width: 219px;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-content .col-lg-7 {
    width: 53%;
}
.modal-content .col-lg-5 {
    width: 47%;
}
.modal-content .row {
    margin: 0 -9px; 
}
.modal-content .col-lg-7,
.modal-content .col-lg-5 {
    padding: 0 9px;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.popup-mark img {
    width: 174px !important;
}
.popup-content .common-btn em {
    color: #0E0E0E;
}
.popup-content .common-btn strong::before,
.popup-content .common-btn strong::after {
    background-color: #0E0E0E;
}
.popup-content .common-btn em::after {
    filter: brightness(100) invert(1);
}
.popup-content-wrap {
    position: relative;
    z-index: 1;
}
.popup-content .sec-mark {
    background: rgba(179, 51, 46, 0.03);
    backdrop-filter: blur(25px);
    max-width: 79px;
}
/***************************diensten-list************************/
/****list-header****/
.list-header .header-logo img {
    filter: brightness(0) invert(1);
}
/****inner-banner****/
.inner-banner {
    position: relative;
}
.each-inner-banner {
    height: 500px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
/****list-banner****/
.list-banner {
    margin-bottom: 75px;
}
/***diensten-service-sec***/
.diensten-service-sec {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.each-diensten-service {
    position: relative;
    padding-bottom: 45px;
    padding-top: 45px;
}
.each-diensten-service:first-child {
    padding-top: 0;
}
.each-diensten-service:last-child {
    padding-bottom: 0;
}
.each-diensten-service::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    height: 2px;
    left: -20%;
    top: 0;
    width: 150vw;
}
.each-diensten-service:first-child::after {
    display: none;
}
.each-diensten-service .container {
    max-width: 100%;
    padding: 0;
    height: 100%;
}
.each-diensten-service .row {
    height: 100%;
    margin: 0;
}
.each-diensten-service .col-lg-6 {
    padding: 0;
    height: 100%;
}
.each-diensten-service-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.each-diensten-service-img img {
    height: 100%;
    object-fit: cover;
    display: block;
}
.each-diensten-service-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px 30px 78px;
    position: relative;
}
.each-diensten-service-text h3 {
    margin-bottom: 10px;
    opacity: 1;
    transition: all 0.5s;
}
.each-diensten-service-text p {
    max-width: 620px;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3lh;
}
.diensten-service-content {
    max-height: 0;        
    overflow: hidden;    
    opacity: 0;          
    --content-max-height: 200px;
}
.each-diensten-service-btn {
    font-family: 'Fustat-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 21px;
    display: block;
    max-width: 100%;
    margin-top: 14px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    display: none;
}
.each-diensten-service-btn::after {
    content: '';
    background-image: url(../images/service-text-btn-arrow.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}
/****list-footer-area****/
.list-footer-area {
    padding-top: 75px;
}
/***************************over-ons************************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 116px 0 54px;
    position: relative;
}
.over-ons-top-sec .sec-mark::before,
.over-ons-top-sec .sec-mark::after,
.over-ons-top-sec .sec-mark span {
    height: 1182px;
}
.over-ons-top-sec .sec-mark span {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    width: 174px;
}
.over-ons-top-area {
    position: relative;
    z-index: 1;
}
.over-ons-top-area p {
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    max-width: 612px;
    width: 100%;
}
.over-ons-top-right {
    padding-left: 40px;
}
.over-ons-top-left h3 {
    margin-bottom: 15px;
}
.over-ons-top-right p {
    margin-right: 0;
    margin-left: auto;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    position: relative;
}
.over-ons-mid-area {
    position: relative;
    z-index: 1;
}
.each-over-ons-counter h2 {
    color: #fff;
}
.each-over-ons-counter h6 {
    color: #FFF;
    font-family: 'TenorSans';
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.48px;
}
.over-ons-counter-wrap {
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    padding: 10px 16px;
}
.each-over-ons-counter {
    border-radius: 15px;
    background: #B3332E;
    padding: 24px;
    position: relative;
}
.over-ons-mid-area .col-lg-3 {
    width: 25.5%;
}
.over-ons-mid-area .col-lg-4 {
    width: 25.5%;
}
.over-ons-mid-area .col-lg-5 {
    width: 49%;
}
.over-ons-mid-area .row {
    margin: 0 -12px;
}
.over-ons-mid-area .col-lg-3,
.over-ons-mid-area .col-lg-4,
.over-ons-mid-area .col-lg-5 {
    padding: 0 12px;
}
.over-ons-counter-mark {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1;
}
.over-ons-mid-img {
    height: 285px;
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-counter-mark img {
    width: 109px;
    height: auto;
}
.over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-counter,
.over-ons-counter-wrap,
.each-over-ons-counter {
    height: 100%;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding-top: 46px;
}
.over-ons-about-sec .about-info h5 {
    font-family: 'TenorSans';
}
/****about-carrera-sec****/
.about-carrera-sec {
    padding: 107px 0;
    position: relative;
}
.about-carrera-sec .sec-mark::before,
.about-carrera-sec .sec-mark::after,
.about-carrera-sec .sec-mark span {
    height: 1538px;
}
.about-carrera-sec .sec-mark span {
    display: none;
}
.about-carrera-area {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about-carrera-area .col-lg-3 {
    width: 28%;
}
.about-carrera-area .col-lg-5 {
    width: 42%;
}
.about-carrera-area .col-lg-4 {
    width: 30%;
}
.about-carrera-mid {
    padding: 48px 43px;
    position: relative;
}
.about-carrera-mid::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 85%;
    background: linear-gradient(280deg, rgba(255, 255, 255, 0.2) 0%, rgba(179, 51, 46, 1) 50%, rgba(255, 255, 255, 0.2) 100%);
}
.about-carrera-mid h3,
.about-carrera-mid p {
    color: #0E0E0E;
}
.about-carrera-mid h3 {
    margin-bottom: 15px;
}
.about-carrera-mid h5 {
    font-family: 'Unkempt-Regular';
    color: #B3332E;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.about-carrera-img {
    height: 100%;
}
.about-carrera-img img {
    height: 100%;
    object-fit: cover;
}
.about-carrera-marquee-wrap {
    padding: 34px 0px 35px;
	display: flex;
    gap: 42px;
    flex-direction: column;
}
.about-carrera-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.about-carrera-marquee-wrap ul li {
    padding: 0;
    position: relative;
    margin-bottom: 0;
}
.about-carrera-marquee-wrap ul li::after {
    display: none;
}
.about-carrera-marquee-wrap ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -22px;
    width: calc(100% + 44px);
    height: 2px;
    background: linear-gradient(280deg, rgba(255, 255, 255, 0.2) 0%, rgba(179, 51, 46, 1) 50%, rgba(255, 255, 255, 0.2) 100%);
    display: none;
}
.about-carrera-left {
    height: 458px;
    position: relative;
    padding: 0 41px;
}
.about-carrera-left::after,
.about-carrera-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: linear-gradient(179deg, #FFF 0.67%, rgba(255, 255, 255, 0.00) 68.67%);
    pointer-events: none;
}
.about-carrera-left::before {
    top: auto;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(360deg, #FFF 0.67%, rgba(255, 255, 255, 0.00) 68.67%);
}
.about-carrera-marquee-wrap li h5 {
    font-family: 'termina_testmedium';
    margin-bottom: 6px;
}
.about-carrera-marquee-wrap li p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 27px;
    letter-spacing: 0.28px;
    color: #0E0E0E;
}
/****gallery-sec****/
.gallery-sec {
    padding-bottom: 107px;
    overflow: hidden;
}
.gallery-wrap {
    margin-top: -5%;
    position: relative;
    z-index: 1;
}
.each-gallery {
	overflow: hidden;
	position: relative;
	height: 200px;
}
.each-gallery-wrap {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
    border-radius: 20px;
}
.each-gallery img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 175px);
	object-fit: cover;
}
.gallery-sec .row {
    margin: 0 -10px;
    row-gap: 20px;
}
.gallery-sec .col-lg-3 {
    padding: 0 10px;
}
.gal-top-left {
    width: 24%;
    margin-top: 12%;
}
.gal-top-left .each-gallery {
    height: 252px;
}
.gal-top-left-second {
    width: 33.5%;
    margin-top: 5.2%;
}
.gal-top-left-second .each-gallery {
    height: 351px;
}
.gal-top-left-third {
    width: 30.5%;
    margin-top: 10%;
}
.gal-top-left-third .each-gallery {
    height: 427px;
}
.gal-top-right {
    width: 12%;
    margin-top: 16.5%;
}
.gal-top-right .each-gallery {
    height: 305px;
}
.gal-btm-left {
    width: 19%;
    margin-left: 12%;
    margin-top: -10%;
}
.gal-btm-left .each-gallery {
    height: 263px;
}
.gal-btm-mid {
    width: 26.4%;
    margin-top: -10%;
}
.gal-btm-mid .each-gallery {
    height: 356px;
}
.gal-btm-right {
    width: 18.5%;
}
.gal-btm-right .each-gallery {
    height: 241px;
}
.gal-top-left img,
.gal-top-left-second img,
.gal-top-left-third img,
.gal-top-right img,
.gal-btm-left img,
.gal-btm-mid img,
.gal-btm-right img {
    /* height: 100%;
    object-fit: cover; */
}
/* ============================================== diensten-dtl ============================================== */
/****dtl-bk-btn-sec****/
.dtl-bk-btn-sec {
    padding-top: 260px;
}
.dtl-bk-btn-sec .common-btn em::after { 
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.dtl-bk-btn-sec .common-btn em {
    padding-right: 0;
    padding-left: 50px;
}
.dtl-bk-btn-sec .common-btn:hover strong::before {
    right: auto;
    left: -30px;
}
.dtl-bk-btn-sec .common-btn:hover em::after {
    right: auto;
    left: -15px;
}
.dtl-bk-btn-sec .common-btn:hover em {
    padding-right: 0;
    padding-left: 30px;
}
.dtl-bk-btn-sec .common-btn:hover strong::after {
    right: auto;
    width: 30%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    left: -30px;
}
.dtl-bk-btn-sec .common-btn:hover {
    right: auto;
    left: 30px;
}
.dtl-bk-btn-wrap {
    border-radius: 20px;
    background-color: #231F20;
    overflow: hidden;
    padding: 65px 60px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    margin-top: -108px;
}
.diensten-dtl-top-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background-color: #231F20;
    border-radius: 20px;
}
.diensten-dtl-top-info h4 {
    font-family: 'termina_testregular';
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: 0.48px;
    width: 48%; 
}
.diensten-dtl-top-info h3 {
    color: #B3332E;
    width: 48%;
}
/****diensten-dtl-block****/
.diensten-dtl-block {
    padding: 110px 0 103px;
}
.diensten-dtl-block h3 {
    margin-bottom: 20px;
}
.diensten-dtl-block-left-info {
    margin-bottom: 52px;
    padding-right: 60px;
}
.diensten-dtl-block-right h4 {
    margin-bottom: 24px;
}
.diensten-dtl-block-left-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.diensten-dtl-block-left-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-block h6 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 25px;
}
.diensten-dtl-block .col-lg-7 {
    width: 53.5%;
}
.diensten-dtl-block .col-lg-5 {
    width: 46.5%;
}
.diensten-dtl-block-right {
    padding-left: 50px;
}
.diensten-dtl-block-right li {
    margin-bottom: 25px;
}
.diensten-dtl-block-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.diensten-dtl-block-right li:last-child {
    margin-bottom: 0;
}
.diensten-dtl-block-right ul {
    margin-bottom: 26px;
}
/****dtl-info-sec****/
.dtl-info-sec {
	padding-bottom: 88px;
	--glow-bloom-color: rgba(230, 39, 39, 0.2);
	--glow-core-color: rgba(230, 39, 39, 0.5);
	--glow-hot-color: rgba(230, 39, 39, 0.7);
}
.each-dtl-info {
	position: relative;
	cursor: default;
}
.each-dtl-info-title {
	position: relative;
	padding: 47px 0 34px;
}
.each-dtl-info-title h3 {
    font-size: 2.8rem;
    line-height: 30px;
    font-family: 'termina_testmedium';
    color: rgba(255, 255, 255, 0.30);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-info.is-active .each-dtl-info-title h3 {
    color: #fff;
} 
.each-dtl-info-desc {
	position: absolute;
	padding: 30px 10% 30px 0;
	width: 50%;
}
.each-dtl-info-desc p {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.each-dtl-info-desc li {
	color: rgba(255, 255, 255, 0.30);
}
.title-border-top,
.title-border-bottom,
.desc-border-top {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	pointer-events: none;
	z-index: 2;
	overflow: hidden;
}
.title-border-top {
	top: 0;
}
.title-border-bottom {
	bottom: -1px;
}
.desc-border-top {
	top: 0;
}
.border-static-line {
	display: block;
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.30);
}
.border-glow-line {
	display: block;
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		transparent 0%,
		transparent calc(var(--mouse-x, 50%) - 20%),
		var(--glow-bloom-color) calc(var(--mouse-x, 50%) - 10%),
		var(--glow-core-color) calc(var(--mouse-x, 50%) - 3%),
		var(--glow-hot-color) var(--mouse-x, 50%),
		var(--glow-core-color) calc(var(--mouse-x, 50%) + 3%),
		var(--glow-bloom-color) calc(var(--mouse-x, 50%) + 10%),
		transparent calc(var(--mouse-x, 50%) + 20%),
		transparent 100%
	);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.title-border-top.is-glowing .border-glow-line,
.title-border-bottom.is-glowing .border-glow-line,
.desc-border-top.is-glowing .border-glow-line {
	opacity: 1;
}
.desc-border-top .border-static-line,
.desc-border-top .border-glow-line {
	right: 0;
	left: auto;
	width: 0%;
	transition: width 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.each-dtl-info:first-child .desc-border-top .border-static-line,
.each-dtl-info:first-child .desc-border-top .border-glow-line {
	left: auto;
	right: 0;
	width: 100%;
}
.each-dtl-info.is-active .desc-border-top .border-static-line,
.each-dtl-info.is-active .desc-border-top .border-glow-line {
	left: auto;
	right: 0;
	width: 100%;
}
.each-dtl-info.is-inactive .desc-border-top .border-static-line,
.each-dtl-info.is-inactive .desc-border-top .border-glow-line {
	width: 0%;
}
.each-dtl-info .text-word {
	display: inline-block;
	overflow: hidden;
}
.each-dtl-info .text-word-inner {
	display: inline-block;
	transform: translateY(100%);
	transition: transform 0.5s ease;
}
.each-dtl-info.is-active .text-word-inner {
	transform: translateY(0);
}
.each-dtl-info:last-child .each-dtl-info-title {
    padding-bottom: 0;
}
.each-dtl-info:last-child .title-border-bottom {
    display: none;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 85px 0 112px;
}
.diens-btm-title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 40px;
    margin-bottom: 32px;
}
.diens-btm-title-left h2 {
    color: #fff;
}
.diens-btm-title-btn {
    text-align: end;
}
.diens-btm-slider .diensten-service-content {
    max-height: initial !important;
    opacity: 1 !important;
}
.diens-btm-slider .each-diensten-service {
    height: 100% !important;
}
.diens-btm-slider .each-diensten-service-img img {
    transform: none !important;
    height: 100%;
    object-fit: cover;
}
.diens-btm-slider .each-diensten-service .row {
    align-items: center;
}
.diens-btm-slider .each-diensten-service-img {
    max-width: 708px;
    width: 100%;
    height: 265px;
}
.diens-btm-slider .each-diensten-service-text {
    padding-left: 72px;
}
.diens-btm-slider .common-arrow {
    opacity: 1;
}
.diens-btm-slider .common-arrow img {
    filter: brightness(0) invert(1);
    width: 22px;
}
.diens-btm-slider .swiper-button-prev {
    left: -6%;
}
.diens-btm-slider .swiper-button-next {
    right: -6%;
}
/* ============================================== event-dtl ============================================== */
.event-dtl-top .diensten-dtl-top-info h5 {
    font-family: 'termina_testmedium';
}
.event-dtl-top .diensten-dtl-top-info h5 img {
    width: 21px;
    margin-right: 14px;
}
.event-dtl-top .diensten-dtl-top-info a:hover {
    color: #B3332E;
}
.event-dtl-top .diensten-dtl-top-info ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
}
.event-dtl-top .diensten-dtl-top-info li {
    font-family: 'termina_testmedium';
    padding-left: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
}
.event-dtl-top .diensten-dtl-top-info li::after {
    display: none;
}
.event-dtl-top .diensten-dtl-top-info li img {
    margin-right: 7px;
    margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.event-dtl-top .diensten-dtl-top-info li:first-child {
    width: 100%;
}
.side-menu-wrap.side-menu-mobile {
    display: none;
}



/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}


/**************** google-review ***************/
.google-review-img .lfCQiA {
    display: none;
}
.google-review-img .HeaderContainer__Inner-sc-4da6b4d0-0.bUmIEc.es-header-container.HeaderComponent__StyledHeader-sc-82145d0b-0.hMUqhT {
    background-color: #231F20;
}
.google-review-img .gfAgMN,
.google-review-img .bgpai,
.google-review-img .dkZfvI {
    color: #fff;
}
.google-review-img .hDAKTw {
    background-color: #231F20;
    border: 1px solid #231F20;
}
.google-review-img .hIMIiC,
.google-review-img .ReviewSource__StyledReviewInfo-sc-1ebbacff-5.fTUEtF {
    color: #8B8B8E;
}
.google-review-img .edZWsc {
    color: #1A7BFF;
}
.google-review-img .ShortenedText__ShortenedTextComponent-sc-5a593230-1.hdGnqU.es-text-shortener {
    color: #fff;
}
.google-review-img span.ButtonBase__Overlay-sc-26241f43-4.ekVXjt.es-button-base-overlay {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.google-review-img button.ButtonBase__ButtonContainer-sc-26241f43-3.jTsyzE.es-button-base-container.HeaderWriteReviewButton__WriteReviewButton-sc-26cedb39-1.dPDfzu.es-header-write-review-button,
.google-review-img span.ButtonBase__Overlay-sc-26241f43-4.ekVXjt.es-button-base-overlay {
    border-radius: 50px !important;
}




/* =====================style for developer=============================== */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#B3332E calc(1*100%/6),#ffffff 0 calc(3*100%/6),#B3332E 0),
              linear-gradient(#B3332E calc(2*100%/6),#ffffff 0 calc(4*100%/6),#B3332E 0),
              linear-gradient(#B3332E calc(3*100%/6),#ffffff 0 calc(5*100%/6),#B3332E 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #B3332E;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp-float {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp-float img {
    width: 22px;
}
.fix-wp-float a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp-float a img {
    width: 24px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 3vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section {
    padding: 110px 0 60px;
}
.privacy_section h2{
    padding-top: 85px;
    color: #fff;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */



.form-btn .common-btn:hover em::after {
    right: -11px;
}
.service-btn .common-btn:hover {
    right: 0;
}
.service-btn .common-btn:hover strong::before,
.service-btn .common-btn:hover strong::after {
    right: -22px;
}
.event-dtl-top .diensten-dtl-top-info h3 {
    width: 43%;
}
.event-dtl-top .diensten-dtl-top-info ul {
    width: 55%;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0px !important;
}
.share-social-media-button:hover .a2a_dd svg {
    filter: brightness(0) invert(1);
}
.aanbod-top-wrap .sec-block-mark::after {
    top: 9%;
}
.aanbod-top-wrap .sec-block-mark::before {
    top: 25%;
}
.aanbod-big-slider .each-aanbod-slider-img {
    border-radius: 20px;
}
.verkocht-product-sec .aanbod-product-area .row {
    margin: 0 -16px;
}
.verkocht-product-sec .aanbod-product-area .col-lg-6 {
    padding: 0 16px;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    display: none;
}
.popup-close img {
    width: 20px;
}




.aanbod-slider-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 523px;
}
.diens-btm-sec {
    overflow: hidden;
}
.dtl-bk-btn-sec .common-btn:hover {
  right: auto;
  left: 0;
}
.verkoop-dtl-block .diensten-dtl-block-right {
    padding-top: 15.5%;
}
.Aan-dtl-block .diensten-dtl-block-right {
    padding-top: 16%;
}
.header-social p{
    margin-bottom: 0;
    font-family: 'LamaSans-Medium';
}
.header-social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-social p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social p a:hover{
    color: #B3332E;
}
.product-iframe{
    background-color: transparent;
}