/*!
Theme Name: PADDAP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paddap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PADDAP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600&display=swap');

:root {
	--bodyFont: 'Exo 2';
	--primaryColor: #00323C;
	--orange: #FFB43C;
	--lightGreen: #F0FFF5;
	--linearGradient: linear-gradient(180deg, #0F5046 0%, #00323C 100%);
	--lightBackground: #A9A9A9;

	--secondaryColor: #0F5046;
}
html {
	scroll-behavior: smooth;
}
body,
strong,
p {
	font-family: var(--bodyFont);
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: var(--primaryColor);
}

ul {
	margin-left: 0px;
}

strong {
	font-weight: 600 !important;
}

body {
	background-color: var(--lightGreen);
}

.grid {
	display: grid;
	grid-gap: 2rem;
}

.grid-col-2 {
	grid-template-columns: 1fr 1fr;
}

h1, h2, h3, h4 {
	font-family: var(--bodyFont);
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	margin-top: 0px;
}

h2 {
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 50px;
}

h3 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}

h4 {
	font-size: 30px;
	line-height: 36px;
}

li {
	font-family: var(--bodyFont);
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

h1 strong, h2 strong, h3 strong, h4 strong, p strong{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-family: inherit;
}

section, .padding {
	position: relative;
	padding: 100px 5%;
	z-index: 1;
}

.container {
	padding: 0 5%;
}

.banner {
	height: 400px;
	width: 100%;
	object-fit: cover;
	display: block;
}

.entry-content {
	margin: 0px;
}

.noPadding {
	padding: 0px;
}

/* NAV */

header#masthead {
	position: absolute;
	top: 0;
	padding: 2rem 5%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.menu a {
	color: white;
	margin-bottom: 1rem;
}

.hamburgerItem:last-of-type {
	margin-bottom: 0px;
}

.hamburgerItem {
	width: 40px;
	background-color: white;
	height: 4px;
	margin-bottom: 0.5rem;
	transition: 0.3s;
}

.hamburger {
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.open .hamburgerItem2 {
	width: 0px;
}

.open .hamburgerItem.hamburgerItem3 {
	transform: translateY(-12px) rotate(-45deg);
}

.open .hamburgerItem.hamburgerItem1 {
	transform: translateY(12px) rotate(45deg);
}

nav#site-navigation {
	position: fixed;
	background: var(--linearGradient);
	top: 0;
	right: 0%;
	width: fit-content;
	z-index: 1;
	transition: .3s;
	padding: 100px 10% 20px 20px;
	transform: translateX(100%);
	border-radius: 0px 0px 0px 20px;
}

.watchVideo p {
	margin: 0;
}

li {
	position: relative;
	width: fit-content;
}

strong.openVideoPopup svg {
	width: 20px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 0rem;
	display: none;
}

.watchVideo {
	position: absolute;
	right: -80%;
	top: 0;
}

.open nav#site-navigation {
	transform: translateX(0%);
}

ul#primary-menu {
	display: flex;
	flex-flow: column;
}

ul#primary-menu {
	display: flex;
	flex-flow: column;
}

.openVideoPopup {
	cursor: pointer;
}

/* INTRO */

section.intro {
	padding: 100px 0px;
}

.introContent {
	padding: 0px 5%;
}

video#myVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	z-index: 0;
	top: 0;
	left: 0;
}

.introContent {
	max-width: 900px;
}

.introContent h1 {
	color: white;
	margin-top: 100px;
}

span.primaryBttn {
	border-radius: 100px;
	background-color: var(--orange);
	font-size: 20px;
	line-height: 24px;
	padding: 14px 80px;
	display: block;
	width: fit-content;
	cursor: pointer;
}

.introContent a {
	color: var(--primaryColor) !important;
	text-transform: uppercase;
}

.introContent {
	position: relative;
	z-index: 1;
}

span.primaryBttn svg {
	margin-left: 0.5rem;
	transition: .3s;
}

span.primaryBttn:hover svg {
	margin-left: 1rem;
	margin-right: -0.5rem;
}



/* Section 2 */

.linearGreen {
	background: var(--linearGradient);
}

.linearGreen h2, .linearGreen p {
	color: white !important;
}

.userItemsBody {
	overflow: hidden;
}

