﻿:root {
  --theme-primary-color: #1475e1;
  --affiliate-background-color: #0f212e;
  --affiliate-background-color-2: #1a2c38;
  --affiliate-background-gradient: linear-gradient(to right, #0a386c 0%, #1475e1 51%, #0c2542 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(15, 33, 46, 0.7803921569) !important;
}
