@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.h2 {
  font-size: 2rem;
  line-height: 1.25;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.35;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.color-white{
  color: #ffffff;
}

.nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 94px;
  justify-content: center;
  /* background: #b6210f; */
  backdrop-filter: blur(10px);
  align-items: center;
}
.nav:after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.15);
}
.nav .content {
  position: relative;
  display: flex;
  /* width: 100%; */
  max-width: 1240px;
  margin: 0 20px;
  height: 94px;
  align-items: center;
  z-index: 1;
}
.nav .content .logo {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0px 10px 10px 0;
  width: 245px;
  height: 68px;
  background: url("img/logo_long.png") no-repeat center left;
  background-size: auto 68px;
}
.nav .content ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 300px);
}
.nav .content ul li {
  padding: 0 10px;
}
.nav .content ul li .link {
  display: flex;
  height: 59px;
  align-items: center;
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
/* .nav .content ul li .link:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
} */
.nav .content .app {
  z-index: 2;
  margin: 10px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #80BA3D;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
}
/* .nav .content .app:after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  content: "SOON";
  color: #FFF;
  font-size: 16px;
  border-radius: 15px;
  background: #80BA3D;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */
.nav .content .app:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); */
}
.nav .content .app:hover:after {
  opacity: 1;
}
.nav .content .burger {
  display: none;
}
@media screen and (max-width: 767px) {
  /* .nav {
    backdrop-filter: none;
  }
  .nav .content {
    margin: 0;
  }
  .nav .content .logo {
    margin: 10px 0 10px 20px;
    width: calc(100% - 100px);
  }
  .nav .content .burger {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .nav .content .burger .bar {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #FFF;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
  }
  .nav .content .burger .bar:after, .nav .content .burger .bar:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #FFF;
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
  }
  .nav .content .burger .bar:after {
    top: -8px;
  }
  .nav .content .burger .bar:before {
    top: 8px;
  }
  .nav .content .burger.expand .bar {
    background: rgba(255, 255, 255, 0);
  }
  .nav .content .burger.expand .bar:before, .nav .content .burger.expand .bar:after {
    top: 0;
  }
  .nav .content .burger.expand .bar:before {
    transform: rotate(-45deg);
  }
  .nav .content .burger.expand .bar:after {
    transform: rotate(45deg);
  } */
  .nav .content ul {
    position: fixed;
    width: 200px;
    top: 93px;
    left: 0;
    flex-direction: column;
    height: calc(100% - 70px);
    padding-top: 10px;
    background: #FFFFFF;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.15);
    transform: translateX(-250px);
    transition: all 0.6s ease-in-out;
  }
  .nav .content ul li {
    width: 100%;
    padding: 0;
  }
  .nav .content ul li .link {
    display: flex;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 39px;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  /* .nav .content ul li .link:hover {
    color: #FFF;
    border-bottom: 1px solid #07FBFD;
  } */
  .nav .content ul.show {
    transform: translateX(0);
  }
}

.heading {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  /* background: url("img/heading-background.png") no-repeat;
  background-size: auto;
  background-position: top 100px left; */
}
.heading:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
}
.heading:after {
  left: 0;
  top: calc(50% - 85px);
  width: 172px;
  height: 170px;
  /* background: url("img/line.svg") no-repeat center; */
  background-size: 172px 170px;
}
.heading .wave {
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.heading .wave:before {
  position: absolute;
  z-index: 1;
  content: "";
  right: -116px;
  bottom: -26px;
  width: 360px;
  height: 180px;
  background: url("img/wave.svg") repeat;
  background-size: 32px 8px;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.heading .content {
  margin: 100px 20px 0px 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  align-items: center;
  overflow: hidden;
}

.heading .content .about .btn {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 25px;
  padding: 12px 30px;
  letter-spacing: 0em;
  min-width: 120px;
  border-radius: 40px;
  text-align: center;
  font-size: 23px;
  font-family: Poppins;
  font-weight: 700;
  /* color: #b6210f; */
}

.heading .content .about {
  display: flex;
  flex-direction: column;
  /* width: calc(100% - 720px);
  padding: 0 200px 0 0; */
  width: calc(100% - 620px);
  padding: 0 100px 0 0;
  justify-content: center;
}

.heading .content .about img {
max-width: 100%;
min-width: 250px;
padding-right: 0;
padding-left: 0;
}
.heading .content .about h1 {
  margin: 0;
  font-size: 36px;
  color: #FFF;
}
.heading .content .about h1 .aptos {
  /* background: -webkit-linear-gradient(#14E63D, #07FBFD); */
  background: -webkit-linear-gradient(-90deg, #0df2be 0%, #17e350 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading .content .about p {
  padding: 20px 0 20px 0;
  font-size: 28px;
  text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 30px;
  font-stretch: normal;
  text-align: center;
}
.heading .content .about .chain-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.heading .content .about .chain-list .chain-block {
  margin: 0 10px 10px 0;
  width: calc(33% - 12px);
  height: 60px;
  border-radius: 4px;
  border: 1px solid #17171B;
}
.heading .content .about .social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* gap: 12px; */
}


.heading .content .about .social .element {
  margin-right: 1em;
  margin-bottom: 1em;
  box-sizing: border-box;
  width:  80px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.heading .content .about .social .element.twitter {
  background: url("img/twitter.png") no-repeat center;
  background-size: auto 80px;
}
.heading .content .about .social .element.x {
  background: url("img/x.png") no-repeat center;
  background-size: auto 80px;
}
.heading .content .about .social .element.telegram {
  background: url("img/telegram.png") no-repeat center;
  background-size: auto 80px;
}
.heading .content .about .social .element.dextools {
  background: url("img/dextools.png") no-repeat center;
  background-size: auto 80px;
}
.heading .content .about .social .element.ethchain {
  background: url("img/etherscan.png") no-repeat center;
  background-size: auto 80px;
}
.heading .content .about .social .element.cmc {
  background: url("img/cmc.png") no-repeat center;
  background-size: auto 80px;
}

.heading .content .about .btn-group {
  display: flex;
}

.heading .content .about .btn-group .btn {
  margin-right: 10px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.heading .content .about .btn-group .btn:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.heading .content .about .btn-group .btn.buy-token {
  background-size: 300% 100%;
  /* background-image: linear-gradient(to right, #14E63D, #07FBFD, #00E0E2, #10BDBE); */
  background-image: -webkit-linear-gradient(-90deg, #DCFF06 0%, #DCFF06 100%);
}
.heading .content .about .btn-group .btn.buy-token:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.heading .content .about .btn-group .btn.whitepaper {
  background: #FFF;
}
.heading .content .about .btn-group .btn.whitepaper:hover:after {
  display: none;
}
.heading .content .graphic {
  display: block;
  position: relative;
  width: 520px;
  height: 570px;
}
.heading .content .graphic:after, .heading .content .graphic:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
}
.heading .content .graphic:after {
  left: calc(50% - 160px);
  top: 90px;
  width: 320px;
  height: 320px;
  background: #DCFF06 ;
  background: linear-gradient(180deg, #DCFF06 0%, #DCFF06 100%);
  border-radius: 100%;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  animation-name: blur;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes blur {
  0% {
    background: #DCFF06;
  }
  50% {
    /* background: linear-gradient(180deg, rgb(7, 251, 253) 0%, rgb(20, 230, 61) 100%); */
    background: #DCFF06;
  }
  100% {
    background: #DCFF06;
  }
}
.heading .content .graphic:before {
  left: calc(50% - 150px);
  top: 90px;
  width: 300px;
  height: 300px;
  background-size: 300px;
  animation-name: border;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.heading .content .graphic .swap {
  z-index: 2;
  position: absolute;
  display: block;
  left: calc(50% - 245px);
  top: calc(50% - 245px);
  width: 490px;
  height: 490px;
  background: url(img/logo_transparent.png) no-repeat;
  background-size: 100% 100%;
}

.heading .content .graphic .swap .btc,
.heading .content .graphic .swap .eth,
.heading .content .graphic .swap .tether {
  position: absolute;
  display: block;
  z-index: 3;
}

.heading .content .graphic .swap .tether {
  left: 35px;
  bottom: 40px;
  width: 130px;
  height: 130px;
  background: url(img/r-tether.png) no-repeat center;
  background-size: 130px auto;
  animation-name: tether;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes tether {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 40px;
  }
}

.heading .content .graphic .swap .btc{
  left: 180px;
  bottom: 370px;
  width: 130px;
  height: 130px;
  background: url(img/r-btc.png) no-repeat center;
  background-size: 130px auto;
  animation-name: btc;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes btc {
  0% {
    bottom: 370px;
  }
  50% {
    bottom: 350px;
  }
  100% {
    bottom: 370px;
  }
}

.heading .content .graphic .swap .eth{
  left: -30px;
  bottom: 250px;
  width: 130px;
  height: 130px;
  background: url(img/r-eth.png) no-repeat center;
  background-size: 130px auto;
  animation-name: eth;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@keyframes eth {
  0% {
    bottom: 250px;
  }
  50% {
    bottom: 270px;
  }
  100% {
    bottom: 250px;
  }
}



@media screen and (max-width: 1620px) {
  .heading:after {
    left: -86px;
  }
}
@media screen and (max-width: 1440px) {
  .heading:after {
    left: -130px;
  }
}
@media screen and (max-width: 1280px) {
  .heading:after {
    display: none;
  }
  .heading .content .about {
    width: calc(100% - 580px);
    padding: 0 60px 0 0;
  }

  .heading .content .about .btn {
    width: 90%;
    font-size: 14px;
    /* background-color: #72a73d;
    line-height: 25px;
    padding: 12px 30px;
    letter-spacing: 0.1em;
    min-width: 120px;
    border-radius: 40px;
    text-align: center;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    color: #FFF; */
  }
}
@media screen and (max-width: 992px) {
  .heading .content .about {
    width: 100%;
    padding-top: 50px;
  }
  .heading .content .graphic {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .heading .wave {
    width: 160px;
    height: 160px;
  }
  .heading .wave:before {
    right: -210px;
  }
  .heading .content {
    margin: 80px 20px 60px 20px;
  }
  .heading .content .about .chain-list .chain-block {
    width: calc(100% - 12px);
  }
  .heading .content .graphic:after {
    left: calc(50% - 110px);
    top: 100px;
    width: 220px;
    height: 220px;
  }
  .heading .content .graphic:before {
    left: calc(50% - 110px);
    top: 100px;
    width: 220px;
    height: 220px;
    background-size: 220px;
  }
  .heading .content .graphic .swap {
    /* left: calc(50% - 220px);
    top: calc(50% - 220px);
    width: 440px;
    height: 440px;
    background: url(img/orange-main.png) no-repeat;
    background-size: 440px 440px; */
  }
  .heading .content .graphic .swap .aptos {
    left: -30px;
    width: 80px;
    height: 80px;
    background: url(img/aptos.svg) no-repeat center;
    background-size: 80px auto;
  }
  .heading .content .graphic .swap .sui {
    left: 60px;
    width: 80px;
    height: 88px;
    background: url(img/sui.svg) no-repeat center;
    background-size: 80px auto;
  }
  .heading .content .graphic .swap .linera {
    right: -30px;
    width: 80px;
    height: 75px;
    background: url(img/linera.svg) no-repeat center;
    background-size: 80px auto;
  }

  .heading .content .about .social .element {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .heading .content .about .social .element.twitter {
    background: url("img/twitter.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.x {
    background: url("img/x.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.telegram {
    background: url("img/telegram.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.dextools {
    background: url("img/dextools.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.bnbchain {
    background: url("img/bnbchain.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.ethchain {
    background: url("img/etherscan.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.cmc {
    background: url("img/cmc.png") no-repeat center;
    background-size: auto 60px;
  }
  .heading .content .about .social .element.pancakeswap {
    background: url("img/pancakeswap.png") no-repeat center;
    background-size: auto 60px;
  }

  .heading .content .about .btn {
    width: 80%;
    line-height: 15px;
    border-radius: 30px;
    text-align: center;
    font-size: 10px;
    font-family: Poppins;
    font-weight: 700;
  }

}

.features {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  animation-name: reveal;
  animation-duration: 2s;
  animation-timing-function: ease;
  /* background-color: #b6210f; */
}
@keyframes reveal {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.features .content {

  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1360px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  
}
.features .content .row {
  display: grid;
  place-items: center;
}


.features .content h2, .features .content .svg {
  display: flex;
  width: 100%;
  margin: 0 10px;
}
.features .content h2, .features .content .svg .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.features .content h2, .features .content p {
  /* display: flex; */
  width: 100%;
  margin: 0 10px;
}
.features .content h2 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  padding-bottom: 15px;
}

.features .content span{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.features .content span b {
  width: 75%;
  margin-top: 15px;
  color: #FFF;
  font-size: 18px;
  line-height: 25px;
  font-family: Poppins;
  font-weight: 500;
  text-align: center;
}


.features .content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
}
.features .content .item {
  margin: 5px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: calc(22% - 0px);
  /* width: calc(16.66% - 60px); */
  padding: 10px;
  /* align-items: center; */
  /* background-image: linear-gradient(to right, #1AE037, #07FBFD); */
  border-radius: 6px 6px 4px 4px;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
  transition: all ease-in-out 300ms;
  justify-content: center;
  text-align: center;
}

.features .content .item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: calc(100% - 1px);
  content: "";
  color: white;
  background: #710901;
  border-radius: 4px;
}

.features .content .itemb {
  width: calc(22% - 0px);
}


.features .content .item .bg, .features .content .item label, .features .content .item p, .features .content .item .btn {
  position: relative;
  z-index: 2;
}
.features .content .item .bg {
  display: block;
  /* width: 295px;
  height: 100px; */
}
/* .features .content .item .bg:after, .features .content .item .bg:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 295px;
  height: 100px;
  border-radius: 2px;
} */
/* .features .content .item .bg:after {
  left: 0;
  top: 0;
  background: #11A626;
} */
/* .features .content .item .bg:before {
  right: 0;
  bottom: 0;
  background: #70FF85;
} */
.features .content .item .icon {
  margin-top: -25px;
  /* position: relative; */
  z-index: 2;
  /* margin: 4px; */
  /* display: flex; */
  width: 100%;
  height: 100px;
  /* border-radius: 2px 0 2px 0; */
  /* margin: 0; */
}

.features .content .item .icon p{
  margin-top: 70px;
  color: #FFF;
  font-size: 22px;
  font-family: Poppins;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.features .content .item .bg .icon.htb1 {
  background: url("img/howtobuy5.png") no-repeat center;
  background-size: 285px;
}
.features .content .item .bg .icon.htb2 {
  background: url("img/howtobuy6.png") no-repeat center;
  background-size: 285px;
}
.features .content .item .bg .icon.htb3 {
  background: url("img/howtobuy7.png") no-repeat center;
  background-size: 285px;
}
.features .content .item .bg .icon.htb4 {
  background: url("img/howtobuy8.png") no-repeat center;
  background-size: 285px;
}
.features .content .item .icon.icon-gamefi {
  background: url("img/icon-gamepad.svg") no-repeat center ;
  background-size: 40px;
}
.features .content .item .icon.icon-nft {
  background: url("img/icon-nft.svg") no-repeat center;
  background-size: 40px;
}
.features .content .item .icon.icon-staking {
  background: url("img/icon-staking.svg") no-repeat center;
  background-size: 40px;
}
.features .content .item .icon.icon-launchpad {
  background: url("img/icon-launchpad.svg") no-repeat center;
  background-size: 40px;
}


.features .content .item label {
  margin: 0;
  padding-top: 15px;
  color: #FFF;

  font-size: 22px;
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  line-height: normal;
}
.features .content .item p {
  margin: 0;
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  font-family: Poppins;
  line-height: normal;
  font-stretch: normal;
}
.features .content .item .btn {
  display: flex;
  position: relative;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  color: #3C3A46;
  background: #17171B;
  transition: all 0.3s ease-in-out;
}
.features .content .item .btn:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.features .content .item .btn:last-child {
  margin-left: 10px;
}


.features .content .item .btn.disabled {
  color: #3C3A46;
  background: #17171B;
  cursor: default;
}
.features .content .item:hover {
  box-shadow: 0 10px 10px rgb(0, 0, 0, 0.15);
  transform: translate(0, -4px);
}



.features.apart {
  background-image: linear-gradient(to right, #0F0F12, #000);
}
.features.apart .content .item {
  width: calc(100% - 120px);
}
.features.apart .content .item .icons {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.features.apart .content .item .icons .icon {
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

.features.apart .content .item p {
  padding: 15px 0 0 0;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .features .content .item {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 576px) {
  .features .content {
    margin: 40px 10px 50px 10px;
  }
  .features .content .item {
    width: calc(100% - 0px);
  }
  .features.apart .content {
    margin: 40px 10px 50px 10px;
  }
  .features.apart .content .item {
    width: calc(100% - 0px);
  }
}

.usecase {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #72A73D;
  /* background-image: linear-gradient(to right, #0F0F12, #000); */
}
.usecase.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}
.usecase.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.usecase .content {
  margin: 70px 10px 90px 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  overflow: hidden;
}

.usecase .content h3, .usecase .content p {
  display: flex;
  width: 100%;
  margin: 0 10px;
  justify-content: flex-start;
}
.usecase .content h3 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}
.usecase .content p {
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
}
.usecase .content .token-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.usecase .content .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  /* display: table;
  width: 100%;
  clear: both; */

}

.usecase .content .row .row-image{
  /* width: 20%;
  display: table-cell;
  height: 300px; */
}

.usecase .content .row .row-text{
  /* position: absolute;
  width: 80%;
  display: table-cell;
  height: 300px; */
  padding-top: 50px;
  width: 100%
}


/* .usecase .content .token-row .token-block {
  display: flex;
  width: 16.66%;
  padding-top: 14px;
  align-items: flex-start;
  justify-content: center;
} */

.usecase .content .row .row-text p {
  display: inline-block;
  width: 95%;
  color: #FFF;
  font-size: 18px;
  text-align: left;
  font-family: Poppins;
  line-height: normal;
  font-stretch: normal;
}

.usecase .content .row .row-text img {
  display: flex;
  margin-left: 10px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}


.usecase .content .row .row-image .orange-about {
  display: block;
  width: 450px;
  height: 450px;
  background: url("img/orange-about.png") no-repeat center;
  background-size: 450px;
  margin-left: auto;
  margin-right: auto;

  
}

.usecase .content .token {
  margin: 10px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 20px);
  border-radius: 4px;
  transition: all ease-in-out 300ms;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.usecase .content .token:hover {
  box-shadow: 0 10px 10px rgb(0, 0, 0);
  transform: translate(0, -4px);
}
.usecase .content .token:hover .overview .dex-token {
  margin-top: -6px;
}

.usecase .content .token.token-wave .overview {
  background-image: linear-gradient(to bottom, #0D05B3, #07FBFD);
}
.usecase .content .token.token-wave .overview .dex-token {
  background: url("img/icon-wave.svg") no-repeat center;
  background-size: 100px;
}
.usecase .content .token .overview {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 170px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.usecase .content .token .overview .badge {
  position: absolute;
  left: 10px;
  top: 0;
  width: 4px;
  height: 6px;
  border-left: 4px solid #14E63D;
  border-right: 4px solid #07FBFD;
  background: #0D05B3;
}
.usecase .content .token .overview label {
  margin: 15px 0 35px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.usecase .content .token .overview .dex-token {
  display: block;
  margin-bottom: 50px;
  width: 100px;
  height: 100px;
  box-shadow: none;
  transition: all ease-in-out 300ms;
}
.usecase .content .token .overview .waves {
  display: flex;
  margin-top: auto;
  width: 100%;
  height: 44px;
  background: url("img/wave.svg") repeat;
  background-size: 24px 6px;
  border-radius: 0 0 0 4px;
}
.usecase .content .token .description {
  display: flex;
  width: calc(100% - 210px);
  flex-direction: column;
  padding: 15px 20px;
  background: #FFF;
  border-radius: 0 4px 4px 0;
}
.usecase .content .token .description label {
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.usecase .content .token .description p {
  margin: 0;
  width: calc(100% - 60px);
  padding: 0 40px 12px 0;
  font-size: 14px;
  color: #868394;
  line-height: 24px;
}
.usecase .content .token .description .ul {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}
.usecase .content .token .description .ul .li {
  position: relative;
  display: flex;
  width: calc(50% - 46px);
  padding: 0 20px 0 26px;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}
.usecase .content .token .description .ul .li .bullet {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(45deg, #14E63D, #07FBFD);
  border: 3px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 1280px) {
  .usecase .content .token .description .ul {
    padding: 0;
  }
  .usecase .content .token .description .ul .li {
    width: calc(100% - 46px);
    padding: 4px 20px 4px 26px;
  }
  .usecase .content .token .description .ul .li .bullet {
    top: 4px;
  }
}
@media screen and (max-width: 992px) {
  .usecase .content .token {
    width: calc(100% - 20px);
  }
  .usecase .content .token .overview {
    width: 40%;
  }
  .usecase .content .token .description {
    width: calc(60% - 40px);
  }
  .usecase .content .token .description p {
    width: calc(100% - 20px);
    padding: 0 0 12px 0;
  }
  .usecase .content .token .description .ul {
    padding: 4px 0;
  }
  .usecase .content .token .description .ul .li {
    width: calc(50% - 46px);
    padding: 0 20px 0 26px;
  }
  .usecase .content .token .description .ul .li .bullet {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .usecase .content .token-row .token-block {
    width: 100%;
    justify-content: flex-start;
  }
  .usecase .content .token-row .description {
    width: calc(100% - 20px);
  }
  .usecase .content .token-row .ul {
    padding: 0 10px;
    width: calc(50% - 20px);
  }

  .usecase .content {
    height: 810px;
  }

  .usecase .content .row {
    display: table;
    width: 100%;
    clear: both;
  }
  
  .usecase .content .row .row-image{
    display: block;
    height: 450px;
  }
  
  .usecase .content .row .row-text{
    margin-top: 50px;
    display: block;
    height: 450px;
  }

}
@media screen and (max-width: 576px) {
  .usecase .content {
    margin: 40px 10px 50px 10px;
    height: 1095px;
  }
  .usecase .content .row {
    display: table;
    width: 100%;
    clear: both;
  }
  

  .usecase .content .row .row-image{
    position: relative;
    display: block;
    height: 450px;
    width: 450px;
    overflow: hidden;
  }
  
  .usecase .content .row .row-text{
    margin-top: 50px;
    display: block;
    height: 450px;
    width: 75%;
  }

  .usecase .content .token .overview {
    width: 100%;
    height: inherit;
    border-radius: 4px 4px 0 0;
  }
  .usecase .content .token .description {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
}
@media screen and (max-width: 375px) {
  .usecase .content .token .description .ul {
    padding: 0;
  }
  .usecase .content .token .description .ul .li {
    width: calc(100% - 46px);
    padding: 4px 20px 4px 26px;
  }
  .usecase .content .token .description .ul .li .bullet {
    top: 4px;
  }
}

.tokenomics {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #72a73d;
  
}
.tokenomics.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}


.tokenomics .content .row .row-image .orange-chart {
  display: block;
  width: 450px;
  height: 450px;
  background: url("img/orange-chart.png") no-repeat center;
  background-size: 450px;
  margin-left: auto;
  margin-right: auto;
  left: calc(50% - 225px);
  top: calc(50% - 225px);
  position: absolute;
  display: block;
}


.tokenomics .content .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
  max-width: 1260px;
}

.tokenomics .content .row .row-text img {
  display: flex;
  padding-bottom: 30px;
}

.tokenomics .content .row .row-text {
  display: inline;
  width: 100%;
  margin: 14px;
}

.tokenomics .content .row .row-text .big {
  display: flex;
  color: #FFF;
  font-size: 35px;
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.tokenomics .content .row .row-image {
  display: inline-block;
  position: relative;
  width: 450px;
  height: 450px;
}



.tokenomics .content .row .row-text .bulletpoints{
  display: flex;
  flex-wrap: wrap;
}

.tokenomics .content .row .row-text .bulletpoints .point{
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  height: 40px;
  padding-bottom: 50px;

}

.tokenomics .content .row .row-text .bulletpoints .point .circle {
  width: 24px;
  height: 24px;
  align-self: center;
}

.tokenomics .content .row .row-text .bulletpoints .point span{
  width: 95px;
  margin-left: 10px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  line-height: 100%;
  font-stretch: normal;
}

.tokenomics.reveal-block {
  transform: translateY(0px);
  opacity: 1;

}
.tokenomics .content {
  margin: 70px 10px 90px 10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
  overflow: hidden;
}
.tokenomics .content h4, .tokenomics .content p {
  display: flex;
  width: 100%;
  margin: 0 10px;
}
.tokenomics .content h4 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}
.tokenomics .content p {
  color: #868394;
  font-size: 16px;
  line-height: 40px;
}
.tokenomics .content .orange-economics, .tokenomics .content .wave-economics {
  margin: 10px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tokenomics .content .orange-economics {
  width: 100%;
}
.tokenomics .content .orange-economics .token-name {
  display: flex;
  width: calc(100% - 20px);
  height: 70px;
  margin: 0 10px;
  font-size: 36px;
  font-weight: bold;
  background: -webkit-linear-gradient(#14E63D, #07FBFD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
}
.tokenomics .content .orange-economics .allocation-details {
  display: flex;
  flex-wrap: wrap;
}
.tokenomics .content .orange-economics .allocation-details .allocation {
  display: flex;
  width: calc(25% - 20px);
  margin: 10px;
  height: 90px;
  padding-bottom: 1px;
  background-image: linear-gradient(to right, #14E63D, #07FBFD);
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 300ms;
}
.tokenomics .content .orange-economics .allocation-details .allocation .bg {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding: 20px;
  background: #0F0F12;
  border-radius: 4px;
}
.tokenomics .content .orange-economics .allocation-details .allocation .bg label {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.tokenomics .content .orange-economics .allocation-details .allocation .bg p {
  margin: 0;
  width: 100%;
  padding: 4px 0 1px 0;
  font-size: 14px;
  line-height: 24px;
  color: #868394;
  white-space: nowrap;
}
.tokenomics .content .orange-economics .allocation-details .allocation .bg p .percent {
  font-weight: bold;
  padding-right: 4px;
  color: #14E63D;
}
.tokenomics .content .orange-economics .allocation-details .allocation:hover {
  box-shadow: 0 10px 10px rgb(0, 0, 0);
  transform: translate(0, -4px);
}
.tokenomics .content .orange-economics .token-details {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
}
.tokenomics .content .orange-economics .token-details .token-data {
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  margin: 10px;
}
.tokenomics .content .orange-economics .token-details .token-data .ticker {
  color: #868394;
  font-size: 14px;
  line-height: 18px;
}
.tokenomics .content .orange-economics .token-details .token-data .amount {
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  font-weight: bold;
}
.tokenomics .content .description {
  width: 40%;
}
.tokenomics .content .description .container {
  margin: 0 10px;
  width: calc(100% - 60px);
  padding: 0 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  background: #0F0F12;
  border-radius: 4px;
}
.tokenomics .content .description .container .amount {
  display: flex;
  margin-top: 24px;
  width: 100%;
  height: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  align-items: center;
}

.tokenomics .content .description .container .amount .icon-orange {
  display: block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  background: url(img/icon-orange.svg) no-repeat;
  background-size: 32px;
}

.tokenomics .content .description .container .dd {
  display: block;
  width: calc(100% - 38px);
  padding: 0 0 20px 38px;
  color: #FFF;
}
.tokenomics .content .description .container .info-block {
  width: 100%;
}
.tokenomics .content .description .container .info-block .title {
  display: block;
  width: 100%;
  padding: 0 0 4px 0;
  font-weight: bold;
  font-size: 16px;
}
.tokenomics .content .description .container .info-block .title.strong {
  color: #14E63D;
}
.tokenomics .content .description .container .info-block .title.buyback {
  color: #07FBFD;
}
.tokenomics .content .description .container .info-block p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 20px;
  font-size: 14px;
}
.tokenomics .content .description .container .info-block p.border {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #17171B;
}

.tokenomics .content .wave-economics {
  width: 40%;
}
.tokenomics .content .wave-economics .container {
  margin: 0 10px;
  width: calc(100% - 40px);
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: column;
  background: #0F0F12;
  border-radius: 4px;
}
.tokenomics .content .wave-economics .container .token-name {
  display: flex;
  margin: 0 10px;
  width: calc(100% - 20px);
  height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  align-items: center;
}
.tokenomics .content .wave-economics .container .mining {
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding: 18px 0 0 20px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
  background: -webkit-linear-gradient(#0D05B3, #07FBFD);
}
.tokenomics .content .wave-economics .container .mining .amount {
  width: 100%;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  line-height: 30px;
}
.tokenomics .content .wave-economics .container .mining .dd {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.tokenomics .content .wave-economics .container .mining:after, .tokenomics .content .wave-economics .container .mining:before {
  position: absolute;
  content: "";
  display: block;
}
.tokenomics .content .wave-economics .container .mining:after {
  top: -24px;
  right: 90px;
  width: 70px;
  height: 80px;
  background: url(img/nft.svg) no-repeat center;
  background-size: 70px auto;
  transform: rotate(-15deg);
}
.tokenomics .content .wave-economics .container .mining:before {
  top: 16px;
  right: -37px;
  width: 124px;
  height: 116px;
  background: url(img/dice.svg) no-repeat center;
  background-size: 124px auto;
}
.tokenomics .content .wave-economics .container .price-changes {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  padding: 15px 0 24px 0;
  border-bottom: 1px dashed #3C3A46;
}
.tokenomics .content .wave-economics .container .price-changes label {
  display: flex;
  align-items: center;
  width: 40%;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
.tokenomics .content .wave-economics .container .price-changes .stage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
  line-height: 20px;
  font-size: 14px;
  color: #868394;
}
.tokenomics .content .wave-economics .container .price-changes .stage .mined {
  color: #07FBFD;
  padding-right: 5px;
}
.tokenomics .content .wave-economics .container .price-changes .progress {
  margin-top: 10px;
  width: calc(100% - 10px);
  height: 12px;
  padding: 5px;
  background: #000;
  border-radius: 4px;
}
.tokenomics .content .wave-economics .container .price-changes .progress .filled {
  display: block;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(to right, #0D05B3, #07FBFD);
}
.tokenomics .content .wave-economics .container .token-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tokenomics .content .wave-economics .container .token-details .token-data {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 10px;
}
.tokenomics .content .wave-economics .container .token-details .token-data .ticker {
  color: #868394;
  font-size: 14px;
  line-height: 18px;
}
.tokenomics .content .wave-economics .container .token-details .token-data .amount {
  width: 100%;
  padding: 0 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .tokenomics .content .orange-economics {
    width: 60%;
  }
  .tokenomics .content .wave-economics {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .tokenomics .content .orange-economics, .tokenomics .content .wave-economics, .tokenomics .content .description {
    width: 100%;
  }
  .tokenomics .content .description .container .info-block {
    width: 50%;
  }
  .tokenomics .content .description .container .info-block.strong-tokenomics {
    width: calc(50% - 40px);
    padding-right: 40px;
  }
  .tokenomics .content .description .container .info-block.strong-tokenomics .border {
    border: none;
  }
}

@media screen and (max-width: 768px) {

  .tokenomics .content .row  {
    display: table;
    width: 100%;
    clear: both;
  }
  
  .tokenomics .content .row .row-image{
    display: block;
    height: 450px;
  }
  
  .tokenomics .content .row .row-text{
    margin-top: 50px;
    display: block;
    height: 520px;
    padding-bottom: 80px;
  }
  .tokenomics .content .row .row-text .big{
    font-size: 25px;
  }

  .tokenomics .content .row .row-text {
    width: 73%;
  }

  .tokenomics .content .row .row-image .orange-chart {
    padding-top: 100px;
    width: 350px;
    height: 350px;
    background-size: 350px;
  }

}

@media screen and (max-width: 576px) {
  .tokenomics .content {
    margin: 40px 10px 50px 10px;
  }
  .tokenomics .content .orange-economics .allocation-details .allocation {
    width: calc(50% - 20px);
  }
  .tokenomics .content .orange-economics .token-details .token-data {
    width: calc(50% - 20px);
  }
  .tokenomics .content .wave-economics .container .token-details .token-data {
    width: calc(50% - 20px);
  }
  .tokenomics .content .description .container .info-block {
    width: 100%;
  }
  .tokenomics .content .description .container .info-block.strong-tokenomics {
    width: 100%;
    padding-right: 0;
  }
  .tokenomics .content .description .container .info-block.strong-tokenomics .border {
    border: 1px solid #17171B;
  }
}
@media screen and (max-width: 375px) {
  .tokenomics .content .orange-economics .allocation-details .allocation {
    width: calc(100% - 20px);
  }
  .tokenomics .content .wave-economics .container .mining:after {
    right: 70px;
  }
}

.join-us {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  width: 100%;
  background: url("img/orange-contact.png") no-repeat;
  background-position: center;
}

.join-us .svg {
  display: block;
  width: 100%;
  margin: 0 20px;
  z-index: 1;
}

.join-us .svg .center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.join-us .svg p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.join-us.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
  background-color: #72A73D;
}
.join-us.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.join-us .content {
  margin: 70px 10px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 60px);
  max-width: 800px;
  padding: 20px;
  align-items: center;
}


.join-us .content .socials {
  gap: 66px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  padding: 25px 25px;
}

/* .join-us .content:after {
  position: absolute;
  z-index: 1;
  left: -18px;
  top: -72px;
  width: 275px;
  height: 200px;
  content: "";
  background: url("img/wave.svg") repeat;
  background-size: 32px 8px;
  opacity: 0.2;
  transform: rotate(-45deg);
} */
.join-us .content .dd {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: calc(100% - 210px);
  padding-right: 20px;
}
.join-us .content .dd h5 {
  margin: 0;
  font-size: 20px;
  color: #FFF;
}
.join-us .content .dd p {
  padding: 0 0 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}
.join-us .content .btn-group {
  position: relative;
  z-index: 2;
  display: flex;
  width: 190px;
  justify-content: flex-end;
}
.join-us .content .btn-group .btn {
  display: flex;
  position: relative;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  color: #000;
  background: #FFF;
  transition: all 0.3s ease-in-out;
}
.join-us .content .btn-group .btn:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.join-us .content .btn-group .btn:last-child {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .join-us .content {
    margin: 70px 20px;
  }
}
@media screen and (max-width: 576px) {
  .join-us .content {
    margin: 40px 20px;
  }
  .join-us .content:after {
    left: -98px;
  }
  .join-us .content .dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .join-us .content .btn-group {
    width: 100%;
    justify-content: flex-start;
  }
  .join-us .content .btn-group:last-child {
    margin-left: 0;
  }
}

.roadmap {
  display: flex;
  justify-content: center;
  width: 100%;
  /* background-image: linear-gradient(to right, #0F0F12, #000); */
  background-color: #b6210f;
}
.roadmap.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}
.roadmap.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.roadmap .content {
  margin: 70px 20px 90px 20px;
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  width: 60%;
  max-width: 1240px;
  /* margin-left: auto; 
  margin-right: 0; */
}

.roadmap .orange-about{
  padding-top: 20%;
  transform: translateX(-150%);
  position:absolute;
  width: 400px;
  height: 300px;
  background: url("img/orange-roadmap.png") no-repeat center;
  background-size: auto;
  background-size: 400px;
  z-index: 0;
}

.roadmap .content h6, .roadmap .content p {
  margin: 0;
  display: flex;
  width: 100%;
  z-index: 1;
}

.roadmap .content h6 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}

.roadmap .content .svg {
  display: block;
  width: 100%;
  margin: 0 20px;
  z-index: 1;
  
}

.roadmap .content .svg .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.roadmap .content .svg p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.roadmap .content p {
  line-height: 40px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #FFF;
  font-family: Poppins;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
  
}
.roadmap .content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.roadmap .content .item .quarter {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  font-family: Poppins;
  font-weight: 900;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;

}
.roadmap .content .item .line {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 6px;
  background: #71A141;
}
.roadmap .content .item .line:after, .roadmap .content .item .line:before {
  position: absolute;
  content: "";
}
.roadmap .content .item .line:before {
  z-index: 1;
  left: -2px;
  top: -12px;
  width: 32px;
  height: 32px;
  background: #FFF;
  /* border-radius: 4px; */
}
.roadmap .content .item .line:after {
  z-index: 2;
  left: 0;
  top: -10px;
  width: 28px;
  height: 28px;
  background: #a5a5a5;
  border-radius: 2px;
}
.roadmap .content .item .details {
  display: block;
  width: calc(100% - 20px);
  font-size: 16px;
  color: #FFF;
  font-family: Poppins;
  font-weight: 600;
  line-height: normal;
  font-stretch: normal;
}
.roadmap .content .item:last-child .line {
  background-image: linear-gradient(to right, #71A141, #b6210f);
}
.roadmap .content .item:last-child.completed .line {
  background-image: linear-gradient(to right, #14E63D, #b6210f);
}
.roadmap .content .item.in-progress .line {
  background-image: linear-gradient(to right, #71A141, #71A141);
}
.roadmap .content .item.in-progress .line:after {
  background-color: #86EC1F;
  /* background-image: linear-gradient(45deg, #07FBFD, #14E63D); */
}
.roadmap .content .item.completed .line {
  background-image: linear-gradient(to right, #14E63D, #14E63D);
}
.roadmap .content .item.completed .line:after {
  background-color: #86EC1F;
}
@media screen and (max-width: 576px) {
  .roadmap .content {
    margin: 40px 20px 50px 20px;
  }
  .roadmap .orange-about{
    display: none;
  }

  .roadmap .content .item {
    width: calc(100% - 40px);
    padding: 0 0 0 40px;
  }
  .roadmap .content .item .quarter {
    margin-top: -12px;
    margin-bottom: 0;
  }
  .roadmap .content .item .details {
    padding-bottom: 40px;
  }
  .roadmap .content .item .line {
    position: absolute;
    left: 4px;
    top: 0;
    width: 6px;
    height: 100%;
  }
  .roadmap .content .item .line:before {
    left: -14px;
    top: 0;
  }
  .roadmap .content .item .line:after {
    left: -12px;
    top: 2px;
  }
  .roadmap .content .item:last-child .line {
    background-image: linear-gradient(to right, #71A141, #b6210f);
  }
  .roadmap .content .item:last-child.completed .line {
    background-image: linear-gradient(to right, #14E63D, #b6210f);
  }
  .roadmap .content .item.in-progress .line {
    background-image: linear-gradient(to right, #71A141, #71A141);
  }
  .roadmap .content .item.in-progress .line:after {
    background-color: #86EC1F;
    /* background-image: linear-gradient(45deg, #07FBFD, #14E63D); */
  }
  .roadmap .content .item.completed .line {
    background-image: linear-gradient(to right, #14E63D, #14E63D);
  }
  .roadmap .content .item.completed .line:after {
    background-color: #86EC1F;
  }
}

.team {
  display: flex;
  justify-content: center;
  width: 100%;
}
.team.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}
.team.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.team .content {
  margin: 70px 10px 90px 10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
}
.team .content h6, .team .content p {
  margin: 0 10px;
  display: flex;
  width: 100%;
}
.team .content h6 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}
.team .content h6.advisors {
  margin: 40px 10px 0 10px;
}
.team .content .member {
  display: flex;
  width: calc(25% - 20px);
  margin: 10px;
  padding-bottom: 1px;
  background-image: linear-gradient(to right, #14E63D, #07FBFD);
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 300ms;
}
.team .content .member .bg {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding: 20px;
  align-items: center;
  background: #0F0F12;
  border-radius: 4px;
}
.team .content .member .bg .pic {
  display: block;
  margin-bottom: 10px;
  width: 100px;
  height: 110px;
}
.team .content .member .bg .pic.mark {
  background: url("");
  background-size: 100px 110px;
}

.team .content .member .bg .position {
  font-size: 14px;
  line-height: 16px;
  color: #868394;
  margin: 0;
}
.team .content .member .bg .position.adv {
  min-height: 100px;
  text-align: center;
}
.team .content .member .bg .name {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.team .content .member .bg .linkedin {
  color: #14E63D;
  text-decoration: underline;
}
.team .content .member:hover {
  box-shadow: 0 10px 10px rgb(0, 0, 0);
  transform: translate(0, -4px);
}
@media screen and (max-width: 992px) {
  .team .content .member {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .team .content .member {
    width: calc(100% - 20px);
  }
}

.chains {
  display: flex;
  justify-content: center;
  width: 100%;
}
.chains.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}
.chains.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.chains .content {
  margin: 70px 10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
}
.chains .content h6, .chains .content p {
  margin: 0 10px;
  display: flex;
  width: 100%;
}
.chains .content h6 {
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}
.chains .content p {
  padding: 20px 0;
  color: #868394;
  font-size: 16px;
  line-height: 24px;
}
.chains .content .chain-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chains .content .chain-list .chain-block {
  margin: 10px;
  width: calc(25% - 22px);
  height: 80px;
  border-radius: 4px;
  border: 1px solid #17171B;
}

@media screen and (max-width: 992px) {
  .chains .content .chain-list .chain-block {
    width: calc(33.33% - 22px);
  }
}
@media screen and (max-width: 576px) {
  .chains .content .chain-list .chain-block {
    width: calc(100% - 22px);
  }
}

.token-allocation {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(to right, #0F0F12, #000);
}
.token-allocation.vesting {
  background-image: none;
}
.token-allocation.funds {
  background-image: linear-gradient(to right, #0F0F12, #000);
}
.token-allocation.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 2s ease;
}
.token-allocation.reveal-block {
  transform: translateY(0px);
  opacity: 1;
}
.token-allocation .content {
  margin: 70px 10px 90px 10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1260px;
}
.token-allocation .content h6 {
  display: flex;
  width: 100%;
  margin: 0 10px 20px 10px;
  justify-content: flex-start;
  color: #FFF;
  font-size: 36px;
  line-height: 46px;
}
.token-allocation .content p {
  width: 100%;
  margin: 0 10px 20px 10px;
}
.token-allocation .content .table-responsive {
  width: calc(100% - 20px);
  min-width: 280px;
  overflow-x: auto;
  margin: 0 10px;
}
.token-allocation .content .table-responsive table {
  width: 100%;
}
.token-allocation .content .table-responsive table thead tr {
  height: 40px;
}
.token-allocation .content .table-responsive table thead tr th {
  text-align: left;
  padding-right: 20px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #17171B;
}

.token-allocation .content .table-responsive table thead tr th .icon-orange {
  float: left;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: url(img/icon-orange.svg) no-repeat;
  background-size: 16px;
}

.token-allocation .content .table-responsive table tbody tr {
  transition: all 0.3s ease-in-out;
}
.token-allocation .content .table-responsive table tbody tr td {
  height: 32px;
  text-align: left;
  padding: 6px 20px 6px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #868394;
  font-weight: normal;
  border-bottom: 1px solid #17171B;
}
.token-allocation .content .table-responsive table tbody tr td .nr {
  float: left;
  display: flex;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  border-radius: 8px;
}
.token-allocation .content .table-responsive table tbody tr td .nr.one {
  background: #F00CF4;
}
.token-allocation .content .table-responsive table tbody tr td .nr.two {
  background: #C439F6;
}
.token-allocation .content .table-responsive table tbody tr td .nr.three {
  background: #A45AF7;
}
.token-allocation .content .table-responsive table tbody tr td .nr.four {
  background: #7F80F9;
}
.token-allocation .content .table-responsive table tbody tr td .nr.five {
  background: #5DA3FA;
}
.token-allocation .content .table-responsive table tbody tr td .nr.six {
  background: #35CCFC;
}
.token-allocation .content .table-responsive table tbody tr td .nr.seven {
  background: #09FAFD;
}

.token-allocation .content .table-responsive table tbody tr td .icon-orange{
  float: left;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  background: url(img/icon-orange.svg) no-repeat;
  background-size: 16px;
}

.token-allocation .content .table-responsive table tbody tr td.total {
  color: #FFF;
}
.token-allocation .content .table-responsive table tbody tr td.value {
  color: #07FBFD;
}
.token-allocation .content .table-responsive table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.token-allocation .content .double-col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.token-allocation .content .double-col .table-responsive {
  width: calc(60% - 20px);
}
.token-allocation .content .double-col .chart {
  margin: 0 10px;
  display: flex;
  width: calc(40% - 20px);
  justify-content: center;
  align-items: center;
}
.token-allocation .content .double-col .chart .pie-chart {
  display: block;
  width: 375px;
  height: 375px;
  background: url(img/pie-chart.svg) no-repeat center;
  background-size: 375px;
}
@media screen and (max-width: 1080px) {
  .token-allocation .content .double-col .table-responsive {
    width: calc(40% - 20px);
  }
  .token-allocation .content .double-col .chart {
    width: calc(60% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .token-allocation .content .double-col .table-responsive {
    width: calc(100% - 20px);
  }
  .token-allocation .content .double-col .chart {
    margin-top: 20px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 475px) {
  .token-allocation .content .double-col .chart .pie-chart {
    width: 280px;
    height: 280px;
    background: url(img/pie-chart.svg) no-repeat center;
    background-size: 280px;
  }
}

.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: center;
  width: 100%;
}

.footer .content {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
  max-width: 1240px;
  align-items: center;
}
.footer .content .col {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.footer .content .col label {
  display: flex;
  align-items: center;
  height: 40px;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
}
.footer .content .col ul li {
  line-height: 24px;
  font-size: 14px;
  color: #3C3A46;
}
.footer .content .col ul li a {
  color: #868394;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer .content .col ul li a:hover {
  color: #07FBFD;
}

.footer .content .orange-logo {
  display: block;
  /* margin-bottom: 20px; */
  margin-right: 1em;
  width: 134px;
  height: 42px;
  background: url("img/logo_long.png") no-repeat center;
  background-size: 134px auto;
}

.footer .content .col .orange-logo {
  display: block;
  margin-bottom: 50px;
  width: 190px;
  height: 40px;
  background: url("img/logo_long.png") no-repeat center;
  background-size: 190px auto;
}

.footer .content .col .copyrights {
  font-size: 14px;
}
.footer .content .col .price-block {
  display: flex;
  align-items: center;
}
.footer .content .col .price-block .dd {
  width: 100px;
  font-size: 14px;
  color: #868394;
  line-height: 24px;
}
.footer .content .col .price-block .dd .price {
  display: flex;
  align-items: center;
  color: #14E63D;
}
.footer .content .col .price-block .dd .price .icon-orange {
  display: block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url("img/icon-orange.svg") no-repeat;
  background-size: 16px;
}
.footer .content .col .price-block .buy-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 36px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #14E63D, #07FBFD, #00E0E2, #10BDBE);
}
.footer .content .col .price-block .buy-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 36px;
  content: "SOON";
  color: #FFF;
  font-size: 14px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer .content .col .price-block .buy-btn:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.footer .content .col .price-block .buy-btn:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .footer .content .col {
    width: 50%;
  }
  .footer .content .col .cognitus-logo {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  
  font-family: "Poppins", "Roboto", Arial, Verdana;
  color: #ffffff;
  /* background: #b6210f; */
  overflow-x: hidden;
}

button, a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

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

.wrap {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}

.overlay {
  position: relative;
  width: 100%;
  min-height: 100%; /* Adjust based on content or design needs */
  /*height: 100%; */
  background-image: url('img/bg.jpg'); 
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 33, 15, 0.5);
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0F0F12;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3C3A46;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom, #14E63D, #07FBFD);
}