.animate-text {
  opacity: 0;
  transform: translateY(90px);
  animation: fadeInUp 1s ease-out forwards;
}
.wrap { border-right: 0.08em solid #000}


/* Khodam  */
.khodam {
  border: none;
  background-color: #020b24;
  color: white;
  outline: 1px solid;
  border-radius: 5px;
  text-align: center;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}
.box {
  text-align: center;
  padding: 20px;
  border: 1px solid #010718;
  background-color: #ccc;
  border-radius: 5px;
  width: 300px;
  color: #00A7FF;
}
.loading {
  display: none;
}
.output {
  margin-top: 20px;
  font-weight: bold;
}

.gtombol {
  background-color: transparent;
  border: #00A7FF;
  border-style: solid;
  border-radius: 20px;
  padding: 5px 20px;
  color: #00a7ff;
  font-weight: bold;
  margin-top: 20px;
}
.gtombol:hover {
  color: white;
  background-color: #00A7FF;
  transition: all 400ms;
}
.typewrite {
  border-right:0.08em solid #000;
}
.beranda {
  color: #00A7FF;
  font-family: Iceland;
  text-align: center;
  font-size: 27px;
  text-decoration: bold;
}
.verify {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #00FF00; /* Green */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.verify:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #00FF00;
}
body {
  margin: 0;
  padding: 10px;
  color: white;
  background: #fff;
  transition: background-color 0.5s ease;
  font-size: 1rem;
}

    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 40px;
        grid-template-rows: 1fr;
        padding: 20px;
        grid-gap: 1em;
        font-size: 1em;
   }
  
   .grid-item {
        background-color: #00A7FF;
        padding: 20px;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
        width: 100%;
        border-radius: 0px;
   }


   .grid-containerr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 130px));
    gap: 20px;
    grid-template-rows:20px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.grid-itemm {
    background-color: #00A7FF;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    grid-column-end: 1fr;
}

.grid-itemm i {
  margin-right: 10px;
  justify-content: center;
  text-align: center;
}
.grid-itemm a {
  justify-content: center;
  text-align: center;
}

 .searching {
  background-color: #f1f1f1;
  width: auto;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 10px;
  color: #00A7FF;
 }

 .search-bar {
  width: 50%;
  border-radius: 5px;
  border: none;
  height: 40px;
  padding-right: 10px;
  margin-right: 10px;
  outline-color: #00A7FF;
 }


 .tomboll {
  border: none;
  color: #00A7FF;
  margin-left: 0px;
  padding-left: 0px;
  outline: none;
  /* outline-color: none; */
 }

 .tomboll:hover,
 .tomboll:focus {
  border: none;
  text-decoration: none;
  outline: none;
  /* outline-color: none; */
 }

 .hidden {
        display: none;
  transition: all 0.4s ease;
    }

.hidden:active {
  opacity: 0;
  transform: translateY(90px);
  animation: fadeInUp 1s ease-out forwards;
}

    button.active {
        margin-bottom: 0px;
  border: none;
  text-decoration: none;
  outline-color: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
    }

button:not(active){
  outline: none;
  outline-color: none;
  border: none;
}

/* .container {
  width: 1000px;
  margin: 0 auto;
} */

a:hover {
  text-decoration: none;
}

.copyright {
  background: transparent;
  color: black;
  padding:0px;
  bottom:0px;
  position: fixed;
  left:0px;
  right:0px;
}

    /* .container {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .box {
        background-color: #00A7FF;
        flex: 1 0px;
    } */

    .gambar {
      width: 180px; /* Atur lebar sesuai konten */
      min-width:min-content;
      max-width: 300px;
      height: 180px; /* Atur tinggi sesuai konten */
      border-radius: 50%; /* Membuat gambar menjadi bulat */
      border: 4px solid #4895EF; /* Menambahkan border berwarna biru */
      overflow: hidden; /* Mengatasi overflow jika ada */
      }

      .imgg {
        max-width: 100%; /* Membuat gambar responsif */
      }

