﻿:root {
  --theme-primary-color: #23cbba;
  --affiliate-background-color: #23cbba;
  --affiliate-background-gradient: linear-gradient(to right, #23cbba, #0bb2a1);
  --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);
}

.commissions ul:after {
  background: linear-gradient(to top, #00847b, #4fbfb5) !important;
}

.section-about-wrapper {
  background-image: url(../images/aboutX.png) !important;
}

.section-features {
  background-image: url(../images/section-bg.jpg) !important;
}

#home_page .section-banner {
  background-image: url("../images/main-banner.png") !important;
}
#home_page .section-banner > img {
  display: none;
}

body header .brand-logo a {
  color: #fff !important;
}
body header .brand-logo a span i {
  background: #fff !important;
}
body header .brand-logo a span i:before {
  background: #fff !important;
}
body header .top-header .btn.btn-primary {
  background: #3c085a !important;
  color: #fff !important;
}
body header .top-header .btn.btn-primary:hover {
  background: #490249;
}
body header .top-header .btn.btn-secondary {
  background: var(--theme-primary-color) !important;
  color: #000 !important;
  padding: 0px 6px;
}
body header .top-header .btn.btn-secondary:hover {
  background: #d99b23;
}
body header .top-header .language .btn.btn-secondary {
  background: #2d0544 !important;
  color: #fff !important;
}
body header .top-header .language .btn.btn-secondary:hover {
  background: #2d0544;
}
body .section-banner .banner-text h3, body .section-banner .banner-text h2, body .section-banner .banner-text h1 {
  color: #fff !important;
}
body #home_page .section-commission .commissions .commission-img {
  background-image: url("../images/commission-mask-right.png") !important;
  height: 550px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: right !important;
}
body #home_page .section-commission .commissions .commission-img img {
  display: none;
}
body #home_page .section-commission .commissions.text-right .commission-img {
  background-image: url("../images/commission-mask-left.png") !important;
  height: 550px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
}
body #home_page .section-commission .commissions.text-right .commission-img img {
  display: none;
}
body #home_page .section-commission .commissions .commissions-text {
  display: none;
}
body #home_page .section-payment li {
  width: calc(16.66% - 12px);
  filter: none;
  margin-right: 12px;
}
body #home_page .section-payment li a {
  width: 100%;
}
body #home_page .section-payment li a img {
  max-width: 100%;
}
body #home_page .section-payment li:nth-child(7), body #home_page .section-payment li:nth-child(8), body #home_page .section-payment li:nth-child(9) {
  display: none;
}
body #home_page .section-payment li:last-child {
  margin-right: 0px;
}

header .main-nav a {
  color: #fff !important;
}

header .bottom-header {
  background: transparent !important;
}

@media screen and (max-width: 1024px) {
  body #home_page .section-commission .commissions .commission-img {
    display: none;
  }
  body #home_page .section-payment li {
    width: calc(32.66% - 12px);
    filter: none;
    margin-right: 12px;
  }
  header .main-nav a {
    color: #080d1d !important;
  }
}
