@font-face {
    font-family: pixelfad;
    font-style: normal;
    font-weight: normal;
    src: url('font/Vazirmatn-FD-Regular.woff2') format('woff2'),
}

body{
	font-family:pixelfad, Tahoma;
	background: url(img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
	color:#2B303F;
	margin: 0px; 
	padding:0px;
	    width: 100%;
    min-height: 100vh;letter-spacing:-0.5px;
	
}
#content {
    width: 100%;
    min-height: 100vh;
	position:absolute;
    top: 0;
    left: 0;
    display: flex;
	align-items: center;direction:rtl;
	justify-content: center;z-index:999
}
.main{
	width: 500px;
	z-index: 2;
}
.logo{
	background: url(img/logo.png) no-repeat;
    width: 80px;
    height: 106px;
	margin: 0 auto;
    display: block;
	margin-bottom:0px;
}
h2{
    font-size:15px;
    font-weight:bold;margin-top:30px
}
p{
	font-size:14px;
	line-height:30px;margin-bottom:30px ;font-weight:200;
}
.btncontainer{
	display:block;
	text-align:center;
	margin: 0 auto;
	margin-top:20px
	
}
.btn{
	position: relative;
    display: inline-block;
    padding: 7px 25px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
	text-decoration:none;
	border-radius:50px;
	margin-left:10px;
    background: #15C489;
    transition: all .35s;
}
.btn:hover{
  color: #fff;
  background:#ff0056;
}

#socials {
    position: relative;
    top: 0px;
    transition: all .4s;
    display: none;
    align-items: center;
    justify-content: center;
}
.social {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    border-radius: 50px;
    margin-right: 6px;
    background-color: #2B303F;
    border: 1px solid #2B303F;
    float: left;
}
#aparat {
    background-image: url(img/aparat.png);
}
#instagram {
    background-image: url(img/instagram.png);
}

@media screen and (max-width: 767px) { P{font-size:13px;margin:10px;}
	.btn{  padding: 7px 20px;font-size:13px;}
    .main {width: 95%;}
}

