body {
  font-family: Overpass, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  font-weight: 400;
  background: #1b1924 !important;
}

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

img {
  max-width: 100%;
  height: auto;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt70 {
  padding-top: 70px;
}

.pb40 {
  padding-bottom: 40px;
}

::-webkit-scrollbar {
  background: 0 0;
  width: 3px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border: solid rgba(88, 88, 88, 0.12) 2px;
  border-radius: 5px;
}

.dark-bb {
  border-bottom: 1px solid #2a2e39;
}

@keyframes pulse {
  0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
  95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 28px;
    height: 28px;
  }
  100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

header nav a {
  color: #18214d;
}

header nav a:hover {
  color: #007bff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

header .nav-link.btn {
  padding: 5px 0;
}

.header-img-icon a:after {
  display: none;
}

.header-img-icon .nav-link img {
  width: 30px;
}

#dark header nav a {
  color: #fff;
}

#dark header nav a:hover {
  color: greenyellow;
}

#dark header nav a.btn:hover {
  color: #fff;
}

.ws {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  text-align: center;
}

.ws:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header button.navbar-toggler i {
    font-size: 30px;
    color: #4a4a4a;
  }
  header button.navbar-toggler:focus {
    outline: 0;
  }
  #dark header button.navbar-toggler i {
    color: #c5cbce;
  }
}

.connect_btn {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  background: #64ce7b;
  color: #fff;
  padding: 10px 38px;
  border-radius: 50px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: 0.3s;
}

.connect_btn:hover {
  color: #64ce7b;
  background-color: transparent;
  border-color: #64ce7b;
}

@font-face {
  font-family: Aquire;
  src: url(../webfonts/Aquire.otf) format("truetype");
}
.dropdown-menu {
  background-color: #000000; /* Replace with your desired color */
}

/* Change color of dropdown links */
.dropdown-item {
  color: #333; /* Replace with your desired color */
}

/* Change color on hover */
.dropdown-item:hover {
  background-color: #302323; /* Replace with your desired hover color */
}

.faq-section {
  padding: 7px 7%;
}

.faq-block {
  width: auto;
  padding: 20px 30px;
  border: 0.5px solid #fff;
  border-radius: 30px;
  background-color: #1b1924;
  box-shadow: 70px 23px 96px -32px rgba(85, 85, 124, 0.08);
  transition: border-color 0.2s ease;
  text-decoration: none;
}

.faq-block:hover {
  border-color: greenyellow;
}

