html{
    
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    background-color: black;
    
    color: #fff;
}
*{
  box-sizing: border-box;
}
img{
  z-index: 1;
}
h2{
  text-align: center;
}
a.btn.btn4{
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  padding: 0.5vw;
}
marquee{
    width: 95%;
    background-color: brown;
    padding: 5px;
    color: aliceblue;
    font-weight: 800;
}
.head-panel{
   width: 60%;
   margin: 0 auto;
   /* background-color: aliceblue; */
   position: relative;
   /* display:inline-block; */
   padding: 5px;
}
nav{
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgb(221, 40, 40) 0%, rgba(121,9,9,1) 35%, rgba(207,58,58,1) 100%);
  padding: 0px 0;
  border-bottom: 3px solid rgb(236, 125, 125);
    
}
img.logo{
    width: 150px;
}

.nav-header{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 60%;
}
.dropdown {
  /* position: relative; */
  display: inline-block;
  text-align: center;
  margin: 0px;
  padding: 10px 20px;
  padding-bottom: 0;
  width: 140px;
}
.dropdown:hover {
  background-color: rgba(0, 0, 0, 0.411);
  color: aqua;
  font-weight: 900;
  /* filter: brightness(120%); */
}
.dropdown:active {
  background-color: rgba(0, 0, 0, 0.411);
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0c0c0cda;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.815);
  padding: 30px 16px;
  z-index: 20;
  min-height: 100px;
  overflow: hidden;
  /* margin-top: -1px; */
  padding-bottom: 2vw;
}

.dropdown:hover .dropdown-content {
  display: flex;
  justify-content: space-around;
}
.dropdown-content a{
  padding: 10px;
}

