/*General.css*/

* {
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: Time New Roman; */
}

.wrapper {

	width:990px !important;
	margin: 0 auto;
	position: relative;
}

body {
    background:#d8d8d8 url(../../images/bg.jpg) center top no-repeat;
   

}

.clear {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* import font */
@font-face {
    font-family: myFirstFont;
    src: url(../font/Acme-Regular.html);
}
@font-face{
    font-family: 'Pieces_of_Eight';
    src: url(../font/Pieces_of_Eight.ttf);
}
@font-face{
    font-family: 'Play-Regular';
    src: url(../font/Play-Regular.ttf);
}
@font-face{
    font-family: 'Dai-Atlas';
    src:url(../font/Dai-Atlas.otf); 
}
@font-face{
    font-family: 'Continue';
    src:url(../font/Continue.ttf); 
}
@font-face{
    font-family: 'Digital';
    src:url(../font/advanced_dot_digital-7.ttf); 
}
/* end import font */
/*reset.css*/

/* css rest */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/* start header */
.logo{
    float: left;
    width: 320px;
    margin: 3px 0 0 5px;
}

.form{
    float: right;
    width: 57%;
    padding: 10px 0;
}
.form button[name=btnbonus],.form button[name=btndaftar]{
    width: 130px;
    border: 0;
    cursor: pointer;
    font-family: Play-Regular;
    font-size: 26px;
    color: #fff;
    outline: none;
    background: linear-gradient(180deg, #ff892a, #ff4a5e);
    padding: 6px 5px;
    border-radius: 5px;
    box-shadow: 2px 4px 0px 0px black;
    font-weight: 700;
    margin: 0 5px;
}

.header-menu {
    background: linear-gradient(180deg, #00b5f9, #015d88);
}

.menu{
    width: 990px;
    height: 41px;
}
.menu li{
    float: left;
    padding: 10px 57px ;
}

.menu li:first-child{
    padding-left: 10px;
}

.menu li:last-child{
    padding-right: 0;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: Play-Regular;
    font-weight: 700;
}

img.man-gif {
    position: relative;
    top: -77px;
    left: 38px;
}

.menu li a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 5s infinite;
}

.marquee-div{
    float: left;
    width: 100%;
    margin: 10px auto 0;
    font-family: Play-Regular;
    color: #5487a4;
    font-weight: 700;
    padding: 0 15px;
}

p.info {
    float: left;
    width: 6%;
}

marquee#runningText {
    float: left;
    width: 94%;
}

.top-img {
    float: right;
    margin: -123px 0 0 2px;
}

.content-detail1 {
    border: 10px solid #1d89b9;
    border-radius: 10px;
    position: static;
    padding: 20px 10px 10px;
}

/* end header */

/* start content */

.mid-wrap{
    background: white;
    width: 990px;
    padding: 15px;
    box-shadow: 0px 5px 1px -1px #c1c1c1;
    border-radius: 10px;
}

.slideshow {
    float: left;
    width: 687px;
    margin: 0 auto 20px;
}

.login{
    background: url(../../images/login-bg.png) center no-repeat;
    width: 259px;
    height: 338px;
    float: right;
    font-family: Play-Regular;
    color: #fff;

}

h3.title-login {
    font-size: 30px;
    text-align: center;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 0;
}

input[name='username'],input[name='password']{
    width: 130px;
    height: 40px;
    border: 0;
    outline: none;
    padding: 7px 10px 5px;
    border: 3px solid #0070a4;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 2px;
}
button[name='masuk']{
    width: 130px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 26px;
    font-family: Play-Regular;
    background: linear-gradient(180deg, #00b5f9, #015d88);
    padding: 6px 5px;
    border-radius: 5px;
    box-shadow: 2px 4px 0px 0px black;
    font-weight: 700;
    cursor: pointer;
    margin: 0 5px;
}

.masuk-log{
    margin: 0 0  0 10px;
}

.img-left{
    background: url(../../images/login-img.png) center no-repeat;
    width: 113px;
    height: 124px;
    float: left;
}

.contact-us {
    padding: 5px 15px;
}

.contact-us li{
    padding: 8px  0;
}
.contact-us li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.contact-us img {
    vertical-align: middle;
    margin: 0px 10px 0 0;
}

.box-jackpot {
    background: black url(../../images/jackpotbox.gif) center no-repeat;
    padding: 10px;
    margin: 0 0 15px;
    height: 115px;
    border-radius: 10px;
}

p.number {
    text-align: center;
    font-size: 45px;
    line-height: 72px;
    margin: 0 auto 16px;
    font-family: Play-Regular;
    color: #0071a2;
    font-weight: 900;
    letter-spacing: 5px;
}

.jackpot-text {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: Play-Regular;
    
}

.more-contact{
    background: url(../../images/contact-bg.png) center no-repeat;
    width: 966px;
    height: 66px;
    margin: 0 auto 15px;
}

.more-contact img{
    vertical-align: middle;
    margin: 0px 20px 0 0;
}

.more-contact li{
    float: left;
    padding:20px 24px;
}

.more-contact a{
    text-decoration: none;
    font-size: 14px;
    font-family: Play-Regular;
    color: #939393;
}

.transaction {
    margin: 0 auto 15px;
}

.last-deposit{
    float: left;
}

h3.deposi-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 auto 10px;
    text-align: center;
    color: #00638e;
    font-family: Play-Regular;
    text-shadow:0 0 2px #23353e;;
}

.deposit,.withdraw{
    font-size: 30px;
    color: #0071a2;
    font-family: Play-Regular;
    background: url(../../images/5-last.png) center no-repeat;
    width: 467px;
    height: 220px;
    float: left;
    margin-right: 26px;
}

.withdraw{
    margin-right: 0;
}

table.tbldeposit,.tblwithdraw {
    margin: 20px 0px 0px 40px;
}

table.tbldeposit td,.tblwithdraw td {
    text-align: center;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
}

table.tbldeposit img,.tblwithdraw img {
    vertical-align: middle;
}

.title-detail{
    font-size: 20px;
    color: #0071a2;
    font-weight: 700;
    text-align: center;
    font-family: Play-Regular;
    margin: 0 auto 10px;
    text-shadow:0 0 2px #7d7979;
}

p.text-content {
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    color: #939393;
    font-family: Arial;
    line-height: 25px;
    margin: 0 auto 10px;
}
.banks li{
    float: left;
    padding: 7px 35px;
}

.content {
    margin: 0 auto 35px;
}

.footer-boy {
    background: url(../../images/footer-boy.png) center no-repeat;
    width: 90px;
    height: 97px;
    margin: -60px 0 0 903px;
    position: relative;
}

.banks {
    display: block;
    height: 30px;
    margin-top: 5px;
}

.banks li:first-child {
    padding-left: 75px;
}

.jackpot-number {
    float: right;
    width: 675px;
    text-align: center;
    height: 90px;
    padding: 36px 0 10px;
}

.jackpot-number span {
    font-family: Digital;
    font-size: 25px;
    letter-spacing: 5px;
    color: white;
}

.jackpot-number .title-jackpot {
    margin-right: 20px;
    color: #42a5d6;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #015e89;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    color: white;
  /* Icon */
}
.tab-label:hover {
  background: #ff852d;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: black;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tab-content p {
    margin-bottom: 1rem;
}

.tab-content h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

.tab-content h1, h2 {
    font-size: 2.5rem;
    font-weight: 900;
}

.tab-content h3, h4 {
    font-size: 2rem;
    font-weight: 900;
}

.tab-content h5, h6 {
    font-size: 1.5rem;
    font-weight: 900;
}

.tab-content ul, ol {
    padding-left: 30px;
    list-style: revert;
    margin-bottom: 1rem;
}

.tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #015e89;
    cursor: pointer;
    color: white;
}
.tab-close:hover {
  background: #ff852d;
}

input:checked + .tab-label {
  background: #ff852d;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100%;
  padding: 1em;
}

.font-weight-bold {
    font-weight: 900;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-red {
    color: red;
}

/* end content */

/* start footer */

.footer-detail{
    background: url(../../images/footer.png);
    width: 990px;
    height: 51px;
}

ul.footer-menu {
    width: 88%;
    margin: 0 auto;
}

.footer-menu li {
    float: left;
    padding:8px 25px;
}

.footer-menu li::before {
    content: "";
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    position: relative;
    right: 31px;
}

.footer-menu li:nth-of-type(1):before {
    display: none;
}

.footer-menu a {
    text-decoration:none;
    color: #fff;
    font-family: Play-Regular;
}

.copy-right{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: Play-Regular;
    letter-spacing: 1px;
    padding: 17px 0 0 0;
}

p.copy-right a {
    color: white;
}

p.copy-right a:hover {
    text-decoration: none;
}

.footer {
    margin: -26px auto 15px;
}
/* end footer */
