* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-30 4:55:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.tracking-in-contract {
  -webkit-animation: tracking-in-contract 1s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
  animation: tracking-in-contract 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-6-30 4:54:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

@font-face {
  font-family: demo;
  src: url(../fonts/CHIBOLD\ demo.ttf);
}

@font-face {
  font-family: demo1;
  src: url(../fonts/Yokelvision.otf);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  cursor: default;
  font-family: 'Balsamiq Sans', cursive;
  font-weight: 400;
}

h1,
h2 {
  font-family: demo;
  -webkit-text-stroke: 2px #000000;
  text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35),
    0px 4px 21px rgba(211, 230, 51, 0.86);
}

h2 {
  font-weight: 500;
  font-size: 4vw;
  line-height: 7vw;
  color: #ffffff;
  transition: all 0.5s;
}

h2:hover {
  -webkit-text-stroke: 2px #ffffff;
  color: #4a8102;
  cursor: pointer;
}

p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4vw;
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7vw;
  opacity: 0.6;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
  font-size: 1vw;
  line-height: 1.3vw;
  color: #ffffff;
}

.btn {
  width: 17.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn img {
  width: 100%;
}

.btn li {
  list-style: none;
  font-family: demo;
  font-weight: 500;
  letter-spacing: 0.1vw;
  font-size: 1.7vw;
  line-height: 2.5vw;
  color: #d1ffc8;
  /* -webkit-text-stroke: 2px #E73511;
    -webkit-text-fill-color: #FFCD0F; */
  -webkit-text-stroke: 1px #000000;
  transition: all 0.3s;
  margin-top: -4.5vw;
  opacity: 1;
}

.btn1 li {
  color: #bfff3a;
}

.btn:hover li {
  margin-top: -4.7vw;
  color: #cc00ff;
  text-shadow: 0 0.15vw 0 #000000;
  filter: drop-shadow(0.1vw 0.2vw 0px #f1f1f1);
}

body {
  background: #112818;
}

.navbar-toggle {
  display: none;
  cursor: pointer;
}

.navbar-toggle span {
  display: block;
  width: 7vw;
  height: 1.5vw;
  margin: 0.7vw;
  background: linear-gradient(271.36deg, #8de24d 50.01%, #0a4740 72.39%);
  border-radius: 50px;
  transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
  width: 5vw;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
  padding: 1vw 3vw 0 3vw;
  width: 100%;
}

.header .navbar {
  border-radius: 2vw;
  padding: 0.5vw 2vw 0.5vw 2vw;
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header .navbar .left-side-menu {
  width: 30%;
}

.header .navbar .left-side-menu a {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  align-items: center;
  color: #b6db12;
  font-size: 3vw;
  font-family: demo;
  line-height: 3.5vw;
  letter-spacing: -1.76px;
  -webkit-text-stroke: 1.5px #000000;
  transition: all 1s;
}

.header .navbar .left-side-menu a:hover {
  color: #4a8102;
}

.centr-menu {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0vw;
}

.header .centr-menu a {
  width: 6%;
  transition: all 0.3s;
}

.header .centr-menu a:hover {
  transform: translateY(-0.4vw);
}

.header .centr-menu a img {
  width: 100%;
}

.header .centr-menu a:nth-child(1) {
  animation: bounceInDown 1s;
}

.header .centr-menu a:nth-child(2) {
  animation: bounceInDown 1.5s;
}

.header .centr-menu a:nth-child(3) {
  animation: bounceInDown 2s;
}

/* --------------------------------hero-section--------------
-------------------- */

.hero-section {
  width: 100%;
  height: 61vw;
  background-image: url(../images/bobo-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.hero-section .pad {
  padding-top: 10vw;
}

.hero-section h1 {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
  line-height: 5vw;
  transition: all 1s;
}

.hero-section h1:hover {
  -webkit-text-stroke: 2px #ffffff;
  color: #4a8102;
  cursor: pointer;
}

.hero-section .buttons {
  padding-top: 1vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------Story--------------
-------------------- */

.story {
  padding: 5% 25%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  gap: 2vw;
}

.story p {
  opacity: 0.6;
  text-align: center;
}

/* ----------------------Partners---------------
    --------------- */

.partners {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.partners .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.partners .container .box {
  width: 25%;
  margin-top: 4vw;
  padding: 1%;
}

.partners .container .box img {
  width: 100%;
}

.partners .container .box h3 {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  font-family: demo1;
  font-style: normal;
  font-weight: 400;
  line-height: 7vw;
}

.partners .container .box p {
  text-align: center;
}

/* --------------------------------Tokenomics--------------
-------------------- */

.tokenomics {
  padding: 5% 15%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.tokenomics .left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  align-items: start;
}

.tokenomics .left h3 {
  color: #ffbc25;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.tokenomics .left .btn li {
  font-family: 'Balsamiq Sans', cursive;
  font-weight: 700;
  font-size: 2.5vw;
  margin-top: -4.2vw;
}

.tokenomics .left ul {
  margin-top: 2vw;
}

.tokenomics .left ul li {
  list-style: disc;
  color: #fff;
  font-size: 2vw;
  font-family: 'Balsamiq Sans', cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
  text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35),
    0px 4px 21px rgba(211, 230, 51, 0.86);
}

.tokenomics .right {
  padding: 1%;
  width: 50%;
  height: auto;
  position: relative;
}

.tokenomics .right .ul1 {
  position: absolute;
  top: 4vw;
  left: 9vw;
}

.tokenomics .right .ul2 {
  position: absolute;
  top: 12vw;
  left: 4vw;
}

.tokenomics .right .ul3 {
  position: absolute;
  top: 23vw;
  left: 8vw;
}

.tokenomics .right .ul4 {
  position: absolute;
  top: 42.5%;
  right: 3.5vw;
}

.tokenomics .right ul li {
  color: #112818;
  font-size: 1.5vw;
  font-family: 'Patrick Hand', cursive;
  font-style: normal;
  font-weight: 500;
  line-height: 2vw;
  letter-spacing: -0.24px;
}

.tokenomics .right img {
  width: 100%;
}

/* -----------------------------------------------nft----------
----------------------- */

.nft {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.slider {
  padding-top: 2.5vw;
  height: auto;
  width: 100%;
  margin: auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(25vw * 18);
  animation: scroll 40s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(calc(-25vw * 9));
  }
}

.slide-track1 {
  display: flex;
  width: calc(25vw * 18);
  animation: scrolling 40s linear infinite alternate-reverse;
}

.slide-track1:hover {
  animation-play-state: paused;
}

@keyframes scrolling {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(calc(-25vw * 9));
  }
}

.slide {
  height: 20vw;
  width: 20vw;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.slide img {
  width: 100%;
}

.slide img:hover {
  transform: translateZ(20px);
  transition: transform 1s;
}

/* -----------------------------------smart code-------
-------------- */

.map {
  width: 100%;
  height: auto;
  padding: 5% 15%;
  display: flex;
  flex-direction: column;
}

.map h2 {
  line-height: 4.5vw;
  text-align: left;
}

.map .road {
  width: 100%;
  padding-top: 10vw;
  position: relative;
}

.map .road img {
  width: 100%;
  height: auto;
}

.map .road .img1 {
  width: 23%;
  position: absolute;
  top: 1.6vw;
  right: 0;
}

.map .road .img2 {
  width: 20%;
  position: absolute;
  top: 35.3vw;
  right: 27vw;
  z-index: -1;
}

.map .road .img3 {
  width: 17%;
  position: absolute;
  bottom: 10.8vw;
  left: 0vw;
}

.map .road .box h3 {
  color: #ffbc25;
  font-size: 2.5vw;
  font-family: demo1;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

.map .road ul {
  padding-left: 1.2vw;
}

.map .road ul li {
  list-style: disc;
  color: #fff;
  font-size: 1.3vw;
  font-family: 'Balsamiq Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  opacity: 0.6;
}

.map .road .box {
  position: absolute;
}

.map .road .box1 {
  top: 9vw;
  left: 25vw;
}

.map .road .box2 {
  top: 33vw;
  left: 0vw;
}

.map .road .box3 {
  top: 53vw;
  right: 0vw;
}

.map .road .box4 {
  left: 20vw;
}

/* ----------------------team---------------
--------------- */

.team {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
  padding: 7%;
}

.team .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.team .container .box {
  width: 20%;
}

.team .container .box img {
  width: 100%;
}

.team .container .box h3 {
  color: #fff;
  text-align: center;
  font-size: 2.5vw;
  font-family: demo1;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

.team .container .box p {
  text-align: center;
}

/* --------------------------FAQ---------
----------- */

.faq {
  padding: 0% 20%;
  padding-bottom: 10%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq h2 {
  text-align: center;
  line-height: 5vw;
}

.faq .gap {
  margin-bottom: 5vw;
}

.faq .q {
  padding: 1vw 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.faq .q .left {
  width: 80%;
  height: auto;
}

.faq .q .left h3 {
  color: #fff;
  font-size: 1.5vw;
  font-family: 'Balsamiq Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
  cursor: pointer;
}

.faq .q .right {
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.faq .q .right img {
  width: 20%;
  cursor: pointer;
}

.col1,
.col3,
.col5 {
  font-size: 1vw;
  display: none;
}

.q2,
.q4,
.q6 {
  display: none;
}

.active1 {
  display: none;
}

.active {
  display: flex;
}

/* -------------------------------socials------------
--------------------- */

.socials {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.socials img {
  width: 100%;
}

.socials .box {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -30vw;
}

.socials .box img {
  width: 100%;
}

.socials .box .top {
  margin-top: -15vw;
}

.socials .box h2 {
  font-size: 3vw;
  line-height: 3.5vw;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.footer .header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 5vw 2vw 1vw 2vw;
  width: 100%;
  animation: bounce 1s;
  animation-iteration-count: 1;
  /* background: linear-gradient(348.8deg, #12056A 2.44%, #09092E 14.03%, #000617 30.32%, rgba(0, 6, 23, 0) 32.63%), linear-gradient(163.5deg, #12056A 1.15%, #09092E 18.57%, #000617 34.61%); */
}

.footer .header .navbar {
  border-radius: 2vw;
  padding: 1vw 2.5vw 0.5vw 1vw;
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer .header .navbar .left-side-menu {
  width: 30%;
  padding-left: 2vw;
}

.footer .header .navbar .left-side-menu a img {
  width: 20%;
}

.footer .header .navbar .left-side-menu a {
  color: #b6db12;
  font-family: demo;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.76px;
  font-size: 3vw;
  line-height: 3.5vw;
  background: linear-gradient(to right, #ffffff 50%, #b6db12 50%);
  background-size: 200% 100%;
  background-position: 100% 0%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transition: all 2s;
}

.footer .header .navbar .left-side-menu a:hover {
  background-position: 0 0;
}

.footer .center-menu {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
}

.footer .header .center-menu .tg li {
  padding: 0.5vw 0.7vw;
  font-size: 1.2vw;
  font-family: 'Balsamiq Sans', cursive;
  line-height: 2vw;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s;
}

.footer .header .center-menu .tg li:hover {
  color: #000000;
  background: #f3c801;
  border-radius: 1vw;
  transform: translateY(-0.4vw);
}

.footer .header .center-menu .right-side-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.footer .header .center-menu .right-side-menu a {
  width: 25%;
}

.footer .header .center-menu a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.footer .header .center-menu .right-side-menu a img:hover {
  transform: translateY(-0.6vw);
}

.rights {
  padding: 2vw;
  width: 100%;
  height: auto;
}

.rights p {
  text-align: center;
  color: rgba(211, 229, 51, 0.86);
  opacity: 1;
}

/* --------------------------------website Responsive--------------
-------------------- */

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {
  /* -------------------------navbar 1280px--------------------------
    ----------------------- */

  .header {
    padding: 1vw 3vw 0 3vw;
  }

  .header,
  .navbar {
    border-radius: 2vw;
  }

  .header .navbar .left-side-menu a {
    font-size: 2.3vw;
  }

  .header .navbar .left-side-menu a img {
    width: 20%;
  }
}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {
}

/* ----------------------------@ 600px--------
------- */

@media (max-width: 600px) {
  h1 {
    -webkit-text-stroke: 1px #000000;
  }

  h2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  h2:hover {
    -webkit-text-stroke: 1px #ffffff;
    color: #4a8102;
    cursor: pointer;
  }

  p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 3.5vw;
    font-family: Balsamiq Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5vw;
    opacity: 0.6;
  }

  a {
    text-decoration: none;
    cursor: pointer;
  }

  li {
    list-style: none;
    font-size: 1vw;
    line-height: 1.3vw;
    color: #ffffff;
  }

  .btn {
    width: 35vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .btn img {
    width: 100%;
  }

  .btn li {
    list-style: none;
    font-family: demo;
    font-weight: 500;
    letter-spacing: 0.1vw;
    font-size: 3.5vw;
    line-height: 6.5vw;
    color: #d1ffc8;
    /* -webkit-text-stroke: 2px #E73511;
        -webkit-text-fill-color: #FFCD0F; */
    -webkit-text-stroke: 1px #000000;
    transition: all 0.3s;
    margin-top: -10vw;
    opacity: 1;
  }

  .btn1 li {
    color: #bfff3a;
  }

  .btn:hover li {
    margin-top: -10.5vw;
    color: #cc00ff;
    text-shadow: 0 0.3vw 0 #000000;
    filter: drop-shadow(0.1vw 0.6vw 0px #f1f1f1);
  }

  body {
    background: #112818;
  }

  .navbar-toggle {
    display: none;
    cursor: pointer;
  }

  .navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    background: linear-gradient(271.36deg, #8de24d 50.01%, #0a4740 72.39%);
    border-radius: 50px;
    transition: all 0.5s;
  }

  .navbar-toggle span:nth-child(2) {
    width: 5vw;
  }

  /* -------------------------------------------Navbar Management------------------
    -------------------- */

  .header {
    padding: 1vw 3vw 0 3vw;
    width: 100%;
    animation: bounce 1s;
    animation-iteration-count: 1;
  }

  .header .navbar {
    padding: 2vw;
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .header .navbar .left-side-menu {
    width: 60%;
  }

  .header .navbar .left-side-menu a {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    color: #b6db12;
    font-size: 6vw;
    font-family: demo;
    line-height: 3.5vw;
    letter-spacing: -1.76px;
    -webkit-text-stroke: 1.5px #000000;
    transition: all 1s;
  }

  .header .navbar .left-side-menu a:hover {
    color: #4a8102;
  }

  .centr-menu {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0vw;
  }

  .header .centr-menu a {
    width: 25%;
    transition: all 0.3s;
  }

  .header .centr-menu a:hover {
    transform: translateY(-1vw);
  }

  .header .centr-menu a img {
    width: 100%;
  }

  /* --------------------------------hero-section--------------
    -------------------- */

  .hero-section {
    width: 100%;
    height: 140vw;
    background-image: url(../images/hero\ bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .hero-section .pad {
    padding-top: 10vw;
  }

  .hero-section h1 {
    color: #fff;
    text-align: center;
    font-size: 8vw;
    font-weight: 500;
    line-height: 9vw;
    transition: all 1s;
  }

  .hero-section h1:hover {
    -webkit-text-stroke: 1px #ffffff;
    color: #4a8102;
    cursor: pointer;
  }

  .hero-section .buttons {
    padding-top: 1vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
    justify-content: center;
  }

  /* --------------------------------Story--------------
    -------------------- */

  .story {
    padding: 15% 10%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 6vw;
  }

  .story p {
    opacity: 1;
    text-align: center;
  }

  /* --------------------------------Tokenomics--------------
    -------------------- */

  .tokenomics {
    padding: 15% 15%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10vw;
    align-items: center;
    justify-content: space-between;
  }

  .tokenomics .left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    align-items: center;
    order: 2;
  }

  .tokenomics .left h3 {
    color: #ffbc25;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
  }

  .tokenomics .left .btn li {
    font-family: 'Balsamiq Sans', cursive;
    font-weight: 700;
    font-size: 5vw;
    margin-top: -8.8vw;
  }

  .tokenomics .left ul {
    margin-top: 2vw;
  }

  .tokenomics .left ul li {
    list-style: disc;
    color: #fff;
    font-size: 3.5vw;
    font-family: 'Balsamiq Sans', cursive;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw;
    text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35),
      0px 4px 21px rgba(211, 230, 51, 0.86);
  }

  .tokenomics .right {
    padding: 1%;
    width: 100%;
    height: auto;
    position: relative;
    order: 1;
  }

  .tokenomics .right .ul1 {
    position: absolute;
    top: 8vw;
    left: 17vw;
  }

  .tokenomics .right .ul2 {
    position: absolute;
    top: 23vw;
    left: 6vw;
  }

  .tokenomics .right .ul3 {
    position: absolute;
    top: 45vw;
    left: 13vw;
  }

  .tokenomics .right .ul4 {
    position: absolute;
    top: 42.5%;
    right: 5.5vw;
  }

  .tokenomics .right ul li {
    color: #112818;
    font-size: 3.5vw;
    font-family: 'Patrick Hand', cursive;
    font-style: normal;
    font-weight: 700;
    line-height: 4vw;
    letter-spacing: -0.24px;
  }

  .tokenomics .right img {
    width: 100%;
  }

  /* -----------------------------------------------nft----------
    ----------------------- */

  .nft {
    padding: 15% 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }

  .slider {
    padding-top: 2.5vw;
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .slide-track {
    display: flex;
    width: calc(45vw * 18);
    animation: scroll 40s linear infinite;
  }

  .slide-track:hover {
    animation-play-state: paused;
  }

  @keyframes scroll {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(calc(-45vw * 9));
    }
  }

  .slide-track1 {
    display: flex;
    width: calc(45vw * 18);
    animation: scrolling 40s linear infinite alternate-reverse;
  }

  .slide-track1:hover {
    animation-play-state: paused;
  }

  @keyframes scrolling {
    0% {
      transform: translate(0);
    }
    100% {
      transform: translate(calc(-45vw * 9));
    }
  }

  .slide {
    height: 40vw;
    width: 40vw;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
  }

  .slide img {
    width: 100%;
  }

  .slide img:hover {
    transform: translateZ(20px);
    transition: transform 1s;
  }

  /* -----------------------------------smart code-------
    -------------- */

  .map {
    width: 100%;
    height: auto;
    padding: 15% 15%;
    display: flex;
    flex-direction: column;
  }

  .map h2 {
    line-height: 8vw;
    text-align: center;
  }

  .map .road {
    width: 100%;
    padding-top: 20vw;
    position: relative;
  }

  .map .road img {
    width: 100%;
    height: 110vw;
  }

  .map .road .img1 {
    width: 25%;
    height: auto;
    position: absolute;
    top: 15vw;
    right: -1.5vw;
  }

  .map .road .img2 {
    width: 25%;
    height: auto;
    position: absolute;
    top: 64vw;
    right: 27vw;
    z-index: -1;
  }

  .map .road .img3 {
    width: 23%;
    height: auto;
    position: absolute;
    bottom: 17vw;
    left: 0vw;
  }

  .map .road .box h3 {
    color: #ffbc25;
    font-size: 4.5vw;
    font-family: demo1;
    font-style: normal;
    font-weight: 400;
    line-height: 3vw;
  }

  .map .road ul {
    padding-left: 1.2vw;
  }

  .map .road ul li {
    list-style: disc;
    color: #fff;
    font-size: 2vw;
    font-family: 'Balsamiq Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    opacity: 0.8;
  }

  .map .road .box {
    position: absolute;
  }

  .map .road .box1 {
    top: 11vw;
    left: 13vw;
  }

  .map .road .box2 {
    top: 60vw;
    left: -10vw;
  }

  .map .road .box3 {
    top: 98vw;
    right: -11vw;
  }

  .map .road .box4 {
    left: 20vw;
  }

  /* --------------------------FAQ---------
    ----------- */

  .faq {
    padding: 0% 10%;
    padding-bottom: 10%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq h2 {
    text-align: center;
    line-height: 8vw;
  }

  .faq .gap {
    margin-bottom: 10vw;
  }

  .faq .q {
    padding: 3vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq .q .left {
    width: 80%;
    height: auto;
  }

  .faq .q .left h3 {
    color: #fff;
    font-size: 3vw;
    font-family: 'Balsamiq Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 7vw;
    cursor: pointer;
  }

  .faq .q .right {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .faq .q .right img {
    width: 40%;
    cursor: pointer;
  }

  .col1,
  .col3,
  .col5 {
    font-size: 2.5vw;
    display: none;
  }

  .q2,
  .q4,
  .q6 {
    display: none;
  }

  .active1 {
    display: none;
  }

  .active {
    display: flex;
  }

  /* -------------------------------socials------------
    --------------------- */

  .socials {
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .socials img {
    width: 100%;
  }

  .socials .box {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30vw;
  }

  .socials .box img {
    width: 100%;
  }

  .socials .box .top {
    margin-top: -27vw;
  }

  .socials .box h2 {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  /* -------------------------------------------Navbar Management------------------
    -------------------- */

  .footer .header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 15vw 2vw 2vw 2vw;
    width: 100%;
    animation: bounce 1s;
    animation-iteration-count: 1;
    /* background: linear-gradient(348.8deg, #12056A 2.44%, #09092E 14.03%, #000617 30.32%, rgba(0, 6, 23, 0) 32.63%), linear-gradient(163.5deg, #12056A 1.15%, #09092E 18.57%, #000617 34.61%); */
  }

  .footer .header .navbar {
    border-radius: 2vw;
    padding: 1vw 2.5vw 0.5vw 1vw;
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .footer .header .navbar .left-side-menu {
    width: 100%;
    padding-left: 2vw;
    display: flex;
    justify-content: center;
  }

  .footer .header .navbar .left-side-menu a img {
    width: 20%;
  }

  .footer .header .navbar .left-side-menu a {
    color: #b6db12;
    font-family: demo;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.76px;
    font-size: 6vw;
    line-height: 7vw;
    background: linear-gradient(to right, #ffffff 50%, #b6db12 50%);
    background-size: 200% 100%;
    background-position: 100% 0%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 2s;
  }

  .footer .header .navbar .left-side-menu a:hover {
    background-position: 0 0;
  }

  .footer .center-menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0vw;
  }

  .footer .header .center-menu .tg li {
    padding: 2vw 1.5vw;
    font-size: 3vw;
    font-family: 'Balsamiq Sans', cursive;
    line-height: 3vw;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s;
  }

  .footer .header .center-menu .tg li:hover {
    color: #000000;
    background: #f3c801;
    border-radius: 2vw;
    transform: translateY(-0.4vw);
  }

  .footer .header .center-menu .right-side-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
  }

  .footer .header .center-menu .right-side-menu a {
    width: 10%;
  }

  .footer .header .center-menu a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }

  .footer .header .center-menu .right-side-menu a img:hover {
    transform: translateY(-0.6vw);
  }

  .rights {
    padding: 4vw;
    width: 100%;
    height: auto;
  }

  .rights p {
    text-align: center;
    color: rgba(211, 229, 51, 0.86);
    opacity: 1;
  }
}

a.okx img {
  width: 20rem;
}

a.okx:hover {
  filter: invert();
  text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35),
    0px 4px 21px rgba(211, 230, 51, 0.86);
}

.text-shadow {
  font-family: demo;
  -webkit-text-stroke: 1px #000000;
  text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.35),
    0px 4px 21px rgba(211, 230, 51, 0.86);
}

.okx-div {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  padding: 6rem 0 0 0;
}

.okx-text {
  font-size: 2rem;
}
