@font-face {
    font-family: 'LiquidCrystal';
    src: url('/fonts/LiquidCrystal-Regular.woff2') format('woff2'),
        url('/fonts/LiquidCrystal-Regular.woff') format('woff');
    font-weight: normal;
    /* Tambahan opsional untuk mengatur berat font */
    font-style: normal;
    /* Tambahan opsional untuk mengatur gaya font */
}


* {
    font-family: 'liquidcrystal';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
}

a {
    text-decoration: none;
}

body {
    background: #003398;
}

input.form-control.me-2 {
    border-radius: 10px;
    border: 1px solid #154299;
}

.logo-utama {
    border-radius: 10px;
}

.navbar {
    background-color: #003398 !important;
    border-bottom: 1px solid gold;
    box-shadow: 0px 3px 5px 0px black;
}

.button {
    padding: 5px 18px;
    font-size: 18px;
}

a.button.masuk {
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
}

a.button.daftar {
    border: 1px solid #0055ff;
    color: #003398;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    background: white;
}

.backdrop {
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
}



.border-baru {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}



a.list-game-btn {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /* border: 1px solid gold; */
    border-radius: 10px;
    font-size: 11px;
    width: 200px;
    padding-top: 10px;
    background-size: 100% !important;
    background: url(/img/icon-games/tema1slot.png);
}

a.list-game-btn2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /* border: 1px solid gold; */
    border-radius: 10px;
    font-size: 11px;
    width: 200px;
    padding-top: 10px;
    background-size: 100% !important;
    background: url(/img/icon-games/tema1casino.png);
}

a.list-game-btn3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /* border: 1px solid gold; */
    border-radius: 10px;
    font-size: 11px;
    width: 200px;
    padding-top: 10px;
    background-size: 100% !important;
    background: url(/img/icon-games/tema1sport.png);
}

a.list-game-btn4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /* border: 1px solid gold; */
    border-radius: 10px;
    font-size: 11px;
    width: 200px;
    padding-top: 10px;
    background-size: 100% !important;
    background: url(/img/icon-games/tema1togel.png);
}

.atas-list-game {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    background-position: top;
    background-size: cover;
}

.atas-list-game2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;

}

.atas-list-game3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;

}

.atas-list-game4 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;

}

.mainkan {
    width: 100%;
    text-align: center;
    background: white;
    border-radius: 0px 0px 9px 9px;
    padding: 5px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

i.bi.bi-play {
    background: black;
    border-radius: 500px;
    color: white;
    margin-right: 6px;
}

span.title-list-game {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 4.5px;
    text-align: center;
}

section#progresiv-jackpot {
    width: 80%;
    margin: 15px auto;
}

.bungkus-jackpot1 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: url(/img/progressivejackpot_afabet/progressivejackpotREVISI1_afabet.gif) center;
    background-size: 100%;
    width: 100%;
    padding-top: 17px;
}

.progresif-jackpot1 span {
    margin: 30px;
}

.progresif-jackpot1 {
    font-size: 45px;
    font-weight: bold;
    padding: 19px;
    border-radius: 6px;
    text-align: center;
    color: white;
    width: 100%;
    margin: 9px auto;
}

section#daftar-togel {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.table-togel {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 7px 7px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px black;
    color: white;
    width: 183px;
    background: linear-gradient(3deg, #003399, #0D5EFF);
    scale: 0.9;
}

span.tgl-togel {
    font-size: 11px;
    color: white;
    margin-top: -4px;
}

