.hero-gradient {
  background-image: 
    linear-gradient(
      90deg,
      #0a0332 0%,
      #180454 30%,
      #3c0c88 70%,
      #7a2ec6 100%
    ),
    url('../images/about/jpg.jpeg');
    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #ffffff !important;
}

.text-accent {
  color: #f05522 !important
}

.bg-accent {
  background-color: #f05522 
}
#website-widget-btn.website-widget-btn {
  z-index: 5000 !important;
}
#website-modal.website-modal.show {
  z-index: 5000 !important;
}

@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.6;
    }

    50% {
        transform: translateY(12px);
        opacity: 1;
    }
}

.smooth-bounce {
    animation: smoothBounce 1.4s ease-in-out infinite;
}

.active-card {
    background: linear-gradient(126deg, #F6F5FF 3.33%, #EBF9FF 85.8%);
}

ul li {
    list-style-type: none;
}