* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.garis {
  background-color: #11101d;
  border-radius: 5px;
  height: 1px;
  margin-top: 5px;
}
.pilihan2 {
  min-height: 20px;
  width: 200px;
  padding: 5px;
  margin-left: 5px;
  background-color: rgb(129, 230, 230);
  color: rgb(0, 0, 0);
  border-radius: 5px;
}
.pilihan2:hover {
  background-color: rgb(107, 197, 197);
  color: rgb(0, 0, 0);
}
.pilihan {
  min-height: 20px;
  min-width: 300px;
  padding: 4px;
  padding-left: 10px;
  margin-top: 3px;
  background-color: rgb(19, 141, 141);
  color: white;
  border-radius: 5px;
}
.jwbpendek {
  height: 20px;
  width: 400px;
  margin-left: 4px;
  padding: 4px;
  padding-left: 10px;
  margin-top: 10px;
  background-color: rgb(13, 107, 107);
  color: white;
  border-radius: 5px;
}
.jwbpendek:hover {
  background-color: rgb(16, 134, 134);
}
.pertanyaan {
  min-height: 20px;
  min-width: 300px;
  padding: 5px;
  margin-top: 3px;
  background-color: rgb(16, 124, 124);
  color: white;
  border-radius: 5px;
}
.pilihan:hover {
  background-color: rgb(5, 109, 109);
  color: white;
}
.btn {
  position: absolute;
  top: 15px;
  left: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #1b1b1b;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
}
.btn.click {
  left: 260px;
}
.btn span {
  color: white;
  font-size: 28px;
  line-height: 45px;
}
.btn.click span:before {
  content: "\f00d";
}

.canvas {
  border-radius: 4px 4px 4px 4px;
  border-color: #11101d;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  padding: 3% 3%;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.content {
  position: absolute;
  top: 10%;
  left: 6%;
  height: auto;
  width: 92%;
  padding-right: 7%;
  padding-left: 7%;
  color: black;
  overflow: scroll;
  overflow: auto;
  font-family: poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.content video {
  width: 80%;
}
.footer {
  position: fixed;
  top: 92%;
  left: 0;
  width: 100%;
  background-color: #11101d;
  font-family: poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;

  box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
}
.navigasibawah {
  margin-top: 15px;
  padding-bottom: 15px;
}

button {
  background-color: #e4e9f7;
  border: none;
  color: #11101d;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.btn-hover.color-4 {
  background-image: linear-gradient(to right, #e34c65, #ed6565);
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
  background-image: linear-gradient(to right, #3cba92, #30dd8a);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

button a {
  text-decoration: none;
  color: white;
}
.btn1 {
  background-color: rgb(233, 241, 154);
  color: black;
}
.btnvidio {
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
  min-width: 100px;
  background-color: #11101d;
}
.btnvidio:hover {
  background-color: #e34c65;
  color: white;
}
.btnkecil {
  border-radius: 5px 5px 5px 5px;
  padding: 2px;
  min-width: 100px;
  background-color: #11101d;
}
.btnkecil:hover {
  background-color: #000000;
  color: white;
}
.btnangka {
  border-radius: 5px 5px 5px 5px;
  padding: 2px;
  min-width: 30px;
  background-color: #11101d;
}
.btnangka:hover {
  color: aliceblue;
}

button:hover {
  background-color: #e34c65;
  color: white;
}

/*css3 design scrollbar*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #11101d;
}

.menu {
  display: none;
}

@media screen and (max-width: 760px) {
  .btn1 {
    background-color: #007cad;
    color: white;
  }
  .pilihan {
    min-height: 30px;
    min-width: unset;
    width: 100pxpx;
  }
  .jwbpendek {
    padding-right: 80px;
    margin-left: 20px;
    line-height: 30px;
  }
  .pilihan2 {
    line-height: 30px;
    padding-left: 2px;
  }
  .pertanyaan {
    min-height: 30px;
    min-width: unset;
    width: 100pxpx;
  }
  .jawaban img {
    width: 5px;
  }
  .pilihan2 {
    margin-left: 15px;
    padding-right: 20px;
  }

  .gambarhover:hover {
    transform: scale(2.5);
  }

  ::-webkit-scrollbar {
    width: 0px;
  }
  .btn {
    position: fixed;
    top: 1.5%;
    left: 10px;
    background-color: none;
    z-index: 1;
  }
  .btnkecil {
    margin: 2px;
  }
  .content {
    float: left;
    position: unset;
    width: 100%;
    height: auto;
    color: black;
    font-size: 10pt;
    overflow: none;
  }
  .content video {
    width: 100%;
  }
  .footer {
    position: unset;
    top: 0;
    left: 0;
    height: 10%;
    width: 100%;
    margin-bottom: 2%;
  }
  .navigasibawah {
    background-color: initial;
    padding: 1px;
    font-size: 4pt;
  }
  button {
    padding: 6px;
    width: auto;
    height: 10%;
  }
  .btnvidio {
    border-radius: 5px 5px 5px 5px;
    margin: 2px;
    padding: 10px;
    min-width: 100px;
    background-color: #0aa2df;
  }
  nav ul li {
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
/*css pop up gambar*/
.mainwrapper {
  background: #fefefe;
  display: flex;
  width: 100%;
  height: 650px;
  justify-content: center;
  align-items: center;
}

img.imgthumb {
  width: 150px;
  border-radius: 10px;
}

/* overlay by webprogramminunpas and modified by nelayankode.com*/
.overlay {
  width: 0;
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  transition: 0.8s;
  text-align: center;
  padding: 100px 0;
}

.overlay:target {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.overlay img {
  max-height: 100%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}

.overlay:target img {
  animation: zoomDanFade 1s;
}

.overlay .close {
  position: absolute;
  top: 2%;
  left: 2%;
  margin-left: -20px;
  color: white;
  text-decoration: none;
  line-height: 14px;
  padding: 5px;
  opacity: 0;
}

.overlay:target .close {
  animation: slideDownFade 0.5s 0.5s forwards;
}

/* animasi */
@keyframes zoomDanFade {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    margin-top: -20px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}
