@import "fonts.css";
@import "common-class.css";
html{
	font-size: 62.5%;
	height: auto !important;
}
:root { 
	scroll-behavior: auto !important; 
}
.grecaptcha-badge{
	display:none;
}
html.lenis {
  	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
body{
	overflow-y: hidden;
}
#mobile-contact-bar {
    display: none;
}
/*==========header=========*/
.logo img{
	width: 206px;
}
.logo{
	position: relative;
	z-index: 999;
}
.menu-div li{
	margin-right: 35px;
}
.menu-div li a{
	color: #E5E7E7;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.menu-div li.flag{
	z-index: 999;
}
/*===========banner==========*/
.banner:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 75%;
	background-image: url(../images/banner-gradient.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.overlay{
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.30) 0%, rgba(7, 7, 7, 0.30) 100%);
	z-index: 1;
}
.banner:before, .banner-content, .scroll-btn{
	z-index: 2;
}
.banner-content-wrap{
	max-width: 830px;
}
.banner-content-wrap p{
	max-width: 760px;
	margin: 21px auto 0;
}
.scroll-btn{
	color: #E5E7E7;
	text-align: center;
	font-family: 'MonaSansSemiBold';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	bottom: 50px;
}
.scroll-indicator {
	-webkit-animation: scrolling 2.75s ease-in-out 0s infinite;
	animation: scrolling 2.75s ease-in-out 0s infinite
}
@-webkit-keyframes scrolling {
	0% {
		transform: translateY(-10px);
		opacity: 0
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(10px);
		opacity: 0
	}
}
@keyframes scrolling {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(10px);
		opacity: 0;
	}
}
/*=============product===============*/
.product-block{
	background: #E5E7E7;
	padding: 120px 0;
}
.product-block h2, .insta-block h2{
	line-height: normal;
	margin: 30px 0 75px;
}
.product-block h2, .product-block h6, .insta-block h2, .insta-block h6{
	color: #070707;
}
.product-block img.w-100{
	border-radius: 10px;
}
.product-block .each-car{
	position: relative;
	margin: 35px 120px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-block .swiper-slide-active .each-car{
	margin: 0 8px;
}
.product-block .swiper-slide-prev .each-car{
	margin-left: 0;
}
.product-block .swiper-slide-next .each-car{
	margin-right: 0;
}
.product-block .swiper-slide-prev .car-image:before, 
.product-block .swiper-slide-next .car-image:before,
.product-block .swiper-slide-active .car-image:before,
.product-block .swiper-slide .car-image:before {
	position: absolute;
	top: 0;
	/* left: 120px; */
	left: 0;
	content: '';
	/* width: calc(100% - 120px); */
	width: 100%;
	height: 100%;
	background: #E5E7E7;
	opacity: .7;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
}
.product-block .swiper-slide-next .car-image:before{
	left: auto;
	/* right: 120px; */
	right: 0;
}
.product-block .swiper-slide-active .car-image:before {
	opacity: 0;
}
.car-image {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-block h5{
	margin: 40px 8px 55px;
}
.product-block .swiper .text-center.mx-auto{
	max-width: 610px;
}
.product-block .swiper-slide-prev h5, .product-block .swiper-slide-next h5{
	display: none;
}
.product-block .home_car_btn {
	opacity: 0;
	pointer-events: none;
	/* transition: all 0.5s;
	-webkit-transition: all 0.5s; */
}
.product-block .swiper-slide-active .home_car_btn {
	opacity: 1;
	pointer-events: all;
}
.product-btn { 
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	background: rgba(229, 231, 231, 0.10);
	border: 1px solid rgba(229, 231, 231, 0.30);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	width: 146.238px;
	height: 146.238px;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each-car:hover .product-btn {
	opacity: 1;
}
.product-block .default-btn{
	max-width: 270px;
  	margin: 5px 8px;
  	padding-right: 0;
  	padding-left: 0;
}
.product-block .default-btn.border-btn, .product-block .default-btn.outline-btn{
	background: transparent;
  	border-color: #070707;
  	color: #070707;
}
.product-block .default-btn.border-btn:hover, .product-block .default-btn.black-btn:hover{
	background: #070707;
  	border-color: #070707; 
  	color: #FDFDF1;
}
.product-block .default-btn.black-btn:hover {
	background-color: transparent;
	color: #070707;
}
.product-block .swiper-arw{
	top: 34%;
  	width: 100%;
  	height: 81.27px;
}
.product-block .swiper-arw:before, .product-block .swiper-arw:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: #070707;
	width: 15vw;
	height: 1px;
	pointer-events: none;
	left: calc(24% - 85px);
	opacity: .7;
}
.swiper-arw.remove-opacity:before, .swiper-arw.remove-opacity:after{
	opacity: 1;
}
.product-block .swiper-arw:after{
	left: auto;
  	right: calc(24% - 85px);
}
.product-block .swiper-button-prev, .product-block .swiper-button-next{
	width: 81.27px;
	height: 81.27px;
	border: 1px solid #070707;
	opacity: .7;
	transform: translateY(-50%);
  	margin-top: 0;
}
.product-block .swiper-button-prev:hover, .product-block .swiper-button-next:hover, 
.product-block .swiper-button-prev.remove-opacity, .product-block .swiper-button-next.remove-opacity{
	opacity: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.product-block .swiper-button-prev img{
	transform: rotate(180deg);
}
.product-block .swiper-button-next:after, .product-block .swiper-button-prev:after{
	display: none;
}
.product-block .swiper-button-prev{
	left: calc(24% - 165px);
}
.product-block .swiper-button-next{
	right: calc(24% - 165px);
}
.product-block .swiper-button-prev:before, .product-block .swiper-button-next:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 10vw;
	height: 1px;
	background: #070707;
	pointer-events: none;
	display: none;
}
.product-block .swiper-button-prev:before{
	left: 100%;
}
.product-block .swiper-button-next:before{
	right: 100%;
}
/*=============marque================*/
.marque-block{
	background: #070707;
	padding: 120px 0;
}
.marquee-text-wrapper {
	white-space: nowrap;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}
.marquee-text-wrapper h4{
	display: inline-block;
	color: rgba(229, 231, 231, 0.60);
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
	font-size: 2.4rem;
	line-height: normal;
	text-transform: uppercase;
}
.marquee-text-wrapper h4 span{
	margin-right: 100px;
	position: relative;
}
.marquee-text-wrapper h4 span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -55px;
	content: '';
	width: 10px;
	height: 10px;
	background: #E5E7E7;
	opacity: .3;
	border-radius: 100%;
}
/* .marquee-text-wrapper:hover h4 {
	transform: translate(0) !important;
} */
/*==============home service===========*/
.home-service{
	background: #070707;
	padding-bottom: 132px;
	z-index: 1;
}
.home-service:after{
	position: absolute;
	bottom: -10%;
	right: 0%;
	content: '';
	width: 39%;
	height: 39%;
	background: url(../images/bg-img2.png) no-repeat right / contain;
	pointer-events: none;
	z-index: -1;
}
.home-service h6{
	margin-bottom: 16px;
}
.home-service p{
	margin: 17px 0 34px;
}
.home-service h5{
	color: #E5E7E7;
	font-family: 'AlexBrushRegular';
	font-size: 2.8rem;
	line-height: 24px;
	margin-bottom: 45px;
	text-transform: unset;
}
.service-content{
	max-width: 900px;
  	padding: 35px 0 240px 16%;
}
.home-service img.w-100{
	border-radius: 10px;
	object-fit: cover;
}
.service-top-img{
	z-index: 1;
}
.service-middle-img{
	margin-top: -160px;
}
.service-btm-img{
	margin-top: -80px;
	padding-left: 100px;
}
.service-middle-img .position-relative:before, .service-middle-img .position-relative:after, 
.service-btm-img .position-relative:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.00) 0%, rgba(7, 7, 7, 0.50) 100%);
}
.service-middle-img .position-relative:after{
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.00) 0%, #070707 96.49%);
	height: 75%;
}
.service-btm-img .position-relative:after{
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.20) 0%, rgba(7, 7, 7, 0.20) 100%);
}
.service-btn{
	margin-left: 130px;
	top: -78px;
}
.service-btn a span{
	padding-right: 16px;
}
.service-btn a span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	background: url(../images/arw-right.svg) no-repeat center /contain;
	width: 10px;
	height: 10px;
}
.service-btn a:hover span:before{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/*=================insta============*/
.insta-block{
	padding: 120px 0 114px;
	background: #e5e7e6;
}
.insta-block .default-btn{
	text-transform: unset;
}
.insta-block .default-btn img{
	margin-top: -2px;
  	margin-left: 5px;
}
.insta-block .default-btn:hover img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
/*============footer=============*/
footer{
	background: #070707;
	padding: 90px 0 70px;
	/* z-index: 1; */
	/* z-index: -1; */
}
.footer-logo{
	width: 247px;
}
footer .text-lg-end li a, .contact-info a, .footer-btm p{
	color: #E5E7E7;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
footer .text-lg-end li{
	margin-top: 5px;
	margin-right: 50px;
}
footer .text-lg-end li:last-child{
	margin-right: 0;
}
footer .text-lg-end li a:hover{
	opacity: .6;
}
.contact-info{
	margin: 90px 0 110px;
} 
.contact-info a{
	border-radius: 100px;
	border: 1px solid rgba(229, 231, 231, 0.20);
	background: #090909;
	max-width: 282px;
	height: 48px;
	line-height: 48px;
	position: relative;
	text-transform: unset;
}
.contact-info img{
	margin-right: 9px;
	margin-top: -2px;
}
.contact-info .d-md-flex{
	column-gap: 20px;
}
.footer-btm p{
	color: #EEE;
	line-height: 19.67px;
	letter-spacing: 0.14px;
	text-transform: unset;
	margin-bottom: 0;
}
.footer-btm p span{
	color: rgba(238, 238, 238, 0.50);
}
.footer-btm .icon-img a:not(:last-child){
	margin-right: 18px;
}
/*=====================overons====================*/
.inner-header .menu-div li a, .overons-top-heading h1{
	color: #070707;
}
.inner-header .c-header[data-status="small"] {
  background-color: #e5e7e6;
}
.inner-header .logo-color.logo img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.inner-header .c-header.stiky{
	background-color: #e5e7e6;
}
.overons-top-heading{
	padding: 180px 0 60px;
}
.overons-top-block{
	background: #e5e7e6;
}
.overons-top-block .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #e5e7e6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.home__header {
  width: 100%;
  height: auto;
  visibility: visible !important;
}
.home__gallery img{
	height: 100%;
	object-fit: cover;
}
.home__gallery {
	position: relative;
	width: 100%;
	/*display: flex;
	gap: 2vw;*/
}
.home__gallery .gallery_column_2 {
	position: absolute;
	width: 42%;
	height: 100%;
	top: 20px;
	left: 7%;
}
.home__gallery .gallery_column_2 .item {
	position: relative;
	width: 42%;
	margin-bottom: 90px;
	overflow: hidden;
	border-radius: 10px;
	height: 312px;
}
.home__gallery .gallery_column_2 .item:nth-child(2n) {
  height: 194px;
}
.home__gallery .gallery_column_3 {
  position: absolute;
  width: 41vw;
  height: 100vh;
  transform: translateX(-50%);
  left: 50%;
}
.home__gallery .gallery_column_3 .item2 {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: top center;
}
.home__gallery .gallery_column_3 .item2 img{
	border-radius: 10px;
}
.home__gallery .gallery_column_3 .item_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home__gallery .gallery_column_5 {
	position: absolute;
	width: 42%;
	height: 100%;
	top: 20px;
	right: 7%;
}
.home__gallery .gallery_column_5 .item {
	position: relative;
	width: 42%;
	margin-bottom: 90px;
	overflow: hidden;
	margin-left: auto;
	border-radius: 10px;
	height: 194px;
}
.home__gallery .gallery_column_5 .item:nth-child(2n){
	height: 312px;
}
.overons-top-block .mobile-img{
	display: none;
}
.overons-content-block{
	background: #070707;
	padding: 180px 0 87px;
	margin-bottom: -1px;
}
.overons-content-block:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(7, 7, 7, 0.75) 0%, #070707 96.49%);
}
.overons-content-block:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/bg-img3.svg) no-repeat bottom right /contain;
	opacity: 0.1;
}
.content-block-wrap{
	max-width: 1154px;
	z-index: 1;
}
.content-block-wrap h6{
	margin: 30px 0 16px;
}
.content-block-wrap p{
	margin: 38px 0 60px;
	max-width: 560px;
}
.overons-marquee{
	background: #070707;
	padding: 92px 0 68px;
}
.marquee {
	position: relative;
	text-transform: uppercase;
	width: 100%;
	color: #E5E7E7;
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
	font-size: 4rem;
	line-height: 55px; 
	text-transform: uppercase;
}
.marquee__line {
  display: flex;
  position: relative;
  margin-bottom: 54px;
}
.marquee__line:nth-child(1) {
  justify-content: flex-end;
  z-index: 1;
}
.marquee__sentence {
  padding-right: 180px;
  white-space: nowrap;
  position: relative;
}
.marquee__sentence:before{
	position: absolute;
	top: 50%;
	right: 47px;
	content: '';
	background: #E5E7E7;
	width: 87px;
	height: 1px;
	transform: translateY(-50%);
}
.marquee__text:hover .marquee__line {
	transform: translate(0) !important;
}
.overons-content-block img{
	border-radius: 10px;
}
.overons-btm-block{
	background: #e5e7e6;
	padding: 150px 0 15px;
}
.overons-btm-block h2{
	margin-bottom: 30px;
}
.overons-btm-block h2, .overons-btm-block p{
	color: #070707;
}
.overons-btm-block .mx-auto{
	max-width: 720px;
}
.block-img{
	height: 460px;
	border-radius: 10px;
}

