@font-face {
    font-family: 'jp_font';
    src: url('upload/Honk.ttf') format('truetype');
    /* Perbaikan: Format font 'truetype' */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dot1';
    src: url('upload/advanced_dot_digital7.woff2') format('woff2');
    /* tambahkan format */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dot2';
    src: url('upload/glyphicons-halflings-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-jp {
    font-family: 'jp_font', sans-serif;
    font-size: 80px;
}

.text-jp {
    font-family: 'dot1', sans-serif;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
    z-index: 1;
}

.image-wrapper {
    max-width: 100%;
    text-align: center;
    /* jika diperlukan */
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.metode-deposit {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ffffff;
}

.metode-deposit img {
    width: auto;
    height: 35px;
    display: block;
    margin: 0 auto;
}

img.partner-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.cs_m {
    margin-left: 10px;
    margin-right: 10px;
}

.cs_m img {
    width: 100%;
}