@font-face {
  font-family: 'BwMitga';
  src: url('../fonts/BwMitga-Light.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'BwMitga';
  src: url('../fonts/BwMitga-Regular.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'BwMitga';
  src: url('../fonts/BwMitga-Bold.woff');
  font-weight: 500;
}

@font-face {
  font-family: 'BwMitga';
  src: url('../fonts/BwMitga-Black.woff');
  font-weight: 700;
}

* {
  box-sizing: border-box !important;
  font-family: 'BwMitga', sans-serif;
  font-weight: 400;
  transition: all 0.2s linear;
  outline: none !important;
}

/* ANIMATION */

.fade-in-1 {
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s;
}

.fade-in-2 {
  -webkit-animation: fadein 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4s;
  /* Firefox < 16 */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera < 12.1 */
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* GENERAL RULES */

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
}

body.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: .6em 0;
  letter-spacing: 1px;
  font-family: 'BwMitga', sans-serif;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.8em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'BwMitga', sans-serif;
}

span {
  font-size: 1em;
  font-family: 'BwMitga', sans-serif;
}


h3,
h5,
b {
  font-weight: 500;
}

@media (max-width: 1280px) {
  h1 {
    font-size: 1.9em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.95em;
  }

  h6 {
    font-size: 0.7em;
  }

  span {
    font-size: 0.9em;
  }

  p {
    font-size: 0.9em;
  }

}


section>div {
  max-width: 1920px;
}

header {
  padding: 10px 2.5%;
  position: relative;
  background-color: #0a051b;
  box-shadow: 0px 2px 45px #0c0a0a;
}

/* GENERAL STYLE CLASSES */


.text-shadow {
  text-shadow: 0px 2px 4px #0c0a0a;
}

.text-white {
  color: white;
}

.text-acqua {
  color: #00FDA9;
}

.text-gray {
  color: darkslategray;
}

.text-light-blue {
  color: #00ade6;
}

.text-light-gray {
  color: rgba(255, 255, 255, 0.75);
}

.margin-zero {
  margin: 0;
}

.font-normal-weight {
  font-weight: 400;
}

/* HEADER */
header {
  min-height: 100vh;
  /*
  background: url('../assets/various/hero_tokedo2.jpg');
  background: url('../assets/various/hero.jpg');
  background-position: center;
  */
  background: url('../assets/various/hero_tokedo4.jpg');
  background-position: center;
  background-size: cover;
}

.hero-box{
  /*background: rgba(36, 93, 79, 0.9);
  background: linear-gradient(0deg, #46c2254f, #13abf2ab);*/
  background: linear-gradient(0deg, #46c22582, #13abf2a8);
  border-radius: 10px;
  padding: 50px;
  box-shadow: 2px 2px 50px 10px #00000052;
}
.hero-box h1{
  text-shadow: 2px 2px 8px #000000c9;
}
.hero-box h4{
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .hero-box{
    padding: 10%;
  }
  .hide-small{
    display: none;
  }
}

/* NAVIGATION */

nav {
  padding-right: 70px;
  position: relative;
}

nav img {
  width: 200px;
  object-fit: contain;
}

nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-variant-caps: all-petite-caps;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

nav a.whitepaper {
  background-color: rgba(112, 197, 75, 0.5);
  padding: 10px;
  padding: 10px 10px 12px;
  border-radius: 1000px;
  text-align: center;
}

nav a.whitepaper:hover {
  box-shadow: 0 0 10px 1px rgba(112, 197, 75, 0.5);
  background-color: rgba(112, 197, 75, 1);
  text-decoration: none;
}

nav a.onepager {
  background-color: rgba(75, 197, 167, 0.5);
  padding: 10px;
  padding: 10px 10px 12px;
  border-radius: 1000px;
  text-align: center;
}

nav a.onepager:hover {
  box-shadow: 0 0 10px 1px rgba(75, 197, 167, 0.5);
  background-color: rgba(75, 197, 167, 1);
  text-decoration: none;
}

/* SECTIONS */

section {
  padding: 50px 20px;
}

/* SECTIONS */

@media (max-width: 1024px) {
  section {
    padding: 70px 20px;
  }
}

@media (max-width: 411px) {
  section {
    padding: 40px 5px;
  }
}

/* SECTION ONE */

section.one {
  color: white;
  min-height: 100vh;
  position: relative;
  /*padding: 0px 5%;*/
}

section.one div.socials {
  margin: 20px 0;
}

section.one div.socials>span {
  font-size: 12px;
  margin-right: 5px;
}

section.one div.socials a {
  width: 24px;
  height: 24px;
  color: #00ade6;
  font-size: 24px;
  margin: 0 5px;

}

section.one div.socials a:hover {
  color: white;
}

@media (min-width: 768px) {
  section.one div.left {
    min-height: 100%;
  }
}

/* SECTION TWO */
.ecosystem {
  background: url('../assets/various/ecosystem_bg.png');
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}

@media (max-width: 768px) {
  .ecosystem {
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  section.two h1 {
    margin-bottom: -20px;
  }
}

section.two {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

section.two img {
  width: 300px;
  object-fit: contain;
  margin: auto;
}

section.two .image-container {
  height: 580px;
  width: 100%;
  position: relative;
  background: url('../assets/various/ecosystem_image.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

section.two .image-container p {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1024px) {
  section.two .image-container {
    background-size: contain;
  }
}

@media (max-width: 480px) {
  section.two .image-container {
    margin-top: -150px;
  }
}

/* SECTION THREE */

section.three {
  padding: 0px;
  padding-bottom: 50px;
}

section.three div.card {
  margin: 10px 0;
}


section.three .disk img {
  box-shadow: 0px 0px 54px 0px #00fda97a;
  border-radius: 150px;
  margin-bottom: 35px;
  margin-top: 35px;
  max-width: 350px;
}

section.three .eco-box {
  margin-bottom: 40px;
}

@media (min-width: 1024px) and (max-width: 1100px){
  section.three .eco-box {
    height: 150px;
  }
}


@media (max-width: 1279px) {
  section.three .disk img {
    width: 90%;
  }
}

section.three div.buttons img {
  width: 125px;
  object-fit: contain;
}

section.three div.card h4 {
  margin-bottom: 0;
}

section.three div.card h5 {
  margin-top: 0.67em;
}

section.three div.card h6 {
  margin-top: 0.67em;
}



section.three button {
  background-color: #00ade6;
  border: none;
  border-radius: 50px;
  font-size: 0.875em;
  color: white;
  padding: 20px;
  width: 224px;
  font-weight: 500;
  box-shadow: 0px 0px 20px 0px #00fda97a;
}

section.three button:hover {
  background-color: #57b8d8;
}

section.three button:active {
  transform: translateY(4px);
}

/* SECTION FOUR */
section.four {
  height: 400px;
  padding: 4%;
}

section.four.parallax-scroll {
  background-image: url('../assets/various/whitelist_bg.png');
  background-position: center;
  background-position-y: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

section.four button.gradient {
  margin-top: 60px;
  width:240px;
}


@media(min-width: 768px) {
  section.four h1 {
    margin-top: 0px;
  }
}

button.gradient {
  width: 300px;
  padding: 20px;
  border: none;
  border-radius: 1000px;
  background: linear-gradient(45deg, #49A1C1, #6FC54B);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  color: white;
  text-decoration: none;
  letter-spacing: 1.5px;
}

button.gradient .light {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  filter: blur(30px);
  opacity: 0.5;
  background-color: white;
  left: -300px;
}

button.gradient:hover .light {
  left: 300px;
}

button.gradient span.small {
  font-size: 16px;
}


/* SECTION FIVE */
section.five {
  background-color: #0A0E2E;
}

section.five h4 {
  letter-spacing: normal;
}

section.five img {
  width: 200px;
  object-fit: contain;
}

@media(min-width: 767px) {
  section.five img {
    margin-top: -20px;
  }
}

section.five a img {
  margin-top: 10px;
}

/* SECTION SIX */
section.six {
  position: relative;
  background: url('../assets/various/bg_token_creator_big.png');
  color: white;
  background-size: cover;
  background-position: center;
}

@media(max-width: 1000px) {
  section.six {
    background: #1a2a4a;
  }
}

section.six h4 {
  margin: 30px 0px;
}

section.six .disk {
  box-shadow: 0px 0px 54px 0px #01E6EE;
  border-radius: 50%;
  /*height: 260px;*/
  margin: 100px 0px 35px;
}

section.six .disk img {
  max-width: 350px;
  min-width: 300px;
  width: 100%;
}

section.six>div>img {
  width: 60%;
  object-fit: contain;
  margin: 50px 0;
}

section.six div.cards {
  color: white;
  margin: 0px 0px 50px;
}

section.six div.card div.circle div.disk {
  background-color: #001024;
}

section.six button.gradient {
  margin-top: 50px;
}

/* SECTION SEVEN */

section.seven {
  background-color: #001024;
  color: white;
  position: relative;
}

section.seven h5 {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}


section.seven button.gradient {
  margin-top: 50px;
}

section.seven img {
  width: 50%;
  max-width: 600px;
  object-fit: contain;
  margin: 0px 20px;
}

@media(max-width: 767px) {
  section.seven img {
    width: 90%;

    max-width: 300px;
    object-fit: contain;
    margin: 0px 20px;
  }
}

/* SECTION EIGHT */

section.eight h5 {
  font-weight: 400;
}

section.eight h4 {
  color: darkslategray;
}
section.eight{
  padding: 70px 100px;

}

/* SECTION NINE */

section.nine {
  background-color: #0A0E2E;
  padding: 80px 20px;
}

@media(min-width: 1024px) {
  section.nine#roadmap .map-container {
    background: url('../assets/various/roadmap_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 250px;
  }
}

section.nine .gem {
  position: relative;
}

section.nine .gem>.gem-bg {
  width: 75px;
  height: 75px;
  position: absolute;
  /* background: linear-gradient(0deg, rgba(0, 177, 241, 0.2), rgba(99, 223, 22, 0.2)); */
  border-radius: 1000px;
  filter: blur(10px) grayscale(100%);
  transition: all 1s ease-in-out;
}

section.nine .gem>img.gem-icon {
  width: 60px;
  position: relative;
  object-fit: contain;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

section.nine #roadmap-mobile .gem>img.gem-icon {
  filter: grayscale(100%);
}

section.nine .mobile .gem-icon {
  left: -5px;
}

section.nine div.block.completed .gem>img.gem-icon {
  opacity: 0;
}

section.nine .gem>img.flame {
  display: none;
}

section.nine div.block.completed .gem>img.flame {
  display: block;
  width: 50px;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

section.nine .desktop .gem>img.flame {
  bottom: 3px !important;
}

section.nine div.block.completed {
  filter: grayscale(0%);
}

section.nine div.block.completed .gem {
  animation: none;
  -webkit-animation: none;
}

section.nine div.map-container {
  position: relative;
}

section.nine div.line.desktop {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(0, 173, 230, 0.3), rgb(128, 128, 128, 0.2), rgb(128, 128, 128, 0.2));
  position: absolute;
  top: 2px;
  border-radius: 1000px;
}

section.nine div.line.mobile {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 24px;
  bottom: -5%;
  background: linear-gradient(to bottom, rgba(0, 173, 230, 0.3), rgb(128, 128, 128, 0.2), rgb(128, 128, 128, 0.2));
}

section.nine div.map {
  margin-top: -30px;
}

section.nine div.map div.block {
  width: 20%;
}

section.nine .fa-check {
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: white;
  border: 2px solid #00b0f3ff;
  border-radius: 1000px;
  color: white;
}

section.nine .fa-check.completed {
  color: black;
}

section.nine div.block div.content {
  padding: 5%;
}

section.nine div.block .content span {
  text-align: center;
  font-size: 12px;
}

section.nine div.block .content span.title {
  font-size: 16px;
  color: #00ade6;
  font-weight: 600;
  margin: 30px;
}

section.nine div.block .content span.content {
  margin-top: 2%;
  font-size: 16px;
  font-weight: 500;
}

section.nine .desktop {
  display: none !important;
}

section.nine #roadmap-desktop .completed .gem>img.flame,
section.nine #roadmap-desktop .gem>img.gem-icon {
  width: 120px;
}

@media (min-width: 1366px) {

  section.nine #roadmap-desktop .completed .gem>img.flame,
  section.nine #roadmap-desktop .gem>img.gem-icon {
    width: 140px;
  }
}

@media (min-width: 1024px) {
  section.nine .desktop {
    display: flex !important;
  }

  section.nine .mobile {
    display: none !important;
  }
}

section.nine .mobile div.block {
  width: 100%;
  margin: 5% 0;
}

section.nine .mobile div.block div.content {
  width: calc(100% - 64px);
}

section.nine .mobile div.block span.content,
section.nine .mobile div.block span.title {
  text-align: left;
}

/* SECTION TEN */

section.ten div.person {
  width: 220px;
}

section.ten div.person div.avatar-container {
  width: 128px;
  height: 128px;
  position: relative;
}

section.ten div.person div.avatar-container span.fa {
  position: absolute;
  bottom: -8px;
  right: -8px;
  color: #00ade6;
  border-radius: 1000px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  font-size: 12px;
}

section.ten div.person div.avatar-container a:hover span.fa {
  background-color: #00ade6;
  color: white;
}

section.ten div.person img.avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1000px;
}

section.ten div.person h4 {
  font-size: 14px;
  margin-bottom: 0.67em;
}

section.ten div.person span {
  font-size: 10px;
}

section.ten div.person h5 {
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.67em;
}

section.ten #team {
  margin: 50px 0;
}

section.ten #advisors,
section.ten #standard {
  margin: 50px 0;
}

#partnership {
  margin: 100px 0px 50px;
}

/* SECTION ELEVEN */

section.eleven h1 {
  margin-bottom: 50px;
}

section.eleven img {
  width: 150px;
}

section.eleven .partner,
section.eleven .partner a {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.eleven .partner {
  border: 1px solid #eee;
  margin: 10px;
}

section.eleven .partner a:hover {
  box-shadow: 3px 6px 10px #eee;
}

section.eleven {
  padding-top: 0px;
}

/* FOOTER */

footer {
  padding: 100px 5%;
  background-color: #F2F2F2;
}

footer div.links a {
  color: black;
  text-decoration: none;
  margin: 20px;
  min-width: 110px;
  font-size: 12px;
}

footer div.links a:hover {
  text-decoration: underline;
}

footer div.links img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

footer small {
  margin: 50px auto 10px auto;
  font-size: 10px;
}

footer h5 {
  margin: calc(0.67em * 6);
  font-size: 12px;
}

footer div.socials a {
  background-color: white;
  border-radius: 1000px;
  color: #00ade6;
  width: 48px;
  height: 48px;
  margin: 10px;
}

footer div.socials a:hover {
  background-color: #00ade6;
  color: white;
}

footer div.buttons a {
  min-width: 150px;
  min-height: 30px;
  margin: 5px 10px;
  font-size: 12px;
}

footer div.buttons a button {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  border-radius: 1000px;
  color: #00ade6;
  font-weight: 500;
}

footer div.buttons a:hover button {
  background-color: #00ade6;
  color: white;
}

/* NAV MENU BALLON */

nav #menu-button-balloon {
  position: fixed;
  width: 100px;
  height: 100px;
  top: -30px;
  right: -17px;
  z-index: 1001;
  background-color: #00ade6;
  border-radius: 50%;
  transition: none;
}

nav #menu-button-balloon.is-active {
  background-color: transparent;
}

nav #menu-button-balloon.is-hidden {
  pointer-events: none;
  opacity: 0;
}

