
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 1s ease-out both;
}

#hero-text {
    color: #f04907;
    font-weight: bold;
}
  /*scrollbar styles starts here*/
 