* {
	position: relative;
}

html {
	scroll-behavior: smooth;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0em;
	overflow-x: hidden;
	scroll-behavior: smooth;
	min-height: 100vh;
}

a {
	text-decoration: none;
}

.tel {
	color: inherit;
}

section:not(:first-child) {
	margin: 3.5em 0em;
}

header {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 1em;
	border-radius: 2em;
	background-color: white;
	overflow: hidden;
}

header nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0em 4em;
}

header nav > a {
	font-family: "Roboto";
	padding: 1em;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	font-size: 1.05rem;
}
header nav div > a {
	font-family: "Roboto";
	text-decoration: none;
	color: black;
}

header > * {
	padding: 0.75em;
}

#logo {
	width: auto;
	height: 3em;
	padding: 1em 0em 1em 1.5em;;
}

.header-contact {
	font-family: "Roboto";
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	padding: 0em 1.5em;
	background-color: #8CC63E;
	color: white;
}

.header-contact * {
	white-space: nowrap;
}

.header-contact h1 {
	margin: 0px;
	font-size: 1.17em;
}

.header-contact .tel {
	font-weight: 600;
} 

.header-contact .call-icon-container {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-50%, -50%);
	padding: 0.75em;
	border-radius: 50%;
	background-color: #8CC63E;
}

.header-contact .call-icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
}

#front {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
}

#front-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;
	width: 48em;
	max-width: calc(100% - 1.5em);
	margin: 6em 0em;
	text-align: center;
	font-family: 'Unbounded', 'sans-serif';
	color: white;
}

.section-title {
	font-size: 330%;
	margin: 0.5em 0em 0em 0em;
	font-family: "Unbounded", "sans-serif";
	line-height: 1.1em;
	text-align: center;
}

#front-text p {
	text-align: center;
	line-height: normal;
	max-width: 40em;
	color: #d6dde4;
}

.front-button {
	padding: 0.9em 2em;
	border-radius: 1.2em;
	border: #F3F3F3 solid 2px;
	background-color: transparent;
	font-family: "Roboto";
	color: #F3F3F3;
	font-size: 100%;
	cursor: pointer;
	transition: background-color 100ms;
}
.front-button:hover {
	background-color: #ffffff30;
}

.orange {
	color: orange;
}

#front-car {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}


.head-icon {
	display: flex;
	width: 3em;
	margin: 3em auto 0em auto;
}

#second {
	display: flex;
	flex-direction: column;
	width: 80em;
	max-width: calc(100% - 2em);
	align-items: center;
	justify-content: space-around;
}

#second {
	animation: fadeInUp 1s ease-in-out;
}

#second-up {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 4em;
}

.center-icon {
	width: 2.2em;
	height: auto;
	margin: 0.75em;
}
#second-up > * {
	text-align: center;
}

.green-title {
	font-size: 1rem;
	font-weight: 800;
	font-family: "Roboto";
	color: #8CC63E;
	margin: 0.5em 0.2em;
	padding: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
}

.second-h2 {
	font-size: 3rem;
	font-family: "Unbounded";
	margin: 0;
	max-width: 20em;
	text-align: center;
}

p {
	color: #707070;
	font-family: "Poppins";
}

ul {
	color: #595959;
	font-family: "Poppins";
	font-size: 0.9rem;
	padding-left: 1.8em;
	list-style: none;
	align-self: flex-start;
}

ul li::before {
	content: "";
	position: absolute;
	left: -2em;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875em;
	height: 0.875em;
	background-color: #8CC63E;
	border-radius: 50%;
}

li {
	padding-left: 0;
	margin: 0.3em;
	text-align: left;
}

#second-down {
	display: flex;
	flex-direction: row;
	gap: 4em;
	flex-wrap: wrap;
}

#second-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 30em;
}

#second-right p, #second-right ul {
	font-size: 100%;
	animation: slideInRight 1.5s ease-out;
}

#second-left {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container {
	position: relative;
	width: 24em;
}

#second-circle {
	position: absolute;
	right: 1.5em;
	bottom: 0.5em;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #8CC63E;
	z-index: -1;
}

#second-pic {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

#second-circle {
	animation: pulse 2s infinite;
}

.row {
	display: flex;
	justify-content: center;
	align-items: center;
}

#row-12 {
	display: flex;
	flex-direction: row;  
}

#row-12 h2 {
	text-align: left;
}

@keyframes countUp {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

#counter {
	animation: countUp 0.9s ease-in-out;
}

#second-box-h {
	font-size: 5rem;
	font-family: "Unbounded";
	color: #8CC63E;
	margin: 0;
}

