@keyframes rtp {
    0% {
        transform: scale(1.1);
    }

    25% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}

@media(max-width:768px) {
    body {
        margin: 0px;
        color: white;
    }

    /* rtp persen */
    .rtp-all {
        text-align: center;
        padding: 10px 0px;
    }

    .container-rtp {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: max-content;
        padding: 10px 0px;
        /* Hide content outside the container */
    }

    .rtp-lt {
        min-width: 100%;
        flex-shrink: 0;
        /* justify-content: center; 
        position: relative;
        width: 100%;
        overflow: hidden; */
    }

    .rtp1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div-dot1,
    .div-dot {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
    }

    .dott-div {
        width: 12px;
        height: 12px;
        background-color: #bbb;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .dott-div1.active,
    .dott-div.active {
        background-color: #717171;
    }

    button.prev-div,
    button.next-div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 1;
    }

    button.prev-div {
        left: 10px;
    }

    button.next-div {
        right: 10px;
    }

    button.prev-divv:hover,
    button.next-divv:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    button.prev-divv,
    button.next-divv {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        cursor: pointer;
        padding: 10px;
        z-index: 1;
    }

    button.prev-divv {
        left: 10px;
    }

    button.next-divv {
        right: 10px;
    }

    button.prev-divv:hover,
    button.next-divv:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .card {
        display: inline-block;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        width: 110px;
        text-align: center;
        margin: 0px;
        position: relative;
        padding: 0px 5px;
    }
    #rtp-cell-wrapper1,
    #rtp-cell-wrapper {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
    }
    #rtp-cell1,
    #rtp-cell {
        display: flex;
        justify-content: center;
        min-width: 100%;
        /* Each slide takes up 100% width */
        flex-shrink: 0;
    }

    .hoverbtn {
        position: absolute;
        z-index: 10;
        display: none;
        justify-content: center;
        width: 110px;
        top: 40%;
        transform: translateY(-50%);
        left: 5%;
        height: max-content;
        transition: opacity ease;
    }

    .top:hover .hoverbtn {
        display: flex;
    }

    .top:hover img {
        opacity: 0.3;
    }

    #hvrbtn {
        cursor: pointer;
        font-size: 15px;
        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 {
        max-width: 120px;
        margin-left: 5px;
        margin-right: 5px;

    }
    #computer{
        display: none;
    }

    #percent-jdb-,
    #percent-g9-,
    #percent-jili-,
    #percent-evo-,
    #pragmatic-rtp,
    #percent-micro-,
    #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: 15px;
        font-family: monospace;
    }

    #progress-jdb-,
    #progress-cq9-,
    #progress-evo-,
    #progress-jili-,
    #progress-micro-,
    #pragmatic-progress-pp-,
    #progress-g9-,
    #progress-bar- {
        background: repeating-linear-gradient(45deg, transparent, transparent 5px, #e0e0e07c 10px);
        z-index: -2;
        background-color: red;
        content: '';
        height: 100%;
        transition: width 2s ease-in-out;
        border-radius: 10px;
        animation: loading 2s infinite linear;
        text-shadow: 0px 0px 5px black;
    }

    #progress-cq9-::after,
    #progress-g9-::after,
    #progress-jdb-::after,
    #progress-micro-::after,
    #progress-jili-::after,
    #progress-evo-::after,
    #pragmatic-progress-pp-::after,
    #progress-bar-::after {
        content: "";
        display: block;
        height: 100%;
        background-color: #4caf50;
        position: absolute;
        overflow: hidden;
        border-radius: 10px;
        animation: loading 2s infinite linear;
    }

    .container-bar {
        position: relative;
        text-align: center;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 25px;
        border-radius: 10px;
        background-color: rgb(235, 235, 235);
        border-radius: 10px;
        z-index: 1;
        border: 1px solid black;
    }

    /* rtp */
    .rtp-btn {
        position: fixed;
        bottom: 20%;
        right: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .rtp-btn img {
        width: 70px;
        animation: rtp infinite 1s;
    }

    #tl {
        width: 50px;
    }

    .container-top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        width: 100%;
    }

    .logo {
        justify-content: left;
        display: flex;
        padding-left: 20px;
        padding-top: 5px;
    }

    .logo img {
        width: 140px;
    }

    .btn-top {
        justify-content: right;
        display: flex;
        padding-top: 5px;
        padding-right: 20px;
    }

    .btn-top img {
        width: 120px;
    }

    .slider {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        justify-content: center;
    }

    .slider img {
        width: 100%;
        display: none;
    }

    img.displayslide {
        display: block;
        animation-name: fade;
        animation-duration: 1.5s;
    }

    .slider button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.466);
        border: none;
        cursor: pointer;
        color: white;
        padding: 5px 5px;
    }

    .previous {
        left: 0;
    }

    .next {
        right: 0;
    }

    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    @keyframes fade {
        from {
            opacity: .4;
        }

        to {
            opacity: 1;
        }
    }

    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    .dot {
        display: flex;
        justify-content: center;
        padding: 3px 0px;
    }

    .dott {
        height: 7px;
        width: 7px;
        margin: 0 10px;
        background-color: #929292;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    div.divslide {
        display: block;
        animation-name: fade;
        animation-duration: 1.5s;
    }
    .dott-div1,
    .dott-div {
        height: 7px;
        width: 7px;
        margin: 0 10px;
        background-color: #929292;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active {
        height: 7px;
        width: 7px;
        margin: 0 10px;
        background: linear-gradient(to right, #FF00FF, #FF0055);
    }

    /* finish slider */
    .middle-img {
        justify-content: center;
        text-align: center;
        padding: 20px 0px;
    }

    .middle-img img {
        width: 200px;
    }

    .all-plt {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

    }

    .border-gradient {
        background: linear-gradient(to right, #FF00FF, #FF0055);
        border-radius: 15px;
        margin: 15px 25px;
    }

    .btn {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        padding: 5px 20px;
        background: black;
        border-radius: 15px;
        margin: 4px;
        gap: 5px;
        color: white;
        justify-content: center;
    }

    .wlc {
        display: flex;
        align-items: center;
        margin: 5px 25px;
        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;
    }

    .iiff,
    .btn1-ff,
    .btn2-ff {
        text-align: center;
    }

    #img1 {
        width: 90px;
    }

    #img2 {
        width: 100px;
    }

    #wrd {
        font-size: 10px;
        font-weight: bolder;
        position: relative;
        right: 15%;
        text-align: center;
    }

    #img3 {
        width: 40px;
        position: absolute;
        right: -15%;
    }

    .iiff {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }

    .ck {
        padding: 10px 0px;
        justify-content: center;
        display: flex;
    }

    .gradient {
        background: linear-gradient(to right, #FF00FF, #FF0055);
        padding: 4px;
        margin: 0px;
        border-radius: 10px;
        width: max-content;
    }

    .black {
        border-radius: 10px;
        width: max-content;
    }

    .sinais img {
        width: 15px;
        height: 20px;
    }

    .sinais {
        margin: 10px;
        display: flex;
        justify-content: center;
        background-color: black;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border-radius: 10px;
        align-items: center;
    }

    #favorito {
        padding: 5px;
    }

    .cloumn-rtp h3 {
        margin: 0px;
        padding: 15px;
        font-size: large;
    }

    .cloumn-rtp {
        border-radius: 10px;
        text-align: center;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .column-rtp2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .column-rtp2 img {
        width: 90px;
        margin: 4px;
        margin-bottom: 0px;
        border-radius: 10px;
        background-color: black;
    }

    .platten {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .foot {
        display: block;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        gap: 20px;
        margin: 10px;
    }

    .exp {
        text-align: center;
        border-right: none;
        border-left: none;
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        padding: 10px;
        margin: 5px 0px;
    }

    .mid-exp {
        text-align: center;
        border-right: none;
        border-left: none;
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        padding: 10px;
        margin: 5px 0px;
    }

    .right-exp {
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        text-align: center;
        border-right: none;
        border-left: none;
        padding: 10px;
        margin: 5px 0px;
    }

    .cpy {
        padding: 40px 0px;
    }

    .why {
        padding: 0px 30px;
        border: 2px solid white;
        margin: 0px 10px;
    }

    #dwwn {
        cursor: pointer;
        margin: 5px;
        padding: 10px 20px;
        border-radius: 5px;
        border: none;
        background: linear-gradient(to right, #ffc400, #FF0055);
        font-weight: bold;
        font-size: larger;
        color: white;
    }

    #dwwn:hover {
        background: linear-gradient(to right, #2f00ff, #ff00ff);
        color: rgb(51, 255, 0);
    }

    .btn-drop {
        position: fixed;
        bottom: 0%;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .drop-down {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
        background-color: rgb(87, 87, 87);
        width: max-content;
        border-radius: 10px 10px 0px 0px;
    }

    .down1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 5px;
    }

    .down1 img {
        width: 25px;
        margin: 0px;
    }

    .down1 p {
        margin: 0px;
    }
}

@media(max-width:393px) {

    .all-plt {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

    }

    .border-gradient {
        background: linear-gradient(to right, #FF00FF, #FF0055);
        border-radius: 15px;
        margin: 15px 25px;
    }

    .btn {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        padding: 5px 20px;
        background: black;
        border-radius: 15px;
        margin: 4px;
        gap: 5px;
        color: white;
        justify-content: center;
    }

    .btn1-ff {
        text-align: right;
        position: relative;
        right: 10%;
    }

    .btn2-ff {
        text-align: center;
        position: relative;
        right: 10%;
    }

    #img1 {
        width: 80px;
    }

    #img2 {
        width: 90px;
    }

    #wrd {
        font-size: 8px;
        font-weight: bold;
        position: relative;
        right: 22%;
        text-align: center;
    }

    #img3 {
        width: 35px;
        position: absolute;
        right: -15%;
    }

    .btn-drop {
        position: fixed;
        bottom: 0%;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .drop-down {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
        background-color: rgb(87, 87, 87);
        width: max-content;
        border-radius: 10px 10px 0px 0px;
    }

    .down1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2px 5px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 5px;
    }

    .down1 img {
        width: 20px;
        margin: 0px;
    }

    .down1 p {
        margin: 0px;
    }

    /* .kanan{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.466);
        border: none;
        cursor: pointer;
        color: white;
        padding: 5px 5px;
    } */


}