@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Regular.eot');
  src: url('../fonts/NeueMachina-Regular.eot#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina-Regular.woff2') format('woff2'),
    url('../fonts/NeueMachina-Regular.woff') format('woff'),
    url('../fonts/NeueMachina-Regular.ttf') format('truetype'),
    url('../images/NeueMachina-Regular.svg#NeueMachina-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Light.eot');
  src: url('../fonts/NeueMachina-Light.eot#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina-Light.woff2') format('woff2'),
    url('../fonts/NeueMachina-Light.woff') format('woff'),
    url('../fonts/NeueMachina-Light.ttf') format('truetype'),
    url('../images/NeueMachina-Light.svg#NeueMachina-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Machina';
  src: url('../fonts/NeueMachina-Ultrabold.eot');
  src: url('../fonts/NeueMachina-Ultrabold.eot#iefix') format('embedded-opentype'),
    url('../fonts/NeueMachina-Ultrabold.woff2') format('woff2'),
    url('../fonts/NeueMachina-Ultrabold.woff') format('woff'),
    url('../fonts/NeueMachina-Ultrabold.ttf') format('truetype'),
    url('../images/NeueMachina-Ultrabold.svg#NeueMachina-Ultrabold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Roboto', sans-serif;
}

:root {
  --primary-color: #ffff84;
  --secondary-color: #121212;
  --text-white: #fff;
  --btn-color: white;
  --bg-color: black;
}

body {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
}

.container {
  max-width: 1170px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--primary-color) !important;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Neue Machina';
  line-height: 1.1;
  font-weight: bold;
  color: var(--text-white);
  text-transform: uppercase;
}

.title {
  font-size: 32px;
  line-height: 1.0;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s;
}

.btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-color);
  text-transform: capitalize;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  padding: 0;
  border: none !important;
  vertical-align: top;
}

.btn:hover {
  color: var(--primary-color);
}

.btn-primary {
  color: var(--text-white) !important;
  background: #2f8ef370 !important;
  padding: 5px 10px;
  border-radius: 3px;
  border: none !important;
  outline: 1px solid var(--primary-color);
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}

.btn-primary:hover {
  outline-offset: 8px;
  outline-color: transparent;
}

label {
  margin-bottom: 5px;
}

.form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid var(--primary-color) !important;
  box-shadow: none !important;
  outline: none !important;
}

select.form-control {
  background-color: #395375 !important;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px auto;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control:-moz-placeholder {
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*default-css-end*/
/*bg-animation-css*/
#particle-canvas {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

#particle-canvas>div {
  background: #000 !important;
}

/*header-css*/
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

.topbar-main {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background-color: #121212;
}

.topbar-right .dropdown a:after {
  display: none;
}

.topbar-main .topbar-left img {
  max-height: 80px;
}

.navbar {
  padding: 0px;
}

.navbar-nav .nav-item:not(:last-of-type) {
  margin-right: 30px;
}

.navbar-nav .nav-link {
  padding: 0 !important;
  border-bottom: 1px solid transparent;
  color: #fff !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  border-color: var(--text-white);
  color: var(--text-white) !important;
}

/*home-page-css*/
/*her-banner-css*/
.hero-banner {
  z-index: 1;
  padding: 70px 0;
  /* background-image:url(../images/bg-shape.png), url(../images/box-bg-copy.png);
  background-image: url(../images/bg-shape.png), url(../images/box-bg-copy.png); */
  background-repeat: no-repeat;
  background-position: bottom left, right bottom;
  background-size: 580px auto, 200px auto;
}

/*mining-main*/
.mining-main {
  padding: 60px 0;
  background: #f7e8312e;
}

.section-heading h2,
.section-heading .title {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 2px solid var(--text-white);
  display: inline-block;
}

.section-heading h2:before,
.section-heading .title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/bnb-coin.png) no-repeat;
  background-size: 20px auto;
  animation: move 6s infinite;
}

@keyframes move {
  from {
    left: 0%;
    transform: rotate(0deg);
  }

  to {
    left: 100%;
    transform: rotate(180deg);
  }
}

.mining-outer {
  margin: 50px 0 0;
}

.mining-inner ul li:not(:last-of-type) {
  margin-bottom: 25px;
}

.mining-inner ul li .img-outer {
  width: 60px;
  margin-right: 15px;
}

.mining-inner ul li .content-outer {
  width: calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -ms-calc(100% - 75px);
}

/*wedo-main*/
.wedo-main {
  padding: 60px 0;
}

.wedo-main .title {
  margin: 0 0 15px;
}

.wedo-outer {
  margin-top: 45px;
}

