@charset "UTF-8";
* {
  line-height: 1.5;
  box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

section,
main {
  position: relative;
  z-index: 1;
}

.w-100,
.w100 {
  width: 100%;
  display: block;
}

a {
  color: rgb(189, 99, 220);
  cursor: pointer;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-15 {
  margin-top: 15px;
  display: block;
}

.mt-25 {
  margin-top: 25px;
  display: block;
}

.mt-50 {
  margin-top: 50px;
  display: block;
}

.mt-150 {
  margin-top: 150px;
  display: block;
}

html,
body,
section {
  background-color: rgb(21, 27, 42);
  color: white;
}

body,
p,
div {
  font-family: "Exo 2", Verdana, Geneva, Tahoma, sans-serif;
  font-size: medium;
}

.betacup {
  position: fixed;
  top: 90px;
  right: 40px;
  width: auto;
  height: auto;
  color: black;
  border-radius: 5px;
  z-index: 9999;
  padding: 25px;
  border-radius: 25px;
}
.betacup h1,
.betacup h2,
.betacup h3,
.betacup h4 {
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.betacup,
.betacup p {
  font-size: x-large;
}

.btn-d2p {
  font-size: 1.5rem;
  padding: 15px 75px;
  border-radius: 50px;
  background: rgb(189, 99, 220);
  color: white;
  transition: 0.5s ease-in-out all;
}
.btn-d2p:hover {
  box-shadow: 0 0 10px rgb(189, 99, 220);
  background: rgb(95, 15, 200);
}

.btn-group.btn-xs .btn-d2p {
  padding: 15px;
  font-size: inherit;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-small {
  font-size: medium;
  text-align: center;
  padding: 5px 10px;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  font-weight: bolder;
  font-family: "Exo 2", Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 55px;
  margin-bottom: 105px;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.5rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.3rem;
}

nav {
  background: rgba(21, 27, 42, 0.7);
  font-size: medium;
  font-weight: bold;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 25px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
nav, nav.open {
  z-index: 999;
}
nav .logo {
  margin-top: -15px;
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  margin-right: 15px;
}
nav ul {
  width: 100%;
}
nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #fff;
}
nav li a {
  font-size: 1.3rem;
  margin-top: 15px;
  margin-right: 25px;
  padding-top: 15px;
  color: #fff;
  transition: 0.5s ease-in-out all;
}
nav li a:hover {
  color: rgb(95, 15, 200);
}
nav .right {
  float: right;
  font-size: medium;
}
nav .right a {
  color: rgb(189, 99, 220);
  vertical-align: top;
}
nav .right li a.btn-top,
nav .right li a.btn-d2p {
  margin-top: -5px;
  color: white;
}
nav .btn {
  padding: 5px 35px;
  margin-left: 15px;
  font-size: medium;
}

a {
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}

.flare-secondary {
  position: absolute;
  width: 292px;
  height: 287px;
  z-index: 0;
  opacity: 0.6;
  background: linear-gradient(120deg, #1d2434 22%, #00d484 125%);
  filter: blur(197px);
  -webkit-filter: blur(55px);
  transform: rotate(177.74deg);
}
.flare-secondary.flare-right {
  left: calc(100% - 300px);
}

.flare-primary {
  position: absolute;
  width: 292px;
  height: 287px;
  z-index: 0;
  opacity: 0.6;
  background: linear-gradient(120deg, #9d3eb1 22%, #c000e7 125%);
  filter: blur(197px);
  -webkit-filter: blur(55px);
  transform: rotate(177.74deg);
}

div,
.row,
img,
ul,
.btn {
  z-index: 1;
}

.bkg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
section.intro {
  background-image: url("./d2p/bg-form-1.svg");
}
section.games {
  padding: 25px;
  position: relative;
  /* &:after {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50px;
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

  } */
}
section.games small,
section.games p small {
  font-size: medium;
}
section.games .game {
  padding: 5%;
  text-align: center;
  position: relative;
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 25px;
  transition: 0.5s ease-in-out all;
  position: relative;
  /* &:hover:before {
      z-index: -1;
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      background: black;
      border: 5px solid $primary;
  } */
}
section.games .game:hover img.coin {
  opacity: 1;
}
section.games .game img.coin {
  position: absolute;
  right: 30px;
  top: 20px;
  height: 35px;
  width: auto;
  opacity: 0.5;
}
section.games .game .bkg {
  background-size: contain;
  transition: 0.5s ease-in-out all;
}
section.games .game .bkg:hover {
  background-size: 105% !important;
}
section.games .game .bkg:hover:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, black, rgb(95, 15, 200));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.games .game img,
section.games .game .img {
  width: 100%;
}
section.games .game:hover {
  transition: 0.5s ease-in-out all;
  background-size: 505% !important;
}
section.games .game:hover:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, black, rgb(95, 15, 200));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

i.round {
  background: rgb(96, 209, 139);
  padding: 20px;
  border-radius: 55px;
  font-size: 2rem;
}

.box {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 50px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
}
.box i {
  top: -50px;
  position: absolute;
  left: calc(50% - 32px);
  transition: 0.5s ease-in-out all;
}
.box:hover i {
  top: -40px;
}

.spacing {
  display: block;
  margin-top: 100px;
  clear: both;
}

.jumping {
  transition: 2s ease-in-out all;
}
.jumping:hover {
  animation: jump 1s infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
section ul li {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 50px;
}
section ul li i.round {
  float: left;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 2rem;
}

.footerlinks {
  margin-bottom: 25px;
}
.footerlinks b {
  color: rgba(189, 99, 220, 0.5);
}
.footerlinks ul,
.footerlinks ul li,
.footerlinks li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerlinks a,
.footerlinks li a,
.footerlinks a {
  color: white;
  font-size: small;
  margin: 0;
}
.footerlinks img.link {
  height: 30px;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
}

footer {
  margin-top: 100px;
  background: rgb(189, 99, 220);
  color: black;
  text-align: center;
  font-size: medium;
  padding: 15px;
}

/* faq */
.parent-container {
  padding: 0 20px 0 20px;
  max-width: 100%;
  width: 100%;
}

.faq {
  list-style: none;
  padding-left: 40px;
  padding-right: 20px;
}
.faq li {
  margin-bottom: 15px;
}
.faq li h3 {
  margin: 0;
}
.faq li.active .answer {
  max-height: 275px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
  color: white;
  transition: color 0.5s ease;
}
.faq .answer {
  color: silver;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -40px;
  top: 50%;
  z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: white;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
  transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq .question {
  color: white;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
}
@media screen and (max-width:767px) {
  .faq .question {
    font-size: 18px;
  }
}

/* /faq */
nav .btnopen {
  display: none;
}
nav .mobilelogo {
  display: none;
  z-index: 999;
}

.social {
  margin: 10px;
  margin-top: 25px;
  text-align: center;
}
.social i {
  background: white;
  border-radius: 20px;
  padding: 20px 20px;
  color: rgb(95, 15, 200);
  margin-right: 15px;
  font-size: 36px;
  margin-bottom: 25px;
}
.social img {
  height: 28px;
  width: auto;
  border-radius: 50%;
  border: 3px solid rgb(189, 99, 220);
}

.vmid {
  vertical-align: middle;
}

.card h4 {
  margin-top: 15px;
  margin-bottom: 35px;
}

.card {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 20px;
  border-radius: 25px;
  margin-bottom: 25px;
}

img.token {
  border-radius: 30px;
}

.news .newsitem {
  padding: 2%;
  margin-bottom: 75px;
}
.news .newsitem .time {
  font-size: small;
  color: rgb(96, 209, 139);
}
.news .newsitem .content {
  font-size: small;
  text-align: justify;
}
.news .featured {
  width: 100%;
  max-height: 320px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news .title {
  font-size: x-large;
  font-weight: bold;
  display: block;
  margin: 20px 0;
  text-align: left;
}

.whitepaper {
  padding: 25px;
  background: white;
  color: black;
}

section.text h1,
section.text h2,
section.text h4,
section.text h5 {
  margin-bottom: 20px;
}
section.text h3 {
  margin-top: 35px;
}
section.text h4 {
  margin-top: 25px;
}

.more {
  cursor: pointer;
}

div.backlight {
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  animation: textColor 10s ease infinite;
}
div.backlight:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, rgb(96, 209, 139), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
div.backlight > div {
  padding: 20px;
}

div.backlight1 {
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  animation: textColor 10s ease infinite;
}
div.backlight1:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, rgb(95, 15, 200), rgb(95, 15, 200));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
div.backlight1 > div {
  background: #151823;
  padding: 20px;
}

div.backlight2 {
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  animation: textColor 10s ease infinite;
}
div.backlight2:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, rgb(189, 99, 220), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
div.backlight2 > div {
  background: #151823;
  padding: 20px;
}

div.backlight3 {
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  animation: textColor 10s ease infinite;
}
div.backlight3:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -moz-filter: blur(5vw);
  -ms-filter: blur(5vw);
  filter: blur(5vw);
  background: linear-gradient(270deg, rgb(95, 15, 200), rgba(0, 0, 0, 0));
  background-size: 200% 200%;
  /* animation: animateGlow $duration ease infinite; */
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
div.backlight3 > div {
  background: #151823;
  padding: 20px;
}

.clear {
  display: block;
  clear: both;
}
.clear:before {
  clear: both;
  display: block;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.large {
  font-size: large;
}

.btn-xs {
  font-size: small;
  padding: 5px 10px;
  margin-right: 5px;
}

input.big {
  font-size: large;
  font-weight: bold;
}

.form-control {
  border-radius: 15px;
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
}

.well {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}

.table {
  color: white;
}

.table-large {
  font-size: x-large;
}
.table-large th {
  font-size: medium;
}

.table-small {
  font-size: small;
}
.table-small td.score {
  font-weight: bold;
}
.table-small td.game,
.table-small td.time {
  font-size: xx-small;
}

.tickerImage {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 7px;
}

.pull-right {
  float: right;
}

.mp0 {
  margin: 0;
  padding: 0;
}

.btn-icon {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: auto;
}

.text-link {
  cursor: pointer;
  text-decoration: underline;
}

section {
  position: relative;
  z-index: 2;
}
section:has(.headingimage) {
  padding-top: 450px;
}
section .headingimage {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  width: 100%;
}

.roadmap {
  border-left: 2px solid rgb(189, 99, 220);
  padding-left: 30px;
  font-size: medium;
}
.roadmap .more {
  display: none;
}
.roadmap .btnMore {
  display: inline-block;
  background: rgb(189, 99, 220);
  color: white;
  opacity: 0.7;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 45px;
}
.roadmap li,
.roadmap p {
  margin-bottom: 15px;
}
.roadmap li strong,
.roadmap li b,
.roadmap p strong,
.roadmap p b {
  color: rgb(96, 209, 139);
}
.roadmap h2 {
  color: rgb(189, 99, 220);
  position: relative;
  text-align: left;
  font-size: large;
}
.roadmap h2:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 22px;
  height: 22px;
  background: rgb(189, 99, 220);
  border-radius: 50%;
}

.coins a {
  font-size: small;
  display: inline-block;
  vertical-align: middle;
  min-height: 50px;
  padding: 10px 15px;
  width: auto;
  min-width: 100px;
  margin: 0;
  border-radius: 15px;
  transition: all 1s ease-in-out;
  text-align: center;
  text-wrap: nowrap;
}
.coins a:hover {
  background: rgb(189, 99, 220);
}
.coins img.coinlogo {
  height: 25px;
  vertical-align: middle;
}

.x-large {
  font-size: x-large;
}

.medium {
  font-size: medium;
}

.small {
  font-size: small;
}

.x-small {
  font-size: x-small;
}

.xx-small {
  font-size: xx-small;
}

.text-italic {
  font-style: italic;
}

table h3,
table h4,
table h5,
.table h3,
.table h4,
.table h5,
td h3,
td h4,
td h5 {
  margin: 10px;
  padding: 0;
}

tr,
td,
th {
  vertical-align: top;
}

dl {
  display: block;
  clear: both;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}
dl dt {
  display: inline;
  font-weight: bold;
  float: left;
}
dl dd {
  display: inline;
  margin-left: 20px;
  float: right;
}

.feature {
  text-align: center;
}
.feature .card-title,
.feature .card-body {
  padding: 0;
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5 {
  color: rgb(189, 99, 220);
  margin-top: 55px;
}
.feature small {
  font-size: small;
}
.feature .btn {
  margin: 10px;
}

table.data {
  width: 100%;
}
table.data th {
  text-transform: uppercase;
  color: rgb(96, 209, 139);
}
table.data tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
table.data tr:hover {
  background: rgba(255, 255, 255, 0.1);
}

#details {
  z-index: 999;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: auto;
  max-height: 90vh;
  background: rgb(96, 209, 139);
  border-radius: 10px;
  vertical-align: top;
  font-size: large;
  padding: 15px 25px;
  border-radius: 25px;
  transition: all 1s ease-in-out;
  background: #1d3e5c;
  color: white;
  box-shadow: 0 0 3px #03e9f4, 0 0 5px #03e9f4, 0 0 10px #03e9f4, 0 0 20px #03e9f4;
  margin-bottom: 25px;
}
#details #detailsdata {
  width: 100%;
  height: 60vh;
  left: 0;
  top: 0;
  position: relative;
  overflow: auto;
}

.ecosystemicons {
  text-align: center;
  width: 100%;
  margin: 25px;
  vertical-align: top;
}
.ecosystemicons a {
  vertical-align: top;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  text-wrap: inherit;
  word-wrap: normal;
}
.ecosystemicons a img {
  margin: auto;
  display: block;
  height: 64px;
  width: auto;
  margin-bottom: 10px;
}
.ecosystemicons a span {
  display: block;
  font-size: xx-small;
}

.pt-3 {
  margin-top: 1em;
}

@media screen and (max-width:767px) {
  .btn-group-xs .btn,
  .sharinglinks .btn {
    padding: 7px 10px;
    font-size: x-small;
  }
  .btn-group-xs .btn small,
  .sharinglinks .btn small {
    font-size: xx-small;
  }
}
.btn-phantom {
  background: rgb(152, 134, 229);
}

tbody {
  width: 100%;
}

.cyan {
  color: rgb(18, 212, 222);
}

.d2p {
  color: rgb(189, 99, 220);
}

.calendar {
  border: 2px solid white;
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.calendar .date {
  font-weight: light;
  font-size: small;
  display: block;
}
.calendar .time {
  font-weight: bold;
  font-size: medium;
  display: block;
}

.btn-login-button {
  width: 100%;
  /* height: 45px; */
  padding: 7px;
  padding-top: 7px;
  margin-bottom: 30px;
  font-size: medium;
  letter-spacing: 0.1em;
}
.btn-login-button img {
  height: 25px;
}
.btn-login-button.metamask {
  background: rgb(245, 148, 40);
  color: black;
}
.btn-login-button.phantom {
  background: rgb(152, 134, 229);
}

.ecosectionimage {
  margin: 10px;
  height: 128x;
  width: 128px;
}

.swirl {
  position: relative;
}
.swirl img {
  transition: transform 3s ease-in-out;
  transform: rotate(-30deg);
}
.swirl:hover img {
  transform: rotate(30deg);
  transition: transform 3s ease-in-out;
}
.swirl img.counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(30deg);
}
.swirl:hover img.counter {
  transform: rotate(-180deg);
  transition: transform 3s ease-in-out;
}
.swirl:hover img.counter1 {
  transform: rotate(-90deg);
  transition: transform 1.5s ease-in-out;
}
.swirl:hover img.counter2 {
  transform: rotate(360deg);
  transition: transform 2s ease-in-out;
}
.swirl:hover img.counter3 {
  transform: rotate(-300deg);
  transition: transform 2.5s ease-in-out;
}

spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.🤚 {
  --skin-color: #E4C560;
  --tap-speed: 0.6s;
  --tap-stagger: 0.1s;
  position: relative;
  width: 8vw;
  height: 6vw;
  margin-left: 8vw;
}
.🤚:before {
  content: "";
  display: block;
  width: 180%;
  height: 75%;
  position: absolute;
  top: 70%;
  right: 20%;
  background-color: black;
  border-radius: 4vw 1vw;
  filter: blur(10px);
  opacity: 0.3;
}

.🌴 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--skin-color);
  border-radius: 1vw 4vw;
}

.👍 {
  position: absolute;
  width: 120%;
  height: 3.2vw;
  background-color: var(--skin-color);
  bottom: -18%;
  right: 1%;
  transform-origin: calc(100% - 2vw) 2vw;
  transform: rotate(-20deg);
  border-radius: 3vw 2vw 2vw 1vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.👍:after {
  width: 20%;
  height: 60%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -8%;
  left: 0.5vw;
  border-radius: 60% 10% 10% 30%;
  border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.👉 {
  position: absolute;
  width: 80%;
  height: 3.5vw;
  background-color: var(--skin-color);
  bottom: 32%;
  right: 64%;
  transform-origin: 100% 2vw;
  animation-duration: calc(var(--tap-speed) * 2);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: rotate(10deg);
}
.👉:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 3vw;
  background-color: var(--skin-color);
  bottom: 8%;
  right: 65%;
  transform-origin: calc(100% - 2vw) 2vw;
  transform: rotate(-60deg);
  border-radius: 2vw;
}
.👉:nth-child(1) {
  animation-delay: 0;
  filter: brightness(70%);
  animation-name: tap-upper-1;
}
.👉:nth-child(2) {
  animation-delay: var(--tap-stagger);
  filter: brightness(80%);
  animation-name: tap-upper-2;
}
.👉:nth-child(3) {
  animation-delay: calc(var(--tap-stagger) * 2);
  filter: brightness(90%);
  animation-name: tap-upper-3;
}
.👉:nth-child(4) {
  animation-delay: calc(var(--tap-stagger) * 3);
  filter: brightness(100%);
  animation-name: tap-upper-4;
}

@keyframes tap-upper-1 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.4);
  }
  40% {
    transform: rotate(50deg) scale(0.4);
  }
}
@keyframes tap-upper-2 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.6);
  }
  40% {
    transform: rotate(50deg) scale(0.6);
  }
}
@keyframes tap-upper-3 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(0.8);
  }
  40% {
    transform: rotate(50deg) scale(0.8);
  }
}
@keyframes tap-upper-4 {
  0%, 50%, 100% {
    transform: rotate(10deg) scale(1);
  }
  40% {
    transform: rotate(50deg) scale(1);
  }
}
.p-small p {
  font-size: small;
}

