﻿@charset "utf-8";
  * {
  margin:0;
  padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap');
html,body,div,span,applet,object,iframe,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;
;
}

html {
  background:url(../img/backgroundpusatbola.jpg);
    background-attachment: fixed;
    background-size: cover;
}

body {
  font-size:15px;
  font-family: 'fontku',sans-serif;
  margin-bottom: 120px;
  
}

a img {
  border:none;
}

.hover:hover {
  opacity:.5;
}

ul {
  list-style-type:none;
}

p {
  text-align:justify;
}

img {
  max-width: 100%;
  height: auto;
}

nav image {
  width: 100;
  height: 72px;
  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:auto;
}

.clear {
  clear:both;
  height:0;
}.animated-button2 {
  float: none;           /* hapus float */
  position: absolute;    /* posisi bebas */
  top: 87px;             /* sesuaikan vertikal */
  left: 410px;           /* jarak dari kiri, disesuaikan dengan logo */
  background: linear-gradient(
    0deg, 
    rgb(14, 0, 0) 25%, 
    rgba(196,0,0,1) 45%, 
    rgba(255,0,0,1) 52%, 
    rgba(255,0,0,1) 66%, 
    rgb(245, 0, 0) 89%
  );
  background-size: 300% 300%;
  animation: gradientMove 3s ease infinite;
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  width: 115px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #000;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 11;
}


/* ✨ Efek Hover Glow */
.animated-button2:hover {
  box-shadow: 0 0 20px #da0000, 0 0 40px #da0000, 0 0 60px #da0000;
  transform: scale(1.05);
}

/* 🌈 Background bergerak */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
  
  .animated-button2::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	background-color:#606d6d;
	opacity:0;
	-webkit-transition:.2s opacity ease-in-out;
	transition:.2s opacity ease-in-out;
  }
  
  .animated-button2:hover::before {
	opacity:0.2;
  }
  
  .animated-button2 span {
	position:absolute;
  }
  
  .animated-button2 span:nth-child(1) {
	top:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,right top,left top,from(rgba(43,26,8,0)),to(#ffffff));
	background:linear-gradient(to left,rgba(43,26,8,0),#ffffff);
	-webkit-animation:2s animateTop linear infinite;
	animation:2s animateTop linear infinite;
  }
  
  @keyframes animateTop {
	0% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
	100% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
  }
  
  .animated-button2 span:nth-child(2) {
	top:0;
	right:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,26,8,0)),to(#ffffff));
	background:linear-gradient(to top,rgba(43,26,8,0),#ffffff);
	-webkit-animation:2s animateRight linear -1s infinite;
	animation:2s animateRight linear -1s infinite;
  }
  
  @keyframes animateRight {
	0% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
	100% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
  }
  
  .animated-button2 span:nth-child(3) {
	bottom:0;
	left:0;
	width:100%;
	height:3px;
	background:-webkit-gradient(linear,left top,right top,from(rgba(43,26,8,0)),to(#ffffff));
	background:linear-gradient(to right,rgba(43,26,8,0),#ffffff);
	-webkit-animation:2s animateBottom linear infinite;
	animation:2s animateBottom linear infinite;
  }
  
  @keyframes animateBottom {
	0% {
	  -webkit-transform:translateX(-100%);
	  transform:translateX(-100%);
	}
	100% {
	  -webkit-transform:translateX(100%);
	  transform:translateX(100%);
	}
  }
  
  .animated-button2 span:nth-child(4) {
	top:0;
	left:0;
	height:100%;
	width:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(43,26,8,0)),to(#ffffff));
	background:linear-gradient(to bottom,rgba(43,26,8,0),#ffffff);
	-webkit-animation:2s animateLeft linear -1s infinite;
	animation:2s animateLeft linear -1s infinite;
  }
  
  @keyframes animateLeft {
	0% {
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%);
	}
	100% {
	  -webkit-transform:translateY(100%);
	  transform:translateY(100%);
	}
  }
  
  .button-glow {
	animation:glowing 3000ms infinite;
  }

.container {
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

#sectionWrapper {
  width:auto;
  height:auto;
  position:relative;
  margin:0 auto;
  background:url(../img/backgroundpusatbola.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#sectionWrapper #sectionHeader {
  width:auto;
  height:115px;
  background:url(../img/backgroundpusatbola.jpg);
      background-attachment: fixed;
background-size: cover;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 10px;
  position:relative;
 position: fixed;           /* Buat header tetap di layar */
  top: 0;                    /* Tempel di paling atas */
  left: 0;
  right: 0;
 position: sticky;
  top: 0;
  z-index: 1000;
}

#sectionWrapper #sectionHeader.header {
  height:170px;
}

#sectionWrapper #sectionHeader #sectionLogo {
  width: 400px; /* atur lebar logo sesuai kebutuhan */
  height: auto;
  display: ;
  align-items: center;  /* vertikal tengah */
  justify-content: flex-start; /* kiri */
  position: absolute;  /* agar bisa diposisikan */
  top: -45px;           /* jarak dari atas header */
  left: 0;          /* jarak dari kiri header */
  z-index: 10;         /* pastikan di atas background */
}

#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:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #000000;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.password {
  top:27px;
  left:60px;
  width:112px;
  height:20px;
  padding:0 5px;
  border:1px solid #000000;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login input.code {
  left:189px;
  top:0;
  width:56px;
  height:20px;
  padding:0 5px;
  border:1px solid #000000;
  font-style:italic;
}

#sectionWrapper #sectionHeader .login img.kode {
  height:20px;
  left:0;
  top:10px;
  position:absolute;
  left:189px;
  top:27px;
border: 1px solid;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;}

#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:2px solid;
border: 1px solid;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);  border-image-slice:1;
  cursor:pointer;
  visibility:visible;
  background: rgb(255, 0, 0);
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
  right:0;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:5px;
  font-size:26px;
  cursor:pointer;
  color:#ffffff;
  text-shadow: 2px 2px 2px #000000;
}

