.header-banner {
  padding-top: 4rem;
}

.navDropDown {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.452) !important;
  background-color: rgb(14, 13, 13);
}

.menu-mega-list li a {
  color: #747474;
}
.menu-mega-list li a:hover {
  color: #fff !important;
}

.header-text h6 {
  color: #241381 !important;
  font-size: 1em !important;
}
.header-text h1 {
  color: #fff !important;
  margin-top: 0.4rem;
}
.header-text p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 500;
}

.buttonDiv li a {
  background: none;
  border: 2px solid #fff;
  padding: 0.6rem 1.4rem;
  border-radius: 25px;
  color: #000;
}
.buttonDiv li a:hover {
  background-color: #fff;
}
.buttonDiv li:first-child a {
  background-color: #fff;
}
.buttonDiv li:first-child a:hover {
  border: 2px solid #5a5a5a;
  background-color: #5a5a5a;
}
.buttonDiv li:last-child a {
  background: none;
  color: #fff;
}
.buttonDiv li:last-child a:hover {
  border: 2px solid #5a5a5a;
  background-color: #5a5a5a;
}

.headerBtn li a {
  border: 2px solid #240cad;
  border-radius: 25px;
  padding: 0.4rem 1.2rem;
  color: #3210ad !important;
}
.headerBtn li a em {
  color: #290f88 !important;
  transition: 0.3s;
}
.headerBtn li a:hover {
  background-color: #1d14a1;
  color: #fff !important;
}
.headerBtn li a:hover em {
  color: #fff !important;
}

.nk-pages .sponsored {
  background: rgb(20, 20, 20);
}
.nk-pages .descriptionSec {
  background-color: #141414;
}
.nk-pages .descriptionSec h6 {
  color: #f7bc18 !important;
  font-size: 1.1em !important;
}
.nk-pages .descriptionSec h2 {
  color: #fff !important;
}
.nk-pages .descriptionSec p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2em;
  font-weight: 600;
}
.nk-pages .descriptionSec marquee div div {
  background-color: rgb(32, 32, 32) !important;
}
.nk-pages .descriptionSec marquee div div h6 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.nk-pages .featureSec {
  background-color: rgb(26, 26, 26);
}
.nk-pages .featureSec .featureTitle h6 {
  font-size: 2em;
  text-transform: uppercase;
  color: rgba(247, 188, 24, 0.5);
}
.nk-pages .featureSec .featureTitle h2 {
  color: #fff;
}
.nk-pages .howitSec {
  background-color: #111111;
}
.nk-pages .howitSec .howitTitle h6 {
  color: #1b24ac;
  font-size: 1.2em;
}
.nk-pages .howitSec .howitTitle h2 {
  color: #fff;
}
.nk-pages .howitSec .howitBtn a {
  border: 2px solid #fff;
  background: none;
  font-weight: 600;
}
.nk-pages .howitSec .howitBtn a:hover {
  background-color: #fff;
  color: #222 !important;
}
.nk-pages .marketSec {
  background-color: #1f1f1f;
}
.nk-pages .marketSec .questionsUl li h4 {
  color: #111f97;
}
.nk-pages .marketSec .questionsUl li p {
  color: #fff;
  font-weight: 600;
}
.nk-pages .marketSec .questionsUl li ul a {
  border: 2px solid #fff;
}
.nk-pages .marketSec .questionsUl li ul a:hover {
  background-color: #fff;
  color: #222 !important;
}
.nk-pages .resourcesSec {
  background-color: #141414;
}
.nk-pages .resourcesSec .resTitle h6 {
  font-size: 2em;
  text-transform: uppercase;
  color: rgba(247, 188, 24, 0.5);
}
.nk-pages .resourcesSec .resTitle h2 {
  color: #fff;
}

.news-excerpt {
  background-color: #1f1cd686;
}
.news-excerpt .news-tags li a {
  color: #ffffff !important;
}
.news-meta {
  color: #fff;
}
.news-excerpt h3,
.news-excerpt h5 {
  color: #fff;
}
.news-excerpt p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.text-gold {
  color: #fffb00c0 !important;
}

footer {
  background-color: #020202;
}
footer p {
  color: #fff;
  font-size: 1.2em !important;
}
footer h5 {
  color: #1412a8;
}
footer li a {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 600;
}
footer li a:hover {
  color: #fff !important;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 25px 75px;
  position: relative;
  z-index: 2;
  padding: 5rem 0 3rem 0;
}
.stats .item {
  width: 100%;
  background: rgba(24, 24, 24, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(247, 188, 24, 0.15);
  padding: 1.4rem 0.2rem;
}
.stats .item i {
  color: #1b0d97;
  font-size: 1.6em;
}
.stats .item p.statsTitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  margin: 0;
}
.stats .item span {
  margin: 0.4rem 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
.stats .item p.statsBottom {
  color: rgba(247, 188, 24, 0.4);
  font-weight: 300;
}

.background-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background-blur .blob {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: moveBlobs 10s infinite alternate ease-in-out;
}

.background-blur .blob:nth-child(1) {
  top: 5%;
  left: 10%;
  background: rgba(1, 23, 216, 0.2);
  animation-duration: 14s;
}

.background-blur .blob:nth-child(2) {
  top: 50%;
  left: 60%;
  width: 350px;
  height: 350px;
  background: rgba(39, 10, 117, 0.2);
  animation-duration: 12s;
}

.background-blur .blob:nth-child(3) {
  bottom: 5%;
  right: 20%;
  width: 400px;
  height: 400px;
  background: rgba(29, 67, 148, 0.2);
  animation-duration: 16s;
}

.background-blur .blob:nth-child(4) {
  top: 20%;
  right: 10%;
  width: 320px;
  height: 320px;
  background: rgba(21, 20, 94, 0.2);
  animation-duration: 18s;
}

.background-blur .blob:nth-child(5) {
  bottom: 20%;
  left: 30%;
  width: 370px;
  height: 370px;
  background: rgba(89, 0, 255, 0.2);
  animation-duration: 20s;
}

@keyframes moveBlobs {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(1.3);
  }
  100% {
    transform: translate(-150px, 150px) scale(1);
  }
}

li.menu-item a {
  text-align: center;
  position: relative;
}
li.menu-item a span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 500px) {
  .stats {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .stats .item {
    width: 100%;
  }
} /*# sourceMappingURL=dark-style.css.map */