.p-medium p {
  font-size: medium;
}

.transparent {
  background: rgba(0, 0, 0, 0) !important;
}

.bkg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ambassadorlist.scrolling {
  width: 100%;
  display: flex;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* smooth scrolling on iOS */
  gap: 10px;
  /* optional spacing between items */
  padding: 10px;
}
.ambassadorlist.scrolling span {
  text-align: center;
  flex: 0 0 auto;
  /* prevent shrinking, maintain width */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.5s ease-in-out all;
}
.ambassadorlist.scrolling span b {
  font-size: xx-small;
  text-align: center;
  width: 100%;
}
.ambassadorlist.scrolling span:hover {
  background-size: 200%;
  background-position: center;
  letter-spacing: 0.05em;
}

.ambassador {
  height: 150px;
  font-weight: bold;
  position: relative;
  margin-bottom: 55px;
  color: rgba(0, 255, 255, 0.9);
}
.ambassador:hover {
  color: white;
  letter-spacing: 0.1em;
}
.ambassador .title {
  position: absolute;
  bottom: -20px;
  text-shadow: 0 0 3px black;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: large;
}

.img-circle {
  border-radius: 50%;
}

.footer img.social {
  height: 64px;
}

.rotateonhover {
  transition: 0.5s ease-in-out all;
}
.rotateonhover:hover {
  transform: rotate(360deg);
}

