@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: demo;
    src: url(../fonts/raleighserialxboldregular.ttf);
}

body {
    overflow-x: hidden;
}

.body {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body::-webkit-scrollbar {
    width: 0;
}


html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-weight: 400;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    color: #FFFFFF;
    font-size: 1.2vw;
    line-height: normal;
    font-weight: 200;
}


p.opacity {
    opacity: .7;
    font-size: 1vw;
}

h1 {
    font-size: 4.5vw;
    color: white;
    line-height: 140%;
    font-family: demo;
    font-weight: 900;
}

h2 {
    font-size: 2.5vw;
    color: white;
    font-family: demo;
}

span {
    background: linear-gradient(244.99deg, #FFC4F5 15.7%, #CBDAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.span1 {
    background: linear-gradient(67.91deg, #FACFF8 15.25%, #F87710 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.span2 {
    background: linear-gradient(70.78deg, #FACFF8 15.25%, #F87710 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h3 {
    font-size: 1.5vw;
    line-height: 100%;
    color: white;
    font-weight: 900;
}



.btn {
    color: #000;
    text-align: center;
    padding: 1vw 2vw;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 0vw;
    background: #ffffff;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, .3);
}

.btn:hover {
    transform: translateY(-.4vw);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: #FFF;
}

.btn1 {
    color: #ffffff;
    text-align: center;
    padding: 1vw 2vw;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 0vw;
    background: transparent;
    transition: all .5s;
    border: 1px solid rgba(255, 255, 255, .3);
}

.btn1:hover {
    transform: translateY(-.4vw);
    color: #000000;
    background: rgb(255, 255, 255);
    border-color: #FFF;
}



li {
    list-style: none;
    font-size: 1vw;
    line-height: 120%;
    color: #FFFFFF;
}

body{
    background: #040011;
}

.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    background: linear-gradient(271.36deg, rgb(255, 255, 255) 50.01%, rgb(255, 255, 255) 72.39%);
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 5vw;
    animation: bounceInRight 1.5s;
}

.navbar-toggle span:nth-child(1) {
    animation: bounceInRight 1s;
}

.navbar-toggle span:nth-child(3) {
    animation: bounceInRight 2s;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
    padding: 1vw 5vw;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header .navbar {
    padding: 0.5vw 1vw;
    width: 100%;
    height: auto;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}

.header .navbar .left-side-menu a {
    font-family: demo;
    font-size: 1.7vw;
    background: linear-gradient(251.05deg, #FFC4F5 15.7%, #CBDAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.header .navbar .left-side-menu a img {
    width: 100%;
    cursor: pointer;
    animation: bounceInDown 1s;
}

.center-menu {
    width: 83%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1vw;
}

.center-menu a {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.center-menu a .effect {
    width: 1vw;
    height: 1vw;
}

.header .center-menu a li {
    padding: 0.5vw 1vw;
    font-size: .8vw;
    line-height: 2vw;
    font-weight: 300;
    border-radius: .7vw;
    color: #ffffff;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: .5vw;
    border: 1px solid rgba(0, 0, 0, 0);
}

.header .center-menu .line {
    width: .05vw;
}

.header .center-menu a li img {
    width: 1.2vw;
}

.header .center-menu a.tg2 li {
    background: #ffffff;
    color: #000;
    padding: 0vw 1vw;
    border-radius: 20vw;
}

.header .center-menu a:nth-child(1) {
    animation: bounceInDown 1.2s;
}
.header .center-menu a:nth-child(2) {
    animation: bounceInDown 1.4s;
}
.header .center-menu a:nth-child(3) {
    animation: bounceInDown 1.6s;
}
.header .center-menu a:nth-child(4) {
    animation: bounceInDown 2s;
}
.header .center-menu a:nth-child(5) {
    animation: bounceInDown 2.2s;
}
.header .center-menu a:nth-child(6) {
    animation: bounceInDown 2.2s;
}

.header .center-menu a li:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    border-color: white;
    border-radius: 20vw;
    /* transform: translateY(-0.4vw); */
}

.header .center-menu .right-side-menu a:nth-child(1) {
    animation: bounceInDown 2.5s;
}

.header .center-menu .right-side-menu a:nth-child(2) {
    animation: bounceInDown 2.8s;
}

.header .center-menu .right-side-menu a img:hover {
    transform: translateY(-.5vw);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}


/* --------------------------------website Responsive--------------
-------------------- */

.hero {
    width: 100%;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 13vw 7vw;
    padding-bottom: 25vw;
    position: relative;
}

.hero h1 {
    position: relative;
    font-size: 6vw;
}

.hero h1::after {
    content: '';
    width: 7vw;
    height: .15vw;
    background: white;
    position: absolute;
    bottom: -2vw;
    left: 0;
}

.hero .dots {
    position: absolute;
    width: 1.5vw;
    top: 7vw;
    left: 4vw;
}

.hero .box {
    width: 21vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    position: absolute;
    right: 7vw;
    bottom: 7vw;
    z-index: 200;
}

.hero .box p {
    padding-left: 1vw;
    border-left: .1vw solid rgba(250, 255, 255, .5);
}

@keyframes drop {
    from {
        transform: rotateZ(0deg) translateX(-5vw) translateY(-7vw);
    }
    to {
        transform: rotateZ(80deg) translateX(2vw) translateY(3vw);
    }
}

.hero .drop1 {
    position: absolute;
    width: 50%;
    top: 20%;
    left: 20%;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite alternate-reverse;
    transform-origin: center;
}

.hero .drop2 {
    position: absolute;
    width: 15%;
    bottom: 0;
    left: -7vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite linear forwards;
    transform-origin: center;
}

.hero .drop3 {
    position: absolute;
    width: 20%;
    top: 10vw;
    right: -10vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite alternate-reverse;
    transform-origin: center;
}

.hero .drop4 {
    position: absolute;
    width: 15%;
    bottom: -2vw;
    right: 10vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 12s infinite linear forwards;
    transform-origin: center;
}

.hero .drop5 {
    position: absolute;
    width: 15%;
    top: -5vw;
    right: 15vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 7s infinite linear forwards;
    transform-origin: center;
}

.hero .drop6 {
    position: absolute;
    width: 15%;
    top: -5vw;
    left: 15vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 15s infinite linear forwards;
    transform-origin: center;
}

/* right_navigation */

.right_navigation {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    right: 7vw;
    top: 17vw;
    z-index: 1000;
}

.right_navigation_items {
    width: 0.5vw;
    height: 0.5vw;
    background-color: white;
    border-radius: 50vw;
    transition: all .2s;
}

.right_navigation_items:hover {
    height: 2vw;
}

.navigation_info {
    position: absolute;
    width: max-content;
    font-size: .7vw;
    color: var(--primary-color);
    background-color: white;
    padding: .5vw 1vw;
    border-radius: 20vw;
    top: 17vw;
    right: 10vw;
    z-index: 1000;
}


/* --------------------------------partners--------------
-------------------- */

.partners {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0vw 0;
    padding-right: 3vw;
    margin-top: 0vw;
    z-index: 100;
    position: relative;
}

.partners .bg {
    width: 100%;
    position: absolute;
    top: -9vw;
    z-index: 1;
}

.partners .heading {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

.partners .logos {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #3F21FF 0%, #FF2DEB 50%, #FFBD12 100%);
    padding: 2vw;
    border-radius: 1vw;
    z-index: 2;
}

.partners .logos img {
    width: 15%;
}

/* --------------------------------mission--------------
-------------------- */

.mission {
    width: 100%;
    display: flex;
    padding: 5vw 7vw;
    padding-top: 0;
    align-items: center;
    position: relative;
}

.mission .bg1 {
    position: absolute;
    width: 50%;
    top: -30%;
    right: 0vw;
    z-index: -1;
}

.mission .bg {
    width: 40%;
    position: absolute;
    top: -5vw;
    left: 0;
    z-index: -1;
}

.mission .left {
    width: 55%;
    text-align: center;
}

.mission .left img {
    width: 140%;
    animation: flipY 5s infinite alternate-reverse;
    backface-visibility: visible;
    transform-origin: center;
    mix-blend-mode: exclusion;
    position: relative;
    left: -16vw;
}

@keyframes flipY {
    from {
        left: -25vw;
        transform: rotateZ(0deg);
    }
    to {
        left: -16vw;
        transform: rotateZ(-50deg);
    }
}

.mission .right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5vw;
}

/* --------------------------------tokenomics--------------
-------------------- */

.tokenomics {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vw;
    padding: 5vw 17vw;
    padding-top: 0;
    margin-top: -10vw;
    position: relative;
}

.tokenomics .bg {
    position: absolute;
    width: 35%;
    z-index: -1;
    top: -30%;
    right: 0;
}

.tokenomics .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tokenomics .content .box {
    width: 30%;
    border-radius: 2vw;
    padding: .1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1vw;
    text-align: center;
    box-shadow: 0px .4vw 5vw 0px #443696;
}

.tokenomics .content .box:nth-of-type(1) {
    background: linear-gradient(147.14deg, #02AFDF 4.16%, rgba(0, 0, 0, 0) 82.83%);
}

.tokenomics .content .box:nth-of-type(2) {
    background: linear-gradient(180deg, #A479FF 0%, #000000 100%);
    position: relative;
    top: -3vw;
}

.tokenomics .content .box:nth-of-type(3) {
    background: linear-gradient(211.52deg, #E9015D -1.45%, rgba(0, 0, 0, 0) 105.09%);    
}

.tokenomics .content .box:nth-of-type(1) img {
    animation: fadeInDown 3s infinite alternate-reverse;
}

.tokenomics .content .box:nth-of-type(2) img {
    animation: fadeInDown 2s infinite alternate-reverse;
}

.tokenomics .content .box:nth-of-type(3) img {
    animation: fadeInDown 3.5s infinite alternate-reverse;
}

.tokenomics .content .box .supply {
    background: #010010;
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
}

.tokenomics .content .box img {
    width: 100%;
    border-radius: 2vw;
}

.tokenomics .content .box h3 {
    position: absolute;
    bottom: 3.5vw;
}

.tokenomics .content .box p {
    position: absolute;
    bottom: 2vw;
}



/* ----------------------------choose--------
------- */

.choose {
    width: 100%;
    height: auto;
    padding: 7vw 9vw;
    background: linear-gradient(0deg, #0C0032 0%, #2D1F5A 50.45%, #0C0032 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.choose .content {
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: space-between;
    padding: 4vw;
    border-radius: 2vw;
    margin-top: 3vw;
}

.choose .content .left {
    background: linear-gradient(0deg, #45006E 0%, #0C1347 100%);
    width: 35%;
    border-radius: 2vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choose .content .left img {
    width: 100%;
    animation: mobile 10s infinite linear forwards;
    transform-origin: center;
    mix-blend-mode: exclusion;
}

@keyframes mobile {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.choose .content .right {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: .4vw;
}

.choose .content .right .box {
    width: 49.5%;
    padding: 2vw;
    border-radius: 2vw;
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    text-align: left;
}

.choose .content .right .box:nth-child(1) {
    border-bottom-right-radius: 0;
}

.choose .content .right .box:nth-child(2) {
    border-bottom-left-radius: 0;
}

.choose .content .right .box:nth-child(3) {
    border-top-right-radius: 0;
}

.choose .content .right .box:nth-child(4) {
    border-top-left-radius: 0;
}

.choose .content .right .box p.sp {
    font-size: 1.3vw;
    font-weight: 600;
}

.choose .content .right .box img {
    width: 3vw;
}

/* ----------------------------map--------
------- */

.map {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8vw 10vw;
    gap: 5vw;
}

.map .bg1 {
    position: absolute;
    top: 70%;
    left: 0;
    width: 20%;
}

.map .content .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.map .content {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map .content .box {
    position: absolute;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 15vw;
}

.map .content .box1 {
    left: 5vw;
    top: -2vw;
}

.map .content .box2 {
    right: 5vw;
    top: 0;
}

.map .content .box3 {
    left: 5vw;
    top: 22vw;
}

.map .content .box4 {
    right: 5vw;
    top: 18vw;
}

.map .content .box p.sp {
    font-weight: 600;
    margin-bottom: 1vw;
}

.map .content .box li {
    font-weight: 300;
    opacity: 0.5;
    list-style: disc;
}

.map .content img {
    width: 40%;
}



/* ----------------------------join--------
------- */

.join {
    width: 83%;
    border: 1px solid;
    border-radius: 1vw;
    padding: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
    margin-top: -0vw;
    z-index: 2;
    background: url(../images/join-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.join .bg1 {
    top: -3vw;
    width: 7vw;
    left: 50%;
    position: absolute;
    animation: shakeY 10s infinite linear forwards;
}

.join .bg2 {
    top: 2vw;
    width: 7vw;
    right: -3vw;
    position: absolute;
    animation: shakeX 10s infinite linear forwards;
}

.join .bg3 {
    top: 5vw;
    width: 23vw;
    right: 7vw;
    position: absolute;
    mix-blend-mode: exclusion;
    animation: shakeY 8s infinite alternate-reverse;
}

.join .bg4 {
    bottom: -3vw;
    width: 10vw;
    left: 25%;
    position: absolute;
    animation: shakeX 7s infinite alternate-reverse;
}

.join .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.join .right {
    width: 40%;
    display: flex;
    flex-direction: column;
}


  /* ---------footer----
  --- */
  footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2vw 4vw;
    padding: 2vw 2vw;
    border-bottom: 1px solid rgba(250, 255, 255, .1);
  }
  footer ul li a{
    color: #8D8D8D;
    font-size: 1vw;
    font-style: normal;
    font-weight: 300;
    line-height: 203%; /* 24.31px */
  }
  footer ul li a:hover{
    text-decoration: underline;
  }
  footer .logo img{
    width: 12vw;
    margin-bottom: 1vw;
  }
  footer .logo{
    width: 40%;
    padding-right: 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
  }

  footer .links {
    display: flex;
    align-items: center;
    gap: 1vw;
    padding-top: .5vw;
  }

  footer .links a img {
    width: 1.3vw;
  }

  footer .company {
    width: 14%;
  }
  footer .Support {
    width: 14%;
  }
  footer .policy {
    width: 14%;
  }
  footer .contact {
    width: 17%;
  }
  footer .p-1{
    margin-bottom: 1.5vw;
    font-weight: 500;
  }
  /* ---------copyright----
  ----- */
  .copyright{
    padding: 0 0 2vw 0;
  }
  .copyright p{
    font-size: 1vw;
    opacity: 1;
    text-align: center;
    color: #FACFF8;
  }

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {

    /* -------------------------navbar 1280px--------------------------
    ----------------------- */
    
    .header {
        padding: 1vw 3vw 0 3vw;
    }

    .header {
        border-radius: 2vw;
    }

    .header .navbar .left-side-menu a img {
        width: 100%;
    }

    .features .content .h2:after {
        content: '';
        width: 1vw;
        height: 13vw;
        border-left: 1px solid white;
        position: absolute;
        top: 2vw;
        left: -1.4vw;
    }


}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {

    .line {
        display: none;
    }

    .header {
        padding: 1vw 7vw;
    }

.header .navbar {
    padding: 1vw;
    padding-bottom: 1vw;
}

.header .navbar .left-side-menu {
    width: 30%;
}

.header .navbar .left-side-menu a {
    font-size: 4vw;
    font-weight: 800;
    gap: 1vw;
}

.header .center-menu a li {
    font-size: 3vw;
    padding: 2vw;
    font-weight: 600;
    border: none;
}

.header .center-menu a.social li {
    display: none;
}

.header .center-menu a li:hover {
    border-radius: 0vw;
    background: transparent;
    top: 0;
    transform: scale(1.1);
}

.header .center-menu .tg:hover li{
    color: #000000;
}

.center-menu {
    display: flex;
    width: 86vw;
    height: 65vw;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding-top: 13vw;
    padding-bottom: 5vw;
    /* display: none; */
    margin-top: -900px;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 1vw;
    left: 7vw;
    background-color: rgba(96, 78, 208, 1);
    z-index: -1;
    border-radius: 2vw;
    /* border-left: 2px solid rgba(255, 255, 20, 0.5);
    border-top: 2px solid rgba(255, 255, 20, 0.5); */
}

.center-menu.active {
    margin-top: 0;
    /* display: flex; */
    background-color: rgba(96, 78, 208, 1);
}

.center-menu .tg {
    background-color: rgba(96, 78, 208, 1);
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 0s;
}

.header .navbar .center-menu .tg2 li {
    margin: 0;
    padding: 3vw 5vw;
}

.header .navbar .center-menu .tg li:hover {
    border: none;
}


.center-menu .tg:hover {
    background: #FF1DFD;
}

.header .navbar .center-menu .right-side-menu {
    margin-left: 0%;
    margin-bottom: 1vw;
}

.navbar-toggle span {
    display: block;
    width: 5vw;
    height: 1vw;
    margin: 0.7vw;
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 3.5vw;
}

.navbar-toggle {
    display: block;
  }
  
  .navbar-toggle.active span:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg) translate(1.3vw, 1.3vw);
  }
  
  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggle.active span:nth-child(3) {
    transition-delay: 0.1s;
    transform: rotate(-45deg) translate(0vw, 0vw);
    position: relative;
    top: -1.6vw;
  }
}

/* ----------------------------@ 600px--------
------- */

@media (max-width: 768px) {


    h1 {
        font-size: 6.5vw;
    }

    h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 4vw;
    }

    p {
        font-size: 3vw;
    }

    
    p.opacity {
        opacity: .7;
        font-size: 2.7vw;
    }


    .btn {
        padding: 1.5vw 3vw;
        font-size: 3.5vw;
    }
    
    .btn1 {
        padding: 1.5vw 3vw;
        font-size: 3.5vw;
    }



    .header .navbar .left-side-menu {
        width: 50%;
    }

    .header .navbar .left-side-menu a img {
        width: 50%;
        height: auto;
    }

    .header .navbar .left-side-menu a {
        font-size: 6vw;
    }
    
    .header .center-menu a li {
        font-size: 3.5vw;
        padding: 3.5vw;
    }

    .center-menu {
        border-radius: 2vw;
        padding-top: 15vw;
        height: 80vw;
        top: 1vw;
    }

    .header .navbar .center-menu .right-side-menu a img {
        width: 7vw;
    }

    .navbar-toggle span {
        display: block;
        width: 7vw;
        height: 1.5vw;
        margin: 0.7vw;
        border-radius: 50px;
        transition: all 0.5s;
    }
    
    .navbar-toggle span:nth-child(2) {
        width: 5vw;
    }
    
    .navbar-toggle {
        display: block;
      }
      
      .navbar-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(1.3vw, 1.3vw);
      }
      
      .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
      }
      
      .navbar-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(0vw, 0vw);
        position: relative;
        top: -2.5vw;
      }

      /* --------------------------------website Responsive--------------
-------------------- */


.hero {
    width: 100%;
    background: url(../images/hero-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 19vw 7vw;
    padding-bottom: 59vw;
    position: relative;
}

.hero h1 {
    text-align: center;
    position: relative;
    font-size: 9vw;
}

.hero h1::after {
    content: '';
    width: 30vw;
    height: .15vw;
    background: white;
    position: absolute;
    bottom: -2vw;
    left: 26vw;
}

.hero .dots {
    position: absolute;
    width: 2.5vw;
    top: 12vw;
    left: 8vw;
}

.hero .box {
    width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1vw;
    position: absolute;
    right: 22vw;
    bottom: 9vw;
}

.hero .box p {
    padding: 0;
    padding-bottom: 1vw;
    border: none;
    border-bottom: .1vw solid rgba(250, 255, 255, .5);
}

@keyframes drop {
    from {
        transform: rotateZ(0deg) translateX(-5vw) translateY(-7vw);
    }
    to {
        transform: rotateZ(80deg) translateX(2vw) translateY(3vw);
    }
}

.hero .drop1 {
    position: absolute;
    width: 60%;
    top: 33%;
    left: 20%;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite alternate-reverse;
    transform-origin: center;
}

.hero .drop2 {
    position: absolute;
    width: 20%;
    bottom: 5vw;
    left: -7vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite linear forwards;
    transform-origin: center;
}

.hero .drop3 {
    position: absolute;
    width: 30%;
    top: 10vw;
    right: -15vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 10s infinite alternate-reverse;
    transform-origin: center;
}

.hero .drop4 {
    position: absolute;
    width: 25%;
    bottom: -2vw;
    right: 0vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 12s infinite linear forwards;
    transform-origin: center;
}

.hero .drop5 {
    position: absolute;
    width: 25%;
    top: -5vw;
    right: 15vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 7s infinite linear forwards;
    transform-origin: center;
}

.hero .drop6 {
    position: absolute;
    width: 20%;
    top: -5vw;
    left: 5vw;
    z-index: 1;
    mix-blend-mode: lighten;
    animation: drop 15s infinite linear forwards;
    transform-origin: center;
}

/* right_navigation */

.right_navigation {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    right: 7vw;
    top: 40vw;
    z-index: 1000;
}

.right_navigation_items {
    width: 1.5vw;
    height: 1.5vw;
    background-color: white;
    border-radius: 50vw;
    transition: all .2s;
}

.right_navigation_items:hover {
    height: 2vw;
}

.navigation_info {
    position: absolute;
    width: max-content;
    font-size: .7vw;
    color: var(--primary-color);
    background-color: white;
    padding: .5vw 1vw;
    border-radius: 20vw;
    top: 33vw;
    right: 10vw;
}



/* --------------------------------partners--------------
-------------------- */

.partners {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    padding: 3vw;
    margin-top: 3vw;
}

.partners .bg {
    top: -13vw;
}

.partners .heading {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 3vw;
}

.partners .logos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #604ED0 0%, #B154A8 50%, #E06B43 100%);
    padding: 3vw;
    border-radius: 3vw;
}

.partners .logos img {
    width: 20%;
}

/* --------------------------------mission--------------
-------------------- */

.mission {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5vw 5vw;
    align-items: center;
    position: relative;
}

.mission .bg {
    width: 50%;
    position: absolute;
    top: 5vw;
    left: 0;
    z-index: -1;
}

.mission .left {
    width: 95%; 
    text-align: right;
}

.mission .left img {
    width: 150%;
}

.mission .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3vw;
    margin-top: -19vw;
}

/* --------------------------------tokenomics--------------
-------------------- */

.tokenomics {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15vw;
    padding: 15vw 17vw;
    margin-top: 0vw;
    position: relative;
}

.tokenomics .bg {
    position: absolute;
    width: 65%;
    z-index: -1;
    top: -10%;
    right: 0;
}

.tokenomics .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vw;
    justify-content: space-between;
}

.tokenomics .content .box {
    width: 70%;
    border-radius: 4vw;
    padding: .2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2vw;
    text-align: center;
    box-shadow: 0px .4vw 8vw 0px #443696;
}

.tokenomics .content .box:nth-of-type(1) {
    background: linear-gradient(147.14deg, #02AFDF 4.16%, rgba(0, 0, 0, 0) 82.83%);
}

.tokenomics .content .box:nth-of-type(2) {
    background: linear-gradient(180deg, #A479FF 0%, #000000 100%);
    position: relative;
    top: 0vw;
}

.tokenomics .content .box:nth-of-type(3) {
    background: linear-gradient(211.52deg, #E9015D -1.45%, rgba(0, 0, 0, 0) 105.09%);    
}

.tokenomics .content .box:nth-of-type(1) img {
    animation: fadeInDown 3s infinite alternate-reverse;
}

.tokenomics .content .box:nth-of-type(2) img {
    animation: fadeInDown 2s infinite alternate-reverse;
}

.tokenomics .content .box:nth-of-type(3) img {
    animation: fadeInDown 3.5s infinite alternate-reverse;
}

.tokenomics .content .box .supply {
    background: #010010;
    border-radius: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
}

.tokenomics .content .box img {
    width: 100%;
    border-radius: 4vw;
}

.tokenomics .content .box h3 {
    position: absolute;
    bottom: 8vw;
}

.tokenomics .content .box p {
    position: absolute;
    bottom: 4vw;
}


/* ----------------------------choose--------
------- */

.choose {
    width: 100%;
    height: auto;
    padding: 15vw 9vw;
    background: linear-gradient(0deg, #0C0032 0%, #2D1F5A 50.45%, #0C0032 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.choose .content {
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    flex-direction: column;
    gap: 7vw;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 7vw;
    border-radius: 4vw;
    margin-top: 3vw;
}

.choose .content .left {
    width: 100%;
    border-radius: 4vw;
}

.choose .content .left img {
    width: 100%;
}

.choose .content .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 7vw;
}

.choose .content .right .box {
    width: 100%;
    padding: 4vw;
    border-radius: 4vw !important;
    background: rgba(129, 129, 139, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    text-align: center;
}

.choose .content .right .box p.sp {
    font-size: 4vw;
    font-weight: 900;
}

.choose .content .right .box img {
    width: 12vw;
}


/* ----------------------------map--------
------- */

.map {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 18vw 5vw;
    gap: 12vw;
}

.map .bg1 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 40%;
}

.map .content .bg {
    position: absolute;
    width: 130%;
    z-index: -1;
}

.map .content {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map .content .box {
    position: absolute;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25vw;
}

.map .content .box1 {
    left: -2vw;
    top: -2vw;
}

.map .content .box2 {
    right: -2vw;
    top: 1vw;
}

.map .content .box3 {
    left: 0vw;
    top: 48vw;
}

.map .content .box4 {
    right: -2vw;
    top: 57vw;
}

.map .content .box p.sp {
    font-weight: 600;
    margin-bottom: 1vw;
}

.map .content .box li {
    font-weight: 300;
    font-size: 2vw;
    opacity: 0.7;
    list-style: disc;
}

.map .content img {
    width: 70%;
}

/* ----------------------------join--------
------- */

.join {
    width: 83%;
    border-radius: 2vw;
    padding: 7vw 5vw;
    padding-bottom: 8vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
    margin-top: 0vw;
    z-index: 2;
    text-align: center;
}

.join .bg1 {
    top: -3vw;
    width: 12vw;
    left: 10%;
    position: absolute;
    animation: shakeY 15s infinite linear forwards;
}

.join .bg2 {
    top: 3vw;
    width: 10vw;
    right: -3vw;
    position: absolute;
    animation: shakeX 15s infinite linear forwards;
}

.join .bg3 {
    top: 25vw;
    width: 30vw;
    right: 0vw;
    position: absolute;
    mix-blend-mode: exclusion;
    animation: shakeY 13s infinite alternate-reverse;
}

.join .bg4 {
    bottom: -3vw;
    width: 15vw;
    left: 5%;
    position: absolute;
    animation: shakeX 15s infinite alternate-reverse;
}

.join .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}

.join .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  /* ---------footer----
  --- */
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2vw 6vw;
    padding-top: 10vw;
    gap: 8vw;
  }
  footer h2{
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  footer ul li {
    text-align: center;
  }
  footer ul li a{
    color: #8D8D8D;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 203%; /* 24.31px */
  }
  footer ul li a:hover{
    text-decoration: underline;
  }
  footer .logo img{
    width: 35vw;
    margin-bottom: 1vw;
  }
  footer .logo{
    width: 100%;
    padding-right: 2vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .links {
    gap: 5vw;
    padding-top: 5vw;
    justify-content: center;
  }

  footer .links a img {
    width: 4vw;
  }

  footer .company {
    width: 100%;
    text-align: center;
  }
  footer .Support {
    width: 100%;
    text-align: center;
  }
  footer .policy {
    width: 100%;
    text-align: center;
  }
  footer .contact {
    width: 100%;
    text-align: center;
  }
  footer .p-1{
    margin-bottom: 1.5vw;
    font-size: 5vw;
    font-weight: 400;
  }
  /* ---------copyright----
  ----- */
  .copyright{
    padding: 4vw 0;
  }
  .copyright p{
    font-size: 3.5vw;
    opacity: 1;
    text-align: center;
    letter-spacing: .5px;
  }

  }
  