nav #menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  filter: invert(100%);
  opacity: 0.9;
}

nav #menu-button.is-active {
  opacity: 1;
}

nav #menu-button.is-hidden {
  pointer-events: none;
  opacity: 0;
}

/* MODAL */

div.modal,
div.modal-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

div.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(2);
}

div.modal {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}

div.modal.is-active {
  opacity: 1;
  pointer-events: all;
}

div.modal-content,
div.modal-content * {
  z-index: 1;
}

div.modal-content {
  max-height: 80%;
  position: relative;
  overflow: hidden;
}

div.modal-inner-content {
  background-color: white;
}

#menu-modal div.modal-content {
  max-height: 100%;
  height: 100%;
}

#menu-modal a {
  color: white;
  font-size: 24px;
  margin: 8px 0;
  text-decoration: none;
  font-weight: 500;
}

#menu-modal a:hover {
  text-shadow: 0 0 5px white;
  text-align: center;
}

#menu-modal div.modal-overlay {
  background-color: #00ade6;
}

#appstore-modal div.modal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

#appstore-modal div.modal-content {
  height: auto;
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
}

div.modal-content>h2 {
  margin: 0;
  background-color: #00ade6;
  color: white;
  padding: 0 15px;
  min-height: 60px;
}

#appstore-modal div.modal-content h4 {
  font-size: 14px;
  padding: 0 15px;
}

