/*#right-img {
    position: absolute;
    top: 1165px;
    left: 66%;
}
#left-img {
    position: absolute;
    top: 1165px;
    left: 15%;
}*/
.game-name-list-1 {
        background-image: linear-gradient(to right, #14ff00 0%, #cdefbb 51%, #8ef745 100%);
        /* background-image: url(/frontend/img/game-button-logos/code_cracker.png); */
        border-radius: 15px !important;
        margin-bottom: 5px !important;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 5px #eee;
        border-radius: 10px;
/*        display: block;*/
display: none;
}

.game-name-list-1:hover {
    background-position: right center !important; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.game-name-list-2 {
        background-image: linear-gradient(to right, #f46b45 0%, #f79714 51%, #f46b45 100%);
        /* background-image: url(/frontend/img/game-button-logos/code_cracker.png); */
        border-radius: 15px !important;
        margin-bottom: 5px !important;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;            
        box-shadow: 0 0 5px #eee;
        border-radius: 10px;
        display: block;
}

.game-name-list-2:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
/*#gameid-1{
    display: none;
}
#gameid-2{
    display: none;
} 
#gameid-3{
    display: none;
} 
#gameid-4{
    display: none;
} 
#gameid-5{
    display: none;
} 
#gameid-6{
    display: none;
}  */
#payment-logo-left {
    position: absolute;
    top: 1020px;
    left: 15%;
}
#payment-logo-right {
    position: absolute;
    top: 1020px;
    left: 68%;
}
#payment-logo-left-mob{
     display: none; 
}
#payment-logo-right-mob{
     display: none;
}
.about-links-cont .about-links {
    padding: 40px 30px 40px 30px !important;
}
.gift-center-img{
     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 28%;
    /*width: 100% !important;*/
}
#footer-part{
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#footer-links{
    margin-bottom: 10px !important;
}

.page-wrapper, .page-wrapper .page-wrapper-row.full-height, body, html {
    height: 100% !important;
}