.userItemsBodyContainer {
	display: flex;
}

.userItemsBodyContainer .userItemContent {
	flex-shrink: 0;
	width: 100%;
	padding: 50px 5%;
}

.userItemsContainer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	display: flex;
	flex-flow: column;
}

.userItemsHeader {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.userItemHeaderItem h3 {
	margin-top: 0px !important;
	margin-bottom: 0px;
}

.userItemHeaderItem p {
	color: var(--primaryColor) !important;
	margin-bottom: 0px !important;
}

.userItemHeaderItem {
	background-color: var(--lightGreen);
	padding: 30px;
	opacity: 0.5;
	transition: .3s;
	cursor: pointer;
	box-shadow: inset 5px 5px 10px 0px rgba(47,85,48,0.15);
}

.userItemsBody {
	background-color: var(--lightGreen);
}

.userItemHeaderItem1 {
	border-radius: 20px 0px 0px 0px;
}

.userItemHeaderItem3 {
	border-radius: 0px 20px 0px 0px;
}

.userItemsBodyContainer div p {
	color: var(--primaryColor) !important;
}

.userItemContent h4 {
	margin-bottom: 0px;
}

.userItemsBody {
	background-color: var(--lightGreen);
	border-radius: 0px 0px 20px 20px;
}

.userItemContent img {
	width: 400px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	object-fit: contain;
}

span.secondaryBttn {
	border: 2px solid var(--primaryColor);
	border-radius: 100px;
	padding: 6px 40px;
	display: block;
	width: fit-content;
	cursor: pointer;
	transition: .3s;
}

span.secondaryBttn a {
	color: var(--primaryColor);
	text-decoration: none;
	transition: .3s;
}

span.secondaryBttn.orangeBttn, .secondaryBttn.orangeBttn a {
	border-color: var(--orange);
	color: white !important;
}

span.secondaryBttn:hover {
	background-color: var(--primaryColor);
	color: white !important;
}

span.secondaryBttn:hover a {
	color: white !important;
}

span.secondaryBttn.orangeBttn:hover {
	background-color: var(--orange);
}

.contactContainer h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.imageSection div {
	max-width: 800px;
}

.imageSection h2 {
	margin-top: 0px !important;
}

.imageSection img {
	/* 	margin-top: 4rem; */
	height: fit-content;
	display: block;
}

figure {
	margin: 0px !important;
}

.techImagesContainer.padding img {
	display: block;
}

.techImagesContainer.padding {
	padding-bottom: 0px;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin: auto;
	padding: 0;
	margin-top: 2rem;
	width: 90%;
}

.techImagesContainer.padding div {
	max-width: 100% !important;
}

.techImagesContainer.padding img {
	margin: 0px;
}

.techImagesContainer.padding img {
	display: block;
	border-radius: 20px;
	box-shadow: 5px 5px 20px 0 rgb(255 255 255 / 20%);
}
.techImagesContainer.padding .techRightImageRight figure img {
	border-radius: 20px 20px 0 0;
}

.techRightImage {
	display: flex;
	flex-flow: column;
	gap: 1.5rem;
}

.techRightImageLeft {
	display: flex;
	align-items: baseline;
	flex-flow: row-reverse;
	gap: 1.5rem;
}

.imageSection {
	display: flex;
	justify-content: space-between;
	padding: 0px 5% 0px 0px;
	z-index: 1;
	position: relative;
}

.userItemHeaderItem.active {
	opacity: 1;
	box-shadow: unset;
}

.userItemsBodyContainer {
	transition: .3s;
}

/* Section 3 */

.bigIntroText {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
}

/* Section 5 */

p.sectionDescription {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	margin-top: 0px;
}

.withDescription h2 {
	margin-bottom: 0px;
}

section.withDescription p {
	max-width: 900px;
}

/* Section 6 */

.contactDetails a {
	color: white;
	text-decoration: none;
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: var(--bodyFont);
}

img.contactImg {
	margin-left: auto;
	margin-right: -11.3%;
	margin-top: 80px;
	width: 600px;
}

.page {
	margin: 0px !important;
}

.grid {
	position: relative;
	z-index: 1;
}

.bulletEffect {
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	mix-blend-mode: lighten;
}

.bulleftEffect2 {
	object-fit: cover;
}

.linearGreen {
	position: relative;
}

.contactDetails {
	display: flex;
	flex-flow: column;
}

.contactDetails a {
	display: flex;
	align-items: center;
}

.contactDetails svg {
	fill: white;
	margin-right: 0.5rem;
}

.videoPopup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.videoPopup video {
	width: 80%;
	height: 80%;
	object-fit: cover;
	z-index: 2;
}

.videoPopupOverlay {
	background-color: rgba(255, 255, 255, .9);
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.videoPopupOverlay {
		background-color: rgba(255, 255, 255, .5);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
}

.videoPopupOverlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
}

svg.closePopup {
	position: absolute;
	background-color: var(--orange);
	fill: white;
	z-index: 3;
	border-radius: 100px;
	transform: scale(2);
	right: 9.5%;
	top: 8.5%;
	cursor: pointer;
}

.videoOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	z-index: 1;
	top: 0;
}

