@font-face{
    font-family: FontMediam;
    src: url('FontMedium.woff2');
}
@font-face{
    font-family: FontBold;
    src: url('FontBold.woff2');
}
* {
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: FontMediam;
    position: relative;
    background: #101017;
    overflow-x: hidden;
}
.container.page-content {
    padding: 40px 15px 30px;
    max-width: 530px;
}
a.indexLogo {
    display: table;
    margin: 0 auto 30px;
}
a.indexLogo img {
    display: block;
    width: 200px;
    float: left;
}
.indexBlock {
    background: #231e1e;
    border-radius: 9px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    overflow: hidden;
}
.indexBlock a i {
    display: table;
    margin: 0 auto;
    font-size: 39px;
    line-height: 30px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}
.indexBlock a span {
    font-size: 20px;
    width: 100%;
    line-height: 50px;
    z-index: 9;
    position: relative;
    display: block;
    text-align: center;
}
.indexSearch {
    display: table;
    width: 90%;
    position: relative;
    margin-top: 10px;
    max-width: 500px;
    margin: 0 auto 30px;
}
.indexSearch input {
    border-radius: 45px;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    height: 45px;
    border: 0;
    margin: 0;
}
.indexSearch .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 30px;
    color: #FFF;
    background: #ca2221;
    font-family: 'FontMediam';
    font-size: 18px;
}
.indexBlock a {
    display: block;
    width: 100%;
    color: #FFF;
    font-family: 'FontBold';
    position: relative;
    height: 100%;
    padding: 25px 0;
}
.row {
    margin: 0 -5px;
}
.row [class*=col-], .row [class*=box-] {
    padding: 0 5px;
}
.indexBlock a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    transform-origin: center;
    width: 50px;
    background: #ffffff0f;
    border-radius: 15px 00 0 35px;
    z-index: 3;
    transition: .4s all ease;
    width: 5px;
    height: 5px;
}
.indexBlock a:hover:after{
    transform: scale(90);
    background: #d01010;
}
.holdLinks {
    display: table;
    margin: 0 auto;
    width: 500px;
}
@media(max-width: 500px){
    .holdLinks {
        display: table;
        margin: 0 auto;
        max-width: 90%;
    }    
}
.Box h3 {
    display: table;
    margin: 0 auto;
    font-family: 'FontBold';
    color: #ca2221;
    margin-bottom: 10px;
}
.Box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.Box ul li {
    transition: .3s all ease;
    display: inline-block;
    min-width: 150px;
    margin: 0 .5% 9px;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 25px;
}
.Box ul li a {
    display: block;
    padding: 5px 8px;
    background: #ffffff08;
    color: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 99;
    text-decoration: none;
}
@media (max-width: 980px){
    form.form-ui.search {
        width:100%;
    }
}
@media(max-width: 550px){
    .indexBlock{
        height: 100px;
    }
    .indexBlock a i{
        font-size: 30px;
    }
    .col-12.col-m-4.col-s-6 {
        width: 33%;
    }
    .Box ul li {
        width: calc((100% / 2) - 1%);
    }
    .indexBlock a span{
        font-size: 17px;
    }
    .indexBlock a{
        padding: 19px 0;
    }
}
.Box ul li:hover {
    background: #ca2221;
}
.boxSocial {
    display: table;
    margin: 0px auto;
}
.boxSocial span {
    float: right;
    line-height: 40px;
    font-size: 18px;
    font-family: 'FontBold';
    color: #ca2221;
}
.boxSocial .sociaLinks {
    margin: 0;
    padding: 0px 16px;
}
.boxSocial .sociaLinks a {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff26;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    padding: 13px;
    border-radius: 12px;
}
.boxSocial .sociaLinks a i {
    display: block;
    line-height: 32px;
}
@media(max-width:500px){
    .holdLinks {
        width: 95%;
    }
    .container.page-content {
        max-width: 95%;
    }
}
@media(max-width:500px){
    .indexBlock a i {
        font-size: 28px;
    }
    .indexBlock a span{
        font-size: 15px;
        font-family: 'FontMediam';
    }
}
.homepage__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-position: center;
    z-index: -1;
    opacity: .1;
    background-size: cover;
}
.homepage__bg::after {
    content: '';
    background: linear-gradient(
180deg,#1d1d1d14,#101017 88%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 700px;
}
a.indexLogo span.animetext {
    float: right;
    color: #FFF;
    color: #167eff;
    font-family: Righteous;
    font-size: 60px;
    padding-top: 74px;
    line-height: 50px;
    padding-top: 130px;
    margin-left: -20px;
}
.page-content {
    padding: 60px 0;
}
.indexSearch input[type=text] {
    display: block;
    width: 100%;
    font-family: 'FontMediam';
    padding: 5px 20px;
    background: #141b22;
    border: 1px solid #0a0c0e;
    outline: 0;
}
.indexSearch input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    cursor: pointer;
}
.Box {
  display: table;
    width: 90%;
    position: relative;
    margin-top: 10px;
    max-width: 500px;
    margin: 0 auto 30px;
}
.etxt {
      display: table;
      width: 90%;
      position: relative;
      text-align: center;
      max-width: 500px;
      margin: 0 auto 10px;
      color: #ffffff5c;
}
.etxt h2 {
    margin-bottom: 11px;
    color: #167eff;
}
.facebook span{
    background: no-repeat center url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath fill='%23fff' d='M288,176v-64c0-17.664,14.336-32,32-32h32V0h-64c-53.024,0-96,42.976-96,96v80h-64v80h64v256h96V256h64l32-80H288z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.telegram span{
    background: no-repeat center url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath fill='%23fff' d='m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.etxt.alert span {
    display: table;
    padding: 5px 35px;
    color: #FFF;
    background: #ca2221;
    border-radius: 38px;
    font-size: 13px;
    margin-bottom: 10px;
}
.boxSocial .sociaLinks a span {
    display: table;
    width: 100%;
    height: 100%;
}