:root {
	--primary-p1: #059899;
	--primary-p5: #059899;
	--primary-p7: #035b5c;
	--secondary-s5: #1e767e;
	--tertiary-t3: #d4bb9d;
	--white-w85: #f8f9fa;
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 100;
	src: url(../assets/fonts/Qs_Iranyekan\ thin.ttf);
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 300;
	src: url(../assets/fonts/Qs_Iranyekan\ light.ttf);
}

@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 400;
	src: url(../assets/fonts/Qs_Iranyekan.ttf);
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 500;
	src: url(../assets/fonts/Qs_Iranyekan\ medium.ttf);
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 700;
	src: url(../assets/fonts/Qs_Iranyekan\ bold.ttf);
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 800;
	src: url(../assets/fonts/Qs_Iranyekan\ extrabold.ttf);
}
@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: 900;
	src: url(../assets/fonts/Qs_Iranyekan\ extrablack.ttf);
}
body {
	font-family: IranYekan;
	margin: 0;
	padding: 0;
	direction: rtl;
}

a {
	text-decoration: none;
}
.main {
	display: flex;
	padding: 80px;
	justify-content: center;
}
.main > section {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-top: 45px;
	width: 100%;
	max-width: 1200px;
}
@media screen and (max-width: 1350px) {
	.main {
		padding-inline: 36px;
	}
}
@media screen and (max-width: 1200px) {
	.main {
		padding-inline: 20px;
	}
}
@media screen and (max-width: 450px) {
	.main {
		padding-inline: 20px;
	}
}

.perfumeArticles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	width: 100%;
	max-width: 1200px;
}
@media screen and (min-width: 1024px) {
	.perfumeArticles.singleBlog {
		display: none;
	}
}
.perfumeArticles h4 {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

.perfumeArticles > div {
	width: 100%;
	overflow-x: auto;
}
.articlesContainer {
	display: flex;
	gap: 24px;
	margin-bottom: 16px;
}
.articleCard {
	display: flex;
	flex-direction: column;
	background-color: var(--white-w85);
	border-radius: 8px;
	min-width: 280px;
}
.articleCard .imageContainer {
	max-width: 384px;
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 8px 0 0px;
	overflow: hidden;
}
.articleCard .imageContainer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articleCard .detailContainer {
	display: flex;
	flex-direction: column;
	gap: 36px;
	padding: 8px 18px 24px 18px;
}
.articleCard .detailContainer > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.articleCard .detailContainer h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 35px;
}
.articleCard .detailContainer p {
	max-width: 342px;

	margin: 0;
	font-size: 16px;
	font-weight: 400;
}
.articleCard .detailContainer a {
	display: flex;
	gap: 4px;
	color: var(--primary-p7);
	font-size: 18px;
	font-weight: 800;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.articleCard .imageContainer {
		width: 240px;
		height: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px 8px 0 0px;
		overflow: hidden;
	}
	.articleCard .detailContainer {
		max-width: 230px;
		padding: 4.83px, 10.88px, 14.5px, 10.88px;
	}
	.articleCard .detailContainer h5 {
		margin: 0;
		font-size: 14px;
		font-weight: 800;
		line-height: 27px;
	}
	.articleCard .detailContainer p {
		max-width: 200px;
		padding: 4.83px, 10.88px, 14.5px, 10.88px;
		margin: 0;
		font-size: 12px;
		font-weight: 400;
	}
	.articleCard .detailContainer a {
		display: flex;
		gap: 4px;
		color: var(--primary-p7);
		font-size: 12px;
		font-weight: 800;
		align-items: center;
	}
}
.titleContainer {
	display: none;
}
.titleContainer h5 {
	font-size: 20px;
	line-height: 39px;
	font-weight: 800;
}
.titleContainer li {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	list-style: disc;
	list-style-position: inside;
}
.titleContainer p {
	font-size: 18px;
	line-height: 32px;
	padding-block: 40px;
}
@media screen and (min-width: 1024px) {
	.titleContainer {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
}
