a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
li,
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background-color:#d4f3ff;
    color: #fff;
    font-size: 14px;
}
.responsive {
    max-width:100%;
    height: auto;
}
@font-face {
    font-family: roboto;
    src: url("../font/Roboto-Regular.ttf");
}
@font-face {
    font-family: mont;
    src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: mont1;
    src: url(../font/Montserrat-Medium.otf);
}
@font-face {
    font-family: mont2;
    src: url(../font/Montserrat-Bold.otf);
}
@font-face {
    font-family: mont3;
    src: url(../font/Montserrat-ExtraBold.otf);
}
a {
    text-decoration: none;
    color: #ffff;
}
.mont {
    font-family: mont;
}
.mont1 {
    font-family: mont1;
}
.mont2 {
    font-family: mont2;
}
.mont3 {
    font-family: mont3;
}
.roboto1{
    font-family: roboto;
}
* {
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
.pointer {
    cursor: pointer;
}
.container {
    max-width: 1100px;
    margin: 0 auto 0 auto;
}
.container-fluid {
    max-width: 100%;
}
.grid {
    display: grid;
}
.col-2 {
    grid-template-columns: auto auto;
}
.col-3 {
    grid-template-columns: auto auto auto;
}
.col-4 {
    grid-template-columns: auto auto auto auto;
}
.col-5 {
    grid-template-columns: auto auto auto auto auto;
}
.flex {
    display: flex;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}
.tc {
    text-align: center;
}
.ts {
    text-align: start;
}
.te {
    text-align: end;
}
.fi {
    font-style: italic;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}
.mt-1 {
    margin-top: 15px;
}
.mt-2 {
    margin-top: 30px;
}
.mt-3 {
    margin-top: 40px;
}
.mt-4 {
    margin-top: 60px;
}
.pt-a {
    padding-top: 7px;
}
.pt {
    padding-top: 5px;
}
.pt-1 {
    padding-top: 10px;
}
.pt-2 {
    padding-top: 15px;
}
.pt-3 {
    padding-top: 20px;
}
.pt-4 {
    padding-top: 25px;
}
.pt-5 {
    padding-top: 35px;
}
.pt-6 {
    padding-top: 50px;
}
.pb-1 {
    padding-bottom: 10px;
}
.pb-2 {
    padding-bottom: 15px;
}
.pb-3 {
    padding-bottom: 20px;
}
.pb-4 {
    padding-bottom: 25px;
}
.bg-black {
    background-color: #060606;
}
.bg-black1 {
    background-color: #171717;
}
.bg-menu {
    background: linear-gradient(to bottom,#01b0f0 0,#0082b2 100%);
}
.br {
    border-radius: 5px;
}
.br-10 {
    border-radius: 10px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-24 {
    font-size: 24px;
}
.fg {
    background: linear-gradient(to bottom,#01b0f0 0,#026b91 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fg-1 {
    color: #fff;
}
.fb {
    color: #000;
}
.password,
.username {
    border: 1px solid #077da9;
    width: 180px;
    height: 30px;
    margin-left:5px;
    background-color:#02212c;
    text-align: center;
}
.code{ border: 1px solid #077da9;
    width: 50px;
    height: 30px;
    margin-left:5px;
    background-color:#02212c;
    text-align: center;
}
.menu {
    grid-template-columns: 20% 80%;
}
.logo {
    grid-column: 1;
}
.navigasi {
    grid-column: 2;
    padding: 10px 0 10px 10px;
}
input[type="password"],
input[type="text"] {
    color: #fff;
}
.menu .b, .menu ul li{width:96px;background-color:transparent;margin: 0 2px;padding: 10px 5px;cursor: pointer;}
.menu .b{border-radius:10px} .menu ul li{border-radius:10px 10px 0 0;}

.menu .b:hover, .menu ul li:hover{width:96px;background-color:#045d7e;margin: 0 2px;border-radius:10px;padding: 10px 5px;cursor: pointer;transition: all 0.2s}
.menu .b:hover{border-radius:10px} .menu ul li:hover {border-radius:10px 10px 0 0;}

.register {
    border:1px solid #045d7e;
    background:#dd5719;
    border-radius: 15px;
    width: 170px;
    height: 32px;
    margin-left:5px;
    cursor: pointer;
    color:#fff;
    text-align: center;
    font-size: 13px;
}
.register:hover {
    background:#ff6d2a;
    transition: 0.1s;
}
.login {
    border:1px solid #01b0f0;
    background:linear-gradient(to bottom,#01b0f0 0,#026b91 100%);
    border-radius: 15px;
    width: 170px;
    height: 32px;
    margin-left:5px;
    cursor: pointer;
    color: #fff;
}
.login:hover {
    background:linear-gradient(to bottom,#026b91 0,#01b0f0 100%);
}
.forgot a:hover {
    color: #e8be22;
    transition: 0, 1s;
}
marquee {
    max-width: 700px;
    background-color:#fff;
    padding: 8px 0 8px 0;
    color:#045d7e;
}
.running-text {
    padding: 8px 10px 8px 10px;
    align-items: center;
    background-color: #01b0f0;
}
.date {
    color:#fff;
}
.jackpot {
    background-image: url(../img/jackpot.png);
    background-repeat: no-repeat;
    max-width: 100%;
    height:154px;
    text-align: center;
}
.jackpot p {
    font-size: 50px;
    padding: 48px 0 0 360px;
    color: #01b0f0;
}
.games-1a {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.games-2 {
    height: 56px;
    background:linear-gradient(to bottom,#01b0f0 0,#026b91 100%);
}
.games-2a {
    grid-column: 2;
    grid-row: 1;
    margin: 9px 17px 7px 17px;
}
.games-2a ul {
    border-radius: 50px;
}
.games-2a a {
    padding:11px 42px;
    border-radius: 19px;
}
.active,
.games-2a a:hover {
    color: #fff;
    padding:11px 42px;
    background: linear-gradient(to bottom,#026b91 0,#01b0f0 100%);
    border-radius: 19px;
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.games-2b {
    max-width:100%;
    margin-top: 20px;
    background-color:#01b0f0;
    padding: 10px 20px 10px 20px;
}
.container-games1 {
    grid-column-gap: 1%;
}
.carousel-2 {
    background-color:#045d7e;
    border-radius: 5px;
    padding: 10px 8px 9px 7px;
}
.button {
    position: absolute;
    z-index: 100;
    margin-top: 70px;
}
.next-1 img {
    margin-left:986px;
}
.download-text {
    border-top: 1px solid #48a4c6;
}
.dl {
    margin-top: 10px;
    font-size: 60px;
}
.down {
    width:300px;
    height:131px;
    border-radius: 10px;
    grid-template-columns: 110px 180px;
    grid-template-rows: auto auto;
}
.ios{background:url("https://i.postimg.cc/5yPSb7vx/ios.png")no-repeat;}
.andro{background:url("https://i.postimg.cc/7hPNv85s/android.png")no-repeat;}
.tabl{background:url("https://i.postimg.cc/SQVr6sPw/tablet.png")no-repeat;}

.down-3 {
    grid-column: 2;
    grid-row: 3;
}
.down-3 a {
    background-color:#045d7e;
    padding:8px 35px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 14px #fff;
    -moz-box-shadow: 0 0 14px #fff;
    -webkit-box-shadow: 0 0 14px #fff;
}
.down-3 a:hover{
    background:linear-gradient(to bottom,#01b0f0 0,#026b91 100%);
}
.down-3 {
    opacity: 85%;
    transition: 0.1s;
}
.down-3:hover {
    opacity: 100%;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.contacts {
    padding: 8px 0 8px 0;
    background: linear-gradient(to bottom,#01b0f0 0,#026b91 100%);
    text-align: center;
}
.contacts a {
    display: flex;
}
.contacts p {
    font-size: 16px;
    padding-top:8px;
}
.contacts img {
    padding-right:6px;
}
.ct a {
    font-size: 20px;
}
.provider{border-bottom: 1px solid #01a0da;padding:25px 0;}
.wording {
    padding:30px 10px 50px;
    border-bottom: 1px solid #01a0da;
    text-align:left;
}
.wording h1 {
    font-size: 32px;margin-top:20px;margin-bottom: 10px;
}
.wording h2{ font-size: 30px;margin-top:20px;margin-bottom: 10px;}
.wording p {
    line-height: 20px;
    margin-top:15px;
}
.footer {
    padding:30px 0;
    border-top: 1px solid #01a0da;
    border-bottom: 1px solid #01a0da;
}
.footer p {
    margin: 0 0 15px 0;
}
.bankss{grid-column: 5;}
.sertificate{grid-column: 1;}
.text-footer {
    padding: 25px 0 25px 0;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.bg-bl{background-color:#045d7e} 
.bg-gm{background-color: #00384c}
.c-bl{color:#045d7e;}
.number{ text-align: center;
    background-color: #2ad9ff;
    padding: 5px 8px;
    color: #000;
    margin-left: 5px;
    font-weight: bold;
}
.mt-down-home{margin-top:320px;}
.drop:hover .sub-menu{display: block;}
.sub-menu{
    display:none;
        width: 100%;
    min-width: 1024px;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 999;
    background:#045d7e;
    margin-top: 10px;
    padding:10px 0 20px;
    border-bottom: 3px solid #0ad8fe;
}

.sub-menu .gamenav li{
    position: relative;
    width: 125px !important;
    margin: 10px 10px 0 0 !important;
    display: block;
    float: left !important;
    transition: all .3s;
    border: none;
    border-radius:5px;
    padding:20px 5px;
    background-color:#fff0;
}

.sub-menu .sub-menu-casino li, .sub-menu .sub-menu-ikan li{
    position: relative;
    width: 135px !important;
    margin: 10px 15px 0 0 !important;
    display: block;
    float: left !important;
    transition: all .3s;
    border: none;
    border-radius:5px;
    padding:20px 5px;
    background-color:#fff0;
}
.sub-menu .sub-menu-togel li, .sub-menu .sub-menu-poker li{
    position: relative;
    width: 135px !important;
    margin:0 auto!important;
    display: block;
    float: none !important;
    transition: all .3s;
    border: none;
    border-radius:5px;
    padding:20px 5px;
    background-color:#fff0;
}
.gamenav li img{height:77px;}
.sub-menu-casino li img{height:110px;}
.sub-menu .sub-menu-casino li:hover, .sub-menu .sub-menu-ikan li:hover{width: 135px;border-radius:5px;padding:20px 5px;background-color:#008cc0;}
.sub-menu .gamenav li:hover{width: 125px;border-radius:5px;padding:20px 5px;background-color:#008cc0;}
.sub-menu ul.gameNav {
    display: inline-block !important;
    float: left !important;
    position: static !important;
}