.second-box-hh {
	font-size: 5rem;
	font-family: "Unbounded";
	color: #8CC63E;
	margin: 0;
}

#second-box-h2 {
	font-size: 1.1rem;
	font-family: "Roboto";
	margin-top: 1em;
	max-width: 20em;
	letter-spacing: 0.05em;
}

#director-photo {
	border-radius: 50%;
	width: 3.5em;
	height: 3.5em;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

#director-photo:hover {
	animation: bounce 800ms;
}


#ceo-row {
	display: flex;
	align-items: flex-start;
	background-color: #F3F3F3;
	white-space: nowrap;
	gap: 1em;
	padding: 0.5em;
	border-radius: 5em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-right: 2em;
	transition: background-color 0.5s;
}

#ceo-row:hover {
	background-color: #8CC63E;
}


.column {
	margin: auto;
}

#second-p {
	color: black;
	font-weight: 400;
	margin: 0.1em;
}

#second-name {
	font-family: "Unbounded";
	font-weight: 700;
	font-size: 0.9rem;
	width: 100%;
	margin: 0.1em;
}

#third {
	display: flex;
	flex-direction: column;
	width: 80em;
	max-width: calc(100% - 2em);
	align-items: center;
	justify-content: space-around;
}

#third-up {
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-bottom: 4em;
	
}

#third-down {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 3em;
	flex-wrap: wrap;
	max-width: 100%;
}

.third-post-container {
	display: flex;
	flex-direction: column;
}

.post-image {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 2em 2em 2em 6em;
	z-index: 1;
}

.post-icon-container{
	position:absolute;
	bottom: -1.5em;
	left: 1em;
	z-index: 2;
	border-radius: 50%;
	border: 4px solid white;
	background-color: #8CC63E;
	padding: 0.75em;

}

.post-icon {
	width: 2.3em;
	height: auto;
	display: block;
}

.third-h2 {
	margin-top: 1.2em;
	font-family: "Unbounded";
	font-size: 1.3em;
	margin-bottom: 0.45em;
}

#third p {
	margin-top: 0em;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0px);
		opacity: 1;
	}
}

.slide-in-right.run {
	animation: slideInRight 1s forwards;
}
.fade-in-up.run {
	animation: fadeInUp 1s forwards;
	opacity: 1;
}
.fade-in-up {
	transition: opacity 1s 0s;
	opacity: 0;
}

#fourth {
	display: flex;
	flex-direction: row;
	width: 80em;
	max-width: calc(100% - 2em);
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.item {
	flex-grow: 1;
	text-align: center;
	margin: 1.5em;
	width: 18em;
	max-width: calc(100% - 2em);
}
.item p {
	margin: 0em;
	color:black;
}

.line {
	background-color: grey;
	width: 2px;
	height: 6em;
	max-height: 80%;
}
.line:not(.active) {
	height: 0px;
}

.huge-green {
	font-weight: 700;
	color: #8CC63E;
	font-size: 400%;
	margin: 0em;
	font-family: "Roboto";
}

#fifth {
	display: flex;
	flex-direction: column;
	width: 80em;
	max-width: calc(100% - 2em);
	align-items: center;
	justify-content: space-around;
}

#fifth-up {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4em;
	max-width: 100%;
}

#fifth-down {
	display: flex;
	flex-direction: row;
	gap: 2.5em;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap-reverse;
	max-width: 100%;
}

.review {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 1em;
	width: 27em;
	max-width: calc(100% - 4.5em);
	padding: 1.75em;
	transition: opacity 200ms ease-in-out;
}
.review.out {
	opacity: 0;
}

.review-image {
	width: 5em;
	height: 5em;
	border-radius: 50%;
}

.review-text {
	font-size: 140%;
	margin: 0em;
}

.name-stars-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em;
}

.review-name {
	font-family: "Unbounded";
	font-weight: 700;
	font-size: 1.3rem;
	margin: 0em;
}

.review-stars {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.star-icon {
	width: 1.5em;
	height: 1.5em;
	margin: 0em 0.125em;
	background-image: url("img/star-unset.svg");
	background-repeat: no-repeat;
}

.star-icon.active, .star-icon.hover {
	background-image: url("img/star-set.svg");
}

#pic-container {
	width: 25em;
	max-width: calc(100% - 2em);
}

#photos-container {
	padding-bottom: 100%;
}

#photos-container > * {
	border-radius: 50%;
	position: absolute;
	width: 5em;
	box-shadow: rgba(180, 180, 180, 0.19) 10px 10px 20px, rgba(180, 180, 180, 0.23) 6px 6px 6px;
	border: 3px solid white; 
	transform: translate(-50%, -50%);
}

#first-face {
	top: 50%;
	left: 50%;
	width: 4.5em;
	height: 4.5em;
}

