body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    color: #fff;
    background: #FAF8F2;
    /*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; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
.privacy_section{
    padding-top: 175px;
    padding-bottom: 100px;
}
/****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;
}
/****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;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
    border-radius: 67px;
    background: linear-gradient(145deg, rgba(247,201,72,0.1), rgba(216,155,0,0.1));
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #fff;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 26px; 
	opacity: 0;
    clip-path: polygon(50% 0, 100% 33%, 99% 75%, 48% 100%, 0 75%, 0 30%);
    -webkit-clip-path: polygon(50% 0, 100% 33%, 99% 75%, 48% 100%, 0 75%, 0 30%);
}
/* .custom-cursor::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/hover_arrow.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center 42px;
    background-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0) invert(1);
} */
.custom-cursor em {
    font-style: normal;
    display: block;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
    width: 115px;
    height: 135px;
    backdrop-filter: blur(10px);
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
.custom-cursor::before {
    content: '';
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: rgba(241, 169, 0, 0.41);
    width: 115px;
    height: 133px;
    top: 1px;
    left: 0px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.each-service .hover-cursor:hover{
    color: #fff;
}
/***fix-wp***/
.fix-block {
    position: fixed;
    bottom: 27px;
    right: 55px;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 106px;
}
.fix-wp {
	height: 48px;
	width: 48px;
	border-radius: 100px;
    background: #25D366;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 24px;
}


/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    width: 100%;
    /* padding: 18px 0; */
    background-color: transparent;
}
.header-area.header-active {
    background-color: #010E08;
}
.header-logo img {
    width: 228px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 33px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 0;
}
.header-nav > ul > li::before {
    display: none;
}
.header-nav > ul > li > a {
    font-family: 'Inter-Medium';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
}
.header-nav > ul > li > a:hover {
    color: #FBB429;
}
.header-contact strong {
    font-weight: normal;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.header-contact strong img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.header-contact .common-btn {
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 12px;
}
.header-contact {
    display: flex;
    justify-content: end;
}
.header-btn .common-btn{
    padding: 11px 32px 11px 30px;
}
.header-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-btn li{
    padding-left: 0;
}
.header-area.inner-header{
    background-color: #010E08;
}
/****menu-btn****/
.menu-bar {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
    background-color: transparent;
    padding: 8px 6px;
    max-width: 58px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    border: 1.5px solid #FFF;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 5px 0 5px;
    width: 26px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
    display: table;
    margin-left: auto;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #131313;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #131313;
    margin-left: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #131313;
    margin-right: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 30px;
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    width: 30px;
}
.menu-bar.active{
    background-color: transparent;
    border-color: #131313;
    padding: 9px 5px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.53);
    background-color: #061D11;
    border-radius: 5px;
    min-width: 170px;
    /* margin-top: 14px; */
    margin-top: 0;
    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: 345px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
    /* filter: brightness(0); */
}
.parent-dropdown.open ul {
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(76%) sepia(66%) saturate(606%) hue-rotate(335deg) brightness(97%) contrast(102%);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::before {
    display: none;
}
.parent-dropdown > ul > li > a {
    padding: 7px 17px;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 500px;
    /* width: 100%; */
    background-color: #FAF8F2;
    padding: 110px 33px 50px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.side-menu ul {
    margin-bottom: 0;
}
.side-menu-wrap li a{
    color: #131313;;
    font-size: 3rem;
    font-family: 'Inter-Bold';
    line-height: normal;
    position: relative;
}
.side-menu-wrap li:hover a{
    color: #F1A900;
}
.side-menu-wrap li{
    padding-left: 0;
    padding-bottom: 13px;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu-wrap .parent-dropdown > img {
    position: absolute;
    right: 40px;
    top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
    filter: brightness(0);
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #10183C;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.70);
}
.side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
    overflow-y: auto;
}
.side-menu .parent-dropdown ul {
    background-color:#061D11;
    left: 0;
    transform: translateX(0);
    max-height: 140px;
    width: 100%;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #fff;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Inter-Medium';
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.8);
}
.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;
}
/* .menu-up .header-wrap {
    border-color: transparent;
    background-color: transparent;
    backdrop-filter: blur(0);
    box-shadow: none !important;
    position: relative;
    z-index: 99;
} */
/* .menu-up .header-logo {
    opacity: 0;
} */
.side-menu .parent-dropdown.open ul {
    position: relative;
    max-height: 200px;
    margin-top: 10px;
}
.header-area .header-area-wrap{
    padding: 41px 0 41px;
}
/* .side-menu-contact-item li em{
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1.5px solid rgba(16, 24, 60, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.side-menu-contact-item li em img{
    width: 24px;
}
.side-menu-contact-item p{
    color: rgba(16, 24, 60, 0.7);
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.side-menu-contact-item p a{
    color: #10183C;
    font-family: 'Inter-Medium';
    display: block;
    font-size: 1.6rem;
    line-height: normal;
}
.side-menu-contact-item li{
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    padding-bottom: 24px;
} */
.side-menu .container {
    height: 100%;
}
/* .side-menu-contact-btn{
    margin-bottom: 35px;
    margin-top: 15px;
} */
.header-wrap .col-lg-5{
    width: 46%;
}
.header-wrap .col-lg-4{
    width: 29%;
}



/****banner-sec****/
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 896px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    /* bottom: 38%; */
    bottom: 132px;
    z-index: 2;
    width: 100%;
}
.each-banner{
    position: relative;
}
.each-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(19, 19, 19, 0.10) 0%, rgba(19, 19, 19, 0.10) 100%);
}
.banner-btn{
    margin-top: 34px;
}
/****product-sec****/
.product-sec {
    padding-bottom: 110px;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-merk {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.product-merk img{
    height: 100%;
}
.product-merk-mob img{
    height: 100%;
    object-fit: cover;
}
.product-merk-mob {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    display: none;
}
.product-heading h2 {
    color: #1A1A1A;
}
.each-product-btm-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn{
    color: #131313;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btn::after {
    background-image: url(../images/next.svg);
    position: absolute;
    content: '';
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 11px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0);
}
.each-product-img img{
    border-radius: 10px;
}
.each-product-info-wrap {
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    background: #F4E9D8;
    padding: 18px 20px 18px 29px;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider{
    position: relative;
}
.product-slider::after{
    background: linear-gradient(270deg, rgba(244, 233, 216, 0.00) 0%, #F4E9D8 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 106px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
    border-radius: 10px;
}
.product-slider::before{
    background: linear-gradient(270deg, rgba(244, 233, 216, 0.00) 0%, #F4E9D8 100%);
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 106px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
    transform: rotate(-180deg);
    border-radius: 10px;
}
.product-arrow-btn .swiper-button-next{
    right: -67px;
}
.product-arrow-btn .swiper-button-prev{
    left: -67px;
}
.product-heading {
    margin-bottom: 76px;
}
.text-item {
    color: #F7F7F7;
    font-family: 'Roboto-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px 48px;
    width: 49.2%;
}
.product-slider{
    max-width: 1386px;
    margin-left: auto;
    margin-right: auto;
}
.each-product-info p{
    margin-bottom: 7px;
}
.each-product-info-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #131313;
}
.each-product-info-top{
    text-align: center;
}
.product-price h6 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(19, 19, 19, 0.56);
    letter-spacing: 0.16px;
}
.product-price h6 strong {
    font-weight: normal;
    font-family: 'Inter-Bold';
    display: block;
    color: #131313;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-btn {
    margin-top: 73px;
}
.product-btn ul {
    display: flex;
    gap: 10px;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.each-product:hover .each-product-btn{
    color: #FBB429;
}
.each-product:hover .product-price strong{
    color: #FBB429
}
.each-product:hover .each-product-btn::after{
    filter: brightness(0) saturate(100%) invert(92%) sepia(17%) saturate(6896%) hue-rotate(336deg) brightness(100%) contrast(98%);
}
/* ***** service sec ****** */
.service-sec{
    padding-bottom: 10px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.service-merk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.service-merk img{
    height: 100%;
}
.service-heading{
    padding-bottom: 60px;
}
.service-heading-text{
    max-width: 600px;
    margin-left: auto;
}
.each-service-img{
    overflow: hidden;
    border-radius: 20px;
    height: 649px;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.5s;
    margin-bottom: 0;
}
.each-service-text h3{
    padding-bottom: 25px;
}
/* .each-service:hover .each-service-text {
    top: 0;
    padding-bottom: 165px;
} */
.each-service:hover .each-service-text p {
    opacity: 1;
    -webkit-line-clamp: 4;
}
.each-service-wrap{
    position: relative;
    overflow: hidden;
}
.service-slider-btn .common-arrow-white{
    top: 53px;
}
.service-slider-btn .swiper-button-next{
    right: 30px;
}
.service-slider-btn .swiper-button-prev{
    left: 87.5%;
}




.each-service-text {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
} 
.each-service:hover .each-service-text {
    bottom: 140px;
} 

/* ***** home-over-ons-sec ***** */
.home-over-ons-sec{
    position: relative;
    padding-top: 119px;
    padding-bottom: 80px;
    overflow: hidden;
}
.home-over-ons-merk {
    position: absolute;
    top: 100px;
    left: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.home-over-ons-merk-mob{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    display: none;
}
.home-over-ons-merk img{
    height: 100%;
}
.home-over-ons-main{
    border-radius: 34px;
    border: 1px solid rgba(26, 26, 26, 0.10);
    background: #F4E9D8;
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.10);
    padding: 24px 24px 37px;
}
.home-over-ons-heading{
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 84px;
}
.home-over-ons-heading h2{
    padding-bottom: 25px;
}
.home-over-ons-heading p{
    margin-bottom: 40px;
}
.home-over-ons-left-img {
    overflow: hidden;
    border-radius: 20px;
}
.home-over-ons-right {
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
.home-over-ons-right img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.home-over-ons-main .row{
    margin-left: -35px;
    margin-right: -35px;
}
.home-over-ons-main .col-lg-6{
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid rgba(26, 26, 26, 0.10);;
}
.home-over-ons-main .col-lg-6:last-child{
    border: 0;
}
.home-over-ons-left-text h2{
    font-size: 4rem;
    font-family: 'AstallyaScriptDemo';
    letter-spacing: 0.8px;
    line-height: 40px;
    padding-bottom: 24px;
}
.home-over-ons-left-text{
    padding-top: 44px;
}
.home-over-ons-left-text p{
    margin-bottom: 0;
}
/* ****** about sec ***** */
.about-sec{
    background: #061D11;
    padding-top: 120px;
    padding-bottom: 105px;
}
.about-heading h2{
    color: #FFF;
}
.about-heading{
    max-width: 511px;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.about-content-left {
    display: flex;
    align-items: center;
    gap: 0;
    margin-right: -185px;
    margin-left: 60px;
    height: 100%;
    /* margin-top: -10px; */
}
.about-content-right{
    height: 100%;
    margin-top: -45px;
    padding-left: 25px;
}
.about-content-left-img {
    position: relative;
    width: 382px;
    height: 382px;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-right: -65px;
    z-index: 2;
    -webkit-clip-path: shape(from 98.39% 47.21%,curve to 98.39% 52.79% with 100% 50%,line to 76.61% 90.51%,curve to 71.78% 93.3% with 75% 93.3%,line to 28.22% 93.3%,curve to 23.39% 90.51% with 25% 93.3%,line to 1.61% 52.79%,curve to 1.61% 47.21% with 0% 50%,line to 23.39% 9.49%,curve to 28.22% 6.7% with 25% 6.7%,line to 71.78% 6.7%,curve to 76.61% 9.49% with 75% 6.7%);
    clip-path: shape(from 98.39% 47.21%,curve to 98.39% 52.79% with 100% 50%,line to 76.61% 90.51%,curve to 71.78% 93.3% with 75% 93.3%,line to 28.22% 93.3%,curve to 23.39% 90.51% with 25% 93.3%,line to 1.61% 52.79%,curve to 1.61% 47.21% with 0% 50%,line to 23.39% 9.49%,curve to 28.22% 6.7% with 25% 6.7%,line to 71.78% 6.7%,curve to 76.61% 9.49% with 75% 6.7%);
    
}
.about-content-left-img img{
    /* height: 100%;
    object-fit: cover; */
    position: relative;
    top: 15px;
    background-position: top;
}
.about-content-left-text {
    padding: 148px 97px 144px 97px;
    min-width: 295px;
    background: #FAF8F2;
    z-index: 1;
    /* aspect-ratio: 1; */
    clip-path: polygon(100% 50%,75% 93.3%,25% 93.3%,0% 50%,25% 6.7%,75% 6.7%);
    position: relative;
    /* align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column; */
}
.about-content-left-text p{
    max-width: 296px;
}
.about-content-right ul {
    padding-left: 0;
}
.about-content-right li h4 {
    position: relative;
    padding-left: 35px;
    padding-bottom: 16px;
    font-family: 'Montserrat-SemiBold';
}
.about-content-right li h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 21px;
    background: url(../images/about-li-icon.svg) no-repeat center;
    background-size: 21px;
}
.about-content-right p{
    color: #fff;
    max-width: 589px;
}
.about-content-right li{
    padding-bottom: 120px;
    /* padding-left: 30px; */
    padding-left: 5px;
    margin-left: -90px;
}
.about-content-right li p{
    margin-bottom: 0;
}
.about-content-right li:nth-child(even){
    margin-left: 15px;
    padding-left: 0;
}
.about-content-right li:last-child{
    padding-bottom: 0;
}


/* ****** review ***** */
.review-sec{
    background: #010E08;
    padding-top: 80px;
}
.review-sec-wrap{
    max-width: 1433px;
    margin-left: auto;
    margin-right: auto;
}
/* ****** footer ***** */
.footer-area{
    background: #010E08;
    padding-top: 80px;
    padding-bottom: 40px;
}
.ft-logo img{
    width: 228px;
}
.ft-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-top-btn{
    text-align: end;
}
.ft-top-btn .common-btn{
    padding: 11px 32px;
}
.footer-top-area{
    border-radius: 20px;
    background: #061D11;
    padding: 40px 30px;
}
.footer-top-area .parent-dropdown > img{
    filter: brightness(0) invert(1);
    top: 8px;
}
.footer-mid-area{
    max-width: 753px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 84px;
    padding-bottom: 80px;
}
.each-ft-item p{
    margin-bottom: 0;
    margin-bottom: 5px;
}
.each-ft-item p a{
    color: rgba(255, 255, 255, 0.53);
}
.each-ft-item p a:hover{
    color: #fff;
}
.each-ft-item td{
    color: rgba(255, 255, 255, 0.53);
    letter-spacing: 0.16px;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
}
.each-ft-item h4{
    padding-bottom: 13px;
}
.each-ft-item {
    position: relative;
    border-right: 1.5px solid rgba(255, 255, 255, 0.2);
    padding-right: 41px;
}
.footer-mid-area .each-ft-item:last-child{
    padding-right: 0;
    border: 0;
}
.each-ft-item td:nth-child(odd) {
    padding-right: 5px;
}
.each-ft-item tr{
    display: flex;
}
.footer-social ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.ft-btm-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 44px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.2);
}
.privacy-policy p{
    margin-bottom: 0;
}
.footer-social li img{
    width: 14px;
}
.footer-social li{
    padding-left: 0;
}
.footer-social ul a {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    position: relative;
    z-index: 3;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social ul a::before {
    content: '';
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: #010E08;
    height: 40px;  
    width: 40px;
    top: 1px;       
    left: 1px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social ul a:hover::before {
    background-color: rgba(6, 29, 17, 1);
}
.footer-social ul a:hover{
    background-color: rgba(6, 29, 17, 1);
}
.footer-social ul a:hover img{
    filter: brightness(0);
}
.privacy-policy a{
    color: rgba(255, 255, 255, 0.53);
}
.privacy-policy a:hover{
    color: #fff;
}
.ft-menu li:hover a{
    color: #FBB429;
}
.ft-menu li{
    padding-left: 0;
    font-family: 'Inter-Medium';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.ft-menu li.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(76%) sepia(66%) saturate(606%) hue-rotate(335deg) brightness(97%) contrast(102%);
}
.footer-top-area .col-lg-5{
    width: 41%;
}
.footer-top-area .col-lg-4{
    width: 34%;
}
.ft-menu .parent-dropdown > ul > li > a{
    color: #FFF;
}
/* ---------- diens list -------- */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.each-inner-banner {
	height: 600px;
    position: relative;
}
.each-inner-banner img {
	height: 100%;
	object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 210px;
    z-index: 2;
    width: 100%;
}
/* **** diens-list-sec ***** */
.diens-list-sec{
    padding-top: 120px;
    padding-bottom: 150px;
    position: relative;
    background-color: #F7F5EF;;
}
.each-diens-list-img{
    height: 375px;
}
.each-diens-list-img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.each-diens-list-info h3{
    color: #10183C;
    padding-bottom: 28px;
}
.each-diens-list-info p{
    color: #10183C;
    font-family: 'Inter-Medium';
    letter-spacing: 0.32px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.each-diens-list-info .common-btn {
    margin-top: 22px;
}
.each-diens-list-info {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
}
.each-diens-list{
    padding-bottom: 80px;
    position: relative;
}
.diens-list-sec .each-diens-list:last-child{
    padding-bottom: 0;
}
.each-diens-list .col-lg-5{
    width: 51%;
}
.each-diens-list .col-lg-7{
    width: 49%;
}
.each-diens-text-mob{
    display: none;
}
.diens-list-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
}
.diens-list-sec .each-diens-list:nth-child(even) .each-diens-list-info{
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 24px;
}
.diens-list-merk-mob{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    display: none;
}
/* ------------- DIENS DTL ---------- */
/****bk-btn****/
.bk-btn {
    padding-top: 188px;
    padding-bottom: 24px;
    background: #F2F0EB;
}
/* **** diens-top-sec ***** */
.diens-top-sec{
    position: relative;
    background-color: #F2F0EB;
}
.diens-dtl-top-merk{
    position: absolute;
    top: -132px;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.diens-top-img img{
    border-radius: 20px;
}
.diens-top-img {
    position: relative;
    z-index: 1;
}
.diens-top-text{
    max-width: 730px;
    margin-left: auto;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.diens-top-text h2{
    padding-bottom: 25px;
}
.diens-top-text p{
    letter-spacing: 0.32px;
}
/* ***** diens-dtl-mid-sec **** */
.diens-dtl-mid-sec{
    background-color: #F2F0EB;
    position: relative;
    padding-top: 153px;
    padding-bottom: 106px;
}
.diens-dtl-mid-sec::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, rgba(242, 240, 235, 0.00) 0%, #F2F0EB 100%);
    position: absolute;
    pointer-events: none;
}
.diens-dtl-mid-text td {
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.30);
    background: #F0E6D7;
    position: relative;
    z-index: 1;
    padding: 78px 26px 125px;
    transition:  all .5s;
    -webkit-transition: all .5s;
    width: 32.1%;
    text-align: center;
}
.diens-dtl-mid-text tr {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.diens-dtl-mid-text table {
    width: 100%;
}
.diens-dtl-mid-text  td:hover {
    border: 1.5px solid #F1A900;
    background: #F0E6D7;
    box-shadow: 0 0 50px 0 rgba(241, 169, 0, 0.25);
    transition:  all .5s;
    -webkit-transition: all .5s;
}
.diens-dtl-mid-text td h4{
    color: #0A1520;
    padding-bottom: 22px;
}
.diens-dtl-mid-text td p{
    letter-spacing: 0.32px;
}
.diens-dtl-mid-heading{
    padding-bottom: 43px;
    position: relative;
    z-index: 1;
}
/* *******form-sec***** */
.form-sec{
    position: relative;
    background: #F4EADB;
    padding-top: 110px;
    padding-bottom: 109px;
    overflow: hidden;
}
.form-mark{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.form-mark img{
    height: 100%;
    object-fit: cover;
}
.form-merk-mob{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    display: none;
}
.form-dtl-area .form-group {
  position: relative;
  margin-bottom: 12px;
}
.form-group-ad{
    margin-bottom: 0;
}
.foto_upload {
  color: rgba(19, 19, 19, 0.50);
}
.form-sec .form-group label {
    position: absolute;
    top: 20px;
    left: 0;
    color: rgba(19, 19, 19, 0.50);
    transition: 0.3s;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.32px;
}
.form-dtl-area .form-group.focused label {
    top: 0px;
}
.form-dtl-area .form-style:focus + label{
    top: 0px;
}
.form-heading{
    max-width: 609px;
    margin-right: auto;
    padding-bottom: 40px;
}
.form-dtl-area{
    max-width: 703px;
    margin-right: auto;
}
.form-main-area .form-style {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(19, 19, 19, 0.50);
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 22px 0 12px;
    padding-left: 0;
    color: #131313;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-main-area  .form-style.foto_upload{
    color: rgba(19, 19, 19, 0.50);
}
.form-main-area .form-style::placeholder {
    color: rgba(19, 19, 19, 0.50);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-style:-ms-input-placeholder {
    color: rgba(19, 19, 19, 0.50);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-style:focus {
    box-shadow: none;
    border-color: #F1A900;
    background: transparent;
    color: #131313;
}
/* .form-main-area .form-style:focus::placeholder {
    color: #F4F4F4;
} */
.form-main-area textarea.form-style {
    height: 117px;
    resize: none;
}
.form-contact-dtl{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 30px;
}
.form-top-area{
    position: relative;
}
.form-top-area::after {
    content: "";
    position: absolute;
    left: 58%;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(19, 19, 19, 0.50);
    transform: translateX(-50%);
}
.each-form-cantact p{
    margin-bottom: 0;
}
.form-contact-dtl .each-form-cantact:last-child{
    margin-bottom: 0;
}
.each-form-cantact h4{
    padding-bottom: 13px;
    color: #131313;
}
.form-dtl-area .common-btn{
    margin-top: 20px;
}
.each-form-cantact a:hover{
    color: #F1A900;
}
.each-form-cantact a{
    padding-left: 0;
    color: rgba(19, 19, 19, 0.53);
}
.each-form-cantact p{
    margin-bottom: 3px;
    color: rgba(19, 19, 19, 0.53);
}
.each-form-cantact td{
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: rgba(19, 19, 19, 0.53);
    letter-spacing: 0.16px;
}
.each-form-cantact tr {
    display: flex;
    gap: 3px;
}
.form-heading h2{
    margin-bottom: 17px;
}
.form-heading p{
    margin-bottom: 0;
}
body .form-dtl-area .error_cls,
body .form-dtl-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-main-area{
    padding-top: 40px;
}
.form-dtl-area .form-style::placeholder {
    color: rgba(19, 19, 19, 0.50);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ***** diens-btm-sec ***** */
.diens-btm-sec{
    padding-top: 120px;
    padding-bottom: 88px;
    background: #F2F0EB;
}
.diens-btm-heading{
    padding-bottom: 76px;
}
/* ----- contact ------ */
.map {
    height: 600px;
    position: relative;
}
/* ------ over ons ------ */
/* *** over-ons-top-sec ** */
.over-ons-top-sec{
    position: relative;
    padding-top: 97px;
    padding-bottom: 120px;
    background: #F2F0EB;
}
.over-ons-top-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.over-ons-top-merk-mob{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    display: none;
}
.over-ons-top-left-img{
    display: flex;
    gap: 24px;
    align-items: center;
}
.over-ons-top-left-big-img img{
    border-radius: 10px;
}
.over-ons-top-left-small-img img{
    border-radius: 10px;
}
.over-ons-top-text p strong{
    display: block;
    font-weight: normal;
}
.over-ons-top-right-big-img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.over-ons-top-right-big-img{
    height: 100%;
}
.over-ons-top-right-small-img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.over-ons-top-right-small-img{
    height: 100%;
}
.over-ons-top-left-area{
    height: 100%;
}
.over-ons-top-right{
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}
.over-ons-top-sec .row{
    margin-left: -12px;
    margin-right: -12px;
}
.over-ons-top-sec .col-lg-7{
    padding-left: 12px;
    padding-right: 12px;
    width: 61%;
}
.over-ons-top-sec .col-lg-5{
    padding-left: 12px;
    padding-right: 12px;
    width: 39%;
}
.over-ons-top-text{
    padding-bottom: 150px;
    max-width: 834px;
}
.over-ons-top-text P{
    font-family: 'Inter-Medium';
}
.over-ons-top-text h2{
    padding-bottom: 24px;
}
/* **** oveer-ons-mid-sec **** */
.over-ons-mid-text{
    border-radius: 20px;
    border: 1.5px solid rgba(19, 19, 19, 0.30);
    background: #F4EADB;
    height: 100%;
    padding: 70px 55px 48px;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.over-ons-mid-text p{
    max-width: 766px;
    margin-bottom: 0;
    font-family: 'Inter-Medium';
}
.over-ons-mid-text h4{
    padding-bottom: 24px;
    color: #131313;
}
.over-ons-mid-img img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-img{
    height: 100%;
}
.each-over-ons-mid-area .row{
    margin-left: -12px;
    margin-right: -12px;
}
.each-over-ons-mid-area .col-lg-8{
    padding-left: 12px;
    padding-right: 12px;
}
.each-over-ons-mid-area .col-lg-4{
    padding-left: 12px;
    padding-right: 12px;
}
.each-over-ons-mid-area{
    padding-bottom: 24px;
}
.oveer-ons-mid-sec .each-over-ons-mid-area:last-child{
    padding-bottom: 0;
}
.each-over-ons-mid-area:hover .over-ons-mid-text{
    border: 1.5px solid #F1A900;
    box-shadow: 0 0 50px 0 rgba(241, 169, 0, 0.25);
}
.over-ons-mid-heading{
    padding-bottom: 55px;
}
.oveer-ons-mid-sec {
    padding-top: 95px;
    padding-bottom: 95px;
    background: #F2F0EB;
}
/* **** team sec *** */
.team-sec{
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background: #F2F0EB;
    padding-top: 122px;
}
.team-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 54%;
}
.team-image img{
    border-radius: 20px;
}
.each-team-member{
    position: relative;
}
.each-team-member::after{
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.00) 0%, #070707 64.19%);
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
}
.each-team-member{
    position: relative;
}
.team-dtls{
    position: absolute;
    bottom: -35px;
    left: 0;
    padding: 30px;
    text-align: center;
    z-index: 1;
    transition: all 0.5s;
}
.team-dtls p {
    color: #fff;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    letter-spacing: 0.32px;
    font-family: 'Inter-Medium';
    padding-right: 8px;
}
.team-dtls h6{
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
    padding-top: 5px;
}
.each-team-member:hover::after{
    opacity: 1;
}
.each-team-member:hover .team-dtls{
    bottom: 0;
}
.each-team-member:hover .team-dtls p{
    opacity: 1;
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    height: 264px;
    overflow-y: auto;
}
.team-heading {
    padding-bottom: 55px;
}
.team-slider-btn .common-arrow strong::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.team-slider-btn .common-arrow strong::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: rgba(22, 22, 22, 1);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.team-slider-btn .common-arrow:hover strong {
    background-color: rgba(22, 22, 22, 1);
}
.team-slider-btn .common-arrow strong:hover::before{
    background: rgba(6, 29, 17, 1);
}
.team-slider-btn .common-arrow strong img {
    z-index: 1;
}
.team-slider-btn .swiper-button-next{
    right: -20px;
}
.team-slider-btn .swiper-button-prev{
    left: -20px;
}

/* -------- vacature dtl --------- */
.diens-top-sec .diens-top-text h6{
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: #131313;
    letter-spacing: 0.16px;
}
.vacature-mid-sec .diens-dtl-mid-text td{
    width: 48.5%;
    text-align: left;
    padding: 64px 40px 50px;
}
.vacature-mid-sec .diens-dtl-mid-text td li{
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Medium';
    color: #131313;
    letter-spacing: 0.32px;
}
.vacature-mid-sec .diens-dtl-mid-text td li::after{
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background-color: #131313;
    width: 6px;
    height: 6px;
    border-radius: 100px;
}
.vacature-mid-sec .diens-dtl-mid-text tr{
    gap: 32px;
}
.vacature-mid-sec .diens-dtl-mid-text ul{
    padding-left: 12px;
}


/* -------------- bedankt -------------- */
.modal-area .modal-dialog {
    max-width: 1076px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(7, 7, 7, 0.50);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
	position: relative;
    border: none;
    border-radius: 20px;
    background: #F8F8F7;
    backdrop-filter: blur(12px);
}
.modal-area .modal-content-wrap {
    overflow: hidden;
    border-radius: 20px;
    border: 1.5px solid #F1A900;
    background: #010E08;
    box-shadow: 0 0 24px 0 rgba(241, 169, 0, 0.40);
}
.modal-area .modal-content .popup-content{
    padding: 104px 48px;
   text-align: center;
}
.modal-area .modal-content .col-lg-5 {
    width: 100%;
}
.modal-area .modal-content .col-lg-7 {
    width: 100%;
}
.modal-area .popup-content ul {
    margin-bottom: 2px;
    padding: 0;
}
.modal-area .popup-content  h2{
    color: #FFF;
    padding-bottom: 38px;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
    width: 50px;
    height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100px;
	z-index: 3;
}
.close-img strong{
    position: relative;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: rgba(22, 22, 22, 1);
    width: 50px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.close-img strong::before {
    content: '';
    position: absolute;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: rgba(241, 169, 0, 1);
    width: 48px;
    height: 54px;
    top: 2px;
    left: 2px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.modal-area .close-img img {
	width: 34px;
    height: 34px;
    left: 2px;
    position: relative;
    top: 1px;
}
.modal-area .popup-content ul li {
    color: #FFF;
    padding-left: 0px;
    list-style: none;
    list-style-position: inside;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
    letter-spacing: 0.32px;
}
.modal-area .popup-content ul li:last-child{
    margin-bottom: 0;
}
.modal-area .popup-content ul li::after{
    background-color: rgba(16, 24, 60, 0.8);
    background-image: none;
    border-radius: 100px;
    display: none;
}
.modal-area .popup-content p{
    color: #FFF;
    margin-bottom: 32px;
    font-family: 'Montserrat-Medium';
    letter-spacing: 0.32px;
    margin-bottom: 48px;
}
.modal-area .popup-content p:last-child{
    margin-bottom: 0;
}
.thank-you-banner .each-inner-banner{
    height: 896px;
}
.thank-you-banner .inner-banner-content{
    bottom: 156px;
}
.thank-you-banner .inner-banner-text h1{
    padding-bottom: 82px;
}

/* ------ aanbod-list ------*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 228px 0 60px;
    position: relative;
}
/* .filter-left-title h5{
    font-size: 2rem;
    color: #1E1E1E;
    font-family: 'Lora-Medium';
    letter-spacing: normal;
} */

.filter-wrap{
    display: flex;
}
/* .filter-left-title {
    width: 10%;
} */
.filter-main-area{
    max-width: 843px;
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #F4E9D8;
    /* padding: 10px 20px 20px; */
    padding: 6px 20px 6px;
}
.aanbod-list-top-merk{
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #061D11;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-family: 'Montserrat-Medium';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #F1A900;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(7240%) hue-rotate(10deg) brightness(106%) contrast(102%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    /* height: 50px; */
    height: 40px;
    color: #131313;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #F4E9D8;
    /* padding: 0 30px 0 18px; */
    padding: 0 30px 0 8px;
    /* padding-left: 0; */
    background: url(../images/filter-arrow.svg) #F4E9D8 no-repeat 91% center / 13px;
    appearance: none;
    /* line-height: 50px; */
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 5px;
    border-color: #F4E9D8;
    color: #F1A900;
    background: url(../images/filter-arrow-hover.svg) #F4E9D8 no-repeat 91% center / 13px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #F1A900;
    color: #F1A900;
    /* padding-left: 8px; */
    background: url(../images/filter-arrow-hover.svg) #F4E9D8 no-repeat 91% center / 13px;
}
.each-filter::after{
    content: "";
    left: -12px;
    top: 8px;
    background-color: rgba(26, 26, 26, 0.10);
    position: absolute;
    height: 24px;
    width: 1px;
}
.filter-main-area .col-lg-3:first-child  .each-filter::after{
    display: none;
} 
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #F4E9D8;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F1A900;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.5);
}
.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: #131313;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #131313;
    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 #131313;
    background-color: #F4E9D8;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #F1A900;
    border-color: #F1A900;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    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: 5px;
    background-color: #061D11;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid #061D11;
    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: #F1A900;
    color: #1D1D1B;
    border-color: #F1A900;
}
.auto-overview-tag:hover img{
    filter: brightness(0);
}
.hidden-filter .col-lg-3 {
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Inter-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 8px;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    background-color: #061D11;
    border-color: #061D11;
    backdrop-filter: blur(2px);
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #FBB429;
    border-color: #FBB429;
    color: #131313;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	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: 3;
    background-color: #010E08;
    border-bottom: 1px solid #010E08;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #F1A900;
    border: 1px solid #F1A900;
    color: #1E1E1E;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(241, 169, 0, 0.6);
    color: #fff;
    border-color: rgba(241, 169, 0, 0.6);
}
.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: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 339px;
}
.sorteren_op-filter .select-style {
    width: 100%;
    height: 50px;
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #061D11;
    padding: 0 104px 0 104px;
    background: url(../images/sorteren_op_filter-arrow.svg) #061D11 no-repeat 91% center / 14px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sorteren_op-filter .select-style:hover{
    color: #131313;
    background: url(../images/filter-arrow.svg) #FFCE5A no-repeat 91% center / 13px;
}
.sorteren_op-filter  .each-filter::after{
    display: none;
}
.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: #F1A900;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(241, 169, 0, 0.4);
    border-color: rgba(241, 169, 0, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(241, 169, 0, 0.8);
}
.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: #131313;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #131313;
    padding: 8px;
    background-color: #F4E9D8;
    width: 87px;
    color: #131313;
    font-size: 1.6rem;
    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: #131313;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #F1A900;
}
.range-block label {
    color: #131313;
}
/* ** aanbod-list-product-sec *** */
.aanbod-list-product-sec .row{
    row-gap: 20px;
}
.aanbod-list-product-sec{
    padding-bottom: 110px;
}
/* ----- verkocht ------ */
.verkocht-sec{
    position: relative;
}
.verkocht-top-merk{
    position: absolute;
    top: 125px;
    left: 0;
    pointer-events: none;
}
.verkocht-sec{
    padding-top: 203px;
    padding-bottom: 135px;
    background: #EDEBE6;
}
.verkocht-heading h2{
    padding-bottom: 26px;
}
.verkocht-heading{
    padding-bottom: 64px;
}
.verkocht-sec .row{
    row-gap: 30px;
    z-index: 1;
    position: relative;
}
.verkocht-btn  p{
    margin-bottom: 12px;
    margin-top: 8px;
}
/* ------ AANBOD DTL ----------- */
/* ******aanbod-dtl-top-sec********** */
.aanbod-dtl-top-car-slider img{
    border-radius: 10px;
}
.aanbod-dtl-top-sec{
    background: #F7F5EF;
}
.aanbod-dtl-top-slider .swiper-button-next {
    right: -20px;
}
.aanbod-dtl-top-slider .swiper-button-prev {
    left: -20px;
}
.aanbod-dtl-top-slider .common-arrow{
    top: 47.5%;
}
.aanbod-dtl-car-info p{
    margin-bottom: 0;
    margin-top: 8px;
}
.aanbod-dtl-car-info table{
    width: 100%;
}
.aanbod-contact-text p{
    margin-bottom: 0;
}
.aanbod-dtl-car-info td{
    text-align: center;
    position: relative;
}
.aanbod-dtl-car-info tr{
    display: flex;
    align-items: end;
    gap: 24px;
    flex-wrap: wrap;
}
.aanbod-dtl-top-slider .common-arrow strong::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: rgba(22, 22, 22, 1);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.aanbod-dtl-top-slider .common-arrow strong::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.aanbod-dtl-top-slider .common-arrow strong:hover::before {
    background-color: rgba(6, 29, 17, 1);
}
.aanbod-dtl-top-slider .common-arrow strong:hover::after {
    background-color: rgba(6, 29, 17, 1);
}
.aanbod-dtl-top-slider .common-arrow strong img {
    z-index: 1;
}
.aanbod-dtl-top-slider .common-arrow:hover strong{
    background-color: rgba(6, 29, 17, 1);
}
.bk-btn.bk-btn-aanbod-dtl{
    background: #F7F5EF;
}
.aanbod-dtl-top-btn{
    margin-top: -74px;
    margin-bottom: 47px;
}
.aanbod-dtl-top-merk{
    position: absolute;
    top: 116px;
    left: 0;
    pointer-events: none;
}
.aanbod-dtl-top-merk-mob{
    position: absolute;
    top: 82px;
    left: 0;
    pointer-events: none;
    width: 100%;
    display: none;
}
.aanbod-dtl-side-car{
    display: flex;
    gap: 15px;
    align-items: center;
}
.aanbod-dtl-top-wrap .col-lg-7{
    width: 56%;
}
.aanbod-dtl-top-wrap .col-lg-5{
    width: 44%;
}
.aanbod-dtl-car-info-area{
    max-width: 628px;
    margin-left: auto;
    padding-top: 28px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.aanbod-dtl-shear-btn {
    padding-top: 60px;
    padding-bottom: 57px;
}
.aanbod-dtl-shear-btn li h4{
    color: #061D11;
}
.aanbod-dtl-shear-btn li h4 strong{
    font-weight: normal;
    color: rgba(19, 19, 19, 0.50);
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.aanbod-dtl-shear-btn ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-dtl-shear-btn li{
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-car-info-mid{
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.10);
    background: #F4E9D8;
    padding: 22px 42px 20px 30px;
}
.aanbod-dtl-car-info-mid td strong {
    font-weight: normal;
    display: block;
    color: rgba(19, 19, 19, 0.50);
    padding-top: 10px;
}
.aanbod-dtl-car-info-mid td{
    font-family: 'Inter-Regular';
    letter-spacing: 0.16px;
    font-size: 1.6rem;
    color: #131313;
    line-height: 24px;
}
.aanbod-dtl-car-info-mid tr {
    display: flex;
    row-gap: 10px;
    column-gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aanbod-dtl-car-info-mid table{
    width: 100%;
}
.aanbod-dtl-car-info-top h3{
    color: #131313;
    padding-bottom: 14px;
}
.aanbod-dtl-car-info-top p{
    margin-bottom: 0;
}
.aanbod-dtl-car-info-top{
    padding-bottom: 60px;
}
.aanbod-dtl-top-btn .common-btn{
    padding: 12px 70px;
    border: 1.5px solid #F1A900;
    background-color: transparent;
    color: #131313;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-btn .common-btn:hover{
    border-radius: 100px;
    border: 1.5px solid #F1A900;
    color: #FFF;
    background: #061D11;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn ul li{
    padding-left: 0;
    transition:  all .5s;
    -webkit-transition: all .5s;
}
.each-dtl-side-car{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background: linear-gradient(0deg, #061D11 0%, #061D11 100%);
}
.overlay p{
    color: #FFF;
    font-family: 'Inter-Medium';
    margin-bottom: 0;
    letter-spacing: 0.32px;
}
.overlay h6{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Inter-Medium';
}
.each-dtl-side-car img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-shear-btn li a:hover img {
   filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(7240%) hue-rotate(10deg) brightness(106%) contrast(102%);
}
.aanbod-dtl-shear-btn li img {
    width: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(19, 19, 19, 0.70);
    text-transform: none;
	font-size: 2.4rem;
    letter-spacing: 0.24px;
    line-height: 32px;
	font-family: 'Inter-SemiBold';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #F1A900;
}
.tab_container.tab-content{
	max-width: 1100px;
    padding-right: 10px;
}
.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_content p{
    padding-right: 10px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 74px;
	padding-bottom: 120px;
    background: #F7F5EF;
}
.dtl-tab-sec::after{
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 84px;
    position: absolute;
    background: linear-gradient(180deg, rgba(247, 245, 239, 0.00) 0%, #F7F5EF 100%);
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 42px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 17px;
    margin-bottom: -17px;
}
.tab-btn .tabs li.active{
	color: #F1A900;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 100px;
    row-gap: 38px;
}
.kenmerken-tab li {
    line-height: 30px; 
    width: 14%;
	padding: 0 0 17px;
	position: relative;
	font-family: 'Inter-Regular';
	color: rgba(19, 19, 19, 0.70);
    font-size: 1.6rem;
	line-height: 24px;
    letter-spacing: 0.16px;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    background: transparent;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #131313;
    padding-top: 6px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.32px;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(19, 19, 19, 0.70);
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #F1A900;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 5px;
	font-family: 'Inter-Regular';
    color: #131313;
    line-height: 24px;
}
.dtl-tab-sec .bullet-panel ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #131313;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1A900;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #F1A900;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
    color: rgba(19, 19, 19, 1);
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(19, 19, 19, 0.70);
	font-family: 'Inter-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #F1A900;;
    cursor: pointer;
    margin-top: 47px;
	font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #131313;
}
.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(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #F7F5EF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(241, 169, 0, 1);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(241, 169, 0, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(241, 169, 0, 0.6);
	max-width: 93%;
}
.popup-cross{
    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 rgba(241, 169, 0, 1);
}
.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: 38px;
    filter: brightness(0);
}
.tab-popup-area h3{
	font-family: 'Montserrat-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3.2rem;
    color: #131313;
}
.tab-popup-area p{
    color: rgba(19, 19, 19, 0.70);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'Montserrat-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'Montserrat-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #131313;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(19, 19, 19, 0.70);
	font-family: 'Montserrat-Regular';
    line-height: 30px;
    color: rgba(19, 19, 19, 1);
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
    filter: none;
    opacity: 1;
    top: 0;
    opacity: 1;
    filter: none;
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(7240%) hue-rotate(10deg) brightness(106%) contrast(102%);
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: -1px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li:hover::after{
    opacity: 1;
    filter: none;
    filter: brightness(0) saturate(100%) invert(77%) sepia(37%) saturate(7240%) hue-rotate(10deg) brightness(106%) contrast(102%);
}
.tab-btn .tabs li.active::before {
    content: "";
    height: 2px;
    background-color:  #F1A900;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
}
.dtl-tab-mark{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.dtl-tab-mark img{
	height: 100%;
	object-fit: cover;
}
.mobile-tab-right-btn{
    display: none;
}
.tab-btn-wrap{
    border-bottom: 2px solid rgba(19, 19, 19, 0.50);
    padding-bottom: 15px;
}
.aanbod-contact-img{
    width: 67px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 100px;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 32px;
    padding: 6px 20px;
    align-items: center;
    background: #F1A900;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(47, 47, 47, 0.20);
    border-bottom: 0;
}
.tab-content-wrap {
    padding-top: 40px;
}
.tab-content-wrap .col-lg-3{
    width: 29.5%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .col-lg-9{
    width: 70.5%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .row{
    margin-left: -4px;
    margin-right: -4px;
}
.aanbod-contact-info-wrap{
    border-radius: 0 0 10px 10px;
    padding: 17px 20px 12px;
    border: 1px solid rgba(19, 19, 19, 0.20);
    background: #F4EADB;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.aanbod-contact-info-wrap ul{
    padding: 0;
    margin: 0;
}
.aanbod-contact-info-wrap ul li{
    padding-bottom: 8px;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 0;
    letter-spacing: 0.16px;
    position: relative;
    margin-bottom: 0;
}
.aanbod-contact-info-wrap li:last-child{
    padding-top: 8px;
    padding-bottom: 0;
}
.aanbod-contact-info-wrap li:first-child::after{
    display: none;
}
.aanbod-contact-info-wrap li::after{
    width: 100%;
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(47, 47, 47, 0.20);
    border-radius: 0;
    top: 0;
    left: -20px;
    content: "";
    position: absolute;
}
.aanbod-contact-info-wrap ul li strong{
    font-weight: normal;
    line-height: 24px;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    color: #131313;
    letter-spacing: 0.32px;
}
.aanbod-contact-info-wrap ul li a{
    padding-left: 8px;
}
.aanbod-contact-info-wrap ul li a{
    font-family: 'Inter-Regular';
    color: #131313;
    letter-spacing: 0.16px;
}
.aanbod-contact-info-wrap ul li a:hover{
    color: #F1A900;
}
.each-aanbod-contact-text a:hover{
    color: rgba(19, 19, 19, 1);
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.each-aanbod-contact-text h4 {
    color: #070707;
    font-size: 2.4rem;
}
.each-aanbod-contact-text a{
    color: rgba(19, 19, 19, 0.70);
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Inter-Regular';
    letter-spacing: 0.14px;
}
.aanbod-contact-info-btn ul li::after{
    display: none;
}
.aanbod-contact-info-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
    transition:  all .5s;
    -webkit-transition: all .5s;
}
.aanbod-contact-info-btn ul{
    display: flex;
    column-gap: 16px;
    align-items: center;
}
.aanbod-contact-info-btn .common-btn{
    padding: 12px 72px;
    border: 1.5px solid #F1A900;
    color: #131313;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info-btn .common-btn:hover{
    background: #061D11;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-contact-info-btn{
    margin-top: 16px;
        transition:  all .5s;
    -webkit-transition: all .5s;
}

/* **** related-product-sec **** */
.related-product-sec{
    padding-top: 150px;
    padding-bottom: 130px;
    background: #F7F5EF;
    position: relative;
}
.related-product-heading{
    padding-bottom: 80px;
}
.related-product-slider::before {
    background: linear-gradient(270deg, rgba(244, 233, 216, 0.00) 0%, #F4E9D8 100%);
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 106px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
    transform: rotate(-180deg);
}
.related-product-slider::after {
    background: linear-gradient(270deg, rgba(244, 233, 216, 0.00) 0%, #F4E9D8 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 106px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2;
}
.related-product-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 45%;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #010E08;

}
.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: #1E1E1E;
    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;
    font-family: 'Inter-Medium';
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    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;
} 


/* Style For Developer start */

/*******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 h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #2F2F2F;
    border-bottom: 1px solid #F1A900;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 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(#F1A900 calc(1*100%/6),#F1A900 0 calc(3*100%/6),#F1A900  0),
              linear-gradient(#F1A900  calc(2*100%/6),#F1A900 0 calc(4*100%/6),#F1A900  0),
              linear-gradient(#F1A900  calc(3*100%/6),#F1A900 0 calc(5*100%/6),#F1A900  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: #F1A900;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* whats app lab  */

.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp 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;
    }
}

/* whats app lab end  */

.team-dtls ::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    background-color: rgba(242, 240, 235, 0.3);
}
.team-dtls ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 6px;
    background-color: rgba(19, 19, 19, 0.5);
}
.banner-sec .common-btn{
	background-color: #FFCE5A;
	color:#061D11;
}
.banner-sec .common-btn:hover{
	color: #FFF;
	background-color: #061D11;
	border-color:#061D11
}