/** @format */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(63, 63, 65) !important;
	color: whitesmoke;
}

.container {
	margin-top: 20px;
	max-width: 1200px;
	padding-top: 40px;
	padding-left: 30px;
	text-align: center;
	letter-spacing: 2px;
}

.header-section {
	height: 100vh;
	background: url(../assets/img/assets/cosmetic-7.webp) no-repeat center center / cover;
	position: relative;
	color: white;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 50px;
	font-weight: 800;
}

.header-section h1 {
	padding-top: 10px;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 1px;
}

.footer-bg {
	background-color: white !important;
}

.bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.showcase-section h1 {
	margin-top: 10px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

/*.lists-items {
	display: none;
}*/

.list-header {
	margin-top: 20px;
	text-align:center;
	color: whitesmoke;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}

.lists-items {
	margin-top: 30px;
	padding: 20px;
	border: 4px solid black;
	background-color: white;
	border-radius: 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 24px;
	align-items: center;
	color: #000000;
	justify-content: center;
}

.showcase-section h3 {
	font-size: 23px;
	font-weight: 400;
	text-align: center;
}

.showcase-section h4 {
	padding-top: 5px;
	color: rgb(7, 167, 196);
	background-color: rgb(211, 212, 212);
	cursor: pointer;
}

.showcase-section h4:hover {
	color: brown;
}

.section-a {
	max-width: 100%;
	margin-top: 10px;
	background-color: black;
	border-radius: 10px;
	color: white;
}

.section-a-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	justify-content: center;
}

.pad {
	padding: 35px;
}

.products-header {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-top: 20px;
	color: rgb(241, 235, 235);
}

.para {
	text-align: center;
	font-size: 30px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 300;
	color: aliceblue;
}

.paragraphy {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 800px;
}

.img-gallery {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
}

.img-gallery img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

/* distribution section*/

.section-c {
	/* background: url(../assets/cosmetic-8.jpg) no-repeat center/cover; */
	opacity: 0.9;
	margin-top: 10px;
	background-color: black;
	border-radius: 10px;
	max-width: 100%;
	padding: 40px;
}

.products-gallery {
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	justify-content: center;
}

.products-gallery img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	opacity: 3;
}

/* responsiveness */

@media (max-width: 1200px) {
	.lists-items {
		display: none;
	}
}

@media (max-width: 700px) {
	.showcase-section h3 {
		font-size: 20px;
		text-align: center;
		font-weight: 500;
		font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	}

	.header-section h1 {
		font-size: 25px;
		font-weight: 500;
		font-family: Georgia, 'Times New Roman', Times, serif;
	}
	.container {
		max-width: 1200px;
		padding-top: 20px;
		text-align: center;
		letter-spacing: 1px;
	}

	.showcase-section ul {
		font-weight: 400;
		/* font-family: 'Courier New', Courier, monospace; */
		font-size: 16px;
		list-style: circle;
		cursor: pointer;
		text-transform: capitalize;
		color: rgb(8, 5, 0) !important;
	}
	.shop {
		color: #000000 !important;
		font-size: 20px;
		font-weight: 700;
	}
	.list-header {
		color: whitesmoke;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.decrip {
		font-size: 1px !important;
	}

	.lists-items {
		padding: 10px;
		border: 2px solid black;
		background-color: white;
		border-radius: 10px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		font-size: 15px;
		align-items: center;
		color: #000000;
		justify-content: center;
	}

	.section-a {
		max-width: 100%;
		margin-top: 10px;
		background-color: white;
		border-radius: 10px;
		color: black;
	}

	.container .last-para {
		display: none;
	}
	.section-a-container {
		display: grid;
		grid-template-columns: 1fr;
	}

	.paragraphy {
		font-size: 10px;
		font-weight: 300;
		text-align: center;
	}

	.products-header {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		padding-top: 20px;
		color: black;
	}

	.para {
		color: #000000;
		font-size: 20px;
		font-weight: 300;
	}

	.section-c {
		margin-top: 10px;
		background-color: white;
		border-radius: 10px;
		color: black;
		max-width: 100%;
		padding: 40px;
	}

	.products-gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}

	.heading {
		padding-bottom: 5px;
		text-align: center;
		font-weight: 400;
		font-size: 25px;
	}

	.footer-bg {
		background-color: white !important;
		color: #000000;
		font-weight: 400;
	}
}
