body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background: #090A0E;
    color: #FFFF;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
::selection {
    background-color: #124D3F;
    color: #fff;
    text-shadow: none;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/*****************header****************/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 26px 0px;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background: #090A0E;
    padding: 16px 0px;
    border-bottom: 1px solid #124D3F;
}
.header-logo {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo img {
    width: 144px;
}
.header-nav > ul{
    display: flex;
    align-items: center;
    gap: 33px;
    list-style: none;
    margin-bottom: 0;
}
.header-nav > ul > li{
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 28px;
    font-family: 'LamaSans-Medium';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover{
    color: #124D3F;
}
.header-nav > ul > li > a:hover img{
    filter: brightness(1) invert(1);
}
.header-nav > ul > li::after{
    display: none;
}
.header-btn {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0px;
	border-radius: 5px;
    border: 1px solid #124D3F;
    background-color: #124D3F;
	min-width: 200px;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
    padding-left: 0;
    border-bottom: 1px solid #ffffff5d;
}
.parent-dropdown ul li:last-child{
    border-bottom: 0;
}
.parent-dropdown ul li::after{
    display: none;
}
.parent-dropdown ul li a {
	color: #FFF;
	padding: 10px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
    opacity: 0.6;
}
.parent-dropdown:hover ul {
	top: 28px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
    cursor: pointer;
    width: 8px;
    margin-left: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
    opacity: 0.6;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
    opacity: 1;
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-btn .num-btn{
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-btn .num-btn:hover{
    color: #124D3F;
}
.header-btn .common-btn{
    background-color: #124D3F;
    position: relative;
}
.header-btn .common-btn:hover .border-anim circle {
    stroke-dashoffset: 0;
}
/*****mobile-menu*****/
.header-nav-wrap {
    display: flex;
    align-items: center;
    gap: 33px;
}
.menu-btn {
    padding: 9px 28px 9px 54px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 28px;
    font-family: 'LamaSans-Medium';
    width: 125px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    border: 1px solid #124D3F;
    background: #090A0E;
    display: flex;
    align-items: center;
}
.menu-btn svg {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
}
.menu-btn svg rect {
    fill: none;
    stroke: #fff;
    stroke-width:1;
}
.header-navbar.active .menu-btn{
    opacity: 0;
}
.menu-btn span{
    position: relative;
}
.menu-btn span:nth-child(1)::after {
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: -5px;
    right: 55px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2)::after {
    width: 12px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 0px;
    right: 61px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3)::after {
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 5px;
    right: 55px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active span:nth-child(2)::after{
    opacity: 0;
}
.menu-btn.active span:nth-child(1)::after {
    transform: rotate(45deg);
    top: 0;
}
.menu-btn.active span:nth-child(3)::after {
    transform: rotate(-45deg);
    top: 0;
}
.mobile-menu .mobile-menu-wrapper {
    opacity: 0;
}
.mobile-menu-active .mobile-menu-wrapper{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.mobile-menu {
    position: absolute;
    top: 0;
    left: -12px;
    height: 25px;
    width: 25px;
    z-index: 98;
    background: #D9D9D9;
    pointer-events: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
}
.mobile-menu-active {
    pointer-events: all;
    height: 620px;
    width: 280px;
    border-radius: 30px;
    padding: 107px 22px 22px;
    opacity: 1;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 400px;
}
.mobile-menu-wrap.active ul{
    opacity: 0;
}
.mobile-menu ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.mobile-menu ul::-webkit-scrollbar-track {
    background: #124D3F;
    border-radius: 5px;
}
.mobile-menu ul::-webkit-scrollbar-thumb {
    background: #090A0E;
    border-radius: 5px;
    border: 1px solid #124D3F;
    transition: 0.6s ease-in-out;
}
.mobile-menu  .mobile-menu-wrap > ul > li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;   
    border-bottom: none;
}
.mobile-menu  .mobile-menu-wrap > ul > li {
    color: #090A0E;
    display: table;
    padding: 0px 0px;
    font-size: 3.2rem;
    line-height: normal;
    padding-bottom: 19px;
    margin-bottom: 19px;
    display: block;
    border-bottom: 1px solid rgba(9, 10, 14, 0.05);
}
.mobile-menu  .mobile-menu-wrap > ul > li > a strong{
    font-size: 2.4rem;
    line-height: normal;
    font-weight: normal;
}
.mobile-menu  .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a {
    color: #090A0E;
    font-family: 'Epilogue-Black';
}
.mobile-menu  .mobile-menu-wrap > ul > li > a:hover {
    color: #124D3F;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(9, 10, 14, 0.50);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu-wrap ul{
    margin: 0;
    padding: 0;
}
.mobile-menu-wrap ul li{
    margin: 0;
    padding: 0;
}
.mobile-menu-btn .common-btn {
    width: 100%;
    background: #124D3F;
    margin-top: 50px;
}
/* ------------- HOME PAGE START HERE -------------- */
/* home-banner-sec */
.home-banner-sec {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.home-banner-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.mobile-video-banner{
    display: none;
}
.desktop-video-banner.banner_background_video2 {
    width: 100% !important;
    height: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}
.desktop-video-banner.banner_background_video2 .my-player2-dimensions{
    width: 100% !important;
    height: 100% !important;    
}
.desktop-video-banner.banner_background_video2 video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.home-banner-video {
    height: 946px;
    overflow: hidden;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-banner-wrap {
    padding-top: 250px;
}
.marquee-row {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}
.marquee-row.left-to-right .marquee-item:nth-child(odd){
    min-width: 630px;
}
.marquee-row.left-to-right .marquee-item:nth-child(even){
    min-width: 310px;
}
.marquee-row.right-to-left .marquee-item:nth-child(even){
    min-width: 630px;
}
.marquee-row.right-to-left .marquee-item:nth-child(odd){
    min-width: 310px;
}
.marquee-row .marquee-item{
    padding: 0;
    margin: 0;
    height: 370px;
}
.marquee-row .marquee-item img{
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}
.home-gallery-wrap {
    padding-top: 96px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.home-gallery-wrap::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.00) 0%, #0A0A0F 100%);
    width: 100%;
    height: 328px;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
/*****usp-marquee-sec*****/
.usp-marquee-sec{
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    background: #F5F5F5;
    padding-top: 90px;
    padding-bottom: 73px;
}
.usp-marquee-sec .container{
    overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
    gap: 94px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 94px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li img{
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0);
}
.usp-marquee-wrap ul li:hover img{
    opacity: 1;
    filter: brightness(1);
}
.usp-marquee-wrap ul li::after {
    display: none;
}
/* home-service-sec */
.home-service-sec{
    padding-bottom: 117px;
    background-color: #F5F5F5;
    position: relative;
}
.home-service-wave {
    position: absolute;
    bottom: 0;
    right: auto;
    pointer-events: none;
    height: auto;
    left: 0;
    display: none;
}
.home-service-heading{
    padding-top: 90px;
    padding-bottom: 99px;
    border-top: 1px solid #D4D4D4;
    position: relative;
    z-index: 1;
}
.home-service-text h2{
    color: #090A0E;
}
.home-service-btn {
    text-align: right;
}
.home-service-btn .common-btn{
   color: #090A0E; 
}
.home-service-btn .common-btn:hover{
   color: #FFF; 
}
.home-service-wrap .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    position: relative;
    z-index: 1;
}
.each-service{
    border-radius: 20px;
    background: #FFF;
    height: 480px;
    padding: 36px 28px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    overflow: hidden;
    position: relative;
}
.each-service:hover{
    background-color: #090A0E;
}
.each-service-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.each-service-text{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;  
    min-height: 365px;
}
.each-service:hover .each-service-text {
    min-height: 217px;
}
.each-service-wave{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 100%;
    height: 100%;
}
.each-service-wave img{
    height: 100%;
}
.each-service:hover .each-service-wave{
    opacity: 1;
}
.each-service-text h4{
    color: #090A0E;
    margin-bottom: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text p{
    color: #090A0E;
    margin-bottom: 40px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service:hover .each-service-text h4,
.each-service:hover .each-service-text p{
    color: #FFFFFF;
}
.each-service:hover .common-btn{
    color: #FFF;
}
.service-btn .common-btn{
    color: #090A0E;
}
.service-btn .common-btn:hover{
    color: #FFF;
}
.home-service-main .home-service-wave {
    right: 0;
    left: auto;
}
/* home-counter-sec */
.home-about-sec{
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}
.home-counter-wave {
    position: absolute;
    left: 50%;
    top: 0;
    pointer-events: none;
    transform: translateX(-50%);
}
.home-about-heading{
    padding-bottom: 66px;
    position: relative;
    z-index: 1;
}
.home-about-heading h2{
    margin: 0 auto;
}
.home-about-heading p{
    margin-bottom: 0;
    margin-top: 36px;
}
.each-counter {
    border-radius: 10px;
    background-color: #0B0B11;
    position: relative;
    padding: 44px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
}
.each-counter::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #124d3f 0%,#873f29 50%,#0b0b11 100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.each-counter h2::after{
    display: none;
}
.each-counter p{
    margin: 0;
}
.home-counter-wrap .row .col-md-3:nth-child(odd) .each-counter::after{
    background: linear-gradient(to top, #124d3f 0%,#873f29 50%,#0b0b11 100%);    
}
.home-counter-wrap .row{
    --bs-gutter-x: 12px;
    --bs-gutter-y: 0;
    position: relative;
    z-index: 1;
}
.each-about-item{
    border-radius: 10px;
    overflow: hidden;
    height: 420px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-item img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-item:hover img{
    transform: scale(1.1);
}
.home-about-wrap{
    padding-top: 40px;
}
/* why-choose-sec */
.why-choose-sec{
    position: relative;
    padding-bottom: 150px;
    overflow: hidden;
}
.why-choose-sec .row{
    position: relative;
    z-index: 1;
}
.why-choose-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.why-choose-sec .row .col-lg-6:first-child{
    width: 46%;   
}
.why-choose-sec .row .col-lg-6:last-child {
    width: 54%;
    margin-left: auto;
}
.why-choose-heading h3{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}
.why-choose-wrap{
    position: relative;
}
.why-slider-wave {
    position: absolute;
    top: 46px;
    left: -7%;
    pointer-events: none;
    display: none;
}
.why-choose-item{
    position: relative;
    border-radius: 10px;
    height: 475px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-choose-img{
    height: 100%;
    width: 100%;
}
.why-choose-img img{
    height: 100%;
    object-fit: cover;
}
.why-choose-item:hover::after{
    opacity: 0;
}
.why-choose-item:hover::before{
    height: 100%;
}
.why-choose-item::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(9, 10, 14, 0.50) 0%, rgba(9, 10, 14, 0.50) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-choose-item::before{
    position: absolute;
    content: "";
    background: #FFF;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.why-choose-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-choose-text h4{
    margin-bottom: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.why-choose-text p{
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.why-choose-num h3{
    color: #FFF;
    font-family: 'Lora-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-choose-item:hover h4{
    color: #090A0E;   
}
.why-choose-item:hover p,
.why-choose-item:hover h3{
    color: #000;
}
.why-slider-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    padding-bottom: 39px;
}
.why-slider-ctr {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: end;
}
.why-slider-ctr .common-arrow{
    position: relative;
    left: unset;
    right: unset;
}
/**blogs**/
.home-blog-sec{
    background-color: #F5F5F5;
    padding-top: 105px;
    padding-bottom: 76px;
}
.home-blog-heading h2{
    text-align: center;
    color: #090A0E;
    margin: 0 auto;
    margin-bottom: 86px;
}
.home-blog-slider .each-blog-info h6{
    color: rgba(9, 10, 14, 0.70);
}
.home-blog-slider .each-blog-info h4{
    color: #090A0E;
}
.home-blog-slider .each-blog-info p{
    color: #090A0E;
    margin-bottom: 15px;
}
.home-blog-slider .each-blog-info .blog-btn{
    color: #090A0E;
    margin-top: 0;
}
.home-blog-slider .each-blog-info .blog-btn::after {
    background-image: url(../images/blog-btn1.svg);
}
.blog-top {
    padding: 225px 0 112px;
    position: relative;
    overflow: hidden;
}
.blog-top-mark {
    position: absolute;
    right: 0;
    top: 10%;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.home-blog-heading h2::after {
    z-index: 0;
}
.blog-top-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.blog-title {
    margin-bottom: 80px;
}
.each-blog-part {
    transition: all 0.5s;
}
.each-blog-info h6 {
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
}
.each-blog-info h4 {
    margin: 12px 0 10px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-blog-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-blog-info {
    margin-top: 22px;
}
.each-blog-img{
    height: 222px;
    width: 100%;
    overflow: hidden;
}
.each-blog-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-blog-info .blog-btn {
    position: relative;
    color: #fff;
    font-family: 'LamaSans-Medium';
    display: inline-flex;
    padding-right: 30px;
    transition: 0.5s;
    text-decoration: underline;
    margin-top: 8px;
}
.each-blog-info .blog-btn::after {
    content: '';
    position: absolute;
    background-image: url(../images/blog-btn.svg);
    background-size: 12px;
    height: 12px;
    width: 12px;
    right: 8px;
    bottom: 5px;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
}
.each-blog-part:hover .blog-btn {
    color: #124D3F;
}
.each-blog-part:hover .blog-btn::after {
    background-image: url(../images/blog-hover-btn.svg);
}
.blog-part .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.blog-part .row {
    margin-left: -30px;
    margin-right: -30px;
    row-gap: 70px;
}
/* home-box-sec */
.home-box-sec {
    background-color: #F5F5F5;
    padding-top: 132px;
    padding-bottom: 82px;
}
.home-box-wrap{
    border-radius: 20px;
    background: #090A0E;
    position: relative;
    z-index: 1;
}
.home-box-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.home-box-wave img{
    height: auto;
}
.home-box-wave1 {
    position: absolute;
    top: -18%;
    left: -8%;
    pointer-events: none;
    display: none;
}
.home-box-wrap .row{
    position: relative;
    z-index: 1;   
}
.home-box-text {
    padding: 120px 120px 76px 80px;
}
.home-box-text h2 svg {
    left: 0;
    transform: unset;
}
.home-box-text p{
    margin: 60px 0;
}
.home-box-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 730px;
}
/* home-box-sec */
.review-sec {
    background-color: #F5F5F5;
    padding-bottom: 144px;
    margin-bottom: -24px;
}
/* footer-area */
.footer-area{
    border-radius: 30px 30px 0 0;
    background: #090A0E;
    position: relative;
    overflow: hidden;
    padding-top: 64px;
}
.ft-wave{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.ft-logo img{
    width: 144px;
}
.ft-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.ft-menu h6{
    color: #E4F0FC;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 20px;
}
.ft-menu ul li{
    padding: 0;
    color: rgba(255, 255, 255, 0.70);
}
.ft-menu ul li::after{
    display: none;
}
.ft-menu ul li a{
    color: rgba(255, 255, 255, 0.70);   
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-menu ul li a:hover{
    color: #FFF;
}
.ft-menu-contact ul li:first-child{
    margin-bottom: 10px;
}
.ft-social-icons ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.ft-social-icons ul li a img{
    width: 20px;
}
.ft-social-icons ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(22%) sepia(51%) saturate(581%) hue-rotate(115deg) brightness(95%) contrast(94%);
}
.ft-marque {
    overflow: hidden;
    padding: 40px 0;
    margin-top: 107px;
    margin-bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.ft-usp-marquee {
	display: flex;
	width: max-content;
    gap: 94px;
}
.ft-usp-marquee ul{
    display: flex;
    align-items: center;
    gap: 94px;
    padding: 0;
    margin: 0;
}
.ft-usp-marquee ul li {
    padding: 0;
    margin: 0;
}
.ft-usp-marquee ul li img{
    opacity: 0.5;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-usp-marquee ul li:hover img{
    opacity: 1;
    filter: unset;
}
.ft-usp-marquee ul li::after {
    display: none;
}
.ft-privacy-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ft-privacy-wrap p{
    margin: 0;
    color: #E4F0FC;
    font-size: 1.4rem;
    line-height: 28px;
}
.ft-privacy-wrap p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #E4F0FC;
}
.ft-privacy-wrap p a:hover{
    color: #124D3F;
}
/* ------------- HOME PAGE END HERE -------------- */
/* ------------- PROJECTS PAGE START HERE -------------- */
/* project-sec */
.project-sec {
    padding-top: 226px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.project-wave1{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.project-wave2 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.project-heading{
    margin-bottom: 109px;
}
.project-item{
    border-radius: 20px;
    overflow: hidden;
    min-height: 470px;
    height: 100%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.project-img {
    height: 100%;
    width: 100%;
    transform: rotateY(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-img img{
    height: 100%;
    object-fit: cover;
}
.project-text {
    padding: 46px 38px;
    background-color: #FFF;
    height: 100%;
    width: 100%;
    transform: rotateY(-180deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.project-item:hover  .project-img {
    transform: rotateY(180deg);
}
.project-item:hover .project-text {
    transform: rotateY(0deg);
    z-index: 1;
}
.project-text h4{
    color: #090A0E;
    margin-bottom: 15px;
}
.project-text p{
    color: #090A0E;
    margin-bottom: 0;
}
.project-wrap .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.project-logo {
    position: absolute;
    top: 40px;
    left: 40px;
}
.project-logo img {
    width: 90px;
}
.project-img-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
/* project-box-sec */
.project-box-sec {
    padding-top: 271px;
    padding-bottom: 126px;
    border-radius: 40px 40px 0 0;
}
/* ------------- PROJECTS PAGE END HERE -------------- */
.project-sec.project-home-section {
    padding-top: 80px;
}
/* ------------- OVER YANSE PAGE START HERE ------------- */
.over-ons-sec {
    padding-top: 247px;
    overflow: hidden;
    position: relative;
}
.over-ons-wrap{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.over-ons-slider{
    padding-top: 93px;
}
.over-ons-item{
    height: 500px;
    width: 100%;
    border-radius: 30px;
    padding: 16px;
    position: relative;
    border: 2px solid #FFF;
}
.over-ons-item img{
    border-radius: 15px;  
    height: 100%;  
    object-fit: cover;
}
.over-ons-slider .swiper .swiper-wrapper{
    transition-timing-function: linear !important;
}
.over-ons-marque{
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}
.over-ons-marque .container{
    overflow: hidden;
}
/* over-about-sec */
.over-about-bg{
    background-color: #F5F5F5;
}
.over-about-sec1 {
    border-radius: 40px 40px 0px 0px;
    padding-top: 74px;
}
.over-about-sec2 {
    padding: 110px 0;
}
.over-about-sec3 {
    padding-bottom: 159px;
}
.over-about-text h2{
    width: auto;
    color: #090A0E;
    margin-bottom: 44px;
}
.over-about-text h2 svg{
    width: 255px;
}
.over-about-text li {
    color: #090A0E;
}
.over-about-text p{
    color: #090A0E;
}
.over-about-text p:last-child{
    margin-bottom: 0;
}
.over-about-img-wrap{
    position: relative;
}
.over-about-img {
    position: relative;
    z-index: 1;
}
.over-about-img-layer {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.over-about-bg .row{
    --bs-gutter-x: 85px;
    --bs-gutter-y: 0;
}
.over-middle-wrap{
    position: relative;
}
.over-middle-layer {
    position: absolute;
    left: 0;
    top: -128px;
    display: none;
}
.over-middle-img {
    border-radius: 15px;
    overflow: hidden;
    width: 442px;
    height: 298px;
    margin-left: auto;
    position: relative;
}
.over-middle-img1{
    margin-right: auto;
    margin-left: unset;
}
.over-middle-layer1 {
    right: 0;
    left: unset;
}
@property --angle {
	syntax: '<angle>';
	inherits: true;
	initial-value: 0deg;
}
.over-box-wrap{
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-top: 9px;
    padding: 84px 34px 15px;
	--angle: 0deg;
    background:
      linear-gradient(#090A0E, #090A0E) padding-box,
      conic-gradient(
        from var(--angle),
        transparent 0%,
        #873f29 10%,
        #124d3f 40%,
        #873f29 50%,
        transparent 60%,
        transparent 100%
      ) border-box;
	border: 2px solid transparent;
	-webkit-animation: rotate-gradient 6s infinite linear;
	animation: rotate-gradient 6s infinite linear;
}
@-webkit-keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}
@keyframes rotate-gradient {
	from { --angle: 0deg; }
	to { --angle: 360deg; }
}
.over-box-wrap .row{
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.over-box-heading h2{
    margin: 0 auto;
    margin-bottom: 74px;
}
.over-box-item{
    padding: 58px 35px 26px;
    height: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #090A0E;
}
.over-box-item::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #090A0E 0%,#124d3f 100%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.over-box-item img{
    margin-bottom: 32px;
}
.over-box-item h4{
    margin-bottom: 14px;
}
.over-box-item p{
    margin-bottom: 0px;
}
/* over-box-sec */
.project-box-sec {
    padding: 250px 0 118px;
    border-radius: 0;
}
/* ------------- OVER YANSE PAGE END HERE ------------- */
/********************blogs********************/
/****inner-home-box****/
.inner-home-box {
    /* border-radius: 40px 40px 0 0; */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    padding-top: 271px;
}
/********************google-voertuigen********************/
/****google-voertuigen-top-block****/
.google-voertuigen-top-block {
    position: relative;
    padding: 200px 0 70px;
}
.google-voertuigen-top-block-mark {
    position: absolute;
    right: 0;
    top: 18%;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.google-voertuigen-top-block-ellipse {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.google-voertuigen-title {
    text-align: center;
    max-width: 855px;
    margin: 0 auto;
}
.google-voertuigen-title p {
    margin-top: 50px;
}
.each-google-voertuigen-top-wrap-img img {
    border-radius: 15px;
    overflow: hidden;
}
.each-google-voertuigen-top-wrap .col-lg-7 {
    width: 53%;
}
.each-google-voertuigen-top-wrap .col-lg-5{
    width: 47%;
}
.each-google-voertuigen-top-wrap-info {
    padding-left: 40px;
}
.each-google-voertuigen-top-wrap .row.flex-row-reverse .each-google-voertuigen-top-wrap-info {
    padding-left: 0;
    padding-right: 40px;
}
.each-google-voertuigen-top-wrap-info li h6 {
    font-size: 1.6rem;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 3px;
}
.each-google-voertuigen-top-wrap-info h2 {
    margin-bottom: 50px;
}
.each-google-voertuigen-top-wrap-info h2 svg{
    left: 30px;
    transform: unset;
}
.each-google-voertuigen-top-wrap-info ul {
    margin-bottom: 20px;
}
.each-google-voertuigen-top-wrap-info li {
    margin-bottom: 24px;
}
.each-google-voertuigen-top-wrap-info .common-btn {
    margin-top: 15px;
}
.each-google-voertuigen-top-wrap-info  p a{
    color: #124D3F;
}
.each-google-voertuigen-top-wrap-info  p a:hover{
    color: #FFF;
}
.google-voertuigen-top-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 120px;
}
.each-google-voertuigen-top-wrap .each-google-voertuigen-top-wrap-info h4 {
    margin-bottom: 10px;
}
.each-google-voertuigen-top-wrap .each-google-voertuigen-top-wrap-info em {
    font-style: normal;
    color: #124D3F;
}
.google-voertuigen-first-block,
.google-voertuigen-second-block,
.google-voertuigen-third-block,
.google-voertuigen-fourth-block {
    padding-bottom: 120px;
}
.google-voertuigen-title h2 svg{
    left: 50%;
    transform: translateX(-50%);
}
/****google-voertuigen-blog-sec****/
.google-voertuigen-blog-sec {
    padding-top: 27px;
}
/****form-sec****/
.form-sec {
    background-color: #F5F5F5;
    padding-top: 38px;
}
.form-wrap {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 102px;
    position: relative;
    z-index: 1;
}
.form-left-title h2,
.form-left-title li {
    color: #090A0E;
}
.form-left-title h2 svg {
    width: 180px;
    left: 40px;
    transform: unset;
}
.form-img img {
    border-radius: 10px;
    overflow: hidden;
}
.form-left-title h2::after {
    z-index: 0;
    bottom: -34px;
}
.form-left-title ul {
    margin: 67px 0 38px;
}
.form-left-title li {
    margin-bottom: 26px;
}
.form-left {
    padding-right: 37px;
}
.form-block {
    padding-left: 58px;
}
.form-block .form-group {
	margin-bottom: 30px;
}
.form-block .form-group label {
    color: #090A0E;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 8px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-family: 'LamaSans-Medium';
    color: #090A0E;
    font-size: 1.4rem;
    padding: 11px 24px;
    line-height: 28px;
	background-color: #F5F5F5;
}
.form-block .form-style:placeholder {
	color: #090A0E;
}
.form-block .form-style:-ms-input-placeholder {
	color: #090A0E;
}
.form-block .form-style::placeholder {
	color: #090A0E;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: #090A0E;
}
.form-block .form-style:focus {
    box-shadow: none;
	border: 1px solid #124D3F;
    color: #090A0E;
    background-color: #F5F5F5;
}
.form-block .form-style:focus::placeholder {
    color: #090A0E;
}
.form-block textarea.form-style {
    height: 130px;
}
.form-block .form-btn {
    margin-top: 8px;
}
.form-block .form-btn .common-btn {
    color: #090A0E;
}
.form-block .form-btn .common-btn:hover {
    color: #fff;
}
/****faq-block****/
.faq-block {
    background-color: #F5F5F5;
    position: relative;
    padding: 110px 0 65px;
}
.acc-block li::after {
    display: none;
}
.acc-block {
    position: relative;
}
.acc-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 1146px;
    margin: 0 auto;
}
.acc-block h4 {
    cursor: pointer;
    padding-right: 40px;
    color: #090A0E;
    position: relative;
}
.acc-block p {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 1080px;
    width: 100%;
    color: #090A0E;
    padding-right: 60px;
}
.acc-block li {
    border-radius: 0;
    padding: 34px 10px 26px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 1px solid #D4D4D4;
}
.acc-block li:last-child {
    border-bottom: 1px solid #D4D4D4;
}
.acc-block li>*:not(:first-child) {
    display: none;
}
.acc-block li h4::after {
    position: absolute;
    height: 42px;
    width: 42px;
    border: 1px solid #124D3F;
    background-image: url(../images/acc-up-arrow.svg);
    background-size: 15px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
}
.show_accordian h4::after {
    /* background-image: url(../images/acc-down-arrow.svg) !important; */
    top: 50% !important;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    transform: rotate(180deg) !important;
    top: -8px !important;
}
/********************contact-version1********************/
.contact-form {
    background-color: #090A0E;
    padding: 253px 0 156px;
    position: relative;
}
.contact-form-ellipse {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.contact-form-title {
    text-align: center;
    margin-bottom: 95px;
    position: relative;
    z-index: 1;
}
.contact-form-title h1 em::after {
    z-index: 0;
}
/****contact-map-info****/
.contact-map-info {
    background-color: #F5F5F5;
    padding-bottom: 83px;
}
.each-contact-info-title h2 {
    color: #090A0E;
}
.each-contact-info-title h2::after {
    z-index: 0;
}
.contact-map-info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    border-top: 1px solid #D4D4D4;
    padding-top: 33px;
}
.each-contact-info-title a {
    color: rgba(9, 10, 14, 0.5);
    font-size: 3.2rem;
    font-family: 'Lora-Regular';
}
.each-contact-info-title a strong {
    font-family: 'Epilogue-Black';
    /* font-size: 3.2rem; */
    color: #090A0E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-info-title a:hover,
.each-contact-info-title a strong:hover {
    color: #124D3F;
}
.contact-map-new {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-top: 64px;
    overflow: hidden;
    padding: 4px;
}
.contact-map {
    height: 719px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}
.contact-map-new::after {
    position: absolute;
    content: "";
    --angle: 0deg;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(#F5F5F5, #F5F5F5) padding-box,
      conic-gradient(
        from var(--angle),
        transparent 0%,
        #873f29 10%,
        #9B4DFF 40%,
        #873f29 50%,
        transparent 60%,
        transparent 100%
      ) border-box;
    border-radius: 20px;
    border: 2px solid transparent;
    -webkit-animation: rotate-gradient 6s infinite linear;
    animation: rotate-gradient 6s infinite linear;
}
/********************contact-version2********************/
/****form-contact****/
.form-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    border-top: 1px solid #D4D4D4;
    margin-top: 38px;
    padding-top: 35px;
}
.form-contact-call a {
    font-size: 3.2rem;
    color: #090A0E;
    font-family: 'Epilogue-Black';
}
.form-contact-mail a {
    color: rgba(9, 10, 14, 0.5);
    font-size: 3.2rem;
    font-family: 'Lora-Regular';
}
.form-contact-call a:hover,
.form-contact-mail a:hover {
    color: #124D3F;
}
/****contact-version2-usp****/
.contact-version2-usp {
    background-color: transparent;
    border-radius: 0;
    padding-bottom: 0;
}
/********************masterclass********************/
.masterclass-block {
    position: relative;
    padding: 234px 0 140px;
}
.masterclass-mark {
    position: absolute;
    right: 0;
    top: 3%;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.masterclass-top-ellipse {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -2;
}
.masterclass-title {
    max-width: max-content;
    margin: 0 auto 180px;
}
.each-masterclass-block-img {
    border-radius: 20px;
    background-color: #090A0E;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    position: relative;
    height: 100%;
    min-height: 500px;
}
.masterclass-block .each-masterclass-block-img > img {
    width: 100%;
}
.masterclass-block .each-masterclass-block-img {
    padding: 0;
}
.masterclass-block-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.masterclass-block-ellipse img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    margin-left: auto;
    display: table;
}
.each-masterclass-block .col-lg-5 {
    width: 47%;
}
.each-masterclass-block .col-lg-7 {
    width: 53%;
}
.each-masterclass-block-info {
    padding-left: 135px;
}
.each-masterclass-block-info p {
    max-width: 800px;
    width: 100%;
}
.each-masterclass-block-info p {
    max-width: 470px;
    width: 100%;
}
.each-masterclass-block-info h3 {
    margin-bottom: 16px;
}
.each-masterclass-block .row.flex-row-reverse .each-masterclass-block-info {
    padding-left: 0;
    padding-right: 135px;
}
.each-masterclass-block {
    margin-bottom: 149px;
}
.each-masterclass-block:last-child {
    margin-bottom: 0;
}
/********************expertise********************/
/****expertise-service-sec****/
.expertise-service-sec {
    background-color: #090A0E;
    padding-top: 136px;
    padding-bottom: 130px;
}
.expertise-service-sec .home-service-text h2 {
    color: #fff;
}
.expertise-service-sec .home-service-heading {
    border-top: 0;
    padding-bottom: 135px;
}
/********************vacature-detail********************/
/****vacature-detail-top****/
.vacature-detail-top .google-voertuigen-title h2::after {
    bottom: -30px;
}
.vacature-detail-top .google-voertuigen-top-block-mark{
    display: none;
}
/****vacature-dtl-slider-sec****/
.vacature-dtl-slider-sec {
    background-color: #F5F5F5;
}
.vacature-dtl-title h2 {
    color: #090A0E;
    max-width: max-content;
    margin: 0 auto 78px;
}
.vacature-dtl-title h2::after {
    z-index: 0;
}
.vacature-dtl-first-block,
.vacature-dtl-second-block {
    padding-bottom: 118px;
}
/********************recuirment********************/
/****dtl-faq-block****/
.dtl-faq-block {
    padding-top: 25px;
}
.dtl-faq-block .faq-block-title h2 {
    color: #090A0E;
    max-width: max-content;
    margin: 0 auto 85px;
}
.dtl-faq-block .faq-block-title h2::after {
    z-index: 0;
}
/********************introductie-tiktok-automotive-ads********************/
/****introductie-tiktok-top-block****/
.introductie-tiktok-top-block {
    padding-bottom: 70px;
}
/****introductie-mid-block****/
.introductie-mid-block {
    padding-bottom: 140px;
}
.introductie-mid-block .each-google-voertuigen-top-wrap-info h6 {
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    font-family: 'LamaSans-SemiBold';
}
.introductie-mid-block .each-google-voertuigen-top-wrap-info p em {
    text-decoration: underline;
}
/****introductie-tiktok-block-sec****/
.introductie-tiktok-block-sec {
    padding: 45px 0 173px;
}
.each-introductie-tiktok-block-img-wrap {
    position: relative;
    min-height: 429px;
}
.each-introductie-tiktok-block-img-layer {
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}
.each-introductie-tiktok-block-img {
    position: relative;
    z-index: 1;
    max-width: 211px;
    margin: 0 auto;
}
.introductie-tiktok-block-wrap .col-lg-4 {
    padding-left: 46px;
    padding-right: 46px;
}
.introductie-tiktok-block-wrap .row {
    margin-left: -46px;
    margin-right: -46px;
}
.introductie-tiktok-block-title {
    max-width: max-content;
    margin: 0 auto 73px;
    text-align: center;
}
.introductie-tiktok-block-title h2 {
    max-width: max-content;
    margin: 0 auto;
}
.introductie-tiktok-block-title h2::after {
    bottom: -30px;
}
.each-introductie-tiktok-block-info {
    text-align: center;
    margin-bottom: 70px;
}
.each-introductie-tiktok-block h6 {
    text-align: center;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    max-width: 275px;
    margin: 30px auto 0;
}
.introductie-tiktok-block-title p {
    margin-top: 48px;
}
.each-introductie-tiktok-block-info h4 {
    margin-bottom: 26px;
}
.introductie-tiktok-first-block {
    padding-bottom: 120px;
}
.introductie-tiktok-second-block {
    padding-bottom: 124px;
}
/********************social-media********************/
/****social-media-block****/
.each-social-media-img {
    max-width: 361px;
    margin: 0 auto;
    height: 610px;
    z-index: 1;
    position: absolute;
}
.each-social-media-img img {
    height: 100%;
    object-fit: cover;
}
.social-media-block .each-masterclass-block-img {
    overflow: visible;
}
.social-media-block .masterclass-title h2 {
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
}
.social-media-block .each-masterclass-block-info .common-btn {
    margin-top: 10px;
}
.each-social-img-last {
    position: relative;
}
.social-img-ellipse {
    position: absolute;
    bottom: 16px;
    left: -30px;
    pointer-events: none;
}
/****social-media-slider-sec****/
.social-media-slider-sec {
    background-color: #F5F5F5;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    padding: 90px 0 0;
}
.social-media-slider-title {
    margin-bottom: 81px;
}
.social-media-slider-title h2 {
    color: #090A0E;
    max-width: max-content;
    margin: 0 auto;
}
.social-media-slider-title h2::after {
    z-index: 1;
    bottom: -25px;
}
.each-social-media-slider-img {
    border-radius: 40px;
    border: 1px solid rgba(9, 10, 14, 0.20);
    overflow: hidden;
    padding: 16px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 500px;
}
.each-social-media-slider-img:hover{
    border-color: #124D3F;
}
.each-social-media-slider-img img {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.social-media-slider {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 84px;
}
/********************google-ads********************/
/****google-ads-block****/
.google-ads-block .each-google-ads-img {
    height: 310px;
    max-width: 735px;
}
.google-ads-block .each-social-media-img {
    max-width: 400px;
    height: auto;
    position: absolute;
    /* right: 0; */
}
.google-ads-block .each-social-media-img img {
    height: auto;
    width: 100%;
}
.google-ads-block .each-masterclass-block-img {
    position: relative;
}
.google-ads-block .each-masterclass-block-info li h6 {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'LamaSans-SemiBold';
}
/********************SEO-optimalisatie********************/
/****seo-block****/
.seo-block .each-social-media-img {
    /* max-width: 100%; */
    width: 70%;
    height: auto;
}
.seo-block .each-social-media-img img {
    width: 100%;
}
.seo-block .each-social-media-img.each-social-img-last{
    width: 50%;
}
/********************E-mailmarketing********************/
/****email-marketing-block****/
.email-marketing-block .each-social-media-img {
    max-width: 350px;
    height: auto;
}
.email-marketing-block .each-social-media-img img {
    width: 100%;
}
/* ===== STEP FORM PAGE START ===== */
.step-form-warp {
    position: fixed;
    z-index: 999;
    background-color: #090A0E;
    width: 646px;
    right: -200vw;
    top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-height: 532px;
    transform: translateY(-50%);
}
.step-form-active {
	right: 0;
}
.form-progress-bar {
	height: 10px;
    background: rgba(255, 255, 255, 0.15);
}
.form-progress-bar span {
	display: block;
	background-color: #124D3F;
	width: 20%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.body-blur {
	height: 100vh;
    width: 100vw;
    background: rgba(9, 10, 14, 0.80);
    position: fixed;
    z-index: 998;
    top: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.body-blur-active {
	opacity: 1;
	pointer-events: all;
}
.inner-step-wrap {
    height: 100%;
    padding: 60px 90px 70px;
    position: relative;
}
.step-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-bottom: 27px;
}
.step-form-close {
    border: 1px solid #FFFFFF;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.step-form-close:hover{
    background-color: #124D3F;
    border-color: #124D3F;
}
.step-form-logo img{
    width: 70px;
}
.step-form-item h6 {
    margin-bottom: 26px;
    line-height: 24px;
    display: flex;
    align-items: start;
    gap: 6px;
}
.step-form-item h6 strong{
    font-weight: normal;
    color: #124D3F;
}
.step-form-item h6 em{
    font-style: normal;
}
.form-label-underline label {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.25);
    padding-bottom: 13px;
    margin-bottom: 16px;
}
.form-label-underline label:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.step-form-label label{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.step-form-label label strong{
    font-weight: normal;
}
.step-popup-btn {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step-form-label label input {
	position: absolute;
	left: -9999px;
}
.step-form-label input:checked + strong:before {
	box-shadow: inset 0 0 0 2px #F5F5F7;
	background-color: #124D3F;
}
.step-form-label strong {
	font-weight: normal;
	display: flex;
	align-items: center;
	transition: 0.1s ease;
}
.step-form-label strong:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #F5F5F7;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 15px;
	transition: 0.1s ease;
	box-shadow: inset 0 0 0 0 #124D3F;
}
.step-form-label {
    overflow-y: auto;
    height: 230px;
}
.step-form-label::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.step-form-label::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}
.step-form-label::-webkit-scrollbar-thumb {
    background: #124D3F;
    border-radius: 5px;
    border: 1px solid #124D3F;
    transition: 0.6s ease-in-out;
}
.fill-btn{
    background-color: #124D3F;
}
.form-label-square label{
    color: #FFFFFF;
    font-family: 'LamaSans-Medium';
    border-radius: 10px;
    padding: 9px 15px;
    border: 1px solid #2C2C2C;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.form-label-square strong:before {
    margin-right: 10px;
}
.form-label-square label:hover{
    border: 1px solid #124D3F;    
}
.form-label-square label:has(input:checked) {
    border-color: #124D3F;
}
.form-label-react label{
    color: #FFFFFF;
    font-family: 'LamaSans-Medium';
    border-radius: 10px;
    padding: 9px 15px;
    border: 1px solid #2C2C2C;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: inline-flex;
    margin-right: 46px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.form-label-react strong:before {
    margin-right: 10px;
    border-radius: 3px;
}
.form-label-react label:hover{
    border: 1px solid #124D3F;    
}
.form-label-react label:has(input:checked) {
    border-color: #124D3F;
}
/* ===== STEP FORM PAGE END ===== */
/* ===== THANK YOU PAGE START ===== */
.thank-you-sec .home-banner-text h1{
    font-family: 'Sansation-Bold';
    margin-bottom: 23px;
}
.thank-you-sec .home-gallery-wrap {
    padding-top: 42px;
    padding-bottom: 42px;
}
/* ===== THANK YOU PAGE END ===== */
/* ===== POPUP CSS START HERE ===== */
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content-wrap .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.modal-area .modal-content-wrap {
    border-radius: 0px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 45.7%;
}
.modal-content .col-lg-7 {
    width: 53.3%;
}
.modal-area .popup-content {
    padding: 80px 72px;
    overflow: hidden;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: #090A0E;
}
.modal-area .pop-up-image {
	height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    height: 45px;
    width: 45px;
    background-color: #E73C3A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    display: none;
}
.popup-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.popup-inner-content{
    position: relative;
    z-index: 1;
}
.popup-inner-content img {
    width: 79px;
    margin-bottom: 35px;
}
.popup-inner-content p{
    color: #FFF;
    margin-bottom: 35px;
}
/* ===== POPUP CSS END HERE ===== */

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


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  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 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:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.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: 51rem;
  display: none;
}
.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: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  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: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.showroom-view {
    width: 100%;
    height: 100%;
}

/* whats app lab start  */

.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 2%;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 13px 0;
    position: absolute;
    z-index: 1;
    bottom: -33px;
    right: 42px;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    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;
    }
}
/* whatapp lab end  */



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.error{
    color: red;
    margin-top: 20px;
}
.acties-left-content {
    padding-top: 150px;
    padding-bottom: 60px;
}
.acties-left-content h2 {
    margin-bottom: 50px;
}
.acties-left-content h2 .underline-svg {
    bottom: -20px;
    left: 0;
    transform: unset;
    width: 174px;
}
.expertise-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
.expertise-wave img{
    width: 100%;
}
.play-btn-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.play-btn img{
    width: 76px;
    height: 76px;
}
.each-social-media-slider-img:hover .play-btn-wrap{
    opacity: 1;
}
.google-voertuigen-title h2{
    width: unset;
}
.each-google-voertuigen-top-wrap .row{
    align-items: center;
}
.thank-you-sec .common-btn{
    background-color: #090A0E;
    margin: 0 auto;
    display: table;
    z-index: 1;
}
.thank-you-sec .common-btn:hover{
    background-color: #124d3f;
}
.conatct-wave {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}
.each-social-media-img.masterclass-social-img-0{
    width: 100%;
    max-width: unset;
}
.each-social-media-img.masterclass-social-img-1 {
    bottom: 0;
    right: 0;
}
.each-social-media-img.masterclass-social-img-2{
    width: 100%;
}
.each-social-media-img.masterclass-social-img-3 {
    max-width: 470px;
}
.seo-block .e-mail-img-0  {
    max-width: 600px;
    right: 0;
    bottom: 0;
}
.seo-block .e-mail-img-1 {
    max-width: 352px;
    bottom: 0;
    height: 100%;
}
.lfCQiA {
    display:none;
}
.iframe-section {
    background-color: transparent;
    padding: 35px 20px;
}
/* .iframe-section .step-popup-btn .common-btn {
    color: #090A0E;
}
.iframe-section .step-popup-btn .common-btn:hover {
    color: #fff;
}
.iframe-section .step-popup-btn .common-btn.fill-btn {
    color: #fff;
}
.iframe-section .step-popup-btn .common-btn.fill-btn:hover {
    color: #090A0E;
    background-color: transparent;
} */
.ft-menu.ft-social-icons li:last-child img{
    width: 14px;
}
.ft-menu.ft-social-icons li:last-child{
    background-color: rgba(255, 255, 255, 0.8);
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 2px;
}
.ft-menu.ft-social-icons li:last-child:hover{
    background-color: rgba(18, 77, 63, 1);
}
.ft-menu.ft-social-icons li:last-child:hover img{
    filter: none;
}
/* .home-video-banner {
    height: 946px;
    overflow: hidden;
    position: relative;
} */







.step-form-item .form-group {
    margin-bottom: 25px;
}
.step-form-item .iframe-section .row .col-lg-6:last-child .form-group
{
    margin-bottom: 0;
}
.step-form-item .form-group label {
    /* color: #090A0E; */
    color: #fff;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 24px;
}
.step-form-item .form-style {
	resize: none;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-family: 'LamaSans-Medium';
    color: #090A0E;
    font-size: 1.6rem;
    padding: 4px 14px;
    line-height: 24px;
	background-color: #F5F5F5;
}
.step-form-item .form-style:placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.step-form-item .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.step-form-item .form-style::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.step-form-item .form-style.foto_upload,
.step-form-item .form-style.photo_upload {
    color: rgba(255, 255, 255, 0.5);
}
.step-form-item .form-style:focus {
    box-shadow: none;
	border: 1px solid #124D3F;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    color: #fff;
}
.step-form-item .form-style:focus::placeholder {
    color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.step-form-item textarea.form-style {
    height: 130px;
}
.step-form-item .form-style {
    resize: none;
    border: 1px solid #2C2C2C;
    border-radius: 5px;
    font-family: 'LamaSans-Medium';
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 14px;
    line-height: 24px;
    background-color: #090A0E;
}
.home-box-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.thank-you-sec .thank-you-banner-video {
    max-width: 405px;
    height: 720px !important;
    margin: 0 auto 30px;
}
.thank-you-sec .home-banner-video {
    height: 720px !important;
}
.thank-you-sec .video-js {
    height: 100% !important;
    width: 100% !important;
}