.vertical-line {
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.faq-grid {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 5px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
}

.faq-title {
  line-height: 32px;
  text-decoration: none;
}

.faq-heading,
.faq-title {
  color: greenyellow;
  font-weight: 600;
  text-align: center;
}

.faq-heading {
  margin-top: 0;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.03em;
  background-image: linear-gradient(
    90deg,
    #497493 20%,
    greenyellow 39%,
    #fc6621 62%,
    #f69c3d
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pt-200 {
  padding-top: 200px;
}
.faq-block {
  margin-bottom: 20px;
}

.faq-container {
  width: 97%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.faq-title-wrap-centre {
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 80px;
  margin-left: auto;
  text-align: center;
}

.faq-question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0a071b;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.accordian-icon-wrapper {
  position: relative;
  display: flex;
  width: 13px;
  height: 13px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.faq-paragraph {
  overflow: hidden;
  margin-bottom: 0;
  color: #f69c3d;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.language-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.language-option img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.goog-logo-link {
  display: none !important;
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 0;
  background-color: greenyellow;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #f69c3d;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 480px) {
  .nav {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: black;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    z-index: 9999999999;
  }
  .social-media {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .social-media li a {
    padding: 1px;
  }
  .fixed-navbar {
    position: relative;
    background-color: black;
    top: 0;
    z-index: 9999999999;
    width: 100% !important;
    left: 0 !important;
    padding: 10px;

    transform: none !important;
  }

  .drop-down-menu {
    padding: 10px;
    background-color: #000000 !important;
    margin-bottom: 1px;
  }
  #nav {
    width: 100%;
    left: 0;
    padding: 10px;
  }
  .widget {
    margin-right: -200px;
  }

  .container-mobile {
    margin: auto;
  }
  .nav-bar {
    padding: 0 10px;
  }
  .scroll-link,
  .btn-click {
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 10px !important;
  }

  .links a span {
    display: block;
    font-size: 10px;
    color: white;
    margin: 2px;
  }
  .links a i {
    color: white;
    font-size: 20px;
  }
  .flex i {
    display: block;
  }
  .flex .fa-caret-down {
    display: none;
  }
  .drop-down-menu {
    left: initial;
    top: initial;
    right: 0;
    bottom: 100%;
    padding: initial;
    background-color: #222;
    width: 200px;
    border-radius: 15px;
  }
  .drop-down-menu li a {
    text-align: left;
  }
  .links {
    margin: auto;
  }
}
.fixed-navbar {
  position: fixed;
  background-color: black;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  left: 50%;
  padding: 10px;

  transform: translate(-50%);
}
/* google lang */
.goog-te-gadget-icon {
  display: none !important;
}
.goog-te-gadget-simple::after {
  content: "\f0ac";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: white;
  margin-top: 20px;
  font-size: 25px;
  background-color: #000000 !important;
}
.goog-te-gadget-simple {
  padding: 5px 0;
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  /* width: 55px !important; */
  background-color: #222 !important;
}
.goog-te-gadget {
  border: 0;
}
#goog-gt-tt {
  color: transparent !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}
/* body {
    top: 0 !important;
  } */
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(1) {
  display: none;
}
.goog-te-menu-value span {
  display: none !important;
}
.goog-te-gadget-simple {
  background-color: #00004d !important;
  border: 0 !important;
  font-size: 20px;
  display: inline-block;
  padding: 0px !important;
  border-radius: 50%;

  cursor: pointer;
  z-index: 99999999 !important;
}

.goog-te-gadget-simple {
  position: relative;
}
.skiptranslate {
  top: 80px !important;
}
.VIpgJd-ZVi8od-xl07Ob-lTBxed {
  visibility: hidden !important;
}

.goog-te-gadget-simple span {
  display: none !important;
}
/* marquee for crypto price  */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
}
#inputBox {
  letter-spacing: -0.03em;
  background-image: linear-gradient(
    90deg,
    #497493 20%,
    greenyellow 39%,
    #fc6621 62%,
    #f69c3d
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/* drop down */

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #27262c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 30px;
  padding: 20px;
  border-radius: 10px;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #35333e;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mobile-SM {
  display: none;
}

.drop-down {
  display: none;
}
video {
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #497493 20%,
    greenyellow 39%,
    #fc6621 62%,
    #f69c3d
  );
}
/* overlay  for dropdown */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(149, 146, 146, 0.6);
  z-index: 1;
}

.type-writter {
  background-image: linear-gradient(
    90deg,
    #497493 20%,
    greenyellow 39%,
    #fc6621 62%,
    #f69c3d
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.54px;
  margin: 30px;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    bottom: 0px;
    background-color: #27262c;
    z-index: 9;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #6c757d;
    font-size: 16px;
  }
  #btntop {
      bottom:70px !important;
  }
  .preloader{
      z-index:99999;
  }
  .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-around;
  }

  #communityDropdown {
    display: none;
  }
  .dropdown {
    position: static;
  }
  #communityDropdownContent,
  #moreDropdownContent,
  #gameDropdownContent {
    position: absolute;
    inset: auto auto 0px 0px;
    transform: translate3d(32px, -60px, 0px);
    padding-bottom: 4px;
    border: 1px solid #6c757d;
    border-radius: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    pointer-events: auto;
    margin-bottom: 0px;
    width: calc(100% - 32px);
    visibility: visible;
    z-index: 1001;
  }

  .nav-link {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
  }
  .nav-link i {
    display: block;
  }
  .mobile-SM {
    display: flex !important;
  }
}
@media (max-width: 480px) {
  #hideOnMobile {
    display: none;
  }
  .nav-link span {
    background-image: linear-gradient(
      90deg,
      #497493 20%,
      greenyellow 39%,
      #fc6621 62%,
      #f69c3d
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  video {
    width: 320px;
    height: 240px;
  }
}
.roadmap-container {
  margin: 30px 0;
}
.faq-heading {
  margin: 30px 0;
}
/* Sub-div Style */
.sub-div {
  border: 1px solid grey;
  margin: 5px;
  text-align: center;
  flex-basis: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19212c;
  border-radius: 20px;
  padding: 20px 5px;
  width: calc(20% - 16px) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-weight: 400;
  font-size: larger;
}

/* Sub-divs container */
.sub-divs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

/* For screens larger than 480px */
@media (min-width: 481px) {
  .sub-div {
    flex-basis: calc(25% - 10px); /* 4 columns, considering margin */
  }
}

/* For screens 480px and smaller */

@media (max-width: 480px) {
  .sub-div {
    flex-basis: calc(50% - 10px);
    /* 2 columns, considering margin */
  }
  .faq-heading {
    font-size: 40px !important;
  }
  .type-writter {
    font-size: 30px !important;
    line-height: 50px;
  }
  .sub-div h3 {
    font-size: 1rem;
  }
}
.sh1_head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sh1head {
    color:black;
}
.ref-system {
  width: 515px;
}

.levels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.levels__item {
  width: 90px;
  height: 90px;
  border: 1px solid #4490fe;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.levels__item_yl {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #4490fe;
}

.levels__item_yl1 {
  height: 49%;
}

.lvl-refs {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
  display: block;
  color: rgb(33, 37, 41);
}

.lvl-num {
  font-weight: 800;
  font-size: 14px;
  color: #000;
  position: relative;
}

.lvl-pr {
  font-weight: 800;
  font-size: 24px;
  color: #000 !important;
  margin-top: 15px;
  position: relative;
}

.levels__item_yl2 {
  height: 28%;
}

.levels__item_yl3 {
  height: 22%;
}
.levels__item_yl4 {
  height: 15%;
}
.levels__item_yl5 {
  height: 9%;
}

.lvl-pr.wh {
  color: #fff;
}

.yrl__title {
  margin: 30px 0 0 22px;
  color: #000 !important;
}

.ref-link-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
}

.ref__total {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.ref__busd {
  font-size: 32px;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

.btn-yrl {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
}

.dash-block {
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
.dash__title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.referral-title {
  margin: 30px 0;
}
.referral-title .spaceBetween {
  margin: 10px 0;
  border-bottom: 1px solid black;
}
.base_btn {
  padding: 10px 20px;
  background-color: #007bff !important;
  color: #fff !important;
  border-radius: 5px !important;
  cursor: pointer;
  text-align: center;
}

.baseInput {
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  width: 90% !important;
  margin-right: 5px;
}
.sh1head h3 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .ref-system {
    width: 100%;
    padding: 0 15px;
  }

  .levels {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns with equal width */
    grid-gap: 5px; /* Adjust this value based on your design requirements */
  }

  /* .lvl-wr is now just a child of .levels, no need to set its width explicitly */
  .lvl-wr {
    padding: 10px;
  }

  .levels__item {
    width: 100%;
  }

  .dash__title {
    margin-top: 20px;
    font-size: 32px;
  }
  .sub-div {
    padding: 10px 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col-md-6,
  .ref-system {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .levels__item {
    width: 125px;
  }
}


