@font-face {
    font-family: "BYekan";
    src: url(../fonts/yekan-webfont.eot);
    src: url(../fonts/yekan-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/yekan-webfont.woff) format("woff"), url(../fonts/yekan-webfont.ttf) format("truetype"), url(../fonts/yekan-webfont.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}
body {
    direction: rtl;
    text-align: center;
    background: #febbbb;
}
* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
*:not(i) {
    font-family: BYekan !important;
}
#app-header {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
}
#app-header:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    z-index: -1;
    border-bottom: 1px solid #a5a5a5;
    box-shadow: 3px 0 5px #676767;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffe8+0,d6dbbf+100;Wax+3D+%231 */
    background: #feffe8; /* Old browsers */
    background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #feffe8 0%,#d6dbbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
}
#app-header h3 {
    display: inline;
    margin-top: -5px;
    position: absolute;
    z-index: -1;
    margin-right: 10px;
}
#app-header .icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
    margin-top: -6px;
}
#app-logo {
    text-align: center;
    background-color: #c11e33;
}
#app-logo img {
    width: 150px;
    height: 150px;
    padding-bottom: 10px;
}
#app-logo a {
    text-align: center !important;
}
button {
    width: 99%;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 20px;
    border: 1px solid #bf1d34;
    background: #bf1d34;
    color: #fff;
    box-shadow: 2px 2px 5px #666;
    display: none;
}
.game {
    display: none;
    text-align: center;
    font-weight: bolder;
    box-shadow: 0 0 70px #fff;
}
#stop {
    box-shadow: 2px 2px 5px #666;
    background: #303f9f;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 20px;
    cursor: pointer;
}
#back {
    box-shadow: 2px 2px 5px #666;
    background: #025a2a;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 20px;
    cursor: pointer;
    display: none;
    text-align: center;
}
#text {
    font-size: 32px;
    color: #bf1d34;
    text-shadow: 0 0 2px #ff667d;
}
#timer::before {
    content: ' زمان باقی مانده ';
    color: #303f9f;
}
#timer::after {
    content: ' ثانیه ';
    color: #303f9f;
}
#splash {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,fe9090+45,ff5c5c+100;Red+3D+%231 */
    background: #febbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
}
#splash img {
    top: 20%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
#bk {
    position: fixed;
    margin: 0 auto;
    left: 50%;
    bottom: 0px;
    z-index: -1;
    transform: translateX(-50%);
    opacity: 0.5;
}
.fa {
    font-size: 21px;
}
#menu {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #083111;
    color: #fff;
    display: none;
    padding: 0;
    margin: 0;
    border-left: solid 1px #083111;
    box-shadow: 0 -5px 15px #000;
}
#shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.65);
    display: none;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.title-menu {
    text-align: left;
}
.title-menu a i {
    margin-left: -10px;
    margin-top: 0px;
    padding: 7px 10px;
}
#close-menu {
    padding: 0 !important;
    color: #ccc !important;
}
#close-menu .fa {
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 7px;
    text-align: center;
}
#close-menu h3 {
    float: right;
    padding: 0;
    margin: 3px 5px;
}
#menu li {
    border-bottom: 1px solid #01290b;
}
#menu a {
    display: block;
    width: calc(100% - 10px);
    padding: 5px 7px 7px 5px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: right;
}
#discription {
    color: #099227;
    font-size: larger;
    border-bottom: none !important;
    text-align: center;
}
#open-menu {
    color: #000 !important;
    font-size: 23px;
    margin-right: 12px;
    margin-top: -4px;
}
#menu a