.wedo-inner {
  background-image: url(../images/box-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80px auto;
  background-color: #202020a1;
  border-radius: 15px;
  padding: 20px 15px;
  height: 100%;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}

.wedo-inner:hover {
  background-color: #fccd27d1;
}

.wedo-inner .img-outer {
  background-color: var(--primary-color)2e;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 15px;
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}

.wedo-inner:hover .img-outer {
  background-color: #202020;
}

.wedo-inner .img-outer img {
  max-width: 55px;
}

.wedo-inner .content-outer * {
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}

.wedo-inner:hover .content-outer * {
  color: var(--text-white);
}

/*top-main*/
.top-main {
  padding: 60px 0;
  background: #2f8ef3a8;
}

.top-outer {
  margin: 50px 0 0;
}

.top-right ul {
  margin-top: 20px;
}

.top-right ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}

.top-right ul li:last-of-type {
  margin-bottom: 0px;
}

.top-right ul li:hover {
  color: var(--primary-color);
}

.top-right ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid var(--text-white);
  border-radius: 100%;
}

.mining-type {
  padding: 70px 0;
}

.type-main {
  background-color: #2f8ef3a8;
  padding: 25px 15px;
  border-radius: 30px;
  margin: 60px 0 0;
}

.type-main * {
  color: var(--text-white);
}

.type-main .type-left {
  margin-top: 30px;
}

.type-main .type-inner {
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

.type-main .type-inner:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid var(--text-white);
  border-radius: 100%;
}

/*footer-css*/
.footer-main {
  background-color: #121212;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.footer-nav {
  margin: 10px 0px 0px;
}

.footer-nav li:not(:last-of-type) {
  margin-right: 30px;
}

.footer-social li:not(:last-of-type) {
  margin-right: 15px;
}

.footer-social li img {
  max-width: 35px;
}

/*register-page-css*/
.register-main {
  min-height: 100vh;
  /* background: url(../images/register-bg.jpg) no-repeat top center; */
  background-size: cover;
  padding: 10px 0;
  position: relative;
}

.register-main:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00000029;
  z-index: 0;
}

.register-main .container {
  position: relative;
  z-index: 1;
}

.logo-outer {
  text-align: center;
  margin: 0 0 20px;
}

.logo-outer img {
  max-height: 180px;
  filter: drop-shadow(0px 3px 0px #000);
}

.register-outer {
  margin: 0 auto;
  max-width: 400px;
  background-color: #000;
  padding: 25px 15px;
  border-radius: 15px;
  border: 2px solid #edb12f;
}

.signup-main.register-main .register-outer {
  max-width: 550px;
}

.register-outer .form-group {
  margin: 0 0 20px;
}

/**/
/*22-03-2023*/
.timer-popup .modal-dialog {
  max-width: 100%;
}

.modal-open .header {
  z-index: 0;
}

#timer {
  background-color: transparent !important;
  backdrop-filter: blur(18px);
}

#timer.show {
  display: block !important;
}

.timer-popup .modal-content {
  box-shadow: none;
  background-color: #121212;
  background-image: url(../images/banner-img2.png), url(../images/miner.gif);
  background-repeat: no-repeat;
  background-position: bottom left, right bottom;
  background-size: 509px auto, 280px auto;
  margin: 0 auto;
  border-radius: 0px;
  height: 100vh;
}

.timer-popup .modal-body {
  padding: 25px 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-popup .modal-body img {
  max-width: 120px;
}

#the-final-countdown {
  margin: 10px 0 0;
}

#the-final-countdown>p {
  margin: 40px 0;
  display: inline-block;
  padding: 8px 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0);
  border-radius: 10px;
  font-size: 20px;
  min-width: 140px;
  background-color: #12121200;
  backdrop-filter: blur(3px);
}

#the-final-countdown>p b {
  font-weight: 300 !important;
  font-size: 15px;
  margin-right: 20px;
}

#the-final-countdown>p b:last-of-type {
  margin-right: 0px;
}

.timer-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #107dd5;
  border-radius: 100%;
  z-index: 9;
}

.timer-popup .btn-close {
  z-index: 206;
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1;
  right: 0;
}

.under-cons {
  margin: 0px auto;
  max-width: 540px;
}

.timer-popup h2 {
  font-size: 35px;
}