/* Swiper */
.reviews .swiper-slide {
	width: 50%;
	opacity: 0.5;
	transition: .3s;
	cursor: grab;
}

.swiper-content {
	padding: 40px 40px;
	text-align: center;
}

.reviews .swiper-slide-active {
	opacity: 1;
}

.swiper-content {
	padding-bottom: 0px;
}

.swiperReview {
	padding-top: 0px;
}

div#technology {
	padding-bottom: 100px;
}

.reviews .swiper-content {
	padding-top: 0px !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -4rem;
}

.swiper-pagination-bullet {
	transition: .3s;
}

.swiper-slide p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.swiper-slide strong {
	margin-top: 2rem !important;
	display: block;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primaryColor);
	width: 10px;
	height: 10px;
}

.partnersOverlay a {
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 20px;
}

.techImagesContainer.padding img {
	max-height: 100%;
}

.techImagesContainer.padding div {
	padding: 0px;
}

.partnersOverlay img {
	width: 200px;
}

.partners.padding {
	width: 90%;
	margin: auto;
}

.partnersOverlay {
	padding-top: 0px;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
	display: grid;
	grid-gap: 2rem;
}

.partnersSwiper .swiper-slide {
	opacity: 1;
	text-align: center;
	padding: 25px;
	height: 50px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.partnersSwiper .swiper-slide a {
	width: 100%;
	height: 100%;
}

.partnersSwiper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.logoGrid {
	display: grid;
	background-color: white;
	padding: 0px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

section.logoGrid a {
	background-color: white;
	display: flex;
	align-items: center;
	padding: 1rem;
	justify-content: center;
	border-radius: 20px;
}

section.logoGrid a img {
	height: 50px;
	object-fit: contain;
}

/* VACANCIES */

#vacancies .vacanciesGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 30px;
}
#vacancies .vacanciesGrid .vacanciesWrapper {
	display: flex;
	flex-flow: column;
}
#vacancies .vacancy .vacanciesWrapper .goToVacancy {
	font-family: var(--bodyFont);
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: var(--primaryColor);
	padding: 10px 20px;
	border: 2px solid var(--primaryColor);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 100px;
	text-transform: uppercase;
	transition: .3s;
	/* 	text-decoration: underline; */
	margin-top: 20px;
}
#vacancies .vacancy .vacanciesWrapper .goToVacancy:hover {
	color: white;
	background-color: var(--primaryColor);
}
#vacancies .vacancy .vacanciesWrapper .goToVacancy:not(:first-child) {
	margin-top: 20px;
}
#vacancies .vacancy .vacanciesWrapper .goToVacancy:hover a {
	color: white;
}
#vacancies .vacancy .vacanciesWrapper .goToVacancy a {
	font-family: var(--bodyFont);
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: var(--primaryColor);
	text-transform: uppercase;
	transition: .3s;
	display: block;

}

#vacancies .vacancy .vacanciesWrapper .goToVacancy .toVacancy{
	text-decoration: underline;
}
a{
	text-decoration: none;
}

#vacancies .gallery__item {
	margin: 0;
}
#vacancies .gallery {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(5, 5vw);
	grid-gap: 15px;
	margin: 0;
}

#vacancies .gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#vacancies .gallery__item--1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

#vacancies .gallery__item--2 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3;
}

#vacancies .gallery__item--3 {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 4;
}

