@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
    color: #F5F5F5;
    font-family: 'walkway_blackregular';
	background-color: #1A1A1A;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/* .add_morgan_footer_margin{
	height: 100px !important;
} */
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*======whatsapp-btn======*/
.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 10;
}
.whatsapp-btn a {
    background: #25d366;
    border-radius: 100px;
	overflow: hidden;
    width: 52px;
    height: 50px;
}
.whatsapp-btn a img {
    width: 27px;
}
/*===============================index===============================*/
/****header****/
.header-area{
	padding: 56px 0;
	/* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    z-index: 99;
    border-bottom: 1px solid transparent;
}
.logo img{
	width: 301px;
}
.menu-mid ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 20px;
}
.menu-mid li a {
	line-height: normal;
	letter-spacing: 1.6px;
	color: #F5F5F5;
}
.header-area .nav_menu_right_part{
	cursor: pointer;
}
.menu-round-shadow {
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 0;
}
.menu-items li {
    border-bottom: 0;
	margin-bottom: 23px;
}
.menu-mid li a.active,
.mobile_menu_items a.active {
	color: #D91725;
}
.menu-mid li a:hover,
.mobile_menu_items a:hover {
	color: #D91725;
}
.menu-items.active {
	width: 906px;
	background: #1A1A1A;
}
.menu-right .common-btn {
	z-index: 5;
}
.menu-items ul {
    text-align: left;
}
.menu-items a {
	text-transform: none;
    font-size: 2.4rem;
    color: #F5F5F5;
    padding-bottom: 0;
    display: inline-block;
    letter-spacing: 2.4px;
}
.menu-icon{
	width: 45px;
	margin-left: auto;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    display: block;
    background-color: #F5F5F5;
    content: '';
    height: 2px;
    margin: 12px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon:hover::after,
.menu-icon:hover::before,
.menu-icon:hover div {
	background-color: #D91725;
}
.menu-icon::after{
	margin-left: auto;
}
.menu-icon.active::after,
.menu-icon.active::before{
	width: 45px;
}
.menu-icon.active:after{
	transform: translateY(-9px) rotate(-135deg);
}
.menu-icon.active div {
	display: none;
}
/* .menu-icon.active::before {
	transform: translateY(5px) rotate(-228deg);
} */
.menu-social li {
    display: inline-block;
    margin-right: 14px;
}
.menu-social li a {
    height: 40px;
    width: 40px;
    border-radius: 100px;
	border: 1px solid rgba(245, 245, 245, 0.41);
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-social li a img {
    height: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0.5);
}
.menu-social li a:hover {
	border-color: #fff;
}
.menu-social li a:hover img {
	filter: brightness(1);
}
.menu-social {
    margin-top: 100px;
}
.menu-navigation {
	padding: 160px 85px 78px;
	display: flex;
	flex-direction: column;
	height: 100%;
    background-color: #1A1A1A;
}
.sticky-hidden{
	position: fixed;
    z-index: 99;
    background-color: #1A1A1A;
    border-color: rgba(255, 255, 255, 0.3);
}
.menu-items 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: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.header_inner .col-lg-5 {
    width: 33%;
}
.header_inner .col-lg-3 {
    width: 33%;
}
/****banner-sec****/
.banner-sec {
	position: relative;
}
.banner-content {
    position: absolute;
    bottom: 18%;
    left: 0;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
	margin-bottom: 60px;
}
.banner-video {
	height: 943px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 943px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content .common-btn {
    background: rgba(245, 245, 245, 0.18);
    display: inline-grid;
}
.scroll-down-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* height: 100vh; */
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    z-index: 1;
}
.scrolldown {
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.scrolldown__arrows {
	position: relative;
	top: 12px;
	width: 32px;
	height: 48px;
}
.scrolldown__arrow {
	background: url(../images/scroll-down-arrow.svg) no-repeat;
	width: 32px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 11px;
	opacity: 0;
	transform: scale(0.3) translateY(-30px);
}
.scrolldown__arrow_1 {
	animation: scrolldown__arrow 3s ease-out infinite;
}
.scrolldown__arrow_2 {
	animation: scrolldown__arrow 3s ease-out 1s infinite;
}
.scrolldown__arrow_3 {
	animation: scrolldown__arrow 3s ease-out 2s infinite;
}
@keyframes scrolldown__arrow {
	33.3% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	66.6% {
		opacity: 1;
		transform: scale(1) translateY(12px);
	}
	100% {
		opacity: 0;
		transform: scale(0.5) translateY(40px);
	}
}
/****product-sec****/
.product-sec {
    padding: 115px 0;
    position: relative;
    overflow: hidden;
}
.product-round-shadow {
    position: absolute;
    right: 0;
    top: -22%;
    pointer-events: none;
    /* z-index: -1; */
}
.product-title h5 {
    margin-bottom: 28px;
}
.product-title {
    margin-bottom: 110px;
}
.product-title h2 {
    max-width: 400px;
    width: 100%;
}
.each-product-left tr {
    /* display: flex;
    flex-wrap: wrap; */
    height: 3lh;
    /* line-height: normal; */
}
.each-product-left td {
    font-family: 'walkway_boldregular';
    color: rgba(245, 245, 245, 0.7);
    line-height: 22px;
    letter-spacing: 1.6px;
    position: relative;
    padding: 0 7px;
    font-size: 1.6rem;
    height: fit-content;
    display: inline-block;
}
.each-product-left td::after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
	height: calc(100% - 8px);
    width: 1px;
    background-color: rgba(245, 245, 245, 0.3);
}
.each-product-left td:first-child {
    padding-left: 0;
}
.each-product-left td:first-child::after {
    display: none;
}
.each-product-left h6 {
    color: #F5F5F5;
    letter-spacing: 1.6px;
    font-size: 1.6rem;
    font-family: 'walkway_blackregular';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.product-price h6 {
    color: #fff;
    letter-spacing: 1.6px;
    font-size: 1.6rem;
    font-family: 'walkway_blackregular';
    margin-bottom: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price p {
    color: rgba(255, 255, 255, 0.70);
    line-height: 22px;
    letter-spacing: 1.6px;
    font-family: 'walkway_boldregular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-content {
    margin-top: 12px;
}
.each-product:hover .product-price h6 {
    color: #D91725;
}
.each-product:hover .product-price p {
    color: rgba(217, 23, 37, 0.70);
}
.product-round h6 {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'walkway_blackregular';
}
.product-round {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 119px;
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(73, 73, 73, 0.10);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    backdrop-filter: blur(3.5px);
}
.each-product:hover .product-round {
    opacity: 1;
}
.each-product hr {
    background-color: rgba(246, 246, 246, 0.40);
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 0;
}
.product-btn {
    margin-top: 130px;
}
.product-btn .common-btn {
    color: #f6f6f6;
}
.each-product-content .col-8 {
    width: 70%;
}
.each-product-content .col-4 {
    width: 30%;
}
fieldset {
    transition: all 0.5s;
}
.product-slider legend {
    color: #F5F5F5;
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 1.6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .swiper-button-next legend {
    position: relative;
    top: 21px;
    font-size: 16px;
    left: 0;
    margin-bottom: 0;
    margin-left: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
    width: fit-content;
    padding: 0 8px;
}
/*========swiper buttons=============*/
.circle-button_component{
    grid-template-rows: auto 36px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    /* width: 70px;
    height: 70px; */
    width: 64px;
    height: 66px;
    display: grid;
    position: relative;
}
.circle-button_ouline-top {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
    grid-area: 1 / 1 / 2 / 3;
}
.circle-outline {
    border: 1px solid #F5F5F5;
    border-radius: 100%;
    /* width: 70px;
    height: 70px; */
    width: 64px;
    height: 66px;
    position: absolute;
    inset: 0% 0% auto;
}
.circle-hover-clip {
    justify-content: flex-end;
    align-items: center;
    width: 0;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.circle-button_component:hover .circle-hover-clip{
    width: 100%;
}
.circle-outline.top {
    inset: 0% 0% auto auto;
}
.circle-outline.top.light, .circle-outline.light {
    border-color: #D91725;
}
.circle-button_ouline-bottom{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
    grid-area: 3 / 1 / 4 / 3;
}
.circle-outline.bottom {
    inset: auto 0% 0% auto;
}
.circle-outline.light{
    border-color: #D91725;
}
.circle-button_outline-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
    overflow: hidden;
    grid-area: 1 / 2 / 4 / 3;
    place-self: center;
}
.circle-outline.right {
    inset: auto 0 auto auto;
}
.circle-hover-clip.two {
    top: auto;
}
.circle-outline.right.light {
    border-color: #D91725;
}
.circle-button_linkt-text {
    z-index: 10;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-content: end;
    place-items: center stretch;
    height: 100%;
    padding-right: 44px;
    display: grid;
    position: relative;
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
}
.slider-link-text {
    color: #F5F5F5;
    letter-spacing: 1.6px;
    line-height: 22px;
}
.circle-button_linkt-text img{
    width: 12px;
    margin-left: 15px;
    margin-right: -19px;
}
.swiper-arw.swiper-button-next:after, .swiper-arw.swiper-button-prev:after{
    display: none;
}
.swiper-arw.swiper-button-prev{
    transform: rotate(180deg);
}
.swiper-arw.swiper-button-prev .slider-link-text{
    transform: rotate(-180deg);
}
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev{
    top: 28%;
}
.product-slider .swiper-button-next{
    right: -57px;
}
.product-slider .swiper-button-prev{
    left: -57px;
}
/****service-sec****/
.service-sec {
    background-color: #111111;
    position: relative;
    overflow: hidden;
}
.service-sec .container {
    position: relative;
}
.service-line {
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 0;
}
.service-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.service-line span {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.4) 70%, rgba(214, 17, 31, 1) 100%);
    height: 100%;
    width: 1px;
    display: block;
}
.service-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 47%;
    width: 100%;
    background: linear-gradient(180deg, #111 0%, #111 80.9%, rgba(17, 17, 17, 0.00) 100%);
    z-index: 1;
}
.service-title {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}
.service-title h2 {
    margin: 28px 0 39px;
}
.each-service-slider {
    position: relative;
}
.service-slider-info {
    position: absolute;
    top: 58%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.service-slider-img {
    height: 734px;
}
.service-slider-info p {
    margin-bottom: 29px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-slider-info-wrap {
    max-width: 580px;
    width: 100%;
}
.service-slider-info-wrap h3 {
    margin-bottom: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.service-slider-info-wrap .common-btn {
    margin-top: 12px;
    backdrop-filter: none;
}
.service-slider .swiper-button-next {
    right: 12%;
    left: auto;
    top: auto;
    bottom: 305px;
    height: 70px;
    width: 70px;
}
.service-slider .swiper-button-prev {
    right: 12%;
    left: auto;
    top: auto;
    bottom: 218px;
    height: 70px;
    width: 70px;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 34px 0 139px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 185px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 185px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	color: #f5f5f5;
    position: relative;
    padding-right: 35px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
    font-size: 1.6rem;
    font-family: 'walkway_blackregular';
}
.usp-marquee-wrap li::after {
    content: '';
    top: 9px;
    background-image: url(../images/marquee-bullet.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px;
    height: 5px;
    width: 5px;
    left: -13px;
}
/****about-sec****/
.about-sec {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
}
.about-round-shadow {
    position: absolute;
    pointer-events: none;
    bottom: -44px;
}
.about-sec::after {
    content: '';
    position: absolute;
    background: linear-gradient(142deg, rgba(26, 26, 26, 0.84) 4.83%, rgba(26, 26, 26, 0.92) 50.38%, rgba(26, 26, 26, 0.01) 96.16%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.about-title h2 {
    margin: 7px 0 50px;
}
.about-title p {
    max-width: 640px;
    margin: 0 auto 30px;
    width: 100%;
}
.about-middle {
    position: relative;
    padding-left: 23px;
}
.about-title {
    margin-bottom: 125px;
    position: relative;
    z-index: 1;
}
.about-part {
    position: relative;
    z-index: 1;
}
.badge__emoji img{
	width: 172px;
}
.about-middle .badge {
    --badge-size: 425px;
    background: transparent;
    border: 1.5px solid rgba(245, 245, 245, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--badge-size);
    height: var(--badge-size);
    border-radius: 429px;
    animation: identifier 20s linear infinite;
    font-weight: normal;
    line-height: normal;
    font-size: 4rem;
    padding: 0;
    color: #BE1622;
}
.badge__emoji {
  display: block;
  margin: 0;
  animation: identifier 20s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;
}
.badge__char {
  /* --char-width: 10px; */
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-align: center;
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
  padding: 3px;
}
@-webkit-keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes identifier {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.badge__emoji{
	/* width: 272px;
	height: 273px; */
    width: 300px;
	height: 300px;
    border-radius: 273.568px;
    border: 1.5px solid rgba(245, 245, 245, 0.45);
}
.each-about-info {
    margin-bottom: 122px;
    max-width: 315px;
    width: 100%;
}
.each-about-info p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 9lh;
}
.about-sec .col-lg-4:first-child .about-info-wrap:last-child .each-about-info {
    margin-bottom: 0;
}
.about-sec .col-lg-4:last-child .about-info-wrap:last-child .each-about-info {
    margin-bottom: 0;
}
.about-left .each-about-info {
    text-align: end;
}
.about-middle .badge em {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #BE1622;
    border: 1px solid #BE1622;
    border-radius: 100%;
    top: -4px;
    position: relative;
    /* left: 6px; */
    left: 0;
}
.about-right {
    padding-left: 170px;
    position: relative;
}
.about-info-wrap {
    position: relative;
}
.each-about-info h5 {
    margin-bottom: 10px;
    height: 2lh;
}
.each-glow {
    position: absolute;
    /* width: 220px; */
    width: 240px;
    height: 2px;
    /* left: -13%; */
    left: -17%;
    top: 50px;
    transform: rotate(-17deg);
    z-index: 9;
}
.glow {
    animation: move 10s linear infinite;
    offset-path: rect(0% auto 100% auto);
	background: linear-gradient(245deg, rgba(190,22,34,1) 0%, rgba(255,255,255,0) 100%);
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    inset: 0px;
    position: absolute;
    width: 80px;
    height: 4px;
	top: 0;
    left: 0;
	z-index: 1;
}
.glow-inner {
	--tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
	/* display: inline-block; */
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #1A1A1A;
	/* border-left: 2px solid rgba(245, 245, 245, 0.40); */
	border-top: 1px solid rgba(245, 245, 245, 0.40);
}
.glow-wrap {
    /* clip-path: polygon(100% 0, 0 0, 0 100%);
    transform: skew(-40deg); */
    /* height: 67px; */
    height: 2px;
    /* width: 190px; */
    width: 100%;
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
}
.each-glow::after {
	content: "";
	height: 8px;
	width: 8px;
	top: -4px;
	right: 0;
	/* background-image: url(../images/glow-bullet.svg); */
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-size: 10px;
    background-color: #9D9D9D;
    border-radius: 100%;
    z-index: 1;
}
.each-glow::before {
    content: "";
    height: 10px;
    width: 10px;
    bottom: -4px;
    /* left: -30px; */
    left: -6px;
    background-image: url(../images/glow-bullet-btm.svg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 10px;
    z-index: 9;
}
.usp-one .each-glow::before {
    bottom: -3px;
    left: -5px;
}
.each-glow-right-part2 .each-glow::before {
    bottom: -4px;
    left: -4px;
}
.usp-three .each-glow::before{
    bottom: -4px;
    left: -8px;
}
.usp-four .each-glow::before{
    left: -4px;
}
@keyframes move {
	0% {
		offset-distance: 0%;
	}
	100% {
		offset-distance: 100%;
	}
}
.each-glow.each-glow-right-part2 {
    /* transform: scaleY(-1);
    -webkit-transform: scaleY(-1); */
    /* top: -60px; */
    /* left: -15%; */
    /* width: 204px; */
    /* top: 3px; */
    /* left: -38%;
    width: 327px; */
    left: -19%;
    width: 246px;
    transform: rotate(17deg);
    top: -21px;
}
/* .each-glow-right-part2 .glow-wrap {
    width: 200px;
} */
.each-glow-right-part2.each-glow::after {
    /* right: -23px; */
    right: -2px;
}
.about-info-wrap-left .each-glow {
    /* transform: scaleX(-1);
    -webkit-transform: scaleX(-1); */
    /* right: -58px;
    width: 198px; */
    /* right: -177px;
    left: auto;
    width: 324px; */
    right: -85px;
    left: auto;
    width: 230px;
    transform: rotate(198deg);
}
/* .about-info-wrap-left .glow-wrap {
    width: 170px;
} */
.each-glow-left-part2.each-glow {
    /* transform: scaleX(-1) scaleY(-1); */
    /* top: -59px;
    right: -72px;
    width: 212px; */
    transform: rotate(-198deg);
    right: -84px;
    top: -25px;
    width: 236px;
}
/* .each-glow-left-part2 .glow-wrap {
    width: 182px;
} */
/****google-review****/
.google-review {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
/****home-btm-section****/
.home-btm-section .container {
    position: relative;
    display: flex
;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-btm-wp a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-btm-wp-wrap {
    border-radius: 50px;
    width: 280px;
    padding: 10px 24px 10px 8px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    background-color: rgba(37, 211, 102, 0.3);
    backdrop-filter: blur(5px);
}  
.home-btm-wp span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border: 1px solid #25D366;
    background-color: #25D366;
    border-radius: 100%;
    overflow: hidden;
}
.home-btm-wp-part-info h6 {
    font-family: 'walkway_blackregular';
    font-size: 1.6rem;
    color: #f5f5f5;
    margin-bottom: 5px;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.home-btm-wp-part-info {
    text-align: left;
}
.home-btm-img {
    height: 598px;
}
.home-btm-line {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.home-btm-info {
    top: 50%;
    text-align: center;
}
.home-btm-info p {
    margin: 17px 0 21px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-btm-wp-part-info p {
    color: rgba(245, 245, 245, 0.56);
    letter-spacing: 1.6px;
    line-height: normal;
    margin: 0;
}
/****footer-area****/
.footer-area .container{
    padding-top: 56px;
    position: relative;
}
.footer-logo img {
    width: 301px;
}
.footer-top-part {
    position: relative;
    margin-left: 25px;
}
.footer-top-part a {
    position: relative;
    padding-right: 31%;
    display: inline-block;
}
.footer-top-part a::after {
    content: "";
    position: absolute;
    right: 0;
    top: -6px;
    background-image: url(../images/red-arrow.svg);
    background-size: 55px;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-top-part a {
    letter-spacing: 2.4px;
    color: #f5f5f5;
    font-size: 2.4rem;
}
.footer-top-part a:hover {
    color: #D91725;
}
.footer-btm-part td {
    color: rgba(245, 245, 245, 0.56);
    letter-spacing: 1.6px;
    padding-bottom: 14px;
}
.footer-btm-part td:first-child {
    padding-right: 20px;
}
.footer-btm {
    margin-top: 84px;
    position: relative;
    padding-bottom: 20px;
}
.footer-btm::after {
    content: '';
    position: absolute;
    left: -7px;
    bottom: 0;
    height: 1px;
    width: calc(100% + 15px);
    background-color: rgba(246, 246, 246, 0.40);
}
.footer-btm-part h5 {
    margin-bottom: 37px;
    color: #f5f5f5;
}
.footer-btm-part .menu-social {
    margin-top: 22px;
}
.footer-btm-part-info li a {
    color: rgba(245, 245, 245, 0.56);
    letter-spacing: 1.6px;
}
.footer-btm-part-info ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-btm-part-info li {
    width: 49%;
    margin-bottom: 23px;
}
.footer-btm-part p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.footer-btm-part strong {
    color: rgba(245, 245, 245, 0.56);
    font-weight: normal;
    width: 25%;
}
.footer-btm-part strong a {
    margin-left: 20px;
    color: rgba(245, 245, 245, 0.56);
}
.footer-btm-part-info li a:hover,
.footer-btm-part strong a:hover {
    color: #f5f5f5;
}
.footer-credit {
    margin-top: 25px;
    padding-bottom: 30px;
}
.footer-credit a {
    color: rgba(245, 245, 245, 0.56);
    letter-spacing: 1.6px;
}
.footer-credit a:hover {
    color: #F5F5F5;
}
.footer-btm-part {
    margin-left: 26px;
}
.footer-btm-part-last-info {
    margin-left: 20px;
}
.footer-btm-part p a {
    color: rgba(245, 245, 245, 0.56);
}
.footer-btm-part p a:hover {
    color: #f5f5f5;
}
.footer-logo {
    margin-left: 25px;
}
.footer-mobile-contact {
    display: none;
}
.menu-social-mobile {
    display: none;
}
.footer-area {
    overflow: hidden;
}
/*=====================diensten-list====================*/
/****inner-banner****/
.inner-banner .each-banner {
    height: 600px;
}
.inner-banner .banner-content {
    bottom: 31%;
}
.inner-banner .banner-content h1 {
    margin-bottom: 0;
}
.inner-banner .scroll-down-arrow {
    bottom: 5%;
}
/****diensten-list-sec****/
.diensten-list-sec {
    padding: 115px 0 130px;
    position: relative;
}
.diensten-list-sec .product-round-shadow {
    top: 53%;
}
.diensten-list-area .row {
    row-gap: 82px;
}
.diens-list-content {
    margin-top: 26px;
}
.diens-list-content h5 {
    color: #F5F5F5;
    transition: all 0.5s;
}
.diens-list-content p {
    max-width: 560px;
    width: 100%;
    margin: 16px 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover .diens-list-content h5 {
    color: #D91725;
}
.each-diensten-list:hover .product-round {
    opacity: 1;
}
/*=====================diensten-dtl====================*/
/****back-btn****/
.back-btn {
    padding: 180px 0 47px;
}
.txt-btn {
    transform: rotate(180deg);
    max-width: 64px;
    margin-left: 0;
    margin-right: auto;
}
.txt-btn .slider-link-text {
    transform: rotate(-180deg);
    white-space: nowrap;
}

/*** diensten-top-sec ***/
.diensten-top-sec {
    padding-bottom: 50px;
}
.diensten-top-area .col-lg-5 {
    width: 47%;
}
.diensten-top-area .col-lg-7 {
    width: 53%;
}
.diensten-top-content {
    padding-left: 71px;
    width: 100%;
    max-width: 700px;
}
.diensten-top-content h2 {
    margin-bottom: 17px;
}
.diensten-top-content ul {
    margin: 15px 0;
}
.diensten-top-content li {
    line-height: 24px;
    letter-spacing: 1.6px;
    margin-bottom: 9px;
    position: relative;
    padding-left: 20px;
}
.diensten-top-content li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url(../images/diensten-bullet.svg);
    background-repeat: no-repeat;
    background-size: 7px;
}
/*** diensten-mid-sec ***/
.diensten-mid-sec {
    padding-top: 23px;
    padding-bottom: 115px;
}
.diensten-mid-sec .product-round-shadow {
    right: 8%;
    top: -21%;
}
.diensten-mid-area {
    padding-bottom: 106px;
}
.diens-mid-content {
    padding: 0 45px;
    padding-top: 120px;
    padding-bottom: 6px;
}
.diens-mid-content h5 {
    color: #F5F5F5;
    margin-bottom: 15px;
    position: relative;
}
.diens-mid-content h5::after {
    position: absolute;
    content: "";
    right: -63px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #D91725;
    background-color: #D91725;
    border-radius: 50px;
    z-index: 1;
}
.diensten-mid-area .col-lg-6:nth-child(even) .diens-mid-content h5::after {
    right: auto;
    left: -63px;
}
.diens-mid-content p {
    width: 100%;
    max-width: 577px;
    margin-right: 0;
    margin-left: auto;
}
.diensten-mid-area .col-lg-6:nth-child(even) .diens-mid-content p {
    margin-left: 0;
    margin-right: auto;
}
.diensten-mid-area .col-lg-6:nth-child(odd) {
    text-align: end;
}
/***line-fill***/
.line-fill{
    position: relative;
}
.line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
}
.line-inner {
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #D91725;
}
/*** form-sec ***/
.form-sec {
    position: relative;
    padding: 96px 0 92px;
}
.form-sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    background: rgba(18, 18, 18, 0.75);
    backdrop-filter: blur(10px);
}
.form-area {
    position: relative;
    z-index: 1;
}
.form-left-part {
    padding-right: 149px;
}
.form-left-part p {
    letter-spacing: 1.6px;
    width: 100%;
    max-width: 486px;
    margin: 26px 0 14px;
}
.form-sec .form-group {
	margin-bottom: 23px;
}
.form-sec .form-style {
	resize: none;
    border: 1px solid rgba(245, 245, 245, 0.50);
    border-radius: 100px;
    backdrop-filter: blur(3px);
    font-family: 'walkway_blackregular';
    color: #F5F5F5;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 1.6px;
    padding: 14px 23px;
	background-color: transparent;
}
.form-sec .form-style:placeholder {
	color: rgba(245, 245, 245, 0.60);
}
.form-sec .form-style:-ms-input-placeholder {
	color: rgba(245, 245, 245, 0.60);
}
.form-sec .form-style::placeholder {
	color: rgba(245, 245, 245, 0.60);
}
.form-sec .form-style:focus {
    box-shadow: none;
	border-color: #D91725;
    color: #F5F5F5;
    background-color: transparent;
}
.form-sec .form-style:focus::placeholder {
    color: #F5F5F5;
}
.form-sec .form-style.foto_upload {
    color: rgba(245, 245, 245, 0.60);
}
.form-sec textarea.form-style {
    height: 139px;
    border-radius: 20px;
    overflow: hidden;
}
.form-left-part button {
    margin-top: 28px;
}
.form-right-part {
    padding-top: 117px;
    /* padding-left: 254px; */
    max-width: 500px;
    margin-left: auto;
    padding-left: 40px;
}
.form-right-part .footer-btm-part:first-child {
    margin-bottom: 46px;
}
.form-right-part .footer-btm-part p {
    /* line-height: normal; */
    line-height: 24px;
}
.form-right-part .footer-btm-part p strong,
.form-right-part .footer-btm-part p a {
    color: rgba(245, 245, 245, 0.80);
}
.form-right-part .footer-btm-part p a:hover {
    color: #f5f5f5;
}
.form-right-part .footer-btm-part td {
    line-height: normal;
    color: rgba(245, 245, 245, 0.80);
}
/*** diens-slider-sec ***/
.diens-slider-sec {
    padding: 115px 0 108px;
}
.diens-slider-title {
    text-align: center;
    margin-bottom: 79px;
}
.diens-service-info h5 {
    color: #F5F5F5;
    margin: 11px 0 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-info p {
    color: rgba(245, 245, 245, 0.70);
    width: 100%;
    max-width: 425px;
}
.each-diens-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-slider:hover .diens-service-info h5 {
    color: #D91725;
    transition: all 0.5s;
}
.each-diens-slider:hover .product-round {
    opacity: 1;
}
.diens-service-slider .swiper-button-next,
.diens-service-slider .swiper-button-prev {
    top: 36%;
}
.diens-service-slider .swiper-button-next {
    right: -3%;
}
.diens-service-slider .swiper-button-prev {
    left: -3%;
}
/*=====================contact====================*/
.map {
    height: 600px;
}
/****contact-form-sec****/
.contact-form-sec .product-round-shadow {
    right: 19%;
    top: -13%;
}
/****contact-google-review****/
.contact-google-review {
    padding-top: 115px;
}
/*=====================over-ons=====================*/
/****over-ons-usp-marquee-sec****/
.usp-marquee-sec.over-ons-usp-marquee-sec {
    padding: 34px 0 88px;
}
/****over-ons-about-sec****/
.about-sec.over-ons-about-sec {
    padding-bottom: 126px;
}
.over-ons-about-sec .about-title p {
    max-width: 790px;
    margin: 0 auto;
    width: 100%;
}
.over-ons-about-sec .about-title h2 {
    margin: 20px 0 22px;
}
.over-ons-about-sec .about-title {
    margin-bottom: 137px;
}
/****over-ons-slider-sec****/
.over-ons-slider-sec {
    overflow: hidden;
}
.over-ons-slider-sec .service-line span {
    background: linear-gradient(0deg, rgba(246, 246, 246, 0.4) 70%, rgba(214, 17, 31, 1) 100%);
}
.over-ons-slider-sec .container {
    position: relative;
}
.over-ons-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.over-ons-slider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.90) 0%, rgba(17, 17, 17, 0.90) 23.78%, rgba(17, 17, 17, 0.00) 100%);
}
.counter-sec {
    position: absolute;
    z-index: 2;
    bottom: 9%;
    width: 100%;
}
.counter-wrap {
    display: flex;
}
.each-counter {
    -webkit-transition: all 0.8s;
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 40px;
}
.each-counter h3 {
    line-height: 62px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.each-counter h5 {
    color: #f5f5f5;
}
/****over-ons-man****/
.over-ons-man {
    padding: 140px 0 100px;
}
.over-ons-man-title {
    margin-bottom: 80px;
}
.over-ons-man-title h2 {
    line-height: 62px;
}
.each-over-ons-man {
    filter: grayscale(1) contrast(1) brightness(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-man:hover {
    filter: brightness(1);
}
.each-over-ons-man-info {
    text-align: center;
    margin-top: 20px;
}
.each-over-ons-man-info h5 {
    color: #f5f5f5;
}
.each-over-ons-man-info h6 {
    color: rgba(245, 245, 245, 0.70);
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    font-family: 'walkway_boldregular';
    line-height: 22px;
    margin-top: 2px;
}
.over-ons-man-slider .swiper-button-next,
.over-ons-man-slider .swiper-button-prev {
    top: 39%;
}
.over-ons-man-slider .swiper-button-next {
    right: -3%;
}
.over-ons-man-slider .swiper-button-prev {
    left: -3%;
}
/*=====================aanbod-list====================*/
.aanbod-list-header {
    background-color: #1A1A1A;
}
/** aanbod-filter-sec **/
.aanbod-filter-sec {
    padding: 180px 0 69px;
    position: relative;
     z-index: 3; 
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.main-filter-area {
    max-width: 820px;
    width: 100%;
}
.filter-left-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}
.filter-left-title h5 {
    color: #F5F5F5;
}
.filter-left-title{
    width: 10%;
}
.main-filter-area .row{
    margin: 0 -11px;
}
.main-filter-area .col-lg-3 {
    padding: 0 11px;
}
.filter-reset a {
    color: #F5F5F5;
    font-size: 1.6rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #D91725;
}
.filter-reset a:hover img {
    filter: invert(58%) sepia(66%) saturate(1903%) hue-rotate(1deg) brightness(102%) contrast(96%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 45px;
    color: rgba(246, 246, 246, 0.50);
    font-size: 1.8rem;
    backdrop-filter: blur(2.700000047683716px);
    border: 1px solid rgba(246, 246, 246, 0.45);
    border-radius: 50px;
    padding: 0 27px 0 24px;
    background: url(../images/filter-arrow.svg) no-repeat 88% center / 13px;
    background-color: rgba(246, 246, 246, 0.03);
    appearance: none;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    letter-spacing: 1.8px;
}
.aanbod-filter-sec .select-style:hover {
    color: #F6F6F6;
    background: url(../images/white-filter-arw.svg) no-repeat 88% center / 13px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #D91725;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'PlusJakarta_Sans_Medium';
	background-color: #121212;
}
.filter-content {
    display: none;
    background-color: #1A1A1A;
    padding: 10px 8px 15px;
    z-index: 2;
    border: 1px solid #D91725;
    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: #F5F5F5;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    z-index: 2;
	cursor: pointer;
    letter-spacing: 1px;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F5F5F5;
    opacity: 0.65;
    font-size: 1.3rem;
}
.aanbod-filter-sec .form-check-input{
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    box-shadow: none;
    border: 1px solid #F5F5F5;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D91725;
    border-color: #D91725;
}
.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: #F5F5F5;
    border-radius: 6px;
    background-color: #D91725;
    font-size: 1.4rem;
    border: 1px solid #D91725;
}
.cross-btn {
    width: 9px;
    filter: brightness(100);
}
.auto-overview-tag:hover {
	background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .auto-overview-tag-content{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover .cross-btn{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter {
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 64px;
    background-color: #1A1A1A;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.sticky-filter{
    position: fixed;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #4B6798;
    border-color: #4B6798;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border-radius: 100%;
    color: #1A1A1A;
    border: 1px solid #F5F5F5;
    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: #D91725;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #F5F5F5;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
    max-width: 100%;
    margin-top: 0;
    background-color: #D91725;
    border: 1px solid #D91725;
    color: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    gap: 10px;
    align-items: center;
    
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
    color: #F5F5F5;
}
.auto-overview-filter-result .total_search_records:hover::after,
.auto-overview-filter-result .total_search_records:hover::before {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
    column-gap: 10px;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'PlusJakarta_Sans_Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
    width: 180px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.clear-filter-main {
    padding-left: 9%;
    margin-top: 35px;
}
.filter-btn {
    border-radius: 100px;
    background: #D91725;
    border: 1px solid #D91725;
    color: #F5F5F5;
    width: max-content;
    padding: 12px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-btn:hover{
    background: transparent;
    color: #F5F5F5;
}
.filter-btn:hover .filter-count{
    background: #D91725;
    border-color: #D91725;
    color: #F5F5F5;
}
.auto-overview-tag-content {
    color: #FAF9F6;
    letter-spacing: 1.3px;
}
/** aanbod-product-sec **/
.aanbod-product-sec {
    padding-bottom: 63px;
}
.each-aanbod-product-area {
    margin-bottom: 52px;
}
/*=====================verkocht====================*/
/****verkocht-top****/
.verkocht-top {
    padding: 180px 0 90px;
}
/*=====================vacature-dtl====================*/
.diensten-top-content h5 {
    color: #f5f5f5;
    margin-bottom: 16px;
}
/****vacature-mid-sec****/
.vacature-mid-sec {
    padding: 76px 0 92px;
}
.vacature-mid-sec table {
    width: 100%;
    position: relative;
}
.vacature-mid-sec tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vacature-mid-sec td {
    width: 50%;
    padding: 0 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-mid-sec li {
    line-height: 24px;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 25px;
}
.vacature-mid-sec li::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #D91725;
    position: absolute;
    left: 0;
    top: 7px;
}
.vacature-mid-sec h5 {
    color: #f5f5f5;
    margin-bottom: 18px;
}
/*=====================aanbod-dtl====================*/
/****aanbod-back-btn****/
/* .aanbod-back-btn {
    padding: 3px 0 0;
} */
.back-buttn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
    /* margin-top: -50px; */
    margin-top: -100px;
}
.aanbod-top-mid {
    text-align: center;
}
.aanbod-share-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.aanbod-share-btn li h6 {
    font-size: 1.6rem;
    line-height: 17px;
    letter-spacing: 1.6px;
    margin-right: 16px;
}
.share-icon {
    border: 1px solid rgba(245, 245, 245, 0.50);
    padding: 11px 12px;
    border-radius: 50px;
}
.share-icon img {
    width: 15px;
    height: 15px;
}
.mobile-aanbod-share-btn {
    display: none;
}
/****aanbod_dtl_banner****/
.aanbod_dtl_banner{
    padding-top: 65px;
	padding-bottom: 40px;
}
.aanbod_dtl_banner .common-arrow {
    z-index: 2;
    border-width: 2px;
}
.small_car{
	display: flex;
	flex-wrap: wrap;
	row-gap: 17px;
}
.each_samall_car {
    width: 100%;
    height: calc(50% - 9px);
}
.each_samall_car img{
	height: 100%;
    object-fit: cover;
}
.aanbod_dtl_banner .row {
    column-gap: 8px;
}
.aanbod_dtl_banner .col-lg-8 {
    width: 66%;
}
.aanbod_dtl_banner .col-lg-4 {
    width: 33.4%;
}
.aanbod_dtl_banner .swiper-button-next {
    right: -28px;
}
.aanbod_dtl_banner .swiper-button-prev {
    left: -28px;
}
/****aanbod-car-info-sec****/
.aanbod-car-info-area {
    border-bottom: 1px solid rgba(246, 246, 246, 0.40);
    padding-bottom: 8px;
}
.aanbod-car-info-area .col-lg-8 {
    width: 72%;
}
.aanbod-car-info-area .col-lg-4 {
    width: 28%;
}
.aanbod-car-info-part .row {
    align-items: center;
}
.aanbod-car-info-part .col-lg-9 {
    width: 64%;
}
.aanbod-car-info-part .col-lg-3 {
    width: 36%;
}
.aanbod-car-info-left ul {
    display: flex;
    column-gap: 26px;
}
.aanbod-car-info-left li {
    display: flex;
    align-items: start;
}
.aanbod-car-info-left li img {
    margin-right: 15px;
    margin-top: 7px;
}
.aanbod-car-info h5 {
    font-family: 'walkway_boldregular';
    color: #F5F5F5;
    line-height: 33px;
}
.aanbod-car-info h6 {
    font-family: 'walkway_boldregular';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 1.6px;
}
.aanbod-car-info-mid ul {
    display: flex;
    justify-content: center;
}
.aanbod-car-info-mid li {
    border-left: 1px solid rgba(246, 246, 246, 0.40);
    border-right: 1px solid rgba(246, 246, 246, 0.40);
    padding: 0 12px;
    width: 50%;
    text-align: center;
}
.aanbod-car-info-mid li:last-child {
    border-left: none;
}
.aanbod-car-info-mid li h4 {
    line-height: normal;
    letter-spacing: 1px;
    font-size: 2.4rem;
}
.aanbod-car-info-mid li h5 {
    font-family: 'walkway_boldregular';
    font-size: 2rem;
    color: #F5F5F5;
    line-height: 42px;
    letter-spacing: 2.4px;
    letter-spacing: 1px;
}
.aanbod-car-info-btn {
    display: flex;
    column-gap: 15px;
    justify-content: end;
}
.aanbod-car-info-btn .mybtn1::after {
    width: 100%;
    border-radius: 50px;
    left: 0px;
    border-right: 1px solid #D91725;
}
.aanbod-car-info-btn .mybtn1:hover::after {
    border-color: #fff;
}
.mobile-aanbod-car-info-part {
    display: none;
}
.mobile-aanbod-car-info-top {
    display: flex;
    justify-content: space-between;
}
.mobile-aanbod-car-info-btm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}
.mobile-aanbod-car-info-btm li {
    display: flex;
    align-items: start;
}
.mobile-aanbod-car-info-btm li img {
    width: 18px;
    height: 15px;
    margin-top: 3px;
    margin-right: 8px;
}
.mobile-aanbod-car-info-btm .aanbod-car-info h5 {
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1.8px;
}
.mobile-aanbod-car-info-btm .aanbod-car-info h6 {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #D91725;
}
.mobile-aanbod-car-info-top ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.mobile-aanbod-car-info-top h6 {
    font-family: 'walkway_boldregular';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1.8px;
}
.mobile-aanbod-car-info-top p {
    color: #D91725;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 24px;
}
.aanbod-car-info-mid {
    padding: 0 26px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 115px 0 109px;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 28px;
    margin-bottom: 52px;
    border: 0;
    row-gap: 26px;
}
.tab-btn-right {
	margin-bottom: 60px;
}
/****tab-part****/
ul.tabs li {
	line-height: normal;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	cursor: pointer;
	max-width: max-content;
	display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
}
/* ul.tabs li.active {
    border-color: #D91725;
} */
ul.tabs li.active.common-btn::after {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #D91725;
    left: 0;
}
ul.tabs li.active.common-btn::before {
    background-color: transparent;
}
ul.tabs li.active.common-btn:active:hover {
    transform: none;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
/****dtl-tab-content****/
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h3 {
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 2.4px;
    margin: 51px 0 34px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'walkway_boldregular';
    width: 40%;
    position: relative;
    color: #F5F5F5;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
    letter-spacing: 1.6px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(245, 245, 245, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #fff;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 24px 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #F5F5F5;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    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: #D91725;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D91725;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    color: #F5F5F5;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
	margin-top: 49px;
}
.tab-btm-btn .common-btn strong::after,
.tab-btm-btn-close .common-btn strong::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.tab-btm-btn-close {
    display: none;
    margin-top: 40px;
}
/****aanbod-dlt-product****/
.aanbod-dlt-product {
    padding: 114px 0 175px;
}
.aanbod-dlt-product .product-title {
    margin-bottom: 79px;
}
.aanbod-dlt-product .product-title h2 {
    max-width: 100%;
    text-align: center;
}
.aanbod-dlt-product .product-slider .swiper-button-next,
.aanbod-dlt-product .product-slider .swiper-button-prev{
    top: 41%;
}



/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 787px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(26, 26, 26, 0.50);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    padding: 0;
    background: #232323;
}
.modal-content-wrap h2 strong {
    color: #D91725;
    font-weight: normal;
}
.modal-area .pop-up-image h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
    padding: 0 52px;
}
.modal-area .pop-up-image h2 strong {
	display: block;
}
.modal-area .pop-up-image {
    position: relative;
}
.modal-area .popup-content {
	padding: 39px 50px 45px;
    max-width: 658px;
	width: 100%;
}
.modal-area .popup-content ul {
    padding-left: 15px;
    list-style: none;
	margin: 0 0 35px;
    position: relative;
    z-index: 1;
}
.modal-area .popup-content li {
    position: relative;
    letter-spacing: 1.6px;
	margin-bottom: 20px;
    line-height: 20px;
    color: #fff;
    list-style-type: disc;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::marker {
    color: #D91725;
}
.modal-area .popup-content p {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.modal-area .popup-content p:last-child {
    max-width: 422px;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -26px;
    z-index: 1;
	height: 57px;
	width: 57px;
	background-color: #D91725;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 23px;
}
.popup-content .product-round-shadow {
    top: 46%;
}



/*******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: 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;
  }
  .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;
    }
  @media (max-width: 991px) {
      .form-1, .form-2 {
          padding: 0 !important;
      }
  }
  .radio_filter .form-check-input {
      display: none;
  }
  .aanbod-dtl-right-slide-top .common-btn{
      background-color: #fbb969;
      border-color: #fbb969;
  }
  .over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
      border: none;
  }
  
  .carpass-img {
      width: 115px;
  }
  
  
  #google_translate_element{
      height: 0;
      overflow: hidden;
  }
  .skiptranslate{
      height: 0;
      overflow: hidden;
      visibility: hidden !important;
  }
  body {
      top: 0 !important;
  }
  
  .translation-links a span {
      text-transform: uppercase;
  }
  .bMMjYH .swiper-backface-hidden .swiper-slide {
      background-color: #292828;
  }
  .cDHIQK {
      background-color: #292828 !important;
  }
  .AGaFi,
  .dnbYzP,
  .kBfvhj,
  .fZBTme, 
  .fZBTme *{
      color: #F5F5F5 !important;
  }
  .kSLkip,
  .cwZklo{
      color: #8B8B8E !important;
  }
  .calsty {
    border: 0;
    width: 100%;
    height: 716px;
    background: transparent;
  }
  .privacy_section {
    padding-bottom: 60px;
  }
  body .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
  }
  body .share-social-media-button .a2a_dd {
    padding: 0 !important;
    margin: 0 !important;
    height: 41px !important;
    width: 41px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .aanbod_dtl_banner .each-big-car,
.aanbod_dtl_banner .each_samall_car{
    cursor: pointer;
}
@media (max-width: 991px) and (min-width: 768px) {
	.calsty {
		height: 1026px;
	}
}
@media (max-width: 767px) and (min-width: 490px) {
	.calsty {
		height: 804px;
	}
}
@media (max-width: 489px){
	.calsty {
		height: 875px;
	}
}

.popup .popuptext {
	display: none;
	width: 238px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 10px 1px;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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;
	}
}
.fZBTme, .fZBTme * {
    letter-spacing: 1.6px;
}

/*****************/
/* .slider-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
  }

  .slider-container .swiper {
    width: 100%;
    height: 100%;
  }

  .slider-container .swiper-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .slide-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transform: scale(0);
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
  }

  .slider-container .swiper-slide-active .slide-inner {
    z-index: 2;
  }

  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .slide-content {
    position: absolute;
    left: 10%;
    bottom: 20%;
    color: white;
    z-index: 2;
    overflow: hidden;
  }

  .slide-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .slide-title strong {
    display: block;
    transform: translateY(100%);
  }

  .slide-description {
    font-size: 1.5rem;
    max-width: 600px;
    overflow: hidden;
  }

  .slide-description strong {
    display: block;
    transform: translateY(100%);
  }

  .slider-container .swiper-fade .swiper-slide {
    opacity: 1 !important;
  } */


/*.each-service-slider{
     position:relative;
}
 .service-slider-img{
}
 .service-slider-img-holder{
     border-radius: 100vw;
     justify-content: center;
     display: flex;
     inset: 0%;
}
 .slider-background-circle{
     border-radius: 100vw;
     justify-content: center;
     align-items: center;
     width: 150vw;
     height: 150vw;
     margin-top: auto;
     margin-bottom: auto;
     display: flex;
     position: absolute;
     transition:all 0.5s;
     overflow: hidden;
}
 .eacch-slider-bg {
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 0%;
     width: 105vw;
     height: 105vh;
     min-height: 800px;
     position: absolute;
     inset: auto;
     overflow: hidden;
}
 .swiper-slide.swiper-slide-active .slider-background-circle{
     width: 300vw;
     height: 300vw;
     transition:all 0.5s;
}
*/

/********new service slider*********/
.slider {
	position: relative;
	height: 734px;
}
.slider__slides {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider__control {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s;
	cursor: pointer;
}
.slider__control--right {
	left: 95%;
}
.slider__control:hover {
	background-color: #2da6ff;
}
.slider__control-line {
	position: absolute;
	left: 23px;
	top: 50%;
	width: 2px;
	height: 14px;
	transform-origin: 50% 0;
	transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
	transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
	left: 37px;
	transform-origin: 1px 0;
	transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
	transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e2e2e2;
	transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
	background-color: #fff;
}
.slider__control.a--rotation .slider__control-line:after {
	animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
	animation: arrowLineRotationRev 0.49s;
}
@keyframes arrowLineRotation {
	to {
		transform: rotate(180deg);
	}
}
@keyframes arrowLineRotationRev {
	to {
		transform: rotate(-180deg);
	}
}
.slide {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150vmax;
	height: 150vmax;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: clip-path 0s 0.91s;
	clip-path: circle(50px at 50% 50%);
	/* Start from the center */
}
.slide.s--prev {
	clip-path: circle(30px at 50% 50%);
	/* Collapse to the center */
}
.slide.s--active {
	z-index: 1;
	transition: clip-path 1.3s;
	clip-path: circle(120vmax at 50% 50%);

	/* Expand from the center */
}
.slide.s--active.s--active-prev {
	clip-path: circle(120vmax at 50% 50%);
	/* Ensure continuity from the center */
}
.slide__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 100vh;
	margin-left: -50vw;
	margin-top: -50vh;
	background-size: cover;
	background-position: center center;
}
.slide__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.slide__heading {
	margin-bottom: 20px;
	font-size: 60px;
}
.slide__text {
	font-size: 25px;
}
.slide__text a {
	color: inherit;
}
.heading > div {
  overflow: hidden;
}
div.heading > div {
  -webkit-animation-delay: 0;
    animation-delay: 0;
}
div.heading > div:nth-child(2) > p {
  -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

div.heading > div {
  -webkit-animation-delay: 0;
    animation-delay: 0;
}
div.heading > div:nth-child(3) > p {
  -webkit-animation-delay: 0.075s;
   animation-delay: 0.075s;
}

.s--active .slide-up {
  -webkit-animation: slide-up 0.85s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-up 0.85s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@-webkit-keyframes slide-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.main-menu_button {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    display: flex;
}
.slider-image-holder{
	height:100%;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(5deg, 5deg);
    transform-style: preserve-3d;
	transition:all 0.4s;
	transition-delay: 0.4s;
}
.slide.s--active .slider-image-holder{
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	transition:all 0.4s;
	transition-delay: 0.4s;
}
.mybtn1 {
    border-color: #D91725;
}
.mybtn1:hover {
    border-color: transparent;
}
ul.tabs li.active .common-btn {
    border-color: #D91725;
}
ul.tabs li.active .common-btn:hover {
    border-color: transparent;
}

.nav-icon{
    height:25px;
    width:32px;
    border:0px solid red;
    position: relative;
    cursor:pointer;
}
.top-line{
    width:100%;
    display:table;
    vertical-align:top;
    overflow:hidden;
}
.top-line > div{		
    display:table-cell;
    vertical-align:top;
    border-top:1px solid #f2f2f2;
    transition:all .5s;
}
.top-line > div:nth-child(2) {		
    background: #f2f2f2;
    height: 0px;
    width: 0px;
    clip-path: polygon(100% 0, 100% 17%, 50% 100%, 0 17%, 0 0, 50% 80%);		
    position: relative;
    top: -2px;
}
.nav-icon.active .top-line > div:nth-child(2){
    height: 15px;
    width: 32px;		
}
.bottom-line{
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    left: -1px;
}
.middle-line{
    border-top:1px solid #fff;
    width:calc(100% - 0px);
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    transition:all .5s;
    margin-left:-1px;
}
.nav-icon.active .middle-line{
    width: 0%;
}
.checkbox_form{
	margin-bottom: 0;
	display: flex;
}




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

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-1.8rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
  filter: invert(0);
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 46rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #D91725;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #D91725;
  background: #D91725;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: transparent !important;
  border-color: #D91725 !important;
  color: #D91725 !important;
}
.monthly_amount{
  cursor:pointer;
}
.banner-sec::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
#autowise-iframe {
    width: 100%;
    height: 1200px;
}
.mob-of {
    display: none;
    color: #D91725;
}
.cal {
    cursor: pointer;
}
.product-price p{
	font-family: 'walkway_blackregular';
}
/*=================button=================*/
.common-btn {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 24px 1fr 24px;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 42px;
    display: inline-grid;
}
.common-btn strong{
    grid-area: 1 / 2 / 2 / 3;
}
.button-hover-outline {
    border-radius: 0;
    justify-content: flex-end;
    margin: -1px;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}
.button-hover-outline:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2;
}
.button-hover-outline:nth-child(3) {
    grid-area: 1 / 2 / 2 / 3;
}
.button-hover-outline:nth-child(4) {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
    inset: 0% auto 0% 0%;
    width: 0%;
}
.solid-button-outline {
    border: 1px solid #D91725;
    border-radius: 100px;
    width: 100px;
    margin: 0;
    position: absolute;
    inset: 0%;
}
.solid-button-outline.right {
    inset: 0% auto 0% -74px;
}
.solid-button-outline.middle {
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    width: 100%;
}
.button-hover-outline{
    width: 0;
    transition-timing-function: linear;
}
.common-btn:hover .button-hover-outline{
    width: 100%;
}
.common-btn:hover .button-hover-outline:nth-child(4){
    width: 110%;
}
.button-hover-outline:nth-child(2){
    transition-duration: 0.2s;
    transition-delay: 0.7s;
}
.button-hover-outline:nth-child(3){
    transition-duration: 0.5s;
    transition-delay: 0.25s;
}
.button-hover-outline:nth-child(4){
    transition-duration: 0.2s;
    transition-delay: 0.1s;
}
.common-btn:hover .button-hover-outline:nth-child(2){
    transition-delay: 0s;
}
.common-btn:hover .button-hover-outline:nth-child(3){
    transition-delay: 0.15s;
}
.common-btn:hover .button-hover-outline:nth-child(4){
    transition-delay: 0.6s;
}
.mybtn1 .solid-button-outline{
    border-color: rgba(246, 246, 246, 0.15);
}