@font-face {
  font-family: bahnschrift;
  src: url(../fonts/BAHNSCHRIFT.woff);
}

@font-face {
  font-family: rubik;
  src: url(../fonts/Rubik.woff);
}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #2b2b2b;
}

header {
  width: 100%;
  height: 6.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(27, 27, 27, 0.9);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
}

.logo {
  width: 50px;
  height: 80px;
}

.header-box {
  width: 50%;
  display: flex;
  justify-content: center;
}

ul {
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 100px;
  flex-wrap: wrap;
}

ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 50px;
  font-family: bahnschrift;
  font-size: 1.5rem;
}

ul li a {
  text-decoration: none;
  color: white;
  transition: 500ms cubic-bezier(0.215, 0.610, 0.355, 1);
  padding: 0 0 5px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  position: relative;
}

ul li a:hover {
  color: rgb(241, 113, 27);
  border-bottom: 3px solid rgb(241, 113, 27);
}

#presale {
  height: 900px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
}

#presale p {
  margin-top: 200px;
  font-size: 5rem;
  color: rgb(241, 113, 27);
  font-family: bahnschrift;
  cursor: default;
  border-bottom: 3px solid rgb(241, 113, 27);
}

.buy-now {
  text-decoration: none;
  color: rgb(54, 54, 54);
  border-radius: 80px;
  font-size: 2rem;
  font-family: bahnschrift;
  background: rgb(241, 113, 27);
  padding: 15px;
  padding: 10px 40px;
  transition: 200ms ease-in-out;
  display: flex;
  align-items: center;  
  justify-content: center;
}

.buy-now:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27);
  transform: scale(1.05);
}

.coins {
  width: 30px;
  margin-left: 20px;
}

.circle {
  background:#f77824;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  position: absolute;
}

.left-up {
  left: 150px;
  top: 250px;
}

.left-middle {
  top: 550px;
  left: 200px;
  width: 100px;
  height: 100px;
  background:rgba(255, 102, 0);
}

.left-down {
  z-index: 0;
  width: 200px;
  height: 200px;
  background: rgba(236, 236, 236);
  left: 100px;
  top: 200px; 
}

.right-up {
  width: 450px;
  height: 450px;
  right: 150px;
  top: 450px;
}

.right-middle {
  background: rgba(255, 102, 0);
  top: 250px;
  right: 100px;
  width: 275px;
  height: 275px;
}

.right-down {
  background:rgb(236, 236, 236);
  width: 150px;
  height: 150px;
  right: 550px;
  bottom: 150px;
}

#road-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 0;
}

.roadmap-title {
  font-family: bahnschrift;
  font-size: 3rem;
  color:rgb(247, 120, 36);
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  background:#FF9F55;
  border: 2px dashed white;
  box-shadow: 0 0 0 8px #FF9F55;
  border-radius: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -1;
}

/* Container around content */
.container {
  padding: 10px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
  counter-increment: numbers;
}

/* The circles on the timeline */
.container::after {
  content: counter(numbers);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  right: -26px;
  background-color: white;
  border: 7px solid #FF9F55;
  color:  #FF9F55;
  font-family: bahnschrift;
  font-size: 2rem;
  top: 5px;
  border-radius: 50%;
  z-index: 1;
  font-weight: bold;
}

/* Place the container to the left */
.left {
  left: 0px;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgb(27, 27, 27, 0.6);
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 25px;
  width: 0;
  z-index: 1;
  left: 40px;
  border: medium solid rgb(255, 255, 255);
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(27, 27, 27, 0.6) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -28px;
}

/* The actual content */
.content {
  padding: 5px 20px;
  background-color: rgba(27, 27, 27, 0.6);
  position: relative;
  border-radius: 10px;
  color: white;
  font-family: rubik;
  font-size: 1.3rem;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.5);
}

#tokenomics {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  background: #f77824;
}

.transition-start {
  position: relative;
  bottom: -20px;
}