#sectionWrapper #sectionHeader .login input.btn-register {
  padding-top:-10px;
border: 1px solid;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);  border-image-slice:1;
  cursor:pointer;
  visibility:visible;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
  left:-75px;
  top:0;
  width:127px;
  height:49px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:2px;
  margin-left:3px;
  font-size:26px;
  cursor:pointer;
  color:#fff;
  text-shadow: 2px 2px #000000;
  animation: glowing 3000ms infinite;
  box-shadow: 1px 1px 15px 0.5px #f7cb0a;
}

#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:72px;
  padding-left: 1px;
}

#sectionWrapper #containerWrapper #sectionMenu .menu {
  float:left;
}

.nav {
  margin:0px auto;
  max-width:1024px;
  width:1024px;
  font-family:'Bebas Neue',cursive;
}

#checkbox1,
.toggle {
  display:none;
}

.menu {
  padding:0;
  margin:0;
  max-width:1024px;
  height:72px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 3px solid #04cbe2;
  background: #000314 ;
  display:flex;
  flex-direction:initial;
  align-items:center;
  justify-content:space-around;
}

.menu li a {
  text-decoration:none;
  align-self:center;
  border-radius:0px;
  font-size:20px;
  transition:background .2s linear;
}

li {
  padding-right:3px;
}

.demo:hover {
  background-color: #eb070700;
}

.demo li a {
  color:#fff;
}

.demo li a:hover {
  width:100%;
  color:#000;
}

.maincontent {
  height:1024px;
}

#informasi {
  margin-top:5px;
  float:left;
            background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
  width:1022px;
  height:38px;
   border: 2px solid transparent; 
  border-image: linear-gradient(
    0deg,
    #E7E7E7  0%, #fff9f9  25%, #fff  48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%)1;
  border-radius: 5px;
}

