@media (max-width: 768px) {
    body{
        margin: 0px;
        text-align: center;
    }
    .container-pop55 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        /* animation: color-change 2s infinite linear; */
    }

    .container-rtp {
        justify-content: center;
        text-align: center;
        display: flex;
    }
    
    .card {
        display: inline-block;
        border-radius: 10px;
        justify-content: center;
        position: relative;
        align-items: center;
        width: 110px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .hoverbtn{
        position: absolute;
        z-index: 10;
        display: none;
        justify-content: center;
        width: 150px;
        bottom: 50%;
        right: -20%;
        transform: translateY(50%,50%);
        height: max-content;
        transition: opacity  ease;
    }
    .top:hover .hoverbtn{
        display: flex;
    }
    .top:hover img{
        opacity: 0.3;
    }
    #hvrbtn{
        cursor: pointer;
        font-size: 13px;
        background: linear-gradient(to right, #FF0055 ,#ffc400);
        border: 1px solid black;
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 5px;
    }
    #hvrbtn:hover{
        color: white;
        border: 1px solid white;

    }
    .card img {
        text-align: center;
        align-items: center;
        width: 110px;
        height: 130px;
        border-radius: 10px;
    }

    .loadingbar {
        display: flex;
        text-align: center;
        align-items: center;
        max-width: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #percent-micro-,
    #percent-jdb-,
    #percent-jili-,#percent-evo-,
    #pragmatic-rtp,#percent-g9-,
    #percent-txt- ,#percent-cq9-{
        color: rgb(0, 0, 0);
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        font-weight: bold;
        font-size: 20px;
        font-family: monospace;
    }

    .container-bar {
        position: relative;
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 25px;
        background-color: rgb(235, 235, 235);
        border-radius: 3px;
        z-index: 1;
        border: 1px solid black;
    }
    #progress-jdb-,#progress-g9-,
    #progress-jili-,#progress-micro-,
    #pragmatic-progress-pp-,#progress-cq9-,
    #progress-evo-,#progress-bar- {
        /* background: repeating-linear-gradient(45deg, transparent, transparent 5px, #e0e0e0 10px); */
        z-index: -2;
        background-color: red;
        content: '';
        height: 100%;
        transition: width 2s ease-in-out;
        border-radius: 2px;
        animation: loading 2s infinite linear;
        text-shadow: 0px 0px 5px black;
    }
    #progress-micro-::after,
    #progress-cq9-::after,#progress-evo-::after,
    #progress-jili-::after,#progress-g9-::after,
    #pragmatic-progress-pp-::after,
    #progress-bar-::after {
        content: "";
        display: block;
        height: 100%;
        background-color: #4caf50;
        position: absolute;
        overflow: hidden;
        animation: loading 2s infinite linear;
    }

    @keyframes loading {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    @keyframes glitch {
        0% {
            border-color: #00f5fd;
            transform: translate(0, 0);
        }

        20% {
            border-color: #b800c9;
            transform: translate(-1px, 1px);
        }

        40% {
            border-color: #ff0000;
            transform: translate(1px, -1px);
        }

        60% {
            border-color: #ff0077;
            transform: translate(-1px, 1px);
        }

        80% {
            border-color: #ffff00;
            transform: translate(1px, -1px);
        }

        100% {
            border-color: #00f5fd;
            transform: translate(0, 0);
        }
    }

    @keyframes color-change {
        0% {
            border-color: red;
        }

        25% {
            border-color: blue;
        }

        50% {
            border-color: green;
        }

        75% {
            border-color: yellow;
        }

        100% {
            border-color: red;
        }
    }
    .container-top{
        position: fixed;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.658);
        z-index: 100;
    }
    .logo{
        text-align: left;
        padding-left:10px 
    }
    .logo img{
        width: 140px;
    }
    .btn-top{
        text-align: right;
        padding-right:10px ;
    }
    .btn-top img{
        width: 120px;
    }
    .content img{
        width: 100%;
        max-width: 100%;

    }
    .divider{
        padding-top: 90px;
    }
    .wlc{
        display: flex;
        align-items: center;
        margin: 5px 0px;
        background:linear-gradient(to right, #ffc400 , #FF0055);
        color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        border-radius: 10px;
        justify-content: center;
    }
    .btn-plata{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;    
        padding: 0px;
    }
    .gradient{
        text-align: center;
        margin: 0px 30px;
        background: linear-gradient(to right, #f2ff00 , #ff0000);
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
        border-radius: 10px;
        align-items: center;
    }
    .platten img{
        cursor: pointer;
        background-color: black;
        border-radius: 10px;
        width: 100px;
    }
    .platten img:hover{
        transform: scale(1.1);
    }
    #text-rtp{
        margin: 0px;
        text-align: center;
        animation: warna 5s ease infinite;
    }
    @keyframes warna{
        0%{
            color: red;
        }
        40%{
            color: rgb(255, 247, 0);
        }
        90%{
            color: rgb(30, 255, 0);
        }
        100%{
            color: rgb(255, 60, 0);
        }
    }
    .cs img{
        width: 120px;
    }
    .plt{
        width: 100%;
        display: grid;
        padding: 10px 0px;
        grid-template-columns: repeat(4,1fr);
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .plt span{
        border: 2px solid black;
        padding: 5px 0px;
        background:radial-gradient(rgb(0, 40, 173),rgb(0, 153, 255),rgb(0, 33, 182),rgb(9, 0, 139));
        max-width: 100%;
        text-align: center;
    }
    .plt a:hover{
        color: red;
    }
    .plt a{
        color: white;
        font-weight: bold;
        text-shadow: black 0px 0px 5px;

    }
    .rtp-btn {
        position: fixed;
        bottom: 10%;
        right: 0%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .rtp-btn img {
        width: 90px;
        animation: rtp infinite 1s;
    }

    #tl {
        width: 60px;
    }
    .container-down{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5px;
        gap: 5px;
        text-align: center;
    }
    #btn-cnc{
        text-align: center;
        width: 100%;
        padding: 10px 0px;
        font-weight: bold;
        background: linear-gradient(to right ,#f2ff00, #ff0000);
        border: 1px solid white;
        font-size: 15px;
        color: rgb(0, 0, 0);
        border-radius: 10px;
        box-shadow: rgb(0, 0, 0) 0px 0px 10px inset;
        letter-spacing: 3px;
        cursor: pointer;
    }
    #small{
        font-size: medium;
    }
}