body {
  background: radial-gradient(ellipse at top, #e6e6e6, transparent),
    radial-gradient(ellipse at bottom, #cdcdcd, transparent);
  height: auto;
}

.bg_header {
}

.header {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.f {
  display: flex;
}

.h {
  width: 943px;
  margin-left: auto;
  margin-right: auto;
}

.input {
  padding-top: 15px;
  align-items: flex-start;
  gap: 3px;
  flex-direction: row;
}

.user {
  height: 40px;
}

.captcha {
  flex-direction: row;
  gap: 0.2em;
}

#captcha {
  width: 60px;
}

.tombol {
  flex-direction: column;
  justify-content: space-evenly;
}

.daftar {
  background: linear-gradient(180deg, #c80000 0%, #720000 100%);
  border: 1px solid #ff0000;
  width: 125px;
  height: 43px;
  color: #fff800;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
  font-size: 2em;
  text-shadow: 0px 3px 5px #000;
  cursor: pointer;
}

.daftar:hover {
  box-shadow: 0px 2px 4px 0px #c8000075;
  -webkit-box-shadow: 0px 2px 4px 0px #c8000075;
  -moz-box-shadow: 0px 2px 4px 0px #c8000075;
  transition: all ease 0.35s;
}

.login {
  background: linear-gradient(180deg, #2356c4 0%, #153b8e 100%);
  border: 1px solid #4a82ff;
  width: 125px;
  height: 43px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
  font-size: 2em;
  text-shadow: 0px 3px 5px #000;
  cursor: pointer;
}

.login:hover {
  box-shadow: 0px 2px 4px 0px #2458c9;
  -webkit-box-shadow: 0px 2px 4px 0px #2458c9;
  -moz-box-shadow: 0px 2px 4px 0px #2458c9;
  transition: all ease 0.35s;
}

.info {
  margin-top: 5px;
  background: rgb(183, 184, 179);
  background: radial-gradient(ellipse at top, #2458c9, #093697),
    radial-gradient(ellipse at bottom, #093697, #2458c9);
  height: 30px;
  display: block;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
}

.info div {
  padding-top: 12px;
  height: auto;
  letter-spacing: 0.7px;
  line-height: 1px;
  font-size: 1.05em;
  white-space: nowrap;
  color: #fff;
  z-index: 1;
  font-family: "Bebas Neue", cursive;
  /* animation: berjalan 30s infinite linear; */
  text-transform: uppercase;
  margin-top: 3px;
  text-align: center;
}

.info:hover div {
  animation-play-state: paused;
}

@keyframes berjalan {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.nav_bg {
  background: rgb(183, 184, 179);
  background: radial-gradient(ellipse at top, #2458c9, #093697),
    radial-gradient(ellipse at bottom, #093697, #2458c9);
  transform: translateY(-18px);
  height: 33px;
  width: 100%;
}

.nav {
  list-style: none;
  justify-content: space-around;
  border-top: solid 2px #000;
  padding-top: 2px;
  list-style-position: outside;
}

.nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #ffcc33;
  border-bottom: solid 2px #ffcc3399;
}

.nav a:hover {
  border-bottom: solid 2px #fff800;
  transition: all ease 0.35s;
}

.banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  border-left: 2px solid #093697;
  border-top: 2px solid #093697;
  border-bottom: 2px solid #093697;
  border-radius: 0 0 5px 5px;
}

.slide:nth-child(1) {
  width: 77.5%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.slide:nth-child(2) {
  width: 22%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  border-right: 2px solid #093697;
  border-left: 2px solid #093697;
  background: rgb(183, 184, 179);
  background: radial-gradient(ellipse at top, #2458c9, #093697),
    radial-gradient(ellipse at bottom, #093697, #2458c9);
  justify-content: center;
  align-items: center;
  /*transform: translateX(-20px)*/
  margin-left: -19px;
}

div.slide:nth-child(2) > * {
  width: 210px;
  height: 54px;
  background: radial-gradient(ellipse at top, #2458c9, #093697),
    radial-gradient(ellipse at bottom, #093697, #2458c9);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bebas Neue", cursive;
  font-size: 1.4em;
  color: #ffcc33;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}

.result_togel {
  justify-content: center !important;
}

.kontak {
  margin-top: 15px;
  justify-content: space-evenly;
}

div.kontak > * {
  background-size: cover;
  background-position: center;
}

div.kontak > *:hover {
  box-shadow: 0px 4px 4px 0px;
  -webkit-box-shadow: 0px 4px 4px 0px;
  -moz-box-shadow: 0px 4px 4px 0px;
  transition: all ease 0.35s;
}

.wa {
  background: url("../img/wa.png");
  width: 235px;
  height: 64px;
}

.fb {
  background: url("..//img/fb.png");
  width: 235px;
  height: 64px;
}

.tele {
  background: url("../img/tele.png");
  width: 235px;
  height: 64px;
}

.ig {
  background: url("../img/ig.png");
  width: 235px;
  height: 64px;
}

.games {
  background: #fff000;
  height: 235px;
}

.provider {
  background: radial-gradient(ellipse at top, #2458c9, #093697),
    radial-gradient(ellipse at bottom, #093697, #2458c9);
  height: 55px;
  border: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 943px;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  justify-content: space-evenly;
  margin-top: 1px;
}

div.provider > *:hover {
  filter: brightness(120%);
  transition: ease 0.35s;
}

marquee {
  height: 13px;
  padding: 14px 0 0px 0px;
  margin-top: -15px;
}
