/* Aghwam Festival */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/IRANSansWeb.eot');
	src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('fonts/IRANSansWeb.woff2') format('woff2'),
		 url('fonts/IRANSansWeb.woff') format('woff'),
		 url('fonts/IRANSansWeb.ttf') format('truetype');
}

body{
	background-image: url("imgs/bg.png") ;
	font-family: IRANSans;
	direction: rtl;
	padding: 20px;
	background-color: #00a163;
}
.content{
	margin: auto;
	margin-top: 70px;
	padding: 30px;
	max-width: 720px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #bcbcbc;
	text-align: center;
}

.content .logo{
	background-image: url(imgs/logo.png);
	height: 150px;
	width: 150px;
	margin: auto;
	background-size: cover;
}

.content h1{
	color: #4f4f4f;
	text-shadow: 10px 10px 10px #ccc;
	font-size: 25px;
}
.content p{
	color: #707070;
	font-size: 18px;
}
.content a{
	color: #ff7065;
	text-decoration: none;
	transition: ease-in .2s all;
}
.content a:hover{
	color: #ffaa65;
}
.copyright{
	color: #fff;
	text-align: center;
	direction: ltr;
}
.copyright a{
	color: #fff;
	text-decoration: none;
	transition: ease-in .2s all;
}
.copyright a:hover{
	color: #f94f1b;
}

.download-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(135deg, #222 0%, #000 100%);
	color: #fff !important; 
	border-radius: 8px; 
	padding: 10px 15px;
	font-family: IRANSans, sans-serif;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	width: 250px;
	height: 40px;
	margin: auto;
	margin-top: auto;
	margin-top: 15px;
  }
  
  .download-btn .text {
	margin-left: 10px; /* فاصله بین متن و آیکن */
  }
  
  .download-btn .icon {
	width: 30px;
	height: 30px;
  }
  