.textinformasi {
  float:left;
  color:#ffffff;
  font-size:23px;
  font-family:'Bebas Neue',cursive;
  letter-spacing:0;
  width:0.2%;
  margin:6px 10px;
  text-shadow: 2px 2px #000000;
}

.textmarquee {
   float: right;
  color: #fff;
  font: italic 17px arial, sans-serif;
  width: 89%;
  height: 22px;
  margin:9px 13px;
  background: linear-gradient(0deg, rgba(36,36,36,1) 0%, rgba(0,0,0,1) 7%, rgba(0,0,0,1) 48%, rgba(22,22,22,1) 50%, rgba(0,0,0,1) 75%, rgba(24,24,24,1) 100%);
  border-radius: 7px;
  display: flex;            /* ✅ Tambahan */
  align-items: center;      /* ✅ Tengah vertikal */
}

#sliderarea {
  margin-top:5px;
  float:left;
  width:1022px;
  height:296px;
 border: 2px solid transparent; 
  border-image: linear-gradient(
    0deg,
    #E7E7E7  0%, #fff9f9  25%, #fff  48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%)1;
  border-radius: 1px;
}

.iframestyle {
  width:100%;
  height:296px;
  float:left;
  margin-left:0;
  margin-top:0;
}


.boxtoto {

  font-family: 'Bebas Neue', cursive;
  float: left;
  width: 335px;
  height: 278px;
  margin-top: -274px;
  border: 2px solid;
  border-image-source: linear-gradient(
    0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%)
  ;
  border-image-slice: 1;

  background: 
        url("../img/background\ togel.jpg") no-repeat center center;
  background-size: cover;
}

.boxstep{
  
   float:right;
   width:618px;
   height:295px;
} 
  .lastesttitle {
	float:left;
	width:99.5%;
	height:35px;
	text-align:center;
	vertical-align:middle;
	background:linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
	color:#ffffff
;
border: 1px solid;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
	font-size:23px;
	padding-top:9px;
	margin-bottom:3px;
	font-family: 'Bebas Neue';
	font-display: swap;
}
  
.tototitle{
	float:left;
	width:80px;
	height:40px;
} 
 .widget-content tr td {
   border-top:0;
   letter-spacing:0;
   color:#ffffff
;
 }
 .countrytoto { 
   width:85px;
   padding-left:25px;
   text-align:left;
   font-size:18px;
   text-transform: uppercase;
 }
 
 .datetoto {
   text-align:left;
   font-size:18px;
 }
 
 #gaptoto {
   margin-left:0px;
   margin-top:1.5px; 
   width:322px;
   border-bottom:1px solid #f8f7f8;
 }
 
 .imgtoto {
   width:7%;
   height:9%; 
   padding-bottom:3px;
 }
 
 .wrappersection {
   float:left;
   width:100%;
 }
 
 table {
   border-left:0 solid #ddd;
   border-right:0 solid #ddd;
 }
 
 table,
 td,
 th {
   border-bottom:0 solid #f00000;
 }
 
 table {
   border-collapse:collapse;
   width:90%;
 }


.wrappersection {
  float:left;
  width:100%;
}

.widget-content {
  margin:0 0 0 0;
}

.nbox {
  -webkit-box-shadow:rgb(0, 255, 170);
  -moz-box-shadow:0 -2px 0 0 rgba(7,32,49,1);
  padding:0 0;
  float:left;
  display: table;
  margin: 0 0 0 0;
  width:1024px;
}

.media-body {
  vertical-align:middle;

}

.media-body span {
  position:absolute;
  font-family:'Bebas Neue',cursive;
  font-weight:normal;
  font-size:27px;
  margin-left:50px;
  color:#ffffff;
  text-decoration: underline;
  text-shadow: 2px 2px 2px #000000;
  padding-top:10px;
}

