/*.wrapper {
	width: 100%;
	min-height: 95vh;
	background-color: white;
	display: flex;
	align-items: flex-end;
}
.wrapper .overlay {
	width: 100%;
	min-height: 95vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}*/
.wrapper {
	width: 100%;
	min-height: 95vh;
	background: url('/assets/hero.webp');
	background-size: 120%;
	background-position: top;
	background-repeat: no-repeat;
}
.wrapper .overlay {
	width: 100%;
	min-height: 95vh;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: flex-end;
}
.wrapper .social-links {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 40%;
	right: 2%;
}
.wrapper .social-links a {
	font-size: 1.5em;
	text-decoration: none;
	color: white;
	margin-bottom: 10px;
}
.wrapper .social-links a:hover,
.wrapper .social-links a:focus {
	color: #30B5B5;
}
.wrapper .content {
	width: 100%;
	clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
	background-color: #40CCCC;
	color: #111;
	padding: 5em 2em;
}
.wrapper .content h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
}
.wrapper .content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 2em;
}
.wrapper .content .line {
	width: 100px;
	height: 10px;
	background-color: white;
}
.wrapper .content .hero-btn {
	display: inline-block;
	min-width: 100px;
	margin-right: 1em;
	padding: 10px 20px;
	border: 2px solid #333;
	text-decoration: none;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 500;
}
.wrapper .content .hero-btn.btn-primary {
	background-color: #333;
	color: white;
}
.wrapper .content .hero-btn.btn-secondary {
	background-color: transparent;
	color: #333;
}
.wrapper .content .hero-btn.btn-primary:hover,
.wrapper .content .hero-btn.btn-primary:focus {
	background-color: transparent;
	color: #333;
}
.wrapper .content .hero-btn.btn-secondary:hover,
.wrapper .content .hero-btn.btn-secondary:focus {
	background-color: #333;
	color: white;
}


.parallax {
	background: linear-gradient(-45deg, #40CCCC, #40CCCC);
	margin-bottom: 2em;
	color: #111;
}
.parallax h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.parallax h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
}
.parallax .line {
	width: 100px;
	height: 5px;
	background-color: white;
}
.parallax p {
	text-align: justify;
}
.parallax img {
	aspect-ratio: 3/2;
}


.about h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}
.about h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.about p {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #444;
	text-align: center;
}
.about .btn {
	background-color: #40CCCC;
	color: #333;
	font-size: 1em;
	font-weight: 500;
	padding: 10px 30px;
	border: 2px solid #40CCCC;
	border-radius: 0;
}
.about .btn:hover, .about .btn:focus {
	background: transparent;
	color: #333;
	border-color: #333;
}
.about .line {
	width: 100px;
	height: 6px;
	background-color: #40CCCC;
	margin-bottom: 2em;
}


.services {
	position: relative;
	margin-bottom: 5em;
	overflow: hidden;
}
.services .services-bg-1 {
	background: transparent;
	width: 80%;
	height: 100%;
	position: absolute;
	left: -10%;
	border: 10px solid #ddd;
	border-left: 0;
	transform: skewX(15deg);
}
.services .services-bg-2 {
	background: transparent;
	width: 80%;
	height: 100%;
	position: absolute;
	right: -10%;
	border: 10px solid #ddd;
	border-right: 0;
	transform: skewX(15deg);
}
.services .img-container {
	z-index: 0;
}
.services img {
	aspect-ratio: 3/2;
}
.services h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.services h4 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #333;
}
.services p {
	text-align: justify;
}
.services .btn {
	padding: 10px 25px;
	font-weight: 500;
	border-radius: 0;
	background-color: #40CCCC;
	color: #333;
	border: 2px solid #40CCCC;
}
.services .btn:hover, .services .btn:focus {
	background: transparent;
	color: #333;
	border-color: #333;
}

.process .process-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}
.process .process-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.process .line {
	width: 100px;
	height: 6px;
	background-color: #40CCCC;
	margin-bottom: 2em;
}
.stats h4 {
	font-family: 'Work Sans', sans-serif;
	font-size: 5em;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.stats h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #30B5B5;
	text-transform: uppercase;
	text-align: center;
}


.contact h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: #444;
}
.contact .form-label {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.contact .form-control {
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #333;
	background-color: #f8f8f8;
	border: none;
	border-radius: 0;
	border-bottom: 3px solid grey;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.contact .form-control:hover,
.contact .form-control:focus {
	box-shadow: none;
	border-color: #40CCCC;
}
.contact .btn {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 12px;
	border-radius: 4px;
	background-color: #40CCCC;
	color: #333;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}
.contact .contact-img {
	background: url('/assets/image8.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}


@keyframes zoom-in-out {
	0% {background-size: 110%}
	50% {background-size: 100%}
	100% {background-size: 110%}
}

@media(min-width: 992px) {
	/*.wrapper {
		min-height: 100vh;
		position: relative;
		display: block;
	}
	.wrapper .overlay {
		min-height: 100vh;
	}*/
	.wrapper {
		min-height: 100vh;
	}
	.wrapper .overlay {
		min-height: 100vh;
		position: relative;
		display: block;
	}
	.wrapper .content {
		position: absolute;
		bottom: 0;
		width: 85%;
		clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
		padding: 3em 4em;
	}
	.wrapper .content h1 {
		font-size: 2.4rem;
		width: 80%;
	}
	.wrapper .content h3 {
		line-height: 2em;
		text-align: left;
		width: 90%;
	}
	.parallax h3 {
		font-size: 2.5em;
	}
	.services .service-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	.services h3 {
		font-size: 1.2em;
	}
	.services h4 {
		font-size: 2.6em;
	}
}
@media (min-width: 1200px) {
    .wrapper .content {
        width: 75%;
    }
}
@media (min-width: 1400px) {
	.wrapper {
		min-height: 110vh;
		animation: zoom-in-out 8s linear infinite;
	}
	.wrapper .overlay {
		min-height: 110vh;
	}
	.wrapper .content {
		bottom: 9%;
		width: 65%;
		padding: 5em 6em;
		padding-left: 7em;
	}
	.wrapper .content h1 {
		font-size: 2.6rem;
	}
	.wrapper .content h3 {
		font-size: 1.1rem;
	}
	.wrapper .social-links {
		display: flex;
	}
}