body {
	padding: 0px;
	margin: 0px;
    font-family: 'Inter-Regular';
    font-size: 16px;
    color: #2B2B2B;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
::selection{
    background-color: #A87F55;
    color: #FFF;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****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;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/*****************header****************/
/******header-area****/
.header-area {
    padding: 28px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    background-color: #FFF;
    border-bottom: 1px solid #a8a4a46b;
    backdrop-filter: blur(5px);
}
.header-area .container {
    position: relative;
    z-index: 1;
    height: 100%;
}
.header-logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-logo img {
    width: 332px;
}
.header-logo .header-hide-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.header-area-atv .header-logo .header-hide-logo{
    opacity: 1;
}
.header-area-atv .header-logo .header-show-logo{
    opacity: 0;
}
.header-nav > ul > li{
    padding: 10px 0;
}
.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
}
.header-nav > li {
    color: #2B2B2B;
    margin: 0;
}
.header-nav li::after{
    display: none;
}
.header-nav li a {
    color: #2B2B2B;
}
.header-nav li a:hover {
    color: #A87F55;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header-right  {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}
.header-right p a{
    color: #2B2B2B;
    transition: all 0.5s;
    -webkit-transition: all 0.2s;
}
.header-right p{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.2s;
}
.header-right p:hover a{
    color: #A87F55;
}
.header-right p:hover img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(58%) saturate(288%) hue-rotate(350deg) brightness(98%) contrast(96%);
}
.header-menu-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-btn .common-border-btn{
    font-family: 'Inter-Regular';
    color: #2B2B2B;
}
.header-btn .common-border-btn::after{
    background-color: #FCFAF5;
}
.header-btn .common-border-btn:hover{
    padding: 11px 40px;
    border-color: #FCFAF5;
    color: #182A41;
}
.header-area-atv .header-btn .common-border-btn{
    border-color: #FFF;
    color: #FFF;
}
.header-area-atv .header-btn .common-border-btn::after{
    background-color: #A87F55;
}
.header-area-atv .header-btn .common-border-btn:hover{
    border-color: #A87F55;
    color: #F4F4F4;
}
.header-area-atv .header-right p a{
    color: #FFF;
}
.header-area-atv .header-right p a:hover{
    color: #A87F55;
}
.header-area-atv .header-right p:hover img{
   filter: brightness(0) saturate(100%) invert(47%) sepia(45%) saturate(377%) hue-rotate(350deg) brightness(101%) contrast(93%);
}
.header-area-atv .header-right p img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(347deg) brightness(97%) contrast(109%);
}
.mega-menu-overlay-active {
    background: rgba(43, 43, 43, 0.30);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
}
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 53vh;
    width: 100%;
    background-color: #2B2B2B;
    padding: 120px 0 66px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-flex{
    display: flex;
}
.mega-menu-nav .mega-menu-flex .left_nav,
.mega-menu-nav .mega-menu-flex .right_nav{
    border-right: 1px solid #FFF;
    padding-right: 56px;
    margin-right: 64px;
}
.mega-menu-nav li {
    color: #FFF;
    font-family: 'COCOGOOSE-Regular';
    font-size: 3.2rem;
	transition: all 1s;
	transition-delay: 0.4s;
    margin-bottom: 32px;
    line-height: 48px;
    padding-left: 0;
    text-transform: uppercase;
}
.mega-menu-nav li::after{
    display: none;
}
.mega-menu-nav li a {
    color: #FFF;
}
.mega-menu-nav li a:hover {
    color: #A87F55;
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: #7794A0;
	width: 10px;
    border-radius: 0;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: #182A41;
    border-radius: 0;
}
.menu-bar {
    width: 35px;
    height: 10px;
}
.menu-bar.is-active {
    margin-top: 0px;
    padding-top: 13px;
    height: 30px;
    position: relative;
    top: 0;
}
.menu-bar span {
    height: 1px;
    display: block;
    width: 35px;
    border-radius: 5px;
    background-color: #2B2B2B;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    margin-bottom: 9px;
}
.menu-bar span:last-child {
    margin-bottom: 0;
}
.menu-bar.is-active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.menu-bar.is-active span:nth-child(2) {
    transform: rotate(-48deg);
}
.header-menu-text div{
    color: #2B2B2B;
    line-height: 24px;
}
.header-menu-text{
    position: relative;
}
.header-menu-text .close-menu {
    position: absolute;
    top: 0;
    opacity: 0;
}
.active-up-new .close-menu{
    opacity: 1;
}
.active-up-new .menu-close{
    opacity: 0;
}
.header-area-atv .header-left .active-up-new div{
    color: #FFF;
}
.header-area-atv .header-left .is-active span{
    background-color: #FFFFFF;
    width: 20px;
}
.header-area-atv .header-nav  ul  li a{
    color: #FFF;
}
.header-area-atv .header-nav ul li a:hover{
    color: #BE9872;
}
.header-area-atv .header-nav ul li.parent-dropdown ul li a:hover{
    color: #2B2B2B;
}
.mega-menu-contact-info h4{
    font-family: 'COCOGOOSE-Regular';
    line-height: 32px; 
    margin-bottom: 24px;
}
.mega-menu-contact-info p{
    margin-bottom: 0;
    color: #182A41;
}
.mega-menu-contact-info p:last-child{
    margin-bottom: 32px;
}
.mega-menu-contact-info p a{
    color: #F4F4F4;
    display: inline-block;
    margin-bottom: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-contact-info p a:hover{
    color: #A87F55;
}
.mega-menu-contact-info table tr td {
    color: #F4F4F4;
    min-width: 115px;
}
.social-media-icons a{
    border: 1.5px solid #F4F4F4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-media-icons a img{
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-media-icons a:hover{
    background-color: #A87F55;
    border-color: #A87F55;
}
.social-media-icons a:hover img{
    filter: brightness(0) invert(1);
}
.social-media-icons ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-area-atv .social-media-icons ul{
    margin-top: 68px;
}
.social-media-icons ul li{
    padding: 0;
}
.social-media-icons ul li::after{
    display: none;
}
.mega-menu-contact .row .col-lg-5 {
    position: relative;
    left: -38px;
}
.mega-menu-contact .row .col-lg-5 .mega-menu-contact-info:last-child p a {
    line-height: 28px;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: clip;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.mega-menu-wrap::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 5px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background: #BE9872;
    border-radius: 5px;
    border: 1px solid #BE9872;
    transition: 0.6s ease-in-out;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border-radius: 10px;
	background-color: #A87F55;
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 10px;
    position: relative;
    left: -2px;
    top: 0px;
    filter: brightness(1) invert(0);
}
.header-area-atv .parent-dropdown > img{
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
    position: relative;
    padding-right: 12px;
    cursor: pointer;
    padding-bottom: 12px;
}
.parent-dropdown > ul > li {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 0;
}
.parent-dropdown > ul > li > a {
	color: #FFF;
	padding: 10px 17px;
	border-bottom: 1px solid #FFF;
	display: block;
}
.header-area-atv .parent-dropdown > ul > li > a {
   	color: #FFF; 
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #2B2B2B;
}
.header-btn{
    line-height: 0;
}
/* ---------- HOME PAGE CSS START HERE ---------- */
/* home-banner-sec */
main {
    padding-top: 112px;
}
.common-gap{
    padding: 16px;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
    border-radius: 67px;
    background: rgba(255, 255, 255, 0.71);
	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: #2B2B2B;
    text-align: center;
    font-family: 'COCOGOOSE-Regular';
    font-size: 1.4rem;
    line-height: 26px; 
	opacity: 0;
}
.custom-cursor em {
    font-style: normal;
    display: block;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 94px;
    height: 94px;
    backdrop-filter: blur(10px);
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
.scroll-down-sec{
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}
.scroll-down-sec img{
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll-down-sec p{
    margin-bottom: 0;
    color: #F4F4F4;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll-down-sec:hover img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(64%) saturate(263%) hue-rotate(350deg) brightness(99%) contrast(97%);
}
.scroll-down-sec:hover p{
    color: #A87F55;
}
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 861px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.home-each-banner img{
    object-fit: cover;
    height: 100%;
}
.home-banner-video::after,
.home-each-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.41) 0%, rgba(43, 43, 43, 0.41) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-banner-heading img{
    width: 228px;
    height: 228px;
    margin-bottom: 64px;
}
.home-banner-content{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-heading h1{
    margin-bottom: 16px;
}
.home-banner-heading h4{
    margin-bottom: 40px;
    font-family: 'COCOGOOSE-Regular';
}
.home-banner-heading .common-btn {
    margin-left: 10px;
    padding: 11px 178px;
}
.home-banner-heading .common-btn:hover{
    padding-left: 200px;
    padding-right: 200px;
}
/* home-product-sec */
.home-product-sec{
    padding-top: 109px;
    padding-bottom: 96px;
    position: relative;
    z-index: 1;
}
.home-product-wave{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-product-heading{
    margin-bottom: 68px;
}
.home-product-heading h4{
    margin-bottom: 24px;
}
.each-product{
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-item{
    border-radius: 21px;
    background: #F4F4F4;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.each-product-item:hover{
    background: #2B2B2B;
}
.each-product-item:hover .each-product-text h5{
    color: #F4F4F4;
}
.each-product-item:hover .each-product-text p{
    color: rgba(244, 244, 244, 0.50);
}
.each-product-item:hover  .each-product-detail {
    border-top: 1.5px solid rgba(244, 244, 244, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-item:hover .each-product-detail table tr td {
    color: rgba(168, 127, 85, 0.80);
}
.each-product-item:hover .each-product-detail table tr td .product-icon1{
    display: none;
}
.each-product-item:hover .each-product-detail table tr td .product-icon2{
    display: block;
}
.each-product-item .each-product-detail table tr td .product-icon3{
    display: none;
}
.each-product-item:hover .common-border-btn{
    border: 1.5px solid #2B2B2B;
    background: #444;
    color: #F4F4F4;
}
.each-mb-box h4{
    color: #2B2B2B;
    text-align: center;
    font-family: 'COCOGOOSE-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.each-mb-box{
    display: none;
    height: 86px;
    width: 86px;
    justify-content: center;
    align-items: center;
    border-radius: 67px;
    background: rgba(255, 255, 255, 0.71);
    backdrop-filter: blur(10px);
}
.each-product-img{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.each-product-text{
    text-align: center;
    max-width: 394px;
    margin: 0 auto;
}
.each-product-text h5{
    color: #2B2B2B;
    margin-top: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text p{
    color: rgba(43, 43, 43, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Hamburg-Regular';
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-detail {
    border-top: 1.5px solid rgba(43, 43, 43, 0.20);
    margin-top: 24px;
    padding-top: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-detail table {
    width: 100%;
    margin-bottom: 24px;
}
.each-product-detail table tr {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    row-gap: 0px;
    flex-wrap: wrap;
}
.each-product-detail table tr td {
    color: #2B2B2B;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-detail table tr td img {
    width: 18px;
    height: 18px;
}
.each-product-detail table tr td .product-icon2{
    display: none;
}
.each-product-detail .common-border-btn{
    width: 100%;
}
.home-product-btn-wrap .swiper-button-next {
    position: initial;
}
.home-product-btn-wrap .swiper-button-prev {
    position: initial;
}
.home-product-btn-wrap.position-relative {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.aanbod-related-sec .home-product-btn-wrap.position-relative{
    display: flex !important;
}
.home-product-btn {
    line-height: 0;
}
.home-product-slider .swiper {
    padding: 0px 10px;
    margin: 0px -10px;
    padding-bottom: 20px;
}
/* home-service-sec */
.home-service-bg{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 16px;
}
.home-service-bg::after{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(22.549999237060547px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.home-service-wave {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.7;
}
.home-service-heading {
    margin-bottom: 118px;
    position: relative;
    z-index: 1;
}
.home-service-heading h4{
    margin-bottom: 24px;
    line-height: 24px;
    color: #F4F4F4;
}
.home-service-heading h2{
    color: #FFF;
}
.home-service-each-bg{
    display: none;
}
.home-service-each-bg img {
    height: 100%;
    object-fit: cover;
}
.home-service-img-item {
    border-radius: 10px;
    overflow: hidden;
    height: 648px;
    position: relative;
    z-index: 1;
}
.home-service-img-item::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(24, 42, 65, 0.20) 0%, rgba(24, 42, 65, 0.20) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-service-img-item img {
    height: 100%;
    object-fit: cover;
}
.home-service-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home-service-text-item h3{
    color: #FFF;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-service-text-item p{
    color: #FFF;
    margin-bottom: 25px;
}
.home-service-text-item p:last-child{
    margin-bottom: 0;
}
.home-service-pagination {
    position: initial;
    text-align: left;
    color: #FFF;
    font-family: 'Hamburg-Regular';
    font-size: 1.6rem;
    line-height: 20px;
    margin-bottom: 6px;
}
/*.home-service-text-item .common-btn{
    border: 1.5px solid #FFF;;
}*/
.home-service-text-item .common-btn:hover{
    border-color: #ECE7DC;
    color: #182A41;
}
.home-service-text-height {
    height: 300px;
}
.home-service-img-slider {
    margin-left: 50px;
}
.home-service-img-slider .swiper-wrapper .swiper-slide:last-child {
   overflow: visible;
}
.home-service-img-slider .swiper-wrapper .swiper-slide:last-child.swiper-slide-active .home-service-img-item {
    transform: translateX(-30%);
}
.home-service-slider-btn .swiper-button-next.common-arrow {
    bottom: 0;
    top: unset;
    right: 0;
}
.home-service-slider-btn .swiper-button-prev.common-arrow {
    bottom: 0;
    top: unset;
    right: 64px;
    left: unset;
}
.service-cursor{
    background: rgba(43, 43, 43, 0.71);
    color: #FFF;
}
.home-service-text-item {
    line-height: 0;
}
/* usp-marquee-sec */
.usp-marquee-sec {
    position: relative;
    z-index: 2;
}
.usp-marquee-bg{
   border-radius: 5px;
    background-color: #2B2B2B; 
    overflow: hidden;
}
.usp-marquee-wrap {
    padding: 44px 0px;
	display: flex;
	width: max-content;
    gap: 40px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #F4F4F4;
    font-size: 2.4rem;
    line-height: 24px;
    padding-left: 74px;
    font-family: 'Hamburg-Regular';
}
.usp-marquee-wrap ul li::after {
    background: url(../images/marquee-icon.svg) transparent;
    top: 50%;
    background-size: 56px;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
}
/* home-overons-sec */
.home-overons-sec{
    overflow: hidden;
}
.home-overons-sec .common-gap{
    padding-top: 120px;
}
.home-overons-wrap .row > .col-lg-4:first-child,
.home-overons-wrap .row > .col-lg-4:last-child {
    width: 28.65%;
    overflow: hidden;
}
.home-overons-wrap .row > .col-lg-4:last-child .overons-img-block {
    margin-left: auto;
}
.home-overons-wrap .row > .col-lg-4{
    width: 42.7%;
}
.home-overons-heading {
    margin: 0 auto;
    margin-bottom: 57px;
    max-width: 652px;
}
.home-overons-heading h6{
    margin-bottom: 16px;
}
.home-overons-heading h2{
    margin-bottom: 24px;
}
.home-overons-heading p{
    color: rgba(43, 43, 43, 0.50);
}
.overons-img-block {
    background-color: #FFFFFF;
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    height: 400px;
    width: 400px;
    position: relative;
    z-index: 2;
}
.overons-img-block img{
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}
.overons-img-wrap {
    background-color: #FFFFFF;
    width: 615px;
    height: 615px;
    padding: 10px;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    margin: 0 auto;
}
.overons-img-wrap::after {
    position: absolute;
    content: "";
    border: 1.5px solid #2B2B2B;
    width: 96.4%;
    height: 96.4%;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.overons-img-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 448px;
    height: 448px;
    margin: 0 auto;
}
.overons-img-main img{
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}
.overons-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    height: calc(100% - 70px);
}
/* .text_round {
    animation: rotation 30s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
} */
.overons-img-text img {
    height: 100%;
}
.home-overons-wave {
    background-color: #2B2B2B;
    width: calc(100% - 32px);
    height: 32%;
    position: absolute;
    bottom: 0;
}
.home-overons-wave::after{
    position: absolute;
    content: "";
    background-image: url(../images/home-overons-wave1.svg);
    width: 36%;
    height: calc(100% + 170%);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 100%;
    left: 0px;
    background-size: cover;
    object-position: bottom left;
    z-index: 1;
}
.home-overons-wave::before {
    position: absolute;
    content: "";
    background-image: url(../images/home-overons-wave2.svg);
    width: 36%;
    height: calc(100% + 170%);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 100%;
    right: 0px;
    background-size: cover;
    object-position: bottom left;
    z-index: 1;
}
/* home-counter-sec */
.home-counter-wrap {
    background-color: #2B2B2B;
    padding-top: 56px;
    padding-bottom: 71px;
}
.home-counter-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0;
    column-gap: 155px;
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0px;
}
.home-counter-item::after {
    position: absolute;
    content: "";
    border-top: 1.5px solid #F4F4F4;
    width: 96vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home-counter-item::before {
    position: absolute;
    content: "";
    border-bottom: 1.5px solid #F4F4F4;
    width: 96vw;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.each-counter h2{
    color: #F4F4F4;
    margin-bottom: 2px;
    text-shadow: 0px 3px #695540;
}
.each-counter p{
    color: #F4F4F4;
    margin-bottom: 0;
}
/* home-box-sec */
.home-box-wrap{
    background-color: #2B2B2B;
    padding-bottom: 35px;
}
.home-box-item table{
    width: 100%;
}
.home-box-item table tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0;
    column-gap: 16px; 
}
.home-box-item table tr td {
    border-radius: 5px;
    background: #F4F4F4;
    text-align: center;
    padding: 60px 45px 14px;
    transition: 0.4s ease-in-out;
}
.home-box-item table tr td:hover {
    box-shadow: 0px 0px 16px 5px #a87f556b;
}
.home-box-item table tr td h4 strong{
    margin-bottom: 30px;
    display: block;
}
.home-box-item table tr td h4{
    font-family: 'COCOGOOSE-Regular';
    margin-bottom: 16px;
}
.home-box-item table tr td p{
    color: rgba(43, 43, 43, 0.50);
    margin-bottom: 0;
}
/* home-review-sec */
.home-review-wrap {
    padding-top: 311px;
    padding-bottom: 78px;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-review-wrap::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(43, 43, 43, 0.00) 0%, rgba(43, 43, 43, 0.92) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* footer-area */
.footer-top-content{
    border-radius: 5px;
    background: #2B2B2B;
    padding: 40px 0;
}
.footer-top-wrap .common-gap{
    padding-top: 26px;
}
.footer-top-content h4{
    font-family: 'COCOGOOSE-Regular';
    text-align: center;
}
.footer-top-content h4 a{
    color: #F4F4F4;
    transition: all 0.5s;
    line-height: 32px;
    -webkit-transition: all 0.5s;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 11.5%; 
    text-underline-offset: 25%;
    text-underline-position: from-font;
}
.footer-top-content h4 a:hover{
    color: #A87F55;
}
.footer-main-item{
    border-radius: 5px;
    background: #2B2B2B;
}
.ft-logo img{
    width: 373px;
}
.ft-whatsapp-box{
    border-radius: 41.5px;
    background: rgba(37, 211, 102, 0.50);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 274px;
    margin-top: 48px;
}
.ft-whatsapp-icon{
    width: 63px;
    height: 63px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ft-whatsapp-text p{
    color: #F4F4F4;
    font-family: 'HelveticaNeue-Medium';
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
}
.ft-whatsapp-text h6{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Helvetica-Regular';
    color: #F4F4F4;
    font-size: 1.4rem;
    line-height: 20px;
}
.ft-whatsapp-box:hover h6{
    color: #2B2B2B;
}
.footer-detail-part{
    padding-top: 75px;
    padding-bottom: 89px;
}
.ft-info-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0px;
    column-gap: 80px;
    max-width: 940px;
    margin-left: auto;
}
.ft-info-wrap .mega-menu-contact-info p{
    margin-bottom: 0;
    color: #F4F4F4;
}
.ft-info-wrap .mega-menu-contact-info:nth-child(2) p {
    line-height: 28px;
}
.ft-privacy p{
    margin: 0;
}
.ft-privacy p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(244, 244, 244, 0.70);
}
.ft-privacy p a:hover{
    color: #A87F55;
}
.bovag-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-social-icon .social-media-icons ul {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
.footer-bottom-wrap{
    padding: 22px 0px;
    border-top: 1.5px solid #F4F4F4;
}
/* ---------- HOME PAGE CSS END HERE ---------- */
/* ---------- AANBOD LIST PAGE CSS START HERE ---------- */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 66px 0 80px;
    position: relative;
}
.aanbod-filter-wave {
    position: absolute;
    top: -112px;
    left: 0;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #2B2B2B;
	font-size: 1.4rem;
    font-family: 'Inter-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #A87F55;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(48%) sepia(63%) saturate(278%) hue-rotate(350deg) brightness(97%) contrast(93%);
}
.filter-new-heading h4{
    color: #2B2B2B;
    margin-bottom: 24px;
}
.sorteer-new-heading h4{
    color: #2B2B2B;
    margin-bottom: 24px;
    text-align: right;    
}
.select-style {
    width: 100%;
    height: 48px;
    color: #2B2B2B;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    border: 1.5px solid #2B2B2B;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 12px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    color: #FFF;
    border: 1.5px solid #A87F55;
    background: url(../images/filter-arrow-white.svg) #A87F55 no-repeat 91% center / 12px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Inter-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #2B2B2B;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #2B2B2B;
    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: #F9F8F6;
    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: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FFF;
    border-color: #FFF;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    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: #F9F8F6;
    border-radius: 5px;
    background-color: #A87F55;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #2B2B2B;
    border-color: #2B2B2B;
    color: #FFF;
}
.filter-main .row .col-xl-9 .row {
    margin: 0px -15px;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 22%;
    padding: 0px 15px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #2B2B2B;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 80px;
    background-color: #FFF;
    border-top: 1px solid #a8a4a46b;
    border-bottom: 1px solid #a8a4a46b;
    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-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #2B2B2B;
    border-color: #2B2B2B;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color:#A87F55;
    border-color: #A87F55;
    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: #FFF;
    border-bottom: 1px solid #a87f5586;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #a87f5586;
}
.mobile-filter-close span img {
	width: 12px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #A87F55;
    border: 1px solid #A87F55;
    color: #FFF;
	padding: 10px;
	border-radius: 0 5px 5px 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: transparent;
    border-color: #A87F55;
    color: #2B2B2B;
}
.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: 'Inter-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 225px;
}
.sorteren_op-filter .select-style {
    color: #FFF;
    border: 1.5px solid #A87F55;
    background: url(../images/filter-arrow-white.svg) #A87F55 no-repeat 91% center / 12px;
}
.sorteren_op-filter .select-style.show{
    color: #2B2B2B;
    border: 1.5px solid #2B2B2B;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 12px;
}
.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: #2B2B2B;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #A87F55;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #a87f5586;
    border-color: #a87f5586;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #A87F55;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #2B2B2B;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #2B2B2B;
    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: #2B2B2B;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #A87F55;
}
/* aanbod-list-sec */
.aanbod-list-sec .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 20px;
}
.aanbod-list-sec{
    padding-bottom: 116px;
}
/* ---------- AANBOD LIST PAGE CSS END HERE ---------- */
/* ---------- AANBOD DETAIL PAGE CSS START HERE ---------- */
.back-detail-aanbod-btn {
    position: relative;
    top: 80px;
}
.back-detail-aanbod-btn .common-btn:hover{
    border-color: #A87F55;
}
.back-detail-aanbod-btn .common-btn {
    min-width: 314px;
    background: #2B2B2B;
    border-color: #F4F4F4;
    position: relative;
    z-index: 2;
}
.back-detail-aanbod-btn img{
    padding-right: 24px;
}
.aanbod-detail-wrap{
    background-color: #2B2B2B;
    padding-top: 160px;
    padding-bottom: 55px;
    border-radius: 5px;
    margin-top: -55px;
    position: relative;
}
.aanbod-detail-wave {
    position: absolute;
    bottom: 31px;
    left: 0;
    opacity: 0.2;
}
.aanbod-deatil-wave1 {
    position: absolute;
    z-index: 1;
    top: -69px;
    margin-left: 15px;
    opacity: 0.2;
    height: 100%;
}
.aanbod-deatil-wave1 img{
    height: 935px;
}
.aanbod-detail-btn .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.aanbod-detail-btn .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.aanbod-detail-btn .common-arrow:hover{
    background-color: #FFF;
}
.aanbod-detail-item{
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-detail-wrap .container > .row{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 0;
}
.aanbd-gallery-img{
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 28px;
}
.aanbd-gallery-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.aanbod-detail-gallery .row .col-6 {
    height: 33%;
    padding: 0px 9px;
}
.aanbod-detail-gallery .row {
    height: 100%;
    margin: 0px -9px;
}
.aanbod-detail-gallery .row .col-6:nth-last-child(2) .aanbd-gallery-img,
.aanbod-detail-gallery .row .col-6:last-child .aanbd-gallery-img{
    padding-bottom: 0;
}
.aanbd-gallery-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.aanbod-detail-gallery .row .col-6:last-child .aanbd-gallery-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.80) 0%, rgba(43, 43, 43, 0.80) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.aanbd-gallery-count h4{
    color: #F4F4F4;
    font-family: 'COCOGOOSE-Regular';
    line-height: 32px;
    text-align: center;
}
.aanbd-gallery-count h4 strong{
    display: block;
    color: #F4F4F4;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.aanbod-detail-box {
    border-radius: 5px;
    margin-top: 30px;
    background: #2B2B2B;
    padding: 26px 32px;
    position: relative;
    z-index: 2;
}
.aanbod-detail-box-wrap{
    background: #2B2B2B;
}
.aanbod-detail-info h3{
    color: #F4F4F4;
    margin-bottom: 8px;
}
.aanbod-detail-info p{
    color: rgba(244, 244, 244, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
}
.aanbod-detail-info-item table{
    width: 100%;
}
.aanbod-detail-info-item tr {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.aanbod-detail-info-item tr td{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(244, 244, 244, 0.80);
    font-family: 'Hamburg-Regular';
    font-size: 1.8rem;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.aanbod-detail-info-item tr td::after {
    position: absolute;
    content: "";
    background-color: rgba(244, 244, 244, 0.20);
    width: 1.5px;
    height: 24px;
    right: -20px;
    top: 0;
}
.aanbod-detail-info-item tr td:last-child::after{
    display: none;
} 
.aanbod-detail-info-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin-top: 27px;
}
.aanbod-detail-info-btn .common-btn {
    border: 1.5px solid #F4F4F4;
    color: #F4F4F4;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter-Regular';
}
.aanbod-detail-info-btn .common-btn em{
    font-style: normal;
}
.aanbod-detail-info-btn .common-btn:hover{
    padding: 11px 40px;
    border-color: #2B2B2B;
}
.aanbod-detail-info-btn .common-btn-new:hover{
    border-color: #FCFAF5;
    color: #2E2E2E;
}
.aanbod-detail-price p{
    color: rgba(244, 244, 244, 0.80);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.aanbod-detail-price{
    text-align: right;
}
.aanbod-detail-price h3{
    color: rgba(244, 244, 244, 0.80);
}
/****aanbod-dtl-tab-sec****/
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(43, 43, 43, 0.40);
    text-transform: none;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: normal;
    font-family: 'Hamburg-Regular';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #2B2B2B;
}
.tab-btn ul.tabs li:hover {
    color: #2B2B2B;
}
.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;
    padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding: 120px 0;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 70px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 12px;
    row-gap: 12px;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 32.5%;
    padding: 16px 24px;
    position: relative;
    font-family: 'Inter-Regular';
    color: rgba(43, 43, 43, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #F4F4F4;
}
.kenmerken-tab li:hover {
    border-radius: 5px;
    background: #A87F55;
    border-color: #A87F55;
    color: #F4F4F4;
}
.kenmerken-tab li:hover strong {
    color: #F4F4F4;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #2B2B2B;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #2B2B2B;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-family: 'Hamburg-Regular';
}
.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;
    color: #2B2B2B;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E2E2E;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #2B2B2B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
    text-transform: none;
    color: #2B2B2B;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    color: #2B2B2B;
    font-family: 'Inter-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #2B2B2B;
    cursor: pointer;
    margin-top: 48px;
    font-family: 'Hamburg-Regular';
    font-size: 1.8rem;
    line-height: 24px;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover {
    color: #A87F55;
}
.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: #FFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #FFF;
    overflow: hidden;
    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 #182A41;
}
.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: 14px;
}
.tab-popup-area h3 {
    color: #2B2B2B;
}
.tab-popup-area p {
    color: #182A41;
    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 {
    line-height: 56px;
    margin-bottom: 20px;
}
.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: #111;
    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 {
    transform: rotate(90deg);
    opacity: 1;
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: 2px;
    left: 10px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.4;
}
.tabs li:hover::after {
    filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(391%) hue-rotate(152deg) brightness(93%) contrast(93%);
    opacity: 1;
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.mobile-tab-right-btn {
    display: none;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.tab-btn-wrap {
    border-bottom: 2px solid #2B2B2B;
    padding-bottom: 32px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    width: 70px;
    height: 70px;
}
.aanbod-contact-info ul li::after {
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    background: rgba(43, 43, 43, 0.08);
}
.tab-right-part {
    border-radius: 5px;
    border: 1px solid rgba(244, 244, 244, 0.10);
    background: #F4F4F4;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 9px;
}
.tab-content-wrap {
    padding-top: 32px;
}
.tab-content-wrap .col-lg-3 {
    width: 28%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9 {
    width: 72%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row {
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-share{
    display: none;
}
.aanbod-contact-info-wrap {
    padding: 18px 0px 4px 30px;
    position: relative;
}
.aanbod-contact-info-wrap ul li {
    padding-bottom: 8px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.share-new-btn {
    position: absolute;
    right: 40px;
    top: 18px;
}
.aanbod-contact-info-wrap ul li img{
    width: 16px;
}
.aanbod-contact-info-wrap ul li strong {
    font-weight: normal;
    line-height: 24px;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    color: #2B2B2B;
}
.aanbod-contact-info-wrap ul li strong em{
    font-style: normal;
    display: inline-block;
    width: 68px;
}
.aanbod-contact-info-wrap ul li a {
    font-family: 'Inter-Regular';
    color: rgba(43, 43, 43, 0.70);
    margin-left: 8px;
}
.aanbod-contact-info-wrap ul li a:hover {
    color: #A87F55;
}
.each-aanbod-contact-text a:hover {
    color: #254266;
}
.each-aanbod-contact-text h4{
    color: #2B2B2B;
    font-family: 'Inter-SemiBold';
    font-size: 2rem;
    line-height: 140.5%;
}
.each-aanbod-contact-text p a{
    color: rgba(43, 43, 43, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
}
.each-aanbod-contact-text p a:hover{
    color: #A87F55;
}
.each-aanbod-contact-text p {
    margin: 0;
    line-height: 20px;
}
/* aanbod-related-sec */
.aanbod-related-sec {
    padding-top: 104px;
    padding-bottom: 120px;
    position: relative;
}
.aanbod-related-slider .swiper {
    padding: 0px 10px;
    margin: 0px -10px;
    padding-bottom: 20px;
}
.aanbod-related-sec .home-product-wave{
    left: 16px;
}
/* ---------- AANBOD DETAIL PAGE CSS END HERE ---------- */
/* ---------- Vrkocht List PAGE CSS START HERE ---------- */
.vrkocht-list-sec{
    position: relative;
}
.vrkocht-list-wave {
    position: absolute;
    top: -34px;
    left: 0;
    z-index: -1;
}
.vrkocht-list-sec .container > .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
}
.vrkocht-list-sec .each-product-item:hover{
    background: #F4F4F4;
}
.vrkocht-list-sec .each-product-item:hover .each-product-text h5{
    color: #2B2B2B;
}
.vrkocht-list-sec .each-product-item:hover .each-product-text p{
    color: rgba(43, 43, 43, 0.50);
}
.vrkocht-list-sec .each-product-item:hover .each-product-detail {
    border-top: 1.5px solid rgba(43, 43, 43, 0.20);
}
.vrkocht-list-sec .each-product-item:hover .each-product-detail table tr td {
    color: #2B2B2B;
}
.vrkocht-list-sec .each-product-item:hover .common-border-btn {
    border: 1.5px solid #2B2B2B;
    background: transparent;
    color: #2B2B2B;
}
.vrkocht-list-sec .each-product-item .common-border-btn:hover{
    border: 1.5px solid #2B2B2B;
    background: transparent;
    color: #2B2B2B;
}
.vrkocht-list-sec .each-product-item .common-border-btn{
    cursor: auto;
}
.vrkocht-list-sec .each-product-item .common-border-btn::after{
    display: none;
}
.vrkocht-list-sec {
    position: relative;
    padding: 92px 0px 120px;
}
.vrkocht-list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.vrkocht-list-heading p{
    color: #2B2B2B;
    margin-bottom: 0;
}
/* ---------- Vrkocht List PAGE CSS END HERE ---------- */
/* ================DIENSTEN-LIST-PAGE-CSS-START====================== */
/****inner-banner-sec****/
.inner-banner-sec{
    position: relative;
}
.inner-banner-img::after{
    position: absolute;
    content: "";
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.41) 0%, rgba(43, 43, 43, 0.41) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.inner-banner-img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.inner-banner-img img{
    object-fit: cover;
    border-radius: 5px;
    height: calc(100% + 100px);
}
.inner-banner-sec .home-banner-heading img {
    width: 228px;
    height: 228px;
    margin-bottom: 32px;
}
.inner-banner-sec .home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
}
/* ******diens-list-sec***** */
.diens-list-sec{
    padding-top: 120px;
    position: relative;
}
.dines-list-merk-top{
    position: absolute;
    top: -9%;
    z-index: -1;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.dines-list-merk-btm{
    position: absolute;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    right: 0;
    pointer-events: none;
}
.diens-list-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px;
}
.each-diens-list-dtl{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.diens-list-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.diens-list-img{
    position: relative;
    height: 648px;
}
.diens-list-img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.20) 0%, rgba(43, 43, 43, 0.20) 100%);
}
.diens-list-hover-text{
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #2B2B2B 0%, #2B2B2B 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-dtl:hover .diens-list-hover-text{
    bottom: 0;
}
.diens-list-hover-text-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 42px;
}
.diens-list-hover-text-wrap h3{
    padding-bottom: 24px;
}
.diens-list-hover-text-wrap p{
    color: #fff;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.diens-list-hover-text-wrap p strong{
    display: block;
    font-weight: normal;
}
.diens-list-hover-text-wrap .common-btn{
    margin-top: 53px;
    max-width: max-content;
}
.diens-list-hover-text-wrap .common-btn:hover{
    border: 1.5px solid #FFF;
}
.diens-list-wrap .row{
    row-gap: 40px;
}
.diens-list-wrap .col-lg-6 {
    padding: 0 20px;
}
.diens-list-wrap .row {
    margin: 0 -20px;
}
/* ==========DIENS-LIST-END=============== */
/* ==============DIENS-DTL-PAGE-START================= */
/* *******back-detail-page-btn***** */
.back-detail-page-btn {
    position: relative;
    top: 48px;
}
.back-detail-page-btn .common-btn:hover{
    border-color: #A87F55;
}
.back-detail-page-btn .common-btn{
    min-width: 314px;
    background: #2B2B2B;
    border-color: #2B2B2B;
}
.diens-dtl-top-merk{
    position: absolute;
    top: -50px;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}
.back-detail-page-btn img{
    padding-right: 24px;
}
/* ********inner-detail-sec******* */
.inner-detail-sec{
    position: relative;
    padding: 80px 0px 80px;
}
.inner-detail-img img{
    border-radius: 10px;
}
.inner-detail-img {
    position: relative;
}
.inner-detail-text {
    max-width: 705px;
    margin-right: auto;
    padding-right: 10px;
}
.inner-detail-text h2{
    padding-bottom: 26px;
}
.inner-detail-text p{
    margin-bottom: 26px;
}
.inner-detail-text p strong{
    display: block;
    font-family: 'HamburgHandBold';
    font-weight: normal;
}
.inner-detail-text p:last-child{
    margin-bottom: 0;
}
/* *******detail-page-box-sec******* */
.detail-page-box-sec{
    padding-bottom: 120px;
}
.detail-page-item table tr{
    display: flex;
    /* align-items: center; */
    column-gap: 16px;
}
.detail-page-item table tr td {
    text-align: center;
    border-radius: 5px;
    background: #2B2B2B;
    padding: 60px 45px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 33.33%;
}
.detail-page-item table tr td:hover{
    background:#A87F55;
}
.detail-page-item table tr td:hover h4{
    color: #F4F4F4;
}
.detail-page-item table tr td:hover h4 strong{
    color: #F4F4F4;
}
.detail-page-item table tr td h4 strong{
    display: block;
    padding-bottom: 30px;
}
.detail-page-item table tr td h4{
    color: #A87F55;
    font-family: 'COCOGOOSE-Regular';
    line-height: 32px;
    padding-bottom: 20px;
}
.detail-page-item table tr td p{
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
}
/* *******form-sec******* */
.from-wrapper{
    border-radius: 5px;
    background: #2B2B2B;
    backdrop-filter: blur(22.549999237060547px);
    padding: 94px 0;
    position: relative;
    overflow: hidden;
}
.form-heading h4{
    color: #A87F55;
}
.form-heading h2{
    color: #F4F4F4;
}
.form-heading p{
    color: #F4F4F4;
    margin-bottom: 30px;
}
.form-heading h2{
    padding-top: 15px;
    padding-bottom: 20px;
}
.form-wrap .form-group {
  position: relative;
  margin-bottom: 40px;
}
.form-group-ad{
    margin-bottom: 0;
}
.form-wrap .form-style {
    border-radius: 0;
    border: 0;
    border-bottom: 1.5px solid rgba(227, 217, 208, 0.50);;
    background: transparent;
    transition: all 0.5s;
    width: 100%;
    color: #F4F4F4;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 0;
    resize: none;
    -webkit-resize: none;
}
.form-wrap input.form-style:focus{
    border-bottom: 1.5px solid #F4F4F4;
}
.form-wrap .form-group.focused input, .form-group.focused textarea {
    border-bottom: 1.5px solid #F4F4F4;
}

.form-sec .form-group label ,
.step-form-sec .form-group label {
    position: absolute;
    top: 9px;
    left: 0;
    color: rgba(227, 217, 208, 0.50);
    transition: 0.3s;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.form-wrap .form-group.focused label {
    top: -16px;
}
.form-wrap .form-style:focus + label{
  top: -10px;
}
.form-wrap .form-style:focus {
    box-shadow: none;
    border-color: rgba(227, 217, 208, 0.50);
    background: transparent;
    color: #F4F4F4;
}
.form-wrap textarea.form-style {
    height: 107px;
    border-bottom: 1.5px solid rgba(227, 217, 208, 0.50);
}
.form-wrap textarea.form-style:focus{
    border-bottom: 1.5px solid #F4F4F4;
}
.form-wrap .common-btn {
    margin-top: 30px;
}
.form-wrap .common-btn:hover{
    border: 1.5px solid #FFF;
}
.from-wrapper .col-lg-7{
    width: 65%;
}
.from-wrapper .col-lg-5{
    width: 35%;
}
.form-merk{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.form-sec{
    position: relative;
    padding-bottom: 120px;
}
.form-wrap{
    max-width: 827px;
    margin-right: auto;
}
.form-right-top-circle h3{
    font-family: 'astallya_scriptregular';
    color: #BD7F32;
    font-size: 3rem;
    letter-spacing: 1.2px;
    line-height: normal;
    margin-bottom: -25px;
}
.form-right-top-circle p{
    margin-bottom: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.form-right-top-circle{
    border-radius: 443.691px;
    background: #FFF;
    padding: 70px;
    width: 444px;
    height: 444px;
    position: relative;
    margin-left: auto;
}
.form-right-top-circle::after{
    position: absolute;
    content: "";
    top: 16%;
    left: 15%;
    background-image: url(../images/form-right-top-icon.svg);
    background-repeat: no-repeat;
    background-size: 47px;
    width: 47.535px;
    height: 100%;
    background-position: left top;
}
.form-right-top-circle::before{
    position: absolute;
    content: "";
    bottom: -22%;
    right: 15%;
    background-image: url(../images/form-right-btm-icon.svg);
    background-repeat: no-repeat;
    background-size: 47px;
    width: 47.535px;
    height:100%;
    background-position: right;
}
.top-circle-text{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
}
.form-right-img{
    border-radius: 299.705px;
    border: 16px solid #2B2B2B;
    width: 299px;
    height: 299px;
    margin-top: -26%;
    z-index: 1;
    position: relative;
}
.form-right-img img{
    border-radius: 299.705px;
    max-width: 284px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.diens-dtl-form-right{
    display: none;
}
.diens-dtl-form-right .overons-img-wrap {
   background-color: #2B2B2B;
   border: 1.5px solid #F4F4F4;
}
/****** contact-reladed-sec ******/
.contact-reladed-wrap{
    position: relative;
    padding: 0px 0px 120px;
}
.diens-dtl-reladed-sec .contact-reladed-wrap{
    padding: 88px 0 120px;
}
.contact-related-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 38.5%;
    z-index: -1;
    overflow: hidden;
}
.contact-related-heading  h4{
    margin-bottom: 21px;
}
.contact-related-heading{
    margin-bottom: 80px;
}
.cnt-slide-item-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 456px;
}
.cnt-slide-img {
    height: 100%;
    width: 100%;
}
.cnt-slide-img img{
    height: 100%;
    object-fit: cover;
}
.cnt-slide-item-wrap::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.24) 0%, rgba(43, 43, 43, 0.24) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.cnt-slide-item-wrap::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.70) 0%, rgba(43, 43, 43, 0.70) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cnd-slde-text {
    position: absolute;
    z-index: 1;
    bottom: -65px;
    padding: 24px 24px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cnd-slde-text h3{
    color: #F4F4F4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 18px;
}
.cnd-slde-text p {
    color: #F4F4F4;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cnt-slide-item-wrap:hover::before {
    opacity: 1;
}
.cnt-slide-item-wrap:hover .cnd-slde-text {
    bottom: 0;
}
.cnt-slide-item-wrap:hover .cnd-slde-text p{
    opacity: 1;  
}
.custom-cursor.dtl-page.cursor-hover  {
	width: 122px;
    height: 122px;
    backdrop-filter: blur(10px);
}
/* =============DIENS-DTL-PAGE-END=================== */
/* ==========VACATURE-DTL-PAGE-START=================== */
/* ***vacature-box-sec*** */
.vacature-box-sec .detail-page-item table tr td {
    text-align: start;
}
.vacature-box-sec .detail-page-item table tr td li {
    color: #F4F4F4;
}
.vacature-box-sec .detail-page-item table tr td{
    width: 50%;
}
.vacature-box-sec .detail-page-item table tr td li::after {
    position: absolute;
    content: "";
    background-color: #F4F4F4;
    left: 2px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}
.detail-page-item ul{
    padding-left: 10px;
}
.detail-page-item table{
    width: 100%;
}
/* ***vacature-reladed-sec**** */
.vacature-reladed-sec .contact-reladed-wrap{
    padding-top: 0;
}
/* ================ACATURE-DTL-PAGE-END=================== */
/* ==========CONTACT-PAGE-START======== */
/* ***contact-map-sec*** */
.contact-map-sec .map-wrap {
    height: 600px;
    position: relative;
    border-radius: 5px;
}
.form-sec.contact-form-sec{
    padding-bottom: 16px;
}
/* ****form-contact-info-sec*** */
.each-form-contact-info{
    border-radius: 5px;
    background: #2B2B2B;
    padding: 86px 115px 45px;
    height: 100%;
}
.each-form-contact-info h4{
    font-family: 'COCOGOOSE-Regular';
    padding-bottom: 30px;
}
.each-form-contact-info td{
    color: #F4F4F4;
}
.each-form-contact-info td:first-child{
    padding-right: 60px;
}
.each-form-contact-info p a{
    color: #F4F4F4;
    margin-bottom: 0;
}
.each-form-contact-info p a:hover{
    color: #A87F55;
}
.each-form-contact-info table{
    margin-bottom: 4px;
}
.each-form-contact-info p{
    color: #F4F4F4;
}
/* =====CONTACT-PAGE-END======= */
/* =====THANKYOU-POPUP-PAGE-START======= */
/* **popup*** */
.modal-area .modal-dialog {
    max-width: 71.5%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(43, 43, 43, 0.30);
    backdrop-filter: blur(20px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    /* overflow: hidden; */

    border-radius: 10px;
    background: #2B2B2B;
    backdrop-filter: blur(22px);
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    /* padding: 0 73px 0 44px; */
    padding: 64px 45px 64px;
}
.modal-area .popup-content h2{
    margin-bottom: 38px;
    color: #F4F4F4;
    margin-top: 30px;
}
.modal-area .popup-content h6{
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
    color: #F4F4F4;
}
.modal-content .col-lg-5 {
    width: 43%;
}
.modal-content .col-lg-7 {
    width: 57%;
}
.modal-area .popup-content li {
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    color: #F4F4F4;
    font-family: 'Inter-Regular';
}
.modal-area .popup-content ul {
    padding-left: 12px;
    padding-bottom: 31px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #F4F4F4;
    background-size: 5px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FFF;
}
.modal-content .close-img img {
    width: 24px;
}
/* ========= thankyou ========== */
.thankyou-banner .home-banner-content {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
}
.thankyou-banner{
    position: relative;
}
.thank-you-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.thankyou-banner{
    position: relative;
    padding-bottom: 32px;
}
.thankyou-banner .home-banner-heading p{
    margin-bottom: 32px;
    margin-top: 16px;
    color: #F4F4F4;
}
.thankyou-banner-img{
    height: 861px;
    position: relative;
}
.thankyou-banner-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.thankyou-banner-img::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.41) 0%, rgba(43, 43, 43, 0.41) 100%);
}
/* ========thank-you-end=========== */

.inner-review-sec{
    padding-top: 120px;
}
/* ------------ OVER ONE PAGE START ----------------- */
/* ***over-one-top-sec*** */
.over-one-top-sec{
    position: relative;
    padding-top: 85px;
    padding-bottom: 40px;
}
.over-one-top-heading{
    text-align: center;
    padding-bottom: 83px;
}
.over-one-top-heading h4{
    padding-bottom: 25px;
}
.over-one-small-img-area{
    display: flex;
    column-gap: 25px;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}
.over-one-small-img{
    width: 69%;
    height: 322px;
}
.over-one-small-img img{
    height: 100%;
    object-fit: cover;
}
.over-one-logo-img{
    width: 27%;
    margin-bottom: 8px;
}
.over-one-top-dtl .col-lg-7{
    width: 53%;
}
.over-one-top-dtl .col-lg-5{
    width: 47%;
}
.over-one-top-dtl .row{
    align-items: center;
}
.over-one-top-text{
    max-width: 650px;
    margin-left: auto;
    padding-left: 10px;
}
.over-one-top-text p{
    margin-bottom: 27px;
}
.over-one-top-text ul{
    margin-bottom: 27px;
}
.over-one-top-text p:last-child{
    margin-bottom: 0;
}
.over-one-top-text h5{
    font-family: 'Inter-Bold';
    line-height: 24px;
}
.over-one-big-img{
    margin-top: 16px;
}
.over-one-top-heading h2 strong {
    color: #F4F4F4;
    font-weight: normal;
    margin-top: -48px;
    display: block;
    position: relative;
    z-index: -1;
    margin-left: 257px;
}
/* ***over-one-counter-sec*** */
.over-one-counter-sec .home-counter-item::before{
    display: none;
}
.over-one-counter-sec .home-counter-item::after{
    display: none;
}
.over-one-counter-sec .home-counter-wrap {
    background-color: #2B2B2B;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
}
/* ****over-one-mid-sec**** */
.over-one-mid-sec{
    padding-top: 40px;
    overflow: hidden;
}
.over-one-mid-bg-img{
    border-radius: 5px;
    position: relative;
}
.over-one-mid-bg-img::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
    background: rgba(43, 43, 43, 0.80);
}
.over-one-mid-wrap{
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.over-one-mid-img img{
    border-radius: 10px;
}
.over-one-mid-dtl .row{
    align-items: center;
}
.over-one-mid-text h2{
    color: #fff;
    padding-top: 38px;
    padding-bottom: 28px;
}
.over-one-mid-text p{
    color: #fff;
    margin-bottom: 0;
}
.over-one-mid-text h4{
    font-family: 'COCOGOOSE-Regular';
}
.over-one-mid-text{
    max-width: 840px;
    margin-left: auto;
    padding-left: 10px;
}
.over-one-mid-dtl .col-lg-5{
    width: 42.5%;
}
.over-one-mid-dtl .col-lg-7{
    width: 57.5%;
}
.over-one-mid-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
/* *****over-one-btm-sec*** */
.over-one-btm-sec{
    position: relative;
    overflow: hidden;
}
.over-one-btm-wrap{
    padding-top: 118px;
    padding-bottom: 118px;
}
.over-one-btm-heading{
    text-align: center;
    padding-bottom: 80px;
}
.over-one-btm-img{
    height: 100%;
}
.over-one-btm-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-over-one-text{
    border-radius: 5px;
    background: #2B2B2B;
    height: 100%;
    padding: 75px 80px;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.each-over-one-text:hover{
    box-shadow: 0 0 8px 0 #A87F55;
}
.over-one-btm-wrap .row{
    row-gap: 24px;
    margin-left: -11px;
    margin-right: -11px;
}
.over-one-btm-wrap .col-lg-5{
    padding-left: 11px;
    padding-right: 11px;
}
.over-one-btm-wrap .col-lg-7{
    padding-left: 11px;
    padding-right: 11px;
}
.over-one-btm-wrap .col-lg-5 .each-over-one-text:last-child {
    padding: 60px 46px;
}
.each-over-one-text h4 strong{
    display: block;
    padding-bottom: 31px;
}
.each-over-one-text h4{
    padding-bottom: 20px;
    font-family: 'COCOGOOSE-Regular';
    line-height: 32px;
}
.each-over-one-text p{
    color: #F4F4F4;
    margin-bottom: 0;
}
.over-one-btm-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.over-one-btm-merk img{
    height: 100%;
    object-fit: cover;
}


/*******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;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
    font-family: 'COCOGOOSE-Regular';
}
.star_icon p img{
    margin-top: -3px;
    margin-right: 5px;
}
.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(#555 calc(1*100%/6),#A87F55 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#A87F55 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#A87F55 0 calc(5*100%/6),#555 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: #A87F55;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount {
  cursor:pointer;
}
.skiptranslate {
    display: none;
}
#google_translate_element {
  height: 0;
  overflow: hidden;
}

.morgeninternet-footer {
    border: 0;
    width: 100%;
    /* margin-bottom: 0; */
    height: 50px;
    display: block;
    border-radius: 10px;
    margin: 10px auto 0;
    max-width: calc(100% - 24px);
}
.iframe-footer {
    max-width: calc(100% - 29px);
    margin: 16px auto 0;
    border-radius: 10px;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
}

@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.calsty {
    width: 100%;
}
.dNtlyB {
    display: none;
}
.share-social-media-button .aanbod-detail-each3{
    background-color: transparent;
    color: #F4F4F4 !important;
}
.share-social-media-button .aanbod-detail-each3::after{
    background-color: #444;
}
.share-social-media-button .aanbod-detail-each3:hover{
    border-color: #444;
}
.tab-right-part .aanbod-detail-each3 em{
    display: none;
}
.tab-right-part .aanbod-detail-each3{
    background-color: transparent;
    padding: 0;
    line-height: 0;
    font-size: 0;
    border: none;
}
.tab-right-part .aanbod-detail-each3::after{
    display: none;
}
.tab-right-part .share-social-media-button .a2a_dd svg {
    width: 18px;
    margin-right: 5px;
    height: 18px;
}
body .form-wrap .error_cls,
body .form-wrap .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-wrap .common-btn{
    border: 1.5px solid #FFF;
    background-color: #A87F55;
}
.form-wrap .common-btn::after{
    background-color: #444;
}
.form-wrap .common-btn:hover{
    border-color: #444;
}
.form-wrap .foto_upload {
  color: rgba(227, 217, 208, 0.50);
}
.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 11px 0;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: 50px;
    font-size: small;
}
.notifcation {
    position: relative;
}
.alert-number {
    display: none;
    position: absolute;
    bottom: 30px;
    right: 12px;
    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;
}
.mega-menu-contact-info p {
    color: #F4F4F4;
}
.over-one-top-heading p {
    max-width: 800px;
    width: 100%;
    margin: 20px auto 0;
}
@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
.detail-page-item ul li 
{
    color: #fff;
}
.detail-page-item ul li::after{
    display: none;
}