#vacancies .gallery__item--4 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end: 6;
}

#vacancies .gallery__item--5 {
	grid-column-start: 7;
	grid-column-end: 5;
	grid-row-start: 4;
	grid-row-end: 6;
}

#vacancies .gallery__item--6 {
	grid-column-start: 7;
	grid-column-end: 9;
	grid-row-start: 4;
	grid-row-end: 6;
}

.partnersSwiper {
	display: block;
	padding: 100px 5%;
}

.testimonial_image {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	margin-top: 15px;
	margin-right: 15px;
	object-fit: cover;
}

.testimmonial_container {
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tech-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(10, 1fr);
	grid-gap: 15px;
	margin-top: 2rem;
	height: 400px;
}

#tech-gallery figure {
	margin: 0;
}


#tech-gallery .gallery__item--1 {
	grid-area: 1 / 1 / 11 / 4;
}

#tech-gallery .gallery__item--2 {
	grid-area: 6 / 4 / 11 / 11;
}

#tech-gallery .gallery__item--3 {
	grid-area: 1 / 8 / 6 / 11;
}

#tech-gallery .gallery__item--4 {
	grid-area: 1 / 4 / 6 / 8;
}

#tech-gallery .gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 0;
}

section.withDescription #vacancies {
	max-width: 900px;
}

.gallery.col {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-bottom: 0px;
}

.gallery.col figure:nth-child(1) { grid-column: span 4; }
.gallery.col figure:nth-child(2) { grid-column: span 4; }
.gallery.col figure:nth-child(3) { grid-column: span 4; }
.gallery.col figure:nth-child(4) { grid-column: span 4; }
/* .gallery.col figure:nth-child(5) { grid-column: span 3; }
.gallery.col figure:nth-child(6) { grid-column: span 4; } */

.gallery.col img {
	display: block;
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

q {
	font-style: italic;
}

.imageSectionTechImagesContainer {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-gap: 2rem;
	height: 600px;
	width: 60%;
	z-index: 4;
	position: relative;
	margin-top: -14%;
}

.imageSectionTechImagesContainer img:nth-child(1) { grid-area: 3 / 2 / 7 / 6; }
.imageSectionTechImagesContainer img:nth-child(2) { grid-area: 1 / 6 / 4 / 8; }
.imageSectionTechImagesContainer img:nth-child(3) { grid-area: 4 / 6 / 7 / 9; }

.imageSectionTechImagesContainer img {
	border-radius: 20px;
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}


/* Jouri css */
div#technology {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	grid-template-rows: repeat(4, max-content);
	grid-gap: 0 30px;
}
div#technology .imageSectionImagesContainer {
	grid-row: span 2;
	display: flex;
}
div#technology .imageSectionImagesContainer img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: right;
}
div#technology .leftImage {
	grid-column: 1;
	max-width: unset;
}
div#technology .contentColumm {
	margin-bottom: 30px;
	grid-column: 3 / 4;
	grid-row: span 3;
}
div#technology .leftImage img {
	height: auto;
	width: 80%;
	margin-left: auto;
	border-radius: 20px;
	margin-top: 30px;
}
div#technology .rightImage {
	grid-column: 2;
	grid-row: 1 / 4;
	display: flex;
	flex-flow: column;
	margin-top: auto;
}
div#technology .rightImage img:first-of-type {
	width: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 20px;
	/* 	margin-top: auto; */
}
div#technology .rightImage img:last-of-type {
	width: 70%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	margin-top: 30px;
	height: 40%;
}

/* RESPONSIVE */

