.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.header{
    /* margin-bottom: 15px; */
    padding: 15px;
    background-color: #0099FF;
    /* width: 100%; */
}

.header-content{
    width:100%;
    margin: 0 auto;
    align-items: center;
    display: flex; 
    
}

.header-img{
    height: 35px;
    max-width:100%;
}

a{
    text-decoration: none;
}

.footer{
    position: relative;
    width:100%;
    background-color: #0099FF;
    
}
.footer .bottom-navbar{
    display: flex;
    justify-content: center;
    width:100%;
    height:80px;
    background-color: #0099FF;
    margin-top: 20px;
}
.footer .bottom-navbar a{
    margin-left: 10%;
    margin-right: 10%;
    font-family: sans-serif;
    font-size: 18px ;
    color: white;
    display: inline-block;
}
.content{
    width:100%;
}

@media screen and (max-width:782px) {
    .footer .bottom-navbar a{  
        
        margin-top: 20px;
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: underline;
        font-size: 14px;
    }
    .label-container{
        display:none;
    }  
    .content .content-main .play-window .play-container{
        align-items: center;
        /* background-color: #0099FF;; */
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        
    }  
    .content .content-main .play-window .play-container .banner1{
        color: #E0FFFF;
        font-size: 16px;
        height:40px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        margin-top: 15px;

    }
    .content .content-main .play-window .play-container .banner2{
        color: black;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }
    .content .content-main .play-window .play-container .play-list{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 15px auto 0;
    }
   
    .content .content-main .play-window .play-container .play-list .game .game-img{
        /* height:120px;
        width:120px; */
        border-radius: 10px;
    }
    .content .content-main .play-window .play-container .play-game{
        background-color: #5eebff;
        display: flex;
        height: 40px;
        width: 160px;
        margin-top:20px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .content .content-main .play-window .play-container .play-game .text{
        color:black;
        font-size: 14px;
        font-weight: bold;
        height:40px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
    }
    .content .content-main .banner{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        height: 40px;
        margin-top: 10px;
        justify-content: center;
    }

    .content .content-main .banner .banner-left{
        width: 8px;
        height:40px;
        background-color: #2C3E50;
        margin-left: 10px;
        margin-right: 5px;
    }
    .content .content-main .banner .banner-center{
        width: 85%;
        height:40px;
        background-color: #2C3E50;
    }
    
    
    .content .content-main .banner .banner-right{
        width: 8px;
        height:40px;
        background-color: #2C3E50;
        margin-left: 5px;
    }
    .title-text{
        color: #E0FFFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        line-height: 5px;


        /* Hide overflow content */
        text-overflow: ellipsis;
        /* Add ellipsis for overflowing text */
    }
    
    .hot-game{
        display: grid;
        justify-items: center;
        justify-content: center;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        margin-top: 5px;
    }
    .hot-game .game-box .game {
        border-radius: .10px;
        height: 100px;
        margin-bottom: 10px;
        position: relative;
        width: 100px;
        margin-top: 10px;
    }

    .more-game{
        display: grid;
        justify-items: center;
        justify-content: center;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px;
        margin-top: 5px;
    }
    .more-game .game-box .game {
        border-radius: .10px;
        float: left;
        height: 100px;
        margin-bottom: 10px;
        position: relative;
        width: 100px;
        margin-top: 10px;
    }

    .game-img{
        height: 100px;
        width:100px;
        border-radius: 10px;
    }

    .ads{
        width:100%;
        height: 300px;
    }




}

@media screen and (min-width:782px) {
    .footer .bottom-navbar a{  
        margin-top: 20px;
        text-decoration: underline;
        text-align: center;
    }  
    .label-container{
        align-items: center;
        display: flex;
        height: 46px;
        margin-right: 26px;
        padding: 10px 16px;
        margin-left: 20px;
    }
    
    .label-icon{
        margin-right: 12px;
    }
    .label-name{
        color: #fff;
        font-size: 20px;
    } 

    .content .content-main .play-window .play-container{
        align-items: center;
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        width: 60%;
        margin: 20px auto;
        
    }  
    .content .content-main .play-window .play-container .banner1{
        color: #E0FFFF;
        font-size: 16px;
        height:60px;
        line-height: 60px;
        text-align: center;
        font-weight: bold;
        margin-top: 25px;

    }
    .content .content-main .play-window .play-container .banner2{
        color: #E0FFFF;
        font-size: 16px;
        font-weight: bold;
        line-height: 40px;
    }
    .content .content-main .play-window .play-container .play-list{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin: 15px auto 0;
    }
   
    .content .content-main .play-window .play-container .play-list .game .game-img{
        /* height:120px;
        width:120px; */
        border-radius: 10px;
    }
    .content .content-main .play-window .play-container .play-game{
        background-color: #5eebff;
        display: flex;
        height: 40px;
        width: 160px;
        margin-top:20px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .content .content-main .play-window .play-container .play-game .text{
        color:black;
        font-size: 20px;
        font-weight: bold;
        height:40px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
    }
    .content .content-main .banner{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        height: 40px;
        margin-top: 10px;
        margin-left: 5%;
    }

    .content .content-main .banner .banner-left{
        width: 8px;
        height:40px;
        background-color: #2C3E50;
        margin-left: 10px;
        margin-right: 5px;
    }
    .content .content-main .banner .banner-center{
        width: 90%;
        height:40px;
        background-color: #2C3E50;
    }
  
    .content .content-main .banner .banner-right{
        width: 8px;
        height:40px;
        background-color: #2C3E50;
        margin-left: 5px;
    }
    
    .hot-game{
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        justify-content: center;
    }
    .hot-game .game-box .game {
        border-radius: .10px;
        float: left;
        height: 150px;
        margin-bottom: 10px;
        margin-right: 5px;
        position: relative;
        width: 150px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .more-game{
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        justify-content: center;
    }
    .more-game .game-box .game {
        border-radius: .10px;
        float: left;
        height: 150px;
        margin-bottom: 10px;
        margin-right: 5px;
        position: relative;
        width: 150px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .game-img{
        height: 150px;
        width:150px;
        border-radius: 10px;
    }

    .ads{
        width:100%;
        height: 300px;
    }
    .title-text{
        color: #E0FFFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        line-height: 5px;


        /* Hide overflow content */
        text-overflow: ellipsis;
        /* Add ellipsis for overflowing text */
    }
}