.angka-togel {
    padding: 3px;
    border: 1px dotted white;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

.swiper-container {
    width: 100%;
    max-width: 800px;
    /* Memperbesar container untuk 4 slide */
    margin: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    /* width: 450px;
    /* Menyesuaikan lebar gambar */
    /* height: 120px;
    /* Menyesuaikan tinggi gambar */
    /* Memberikan jarak antar gambar */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

section#table-togel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.layanan-member {
    width: 100%;
    margin: 5px;
}

.social-media {
    width: 100%;
    margin: 5px;
}

section#table-togel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ffffff;
    border-radius: .25rem;
    border-radius: 50px;
    padding: 1px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: linear-gradient(0deg, #003399, #0D5EFF);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border-radius: 25px;
    border: 1px solid white;
    height: 100%;
}

.atas-list-game img,
.atas-list-game2 img,
.atas-list-game3 img,
.atas-list-game4 img {
    width: 50px;
    padding-top: 7px;
}

.card-header {
    border-radius: 25px 25px 0px 0px !important;
    border-bottom: 1px solid;
    margin: 5px;
    background: transparent;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
    border-radius: 25px;
}

.atas-list-game img,
.atas-list-game2 img,
.atas-list-game3 img,
.atas-list-game4 img {
    width: 50px;
}

.bungkus-progres {
    position: relative;
}

span.buletan {
    border: 1px solid white;
    border-radius: 50px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    right: 0;
    top: -12px;
    font-weight: bold;
    background: white;
    color: #003398;
}

span.buletan p {
    font-size: 12px;
    line-height: 0px;
    margin-top: 9px;
    font-weight: bold;
}

p.huruf {
    font-size: 23px !important;
    margin-top: 11px !important;
}

section#provider {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin: 16px auto;
    gap: 3px;
    flex-direction: column;
    flex-wrap: wrap;
}

p.card-title {
    color: white;
    margin-bottom: 0px;
}

span.card-text {
    color: white;
}

.logo {
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: center;
}

.judul-body {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-shadow: 0px 1px 1px black;
}

.social {
    width: 60px;
    margin: 5px;
    border-radius: 50px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 1px 1px black;
}

img.social-media {
    width: 35px;
    margin-right: 20px;
}

/* Mengubah warna ikon hamburger menjadi putih */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: rgb(255 255 255);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgb(255 255 255);
}

/* Menyesuaikan background tombol toggle (opsional) */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    /* Mengubah border menjadi setengah transparan putih */
}

