.home_slider_wrap {
	width: 1600px;
	max-width: 100%;
	margin: auto;
}
.new_btn {
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 16px;
	transition: 0.2s all;
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
}
.new_btn:hover {box-shadow: inset 0 0 100px #0003; gap: 12px;color: #fff !important;}
.rb_overlay.active , .popup_wrap.active{
	opacity: 1;
	visibility: visible;
}
.popup_wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 400px;
	max-width: 100%;
	transition: 0.2s all;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: 101;
}
.popup_close_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.popup_close_btn:hover { color: #000;}
.social_item_link {
	font-size: 25px;
	color: #666;
	transition: 0.3s linear;
}
.social_item_link.whatsapp:hover :is(svg, path){fill: #00bb40;}
.social_item_link.telegram:hover :is(svg, path){fill: #0c97ea;}
.flex_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.popup_text{ font-size: 16px;font-weight: 700;margin-bottom: 10px}
.single_puyesh_top_wrap {
	padding: 60px 0;
}
.puyesh_image {
	position: relative;
}
.puyesh_image img {
	border-radius: var(--border-radius);
	max-height: 450px;
	object-fit: cover;
}
.puyesh_image::before {
	content: '';
	position: absolute;
	top: -30px;
	right: -40px;
	width: 100px;
	height: 100px;
	background-image: url('/wp-content/uploads/2025/03/dots.webp');
	background-repeat: no-repeat;
	z-index: 1;
}
.rb_flex_end_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.single_puyesh_follwers_count, .single_puyesh_likes_count {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--main-color);
	border-radius: var(--border-radius);
	padding: 12px;
	font-size: 15px;
	min-width: 200px;
}
.single_puyesh_title {
	color: var(--main-color);
	font-size: 33px;
	font-weight: 700;
	margin: 10px 0;
}
.puyesh_operation_box {
	position: absolute;
	top: 0;
	right: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	z-index: 10;
}
.puyesh_operation_btn {
	background: var(--main-color);
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: var(--border-radius);
	cursor: pointer;
	transition: 0.1s all;
	display: flex;
	justify-content: center;
	align-items: center;
}
.puyesh_operation_btn:hover {box-shadow: inset 0 0 100px #0003;}
.single_puyesh_luncher_wrap img {
	max-width: 450px;
	margin: auto;
	object-fit: cover;
	display: block;
}
.puyesh_luncher_leader_wrap {
	dif: s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.social_item svg {
	width: 24px;
	height: 30px;
	fill: var(--second-color);
}
.social_item svg:hover {fill: #000;}
.follow_puyesh_btn {
	min-width: 108px;
	min-height: 44px;
}
.follow_puyesh_btn.added {
	pointer-events: none;
	background: var(--forth-color);
	font-size: 0;
	position: relative;
}
.follow_puyesh_btn.added::before {
	content: 'دنبال میکنید';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}
.bookmark_puyesh_btn.added_to_bookmark svg, .like_puyesh_btn.added_to_favorit svg {
	fill: var(--second-color) !important;
	stroke: var(--second-color);
}
.top_header_title {
	font-size: 72px;
	background: linear-gradient(90deg,var(--main-color),var(--second-color));
	background-clip: text;
	-webkit-text-fill-color: #0000;
	width: fit-content;
	font-weight: bold;
	min-height: 120px;
}
.top_header_description {
	color: #555;
}
.top_header_form input {
	min-width: 300px;
	max-width: 100%;
	padding: 10px 20px !important;
}
.rb_slider {
	border: 2px solid #000;
	border-radius: 20px;
	box-shadow: 10px 10px 0 0 #000;
}
.rb_slider .swiper-pagination-bullet {
	background: #fff !important;
	border: 1px solid #fff;
	width: 15px !important;
	height: 15px !important;
	opacity: 1 !important;
}
.rb_slider .swiper-pagination-bullet-active {
	background: transparent !important
}
#top_header{background-color:#f2f2f2}
#puyesh {
	background: var(--forth-color);
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	z-index: 11;
}
.top_puyesh_title::before {
	content: '';
	background: var(--second-color);
	width: 140px;
	height: 140px;
	position: absolute;
	top: -70px;
	right: -30px;
	display: inline-block;
	border-radius: 100px;
	z-index: 5;
}
.top_puyesh_title span , .top_puyesh_sub_title {
	position:relative;
	z-index:6;
}
.top_puyesh_title {
	position:relative;
}
#puyesh::after {
	content: '';
	background: #fff;
	width: 800px;
	height: 800px;
	position: absolute;
	bottom: -50%;
	right: -19%;
	display: inline-block;
	border-radius: 2000px;
	opacity: 0.1;
}
#puyesh .rb_swiper_btns > span {
	border:0;
	background: #fff;
}
.top_puyesh_sub_title {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px !important;
	display: block;
}

#group::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='647' height='1499' viewBox='0 0 647 1499' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M82.7122 1498.62C-102.639 1511.08 -202.697 1212.94 -287.513 991.592C-349.27 830.419 -349.309 648.774 -309.236 475.721C-273.466 321.25 -190.973 205.289 -86.6381 124.124C32.0076 31.8251 149.441 -18.1706 294.451 6.09348C461.689 34.0769 617.803 206.371 644.369 423.78C670.124 634.555 500.553 769.85 409.15 944.767C303.201 1147.52 267.108 1486.23 82.7122 1498.62Z' fill='%2351B157'/%3E%3C/svg%3E");
	width: 50%;
	height: 250%;
	display: block;
	position: absolute;
	background-repeat: round;
	left: 0;
	top: 20%;
	transform: translateY(-50%);
}

#group {
	z-index: 10;
}
.hamkar_setion_title {
	color: var(--text-color);
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
.hamkar_logos_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0;
}
.hamkar_logos_wrap img {
	width: 150px;
}
#hamkars::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='422' height='2002' viewBox='0 0 422 2002' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M1364.87 1711.01C1151.7 1886.8 890.26 2042.23 618.596 1991.81C344.111 1940.88 95.0698 1727.1 13.2679 1460.18C-58.4729 1226.1 197.364 1033.83 251.852 795.136C303.589 568.489 152.733 291.482 317.491 127.469C491.064 -45.3183 775.605 -3.33668 1017.87 32.5817C1278.29 71.1906 1571.06 114.203 1714.96 334.658C1858.44 554.483 1774.22 837.785 1709.51 1092.19C1649 1330.06 1554.23 1554.85 1364.87 1711.01Z' fill='%23EF8C0B'/%3E%3C/svg%3E");
	width: 33%;
	height: 250%;
	position: absolute;
	background-repeat: round;
	right: 0;
	top: -25%;
	transform: translateY(-50%);
}
#hamkars{position:relative;}
#hamkars .container , #news .container {
	position: relative;
	z-index: 9;
}
.safir_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
#news {
	background: linear-gradient(transparent, #ffffff63);
	z-index: 10;
	position: relative;
}
#safirs .rb_swiper_btns , #hamkars .rb_swiper_btns {
	position: absolute;
	top: 50%;
	width: 100%;
	justify-content: space-between;
}
#safirs .rb_swiper_btns > span, #hamkars .rb_swiper_btns > span{
	border: 0 !important;
	background: #fff !important;
	border: 1px solid #eee !important;
}
.safir_item_name {
	font-size: 16px;
	font-weight: 600;
}
.safir_item_title {
	font-size: 14px;
	color: #555;
}
@media( max-width: 991px ){
	.top_header_title {font-size: 35px;min-height: 60px;}
	#puyesh{padding: 60px 0 30px;}
	.counter_item{gap: 5px;}
	.counter_number {font-size: 25px;}
	.top_puyesh_sub_title {margin-bottom: 15px !important;text-align: justify;line-height: 28px;font-size: 15px;}
	#counter { padding: 50px 0;}
	.counter_item {gap:0px;margin-bottom: 20px;}
	.counter_item svg { width: 50px;}
	.counter_number {font-size: 28px;}
	.counter_text {font-size: 15px !important;}
	#hamkars::before {
		height: 100%;
		right: 0;
		top: 0;
		transform: translateY(0);
	}
	.hamkar_logos_wrap img {
		flex: 0 0 50%;
		object-fit: none;
	}
	.hamkar_logos_wrap {
		gap: 0;
	}
	body .top_puyesh_title::before {
		width: 100px;
		height: 100px;
		top: -40px;
		right: -7px;
	}
	.hamkar_setion_title {
		font-size: 18px;
		margin-top: 10px !important;
		color: #333;
	}
	.rb_hamkars_swiper {
		margin-bottom: 20px;
	}
	#news .form_btn {
		font-size: 14px;
		min-width: 100px;
	}
	.single_puyesh_top_wrap {padding:30px 0;}
	.single_puyesh_title {font-size: 24px;margin-top: 30px;}
	.content_section{line-height: 25px;}
	.puyesh_operation_btn{width: 35px;height: 35px;}
	.puyesh_operation_btn svg {width: 20px;height: 20px;}
	.single_puyesh_detail_box {flex-direction: column;}
	.single_puyesh_follwers_count, .single_puyesh_likes_count{padding:5px;font-size: 14px;min-width: 160px;}
	.puyesh_operation_box{top: 40px;right: auto;left: 10px;gap: 7px;}
}