/* body::before{
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -999;
  background-image: linear-gradient(to left bottom, #ff0091, #ec47b7, #d269d4, #b582e5, #9a95ec, #85a5f5, #73b3f9, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
} */
 .title1 h1{
  /* color: #0089c9; */
  text-transform: uppercase;
  background: linear-gradient(to right,#007de4, #0786ee, #59029c, #440673);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
 .title1 .desk1{
  position: relative;
 }
 .title1 .desk1::after{
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -3px;
  background: linear-gradient(to right,#007de4, #0c92ff, #8c00f7, #440673);
 }
.daftar li{
    color: rgb(199, 199, 199);
}
.daftar li:hover{
    color: rgb(244, 255, 255);
}
.scroll-watcher {
  height: 2px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #16fce7;
  width: 100%;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #030712;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0381E8;
  border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #581C87;
}
@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}

.anim {
  animation: appear ease-in;
  animation-timeline: view();
  animation-range: entry 0%;
  transition: 5s;
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.1;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.animsl {
  animation: animsl ease-out;
  animation-timeline: view();
  animation-range: entry 0%;
}

@keyframes animsl {
  from {
    transform: translateX(-500px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animsl2 {
  animation: animsl2 ease-out;
  animation-timeline: view();
  animation-range: entry 0%;
}

@keyframes animsl2 {
  from {
    transform: translateX(-2000px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animsl3 {
  animation: animsl3 ease-out;
  animation-timeline: view();
  animation-range: entry 0%;
  transition-delay: 2s;
}

@keyframes animsl3 {
  from {
    transform: translateX(-2800px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animsl4 {
  animation: animsl4 ease-out;
  animation-timeline: view();
  animation-range: entry 0;
}

@keyframes animsl4 {
  from {
    transform: translateX(-3500px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.anm {
  transition: 0.7s;
}

footer .anm {
  transition-delay: calc(0.05s * var(--i));
  transform: translateX(-300%);
}

footer.show-animate .anm {
  transform: translateX(0);
}
.animate-pulse{
  height: 100px;
}

@media (max-width: 370px) {
  .title1 .desk1{
    font-size: 12px;
   }
}
