@media (min-width: 1199px){
    .mobile{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 800px;
    }
    .swiper-slide span{
        font-size: 11px;
        bottom: 14px;
    }
    .mobile{
        display: none;
    }
}           
        
@media (min-width: 768px) and (max-width: 991px) {
    .container{
        width: 700px;
    }
    .logo{
        display: flex;
        align-items: center;
    }
    .logo img{
        width: 120px;
    }
    .btn-d-login{
        font-size: 15px;
    }
    input::placeholder{
        font-size: 12px;
    }
    .username, .password {
        gap: 0;
        padding: 7px;
    }
    .swiper-slide span{
        font-size: 11px;
        bottom: 13px;
    }
    .mobile{
        display: none;
    }
}           
        
@media (min-width: 550px) and (max-width: 767px) {
    .navbar,.banner{
        display: none;
    }
    .swiper-slide span{
        font-size: 10px;
        bottom: 10px;
    }
    .container{
        width: 550px;
    }
    .win-menu{
        display: none;
    }
}         
        
@media only screen and (max-width: 549px) {
    .navbar,.banner{
        display: none;
    }
    .container{
        width: 350px;
    }
    .swiper-slide span{
        font-size: 6px;
        bottom: 11px;
    }
    .game-title h2{
        font-size: 16px;
    }
    .win-footer{
        font-size: 13px;
    }
    .win-menu{
        display: none;
    }
}          
        
@media only screen and (max-width: 365px) {
    .navbar,.banner{
        display: none;
    }

    .container{
        width: 250px;
    }
    .swiper-slide span{
        font-size: 6px;
        bottom: 8px;
    }
    .m-lang img{
        width: 40px;
      }
}     
    