#second-face {
	top: 10%;
	left: 40%;
	width: 4.5em;
	height: 4.5em;
}

#third-face {
	top: 20%;
	left: 80%;
	width: 7em;
	height: 7em;
}

#fourth-face {
	top: 60%;
	left: 82%;
	width: 5.5em;
	height: 5.5em;
}

#fifth-face {
	top: 77%;
	left: 25%;
	width: 7em;
	height: 7em;
}

#sixth-face {
	top: 40%;
	left: 15%;
	width: 5.5em;
	height: 5.5em;
}


#watermark {
	text-align: center;
}

footer {
	width: 100%;
}

#footer-up {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 2em;
	padding: 2em 1em;
	background-color: #8CC63E;
}

#footer-up > * {
	min-width: 16em;
}

footer h2 {
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 700;
	color: black;
	text-align: center;
}

footer p {
	color: #090909;
	font-size: 1rem ;
	text-align: center;
	margin-top: 0;
}


.centered-div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.centered-div-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	background-color: #F3F3F3;
}

.footer-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.2em;
	height: 2.2em;
}

#sixth {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80em;
	max-width: calc(100% - 2em);
}

#watermark p {
	margin: 1em;
}

@media only screen and (max-width: 1050px) { 
	header nav {
		display: none;
	}

	#logo {
		padding-right: 1.5em;
	}

	header > * {
		min-width: 9em;
		max-width: calc(100% - 1em);
	}

	#second-down {
		justify-content: center;
	}
	#second-left {
		display: none;
	}
	#second-right {
		text-align: center;
		max-width: fit-content;
		margin: 0.25em;
	}
	.row {
		flex-wrap: wrap;
		margin-top: 1em;
	}
	#ceo-row {
		display: flex;
		align-self: center;
		justify-content: center;
	}

	ul {
		align-self: center;
	}

	#second-up {
		margin-bottom: 0.375em;
	}

	#third-up {
		margin-bottom: 2.75em;
	}
}

.third-text-container {
	width: calc(100% - 2em);
	margin: 1em 0em 0em 1em;
}

.third-post-container {
	width: 20em;
	max-width: calc(100% - 3em);
	padding: 1.5em;
}

.card {
	border-radius: 1.5em;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14) , 0px 3px 1px -2px rgba(0,0,0,0.12) , 0px 1px 5px 0px rgba(0,0,0,0.2) ;
}

@media only screen and (max-width: 800px) {
	.section-title {
		font-size: 270%;
	}
}

@media only screen and (max-width: 500px) {
	.section-title {
		font-size: 240%;
	}
}

@media only screen and (max-width: 550px) {
	html {
		font-size: 98%;
	}
}

@media only screen and (max-width: 500px) {
	html {
		font-size: 96%;
	}
}

@media only screen and (max-width: 450px) {
	html {
		font-size: 94%;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 92%;
	}
}

@media only screen and (max-width: 350px) {
	html {
		font-size: 90%;
	}
}

.divider {
	height: 0.8em;
}

form .form-input-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
form .field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
	margin: 0.5em;
}
form .field.center {
	align-items: center;
}
form .field label {
	font-family: "Roboto";
	font-weight: 500;
	margin: 0.5em 0em;
	color: #161515;
}
form .field input, form .field textarea {
	width: calc(100% - 0.75em - 4px);
	border: #8CC63E 2px solid;
	border-radius: 0.5em;
	padding: 0.375em 0.375em;
	outline: none;
	color: #505050;
}
form .field textarea {
	resize: vertical;
}

#review-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 28em;
	max-width: 100%;
}

#review-form input[name="stars"] {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	padding: 1px;
	border: none !important;
	outline: none !important;
}

#stars-container {
	display: flex;
	flex-direction: row;
}

#review-button {
	font-family: "Roboto";
	margin: 1.25em;
	padding: 0.875em 1.625em;
	background-color: #8CC63E;
	border-radius: 1em;
	border: none;
	color: #f9f9f9;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 100ms;
}
#review-button:hover {
	background-color: #99cf53;
}

.loading, button[disabled] {
	pointer-events: none;
}
button.loading::after, button[disabled]::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffffb0;
}
button.loading::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.625em;
 	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #8CC63E;
	border-bottom: 3px solid #8CC63E;
	border-radius: 50%;
	animation: rotationWithCenter 800ms ease-in-out infinite;
	transform-origin: left top;
	z-index: 1;
}
@keyframes rotationWithCenter {
	from {
		transform: rotate(0deg) translate(-50%, -50%);
	}
	to {
		transform: rotate(360deg) translate(-50%, -50%);
	}
}