/*22-03-2023*/
/*Responsive*/
@media only screen and (max-width: 767px) {
  header {
    position: relative;
  }

  .topbar-left {
    display: none;
  }



  .nav {
    padding: 0 20px;
  }

  .navbar-brand img {
    max-height: 75px;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1e1e1e;
  }

  .navbar {
    position: static;
  }

  .navbar-toggler span {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
  }

  .navbar-nav {
    align-items: start !important;
    padding: 12px 0 15px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 0px 15px;
  }

  .navbar-nav .nav-item:first-of-type {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-item:last-of-type {
    margin-bottom: 0px;
  }

  .navbar-nav .nav-link {
    border: none !important;
  }

  .timer-popup .modal-content {
    background-size: 250px auto, 200px auto;
  }

  .timer-popup .modal-body img {
    max-width: 90px;
  }

  .timer-popup h2 {
    font-size: 30px;
  }

  #the-final-countdown>p {
    margin: 30px 0 20px;
    padding: 8px 10px;
    font-size: 18px;
  }

  .banner-right {
    display: none;
  }

  .hero-banner {
    padding: 50px 0;
    background-size: 400px auto, 100px auto;
  }

  .banner-left h1 {
    font-size: 30px;
  }

  .mining-main {
    padding: 45px 0;
  }

  .mining-outer {
    margin: 35px 0 0;
  }

  .mining-outer .order-1 {
    order: 2 !important;
    -webkit-order: 2 !important;
    -moz-order: 2 !important;
    -ms-order: 2 !important;
  }

  .mining-outer .order-2 {
    order: 1 !important;
    -webkit-order: 1 !important;
    -moz-order: 1 !important;
    -ms-order: 1 !important;
  }

  .mining-outer .order-3 {
    order: 3 !important;
    -webkit-order: 3 !important;
    -moz-order: 3 !important;
    -ms-order: 3 !important;
  }

  .mining-outer .mining-inner {
    margin-bottom: 35px;
  }

  .mining-inner ul li:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .mining-inner ul li .img-outer {
    width: 40px;
    margin-right: 10px;
  }

  .mining-inner ul li .content-outer {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
  }

  .mining-inner.mining-middle {
    text-align: center;
  }

  .mining-inner.mining-middle img {
    max-width: 260px;
  }

  .mining-inner.mining-right {
    margin-bottom: 0;
  }

  .wedo-main {
    padding: 40px 0;
  }

  .wedo-outer {
    margin-top: 30px;
  }

  .wedo-inner {
    height: auto;
  }

  .wedo-outer .more-space:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .type-main {
    padding: 20px 15px;
    border-radius: 15px;
    margin: 30px 0 0;
  }

  .title {
    font-size: 25px;
  }

  .type-main .type-left {
    margin-top: 10px;
  }

  .type-main .type-inner {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .type-main .type-inner:before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  h6 {
    font-size: 15px;
  }

  .top-main {
    padding: 30px 0;
  }

  .top-outer {
    margin: 35px 0 0;
  }

  .top-main .top-left {
    text-align: center;
    margin-bottom: 20px;
  }

  .top-main .top-left img {
    max-width: 400px;
  }

  .top-right ul li:before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }

  .top-right ul li {
    padding-left: 18px;
  }

  .footer-left {
    text-align: center;
  }

  .footer-social {
    justify-content: center !important;
    margin-top: 12px;
  }

  .footer-main {
    padding: 15px 0;
  }

  #particle-canvas {
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .timer-popup .modal-body img {
    max-width: 80px;
  }

  .timer-popup h2 {
    font-size: 22px;
  }

  #the-final-countdown>p {
    margin: 25px 0 17px;
    font-size: 14px;
  }

  #the-final-countdown>p b {
    font-size: 10px;
    margin-right: 10px;
  }

  .timer-popup .modal-content {
    background-size: 120px auto, 100px auto;
  }

  body {
    font-size: 12px;
  }

  .hero-banner {
    padding: 20px 0;
    background-size: 0px auto, 60px auto;
  }

  .banner-left h1 {
    font-size: 20px;
  }

  .mining-main {
    padding: 25px 0;
  }

  h2 {
    font-size: 20px;
  }

  .top-main .top-left img {
    max-width: 280px;
  }

  @keyframes move {
    from {
      left: 0%;
      transform: rotate(0deg);
    }

    to {
      left: 93%;
      transform: rotate(180deg);
    }
  }

  h5 {
    font-size: 16px;
  }

  .wedo-main {
    padding: 25px 0;
  }

  .title {
    font-size: 22px;
  }

  .wedo-inner .img-outer img {
    max-width: 40px;
  }

  .wedo-inner .img-outer {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
  }

  .wedo-inner {
    background-size: 70px auto;
    border-radius: 10px;
    padding: 15px 10px;
  }

  .type-right {
    display: none;
  }

  .logo-outer img {
    max-height: 120px;
  }

  .logo-outer {
    margin: 0 0 10px;
  }

  .form-control {
    padding: 5px 10px;
    font-size: 14px;
  }

  .register-outer .form-group {
    margin: 0 0 15px;
  }

  .register-outer {
    padding: 15px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-toggler span {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
  }
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: invert(1);
}

.img-outer img {
  border-radius: 14px;
}

section.not-found {
  background: black;
}

.banner-right img {
  width: 100%;
  max-width: 250px;
  /* filter: hue-rotate(167deg); */
}

.badge {
  font-size: 1rem;
  font-weight: 600;
}

a.social-icon {
  padding: 7px;
  border: 1.5px solid;
  border-radius: 50%;
  display: block;
}

.register-wallet {
  margin: 20px auto;
  max-width: 550px;
}

.register-wallet p {
  font-size: 16px;

}

.separator .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: white;
  margin: auto;
}

.separator {
  width: calc(100% - 20px);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 10px;
  color: white;
  margin: 10px;
}

.register-wallet-inner ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.register-wallet-inner ul li {
  border: 2px solid #edb12f !important;
  border-radius: 10px;
  padding: 10px;
}

.register-wallet-inner ul li img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 40px;
}

.register-wallet-inner ul li img :hover {
  opacity: 0.8;
}