/* CSS untuk layar yang minim laptop */
@media (min-width: 768px) {
  .searching {
    background-color: #f1f1f1;
    width: auto;
    padding: 10px;
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 10px;
    color: #00A7FF;
   }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    grid-template-rows: 1fr;
    padding: 60px;
    grid-gap: 1em;
    font-size: 1em;
}
  .toggle-menu {
    display:block;
  }
  .grid-item:last-child{
    grid-column-start: 1;
    grid-column-end: -1
   }
   
   .grid-item:first-child {
    grid-column-start: 1;
    grid-column-end:-2;
   }
   .grid-item:nth-child(2) {
    grid-column-end: -1;
    grid-row-end: span 2;
   }
    .grid-item:nth-child(3) {
      grid-column-start: 1;
      grid-column-end: -2;
   }
  .slide-menu {
    display:block;
  }
  h2 {
    display: flex;
    width:50%;
    margin-left:5%;
    margin-right:5%;
    margin-top: 12px;
  }
  .ahok {
    display: flex;
    margin-top:7px;
    font-size:34px;
    margin-left:25px;
    margin-right: 25px;
    font-family:Iceland;
    align-items:center;
    text-align: center;
    float:left;
  }
  .slide-menu {
    display: block; /* Tampilkan slide menu pada mode desktop */
    position: fixed;
    width: 100%;
    left: 0px;
    width: 101%;
    margin-left: -2px;
    height: 70px;
    background-color: #fff;
    color: #00A7FF;
    z-index: 99999;
    top:0px;
    margin-top:-2px;
    border:2px groove;
    border-bottom:black;
    -webkit-box-shadow: 0 0 0 #777;
    -moz-box-shadow: 0 0 0 #777;
    box-shadow: 0 0 3px -1px #777;
    font-size:19px;
    align-content: center;
    align-items: center;
    /*float:right;*/
  }

  .slide-menu ul {
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    top:0px;

    word-spacing: 3px;
  }

  .slide-menu ul li {
    display: flex;
    color:#00A7FF;
    right: 0px;
    text-align: center;
    padding: 0px 25px;
    align-items: center;
    align-content: center;
    justify-content: center;
    float:right;
  }

  .slide-menu ul li:hover {
    background-color: #03A7FF;
    color: #fff;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    top:0px;
    height: 100%;
  }
  .slide-menu ul:hover {
    height: 100%;
  }
  .slide-menu ul a:hover {
    height: 100%;
  }
  .slide-menu ul li:hover a {
    color: #fff;
  }


  .slide-menu ul li a {
    color: #00A7FF;
    text-decoration: none;
  }
  .toggle-menu {
    color: transparent;
  }
  .login-profile {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 4000px;
    background-color: transparent;
    color: #00a7ff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    font-size: 1rem;
    z-index: 1000;
  }
    
  .login-profile a {
    color: transparent;
    text-decoration: none;
    margin-left: 10px;
  }
  a {
    text-decoration: none;
    text-underline-position: unset;
  }
  .gambar {
    width: 220px; /* Atur lebar sesuai konten */
    min-width:min-content;
    max-width: 300px;
    height: 220px; /* Atur tinggi sesuai konten */
    border-radius: 50%; /* Membuat gambar menjadi bulat */
    border: 4px solid #4895EF; /* Menambahkan border berwarna biru */
    overflow: hidden; /* Mengatasi overflow jika ada */
    }

    .imgg {
      max-width: 100%; /* Membuat gambar responsif */
    }
 
}