/* h3{
  font-size: 2vw;
} */
.wrapper {
	text-align: center;
}
.title-sv388{
  stroke: 2px;
		font-size: 3vw;
		text-transform: uppercase;
		font-weight: 900;
		font-family: "Josefin Sans", sans-serif;
		background: linear-gradient(to top right,#caba9d 10%, #e8c425 50%, #d7aa57 60%,#7a5308 80%);
		background-size: auto auto;
		background-clip: border-box;
		background-size: 200% auto;
		color: #fff;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: textclip 1.5s linear infinite;
		display: inline-block;
    margin: 0;
	}
  h2.title-joker{
		font-size: 3vw;
		text-transform: uppercase;
		font-weight: 900;
		font-family: "Josefin Sans", sans-serif;
		background: linear-gradient(to bottom right,#ffe601 10%, #f0e11a 50%, #fff893 60%,#fffce6 80%);
		background-size: auto auto;
		background-clip: border-box;
		background-size: 200% auto;
		color: #fff;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: textclip 1.5s linear infinite;
		display: inline-block;
    margin: 0;
	}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.sv-joker{
  text-align: center;
 background: url(./img/bg/sv-joker-bg.webp);
 min-height: 50vw;
 width: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 opacity: 1;
 display: flex;
 flex: row wrap;

}
.sv-joker a{
  color:rgb(40, 185, 221) ;
  text-decoration: underline;
  font-size: large;
}
.sv388{
  flex: 1;
  background:rgba(0, 0, 0, 0.514);
  margin: 5vw;
  padding: 2vw;
  border: 3px solid #fff;
  height: 25vw;
  
}
.joker{
  flex: 1;
  background: rgba(0, 0, 0, 0.521);
  margin: 5vw;
  padding: 2vw;
  border: 3px solid #fff;
  height: 25vw;
}
.btn4{
  color: #fff;
  text-decoration: none;
  
}
.btn{
    /* background: rgb(2,0,36); */
    background: linear-gradient(180deg, rgb(221, 40, 40) 0%, rgba(121,9,9,1) 35%, rgba(207,58,58,1) 100%);
        
        border-bottom: 3px solid rgb(236, 125, 125);
        display: inline;
    padding: 5px 30px;
    z-index: 10;
}
input{
  padding: 6px;
}
.sub-head-panel{
    position: relative;
    /* display: inline-block; */
    /* background-color: aliceblue; */

}
.left{
    position: absolute;
    left: 0;
}
.center{
    margin: 0 auto;
}
.right{
position: absolute;
right: 0;
}
.top{
    position: absolute;
top: 0;
}
.bottom{
    position: absolute;
    bottom: 0; 
}
.pt20{
    padding-top: 20px;
}
a{
    color: white;
    text-decoration: none;
}
.checkbox{
    display: none;
}

 .container-banner{
   display: flex;
   flex-flow: row nowrap;
 }
 .banner-2{

  border: #fff 1px solid;
  flex:1;
  width: 25%;
 }
 h3.description{
  font-size: 2vw;
 }
h3.title-game{
text-align: center;
transition: 0.5s;
/* margin-top: -100px; */
pointer-events: none;
    opacity: 0;
}
.heading {
  font-size: 4em;
  text-shadow: 2px 2px 0px rgb(221, 40, 40);
  mix-blend-mode: screen;
  animation: fadeIn 2s linear forwards;
  color:black;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}
.underlined {
  color: #fff;
  flex: 1;
  line-height: 1.2;
  text-decoration: none;
  background-image: linear-gradient(to right, #dd2828 0, rgb(255, 115, 0) 100%);
  background-position: 0 1.2em;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background 0.5s;
  padding: 5px;
}
.underlined:hover {
  background-size: 100% 100%;
}
.underlined--thin {
  background-image: linear-gradient(to right, black 0, black 100%);
}
.underlined--thick {
  background-position: 0 -0.3em;
}
.underlined--offset {
  background-position: 0 0.2em;
  box-shadow: inset 0 -0.5em 0 0 white;
}
.underlined--gradient {
  background-position: 0 -0.1em;
  background-image: linear-gradient(to right, dd2828 0, lightgreen 100%);
  color: #f3f3f3;
  padding: 5px;
}
.underlined--reverse {
  background-position: 100% -0.1em;
  transition: background 1s;
  background-image: linear-gradient(to right, dd2828 0, yellow 100%);
}

  .games{
    border-radius:30px;
    transition: 0.5s;
   }
   .games:hover{
    transform: scale(1.1,1.1);
    transition: 0.5s;
   }
   .games:hover~.title-game{
    transform: scale(2,2);
    transition: 0.5s;
    opacity: 0.3;
    
   }


 .content-artikel{
   padding: 3%;
   width: 60%;
   margin: 0 auto;
   text-align: left;
   margin-top: 150px;
 }

 .live-chat-icon{animation:pulse 3s infinite}body{background:#0e0e0e}
 .live-chat-icon{animation:pulse 3s infinite}
 .live-chat-icon{
   width: 30px;
   height: 30px;
 }
 .center{
  animation: daftar 1s infinite;
  width: 12vw;
  height: 12vw;
}
.fixed-footer{display:flex;justify-content:space-around;position:fixed; background: rgb(2,0,36);display: none;
  background: linear-gradient(180deg, rgb(221, 40, 40) 0%, rgba(121,9,9,1) 35%, rgba(207,58,58,1) 100%);padding:5px 0;left:0;right:0;bottom:0;z-index:99}.fixed-footer a{flex-basis:calc((100% - 15px*6)/ 5);display:flex;flex-direction:column;justify-content:center;align-items:center;color:rgb(255, 255, 255)}
  .fixed-footer a.active{color:#ffffff;font-weight:900;}

@media(min-width:768px){
 @keyframes pulses{0%{filter:initial}20%{filter:brightness(2.5) drop-shadow(0 0 30px rgb(226, 153, 43));color: #000;}}}
@keyframes wa{0%{filter:initial}20%{filter:brightness(2.5) drop-shadow(0 0 10px rgb(88, 199, 37))}}
@keyframes rtp{0%{filter:initial}20%{filter:brightness(2.5) drop-shadow(0 0 10px rgb(6, 84, 228))}}
@keyframes daftar{0%{filter:initial}50%{filter:brightness(1.5) drop-shadow(0 0px 10px rgb(86, 130, 212))}}
@keyframes borders{0%{filter:initial}50%{filter:drop-shadow(0 0px 5px rgb(255, 255, 255))}}
/*--------------------------------------------- slide ----------------------------------------------*/

#slideshow {
    display: flex;
    border: #fff 1px solid;
    width: 100%;
    height: 700px;
    z-index: 1;
    position: relative;
}

#slides {
    position: relative;
    width: 83%;
    overflow: hidden;
}

#gallery {
    position: relative;
    width: 17%;
    overflow: hidden;
    
}

#slides img,
#gallery img {
    width: 100%;
    height: 100%;
    z-index: 1;
   
}
.slide img {
  z-index: 1;
  position: relative;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s linear;
    
}

.slide.show {
    opacity: 1;
    z-index: 1;
    
}

.thumbnail {
    height: 140px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: #fff solid 2px;
}

.slide-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-size: 40px;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 1;
}

.slide-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.slide .content1 {
    position: absolute;
    left: 0;
    bottom: -999px;
    color: #fff;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: bottom 0.4s ease;
}

.slide .title {
    font-weight: bold;
}

.slide:hover>.content1 {
    bottom: 0;
}

.thumbnail .title {
    position: absolute;
    top: 0;
    left: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail .description {
    position: absolute;
    left: 0;
    bottom: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail:hover .title {
    left: 0;
}

.thumbnail:hover .description {
    bottom: -12px;
}
.mobile{
  display: none;
}
@media screen and (max-width: 1000px) {
 .inline{
  display: flex;
  justify-content: center;
 }
 input{
  width: 40vw;
  border: 1px solid rgba(207, 35, 35, 0.459);
 }
 .btn{
  padding:0;
  
 }
 a.btn.btn3{
  position: relative;
  padding: 3px 10px;
  font-size: 1em;
}
  .apk{
    z-index: 11;
    position: absolute;
    right: 0;
    width: 15px;
    margin-right: -20px;
  }
    #slides {
        width: 100%;
    }

    #gallery {
        display: none;
    }
    #slideshow {
    
      height: 50vw;
      z-index: 10;
      /* position: absolute; */
      /* display: none; */
  }
  .pt20{
    padding-top: 10px;
  }
  a{
    font-size: small;
  }
  .fixed-footer{
    display: flex;
  }
  .nav-header{
    display: none;
  }
  .content-artikel{
    width: 90%;
    margin-bottom: 20%;
  }
}



.content-width {
  width: 80%;
  height: 50vh;
  margin: 0 auto;
  padding: 10px;
  background-color: #22222A;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
}

.item-image-container {
  position: relative;
  width: 42%;
}

.item-image-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 30.3vw;
  height: 101%;
  background: #22222A;
  opacity: 0;
  z-index: 1;
}

.item-image {
  position: relative;
  width: 30vw;
  height: 30vw;
  opacity: 0;
  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity .3s ease-out .45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: .8;
}

.item-description {
  position: absolute;
  top: 150px;
  right: 0vw;
  width: 48%;
  padding-right: 4%;
  line-height: 1.8;
  font-size: 0.8em;
  
}

/* Staggered Vertical Items ------------------------------------------------------*/
.item-header {
  position: absolute;
  top: 0px;
  right: -2.8%;
  z-index: 10;
  opacity: 0.7;
}

.item-header .vertical-part {
  margin: 0 -4px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: auto;
  font-size: 7vw;
  color: #fff;
 
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
  
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
  
}

.item-header .vertical-part b {
  transition: .5s;
}

.item-description .vertical-part b {
  transition: .21s;
  
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
  
}

/* Controls ----------------------------------------------------------------------*/
.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background:#bdbdd5;;
  cursor: pointer;
}