.winners {
  font-size: medium;
}
.winners img {
  height: 64px;
  width: auto;
  border-radius: 50%;
}
.winners .livestats img {
  height: 24px;
  width: auto;
}

.vertical-top {
  vertical-align: top;
}

li {
  list-style: none;
}

.small {
  font-size: x-small;
}

.text-primary,
.text-d2p {
  color: rgb(189, 99, 220);
}

.text-alternative {
  color: rgb(18, 212, 222);
}

.pointer {
  cursor: pointer;
}

.achievementdata .code {
  font-size: large;
  font-weight: bold;
  color: rgb(18, 212, 222);
}
.achievementdata .name {
  font-size: medium;
  color: rgb(189, 99, 220);
}
.achievementdata .description {
  font-size: small;
  font-style: italic;
}

.progress {
  position: relative;
  width: 100%;
  background: black;
  border: 2px solid rgb(189, 99, 220);
  border-radius: 5px;
  height: 20px;
}
.progress .progress-bar {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 12px;
  background: rgb(18, 212, 222);
}
.progress .progress-text {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgb(189, 99, 220);
  font-size: 12px;
  text-shadow: 1px 1px 1px black;
}
.progress.achieved .progress-bar {
  background: yellow;
}

.btn-login-group a.btn {
  padding: 10px 5px;
}

