/* Base CSS */

/*Custom fonts*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color:#f5f3e0;
}

body {
    color: #fff;
    font-weight: 400;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-size:cover;
    overflow-x: hidden;
}

p {
    line-height: 1.5;
    color:#f5f3e0;
    text-align:justify;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.container{
    width: 1035px;
}
/* header-top-css-start */
.logo img{
	margin-top : 0px;
    width: 300px;
}
.login-form {
    text-align: right;
    margin-top: 25px;
}
.login-form input[type="name"], .login-form input[type="password"] {
    border: 1.5px solid #03bc00;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 5px;
    background: #f5f3e0;
}
.login-form input[type="submit"] {
    padding: 6px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.login-form ::placeholder {
    color: #616161;
    text-align: center;
}

.login-form input {
    outline: none;
}

.login-form a {
    padding: 0px 3px 3px 3px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
	color : #fff;
}

.login-form .login{
    border: none;
	background: rgba(108, 54, 0, 0);
	background: linear-gradient(180deg, rgba(108, 54, 0, 0) 0%, rgba(88, 43, 0, 0) 47%,rgba(38, 6, 0, 0) 100%);
}
.login-form .daftar{
	color : #000;
    border: none;
	background: rgba(142, 88, 17, 0);
	background: linear-gradient(180deg, rgba(142, 88, 17, 0) 0%, rgba(252, 249, 99, 0) 47%, rgba(142, 88, 17, 0) 100%);
}
.header{
    background-image: url(../img/menu.png);
    background-size: cover;
    background-position: center center;
    height: 88px;
}
.live-chat ul li {
    display: inline-block;
}

.live-chat ul li a img {
    height: 32px;
    width: 170px;
    position: relative;
    top: -1px;
}

.live-chat {
    text-align: right;
}

.live-chat ul li a {
    color: #fff;
    margin-top: 3px;
    display: block;
}

.live-chat ul li:nth-child(5) a {
    margin-left: 18px;
    margin-top: 0;
}

.live-chat ul li:nth-child(4) a {
    margin-left: 60px;
}

.live-chat ul li:nth-child(3) a {
    margin-left: 40px;
}

.live-chat ul li:nth-child(2) a {
    margin-left: 58px;
}
.runing-text {
    display: inline-block;
	height : 38px;
    text-align: center;
}
.runing-text marquee {
    position: relative;
    padding: 3px 0px;
    top: 10px;
    width: 70%;
    color: #fff;
    font-size: 13.5px;
    /*background: #003e8b94;*/
}

.menu-utama  {
    display: inline-block;
	height : 44px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}

.navbar {padding : 0;	z-index : 100;margin-top : 6px;}
.navbar ul li a {color: #fff;font-weight:bolder;}
.navbar-nav .nav-item a:hover {color : #fff;text-shadow:#feffdb 0px 0px 10px;}
.dropdown-menu .dropdown-item {color: #fff;}

header .navbar-toggler-icon i.fa {
    font-size: 25px;
}
header .navbar-toggler-text {
    line-height: 25px;
    margin-left: 5px;
    font-size: 18px;
}
header .navbar-mobile {
    border: 2px solid #0072bc;
    background: #002e48;
    padding: 10px 15px;
}


.menu  {
    display: inline-block;
	height : 44px;
}

.menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.menu ul {
    margin-top: 0px;
}

.menu ul li {
    display: inline-block;
    padding: 0px 51px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.menu ul li ul {
    position: absolute;
	background-color : #eee;
    left: -4px;
    top: 86px;
    width: 240px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 99;
}
.menu li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40px;
    left: 0px;
    
  }
  .menu li ul li {
    display: block;
  }
  .menu li li a {
    padding: 7px 15px;
    color: #333;
  }
  .menu li ul li a {
    padding: 10px 30px;
    display: block;
}
.menu li ul li {
    display: block;
    padding: 0;
}
.menu ul li.active {
    background-color: #1aed40;
}
.menu ul li.active a {
    color: #000;
}

.menu ul>li:hover {
    background-color: #1aed40;
}

.w-100 {width: 100% !important;}

/*
.slider-area .col-lg-3 {
	width : 250px;
}

.slider-area .col-lg-9 {
	width : 750px;
}
*/

.contact {
    background-image: url(../img/contactca5a.png?v=20210318);
    background-size: cover;
    background-position: center center;
    height: 250px;
	width: 253px;
	margin-left: 10px;
    margin-top:5px;
}
.contact ul {margin-left: 80px;padding-top: 54px;}
.contact ul li {line-height : 44px;}
.contact ul li a {color : #000;}
.contact ul li img {float : left;}
.contact .live-chat {float : left; max-width : 189px; margin-left : 34px; margin-top : 7.5px;border-radius: 5px;border: 1px solid gold;}


/* deposit-area-css-start */
.deposit-content{
    background-image: url(../img/deposit-bg.png);
    background-size: cover;
    background-position: center center;
    height: 274px;
    margin-top:2px;
}
.single-deposit-content {
    display: inline-block;
    color: black;
    width: 33.333%;
    float: left;
    padding-left: 50px;
    padding-right: 25px;
}
.single-deposit-content p {
    margin: 0;
    font-size: 16px;
    line-height: 39px;
}

.single-deposit-content {
    margin-top: 68px;
}
.single-deposit-content p {
	width: 100%;
}
.single-deposit-content p span {
	width: 30%;
	text-align: center;
	display: inline-block;
}
.single-deposit-content p span:first-child {
	text-align: left;
}
.single-deposit-content p span:last-child {
	text-align: right;
}
.single-deposit-content.single-deposit-content-2 {
    padding-left: 25px;
	text-align: center;
	margin-top : 90px;
}
.single-deposit-content.single-deposit-content-3 {
    padding-left: 50px;
}
/* .rupiah1,.rupiah2 {float : right; padding-right : 55px;} */

.jackpot-content {margin-top : 25px;line-height: 1.6;}
.jackpot-content input {
    background: none;
    color: #fff;
    border: none;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    outline: none;
    width: 275px;
	letter-spacing : 1px;
}
.jackpot-content span {
    background: none;
    color: #fff;
    border: none;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 0px;
    outline: none;
    width: 275px;
	letter-spacing : 1px;
	position: relative;
	top: 15px;
}
.jackpot-content span#jackpott {
	top: 30px;
}

.footer {font-size : 15px;padding-top : 20px;color:#f5f3e0;}
.footer h1 {font-size : 22px;}
.footer h2 {font-size : 20px;}
.footer h3 {font-size : 18px;}
.footer p {text-align : justify;}

.main {border : 1px solid #F2E47C;}

.about-text h3 {
    font-weight: 400;
}
.mb-news {
    background-image: url(../img/mbn.png);
    background-size: cover;
    background-position: center left;
    display: none;
    border: 2px solid green;
}
.cu-mobile-menu li a {
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

.cu-mobile-menu li a img {
    margin-right: 15px;
}

.cu-mobile-menu li a:hover {
    opacity: .5;
}

/* side-bar-css-start */
.side-bar {
    position: fixed;
    z-index: 9;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.side-bar a {
    display: block;
    margin: 5px 0;
    color: #000;
}

.side-bar a img {
    height: 40px;
    width: 40px;
}

.side-bar span {
    background: #f1f1f1;
    padding: 5px 10px;
    min-width: 150px;
    display: inline-block;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.side-bar a:hover span{
    visibility: visible;
    opacity: 1;
}

.content {padding : 20px; }
.content h1 {text-align : center;}
.content h1 {font-size : 25px;}
.content h2 {font-size : 22px;}
.content h3 {font-size : 20px;}

.content dl, .content ul {
    margin-top: 0;
    margin-bottom: 1rem;
	list-style-type: disc;
}
.content ol {
    margin-top: 0;
    margin-bottom: 1rem;
	list-style-type: decimal;
}

.tengah {
  margin-left: auto;
  margin-right: auto;
}


/* side-bar-css-start */
.side-bar {
    position: fixed;
    z-index: 9;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.side-bar a {
    display: block;
    margin: 5px 0;
    color: #000;
}

.side-bar a img {
    height: 40px;
    width: 40px;
}

.side-bar span {
    background: #f1f1f1;
    padding: 5px 10px;
    min-width: 150px;
    display: inline-block;
    margin-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.side-bar a:hover span{
    visibility: visible;
    opacity: 1;
}

@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.5;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

.support {margin-top : 5px;}
.support img {width : 25px; padding-right : 5px;}
.support td {width : 50%;padding-left : 20px;}
.support a, .support a:link, .support a:hover, .support a:visited {color : #fff;}

.garis {border :1px solid #246514; padding : 20px; width : 100%;background:#09860159;border-radius:5px;}
.slaid {
    padding-right: 28px;
    padding-left: 5px;
}
.colo-colo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width:500px;
    max-width: 100%;
    display:inline-block;
}
.kor-kor {
    float: left;
    width: 50%;
    padding:0px 3px 0px 3px;
}
.daftar-button{
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.daftar-button:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.menu-footer {
	margin: 0px 0 15px 0;
	text-align: center;
}
.menu-footer,
menu ul {
	color: yellow;
	padding: 0;
}
.menu-footer li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #f5f3e0;
}
.menu-footer li:first-child {
	border: none;
}
.uun {
    list-style: disc;
    padding-inline-start: 30px;
    color: #f5f3e0;
}
.oon {
    list-style: decimal;
    padding-inline-start: 30px;
    color: #f5f3e0;
}
.kolom1 {
    float: left;
    width: 50%;
  }
  .kolom2 {
    float: right;
    width: 50%;
    margin-top: 4%;
    padding-right: 20px;
  }
  .kolom2 img {
      float:right;
  }
  
  /* Clear floats after the columns */
  .raw:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-logo {
      width:250px;
      max-width:100%;
      -webkit-filter: drop-shadow(0px 0px 20px greenyellow);
  }