.block-wrapper{
	max-width: 1268px;
	margin: 85px auto 0;
}
.block-img img.w-100{
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.social-media-content {
	bottom: 40px;
	z-index: 1;
}
.social-media-content .d-flex.align-items-center{
	width: 75.001px;
	height: 75.001px;
	background: rgba(229, 231, 231, 0.10);
	border: 1px solid rgba(229, 231, 231, 0.10);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	margin: 0 auto 60px;
}
.social-media-content h5{
	color: #E5E7E7;
	line-height: 28.32px;
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
}
.social-media-content p{
	color: #E5E7E7;
	line-height: 18.88px;
	margin: 7px 0 95px;
}
.social-media-content .default-btn{
	background: #E5E7E7 !important;
	color: #070707;
}
.social-media-content a span {
  	padding-right: 16px;
}
.social-media-content .default-btn span:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	background: url(../images/arw-right.svg) no-repeat center /contain;
	width: 10px;
	height: 10px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.block-img:hover img.w-100{
	transform: scale(1.1);
}
.block-img-overlay{
	border-radius: 10px;
	/* background: linear-gradient(0deg, rgba(7, 7, 7, 0.60) 0%, rgba(7, 7, 7, 0.60) 100%); */
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.90) 0%, rgba(7, 7, 7, 0.90) 100%);
	transition: all 0.5s;
}
.block-img:hover .block-img-overlay{
	/* background: linear-gradient(0deg, rgba(7, 7, 7, 0.90) 0%, rgba(7, 7, 7, 0.90) 100%); */
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.60) 0%, rgba(7, 7, 7, 0.60) 100%);
	transition: all 0.5s;
}
.block-img .linkdin-img{
	width: 24px;
}
.block-img .insta-img{
	width: 26px;
}
.block-wrapper .col-md-6{
	padding: 0 30px;
}
/*============contact===========*/
.form-sec{
	padding: 195px 0 115px;
	background: #e5e7e6;
}
.form-sec h1{
  visibility: hidden;
}
.char{
  visibility: hidden;
}
.h1-text-span{
  display: inline !important;
}
.word{
  display: inline !important;
}
.char{
  visibility: hidden;
  display: inline !important;
  position: relative;
}
.form-sec h1, .form-sec p{
	color: #070707;
}
.form-left p{
	margin-top: 50px;
	max-width: 370px;
}
.form-left{
	/* margin-right: 20px; */
}
.form-wrap{
	max-width: 710px;
}
.form-wrap p {
	color: #070707;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.form-wrap p a{
	color: #070707;
}
.form-wrap p a:hover{
	text-decoration: underline;
}
.form-styl{
	color: #070707;
	border:0 ;
	border-bottom: 1px solid rgba(7, 7, 7, 0.5);
	padding: 0 0 16px;
	font-family: 'MonaSansMedium';
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	resize: none;
}
.form-styl:focus{
	border-color: rgba(7, 7, 7, 0.5);
	color: #070707;
	box-shadow: none;
}
.form-styl:placeholder {
	color: rgba(7, 7, 7, 0.5);
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: rgba(7, 7, 7, 0.5);
	opacity: 1;
}
.form-styl::placeholder {
	color: rgba(7, 7, 7, 0.5);
	opacity: 1;
}
.foto_upload{
	color: rgba(7, 7, 7, 0.5);
}
.form-field{
	margin-top: 70px;
}
.form-wrap .form-group{
	margin-bottom: 48px;
}
.form-wrap label{
	font-family: 'MonaSansMedium';
	font-size: 1.6rem;
	letter-spacing: 0.8px;
	color: rgba(7, 7, 7, 0.5);
	margin-bottom: 20px;
}
.form-wrap textarea{
	border-radius: 10px;
	border: 1px solid rgba(7, 7, 7, 0.5);
	padding: 30px;
}
.form-wrap .default-btn{
	background: transparent;
	color: #070707;
}
.form-wrap .default-btn:hover{
	background: #070707;
	border-color: #070707;
	color: #fff;
}
.form-bg{
	bottom: -14%;
  left: -2%;
  width: 40%;
  height: 70%;
  background: url(../images/bg-img4-c.png) no-repeat bottom / contain;
  pointer-events: none;
}
.map-block{
	background: #e5e7e6;
	padding: 0 15px 110px;
}
.map-block:before{
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: #070707;
  z-index: -1;
}
.map-block img.w-100, .map-block .bg{
	border-radius: 10px;
}
.map-left{
	margin-right: 7.5px;
	height: 620px;
}
.map-block .bg{
	margin-left: 7.5px;
}
.map-block img.w-100{
	height: 100%;
	object-fit: cover;
}
/*=============aanbod===========*/
.filter-sec{
	background: #e5e7e6;
	padding: 230px 0 40px;
	z-index: 9;
}
.filter-wrap{
	max-width: 1250px;
}
.filter-wrap h2{
	color: #070707;
}
.filter-right-part{
	max-width: 680px;
}
.display-div, .each-filter h6, .select-style{
	color: rgba(7, 7, 7, 0.90);
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.display-div table{
	margin-left: auto;
}
.display-div span{
	width: 48px;
	height: 48px;
	border: 1px solid rgba(7, 7, 7, 0.30);
	margin-left: 10px;
	cursor: pointer;
}
.display-div span.active {
	background: #212121;
}
.display-div span.active img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.each-filter h6{
	margin-right: 12px;
}
.each-filter{
	 margin-right: 50px;
	margin-bottom: 15px;
}
.display-div{
	width: 147px;
}
.filter-block-wrap{
	width: calc(100% - 206px);
	padding-left: 5%;
}
.select-style{
	letter-spacing: normal;
  text-transform: unset;
  border-radius: 24px;
  border: 1px solid rgba(7, 7, 7, 0.30);
  background: url(../images/dwn-arw.svg) #E5E7E7 no-repeat 95% center/10px;
  padding: 11px 15px;
}
.select-style.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.each-filter .dropdown-menu {
	background-color: #E5E7E7;
	padding: 11px 15px;
	border: 1px solid rgba(7, 7, 7, 0.30);
	border-top: 0;
	border-radius: 0 0 24px 24px;
	margin-top: -5px !important;
	cursor: default;
	max-height: 230px;
	overflow-y: auto;
	z-index: 999;
}
.each-filter .dropdown-menu::-webkit-scrollbar {
	background-color: #b8b8b8;
	width: 10px;
    border-radius: 10px;
}
.each-filter .dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #858585;
    border-radius: 10px;
}
.filter-sec label {
	margin-bottom: 10px;
	z-index: 2;
	color: rgba(7, 7, 7, 0.90);
  font-family: 'MonaSansMedium';
  font-size: 1.4rem;
}
.filter-sec label span {
	float: right;
	opacity: 0.65;
}
.filter-sec .form-check-input{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	box-shadow: none;
	border: 1px solid #070707;
	background-color: transparent;
	border-radius: 3px;
}
.filter-sec .form-check-input:checked {
	background-color: #070707;
	border-color: #070707;
}
.auto-overview-tag {
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 5px 14px;
	cursor: pointer;
	color: #fff;
	background: #070707;
	border-radius: 24px;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	border: 1px solid #070707;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.auto-overview-tag img{
	width: 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.auto-overview-tag:hover {
	background-color: transparent;
	border-color: #070707;
	color: #070707;
}
.auto-overview-tag:hover img {
	filter: invert(1);
}
.reset_all_filter {
	color: #070707;
	font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.reset_all_filter img {
	width: 11px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.reset_all_filter:hover {
	opacity: 0.5;
	color: #070707;
}
.clear-filter-main {
	margin-top: 30px;
}
/***product-list-sec*****/
.product-list-sec {
	padding: 40px 0 0;
}
.each-product-list {
	margin-bottom: 95px;
}
/*========================aanbod-grid page start=============================*/
.product-grid {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto 50px;
}
.product-grid-sec .each-car {
	margin-left: 0;
	margin-right: 0;
}
.product-grid-sec .col-lg-6 {
	padding: 0 25px;
}
.product-grid-sec .row {
	margin: 0 -25px;
}
.product-grid-sec .product-btn {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-grid-sec .each-car:hover .product-btn {
	opacity: 1;
}

/***************/
.product-grid-sec {
	background-color: #e5e7e6;
}
.product-grid {
	padding: 40px 0;
	margin-bottom: 0;
}
.car-listing-sec {
	padding: 1px 0;
	overflow-x: clip;
}
.car-listing-sec .container-fluid {
	padding: 0;
}
.each-product-list {
	margin-bottom: 60px;
}
.product-block .product-grid .each-car {
	margin-left: 0;
	margin-right: 0;
}
.product-block .product-grid .col-lg-6 {
	padding: 0 25px;
}
.product-block .product-grid .row {
	margin: -25px;
}
.product-block .product-grid .each-car .product-btn {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-block .product-grid .each-car:hover .product-btn {
	opacity: 1;
}
/*==================================car-gallery page start======================================*/
/******car-gallery-heading*******/
.car-gallery-heading {
	padding: 235px 0 0;
	background-color: #E5E7E7;
}
.car-gallery-heading h2 {
	color: #070707;
}
.car-gallery-heading h6 {
	color: #070707;
	margin-bottom: 15px;
}
.car-gallery-heading p {
	color: #111820;
}
.car-gallery-heading-para {
	max-width: 562px;
	width: 100%;
	margin-left: auto;
}
/***car-galery-list****/
.car-galery-list {
	padding: 88px 0 123px;
	background-color: #E5E7E7;
}
.each-car-gal {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.each-car-gal-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 7, 7, 0.50);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-car-gal-hover img {
	width: 50px;
}
.each-car-gal:hover .each-car-gal-hover {
	opacity: 1;
}
.car-galery-list .col-lg-4 {
	padding: 0 10px;
	margin-bottom: 20px;
}
.car-galery-list .row {
	margin: 0 -10px;
}
/*==================================aanbod-dtl page start======================================*/
/****dtl-bk-btn*****/
.dtl-bk-btn {
	padding: 178px 0 22px;
	background-color: #E5E7E7;
}
.dtl-bk-btn .txt-btn {
	color: #070707;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
.dtl-bk-btn .txt-btn::after {
	content: "";
    height: 17px;
    width: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    background-image: url(../images/bk-arrow.svg);
    background-size: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-bk-btn .txt-btn:hover::after {
	left: 0;
}
/****dtl-heading-sec****/
.dtl-heading-sec {
	background-color: #E5E7E7;
}
.dtl-heading-sec h2 {
	color: #070707;
}
.dtl-heading-sec p {
	color: rgba(7, 7, 7, 0.5);
	margin: 10px 0 0;
}
/***dtl-slider-sec***/
.aanbod-dtl-pg .pin-spacer {
	background-color: #E5E7E7;
}
.dtl-slider-sec {
	background-color: #E5E7E7;
	padding: 67px 0 100px;
	overflow-x: hidden;
}
.dtl-slider-main {
	margin-bottom: 64px;
	margin-right: -20%;
	position: relative;
	height: 65vh;
}
.dtl-slider-main .swiper {
	height: 100%;
	z-index: 0;
}
.dtl-slider-main .swiper-slide {
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.each-dtl-car {
	height: 100%;
}
.each-dtl-car img {
	height: 100%;
	object-fit: cover;
}
.dtl-slider-main .rounded-circle {
	width: 77px;
    height: 77px;
	background-color: rgba(244, 244, 244, 0.50);;
    transform: translateY(-50%);
    margin-top: 0;
	backdrop-filter: blur(10px);
}
.dtl-slider-main .rounded-circle::after {
	display: none;
}
.dtl-slider-main .swiper-button-prev {
	left: -38px;
	transform: translateY(-50%) rotate(180deg);
}
.dtl-slider-main .swiper-button-next {
	right: 14%;
	left: auto;
	transform: translateY(-50%);
}
/****dtl-car-btn***/
.dtl-car-info li {
	color: #070707;
	font-family: 'MonaSansMedium';
	font-size: 1.4rem;
	line-height: 24px; 
	padding: 12px 22px;
	border-radius: 100px;
	border: 1px solid rgba(7, 7, 7, 0.30);
	display: inline-block;	
	margin-right: 10px;
	width: 23%;
	text-align: center;
}
.dtl-car-info li:last-child {
	margin-right: 0;
}
.progress-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.progress-container .progress-circle {
	transform: rotate(-90deg);
	background-color: rgba(255, 255, 255, 0.50);
	width: 75px;
	height: 75px;
	border-radius: 100%;
}
.progress-container .progress-background {
	stroke: #F2F3F3;
}
.progress-container .progress-bar {
	stroke-dasharray: 283;
	stroke-dashoffset: 283;
	transition: stroke-dashoffset 0.1s ease-in-out;
	background-color: #070707;
}
.progress-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dtl-car-info-reach {
	text-align: right;
}
.info-reach-btn {
	height: 48px;
	width: 48px;
	border: 1px solid #070707;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.info-reach-btn:hover {
	background-color: #fff;
	border-color: #fff;
}
.dtl-car-info-reach li {
	display: inline-block;
	margin-right: 20px;
}
.dtl-car-info-reach li:last-child {
	margin-right: 0;
}
.share-social-media-button span {
	display: none;
}
body .share-social-media-button .a2a_dd {
	height: 48px !important;
	width: 48px !important;
	display: inline-flex !important;
	padding: 0 !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
body .share-social-media-button .a2a_dd:hover {
	background-color: #fff;
	border-color: #fff !important;
}
body .share-social-media-button .a2a_dd svg {
	margin-right: 0 !important;
}
/*****dtl-contact-card*****/
.dtl-contact-card {
	background-color: #e5e7e6;
	position: relative;
	z-index: 0;
}
.dtl-contact-card::after {
	content: "";
	height: 50%;
	bottom: 0;
	left: 0;
	background-color: #070707;
	position: absolute;
	width: 100%;
}
.dtl-contact-card-wrap {
	max-width: 1075px;
	width: 100%;
	margin-left: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.dtl-contact-card-owner {
	display: flex;
	align-items: center;
	column-gap: 24px;
}
.contact-card-owner-img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
}
.contact-card-owner-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.contact-card-owner-text h5 {
	color: #0B1821;
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	text-transform: none;
}
.contact-card-owner-text p {
	color: rgba(11, 24, 33, 0.80);
	font-size: 16px;
	font-family: 'MonaSansRegular';
	line-height: 22px;
	letter-spacing: 0.16px;
	margin-bottom: 0;
}
.contact-card-owner-text p a {
	color: rgba(11, 24, 33, 0.80);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-card-owner-text p a:hover {
	color: #b8b8b8;
}
.contact-card-owner-text {
    width: calc(100% - 104px);
}
.each-contact-card-reach {
	border-radius: 5px;
	background-color: #E5E7E7;
	padding: 20px;
	width: 32%;
}
.dtl-contact-card-reach {
	display: flex;
	column-gap: 22px;
	justify-content: end;
}
.each-contact-card-reach h6 {
	color: rgba(11, 24, 33, 0.80);
	font-family: 'MonaSansRegular';
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0.7px;
	margin-bottom: 5px;
	text-transform: none;
}
.each-contact-card-reach p {
	color: #0B1821;
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
	line-height: 26px;
	margin-bottom: 0;
}
.each-contact-card-reach p a {
	color: #0B1821;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-contact-card-reach p a:hover {
	opacity: 0.5;
}
/*****dtl-tab-sec******/
.dtl-tab-sec {
    padding: 134px 0 10px;
    background: #070707;
	z-index: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 75px;
    row-gap: 2px;
    margin-bottom: 56px;
    border: 0;
    padding-bottom: 14px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: rgba(244, 247, 250, 0.50);
    letter-spacing: normal;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sansregular';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
    position: relative;
    font-family: 'lama_sansregular';
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .nav-item::after{
    display: none !important;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover , .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    width: 100%;
}
.tab-btn ul{
    position: relative;
	padding-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.tab-btn ul::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(249, 248, 246, 0.15);
}
.tab_content li {
	color: #fff;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 26px;
	font-family: 'MonaSansRegular';
	width: 48%;
	position: relative;
	padding-left: 20px;
}
.tab_content li::after {
	background-size: 0.8rem;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.kenmerken-tab li {
    width: 16%;
    margin-bottom: 50px;
	color: rgba(229, 231, 231, 0.50);
	font-family: 'MonaSansRegular';
	font-size: 1.4rem;
	line-height: 26px;
	padding-left: 0;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab li span {
    color: #fff;
    display: block;
	font-size: 1.6rem;
}
.bullet-panel .tab_hedaing p {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing { 
    margin-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
	font-family: 'MonaSansRegular';
    font-size: 1.6rem;
    line-height: 26px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.tab_content p {
    margin-bottom: 0;
}

.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7e6;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #e5e7e6;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #F9F8F6;
}
.left-bg-block p strong {
    font-family: 'lama_sansmedium';
}
.left-bg-block h6 {
    color: #070707;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #F9F8F6;
    margin-bottom: 10px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btn ul.tabs li {
    position: relative;
	/* font-family: 'MonaSansSemiBoldItalic'; */
	font-family: 'MonaSansSemiBold';
	font-style: italic;
    padding-bottom: 10px;
    display: inline-block;
    color: #E5E7E7;
    font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
	text-transform: uppercase;
}
.tab-btn ul.tabs li span{
    position: relative;
}
.tab-btn ul.tabs li span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -31px;
    left: 0;
    background: #E5E7E7;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
/****aanbod-dtl-form-sec***/
.aanbod-dtl-form-sec {
	padding-top: 166px;
	background-color: #070707;
	z-index: 0;
}
.aanbod-dtl-form-sec h1, 
.aanbod-dtl-form-sec p {
	color: #E5E7E7;
}
.aanbod-dtl-form-sec p {
	max-width: 507px;
}
.aanbod-dtl-form-sec p a {
    color: #E5E7E7;
}
.aanbod-dtl-form-sec p a:hover {
    color: #858585;
}
.aanbod-dtl-form-info p {
	color: #E5E7E7;
    font-family: 'MonaSansMedium';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.aanbod-dtl-form-sec .form-styl {
	color: #E5E7E7;
	border-color: rgba(229, 231, 231, 0.30);
}
.aanbod-dtl-form-sec .form-styl:focus{
	border-color: rgba(229, 231, 231, 0.30);
	color: #E5E7E7;
	box-shadow: none;
}
.aanbod-dtl-form-sec .form-styl:placeholder {
	color: rgba(229, 231, 231, 0.70);
	opacity: 1;
}
.aanbod-dtl-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(229, 231, 231, 0.70);
	opacity: 1;
}
.aanbod-dtl-form-sec .form-styl::placeholder {
	color: rgba(229, 231, 231, 0.70);
	opacity: 1;
}
.aanbod-dtl-form-sec .form-wrap label {
	color: rgba(229, 231, 231, 0.70);
}
.aanbod-dtl-form-sec .form-field {
    margin-top: 0;
}
.aanbod-dtl-form-sec .form-wrap .default-btn {
	color: #F1F4F7;
	border-color: #F1F4F7;
}
.aanbod-dtl-form-sec .form-wrap .default-btn:hover {
	background-color: #F1F4F7;
	color: #070707;
}
.less-index {
	z-index: 1;
}
/******thankyou*********/
.thankyou-sec {
	height: 100vh;
	position: sticky;
	top: 0;
}
.thankyou-sec .banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.thankyou-sec .banner-content-wrap p {
	margin-bottom: 20px;
}
.thankyou-sec::after {
	content: "";
	background: linear-gradient(0deg, rgba(7, 7, 7, 0.70) 0%, rgba(7, 7, 7, 0.70) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.thankyou-sec .each-banner {
	height: 100%;
}
.thankyou-sec .each-banner 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:18px;
  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: 30px;
    padding-top: 15px;
}

/*.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}*/
.star_icon p img{
    width: 15px;
    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-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.dark-theme .cookie-close img {
    width: 15px;
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#070707 calc(1*100%/6),#fff 0 calc(3*100%/6),#070707 0),
              linear-gradient(#070707 calc(2*100%/6),#fff 0 calc(4*100%/6),#070707 0),
              linear-gradient(#070707 calc(3*100%/6),#fff 0 calc(5*100%/6),#070707 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: 3rem;
    align-items: center;
    color: #fff;
  }
  iframe.calsty {
    height: 800px;
  }
  @media (max-width: 831.98px) {
    iframe.calsty{ height: 1000px;}
  }
  @media (max-width: 627.98px) {
    iframe.calsty{ height: 900px;}
  }

.load_img{
    width:150px;
}
.privacy_section{
    padding-top: 170px;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
    display: none;
    margin-top: 20px;
    padding-bottom: 0;
}
.privacy_section h2{
	color: #000;
}
.privacy_section p{
	color: #000;
}
.modal-backdrop {
	z-index: -1 !important
}
.grid-list {
	display: flex;
}

.radio_filter .form-check-input {
    display: none;
}

.error-header .menu-div li a {
    color: #E5E7E7;
}
.error-header .stiky .menu-div li a {
    color: #070707;
}


.lang_class{
	font-weight: normal;
}
a.active_flag{
    text-decoration: underline;
}
.bg-color .menu-div li a
{
	color: #E5E7E7;
}
.car-galery-list .cmn-wrap{
	font-size: 2rem;
}
.menu_button{
	max-width: fit-content;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-page-form .form-left p {
  max-width: 570px;
}
.contact-page-form #to-email {
	color: rgba(7, 7, 7, 0.5);
	position: relative;
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/contact-form-down-arrow);
	background-position: right;
}
/* .contact-page-form #to-email::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	
} */
/*======================================llc page start==========================================*/
/****llc-info-sec****/
.llc-info-sec {
	background-color: #e5e7e6;
	padding: 180px 0 145px;
}
.llc-info-img {
	max-width: 644px;
	width: 100%;
	margin-left: auto;
}
.llc-info-img img {
	border-radius: 10px;
}
.llc-info-text {
	max-width: 700px;
	width: 100%;
	padding-right: 60px;
}
.llc-info-text h6 {
	color: #070707;
}
.llc-info-text h1 {
	color: #070707;
	margin: 11px 0 27px;
}
.llc-info-text p {
	color: #070707;
	margin-bottom: 34px;
}
/****llc-usp-sec*****/
.llc-usp-sec {
	padding-top: 95px;
	background-color: #070707;
}
.llc-usp-sec table {
	display: block;
	width: 100%;
}
.llc-usp-sec tbody {
	display: block;
}
.llc-usp-sec tr {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.llc-usp-sec td {
	padding: 30px;
	border-radius: 10px;
	background-color: #101010;
	min-height: 318px;
	border: 1px solid #101010;
	width: 25%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.llc-usp-sec td:hover {
	border-color: rgba(229, 231, 231, 0.20);
}
.llc-usp-sec td h6 {
	color: rgba(255, 255, 255, 0.50);
}
.llc-usp-sec td h5 {
	font-family: 'MonaSansSemiBold';
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	margin: 17px 0 14px;
	font-size: 1.6rem;
	line-height: 25px;
}
.llc-usp-heading {
	margin-bottom: 56px;
}
.llc-usp-heading h6 {
	color: #fff;
	margin-bottom: 11px;
}
.llc-usp-heading h2 {
	color: #fff;
	font-size: 4.8rem;
    line-height: 60px;
}
/**********************llc-usp**************************/
.each-llc-usp-video {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
}
.each-llc-usp-video img {
	height: 100%;
	width: 100%;
	opacity: 0;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-llc-usp-video video {
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-llc-usp-block:hover video {
	opacity: 1;
}
.each-llc-usp-block:hover .each-llc-usp-video img {
	opacity: 1;
}
.llc-usp-sec .col-xxl-3 {
	padding: 0 5px;
}
.llc-usp-sec .row {
	margin: 0 -5px;
	row-gap: 10px;
}
.each-llc-usp-video::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(16, 16, 16, 0.5);
}
.each-llc-usp-block {
    padding: 30px;
    border-radius: 10px;
    background-color: #101010;
    min-height: 318px;
    border: 1px solid #101010;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.each-llc-usp-block h6 {
    color: rgba(255, 255, 255, 0.50);
}
.each-llc-usp-block h5 {
    font-family: 'MonaSansSemiBold';
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    margin: 17px 0 14px;
    font-size: 1.6rem;
    line-height: 25px;
}
.each-llc-block-info {
	position: relative;
	z-index: 1;
}
.video-js .vjs-tech{
	height: 100%;
	object-fit: cover;
}
/* .banner_background_video{
	height: 100% !important;
} */
.video-js.vjs-fill:not(.vjs-audio-only-mode){
	height: 100% !important;
}
.video-js{
	width: 100% !important;
}
#banner_video {
	height: 100%;
}
/* #banner_video > div{
	height: 100% !important;
	padding: 0 !important;
} */
/* .home-banner-sec {
	height: 960px;
} */
.home-banner-sec {
	position: relative !important;
	top: 0 !important;
}
.home-banner-sec > div {
	position: initial !important;
}
.home-banner-sec .banner-content {
	top: auto;
	transform: translateY(0);
	padding-bottom: 0;
	bottom: 123px;
	position: absolute !important;
}
.home-banner-height {
	height: 100vh;
}


/***************contact***************/
.contact-form-img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
    max-width: 339px;
}
.contact-page-form .col-lg-5 {
	width: 30%;
}
.contact-page-form .col-lg-7 {
	width: 70%;
}

/*************over-ons-team***************/
.over-ons-team {
	background-color: #E5E7E7;
	padding-top: 118px;
}
.over-ons-team-title {
	margin-bottom: 70px;
	text-align: center;
}
.over-ons-team-title h2 {
	color: #070707;
	line-height: 65px;
}
.each-over-ons-team {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.each-over-ons-team-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    z-index: 1;
    transform: translateX(-50%);
	width: 100%;
}
.each-over-ons-team-info h2 {
	color: #070707;
	font-size: 3.6rem;
	line-height: normal;
	margin-bottom: 20px;
	font-family: 'MonaSansSemiBold';
	font-style: normal;
	text-transform: none;
	margin-bottom: 14px;
}
.each-over-ons-team-info p {
	color: rgba(7, 7, 7, 0.50);
	line-height: 18px;
}
.each-over-ons-team {
    position: relative;
    height: 700px;
    transition: all 0.5s;
}
.each-over-ons-team img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.each-over-ons-team::after {
    background: linear-gradient(180deg, rgba(229, 231, 231, 0.00) 0%, #E5E7E7 96.49%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    content: '';
}
.over-ons-team-back {
	opacity: 0;
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	transition: all 0.5s;
}
.each-over-ons-team:hover .over-ons-team-back {
	opacity: 1;
}

/******insta-sec******/
.insta-sec {
    padding: 120px 0 114px;
    background: #e5e7e6;
}
.insta-sec h2, 
.insta-sec h6 {
    color: #070707;
}
.insta-sec h2 {
    line-height: normal;
    margin: 30px 0 75px;
}
.insta-sec .swiper-arw:before,
.insta-sec .swiper-arw:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #070707;
    width: 15vw;
    height: 1px;
    pointer-events: none;
    left: calc(24% - 85px);
    opacity: .7;
}
.insta-sec img.w-100{
	border-radius: 10px;
}
.insta-sec .each-insta-block {
	position: relative;
	margin: 35px 120px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.insta-sec .swiper-slide-active .each-insta-block{
	margin: 0 8px;
}
.insta-sec .swiper-slide-prev .each-insta-block{
	margin-left: 0;
}
.insta-sec .swiper-slide-next .each-insta-block{
	margin-right: 0;
}
.insta-sec .swiper-slide-prev .each-insta-block:before, 
.insta-sec .swiper-slide-next .each-insta-block:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #E5E7E7;
	opacity: .7;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
}
.insta-sec .swiper-slide-next .each-insta-block:before{
	left: auto;
	right: 0;
}
.insta-sec .swiper-arw{
	top: 34%;
  	width: 100%;
  	height: 81.27px;
}
.insta-sec .swiper-arw:before, 
.insta-sec .swiper-arw:after{
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	content: '';
	background: #070707;
	width: 15vw;
	height: 1px;
	pointer-events: none;
	left: calc(24% - 85px);
	opacity: .7;
}
.swiper-arw.remove-opacity:before, .swiper-arw.remove-opacity:after{
	opacity: 1;
}
.insta-sec .swiper-arw:after{
	left: auto;
  	right: calc(24% - 85px);
}
.insta-sec .swiper-button-prev, .insta-sec .swiper-button-next{
	width: 81.27px;
	height: 81.27px;
	border: 1px solid #070707;
	opacity: .7;
	transform: translateY(-50%);
  	margin-top: 0;
	top: 80%;
}
.insta-sec .swiper-button-prev:hover, .insta-sec .swiper-button-next:hover, 
.insta-sec .swiper-button-prev.remove-opacity, .insta-sec .swiper-button-next.remove-opacity{
	opacity: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.insta-sec .swiper-button-prev img{
	transform: rotate(180deg);
}
.insta-sec .swiper-button-next:after, .insta-sec .swiper-button-prev:after{
	display: none;
}
.insta-sec .swiper-button-prev{
	left: calc(24% - 165px);
}
.insta-sec .swiper-button-next{
	right: calc(24% - 165px);
}
.insta-sec .swiper-button-prev:before, .insta-sec .swiper-button-next:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 10vw;
	height: 1px;
	background: #070707;
	pointer-events: none;
	display: none;
}
.insta-sec .swiper-button-prev:before{
	left: 100%;
}
.insta-sec .swiper-button-next:before{
	right: 100%;
}

.overons-block-height {
	height: 100vh;
}


.pric-logs {
    margin-right: 10px;
    margin-bottom: 3px;
}
.exp-prijs {
    margin-top: 15px;
}