@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    color: #fff;
	background-color: #0B0B0B;
    /* overflow-x: hidden; */
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
#mobile-contact-bar {
	display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***header-area****/
.header-area{
	padding: 23px 0;
	background-color: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.header-area.active {
    background-color: #0B0B0B;
}
.header-nav ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
	justify-content: end;
}
.header-nav li a {
	color: #fff;
    font-family: 'Montserrat-Medium';
	font-size: 1.4rem;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
}
.header-nav li a::after {
	content: "";
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-nav li a:hover::after {
	width: 100%;
}
.menu-bar {
    position: relative;
    max-width: 34px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::before {
	width: 34px;
}
.menu-bar div {
	width: 28px;
}
.menu-bar::after {
	width: 22px;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
	width: 30px;
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
	width: 30px;
}
.menu-hamburger {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #0B2DAF;
	width: 174px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
}
.header-right {
	padding-right: 100px;
}
.header-other {
	display: none;
	flex-wrap: wrap;
	column-gap: 94px;
	justify-content: end;
	align-items: center;
}
.header-other.show {
	display: flex;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.header-social li a:hover {
	opacity: 0.5;
}
.header-reach ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 94px;
}
.header-reach li a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Montserrat-Medium';
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.header-reach li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
/****mega-menu****/
.mega-menu {
	position: fixed;
    width: 100%;
    height: calc(100vh - 90px);
    background: #0B0B0B;
    top: 89px;
    left: 0;
    z-index: 98;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transition: all 0.5s;
	clip-path: inset(100% 0 0 0);
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu-wrap {
	height: 100%;
}
.mega-menu .col-lg-4 {
	position: relative;
}
.mega-menu .col-lg-4::after {
    content: "";
    height: 300vh;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.20);
    position: absolute;
    right: 0;
    top: -100vh;
}
.mega-menu-wrap .container,
.mega-menu-wrap .row,
.mega-menu-wrap .col-lg-4,
.mega-menu-wrap .col-lg-8 {
	height: 100%;
}
.mega-menu-wrap .col-lg-8 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.each-mega-menu-img {
	padding: 11px;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: scale(0);
}
.each-mega-menu-img img {
	height: 100%;
	object-fit: cover;
}
.each-mega-menu-img.big {
	transform: scale(1);
}
.mega-menu-img {
	max-width: 762px;
	width: 100%;
	margin-left: auto;
}
.mega-menu-nav {
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 1;
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: rgba(11, 45, 175, 0.3);
	width: 10px;
    border-radius: 0;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: rgba(11, 45, 175, 0.4);
    border-radius: 0;
}
.mega-menu-nav li {
	color: rgba(255, 255, 255, 0.30);
    font-family: 'PlayfairDisplay-Medium';
	font-size: 4rem;
	line-height: 55px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 40px;
	clip-path: inset(100% 0 0 0);
	transition: all 1s;
	transition-delay: 0.3s;
}
.mega-menu-nav li:last-child {
	margin-bottom: 0;
}
.mega-menu-nav li a {
	color: rgba(255, 255, 255, 0.30);
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.active {
	color: rgba(255, 255, 255, 1);
}
.mega-menu-nav li.active-up {
	clip-path: inset(0 0 0 0);
}
.mega-menu .bg-mark {
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}
.mega-menu .blue-line {
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	width: 11%;
	z-index: -1;
}
/****fix-whatsapp*****/ 
.fixed-right-whatsapp {
	position: fixed;
	right: 26px;
	bottom: 8%;
	z-index: 98;
}
.fixed-right-whatsapp img {
	width: 52px;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-sec::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.80) 0%, rgba(11, 11, 11, 0.70) 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	bottom: 65px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video {
	height: 910px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 910px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.brand-logo {
	margin-top: 280px;
	max-width: 750px;
	width: 100%;
}
.brand-logo ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 81px;
	row-gap: 20px;
	align-items: center;
}
.brand-logo img {
	filter: brightness(10);
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.brand-logo img:hover {
	opacity: 1;
}
.banner-social {
	position: absolute;
	right: 75px;
	bottom: 384px;
	z-index: 2;
}
.banner-social ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 23px;
	align-items: center;
}
.banner-social li a:hover {
	opacity: 0.5;
}
.next-sec-btn {
	position: absolute;
	bottom: 62px;
	right: 75px;
	font-family: 'Montserrat-Medium';
    font-size: 1.2rem;
    color: #fff;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	z-index: 2;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.next-sec-btn strong {
	font-weight: 500;
	transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.next-sec-btn img {
    -webkit-animation: bounce 2.5s infinite ease-in-out;
    -o-animation: bounce 2.5s infinite ease-in-out;
    -ms-animation: bounce 2.5s infinite ease-in-out; 
    -moz-animation: bounce 2.5s infinite ease-in-out; 
    animation: bounce 2.5s infinite ease-in-out;
}
@keyframes bounce {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
}
/*****product-sec******/
.product-sec {
	padding: 142px 0 106px;
	overflow-x: hidden;
	position: relative;
}
.product-sec .container {
	position: relative;
	z-index: 2;
}
.product-heading {
	margin-bottom: 122px;
}
.product-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-product-text {
	margin-top: -24px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
.each-product-text h3 {
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text p {
	color: rgba(255, 255, 255, 0.70);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-product-text h5 {
	color: #357FCF;
    font-family: 'PlayfairDisplay-Medium';
	font-size: 3.2rem;
	line-height: normal;
	text-transform: uppercase;
}
.each-product {
	position: relative;
}
.product-slider .common-arrow {
	top: 41%;
	transform: translateY(-50%);
	margin: 0;
}
.product-slider .swiper-button-next {
	right: 16.5%;
}
.product-slider .swiper-button-prev {
	left: 16.5%;
}
.product-slider .swiper-slide-active .each-product-text {
	opacity: 1;
}
.each-product::after {
	content: "";
	height: 363px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 0%, #0B0B0B 70%);
	z-index: 1;
}
.product-slider .swiper-slide .each-product::before,
.product-slider .swiper-slide .each-product::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(11, 11, 11, 0.60) 0%, rgba(11, 11, 11, 0.60) 100%);
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-slider .swiper-slide-active .each-product::before {
	opacity: 0;
}
/*.product-slider .swiper-pagination {
	position: relative;
    transition: 2s opacity;
    gap: 100px;
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
    bottom: 0;
    max-width: calc(100% - 175px);
}
.product-slider .swiper-pagination::after {
	content: "";
	height: 1px;
	background-color: #232323;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.product-slider .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	background-color: #232323;
	opacity: 1;
	position: relative;
}
.product-slider .swiper-pagination-bullet-active {
	background-color: #232323;
	transition: all 1s;
}
.product-slider .swiper-pagination-bullet-active.line {
	background-color: #fff;
	transition: all 1s;
}
.product-slider .swiper-pagination-bullet::after {
	content: "";
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1s;
	clip-path: inset(0 0 0 0%);
}
.product-slider .swiper-pagination-bullet-active.line::after {
	width: calc(100px + 16px); 
	clip-path: inset(0 0 0 100%); 	
}
.product-slider .swiper-pagination-bullet-active.line::before {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100%;
    z-index: -1;
}*/


.product-slider .swiper-pagination {
	position: relative;
    transition: 2s opacity;
    gap: 100px;
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
    bottom: 0;
    max-width: calc(100% - 175px);
}
.product-slider .swiper-pagination::after {
	content: "";
	height: 1px;
	background-color: #232323;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.product-slider .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	background-color: #232323;
	opacity: 1;
	position: relative;
}
.product-slider .swiper-pagination-bullet-active {
	background-color: #232323;
	transition: all 1s;
}
.product-slider .swiper-pagination-bullet-active.line {
	background-color: #fff;
	transition: all 1s;
}
.product-slider .swiper-pagination-bullet-active.line::after {
	width: calc(100px + 16px); 
	left: 0;
}
.product-slider .swiper-pagination-bulle:last-child.line::after {
	display: none;
}
.product-slider .swiper-pagination-bullet::after {
	content: "";
	height: 1px;
	background-color: transparent;
	width: calc(100% + 113px);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 6.8vw;
}
.product-slider .swiper-pagination-bullet.bullet-prev::after {
	background-color: #fff;
	width: 0;
	transition: all 1s;
}








/*.product-slider .swiper-pagination-bullet-active:first-child.line::after {
	display: none;
}*/
.blue-line {
	position: absolute;
	right: 0;
	top: 0;
	width: 18%;
	z-index: 1;
}
.bg-mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
/***service-sec******/
.service-sec {
	overflow-x: hidden;
}
.service-wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #0B2DAF;
	overflow-x: hidden;
}
.each-service {
	position: relative;
	height: 800px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(11, 11, 11, 0.70);
}
.each-service-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	padding: 0 22.5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}
.each-service-text-wrap {
	max-width: 540px;
	width: 100%;
}
.each-service-wrap {
	width: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-wrap:nth-child(odd) .each-service {
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	width: calc(100% + 14%);
}
.each-service-wrap:nth-child(even) .each-service {
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
	width: calc(100% + 14%);
	margin-left: -14%;
}
.each-service-text p {
	margin: 30px 0 66px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-btn {
	display: flex;
	gap: 20px;
}
.each-service-wrap:nth-child(even) .each-service-text {
	left: auto;
	right: 0;
}
.each-service-wrap.large .each-service {
	clip-path: polygon(0 0, 100% 0%, 77.6% 100%, 0% 100%);
    width: calc(100% + 27.9%);
}
.each-service-wrap.small .each-service {
	margin-left: 0;
}
.each-service-wrap.small .each-service .each-service-text,
.each-service-wrap.small-right .each-service .each-service-text {
	opacity: 0.4;
}
.each-service-wrap.large-right .each-service {
	width: calc(100% + 27.9%);
    margin-left: -28%;
}
.each-service-wrap.small-right .each-service {
	clip-path: polygon(0 0, 99.3% 0%, 68.5% 100%, 0% 100%);
    width: calc(100% + 4%);
}
.each-service-text .fill-btn:hover {
    color: #fff;
    border-color: #0B2DAF;
    background-color: #0B2DAF;
}
.each-service-text .fill-btn::before {
    opacity: 0;
}
.service-hover-btn {
	color: #fff;
    border-color: #fff;
    background-color: transparent;
}
/*****about-sec****/
.about-sec {
	padding: 140px 0 195px;
	position: relative;
	overflow-x: hidden;
}
.about-sec .container {
	position: relative;
	z-index: 2;
}
.about-heading {
	margin-bottom: 70px;
}
.about-heading-left {
	max-width: 472px;
	width: 100%;
}
.about-heading-left p {
	color: #357FCF;	
	font-family: 'Montserrat-Italic';
	font-size: 2rem;
	font-style: italic;
	line-height: 29px;
	margin: 28px 0 44px;
}
.about-left-img {
    width: calc(100% + 82px);
	position: relative;
	z-index: 1;
	margin-top: 190px;
}
.about-left-img::after {
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 0%, rgba(11, 11, 11, 0.90) 100%);
}
.about-sec .blue-line {
	left: 0;
	right: auto;
	top: 21%;
	width: 22%;
}
/*****marquee-block***/
.marquee-block {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
	margin-top: -16%;
}
.marque-wrap {
	white-space: nowrap;
}
.marque-txt:hover {
	animation-play-state: paused;
}
.marque-txt {
	display: flex;
	animation: 40s slide infinite linear;
	margin-bottom: 50px;
	position: relative;
	cursor: default;
}
.marque-txt:nth-child(even) {
	animation-direction: reverse;
	position: relative;
	z-index: 1;
}
.marque-txt:last-child {
	margin-bottom: 0;
}
.marque-txt li {
    display: inline-block;
    padding-left: 75px;
    position: relative;
    margin-left: 40px;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'PlayfairDisplay-Regular';
    font-size: 3.6rem;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.marque-txt li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 12px;
    height: 34px;
    width: 34px;
    background-image: url(../images/marquee-v.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px;
}
.marque-txt li strong {
	font-weight: 400;
	color: #357FCF;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
/*****review-area****/
.review-area {
	padding: 80px 0;
}
/*****footer-area*****/
.footer-area {
	padding: 130px 0 70px;
	position: relative;
}
.footer-logo img {
	width: 200px;
}
.footer-top {
	padding-bottom: 40px;
	border-bottom: 1px solid #3D3D3D;
	margin-bottom: 47px;
}
.footer-info {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
}
.each-footer-info h5 {
	font-size: 2.4rem;
	line-height: 40px; 
	letter-spacing: 0.24px;
	font-family: 'Montserrat-Regular';
}
.each-footer-info h6 {
	margin-bottom: 11px;
}
.each-footer-info p {
	letter-spacing: 0.16px;
}
.each-footer-info td {
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: 1.6rem;
	line-height: 30px;
	letter-spacing: 0.16px;
}
.each-footer-info td:nth-child(even) {
	color: rgba(255, 255, 255, 0.40);
	padding-left: 15px;
}
.footer-address {
	padding-left: 50px;
}
.footer-social { 
	display: flex;
	column-gap: 23px;
	justify-content: end;
	align-items: center;
}
.footer-social p {
	color: #fff;
	font-family: 'LamaSans-Medium';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin-bottom: 0;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
.footer-social a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100%;
}
.footer-social a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social a:hover {
	background-color: #0B2DAF;
}
.footer-social a:hover img {
	filter: invert(1);
}
.privacy-policy p {
	color: rgba(249, 248, 246, 0.39);
	letter-spacing: 0.16px;
	font-family: 'LamaSans-Medium';
	margin-bottom: 0;
}
.privacy-policy p a {
	color: rgba(249, 248, 246, 0.39);
}
.privacy-policy p a:hover {
	color: rgba(249, 248, 246, 1);
}
.footer-area .bg-mark {
    transform: rotate(180deg);
	height: 100%;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1000px;
    margin-left: auto;
	margin-right: auto;
}
.modal-area .modal {
	background-color: rgba(11, 11, 11, 0.70);
	backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
	overflow: hidden;
    background-color: transparent;
	position: relative;
}
.modal-area .popup-content {
    padding: 50px 103px 50px 75px;
	background-color: #fff;
	clip-path: polygon(0 0, 91.5% 0, 95% 100%, 3% 100%);
}
.modal-area .popup-content p {
	margin: 10px 0 24px;
    font-family: 'Montserrat-Medium';
	color: #0B0B0B;
}
.modal-area .popup-content h3 {
	color: #0B0B0B;
	font-weight: 700;
}
.modal-area .popup-content h6 {
	color: #0B0B0B;
	margin-bottom: 12px;
}
.modal-area .popup-content ul {
	margin-bottom: 33px;
}
.modal-area .popup-content li {
	position: relative;
	color: #0B0B0B;
	font-size: 1.4rem;
    font-family: 'Montserrat-Medium';
	line-height: 35px;
	letter-spacing: 0.28px;
	padding-left: 25px;
}
.modal-area .popup-content li::after {
	content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 15px;
    width: 15px;
    background-image: url(../images/marquee-v.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.modal-area .popup-content .common-btn {
	border-color: #0B0B0B;
	color: #0B0B0B;
}
.modal-area .popup-content .common-btn:hover {
	color: #fff;
	border-color: #0B2DAF;
}
.modal-area .modal-content .col-lg-5 {
	width: 35%;
}
.modal-area .modal-content .col-lg-7 {
	width: 65%;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 6% 100%);
    width: calc(100% + 50px);
    margin-left: -52px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-close {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(5px);
	border-radius: 100%;
	position: absolute;
	right: 50px;
    top: 15px;
	z-index: 1;
}
/*============================aanbod page start================================*/
.aanbod-product-sec { 
	padding: 46px 0;
}
.aanbod-product-sec .each-product {
	margin-bottom: 88px;
}
.aanbod-product-sec .each-product-text {
	opacity: 1;
}
.aanbod-product-sec .row {
	margin: 0 -25px;
}
.aanbod-product-sec .col-lg-6 {
	padding: 0 25px;
}
.aanbod-product-sec .each-product-img {
	position: relative;
	border: 3px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-product-sec .each-product:hover .each-product-img {
	border-color: #0B2DAF;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 180px 0 0;
	position: relative;
	z-index: 3;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-heading { 
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-filter-heading h6 {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Montserrat-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.8px;
	margin-top: 30px;
}
.filter-reset a {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'Montserrat-Medium';
	font-size: 1.4rem;
	line-height: 22px;
}
.filter-reset img {
	width: 20px;
	margin-left: 5px;
	margin-bottom: 2px;
	position: relative;
	top: -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #fff;
}
.filter-reset a:hover img {
    filter: brightness(10);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
	font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
	background-color: #0B0B0B;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0;
    padding: 0 30px 0 15px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.select-style.show {
    border-radius: 0;
}
.hidden-filter {
	max-width: 850px;
    margin-left: auto;
	width: 100%;
}
.filter-main {
	margin-bottom: 0;
}
.filter-main option{
	font-family: 'Montserrat-Medium';
	background-color: #0B0B0B;
}
.filter-content {
    display: none;
    background-color:#0B0B0B;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: 0;
    border-radius: 0;
    margin-top: -3px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0B2DAF;
    border-color: #0B2DAF;
}
.auto-overview-tag {
    margin-left: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color:#0B2DAF;
	font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    border: 1px solid #0B2DAF;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 89px;
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.mobile-show-filter .common-btn:hover .filter-count {
	border-color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #0B2DAF;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #0B2DAF;
	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;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0B2DAF;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #0B2DAF;
}
.mobile-filter-close span img {
	width: 20px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #0B2DAF;
	border-color: #0B2DAF;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	color: #0B2DAF;
}
.auto-overview-filter-result .total_search_records:hover::before {
	height: 1300%;
	background-color: #fff;
	border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 100px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: calc(25% - 10px);
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
	text-align: right;
}
.clear-filter-wrap {
	margin: 20px 0;
}
.aanbod-header {
	z-index: 1;
}
/*============================verkocht page start================================*/
/****verkocht-product-sec****/
.verkocht-product-sec {
	padding-top: 230px;
}
.verkocht-heading {
	margin-bottom: 86px;
}
/*============================aanbod-dtl page start================================*/
/***aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
	padding: 160px 0 44px;
}
.txt-bk-btn {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'Montserrat-Medium';
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
	opacity: 0.5;
}
.txt-bk-btn::after {
    content: "";
    height: 15px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dtl-bk-btn-arrow.svg);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.txt-bk-btn:hover {
	opacity: 1;
	color: #fff;
}
/****aanbod-dtl-top-sec***/
.share-btn-main {
	color: #fff;
    font-family: 'Montserrat-Regular';
	font-size: 1.6rem;
	line-height: 18px;
	text-decoration: underline;
	opacity: 0.5;
}
.share-btn-main img {
	margin-left: 7px;
}
.share-btn-main:hover {
	text-decoration: underline;
	color: #fff;
	opacity: 1;
}
.share-btn {
    position: absolute;
    right: 10px;
    top: -70px;
}
.aanbod-dtl-top-sec .container {
	position: relative;
}
.aanbod-dtl-top-model p {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.5);
}
/**aanbod-dtl-top-slider**/
.aanbod-dtl-top-slider {
	margin: 58px 0 68px;
	position: relative;
	z-index: 0;
}
.aanbod-dtl-top-slider .row {
	margin: 0 -10px;
}
.aanbod-dtl-top-slider .col-8,
.aanbod-dtl-top-slider .col-4 {
	padding: 0 10px;
}
.aanbod-dtl-top-slider .common-arrow {
	height: auto;
	width: auto;
	border: 0;
	background-color: transparent;
	filter: blur(0);
}
.aanbod-dtl-top-slider .common-arrow img {
	width: 16px;
}
.aanbod-dtl-top-slider .common-arrow:hover {
	background-color: transparent;
}
.aanbod-dtl-top-slider .common-arrow:hover img {
    filter: invert(0);
    -webkit-filter: invert(0);
}
.aanbod-dtl-top-slider .swiper-button-next {
	right: 45px;
}
.aanbod-dtl-top-slider .swiper-button-prev {
	left: 45px;
}
.main-slider .each-dtl-car {
	position: relative;
}
.main-slider .each-dtl-car::after {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 4.96%, rgba(11, 11, 11, 0.90) 100%);
}
.more-dtl-car {
	margin-top: 20px;
	position: relative;
	height: 50%;

}
.more-dtl-car img{
	object-fit: none;
}
.more-dtl-car::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.more-dtl-car-text {
	height: calc(100% - 50px);
	width: calc(100% - 50px);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	z-index: 1;
	flex-direction: column;
	cursor: pointer;
}
.more-dtl-car-text span {
	display: block;
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-SemiBold';
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 28px; 
}
.more-dtl-car-text p {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.2rem;
	line-height: 28px;
	margin-bottom: 0;
}
.aanbod-dtl-slider-right-wrap {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-dtl-slider-right-wrap .thumb-slider-wrap{
	height: 50%;
}

.main-slider {
	height: 100%;
}
.main-slider .swiper-wrapper {
	height: 100%;
}
.main-slider .swiper-slide,
.thumb-slider .swiper-slide {
	height: auto;
}
.main-slider .each-dtl-car,
.thumb-slider .each-dtl-car {
	height: 100%;
}
.main-slider .each-dtl-car img,
.thumb-slider .each-dtl-car img {
	height: 100%;
	object-fit: cover;
}
.main-slider .each-dtl-car img{
	height: calc(100% + 200px);
	margin-top: -50px;
}
.thumb-slider .each-dtl-car img {
	height:calc(100% + 65px) ;
}
/****aanbod-mid-and-tab-wrap****/
.aanbod-mid-and-tab-wrap {
	padding-bottom: 100px;
}
.car-spec ul {
	display: flex;
	column-gap: 10px;
	row-gap: 34px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.car-spec li {
	width: 32%;
	position: relative;
	padding-left: 20px;
}
.car-spec li h6 {
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Regular';
	font-size: 1.4rem;
	line-height: 26px; 
	letter-spacing: normal;
}
.car-spec li::after {
	content: "";
	position: absolute;
    left: 0;
    top: 6px;
    height: 11px;
    width: 11px;
    background-image: url(../images/spec-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
}
.car-spec li p {
	margin-bottom: 0;
	color: #fff;
	font-family: 'Montserrat-Medium';
	line-height: 26px;
}
/**contact-card****/
.contact-card {
	background-color: #fff;
	max-width: 590px;
	width: 100%;
	margin-left: auto;
	padding: 30px 30px 25px;
	overflow-x: clip;
	position: sticky;
	top: 200px;
	right: 0;
}
.contact-card-top {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.contact-card-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 51%;
}
.contact-card-img {
	height: 71px;
	width: 71px;
	border-radius: 100%;
	margin-right: 23px;
}
.contact-card-img img {
	height: 100%;
	object-fit: cover;
}
.contact-card-name {
	width: calc(100% - 94px);
}
.contact-card-name h5 {
	color: #0B0B0B;
    font-family: 'LamaSans-SemiBold';
	font-size: 2rem;
	line-height: 24px; 
}
.contact-card-name h6 {
	color: rgba(11, 11, 11, 0.70);
    font-family: 'LamaSans-Regular';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: normal;
}
.contact-card-right {
	width: 46%;
}
.contact-card-right p:last-child {
	margin-bottom: 0;
}
.contact-card-right p {
	color: #0B0B0B;
	line-height: 17px;
	font-family: 'Montserrat-Medium';
	margin-bottom: 16px;
	max-width: 180px;
	width: 100%;
	margin-left: auto;
}
.contact-card-right p a {
	color: #0B0B0B;
	text-decoration: underline;
}
.contact-card-right p a:hover {
	color: #0B2DAF;
	text-decoration: underline;
}
.contact-card-right p img {
	margin-right: 12px;
}
.contact-card hr {
	opacity: 1;
	margin: 32px 0;
	background-color: rgba(11, 11, 11, 0.20);
	width: 100vw;
    left: 50%;
    position: relative;
    margin-left: -50vw;
}
.contact-card-btn {
	/*display: flex;*/
	gap: 10px;
	justify-content: space-between;
}
.contact-card-btn .common-btn {
	padding: 10px 16px;
	line-height: 20px;
}
.contact-card-btn .black-border-btn {
	border-color: #0B0B0B;
	color: #0B0B0B;
	background-color: transparent;
}
.contact-card-btn .black-border-btn:hover {
	color: #fff;
}
.contact-card-btn .fill-btn:hover {
	border-color: #0B0B0B;
	color: #0B0B0B;
}
.contact-card-btn .chng-btn {
	border-color: #0B0B0B;
	color: #0B0B0B;
	background-color: #fff;
}
.contact-card-btn .chng-btn::before {
	background-color: #fff;
	display: none;
}
/***dtl-tab-sec***/
.dtl-tab-sec {
	padding: 100px 0 0;
	margin-top: 100px;
	position: relative;
}
.dtl-tab-sec .tab-btn {
	margin-bottom: 50px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
	gap: 17px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'Montserrat-Medium';
    font-size: 1.4rem;
    margin: 0;
    word-break: break-word;
    margin-right: 0;
	margin-bottom: 0;
	width: 20%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #131313;
    background-color: #131313;
    color: #fff;
    padding: 12px;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #0B2DAF;
	color: #fff;
	border-color: #0B2DAF;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item.onder-tab-btn {
	width: 32%;
}
/*****dtl-tab-content******/
.dtl-tab-sec .tab-content ul li {
	font-family: 'Montserrat-Regular';
	font-size: 1.6rem;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab li::after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.kenmerken-tab ul li {
	color: rgba(255, 255, 255, 0.7);
    width: 32%;
    margin-bottom: 20px;
    line-height: 26px;
    position: relative;
    padding-left: 19px;
	font-family: 'Montserrat-Regular';
	font-size: 1.4rem;
}
.kenmerken-tab ul {
	display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.kenmerken-tab ul li strong {
	font-family: 'Montserrat-Regular';
	font-weight: initial;
	color: #fff;
	margin-left: 10px;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'Montserrat-Regular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B2DAF;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0B2DAF;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    font-family: 'Montserrat-Regular';
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 1.8rem;
    font-family: 'Montserrat-Regular';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/***related-product-sec***/
.related-product-sec {
	padding: 118px 0 150px;
}
.related-product-sec .product-heading {
    margin-bottom: 107px;
}
/*==============service-dtl=============*/
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;
}
.back-btn{
	padding-top: 200px;
}
.wrap{
	max-width: 720px;
}
.back-btn a{
	color: rgba(255, 255, 255, 0.50);
	font-family: 'Montserrat-Medium';
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding-left: 17px;
}
.back-btn a:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/arw.svg) no-repeat center /contain;
	left: 0;
}
.back-btn a:hover{
	text-decoration: underline;
}
.subpg-top{
	padding: 40px 0 100px;
}
.subpg-top h2{
	margin-bottom: 32px;
}
.subpg-top h6{
	line-height: 29px;
	letter-spacing: normal;
	margin: 32px 0 12px;
}
.subpg-content{
	padding: 170px 0;
}
.subpg-content-wrap{
	max-width: 670px;
}
.subpg-content-wrap ul{
	margin-top: 65px;
}
.subpg-content-wrap li{
	padding: 38px 0 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.subpg-content-wrap li:first-child{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.subpg-content-wrap li p, .verkoop-content table{
	margin-top: 17px;
}
.subpg-content-wrap h5, .verkoop-content td{
	position: relative;
	padding-left: 25px;
}
.subpg-content-wrap h5:before, .verkoop-content td:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../images/line.svg) no-repeat center/contain;
}
.contact-form {
	padding: 110px 0 75px;
	overflow: hidden;
}
.contact-form .container {
	position: relative;
}
.contact-form .container::before {
	content: "";
	height: 200vh;
	left: 50px;
	top: -50vh;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.10);
	width: 1px;
	z-index: 1;
}
.form-overlay{
	background: #0B0B0B;
	opacity: .95;
}
.block-wrap{
	max-width: 1090px;
  	z-index: 1;
}
.form-wrap{
	max-width: 580px;
}
.contact-form h6 span{
  	font-family: 'Montserrat-Regular';
  	margin-bottom: 17px;
  	display: block;
}
.contact-form p{
	margin: 60px 0 56px;
}
.contact-form .form-group{
	margin-bottom: 32px;
}
.contact-form label {
  	position: absolute;
  	left: 0;
  	top: 23px;
  	z-index: 10;
  	transition: transform 150ms ease-out, opacity 150ms ease-out;
  	pointer-events: none;
  	width: 100%;
  	color: #fff;
	font-family: 'Montserrat-Regular';
	font-size: 1.4rem;
	text-transform: initial;
}
.contact-form .focused label {
  	transform: translateY(-125%);
  	opacity: .5;
  	font-size: 1.2rem;
  	top: 0;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'Montserrat-Regular';
	color: #fff;
	background: transparent;
	font-size: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	padding: 15px 0;
  	transition: border 150ms ease-out;
}
textarea.form-styl{
	height: 64px;
}
.textarea-div.focused textarea.form-styl{
	height: auto;
}
.form-styl:focus{
	border-color: #fff;
}
.form-styl.filled {
  	border-color: #fff;
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
.form-btn{
	padding-top: 18px;
}
.contact-info-wrap{
	padding-top: 180px;
	padding-right: 40px;
}
.contact-info{
	margin-bottom: 70px;
} 
.contact-info h6{
	margin-bottom: 14px;
}
.contact-info a, .contact-info td{
	letter-spacing: 0.16px;
}
.contact-info td:nth-child(even) {
	color: rgba(255, 255, 255, 0.40) !important;
  	padding-left: 15px;
}
.contact-info a:hover{
	color: #fff;
	text-decoration: underline;
}
.contact-info td{
	line-height: 30px;
}
.contact-form:after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 23vw;
	height: 23vw;
	background-image: url(../images/form-mask-img.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.subpg-slider{
	padding: 140px 0;
}
.subpg-slider h2{
	margin-bottom: 95px;
}
.subpg-slider a{
	display:block;
	width:100%;
}
.slider-content{
	max-width: 470px;
	margin-top: 40px;
}
.slider-content p{
	margin-top: 17px;
	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.img-overlay, .hover-image:hover .img-overlay, .slider-content, .hover-image:hover .slider-content{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.subpg-slider.hover .img-overlay{
	background: #0B0B0B;
	opacity: .7;
}
.hover-image.hide-hover .img-overlay{
	opacity: 1;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 0%, rgba(11, 11, 11, 0.50) 100%);
}
.subpg-slider.hover .slider-content{
	opacity: .3;
}
.hover-image.hide-hover .slider-content{
	opacity: 1;
}
.slider-image img, .hover-image:hover .slider-image img{
	transition: opacity 1.2s,transform 1.2s;
}
.hover-image.hide-hover .slider-image img{
	transform: scale(1.1);
}
.subpg-slider .common-arrow{
	border-color: rgba(255, 255, 255, 0.20);
	top: calc(50% - 108px);
}
.subpg-slider .swiper-button-next{
	right: -40px;
}
.subpg-slider .swiper-button-prev{
	left: -40px;
}
.verkoop-content .subpg-content-wrap li:first-child{
	border-top: 0;
	padding-top: 0;
}
.verkoop-content .subpg-content-wrap li:last-child{
	border-bottom: 0;
}
.verkoop-content td{
	width: 100%;
  	display: block;
  	padding-bottom: 16px;
}
.verkoop-content .subpg-content-wrap h5{
	padding-left: 0;
}
.verkoop-content .subpg-content-wrap h5:before{
	display: none;
}
/*==============subpg-list=============*/
.subpg-list-top{
	padding-top: 240px;
}
.subpg-list-wrap{
	max-width: 1150px;
}
.subpg-list-top h2, .subpg-list-top p{
	max-width: 590px;
}
.subpg-list-top p{
	margin-top: 18px;
}
.subpg-list{
	padding: 65px 0;
}
.subpg-list a.hover-image{
	margin-bottom: 65px;
	display: block;
}
.subpg-list .col-lg-6{
	padding: 0 10px;
}
/*============contact=============*/
.contact-pg-form{
	padding-top: 220px;
}
.contact-pg-form .container::before {
	display: none;
}
.contact-pg-form:after{
	display: none;
}
.contact-pg-form .contact-info a, .contact-pg-form .contact-info td{
	color: rgba(255, 255, 255, 0.7);
}
.contact-pg-form .form-wrap{
	max-width: 720px;
}
.contact-pg-form.contact-form p{
	max-width: 420px;
}
.contact-pg-form .address-area{
	left: 24px;
}
.map-block{
	padding: 25px 20px 85px;
}
.map-image{
	margin-right: 20px;
}
.map-overlay{
	pointer-events: none;
	height: 70%;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 0%, #0B0B0B 100%);
}
/*===========overons=============*/
.overons-counter, .overons-content{
	background-color: #0B0B0B;
	position: relative;
	z-index: 9;
}
:root { 
	scroll-behavior: auto !important; 
}
.overons-top{
	padding: 240px 0 140px;
	margin-bottom: -2px;
}
.overons-slider-wrap{
	margin: 0 -30vw;
}
.overons-slider:before{
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.00) 0%, #0B0B0B 100%);
	z-index: 2;
	pointer-events: none;
}
.overons-counter{
	padding: 170px 0;
}
.each-counter h2{
	color: #357FCF;
	font-family: 'PlayfairDisplayBold';
	line-height: normal;
	letter-spacing: normal;
}
.each-counter p{
	margin-top: 14px;
}
.each-counter p span{
	font-size: 1.4rem;
	opacity: .7;
	margin-top: 65px;
  	display: block;
} 
.each-counter{
	padding-right: 30px;
	padding-left: 40px;
	height: 100%;
}
.each-counter:before, .each-counter:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 1px;
	height: calc(100% - 15px);
	background: #fff;
	opacity: .1;
}
.overons-counter .col-lg-4:last-child .each-counter:after{
	left: auto;
	right: 0;
}
.overons-content li h5 {
  	position: relative;
  	padding-left: 30px;
}
.overons-content h5:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/line2.svg) no-repeat center/contain;
}
.overons-content li p{
	opacity: .7;
	margin-top: 14px;
}
.overons-content li{
	margin-bottom: 40px;
}
.overons-content h2{
	margin-bottom: 50px;
}
.overons-content-wrap{
	max-width: 700px;
	padding-bottom: 30px;
}
.overons-bottom-image{
	max-width: 474px;
  	margin-left: -140px;
}
.overons-left-image{
	height: calc(100% - 230px);
}
.overons-left-image img{
	object-fit: cover;
	height: 100%;
}
.overons-content:after {
	position: absolute;
	top: 0;
	left: -300px;
  	content: '';
  	top: -500px;
  	width: 100%;
  	max-width: 732px;
  	height: 858px;
	background-image: url(../images/overons-mask-img.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.overons-content .container{
	position: relative;
	z-index: 1;
}
.team-sec{
	padding: 160px 0;
	overflow: hidden;
}
.team-sec h2{
	margin-bottom: 100px;
}
.each-team-block table{
	width: 100%;
}
.each-team-block td{
	font-family: 'Montserrat-SemiBold';
	font-size: 1.6rem;
	line-height: 29px;
	vertical-align: top;
}
.each-team-block td span{
	font-family: 'Montserrat-Regular';
	font-size: 1.4rem;
	opacity: .7;
}
.team-sec li{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.team-sec li:nth-child(odd){
	padding-right: 50px;
}
.team-sec li:nth-child(even){
	padding-left: 50px;
}
.team-wrap{
	position: relative;
  	border-bottom: 1px solid rgba(255,255,255,0.05);
  	overflow: hidden;
}
.team-sec li:nth-child(1) .team-wrap, .team-sec li:nth-child(2) .team-wrap{
	border-top: 1px solid rgba(255,255,255,0.05);
}
.team-wrap:before{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.10);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: -1;
}
.team-wrap:hover:before{
	bottom: 0;
}
.each-team-block{
	padding: 32px;
}
.team-sec td:nth-child(even){
	text-align: right;
}
.subpgcursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 160px;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
}
.subpgcursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.subpgcursor__media.active {
  opacity: 1;
}
.subpg__link {
  position: relative;
}
.member-contact a{
	width: 31px;
	height: 31px;
	border: 1px solid #FFF;
}
.member-contact a:hover{
	background: #0C2FB5;
	border-color: #0C2FB5;
}
.member-contact a img{
	width: 10px;
}
.team-sec .d-lg-flex .each-team-block {
	width: calc(100% - 150px);
  	padding-right: 0;
}
.member-contact{
	width: 72px;
	margin-right: 32px;
}
/****thankyou****/
.bedankt-banner-sec .banner-content {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
.bedankt-banner-sec .banner-content h1 {
	margin-bottom: 18px;
}
.bedankt-banner-sec .banner-content p {
	margin-bottom: 40px;
	max-width: 708px;
}
/*****privacy_section***/
.privacy_section {
	padding: 120px 0 30px;
}

body .share-social-media-button .a2a_dd {
	opacity: 0.5;
	border: 0 !important;
	display: flex !important;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
	padding: 0 !important;
}
body .share-social-media-button .a2a_dd:hover {
	opacity: 1;
}
/*==========================================*/
.gridBlock {
  	opacity: 1;
}
.grid-container {
	width: 100vw;
	height: 400vh;
	position: relative;
}
.grid {
	top: 0;
	left: 0;
	z-index: 1;
	width: 70vw;
	height: 60vw;
	margin: 0 calc(100vw / 20 * 3);
	position: absolute;
}
.grid-top .gridBlock:before, .grid-bottom-left .gridBlock:before, .grid-bottom-right .gridBlock:before{
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	background-image: url(../images/gallery-overlay.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 99;
	height: 15vw;
}
.grid-bottom-left .gridBlock:before, .grid-bottom-right .gridBlock:before {
    background-image: url(../images/gallery-overlay-bottom.png);
    bottom: 0;
    /* height: 100%; */
	height: calc(100% + 4px);
}
.gridBlock {
  	background-color: #000;
}
.gridBlock .common-bg{
	will-change: transform;
}
.gridLayer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	will-change: transform;
	transform-origin: 44.951% 50%;
}
.gridLayer.grid-top .gridBlock {
  	top: 0;
    left: 12vw;
    width: 50vw;
    height: 15vw;
}
.gridLayer.grid-top-left .gridBlock {
 	left: -4.5vw;
    top: 26vw;
    width: 15vw;
    height: 15vw;
}
.gridLayer.grid-middle .gridBlock {
  	top: 17vw;
    left: 12vw;
    width: 45vw;
    height: 24vw;
}
.gridLayer.grid-top-right {
  	z-index: 1;
}
.gridLayer.grid-top-right .gridBlock {
 	top: 17vw;
    left: 58.6vw;
    width: 15vw;
    height: 15vw;
}
.gridLayer.grid-bottom-right .gridBlock {
  	left: 23.5vw;
    top: 43vw;
    width: 42vw;
    height: 14vw;
}
.gridLayer.grid-bottom-left .gridBlock {
  	left: 0vw;
    top: 43.9vw;
    width: 21.8vw;
    height: 13vw;
}
.gridBlock {
  	display: block;
  	position: absolute;
}



/*******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;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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


/****aanbod dtl****/
.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;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
   /* color: black;*/
    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;
}
/*.form-1, .form-2 {
    display: none;
    background-color: #1a1d1a;
    padding: 5rem 3rem;
    margin-top: 2rem;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}*/
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 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: 3rem;
    align-items: center;
    color: #fff;
  }

.contact-form #image-1,
.contact-form #image-2,
.contact-form #image-3,
.contact-form #image-4{
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
}
.each-dtl-car, .aanbod-product-sec .each-product-img, .product-sec .each-product-img{
	overflow: hidden;
}
.each-dtl-car img, .aanbod-product-sec .each-product-img img, .product-sec .each-product-img img{
	margin: -5% 0;
}
.carpass-img {
    width: 115px;
}