:root {
	--black: #023047;
	--dark-blue: #0077b6;
	--teal: #219ebc;
	--blue: #00b4d8;
	--light-blue: #48cae4;
	--green: #44af69;
	--plum: #7a306c;
}

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

* {
	margin: 0;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

p {
	text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

#root,
#__next {
	isolation: isolate;
}

h2,
h3,
span,
p,
ul,
ol,
label,
input,
button {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	-webkit-text-size-adjust: 100%;
}

header {
	width: 100%;
	height: 60px;
	background-color: var(--black);
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}

footer {
	width: 100%;
	height: 60px;
	background-color: var(--black);
	color: white;
	align-items: center;
	justify-content: center;
}

footer a {
	color: white;
}

h3:not(#contact-us-section h3) {
	text-align: center;
}

section:not(#first-section):not(#sectors-available-section),
#sectors-available-section .list-wrapper {
	padding-inline: 2em;
}

.flex {
	display: flex;
}

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

.main-body-text:not(#our-mission-body-container p),
#how-it-works-list li,
#contact-us-section input,
#contact-us-section p,
footer p {
	font-size: 1rem;
}

.main-body-text,
#sectors-available-list li,
#how-it-works-list li {
	color: var(--black);
	font-weight: 500;
}

#logo-container {
	width: 40px;
	height: 100%;
	align-items: center;
}

#logo {
	width: 100%;
	object-fit: cover;
}

#company-name {
	font-size: 1.3rem;
	font-weight: 500;
	color: white;
	line-height: 1;
}

#first-section {
	position: relative;
	width: 100%;
	height: 220px;
}

#first-section img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#main-section-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom right, var(--black), transparent);
	flex-direction: column;
}

#first-section-text-container {
	width: 55%;
	height: 100%;
	flex-direction: column;
	padding-left: 1.25em;
	padding-bottom: 2em;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}

#first-section-text-container h2 {
	font-size: 1.8rem;
	color: white;
	line-height: 1.2;
}

#first-section-text-container p {
	font-size: 1rem;
	font-weight: 600;
	color: rgb(206, 206, 206);
}

#our-mission-section {
	padding-block: 3em;
	background-color: var(--dark-blue);
}

#our-mission-heading-container {
	height: 900px;
	padding-bottom: 1em;
}

#our-mission-body-container {
	height: 450px;
}

#our-mission-heading-container h3,
#our-mission-body-container p {
	color: white;
}

#our-mission-body-container p {
	font-size: 1.2rem;
	font-weight: 600;
}

#our-mission-heading-container h3 {
	color: white;
	font-size: 3rem;
	position: sticky;
	top: 30vh;
}

#who-we-are-section {
	height: max(80vh, 550px);
	padding-top: 1em;
	flex-direction: column;
	justify-content: center;
}

#who-we-are-section h3 {
	font-size: 2.5rem;
	color: var(--blue);
	margin-bottom: 0.75em;
}

#sectors-available-section {
	padding-block: 2em;
}

#sectors-available-heading-container {
	position: sticky;
	top: 32px;
	max-width: 375px;
	margin-bottom: 3em;
	margin-inline: auto;
	transform: translateZ(0);
	z-index: 0;
}

#sectors-available-heading-container h3 {
	font-size: 2.8rem;
	color: var(--green);
}

#sectors-available-section .list-wrapper {
	position: relative;
	width: 100%;
	height: max(90vh, 680px);
	justify-self: center;
	flex-direction: column;
	justify-content: center;
	padding-block: 1.75em;
	background-color: var(--green);
	border-radius: 20px;
	transform: translateZ(0);
	z-index: 1;
}

#sectors-available-section > .list-wrapper * {
	transform: translateZ(0);
	z-index: 1;
}

#sectors-available-list {
	padding-left: 2em;
	height: 100%;
	flex-direction: column;
	justify-content: space-around;
}

#sectors-available-list li {
	font-size: 1.25rem;
	font-weight: 700;
	padding-block: 0.5em;
	list-style-type: disc;
	color: white;
}

#sectors-available-list li::marker {
	font-size: 1.3rem;
	color: #78e3fd;
}