.media {
  float: left;
  width: 230px;
  height: 55px;
  margin-top: 9px;
  margin-left: 18px;
  font-family: 'Bebas Neue';
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice:1;
}

.socialico {
  float:left;
  width:55px;
  height:55px;
  position:absolute;
  margin-top:1px;
  margin-left:2px;
}
  
.button-glow {
	animation:glowing 3000ms infinite;
  }
  
  .glow {
	text-decoration:none;
	position:relative;
	overflow:hidden;
  }
  
  .glow:hover {
	box-shadow:2px 2px 25px 2px rgb(255, 255, 255);
  }
  
  .glow:before {
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:linear-gradient(
			120deg,transparent,rgba(0, 0, 0, 0.9),transparent
		  );
	transition:all 650ms;
  }


.middleinfo {
  float:right;
  margin-top:4px;
  width:1024px;
  height:278px;
}

.gameswraper {
  font-family:arial;
  float:left;
  margin-left:344px;
  width:320px;
  height:280px;
  border:0 solid #04cbe2;
}

.games {
  float:left;
  margin:0 auto;
  width: 335px;
  height:62px;
  margin-bottom:8px;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  background:linear-gradient(0deg, #088189 0%, #04CEE4 39%, #0692A0 100%);
}
.hot-games.wrapper {
	overflow:hidden;
	position:relative;
	padding-top:5px;
	height:95px;
  }
.hot-games .img-container {
  position:absolute;
  display:flex;
  align-items:center;
}

.hot-games .games-leave-active {
  animation:leave 20s linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  animation-play-state:running;
}

.hot-games .games-leave-active.pause {
  animation-play-state:paused;
}

.hot-games .games-leave-active.run {
  animation-play-state:running;
}

.hot-games .games-enter-active {
  animation:enter 20s linear;
  animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  animation-play-state:running;
}

.hot-games .games-enter-active.pause {
  animation-play-state:paused;
}

.hot-games .games-enter-active.run {
  animation-play-state:running;
}

.hot-games a {
  color:inherit;
}

.hot-games .game-item {
  position:relative;
  margin-right:5px;
  padding-top:7px;
  width:100px;
  text-align:center;
  border-radius:3px;
}

.hot-games .game-item img {
  cursor:pointer;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:12px;
  border:1px solid #5c5252;
  max-width:83px;
}

.hot-games .game-item {
  padding:0 2px;
  text-align:left;
  height:60px;
  width:90px;
  background-color:#17161300;
  color:#c7b035;
}

@keyframes leave {
  0% {
    transform:translateX(0);
  }
  to {
    transform:translateX(-100%);
  }
}

@keyframes enter {
  0% {
    transform:translateX(100%);
  }
  to {
    transform:translateX(0);
  }
}

.hot-game-tag {
  top:-4px;
  left:-4px;
  height:51px;
  background-image:0;
}

.daily-wins,
.hot-game-tag {
  position:absolute;
  z-index:1;
  width:60px;
  background-size:60px;
}

.text-overflow-line-clamp {
  text-decoration:none;
}
.main-button {
  background:linear-gradient(0deg,#FF2121 10%,#C1160C 32%,#9E0010 100%);
  padding:10px 38px;
  font-size:18px;
  border-radius:3px;
  cursor:pointer;
  color:#dcdcdc;
  position:relative;
  border:0.4px solid #FF2121;
  text-transform:uppercase;
}

.main-button::after {
  background-color:#ff4b49;
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  border-radius:4px;
  animation-name:blinkers;
  animation-duration:0.7s;
  animation-iteration-count:infinite;
  animation-direction:alternate-reverse;
  animation-timing-function:cubic-bezier(0.19,1,0.22,1);
}

@keyframes blinkers {
  0% {
    transform:scale3d(1,1,1);
    opacity:0.8;
  }
  100% {
    transform:scale3d(1.1,1.3,1.1);
    opacity:0;
  }
}

.button-glow {
  animation:glowing 3000ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow:0 0 -10px #CCF700;
  }
  40% {
    box-shadow:0 0 20px #CCF700;
  }
  60% {
    box-shadow:0 0 20px #CCF700;
  }
  100% {
    box-shadow:0 0 -10px #CCF700;
  }
}

.glow {
  text-decoration:none;
  position:relative;
  overflow:hidden;
}


.glow:before {
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient( 120deg,transparent,#37abffc2,transparent );
  transition:all 650ms;
}

.glow:hover:before {
  left:100%;
}

.boxmid {
  float: left;
  margin-left: 343px;
  width: 335px;
  height: 278px;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
   
  overflow: hidden;
  position: relative;
}
.slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slideShow 18s infinite; 
}

.slideshow img:nth-child(1) {
  animation-delay: 0s;
}

.slideshow img:nth-child(2) {
  animation-delay: 6s;
}

.slideshow img:nth-child(3) {
  animation-delay: 12s;
}

.slideshow img:nth-child(4) {
  animation-delay: 18s;
}

@keyframes slideShow {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}


.boxdevice {
  float: right;
  margin:0 auto;
  right:0px;
  position: absolute;
  
  width: 335px;
  height:278px;
  border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
  background: #000000;
  background:linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%,#000000 100% );
  animation:ligradienlinear-gradienttlinear-gradient 15s ease infinite;
}
.boxslot {
  float: left;
  border: 2px solid;
  background: url(../img/backgroundpusatbola.jpg) no-repeat center center;
  background-size: cover;   /* agar gambar penuh */
  width: 1024px;
  height: 94px;
  margin: 0;
  border-image-source: linear-gradient(
    0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%
  );
  border-image-slice: 1;
}


#divgameslot {
  margin-top:7px;
  float:left;
  width:1024px;
  
  height: 150px;
  border:1px solid;
  border-image-source: linear-gradient(0deg, #02828e 0%, #18dcf2 25%, #04cee4 48%, #088088 51%, #04cee4 75%, #04c8e0 100%);
  border-image-slice:1;
  border-radius:5px;
}

@keyframes glowing {
  0% {
    box-shadow:0 0 -10px #ffffff;
  }
  40% {
    box-shadow:0 0 20px #5c5a5a;
  }
  60% {
    box-shadow:0 0 20px #ffffff;
  }
  100% {
    box-shadow:0 0 -10px #ffffff;
  }
}

.button-glow {
  animation:glowing 1500ms infinite;
}

#sectionWrapper #footerwrapper {
  width:100%;
  height:auto;
  position:relative;

}
.sectionfooter {
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	width:1024px;
	height:50px;
	border-radius:5px;
  }
  
  .textkeyword {
	float:left;
	margin-top:0;
	text-align:center;
	padding:0 10px 0 10px;
	font-family:arial;
  }
  
#footerok {
  display: flex;                 /* aktifkan flexbox */
  justify-content: space-between;/* teks kiri, logo kanan */
  align-items: center;           /* vertikal rata tengah */
  
  margin-top: 22px;
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 25%, #2a2a2a 40%, #2e2e2e 60%, #1a1a1a 80%, #000000 100%);
  width: 100%;
  height: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #E7E7E7 0%, #fff9f9 25%, #fff 48%, #E7E7E7 51%, #E7E7E7 75%, #E7E7E7 100%);
  border-image-slice: 1;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.textfooter {
  font-size: 16px;
  margin-left: 15px;
}

.imglogo img {
  height: 30px;   /* atur tinggi logo */
  margin-right: 15px;
}

/*# sourceMappingURL=button.css.map */

.glow {
  text-decoration:none;
  position:relative;
  overflow:hidden;
}

.glow:hover {
  box-shadow:1px 1px 25px 5px rgba(255, 255, 255, 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%;
  }
}