@charset "UTF-8";
/***!  /templates/stratos/css/custom.css  !***/

:root {
  --header_height: $header_height;
  --text-color: #252525;

  /* Brand */
  --link-color: #BFF100;

  /* Gradient (donker -> brand lime) */
  --gradient-color-1: #BFF100 !important;  /* vervangt #ff00fb */
  --gradient-color-2: #1A251D !important;  /* vervangt #802bff */
}

.hero-section .sppb-row-overlay {
background: linear-gradient(
  171.51deg,
  #121A14 -2.17%,
  rgba(18, 26, 20, 0.70) 55.3%,
  rgba(191, 241, 0, 0.22) 89.25%,
  rgba(191, 241, 0, 0) 161.74%
);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0 0;
background-size: cover;
background-origin: padding-box;
background-clip: border-box;

}

.gradient-text {
  
}
#sp-header #sp-menu .sp-megamenu-parent > li > a,
#sp-header #sp-menu .offcanvas-toggler-right,
#sp-header #sp-menu .offcanvas-toggler-secondary {
  color: #fff;
}

#sp-header.header-sticky #sp-menu .sp-megamenu-parent > li > a { color: #121A14 !important; }
#sp-header.header-sticky .burger-icon span { background-color: #121A14 !important; }

