 .aliner{
                    height: 176px;
                    width: 310px;
                    text-align: center;
                    overflow: hidden;
                     transition: 2s;
                }
                .bimgalim{float: left;height: 100%;  width: 70%;}
                  .aliner span{
                    float: left;height:100% ;overflow: hidden;
                        width: 30%;
                             background: #595959;
    color: white;
       transition: 1s;
    background-image: linear-gradient(30deg, #0089ff , #ff0000);
  
                }
                
                 .aliner span:hover{
                      transition: 1s;
    background-image: linear-gradient(180deg, #e400ff , #ff0000);
   
                }
                
              .gameicon{
                   height: 100%; 
                   width: 70%;
                   background-size: cover;
                         background-position-x: 50%;
                         background-position-y: 50%;
               }
                 .flex-similar-games ul li a .gameicon{
                   height: 100%; 
                   width: 100%;
                   background-size: cover;
                         background-position-x: 50%;
                         background-position-y: 50%;
               }
               .aliner span a{  
                   color: white;
                   transition: 1.5s;
                   text-transform: capitalize;
                }
                 .aliner span a:hover{  
                   color: white;
                   zoom: 1.4;
                   background: blue;
                   transition: 0.1s;
                   
                }
                .game-dec .description a {
    color: white;
}
.aliner:hover{
    zoom: 1.001;
    transition: 2s;
}
.manpl,.catpl{
width: 100%
}
.manpl{background: green}
.catpl{background: #ffa50085}

.podover:hover .post-name{
    display: block;
    height: 100%;
    background: transparent;
}
.post-name a{float: left;width: 100%;color: white}
.post-name span{float: left;width: 100%;background: #ffcacaab}
.post-name {
    width: 68%;
}
.post-name a:hover{background: red ;transition: 0.5s;}
.post-name span:hover{background: white;transition: 0.5s;}
.flex-similar-games ul{height: auto;}

.oldf{width: 50% !important;background: black; text-transform: capitalize;}
.sevp{
    width: 35% !important;
}
.tenp{
    width: 15% !important;
}
body{
background: #ffffffe8;

background-attachment: fixed; 
}
.bgs{
background: transparent;
background-attachment: fixed; 
}
.game-dec,.partners  {
    background: #ffffffe8;
}
.gametitle {
    background: #ffffff;
}

#st-1 .st-btn > span {
   color: #cfcfcf;
}

 *{
           cursor: url(../../../static/logo/cursor-s.png),auto;
    
 }   