@charset "UTF-8";
h1 {
	font-size: 40px !important;
}

h2 {
	font-size: 30px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 20px !important;
}

h5 {
	font-size: 18px;
}

body {
	font-family: "Iranian-Sans";
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.about-animate {
	opacity: 0;
	animation: fadeInUp 1s ease-out forwards;
}

.about-section p {
	text-align: justify;
	line-height: 1.75;
}
.about-section img {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	transition: transform 0.4s ease;
}
.about-section img:hover {
	transform: scale(1.03);
}

@media (max-width: 992px) {
	.carousel-inner .row {
		display: none; /* مخفی کردن ردیف تصاویر در موبایل */
	}
	.carousel-inner .d-lg-none {
		display: block; /* نمایش یک عکس در موبایل */
	}
	.carousel-control-prev {
		left: -10px;
	}
	.carousel-control-next {
		right: -10px;
	}
}
#left_content {
	height: 1100px;
}
#left_content .box {
	width: 100%;
	height: 100%;
	background-image: url(../../images/banners/about_banner.webp);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#left_content .box::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.462745098);
	width: 100%;
	height: 100%;
	content: "";
}

#left_content .box * {
	position: relative;
	z-index: 5;
}

#left_content .box p {
	text-align: justify;
}

#left_content .box strong {
	font-weight: normal;
}

#right_content {
	height: 1100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#up_content {
	height: 400px;
	margin-bottom: 5px;
	background-image: url(../../images/banners/about_banner_2.webp);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
#up_content::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.462745098);
	width: 100%;
	height: 100%;
	content: "";
}

#up_content .container *,
#down_content .container * {
	position: relative;
	z-index: 5;
}

/* #right_content .box p {
  text-align: justify;
}

#right_content .box strong {
  font-weight: normal;
} */

#down_content {
	height: 300px;
	margin-top: 5px;
	background-image: url(../../images/banners/about_banner_3.webp);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
#down_content::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.462745098);
	width: 100%;
	height: 100%;
	content: "";
} /*# sourceMappingURL=about.css.map */

.counter-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	background-color: #f8f9fa7e;
	padding: 50px 20px;
	direction: rtl;
	text-align: center;
}

.counter-box {
	width: 160px;
	background: #fff;
	padding: 25px 10px;
	border-radius: 16px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.counter {
	font-size: 2.5rem;
	font-weight: bold;
	color: #e6a400; /* طلایی */
}

.counter-box p {
	margin-top: 10px;
	font-size: 1rem;
	color: #555;
}
.achievement-card .content-overlay {
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 2;
}

.achievement-card .hover-overlay {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: bottom 0.4s ease;
	z-index: 1;
}

.achievement-card:hover .hover-overlay {
	bottom: 0;
}

.achievement-card:hover .content-overlay {
	opacity: 1;
}

@media (max-width: 1200px) {
	#left_content {
		height: 1400px;
	}
	#right_content {
		height: 1400px;
	}
}
@media (max-width: 992px) {
	#left_content {
		height: 600px;
	}
	#up_content {
		height: 700px;
	}

	#down_content {
		height: 600px;
	}
}

@media (max-width: 767px) {
	#left_content {
		height: fit-content;
	}

	#right_content {
		height: fit-content;
	}
	#up_content {
		height: fit-content;
		margin-bottom: 0px;
	}

	#down_content {
		height: fit-content;
		margin-top: 0px;
	}
}
