@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #0A1520;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/*.add_morgan_footer_margin{
	height: 100px !important;
}*/
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/******header-area*****/
main {
	margin-top: 95px;
}
.header-area {
	background-color: #393434;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index: 99;
	padding: 15px 0;
}
.header-area::after {
	content: "";
	height: 100%;
	width: 47%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
	z-index: -1;
}
.nav-up {
    top: -100%;
}
.header-logo {
	position: relative;
	z-index: 100;
}
.header-logo img {
	width: 258px;
}
.menu-bar {
    max-width: 16px;
    width: 100%;
    cursor: pointer;
	position: relative;
	z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #393434;
    content: '';
    height: 1.5px;
    margin: 10px 0 10px auto;
    width: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	width: 29px;
    height: 2px;
    background-color: #FFDC72;
    left: -13px;
    position: relative;
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(11px) rotate(135deg);
	width: 20px;
}
.menu-bar.active:after {
    transform: translateY(-13px) rotate(-135deg);
	width: 20px;
}
.hamburger{ 
	position: relative;
}
.hamburger span {
	font-family: 'monument_extendedultrabold';
	font-size: 2rem;
	line-height: 90px;
	letter-spacing: 4px;
	text-transform: uppercase;
	background: linear-gradient(45deg, rgba(57,52,52,0.03) 0%, rgba(255,255,255,0.03) 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	color: #fff;
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.header-nav ul { 
	display: flex;
	align-items: center;
	column-gap: 100px;
}
.header-nav li {
	position: relative;
}
.header-nav li strong {
    font-family: 'monument_extendedultrabold';
	font-size: 2rem;
	line-height: 90px;
	letter-spacing: 4px;
	text-transform: uppercase;
	background: linear-gradient(45deg, rgba(57,52,52,0.03) 0%, rgba(255,255,255,0.03) 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	color: #fff;
	position: absolute;
	left: -55%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.header-nav li a {
	color: #393434;
	font-size: 1.6rem;
    font-family: 'lama_sansregular_expanded';
	line-height: 65px;
	letter-spacing: 0.8px;
	position: relative;
	z-index: 1;
}
.header-nav li a:hover {
	color: #FFDC72;
}
.header-header-right {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 124px;
	position: relative;
    z-index: 100;
}
.header-area.change .header-nav li strong,
.header-area.change .hamburger span {
	color: #FFDC72;
}
.header-area.change .header-nav li a:hover {
	opacity: 0.5;
	color: #393434;
}
/*******mega-menu*****/
.mega-menu {
	height: 100vh;
	position: fixed;
	z-index: 99;
	top: -200vh;
	left: 0;
	width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.mega-menu::after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(255, 220, 114, 0.92);
	backdrop-filter: blur(7.050000190734863px);
	position: absolute;
	right: 0;
	top: 0;
	clip-path: polygon(46% 0, 100% 0, 100% 100%, 12% 100%);
}
.mega-menu.open {
	top: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.mega-menu-bg {
	height: 100%;
	width: 100%;
	position: absolute;
    top: 94px;
	left: 0;
	clip-path: polygon(0 0, 62% 0%, 27% 100%, 0% 100%);
}
.mega-menu-bg img {
	height: 100%;
	object-fit: cover;
}
.mega-menu-content {
	display: flex;
	align-items: end;
    width: 100%;
    height: 100%;
	position: relative;
	z-index: 1;
	padding: 100px 0 80px;
}
.mega-menu-content .container {
	height: 100%;
	display: flex;
	align-items: end;
}
.mega-menu-content-wrap::-webkit-scrollbar {
	background-color: #FFDC72;
	width: 10px;
}
.mega-menu-content-wrap::-webkit-scrollbar-thumb {
	background-color: #FDBF03;
}
.mega-menu-content-wrap {
	max-width: 1109px;
	width: 100%;
	margin-left: auto;
	max-height: 700px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}
.mega-menu-content-top {
	max-width: 470px;
	width: 100%;
	margin-left: auto;
	margin-right: 180px;
}
.mega-menu-content h2 {
	position: relative;
	right: -100vw;
	transition: all 2s;
	-webkit-transition: all 2s;
}
.mega-menu-content h2.active {
	right: 0;
}
.mega-menu-content h2 strong {
	color: #393434;
    font-family: 'monument_extendedregular';
	font-size: 3.6rem;
	line-height: 90px;
	letter-spacing: 9.72px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	z-index: 1;
	padding-left: 30px;
}
.mega-menu-content h2 strong::after {
	position: absolute;
    content: '';
    background-image: url(../images/menu-blank-plus.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    left: 0;
	top: 53%;
	transform: translateY(-50%);
    height: 20px;
    width: 20px;
}
.mega-menu-content h2 span {
    font-family: 'monument_extendedregular';
	font-size: 13rem;
	letter-spacing: 35.1px;
	color: rgba(57, 52, 52, 0.00);
	-webkit-text-stroke: 2px;
	-webkit-text-stroke-color: rgba(57, 52, 52, 0.03);
	line-height: 108px;
	letter-spacing: 35px;
	text-transform: uppercase;
	position: absolute;
    left: -29%;
    top: 50%;
    transform: translateY(-50%);
	pointer-events: none;
}
.mega-menu-nav {
	margin-top: 125px;
}
.mega-menu-nav ul {
	display: flex;
	column-gap: 10px;
	row-gap: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mega-menu-nav li {
	width: 48%;
	-webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.mega-menu-nav li a {
	color: #393434;
    font-family: 'monument_extendedregular';
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
.mega-menu-nav li a::after {
	content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/btn-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav li a:hover,
.mega-menu-nav li a.this-pg {
	text-decoration: underline;
}
.mega-menu-nav li a:hover::after {
	transform: rotate(90deg);
}
.mega-menu-nav li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu-content .contact-info {
	border-top: 1px solid rgba(57, 52, 52, 0.30);
	margin-top: 80px;
	padding-top: 80px;
	max-width: 100%;
}
.mega-menu-content .each-contact-info {
	opacity: 0;
	transition: all 4s;
	-webkit-transition: all 4s;
}
.mega-menu-content .each-contact-info.active {
	opacity: 1;
}
.mega-menu-content .each-contact-info h4 {
	color: #393434;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
}
.mega-menu-content .each-contact-info td,
.mega-menu-content .each-contact-info p {
	color: #393434;
	font-size: 1.2rem;
	line-height: 25px;
}
.mega-menu-content .each-contact-info p a {
	color: #393434;
}
.mega-menu-content .each-contact-info p a:hover {
	color: #393434;
	opacity: 0.5;
}
.mega-menu-content .each-contact-info::after {
    background-size: 12px;
    right: -80px;
    bottom: 7px;
    height: 12px;
    width: 12px;
    filter: invert(0);
}
.mega-menu-content .each-contact-info tr:nth-child(even) td:nth-child(odd)::after {
	filter: invert(0);
}
.menu-contact-reach p {
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.menu-contact-reach p:first-child {
	margin-bottom: 20px;
}
/********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(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.13) 78.5%, rgba(255, 255, 255, 0.94) 91.05%, #FFF 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	bottom: 148px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-video {
	height: 657px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	/* height: 858px; */
	height: 657px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content h1 {
	margin-bottom: 20px;
}
.banner-content h1 strong {
	display: block;
}
.banner-content h2 {
	font-family: 'lama_sanssemibold';
	color: #fff;
	line-height: 45px;
    letter-spacing: 0.32px;
	margin-bottom: 95px;
}
.banner-btn {
	display: flex;
	column-gap: 56px;
}
/*****counter-sec*******/
.counter-sec {
	border-top: 2px solid rgba(57, 52, 52, 0.10);
	border-bottom: 2px solid rgba(57, 52, 52, 0.10);
	padding: 26px 0 19px;
	position: relative;
}
.counter-sec::after {
    content: "";
    height: 37px;
    width: 37px;
    position: absolute;
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    background-image: url(../images/counter-circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37px;
    z-index: 1;
}
.each-counter h4 {
	color: #393434;
	font-family: 'monument_extendedultrabold';
	line-height: 48px; 
	letter-spacing: 1px;
}
.each-counter h5 {
	color: rgba(57, 52, 52, 0.40);
    font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.counter-wrap {
	display: flex;
    justify-content: space-between;
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
	column-gap: 10px;
}
.each-counter {
	width: 24%;
}
/******product-sec******/
.product-sec {
	padding: 183px 0 155px;
	overflow-x: clip;
}
.product-heading {
    padding-right: 50px;
	padding-top: 20px;
}
.product-heading h3 {
	font-family: 'lama_sansregular_expanded';
	margin-bottom: 20px;
}
.product-heading h2 {
	margin-bottom: 30px;
}
.product-heading p {
	margin-bottom: 50px;
}
.each-product-text{
	padding: 30px 45px;
	overflow: hidden;
	height: 100%;
	background-color: rgba(57, 52, 52, 0.01);
	border: 1px solid rgba(34, 34, 34, 0.06);
}
.product-price ul {
	display: inline-flex;
    align-items: center;
    column-gap: 16px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
    padding-bottom: 15px;
    padding-right: 50px;
	margin-bottom: 15px;
}
.product-price li {
	position: relative;
	color: #393434;
    font-family: 'lama_sanssemibold';
	font-size: 1.8rem;
	line-height: 24px;
}
.product-price li:nth-child(even) {
	padding-left: 32px;
}
.product-price li:nth-child(even)::after {
	content: "";
	height: 17px;
	width: 17px;
	background-image: url(../images/star.svg);
	background-position: center center;
	background-size: 17px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.product-model h2 {
	font-family: 'lama_sanssemibold';
	letter-spacing: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-model h3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-model {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.product-model::after {
	content: "";
	height: 1px;
	width: 100vw;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: rgba(34, 34, 34, 0.1);
}
.product-info td {
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #393434;
    line-height: 22.48px;
	letter-spacing: 0.16px;
	display: block;
	width: 50%;
	margin-top: 12px;
	display: flex;
	word-break: break-word;
}
.product-info tr {
	display: flex;
	flex-wrap: wrap;
}
.product-info span {
	margin-right: 16px;
}
.each-product-img {
	position: relative;
}
.each-product-arrow {
	border: 2px solid #F0F0F0;
	background-color: #F0F0F0;
	height: 51px;
	width: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-arrow img {
	width: 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-arrow {
	background-color: #393434;
	border-color: #393434;
}
.each-product:hover .each-product-arrow img {
	filter: brightness(0) saturate(100%) invert(81%) sepia(51%) saturate(414%) hue-rotate(352deg) brightness(100%) contrast(102%);
}
.product-arrow {
	position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.product-arrow .common-arrow {
	position: initial;
	margin: 0;
}
.product-slider-main {
	position: relative;
}
.product-slider-thumb {
	position: relative;
	margin-top: 70px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
}
.product-slider-thumb::after {
	content: "";
    height: 100%;
    width: 8%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) -6.39%, #FFF 85.92%);
    z-index: 1;
}
.product-slider-thumb::before {
	content: "";
    height: 100%;
    width: 8%;
    position: absolute;
    right: 0;
    top: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) -6.39%, #FFF 85.92%);
    z-index: 2;
}
/****about-sec*****/
.about-sec {
	background-color: #FFFBF1;
	position: relative;
}
.about-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55.5%;
	padding-right: 145px;
	height: 100%;
}
.about-img-main {
	height: 100%;
}
.about-img-main img {
	height: 100%;
	object-fit: cover;
}
.about-img-shape-big {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 61%;
	z-index: -1;
}
.about-img-shape-small {
	position: absolute;
	right: 28%;
	bottom: 0;
	width: 12%;
}
.about-text .common-btn::before {
	content: "";
	height: 2px;
	width: 87%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #393434;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about-text .common-btn:hover::before {
	background-color: #FFDC72;
}
.about-text {
	padding: 148px 0 93px 154px;
}
.about-text h2 {
	margin-bottom: 19px;
}
.about-accordion {
    margin: 76px 0;
}
.about-accordion .accordion-button {
    font-family: 'monument_extendedregular';
    color: #393434;
    font-size: 1.6rem;
    line-height: 25px;
	letter-spacing: 0.32px;
    padding: 0 0 12px 50px;
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #393434;
}
.about-accordion .accordion-item {
    border: 0;
    border-bottom: 0;
    background-color: transparent;
	margin-bottom: 43px;
}
.about-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.about-accordion .accordion-button::after {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-size: 18px;
    background-image: url(../images/acc-up.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
	position: absolute;
	left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc-up.svg);
    transform: rotate(90deg);
}
.about-accordion .accordion-body {
    padding-left: 50px;
    padding-right: 0;
    padding-top: 0;
}
.about-sign {
	text-align: center;
	position: absolute;
	/* top: 227px;
	right: 171px; */
	top: 23%;
	right: 20%;
	max-width: 400px;
	margin: 0 auto;
}
.about-line {
	position: absolute;
	top: -9%;
	height: 100%;
	left: 204px;
	width: 63%;
}
.about-sign h2 {
	color: #393434;
    font-family: 'santeria_personal_useitalic';
	font-style: italic;
	margin-bottom: 7px;
}
.about-sign h5 {
	font-size: 14px;
	font-family: 'lama_sansregular_expanded';
	line-height: normal;
    letter-spacing: normal;
}
.about-sign img {
	margin-top: 48px;
}
/*****service-sec*****/
.service-sec {
	padding: 150px 0;
	position: relative;
}
.service-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.service-heading {
	max-width: 678px;
	width: 100%;
	text-align: center;
	margin: 0 auto 70px
}
.service-heading h2 {
	margin-bottom: 28px;
}
.service-slider {
	position: relative;
	margin-bottom: 30px;
}
.service-slider .row {
	margin: 0 -10px;
}
.service-slider .col-lg-8,
.service-slider .col-lg-4 {
	padding: 0 10px;
}
.service-slider .swiper-wrapper {
	align-items: center !important;
}
.service-slider-text {
	/* border: 1px solid rgba(57, 52, 52, 0.06); */
	background-color: #393434;
	padding: 60px 38px 55px;
	/* height: 386px; */
	height: 477px;
	border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
}
.each-service-slider-text p {
	color: #fff;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-service-slider-text h4 {
	margin-bottom: 26px;
}
.each-service-slider-text .common-btn {
	font-size: 1.8rem;
	font-family: 'lama_sanssemibold';
}
.each-service-slider-text .common-btn::after {
    height: 13px;
    width: 13px;
    top: 7px;
    background-size: 13px;
}
.service-slider .swiper-button-next {
	right: auto;
	left: -50px;
}
.service-slider .swiper-button-prev {
	left: auto;
	right: -50px;
}
/* .service-slider-main .swiper-slide-active .each-service-slider-main {
	transform: scaleY(1.15);
} */
.service-slider-main .swiper-slide-active .each-service-slider-title {
	opacity: 0;
}
/* .service-slider-main .swiper {
	padding: 80px 0;
} */
.service-slider-main .swiper-wrapper {
	margin-right: -51%;
}
.service-slider-main {
	overflow: hidden;
}
.each-service-slider-main { 
	position: relative;
	/* transition: all 0.5s;
	-webkit-transition: all 0.5s; */
	/* height: 388px; */
	height: 477px;
	border-top: 40px solid #fff;
	border-bottom: 40px solid #fff;
}
.each-service-slider-main img {
	height: 100%;
	object-fit: cover;
}
.each-service-slider-title {
	position: absolute;
	bottom: 0;
	padding: 27px;
	left: 0;
	width: 100%;
}
.service-slider-main .swiper-slide-active .each-service-slider-main {
	border: 0;
}
/*****insta-sec*****/
.insta-sec {
	padding-bottom: 93px;
	position: relative;
	z-index: 1;
}
.insta-text {
	position: relative;
	z-index: 2;
}
.insta-text img {
	width: 55px;
	margin-bottom: 75px;
}
.insta-text h4 {
	color: #393434;
	letter-spacing: normal;
	font-family: 'lama_sansregular_expanded';
	margin-bottom: 35px;
}
.insta-text h2 {
	margin-bottom: 75px;
}
.insta-frame {
	max-width: 850px;
	width: 100%;
	margin-left: auto;
}
.insta-frame .col-3 {
	padding: 7.5px;
}
.insta-frame .row {
	margin: -7.5px;
}
.each-insta-img {
	filter: grayscale(1);
	position: relative;
}
.each-insta-img:hover {
	filter: grayscale(0);
}
.each-insta-img::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(145deg, rgba(20, 17, 9, 0.51) 25.87%, rgba(255, 220, 114, 0.51) 92.49%);
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-img:hover::after {
	opacity: 1;
}
.each-insta-img::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/insta-img.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	z-index: 1;
}
.each-insta-img:hover::before {
	opacity: 1;
}
/*****footer-area******/
.footer-area {
	padding: 125px 0 30px;
	background-color: #393434;
	position: relative;
	overflow: hidden;
}
.home-footer-area {
	overflow-x: clip;
	overflow-y: visible;
}
.footer-logo {
	margin-bottom: 27px;
}
.footer-logo img {
	width: 295px;
}
.footer-mark { 
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 97.3%;
    /* z-index: 1; */
}
.footer-mark img {
	height: 100%;
	object-fit: cover;
}
.footer-area .container {
	position: relative;
	z-index: 2;
}
.footer-top {
	margin-bottom: 200px;
}
.contact-info {
	/*display: flex;*/
	justify-content: space-between; 
	column-gap: 20px;
	max-width: 913px;
	width: 100%;
    margin-left: auto;
}
.each-contact-info {
	position: relative;
	width: 50%;
	float: left;
}
.each-contact-info h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	position: relative;
	margin-bottom: 20px;
}
.each-contact-info p {
	color: rgba(255, 255, 255, 0.50);
	line-height: 24px;
    letter-spacing: normal;
	margin-bottom: 0;
}
.each-contact-info p a {
	color: rgba(255, 255, 255, 0.50);
}
.each-contact-info p a:hover {
	color: #FFDC72;
}
.each-contact-info td {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	line-height: 24px;
}
.each-contact-info::after {
    position: absolute;
    content: '';
    background-image: url(../images/btn-plus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    right: -77px;
    bottom: 7px;
    height: 15px;
    width: 15px;
	filter: invert(1);
	display:none;
}
.each-contact-info tr:nth-child(even) td:nth-child(odd) {
	position: relative;
}
.each-contact-info tr:nth-child(even) td:nth-child(odd)::after {
	content: '';
    position: absolute;
    /*background-image: url(../images/contact-minus.svg);*/
    background-size: 15px;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 5px;
    height: 15px;
    width: 15px;
	filter: invert(1);
}
.each-contact-info:last-child::after {
	display: none;
}
.each-contact-info td:nth-child(odd) {
    padding-right: 53px;
}
.footer-policy ul {
	display: flex;
	column-gap: 70px;
}
.footer-policy li {
    font-family: 'lama_sansregular';
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.footer-policy li a {
	color: rgba(255, 255, 255, 0.30);
}
.footer-policy li a:hover {
	color: #FFDC72;
}
.footer-social ul {
	display: flex;
	column-gap: 55px;
	justify-content: end;
}
.footer-social li {
    font-family: 'lama_sansregular';
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.footer-social li a {
	color: rgba(255, 255, 255, 0.30);
}
.footer-social li a:hover {
	color: #FFDC72;
}
/******************************contact******************************/
/****contact-banner*****/
.map {
	height: 519px;
}
.contact-banner {
	position: relative;
}
.contact-banner::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.13) 66.65%, rgba(255, 255, 255, 0.83) 81.08%, #FFF 100%);
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
}
/****contact-top****/
.contact-top {
	padding-bottom: 145px;
	padding-top: 50px;
}
.contact-top-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.each-contact-top-part h4 {
	font-size: 1.8rem;
	color: #393434;
	font-family: 'lama_sanssemibold';
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 19px;
}
.each-contact-top-part a,
.each-contact-top-part td {
	line-height: 24px;
}
.contact-social a {
    position: relative;
    padding-left: 18px;
}
.contact-social a::after {
	position: absolute;
    content: '';
    background-image: url(../images/contact-social-plus.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    height: 12px;
    width: 12px;
}
.each-contact-top-part td:nth-child(odd) {
    padding-right: 53px;
}
.each-contact-top-part {
	position: relative;
}
.each-contact-top-part::after {
	position: absolute;
    content: '';
    background-image: url(../images/btn-plus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    right: -110px;
    top: 75%;
    height: 15px;
    width: 15px;
}
.each-contact-top-part tr:nth-child(even) td:nth-child(odd) {
	position: relative;
}
.each-contact-top-part tr:nth-child(even) td:nth-child(odd)::after {
	content: '';
    position: absolute;
    background-image: url(../images/contact-minus.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    right: 30px;
    bottom: 30%;
    height: 15px;
    width: 15px;
}
.each-contact-top-part:last-child::after {
	display: none;
}
/****form-sec****/
.form-sec {
	margin-bottom: 150px;	
}
.form-sec .about-sign {
	text-align: left;
	top: 11%;
	right: 17%;
	max-width: 426px;
}
.form-sec .about-sign img {
    margin-top: 74px;
    margin-left: 75%;
}
.form-sec .about-sign h2 {
	font-family: 'monument_extendedregular';
	font-style: normal;
}
.form-group {
	position: relative;
	margin-bottom: 33px;
	padding-bottom: 10px;
}
.form-group.textarea-div {
	margin-bottom: 13px;
}
.form-right label {
	position: absolute;
	left: 0;
	top: 10px;
	background-color: transparent;
	z-index: 10;
	transition: transform 150ms ease-out, opacity 150ms ease-out;
	pointer-events: none;
	width: 100%;
	color: rgba(57, 52, 52, 0.5);
	font-family: 'lama_sansmedium_expanded';
	line-height: 22.12px;
	letter-spacing: 0.28px;
	font-size: 1.4rem;
}
.form-group label span {
    color: #FFDC72;
}
.form-right {
	padding: 101px 0 115px;
	padding-left: 117px;
  }
.form-right .focused label {
	transform: translateY(-125%);
	color: #393434;
	top: 2px;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'lama_sansmedium_expanded';
	color: #393434;
	background-color: transparent;
	padding: 14px 0;
  	transition: border 150ms ease-out;
  	border-bottom: 1.5px solid rgba(34, 34, 34, 0.5);
}
.form-styl:focus{
	border-color: #222222;
}
.form-styl.filled {
  border-color: #222222;
}
.form-group.focused .form-styl{
	font-size: 1.6rem;
	padding-top: 1.5rem;
	font-family: 'lama_sansmedium_expanded';
	line-height: 25px;
	letter-spacing: 0.32px;
}
.form-styl:placeholder {
	color: #393434;
}
.form-styl:-ms-input-placeholder {
	color: #393434;
}
.form-styl::placeholder {
	color: #393434;
}
.form-right .common-btn {
	border: 0;
	background-color: transparent;
}
.form-right p {
	max-width: 600px;
	margin-bottom: 92px;
}
textarea.form-styl{
	height: 133px;
}
.form-sec .about-line {
	display: none;
}
/* .textarea-div.focused textarea.form-styl{
	height: 100px;
} */
/******************************aanbod-dtl******************************/
/****bk-btn-sec****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .txt-btn {
	position: absolute;
	left: 110px;
	top: 130px;
	font-family: 'monument_extendedregular';
    font-size: 1.6rem;
    color: #393434;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
	z-index: 1;
}
.bk-btn-sec .txt-btn:hover {
	filter: brightness(0) saturate(100%) invert(69%) sepia(42%) saturate(1059%) hue-rotate(1deg) brightness(105%) contrast(98%);
	-webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(42%) saturate(1059%) hue-rotate(1deg) brightness(105%) contrast(98%);
}
.bk-btn-sec .txt-btn::after {
    content: "";
    height: 19px;
    width: 19px;
    position: absolute;
    left: 0;
    top: 10%;
    background-image: url(../images/btn-arrow.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****dtl-top-sec****/
.dtl-top-sec {
	padding-top: 73px;
	overflow: hidden;
	position: relative;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
}
.dtl-top-sec .gallery-top .common-arrow {
	margin: 0;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}
.dtl-top-sec .gallery-top:hover .common-arrow {
	opacity: 1;
	pointer-events: all;
}
.aanbod-dtl-right-btn {
    text-align: end;
    margin-top: 0;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 60px;
    top: 29px;
}
.aanbod-dtl-right-btn .common-btn {
	color: #FDBF03;
    font-size: 1.8rem;
	font-family: 'lama_sanssemibold';
}
.aanbod-dtl-right-btn .common-btn:hover {
	color: #FFDC72;
}
.aanbod-dtl-right-btn .common-btn::after {
	filter: brightness(0) saturate(100%) invert(65%) sepia(91%) saturate(933%) hue-rotate(1deg) brightness(106%) contrast(98%);
	-webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(91%) saturate(933%) hue-rotate(1deg) brightness(106%) contrast(98%);
}
.dtl-top-info h3 {
	line-height: 43px;
	letter-spacing: 2.4px;
	font-family: 'monument_extendedregular';
	width: 50%;
}
.dtl-top-info h5 {
	color: #100F0F;
	line-height: 32px;
	font-family: 'lama_sansmedium';
}
.dtl-top-info {
	border: 1px solid rgba(34, 34, 34, 0.06);
	padding-left: 65px;
	padding-top: 78px;
	position: relative;
	padding-right: 60px;
	padding-bottom: 27px;
	margin-left: 6px;
	background-color: rgba(57, 52, 52, 0.01);
}
.dtl-top-info .aanbod-dtl-product-info h3 strong {
	color: #FFDC72;
	font-weight: normal;
	font-family: 'lama_sanssemibold';
	letter-spacing: normal;
}
.dtl-top-info .aanbod-dtl-product-info h4 {
	color: #393434;
	font-family: 'lama_sanssemibold';
	font-size: 2.4rem;
	line-height: 24px;
	letter-spacing: normal;
	position: relative;
	width: 50%;
	text-align: right;
}
.dtl-top-sec .col-lg-7,
.aanbod-dtl-btm .col-lg-7 {
	width: 61%;
}
.dtl-top-sec .col-lg-5,
.aanbod-dtl-btm .col-lg-5 {
	width: 39%;
}
.dtl-top-info .aanbod-dtl-product-info {
	margin-top: 20px;
}
.dtl-top-info .aanbod-dtl-product-price {
	border-top: 1px solid rgba(34, 34, 34, 0.1);
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0 10px;
}
.dtl-top-info .aanbod-dtl-product-price h4::after {
	content: '';
	position: absolute;
	background-image: url(../images/black-star.svg);
	left: 0;
	bottom: 3px;
	background-repeat: no-repeat;
	background-size: 20px;
	height: 20px;
	width: 20px;
}
.dtl-top-info .aanbod-dtl-product-info table {
    width: 100%;
    margin: 33px 0 15px;
}
.dtl-top-info .aanbod-dtl-product-info tr {
	display: flex;
	flex-wrap: wrap;
}
.dtl-top-info .aanbod-dtl-product-info td {
	margin-bottom: 23px;
	width: 50%;
	color: #393434;
}
.dtl-top-info .aanbod-dtl-product-info td img {
    margin-right: 12px;
    width: 30px;
    height: 25px;
}
.dtl-top-btn {
    border: 1.5px solid rgba(57, 52, 52, 0.10);
    background-color: #FDFDFD;
    padding: 40px;
    margin-top: 7px;
}
.dtl-top-btn .common-btn {
	border: 0;
	background-color: transparent;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-top-btn ul {
	display: flex;
	column-gap: 12px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aanbod-dtl-btm {
	margin-top: 18px;
}
.contact-card-left {
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	align-items: center;
}
.contact-card-img {
	width: 21%;
	height: 100%;
	overflow: hidden;
}
.contact-card-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.contact-card {
	margin-left: 6px;
}
.contact-card-text {
	margin-top: 14px;
	width: 250px;
}
.contact-card-text p span {
	color: #181818;
	font-family: 'lama_sansmedium';
	line-height: normal;
	letter-spacing: normal;
	margin-right: 20px;
	width: 24%;
    display: inline-block;
}
.contact-card-text p a {
	color: rgba(24, 24, 24, 0.5);
}
.contact-card-text p a:hover {
	color: #FFDC72;
}
.contact-card-img {
	border: 1px solid rgba(31, 27, 27, 0.10);
}
.contact-card-text h4 {
    font-family: 'lama_sanssemibold';
    font-size: 1.8rem;
	margin-bottom: 8px;
}
.contact-card-text h6 {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #1F1B1B;
}
/****dtl-hidden-form****/
.dtl-hidden-form {
    border: 1.5px solid rgba(57, 52, 52, 0.10);
    background-color: #FDFDFD;
    padding: 40px;
    margin-top: 20px;
}
.dtl-hidden-form .form-right {
    padding: 0;
}
.aanbod-dtl-form-sec .about-line {
	display: block;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 129px 0 144px;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    border: 0;
    justify-content: center;
	column-gap: 10px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
	text-transform: none;
    color: rgba(57, 52, 52, 0.5);
	line-height: 25px;  
	letter-spacing: 0.32px;
	width: 100%;
	padding: 15px 20px;
    position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'monument_extendedregular';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 10px;
    margin-bottom: 10px;
}
.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:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #393434;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
    padding-left: 25px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
    position: absolute;
    left: 0;
    top: 20%;
    background-image: url(../images/btn-plus.svg);
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	opacity: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    opacity: 1;
}
/****tab-content****/
.kenmerken-tab {
    position: relative;
}
.kenmerken-tab::after {
	content: "";
    position: absolute;
    height: 1.5px;
    width: 200vw;
    left: -100vw;
    top: 0;
    background-color: rgba(57, 52, 52, 0.1);
}
.kenmerken-tab::before {
	content: "";
    position: absolute;
    height: 1.5px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: rgba(57, 52, 52, 0.1);
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'lama_sansmedium';
    line-height: 30px; 
    color: #393434;
	width: 33.33%;
	padding: 17px 34px;
    display: flex;
    position: relative;
	column-gap: 10px;
}
.kenmerken-tab li::after {
	content: "";
    position: absolute;
    height: 0.75px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: rgba(57, 52, 52, 0.1);
}
/* .kenmerken-tab li:nth-child(3n)::before {
	background-color: aquamarine;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
} */
.kenmerken-tab li strong {
    font-weight: normal;
	color: rgba(57, 52, 52, 0.7);
	width: 50%;
	/* word-break: break-all; */
}
.kenmerken-tab li span {
	display: block;
	width: 50%;
	/* word-break: break-all; */
}
.bullet-panel h4 {
    border-bottom: 1px solid #393434;
	color: #393434;
    padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'lama_sanssemibold';
	font-size: 2.4rem;
	letter-spacing: normal;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    font-family: 'lama_sansmedium';
    color: #393434;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFDC72;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FFDC72;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #393434;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block p strong {
	font-size: 1.8rem;
}
.left-bg-block p {
    line-height: 30px;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
	padding-top: 0;
}
.aanbod-dtl-product-sec {
	position: relative;
}
.aanbod-dtl-product-sec .list-sec-line {
    top: -16%;
}
.aanbod-dtl-product-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.aanbod-dtl-product-sec .product-model::after {
    width: 100%;
}
.aanbod-dtl-product-sec .each-product-text {
	position: relative;
	padding: 34px 30px 30px;
}
.aanbod-dtl-product-sec .each-product-arrow {
    top: 40px;
	right: 30px;
}
.aanbod-dtl-product-title {
	margin-bottom: 56px;
}
.aanbod-dtl-product-sec .common-arrow {
	top: 52%;
}
.aanbod-dtl-product-sec .swiper-button-next {
	right: -50px;
}
.aanbod-dtl-product-sec .swiper-button-prev {
	left: -50px;
}
/******************************diensten-dtl******************************/
/****inner-banner****/
.inner-banner {
	position: relative;
}
.inner-banner::after {
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.13) 66.65%, rgba(255, 255, 255, 0.83) 81.08%, #FFF 100%);
    z-index: 1;
}
.inner-banner-content h1 {
	position: relative;
	color: #FFDC72;
	padding-left: 50px;
}
.inner-banner-content h1::after {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 15px;
    background-image: url(../images/yellow-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-banner-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
}
/****list-sec****/
.list-sec {
	padding: 168px 0 129px;
	position: relative;
}
.list-sec-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.list-title {
	text-align: center;
	margin-bottom: 95px;
}
.list-title h2 {
	font-family: 'monument_extendedregular';
	margin-bottom: 35px;
}
.list-title p {
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
}
.each-list {
	margin-bottom: 28px;
}
.each-list .color-btn{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-img {
    overflow: hidden;
    height: 100%;
}
.each-list-img img {
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list a:hover img {
	transform: scale(1.1);
}
.each-list-content {
	background-color: #393434;
	padding: 71px 90px;
	border: 2px solid #393434;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 100%;
}
.each-list-content p {
	color: #fff;
	margin: 25px 0 40px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing: normal;
}
.each-list a:hover .each-list-content {
	border-color: #FFDC72;
}
.each-list .col-lg-6 {
	padding: 0 13px;
}
.each-list .row {
	margin: 0 -13px;
}
.each-list a:hover .color-btn {
	color: #FFDC72;
}
.each-list a:hover .color-btn::after {
    filter: brightness(0) saturate(100%) invert(82%) sepia(57%) saturate(400%) hue-rotate(345deg) brightness(100%) contrast(103%);
    -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(57%) saturate(400%) hue-rotate(345deg) brightness(100%) contrast(103%);
	transform: rotate(90deg);
}
/******************************financiering-lease******************************/
/****diensten-dtl-bk-btn-sec****/
.bk-btn-sec.diensten-dtl-bk-btn-sec .txt-btn {
	left: 22px;
	top: 90px;
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec {
	padding: 50px 0 150px;
}
.diensten-dtl-top-title h2 {
	font-family: 'monument_extendedregular';
}
.diensten-dtl-top-part-info li {
	position: relative;
	padding-left: 28px;
	color: #fff;
	line-height: 24px;
	letter-spacing: 0.32px;
	margin-bottom: 12px;
}
.diensten-dtl-top-part-info li::after {
	position: absolute;
    content: '';
    top: 3px;
    left: 0;
    background-image: url(../images/yellow-star.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px;
    width: 17px;
}
.diensten-dtl-top-part-info {
	border: 1px solid rgba(57, 52, 52, 0.06);
	background-color: #393434;
	padding: 42px 75px 43px;
	height: 100%;
}
.diensten-dtl-right {
	margin-top: 125px;
	padding-left: 27px;
}
.diensten-dtl-top-part-img {
	padding-left: 26px;
	height: 100%;
}
.diensten-dtl-top-part-img img {
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-top-title {
	margin-bottom: 83px;
}
.diensten-dtl-top-title p {
    color: #100F0F;
    line-height: 24px;
    margin-top: 30px;
    max-width: 600px;
    width: 100%;
}
.diensten-dtl-top-part-info h2 {
	color: #fff;
	font-family: 'monument_extendedregular';
	margin-bottom: 28px;
}
.diensten-dtl-top-img {
	height: 100%;
}
.diensten-dtl-top-img img {
	height: 100%;
	object-fit: cover;
}
/****diensten-dtl-btm-sec****/
.diensten-dtl-btm-sec {
	padding-bottom: 150px;
	position: relative;
}
.diensten-dtl-btm-title {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
	margin-bottom: 97px;
}
.diensten-dtl-btm-title h2 {
	font-family: 'monument_extendedregular';
}
.each-diensten-dtl-btm-slider {
	position: relative;
}
.each-diensten-dtl-btm-slider-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 34px;
	width: 100%;
}
.each-diensten-dtl-btm-slider {
	overflow: hidden;
}
.each-diensten-dtl-btm-slider:hover img {
	transform: scale(1.1);
}
.each-diensten-dtl-btm-slider-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-btm-slider .swiper-button-next {
	right: -80px;
}
.diensten-dtl-btm-slider .swiper-button-prev {
	left: -80px;
}
.diensten-dtl-btm-sec .list-sec-line {
    top: -23%;
}
/******************************over-ons******************************/
.over-ons-top {
	padding: 163px 0 62px; 
}
.over-ons-top-info {
	padding-left: 85px;
}
.over-ons-top-info h2 {
	margin-bottom: 32px;
	line-height: 50px;
	letter-spacing: 0.64px;
	color: #0A1520;
}
.over-ons-top-info p {
    margin-bottom: 8px;
    max-width: 569px;
    width: 100%;
}
.over-ons-top-info .common-btn {
	margin-top: 34px;
	display: inline-block;
}
/****over-ons-counter****/
.over-ons-counter {
	padding-bottom: 149px;
	border-top: 0;
	border-bottom: 0;
}
.over-ons-counter .each-counter {
	position: relative;
	width: auto;
}
.over-ons-counter .each-counter::after {
	content: '';
    position: absolute;
	background-image: linear-gradient(to bottom, rgba(253, 191, 3, 0.2), rgba(255, 252, 244, 0));
    width: 2px;
    height: 70vh;
    right: -90%;
    top: 0;
}
.over-ons-counter .each-counter:last-child::after {
	display: none;
}
.over-ons-counter::after {
	display: none;
}
.over-ons-counter .counter-wrap {
    max-width: 100%;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
	padding: 75px 0 100px;
	background: rgba(255, 220, 114, 0.10);
}
.over-ons-about-img {
    display: flex;
    max-width: 100%;
    height: 100%;
}
.over-ons-about-sec .about-text {
    padding: 0 98px 0 0;
}
.over-ons-about-sec .about-accordion .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.over-ons-about-sec .about-accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.over-ons-about-sec .about-accordion .accordion-button {
	color: #0A1520;
	line-height: 24px;
	padding: 0 50px 30px 0;
	display: block;
}
.over-ons-about-sec .about-accordion .accordion-button strong {
	max-width: 320px;
	width: 100%;
	font-weight: normal;
	display: block;
}
.over-ons-about-sec .about-accordion .accordion-button::after {
    background-image: url(../images/over-ons-plus.svg);
    left: auto;
	right: 0;
	top: 0;
}
.over-ons-about-sec .about-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/over-ons-minus.svg);
    transform: rotate(180deg);
}
.over-ons-about-sec .about-accordion .accordion-body {
    padding-left: 0;
    padding-right: 50px;
}
.over-ons-right-img {
	padding-left: 20px;
}
.over-ons-left-img {
	padding-right: 10px;
}
/* .over-ons-about-img .col-6 {
	padding: 0 15px;
}
.over-ons-about-img .row {
	padding: 0 -15px;
}  */
.over-ons-left-img,
.over-ons-right-img {
	height: 100%;
}
.over-ons-left-img img,
.over-ons-right-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-about-sec .about-accordion {
    margin: 34px 0 0;
}
.over-ons-about-sec .about-text h2 {
    line-height: 50px;
	letter-spacing: 0.64px;
}
/****over-ons-man-sec****/
.over-ons-man-sec {
	padding: 146px 0 137px;
  }
.over-ons-man-title {
	text-align: center;
	margin-bottom: 46px;
}
.each-over-ons-man-info {
	margin-top: 12px;
}
.each-over-ons-man-info h3 {
	color: #161515;
	line-height: 24px;
}
.each-over-ons-man-info p {
	color: #161515;
	font-family: 'lama_sansmedium';
	margin-top: 5px;
}
.over-ons-man-title h2 {
	line-height: 50px;
	letter-spacing: 0.64px;
}
.over-ons-man-slider .swiper-button-next {
	right: -50px;
}
.over-ons-man-slider .swiper-button-prev {
	left: -50px;
}
.over-ons-man-slider .common-arrow {
	top: 42%;
}
/******************************verkoop******************************/
/****verkoop-top-sec****/
.verkoop-top-sec .diensten-dtl-top-img {
    padding-right: 11px;
}
.verkoop-top-sec .diensten-dtl-top-title h2 {
	margin-bottom: 36px;
}
.verkoop-top-sec .diensten-dtl-top-title h4 {
	color: #0A1520;
	line-height: 25px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.verkoop-top-sec .diensten-dtl-top-title p {
	margin-top: 0;
	line-height: 25px;
	max-width: 760px;
}
.verkoop-top-sec .diensten-dtl-top-part {
	margin-top: 20px;
}
.verkoop-top-sec .diensten-dtl-top-part-img {
    padding-left: 0;
}
.verkoop-top-sec .diensten-dtl-top-part .col-lg-4 {
	padding: 0 8.5px;
}
.verkoop-top-sec .diensten-dtl-top-part .row {
	margin: 0 -8.5px;
}
.verkoop-top-sec .diensten-dtl-top-part-info {
	padding: 49px 61px 40px;
}
.verkoop-top-sec .diensten-dtl-top-title {
	margin-bottom: 20px;
}
.verkoop-top-sec .diensten-dtl-right {
	margin-top: 64px;
}
/****verkoop-form-sec****/
.verkoop-form-sec .about-sign  {
	max-width: 556px;
}
/******************************bedankt******************************/
/****bedankt-banner****/
.bedankt-banner .banner-content p {
	color: #fff;
	max-width: 535px;
	width: 100%;
	font-family: 'lama_sanssemibold';
	font-size: 2rem;
	line-height: 28px;
	letter-spacing: 0.2px;
	margin-bottom: 64px;
}
.bedankt-banner .each-banner {
    height: 862px;
}
/****bedankt-counter****/
.bedankt-counter::after {
	display: none;
}
/******************************aanbod-list******************************/
/****aanbod-header****/
.aanbod-header.nav-up {
    top: 0;
}
/****aanbod-list-top****/
.aanbod-list-top {
	padding: 72px 0 120px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.aanbod-list-top::after {
    content: '';
    position: absolute;
    right: 0;
    top: -22px;
    height: calc(100% + 50%);
    width: 58%;
    background-image: linear-gradient(to right, rgba(57, 52, 52, 0.1), rgba(255, 255, 255, 0));
    /* background-color: purple; */
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.aanbod-list-top::before {
	content: '';
    position: absolute;
    right: -1px;
    top: -22px;
    height: calc(100% + 50%);
    width: 58%;
    /* background-image: linear-gradient(to right, rgba(57, 52, 52, 0.1), rgba(255, 255, 255, 0)); */
    background-color: #fff;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
	z-index: 1;
}
.aanbod-list-top p {
	max-width: 600px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
	/* background-color: #FDFDFD; */
    position: relative;
	overflow-x: clip;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-heading h5 {
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
.aanbod-filter-sec .col-xl-1 {
	width: 15%;
}
.aanbod-filter-sec .col-xl-9 {
	width: 68%;
}
.aanbod-filter-sec .col-xl-2 {
	width: 17%;
}
.hidden-filter {
	position: relative;
	margin-bottom: 30px;
}
.hidden-filter::after {
	content: "";
	height: 100%;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
	background-color: #FDFDFD;
	bottom: 0;
	z-index: -1;
}
.filter-reset a {
	color: #393434;
	text-transform: capitalize;
	font-size: 1.4rem;
	font-family: 'lama_sansmedium_expanded';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #FDBF03;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(5383%) hue-rotate(354deg) brightness(102%) contrast(108%);
	-webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(5383%) hue-rotate(354deg) brightness(102%) contrast(108%);
}
.select-style {
    width: 100%;
    height: 48px;
    color: #393434;
    font-family: 'lama_sansmedium_expanded';
    font-size: 1.5rem;
    border-radius: 0;
    padding: 0 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.select-style strong {
	position: relative;
	font-weight: normal;
}
.select-style strong::after {
	content: '';
    position: absolute;
    left: -24px;
    top: 5px;
    background-image: url(../images/aanbod-list-plus.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    height: 14px;
    width: 14px;
}
.filter-main {
	position: relative;
}
.filter-main::after {
	content: '';
	position: absolute;
	left: -50%;
	top: 0;
	height: 1.5px;
	width: 200vw;
	background-color: rgba(57, 52, 52, 0.10);
}
.filter-main::before {
	content: '';
	position: absolute;
	left: -50%;
	bottom: 0;
	height: 1.5px;
	width: 200vw;
	background-color: rgba(57, 52, 52, 0.10);
}
.aanbod-filter {
	position: relative;
	padding: 17px 0;
	/*width: 25%;*/
}
.aanbod-filter::after {
    content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1.5px;
	background-color: rgba(57, 52, 52, 0.10);
}
.filter-main .col-xl-9 .row {
	position: relative;
}
.filter-main .col-xl-9 .row::before {
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(57, 52, 52, 0.10);
}
.filter-main option{
	font-family: 'lama_sansmedium_expanded';
	background-color: #FDFDFD;
}
.filter-content {
    display: none;
    background-color:#FDFDFD;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 2px solid rgba(57, 52, 52, 0.10);
	border-top: 0;
	margin-top: 15px !important;
	left: -1px !important;
	cursor: default;
	max-height: 230px;
	overflow-y: auto;
	z-index: 999;
	border-radius: 0 0 3px 3px;
}
.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: #393434;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansmedium_expanded';
    font-size: 1.12rem;
	cursor: pointer;
	text-transform: uppercase;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #393434;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	box-shadow: none;
	border: 1px solid #393434;
	background-color: transparent;
	border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FDBF03;
    border-color: #FDBF03;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #393434;
    border-radius: 6px;
    background-color:#FFDC72;
	font-family: 'lama_sansmedium_expanded';
	text-transform: uppercase;
    font-size: 1.4rem;
    border: 1px solid #FFDC72;
}
.cross-btn {
    width: 10px;
    filter: brightness(0);
    margin-bottom: 4px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 74px;
    background-color: #393434;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FDBF03;
    border-color: #FDBF03;
	padding: 6px 8px;
	line-height: normal;
	font-size: 1.3rem;
	cursor: pointer;
	color: #393434;
}
.filter-count {
   	min-width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 100%;
	color: #fff;
    margin-left: 4px;
    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 5%;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FDBF03;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
	margin-left: auto;
}
.mobile-filter-close span img {
	width: 12px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #FDBF03;
	border-color: #FDBF03;
  	color: #393434;
	padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.4rem;
  	font-family: 'lama_sansmedium_expanded';
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #393434;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: auto;
}
.filter-sort .aanbod-filter::after {
	display: none;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.aanbod-filter-sec .filter-main .col-lg-2{
	width: 14%;
	padding-left: 0;
  	padding-right: 0;
}
.aanbod-filter-sec .filter-main .col-lg-2.filter-heading:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1.5px;
	background-color: rgba(57, 52, 52, 0.10);
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding: 40px 0 88px;
	z-index: 1;
	background-color: #fff;
}
.aanbod-list-product-sec .col-xl-4 {
	padding: 0 7px;
}
.aanbod-list-product-sec .row {
	margin: 0 -7px;
}
.aanbod-list-product-sec .each-product {
	margin-bottom: 62px;
}
/******************************popup******************************/
.modal-area .modal-dialog {
    max-width: 42%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(6.150000095367432px);
}
.popup-content-part {
	background-color: #393434;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative; 
}
.modal-area .popup-content p {
    margin-bottom: 24px;
    width: 100%;
    color: #F5F5F6;
    max-width: 60rem;
}
.modal-area .popup-content h2 {
    color: #fff;
    letter-spacing: 0.64px;
    line-height: 40px;
}
.modal-area .popup-content {
	padding: 64px 100px 42px;
  }
.popup-content ul {
	margin: 30px 0;
}
.popup-content li {
	font-family: 'lama_sansregular';
    font-size: 1.6rem;
    color: #f5f5f5;
    position: relative;
    padding-left: 20px;
	line-height: 25.28px;
	letter-spacing: 0.32px;
	margin-bottom: 10px;
}
.popup-content li::after {
    position: absolute;
    content: '';
    background-image: url(../images/yellow-star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    left: 0;
    top: 4px;
    height: 14px;
    width: 14px;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
    font-size: 2.7rem;
    height: 46px;
    width: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393434;
    font-family: 'lama_sansmedium_expanded';
    border-radius: 100px;
}
.close-img:hover {
	color: #393434;
}
/******************************verkocht******************************/
/****verkocht-top****/
.aanbod-list-top.verkocht-top {
	padding-top: 72px;
	padding-bottom: 17px;
}
.verkocht-top h1 {
	font-size: 4.3rem;
	color: #0A1520;
	line-height: 64.5px;
	letter-spacing: 0.86px;
	font-family: 'monument_extendedregular';
}
.verkocht-top h5 {
	font-family: 'open_sansregular';
	line-height: 22px;
	letter-spacing: 0.32px;
	margin-top: 13px;
}



/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: 135px;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.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: 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;
    padding: 50px 0;
    margin-top: 20px;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.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: 30px;
    align-items: center;
    color: #fff;
  }

.vrct-cv-uplod {
	padding-bottom: 37px;
}

.mini-right-nav {
    position: fixed;
    top: 39%;
    z-index: 98;
    right: 0;
}
.mini-right-nav iframe {
    width: 100px;
    height: 140px;
}
.privacy_section {
	padding: 50px 0;
}
body .share-social-media-button .a2a_dd {
	border-radius: 0 !important;
}
body .share-social-media-button .a2a_dd:hover {
	background-color: #FFDC72;
	border-color: #FFDC72;
}
.voorraadwekker_widget_section{
	margin-bottom: 50px;
}
.mega-menu-content .menu-info h4 {
	margin-bottom: 24px;
}
.modal-area2 .popup-right .form-contentt a{
	font-weight: 700;
	text-decoration: underline;
}
.contact-info .each-contact-info:nth-child(3), .contact-info .each-contact-info:nth-child(4) {
  margin-top: 15px;
}