@charset "UTF-8";
/********** All Pages ********/
@font-face {
  font-family: "yekan";
  src: url("../fonts/yekan.ttf") format("truetype"), url("../fonts/yekan.woff") format("woff"), url("../fonts/yekan.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  border: 0;
}
body {
    text-align: right;
    overflow-x: hidden;
    direction: rtl;
    font-size: 16px;
    line-height: 30px;
    background-color: #1e1e28;
    color: #e3e2e2;
    font-family: "yekan";
    animation-name: body;
    animation-duration: 1s;
}
a{
    text-decoration: none;
}
input {
    font-family: 'yekan';
}


/* Scrool Page and blink*/
::-webkit-scrollbar {
  width: 8px;
}
 ::-webkit-scrollbar-thumb {
  background: #7454fc;
}
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px black; 
    border-left: 1px solid #eaebec;*/
}
@keyframes blink {
    0% {
        text-shadow: 0 0 20px #EC7A44;
    }
    50% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 20px #EC7A44;
    }
}
@-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 20px #EC7A44;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 20px #EC7A44;
    }
}














/*** Sidebar Header ***/
.mh {
    width: 300px;
    border-left: 1px solid #2c2b2b;
    background: #171720;
    height: 100vh;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    /* box-shadow: 0 0 15px 0 rgb(199 197 197 / 12%); */
}hk
.mh li {
    list-style: none;
}
.mh ul a {
    color: #d9d9d9;
}
.mh > ul:nth-of-type(1) {
    height: calc(100% - 300px);
    overflow-y: scroll;
}
.mh > ul:nth-of-type(1) -webkit-scrollbar-track {
    box-shadow: inset 0 0 5px red;
}
.mh > ul:nth-of-type(1) li a {
    display: block;
    padding: 5px;
    margin-right: 7px;
    border-radius: 4px;
}
li a i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 22px;
}
.mh > ul:nth-of-type(1) li:hover a {
    background: #7454fc;
    color: #fff;
    padding-right: 10px;
    font-size: 17px;
}
.mh > span:nth-of-type(1) {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
/* ss site statistics */
.ss {
    bottom: 0;
    position: fixed;
    width: 300px;
}
.ss li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2c2c2c;
    padding: 2px 12px;
}
.ss li:last-child {
    border-bottom: 0 solid;
}
.ss li >span:nth-child(2) {
    color: #fdfdfd;
    font-weight: bold;
}
.ss ul {
    margin-top: 20px;
}
.ss div {
    display: flex;
    justify-content: space-around;
    background: #2d2d39;
    margin: 5px 25px;
    padding: 5px 0 0;
    border-radius: 4px;
    border: 1px solid #424242;
    margin-bottom: 11px;
}
.ss div i {
    color: #7454fc;
    font-size: 21px;
    vertical-align: sub;
}




/*** All ***/
/* ch containar header */
.ch {
    background: #232b3a;
    padding: 11px 20px;
    border: 1px solid #040711;
    border-bottom: 3px solid #040711;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 12%);
    border-radius: 8px;
    margin: 15px 0 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ua {
    display: flex;
    align-items: center;
}
.ua img {
    border-radius: 5px;
    height: auto;
    width: 50px;
    border: 1px solid  #767676;
}
.ua div {
    display: flex;
    flex-direction: column;
    margin-right: 6px;
}
.ua div span:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 10px #838383;
}
.ua div span:nth-child(2) {
    font-size: 15px;
    margin-top: -4px;
    color: #d5d6da;
}
.ch input {
    border: 1px solid #141722;
    padding: 10px 8px;
    border-radius: 5px;
    width: 395px;
    text-align: center;
    background: #e7e7e7;
    color: #404040;
    font-weight: bold;
}













/*** single ***/
main {
    display: flex;
    flex-wrap: wrap;
}
main article {
    width: 70%;
    flex-wrap: wrap;
}
article h2 {
    margin: 15px 0;
    font-size: 20px;
}
article p {
    margin: 0 10px 15px 2px;
}
main header {
    width: 100%;
}
.bc a {
    color: #715cc8;
    font-weight: 600;
}
.bc i {
    color: #715aba;
}
.bc i:first-child {
    font-size: 23px;
    background: #7454fc;
    color: #ffffff;
    border-radius: 5px;
}
main header, main article {
    display: flex;
    padding: 15px;
    background: #2c2c37;
    border-radius: 5px;
    border: 1px solid #424242;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
main header > div {
    padding: 10px;
    width: calc(100% - 484px);
}
main header h1 {
    width: 100%;
    text-align: center;
    color: #7454fc;
    padding: 22px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #ccc 50%, #715cc8 50%) bottom,
    linear-gradient(to right, #715cc8 50%, #ccc 50%) top;
    background-repeat: no-repeat;
    background-size: 100% 3px;
	border-radius: 100%;
}
main header p {
    margin: 8px 6px;
}
main aside {
    width: 30%;
    padding-right: 20px;
}
main header img {
    border-radius: 7px;
} 











/*** index ***/
/* mc main container */
.mc {
    margin-right: 320px;
    width: calc(100% - 335px);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}
/* si silde image */
.si {
    height: 159px;
    border-radius: 15px;
    overflow: hidden;
    background: #000114;
    box-shadow: 1px 1px 10px #eeeeee05;
    display: flex;
    margin-top: 6px;
    justify-content: space-between;
}
.si img:last-child {
    transform: rotate(180deg);
}
.si h1 {
    padding: 15px;
    font-size: 23px;
    color: #7454fc;
    text-align: center;
}
.pc {
    margin: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.pgc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pg {
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 5px;
    width: 32%;
    color: #dfdfdf;
    background: linear-gradient(159deg, #2d2d3a 0%, #2b2b35 100%);
}
.pg:hover {
    box-shadow: 0 0 4px #ffffff26;
}
.pg img {
    width: 100%;
    height: auto;
    transition: all 0.7s cubic-bezier(0.93, 0.22, 1, 1) 0s;
}
.pc > h2 {
    margin: 15px 0;
    color: #7454fc;
    text-shadow: 1px 1px 10px #ffffff52;
}
.pg > figure {
    overflow: hidden;
    margin: 4px;
    border-radius: 10px;
    display: flex;
}
.pg h2 {
    font-size: 18px;
    height: 55px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pg:hover img {
    transform: scale(1.05);
    filter: invert(1);
}
.pmeta {
    display: flex;
    justify-content: space-between;
    margin: -34px 10px 2px; /*ارتفاع از پایین روی ارتفاع یکسان باکس ها تاثیر میزاره*/
}
.like {
    background: #ffffff;
    color: #3a3a3a;
    padding: 0 5px;
    border-radius: 4px;
    direction: ltr;
    height: 24px;
    display: flex;
    align-items: flex-start;
}
.like:before {
    font-family: 'ico';
    content: "\e90a";
    /* text-shadow: 1px 1px 10px red; */
    color: #ef3946;
    margin: -2px 5px 0 0;
}
.pg > span:last-child {
    display: block;
    text-align: center;
    background: #7454fc;
    padding: 7px 2px;
    color: #fff;
    font-weight: bold;
	display:none;
}
.pg:hover > span:last-child {
    background: #fff;
    color: #7454fc;
}
.pg ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pg li {
    list-style: none;
    margin: 0 3px 9px;
    padding: 3px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    width: 47%;
    background: #404040;
    font-size: 13px;
}















/***  footer ***/
footer{
	margin-top: auto;
}
footer div {
    background: #232b3a;
    padding: 10px 25px;
    border-radius: 3px;
    border: 1px solid #7454fca6;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}