:root {
	--link-color-bg: #4456bf;
	--link-color-text: white;
}

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	background-color: #fff;
	line-height: 1.25;
	display: flex;
	flex-direction: column;
}

ul,
li {
	list-style: none;
}

/* Header */

.ziy97b {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	/* width: 100%; */
	margin: 0px auto;
	max-width: 1260px;
	z-index: 9999;
}

.L0bSVU {
	width: 2px;
	height: 20px;
	background-color: #eee;
	opacity: 0.75;
}

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

.l7hkur {
	background-color: white;
	padding: 20px 25px;
	border-radius: 15px;
	margin-top: 15px;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.lMTx5g {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 20px;
}

.lMTx5g > li > a {
	color: #303030;
	text-decoration: none;
	transition: .2s;
	font-size: 16px;
}

.lMTx5g > li > a:hover {
	color: var(--link-color-bg);
}

/* Landing Page */

.FYCi9Q {
	height: 100vh;
	width: 100%;
}

.oGlor0 {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.rFLR6y {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	max-width: 1000px;
	text-align: center;
	color: var(--link-color-text);
}

.jTt3nk {
	margin-top: 20px;
	height: calc(85vh - 100px);
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.rFLR6y > h1 {
	font-size: 1.5rem;
}

.rFLR6y > h2 {
	font-size: 2.25rem;
	text-align: center;
	text-wrap: balance;
}

.rFLR6y > p {
	margin-top: 5px;
	font-size: 1rem;
}

.HoXntB {
	height: 44px;
	padding: 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	margin-top: 15px;
	background-color: var(--link-color-bg);
	color: var(--link-color-text);
	text-decoration: none;
	transition: .1s ease-in;
	cursor: pointer;
}

.HoXntB:hover {
	transform: scale(1.05);
}

.cgyZVg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url("/assets/images/background.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.a0It0Z {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}

/* Services */

.QOUAIC {
	margin: 75px auto 50px auto;
	max-width: 1260px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.Qyb0y8 {
	margin-top: 50px;
}

.aO1l7f {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.IOuXvz {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	background-color: #eee;
	padding: 2rem;
}

.KiRN8j {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}

.KiRN8j > h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	text-wrap: balance;
}

.KiRN8j > p {
	opacity: 0.75;
	text-align: center;
}

.o46vQw {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.o46vQw > h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.o46vQw > p {
	font-size: 14px;
	opacity: 0.65;
	text-align: center;
	text-wrap: balance;
}

.gGvmym {
	height: 44px;
	width: 44px;
	font-size: 16px;
	border-radius: 9999px;
	outline: none;
	border: 1px solid hsla(0, 0%, 100%, 0.25);
	background-color: hsla(0, 0%, 100%, 0.15);
	color: hsla(0, 0%, 100%, 0.25);
	cursor: pointer;
	transition: .2s;
	animation: view_more_animation 4s infinite ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gGvmym > img {
	transform: rotate(180deg);
}

/* Location */

.vKlnQz {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	background-color: #eee;
	padding: 30px;
	border-radius: 25px;
}

.Fz0bIz {
	border-radius: 15px;
	overflow: hidden;
}

.Fz0bIz > img {
	object-fit: cover;
}

.Fz0bIz > a {
	cursor: pointer;
}

.ntQJEp {
	border-radius: 15px;
}

.puCQcx > p {
	font-size: 16px;
	opacity: 0.75;
	text-align: left;
	margin: 1rem 0;
}

.dU40lE > li {
	list-style: disclosure-closed;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	opacity: 0.75;
}

.dU40lE > li:last-child {
	margin-bottom: 0;
}

/* Brands */

.s2xsT9 {
	padding: 0px 15px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-gap: 50px;
}

.iLXN2I {
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 143px;
	border-radius: 15px;
}

.iLXN2I > img {
	max-width: 120px;
	max-height: 85px;
}

/* Footer */

.Za6ZQ3 {
	position: relative;
	margin-top: 50px;
}

.E53JJp {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
	margin: 0px auto;
	max-width: 1260px;
	z-index: 9999;
}

.vPQhik {
	text-align: center;
	background-color: #eee;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 25px;
	border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 1224px) {
	.a0It0Z {
		opacity: 0.75;
	}

	.WJaHLe {
		display: none;
	}

	.rFLR6y {
		padding: 0 50px;
	}

	.rFLR6y > h2 {
		font-size: 25px;
	}

	.rFLR6y > h1 {
		display: none;
	}

	.rFLR6y > p {
		font-size: 15px;
		text-wrap: balance;
	}

	.aO1l7f {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.s2xsT9 {
		display: none;
	}

	.QOUAIC {
		padding: 0 50px;
		margin: 50px auto;
		gap: 25px;
	}
	.aO1l7f {
		gap: 50px;
	}

	.KiRN8j > h2 {
		font-size: 24px;
	}

	.KiRN8j > p {
		font-size: 14px;
	}

	.KiRN8j {
		gap: 8px;
	}

	.vKlnQz {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}

	.Fz0bIz > a > iframe {
		width: 100% !important;
	}

	.puCQcx > p:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 650px) {
	.rFLR6y {
		padding: 0 25px;
	}

	.aO1l7f {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.QOUAIC {
		padding: 0 25px;
		margin: 25px auto;
	}

	.aO1l7f {
		gap: 25px;
	}

	.Za6ZQ3 {
		margin-top: 85px;
	}
}

@keyframes view_more_animation {
	0% {
		background-color: hsla(0, 0%, 100%, 0.15);
		color: hsla(0, 0%, 100%, 0.25);
	}
	50% {
		background-color: hsla(0, 0%, 100%, 0.25);
		color: #fff;
	}
	100% {
		background-color: hsla(0, 0%, 100%, 0.15);
		color: hsla(0, 0%, 100%, 0.25);
	}
}