.controls ul li.active {
  background:#6a6a77;;
}
/*--------------------------------------------- slide ----------------------------------------------*/

@media only screen and (max-width: 1000px) {
  /* .sv-joker{
    display: flex;
    flex-flow: column;
    
  }
  .sv388{
    width: 80%;
    margin: 15vw auto;
    height: 30vw;
  }
  .joker{
    width: 80%;
    margin: 0 auto;
    height: 30vw;
  } */
  .item-description {
    position: absolute;
    top: 10vw;
    width: 65%;
    /* border: 1px  solid rgb(95, 92, 92); */
    padding: 5px;
    padding-left: 20px;
  }
  .item-header {
    top: 0px;
  }
    .head-panel{
        width: 30%;
        margin: 0 auto;
        padding: 0px;
     }
    img.logo{
        position: absolute;
        z-index: 11;
        left: 20vw;
        width: 30vw;
        margin: 0 auto;
        
    }
  .hide{
      display: none;
  }
  nav{
     width: 100%;
  }
  
  .hamburger{
    font-size:25px;cursor:pointer;
    margin-left: 10px;
    width: 30px;
  }
  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    
  }
  
  .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    
    
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: rgb(221, 40, 40);
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 48px;
  }
  .mobile{
    display: block;
  }
  
 

 .head-panel{
   margin: 0 auto;
   width: 80%;
   /* position: absolute; */
 }
 .btn2{
   position: absolute;
   right: 0;
   padding: 5px 30px;
 }
 
 .container-banner{
  width: 100%;
  flex-flow:  wrap;
}

 .banner-2{
  width: 50%;
  border: #fff 1px solid;

 height: 30vw;
 
}


}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}