

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,300&display=swap');

*, html, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-size: cover;
    background: linear-gradient(to right, #141562, #486FBC, #EAB5A1, #8DD6FF, #4973C9, #D07CA7, #F4915E, #F5919E, #B46F89, #141562, #486FBC);
    background-position: 0% 50%;
    background-size: 1000% 1000%;
}


.navbar {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding: 15px;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 998;
    
}
.c1-name {
    color: aliceblue;
    margin-left: 500px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.nav-links a {
    font-size: 18px;
    color: rgba(254, 248, 248, 0.514);
    font-weight: 500;
    text-decoration: none;
    margin: -25px 50px 0 0;
    padding: 0 30px 0 50px;
    transition: 500ms linear;
}
.nav-links a:hover {
    color: white;
    opacity: 0.9;
    font-size: 18.5px;
    transform: scale(1.5);
}


li {
    list-style-type: none;
    font-family: 'Arial Narrow', sans-serif;
}


.navbar .logo {
    font-size: 24px;
    color: white;
    text-decoration: none;
}

.navbar .toggler-navbar {
    margin-right: 15px;
}



@keyframes warna-font {
    0% {
      color: rgba(255, 255, 255, 0.247);
    }
  
    25% {
      color: rgba(228, 228, 228, 0.324);
    }
  
    50% {
      color: rgb(223, 223, 223);
    }
  
    75% {
      color: rgba(0, 0, 255, 0.194);
    }
  
    100% {
      color: rgba(255, 255, 255, 0.331);
    }

}

body.page-index.animate-page {
    animation: fadeOut 2s forwards;
  }
  
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

  .form-box{
    display: flex;
  align-items: center;
    position: relative;
    width: 400px;
    height: 450px;
    background: transparent;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.satu{padding-top: 110px;
    display: flex;
    justify-content: center;
    align-content: center ;
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    animation: 3s fade-in;
    background-position: 0% 50%;
    background-size: 1000% 1000%;
    animation: fade-in 5s ease-in-out forwards;
}


  @keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes wave {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(20px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .foto {
    display: inline-block;
    margin: 20px;
    width: 160px;
    height: 160px;
    line-height: 164px;
    border-radius: 120px;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #333;
    transition: 300ms;
    font-size: 2rem;
    
    animation: shine 4s infinite;
  }
  @keyframes shine {
    0% {
      box-shadow: 0 0 95px rgba(145, 191, 255, 0.784);
    }
    25% {
      box-shadow: 0 0 90px rgba(172, 234, 255, 0.784);
    }
    50% {
      box-shadow: 0 0 95px rgb(149, 205, 255);
    }
    75% {
      box-shadow: 0 0 100px rgb(179, 220, 255);
    }
    100% {
      box-shadow: 0 0 95px rgb(163, 217, 255);
    }
    75% {
      box-shadow: 0 0 90px rgb(128, 202, 255);
    }
    50% {
      box-shadow: 0 0 95px rgb(137, 206, 255);
    }
    25% {
      box-shadow: 0 0 100px rgb(146, 210, 255);
    }
  }
  h2{
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 0.3px #ffffff;
}



.nis {
    font-size: 16.7px; text-align: center;
    color: #486FBC;
    text-shadow: 0 0 1.4px #a5b5ff88;
} 
.pp {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', "Calibri", 'Trebuchet MS', sans-serif;
    color: #4973C9;
    text-shadow: 0 0 1.4px #a5b5ff88;
}

.note {
    font-size: 30px;
    opacity: 1;
    color: white;
    text-shadow: 0 0 3px #ffffff;
    transition: 3s;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
}

.note:hover {
    font-size: 28px;
    opacity: 0.8;
    text-shadow: 0 0 100px #ffffff;
    transition: 3s;
}

.last {
  display: flex;
  align-items: center; /* Sejajarkan elemen secara vertikal */
}
.logo {
    display: flex;
    align-items: center;
    margin-left: 275px;
    
  }
  
  .note {
    margin-left: 7px;
  }
  
  .logo {
    transition: 2s;
  }

  .logo:hover{
    transition: 3s;
    opacity: 0.7;
  }
  
  .sidebar {
    position: fixed;
    top: 110px;
    left: 0;
    width: 300px;
    height: 100%;
    background: #b8b6b63f;
    text-align: left;
    font-size: 20px;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: left center;
    transition: .5s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  
  .sidebar.open {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  .sidebar ul{
    list-style: none;
  }
  
  .sidebar li:hover,
  .sidebar li.active {
    background: #0000003f;
  }
  
  .sidebar li a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    display: block;
    padding :15px 20px;
    font-family:sans-serif ;
  }
  .hamburger-menu {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .hamburger-menu span:nth-child(1) {
    top: 2.5px;
  }
  
  .hamburger-menu span:nth-child(2) {
    top: 11px;
  }
  
  .hamburger-menu span:nth-child(3) {
    top: 21px;
  }
  
  .hamburger-menu.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .hamburger-menu.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  