﻿:root {
  --theme-primary-color: #9a00c6;
  --affiliate-background-color: #030004;
  --affiliate-background-color-2: #121212;
  --affiliate-background-gradient: linear-gradient(to right, #9a00c6 0%, #680385 51%, #9a00c6 100%);
  --theme-text-color: #fff;
  --border-alpha05: rgba(255, 255, 255, 0.05);
  --border-alpha02: rgba(255, 255, 255, 0.02);
  --alpha1: rgba(0, 0, 0, 0.1);
}

.section-banner .section-banner-inner {
  background-color: rgba(2, 2, 2, 0.8705882353) !important;
}
