:root {
	--header-height: 3.5rem;

	/*========== Colors ==========*/
	/*Color mode HSL(hue, saturation, lightness)*/
	--first-color: #d2c1af;
	--first-color-alt: #372d24;
	--second-color: #292136;
	--second-color-alt: #211b15;
	--text-color: #cfcfcf;
	--white-color: #fff;
	--body-color: #0b0c0c;

	/*========== Font and typography ==========*/
	/*.5rem = 8px | 1rem = 16px ...*/
	--body-font: "Roboto", sans-serif;
	--design-font: "Italiana", sans-serif;
	--h1-font-size: 2.5rem;
	--h2-font-size: 1.25rem;
	--h3-font-size: 1rem;
	--normal-font-size: 1.5rem;
	--small-font-size: 1.2rem;
	--smaller-font-size: 0.75rem;

	/*========== Font weight ==========*/
	--font-medium: 500;
	--font-semi-bold: 600;

	/*========== z index ==========*/
	--z-tooltip: 10;
	--z-fixed: 1000;
}

section.home {
	background: linear-gradient(rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)),
		url(/assets/images/project-images/background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.home-container {
	height: 70vh;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.aboutus-section-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* align-items: center; */
	justify-content: center;
	gap: 5rem;
}

.about-content-header {
	font-family: var(--design-font);
	margin-bottom: 2rem;
}

.sub-about-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4rem;
}

.sub-content {
	display: flex;
	flex-direction: column;
	column-gap: 3rem;
	background-color: var(--first-color-alt);
	color: var(--first-color);
	padding: 0.8rem 3rem;
}

.sub-content h4 {
	font-size: 3rem;
	color: var(--first-color);
	font-family: var(--design-font);
	margin-bottom: 0.5rem;
}

.about-other-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding-left: 2rem;
}

.about-other-content p {
	font-size: var(--normal-font-size);
	line-height: 1.8;
	color: var(--text-color);
}

.about-other-content-item {
	color: var(--first-color);
	font-size: 1.45rem;
}

.about-other-content-item i {
	margin-right: 0.5rem;
}

/*========== GALLERY SECTION ================*/

.gallery-filter {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding: 2rem;
}

.featured-item {
	background: none;
	color: var(--first-color);
	outline: none;
	padding: 1.2rem;
	border: 0.5px solid var(--first-color);
}

.featured-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4 equal columns by default */
	grid-auto-rows: 1fr; /* Equal row height */
}

.featured-card {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 30rem;
}

.image-1 {
	background: url(/assets/images/project-images/arch1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}

.image-2 {
	background: url(/assets/images/project-images/arch2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-3 {
	background: url(/assets/images/project-images/arch3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-4 {
	background: url(/assets/images/project-images/arch4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.gallery-5 {
	background: url(/assets/images/project-images/arch5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}

.image-6 {
	background: url(/assets/images/project-images/interior1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-7 {
	background: url(/assets/images/project-images/interior2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-8 {
	background: url(/assets/images/project-images/interior3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-9 {
	background: url(/assets/images/project-images/interior4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-10 {
	background: url(/assets/images/project-images/interior5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-11 {
	background: url(/assets/images/project-images/interior6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-12 {
	background: url(/assets/images/project-images/interior7.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-13 {
	background: url(/assets/images/project-images/interior8.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-14 {
	background: url(/assets/images/project-images/land1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-15 {
	background: url(/assets/images/project-images/land2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-16 {
	background: url(/assets/images/project-images/land3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.image-17 {
	background: url(/assets/images/project-images/land4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.gallery-card:hover .gallery-1 {
	transform: scale(1.1); /* Grow the image on hover */
}

.featured-card-layer {
	display: flex;
	background: linear-gradient(
		to right,
		hsla(180, 4%, 5%, 0.639),
		hsla(180, 4%, 5%, 0.507),
		hsla(180, 4%, 5%, 0.237)
	);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	align-items: center;
	justify-content: center;
	transition: 0.6s ease;
}

.layer-title {
	margin: 1.5rem;
	font-size: 2.2rem;
	font-family: var(--design-font);
	letter-spacing: 2;
	color: var(--first-color);
}

.featured-card:hover .featured-card-layer {
	transform: translateX(-100%);
}

.clients-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.clients-container h4 {
	color: var(--first-color);
	margin-left: 0.5px;
}

.clients-container h2 {
	color: var(--white-color);
	margin: 2rem 0;
	font-family: var(--design-font);
	font-size: 2.5rem;
}

.clients-container p {
	color: var(--text-color);
	max-width: 600px;
}

.client-logos {
	padding: 10rem 5rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 3rem;
}

.client-logo {
	width: 20rem;
	padding: 1.5rem;
	opacity: 0.5;
	transition: 0.6s ease;
	border: 0.6px solid var(--text-color);
}

.client-logo:hover {
	border: 0.6px solid var(--first-color);
	opacity: 1;
	border-style: dashed;
	transform: scale(1.08);
}

.parallax {
	/* The image used */
	background-image: linear-gradient(
			rgba(55, 45, 36, 0.5),
			rgba(55, 45, 36, 0.5)
		),
		url("/assets/images/project-images/lotus-design-n-print-JF5IuDNxN6M-unsplash (1).jpg");
	/* Full height */
	height: 100vh;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
	overflow: hidden;
}

.parallax .content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: white; /* Text color */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}

.parallax .overlay {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
			rgba(55, 45, 36, 0.5),
			rgba(55, 45, 36, 0.5)
		),
		url("/assets/images/parallax-background.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: bottom 0.5s ease;
}

.parallax:hover .overlay {
	bottom: 0;
}

.parallax h1 {
	font-size: 4rem;
	color: var(--first-color);
	text-align: center;
	font-family: var(--design-font);
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 55%;
	}
	.aboutus-section-container {
		grid-template-columns: 1fr;
	}

	.featured-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.client-logos {
		padding: 5rem;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5rem;
	}
}

@media screen and (max-width: 500px) {
	.about-content {
		text-align: center;
	}

	.about-content-header {
		font-size: 3.5rem;
	}
	.sub-about-content {
		display: flex;
		flex-direction: column;
	}

	.sub-content {
		width: 80%;
		margin: 0 auto;
	}

	.featured-container {
		grid-template-columns: 1fr;
	}

	.client-logos {
		padding: 5rem;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 5rem;
	}
}
@media screen and (max-width: 450px) {
	html {
		font-size: 50%;
	}

	.gallery-filter {
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: center;

		padding: 2rem 0;
	}

	.featured-item {
		background: none;
		color: var(--first-color);
		outline: none;
		padding: 1rem;
		font-size: 1.2rem;
		border: 0.5px solid var(--first-color);
	}
}
