*
{
	box-sizing: border-box;
	outline: none;
}
body
{
	background: #ffffff;
	color: #000000;
	margin: 0;
	font-family: IRANYekanX;
	direction: rtl;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
a
{
	color: #000000;
	text-decoration: none;
}
img, video
{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
input, select, option, button
{
	font-family: IRANYekanX;
}
.up {
	width: 100%;
	height: 65vh;
	max-height: 702px;
}
.header {
	background: url(../imgs/header.png) top center no-repeat;
	clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 95%);
	width: 100%;
	max-height: 648px;
	height: 60vh;
	z-index: -10;
	position: absolute;
	top: 0;
	background-size: 200% 200%;
	animation: bg 60s ease infinite;
}
.blurs {
	width: 100%;
	max-height: 756px;
	height: 70vh;
	z-index: -8;
	position: absolute;
	top: 0;
	backdrop-filter: blur(50px);
}
.chars {
	background: url(../imgs/header-chars.png) top center no-repeat;
	background-size: auto 100%;
	width: 100%;
	max-height: 756px;
	height: 70vh;
	z-index: -6;
	position: absolute;
	top: 0;
	animation: chars 3s infinite;
}
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 1728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	direction: ltr;
}
.nav .menu {
	display: flex;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	direction: rtl;
}
.nav .menu a {
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	transition: all 0.1s;
	font-size: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.nav .menu a:last-child {
	border-left: 0;
}
.nav .menu a:hover {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
}
.nav .logo img {
	padding: 1px;
	width: 56px;
	height: auto;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	backdrop-filter: blur(5px);
	vertical-align: super;
}
.nav .logo img:hover {
	animation: logo 0.5s infinite;
}
.container {
	width: 70%;
	max-width: 1344px;
	margin-right: auto;
	margin-left: auto;
}
.container .title {
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 10px #e0e0e0;
	margin-bottom: 40px;
	text-align: center;
	transition: all 0.2s;
	background: #ffffff;
}
.container .title:hover {
	transform: scale(1.05);
}
.container .title h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	margin-bottom:15px;
}
.container .title p {
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 300;
}
.container .boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	text-align: center;
}
.container .boxes .box {
	border-radius: 10px;
	padding: 25px;
	flex: 1 1 calc(33.333% - 40px);
	box-shadow: 0 5px 10px #e0e0e0;
	transition: all 0.2s;
}
.container .boxes .box:hover {
	transform: scale(1.05);
}
.container .boxes .box h2 {
	margin: 0;
	margin-top: 15px;
	font-size: 22px;
}
.container .boxes .box p {
	margin: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.container .boxes .box span {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	margin-top: 15px;
	direction: ltr;
}
.container .boxes .box .fonticon {
	vertical-align: -2px;
}
.main {
	width: 70%;
	max-width: 1344px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background: url(../imgs/header.png) center no-repeat;
	border-radius: 10px;
	transition: all 0.2s;
}
.main:hover {
	transform: scale(1.05);
}
.main .blur {
	backdrop-filter: blur(50px);
	border-radius: 10px;
}
.main .blur .content {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}
.main .blur .button {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	font-size: 20px;
	transition: all 0.2s;
}
.main .blur .button:hover {
	transform: scale(1.05);
}
.main .blur .button .fonticon {
	vertical-align: -4px;
}
.posts {
	width: 70%;
	max-width: 1344px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.posts .lists {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	text-align: center;
}
.posts .lists .list {
	border-radius: 10px;
	padding: 25px;
	flex: 1 1 calc(50% - 40px);
	box-shadow: 0 5px 10px #e0e0e0;
	transition: all 0.2s;
	text-align: right;
}
.posts .lists .list:hover {
	transform: scale(1.05);
}
.posts .lists .list h3 {
	margin: 0;
	font-size: 22px;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	text-align: center;
}
.posts .lists .list h3 .fonticon {
	vertical-align: -5px;
}
.posts .lists .list .item {
    margin-top: 15px;
	font-size: 16px;
	transition: all 0.2s;
	font-weight: 300;
	display: block;
	width: fit-content;
}
.posts .lists .list .item:hover {
	transform: scale(1.05);
}
.posts .lists .list .item .fonticon {
	vertical-align: -4px;
}
.social {
	width: 70%;
	max-width: 1344px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.social .list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	text-align: center;
}
.social .list .item {
	transition: all 0.2s;
	flex: 1 1 calc(33.333% - 40px);
	border-radius: 10px;
}
.social .list .item:hover {
	transform: scale(1.05);
}
.social .list .item .fonticon {
	font-size: 24px;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 25px;
}
.social .list .item span {
	display: block;
	color: #ffffff;
	padding-bottom: 25px;
	font-weight: bold;
}
.footer {
	color: #737373;
	font-size: 14px;
	font-weight: bold;
}
.footer .content {
	text-align: center;
	padding: 40px;
}
.down {
	margin-top: auto;
}
.bottom {
	width: 100%;
	height: 5px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: bg 5s ease infinite;
}
@keyframes bg {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}
@keyframes logo {
	0% {transform: scale(1.0);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1.0);}
}
@keyframes chars {
	0% {transform: scale(0.9); opacity: 0.8;}
	25% {transform: scale(1); opacity: 1;}
	75% {transform: scale(1); opacity: 1;}
	100% {transform: scale(0.9); opacity: 0.8;}
}
@media(max-width:1000px)
{
	.container {
		width: 80%;
	}
	.container .boxes .box {
		flex: 1 1 100%;
	}
	.main {
		width: 80%;
	}
	.main .blur .content {
		display: block;
		text-align: center;
	}
	.main .blur .button {
		margin-top: 20px;
	}
	.posts {
		width: 80%;
	}
	.posts .lists .list {
		flex: 1 1 100%;
	}
	.social {
		width: 80%;
	}
	.social .list .item {
		flex: 1 1 100%;
	}
}