/* CSS untuk layar yang kecil kek hp*/
@media (max-width: 767px) {
  h2 {
    margin-left:40px;
    margin-right:40px;
  }
  .toggle-menu {
    display:flex;
  }
  .slide-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 140px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    z-index: 9998;
  }
  
  .ahok {
    text-align: center;
    justify-content: center;
  }

  .slide-menu.show {
    color:#fff;
    left: 0;
  }
  
  .slide-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
  }
  
  .slide-menu ul li {
    color: #00A7FF;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
  }

  .slide-menu ul li:hover{
    background-color: #00A7FF;
    color: #fff;
    border-radius: 5px;
  }
  .slide-menu ul li:hover a {
    color: #fff;
  }
  .ahok {
    text-align:center;
    display: flex;
    margin-top:5px;
    font-size:24px;
    font-family:Iceland;
    align-items:center;
    color:#00a7ff;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .toggle-menu {
    color:#00A7FF;
  }
  .login-profile {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 4000px;
    background-color: #fff;
    color: #00a7ff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    font-size: 2rem;
    z-index: 1000;
    -webkit-box-shadow: 0 0.2px 1px #777;
    -moz-box-shadow: 0 0.2px 1px #777;
    box-shadow: 0px 1px px #777;
    text-align:center;
  }
  
  .login-profile a {
    color: #fff;
    text-decoration: none;
    margin-left: 0px;
  }
  
  a {
    color:#00A7FF;
    text-decoration: none;
  }
  div ul li:hover div {
    color:#00a7ff ;
    background-color: #fff;
  }

 
}

li {
  color:#00A7FF;
}
h1 {
  font-size:15px;
}
h2 {
  
  background-color:#00A7FF;
  color:#fff;
  top:100px;
  padding:10px 10px;
  margin-bottom:35px;
  display:inline-block;
  z-index:10;
  align-items: center;
  vertical-align:center;
  font-size:12px;
  border: 0px groove;
  border-top: black;
  border-left: black;
  border-right: black;
  -webkit-box-shadow: 0 0.2px 1px #777;
  -moz-box-shadow: 0 0.2px 1px #777;
  box-shadow: 0px 1px 3px #777;
  border-radius:5px;
  font-family: RocknRoll One;
  transform: translateY(90px);
  animation: fadeInUp 0.7s ease-out forwards;


}

.gambar-container {
  display:flex;
}

 

.none {
  color:white
}
/* Toggle Menu */
.toggle-menu {
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  margin-top:6px;
}

.toggle-menu i {
  font-size: 24px;
}

/* Toggle Menu Active */
.toggle-menu.active {
  background-color: transparent;
  color: #000;
  transition: all 0.4s ease;
}

/* Toggle Menu Position */
.toggle-menu.active i {
  transform: rotate(90deg);
  transition: all 0.4s ease;
}

.slide-menu.active {
  left: 0px;
}

.toggle-menu.active {
  left: 133px;
  position: fixed;
  display: flex;
  transition: all 0.4s ease;
  z-index: 9999;
}
.tombol {
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #00A7FF;
  outline: none;
}
.tombol.active {
  outline: none;
}
.tombol:hover {
  color: #fff;
}
.slide-menu ul li:hover button {
  color: #fff;
}

.project-table {
  /* display: flex; */
  margin-top: 50px;
  margin-left: 15%;
  margin-right: 15%;
  background-color: transparent;
  color: #4070f4;
}

.project {
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  display: grid;
  background-color: #4070f4;
  color: white;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
}

.project:hover {
  background-color: #00A7FF;
}

.project::after {
  content: "\2192";
  position: absolute;
  right: 2%;
  align-content: center;
  justify-content: center;
  /* top: 10%; */
  padding-right: 10px;
  transform: translateY(40%);
}


/* Dark Mode List Gwej */
.dark-mode {
  background-color: #010718;
  color: #4070f4;
  transition: background-color 0.5s ease;
}
.dark-mode body {
  background-color: #010718;
}
.dark-mode .slide-menu {
  color: #4070f4;
  background-color: #010718;
}
.dark-mode .project-table {
  background-color: #1a2540;
  color: #4070f4;
}

.dark-mode .project {
  background-color: #1a2540;
  color: #4895EF;
}
.dark-mode h2 {
  color: #fff;
  background-color: #000d2b;
  transition: background-color 0.5s ease;
}
.dark-mode .slide-menu ul li:hover {
  background-color: #4070f4;
}
.dark-mode .slide-menu {
  background-color: #010718;
}
.dark-mode .login-profile {
  background-color: #010718;
  transition: background-color 0.5s ease;
}
.dark-mode .toggle-menu.active {
  color: #4070f4;
}
.dark-mode .copyright {
  color: #4070f4;
}
/* Slide Menu */