@media screen and (max-width: 980px) {
	#vacancies .vacanciesGrid {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
	}

	.bulletEffect {
		object-fit: cover;
	}

	.rightImage, div#technology .leftImage {
		padding: 0px !important;
	}

	div#technology .imageSectionImagesContainer img {
		height: 100%;
	}

	div#technology .imageSectionImagesContainer {
		grid-row: span 2;
		grid-column: span 1;
		grid-row-start: 2;
		padding: 0px;
	}

	div#technology .leftImage img, div#technology .rightImage img:last-of-type {
		margin-top: 20px;
	}

	div#technology .rightImage img:last-of-type {
		width: 80%;
	}

	div#technology .rightImage img:first-of-type {
		width: 60%;
	}

	div#technology .rightImage img:last-of-type, div#technology .rightImage img:first-of-type, div#technology .leftImage img {
		border-radius: 10px;
	}

	div#technology {
		grid-gap: 0 20px;
	}

	div#technology .imageSectionImagesContainer img {
		margin-top: 0px;
	}

	div#technology .contentColumm {
		margin-bottom: 30px;
		grid-column: span 2;
	}

	div#technology {
		padding-bottom: 50px;
	}

	.gallery.col img {
		height: 200px;
	}

	.techImagesContainer.padding .techRightImageRight figure img {
		border-radius: 20px;
	}
	#vacancies .gallery {
		grid-gap: 10px;
	}
	.banner {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

	svg.logo {
		width: 188px;
		height: 60px;
	}

	.watchVideo {
		display: none;
	}

	strong.openVideoPopup svg {
		display: inline-block;
	}

	.partners.padding {
		display: none;
	}

	.swiper-content {
		padding: 0px 0;
	}

	.partners.padding {
		width: 100%;
	}

	.reviews {
		padding: 0px 5%;
		margin-top: 0px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -2rem;
	}

	nav#site-navigation {
		width: 100%;
		height: 100%;
		border-radius: 0px;
	}

	body,
	strong,
	p, p.sectionDescription {
		font-family: var(--bodyFont);
		font-size: 18px;
		line-height: 21px;
		font-weight: 400;
		color: var(--primaryColor);
	}

	p.sectionDescription {
		font-weight: 600;
	}

	.grid-col-2 {
		grid-template-columns: 1fr;
	}

	h1, h2, h3, h4 {
		font-family: var(--bodyFont);
		font-size: 50px;
		line-height: 50px;
		font-weight: 600;
		margin-top: 0px;
	}

	h2 {
		font-size: 50px;
		line-height: 62px;
		margin-bottom: 50px;
	}

	h3 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	h4, p.bigIntroText {
		font-size: 20px;
		line-height: 26px;
	}

	li {
		font-family: var(--bodyFont);
		font-weight: 400;
		font-size: 18px;
		line-height: 21px;
	}

	section.grid.grid-col-2 svg {
		width: 300px;
		height: 192px;
	}

	section, .padding {
		padding: 50px 5%;
	}

	.userItemContent img {
		width: fit-content;
		height: 100%;
		max-height: 300px;
		margin-left: 0px;
	}

	.userItemsContainer {
		width: 100%;
	}

	.userItemsHeader p {
		display: none;
	}

	.userItemHeaderItem h3 {
		margin-bottom: 0px !important;
	}

	.imageSection {
		flex-flow: column-reverse;
	}

	span.secondaryBttn {
		width: fit-content;
		padding: 6px 20px;
	}

	.imageSection div {
		padding: 0px 5%;
	}

	.imageSection img {
		margin-top: 4rem;
		max-height: 400px;
		object-fit: contain;
		object-position: left;
	}

	img.contactImg {
		margin-right: -5.5% !important;
		margin-top: 40px;
	}

	.videoPopup video {
		height: 400px;
		width: 90%;
	}

	svg.closePopup {
		right: 3.5%;
		top: 26.5%;
	}
	.bulletEffect {
		height: 400px;
	}
	.techRightImageLeft, .techRightImage, .techImagesContainer.padding {
		gap: 1rem;
	}
	.techImagesContainer.padding img {
		border-radius: 5px;
	}
}


.stickyContact{
	position: fixed;
	bottom: 120px;
	right: 5%;
	z-index: 2;
}
.stickyContact .contactBttn {
	right: 0;
	position: absolute;
	padding: 11px 19px;
	text-transform: uppercase;
	margin: 2rem 5%;
	color: #00323C !important;
	text-align: center;
	width: fit-content;
	white-space: nowrap;
	transition: .3s;
	border: 2px solid var(--orange);
}
.stickyContact .contactBttn:hover {
	background-color: var(--lightGreen);
}
.language {
	display: none !important;
	/*display: flex;*/
	flex-direction: column;
	margin-right: 20px;
	position: relative;
	padding-top: 4px;
}
.language img {
	width: 35px;
}
.language.nlLanguage .en, .language .nl {
	position: absolute;
	bottom: -40px;
	display: none;
}

