@font-face {
  font-family: "Bangers";
  src: url(../font/Bangers/Bangers-Regular.ttf);
}

@font-face {
  font-family: "Acme";
  src: url(../font/Acme/Acme-Regular.ttf);
}

:root {
  /* --gajah: url(/img/gajah.jpg); */
  --kotak1: url(../img/kotak.png);
  --kotak2: url(../img/kotak1.png);
  --gajah: url(../img/soal/gajah.jpg);
}
body {
  /* background: #d35400; */
  background-image: linear-gradient(to top, #d35400, #e67e22);
  background-color: #d35400;
  background-repeat: no-repeat;
  font-family: 'Acme', sans-serif;;
}
/* body::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, #d35400, #e67e22);
  top: 0;
  bottom: 0;
  right: 0;
} */

.modal {
  width: 100% !important;
  height: 600px !important;
  transition: 0.3s !important;
  position: absolute !important;
  padding-top: 100px !important;
  /* padding-right: 12px !important; */
  top: 0 !important;
  right: 0 !important;
  margin-left: 0px;
  margin-right: 0px;
}
.page {
  position: absolute;
  opacity: 0;
  transition: 0.8s;
  transform: translateX(-180%);
}
.pageshow {
  position: relative;
  opacity: 1;
  transition: 0.3s;
  transform: translateX(0%);
}
.judul {
  font-size: 50px;
  text-shadow: 5px 5px rgb(0, 0, 0, 0.3);
  font-family: 'Bangers', cursive;
}
.bungkustombol {
  margin-top: 5rem;
  text-align: center;
  font-family: 'Bangers', cursive;
}
.tombol {
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: #ecf0f1;
  margin-bottom: 2rem;
  background: #16a085;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.tombol::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  background: #34495e;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: 0.7s;
}
.tombol:hover::before {
  width: 100%;
}
.pause {
  font-size: 50px;
}
.level {
  background: #16a085;
  border-radius: 5px;
  height: 50px;
}
.h3level {
  text-align: center;
  position: relative;
  top: 10px;
}
.point {
  background: #16a085;
  border-radius: 5px;
  height: 50px;
}
.jumlahpoint {
  position: relative;
  top: 4px;
}
.iconpoint {
  font-size: 30px;
}
.gambar {
  width: 400px;
  height: 400px;
  background: var(--gajah);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.kotak {
  background-size: contain;
  position: relative;
}
.kotak1 {
  background: var(--kotak1);
  height: 80px;
  width: 80px;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
.kotak2 {
  background-size: contain;
  position: relative;
  background: var(--kotak2);
  height: 80px;
  width: 80px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .judul {
    font-size: 35px;
  }
  .jumlahpoint {
    font-size: 20px;
  }
  .point {
    height: 35px;
  }
  .level {
    height: 35px;
  }
  .h3level {
    font-size: 20px;
    top: 5px;
  }
  .pause {
    font-size: 35px;
  }
  .soal {
    font-size: 25px;
  }
  .gambar {
    height: 250px;
    background-size: cover;
    background-position: 0 -30px;
  }
  .kotak1 {
    height: 50px;
  }
  .kotak2 {
    height: 50px;
  }
  .iconpoint {
    margin-top: -5px;
  }
}
