﻿@charset "utf-8";
  * {
  margin:0;
  padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  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, font, 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 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:none repeat scroll 0% 0% transparent;
  text-align:left;
}

html {
  background-color:#16071e;
}

body {
  font-size:14px;
  font-family:Rubik,sans-serif;
}

a {
  text-decoration:none;
  color:#9442d9;
  font-weight:700;
  -webkit-transition:opacity .2s;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  transition:opacity .2s;
}

a img {
  border:none;
}

.hover:hover {
  opacity:.5;
}

ul {
  list-style-type:none;
}

p {
  text-align:justify;
}

img {
  max-width:100%;
  max-height:100%;
  display:block;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  display:inline-block;
}

* html .clearfix {
  height:1%;
}

.clearfix {
  display:block;
  height:inherit;
}

.clear {
  clear:both;
  height:0;
}

.container {
  width:1024px;
  height:auto;
  margin:0 auto;
  position:relative;
}

#sectionWrapper {
  width:100%;
  height:auto;
  position:relative;
  margin:0 auto;
  background-size:100% 100%;
}

#sectionWrapper #sectionHeader {
  width:100%;
  height:115px;
  background-color:#16071e;
}

#sectionWrapper #sectionHeader.header {
  height:170px;
}

#sectionWrapper #sectionHeader #sectionLogo {
  height:100px;
  width:325px;
  left:0;
  top:10px;
  position:absolute;
}

#sectionWrapper #sectionHeader .login {
  width:390px;
  height:49px;
  position:absolute;
  right:0;
  top:42px;
}

#sectionWrapper #sectionHeader .login input {
  border:none;
  position:absolute;
  font-size:12px;
  color:#000;
  background:#fff;
}

#sectionWrapper #sectionHeader .login input.username {
  left:60px;
  top:0;
  width:124px;
  height:22px;
  padding:0 5px;
  border:1px solid #c886ff;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.password {
  top:27px;
  left:60px;
  width:124px;
  height:22px;
  padding:0 5px;
  border:1px solid #c886ff;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.code {
  left:189px;
  top:0;
  width:68px;
  height:22px;
  padding:0 5px;
  border:1px solid #c886ff;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login img.kode {
  position:absolute;
  left:189px;
  top:27px;
  border:1px solid #c886ff;
}

#sectionWrapper #sectionHeader .login input[type=button],
#sectionWrapper #sectionHeader .login input[type=button] {
  padding:0;
  border:none;
  cursor:pointer;
  position:absolute;
  top:0;
}

#sectionWrapper #sectionHeader .login input.btn-login {
  padding-top:-10px;
  border:1px solid;
  border-color:#57efff;
  cursor:pointer;
  visibility:visible;
  background-color:#0097a7;
  right:0;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:5px;
  font-size:24px;
  cursor:pointer;
  color:#fff;
}

#sectionWrapper #sectionHeader .login input.btn-register {
  padding-top:-10px;
  border:1px solid;
  border-color:#c886ff;
  cursor:pointer;
  visibility:visible;
  background-color:#9442d9;
  left:-75px;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:5px;
  font-size:24px;
  cursor:pointer;
  color:#fff;
}

#sectionWrapper #sectionHeader .login .fogotpass {
  position:absolute;
  color:#fff;
  font-size:12px;
  font-style:italic;
  position:absolute;
  right:168px;
  top:100px;
  font-weight:700;
}

#sectionWrapper #containerWrapper {
  width:100%;
  height:auto;
}

#sectionWrapper #containerWrapper #sectionMenu {
  width:100%;
  height:47px;
  background:rgb(40,53,149);
  background:linear-gradient(90deg,rgba(40,53,149,1) 0%,rgba(84,55,167,1) 50%,rgba(123,57,184,1) 100%);
  padding-top:3px;
}

#sectionWrapper #containerWrapper #sectionMenu .menu {
  float:left;
}

nav {
  margin:0 auto;
  max-width:1023px;
  width:1023px;
  font-family:'Bebas Neue',cursive;
}

#checkbox1,
.toggle {
  display:none;
}

.menu {
  padding:0;
  margin:0;
  max-width:1024px;
  height:43px;
  border-radius:0;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  align-items:center;
  list-style-type:none;
}

.menu li a {
  text-decoration:none;
  align-self:center;
  border-radius:0;
  font-size:20px;
  transition:background .2s linear;
  text-transform: uppercase;
  font-family: Black;
}

li {
  padding-right:3px;
}
.demo li a {
  color:#fff;
}

.maincontent {
  height:825px;
}

