@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;500;600;700;800&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Sen", sans-serif;
}

img {
	display: block;
	height: 100%;
	width: 100%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Sen", sans-serif;
	overflow-x: hidden;
}

/* HERO SECTION */
/* HERO SECTION */

.hero-container {
	background: #f6efe3;
	height: 80vh;
	display: flex;
	position: relative;
}

.hero-globe {
	position: absolute;
	width: 200px;
	height: 150px;
	left: 30%;
	top: 5%;
	z-index: 2;
}

.hero-left {
	padding: 0 5rem;
	align-self: center;
	flex-basis: 50%;
	z-index: 3;
	z-index: 3;
	position: relative;
}

.hero-left .hero-stroke {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: -1;
	right: 30%;
	bottom: 15%;
}

.hero-left h1 {
	font-size: 6rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
	word-spacing: 1rem;
}

.hero-left p {
	font-size: 2.5rem;
	color: #2e2c2c;
	margin-bottom: 2.5rem;
	line-height: 1.6;
}

.hero-right {
	flex-basis: 50%;
	margin-left: auto;
}

/* POSITION */

.position__container {
	padding: 5rem;
	position: relative;
}

.position-heading {
	font-size: 4rem;
	text-align: center;
	font-weight: 600;
}

.career-line {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 40%;
}

.position {
	border-radius: 8px;
	background: rgba(64, 255, 146, 0.34);
	max-width: 500px;
	width: 100%;
	padding: 2rem;
	margin-top: 10rem;
}

.position h3 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.position p {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 1rem;
}

.position__link {
	display: inline-block;
	background: #203ee8;
	color: #fff;
	padding: 1rem;
	border-radius: 5px;
	width: 100px;
	font-size: 1.5rem;
}

/* POSITION ENDS HERE */
.people__container {
	padding: 5rem;
}

.people__heading-text {
	font-size: 4rem;
	text-align: center;
	font-weight: 600;
}

.people__span {
	color: #0802a3;
}

.people__slider-container {
	margin-top: 5rem;
	position: relative;
}

.perks__content-container {
	max-width: 800px;
	width: 100%;
	margin-top: 5rem;
	margin-bottom: 7rem;
}

.perks__content {
	margin-bottom: 2rem;
}

.perks__content:last-child {
	margin-bottom: 0rem;
}

.perks__title {
	margin-bottom: 1rem;
	font-size: 2.5rem;
}

.perks__text {
	font-size: 1.8rem;
	line-height: 1.6;
}

.people__slides {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem 6rem;
}

.people__slide {
	flex-basis: 30%;
	position: relative;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px 10px 0 0;
}

.people__img {
	height: 350px;
}

.people__img img {
	object-fit: cover;
	object-position: 0px 0px;
	border-radius: 10px 10px 0 0;
}

.people__details {
	background-color: #fff;
	padding: 1rem 2rem;
}

.people__slide-title {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

.people__slide-text {
	line-height: 1.6;
	font-size: 1.5rem;
}

.slider__pagination {
	display: flex;
	width: 100px;
	margin: 5rem auto;
}

.slider__pagination .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d9d9d9;
	margin-right: 1rem;
	cursor: pointer;
}

.slider__pagination .dot.active {
	background: #0802a3;
}

.slider__navigation {
	display: flex;
	gap: 1rem;
	position: absolute;
	right: 4rem;
	bottom: 0rem;
}

.left__navigation,
.right__navigation {
	border: 2px solid #000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media screen and (max-width: 576px) {
	.hero-container {
		flex-direction: column-reverse;
		height: initial;
		padding: 2rem 1rem;
	}

	.hero-globe {
		display: none;
	}

	.hero-left {
		padding: 0 0rem;
		align-self: initial;
	}

	.hero-left h1 {
		font-size: 3.5rem;
		margin-top: 1.5rem;
	}

	.hero-left p {
		font-size: 2rem;
	}

	.career-line {
		display: none;
	}

	.position-heading {
		font-size: 3rem;
	}

	.position {
		margin-top: 4rem;
	}

	.position h3 {
		font-size: 2rem;
	}

	.position p {
		font-size: 1.8rem;
	}

	.people__container {
		padding: 5rem 2rem;
	}

	.people__heading-text {
		font-size: 3rem;
	}

	.perks__title {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

	.perks__text {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.people__slides {
		display: block;
	}

	.people__slide {
		max-width: 400px;
		width: 100%;
		margin: 4rem auto 0;
	}

	.people__img {
		height: 250px;
	}

	.people__img img {
		object-position: 0px 50%;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px) {
	.hero-container {
		height: 60vh;
	}

	.hero-globe {
		display: none;
	}

	.hero-left {
		padding: 0 2rem;
	}

	.hero-left h1 {
		font-size: 3rem;
	}

	.hero-left p {
		font-size: 1.5rem;
	}

	.position__container {
		padding: 5rem 2rem;
		position: relative;
	}

	.position-heading {
		font-size: 3rem;
		text-align: center;
	}

	.career-line {
		left: 50%;
		top: 20%;
		/* transform: translateX(-40%); */
		width: 150px;
		height: 150px;
	}

	.position {
		max-width: 300px;
	}

	.position h3 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}

	.position p {
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: 300;
		margin-bottom: 1rem;
	}

	/* POSITION ENDS HERE */
	.people__container {
		padding: 5rem 2rem;
	}

	.people__heading-text {
		font-size: 3rem;
		text-align: center;
		font-weight: 400;
	}

	.people__span {
		color: #0802a3;
	}

	.people__slider-container {
		margin-top: 5rem;
		position: relative;
	}

	.people__slides {
		grid-gap: 3rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.people__slide {
		flex-basis: 45%;
		position: relative;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
		border-radius: 10px 10px 0 0;
	}

	.people__img {
		height: 250px;
	}

	.people__img img {
		object-position: 0 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-container {
		height: 60vh;
	}

	.hero-left {
		padding-left: 3rem;
	}

	.hero-left h1 {
		font-size: 4rem;
		margin-bottom: 1rem;
	}

	.hero-left p {
		font-size: 1.8rem;
		margin-bottom: 2rem;
		line-height: 1.5;
	}

	.position__container {
		padding: 5rem 3rem;
		position: relative;
	}

	.position-heading {
		font-size: 3rem;
		text-align: center;
	}

	.career-line {
		left: 55%;
		transform: translateX(-40%);
	}

	.position {
		max-width: 300px;
	}

	/* POSITION ENDS HERE */
	.people__container {
		padding: 5rem 3rem;
	}

	.people__heading-text {
		font-size: 3rem;
		text-align: center;
		font-weight: 400;
	}

	.people__span {
		color: #0802a3;
	}

	.people__slider-container {
		margin-top: 5rem;
		position: relative;
	}

	.people__slides {
		/* display: grid;
		grid-template-columns: repeat(3, 1fr); */
		grid-gap: 0rem;

		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.people__slide {
		flex-basis: 32%;
		position: relative;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
		border-radius: 10px 10px 0 0;
	}

	.people__img {
		height: 250px;
	}

	.people__img img {
		object-position: 0 50%;
	}
}
