/* For Tablet View */
@media screen and (min-device-width: 768px)
    and (max-device-width: 1024px) {

}

@media (max-width:640px) {
    .wrapper {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .subscript {
        position: relative;
        top: -10px;
        width: 100%;
    }
    .subscript .hot{
        left: .3vw;
        width: 10vw !important;
        height: 10vw !important;
        -webkit-filter: drop-shadow(0px 3px 1px var(--black));
        filter: drop-shadow(0px 3px 1px var(--black));
        z-index: 89;
    }
    
    .subscript .top{
        top: 0;
        right: .3vw;
        width: 10vw !important;
        height: 10vw !important;
        -webkit-filter: drop-shadow(0px 3px 1px var(--black));
        filter: drop-shadow(0px 3px 1px var(--black));
        z-index: 89;
    }

    .icon-prov{
        width: 100%;
        grid-template-columns: repeat(4, 1fr) !important;
	    gap: 1px !important;
    }
    p.namaGame{
        max-height: 18px !important;
        margin:auto !important;
        font-weight: 600;
    }
    
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {

        html, body {
            max-width: 100%;
            overflow-y: scroll !important;
            overflow-x: hidden !important;
        }

        .logo img {
            width: 13rem !important;
        }

        .pola-wrapper {
            width: 100% !important;
            padding: 0.58rem !important;
        }

        .rtp-card-img {
            width: 100% !important;
        }
        .slider, .swiper {
            width: 100%;
            height: 100%;
        }

        .icon-card-bg p {
            font-size: 0.6rem !important;
            font-weight: bold !important;
        }

        .icon-prov {
            justify-content: start !important;
        }

        .icon-card-bg img {
            width: 3rem !important;
            max-height: 100px !important;
            padding: 1px;
        }

        .title-game {
            font-size: 1.2rem !important;
        }

        .item-nav-bottom {
            font-size: 0.7rem !important;
        }

        .icon-providers {
            top: 0.2rem !important;
            right: 0 !important;
        }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 850px)
    and (orientation: landscape) {
        
        html, body {
            max-width: 100%;
            overflow-y: scroll !important;
            overflow-x: hidden !important;
        }
        

}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
    and (max-device-width: 640px) {
        
        .btn-play {
            font-size: 0.6rem !important;
        }

        #mobile{
            display: block !important;
        }

        #mobile{
            text-align: center;
            margin: 0 auto;
            max-height: 100px;
            max-width: 100px;
            padding: 1px;
        }

        #web {
            display: none !important;
        }
}