#informasi {
  margin-top:5px;
  float:left;
  background:rgb(40,53,149);
  background:linear-gradient(90deg,rgba(40,53,149,1) 0%,rgba(84,55,167,1) 50%,rgba(123,57,184,1) 100%);
  width:1022px;
  height:35px;
  border:1px solid #c886ff;
  border-radius:0;
}

.textinformasi {
  float:left;
  color:#fff;
  font-size:23px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:0;
  width:10%;
  margin:4px 10px;
}

.textmarquee {
  float:right;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-style:italic;
  width:87%;
  height:20px;
  margin:5px 5px;
  background-color:#16071e;
  padding-top:5px;
  border-radius:0;
}

#sliderarea {
  margin-top:5px;
  float:left;
  width:743px;
  height:277px;
  border:1px solid #2b3596;
}

.iframestyle {
  width:100%;
  height:277px;
  float:left;
  margin-left:0;
  margin-top:0;
}

.boxcontact {
  margin-top:5px;
  float:right;
  width:271px;
  height:277px;
  font-family:'Bebas Neue',cursive;
  border:0 solid #2b3596;
}

.boxtoto {
  float:left;
  margin-top:5px;
  width:1024px;
  height:130px;
  background:rgb(40,53,149);
  background:linear-gradient(90deg,rgba(40,53,149,1) 0%,rgba(84,55,167,1) 50%,rgba(123,57,184,1) 100%);
}

.tototitle {
  float:left;
  text-align:center;
  width:100%;
  height:34px;
  color:#ffffff;
  font-size:25px;
  font-family:'Montserrat';
  font-weight:bold;
}

.angkatoto {
  float:left;
  text-align:center;
  width:100%;
  height:92px;
}

.angka {
  float:left;
  width:165px;
  height:92px;
  background-color:#000000;
  margin-right:4px;
}

.bolatoto {
  float:left;
  width:40px;
  height:40px;
  margin-left:1px;
  margin-top:2px;
}

.datetoto {
  width:163px;
  float:left;
  font-size:18px;
  background-color:#9442d9;
  font-family:'Montserrat';
  text-align:center;
  border:1px solid #c886ff;
  color:#ffffff;
}

.countrytoto {
  width:163px;
  height:27px;
  float:left;
  font-size:23px;
  background-color:#0097a7;
  font-family:'Montserrat';
  font-weight:bolder;
  text-align:center;
  border:1px solid #57efff;
  color:#ffffff;
}

.gameplay {
  float:left;
  margin-top:5px;
  width:1024px;
  height:171px;
}

.gamegap {
  margin-left:5px;
}

.gameplaybox {
  float:left;
  width:252px;
  height:176px;
}

.nbox {
  background:-ms-linear-gradient(top,#274b66 0,#103856 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274b66',endColorstr='#103856',GradientType=0);
}

.nbox {
  -webkit-box-shadow:aquamarine;
  -moz-box-shadow:0 -2px 0 0 rgba(7,32,49,1);
  padding:0 0;
  float:left;
  width:1024px;
  margin-top:7px;
}

.media-body {
  vertical-align:middle;
}

.media-body span {
  position:absolute;
  font-family:impact;
  font-style:italic;
  font-weight:normal;
  font-size:26px;
  margin-left:60px;
  color:#fff;
  margin-top:10px;
}

.media {
  float:left;
  width:269px;
  height:49px;
  margin-bottom:6px;
  margin-left:0;
  font-size:18px;
  border-radius:0;
  border:1px solid;
  border-color:#57efff;
  border-image-slice:1;
  border-width:1px;
  background-color:#0097a7;
}

.socialico {
  float:left;
  width:40px;
  height:40px;
  position:absolute;
  margin-top:4px;
  margin-left:10px;
}

.boxslotgames {
  float:left;
  width:1024px;
  margin-top:10px;
}

.footer {
  float:left;
  width:1024px;
  height:30px;
  margin-top:5px;
  background:rgb(40,53,149);
  background:linear-gradient(90deg,rgba(40,53,149,1) 0%,rgba(84,55,167,1) 50%,rgba(123,57,184,1) 100%);
  font-family:'Montserrat';
  font-size:18px;
  font-weight:bold;
  text-align:center;
  padding-top:10px;
  color:#ffffff;
}

#sectionWrapper #containerWrapper #sectionFooter {
  width:100%;
  height:40px;
  text-align:center;
}

#sectionWrapper #sectionFooter p {
  text-align:justify;
  color:#fff;
  font-size:16pt;
  font-family:'Bebas Neue',cursive;
  line-height:26px;
  padding-top:7px;
  text-align:center;
}