div.modal-content span.fa {
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 1000px;
}

div.modal-content span.fa:hover {
  background-color: white;
  color: #00ade6;
}

#privacy-policy-modal div.modal-content,
#terms-of-use-modal div.modal-content {
  min-height: 80%;
}

/* NEWS */

#news {
  background-color: #00ade6;
  border-radius: 1000px;
  padding: 5px;
  color: white;
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: auto;
  max-width: calc(100% - 10px);
}

#news div.round {
  background-color: #006f94;
  padding: 10px;
  font-weight: 700;
  border-radius: 1000px;
  margin-right: 10px;
  font-size: 12px;
}

#news div.text {
  font-size: 12px;
}

#news div.text a {
  font-weight: 700;
  color: white;
  text-decoration: none;
}

#news div.text a:hover {
  text-decoration: underline;
}

/* PRIVACY POLICY */

div.privacy-policy-content {
  background-color: white;
  overflow-y: auto;
  padding: 15px;
}

/* WHITEPAPER */

div#whitepaper-language-modal div.selector {
  padding: 15px;
  cursor: pointer;
  color: black;
}

div#whitepaper-language-modal div.selector:hover {
  background-color: lightgrey;
}

div#whitepaper-language-modal span.flag-icon {
  font-size: 24px;
}

div#whitepaper-language-modal div.modal-inner-content {
  background-color: #f2f2f2;
}

section.ten #advisors a[href='https://www.linkedin.com/in/ellyzhang/'] {
  display: none;
}