/**
 * Theme Name: Fairukad
 * Description: Powering up your world of tech ...
 * Author: Fairukad
 * Template: fairukad
 * Text Domain: f
 */
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #333566; 
  border-radius: 17px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #333333; 
  border-radius: 17px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}

