@font-face{
    font-family:"Ahkbalthom";
    src: url('../fonts/AKbalthom Superhero.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/AKbalthom Superhero.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/AKbalthom Superhero.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/AKbalthom Superhero.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/AKbalthom Superhero.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/AKbalthom Superhero.svg#svgFontName') format('svg'); /* Legacy iOS */
}

::placeholder {
    color: #000000 !important;
    text-align: center;
}

a, a:active, a:visited, a:focus, a:hover {
    color: #ff9200;
    text-decoration: none;
}

body {
    background-color: #0b0b0b;
}

.bg-red {
    background: linear-gradient(to bottom, #ff7a7a, #ff4141, #ff0000);
}

.btn {
    border-radius: 10px;
    font-size: 20px;
    padding: 0px 8px;
}
.btn.btn-daftar {
    background: linear-gradient(to bottom, #ffa939, #ff9200);
    -moz-animation: blink normal 0.3s infinite;
    -webkit-animation: blink normal 0.3s infinite;
    -ms-animation: blink normal 0.3s infinite;
    animation: blink normal 0.3s infinite;
}

input[type="text"].form-control {
    background-color: #ff9200 !important;
    border-color: #ff9200 !important;
    color: #0b0b0b;
    font-weight: bold;
    border-radius: 10px;
    padding: 0 10px;
    text-align: center;
}

.jackpot-box {
    padding: 0 20px;
}
.jackpot-box .jackpot-item {
    padding: 60px 20px 35px;
}
.jackpot-box .jackpot-deposit {
    min-height: 100px;
    background: url(../img/5-last-deposit.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.jackpot-box .jackpot-withdraw {
    min-height: 100px;
    background: url(../img/5-last-withdraw.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.jackpot-box .jackpot-number .result-box {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9999;
}
.jackpot-box .jackpot-number.number-top .result-box {
    top: 80px;
    font-size: 18px;
}
.jackpot-box .jackpot-number.number-bottom .result-box {
    top: 80px;
    font-size: 18px;
}

.menu-arrow {
    width: 16px;
    height: 16px;
    background: url(../img/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.notify-box {
    background: url(../img/notif.png);
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-top: 8px;
}

section.banner-box {
    position: fixed;
    top: 130px;
    left: 20p;
    z-index: 100;
}

section.contact-box {
    background: linear-gradient(to right, #ff99003b, #ff8d00, #ff4700, #ff8d00, #ff99003b);
    min-height: 50px;
}

table td {
    color: #ffb208;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
table td.price {
    background: linear-gradient(to bottom, #0b0b0b, #c76d00, #ff8d00, #f5f5f5, #ff8d00, #c76d00, #0b0b0b);
    color: #0b0b0b;
    font-size: 22px;
}

@media (min-width: 992px) {
    .btn.btn-daftar {
        background-size: cover;
    }

    .container {
        max-width: 1024px;
    }

    .info-box {
        min-height: 50px;
    }
    .info-box img {
        margin-top: 12px;
    }

    input[type="text"].form-control {
        max-height: 30px !important;
        line-height: 30px !important;
        font-size: 15px;
    }

    .jackpot-box .jackpot-number.number-top {
        margin-top: -10px;
    }
    .jackpot-box .jackpot-number.number-bottom {
        margin-top: -25px;
    }
    .jackpot-box .jackpot-number.number-top .result-box {
        top: 55px;
        font-size: 16px;
    }
    .jackpot-box .jackpot-number.number-bottom .result-box {
        top: 40px;
        font-size: 16px;
    }

    .navbar-nav .nav-item:first-child {
        border-left: 1px solid #5a5a5a;
    }
    .navbar-nav .nav-item {
        border-right: 1px solid #5a5a5a;
    }

    section.contact-box {
        background: linear-gradient(to right, #fbff0000, #ff99003b, #ff8d00, #ff4700, #ff8d00, #ff99003b, #fbff0000);
    }
}

@keyframes blink {
    0% {
        background: linear-gradient(to bottom, #ffa939, #ff9200);
        color: #f5f5f5;
    }
    50% {
        background: linear-gradient(to bottom, #f0e000, #b6aa00);
        color: #2b2b2b;
    }
    100% {
        background: linear-gradient(to bottom, #ffa939, #ff9200);
        color: #f5f5f5;
    }
}