.language.nlLanguage .nl, .language .en {
	display: block;
	bottom: 0;
	position: relative;
}

.language:hover a  {
	display: block !important;
}

.mobileHoverText {
	display: none;
}

@media screen and (max-width: 375px) {
	.stickyContact .contactBttn {
		padding: 9px 30px;
		margin: 3rem 5%;
	}
	.language {
		margin-right: 5px;
	}
}

@media screen and (max-width: 425px){
	.language {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.desktopHoverText {
		display: none;
	}
	.mobileHoverText {
		display: block;
	}
	.stickyContact .contactBttn {
		padding: 0;
		width: 74px;
		height: 74px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.userItemsHeader .userItemHeaderItem1 {
		border-radius: 20px 20px 0px 0px;
	}

	.userItemHeaderItem {
		border-radius: 0px;
	}

	.userItemsHeader {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 768px) {

	#tech-gallery {
		padding: 0;
		margin-top: 25px;
	}

	#tech-gallery .gallery {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-template-rows: repeat(10, 1fr);
		grid-gap: 15px;
		padding: 0;
		height: 400px;
	}

	#tech-gallery .gallery__item--1 {
		grid-area: 1 / 1 / 6 / 6;
	}

	#tech-gallery .gallery__item--2 {
		grid-area: 6 / 1 / 11 / 6;
	}

	#tech-gallery .gallery__item--3 {
		grid-area: 1 / 6 / 6 / 11;
	}

	#tech-gallery .gallery__item--4 {
		grid-area: 6 / 6 / 11 / 11;
	}
}

@media screen and (max-width: 650px) {
	section.logoGrid a {
		padding: 1rem;
	}

	.gallery.col {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		margin-bottom: 0px;
	}

	#vacancies .vacancy .vacanciesWrapper .goToVacancy .toVacancy{
		padding-left: 20px;
	}

}

.mobileLang {
	display: none;
}

@media screen and (max-width: 450px) {
	#vacancies .vacancies_container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		grid-gap: 25px;
	}
	.desktopLang {
		display: none;
	}
	.mobileLang {
		display: block;
	}
}

@media screen and (max-width: 400px) {
	span.primaryBttn.openVideoPopup {
		font-size: 18px;
		padding: 14px 60px;
	}

	span.primaryBttn {
		padding: 14px 59px;
	}
}
img.wpml-ls-flag{
	height: 40px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	padding: 0 !important;
	margin-right: 50px;
}

.wpml-ls-legacy-dropdown>ul {
	float: right;
}

.wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown a:hover {
	border: none !important;
	background-color: transparent !important;
}
.wpml-ls-legacy-dropdown a:after{
	display: none !important;
}

a.wpml-ls-link {
	padding-left: 0;
}

.languageContainer{
	display: flex;
	align-items: center;
}

/* Responsive afblijven */
@media only screen and (max-width: 980px) {
	div#technology {
		grid-template-columns: 1fr 1fr;
	}
	div#technology .imageSectionImagesContainer {
		grid-row: 2;
		grid-column: span 1;
	}
	div#technology .contentColumm {
		grid-row: 1;
	}
	div#technology .leftImage {
		grid-column: span 1;
	}
	div#technology .rightImage {
		grid-column: span 1;
		grid-row: 2 / 4;
		display: flex;
		flex-flow: column;
		margin-top: auto;
	}
}

.language.nlLanguage {
	flex-direction: column-reverse;
}

/* 404 pagina */
body.error404 {
	background: white;
}

body.error404 section.error-404.not-found {
	padding: 0!important;
}

body.error404 path {
	fill: #0F4F46;
}