#pricing-section {
	padding-block: 2em;
}

#pricing-section h3 {
	font-size: 2.25rem;
	margin-bottom: 0.5em;
	color: var(--dark-blue);
}

#how-it-works-section {
	padding-top: 2em;
	padding-bottom: 3.5em;
}

#how-it-works-section h3 {
	font-size: 2.5rem;
	margin-bottom: 0.75em;
	color: var(--blue);
}

#how-it-works-list {
	padding-left: 1.5em;
}

#how-it-works-list li {
	margin-bottom: 1.5em;
	padding-left: 0.6em;
}

#how-it-works-list li::marker {
	color: var(--light-blue);
	font-weight: 700;
}

#contact-us-section {
	padding-block: 2.5em;
	background-color: var(--plum);
}

#contact-us-section h3 {
	font-size: 2.25rem;
	color: white;
	margin-bottom: 0.25em;
}

#contact-us-section p {
	font-weight: 700;
	color: white;
	margin-bottom: 2em;
}

#contact-us-section form {
	flex-direction: column;
	justify-content: space-around;
}

#contact-us-section label {
	font-weight: 600;
	font-size: 0.9rem;
	color: rgb(218, 218, 218);
	margin-bottom: 0.25em;
}

#contact-us-section input {
	height: 30px;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	padding-inline: 0.5em;
	margin-bottom: 1.75em;
	border-radius: 8px;
	border: none;
	outline: none;
}

#contact-us-section input[type="text"] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#contact-us-section input.touched:invalid {
	outline: 3px solid rgb(255, 30, 30);
}

#contact-us-section input:focus {
	outline: none !important;
}

#contact-us-section button {
	width: 130px;
	height: 40px;
	font-size: 1.25rem;
	font-weight: 700;
	background-color: var(--green);
	color: white;
	border: none;
	border-radius: 10px;
	margin-inline: auto;
	margin-block: 1em;
}

/* Small phones */
@media only screen and (max-width: 340px) {
	#logo-container {
		width: 30px;
		height: 30px;
	}
	#company-name {
		font-size: 1.1rem;
	}
	#first-section-text-container {
		width: 65%;
	}
	#who-we-are-section {
		height: 100vh;
	}
}

/* Tablet */
@media only screen and (min-width: 750px) and (max-width: 1024px) and (min-height: 1000px) {
	header {
		height: 8vh;
		gap: 1em;
	}
	.main-body-text:not(#our-mission-body-container p),
	#how-it-works-list li,
	#contact-us-section input,
	#contact-us-section p,
	footer p {
		font-size: 1.75rem;
	}
	#logo-container {
		width: 80px;
	}
	#company-name {
		font-size: 2.6rem;
		line-height: 0.8;
	}
	#first-section {
		height: 35vh;
	}
	#first-section-text-container {
		padding-left: 2em;
		padding-right: 1.75em;
		padding-bottom: 4em;
	}
	#first-section-text-container h2 {
		font-size: 3rem;
	}
	#first-section-text-container p {
		font-size: 1.5rem;
	}
	#our-mission-heading-container {
		height: 1400px;
	}
	#our-mission-body-container {
		height: 750px;
	}
	#our-mission-heading-container h3 {
		font-size: 5rem;
	}
	#our-mission-body-container p {
		font-size: 1.9rem;
	}
	#who-we-are-section h3,
	#how-it-works-section h3 {
		font-size: 4rem;
	}
	#how-it-works-section {
		padding-bottom: 5em;
	}
	#sectors-available-heading-container {
		max-width: 450px;
		margin-bottom: 4em;
	}
	#sectors-available-heading-container h3 {
		font-size: 4.5rem;
	}
	#sectors-available-section .list-wrapper {
		padding-block: 3.5em;
		padding-inline: 4.5em;
	}
	#sectors-available-list li,
	#contact-us-section button {
		font-size: 2rem;
	}
	#sectors-available-list li::marker {
		font-size: 2.25rem;
	}
	#pricing-section {
		padding-block: 4em;
	}
	#pricing-section h3,
	#contact-us-section h3 {
		font-size: 3.25rem;
	}
	#how-it-works-section {
		padding-inline: 3.5em !important;
	}
	#contact-us-section {
		padding-inline: 4em !important;
	}
	#contact-us-section label {
		font-size: 1.6rem;
	}
	#contact-us-section input {
		height: 45px;
	}
	#contact-us-section button {
		width: 180px;
		height: 70px;
	}
}

