@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
	background-color: #090A0E;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge {
	display:none;
}
/***custom-scrollbar****/
::-webkit-scrollbar {
	background-color: #1F2436;
	border-radius: 3px;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #343c5c;
	border-radius: 4px;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
/****common-text-reveal-animation*****/
.text-reveal h1, .text-reveal h2, .text-reveal h3, .text-reveal h4, .text-reveal h5, .text-reveal h6 {
    opacity: 0;
	overflow: hidden;
}
/****header-area******/
.header-area {
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 2px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.header-fix {
	background-color: #090A0E;
	border-color: rgba(255, 255, 255, 0.2);
}
.logo-dropdown {
	display: inline-block;
}
.logo-dropdown a img,
.logo-dropdown li img {
	width: 200px;
}
.logo-dropdown a img{
	width: 165px;
}

.logo-dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.logo-list {
	display: none;
	border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 13px;
    background-color: #090A0E;
    border-radius: 10px;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	z-index: 1;
}
.logo-list li {
	margin-bottom: 8px;
}
.logo-list li:last-child {
	margin-bottom: 0;
}
.logo-initial {
	display: flex;
	align-items: center;
	column-gap: 14px;
}
.logo-dropdown-btn {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rotate_arrow{
	transform: rotate(-180deg);
}
.logo-dropdown { 
	position: relative;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-menu {
	margin-right: 60px;
}
.header-menu ul {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 36px;
}
.header-menu li a {
	position: relative;
}
.header-menu li a strong,
.mobile-menu li a strong {
	background: linear-gradient(134deg, rgba(9, 10, 14, 0.30) 13.78%, rgba(9, 10, 14, 0.24) 81.86%);
	background-clip: border-area; 
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	height: 20px;
	width: 20px;
	font-weight: normal;
	color: #fff;
    font-family: 'Inter-SemiBold';
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
    right: -20px;
    top: -17px;
}
.header-menu li a strong::after,
.mobile-menu li a strong::after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
	border-radius: inherit;
	mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.header-other {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.header-language {
	color: #fff;
    font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	position: relative;
	min-width: 120px;
}
.header-language li {
	color: #fff;
    font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	padding: 2px 0;
}
.header-language li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-language img {
	width: 18px;
	border-radius: 2px;
	overflow: hidden;
	margin-left: 8px;
	margin-top: -2px;
}
.header-language ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	border-radius: 0 0 10px 10px;
	border: 1px solid #fff;
	padding: 15px 18px 5px;
	border-top: 0;
	display: none;
	background-color: #090A0E;
	z-index: 1;
}
.language-initial {
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 10px 18px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	column-gap: 10px;
}
.language-initial a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.language-dropdown-btn img{
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 14px;
}
/*****header-flag****/
.menu-bar {
    position: relative;
    max-width: 26px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 22px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.menu-bar-active  div {
    transform: scale(0);
}
.menu-bar.menu-bar-active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.menu-bar-active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.menu-bar div {
    width: calc(100% - 10px);
}
/***mobile-menu*****/
.mobile-menu {
    position: fixed;
    top: 88px;
    background-color: #090A0E;
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 40px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.mobile-menu li {
	font-size: 2rem;
	margin-bottom: 26px;
}
.mobile-menu 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));
}
.mobile-menu li a {
	position: relative;
}
.mobile-menu li a strong {
	right: -25px;
    top: -10px;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
/*****banner-sec******/
.banner-sec {
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
    display: block;
	z-index: 10;
	opacity: 1;
	pointer-events: all;
	clip-path: circle(100% at 50% 50%);
}
.banner-video {
	height: 100% !important;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.video-js {
	height: 100% !important;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.banner-content h1 {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 50px;
}
.banner-content .common-btn {
	margin: 2px;
}
.contact-social {
	position: fixed;
	bottom: 40px;
	right: 8%;
	z-index: 97;
}
.contact-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.contact-social li a {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid #FFF;
	background: rgba(9, 10, 14, 0.10);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-social li a:hover {
	background-color: #1F64F6;
	border-color: #1F64F6;
}
.contact-social li a.wp {
	background-color: #53DC4B;
	border-color: #53DC4B;
	width: auto;
	padding-left: 18px;
	padding-right: 18px;
}
.contact-social li a.wp img {
	margin-right: 8px;
}
.contact-social li a.wp:hover {
	color: #fff;
}
/*****usp-sec*****/
.usp-sec {
	padding: 220px 0;
    transform-origin: center;
    opacity: 1;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.usp-heading {
	margin-bottom: 150px;
}
.usp-main li {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 6.4rem;
	line-height: normal;
	padding-left: 54px;
	margin-left: 31px;
	position: relative;
	max-width: max-content;
}
.usp-main li::after {
	content: "";
	height: 22px;
	width: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../images/bullet.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;
}
.usp-main ul {
	width: max-content;
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
	transform: translateX(-10%); 
    transition: transform 0.8s ease, opacity 0.8s ease;
}
.each-usp-set {
	display: flex;
    white-space: nowrap;  
}
.each-usp-set:nth-child(odd) ul {
	transform: translateX(-500%);
}
.home-hero-merge-sec {
	overflow-x: clip;
}
/***********partner-sec**************/
.partner-sec-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0 0 80px;
}
.partner-sec-outer {
	overflow-x: hidden;
	position: relative;
}
.partner-sec-wrap {
	display: flex;
	width: max-content;
	gap: 90px;
}
.partner-sec-outer::after,
.partner-sec-outer::before {
	content: "";
	height: 100%;
	width: 5%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(260deg, rgba(9, 10, 14, 0.1) 0%, #090A0E 100%);
}
.partner-sec-outer::before {
	right: 0;
	left: auto;
	background: linear-gradient(-260deg, rgba(9, 10, 14, 0.1) 0%, #090A0E 100%);
	z-index: 1;
}
.partner-sec-wrap ul {
	display: flex;
	gap: 90px; 
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
.partner-sec-wrap li {
	white-space: nowrap;
}
.partner-sec-wrap li img {
	width: 110px;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	opacity: 0.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.partner-sec-wrap li img:hover {
	opacity: 1;
}
/******promise-sec******/
.promises-sec {
	border-radius: 40px 40px 0px 0px;
	background: #F5F5F7;
	padding: 174px 0;
	overflow-x: hidden;
}
.each-promises-text {
	position: relative;
	padding: 20px;
	background: transparent;
	border-radius: 20px;
	transition: all 0.3s;
	max-width: 540px;
	width: 100%;
}
.each-promises-text:last-child {
	margin-bottom: 20px;
}
.each-promises-text h3 {
	color: rgba(9, 10, 14, 0.30);
	transition: all 0.3s;
	margin-bottom: 10px;
	font-size: 2rem;
}
.each-promises-text p {
	color: rgba(9, 10, 14, 0.30);
	transition: all 0.3s;
	margin-bottom: 0;
}
.each-promises-text.active {
	background-color: #fff;
}
.each-promises-text.active h3 {
	color: #090A0E;
}
.each-promises-text.active p {
	color: rgba(9, 10, 14, 0.70);
}
.progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 5px;
	background-color: #0066FF;
	border-radius: 5px;
	display: none; 
}
.each-promises-text.active .progress-line {
	display: block;
}
.progress-line-wrap {
	background-color: transparent;
	height: 70%;
	width: 5px;
	position: absolute;
	left: -28px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	transition: all 0.3s;
}
.each-promises-text.active .progress-line-wrap {
	background-color: #fff;
}
.each-promises-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.each-promises-img.active {
	opacity: 1;
}
.promises-img {
	width: 100%;
	position: relative;
	height: 680px;
}
.each-promises-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
} 
.promise-heading {
	margin-bottom: 27px;
	max-width: 600px;
	width: 100%;
}
.promise-heading h2 {
	color: #090A0E;
}
/*****project-sec******/
.project-sec {
	padding: 109px 0 90px;
	overflow-x: hidden;
}
.project-heading {
	max-width: 490px;
	width: 100%;
	margin-bottom: 125px;
}
.project-heading h2 {
	margin-bottom: 30px;
}
.project-slider {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
	margin-bottom: 65px;
}
.project-slider .swiper-wrapper {
	transition-timing-function: linear!important;
}
.each-project {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 540px;
}
.each-project::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, rgba(9, 10, 14, 0.80) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-project-img {
    height: 100%;
}
.each-project-img img {
    height: 100%;
	object-fit: cover;
}
.each-project-text {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 48px;
	z-index: 1;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-project-text .common-btn {
	padding: 8px 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-radius: 5px;
}
.each-project-text h4 {
	margin-bottom: 20px;
}
.each-project:hover .each-project-text {
	bottom: 0;
}
.each-project:hover::after {
	bottom: 0;
}
.project-slider-wrap {
	display: flex;
	max-width: max-content;
	gap: 20px;
}
/* .each-project-slider {
	white-space: nowrap;
	min-width: 412px;
} */
/******specialist-sec******/
.specialist-sec {
	padding: 90px 0 165px;
	overflow-x: hidden;
}
.specialist-sec .block-wrap {
	max-width: 1140px;
}
.specialist-heading {
	text-align: center;
	max-width: 1046px;
	width: 100%;
	margin: 0 auto 110px;
}
.each-specialist {
	padding: 35px;
	border-radius: 20px;
	border: 2px solid rgba(255, 255, 255, 0.20);
	position: relative;
	min-height: 500px;
	height: 100%;
}
.specialist-car {
	background: linear-gradient(90deg, #007EFF 0%, #5AB5FF 100%);
	border-color: transparent;
}
.each-specialist-text h4 {
	margin-bottom: 18px;
}
.specialist-car .common-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #007EFF;
}
.specialist-car p {
	margin-bottom: 35px;
}
.specialist-car .each-specialist-img {
    position: absolute;
    bottom: -11%;
    right: -16%;
	width: 91%;
}
.specialist-car .each-specialist-text {
	padding-right: 60%;
}
.specialist-wrap .col-lg-5,
.specialist-wrap .col-lg-7,
.specialist-wrap .col-lg-12 {
	padding: 0 10px;
}
.specialist-wrap .col-lg-7 {
	width: 63%;
}
.specialist-wrap .col-lg-5 {
	width: 37%;
}
.specialist-wrap .row {
	margin: 0 -10px 20px;
}
.specialist-wrap .row:last-child {
	margin-bottom: 0;
}
/******specialist-progressbar*****/
.circular-progress {
    position: relative;
    height: 220px;
    max-width: 220px;
	width: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 30px auto 0;
}
.circular-progress::before{
    content: "";
    position: absolute;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    background-color: #007DFF;
}
.circular-progress::after {
	content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-radius: 100%;
    background-color: #007DFF;
	z-index: -1;
}
.progress-value {
    position: relative;
    font-size: 4.8rem;
    color: #fff;
	line-height: 48px;
	font-family: 'Inter-Bold';
	font-weight: normal;
}
.circular-progress-shadow {
	position: absolute;
    bottom: -38%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: calc(100% + 30%);
}
/******specialist-bar-chart*****/
.specialist-bar {
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.specialist-bar-chart ul {
	display: flex;
	gap: 20px;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.specialist-bar-chart li {
	position: relative;
	display: flex;
	height: 100%;
	width: 25%;
	background-color: #001849;
	border-radius: 10px 10px 0 0;
}
.specialist-bar-chart strong {
    display: block;
    background-color: #1F64F6;
    border-radius: 10px 10px 0 0;
    animation: draw 1s ease-in-out;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.specialist-bar-chart strong:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 5px 1em 0;
	display: block;
	text-align: center;
	content: attr(title);
	word-wrap: break-word;
}
/****specialist-line*****/
.specialist-line-graph {
    height: 380px;
    width: 100%;
    position: relative;
    bottom: -10%;
    z-index: -1;
}
.specialist-line-graph img {
    width: 0;
    transition: width 1s ease;
	height: 100%;
	object-fit: cover;
}
.specialist-line {
    display: flex;
    flex-direction: column-reverse;
	padding-left: 0;
	padding-right: 0;
}
.specialist-line p {
	margin-bottom: 0;
}
.specialist-line .each-specialist-text {
	padding-left: 35px;
	padding-right: 35px;
}
/******lab-welcome-sec*******/
.lab-welcome-sec {
	background-color: #F5F5F7;
	overflow: hidden;
	height: 895px;
}
.lab-welcome-text h2 {
	color: #090A0E;
	margin-bottom: 30px;
}
.lab-welcome-text p {
	color: rgba(9, 10, 14, 0.70);
}
.lab-welcome-text ul {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
.lab-welcome-text li {
    font-family: 'Inter-SemiBold';
    font-size: 1.4rem;
    color: #090A0E;
    background-color: #F5F5F7;
    padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid rgba(9, 10, 14, 0.20);
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
	margin-right: 4px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.lab-welcome-text li.active,
.lab-welcome-text li:hover {
	background-color: #1F64F6;
	color: #fff;
	border-color: #1F64F6;
}
.lab-welcome-text {
	max-width: 630px;
	width: 100%;
	padding: 120px 0;
}
.lab-welcome-sec .container,
.lab-welcome-sec .row,
.lab-welcome-sec .col-lg-6 {
	height: 100%;
}
.lab-welcome-slider {
	position: relative;
	height: 100%;
}
.lab-welcome-slider::after,
.lab-welcome-slider::before {
	content: "";
	height: 184px;
	width: 100%;
	position: absolute;
	background: linear-gradient(0deg, rgba(245, 245, 247, 0.00) 0%, #F5F5F7 100%);
	top: 0;
	left: 0;
	z-index: 1;
}
.lab-welcome-slider::before {
	background: linear-gradient(180deg, rgba(245, 245, 247, 0.00) 0%, #F5F5F7 100%);
	bottom: 0;
	top: auto;
	z-index: 2;
}
.lab-scroll {
	position: relative;
}
.scroll-container {
	position: relative;
	animation: scroll-up 3000s linear infinite;
}
.left-lab .scroll-container {
	animation: scroll-up 3000s linear infinite;
}
.right-lab .scroll-container {
	animation: scroll-down 3000s linear infinite;
}
@keyframes scroll-up {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%); 
	}
}
@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0%);
	}
}
.left-lab:hover .scroll-container,
.right-lab:hover .scroll-container {
	animation-play-state: paused;
}
.each-lab {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 408px;
    margin-bottom: 20px;
}
.each-lab-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
}
.each-lab-text h3 {
	font-size: 2.5rem;
	line-height: 30px;
	margin-top: 10px;
}
.each-lab-img {
	height: 100%;
}
.each-lab-img img {
	height: 100%;
	object-fit: cover;
}
.service-block .row {
    margin: 0 -10px;
}
.service-block .col-lg-6 {
    padding: 0 10px;
}
/****price-sec******/
.price-sec {
	padding: 135px 0 180px;
	position: relative;
}
.price-sec::after {
	content: "";
	height: 475px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
}
.price-wrap {
	position: relative;
	z-index: 1;
}
.price-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.price-bg img {
	height: 100%;
	object-fit: cover;
}
.price-heading {
	max-width: 895px;
	margin: 0 auto 104px;
}
.price-heading h2 {
	color: rgba(255, 255, 255, 0.80);
}
.price-heading h2 div:nth-child(1) {
	color: rgba(255, 255, 255, 1);
}
.price-heading h2 div:nth-child(2) {
	color: rgba(255, 255, 255, 0.9);
}
.price-main .row {
	margin: 0 -10px;
}
.price-main .col-lg-6 {
	padding: 0 10px;
}
.each-price {
	padding: 53px;
	border-radius: 20px;
	background: linear-gradient(180deg, #161925 0%, #090A0E 100%);
	height: 100%;
}
.each-price h4 {
	color: #E4F0FC;
	margin-bottom: 10px;
}
.each-price h6 {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Inter-Regular';
}
.each-price h6 strong {
	font-family: 'Inter-Bold';
}
.each-price ul {
	padding: 0;
	margin: 50px 0 70px;
	list-style: none;
}
.each-price li {
	color: rgba(228, 240, 252, 0.70);
	font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 48px; 
	position: relative;
	padding-left: 50px;
}
.price-sec.package-sec.no-overflow .each-price li{
	color:#fff;
}
.each-price li::after {
	content: "";
	height: 27px;
	width: 27px;
	border: 1px solid #E4F0FC;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: url(../images/price-tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px;
	border-radius: 100%;
	top: 10px;
	left: 0;
	position: absolute;
}
.each-price .common-btn {
	margin-right: 27px;
}
.active-price {
	background: linear-gradient(90deg, #027FFF 0%, #59B4FF 100%);
}
/******consultation-sec*****/
.consultation-sec {
	padding: 90px 0 75px;
}
.consultation-sec .block-wrap {
	max-width: 1150px;
}
.consultation-text {
    max-width: 650px;
    width: 100%;
    padding-right: 40px;
}
.consultation-text h2 {
	margin-bottom: 30px;
}
.consultation-text p {
	margin-bottom: 30px;
}
.consultation-slider {
	border-radius: 20px;
	overflow: hidden;
	max-width: 318px;
	width: 100%;
	margin-left: auto;
	position: relative;
	/* background: linear-gradient(0deg, #090A0E 1.99%, rgba(255, 255, 255, 0.20) 95.27%); */
	background-image: linear-gradient(82deg, #2B2A28 4.66%, #121212 98.41%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0.78%, #101010 99.8%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
}
.consultation-slider::after {
	content: "";
	height: 99%;
	width: 99%;
	background-color: #090A0E;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
}
.consultation-slider-heading {
	padding: 26px 30px;
	position: relative;
	z-index: 1;
	background-color: #060606;
}
.consultation-slider-heading h5 {
	margin-bottom: 7px;
}
.consultation-slider-heading p {
	font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 18px;
}
.consultation-slider-heading .common-btn {
	font-size: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: rgba(9, 10, 14, 0.79);
	background-color: rgba(255, 255, 255, 0.10);
}
.consultation-slider-heading .common-btn:hover {
	background-color: #1F64F6;
	color: #fff;
}
.consultation-member {
	position: relative;
}
.consultation-member::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 7.51%, #090A0E 102.08%);
	z-index: 1;
}
/*****footer-area*****/
.footer-wrap {
	padding: 106px 0 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.each-footer-logo {
	margin-bottom: 30px;
}
.each-footer-logo img{
	width: 165px;
}
.footer-top h6 {
	margin-bottom: 35px;
	color: #E4F0FC;
}
.footer-info {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	width: 100%;
	margin-left: auto;
	column-gap: 20px;
	justify-content: space-between;
	padding-left: 50px;
}
.each-footer-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.each-footer-info li {
	color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 32px;
}
.each-footer-info li a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info li a:hover {
	color: #1F64F6;
}
.footer-social li img:hover {
	filter: brightness(0) saturate(100%) invert(26%) sepia(65%) saturate(4033%) hue-rotate(218deg) brightness(100%) contrast(94%);
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(65%) saturate(4033%) hue-rotate(218deg) brightness(100%) contrast(94%);
}
.footer-social ul {
	display: flex;
	gap: 20px;
}
.footer-social a {
	transition: all 0s;
}
.each-footer-info p {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Inter-Regular';
}
.each-footer-info p a {
	color: rgba(255, 255, 255, 0.70);
}
.each-footer-info p a:hover {
	color: #1F64F6;
}
.footer-mark {
    height: 117px;
    overflow: hidden;
	margin: 55px 0;
	border-bottom: 1px solid #3A3B3E;
}
.footer-privacy ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-copyright p {
	color: #E4F0FC;
	font-family: 'Inter-Regular';
	margin-bottom: 0;
}
.footer-privacy ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer-privacy li {
	font-family: 'Inter-Regular';
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.footer-privacy li::after {
	content: "";
	height: 100%;
	width: 1px;
	top: 0;
	right: 0;
	position: absolute;
	background-color: #E4F0FC;
}
.footer-privacy li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.footer-privacy li:last-child::after {
	display: none;
}
.footer-privacy a {
	color: #E4F0FC;
}
.footer-privacy a:hover {
	color: #1F64F6;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 930px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(9, 10, 14, 0.70);
	backdrop-filter: blur(10px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 40%;
}
.modal-content .col-lg-7 {
    width: 60%;
}
.modal-area .popup-content p {
	color: rgba(9, 10, 14, 0.80);
	margin-bottom: 45px;
}
.modal-area .popup-content h3 {
	font-size: 3.6rem;
    margin-bottom: 24px;
	line-height: 40px;
	color: #090A0E;
}
.modal-area .popup-content {
    padding: 63px 48px;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
	height: 28px;
	width: 28px;
	background-color: #090A0E;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
}
.close-img img {
	width: 8px;
}
/*===============================all-in-one-concept page start=================================*/
/*****garantie-sec******/
.garantie-sec {
	padding-top: 240px;
	padding-bottom: 70px;
	position: relative;
}
.garantie-sec::after {
	content: "";
	height: 50%;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
}
.garantie-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.garantie-bg img {
	height: 100%;
	object-fit: cover;
}
.garantie-sec .block-wrap {
	position: relative;
	z-index: 1;
}
.garantie-heading h2 {
	margin-bottom: 126px;
	text-align: center;
	color: rgba(255, 255, 255, 0.80);
}
.garantie-heading h2 div:nth-child(1) {
    color: rgba(255, 255, 255, 1);
}
.garantie-heading h2 div:nth-child(2) {
    color: rgba(255, 255, 255, 0.98);
}

.garantie-main {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: linear-gradient(90deg, #0481FF 0%, #57B3FF 64.5%);
	/* box-shadow: 0px 0px 50px 20px rgba(73, 171, 255, 0.35); */
	padding: 34px 52px;
	position: relative;
}
.garantie-main::after,
.garantie-main::before {
	/* content: ""; */
	height: 100%;
	width: 95%;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #133660;
	z-index: -1;
}
.garantie-main::before {
	background-color: #0B101B;
	top: -40px;
	width: 90%;
}
.garantie-desc h3 {
	margin-bottom: 26px;
}
.garantie-desc p {
	color: #fff;
	margin-bottom: 0;
}
.garantie-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.garantie-info li {
	color: #F5F5F7;
    font-family: 'Inter-Medium';
	font-size: 1.4rem;
	line-height: 20px; 
	margin-bottom: 20px;
}
.garantie-info li:last-child {
	margin-bottom: 0;
}
.garantie-info strong {
	margin-right: 12px;
}
.garantie-info {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
	position: relative;
}
.garantie-info::after,
.garantie-info::before {
	content: "";
	height: 46%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #57B3FF 0%, rgba(87, 179, 255, 0.00) 100%);
	z-index: 1;
}
.garantie-info::before {
	background: linear-gradient(0deg, #57B3FF 0%, rgba(87, 179, 255, 0.00) 100%);
	bottom: 0;
	top: auto;
	z-index: 2;
}
.garanie-divider {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 265px;
	z-index: 1;
}
/*****package-sec****/
.package-sec {
	padding: 230px 0 85px;
}
.package-sec .price-heading {
	margin-bottom: 56px;
}
.package-sec .each-price {
	border: 1px solid #2B4288;
	background: linear-gradient(213deg, #1F2436 1.99%, #090A0E 95.27%);
}
.package-sec .each-price .common-btn {
	background: rgba(255, 255, 255, 0.10);
}
.package-sec .each-price .common-btn:hover {
	background: linear-gradient(90deg, #1F64F6 0%, #1F64F6 100%);
}
.package-sec .active-price {
	border-radius: 20px;
	border-color: #fff;
	background: linear-gradient(34deg, #027FFF 4.89%, #59B4FF 95.55%);
	box-shadow: 0px 0px 50px 5px rgba(90, 143, 255, 0.60);
}
.package-sec .active-price .common-btn {
	background: linear-gradient(90deg, #090A0E 0%, rgba(9, 10, 14, 0.80) 100%);
	color: #ffffff;
}
.each-price .all-in-concept {
	display: none;
}
/*****package-toggle-btn*****/
.each-price-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-switch-wrap h6 {
	margin-bottom: 16px;
}
.price-switch {
	display: inline-flex;
}
.price-switch input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	display: none;
}
.price-switch input[type=checkbox]:checked + label {
	background-color: #33D391;
}
.price-switch input[type=checkbox]:checked + label::after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}
.price-switch label {
	cursor: pointer;
	width: 68px;
	height: 32px;
	background-color: #292B34;
	border: 1px solid #D9D9D9;
	display: block;
	border-radius: 50px;
	position: relative;
}
.price-switch label::after {
	content: "";
	position: absolute;
    top: 2.5px;
    left: 3px;
	width: 25px;
	height: 25px;
	background-color: #D9D9D9;
	border-radius: 100%;
	transition: 0.3s;
}
/*****package-info-sec******/
.each-package-info-text {
	max-width: 470px;
	width: 100%;
	margin-left: auto;
}
.each-package-info-text h2 {
	line-height: 64px;
	margin-bottom: 8px;
}
.each-package-info-text p {
	color: #fff;
}
.each-package-info-text ul {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
.each-package-info-text li {
	position: relative;
	padding: 6px 0 6px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.each-package-info-text li::after {
	content: "";
	height: 13px;
	width: 13px;
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url(../images/gray-tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px;
}
.each-package-info-text li:last-child {
	border-bottom: 0;
}
.each-package-info-img {
	max-width: 380px;
	width: 100%;
}
.each-package-info {
	margin-bottom: 160px;
}
.each-package-info:last-child {
	margin-bottom: 0;
}
.each-package-info:nth-child(even) .row {
	flex-direction: row-reverse;
}
.each-package-info:nth-child(even) .each-package-info-img {
	margin-left: auto;
}
.each-package-info:nth-child(even) .each-package-info-text {
	margin-left: 0;
}
/****innovation-sldier***/
.innovation-sldier {
	position: relative;
	max-width: 337px;
	width: 100%;
	margin-left: auto;
}
.innovation-sldier::before,
.innovation-sldier::after {
	content: "";
	height: 33%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.80) 0%, rgba(9, 10, 14, 0.00) 100%);
	z-index: 1;
}
.innovation-sldier::before {
	bottom: 0;
	top: auto;
	z-index: 2;
	background: linear-gradient(0deg, rgba(9, 10, 14, 0.80) 0%, rgba(9, 10, 14, 0.00) 100%);
}
.innovation-sldier .swiper {
	height: 410px;
}
.each-innovation {
	border-radius: 10px;
	background-color: #A9A9A9;
	padding: 27px 24px;
}
.each-innovation {
	color: #090A0E;
    font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 20px;
	max-width: calc(100% - 46px);
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-innovation strong {
	margin-right: 10px;
}
.innovation-sldier .swiper-slide-active .each-innovation  {
	max-width: 100%;
	background-color: #F5F5F7;
}
/*****gallery-sec*****/
.gallery-sec {
	overflow: hidden;
	position: relative;
	padding-top: 130px;
}
.gallery-heading {
	max-width: 820px;
    width: 100%;
    margin: 0 auto -12%;
    position: relative;
    z-index: 2;
}
.gallery-heading p {
	margin: 30px 0 40px;
	color: #fff;
}
.gallery-heading h2 {
	background: linear-gradient(89deg, #FFF 28.4%, #090A0E 102.97%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.each-gallery {
	overflow: hidden;
	border-radius: 10px;
}
.gallery-main {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.gallery-main::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/gallery-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.gallery-main .swiper-wrapper {
    transition-timing-function: linear !important;
}
.gallery-odd {
	margin-bottom: 20px;
}
/*********package-select-message********/
.package-select-message {
	width: 404px;
	display: flex;
	border-radius: 100px;
	align-items: center;
	padding: 15px;
	position: fixed;
    bottom: 10%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
	background: linear-gradient(90deg, #090A0E 0%, #090A0E 100%);
	background-clip: border-area; 
	transition: all 0.5s;
	opacity: 0;
	display: none;
	pointer-events: none;
}
.package-select-message::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
	border-radius: inherit;
	mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.package-select-message-circle {
    position: relative;
    height: 60px;
    min-width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 0px 50px 7px rgb(77, 164, 255, 0.6);
	margin-right: 25px;
	transition: background 1.5s linear;
}
.package-select-message-circle::before{
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #007DFF;
}
.package-select-message-circle::after {
	content: "";
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 100%;
    background-color: #007DFF;
	z-index: -1;
}
.package-select-message-text {
	width: calc(100% - 85px);
}
.package-select-message-icon {
	position: relative;
	z-index: 1;
}
.package-select-message-icon img {
	width: 12px;
}
.package-select-message-text h5 {
	margin-bottom: 5px;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.package-select-message-text h6 {
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.no-overflow-active,
.no-overflow-active body  {
	overflow: hidden;
	height: 100vh !important;
}
.no-overflow-active {
	position: relative;
}
.no-overflow-active::after {
	content: "";
	height: 80%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
	pointer-events: none;
	z-index: 10;
}
/*===============================ons-werk page start=================================*/
/****our-work-banner-sec****/
.our-work-banner-sec {
	position: relative;
	padding: 200px 0 122px;
	overflow: hidden;
}
.our-work-banner-text {
	position: relative;
	z-index: 1;
}
.our-work-banner-text h1 {
	margin-bottom: 32px;
}
.our-work-banner-text p {
	margin-bottom: 0;
}
.our-work-banner-img {
	/* display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: end; */
	position: absolute;
	top: 86px;
	right: 0;
	height: 100%;
	width: 67%;
	overflow: hidden;
}
.our-work-banner-img::after {
	content: "";
	height: 85%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/work-banner-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.work-banner-group-img {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: end;
	height: 100%;
}
.work-banner-single-img {
	height: 100%;
}
.work-banner-single-img img {
	height: 100%;
	object-fit: cover;
}
.each-work-banner-img {
	border-radius: 10px;
	width: 15%;
	overflow: hidden;
	position: relative;
}
.each-work-banner-img img {
	height: 100%;
	object-fit: cover;
}
.each-work-banner-img:nth-child(even) {
	top: 40px;
}
/*****our-work-sec*****/
.our-work-sec {
	padding: 80px 0 170px;
	border-radius: 40px 40px 0px 0px;
	background-color: #F5F5F7;
	overflow: hidden;
}
.our-work-heading {
	max-width: 520px;
	width: 100%;
	margin-bottom: 60px;
}
.our-work-heading h4 {
	color: #090A0E;
	margin-bottom: 15px;
}
.our-work-heading p {
	color: rgba(9, 10, 14, 0.70);
}
.our-work-heading p strong {
	color: #090A0E;
	font-family: 'Inter-Medium';
	font-weight: normal;
}
.our-work-heading h2 {
	color: #090A0E;
	margin-bottom: 19px;
}
.each-work {
	border-radius: 15px;
	background-color: #EBEBEB;
	overflow: hidden;
	/* padding: 47px 47px 0; */
	position: relative;
}
.each-work-img {
	border-radius: 5px;
	overflow: hidden;
	height: 500px;
}
.each-work-img img {
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.each-work::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, rgba(9, 10, 14, 0.60) 93.76%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each-work-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: -100%;
	left: 0;
	padding: 30px 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
}
.each-work:hover::after {
	opacity: 1;
}
.each-work:hover .each-work-text {
	bottom: 0;
}
.each-work:hover .each-work-img img {
	object-position: bottom center;
}
.our-work-main .row {
	row-gap: 40px;
	margin: 0 -11px;
}
.our-work-main .col-lg-4 {
	padding: 0 11px;
}
.our-work-hidden {
	position: relative;
	margin-top: 40px;
	padding-bottom: 20px;
}
.our-work-hidden::after {
	content: "";
	height: 100%;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
	bottom: 0;
	background: rgba(245, 245, 247, 0.80);
}
.our-work-hidden-text {
	width: 660px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 143px;
	z-index: 1;
}
.our-work-hidden-text h2 {
	color: #090A0E;
	margin-bottom: 45px;
}
.our-work-hidden-text h2 strong {
	color: rgba(9, 10, 14, 0.30);
}
/*****our-work-specialist-sec***/
.our-work-specialist-sec {
	padding: 137px 0 10px;
}
/*===============================ons-werk-details page start=================================*/
/****bk-btn-sec****/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .common-btn {
	position: absolute;
	top: 220px;
	border-color: rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.50);
	padding-left: 36px;
}
.bk-btn-sec .common-btn::after {
	content: "";
	height: 12px;
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	background-size: 12px;
	background-position: center center;
	background-image: url(../images/bk-btn-arrow.svg);
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.bk-btn-sec .common-btn:hover {
	color: #fff;
}
.bk-btn-sec .common-btn:hover::after {
	opacity: 1;
}
/***ons-werk-dtl-info-sec****/
.ons-werk-dtl-info-sec {
	padding: 200px 0 40px;
}
.ons-werk-dtl-info-img {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #191C26;
	padding: 8px;
	max-width: 686px;
	width: 100%;
	margin-left: auto;
}
.ons-werk-dtl-info-img img {
	border-radius: 10px;
}
.ons-werk-dtl-info-text {
	padding-top: 130px;
	max-width: 650px;
	padding-right: 50px;
}
.ons-werk-dtl-info-text img {
	width: 143px;
	margin-bottom: 48px;
}
.ons-werk-dtl-info-text p {
	margin: 22px 0 54px;
}
.project-link {
	color: #1F64F6;
    font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	position: relative;
	padding-left: 24px;
}
.project-link::after {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-size: 16px;
	background-position: center center;
	background-image: url(../images/link.svg);
	background-repeat: no-repeat;
}
.project-link:hover {
	color: #fff;
}
.project-link:hover::after {
	filter: brightness(10);
}
.ons-werk-dtl-info-text hr {
	margin: 52px 0;
	background-color: rgba(255, 255, 255, 0.15);
	opacity: 1;
}
.ons-werk-dtl-info-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.ons-werk-dtl-info-text li {
	border-radius: 10px;
	padding: 10px 16px;
	color: #fff;
	font-family: 'Inter-SemiBold';
	font-size: 1.4rem;
	line-height: 20px;
	display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 12px;
	background: #161925;
	background-clip: border-area; 
	position: relative;
	border: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ons-werk-dtl-info-text li:before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(-90deg, rgb(38, 41, 52, 1) 0%, rgb(91, 93, 102, 1) 100%);
	border-radius: inherit;
	mask: conic-gradient(#161925 0 0) content-box exclude,conic-gradient(#161925 0 0);
}
.ons-werk-dtl-info-text li:hover,
.ons-werk-dtl-info-text li:hover::before {
	background: #1F64F6;
}
.project-link-right.mt-5 {
	display: none;
}
/******ons-werk-dtl-status-sec******/
.ons-werk-dtl-status-sec {
	position: relative;
	overflow-x: clip;
	padding-bottom: 50px;
}
.ons-werk-dtl-status-sec::after {
	content: "";
	height: calc(100% + 35vw);
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: absolute;
	bottom: -50px;
	background: linear-gradient(180deg, #090a0d 0%, rgba(109, 33, 45, 0.70) 100%);
	z-index: -1;
}
.ons-werk-dtl-status-sec .container {
	position: relative;
	z-index: 1;
}
.each-ons-werk-dtl-status {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding: 56px 35px;
	height: 100%;
}
.status-left .circular-progress {
	margin: 0 auto 0 0;
}
.status-left {
	display: flex;
	align-items: center;
}
.status-left .each-specialist-text {
	padding-left: 37px;
	width: calc(100% - 220px);
}
.ons-werk-dtl-status-sec .row {
	margin: 0 -19px;
}
.ons-werk-dtl-status-sec .col-lg-6 {
	padding: 0 19px;
}
.status-right {
	display: flex;
	padding-bottom: 0;
	justify-content: space-between;
	background-color: #090a0d;
    /* border-color: #090a0d; */
}
.status-right .consultation-member::after {
    background: linear-gradient(180deg, rgba(9, 10, 13, 0) 7.51%, #090a0d 102.08%);
	bottom: 0;
	height: 26%;
}
.status-right .consultation-member {
    width: 300px;
    display: flex;
    align-items: end;
}
.status-right .consultation-slider-heading p {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 24px;
}
.status-right .consultation-slider-heading h4 {
	margin-bottom: 16px;
}
.status-right .consultation-slider-heading {
	padding-bottom: 40px;
	padding-left: 0;
	max-width: 290px;
	background-color: transparent;
}
.status-right .consultation-slider-heading .common-btn {
	background-color: #1F64F6;
	border-color: #1F64F6;
	font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.status-right .consultation-slider-heading .common-btn:hover {
    background: linear-gradient(90deg, #090A0E 0%, rgba(9, 10, 14, 0.80) 100%);
    /* border-color: rgba(9, 10, 14, 0.79); */
}
/*****related-project-sec*****/
.related-project-sec {
	background-color: #F5F5F7;
	padding: 129px 0 86px;
	border-radius: 40px 40px 0 0;
}
.related-project-sec .project-heading {
	max-width: 660px;
	margin-bottom: 86px;
}
.related-project-sec .project-heading h2 {
	color: #090A0E;
}
.related-project-sec .project-slider {
	margin-bottom: 0;
}
/*===============================contact-popup start=================================*/
.contact-popup .modal {
	background-color: rgba(9, 10, 14, 0.81);
	backdrop-filter: blur(10px);
}
.contact-popup .modal-dialog {
	max-width: 988px;
	margin: 6% auto;
}
.contact-popup .modal-content {
	border-radius: 20px;
	background: #F5F5F7;
	overflow: hidden;
	border: 0;
}
.contact-popup-image-outer {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-top: 20px;
	padding-left: 20px;
}
.contact-popup-image {
	border-radius: 15px 15px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #191C26;	
	overflow: hidden;
	padding: 4px;
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}
.contact-popup-image img {
	border-radius: 10px 10px 0 0;
}
.contact-popup-close {
	position: absolute;
	right: 40px;
	top: 40px;
}
.contact-popup .col-lg-7 {
	width: 54%;
}
.contact-popup .col-lg-5 {
	width: 46%;
}
.contact-popup .modal-content-wrap {
	border-radius: 0;
}
.contact-popup-content-outer {
	padding: 20px;
}
.contact-popup-content {
	height: 100%;
	border-radius: 10px;
	background: #fff;
	padding: 48px 61px;
}
.contact-popup-content h3 {
	color: #090A0E;
	font-size: 3.2rem;
	line-height: 44px;
	margin-bottom: 32px;
}
.form-wrap .form-group {
	position: relative;
	margin-bottom: 15px;
}
.form-wrap label {
	position: absolute;
    left: 20px;
    top: 12px;
	background-color: transparent;
	z-index: 10;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
	color: rgba(9, 10, 14, 0.70);
    font-family: 'Inter-Regular';
	line-height: 24px;
	font-size: 1.6rem;
}
.form-wrap .focused label {
	color: rgba(9, 10, 14, 0.70);;
	top: -10px;
	font-size: 1.2rem;
	background-color: #fff;
	padding: 4px 7px;
	line-height: 12px;
}
.form-wrap .form-style {
	resize: none;
	border: 1px solid #C1C1C1;
	font-family: 'Inter-Medium';
	line-height: 24px;
	font-size: 1.6rem;
	background-color: transparent;
	padding: 10px 20px;
    color: #090A0E;
    width: 100%;
	border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-wrap textarea.form-style {
    height: 100px;
}
.form-wrap .focused .form-style {
	border-color: #1F64F6;
}
/*===============================vacature page start=================================*/
/***vacature-list-banner-sec****/
.vacature-list-banner-sec {
	padding: 220px 0 40px;
	overflow: hidden;
}
.vacature-list-banner-heading {
	margin-bottom: 138px;
}
.vacature-list-banner-sec .gallery-main::after {
	background-image: url(../images/vacature-list-banner-overlay.png);
}
/****vacature-list-sec****/
.vacature-list-sec {
	padding: 124px 0 150px;
	border-radius: 40px 40px 0px 0px;
	background-color: #F5F5F7;
}
.vacature-list-welcome {
	margin-bottom: 70px;
}
.vacature-list-welcome-heading h2 {
	color: #090A0E;
}
.vacature-list-welcome-heading p {
	margin: 30px 0 0;
	color: rgba(9, 10, 14, 0.70);
}
.external-vacature {
	padding: 45px 55px;
	border-radius: 15px;
	border: 1px solid #D6D6D6;
	max-width: 606px;
	width: 100%;
	margin-left: auto;
}
.external-vacature h5 {
	color: #090A0E;
	font-size: 1.8rem;
}
.external-vacature p {
	margin: 17px 0 30px;
	color: rgba(9, 10, 14, 0.70);
}
.vacature-list-content {
	max-width: 1145px;
	width: 100%;
	margin-left: auto;
}
.vacature-list-content h6 {
	color: #090A0E;
	margin-bottom: 30px;
	line-height: normal;
}
.each-vacature {
	border-radius: 15px;
	border: 1px solid #D6D6D6;
	margin-bottom: 22px;
	padding: 34px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-vacature-wrap:last-child .each-vacature {
	margin-bottom: 0;
}
.each-vacature h5 {
	color: #090A0E;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-vacature p {
	color: rgba(9, 10, 14, 0.70);
	font-size: 1.4rem;
	margin: 17px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-vacature-requirment {
    padding-left: 50px;
}
.each-vacature-requirment ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.each-vacature-requirment li {
	color: rgba(9, 10, 14, 0.70);
    font-family: 'Inter-Regular';
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-vacature-requirment li:last-child {
	margin-bottom: 0;
}
.each-vacature-requirment li img {
	opacity: 0.2;
	width: 16px;
	height: 16px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.each-vacature-requirment li strong {
	margin-right: 12px;
}
.each-vacature:hover {
	background-color: #1F64F6;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
}
.each-vacature:hover h5 {
	color: #fff;
}
.each-vacature:hover p {
	color: rgba(255, 255, 255, 0.70);
}
.each-vacature:hover .each-vacature-requirment li img {
	filter: invert(1) brightness(10);
}
.each-vacature:hover .each-vacature-requirment li {
	color: rgba(255, 255, 255, 0.70);
}
.vacature-list-filter h6 {
	color: #090A0E;
    margin-bottom: 30px;
    line-height: normal;
}
.vacature-list-filter .nav-tabs {
    border: 0;
	display: block;
}
.vacature-list-filter .nav-item {
	color: rgba(9, 10, 14, 0.50);
	font-family: Inter;
	font-size: 1.4rem;
    font-family: 'Inter-Regular';
	line-height: normal;
	margin-bottom: 23px;
}
.vacature-list-filter .nav-item:last-child {
	margin-bottom: 0;
}
.vacature-list-filter .nav-link {
	color: rgba(9, 10, 14, 0.50);
	border: 0;
	padding: 0;
	border-radius: 0;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.vacature-list-filter .nav-tabs .nav-link.active {
	font-family: 'Inter-Bold';
    color: rgba(9, 10, 14, 0.90);
    background-color: transparent;
}
.vacature-list-filter .nav-tabs .nav-link:hover {
	color: rgba(9, 10, 14, 0.90);
	background-color: transparent;
}
/*===============================vacature-dtl page start=================================*/
/****vacature-dtl-bk-btn****/
.vacature-dtl-bk-btn .common-btn {
	top: 180px;
	z-index: 1;
	color: #fff;
	border-color: transparent;
}
.vacature-dtl-bk-btn .common-btn::after {
	opacity: 1;
}
/****vacature-dtl-banner-sec****/
.vacature-dtl-banner-sec {
	position: relative;
	padding: 130px 0;
	overflow: hidden;
}
.vacature-dtl-banner-img {
	overflow: hidden;
	border-radius: 20px 0 0 20px;
	position: absolute;
	right: 0;
	top: 130px;
	width: 1064px;
}
.vacature-dtl-banner-img img {
	opacity: 0.7;
}
.vacature-dtl-banner-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/vacature-dtl-banner-overlay.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.vacature-dtl-banner-content {
	margin-top: 123px;
	position: relative;
	z-index: 1;
}
.vacature-dtl-desc {
	padding-bottom: 46px;
}
.vacature-dtl-desc h1 {
	margin-bottom: 91px;
}
.vacature-dtl-desc h5 {
	margin-bottom: 19px;
}
.vacature-dtl-desc p {
	max-width: 500px;
}
.vacature-dtl-desc ul {
	list-style: none;
	padding: 0;
	margin: 67px 0 0;
	display: flex;
	gap: 17px;
}
.vacature-dtl-desc .border-btn {
	border-color: transparent;
	position: relative;
	padding-right: 36px;
	text-align: left;
}
.vacature-dtl-desc .border-btn::after {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background-size: 12px;
    background-position: center center;
    background-image: url(../images/btn-down-arrow.svg);
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block {
	max-width: 664px;
	width: 100%;
	margin-left: auto;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: rgba(217, 217, 217, 0.01);
	backdrop-filter: blur(12.5px);
	padding: 27px 27px 27px 64px;
	margin-bottom: 27px;
	position: relative;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li img {
	position: absolute;
    left: 27px;
	top: 30px;
	width: 18px;
	display: block !important;
    height: 18px !important;
}
.acc-block li h6 {
	position: relative;
	cursor: default;
	padding-right: 28px;
}
.acc-block li h6::after {
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../images/acc-down-arrow.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	top: 5px;
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.show_accordian h6::after {
	transform: rotate(180deg);
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 509px;
	width: 100%;
}
/****related-vacature-sec*****/
.related-vacature-sec {
	padding: 100px 0 97px;
}
/*===============================contact page start=================================*/
.contact-info-sec {
	padding-top: 187px;
}
.contact-info-heading {
	margin-bottom: 70px;
}
.contact-info-heading p {
	margin: 22px 0 0;
}
.each-contact-info {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	height: 100%;
	border-radius: 20px;
}
.each-contact-info h5 {
	margin-bottom: 18px;
}
.each-contact-info h5 img {
	margin-right: 14px;
	margin-top: -3px;
	width: 26px;
	border-radius: 2px;
}
.each-contact-info p a {
	color: rgba(255, 255, 255, 0.70);
}
.each-contact-info p a:hover {
	color: #1F64F6;
}
.each-contact-info p {
	margin-bottom: 38px;
	margin-top: 0;
}
.each-contact-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 64px;
}
.each-contact-info li a {
	border-radius: 10px;
	background-color: #161925;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 20px;
	font-family: 'Inter-SemiBold';
	display: inline-block;
}
.each-contact-info li a img {
	width: 13px;
	height: 13px;
	margin-right: 8px;
	margin-top: -3px;
}
.each-contact-info li a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.10);
}
.contact-info-main .row {
	margin: 0 -11px;
	row-gap: 20px;
}
.contact-info-main .col-lg-4 {
	padding: 0 11px;
}
/***member-sec*****/
.member-sec {
	padding: 105px 0 93px;
}
.member-heading {
	margin-bottom: 60px;
}
.member-heading p {
	margin: 18px 0 0;
}

.each-member h4 {
	margin-bottom: 30px;
}
.each-member-text {
    padding: 26px 38px 38px;
    position: relative;
    z-index: 1;
}
.each-member-text h5 {
	line-height: 28px;
}
.each-member-text p {
	margin: 5px 0 23px;
	font-size: 1.4rem;
	line-height: 20px;
}
.each-member-text .common-btn {
	border-radius: 10px;
	border: 1px solid rgba(9, 10, 14, 0.79);
	background: rgba(255, 255, 255, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	font-size: 1.4rem;
}
.each-member-text .common-btn:hover {
	color: #fff;
	background-color: #1F64F6;
}
.each-member-img {
	position: relative;
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
}
.each-member-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 7.51%, #090A0E 102.08%);
}
.each-member-inner {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #070604;
	height: 446px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-member-inner::after {
	content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.20) 100%);
    border-radius: inherit;
    mask: conic-gradient(#090A0E 0 0) content-box exclude, conic-gradient(#090A0E 0 0);
}
/*****form-sec****/
.form-sec {
	padding: 176px 0 123px;
	background-color: #F5F5F7;
	border-radius: 40px 40px 0 0;
	overflow-x: hidden;
}
.map {
	height: 100%;
	position: relative;
}
.map-main {
	height: 100%;
}
.map .common-btn {
	padding-left: 37px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 1;
}
.map .common-btn::after {
	content: "";
	height: 18px;
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	background-size: 12px;
	background-position: center center;
	background-image: url(../images/route-pin.svg);
	background-repeat: no-repeat;
}
.pulse {
	position: absolute;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background-color: #00E0FF;
	top: 41.5%;
    left: 56%;
}
.pulse span {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: inherit;
	border-radius: inherit;
	opacity: 0.8;
	animation: pulseAnimate 4s ease-out infinite;
	animation-delay: calc(1s * var(--i));
}
.pulse img {
	width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes pulseAnimate {
	100% {
		opacity: 0;
		transform: scale(4);
	}
}
.form-content {
	padding-right: 10px;
}
.form-content h2 {
	color: #090A0E;
}
.form-content p {
	color: rgba(9, 10, 14, 0.70);
	margin: 20px 0 34px;
}
.form-sec .form-wrap .form-group {
	margin-bottom: 26px;
}
.form-sec .form-wrap .form-style {
	padding: 18px 30px;
}
.form-sec .form-wrap label {
	top: 20px;
	left: 30px;
}
.form-sec .form-wrap .focused label {
	background-color: #F5F5F7;
	top: -10px;
}
.form-sec .form-wrap textarea.form-style {
    height: 128px;
}
/****faq-sec*****/
.faq-sec {
	padding: 150px 0 68px;
}
.faq-sec .show_accordian .common-btn {
	display: inline-block !important;
	margin-top: 29px;
}
.faq-sec .acc-block {
	max-width: 100%;
	margin: 76px 0 0;
}
.faq-sec .acc-block li {
	background-color: transparent;
	backdrop-filter: none;
	border-radius: 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 27px 0;
	margin-bottom: 0;
}
.faq-sec .acc-block li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-sec .acc-block p {
	max-width: 854px;
}
.faq-sec .acc-block li h6::after {
	background-image: url(../images/plus.svg);
}
.faq-sec .acc-block li h6 {
	color: rgba(245, 245, 247, 0.70);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq-sec .show_accordian h6::after {
    transform: rotate(45deg);
}
.faq-sec .acc-block .show_accordian h6 {
	color: #F5F5F7;
}
/*===============================lab page start=================================*/
/***lab-banner***/
.lab-banner .vacature-list-banner-heading {
	margin-bottom: 0;
}
.lab-banner .vacature-list-banner-heading p {
	max-width: 925px;
	width: 100%;
	margin: 0 auto;
}
.lab-banner .vacature-list-banner-heading h1 {
	margin-bottom: 26px;
}
.lab-tag {
	margin: 50px 0;
	overflow: hidden;
	position: relative;
}
.lab-tag::after,
.lab-tag::before {
	content: "";
	height: 100%;
	width: 22%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(-270deg, rgba(9, 10, 14, 0.00) -1.57%, #090A0E 73.03%);
}
.lab-tag::before {
	background: linear-gradient(270deg, rgba(9, 10, 14, 0.00) -1.57%, #090A0E 73.03%);
	z-index: 1;
	left: 0;
	right: auto;
}
.lab-tag-wrap {
	display: flex;
	width: max-content;
	gap: 50px;
}
.lab-tag ul {
	display: flex;
	gap: 50px; 
	padding: 0;
	margin: 0;
	list-style: none;
	/* display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -79%; */
	position: relative;
}
.lab-tag li {
	border-radius: 10px;
	background-color: #161925;
	padding: 10px 16px;
	color: #F5F5F7;
	font-size: 1.4rem;
	line-height: 20px;
	background: linear-gradient(90deg, #161925 0%, #161925 100%);
	background-clip: border-area; 
	position: relative;
/* 
	position: absolute;
	white-space: nowrap; */
}
.lab-tag li::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(90deg, rgba(31, 100, 246, 0.3) 0%, rgba(22, 25, 37, 0.5) 100%);
	border-radius: inherit;
	mask: conic-gradient(#161925 0 0) content-box exclude,conic-gradient(#161925 0 0);
}
.lab-tag li img {
	margin-right: 8px;
	margin-top: -3px;
	width: 16px;
	height: 16px;
}
/****lab-product-sec****/
.lab-product-sec {
	background-color: #F5F5F7;
	border-radius: 40px 40px 0 0;
	padding: 90px 0 136px;
	overflow-x: hidden;
}
.lab-product-heading {
	margin-bottom: 70px;
	max-width: 960px;
	width: 100%;
}
.lab-product-heading h2 {
	color: #090A0E;
}
.lab-product-heading h2 strong {
	color: #1F64F6;
}
.lab-filter {
	border-radius: 20px;
	background-color: #fff;
	padding: 36px 41px;
}
.lab-filter h4 {
	color: #090A0E;
}
.lab-filter-btn ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}
.lab-filter-btn li {
	border-radius: 10px;
	border: 1px solid rgba(9, 10, 14, 0.15);
	color: #090A0E;
	font-size: 1.4rem;
	line-height: 20px;
	font-family: 'Inter-SemiBold';
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.lab-filter-btn li:hover {
	border-color: #1F64F6;
	color: #1F64F6;
}
.lab-filter-main {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.lab-filter-btn .lab-btn-active {
	background-color: #1F64F6;
	border-color: #1F64F6;
	color: #fff;
}
.lab-filter-btn .lab-btn-active:hover {
	color: #fff;
}
.lab-reset {
	border-radius: 10px;
	border: 1px solid rgba(9, 10, 14, 0.15);
	color: #090A0E;
	font-size: 1.4rem;
	line-height: 20px;
	font-family: 'Inter-SemiBold';
	padding: 10px 16px;
	display: inline-block;
}
.lab-reset img {
	width: 15px;
	margin-right: 8px;
}
.lab-reset:hover {
	color: #fff;
	background-color: #1F64F6;
	border-color: #1F64F6;
}
.lab-reset:hover img {
	filter: invert(1);
}
.lap-product-main {
	margin-top: 64px;
}
.lab-category {
	margin-bottom: 137px;
}
.lab-category:last-child {
	margin-bottom: 0;
}
.lab-category .row {
	row-gap: 28px;
}
.lab-category h3 {
	color: #090A0E;
	position: relative;
	margin-bottom: 34px;
	font-size: 3.6rem;
	padding-left: 26px;
}
.lab-category h3::after {
	content: "";
	height: 16px;
	width: 16px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #1F64F6;
}
.each-lab-product {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: linear-gradient(180deg, #161925 0%, #090A0E 100%);
	height: 408px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.each-lab-product-img {
    height: 100%;
}
.each-lab-product-img img {
    height: 100%;
	object-fit: cover;
    /* object-fit: contain; */
    max-width: 100% !important;
    width: 183px;
}
.each-lab-product-text {
	position: absolute;
	top: 23px;
	left: 0;
	padding: 30px 40px;
	width: 100%;
}
.each-lab-product-text h4 {
	font-size: 2.8rem;
}
.lab-mark {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px 8px;
	background-color: #fff;
	color: #121212;
    font-family: 'Inter-SemiBold';
	font-size: 1rem;
	line-height: 20px; 
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}
.lab-mark-blue {
	color: #fff;
	background-color: #1F64F6;
}
.lab-bg-teal .each-lab-product {
	background: linear-gradient(214deg, #00F6EC -8.86%, #02AAB5 94.88%);
}
.lab-bg-gray .each-lab-product {
	background: linear-gradient(214deg, #A09B8C -8.86%, #55534A 94.88%);
}
.lab-bg-blue .each-lab-product {
	background: linear-gradient(214deg, #004EF6 -8.86%, #000E6A 94.88%);
}
.lab-bg-orange .each-lab-product {
	background: linear-gradient(214deg, #E19B23 -8.86%, #C4722F 94.88%);
}
.lab-bg-brown .each-lab-product {
	background: linear-gradient(180deg, #483C36 0%, #786256 100%);
}
.lab-bg-purple .each-lab-product {
	background: linear-gradient(214deg, rgba(143, 0, 246, 0.80) -8.86%, rgba(29, 47, 167, 0.95) 94.88%);
}
.lab-bg-processing .each-lab-product {
	background-image: url(../images/lab-processing.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blur-lab-category h2 {
	color: #090A0E;
	margin-bottom: 100px;
	margin-top: 40px;
	max-width: 780px;
	width: 100%;
}
.blur-lab-category .row {
	position: relative;
}
.blur-lab-category .row::after {
	content: "";
	height: calc(100% + 40px);
	width: calc(100% + 40px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    background-color: rgba(245, 245, 247, 0.80);
	backdrop-filter: blur(10px);
	display: none;
}
.blur-lab-category .each-lab-product-img {
    height: 100%;
} 
.blur-lab-category .each-lab-product-img img {
	height: 100%;
	object-fit: cover;
}
/*****lab-for-customer******/
.lab-for-customer {
	margin-bottom: 137px;
}
/***lab-customer****/
.lap-product-main .add_border {
	margin-bottom: 60px;
	align-items: center;
}
.lap-product-main .add_border h4 {
	color: #090A0E;
}
.lap-product-main .change_user_div {
    display: table;
    margin-left: auto;
}
.lap-product-main .select2-container,
.lap-product-main .change_user_div select {
	background-color: #1F64F6;
    border: 1px solid #1F64F6;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.6rem;
	color: #fff;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
}
.lap-product-main .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #1F64F6;
    border: 0 !important;
	color: #fff;
}
.lap-product-main .select2-container--default .select2-selection--single {
	border: 0;
}
.lap-product-main .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
    transform: translateY(-50%);
	right: 10px;
}
.lap-product-main .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #fff;
}
.lap-product-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #fff;
}
.select2-container--default .select2-results>.select2-results__options {
	overflow-x: clip;
}
.lap-product-main .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 8px;
}
.lap-product-main .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	width: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 5px;
}
/***tag_cls***/
.select2-results__option--selectable {
	color: #000;
}
.New_special_tag_cls {
	color: #0F6;
	background: rgba(0, 255, 102, 0.40);
}
.Hot_special_tag_cls {
	/* color: #E5A03A; */
	color: #fff;
	background: rgba(229, 160, 58, 0.9);
}
.Renewed_special_tag_cls {
	color: #36DBFF;
	background: rgba(54, 219, 255, 0.40);
}
.Nieuw_special_tag_cls {
	color: #fff !important;
	background: #43C090 !important;
}
.Uitverkocht_special_tag_cls {
	color: #fff !important;
	background: #BB0909 !important;
}
.Populair_special_tag_cls {
	color: #fff !important;
	background: #FFC700 !important;
}
.Ontwikkeling_special_tag_cls {
	color: #fff !important;
	background: #929292 !important;
}
.installed_lab_product_tag{
	background: #467e7e !important;
	color: #fff !important;
}
.development_lab_product_tag {
	background: #FFFFFF !important;
	color: #072d40 !important;
}
.add_dev_cls {
	background: #FFFFFF !important;
	color: #072d40 !important;
}
.lab-product-tags-wrapper > span,
.add_dev_cls {
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    top: 9px;
    right: 8px;
	font-size: 1.4rem;
	font-family: 'Inter-Regular';
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
} 
/*===============================lab-dtl page start=================================*/
/***lab-dtl-info-sec****/
.lab-dtl-info-sec {
	padding: 192px 0 140px;
}
.lab-dtl-info-text {
	padding-top: 90px;
}
.lab-dtl-info-text ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.lab-dtl-info-text ol li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #161925;
}
.lab-dtl-info-text ol li::after {
	content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg, #5B5D66 0%, #252833 100%);
    border-radius: inherit;
    mask: conic-gradient(#161925 0 0) content-box exclude, conic-gradient(#161925 0 0);
}
.lab-dtl-info-text ol li:hover {
	background-color: #161925;
}
.lab-dtl-info-text h5 {
	margin: 18px 0 33px;
}
.lab-dtl-info-text p {
	margin: 33px 0 28px;
}
.lab-dtl-info-text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.lab-dtl-info-text ul li {
	color: #fff;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}
.lab-dtl-info-text ul li:last-child {
	margin-bottom: 0;
}
.lab-dtl-info-text ul li::after {
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	top: 2px;
	left: 0;
	background-image: url(../images/tick-blue.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
}
.lab-dtl-btn {
	margin-top: 50px;
}
.lab-dtl-btn .no_hover:hover {
	background-color: transparent;
	border-color: transparent;
}
.lab-dtl-btn .border-btn {
	position: relative;
	padding-right: 44px;
	border-color: transparent;
}
.lab-dtl-btn .border-btn::after {
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: url(../images/info.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
}
.lab-dtl-info-img {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #191C26;
	max-width: calc(100% - 50px);
	margin-left: auto;
	padding: 8px;
}
.lab-dtl-info-img img {
	border-radius: 10px;
}
.transparent_bg {
    background-color: transparent !important;
}
.green_bg {
    background-color: #60c999 !important;
}
.red_bg {
    background-color: #b05758 !important;
}
.lab-dtl-btn .no_hover:hover {
    color: #FFF;
}
/*****related-lab-sec*****/
.related-lab-sec {
	background-color: #F5F5F7;
    border-radius: 40px 40px 0 0;
    padding: 126px 0 160px;
    overflow-x: hidden;
}
.related-lab-sec .blur-lab-category .row::after {
	display: none;
}
/*===============================bedankt page start=================================*/
/*****bedankt-sec****/
.bedankt-sec {
	padding: 220px 0 167px;
	position: relative;
}
.bedankt-sec::after {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
}
.bedankt-heading {
	margin-bottom: 67px;
}
.bedankt-sec .container {
	position: relative;
	z-index: 1;
}
.bedankt-sec .block-wrap {
	max-width: 1067px;
}
.bedankt-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.bedankt-bg img {
	height: 100%;
	object-fit: cover;
}
.bedankt-frame {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #191C26;
	padding: 8px;
}
.bedankt-img,
.bednakt-video video {
    height: 100%;
    display: block;
    object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}
.bedankt-sec .common-btn {
	display: table;
	margin: -28px auto 0;
}
/*===============================klanten-vertellen page start=================================*/
.review-banner-sec {
	position: relative;
	padding: 200px 0 20px;
}
.review-banner-img {
	border-radius: 30px 0 0 30px;
	overflow: hidden;
	position: absolute;
	top: 140px;
	right: 0;
	width: 854px;
}
.review-banner-text {
    max-width: 530px;
	width: 100%;
}
.review-banner-text p {
	margin: 38px 0 66px;
}
/****review-sec****/
.review-sec {
	padding: 96px 0 85px;
	background-color: #F5F5F7;
}
/*===============================morgen-footer page start=================================*/
/****morgen-footer-price-sec*****/
.morgen-footer-price-sec {
	padding: 180px 0 140px;
}
.morgen-footer-price-sec h2 {
	color: #fff;
	margin-bottom: 24px;
}
.morgen-footer-price-sec h6 {
	color: rgba(255, 255, 255, 0.70);
}
.morgen-footer-price-sec .price-heading {
	max-width: 750px;
	margin-bottom: 66px;
}
.morgen-footer-price-sec .each-price {
	background: linear-gradient(213deg, #1F2436 1.99%, #090A0E 95.27%);
}
.morgen-footer-price-sec .active-price {
	background: linear-gradient(34deg, #027FFF 4.89%, #59B4FF 95.55%);
    box-shadow: 0px 0px 50px 5px rgba(90, 143, 255, 0.60);
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.morgen-footer-price-sec .each-price .dark-btn {
	background: rgba(255, 255, 255, 0.10);
}
.morgen-footer-price-sec .active-price .dark-btn {
	background: linear-gradient(90deg, #090A0E 0%, rgba(9, 10, 14, 0.80) 100%);
}
.morgen-footer-price-sec .each-price .dark-btn:hover {
	background: #1F64F6;
}
/*===============================error-404-sec page start=================================*/
/******error-404-sec*****/
.error-404-sec {
	padding: 220px 0 100px;
	overflow-x: hidden;
}
.error-404-heading {
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
}
.error-404-heading h1 {
	color: rgba(255, 255, 255, 0.50);
}
.error-404-heading h1 strong {
	color: #fff;
	font-weight: normal;
}
.error-404-content {
    max-width: 432px;
    width: 100%;
    margin: -25px auto 0;
    position: relative;
    z-index: 1;
}
.error-404-sec .each-gallery {
	opacity: 0.5;
}
/*===============================light-website-design page start=================================*/
.light-design-feature-sec {
	padding: 130px 0 70px;
	border-radius: 40px 40px 0px 0px;
	background-color: #F5F5F7;
}
.light-design-feature-sec .block-wrap {
	max-width: 1070px;
}
.light-design-feature-heading {
	max-width: 464px;
	width: 100%;
	margin: 0 auto 67px;
}
.light-design-feature-heading h4 {
	color: #090A0E;
	margin-bottom: 15px;
}
.light-design-feature-heading p {
	color: rgba(9, 10, 14, 0.70);
}
.light-design-feature-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.light-design-feature-list li {
	color: #090A0E;
    font-family: 'Inter-Medium';
	font-size: 1.6rem;
	line-height: normal;
	position: relative;
	padding-left: 40px;
	padding-right: 15px;
	margin-bottom: 60px;
	width: 25%;
}
.light-design-feature-list li::after {
	content: "";
	height: 27px;
	width: 27px;
	position: absolute;
	left: 0;
	top: -4px;
	border-radius: 100%;
	background-image: url(../images/light-list-icon.svg);
	background-position: center center;
	background-size: cover;
}
/*****light-website-sec******/
.light-website-sec {
	padding: 180px 0 135px;
	overflow-x: hidden;
}
.light-website-heading {
	margin-bottom: 137px;
	max-width: 800px;
	width: 100%;
}
.each-light-website {
	padding: 130px 0 90px;
	position: relative;
}
.each-light-website:last-child {
	padding-bottom: 0;
}
.each-light-website::after {
	content: "";
    height: 1px;
    width: 150vw;
    left: -50vw;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
}
.each-light-website-img {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background-color: #191C26;
	padding: 5px;
	height: 100%;
}
.each-light-website-img img {
	height: 100%;
	border-radius: 10px;
}
.last-light-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.last-light-slide h4 {
	margin-bottom: 20px;
}
.light-website-slider {
	padding-left: 55px;
	position: relative;
	padding-right: 7px;
}
.light-website-slider .swiper-slide {
	height: auto;
}
.light-website-text {
	max-width: 420px;
	width: 100%;
}
.light-website-text h3 {
	position: relative;
	font-size: 3.6rem;
	line-height: 4rem;
	padding-left: 40px;
}
.light-website-text h3::after {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	background-color: #1F64F6;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}
.light-website-text ul {
	margin: 50px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.light-website-text .common-btn {
	position: relative;
	padding-left: 40px;
}
.light-website-text .common-btn::after {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    background-size: 16px;
    background-position: center center;
    background-image: url(../images/link.svg);
    background-repeat: no-repeat;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.light-website-text .common-btn:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.light-website-text li {
	border-radius: 10px;
	background-color: #161925;
	padding: 10px;
	text-align: center;
	position: relative;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'Inter-SemiBold';
	font-size: 1.4rem;
	line-height: 20px;
	width: 47%;
	background-clip: border-area; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.light-website-text li::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	border-radius: inherit;
	mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.light-website-slider .swiper-button-prev {
	top: 45%;
	left: -25px;
}
.light-website-slider .swiper-button-next {
	top: calc(50% + 15px);
	left: -25px;
	right: auto;
}
.light-website-slider .swiper-button-prev::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.light-website-slider .swiper-button-prev:hover::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.light-website-slider .swiper {
	border-radius: 15px 0 0 15px;
}
.light-website-slider .swiper::after {
	content: "";
	position: absolute;
	height: 63%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
	z-index: 1;
	pointer-events: none;
}
.upcoming-light-website .light-website-slider .swiper::after {
	background-color: rgba(9, 10, 14, 0.90);
	backdrop-filter: blur(10px);
	height: 100%;
}
.upcoming-light-website .light-website-slider .common-arrow {
	display: none;
}
.ongoing-light-site-btn {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.ongoing-light-site-btn .black-gradient-btn {
	background: #161925;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ongoing-light-site-btn .black-gradient-btn::before {
	background: linear-gradient(90deg, #161C2F 0%, #182F63 100%);
}
/*===============================photographer page start=================================*/
.photographer-banner-sec {
	padding: 222px 0 112px;
	position: relative;
	overflow: hidden;
}
.photographer-banner-sec::after {
	content: "";
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 0%, #090A0E 100%);
}
.photographer-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.photographer-banner-bg img {
	height: 100%;
	object-fit: cover;
}
.photographer-heading {
	max-width: 580px;
	width: 100%;
	margin-bottom: 30px;
}
.photographer-heading p {
	margin: 30px 0 0;
}
/*****photo-album******/
.photographer-banner-sec .container {
	position: relative;
	z-index: 1;
}
.photo-album #flipbook,
.photo-album #pdfbook  {
	width: 100%;
	height: 510px;
	border-radius: 10px;
	overflow: hidden;
}
.photo-album #flipbook .page,
.photo-album #pdfbook .page {
	width: 100%;
	height: 100%;
	background: linear-gradient(213deg, #1F2436 1.99%, #090A0E 95.27%);
}
.photo-album #flipbook .page img,
.photo-album #pdfbook .page img {
	height: 100%;
	object-fit: cover;
}
.photo-album #flipbook .hard,
.photo-album #pdfbook .hard {
	background: #22242b;
	display: flex;
	align-items: center;
	justify-content: center;
}
.photo-album #flipbook .hard img,
.photo-album #pdfbook .hard img {
	width: 200px;
	height: auto;
	object-fit: contain;
}
.photo-album {
	position: relative;
	margin-top: 50px;
}
.photo-album-wrap {
	border-radius: 15px;
	border: 1px solid #2B4288;
	background: linear-gradient(213deg, #1F2436 1.99%, #090A0E 95.27%);
	padding: 8px;
	height: 100%;
	width: 100%;
}
.album-control {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 30px;
	margin-bottom: 27px;
}
.album-autoplay {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	font-family: 'Inter-Regular';
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.album-fullscreen {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	font-family: 'Inter-Regular';
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.album-autoplay::after,
.album-fullscreen::after {
	content: "";
	height: 15px;
	width: 15px;
	position: absolute;
	left: 0;
	top: 4px;
	background-image: url(../images/autoplay.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.album-fullscreen::after {
	background-image: url(../images/full-screen.svg);
}
.album-autoplay:hover,
.album-fullscreen:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.album-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translate(-50%, -50%);
	width: calc(100% + 80px);
}
.album-prev, .album-next {
	cursor: pointer;
}
.album-pg-number {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.4rem;
	font-family: 'Inter-Regular';
	display: none;
}
.photo-album-active {
    padding: 30px;
}
.photo-album-active .photo-album-wrap {
	height: calc(100% - 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.photo-album-active .album-navigation {
    width: calc(100% - 26px);
}
.grid-album {
	height: 100%;
}
.grid-album .row {
	height: 100%;
	padding-left: 5px;
}
.grid-album .col-6 {
	height: 42%;
}
.grid-album .col-12 {
	height: 58%;
}
/***.photo-album iframe****/
.photo-album iframe {
    height: 600px;
    width: 100%;
}
/****photographer-info-sec***/
.photographer-info-sec {
	border-radius: 40px 40px 0px 0px;
	background-color: #F5F5F7;
	padding: 130px 0;
}
.photographer-info-heading {
	margin-bottom: 76px;
}
.photographer-info-heading h2 {
	color: #090A0E;
}
.each-photographer {
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.60);
	backdrop-filter: blur(10px);
	height: 100%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-photographer:hover {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	z-index: 1;
}
.each-photographer-text {
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.each-photographer-text h5 {
	color: #090A0E;
	margin-bottom: 10px;
}
.each-photographer-text p {
	color: rgba(9, 10, 14, 0.70);
	font-size: 1.4rem;
}
.photographer-reach h6 {
	color: #090A0E;
	margin-bottom: 8px;
}
.photographer-reach p {
	margin-bottom: 0;
	display: flex;
	word-break: break-word;
	align-items: start;
}
.photographer-reach p a {
	color: rgba(9, 10, 14, 0.70);
}
.photographer-reach p a:hover {
	color: #1F64F6;
}
.photographer-reach p img {
	margin-right: 8px;
	margin-top: 7px;
}
.photographer-reach {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
}
.photographer-reach-img {
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	margin-right: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.photographer-reach-img img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.photographer-reach-img:hover {
	transform: scale(3);
}
.photographer-reach-text {
	width: calc(100% - 95px);
}
.each-photographer-img {
	height: 100%;
	border-radius: 0 15px 15px 0;
	overflow: hidden;
}
.each-photographer-img img {
	height: 100%;
	object-fit: cover;
}
.photographer-main .col-lg-6 {
	padding: 0 10px;
}
.photographer-main > .row {
	margin: 0 -10px;
	row-gap: 30px;
}
.each-photographer .row {
	height: 100%;
}
/*===============================ebook page start=================================*/
/*****ebook-banner-sec****/
.ebook-banner-sec {
	padding: 100px 0 150px;
}
.ebook-banner-heading {
	text-align: center;
	max-width: 532px;
	width: 100%;
	margin: 0 auto 140px;
}
.ebook-banner-text {
	max-width: 605px;
	width: 100%;
	padding-right: 50px;
}
.ebook-banner-text p {
	margin: 18px 0 40px;
}
.ebook-banner-text h4 {
	line-height: 32px;
	margin-bottom: 32px;
}
.ebook-banner-text ul {
	padding: 0;
	margin-bottom: 50px;
	list-style: none;
}
.ebook-banner-text li {
	position: relative;
	margin-bottom: 28px;
	padding-left: 45px;
	color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter-Regular';
}
.ebook-banner-text li:last-child {
	margin-bottom: 0;
}
.ebook-banner-text li::after {
    content: "";
    height: 27px;
    width: 27px;
    border: 1px solid rgba(228, 240, 252, 0.30);
    background-color: rgba(255, 255, 255, 0.20);
    background-image: url(../images/price-tick.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 100%;
    top: -2px;
    left: 0;
    position: absolute;
}
.ebook-banner-text .common-btn {
	position: relative;
	padding-right: 35px;
}
.ebook-banner-text .common-btn::after {
	content: "";
    height: 10px;
    width: 10px;
    background-image: url(../images/btn-down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
	transform: translateY(-50%);
    right: 15px;
    position: absolute;
}
.ebook-banner-text .common-btn:hover::after {
	filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1965%) hue-rotate(210deg) brightness(94%) contrast(106%);
	-webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1965%) hue-rotate(210deg) brightness(94%) contrast(106%);
}
.ebook-banner-img h4 {
	text-align: center;
	background: linear-gradient(134deg, #FFF 27.7%, #090A0E 97.77%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 13px;
}
.ebook-banner-img {
	max-width: 694px;
	width: 100%;
	margin-left: auto;
	position: relative;
}
.ebook-tip {
	width: 580px;
	height: 310px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    bottom: 9%;
}
.each-ebook-tip h6 {
	color: #1F64F6;
    font-family: 'Inter-SemiBold';
	font-size: 1.2rem;
	line-height: 18px; 
}
.each-ebook-tip p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 18px; 
}
.each-ebook-tip {
	width: 185px;
	position: absolute;
	bottom: 0;
	height: fit-content;
	padding: 15px 20px;
}
.each-ebook-tip:hover {
	border-color: transparent;
    background: linear-gradient(90deg, rgba(9, 10, 14, 0.50) 0%, rgba(9, 10, 14, 0.40) 100%);
}
.black-gradient-btn:hover::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.each-ebook-tip:nth-child(1) {
	left: 0;
	top: 0;
}
.each-ebook-tip:nth-child(2) {
	right: -26px;
	top: -30px;
}
.each-ebook-tip:nth-child(2)::before {
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.each-ebook-tip:nth-child(3) {
	right: 0;
	bottom: 0;
}
.each-ebook-tip:nth-child(3)::before {
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.each-ebook-tip:nth-child(4) {
	left: 0;
	bottom: 0;
}
.each-ebook-tip img {
	position: absolute;
	width: 220px;
	top: 16px;
}
/*****ebook-review-sec******/
.ebook-review-sec {
	padding: 105px 0 112px;
	border-radius: 40px 40px 0px 0px;
	background-color: #F5F5F7;
}
.ebook-review-heading {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
.ebook-review-heading h3 {
	color: rgba(9, 10, 14, 0.80);
	line-height: 45px;
}
.ebook-review-main {
	height: 650px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}
.ebook-review-main::after {
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(245, 245, 247, 0.00) 0%, #F5F5F7 84.08%);
	pointer-events: none;
	z-index: 1;
}
.ebook-review-main::-webkit-scrollbar {
	display: none;
}
/******ebook-special-sec*****/
.ebook-special-sec {
	padding-bottom: 100px;
}
.special-ebook-download {
	padding: 60px 70px;
	min-height: auto;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.special-ebook-download::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/special-download-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.special-ebook-download .each-specialist-text {
	position: relative;
	z-index: 1;
}
.special-ebook-download h4 {
	margin-bottom: 28px;
}
.special-ebook-download .each-specialist-text {
	max-width: 650px;
	width: 100%;
}
.special-ebook-download .each-specialist-img {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 70%;*/
    width: 43%;
    height: 100%;
}
.special-ebook-download .each-specialist-img img {
	height: 100%;
	object-fit: cover;
}
.special-ebook-download .common-btn {
	padding-right: 35px;
}
.special-ebook-download .common-btn::after {
    content: "";
    height: 10px;
    width: 10px;
    background-image: url(../images/btn-down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    position: absolute;
}
.special-ebook-download .common-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1965%) hue-rotate(210deg) brightness(94%) contrast(106%);
    -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1965%) hue-rotate(210deg) brightness(94%) contrast(106%);
}
.ebook-special-sec .specialist-car .each-specialist-text {
	padding-right: 30px;
	padding-bottom: 240px;
}
.ebook-special-sec .specialist-car .each-specialist-img {
    width: 67%;
    bottom: -7%;
    right: -5%;
}
/****ebook-popup****/
.ebook-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.ebook-popup-close img {
	filter: invert(1);
}
.ebook-popup .modal-content-wrap {
	border-radius: 10px;
}
.ebook-popup .modal-content{
	border-radius: 10px;
}
.ebook-popup .modal-dialog {
	margin: 0 auto;
}
/****ebook-pg-color-chng****/
.ebook-body-tag .ebook-banner-heading h1 {
	color: #33D391;
	margin-bottom: 15px;
}
.ebook-body-tag .ebook-banner-text li strong {
	font-weight: normal;
	color: #33D391;
}
.ebook-body-tag .ebook-banner-text .common-btn,
.ebook-body-tag .special-ebook-download .common-btn,
.ebook-body-tag .consultation-text .common-btn {
	background-color: #33D391;
	border-color: #33D391;
	color: #090A0E;
}
.ebook-body-tag .ebook-banner-text .common-btn::after,
.ebook-body-tag .special-ebook-download .common-btn::after,
.ebook-body-tag .consultation-text .common-btn::after {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.ebook-body-tag .ebook-banner-text .common-btn:hover,
.ebook-body-tag .special-ebook-download .common-btn:hover,
.ebook-body-tag .consultation-text .common-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #33D391;
}
.ebook-body-tag .ebook-banner-text .common-btn:hover::after,
.ebook-body-tag .special-ebook-download .common-btn:hover::after,
.ebook-body-tag .consultation-text .common-btn:hover::after {
	filter: brightness(0) saturate(100%) invert(66%) sepia(18%) saturate(1413%) hue-rotate(103deg) brightness(100%) contrast(93%);
	-webkit-filter: brightness(0) saturate(100%) invert(66%) sepia(18%) saturate(1413%) hue-rotate(103deg) brightness(100%) contrast(93%);
}
.ebook-body-tag .each-ebook-tip h6 {
	color: #33D391;
}
.ebook-body-tag .header-area,
.ebook-body-tag .footer-area,
.ebook-body-tag .partner-sec-sec,
.ebook-body-tag .consultation-sec {
	display: none;
}
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}
.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}
.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.skiptranslate{
	display: none;
}
/*==========iframe-form=============*/
/*.demo-iframe{
	max-width: 600px;
	width: 100%;
	margin: 75px auto 10px;
}*/
.iframe-form-image{
	margin-bottom: 30px;
}
.demo-iframe #mc_embed_signup{
  	box-shadow: 0 6px 12px 0 #0d12161f;
  	border-radius: 6px;
  	padding: 20px;
  	width: 100%;
}
.demo-iframe #mc_embed_signup h2{
	color: #333333;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
  	font-weight: 400;
  	letter-spacing: normal;
  	line-height: 150%;
}
.demo-iframe #mc_embed_signup form{
	margin: 0;
}
.demo-iframe #mc_embed_signup .indicates-required, .demo-iframe #mc_embed_signup .mc-field-group label{
	line-height: 150%;
	font-size: 16px;
	color: #5d5d5d;
	text-align: left;
	margin-top: 8px;
	font-weight: bold;
	margin-right: 0;
}
.demo-iframe #mc_embed_signup .mc-field-group input{
	margin: 0;
	padding: 10px;
	background: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 3px;
	font-size: 14px;
  	color: #5d5d5d;
}
.demo-iframe #mc_embed_signup .mc-field-group input:focus{
  border-color: #5d5d5d;
}
.demo-iframe #mc_embed_signup .mc-field-group{
	width: 100%;
	padding-bottom: 18px;
}
.demo-iframe #mc_embed_signup .button{
	background-color: #3DC694;
	font-weight: 500;
  	font-size: 16px;
  	line-height: 42px;
  	height: 42px;
  	margin: 12px 5px 12px 0;
  	border-radius: 3px;
}
.demo-iframe #mc_embed_signup .button:hover {
  background-color: #444;
}
/*.demo-iframe #mc_embed_shell{
	padding-bottom: 50px;
}*/
.privacy_section{
	padding-top: 160px;
}
body .formError {
	z-index: 1;
}
.review-sec .bzqjut {
	max-width: 100% !important;
}
.ebook-review-sec .bzqjut {
	max-width: 100%;
}
.lab-welcome-text li a{
	color: #090A0E;
}
.lab-welcome-text li a{
	color: #090A0E;
}
.lab-welcome-text li.active a, .lab-welcome-text li:hover a {
	color: #fff;
}
.banner-content h1 ul {
     display: inline-block;
     position: relative;
     height: 113px;
     overflow: hidden;
     padding: 0 10px;
     margin: 0;
     list-style: none;
     flex-shrink: 0;
     top: 23px;
}
 .banner-content h1 li {
     display: block;
     position: absolute;
     top: 0;
     left: 50%;
     transform: translate(-50%, 100%);
     transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
     white-space: nowrap;
     font-style: normal;
     color: #CA2B39;
     opacity: 0;
	 font-size: 6.4rem;
}
 .banner-content h1 li.active_text {
     transform: translate(-50%, 0);
     opacity: 1;
}
.filled option{
    color: #C1C1C1;
	background-color: #fff;
}
.contact-popup-form option{
	color: #C1C1C1;
	background-color: #fff;
}
.contact-popup-form option:hover{
	color: #C1C1C1;
	background-color: #fff;
}
.scroller p {
	color: #fff;
	font-family: 'Inter-SemiBold';
	font-size: 6.4rem;
	line-height: 77px;
}
.scroller .inner {
	min-height: 80px;
}
.scroller p {
	max-height: 0;
	margin: 0;
	line-height: normal;
	overflow-y: hidden;
	transition: all 0.5s;
}
.scroller p.active {
	max-height: 500px;
}
.each-package-info-text h2 div {
  margin-right: 8px;
}
.garantie_section_swiper{
	height: 377px;
}
.swiper-slide-active .garantie-main{
	/* border-radius: 20px;
	border: 1px solid #FFF; */
	/* background: linear-gradient(90deg, #0481FF 0%, #57B3FF 64.5%); */
	/* box-shadow: 0px 0px 50px 20px rgba(73, 171, 255, 0.35); */
	/* padding: 34px 52px;
	position: relative; */
}
.garantie_section_swiper  .swiper-slide:nth-child(even) .garantie-main {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 64.5%),  #133660;
}
.garantie_section_swiper  .swiper-slide:nth-child(odd) .garantie-main {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 64.5%),  #0B101B;
}
.garantie_section_swiper  .swiper-slide-active .garantie-main {
	border-radius: 20px;
	border: 1px solid #FFF;
	background: linear-gradient(90deg, #0481FF 0%, #57B3FF 64.5%) ,rgba(4, 129, 255, 1) !important;
	box-shadow: 0px 0px 50px 20px rgba(73, 171, 255, 0.35);
	padding: 34px 52px;
	position: relative;
	transition: all 0s;
}
.garantie-info::after,
.garantie-info::before {
	opacity: 0;
}
.swiper-slide-active .garantie-info::after,
.swiper-slide-active .garantie-info::before {
	opacity: 1 !important;
}
.logo-dropdown li img {
	filter: brightness(0) invert(.35);
}
.logo-dropdown li img {
	filter: brightness(0) invert(.35);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo-dropdown li img:hover {
	filter:unset;
}
.each-package-info-text h2 {
	font-size: 5.4rem;
	opacity: 1;
}
.link-right-bottom {
    color: #1F64F6;
    font-family: 'Inter-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    margin-right:20px;
}
.link-right-bottom::after {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: 16px;
    background-position: center center;
    background-image: url(../images/link.svg);
    background-repeat: no-repeat;
}
.review-banner-sec{
	pointer-events: none
}
.review-sec {
  min-height: 1300px;
}
/*=====================================integraties page start==============================================*/
.integraties-top{
	position: relative;
	height: 976px;
}
.integraties-top-wrap .text-reveal{
	margin-bottom: 101px;
}
.integraties-top-wrap .text-reveal strong{
	color: rgba(255, 255, 255, 0.30);
}
.integraties-top-wrap .text-reveal p{
	/* color: rgba(255, 255, 255, 0.30); */
	margin-top: 17px;
}
.integraties-top-wrap{
	position: relative;
	top:200px;
}
.integraties-top::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(9, 10, 14, 0.00) 44.06%, #090A0E 96.9%);
	pointer-events: none;
	z-index: 0;
}
.integraties-sec{
	padding-bottom: 367px;
	background: #090A0E;
	overflow: hidden;
}
.universe {
    position: relative;
    width: 804px;
    height: 804px;
    border-radius: 50%;
    margin: auto;
    z-index: 5;
}
.center-div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 334.193px;
	height: 269.599px;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.center-div ul{
	padding-left: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.center-div img{
	border-radius: 10px;
	height: 100%;
}
.center-div ul li{
	flex-shrink: 0;
	width: 150px;
}
.center-div ul li:nth-child(1){
	transform: rotate(-15deg) translate(91px, 39px);
	position: relative;
	z-index: -1;
	height: 215.811px;
}
.center-div ul li:nth-child(2){
	height: 270px;
	width: 190px;
	transform: rotate(0deg) ;
}
.center-div ul li:nth-child(3){
	transform: rotate(15deg) translate(-91px, 39px);
	position: relative;
	z-index: -1;
	height: 215.811px;
}
.orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.orbit_1 {
	width: 804px;
	height: 804px;
	/* border: 1px solid red; */
}
.orbit_2 {
	width: 519px;
	height: 519px;
}
.planet {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	transform-origin: center center;
}
.orbit_1 .planet {
  background: rgba(9, 10, 14, 1);
  animation: orbitSpin1 20s linear infinite;
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.orbit_2 .planet {
  background: rgba(9, 10, 14, 1);
  animation: orbitSpin2 12s linear infinite;
  height: 50px;
  width:50px;
}
@keyframes orbitSpin1 {
  0% {
    transform: rotate(var(--angle)) translateX(var(--radius)) rotate(0deg);
  }
  100% {
    transform: rotate(calc(var(--angle) + 360deg)) translateX(var(--radius)) rotate(360deg);
  }
}
@keyframes orbitSpin2 {
  0% {
    transform: rotate(var(--angle)) translateX(var(--radius)) rotate(0deg);
  }
  100% {
    transform: rotate(calc(var(--angle) + 360deg)) translateX(var(--radius)) rotate(360deg);
  }
}
.integraties_lab{
	padding-bottom: 50px;
}
.integraties_lab .lab-filter-btn ul {
	flex-wrap: wrap;
	justify-content: center;
}
.integraties_lab .lab-filter .col-xl-10{
	width: 86%;
}
.integraties_lab .lab-filter .col-xl-2{
	width:14%;
}

.integraties_lab .lab-filter-reset{
	flex-basis: 232px;
}
.integraties_lab .integraties_each_product{
	height: 103.187px;
	padding: 32px;
	border-radius: 10px;
	background: #FFF;
	align-items: center;
	justify-content: center;
}
.integraties_lab .lap-product-main .col-xl-2{
	flex-basis: 262px;
}
.integraties_lab .lab-category h3{
	font-size: 2.4rem;
	line-height: 40px;
	margin-bottom: 24px;
}
.integraties_lab .lab-category{
	margin-bottom: 73px;
}
.integraties_lab .each-lab-product-img img {
	object-fit: contain;
}
.integraties-sec-top{
	/* position: relative; */
	bottom: -60px;
}
/*****banner-scroller-color-chng*****/
.scroller .inner p:nth-child(1){
	color: #1F64F6;
}
.scroller .inner p:nth-child(2){
	color: #C86732;
}
.scroller .inner p:nth-child(3){
	color: #00E0FF;
}
.scroller .inner p:nth-child(4){
	color: #33D391;
}
.scroller .inner p:nth-child(5){
	color: #3dc694;
}
/*===============================plan-kennismaking-popup====================================*/
.plan-kennismaking-popup {
	height: 100vh;
	position: fixed;
    z-index: 999;
	background-color: #090A0E;	
	width: 646px;
	right: -200vw;
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kennis-popup-active {
	right: 0;
}
.plan-popup-progress {
	height: 10px;
	background-color: rgba(255, 255, 255, 0.15);
}
.plan-popup-progress span {
	display: block;
	background-color: #1F64F6;
	width: 20%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.body-blur {
	height: 100vh;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    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;
}
.plan-popup-content {
	height: 100%;
	padding: 80px 70px;
	position: relative;
}
.plan-popup-content::after {
	content: "";
	height: 57%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/plan-kennis-popup-overlay.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.plan-popup-content-wrap {
	height: calc(100% - 80px);
	overflow-y: auto;
	padding-right: 20px;
}
.plan-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.plan-popup-close {
	height: 28px;
	width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.plan-popup-close img {
	width: 7px;
}
.plan-popup-close:hover {
	background-color: #1F64F6;
	border-color: #1F64F6;
}
.plan-popup-logo img {
	width: 200px;
}
.each-plan-popup-content {
	margin-bottom: 18px;
}
.each-plan-popup-content .common-btn {
	margin-top: 30px;
	cursor: pointer;
}
.each-plan-popup-content h4 {
	margin-bottom: 18px;
}
.each-plan-popup-content h6 {
	color: #fff;
	font-size: 1.6rem;
	line-height: 24px;
	margin-bottom: 20px;
}
.each-plan-popup-content h6 strong {
	color: #1F64F6;
	font-weight: normal;
}
.plan-popup-member h6 {
	text-align: center;
	margin-bottom: 25px;
}
.plan-popup-member h6 strong {
	color: #00E0FF;
	font-weight: normal;
}
.plan-popup-member {
	margin-top: 80px;
}
.plan-popup-member .swiper-wrapper {
	flex-wrap: wrap;
	row-gap: 10px;
	max-width: 332px;
	margin: 0 auto;
	justify-content: center;
}
.plan-popup-member .swiper-slide {
	width: 30% !important;
}
.plan-popup-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.plan-popup-btn .common-btn {
	cursor: pointer;
}
.plan-popup-btn .dark-btn {
	border-color: rgba(9, 10, 14, 0.79);
    background: #222327;
}
.plan-popup-btn .dark-btn:hover {
	background-color: #1F64F6;
    color: #fff;
}
/***plan-popup-underline***/
.plan-popup-underline label {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	display: block;
}
.plan-popup-underline label:first-child {
	padding-top: 0;
}
.plan-popup-underline label:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.plan-popup-underline label input {
	position: absolute;
	left: -9999px;
}
.plan-popup-underline label input:checked + strong:before {
	box-shadow: inset 0 0 0 2px #F5F5F7;
	background-color: #1F64F6;
}
.plan-popup-underline label strong {
	font-weight: normal;
	display: flex;
	align-items: center;
	transition: 0.1s ease;
}
.plan-popup-underline 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 #1F64F6;
}
/****plan-popup-square*****/
.plan-popup-square label {
	color: #fff;
	font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	display: inline-flex;
	border: 1px solid #2C2C2C;
	border-radius: 10px;
	padding: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.plan-popup-square label input {
	position: absolute;
	left: -9999px;
}
.plan-popup-square label input:checked + strong:before {
	box-shadow: inset 0 0 0 2px #F5F5F7;
	background-color: #1F64F6;
}
.plan-popup-square label input:checked + strong {
	border-color: #1F64F6;
}
.plan-popup-square label:hover {
	border-color: #1F64F6;
}
.plan-popup-square label:has(input:checked) {
	border-color: #1F64F6;
}
.plan-popup-square label strong {
	font-weight: normal;
	display: flex;
    align-items: center;
}
.plan-popup-square 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 #1F64F6;
}
/******plan-popup-rect*****/
.plan-popup-rect label {
	color: #fff;
	font-family: 'Inter-SemiBold';
	font-size: 1.6rem;
	line-height: 24px;
	display: inline-flex;
	border: 1px solid #2C2C2C;
	border-radius: 10px;
	padding: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.plan-popup-rect label input {
	position: absolute;
	left: -9999px;
}
.plan-popup-rect label input:checked + strong:before {
	box-shadow: inset 0 0 0 2px #F5F5F7;
	background-color: #1F64F6;
}
.plan-popup-rect label input:checked + strong {
	border-color: #1F64F6;
}
.plan-popup-rect label:hover {
	border-color: #1F64F6;
}
.plan-popup-rect label:has(input:checked) {
	border-color: #1F64F6;
}
.plan-popup-rect label strong {
	font-weight: normal;
	display: flex;
    align-items: center;
}
.plan-popup-rect label strong:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #F5F5F7;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	margin-right: 8px;
	transition: 0.1s ease;
	box-shadow: inset 0 0 0 0 #1F64F6;
}
/***plan-popup-textbox***/
.plan-popup-textbox .form-wrap .form-style {
	color: #fff;
}
.plan-popup-textbox .form-wrap label {
	color: rgba(255, 255, 255, 0.70);
}
.plan-popup-textbox .form-wrap .focused label {
	background-color: #090A0E;
}
/***plan-popup-selectbox***/
.plan-popup-selectbox .select-style {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #2C2C2C;	
    height: 44px;
    line-height: 42px;
    font-family: 'Inter-SemiBold';
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    color: #fff;
    padding: 0 18px;
	text-align: center;
	background: url(../images/pop-down-arrow.svg) #090A0E no-repeat 93% center/10px;
}
/****plan-popup-inspiration*****/
.plan-popup-inspiration  {
	margin-top: 30px;
}
.plan-popup-inspiration label {
	border: none;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/*****lab-price-popup******/
.lab-price-popup-active {
	right: 0;
}
.lab-price-popup h4 {
	font-style: italic;
	margin-bottom: 15px;
}
.lab-price-popup p {
	margin-bottom: 15px;
}
.lab-price-popup p a {
	color: #1F64F6;
	text-decoration: underline;
	text-underline-position: under;
}
.lab-price-popup p a:hover {
	color: #fff;
}
.lab-price-popup hr {
	background-color: rgba(255, 255, 255, 0.25);
	opacity: 1;
	display: block;
	margin: 50px 0;
}
.lab-price-popup li {
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter-Regular';
}
.lab-price-popup li:last-child {
	margin-bottom: 0;
}
.lab-price-popup .form-wrap {
	padding-bottom: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.lab-price-popup .form-wrap .form-style {
	color: #fff;
	border-color: #C1C1C1;
}
.lab-price-popup .form-wrap label {
	color: rgba(255, 255, 255, 0.70);
	top: -10px;
	background-color: #090A0E;
	font-size: 1.2rem;
    padding: 4px 7px;
    line-height: 12px;
}
.lab-price-popup .form-wrap .focused label {
	background-color: #090A0E;
}
.lab-price-popup .form-wrap .common-btn {
	width: 100%;
}
.lab-price-premium p {
	width: 100%;
	max-width: 387px;
	margin: 6px auto 0;
	color: rgba(255, 255, 255, 0.70);
}
.lab-price-premium p strong {
	font-weight: normal;
	font-family: 'Inter-Bold';
}
.lab-price-free p {
	width: 100%;
	max-width: 387px;
	margin: 6px auto 0;
	color: #33D391;
}
.lab-price-free img {
	filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(2740%) hue-rotate(103deg) brightness(102%) contrast(89%);
	-webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(9%) saturate(2740%) hue-rotate(103deg) brightness(102%) contrast(89%);
}
.lab-price-popup .form-wrap .focused label {
	top: -10px;
	background-color: #090A0E;
}
/***lab-installed-customer-btn****/
.lab-installed-customer-btn {
	margin-top: 50px;
}
.lab-installed-customer-btn .common-btn {
	margin: 0 10px 10px 0;
}
.lab-installed-tag,
.lab-installed-tag:hover {
	background-color: rgba(31, 100, 246, 0.50);
	border-color: rgba(31, 100, 246, 0.50);
	color: #fff;
	cursor: default;
}
.lab-deactive-popup-active {
	right: 0;
}
.lab-deactive-popup h4 {
	font-style: italic;
}
.lab-deactive-popup p {
	margin: 15px 0 40px;
}
.lab-deactive-popup .remove-lab-btn {
	background-color: #D34633;
	border-color: #D34633;
	display: block;
	width: 100%;
}
.lab-deactive-popup .remove-lab-btn:hover {
	background-color: #1F64F6;
	border-color: #1F64F6;
	color: #fff;
}
.lab-deactive-close-btn {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'Inter-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	text-decoration: underline;
	text-underline-position: under;
	text-align: center;
	display: table;
	margin: 10px auto 0;
}
.lab-deactive-close-btn:hover {
	color: #1F64F6;
	text-decoration: underline;
}
.ebook-class header, .ebook-class footer, .ebook-class .consultation-sec, .ebook-class .partner-sec-sec, .ebook-class .morgeninternet-footer,.ebook-class .contact-social  {
	display: none;
}
.ebook-class .ebook-popup {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.usp-heading h4 {
	font-size: 3rem;
    line-height: inherit;
}
.integraties_lab .lab-filter-heading{
	margin-top:7px;
}
.integraties_lab .lab-filter-btn ul{
	justify-content: start;
}
.each-lab-product.integraties_each_product.new-count-block {
    background: linear-gradient(34deg, #027FFF 4.89%, #59B4FF 95.55%);
}
.default-subscription .each-price .dark-btn{
	background: rgba(255, 255, 255, 0.10);
}
.default-subscription .each-price .dark-btn:hover {
    background: #1F64F6;
}
/*================================photobook page start============================================*/
.photobook-sec .photographer-heading {
	max-width: 800px;
}
.photobook-sec .photo-album #flipbook .page img {
    height: auto;
    object-fit: cover;
}
.photobook-sec .photo-album #flipbook .page {
	background: #060B0E;
	display: flex;
    align-items: center;
    justify-content: center;
}
.photobook-sec .photo-album-wrap {
	background: #060B0E;
}

/****pdf-book-sec****/
.pdf-book-sec .photo-album #pdfbook .page img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.pdf-book-sec .photo-album #pdfbook {
	height: 850px;
	overflow: hidden;
}
.pdf-book-sec .photo-album .page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pdf-book-sec .photo-album #pdfbook .hard img {
	width: 200px;
    height: auto;
    object-fit: contain;
}
