@font-face {
    font-family: AKbalthom;
    src: local("AKbalthom"), url(../fonts/AKbalthom.ttf) format("woff2"), url(../fonts/AKbalthom.ttf) format("ttf"), url(../fonts/AKbalthom.ttf) format("truetype"), url(../fonts/AKbalthom.ttf) format("embedded-opentype");
}

html {
    font-family: AKbalthom;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@font-face {
    font-family: FiraSans;
    src: local("FiraSans"),  url(../fonts/FiraSansExtraCondensed-Black.ttf) format("truetype");
}

@font-face {
    font-family:impact;
    src: local("impact"),  url(../fonts/impact.ttf) format("truetype");
}

@font-face {
    font-family:BebasNeue;
    src: local("BebasNeue"),  url(../fonts/BebasNeue.ttf) format("truetype");
}

a,
body,
center,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
li,
menu,
nav,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font:;
    vertical-align: baseline;
}
a,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
a {
    color: #fff;
}
* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin: 0 0 10px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.align-middle {
    vertical-align: middle;
}
body {
    background: #2c2c2c url("../img/newback.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topnav {
  overflow: hidden;
  background-color: #000;
  min-height: 50px;
  padding-top: px;
  background: #40241d;
  border-bottom: 10px solid #fff;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-style: inherit;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #442513;
  color: white;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.marquee-text {
    height: auto;
    display: block;
    line-height: 30px;
    overflow: hidden;
    position: relative;
	cursor: pointer;
}
.marquee-text div {
    height: auto;
    line-height: 22px;
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    font-family: Raleway;
    animation: marquee 20s linear infinite;
    margin-top: 3px;
}

.slider-bg {
    background: url("../img/img/slider.png") no-repeat center;
    background-size: cover;

}

.txt-slider-bg {
    width: 325px;
    height: 395px;
    background-color: #00000075;
    border-bottom: 10px solid #fff;
    margin-left: 50px;
    padding-top: 75px;
}

.marquee-text:hover div {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#user, #pass {
    width: 143px;
    height: 34px;
    background-image: none;
    background-color: #fff;
    margin-right: 10px;
    float: left;
    padding: 6px 12px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form.my-form {
    float: left;
    padding: 15px 0 5px 15px;
    width: 506px;
    background: #00000080;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.btn {
    display: inline-block;
    padding: 2px 13px;
    border: 1px solid #ffff;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 10px 0 10px 0;
    font: 800 22px BebasNeue;
    width: 140px;
    color: #000;
    letter-spacing: 3.1px;
	font-style: italic;
    margin: 0 3px;
}

.btn-log {
    background: linear-gradient(to bottom,#fce804 0,#cfc308 100%);
}

.btn:hover {
    box-shadow: 0 0 5px 3px #fff;
}
.btn-daf {
    background: linear-gradient(to left,#e3d306 0,#b28706 100%);
    transition: all 0.4s;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.p-0 {
    padding: 0;
}
.col-md-12,
.col-md-3,
.col-md-9,
.col-md-4,
.col-md-6,
.col-md-8,
.col-xs-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-6 {
    float: left;
    width: 50%;
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .order-first {
        -ms-flex-order: -1;
        order: -1;
    }
	.offset-md-2 {
    margin-left: 16.666667%;
  	}
    .logocil,
    .mob {
        display: none;
    }
    .logform {
        padding-top:1rem;
    }
    .nopadding {
        padding: 0;
    }
    .mob {
        display: none;
    }
	.jppd {
		padding-top:30px;
	}
}
@media (max-width: 768px) {
    .des,
    .logo, .menu {
        display: none;
    }
    .navbar {
        position: fixed;
    }
    .content {
        padding-top: 0;
    }
    .border-bt {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        padding: 5px 15px;
    }
    .space {
        padding-top: 50px;
    }
    .mob {
        display: block;
    }
}
.pt-1,
.py-1 {
    padding-top: 0.25rem;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem;
}
.mt-3,
.my-3 {
    margin-top: 0.75rem;
}
.mb-3,
.my-3 {
    margin-bottom: 0.75rem;
}
.mt-4 {
    margin-top: 1.1rem;
}
.mt-5,
.my-5 {
    margin-top: 2rem;
}
.mb-5,
.my-5 {
    margin-bottom: 2rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.mx-5 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.pt-3 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 2rem;
}

.bg-dark {
    background-color:#020202;
}
.slide {
    width: 100%;
    border: solid #000 2px;
    border-radius: 4px;
    box-shadow: 0 0 5px #e57809;
}

.slider {
    width: 100%;
    background-image: url("../assets/img/img/GambarSlider.png");
    background-size: contain;
    background-attachment: fixed;
}

.social-card {
    display: block;
    background:linear-gradient(to bottom, #fa9f62 0, #ee8426 100%);
    padding: 9px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-family: BebasNeue;
    font-size: 22px;
    transition: 0.2s all;
    position: relative;
    color: #000;
    border: solid #cd996e 2px;
    letter-spacing: 1.1px;
    box-shadow: 0 0 4px #e57809;
}
.social-card:focus,
.social-card:hover {
    box-shadow: 0 0 5px 3px #fff;
}

.bottom {
    float: left;
    width: 100%;
}
.jackpot {
    font-family:  FiraSans;
    width: 100%;
    text-align: center;
}

.word {
    color: #fff;
    padding: 20px 30px;
    border: 1px solid #000;
    font-family: BebasNeue;
    box-shadow: 0 0 10px #ffffff;
    background: linear-gradient(to bottom,#533511 0,#57391e 100%);
}
.word h1 {
    font-size: 1.5em;
}
.word h2 {
    font-size: 1.3em;
}
.word h3 {
    font-size: 1.1em;
}
.word p {
    font-size: 1em;
}
.word a {
    color: #ffb220;
}
.footer {
    text-decoration: none;
    color: #fff;
}
.last5 {
    padding: 5px;
    border-radius: 6px;
    width: 100%;
    font-family: BebasNeue;
    letter-spacing: 1.1px;
    border: solid #000 2px;
	box-shadow:0 0 4px #ffffff;
	background:linear-gradient(to bottom, #ba993b 0, #4d3325 100%);
	color: #fff;
}

.last{width:100%;max-width:100%;border-collapse:collapse;letter-spacing:1.5px;text-transform:uppercase} 
.last>tbody>tr>td {border-top: 1px solid #111824;} 
.last>tbody>tr>td,.last>tbody>tr>th,.last>tfoot>tr>td,.last>tfoot>tr>th,.last>thead>tr>td,.last>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}

.last5-title {
    color: #fff;
    font-weight: 800;
    font-size: 25px;
    margin-top: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.table>tbody>tr>td {
    border-top: 1px solid #111824;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.poker, .domino {
    padding: 5px;
    margin-bottom: 0;
    background-image:linear-gradient(to bottom, #a98c37 0, #57391e 100%);
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    font-family:BebasNeue,sans-serif;
}
.jp {color:#fff; font-size: 30px;font-weight: 600;letter-spacing: 1.5px;}
.jackpot-titles {font-size:35px;margin-bottom:0;color:#fff;}

.menu {float: right;font-family:BebasNeue;min-height:50px;padding-top:15px}
.menu li {display: inline-block;position:relative;float: left;transition:0.2s all;}
.menu li a {padding: 20px 30px;color:#000;font-size:20px;font-weight:700;letter-spacing:1.1px;}
.menu li a:hover{color:#fff;}