/***** RESETS ******/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500&amp;family=Poppins:wght@100;300;400;500;600;700&amp;display=swap");

*,
*::after,
*::before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	/* font-size: 10px; */
	/* 10px / 16px = 0.625 = 62.5% */
	/* Percentage of user's browser font-size setting */
	font-size: 62.5%;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 1;
}

/****** GENERAL STYLES ********/
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

input {
	padding: 2.2rem 2rem;
	font-size: 1.4rem;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1.2rem 2.4rem;
	border-radius: 10rem;
	font-size: 1.7rem;
	display: inline-block;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.footer .btn {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1.2rem 2.4rem;
	border-radius: 10rem;
	font-size: 1.7rem;
	display: inline-block;
	margin: 2rem 0;
}

/***** REUSABLE COMPONENTS ******/
/************** JOIN-US COMPONENT *****************/

.join-us {
	padding: 15rem 0;
	background-color: rgba(248, 249, 250, 1);
	position: relative;
	/* margin-bottom: 16rem; */
}

.join-us-heading {
	font-weight: 700;
	font-size: 5rem;
	line-height: 7.5rem;
	z-index: 1;
	position: relative;
}

.join-us-desc {
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 3.6rem;
	margin-top: 3rem;
}

.join-us-text {
	font-size: 2.4rem;
	font-weight: 300;
	width: 45%;
	margin: 4rem auto 7rem;
	line-height: 3.6rem;
	z-index: 1;
	position: relative;
}

.join-us a {
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1.5rem 3rem;
	border-radius: 10rem;
	font-size: 1.7rem;
	display: inline-block;
}

.join-us-svg {
	position: absolute;
}

.join-us-svg-1 {
	top: 20rem;
	left: 5rem;
}

.join-us-svg-2 {
	right: 0;
	top: 7.7rem;
}
/************** OPEN-POSITIONS COMPONENT *****************/
.open-positions {
	width: 100%;
	padding: 5rem 0 20rem;
	background-color: #f8f9fa;
	display: flex;
	flex-direction: column;
	margin-top: 14rem;
}

.open-positions-heading {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 7.2rem;
	text-align: center;
	margin-bottom: 5rem;
}

.position {
	font-size: 1.6rem;
	border-bottom: 1px solid #b9b6b6;
	padding-bottom: 2.4rem;
	margin-bottom: 3rem;
}

.position span {
	font-weight: 700;
	line-height: 3.7rem;
}

.work-type {
	margin-right: 2rem;
}

/***** REUSABLE STYLES ******/

.container {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 3.2rem;
}

.container-fluid {
	max-width: 140rem;
	margin: 0 auto;
	padding: 0 3.2rem;
}

.form-container {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 3.2rem;
}

.bubble-svg {
	position: relative;
	display: flex;
}

.bubble-svg svg {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}

.btn {
	background: #ffd766;
	width: 18rem;
	color: #000;
}

.btn--apply {
	background-color: #f58585;
	border-radius: 0.6rem;
	color: #fff;
	/* temporarily do not display */
	display: none !important;
}

.btn--apply:hover {
	background-color: #d67168;
}

.btn--position {
	color: #fff;
	padding: 1.6rem 3.2rem;
	background-color: rgba(217, 70, 55, 1);
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-1 {
	flex: 1;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.justify-flex-start {
	justify-content: flex-start;
}

.justify-flex-end {
	justify-content: flex-end;
}

.space-between {
	justify-content: space-between;
}

.align-v {
	align-items: center !important;
}

.w-100 {
	width: 100%;
}

.text-center {
	text-align: center;
}

.text-end {
	text-align: end;
}

.list-style-none {
	list-style-type: none !important;
}

.px-3 {
	padding: 0 3rem;
}

.my-xs {
	margin: 2rem 0 !important;
}

.mt-sm {
	margin-top: 4rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}

.my-sm {
	margin: 4rem 0 !important;
}

.mt-md {
	margin-top: 6rem !important;
}

.mt-xl {
	margin-top: 15rem !important;
}

.mr-sm {
	margin-right: 4rem !important;
}

.mr-md {
	margin-right: 6rem !important;
}

.mr-lg {
	margin-right: 13rem !important;
}

.mb-sm {
	margin-bottom: 5rem !important;
}

.mb-md {
	margin-bottom: 6rem !important;
}

.mb-lg {
	margin-bottom: 13rem !important;
}

.center {
	display: flex;
	justify-content: center;
}

.text-upper {
	text-transform: uppercase;
}

.relative {
	position: relative;
}

/************** NAVBAR *****************/

.header {
	padding: 2.7rem 0;
	margin: 0 1rem;
}

.main-nav {
	max-width: 123rem;
	width: 100%;
	margin: 0 auto;
	box-shadow: 3.328125px 1.109375px 24.40625px -7.765625px rgba(4, 0, 0, 0.25);
}

.nav-list {
	display: flex;
	align-items: center;
	padding: 1rem 2.1rem;
	justify-content: space-around;
}

.nav-list-item {
	/* flex: 2; */
	margin: 0.5rem 2rem;
	font-size: 1.5rem;
}

.nav-list-item.active {
	font-weight: 600;
}

.nav-list-item:not(:first-child) a:hover {
	border-bottom: 2px solid black;
}

.web-site {
	font-size: 1.5rem;
}
.web-site:hover {
	font-weight: 600;
	transition: all 300ms;
}

.nav-list-item-contact {
	font-size: 1.5rem;
}

.nav-list-item--logo {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	letter-spacing: 1.2px;
}

.logo {
	font-size: 3rem;
	font-weight: 500;
	margin: 0 1rem;
}

.nav-list-links {
	display: flex;
	justify-content: flex-end;
	flex: 3;
}

.nav-list-item--lang {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	font-weight: 500;
}

/************** dropdown *****************/
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	left: -4rem;
	padding: 12px 16px;
	z-index: 1;
}
.dropdown-content ul {
	padding: 10px;
	background-color: #f9f9f9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	min-width: 300px;
}
.dropdown-content ul li {
	padding: 10px;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/************** header hamburger menu *****************/
.main-nav .menu-icon {
	cursor: pointer;
	display: none;
	float: right;
	padding: 10px 10px;
	position: relative;
	user-select: none;
}

.main-nav .menu-icon .navicon {
	background: #9b9b9b;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 28px;
	z-index: 99;
}

.main-nav .menu-icon .navicon:before,
.main-nav .menu-icon .navicon:after {
	background: #9b9b9b;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
	z-index: 99;
}

.main-nav .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */

.header .menu-btn {
	display: none;
}

.header .menu-btn:checked ~ .main-nav {
	max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

/************** FOOTER  *****************/

.footer {
	background-color: #000;
	color: #fff;
	padding: 7rem 0 2rem;
}
.footer-body {
	display: flex;
	/* align-items: center; */
}
.footer-body > div:not(:last-child) {
	margin-right: 5rem;
}
.footer-main {
	flex: 35;
}

.footer .follow-us {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 3rem 0 2rem;
}

.footer .social-icons {
	display: flex;
	margin-bottom: 1rem;
}

.footer i {
	font-size: 1.9rem;
}

.footer .social-icons li:not(:last-child) {
	margin-right: 2rem;
}
.footer-navigation {
	margin-top: 2.5rem;
	flex: 65;
	display: flex;
}
.footer-navigation > ul:not(:last-child) {
	/* flex: 1; */
	margin-right: 8rem;
}

.footer-list-item-header {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.footer-list-item {
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
	line-height: 2.2rem;
}

.footer-header {
	border-bottom: 2px solid #404444;
	padding-bottom: 3rem;
}

.footer-header .heading {
	font-size: 5.5rem;
	line-height: 7.3rem;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
}

.footer-header .btn {
	margin-top: 4rem;
}

.footer ul span {
	font-weight: 700;
	line-height: 4rem;
}
/* 
.footer li:not(:last-child) {
	margin-bottom: 1.1rem;
} */

.footer-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 6rem;
}

.page-nav ul,
.social-nav ul {
	display: flex;
	justify-content: space-between;
}

.page-nav ul li {
	margin-right: 7rem;
}

.social-nav ul li {
	margin-right: 2rem;
}

/* Review later */
.footer-bottom {
	border-top: 2px solid #404444;
	padding-top: 4rem;
	font-size: 1.2rem;
}

.footer-bottom span {
	font-weight: 700;
}

@media (max-width: 1000px) {
	.join-us-svg-1 {
		width: 15rem;
	}

	.join-us-svg-2 {
		width: 15rem;
	}

	.join-us-top {
		display: flex;
		flex-direction: column;
	}
	.join-us-heading {
		font-size: 3.2rem;
	}
	.join-us-desc {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.join-us-text {
		font-size: 1.6rem;
		width: 50%;
		margin: 0 auto;
		line-height: 3rem;
		margin-top: 1rem;
		margin-bottom: 6rem;
	}
}

@media (max-width: 800px) {
	.join-us {
		display: none;
	}
	.open-positions {
		padding: 0;
		margin-bottom: 15rem;
		display: flex;
		order: 2;
	}

	.open-positions-heading {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 7.2rem;
		text-align: center;
	}

	.position {
		margin-top: 3rem;
		font-size: 1.6rem;
		padding-bottom: 5rem;
	}

	.position .flex {
		display: block;
	}
}

/************** HEADER SMALL DESKTOPS AND TABLETS VERSION *****************/
@media (max-width: 768px) {
	.header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: 16px 7px 16px 16px;
		background: #ffffff;
		margin: 0;
		height: 60px;
		border-bottom: 1px solid #e0e0e0;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
		z-index: 9999;
	}

	.bubble-svg {
		display: none;
	}

	.hamburger-menu li a {
		display: block;
		padding: 10px 0;
	}

	.nav-list-item--lang:hover ul {
		display: block;
	}

	.nav-list-item--lang ul {
		padding-left: 20px;
	}

	.main-nav {
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
	}

	.main-nav .menu-icon {
		display: flex;
	}

	.hamburger-menu {
		display: block;
		position: absolute;
		width: 100%;
		top: -1100px;
		left: 0;
		padding: 30px 20px;
		background: rgb(255, 255, 255);
		z-index: 10;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
		transition: all 460ms ease-in-out;
	}

	.header .menu-btn:checked ~ ul .hamburger-menu {
		top: 60px;
	}

	.nav-list-item--logo svg {
		width: 24px;
		height: 26px;
	}

	.main-nav ul div li {
		font-family: "Manrope", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 19px;
	}

	.main-nav ul div li:nth-child(5),
	.main-nav ul div li:nth-child(3) {
		justify-content: flex-start;
		position: relative;
		padding-right: 20px;
	}

	.main-nav ul div li:nth-child(3) .dropdown-content {
		padding: 10px;
	}

	.nav-list {
		padding: 0;
	}

	.nav-list-item--lang {
		justify-content: flex-start;
	}

	.nav-list {
		padding: 0;
	}

	.logo {
		font-size: 2rem;
		font-weight: 500;
		margin: 0 1rem;
	}

	.dropdown-content {
		display: none;
		position: relative;
		left: 10px;
		z-index: 1;
	}
	.dropdown-content ul {
		padding: 1px;
		background-color: #ffffff;
		box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
		min-width: 300px;
	}
	.dropdown-content ul li {
		padding: 0;
	}
}

/************** FOOTER SMALL DESKTOPS AND TABLETS VERSION *****************/
/* New Footer */

@media (max-width: 910px) {
	.footer-list-item {
		font-size: 1.2rem;
	}
	.footer-navigation > ul:not(:last-child) {
		margin-right: 3.6rem;
	}
}

@media (max-width: 850px) {
	.footer-body {
		flex-direction: column;
		/* justify-content: center; */
		/* align-items: center; */
	}

	.footer-body > div:not(:last-child) {
		margin-right: 0;
	}

	.footer-main {
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.footer-navigation {
		flex-direction: column;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.footer-navigation > ul:not(:last-child) {
		margin-right: 0;
	}

	.footer-navigation > ul {
		margin-bottom: 2rem;
	}

	.footer-list-careers {
		order: 1;
	}
	.footer-list-services {
		order: 2;
	}
}

/* Old footer */
@media (max-width: 968px) {
	.footer-header .heading {
		font-size: 4.2rem;
		line-height: 6rem;
		width: 90%;
	}

	.footer-header .btn {
		margin-top: 3rem;
	}

	.footer ul {
		font-size: 1.6rem;
	}

	.footer ul span {
		font-weight: 600;
		line-height: 3rem;
	}

	.footer li:not(:last-child) {
		margin-bottom: 1.1rem;
	}

	.page-nav ul li {
		margin-right: 2rem;
	}

	.social-nav ul li {
		margin-right: 1rem;
	}

	.footer-bottom {
		display: none;
	}
}

@media (max-width: 768px) {
	.footer-header .heading {
		font-size: 3rem;
		line-height: 6rem;
		width: 100%;
	}

	.page-nav ul li {
		margin-right: 2rem;
		font-size: 1.2rem;
	}

	.social-nav ul li {
		font-size: 1.2rem;
		margin-right: 1rem;
	}
}

/************** FOOTER MOBILE VERSION *****************/
@media (max-width: 500px) {
	.footer {
		color: #fff;
		padding: 4rem 0 2rem;
	}

	.footer-header {
		border-bottom: 2px solid #404444;
		padding-bottom: 3rem;
	}

	.footer-header .heading {
		font-size: 2rem;
		line-height: 3rem;
		font-weight: 400;
		width: 100%;
	}

	.footer-header .btn {
		margin-top: 2.7rem;
	}

	.footer-header {
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer ul {
		font-size: 1.4rem;
	}

	.footer ul span {
		font-weight: 700;
		line-height: 2.6rem;
	}

	.footer li:not(:last-child) {
		margin-bottom: 0.3rem;
	}

	.footer-nav {
		flex-direction: column;
	}

	.page-nav {
		margin-bottom: 1rem;
		width: 100%;
	}

	.social-nav {
		width: 80%;
	}

	.page-nav ul li {
		margin-right: 7rem;
	}

	.page-nav ul li:last-child {
		margin-right: 0;
	}

	.social-nav ul li {
		margin-right: 2rem;
	}

	.social-nav ul li:last-child {
		margin-right: 0rem;
	}

	.social-nav {
		margin-top: 1.6rem;
	}

	.footer-bottom {
		display: none;
	}
}