body.error404 .container404 {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

body.error404 .content404 {
	margin: auto;
	text-align: center;
}

body.error404 .content404 h1 {
	font-size: 150px;
	margin-bottom: 80px;
	color: #0F4F46;
}

body.error404 .content404 p {
	font-size: 20px;
	color: #0F4F46;
	margin-bottom: 10px;
}

body.error404 .content404 p a {
	text-decoration: underline;
	color: #0F4F46;
}

body.error404 .errorImg {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-height: 500px) {
	body.error404 .content404 {
		margin-top: 170px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	body.error404 path {
		fill: white;
	}

	body.error404 .container404 {
		display: flex;
		flex-direction: column;
		height: 100vh;
	}

	body.error404 .content404 {
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
		height: 100%;
	}

	body.error404 .content404 h1 {
		margin-bottom: 40px;
	}

	body.error404 .content404 p {
		margin-bottom: 0;
	}

	body.error404 .errorImg {
		width: 100%;
		opacity: 0.9;
		filter: blur(10px);
		transform: scale(1.1);
	}

	@media screen and (max-height: 640px) {
		body.error404 .content404 h1 {
			padding-top: 80px;
		}
	}
	@media screen and (max-height: 500px) {	
		body.error404 .content404 h1 {
			padding-top: 100px;
		}
	}
	@media screen and (max-height: 345px) {
		body.error404 .container404 {
			margin-top: 60px;
		}
		body.error404 .content404 {
			padding-bottom: 40px;
		}
	}
	@media screen and (max-height: 275px) {
		body.error404 .container404 {
			margin-top: 80px;
		}
		body.error404 .content404 {
			padding-bottom: 80px;
		}
	}
	@media screen and (max-height: 235px) {
		body.error404 .container404 {
			margin-top: 110px;
		}
		body.error404 .content404 {
			padding-bottom: 100px;
		}
	}
	@media screen and (max-height: 195px) {
		body.error404 .container404 {
			margin-top: 160px;
		}
		body.error404 .content404 {
			padding-bottom: 160px;
		}
	}
	@media screen and (max-height: 100px) {
		body.error404 .container404 {
			margin-top: 180px;
		}
	}
}

article#post-203 form.post-password-form, article#post-206 form.post-password-form {
	margin-top: 11rem;
	margin-left: 10rem;
}
.grecaptcha-badge { 
	visibility: hidden;
}
form.post-password-form {
	margin-top: 10rem;
}
.wpcf7-list-item {
	margin-left: 0;
}

body.popupOpen {
	overflow: hidden;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.3s ease;
}
.popup.visible {
	opacity: 1;
	pointer-events: auto;
}
.popup .popupOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 50 60 / 20%);
}
.popup .popupContent {
	position: relative;
	padding: 2rem;
	max-width: 40rem;
	max-height: 90%;
	background-color: var(--lightGreen);
	z-index: 10;
	overflow-y: auto;
}
.popup .popupContent .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	color: var(--primaryColor);
	cursor: pointer;
}
.popup .popupContent .infoContainer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
.popup .popupContent .infoContainer input {
	width: 100%;
}
.popup .popupContent form.wpcf7-form {
	padding: 0;
	margin: 0;
	width: 100%;
	border-radius: 0px;
}
.popup .popupContent p {
	margin: 0;
	font-size: 16px;
	color: #0F4F46 !important;
	margin-bottom: 1rem;
	width: 100%;
}
.popup .popupContent input[type="text"], .popup .popupContent input[type="email"], .popup .popupContent textarea, .popup .popupContent input[type="tel"] {
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #0F4F46;
	background: transparent;
	font-size: 16px;
	padding: 5px 5px 5px 10px;
	font-family: var(--bodyFont);
	height: 28px;
}
.popup .popupContent textarea {
	height: 100px;
	width: 100%;
}
.popup .popupContent input[type="submit"] {
	border: 2px solid var(--orange);
	border-radius: 30px;
	padding: 10px 35px;
	display: block;
	width: fit-content;
	cursor: pointer;
	transition: .3s;
	color: #0F4F46;
	background-color: transparent;
	text-transform: uppercase;
	margin-right: 29px;
	font-size: 16px;
	font-weight: 600;
}
.popup .popupContent input[type="submit"]:hover {
	background-color: var(--orange);
}
.popup .popupContent .wpcf7-spinner {
	display: none;
}
.popup .popupContent .wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	font-style: italic;
	top: -31px;
	right: 0;
}
.popup .popupContent input.wpcf7-not-valid {
	border: 1px solid red;
}
.popup .popupContent .wpcf7-response-output {
	padding: 0;
	margin: 0;
	color: red;
	font-size: 16px;
	border: 0px;
}
@media only screen and (max-width: 768px) {
	.popup .popupContent {
		max-height: 100%;
	}	
}