* {
    font-family: "Kanit", sans-serif;
    padding: 0px;
    margin: 0px;
  }

  body{
    overflow-x: hidden;
  }
  
  .nav-item{
    display: flex;
    align-item: center;
    padding-left: 30px;
  }
  /* Mengganti warna teks item menu navbar */
  .navbar-nav .nav-link {
    color: white; /* Gantilah dengan warna yang Anda inginkan */
  }
  
  .navbar-nav .nav-item .nav-link.active {
    color: #a1ff9f;
  }
  
  .nav-item:hover a {
    color: #a1ff9f;
  }
  
  .tombol-daftar {
    color: white;
    border-radius: 6px;
    border: 1px solid #02406d;
    background-color: #02406d;
    margin-right: 20px;
    width: 100px;
    height: 35px;
    font-weight: regular;
    text-decoration: none;
    padding: 5px;
    padding-left: 15px;
  }
  
  .tombol-daftar:hover {
    background-color: #02406d;
    color: #a1ff9f;
    border: 1px solid #a1ff9f;
    transition: 1s;
    transform: scale(1.1);
  }
  
  .tombol-masuk {
    color: #02406d;
    border: 0px;
    border-radius: 6px;
    background-color: white;
    margin-right: 10px;
    width: 80px;
    height: 35px;
    font-weight: regular;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 5px;
  }

  .box {
    position: relative;
    width: 32px;
    height: 84px;
  }
  
  .box .group {
    position: fixed;
    width: 32px;
    height: 84px;
    top: 50px;
    left: 0;
  }
  
  .box .rectangle {
    height: 84px;
    left: 0px;
    background-color: #02406d;
    position: absolute;
    width: 13px;
    top: 0;
    border-radius: 0px 0px 10px 10px;
    animation: slideDown 2s ease-in-out;
  }
  
  .box .div {
    height: 38px;
    left: 20px;
    background-color: #a1ff9f;
    position: absolute;
    width: 13px;
    top: 0;
    border-radius: 0px 0px 10px 10px;
    animation: slideDown 3s ease-in-out;
  }
  
  @keyframes slideDown {
    0% {
      transform: translateY(0%); /* Elemen dimulai dari bawah */
      opacity: 0; /* Elemen transparan saat dimulai */
    }
    50% {
      transform: translateY(100%); /* Elemen dimulai dari bawah */
      opacity: 1; /* Elemen transparan saat dimulai */
    }
  }

  .second-sep {
  height: 60px;
  width: 10px;
  margin-top: 50px;
  margin-left: 50px;
  border-radius: 10px;
  background-color: #02406d;
}

.third-sep {
  height: 1px;
  width: 85rem;
  margin-top: 50px;
  margin-left: 40px;
  background-color: #02406d;
  animation: slide 2s ease;
}

@keyframes slide {
  from {
    transform: scale(0); /* Skala dari 0 (tidak ada elemen) */
    opacity: 0; /* Opacity 0 (elemen transparan) */
  }
  to {
    transform: scale(1); /* Skala menjadi 1 (ukuran normal) */
    opacity: 1; /* Opacity 1 (elemen terlihat sepenuhnya) */
  }
}


  
.title_activity {
    margin-top: 0px;
    margin-left: 40px;
    font-size: 35px;
    font-weight: 500;
    color: #02406d;
  }
  
  .sub_title_activity {
    margin-left: 40px;
    color: #02406d;
  }
  
  .semua {
    height: 100px;
    width: 100px;
    border: 1px solid #02406d;
    border-radius: 100px;
    background-color: white;
    color: #02406d;
    margin-top: 20px;
    margin-left: 40px;
    font-size: 25px;
    font-weight: regular;
    animation: slideRight 2s ease-in-out;
  }
  
  .semua:hover {
    background-color: #02406d;
    color: white;
    transition: 1s;
  }
  
  .all {
    height: 100px;
    width: 100px;
    border: 1px solid white;
    border-radius: 100px;
    background-color: white;
    color: #02406d;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 25px;
    font-weight: regular;
    font-size: 15px;
    animation: slideRight 2s ease-in-out;
  }
  
  .all img {
    height: 100px;
    width: 100px;
    border: 1px solid white;
    border-radius: 100px;
    margin-bottom: 15px;
    transition: scale 1s;
  }
  
  .all img:hover {
    scale: 105%;
  }
  
  @keyframes slideRight {
    0% {
      transform: translateX(100%); /* Elemen dimulai dari bawah */
      opacity: 0; /* Elemen transparan saat dimulai */
    }
    100% {
      transform: translateX(0%); /* Elemen dimulai dari bawah */
      opacity: 1; /* Elemen transparan saat dimulai */
    }
  }

  .semua-act{
    display: flex;
    text-align: justify;
    justify-content: flex-start;
    background-color: #02406D;
    color: white;
    margin-top: 100px;
    margin-left: 50px;
    height: 50px;
    width: fit-content;
    border-radius: 10px;
  }

  .semua-act .all-activity{
    padding: 10px;
  }

  .semua-act .all-activity1{
    padding: 10px;
    margin-left: -10px;
    color: #A1FF9F;
  }

  .fourth-sep {
    height: 50px;
    width: 50px;
    background-color: #02406d;
    margin-left: 14.5rem;
    margin-top: -3rem;
    border-radius: 10px;
  }

  .footer {
    height: 350px;
    width: 100rem;
    margin: 0px;
    margin-top: 350px;
    margin-left: -60px;
    background-color: #02406d;
    font-family: "Kanit", sans-serif;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
    display: flex;
  }
  
  .hierarki {
    display: flex;
  }
  
  .hierarki a {
    display: flex;
    font-size: 15px;
    text-decoration: none;
    color: white;
  }
  
  .hierarki a:hover {
    color: #a1ff9f;
  }

  #drop-menu{
    background-color: white;
    border: 1px solid #02406D;
  }

  .dropdown-divider{
    border: 1px solid #02406D;
  }
   /* Saat dropdown-item di-hover */
  .dropdown-menu a.dropdown-item:hover{
    background-color: #02406D;
    color: #A1FF9F;
  }

  /* Mengatur warna teks dan latar belakang default */
  .dropdown-menu a.dropdown-item {
    color: initial;     /* Atur warna teks kembali ke nilai default */
    background-color: initial;  /* Atur latar belakang kembali ke nilai default */
    color: #02406D;
  }

  #auth-con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 75px;

  }

  #nav-down-item1{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: white;
    border: 1px solid white;
    width: 100px;
    height: 30px;
    text-align: center;
  }

  #nav-down-item2{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #02406D;
    background-color: #A1FF9F;
    width: 100px;
    height: 30px;
    text-align: center;
  }

  #nav-down-item1:hover{
    background-color: white;
    color: #02406D;
    transition: 0.5s;
    transform: scale(1.1);
  }

  #nav-down-item1:active{
    color: white;
  }

  #nav-down-item2:hover{
    background-color: #A1FF9F;
    color: #02406D;
    transition: 0.5s;
    transform: scale(1.1);
  }

  #nav-down-item2:active{
    color: white;
  }
  