@media screen and (max-width:767px) {
  .betacup {
    padding: 0;
    margin: auto;
    display: inline-block;
  }
  .btn-login-button {
    width: 100%;
    text-align: center;
  }
  .btn-login-button img {
    display: block;
    margin: auto;
  }
  section {
    padding: 0;
  }
  .btn-d2p {
    font-size: medium;
    margin-bottom: 25px;
    display: block;
  }
  .faq {
    padding: 10px;
  }
  p,
  div,
  body {
    font-size: medium;
  }
  ul li,
  ul,
  li {
    margin-left: 0;
    padding-left: 0;
  }
  nav {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out all;
  }
  nav .mobilelogo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 150px;
    display: inline-block;
  }
  nav .btnopen {
    z-index: 1;
    color: white;
    right: 25px;
    top: 25px;
    position: fixed;
    display: inline-block;
  }
  nav.open {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.75);
    padding: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 100px;
    border-bottom: 3px solid rgb(189, 99, 220);
  }
  nav.open .logo {
    display: none;
    z-index: 999;
  }
  nav.open li {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: block;
  }
  nav.open li a {
    display: block;
  }
  nav.open .logo {
    margin-top: 35px;
    width: 100px;
  }
  nav.open .right {
    float: none;
  }
  .footerlinks b {
    font-size: large;
    display: block;
    margin-bottom: 15px;
  }
  .footerlinks ul {
    display: block;
    margin-bottom: 25px;
  }
  .footerlinks li a,
  .footerlinks a {
    display: inline-block;
    font-size: large;
    margin-bottom: 5px;
  }
  .footerlinks img.link {
    display: block;
    margin-bottom: 15px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  h3 {
    font-size: 2.5em;
  }
  h4 {
    font-size: 1.5em;
  }
  a.languageBtn {
    position: absolute;
    bottom: 20px;
    right: 5px;
  }
}/*# sourceMappingURL=index.css.map */