/* Landscape phone */
@media only screen and (max-height: 425px) {
	#first-section {
		height: 260px;
	}
	#first-section-text-container {
		padding-right: 5em;
	}
	#our-mission-heading-container {
		height: 550px;
	}
	#our-mission-body-container {
		height: 350px;
	}
	#who-we-are-section {
		height: max(80vh, 380px);
	}
}

/* Laptop s to m */
@media only screen and (min-width: 1020px) {
	header {
		gap: 1.5em;
	}
	header,
	footer {
		height: 70px;
	}
	section:not(#first-section):not(#sectors-available-section),
	#sectors-available-section .list-wrapper {
		padding-inline: 4em;
	}
	.main-body-text:not(#our-mission-body-container p),
	#how-it-works-list li,
	#contact-us-section input,
	#contact-us-section p,
	footer p {
		font-size: 1.6rem;
	}
	#logo-container {
		width: 75px;
	}
	#company-name {
		font-size: 2.25rem;
		line-height: 0.8;
	}
	#first-section {
		height: 470px;
	}
	#first-section-text-container {
		width: 52%;
		padding-left: 0;
	}
	#first-section-text-container h2 {
		font-size: 3.5rem;
	}
	#first-section-text-container p {
		font-size: 1.5rem;
	}
	#our-mission-heading-container {
		height: 1000px;
	}
	#our-mission-body-container {
		height: 600px;
	}
	#our-mission-heading-container h3 {
		font-size: 4.5rem;
	}
	#our-mission-body-container p {
		font-size: 1.75rem;
	}
	#who-we-are-section h3,
	#how-it-works-section h3 {
		font-size: 3.5rem;
	}
	#how-it-works-section {
		padding-bottom: 5em;
	}
	#sectors-available-heading-container h3 {
		font-size: 4.25rem;
	}
	#sectors-available-section .list-wrapper {
		height: 800px;
		padding-block: 2.5em;
	}
	#sectors-available-list li,
	#sectors-available-list li::marker,
	#contact-us-section button {
		font-size: 1.75rem;
	}
	#pricing-section h3,
	#contact-us-section h3 {
		font-size: 3rem;
	}
	#contact-us-section {
		padding-block: 4em;
	}
	#contact-us-section label {
		font-size: 1.4rem;
	}
	#contact-us-section input {
		height: 45px;
	}
	#contact-us-section button {
		width: 170px;
		height: 60px;
	}
}

/* Laptop l */
@media only screen and (min-width: 1800px) {
	header {
		height: 80px;
		gap: 2em;
	}
	section:not(#first-section) {
		padding-inline: 8em !important;
	}
	.main-body-text,
	#how-it-works-list li {
		font-size: 1.8rem;
	}
	#logo-container {
		width: 85px;
	}
	#first-section {
		height: 580px;
	}
	#first-section-text-container h2 {
		font-size: 5rem;
	}
	#first-section-text-container p {
		font-size: 2rem;
	}
	#our-mission-heading-container {
		height: 1400px;
	}
	#our-mission-heading-container h3 {
		font-size: 5.5rem;
	}
	#our-mission-body-container p {
		font-size: 2.5rem;
	}
	#who-we-are-section h3,
	#how-it-works-section h3 {
		font-size: 4.5rem;
	}
	#sectors-available-heading-container h3 {
		font-size: 5rem;
	}
	#sectors-available-section .list-wrapper {
		height: 110vh;
	}
	#sectors-available-list li,
	#sectors-available-list li::marker {
		font-size: 2.25rem;
	}
	#pricing-section {
		padding-block: 5em;
	}
	#pricing-section h3 {
		font-size: 4rem;
	}
}
