:root {
  --bgColor: #5adbff;
  --supercell: 'supercell-magic', serif;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--bgColor);
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'supercell-magic';
  src: url('../fonts/supercell-magic-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/supercell-magic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/supercell-magic-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/supercell-magic-webfont.ttf')  format('truetype') /* Safari, Android, iOS */
}

/* START => Header */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .main-menu.bg-menu {
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-bottom: 1rem;
}
header .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main-menu ul li {
  margin: auto 1rem;
}
header .main-menu ul li a {
  display: inline-block;
  color: #f8a557;
  /* width: 100px; */
  text-align: center;
  text-transform: uppercase;
  font-family: var(--supercell);
  font-size: 1.2rem;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
header .main-menu ul li a span {
  padding: 1.1rem 2rem;
  display: block;
  background-color: #612d12;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
header .main-menu ul li a.active span {
  color: #fff;
  background: rgb(33,255,6);
  background: linear-gradient(0deg, rgba(33,255,6,1) 42%, rgba(255,255,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21ff06",endColorstr="#ffff69",GradientType=1);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 0px 8px #3e1d0c inset;
  -webkit-box-shadow: 0px 0px 0px 8px #3e1d0c inset;
  -moz-box-shadow: 0px 0px 0px 8px #3e1d0c inset;
  -o-box-shadow: 0px 0px 0px 8px #3e1d0c inset;
}
.logo-header {
  text-align: center;
  margin-top: 1rem;
}
.logo-header img {
  max-height: 140px;
}
/* //END => Header */

/* START => Main Banner */
.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  box-shadow: 0 0px 13px 9px #391203;
}
.hands-imgs img {
  position: absolute;
  top: 15%;
  height: 120px;
}
.hands-imgs img.left {
  left: -20px;
}
.hands-imgs img.right {
  right: -20px;
  transform: rotate(-15deg);
  height: 150px;
}
.main-banner .man-imgs img {
  position: absolute;
  bottom: 0;
}
.main-banner .man-imgs img.left {
  left: 200px;
  max-height: 550px;
}
.main-banner .man-imgs img.right {
  right: 200px;
  max-height: 600px;
}
/* .bg-line {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  z-index: -1;
} */
/* //END => Main Banner */

/* START => IDEA */
.sec-idea {
  position: relative;
}
.sec-idea > .container {
  position: relative;
  z-index: 1;
}
.idea-content {
  position: relative;
  padding: 7rem 5rem 5rem 5rem;
}
.bg-idea {
  margin-top: -15px;
}
.vectors-tree {
}
.vectors-tree img {
  position: absolute;
}
img.vectors-tree_left {
  position: absolute;
  left: 0;
  max-height: 360px;
  top: -90px;
  z-index: -1;
}
.vectors-tree img.right {
  right: -1px;
  max-height: 440px;
  top: -150px;
  z-index: 1;
}
.titles {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.titles .title {
  display: inline-block;
  color: #fff;
  padding: 1.3rem 7.5rem;
  font-size: 3rem;
  font-family: var(--supercell);
  text-transform: uppercase;
  text-shadow: 0 0 5px #111;
}
.desc-idea {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}
/* //END => IDEA */

/* START => ERA */
.sec-era > .container-fluid.px-5,
.sec-era {
  position: relative;
  z-index: 1;
}
.era-bg_era {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: -1;
}
.block {}

.block_one {}
.block_one .block-items {
  position: relative;
  top: -70px;
  z-index: -1;
}
.block_one .block-items .item {
  padding: 1.5rem 3rem;
  padding-top: 2rem;
  border-radius: 20px;
  background-color: #2a0c01;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
  -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6) inset;
}
.block_one .block-items .item strong {
  display: block;
  font-family: var(--supercell);
  color: #fff;
  text-shadow: 0px 3px 2px #66351a;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.block_one .block-items .item p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.block_two {
  margin-top: -90px;
}
.block_two .block-items {
  position: relative;
  top: -12px;
  z-index: -1;
}
.block_two .block-items .item {
  padding: 1.5rem 3rem;
  padding-top: 2rem;
  border-radius: 20px;
  background-color: #604012;
  box-shadow: 0px 0px 40px 0px #251706 inset;
  -webkit-box-shadow: 0px 0px 40px 0px #251706 inset;
  -moz-box-shadow: 0px 0px 40px 0px #251706 inset;
  -o-box-shadow: 0px 0px 40px 0px #251706 inset;
}
.block_two .block-items .item strong {
  display: block;
  font-family: var(--supercell);
  color: #fff;
  text-shadow: 0px 3px 2px #3a270b;
  font-size: 1.7rem;
}
.block_two .block-items .item p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

.block_three {
  margin-top: -50px;
}
.block_three .block-items {
  position: relative;
  top: -16px;
  z-index: -1;
}

.block_three .block-items .item {
  padding: 1.5rem 3rem;
  padding-top: 2rem;
  border-radius: 20px;
  background-color: #111f57;
  box-shadow: 0px 0px 40px 0px #0b133a inset;
  -webkit-box-shadow: 0px 0px 40px 0px #0b133a inset;
  -moz-box-shadow: 0px 0px 40px 0px #0b133a inset;
  -o-box-shadow: 0px 0px 40px 0px #0b133a inset;
}
.block_three .block-items .item strong {
  display: block;
  font-family: var(--supercell);
  color: #fff;
  text-shadow: 0px 3px 2px #081136;
  font-size: 2rem;
}
.block_three .block-items .item p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}

/* //END => ERA */

/* START => Tokens */
.sec-tokens {
  margin-top: 15rem;
}
.sec-tokens .bg-idea {
}
.desc-tokens {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}

.tokken-items {
  margin-top: 3.5rem;
}
.item-tokken {
  text-align: center;
}
.item-tokken img {
  max-height: 250px;
}
.item-tokken strong {
  display: block;
  font-family: var(--supercell);
  color: #fff;
  text-shadow: 0px 3px 2px #3a270b;
  font-size: 1.5rem;
}
/* //END => Tokens */

/* START => RoadMap */
.sec-roadmap {
  margin-top: 15rem;
}
.shadow_roadmap {
  padding: 3rem;
  background-color: #3e1404;
  box-shadow: 0px 0px 40px 0px #200900 inset;
  -webkit-box-shadow: 0px 0px 40px 0px #200900 inset;
  -moz-box-shadow: 0px 0px 40px 0px #200900 inset;
  -o-box-shadow: 0px 0px 40px 0px #200900 inset;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.roadmap_desc {}
.roadmap_desc li {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: bold;
}
.mt_5rem {
  margin-top: 5rem;
}
/* //END => RoadMap */

/* START => Footer */
footer {
  position: relative;
  padding-top: 10rem;
  overflow: hidden;
}

.footer_hands-imgs img {
  position: absolute;
  top: 15%;
  max-height: 100px;
}
.footer_hands-imgs img.left {
  left: -20px;
}
.footer_hands-imgs img.right {
  right: -20px;
  /* -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg); */
  max-height: 110px;
}

.px_120px {
  padding-left: 120px;
  padding-right: 120px;
}
.footer-content {
  padding: 5rem 3rem 3rem;
  background-color: #154d5d;
  box-shadow: 0px 0px 40px 0px #020d10 inset;
  -webkit-box-shadow: 0px 0px 40px 0px #020d10 inset;
  -moz-box-shadow: 0px 0px 40px 0px #020d10 inset;
  -o-box-shadow: 0px 0px 40px 0px #020d10 inset;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  height: 100%;
}
.footer-content {}
.logo_footer {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.social_media {

}
.links_footer {}
.links_footer li {
  margin: auto 2rem;
}
.links_footer li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
/* //END => Footer */
