: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;
}

/* Hero Section */
.heroSection {
	width: 100%;
	height: 100svh;
	display: flex;
	justify-content: center;
	align-self: center;
	color: white;
	background: url(../assets/images/Xiphoid_Hero_Home.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #00000050;
}
.heroSection > div:not(.overlay) {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	z-index: 2;
	gap: 230px;
	width: 90%;
	max-width: 1200px;
}
.heroSection .overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #00000080;
}
.heroSection .brand {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: start;
	justify-content: center;
}
.heroSection .brand h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
}
.heroSection a {
	color: var(--tertiary-t3);
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 600;
}
.heroSection p {
	color: white;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 300;
}
.heroSection .heroBottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
@media screen and (max-width: 740px) {
	.heroSection > div:not(.overlay) {
		margin-top: 150px;
		gap: 18px;
		align-items: center;
		justify-content: start;
	}
	.heroSection .brand {
		align-items: center;
	}
	.heroSection .heroBottom {
		flex-direction: column-reverse;
		gap: 64px;
	}
}
@media screen and (max-width: 640px) {
	.heroSection .brand h4 {
		font-size: 16px;
	}
	.heroSection p {
		font-size: 12px;
	}
	.heroSection a {
		font-size: 14px;
	}
}
/* Hero Section */

.mainBody {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px;
	gap: 80px;
}
@media screen and (max-width: 1024px) {
	.mainBody {
		padding: 45px;
	}
}
@media screen and (max-width: 640px) {
	.mainBody {
		padding: 18px;
		gap: 40px;
	}
}
/* brand slides */
.brandsSliderContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	width: 100%;
	max-width: 1200px;
}