.judul-slot {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.judul-slot img {
    width: 30px;
}

.judul-slot h5 {
    color: white;
    padding-left: 10px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: -3px;
    line-height: 1.5;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px black;
}

.footer h5 {
    text-align: center;
    margin-top: 30px;
    color: white;
    letter-spacing: 10px;
    font-size: 26px;
    text-shadow: 0px 0px 1px black;
}

.title-provider-slot {
    padding: 10px;
    border-radius: 30px;
    background-color: white;

}

.title-provider-slot img {
    width: 15px;
    margin-right: 5px;
}

.provider-slot {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.title-provider-slot {
    padding: 5px 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.title-provider-casino {
    padding: 10px;
    border-radius: 30px;
    background-color: white;

}

.title-provider-casino img {
    width: 15px;
    margin-right: 5px;
}

.provider-casino {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.title-provider-casino {
    padding: 5px 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.title-provider-sport {
    padding: 10px;
    border-radius: 30px;
    background-color: white;

}

.title-provider-sport img {
    width: 15px;
    margin-right: 5px;
}

.provider-sport {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.title-provider-sport {
    padding: 5px 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    width: 150px;
}


.title-provider-poker {
    padding: 10px;
    border-radius: 30px;
    background-color: white;

}

.title-provider-poker img {
    width: 15px;
    margin-right: 5px;
}

.provider-poker {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.title-provider-poker {
    padding: 5px 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.title-provider-togel {
    padding: 10px;
    border-radius: 30px;
    background-color: white;

}

.title-provider-togel img {
    width: 15px;
    margin-right: 5px;
}

.provider-togel {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.title-provider-togel {
    padding: 5px 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

span {
    font-weight: bold;
}

.footers a {
    text-decoration: none;
    color: white;
    padding: 0px 20px;
    border-right: 1px solid;
}

hr.garis-provider {
    color: white;
    height: 1px;
    background-color: white;
}

.footers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: inherit;
    padding: 16px;
}


@media only screen and (max-width: 600px) {
    .backdrop {
        margin: auto;
        max-width: 1000px;
        overflow: hidden;
        margin-top: 2px;
    }

    .border-baru {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    a.list-game-btn,
    a.list-game-btn2,
    a.list-game-btn3,
    a.list-game-btn4 {
        width: 100%;
        background-size: cover !important;
    }

    .progresif-jackpot1 {
        font-size: 20px;
        font-weight: bold;
        padding: 0px;
        border-radius: 6px;
        text-align: center;
        color: white;
        width: 100%;
        margin: 9px auto;
    }

    .progresif-jackpot1 span {
        margin: 10px;
    }

    section#progresiv-jackpot {
        width: 100%;
        margin: 15px auto;
    }

    .bungkus-jackpot1 {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
        background: url(/img/progressivejackpot_afabet/progressivejackpotREVISI1_afabet.gif) center;
        background-size: 100%;
        width: 100%;
        padding-top: 14px;
    }

    .col-md-3.col-sm-6.mb-4 {
        width: 50%;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 5px;
    }

    .card-header {
        padding: 5px;
    }

    .judul-body {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-shadow: 0px 1px 1px black;
        font-size: 20px;
    }

    img.social-media {
        width: 18px;
        margin-right: 6px;
    }

    .logo {
        justify-content: center;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(3, 2fr);
        grid-template-rows: repeat(3, 3fr);
        grid-column-gap: 6px;
        justify-items: center;
        height: 100%;
    }

    .social {
        width: 50px;
        border-radius: 50px;
        border: 1px solid rgb(255, 255, 255);
        box-shadow: 0px 0px 1px 1px black;
    }

    /* Gaya umum */
    .card-body {
        padding: 5px;
    }

    img.list-gambar-icon-casino {
        width: 65px;
    }

    img.list-gambar-icon-sport {
        width: 65px;
        margin-top: 20px;
    }

    .title-provider-sport,
    .title-provider-togel,
    .title-provider-poker {
        border-radius: 20px 20px 20px 0px;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 11px;
        width: 104px;
        margin: 5px 0px;
    }

    .footers {
        display: flex;
        flex-direction: row;
        gap: 11px;
        padding: 10px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        font-size: 10px;
        align-content: space-around;
    }

    .footers a {
        text-decoration: none;
        color: white;
        font-size: 11px;
        border-right: 1px solid;
        padding-right: 10px;
    }

    .provider-sport {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        align-content: stretch;
        align-items: flex-start;
    }

    .bungkusan-sport,
    .bungkusan-togel,
    .bungkusan-poker {
        margin: 10px 0;
    }

    .bungkus-progres {
        margin-bottom: 20px;
    }

    .progress {
        height: 20px;
        /* Sesuaikan tinggi progress bar */
    }

    .progress-bar {
        background-color: #007bff;
        /* Warna biru untuk progress bar, bisa disesuaikan */
    }

    .buletan {
        display: inline-block;
        background-color: #007bff;
        color: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin-left: 10px;
        font-size: 14px;
    }

    .buletan p {
        margin: 0;
        font-size: 10px;
    }


    .swiper-container {
        width: 00px;
        margin: auto;
    }

    .progress {
        height: 15px;
        /* Mengurangi tinggi progress bar di perangkat mobile */
    }

    .buletan {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .card-title {
        font-size: 14px;
        /* Sesuaikan ukuran font untuk judul kartu di mobile */
    }

    .card-text {
        font-size: 12px;
        /* Sesuaikan ukuran font untuk teks kartu di mobile */
    }

    span.buletan p {
        font-size: 7px;
        line-height: 0px;
        margin-top: 16px;
        font-weight: bold;
        color: black;
        letter-spacing: 1px;
        margin-left: 3px;
    }

    span.buletan {
        border: 1px solid white;
        border-radius: 50px;
        font-size: 20px;
        width: 35px;
        height: 35px;
        position: absolute;
        text-align: center;
        right: 0;
        top: -12px;
        font-weight: bold;
        background: white;
        color: #003398;
    }

    p.huruf {
        font-size: 20px !important;
        font-weight: bold;
    }

    .slick-center .table-togel {
        transform: scale(1.2) translateZ(30px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        width: 94%;
        z-index: 1;
    }

    img.list-gambar-icon-slot {
        width: 50px;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    section#table-togel {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
}


.slick-slider {
    width: 98%;
    margin: auto;
    perspective: 1000px;
    /* Menambahkan efek 3D */
}

.table-togel {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.slick-center .table-togel {
    transform: scale(1.2) translateZ(30px);
    /* Zoom in dan keluar ke depan */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* Tambahkan bayangan */
    z-index: 1;
    /* Membuat slide tengah di atas yang lain */
}

.title-togel {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.tgl-togel {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    display: block;
}

.angka-togel {
    font-size: 24px;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 6px;
}