.tokenomics-title {
  position: relative;
  top: -20px;
  padding: 0px 0 30px 0;
  border-radius: 10px;
  text-align: center;
  color: rgb(54, 54, 54);
  font-family: bahnschrift;
  font-size: 3rem;
}

.tokenomics-video {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
  margin: 0 0 50px 0;
}

.tokenomics-image {
  width: 1200px;
  margin-bottom: 100px;
}

.faq {
  width: 70%;
  margin: 50px auto;
}

.questions,
.abbreviation {
  text-align: center;
  color:rgb(241, 113, 27);
  font-size: 3rem;
  font-family: bahnschrift;
}

.questions {
  margin: 0 0 50px 0;
}

.abbreviation {
  font-size: 1.5rem;
}

.accordeon {
  background-color: rgb(241, 113, 27);
  color: #444;
  border-radius: 10px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-size: 1.5rem;
  font-weight: bold;
}

.accordeon:hover {
  background: rgb(228, 98, 12);
}

.active {
  background-color: rgb(228, 98, 12);
  border-radius: 10px 10px 0 0;
}

.accordeon:after {
  content: '';
  background: url(../images/arrow_down.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: right;
  color: rgb(41, 41, 41);
}

.active:after {
  content: "";
  transform: rotateZ(180deg);
  background: url(../images/arrow_down.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: right;
  color: rgb(41, 41, 41);
}

.panel {
  padding: 0 20px;
  background-color: #f77824;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  transition: max-height 0.2s ease-out;
  margin-bottom: 50px;
  font-family: rubik;
  color:rgb(41, 41, 41);
  font-size: 1.3rem;
}

.buy-button {
  width: 80%;
  margin: 150px auto;
  position: relative;
}

.bottom-button {
  width: 20%;
  margin: 0 auto;
  text-decoration: none;
  color: rgb(54, 54, 54);
  border-radius: 80px;
  font-size: 2.5rem;
  font-family: bahnschrift;
  background: rgb(241, 113, 27);
  padding: 10px 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;  
  justify-content: center;
  transition: 500ms cubic-bezier(0.215, 0.610, 0.355, 1);
}

.bottom-button:hover {
  transform: scale(1.05);
}

.buy-button::before {
  content: '';
  position: absolute;
  width: 225px;
  border-bottom: 5px solid gray;
  border-top: 5px solid gray;
  border-color:rgb(241, 113, 27);
  height: 40px;
  left: 350px;
  top: 10px;
}

.buy-button::after {
  content: '';
  position: absolute;
  width: 225px;
  border-bottom: 5px solid gray;
  border-top: 5px solid gray;
  border-color:rgb(241, 113, 27);
  height: 40px;
  right: 350px;
  top: 10px;
}

.left-line,
.right-line {
  border-color:rgb(241, 113, 27);
  border-top: 3px solid rgb(241, 113, 27);
  width: 225px;
  position: absolute;
}

.left-line {
  left: 100px;
  top: 23px
}

.right-line {
  right: 100px;
  top: 23px
}


footer {
  background: #f77824;
  display: flex;
  flex-direction: column;
  color:rgb(36, 36, 36);
  font-family: bahnschrift;
  padding: 0 50px;
  margin: 50px 0 0 0;
  position: relative;
}

.first-title {
  font-size: 1.8rem;
  position: relative;
  padding-left: 250px;
}

.first-title::before {
  content: '';
  position: absolute;
  left: 0;
  border: 2px solid rgb(36, 36, 36);
  width: 230px;
  top: 15px;
}

.second-title {
  font-size: 5rem;
  margin: 0;
  width: 550px;
}

.third-title {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
}

.social-media-box a {
  padding: 0 25px 0 0;
}

.social-media-box {
  margin: 0 0 15px 0;
}

.copyright {
  font-size: 1.5rem;
}

footer img {
  width: 50px;
}

#bscscan {
  width: 200px;
}

.nft-cards {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 200px;
}

.cards {
  position: relative;
}

.cards img {
  width: 350px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
  -moz-box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
  box-shadow: 0px 5px 10px 0px rgb(27, 27, 27, 0.8);
}

.first-card {
  position: relative;
  top: 25px; 
  left: 10px;
  transform: rotateZ(-15deg) scale(0.90);
  left: 100px;
  z-index: 1;
}

.second-card {
  position: relative;
  z-index: 2;
}

.third-card {
  position: relative;
  transform: rotateZ(15deg) scale(0.90);
  top: 25px;
  right: 100px;
  z-index: 1;
}

.cards-text {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 1800px) {
  .buy-button::after {
    width: 200px;
  }
  .buy-button::before {
    width: 200px;
  }
  .left-line,
  .right-line {
    width: 220px;
  }
}

@media screen and (max-width: 1700px) {
  .buy-button::after {
    width: 180px;
  }
  .buy-button::before {
    width: 180px;
  }
  .left-line,
  .right-line {
    width: 200px;
  }
  .nft-cards {
    right: 100px;
  }
  .right-up {
    right: 50px;
  }
  .right-middle {
    right: 0;
  }
  .right-down {
    right: 400px;
  }
}

@media screen and (max-width: 1660px) {
  .buy-button::after {
    width: 160px;
    right: 300px;
  }
  .buy-button::before {
    width: 160px;
    left: 300px;
  }
  .left-line,
  .right-line {
    width: 180px;
  }
  .nft-cards {
    right: 100px;
  }
  .header-box ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 1500px) {
  .buy-button::after {
    width: 160px;
    right: 300px;
  }
  .buy-button::before {
    width: 160px;
    left: 300px;
  }
  .left-line,
  .right-line {
    width: 180px;
  }
  .bottom-button {
    font-size: 1.8rem;
    position: relative;
    top: 10px;
  }
  .nft-cards {
    right: 0px;
  }
}

@media screen and (max-width: 1460px) {
  .buy-button::after {
    width: 140px;
    right: 300px;
  }
  .buy-button::before {
    width: 140px;
    left: 300px;
  }
  .left-line,
  .right-line {
    width: 160px;
  }
  .bottom-button {
    font-size: 1.8rem;
    position: relative;
    top: 10px;
  }
  .nft-cards {
    top: 230px;
  }
  .cards img {
    width: 300px;
  }
  .header-box {
    width: 80%;
  }
  .right-up {
    right: -100px;
  }
  .right-middle {
    right: -150px;
  }
  .right-down {
    right: 280px;
  }
  .left-up {
    left: 50px;
  }
  .left-middle {
    left: 60px;
  }
  .left-down {
    left: 0px;
  }
}

@media screen and (max-width: 1280px) {
  .buy-button::after {
    width: 140px;
    right: 250px;
  }
  .buy-button::before {
    width: 140px;
    left: 250px;
  }
  .left-line,
  .right-line {
    width: 140px;
  }
  .bottom-button {
    font-size: 1.8rem;
    position: relative;
    top: 0px;
    padding: 20px 0;
  }
  .nft-cards {
    top: 200px;
  }
  .cards img {
    width: 280px;
  }
  .tokenomics-image {
    width: 900px;
  }
  .tokenomics-video {
    width: 800px;
    height: 450px;
  }
  .right-up {
    width: 0;
  }
  .right-middle {
    width: 0;
  }
  .right-down {
    width: 0;
  }
  .left-up {
    width: 0;
  }
  .left-middle {
    width: 0;
  }
  .left-down {
    width: 0;
  }
}

@media screen and (max-width: 1024px) {
  .buy-button::after {
    width: 0px;
  }
  .buy-button::before {
    width: 0px;
  }
  .left-line,
  .right-line {
    width: 0px;
    border-color: transparent;
  }
  .bottom-button {
    font-size: 1.5rem;
    position: relative;
    top: 0px;
    width: 50%;
    padding: 20px 0;
  }
  .second-title {
    font-size: 3rem;
    width: 250px;
  }
  .social-media-box {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
  }
  .nft-cards {
    top: 220px;
  }
  .cards img {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .cards-text {
    font-size: 1.3rem;
  }
  .cards img {
    width: 180px;
  }
  .accordeon {
    padding-right: 70px;
  }
  .accordeon::after {
    position: absolute;
    right: 140px;
  }
  .tokenomics-video {
    width: 600px;
    height: 350px;
  }
  .tokenomics-image {
    width: 650px;
  }
  header {
    height: auto;
  }
  .header-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-box ul {
    flex-direction: column;
  }
  .header-box ul li {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 44px;
  }
  
  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 100px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 90px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(27, 27, 27, 0.6) transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 16px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

@media screen and (max-width: 414px) {
  .nft-cards {
    position:relative;
    top: 100px;
  }
  .cards {
    width: 100%;
    height: 200px;
    background: url(../images/cards-stack.png) no-repeat;
    background-size: contain;
  }
  .cards img {
    width: 0px;
  }
  .cards-text {
    font-size: 1.2rem;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .first-title {
    padding-left: 0;
  }
  .first-title::before {
    content: '';
    border-color: transparent;
  }
  .bottom-button {
    width: 80%;
  }
  .accordeon {
    font-size: 1.2rem;
  }
  .panel {
    font-size: 1rem;
  }
  .accordeon::after {
    width: 20px;
    height: 20px;
  }
  .accordeon::after {
    right: 80px;
  }
  #tokenomics {
    padding: 30px 0;
  }
  .tokenomics-video {
    width: 300px;
    height: 180px;
  }
  .tokenomics-image {
    width: 300px;
    margin-bottom: 50px;
  }
  .tokenomics-title {
    font-size: 1.9rem;
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  .nft-cards {
    position:relative;
    top: 100px;
  }
  .cards {
    width: 100%;
    height: 200px;
    background: url(../images/cards-stack.png) no-repeat;
    background-size: contain;
  }
  .cards img {
    width: 0px;
  }
  .cards-text {
    font-size: 1.2rem;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .first-title {
    padding-left: 0;
  }
  .first-title::before {
    content: '';
    border-color: transparent;
  }
  .bottom-button {
    width: 80%;
  }
  .accordeon {
    font-size: 1.2rem;
  }
  .panel {
    font-size: 1rem;
  }
  .accordeon::after {
    width: 20px;
    height: 20px;
  }
  .accordeon::after {
    right: 80px;
  }
  #tokenomics {
    padding: 30px 0;
  }
  .tokenomics-video {
    width: 300px;
    height: 180px;
  }
  .tokenomics-image {
    width: 300px;
    margin-bottom: 50px;
  }
  .tokenomics-title {
    font-size: 1.9rem;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .nft-cards {
    position:relative;
    top: 100px;
  }
  .cards {
    width: 100%;
    height: 200px;
    background: url(../images/cards-stack.png) no-repeat;
    background-size: contain;
  }
  .cards img {
    width: 0px;
  }
  .cards-text {
    font-size: 1.2rem;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .first-title {
    padding-left: 0;
  }
  .first-title::before {
    content: '';
    border-color: transparent;
  }
  .bottom-button {
    width: 80%;
  }
  .accordeon {
    font-size: 1.2rem;
  }
  .panel {
    font-size: 1rem;
  }
  .accordeon::after {
    width: 20px;
    height: 20px;
  }
  .accordeon::after {
    right: 80px;
  }
  #tokenomics {
    padding: 30px 0;
  }
  .tokenomics-video {
    width: 300px;
    height: 180px;
  }
  .tokenomics-image {
    width: 300px;
    margin-bottom: 50px;
  }
  .tokenomics-title {
    font-size: 1.9rem;
    padding: 0;
  }
  .logo {
    width: 0;
    height: 0;
  }
}