body{margin: 0;background-color: #252525;overflow: hidden;}
#faza{
     perspective: 1200px;
    height: auto;
    
}
#faza > #omgh{
    user-select: none;
    position: relative;
    left: 40% ;
    top: 20px;
   transform-style: preserve-3d;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 162px;
    height: 348px;
    animation: anime 15s infinite linear;
    transform: rotateY(-30deg);
}
/*@keyframes anime {
    0%{
        transform: rotateY(0deg);
    }
    100%{
            transform: rotateY(360deg);
        }
}*/
#faza > #omgh > li{
    position: absolute;
}
#faza > #omgh > li:nth-child(1){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 162px;
    height: 348px;
    background: url(../img/front.png) no-repeat 50% 50%;
    background-color: #1e1e1e;
    transform: rotateY(0deg) translateZ(0px);
    border-radius: 7px;
}
#faza > #omgh > li:nth-child(2){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 15px;
    height: 348px;
    background: url(../img/left.png) no-repeat 50% 50%;
    transform: rotateY(90deg) translateZ(-8px) translateX(7px);
    border-radius: 15px;
}
#faza > #omgh > li:nth-child(3){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 15px;
    height: 348px;
    background: url(../img/tight.png) no-repeat 50% 50%;
    transform: rotateY(-90deg) translateZ(-155px) translateX(-7px);
}
#faza > #omgh > li:nth-child(4){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 13px;
    height: 162px;
    background: url(../img/top.jpg) no-repeat 50% 50%;
    background-size: 13px 162px;
    transform: rotateX(-90deg) rotateZ(90deg) translateY(-74px) translateZ(-81px) translateX(7px);
    border-radius: 10px;
}
#faza > #omgh > li:nth-child(5){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 13px;
    height: 162px;
    background: url(../img/bottom.jpg) no-repeat 50% 50%;
    background-size: 20px 162px;
    transform: rotateX(-90deg) rotateZ(90deg) translateY(-75px) translateZ(267px) translateX(7px);
    border-radius: 10px;}
#faza > #omgh > li:nth-child(6){
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px ; 
    width: 162px;
    height: 348px;
    background: url(../img/back-m.png) no-repeat 50% 50%;
    background-color: #1e1e1e;
    transform: rotateY(180deg) translateZ(13px);
    border-radius: 7px;
}
#faza > #omgh > li:nth-child(3) > div{
    height: 30px;
    width: 50%;
    margin: 118px auto;
}
#faza > #omgh > li:nth-child(3) > div:hover{
    cursor: pointer;
}
#faza > #omgh > #screen > #cover{
    margin: 8px auto;
    width: 92%;
    height: 95%;
    background: black;
    display: block;
}
#faza > #omgh > #screen > #talegh{
    position: relative;
    display: none;
    top: 200px;
    left: 40px;
    width: 30px;
    height: 30px;
}
#faza > #omgh > #screen > #talegh:hover{
    cursor: pointer;
}
#faza > #omgh > #screen > #taleghani{
    width: 95%;
    height: 95%;
    position: relative;
    border-radius: 10px;
    top: -6%;
    left: 1%;
    display: none;
}
#faza > #omgh > #screen > #taleghani:hover{
    cursor: pointer;
}
#mano{
    width: 20px;
    height: 25px;
    margin:20px 20%;
    position: relative;
    z-index: 400;
    
}
#mano > .rem:nth-child(1){
    width: 100%;
    height:25%;
    background: url(../img/remove.png) no-repeat 50% 50%;
    background-size: 100%;

}
#mano > .rem{
    transition: 0.3s;
    cursor: pointer;
}
#mano > .rem:nth-child(2){
    width: 100%;
    height: 25%;
    top: 0;
    background: url(../img/remove.png) no-repeat 50% 50%;
    background-size: 100%;
    transition: 0.3s;
}
#menu{
    font-family: iy;
    transition: 0.2s;
    position: absolute;
    width: 0px;
    height: 450px;
    margin:0 21%;
    background-color: #5f5f5f;
    border-radius:5px;
    opacity: 0;
    visibility: hidden;
}
#menu > a{
    margin-left: 15px;
    padding: 0;
    list-style: none;
    display: block;
    cursor: pointer;
    line-height: 8;
    position: relative;
    z-index: 1000;
    text-decoration: none;
    color: black;
}
#menu > a:hover{
    color: rgb(255, 71, 71);
    cursor: pointer;
}
#pa{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 250px;
    top: -40px;
    font-size:20px;
    text-align: center;
    font-family: iy;
}
#help{
    position: absolute;
    height: 100%;
    width: 100%;
    font-size:15px;
    top: 400px;
    left: -20px;
    text-align: center;
    font-family: ism;
}