.selected {
  display: flex;
  background-color: #00A7FF;
  color: #fff;
  height: 100%;
  align-items: center;
}

.dark-mode .selected {
  background-color: #4070f4;
  color: #fff;
}

    .dark-mode .grid-item {
        background-color: #000d2b ;
        color: #fff;
    }
    .dark-mode .grid-itemm {
      background-color: #000d2b ;
      color: #fff;
  }

.dark-mode .searching {
  background-color: #000d2b;
}

.dark-mode .search-bar {
  background-color: #1a2540;
}

.dark-mode .tomboll {
  background-color: #000d2b;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Light Mode Gwej */
.light-mode {
  background-color: #fff;
  color: #fff;
  transition: all 0.5s ease;
}
.light-mode body {
  background-color: #fff;
  transition: all 0.5s ease;
}
.light-mode .slide-menu {
  color: #00A7FF;
  background-color: #fff;
  transition: all 0.5s ease;
}
.light-mode h2 {
  color: #fff;
  background-color: #00A7FF;
  transition: background-color 0.5s ease;
}
.light-mode .slide-menu ul li:hover {
  background-color: #00A7FF;
}
.light-mode .slide-menu {
  background-color: #fff;
}
.light-mode .login-profile {
  background-color: #fff;
  transition: background-color 0.5s ease;
}
.light-mode .toggle-menu.active {
  color: #00A7FF;
}
.light-mode .copyright {
  color: #000;
}
.light-mode .selected {
  display: flex;
  background-color: #00A7FF;
  color: #fff;
  height: 100%;
  align-items: center;
  transition: all 0.5s ease;
}
/* Slide Menu */

.light-mode .selected {
  background-color: #00A7FF;
  color: #fff;
}

    .light-mode .grid-item {
        background-color: #00A7FF ;
        color: #fff;
    }
    .light-mode .grid-itemm {
      background-color: #00A7FF ;
      color: #fff;
  }

.light-mode .searching {
  background-color: #f1f1f1;
}

.light-mode .search-bar {
  background-color: #fff;
}

.light-mode .tomboll {
  background-color: #fff;
  color: #00A7FF;
}
.light-mode .box {
  background-color: #fff;
  border: 1px solid #4070f4;
}
.light-mode .khodam {
  background-color: rgb(236, 236, 236);
  color: #000;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #010718;
    color: #4070f4;
    transition: background-color 0.5s ease;
  }
  .slide-menu {
    color: #4070f4;
    background-color: #010718;
  }
  h2 {
    color: #fff;
    background-color: #000d2b;
    transition: background-color 0.5s ease;
  }
  .slide-menu ul li:hover {
    background-color: #4070f4;
  }
  .slide-menu {
    background-color: #010718;
  }
  .login-profile {
    background-color: #010718;
    transition: background-color 0.5s ease;
  }
  .toggle-menu.active {
    color: #4070f4;
  }
  .copyright {
    color: #4070f4;
  }
  /* Slide Menu */
  
  .selected {
    background-color: #4070f4;
    color: #fff;
  }
  
  .grid-item {
          background-color: #000d2b ;
          color: #fff;
      }
  
  .searching {
    background-color: #000d2b;
  }
  
  .search-bar {
    background-color: #fff;
  }
  
  .tomboll {
    background-color: #000d2b;
  }


.grid-itemm {
  background-color: #000d2b ;
  color: #fff;
}
.box {
  border: 1px solid #ccc;
  background-color: #010718;
}
.search-bar {
  background-color: #1a2540;
}
.dark-mode .project-table {
  background-color: #1a2540;
  color: #4070f4;
}

.dark-mode .project {
  background-color: #1a2540;
  color: #4895EF;
}

}

