*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
@font-face {
    font-style: normal;
    font-display: fallback;
    font-family: IRANSansWeb;
    src: url("https://arensystem.ir/digimovies/IRANSansXV.woff2") ,url("https://arensystem.ir/digimovies/IRANSansXV.woff");
    font-weight: 100 900;
}
body {
    background: #070707;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px calc(50% - 160px);
    color:#ffffff;
    padding-top: 50px;
    font-family: IRANSansWeb;
}
a{
    text-decoration: none;
}
.loading{
    container: ' ';
    width: 60px;
    height: 60px;
    border: 6px solid #eb8307;
    border-right-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    border-radius: 50%;
    animation: rotate infinite 2s linear;
    margin-bottom: 10vh;
}
@keyframes rotate {
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}
h2{
    color: #eb8307
}
p{
    color:#ffffff;
    text-align: center
}
body.done .loading{
    display:none;
}
section{
    width: 100%;
}
body.done section{
    display:flex !important;
    flex-wrap: wrap;
}

.ad-box{
    position: relative;
    display:block;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: #242424;
}
.ad-box p{
    margin-top: 10px
}
.ad-box b{
    margin-top: 10px;
    text-align: center
}
.ad-box img{
    width: 100%;
}
section img{
    display: block;
    width:100%
}
.button{
    display: block;
    background: #eb8307;
    color: #fff;
    border-radius: 20px;
    padding: 6px 10px;
    text-shadow: 1px 1px 1px #0003;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    transition: 0.35s;
    width:100%;
    font-size: 18px;
    margin-bottom: 10vh;
}
.button2{
    display: block;
    color: #eb8307;
}
.ad-box > i{
    position: absolute;
    bottom: 100%;
    right: 0;
    color: #999;
    font-size: 11px
}
header img{
    width:150px
}
header{
    position: absolute;
    top: 15px;
}
.ad-box h3{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
}
