body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: #2A2A2A;
    /*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; 
}
/****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;
}
/* ============================================== index ============================================== */
/**glass-effect**/
.glass-necessary .glass-element {
    display: none;
}
.glass-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.10), 0 0 20px rgba(0, 0, 0, 0.10);
}
.glass-filter {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(2px);
    filter: url(#lg-dist);
    isolation: isolate;
}
.glass-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.10);
}
.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.glass-content {
    position: relative;
    z-index: 3;
}
/****fix-wp****/
.fix-block {
    position: fixed;
    bottom: 115px;
    right: 33px;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.fix-call {
    height: 56px;
    width: 56px;
    border-radius: 100px;
}
.fix-mail {
    height: 56px;
    width: 56px;
    border-radius: 100px;
}
.fix-wp {
    height: 56px;
    width: 56px;
    border-radius: 100px;
    background: #25D366;
}
.fix-wp a,
.fix-call a,
.fix-mail a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.fix-call .glass-overlay , .fix-mail  .glass-overlay {
    background: linear-gradient(90deg, rgba(255, 237, 0, 1) 0%, rgba(255, 255, 255, 1) 90%);
}
.fix-call img,
.fix-mail img{
    filter: brightness(0);
}
.fix-wp img,
.fix-call img,
.fix-mail img {
    width: 20px;
}
.fix-call .glass-element,
.fix-mail .glass-element {
    border-radius: 100px;
}
/****header-area****/
.header-area {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #2A2A2A;
    border-bottom: 1px solid #FFED00;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    width: 362px;
}
.header-nav > ul {
    display: flex;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-nav > ul > li{
    padding-left: 0;
}
.header-nav > ul > li a {
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(20, 20, 20, 0.10);
    backdrop-filter: blur(5.849999904632568px);
    padding: 16px 40px 16px 40px;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #1E1E1E;
}
.header-nav > ul > li a:hover {
    background: linear-gradient(85deg, #FFED00 6.7%, #FFF 100%);
}
.header-nav > ul > li:hover a {
    color: #1E1E1E;
}
.header-nav > ul > li:hover img {
    filter: brightness(0);
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.menu-desk-btn {
    width: 35px;
}
.menu-desk-cross {
    width: 28px;
    display: none;
}
.menu-desk-btn-wrap {
    border-radius: 100px;
    background: linear-gradient(85deg, #FFED00 6.7%, #FFF 100%);
    padding: 14px 40px 16px;
    overflow: hidden;
    margin-top: -9px;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.menu-desk-btn-wrap.active {
    padding: 12px 40px 12px;
}
.menu-desk-btn-wrap.active .menu-desk-btn {
    display: none;
}
.menu-desk-btn-wrap.active .menu-desk-cross {
    display: block;
}
/****dropdown****/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 34px;
    top: 58px;
	border-radius: 5px;
	border: 1px solid rgba(30, 30, 30, 0.1);
	background-color: #fff;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(30, 30, 30, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li::after {
    display: none;
}
.header-nav .parent-dropdown > a {
    padding-right: 15px;
    padding-bottom: 13px;
}
/* .parent-dropdown {
    margin-bottom: 10px;
    margin-top: 8px;
} */
.parent-dropdown ul li a {
	color: #1E1E1E;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #FFED00;
}
.parent-dropdown img {
    cursor: pointer;
    width: 10px;
    position: absolute;
    right: 32px;
    top: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(1);
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #fff;
    padding: 150px 40px 40px;
    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 {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li {
    margin-bottom: 25px;
    font-size: 2.4rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul li,
.side-menu > .side-menu-wrap .side-menu-nav > ul li {
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul li::after,
.side-menu > .side-menu-wrap .side-menu-nav > ul li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a {
    color: rgba(30, 30, 30, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a:hover {
    color: #FFED00;
}
.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(100) invert(1);
}
.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;
    z-index: 3;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}


























































/****menu-btn****/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    gap: 5px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    width: 100%;
    cursor: pointer;
    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: 2px;
    margin: 3px 0 3px auto;
    width: 16px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
/****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1E1E1E;
    padding: 0 40px 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #2C2C2C;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #1E1E1E;
    border-radius: 10px;
}
.mega-menu-nav {
    margin: 78px 0 68px;
    padding-bottom: 54px;
    border-bottom: 1px solid #fff;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    display: flex;
    column-gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.6rem;
    font-family: 'LamaSans-Regular';
    line-height: normal;
    display: table;
    width: 49%;
    margin-bottom: 0;
}
.mega-menu-nav > ul > li:nth-child(even) {
    text-align: right;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav > ul > li > a:hover {
    color: #fff;
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    filter: brightness(0) invert(1);
    width: 20px;
    opacity: 0.5;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #fff;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    top: 40px;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .parent-dropdown ul li a {
    color: #1E1E1E;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: rgba(255, 255, 255, 0.3);
}
.mega-mobile-list {
    margin-top: 34px;
    padding-right: 10px;
}
.mega-mobile-list ul, .mega-mobile-list ul li {
    padding: 0;
    margin: 0;
}
.mega-mobile-list > ul > li {
    margin-bottom: 30px;
}
.mega-mobile-list > ul > li::after,
.mega-social-list li::after  {
    display: none;
}
.mega-mobile-heading h2 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 17rem;
    line-height: 120px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
}
.mega-menu-nav .parent-dropdown img {
    width: 12px;
    top: 9px;
}
.mega-social-list {
    padding-top: 34px;
}
.mega-social-list li {
    padding-left: 0;
    margin-bottom: 0;
}
.mega-social-list ul {
    display: flex;
    gap: 10px;
}
.mega-mobile-menu {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-nav {
    border-bottom: 0;
}
.mega-mobile-info {
    position: relative;
    margin-top: 66px;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: space-between;
    padding-right: 20px;
    border-top: 1px solid #fff;
}
.mobile-each-info h5 {
    margin-bottom: 10px;
    color: #fff;
}
.mobile-each-info p {
    margin-bottom: 5px;
}
.mobile-each-info td {
    color: #fff;
}
.mobile-each-info td:first-child {
    padding-right: 15px;
}
.mobile-each-info p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 900px;
}
.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: 90px;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner-content h1 {
    margin-bottom: 10px;
}
.banner-content .common-btn:last-child {
    margin-left: 14px;
}
/****product-sec****/
.product-sec {
    padding: 48px 0 42px; 
    position: relative;
}
.product-desk-ring {
    position: absolute;
    right: 0;
    top: -45px;
    pointer-events: none;
}
.product-mobile-right-ring {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    display: none;
}
.product-mobile-left-ring {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: none;
}
.product-title {
    margin-bottom: 50px;
    text-align: center;
}
/* .card-heading-wrap {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(20, 20, 20, 0.10);
    backdrop-filter: blur(5.849999904632568px);
    overflow: hidden;
    padding: 27px 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 100px;
    margin-bottom: 16px;
} */
.card-heading-wrap .button {
    position: relative;
    padding-left: 34px;
    padding-right: 17px;
}
.card-heading-wrap .button::after {
    background-image: url(../images/card-heading-arrow.svg);
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    background-size: 6px;
    height: 14px;
    width: 6px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
}
.card-heading-wrap .button:hover::after {
    filter: brightness(0) saturate(100%) invert(87%) sepia(69%) saturate(2294%) hue-rotate(349deg) brightness(98%) contrast(105%);
}
.Personenwagens-btn::before {
    content: '';
    background-image: url(../images/card-heading-vector1.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 17px;
    transform: translateY(-50%);
    border-radius: 0;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}
.Elektrische-btn::before {
    content: '';
    background-image: url(../images/card-heading-vector2.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 17px;
    transform: translateY(-50%);
    border-radius: 0;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}
.Bedrijfswagens-btn::before {
    content: '';
    background-image: url(../images/card-heading-vector3.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 17px;
    transform: translateY(-50%);
    border-radius: 0;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}
.card-heading-wrap .button:hover {
    color: #FFED00;
}
.product-title p {
    max-width: 535px;
    margin: 0 auto;
    margin-top: 15px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    /* height: 100%; */
    height: auto;
}
.each-product {
    position: relative;
}
.each-product-text {
    border-radius: 10px;
    background-color: #1B1B1B;
    overflow: hidden;
    padding: 17px 15px;
    margin-top: 17px;
}
.each-product-top {
    margin-bottom: 17px;
}
.each-product-top h4,
.product-price h4,
.each-product-table td {
    color: #fff;
}
.each-product-top h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.16px;
    margin-bottom: 0;
    line-height: 24px;
}
.each-product-btm {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.each-product-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-table td {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-family: 'LamaSans-Regular';
    /* display: flex;
    flex-direction: column;
    gap: 1px; */
}
.each-product-table td strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}
.each-product-table tr {
    display: flex;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.each-product-table {
    width: 73%;
}
.product-price {
    width: 25%;
}
.product-price h6 {
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-family: 'LamaSans-Regular';
    color: #fff;
}
.product-price h6 strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
}
.product-block .col-lg-7 {
    width: 52%;
}
.product-block .col-lg-5 {
    width: 48%;
}
.each-product-right-block img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-product-right-block {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-right-block-info h6 {
    color: #FFF;
    font-family: 'LamaSans-MediumCondensed';
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 24px;
    margin-top: 15px;
}
.each-product-right-block-info em {
    border-radius: 36px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    backdrop-filter: blur(10px);
    background-color: #2F80ED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.each-product-right-block-info em img {
    border-radius: unset;
    width: 12px;
    height: 8px;
    object-fit: initial;
}
.product-right-block .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
    height: 30%;
}
.product-right-block .row {
    margin-left: -10px;
    margin-right: -10px;
    height: calc(100% + 20px);
    row-gap: 20px;
}
.product-big-car-slider .common-arrow {
    top: 28%;
}
.product-big-car-slider .swiper-button-next

.product-btn {
    padding-left: 20px;
}
.home-product-thumbs-wrapper .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
}
.home-product-thumbs-wrapper .swiper-slide {
    width: 48% !important;
}
.product-right-block {
    display: flex;
    flex-direction: column;
    /* gap: 68px; */
    gap: 21px;
    justify-content: space-between;
    height: 100%;
}
.product-btn .common-btn {
    width: 100%;
    background: #FFED00;
    color: #010101;
}
.product-btn .common-btn:hover {
    background: #FFED00;
    color: #010101;
}
.product-btn .common-btn:hover strong {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(194, 194, 194, 1) 95%);
}
.product-big-car-slider .swiper-button-next {
    right: 2%;
}
.product-big-car-slider .swiper-button-prev {
    left: 2%;
}
.each-product-price-mobile {
    display: none;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.each-product-price-mobile h5 em {
    font-style: normal;
}
.product-sec .each-product-btm{
    height: auto !important;
}
.product-sec .each-product-top{
    height: auto !important;
}
/****service-sec****/
/****service-sec****/
.service-sec {
    background-color: #fff;
    padding-top: 102px;
    overflow: hidden;
    padding-bottom: 16px;
    position: relative;
}
.service-sec::after{
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(../images/service-sec-merk.png);
    width: 789px;
    height: 789px;
    background-repeat: no-repeat;
    background-size: 789px;
    background-position: right center;
    pointer-events: none;
    border-radius: 789px 0 0 789px;
}
.service-title-main h2{
    color: #010101;
    padding-bottom: 14px;
}
.service-title-main p{
    color: #1E1E1E;
    margin-bottom: 0;
}
.service-title-main{
    max-width: 592px;
    margin-right: auto;
    padding-right: 10px;
}
.service-top-btn ul{
    display: flex;
    column-gap: 13px;
    justify-content: end;
    align-items: center;
}
.service-top-btn ul li{
    padding-left: 0;
}
.service-top-btn ul li::after{
    display: none;
}
.service-top-btn .common-btn:hover{
    color: #010101;
}
.service-btn.common-btn:hover{
    color: #010101;
}
.service-title .row{
    align-items: end;
}
.service-title{
    padding-bottom: 245px;
    z-index: 1;
    position: relative;
}
.service-content p{
    color: #1E1E1E;
}
.service-content-info h2{
    display: none;
}
.service-slider {
    overflow: visible;
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.service-slider .swiper-slide {
    transition: all .5s ease;
    transform: translateY(0);
}
.service-slider .swiper-slide-active {
    transform: translateY(-160px);
}
.service-slider .swiper-slide-active .service-img::after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.81) 41.35%, rgba(255, 255, 255, 0.00) 100%);
}
.service-slider .swiper{
    overflow: visible;
}
.service-img{
    height: 584px;
    position: relative;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    border-radius: 10px;
}
.service-content{
    position: absolute;
    left: 0;
    bottom: -34%;
    opacity: 0;
    transition: 0.5s ease;
    text-align: center;
    padding: 35px 48px;
}
.service-item{
    position: relative;
}
.service-slider .swiper-slide-active .service-content{
    opacity: 1;
    z-index: 1;
}
.service-item-heading h2{
    color: #1E1E1E;
    font-size: 8rem;
    line-height: 88px;
    white-space: normal;
    transition-delay: .2s;
    word-break: break-word;
}
.service-content-info p{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-item-heading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: none;
    z-index: 2;
    padding: 26px 58px;
    text-align: center;
}
.service-content-info .service-btn{
    z-index: 1;
}
.service-slider .swiper-button-next{
    right: 25.5%;
}
.service-slider .swiper-button-prev{
    left: 25.5%;
}
.service-slider .common-arrow{
    top: 61%;
}
.service-content-info p , .service-item-heading h2 {
    overflow: hidden;
}  
.service-item-heading h2 .line, .service-content-info p span.line{
    display: block;
    transform: translateY(500%);
    transition: transform 2s cubic-bezier(0.22,1,0.36,1);
}
.service-slider .swiper-slide-active .service-item-heading h2 span.line{
    transform: translateY(0);
    opacity: 1;
}
.service-slider .swiper-slide-active .service-item-heading h2{
    padding-top: 5px;
}
.service-content-info .service-btn{
    transform: translateY(500%);
    transition: transform 1.5s cubic-bezier(0.22,1,0.36,1);
}
.service-slider .swiper-slide-active .service-content-info p span.line, .service-slider .swiper-slide-active .service-content-info .service-btn{
    transform: translateY(0);
}
/****about-sec****/
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-bg {
    padding: 156px 0 10px;
    position: relative;
    overflow: hidden;
}
.about-ring {
    position: absolute;
    left: 0;
    bottom: -15%;
    pointer-events: none;
}
.about-title {
    text-align: center;
    margin-bottom: 194px;
}
.about-title p {
    max-width: 885px;
    margin: 20px auto 0;
}
.about-man {
    width: 320px;
    height: 320px;
    min-width: 320px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #1E1E1E;
    z-index: 1;
}
.about-man img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
}
.about-left li::after {
    background-image: url(../images/about-dot.svg);
    height: 16px;
    width: 16px;
    background-size: 16px;
    top: 4px;
}
.about-left li {
    padding-left: 35px;
    margin-bottom: 20px;
}
.about-left li strong {
    font-weight: normal;
    font-family: 'LamaSans-MediumCondensed';
    font-size: 2.4rem;
    line-height: 32px;
}
.about-left {
    border-radius: 10px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 20px 29px;
    height: 100%;
}
.about-left h4 {
    margin-bottom: 30px;
}
.about-right {
    border-radius: 10px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -20%;
    padding-left: 30%;
}
.about-right p {
    max-width: 465px;
    width: 100%;
}
.about-right p strong {
    font-weight: normal;
}
.about-right h6 {
    font-family: 'LamaSans-RegularCondensed';
    color: #fff;
    line-height: 24px;
}
.about-right h6 em {
    font-style: normal;
    font-family: 'LamaSans-Regular';
}
.about-right img {
    width: 21px;
    height: 16px;
}
.about-man-part {
    position: relative;
    display: flex;
    justify-content: center;
}

.about-man {
    position: absolute;
    top: 0;
    z-index: 10;
    margin-top: 8px;
}
.curved-edge-left {
    --c: 164px;
    width: 740px;
    mask: radial-gradient(var(--c) 50% at right, #0000 calc(100% - 1px), #000);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.curved-edge-right {
    --c: 154px;
    width: 732px;
    mask: radial-gradient(var(--c) 50% at left, #0000 calc(100% - 1px), #000);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
/****google-review-sec****/
.google-review-sec {
    padding-top: 80px;
}
.google-review-wrap {
    padding: 0 35px;
}
/****footer-area****/
.footer-area {
    padding: 50px 0 20px;
    position: relative;
}
.footer-ring {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-logo img {
    width: 362px;
}
.footer-btm-wp {
    border-radius: 41.5px;
    background: #25D366;
    overflow: hidden;
    display: flex;
    gap: 10px;
    max-width: 274px;
    padding: 10px 12px;
    align-items: center;
}
.footer-btm-wp em {
    font-style: normal;
    border: 1px solid #fff;
    height: 63px;
    width: 63px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-btm-wp strong {
    font-weight: normal;
}
.footer-btm-wp strong h6 {
    font-size: 1.4rem;
    font-family: 'HelveticaNeue-Medium';
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.footer-btm-wp strong p {
    font-size: 1.4rem;
    font-family: 'HelveticaNeue-Regular';
    line-height: 20px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-btm-wp a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-btm-wp em img {
    width: 24px;
}
.footer-btm-wp:hover h6 {
    color: #fff;
}
.footer-btm-wp:hover p {
    color: rgba(255, 255, 255, 0.5);
}
.footer-btm-wp-wrap {
    width: 18%;
}
.footer-logo {
    width: 70%;
}
.footer-mid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.each-footer-contact {
    border-radius: 20px;
    background: #1B1B1B;
    overflow: hidden;
    padding: 66px 20px;
    width: 32.6%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-footer-contact p {
    margin-bottom: 3px;
}
.each-footer-contact table {
    width: 100%;
    text-align: left;
    justify-content: center;
    display: flex;
}
.each-footer-contact td,
.each-footer-contact p a {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-contact td:first-child {
    padding-right: 38px;
}
.each-footer-contact p a:hover {
    color: #fff;
}
.each-footer-contact h5 {
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 14px;
}
.footer-btm-logo li::after,
.footer-social li::after {
    display: none;
}
.footer-btm-logo li,
.footer-social li {
    padding-left: 0;
}
.footer-btm {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; */
}
.footer-btm-logo ul {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.footer-social ul {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: end;
}
.footer-credit a,
.footer-social li a {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
.footer-credit a:hover,
.footer-social li a:hover {
    color: #fff;
}
/* ============================================== diensten ============================================== */
/****inner-banner****/
.inner-banner {
    position: relative;
    z-index: 1;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.inner-banner-content {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
/****diens-list-info-sec****/
.diens-list-info-sec {
    padding-top: 103px;
    position: relative;
    padding-bottom: 73px;
    background: #fff;
}
.diens-list-info-sec::after {
    background-image: url(../images/d-list-blur.png);
    content: '';
    position: absolute;
    right: 0;
    top: -60px;
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    width: 54%;
    height: 77%;

    /* width: 53%;
    height: 41%; */
    pointer-events: none;
    background-size: contain;
    z-index: 0;
}
.each-list-img{
    height: 498px;
}
.each-list-img img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-diens-list::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.each-diens-list{
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.each-list-text{
    position: absolute;
    left: 0;
    padding: 50px;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}
.each-list-text h2{
    padding-bottom: 32px;
    letter-spacing: 4.48px;
}
.hover-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.each-diens-list:hover .hover-content p{
    -webkit-line-clamp: 2;
}
.hover-content {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.each-diens-list:hover .hover-content {
    visibility: visible;
    height: 130px;
}
.each-diens-list:hover .each-list-text {
    padding-bottom: 53px;
}
.each-diens-list:hover::after {
    opacity: 1;
}
.diens-list-area .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.diens-list-area .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 28px;
}
.diens-list-info-sec .container {
    position: relative;
    z-index: 1;
}
/* ============================================== over-ons ============================================== */
/****over-ons-top****/
.over-ons-top {
    background-color: #fff;
    padding: 134px 0 64px;
}
.over-ons-top h2 {
    color: #1E1E1E;
}
.over-ons-top p {
    color: #1E1E1E;
    max-width: 740px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
    padding-left: 20px;
}
/****over-ons-about****/
.over-ons-about {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 57px;
}
.over-ons-about .about-left,
.over-ons-about .about-right {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: rgba(20, 20, 20, 0.10);
    backdrop-filter: blur(5.849999904632568px);
}
.over-ons-about .about-left h4,
.over-ons-about .about-left li,
.over-ons-about .about-right p,
.over-ons-about .about-right h6 {
    color: #1E1E1E;
}
.curved-edge-left {
    width: 745px;
}
.curved-edge-right {
    --c: 160px;
}
.over-ons-about-left-ring img{
    width: 100%;
}
.over-ons-about-right-ring  img{
    width: 100%;
}
.over-ons-about-left-ring {
    position: absolute;
    left: 0;
    top: 45px;
    pointer-events: none;
    width: 15%;
}
.over-ons-about-right-ring {
    position: absolute;
    right: 0;
    top: 45px;
    pointer-events: none;
    width: 15%;
}
.over-ons-about-top-ring,
.over-ons-about-btm-ring {
    display: none;
}
/****over-ons-mid****/
.over-ons-mid-bg {
    padding: 69px 0 95px;
}
.each-over-ons-mid {
    border-radius: 10px;
    overflow: hidden;
    padding: 26px 30px 6px;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid:hover {
    border-color: #FFED00;
}
.over-ons-mid-title {
    margin-bottom: 63px;
}
.over-ons-mid .col-lg-4 {
    padding-left: 9px;
    padding-right: 9px;
}
.over-ons-mid .row {
    margin-left: -9px;
    margin-right: -9px;
}
.each-over-ons-mid h5 {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
}
.each-over-ons-mid p {
    padding-left: 27px;
}
.each-over-ons-mid h5::after {
    background-image: url(../images/over-ons-mid-ellipse.svg);
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-size: 16px;
}
/* ============================================== diensten-dtl ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding-top: 35px;
    position: relative;
}
.diensten-dtl-top-img{
    height: 100%;
}
.diensten-dtl-top-img img,
.each-d-btm-part img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top .row:first-child > div > * {
    width: 100%;
    height: 100%;
}
.each-d-top-part-bg {
    /* height: 339px; */
    min-height: 339px;
    border-radius: 10px;
    overflow: hidden;
}
.each-d-btm-part {
    height: 191px;
}
.each-d-btm-part img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-part {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-left: 20px;
}
.diensten-dtl-top-info p {
    max-width: 490px;
    width: 100%;
}
.diensten-dtl-top .col-md-5 {
    width: 51%;
}
.diensten-dtl-top .col-md-7 {
    width: 49%;
}
.diensten-dtl-top-info {
    padding-left: 20px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 30px;
}
.each-d-top-part-bg-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px 24px 62px;
    position: relative;
    z-index: 1;
}
.each-d-top-part-bg-info .common-btn {
    max-width: max-content;
    color: #010101;
}
.each-d-top-part-bg {
    position: relative;
}
.each-d-top-part-bg::after {
    border-radius: 10px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.81) 77.88%, rgba(255, 255, 255, 0.00) 100%);
    overflow: hidden;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.each-d-top-part-bg-info h5,
.each-d-top-part-bg-info p {
    color: #010101;
}
.each-d-top-part-bg-info h5 {
    line-height: 32px;
    letter-spacing: normal;
}
.each-d-top-part-bg-info p {
    margin: 22px 0 33px;
    max-width: 250px;
    width: 100%;
}
.diensten-dtl-top-ring {
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
}
.diensten-dtl-top .container {
    position: relative;
    z-index: 1;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding: 76px 0 118px;
}
.diensten-dtl-mid-wrap {
    border-radius: 122.5px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5.849999904632568px);
    padding: 30px 96px 25px;
}
.diensten-dtl-mid-wrap h5 {
    position: relative;
    padding-left: 30px;
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 26px;
}
.diensten-dtl-mid-wrap h5::after {
    background-image: url(../images/diensten-dtl-mid-icon.svg);
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-size: 16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.diensten-dtl-mid-wrap table{
    width: 100%;
}
.diensten-dtl-mid-wrap td {
    padding-right: 60px;
    padding-left: 60px;
    position: relative;
    width: 33.33%;
}
.diensten-dtl-mid-wrap td:first-child {
    padding-left: 0;
}
.diensten-dtl-mid-wrap td:last-child {
    padding-right: 0;
}
.diensten-dtl-mid-wrap td:last-child::after {
    display: none;
}
.diensten-dtl-mid-wrap td::after {
    position: absolute;
    right: 0;
    /* top: 50%; */
    top: 72px;
    /* transform: translateY(-50%); */
    background-color: #fff;
    height: 81px;
    width: 1px;
    content: '';
}
.diensten-dtl-mid-wrap tr {
    display: flex;
}
.diensten-dtl-mid li {
    list-style-type: none;
}
.diensten-dtl-mid-wrap p{
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    background-color: #fff;
    padding: 84px 0 76px;
}
.form-title {
    text-align: center;
    margin-bottom: 50px;
}
.form-title h3 {
    margin-bottom: 13px;
}
.form-title p {
    max-width: 670px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #010101;
}
.each-form-left-wrap {
    overflow: hidden;
    padding: 24px 24px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.00);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.each-form-contact ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 30px;
}
.each-form-contact li {
    list-style-type: none;
    color: #010101;
    font-size: 2.4rem;
    font-family: 'LamaSans-SemiBoldCondensed';
    padding-left: 0;
    letter-spacing: 1.2px;
}
.each-form-contact li::after {
    display: none;
}
.each-form-contact li img {
    width: 24px;
    height: 18px;
}
.each-form-contact li:first-child {
    border-radius: 100px;
    background-color: rgba(1, 1, 1, 0.10);
    overflow: hidden;
    height: 55px;
    min-width: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-form-arrow {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 100px;
    background-color: #010101;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-left-wrap .glass-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.each-form-left:hover {
    box-shadow: 0px 4px 50px -30px #FFED00;
}
.each-form-left:hover .each-form-arrow {
    background: linear-gradient(90deg, rgba(255, 237, 0, 1) 0%, rgba(255, 255, 255, 1) 90%);
}
.form-wrap.glass-container {
    position: relative;
    overflow: hidden;
    box-shadow: inset 1px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
.each-form-left-wrap.glass-container {
    position: relative;
    overflow: hidden;
    box-shadow: inset -3px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
.each-form-left:hover .each-form-arrow img {
    filter: brightness(0);
}
.each-form-contact h6 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #010101;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-left:hover h6 {
    color: #FFED00;
}
.form-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-wrap {
    border-radius: 20px;
    overflow: hidden;
    padding: 35px 25px 22px;
    height: 100%;
    background: rgba(0, 0, 0, 0.00);
}
.form-wrap .glass-overlay{
    background: rgba(0, 0, 0, 0.00);
}
.form-right {
    height: 100%;
    padding-left: 10px;
}
.form-right .form-group {
	margin-bottom: 24px;
}
.form-right .form-style {
	resize: none;
    border: 1px solid #010101;
    border-radius: 10px;
    font-family: 'LamaSans-Regular';
    color: #010101;
    font-size: 1.6rem;
    padding: 23px 23px;
	background-color: transparent;
}
.form-right .form-style:placeholder {
	color: rgba(1, 1, 1, 0.70);
}
.form-right .form-style:-ms-input-placeholder {
	color: rgba(1, 1, 1, 0.70);
}
.form-right .form-style::placeholder {
	color: rgba(1, 1, 1, 0.70);
}
.form-right .form-style.foto_upload,
.form-right .form-style.photo_upload {
	color: rgba(1, 1, 1, 0.70);
}
.form-right .form-style:focus {
    box-shadow: none;
	border: 1px solid #FFED00;
    color: #010101;
}
.form-right .form-style:focus::placeholder {
    color: #010101;
}
.form-right textarea.form-style {
    height: 200px;
}
.form-wrap .common-btn {
    min-width: 100%;
    text-align: left;
    border: 1px solid rgba(1, 1, 1, 0.10);
    background: #FFED00;
    backdrop-filter: blur(5.849999904632568px);
    color: #010101;
}
.form-wrap .common-btn strong {
    background: #010101;
}
.form-wrap .common-btn strong::before,
.form-wrap .common-btn strong::after {
    filter: brightness(0) invert(1);
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    /* padding: 120px 0 114px; */
    padding: 120px 0 35px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 57px;
}
/* ============================================== contact ============================================== */
/****map-sec****/
.map-bg {
    height: 600px;
}
/****contact-form-sec****/
.contact-form-sec {
    padding: 130px 0 76px;
}
/* ============================================== werkplaats-dtl ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top-info h6 {
    font-family: 'LamaSans-MediumCondensed';
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #fff;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 178px;
    padding-bottom: 80px;
    position: relative;
    /* background: #FFF; */
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #141414;
    font-size: 1.4rem;
    font-family: 'LamaSans-Regular';
}
.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: #FFED00;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    padding: 0;
    background: url(../images/filter-arrow.svg) rgba(255, 255, 255, 0.10) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    padding: 0 35px 0 25px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    filter: brightness(0) invert(1);
}
.aanbod-filter-sec .select-style:hover{
    border: 1px solid rgba(20, 20, 20, 0.10);
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px, linear-gradient(90deg, #FE1 0%, #FFF 100%);
    backdrop-filter: blur(5.849999904632568px);
    filter: none;
    color: #0A0A0A;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border: 1px solid #FE1;
    color: #0A0A0A;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px, linear-gradient(90deg, #FE1 0%, #FFF 100%);
    backdrop-filter: blur(5.849999904632568px);
    filter: none;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    background-color: #0A0A0A;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #FE1;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    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: #141414;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
    margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #141414;
    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 #141414;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #141414;
    border-color: #141414;
    background-image: url(../images/check-tick-mob.png);
    background-size: 10px;
    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: #141414;
    border-radius: 100px;
    background-color: rgba(255, 238, 17, 0.6);
    font-size: 1.4rem;
    border: 1px solid rgba(20, 20, 20, 0.10);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(0);
}
.auto-overview-tag:hover {
    background-color: #FE1;
    border-color: #FE1;
}
.aanbod-filter-wrap {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.filter-main .col-xl-12 .row{
    margin: 0px -5px;
}
.filter-main .col-xl-9{
    width: 70%;
}
.filter-main .col-xl-3{
    width: 30%;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 16%;
    padding: 0px 5px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #0A0A0A;
    font-family: 'LamaSans-Regular';
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 140px;
    background-color: #2A2A2A;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec-active .mobile-show-filter{
    top: 90px;
    border-top: 1px solid #FFED00;
    border-bottom: 1px solid #FFED00;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #FFED00;
    border-color: #FFED00;
    text-transform: capitalize;
    color: #0F0F0F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.42px;
    font-family: 'LamaSans-SemiBold';
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 15px 40px 15px 40px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
    color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #14181E;
    border-radius: 100%;
    color: #F9F8F6;
    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: #2A2A2A;
    border-bottom: 1px solid #0A0A0A;;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 4px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
    width: 14px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #FFED00;
    border: 1px solid #FFED00;
    color: #0F0F0F;
    padding: 10px;
    border-radius: 0 100px 100px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
    font-size: 1.6rem;
    color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: #fff;
    border-color: #FFED00;
    color: #0F0F0F;
}
.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);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
    margin-bottom: 0;
    /* width: 216px; */
    width: 100%;
}
.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;
    color: #141414;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #FFED00;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 237, 0, 0.3);
    border-color: rgba(255, 237, 0, 0.3);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
    z-index: 0;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #FFED00;
}
.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: #141414;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 4px;
    border: 1px solid #141414;
    padding: 8px;
    background-color: transparent;
    width: 82px;
    color: #141414;
    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 {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
}
.mob-filter-visible h6 {
    color: #fff;
    font-family: 'Poppins-Medium';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #fff;
}
/****aanbod-list-product-sec*****/
.aanbod-list-product-sec{
    /* background: #fff; */
    position: relative;
    padding-bottom: 110px;
}
.aanbod-list-product-sec .row{
    row-gap: 24px;
}
.aanbod-list-product-merk{
    position: absolute;
    top: -90px;
    right: 0;
    pointer-events: none;
}
.aanbod-list-product-merk-btm{
    position: absolute;
    bottom: 160px;
    left: 0;
    pointer-events: none;
}
.aanbod-list-product-sec .each-product-table td strong{
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-list-product-sec  .each-product-table tr{
    column-gap: 12px;
}
/* ============================================== aanbod-dtl ============================================== */
/* ** back-btn-sec *** */
.back-btn-sec {
    padding-top: 185px;
    padding-bottom: 2px;
}
.back-btn-sec .common-btn{
    background: rgba(255, 255, 255, 0.10);
}
.back-btn-sec .common-btn strong{
    transform: rotate(-178deg);
    top: 7px;
}
/* *****aanbod-dtl-top-sec **** */
.aanbod-dtl-top-block .col-lg-7 {
    width: 52%;
}
.aanbod-dtl-top-block .col-lg-5 {
    width: 48%;
}
.each-aanbod-dtl-product {
    position: relative;
}
.each-aanbod-dtl-product-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.each-aanbod-dtl-product-img img{
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-product-thumbs-wrapper .swiper-slide {
    width: 47% !important;
}
.aanbod-dtl-product-thumbs-wrapper .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
}
.aanbod-dtl-product-right-block {
    display: flex;
    flex-direction: column;
    gap: 68px;
    justify-content: space-between;
    height: 100%;
}
.each-aanbod-dtl-product-right-block-img{
    /* height: 238px; */
    height: 242px;
}
.each-aanbod-dtl-product-right-block-img img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.aanbod-dtl-big-car-slider .swiper-button-next{
    right: 16px;
}
.aanbod-dtl-big-car-slider .swiper-button-prev{
    left: 16px;
}
.aanbod-dtl-big-car-slider .common-arrow{
    top: 44%;
}
.aanbod-dtl-contact-btn li::after{
    display: none;
}
.aanbod-dtl-contact-btn li{
    padding-left: 0;
}
.aanbod-dtl-contact-btn ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    background-color: #2A2A2A;
    border-radius: 10px;
    padding: 24px;
}
.aanbod-dtl-contact-btn{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.aanbod-dtl-top-info-dtl h3{
    color: #fff;
}
.aanbod-dtl-top-info-dtl p{
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 16px;
}
.aanbod-dtl-car-info p{
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-dtl-car-info h6{
    color: #fff;
}
.aanbod-dtl-car-price h5{
    font-family: 'LamaSans-Regular';
}
.aanbod-dtl-car-price p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);;
}
.aanbod-dtl-top-info-warp{
    border-radius: 10px;
    background: #1B1B1B;
    padding: 16px;
    height: 100%
}
.aanbod-dtl-top-contact{
    border-radius: 10px;
    background: #1B1B1B;
    padding: 0px 16px 16px;
    height: 100%;
}
.aanbod-contact-img {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 100px;
}
.aanbod-contact-text ul li::after{
    display: none;
}
.aanbod-contact-text ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.aanbod-contact-text ul li{
    padding-left: 0;
}
.aanbod-dtl-top-contact-dtl{
    display: flex;
    align-items: center;
    column-gap: 35px;
    margin-top: 23px;
}
.aanbod-contact-text h6{
    color: #fff;
    font-family: 'LamaSans-MediumCondensed';
    padding-bottom: 10px;
}
.aanbod-contact-text strong{
    font-weight: normal;
}
.aanbod-contact-text li a:hover{
    color: #FE1;
}
.aanbod-dtl-top-info .col-lg-7{
    width: 52%;
}
.aanbod-dtl-top-info .col-lg-5{
    width: 48%;
}
.aanbod-dtl-top-info{
    padding-top: 16px;
}
.shear-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.shear-btn a:hover{
    background-color: #FFED00;
    border-color: #FFED00;
}
.shear-btn a:hover img{
    filter: brightness(0)
}
.aanbod-dtl-top-contact .row{
    align-items: end;
}
.aanbod-contact-text img{
    margin-right: 5px;
}
.aanbod-dtl-car-info table{
    width: 100%;
}
.aanbod-dtl-car-info tr{
    gap: 30px;
    display: flex;
}
.aanbod-dtl-car-info{
    padding-bottom: 16px;
}
.aanbod-dtl-welcome-right{
    display: none;
}
.aanbod-dtl-shear-btn{
    display: none;
}
.aanbod-dtl-mob-car{
    display: none;
}
.aanbod-dtl-product-thumbs-wrapper::-webkit-scrollbar {
    background-color: #1B1B1B;
    width: 4px;
    border-radius: 100px;
}
.aanbod-dtl-product-thumbs-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.20);
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec{
    padding-top: 86px;
    padding-bottom: 95px;
    position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 60px;
    margin-bottom: 38px;
    border: 0;
    justify-content: center;
    position: relative;
}
.dtl-tab-sec .sec-mark::after , .dtl-tab-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.dtl-tab-merk{
    position: absolute;
    top: -165px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.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: #fff;
    text-transform: none;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
    font-family: 'Inter-Regular';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    padding: 15px 60px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(30, 27, 27, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.50), inset 0 0px 8px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.40); */
}
.tab-btn li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(-71deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.6));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.tab-btn .tabs li::after {
    position: absolute;
    right: 43px;
    top: 23px;
    left: unset;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../images/tab-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.tab-btn ul.tabs li:hover{
    background: linear-gradient(90deg, #FE1 0%, #FFF 100%);
    border-color: #FE1;
    color: #1E1E1E;
}
.tab-btn ul.tabs li:hover::after{
    filter:brightness(0);
}
.tab-btn ul.tabs li.active::after{
    filter: brightness(0);
}
.tab-btn ul.tabs li.active{
    background: linear-gradient(90deg, #FE1 0%, #FFF 100%);
    border-color: #FE1;
    color: #1E1E1E;
}
.tab-btn ul.tabs li.active::before{
    filter:brightness(0);
    display: none;
}
.tab_container.tab-content{
    max-width: 100%;
    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 {
    width: 14px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: 2px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 12px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-btn .tabs li.active{
    color: #F5F5F5;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 118px;
}
.kenmerken-tab li {
    width: 28%;
    padding: 23px 0px 21px 28px;
    position: relative;
    font-family: 'LamaSans-Regular';
    color: rgba(255, 255, 255, 0.70);
    line-height: 20px;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}
.kenmerken-tab li em::after{
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: -27px;
    top: 3px;
    background-image: url(../images/kenmerken-tab-icon1.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.kenmerken-tab li em img{
    display: none;
}
.kenmerken-tab li strong {
    font-family: 'LamaSans-Medium';
    font-weight: normal;
    display: block;
    color: #fff;
    line-height: 26px;
    text-align: end;
}
.kenmerken-tab li em{
    font-style: normal;
    color: #707070;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover em{
    color: #FFED00;
}
.kenmerken-tab li:hover strong{
    color: #FFED00;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    top: 0;
    background-color:  rgba(255, 255, 255, 0.20);
    background-image: none;
}
.kenmerken-tab{
    overflow: hidden;
}
.kenmerken-tab ul li:nth-child(-n+3)::after{
    display: none;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.50);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
}
.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: 10px;
    line-height: 26px;
}
.dtl-tab-sec .bullet-panel ul li::after{
    content: '';
    top: 9px;
    left: 0;
    position: absolute;
    background-color: #FFED00;
    border-radius: 100px;
    width: 7px;
    height: 7px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFED00;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FFED00;
    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: #1f1f1f;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(255, 255, 255, 0.70);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-top: 36px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    max-width: max-content;
    padding: 15px 20px 15px 60px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(20, 20, 20, 0.10);
    backdrop-filter: blur(5.849999904632568px);
}
.tab-btm-btn:hover{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.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: #F5F5F5;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #FFED00;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(255, 238, 17, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(255, 238, 17, 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 #111;
}
.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: 30px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3rem;
    color: #373737;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4{
    font-family: 'LamaSans-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #373737;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
    line-height: 30px;
    color: #060C10;
    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-content-wrap{
    padding-top: 20px;
}
/* ***** related-product-sec ***** */
.related-product-sec{
    padding-top: 110px;
    padding-bottom: 20px;
}
.related-product-heading {
    text-align: center;
    padding-bottom: 69px;
}
.related-product-heading h2{
    letter-spacing: 4.48px;
}
.related-product-sec .each-product-table tr{
    column-gap: 14px;
}
.related-product-sec .each-product-table td strong{
    color: rgba(255, 255, 255, 0.70);
}
/* ****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: #373737;
 
}
.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: #2A2A2A;
    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: #2A2A2A;
    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: #2A2A2A;
    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;
}
/* ============================================== verkocht ============================================== */
.aanbod-list-product-sec.verkocht-product-sec{
    padding-top: 176px;
    overflow: hidden;
}
.verkocht-product-top{
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.verkocht-product-heading h2{
    color: #010101;
    letter-spacing: 2.8px;
}
.verkocht-product-text p{
    color: #010101;
    text-align: end;
    margin-bottom: 0;
}
.verkocht-product-sec .each-product-btm{
    align-items: top;
}
.each-product-text{
    margin-top: 26px;
}
.verkocht-product-area .row{
    row-gap: 26px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(15, 15, 15, 0.80);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 5px;
}
.modal-area .popup-content {
    padding: 58px 120px;
    text-align: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(12px);
}
.modal-area .popup-content-area p {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.80);
}
.modal-area .popup-content-area h4{
    font-family: 'LamaSans-MediumExpanded';
    padding-bottom: 16px;
}
.modal-area .popup-content-wrap {
    position: relative;
}
.modal-area .popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.modal-area .popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.modal-area .popup-content-area {
    position: relative;
    z-index: 1;
}
/* .pop-up-image {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
} */
.modal-area .modal-main-content{
    padding: 96px;
    border-radius: 5px;
}
.modal-area .popup-content li strong{
    position: relative;
    font-weight: normal;
}
.modal-area .popup-content li::after{
    display: none;
}
.modal-area .popup-content li strong::after {
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    background-size: 4px;
    height: 4px;
    width: 4px;
    top: 9px;
    left: -14px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 20px;
}
.modal-area .popup-content li {
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 32px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    margin-bottom: 0px;
}
.modal-area .close-img {
    position: absolute;
    top: -26px;
    right: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #231F20;
    background: #F8F8F8;
}
.modal-area .close-img img {
    width: 21px;
}
.modal-area .popup-content-area p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content-area h3{
    padding-bottom: 28px;
}
.modal-area .popup-content-area h2{
    font-family: 'OpenSans-Semibold';
    letter-spacing: normal;
    padding-bottom: 35px;
    color: #141414;
}
.modal-area .popup-content-area .common-btn{
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
}
/* ============================================== bedankt ============================================== */
.banner-sec.bedankt-banner .banner-content{
    bottom: 124px;
}

/* inner-header */
.header-area.inner-header{
    background-color: #2A2A2A;
}


.aanbod-dtl-product-thumbs-wrapper {
    height: 100%;
    overflow-y: auto;
}
.aanbod-dtl-product-right-block{
    height: 492px;
    width: calc(100% + 25px);
}



/*******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(#FFED00 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#FFED00 0),
              linear-gradient(#FFED00 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#FFED00 0),
              linear-gradient(#FFED00 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#FFED00 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: #FFED00;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 56px;
    width: 56px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 42px;
    right: 28px;
}
.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;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.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;
} */
.fix-block .glass-overlay{
    /* background-color: rgba(1, 1, 1, 0.1); */
    background: linear-gradient(90deg, rgba(255, 237, 0, 1) 0%, rgba(255, 255, 255, 1) 90%);
}
.common-btn strong{
    color: transparent;
}
.listview-top-content.privacy_section {
    padding-top: 70px;
    padding-bottom: 10px;
}
.share-social-media-button a:hover svg {
    filter: brightness(0);
}
.share-social-media-button .a2a_dd svg {
    width: 14px !important;
    margin-right: 0 !important;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-top h5 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-top h5 {
    color: #FFED00;
}
.diensten-dtl-mid.vacature-dtl-mid .diensten-dtl-mid-wrap td{
    width: 50%;
}
.diensten-dtl-mid.vacature-dtl-mid .diensten-dtl-mid-wrap {
    padding: 30px 110px 25px;
}
.diens-list-info-sec.werk-list-info-sec{
    overflow: hidden;
}
.diens-list-info-sec.werk-list-info-sec::before {
    background-image: url(../images/werkplaat-list-btm-merk.png);
    content: '';
    position: absolute;
    left: 0;
    bottom: -8%;
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    width: 34%;
    height: 48%;
    pointer-events: none;
    background-size: contain;
    z-index: 0;
}
.footer-social-wrap{
    display: flex;
    gap: 8px;
    align-items: center;
}
.footer-pdf a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
.footer-pdf:hover a{
    color: #fff;
}
.Personenwagens-btn::before{
    display: none;
}
.Personenwagens-btn strong::before {
    content: '';
    background-image: url(../images/card-heading-vector1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    background-size: 13px;
    filter: brightness(0);
}
.Personenwagens-btn:hover strong::after {
    background-image: url(../images/card-heading-vector1.svg);
}
.Personenwagens-btn strong::after {
    content: "";
    height: 12px;
    width: 13px;
    background-image: url(../images/card-heading-vector1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    filter: brightness(0);
}
.Personenwagens-btn:hover strong::before {
    background-image: url(../images/card-heading-vector1.svg);
}
.Bedrijfswagens-btn::before{
    display: none;
}
.Bedrijfswagens-btn strong::before {
    content: '';
    background-image: url(../images/card-heading-vector3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
    width: 14px;
    height: 10px;
    filter: brightness(0);
    background-size: 13px;
}
.Bedrijfswagens-btn strong::after {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../images/card-heading-vector3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    filter: brightness(0);
}
.Bedrijfswagens-btn:hover strong::before {
    background-image: url(../images/card-heading-vector3.svg);
}
.Bedrijfswagens-btn:hover strong::after {
    background-image: url(../images/card-heading-vector3.svg);
}
.Elektrische-btn::before{
    display: none;
}
.Elektrische-btn strong::before {
    content: '';
    background-image: url(../images/card-heading-vector2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
    width: 14px;
    height: 14px;
    filter: brightness(0);
    background-size: 13px;
    opacity: 0.6 !important;
}
.Elektrische-btn strong::after {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../images/card-heading-vector2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    filter: brightness(0);
    opacity: 0.6;
}
.Elektrische-btn:hover strong::before {
    background-image: url(../images/card-heading-vector2.svg);
}
.Elektrische-btn:hover strong::after {
    background-image: url(../images/card-heading-vector2.svg);
}

.financial-lease {
    width: 100%;
    height: 900px;
}
.Elektrische-btn.common-btn strong {
    background: linear-gradient(90deg, rgba(31, 161, 56, 1) 0%, rgba(255, 255, 255, 1) 90%);
}

.calsty {
  border: 0;
  width: 100%;
  height: 967px;
  background: transparent;
}




.each-product-table td,
.aanbod-dtl-car-info td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.each-product-table td img,
.aanbod-dtl-car-info td img {
    width: 20px;
    height: 20px;
}
.each-product-table td em,
.aanbod-dtl-car-info td em {
    font-style: normal;
}
.each-product-table td strong,
.aanbod-dtl-car-info td strong {
    display: block;
}


.each-product-table td img, 
.aanbod-dtl-car-info td img {
    width: 13px;
    height: 13px;
}
.each-product-table td {
    font-size: 1.4rem;
}
.aanbod-list-product-sec .each-product-table tr {
    column-gap: 11px;
}