.brandsSliderContainer h4 {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}
.brandSwiper {
	width: 100%;
	max-width: 1200px;
	max-height: 240px;
}
.brandSwiper .swiper-wrapper {
	padding-block: 32px;
}
.brandSwiper .swiper-slide {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brandSwiper .swiper-button-next,
.brandSwiper .swiper-button-prev {
	position: absolute;
	transition: all 0.2s ease;
	color: black;
}
.brandSwiper .swiper-button-next::after,
.brandSwiper .swiper-button-prev::after {
	font-size: 24px;
}
.brandSwiper .swiper-button-next {
	left: 100px;
}

.brandSwiper .swiper-button-next:hover,
.brandSwiper .swiper-button-prev:hover {
	color: var(--primary-p1);
}
@media screen and (max-width: 640px) {
	.brandsSliderContainer {
		gap: 4px;
	}
	.brandSwiper .swiper-wrapper {
		padding-block: 0px;
	}
}

/* brand slides */
/* banner grid */
.bannersGrid > div:first-child {
	background-image: url("../assets/images/Police_banner.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px center;
}
.bannersGrid > div:nth-child(2) {
	background-image: url("../assets/images/Men_Banner.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.bannersGrid > div:last-child {
	background-image: url("../assets/images/women_banner.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
@media screen and (max-width: 900px) {
	.bannersGrid > div:first-child {
		background-image: url("../assets/images/Police_banner.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -130px center;
	}
	.bannersGrid > div:nth-child(2) {
		background-image: url("../assets/images/Men_Banner.png");
		background-repeat: no-repeat;
		background-position: left;
		background-size: cover;
	}
	.bannersGrid > div:last-child {
		background-image: url("../assets/images/women_banner.png");
		background-repeat: no-repeat;
		background-position: left;
		background-size: cover;
	}
}
@media screen and (max-width: 420px) {
	.bannersGrid > div:first-child {
		background-image: url("../assets/images/Police_banner.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -120px center;
	}
	.bannersGrid > div:nth-child(2) {
		background-image: url("../assets/images/Men_Banner.png");
		background-repeat: no-repeat;
		background-position: -2vw center;
		background-size: contain;
	}
	.bannersGrid > div:last-child {
		background-image: url("../assets/images/women_banner.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: cover;
	}
}

/* banner grid */
.bodyHero {
	background-image: url(../assets/images/body_hero_Police.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* perfume article */
.perfumeArticles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	width: 100%;
	max-width: 1200px;
}
.perfumeArticles h4 {
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}
.perfumeArticles > div {
	width: 100%;
	overflow-x: auto;
}
.articlesContainer {
	display: flex;
	gap: 24px;
	/* min-width: 800px; */
	margin-bottom: 16px;
}
.articleCard {
	display: flex;
	flex-direction: column;
	background-color: var(--white-w85);
	min-width: 240px;
	border-radius: 8px;
}
.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;
	}
}
/* perfume article */
/* popPerfume */
.popPerfume > div:last-child {
	width: 100%;
	overflow-x: auto;
}
.popPerfume .cardsContainer {
	display: flex;
	gap: 24px;
	/* min-width: 1100px; */
	margin-bottom: 16px;
}
/* popPerfume */
/* product Card */
.productCardContainer {
	display: flex;
	min-width: 240px;
	flex-direction: column;
	gap: 12px;
	padding: 14px 14px 24px 14px;
	background-color: var(--white-w85);
	border-radius: 8px;
}
.productCardContainer .imageContainer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #00000005;
	border-radius: 4px;
	background-color: #f5f5f5;
	min-height: 230px;
}
.productCardContainer .imageContainer span {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	background-color: var(--primary-p1);
	color: white;
	padding: 2px 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 2rem;
}
.productCardContainer .detailContainer {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.productCardContainer .detailContainer p {
	margin: 0;
	font-size: 18px;
	font-weight: 100;
}
.productCardContainer .detailContainer h5 {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	line-height: 39px;
}

.productCardContainer .detailContainer > div {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.productCardContainer .detailContainer > div > div:not(.tags) {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.productCardContainer .detailContainer .tags {
	display: flex;
	gap: 11px;
}
.productCardContainer .detailContainer span {
	background-color: #d4bb9d4f;
	font-weight: 300;
	font-size: 16px;
	padding: 1px 16px;
	border-radius: 80px;
}
.productCardContainer .detailContainer a {
	background-color: var(--secondary-s5);
	color: white;
	padding: 6px 45px;
	text-align: center;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 960px) {
	.productCardContainer .detailContainer p {
		margin: 0;
		font-size: 16px;
		font-weight: 100;
	}
	.productCardContainer .detailContainer h5 {
		margin: 0;
		font-size: 16px;
		font-weight: 800;
		line-height: 24px;
	}
	.productCardContainer .detailContainer span {
		background-color: #d4bb9d4f;
		font-weight: 300;
		font-size: 12px;
		padding: 1px 16px;
		border-radius: 80px;
	}
	.productCardContainer .detailContainer a {
		background-color: var(--secondary-s5);
		color: white;
		padding: 6px 45px;
		text-align: center;
		border-radius: 12px;
		font-size: 14px;
		font-weight: 700;
	}
}
@media screen and (max-width: 400px) {
	.productCardContainer .detailContainer p {
		margin: 0;
		font-size: 12px;
		font-weight: 100;
	}
	.productCardContainer .detailContainer h5 {
		margin: 0;
		font-size: 12px;
		font-weight: 800;
		line-height: 24px;
	}
	.productCardContainer .detailContainer span {
		background-color: #d4bb9d4f;
		font-weight: 300;
		font-size: 10px;
		padding: 1px 16px;
		border-radius: 80px;
	}
	.productCardContainer .detailContainer a {
		background-color: var(--secondary-s5);
		color: white;
		padding: 6px 45px;
		text-align: center;
		border-radius: 12px;
		font-size: 14px;
		font-weight: 700;
	}
}

.saleBanner div:last-child {
	background-image: url(../assets/images/Ellipse\ 1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.saleBanner div:last-child {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
