
@font-face {
    font-family: "Inter";
    src: url('fonts/Inter-Regular.ttf');
    src: url('fonts/Inter-Regular.ttf')  format('truetype')
    font-style: normal;
}

@font-face {
    font-family: "InterTight";
    src: url('fonts/InterTight-VariableFont_wght.ttf');
    src: url('fonts/InterTight-VariableFont_wght.ttf')  format('truetype')
    font-style: normal;
}

@font-face {
    font-family: "Playfair";
    src: url('fonts/PlayfairDisplay-Regular.ttf');
    src: url('fonts/PlayfairDisplay-Regular.ttf')  format('truetype')
    font-style: normal;
}


@font-face {
    font-family: "Monofett";
    src: url('fonts/Monofett-Regular.ttf');
    src: url('fonts/Monofett-Regular.ttf')  format('truetype')
/*
    font-style: normal;
*/
}

@font-face {
    font-family: "Kanit";
    src: url('fonts/Kanit-ExtraBold.ttf');
    src: url('fonts/Kanit-ExtraBold.ttf')  format('truetype')
/*
    font-style: normal;
*/
}

:root {
    --main-color: #00ffff;
}


html {
    font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  width: auto;
  overflow-x: hidden;
  font-size: 18px;
/*
  line-height: 23px;<
*/
  font-family: 'Inter', sans-serif;
  background: #282828;
/*
  background: #000;
*/
  color: white;
  
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

.maxWidthContainer {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .maxWidthContainer {
    max-width: auto;
    margin: 0 5px;
  }
}

#pageHeader {
    top: 0;
    z-index: 555;
    position: sticky;
    background: #282828;
}

#main {
/*
  max-width: 800px;
*/
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 767px) {
  #main {
    padding: 0 15px;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

a {
    color: #00ffff;
    text-decoration: none;
}


h1, h2, h3, h4, h5 {
  font-family: Playfair;
  letter-spacing: 0.06em;
  margin: 0;
  margin-top: 80px;
  text-transform: none;
  color: #00ffff;
}

h1 {
  font-family: Inter;
  font-size: 72px;
  line-height: 80px;
  margin: 0;
}

@media (max-width: 767px) {
  h1 {
  font-size: 45px;
  line-height: 60px;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
h5 {
  font-size: 18px;
  line-height: 22px;
}

ul, ol {
  margin: 20px 0;
  margin-left: 40px;
}

ul li, ol li {
  margin-top: 10px;
}


ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") " ";
    margin-left: -20px;
}


ol.whitepaperOverview li {
  margin-top: 0px;
}

ul.listAttention {
  margin-left: 20px;
}

ul.listAttention li {
  list-style: none;
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 30px;
}

ul.listAttention li::before {
  color: white;
  content: '\26A0';
  margin-right: 10px;
}

ul.listRocket {
  margin-left: 20px;
}

ul.listRocket li {
  list-style: none;
  list-style-position: inside;
/*
  text-indent: -30px;
*/
  padding-left: 15px;
  position: relative;
}

ul.listRocket li::before {
  content: " ";
  height: 15px;
  width: 15px;
  position: absolute;
  left: -16px;
  top: 4px;
	background-image: url("./Rocket.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
  margin-right: 10px;
}





.whitepaperDe {
  position: relative;
}

p {
  margin-bottom: 20px;
  hyphens: auto;
}

hr {
  margin: 60px;
}

/*
ol.whitepaperOverview {
  padding-inline-start: 40px;
}

ol.whitepaperOverview ol {
  padding-inline-start: 40px;
}
*/


.whitepaperHeadline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  font-size: 44px;
}

.whitepaperHeadline img {
  width: 200px;
  margin-bottom: 10px;
}

.h1langDesc {
  color: white;
  font-size: 2rem;
}

.whitepaperSubline {
  text-align: center;
}

@media (max-width: 767px) {
  .whitepaperSubline h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

/*
.whitepaperSubline h2 {
  font-size: 2.6rem;
}
*/

.baseInformation {
  margin: 60px auto;
  text-align: center;
}
table.bscTable {
  margin: 60px 0;
}
table.contractAddresses {
  margin: 60px 0;
}
@media (max-width: 767px) {
  table.contractAddresses {
    font-size: 80%;
    line-break: anywhere;
  }
}


/*
#navigation ul {
  margin: 0;
  display: flex; 
}

#navigation ul li {
  margin: 20px 10px;
  list-style-type: none;
}
*/

/*
#navigation ul li a {
  color: white;
}
*/


.arrow-wrap-container {
    position: absolute;
    z-index: 222;
    top: 92vh;
    right: 20px;
}

.arrow-wrap {
    background: #000000;
    width: 4rem;
    height: 4rem;
    padding: .5em .5em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #00ffff;
}

.arrow-wrap .arrow {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1.5em 1.5em 0 1.5em;
    border-color: #00ffff transparent transparent transparent;
}

.arrow-wrap .arrow-down {
  transform: translate(-50%, -50%);
}

.arrow-wrap:hover {
  background: #00ffff;
}

.arrow-wrap:hover .arrow {
  border-color: #000000 transparent transparent transparent;
}




body::-webkit-scrollbar-track {
  background-color: #00ffff;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #00ffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #666666;
}







#abbinder {
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    color: #ffffff;
    margin: 10px auto;
    max-width: 1024px;
}