#sectionWrapper #sectionArtikel {
  width:100%;
  height:auto;
  position:relative;
}

#sectionWrapper #sectionArtikel p {
  text-align:justify;
  color:#fff;
  font-size:10pt;
  line-height:26px;
  margin:20px;
  margin-right:5px;
  margin-left:5px;
}

#sectionWrapper #sectionArtikel h1 {
  text-align:center;
  color:#9442d9;
  font-size:16pt;
  line-height:26px;
  margin:20px;
  margin-right:5px;
  margin-left:5px;
}

#sectionWrapper #sectionArtikel h2 {
  text-align:center;
  color:#ff4200;
  font-size:14pt;
  line-height:26px;
  margin:20px;
  margin-right:5px;
  margin-left:5px;
}

#sectionWrapper #sectionArtikel h3 {
  text-align:center;
  color:#ff4200;
  font-size:12pt;
  line-height:26px;
  margin:20px;
  margin-right:5px;
  margin-left:5px;
}

#sectionWrapper #sectionArtikel h4 {
  text-align:center;
  color:#ff4200;
  font-size:12pt;
  line-height:26px;
  margin:20px;
  margin-right:5px;
  margin-left:5px;
}

#sectionWrapper #sectionArtikel .copyright {
  color:#696969;
  text-align:center;
  font-weight:700;
  font-style:italic;
}

aside {
  position:fixed;
  bottom:0;
  max-width:240px;
  text-align:center;
}

aside.aside-left {
  left:10px;
}

aside.aside-right {
  right:0;
}

@keyframes glowing {
  0% {
    box-shadow:0 0 -10px #d4a1ff;
  }
  40% {
    box-shadow:0 0 20px #d4a1ff;
  }
  60% {
    box-shadow:0 0 20px #d4a1ff;
  }
  100% {
    box-shadow:0 0 -10px #d4a1ff;
  }
}

.button-glow {
  animation:glowing 300ms infinite;
}

/*# sourceMappingURL=button.css.map */

.glow {
  text-decoration:none;
  position:relative;
  overflow:hidden;
}

.glow:hover {
  box-shadow:1px 1px 25px 5px rgba(0,0,0,0.7);
}

.glow:before {
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
    120deg,transparent,rgba(255,255,255,0.9),transparent
  );
  transition:all 650ms;
}

.glow:hover:before {
  left:100%;
}

.light {
  -webkit-mask-image:linear-gradient(-15deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
  -webkit-mask-size:200%;
  animation:shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position:150%;
  }
  to {
    -webkit-mask-position:-50%;
  }
}

.animatedcolor,
.animatedcolor span {
  -webkit-animation:color-change 1s infinite;
}

.animatedcolor,
.animatedcolor i {
  -webkit-animation:color-change 1s infinite;
  -moz-animation:color-change 1s infinite;
  -o-animation:color-change 1s infinite;
  -ms-animation:color-change 1s infinite;
  animation:color-change 1s infinite;
}

@-webkit-keyframes color-change {
  0% {
    color:white;
    text-shadow:0;
  }
  20% {
    color:white;
    text-shadow:0 0 10px #fff,0px 0 10px #ffbc03;
    -webkit-text-fill-color:#7d00ab;
  }
  100% {
    color:red;
    text-shadow:0;
  }
}

@-moz-keyframes color-change {
  0% {
    color:white;
    text-shadow:0;
  }
  20% {
    color:white;
    text-shadow:0 0 10px #fff,0px 0 10px #ffbc03;
    -webkit-text-fill-color:white;
  }
  100% {
    color:#7d00ab;
    text-shadow:0;
  }
}

@-ms-keyframes color-change {
  0% {
    color:white;
    text-shadow:0;
  }
  20% {
    color:white;
    text-shadow:0 0 10px #fff,0px 0 10px #ffbc03;
    -webkit-text-fill-color:white;
  }
  100% {
    color:#7d00ab;
    text-shadow:0;
  }
}

@-o-keyframes color-change {
  0% {
    color:white;
    text-shadow:0;
  }
  20% {
    color:white;
    text-shadow:0 0 10px #fff,0px 0 10px #ffbc03;
    -webkit-text-fill-color:white;
  }
  100% {
    color:#7d00ab;
    text-shadow:0;
  }
}

@keyframes color-change {
  0% {
    color:white;
    text-shadow:0;
  }
  20% {
    color:white;
    text-shadow:0 0 10px #fff,0px 0 10px #ffbc03;
    -webkit-text-fill-color:white;
  }
  100% {
    color:#7d00ab;
    text-shadow:0;
  }
}