* {
  box-sizing: border-box;
}

body {
  background-color: #fff7f0;
  font-family: "Be Vietnam Pro", sans-serif;
}

/* header */

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-color: #fff7f0;
  justify-content: space-between;
  color: #4200f9;
  height: 60px;
  border-bottom: 1px solid #4200f9;
}

nav .logo img {
  width: 90px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 80px;
}

.nav_bar ul {
  display: flex;
  list-style: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}

nav ul li a {
  text-decoration: none;
  color: #4200f9;
  font-weight: bold;
  padding-right: 80px;
}

.menu-toggle {
  display: none;
  margin-top: 20px;
  margin-right: 25px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.menu-toggle input {
  position: absolute;
  width: 40px;
  height: 28px;
  left: -10px;
  top: -3px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #4200f9;
  border-radius: 3px;
  transition: all 0.5s;
}

/* animasi */

.menu-toggle span:nth-child(2) {
  transform-origin: 0 0;
}

.menu-toggle span:nth-child(4) {
  transform-origin: 0 100%;
}

.menu-toggle input:checked ~ span:nth-child(2) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.menu-toggle input:checked ~ span:nth-child(4) {
  transform: rotate(-45deg) translate(-1px, 0);
}

.menu-toggle input:checked ~ span:nth-child(3) {
  transform: scale(0);
}

/* main */

main {
  margin-right: 80px;
  margin-left: 80px;
  margin-top: 60px;
  padding-bottom: 100px;
}

/* container kategori */

.container_kategori {
  width: 100%;
  margin-top: 200px;
}

.container_kategori p {
  margin: 0;
}

.nama_kategori {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #4200f9;
}

.nama_kategori a {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #4200f9;
}

.nama_kategori a:hover {
  color: #4200f9;
}

/* container display */

.container_display h3 {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  color: #4200f9;
}

.upcoming,
.previous {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.display {
  width: 30%;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4200f9;
}

.previous::after,
.upcoming::after {
  content: "";
  flex-basis: 30%;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
}

.display a {
  text-decoration: none;
}

.display iframe {
  width: 407px;
  height: 364px;
}

.display img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.display p {
  font-size: 13px;
  margin: 0;
  padding: 5px;
}

.display_ket {
  padding: 0;
  display: flex;
  flex-direction: row;
}

.display .display_ket .ket_besar {
  width: 65%;
}

.display .display_ket .ket_kecil {
  width: 35%;
}

.display .display_ket .ket_besar h3 {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 20px;
  text-align: left;
}

.display .display_ket .ket_kecil p {
  text-align: right;
}

/* footer */

footer {
  border-top: 1px solid #4200f9;
  border-bottom: 1px solid #4200f9;
  font-size: 13px;
  display: flex;
  flex-direction: row;
}

.keterangan {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 80px;
  width: 16.5%;
  line-height: normal;
}

.socialMedia {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 30px;
  width: 16.5%;
  height: 126px;
  line-height: normal;
}

.socialMedia img {
  padding-left: 10px;
  width: 40px;
}

.socialMedia p {
  margin: 10px;
}

/* credit */

.credit {
  margin-left: 80px;
}

.credit p {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  color: grey;
}

/* display: flex;
  flex-direction: row: */

@media screen and (max-width: 870px) {
  nav ul li a {
    padding-right: 20px;
  }

  nav ul {
    width: 70%;
  }

  nav .logo img {
    margin-left: 50px;
  }

  nav ul li a {
    padding-right: 50px;
  }

  main {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .nama_kategori a {
    font-size: 15px;
  }

  .display {
    width: 100%;
  }

  .display iframe {
    width: 650px;
  }

  .deskripsi p {
    width: 100%;
  }

  .socialMedia {
    height: 126px;
    margin-right: 50px;
  }
  /* footer */

  footer {
    border-top: 1px solid #4200f9;
    border-bottom: 1px solid #4200f9;
    font-size: 13px;
    background-color: green;
  }

  .keterangan {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    width: 50%;
    line-height: normal;
  }

  .socialMedia {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    width: 50%;
    line-height: normal;
  }

  /* credit */

  .credit {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .menu-toggle {
    display: flex;
  }
  nav ul {
    position: absolute;
    margin-top: 60.3px;
    margin-left: 10px;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: #fff7f0;
    border: 1px solid #4200f9;
    transform: translateX(100%);
    padding: 0;
    right: 0;
    width: 30%;
    height: 35.8vh;
  }

  nav ul.slide {
    transform: translateX(0);
  }

  nav .logo img {
    margin-left: 20px;
  }

  nav ul li a {
    padding-right: 20px;
    padding-left: 20px;
  }

  main {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .display iframe {
    width: 380px;
  }

  .nama_kategori {
    justify-content: left;
    flex-wrap: wrap;
  }

  .nama_kategori a {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .deskripsi p {
    width: 100%;
  }

  /* footer */

  footer {
    font-size: 13px;
  }

  .keterangan {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    width: 50%;
    line-height: normal;
  }

  .socialMedia {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 50%;
    line-height: normal;
  }

  /* credit */

  .credit {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }
}
