body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
	background-color: #121212;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	padding: 15px 0;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
body::before {
    content: "";
    border-radius: 1004px;
    background: #483C32;
    filter: blur(70.19999694824219px);
    height: 90px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
/****custom-cursor*****/
.custom-cursor {
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
}
.custom-cursor::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #DADADA;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.cursor-hover {
	width: 80px;
    height: 80px;
	background-color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
    backdrop-filter: blur(6px);
}
.cursor-hover::after {
    width: 10px;
    height: 10px;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/******header-area****/
.header-area {
    padding: 60px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    background-color: #251F19;
    padding: 20px 0;
    border-color: #483C32;
}
.header-area .container {
    position: relative;
    z-index: 1;
    height: 100%;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 72px;
}
.header-logo img {
    width: 287px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-nav li {
    color: #DADADA;
    font-family: 'Saira-SemiBold';
}
.header-nav li a {
    color: #DADADA;
}
.header-nav li a:hover {
    color: #BD924A;
}
.header-right  {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background-color: #251F19;
    padding: 200px 0 60px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu-nav {
    height: 100%;
    overflow-y: auto;
}
.mega-menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-nav li {
    color: #DADADA;
    font-family: 'Saira-SemiBold';
    font-size: 3rem;
    clip-path: inset(100% 0 0 0);
	transition: all 1s;
	transition-delay: 0.4s;
    margin-bottom: 10px;
}
.mega-menu-nav li a {
    color: #DADADA;
}
.mega-menu-nav li a:hover {
    color: #BD924A;
    margin-left: 20px;
}
.mega-menu-nav li.active-up {
	clip-path: inset(0 0 0 0);
}
.mega-menu-nav::-webkit-scrollbar {
	background-color: #000;
	width: 10px;
    border-radius: 0;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
	background-color: #272727;
    border-radius: 0;
}
.menu-bar {
    max-width: 50px;
    height: 21px;
}
.menu-bar span {
    height: 2px;
    display: block;
    width: 50px;
    background-color: #DADADA;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    margin-bottom: 16px;
}
.menu-bar span:last-child {
    margin-bottom: 0;
}
.menu-bar.is-active span:nth-child(1) {
    transform: rotate(-48deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.menu-bar.is-active span:nth-child(2) {
    transform: rotate(-135deg);
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.banner-video, .each-banner {
	height: 894px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 144px;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 28px;
}
.banner-content .common-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.banner-content .porsche-icon::before {
    background-image: url(../images/porsche-btn-icon.svg);
}
.banner-content .hand-icon::before {
    background-image: url(../images/hand-wash.svg);
}
.banner-content-wrap {
    max-width: 1091px;
    width: 100%;
    margin: 0 auto;
}
/***********brand-marquee************/
.brand-marquee-sec {
	position: relative;
	width: 100%;
    padding: 35px 0;
}
.brand-marquee-sec::after,
.brand-marquee-sec::before {
    content: "";
    height: 100%;
    width: 26%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(25, 23, 22, 0.00) 0.22%, rgba(24, 23, 22, 0.87) 51.17%, #181716 99.78%);
}
.brand-marquee-sec::before {
    right: 0;
    left: auto;
    background: linear-gradient(-270deg, rgba(25, 23, 22, 0.00) 0.22%, rgba(24, 23, 22, 0.87) 51.17%, #181716 99.78%);
    z-index: 1;
}
.brand-marquee-outer {
    overflow: hidden;
}
.brand-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 50px;
    align-items: center;
}
.brand-marquee-wrap ul {
	display: flex;
	gap: 50px; 
	padding: 0;
	margin: 0;
	list-style: none;
    align-items: center;
}
.brand-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
}
.brand-marquee-sec .sec-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(72, 60, 50, 0.42);
    filter: blur(238.60000610351562px);
}
/****product-sec****/
.product-sec {
    position: relative;
    padding: 72px 0 120px;
}
.product-heading {
    margin-bottom: 60px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-desc {
    margin: 5px 0;
    border-radius: 10px;
    background-color: #251F19;
    padding: 32px;
}
.each-product-desc h4 {
    color: #BD924A;
    font-family: 'DMSans-Medium';
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-desc p {
    color: rgba(218, 218, 218, 0.50);
    font-family: 'DMSans-Medium';
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-desc h6 {
    color: #BD924A;
    display: table;
    margin-left: auto;
}
.each-product-desc h6 strong {
    font-weight: normal;
    display: block;
    margin-top: 10px;
    color: rgba(218, 218, 218, 0.50);
}
.each-product-spec {
    border-radius: 10px;
    background-color: #BD924A;
    padding: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-spec table,
.each-product-spec tbody {
    display: block;
    width: 100%;
}
.each-product-spec tr {
    display: flex;
}
.each-product-spec td {
    color: rgba(72, 60, 50, 0.50);
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    word-break: break-word;
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
}
.each-product-spec td::after {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #483C32;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}
.each-product-spec td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-spec td:last-child::after {
    opacity: 0;
}
.each-product-spec td strong {
    color: #483C32;
    display: block;
    margin-top: 6px;
    font-weight: normal;
}
.each-product:hover .each-product-spec {
    background-color: #CCB99B;
}
.product-slider {
    position: relative;
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-slider .swiper-button-next {
    right: -30px;
}
.product-slider .swiper-button-prev {
    left: -30px;
}
.product-slider .common-arrow {
    top: 27%;
}
.sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.sec-bg img {
    height: 100%;
    object-fit: cover;
}
/*****service-sec*****/
.service-sec {
    position: relative;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    max-width: 725px;
    width: 100%;
    margin: 0 auto 106px;
}
.service-heading p {
    margin: 4px 0 0;
    color: #DADADA;
}
.service-heading h2 {
    font-family: 'PlayfairDisplaySC-Bold';
}
.service-heading .common-btn {
    margin-top: 74px;
}
.service-wrap {
    border-radius: 10px;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.service-wrap::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #211B16;
    opacity: 0.3;
}
.service-top-slider {
    position: relative;
}
.each-service {
    border-radius: 10px;
    overflow: hidden;
}
.each-service-text {
    height: 100%;
    background-color: #BD924A;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 88px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h5 {
    color: #211B16;
}
.each-service-text h3 {
    color: #211B16;
    margin: 5px 0 35px;
}
.each-service-text p {
    color: #211B16;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-img {
    min-height: 530px;
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.service-top-slider .swiper-button-next {
    right: -30px;
    top: 45%;
}
.service-top-slider .swiper-button-prev {
    right: -30px;
    left: auto;
    top: calc(50% + 45px);
}
.service-btm-slider {
    padding: 20px 0;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-btm-slider .swiper-slide {
    height: auto;
}
.each-service-thumb {
    padding: 0 50px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-service-thumb::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.each-service-thumb h3 {
    font-size: 3.2rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-thumb:hover h3 {
    color: #fff;
}
.service-mark-left {
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.service-mark-right {
    position: absolute;
    bottom: 7%;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
/****about-sec***/
.about-sec {
    padding: 130px 0 60px;
    position: relative;
}
.about-text {
    max-width: 730px;
    width: 100%;
    padding-right: 20px;
}
.about-text p {
    margin: 28px 0;
}
.about-img {
    border-radius: 10px;
    overflow: hidden;
}
/***********brand-marquee************/
.usp-marquee-sec {
	position: relative;
	width: 100%;
    padding: 65px 0;
}
.usp-marquee-outer {
    overflow-x: clip;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 80px;
    align-items: center;
    white-space: nowrap;
}
.each-usp-marquee-img {
    width: 105px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-usp-marquee-img:hover {
    transform: scale(1.6);
    left: -30px;
}
.each-usp-marquee {
    display: flex;
    align-items: center;
    gap: 12px;
}
.each-usp-marquee-text {
    display: inline-flex;
    align-items: end;
    gap: 10px;
}
.each-usp-marquee-text h3 {
    color: #DADADA;
    font-family: 'PlayfairDisplaySC-Bold';
    font-size: 5.6rem;
    line-height: 64px;
    letter-spacing: 1.12px;
}
.each-usp-marquee-text h3 strong {
    font-weight: normal;
}
.each-usp-marquee-text h4 {
    margin-bottom: 7px;
}
/****gallery-sec*****/
.gallery-sec {
    position: relative;
}
.gallery-sec img {
    border-radius: 10px;
}
.gallery-sec .sec-bg {
    top: calc(-100% + -25%);
}
.gallery-sec .sec-bg img {
    border-radius: 0;
    height: auto;
}
.review-sec h3 {
    text-align: center;
    font-family: 'DMSans-Bold';
    margin-bottom: 50px;
    color: #DADADA;
    letter-spacing: 0.76px;
}
/*****review-sec*****/
.review-sec {
    padding: 80px 0 23px;
}
/****footer-area****/
.footer-area {
    position: relative;
    overflow: hidden;
}
.footer-area::after {
    content: "";
    border-radius: 489px;
    background-color: rgba(72, 60, 50, 0.50);
    filter: blur(50px);
    height: 50%;
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer-wrap {
    padding: 80px 0 20px;
    border-radius: 10px;
    background-color: #251F19;
}
.footer-logo img {
    width: 287px;
}
.footer-mid {
    margin: 56px 0;
}
.footer-info {
    display: flex;
    max-width: 995px;
    width: 100%;
    justify-content: space-between;
    column-gap: 120px;
}
.each-footer-info h6 {
    margin-bottom: 16px;
    color: #E4F0FC;
}
.each-footer-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.each-footer-info li {
    margin-bottom: 12px;
}
.each-footer-info li:last-child {
    margin-bottom: 0;
}
.each-footer-info a {
    color: rgba(218, 218, 218, 0.70);
}
.each-footer-info a:hover {
    color: #BD924A;
}
.each-footer-info p {
    margin-bottom: 18px;
}
.each-footer-info p:last-child {
    margin-bottom: 0;
}
.each-footer-info td {
    color: rgba(218, 218, 218, 0.70);
    margin-bottom: 8px;
}
.each-footer-info table {
    max-width: 420px;
}
.each-footer-info {
    min-width: fit-content;
}
.footer-other {
    width: 100%;
    max-width: 343px;
    margin-left: auto;
}
.footer-wp {
	margin-top: 27px;
}
.footer-wp a {
	border-radius: 100px;
    background-color: #114628;
	display: flex;
	align-items: center;
	padding: 16px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 83px;
	width: 83px;
	border-radius: 100%;
	margin-right: 24px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
	color: #DADADA;
	font-size: 1.6rem;
	line-height: 20px;
    font-family: 'DMSans-SemiBold';
    margin-bottom: 8px;
}	
.footer-wp-text p {
    color: rgba(218, 218, 218, 0.70);
	margin-bottom: 0;;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: #BD924A;
}
.footer-contact {
	border-radius: 100px;
    background-color: #131111;
	display: flex;
	align-items: center;
	padding: 16px;
}
.footer-contact-img {
	height: 83px;
	min-width: 83px;
	border-radius: 100%;
	margin-right: 24px;
    overflow: hidden;
}
.footer-contact-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footer-contact-text h6 {
	color: #DADADA;
	font-size: 1.6rem;
	line-height: 20px;
    font-family: 'DMSans-SemiBold';
    margin-bottom: 8px;
}	
.footer-contact-text p {
    color: rgba(218, 218, 218, 0.70);
	margin-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-contact-text p:last-child {
    margin-bottom: 0;
}
.footer-contact-text p a {
    color: rgba(218, 218, 218, 0.70);
}
.footer-contact-text p a:hover {
	color: #BD924A;
}
.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.70);
    padding-top: 17px;
}
.footer-social {
    display: table;
    margin-left: auto;
}
.footer-social h6 {
    margin-bottom: 16px;
    color: #E4F0FC;
    display: none;
}
.footer-social ul {
    display: flex;
    gap: 10px;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social li a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(218, 218, 218, 0.50);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 16px;
}
.footer-social li a:hover {
    background-color: #8B8B8E;
    border-color: #8B8B8E;
}
.footer-credit p {
    margin-bottom: 0;
}
/*===============================diensten-list-pg start========================================*/
/****inner-banner-sec****/
.inner-banner-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.inner-banner-content-wrap {
    max-width: 1091px;
    width: 100%;
    margin: 0 auto;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 28%;
    z-index: 2;
    width: 100%;
}
.inner-banner-content h1 {
    font-family: 'PlayfairDisplaySC-Bold';
}
/****service-list-sec****/
.service-list-sec {
    padding-top: 120px;
    position: relative;
}
.service-list-sec .sec-bg {
    height: 60%;
}
.service-list-sec .each-service:hover .each-service-text {
    background-color: #CCB99B;
}
.service-list-sec .each-service:hover .common-btn {
    background-color: #BD924A;
    border-color: #BD924A;
    color: #0E0E12;
}
.service-list-sec .each-service:hover .common-btn::after {
    filter: brightness(0);
}
.service-list-sec .each-service:nth-child(even) .row {
    flex-direction: row-reverse;
}
.service-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/*===============================diensten-dtl-pg start========================================*/
/*****bk-btn-sec****/
.bk-btn-sec {
    padding-top: 190px;
    position: relative;
}
.bk-btn-sec .common-btn::after {
    display: none;
}
.bk-btn-sec .common-btn::before {
    background-image: url(../images/bk-btn-arrow.svg);
    filter: brightness(10);
}
.bk-btn-sec .common-btn {
    color: #fff;
    border-color: #fff;
}
.bk-btn-sec .common-btn:hover {
    color: #0E0E12;
}
.bk-btn-sec .common-btn:hover::before {
    filter: brightness(0);
}
/***diensten-dtl-info-sec***/
.diensten-dtl-info-sec {
    padding: 30px 0 80px;
    position: relative;
}
.diensten-dtl-info-img {
    max-width: 831px;
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-info-text {
    padding-right: 11%;
}
.diensten-dtl-info-text h3 {
    margin-bottom: 35px;
}
.diensten-dtl-info-text p:last-child {
    margin-bottom: 0;
}
.diensten-dtl-info-text h4 {
    margin-bottom: 10px;
}
/****diensten-dtl-spec-sec***/
.diensten-dtl-spec-sec .container {
    position: relative;
    z-index: 2;
}
.diensten-dtl-spec-wrap {
    padding: 85px 0 70px;
    background-color: #251F19;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.diensten-dtl-spec-sec .sec-bg {
    z-index: 1;
}
.diensten-dtl-spec-sec table,
.diensten-dtl-spec-sec tbody {
    width: 100%;
    display: block;
}
.diensten-dtl-spec-sec tr {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}
.diensten-dtl-spec-sec td {
    border-radius: 10px;
    background-color: #BD924A;
    overflow: hidden;
    padding: 66px 77px;
    display: flex;
    align-items: center;
    max-width: 833px;
    width: 100%;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-spec-sec td span {
    font-style: normal;
    margin-left: 50px;
}
.diensten-dtl-spec-sec td h2 {
    color: #121212;
    font-family: 'PlayfairDisplaySC-Bold';
}
.diensten-dtl-spec-sec td h4 {
    color: #211B16;
    font-family: 'DMSans-Medium';
    font-size: 2.4rem;
    margin-bottom: 17px
}
.diensten-dtl-spec-sec td p {
    margin-bottom: 0;
    color: #121212;
}
.diensten-dtl-spec-sec td:nth-child(3n + 2) {
    margin: 0 auto;
    background-color: #CCB99B;
}
.diensten-dtl-spec-sec td:nth-child(3n) {
    margin-left: auto;
}
.diensten-dtl-spec-sec td:hover {
    box-shadow: 0px 10px 15px -3px rgba(189, 146, 74, 0.7);
}
.diensten-dtl-spec-sec td ul {
    margin-bottom: 0;
}
.diensten-dtl-spec-sec td li {
    color: #121212;
}
/*****contact-sec****/
.contact-sec {
    position: relative;
}
.form-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 88px 0;
}
.form-man {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
.form-man-text {
    border-radius: 0px 10px 10px 0px;
    background-color: rgba(189, 146, 74, 0.70);
    width: 70%;
    position: absolute;
    left: 0;
    bottom: 48px;
    padding: 33px 40px;
}
.form-man-text h3 {
    font-family: 'DMSans-Medium';
    font-size: 3.2rem;
}
.form-man-text h6 {
    font-family: 'DMSans-Regular';
}
.form-block h2 {
    margin-bottom: 60px;
}
.form-block-wrap {
    position: relative;
    z-index: 1;
    max-width: 740px;
    width: 100%;
}
.form-block {
    position: relative;
    padding: 0 63px 0 32px;
}
.form-block::after {
    content: '';
    width: 100%;
    position: absolute;
    background-color: #251F19;
    left: 0;
    height:100vw;
	margin-top:-50vw;
	top:50%;
}
.form-block .form-style {
	resize: none;
	background-color: transparent;
	border-radius: 10px;
	font-size: 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.20);
    color: rgba(255, 255, 255, 0.60);
	padding: 16px 28px;
    font-family: 'DMSans-Regular';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block label {
	color: #fff;
    font-family: 'DMSans-Regular';;
	font-size: 1.4rem;
	margin-left: 10px;
	margin-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-group {
	margin-bottom: 33px;
}
.form-block .form-style::placeholder {
    color: rgba(255, 255, 255, 0.60);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:placeholder {
    color: rgba(255, 255, 255, 0.60);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: transparent;
    color: #fff;
	border-color: #fff;
}
.form-block .form-style:focus::placeholder {
	color: #fff;
}
.form-block .filled {
	color: #fff;
	border-color: #fff;
}
.form-block textarea.form-style {
	height: 147px;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
    color: rgba(255, 255, 255, 0.60);
}
.form-block .common-btn::after {
    background-image: url(../images/send.svg);
    height: 20px;
    width: 20px;
    background-size: 20px;
    top: 4px;
}
.form-block .common-btn {
    color: #fff;
    border-radius: 10px;
}
.form-reach {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}
.form-reach .common-btn {
    border-radius: 10px;
    color: #fff;
}
.form-reach .common-btn::after {
    display: none;
}
.form-reach .common-btn::before {
    filter: brightness(10);
}
.form-reach .call-btn::before {
    background-image: url(../images/call-btn.svg);
}
.form-reach .mail-btn::before {
    background-image: url(../images/mail-btn.svg);
}
.form-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-social li a {
    border-radius: 100px;
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(218, 218, 218, 0.50);
}
.form-social li a:hover {
    background-color: #BD924A;
}
.form-social li a img {
    width: 16px;
}
/****related-service-sec****/
.related-service-sec {
    padding-top: 122px;
}
.related-service-sec .border-btn {
    color: #fff;
}
.related-service-sec .border-btn::after {
    display: none;
}
.related-service-sec .border-btn:hover {
    color: #0E0E12;
}
.related-service-heading {
    margin-bottom: 109px;
}
.related-service-slider .swiper {
    border-radius: 10px;
}
.each-related-service {
	position: relative;
	height: 470px;
	overflow: hidden;
}
.each-related-service-img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.each-related-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-related-service-text {
	position: absolute;
	bottom: -35px;
	left: 0;
	padding: 43px 35px;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	max-height: 220px;
}
.each-related-service-text h6 {
	margin-bottom: 19px;
    letter-spacing: 0.16px;
}
.each-related-service-text h4 {
    line-height: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
    max-width: 320px;
}
.each-related-service .common-arrow {
	border-color: #BD924A;
	background-color: #BD924A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-related-service .common-arrow img {
	filter: brightness(0);
    width: 20px;
}
.each-related-service-text-btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-related-service:hover .each-related-service-text {
	bottom: 0;
	max-height: 800px;
}
.each-related-service:hover .each-related-service-text-btm {
	opacity: 1;
}
.txt-btn {
    color: #fff;
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-service-slider {
    position: relative;
}
.related-service-slider .swiper-button-next {
    right: -30px;
}
.related-service-slider .swiper-button-prev {
    left: -30px;
}
/*===============================contact-pg start========================================*/
.contact-pg .form-sec {
    position: relative;
}
.contact-pg .form-sec::after {
    content: "";
    border-radius: 403px;
    background: #483C32;
    filter: blur(70.19999694824219px);
    left: 0;
    top: 0;
    position: absolute;
    height: 403px;
    width: 100px;
    z-index: -1;
}
.contact-pg .form-sec .sec-bg {
    height: auto;
}
.contact-pg .banner-wrap {
    height: 500px;
}
.contact-pg .form-block::after {
    height: 100%;
    top: 0;
    margin-top: 0;
    border-radius: 10px;
}
.contact-pg .form-wrap {
    padding-top: 120px;
    padding-bottom: 0;
}
.contact-pg .form-block {
    padding-top: 74px;
    padding-bottom: 74px;
    max-width: 832px;
    margin-left: auto;
}
.contact-pg .form-man {
    margin-left: 0;
}
.contact-time {
    max-width: 470px;
    width: 100%;
    padding-left: 20px;
    margin-top: 30px;
}
.contact-time p {
    color: rgba(218, 218, 218, 0.70);
    display: flex;
    margin-bottom: 0;
    align-items: start;
    margin-top: 14px;
}
.contact-time p img {
    width: 40px;
    margin-right: 15px;
    display: block;
}
.contact-time h6 {
    margin-bottom: 16px;
    color: #E4F0FC;
}
.contact-time td {
    color: rgba(218, 218, 218, 0.70);
    padding-bottom: 8px;
}
/*===============================overons-pg start========================================*/
/*****overons-welcome-sec****/
.overons-welcome-sec {
    padding: 120px 0;
    position: relative;
}
.overons-welcome-sec .sec-bg {
    height: 190vw;
}
.overons-welcome-sec .sec-bg::after {
    content: "";
    height: 300px;
    width: 160px;
    position: absolute;
    left: -40px;
    top: 0;
    border-radius: 403px;
    background: #483C32;
    filter: blur(70.19999694824219px);
    z-index: -1;
}
.overons-welcome-img {
    max-width: 670px;
    width: 100%;
    border-radius: 10px;
    margin-left: auto;
    overflow: hidden;
}
.overons-welcome-text h2 {
    margin-bottom: 28px;
}
.overons-welcome-text {
    max-width: 620px;
    width: 100%;
}
/***overons-info-sec****/
.overons-info-sec {
    padding-bottom: 80px;
}
.overons-info-img {
    border-radius: 10px;
    overflow: hidden;
}
.overons-info-text {
    padding-left: 40px;
}
/****member-sec****/
.member-sec {
    padding-top: 80px;
}
.member-heading {
    margin-bottom: 54px;
}
.each-member-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-member-text {
    padding: 20px;
    border-radius: 10px;
    background-color: #251F19;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 80%;
    margin: -50px auto 0;
}
.each-member-text h4 {
    color: #BD924A;
    margin-bottom: 8px;
    font-family: 'DMSans-Medium';
}
.each-member-text h6 {
    color: rgba(218, 218, 218, 0.50);
}
.member-control {
    position: relative;
    max-width: 140px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.member-control .common-arrow {
    position: initial;
    margin: 0;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1034px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(31, 28, 26, 0.50);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.modal-content .col-lg-5 {
    width: 38%;
}
.modal-content .col-lg-7 {
    width: 62%;
}
.modal-area .popup-content p {
	margin-bottom: 0;
}
.modal-area .popup-content h3 {
    margin: 24px 0;
}
.modal-area .popup-content ul {
    margin-bottom: 14px;
    padding: 0;
    list-style: none;
}
.modal-area .popup-content {
    padding: 48px;
    background-color: #251F19;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
	height: 60px;
	width: 60px;
	background-color: #BD924A;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	z-index: 3;
}
.close-img img {
	width: 30px;
}
/*===========================thank-you-pg start===============================*/
.thank-you-pg .banner-sec {
    margin-bottom: 15px;
}
/*===========================onze-ervaring-met-porsche-pg start===============================*/
.onze-ervaring-met-porsche-pg .overons-welcome-sec {
    padding: 83px 0 55px;
}
.onze-ervaring-met-porsche-pg .overons-welcome-img {
    max-width: 746px;
}
.onze-ervaring-met-porsche-pg .overons-info-img {
    max-width: 693px;
    width: 100%;
}
.onze-ervaring-met-porsche-pg .overons-info-text {
    max-width: 746px;
    padding-left: 0;
    margin-left: auto;
}
.onze-ervaring-met-porsche-pg .overons-info-sec {
    padding-bottom: 178px;
}
/*===========================ons-porsche-aanbod-pg start===============================*/
.porsche-product-sec .product-heading {
    margin-bottom: 50px;
    text-align: center;
}
.porsche-product-sec .product-heading h2 {
    font-family: 'PlayfairDisplaySC-Bold';
}
.porsche-product-wrap {
    border-radius: 10px;
    background-color: #251F19;
    padding: 80px 0;
    position: relative;
}
.porsche-product-sec .sec-bg {
    z-index: 0;
}
.porsche-product-sec .common-btn {
    display: table;
    margin: 40px auto 0;
    border-color: #fff;
    color: #fff;
}
.porsche-product-sec .common-btn::after {
    display: none;
}
.porsche-product-sec .common-btn:hover {
    border-color: #BD924A;
}
.porsche-product-sec .common-btn em {
    border-color: #BD924A;
    background-color: #BD924A;
}
.porsche-product-slider {
    position: relative;
}
.porsche-product-slider .swiper-button-next {
    right: -30px;
}
.porsche-product-slider .swiper-button-prev {
    left: -30px;
}
/*===========================porsche-dtl pg start===============================*/
/*****porsche-dtl-pg*****/
.porsche-dtl-pg .diensten-dtl-info-sec .common-btn {
    border-color: #fff;
    color: #fff;
}
.porsche-dtl-pg .diensten-dtl-info-sec .common-btn::after {
    display: none;
}
.porsche-dtl-pg .diensten-dtl-info-sec .common-btn em {
    background-color: #BD924A;
}
.porsche-dtl-pg .diensten-dtl-info-sec .common-btn:hover {
    border-color: #BD924A;
}
/*===============================aanbod-pg start========================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 197px 0 26px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'DMSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #CCB99B;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(1439%) hue-rotate(335deg) brightness(84%) contrast(88%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #F7E6CA;
    font-family: 'DMSans-Medium';
    font-size: 1.4rem;
	background-color: #121212;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    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;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style:hover {
    background-color: #CCB99B;
    color: #121212;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #CCB99B;
    border-color: #CCB99B;
    color: #121212;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'DMSans-Medium';
	background-color: #121212;
}
.filter-content {
    display: none;
    background-color:#121212;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #CCB99B;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #F7E6CA;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'DMSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F7E6CA;
    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 #BD924A;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #BD924A;
    border-color: #BD924A;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #121212;
    border-radius: 6px;
    background-color:#CCB99B;
    font-family: 'DMSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #CCB99B;
}
.cross-btn {
    width: 9px;
    filter: invert(1);
}
.auto-overview-tag:hover {
	background-color: #F7E6CA;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #251F19;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter.mobile-show-filter-active {
    top: 64px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #CCB99B;
    border-color: #CCB99B;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #121212;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #121212;
	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: #CCB99B;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #CCB99B;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #CCB99B;
	border-color: #CCB99B;
  	color: #121212;
	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::after {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #BD924A;
    border-color: #BD924A;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.filter-sort .select-style {
    background-color: #fff;
    color: #483C32;
    background-image: url(../images/sort-arrow.svg);
}
.filter-sort .select-style:hover,
.filter-sort .select-style.show  {
    background-color: #CCB99B;
    border-color: #CCB99B;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/*======================================aanbod pg start==========================================*/
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 40px;
}
.aanbod-product-sec .row {
    row-gap: 24px;
}
.porsche-car-info {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: calc(100% - 15px);
}
.porsche-car-info::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(37, 31, 25, 0.00) 0%, #251F19 100%);
}
.porsche-car-info-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 1;
}
.porsche-car-info-text h3 {
    font-family: 'Saira-SemiBold';
    font-size: 3.2rem;
    line-height: normal;
}
.porsche-car-info-text p {
    margin: 4px 0 32px;
    color: #DADADA;
}
.porsche-car-info-text .common-btn::before {
    background-image: url(../images/porsche-btn-icon.svg);
}
/*======================================aanbod-dtl pg start==========================================*/
.aanbod-dtl-pg .bk-btn-sec .sec-bg {
    height: 76vw;
}
/******share-btn****/
.share-btn-wrap {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: end;
    margin-top: -53px;
    max-width: 300px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.share-btn-wrap span {
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
/****dtl-top-sec***/
.dtl-top-sec {
    padding: 40px 0 32px;
    position: relative;
}
.dtl-top-sec::after {
    content: "";
    height: 300px;
    width: 150px;
    position: absolute;
    top: -4%;
    right: 0;
    border-radius: 403px;
    background: #483C32;
    filter: blur(70.19999694824219px);
    z-index: -1;
}
.dtl-top-sec .row {
    margin: 0 -12px;
}
.dtl-top-sec .col-lg-7 {
    width: 61%;
    padding: 0 12px;
}
.dtl-top-sec .col-lg-5 {
    width: 39%;
    padding: 0 12px;
}
.dtl-top-slider {
    position: relative;
}
.dtl-top-slider {
    border-radius: 10px;
    overflow: hidden;
}
.each-dtl-top-car {
    border-radius: 10px;
    overflow: hidden;
}
.dtl-top-right-big {
    border-radius: 10px;
    overflow: hidden;
}
.dtl-top-right-big img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 614px;
    gap: 17px;
}
.dtl-top-right-small {
    border-radius: 10px;
    overflow: hidden;
    width: 58%;
}
.dtl-top-right-small img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-right-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    height: 34%;
}
.dtl-top-right-more {
    border-radius: 10px;
    overflow: hidden;
    background-color: #BD924A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    width: 42%;
    cursor: pointer;
}
.dtl-top-right-more h4 {
    color: #483C32;
    font-family: 'DMSans-Medium';
}
.dtl-top-right-more h4 strong {
    display: block;
    font-weight: normal;
    margin-bottom: 11px;
}
/*****dtl-car-info-sec******/
.dtl-car-info-model h3 {
    color: #BD924A;
    font-family: 'DMSans-Medium';
}
.dtl-car-info-model p {
    font-family: 'DMSans-Medium';
    color: rgba(218, 218, 218, 0.50);
    margin: 10px 0 0;
}
.dtl-car-info-spec {
    border-radius: 10px;
    background-color: #251F19;
    padding: 20px 38px;
    height: 100%;
    display: flex;
    align-items: center;
}
.dtl-car-info-spec tr {
    display: flex;
}
.dtl-car-info-spec td {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.dtl-car-info-spec td strong {
    color: #fff;
    display: block;
    font-weight: normal;
    margin-top: 6px;
}
.dtl-car-info-spec td h4 {
    color: #BD924A;
}
.dtl-car-info-spec td h4 strong {
    color: rgba(218, 218, 218, 0.50);
    display: block;
    font-weight: normal;
}
.dtl-car-info-spec td::after {
    content: "";
    height: 90%;
    width: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}
.dtl-car-info-spec td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.dtl-car-info-spec td:last-child::after {
    opacity: 0;
}
.dtl-car-info-card {
    display: flex;
    max-width: 378px;
    width: 100%;
    border-radius: 10px;
    background-color: #251F19;
    padding: 12px;
}
.dtl-car-info-card-img {
    min-width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 16px;
}
.dtl-car-info-card-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-car-info-card-text h6 {
    color: #BD924A;
}
.dtl-car-info-card-text p {
    margin-bottom: 0;
    margin-top: 6px;
    color: rgba(218, 218, 218, 0.50);
}
.dtl-car-info-card-text p a {
    color: rgba(218, 218, 218, 0.50);
}
.dtl-car-info-card-text p a:hover {
    color: #CCB99B;
}
.top-other-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.top-other-btn .common-btn::after {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 60px 0 65px;
}
.dtl-tab-wrap {
    max-width: calc(100% - 90px);
    width: 100%;
    margin: 0 auto;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    gap: 20px;
    margin-bottom: 60px;
    border: 0;
	flex-wrap: wrap;
}
/****tab-part****/
ul.tabs li {
    font-family: 'DMSans-Medium';
	font-size: 1.8rem;
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
	border: 1px solid #F7FCFF;
	padding: 0;
    border-radius: 4px;
    padding: 10px 40px;
    position: relative;
}
ul.tabs li::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #BD924A;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
ul.tabs li:hover,
ul.tabs li.active {
	color: #483C32;
    border-color: #BD924A;
}
ul.tabs li:hover::after,
ul.tabs li.active::after {
    width: 100%;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.tab_content p {
	color: #fff;
}
.kenmerken-tab table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #251F19;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 49px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.kenmerken-tab tr::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	content: "";
	background-color: #251F19;
}
.kenmerken-tab td {
    padding: 45px 60px;
    width: 25%;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: -5px;
    font-family: 'DMSans-Medium';
    font-size: 1.8rem;
}
.kenmerken-tab td strong {
    font-weight: normal;
    font-size: 2.4rem;
    display: block;
}
.kenmerken-tab td::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    content: "";
    background-color: rgba(255, 255, 255, 0.20);
}
.kenmerken-tab td:first-child,
.kenmerken-tab td:nth-child(5n) {
	padding-left: 0;
}
.kenmerken-tab td:nth-child(4n) {
    padding-right: 0;
}
.kenmerken-tab td:nth-child(4n)::after {
    display: none;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 20px;
	color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    color: #fff;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD924A;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #BD924A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
	color: #fff;
}
.tab-btm-btn {
	margin-top: 80px;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.dtl-tab-sec .col-lg-8 {
	width: 60%;
}
.dtl-tab-sec .col-lg-4 {
	width: 40%;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #121212;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #BD924A;
	box-shadow: 0px 0px 25px 0px rgba(189, 146, 74, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(189, 146, 74, 0.5);
	overflow: hidden;
	border-radius: 20px;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: invert(1);
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
	border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
	color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    font-family: 'DMSans-Regular';
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/*****related-product-sec*****/
.related-product-sec {
    padding-top: 120px;
}
.related-product-sec h2 {
    text-align: center;
    margin-bottom: 80px;
}
.related-product-slider {
    position: relative;
}
.related-product-slider .swiper-button-next {
    right: -30px;
}
.related-product-slider .swiper-button-prev {
    left: -30px;
}
.aanbod-dtl-pg .form-sec {
    position: relative;
}
.aanbod-dtl-pg .form-sec::after {
    content: "";
    height: 300px;
    width: 120px;
    position: absolute;
    top: -10%;
    left: 0;
    border-radius: 368px;
    background: #483C32;
    filter: blur(70.19999694824219px);
    z-index: -1;
}
/*===============================verkocht-pg start========================================*/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 158px 0 53px;
}
.verkocht-filter {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
}
.verkocht-heading p {
    margin: 20px 0 0;
}
.each-verkocht-filter-btn {
    color: #F7E6CA;
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: transparent;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-verkocht-filter-btn::after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #BD924A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-verkocht-filter-btn.active,
.each-verkocht-filter-btn:hover {
    color: #121212;
    border-color: #BD924A;
}
.each-verkocht-filter-btn.active::after,
.each-verkocht-filter-btn:hover::after {
    width: 100%;
    z-index: -1;
}
.verkocht-filter-btn {
    display: flex;
    gap: 24px;
}


/************************************STYLE FOR DEVELOPER********************************************/

/*******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: calc(100% - 30px);
    height: 50px;
    margin: 15px auto 0;
    display: block;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s all;
}
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 25px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .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;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#CCB99B calc(1*100%/6),#BD924A 0 calc(3*100%/6),#CCB99B 0),
                linear-gradient(#CCB99B calc(2*100%/6),#BD924A 0 calc(4*100%/6),#CCB99B 0),
                linear-gradient(#CCB99B calc(3*100%/6),#BD924A 0 calc(5*100%/6),#CCB99B 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;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  .popup .popuptext {
      display: none;
      width: 200px;
      background-color: #25D366;
      color: #fff;
      text-align: center;
      border-radius: 20px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 3px;
      right: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 47px;
      right: 13px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background-color: red;
      color: white;
      text-align: center;
      font-size: small;
      animation: shake 0.5s;
      animation-iteration-count: 1;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }


  .verkocht-no-product{
	padding-top: 100px;
  }
  .calsty{ 
    border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
@media (max-width: 679.98px) {
    .calsty { 
        height: 1900px;
    }
}
.privacy_section {
    padding: 120px 0 60px;
}
.foOQlS {
    background: transparent !important;
}
.thank-you-page-pg .banner-sec {
    margin-bottom: 15px;
}
body .share-social-media-button .a2a_dd {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}
body .share-social-media-button .a2a_dd svg {
    margin-right: 0;
    filter: invert(1);
}