@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif;
	min-height: 100vh;

	color: #fff;
	width: 100vw;
}

.dark {
	background-color: black;
}

.semi-dark {
	background-color: #071118;
}

.container {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

.logo img {
	width: 250px;
}

/* socials */
.socials {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.socials a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #eee;
}

.socials img {
	display: block;
}

.socials h6 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}

.instagram {
	border: 1px solid #4b0024;
}

/* .web {
	border: 1px solid #fff;
} */

.instagram img {
	width: 30px;
	height: 30px;
}

.web img {
	/* border: 1px solid #fff; */
	border-radius: 50%;
	/* color: #fff; */
	width: 50px;
	height: 50px;
}

.whatsapp img {
	width: 40px;
	height: 40px;
}
.web div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.web div h5 {
	font-weight: 200;
	color: #bebbbb;
}
.whatsapp {
	background-color: #23b743;
}

.socials article {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.socials article hr {
	width: 40%;
}

article h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}

/* text */

.texts {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px 0;
	color: #fff;
}

.texts p {
	font-size: 16px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* why */
.why {
	width: 100%;
	/* background-color: blue; */
	padding: 16px;
	font-family: "Open Sans";
}

.why-title {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}

.why-title h1 {
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
}

.why-title span {
	display: flex;
	align-items: center;
}

.why-title img {
	background-color: #a600ff;
	border-radius: 50%;
	width: 30px;
}

.grid-view {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 16px;
}

.grid-view div:nth-child(1) {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.grid-view div:nth-child(2) {
	background-color: #a600ff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 10px;
	/* padding: 20px; */
	color: black;
}

.grid-view div:nth-child(2) h3 {
	font-size: 16px;
	font-weight: 700;
	font-family: "Open Sans";
}
.grid-view div:nth-child(2) p {
	font-size: 10px;
	font-weight: 300;
	white-space: nowrap;
	font-family: "Open Sans";
}

.project {
	background-color: white;
	color: black;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border-radius: 10px;
	padding: 20px;
}

.project h3 {
	font-size: 16px;
	font-weight: 700;
}

.project p {
	font-size: 10px;
	font-weight: 300;
	white-space: nowrap;
}

.inner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

/* what */
.what {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.what img {
	width: 50px;
	height: 50px;
}

.what div {
	background-color: #000;
	padding: 16px;
	display: flex;
	gap: 16px;
}

.what div span {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.what div h3 {
	font-size: 18px;
	text-transform: uppercase;
}
.what div p {
	/* font-size: 18px; */
	font-weight: 300;
}

/* faq */

.faq {
	width: 100%;
}

/* .qa {
	background-color: #000;
	width: 100%;
}

.answer {
	display: none;
} */

.qa {
	/* border: 1px solid #ddd; */
	border-radius: 8px;
	margin-bottom: 4px;
	overflow: hidden;
}

.qa > div {
	display: flex;
	align-items: center;
	padding: 15px;
	cursor: pointer;
	background-color: #000;
}

.qa h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	flex-grow: 1;
}

.qa button {
	background: none;
	border: none;
	font-size: 20px;
	margin-right: 15px;
	cursor: pointer;
	transition: transform 0.3s;
	color: #fff;
}

.qa.active button {
	transform: rotate(45deg);
}

.answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	transition: max-height 0.3s ease, padding 0.3s ease;
	border-top: 1px solid transparent;
}

.qa.active .answer {
	max-height: 500px;
	padding: 15px;
	border-top-color: #eee;
}

/* info */

.info {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.info-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #23b743;
	height: 50px;
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
}

.info-contact img {
	width: 40px;
}

.address {
	display: flex;
	flex-direction: column;
	gap: 13px;
	font-family: "Alice", cursive;
}

.address h3 {
	font-size: 22px;
}
.address h5 {
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 300;
}

/* image grid */

.image-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 10px;
}

.image-grid img {
	width: 150px;
	border-radius: 10px;
}

.image-grid img:nth-child(1) {
	margin-top: 30px;
}
.image-grid img:nth-child(3) {
	margin-top: 30px;
}

/* slider */
.slider {
	position: relative;
	width: 100%;
	max-width: 800px; /* Adjust as needed */
	margin: 0 auto;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
}

.slide img {
	width: 100%;
	height: auto;
	display: block;
}

.dots {
	text-align: center;
	padding: 15px 0;
}

.dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #bbb;
	cursor: pointer;
	transition: background-color 0.3s;
}

.dot.active {
	background-color: #333;
}

/* footer */

.foot {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 0;
}

.foot h6 {
	font-weight: 300;
	font-size: 14px;
}

.foot img {
	width: 18px;
	border: 1px solid #fff;
	border-radius: 50%;
}

@media screen and (min-width: 900px) {
	.container {
		max-width: 800px;
		margin: 0 auto;
	}

	.image-grid img {
		width: 400px;
		border-radius: 20px;
	}
	.image-grid img:nth-child(1) {
		margin-top: 80px;
	}
	.image-grid img:nth-child(3) {
		margin-top: 80px;
	}

	.project h3 {
		font-size: 40px;
		font-weight: 700;
	}

	.project p {
		font-size: 23px;
		font-weight: 300;
		text-wrap: nowrap;
	}
	.grid-view div:nth-child(2) h3 {
		font-size: 40px;
		font-weight: 700;
	}
	.grid-view div:nth-child(2) p {
		font-size: 23px;
		font-weight: 300;
	}
	.grid-view div:nth-child(2) {
		padding: 20px;
	}
	.why-title h1 {
		font-size: 80px;
	}
	.why-title img {
		width: 60px;
	}
}
