@font-face {
    font-family: Back Issues BB;
    src: url(../fonts/BackIssuesBB_reg.html);
}


.alert {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    padding: 10vw;
}

.alert .message {
    width: 100%;
    height: 80vh;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5vw;
    border-radius: 4vw;
    border: 1px solid white;
}

.alert .message p {
    font-size: 1.5vw;
    font-family: Arial, Helvetica, sans-serif;
}

.alert .message .sp {
    font-size: 2vw;
}

.alert .message h2 {
    color: red;
    font-family: Arial;
    font-weight: 800;
    font-size: 3vw;
}

@media (max-width:600px) {
    .alert {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1000;
        padding: 10vw;
    }

    .alert .message {
        width: 100%;
        height: 70vh;
        background: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5vw;
        border-radius: 4vw;
        border: 1px solid white;
    }

    .alert .message p {
        font-size: 4vw;
        line-height: 130%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .alert .message .sp {
        font-size: 5vw;
        line-height: 140%;
    }

    .alert .message h2 {
        color: red;
        font-family: Arial;
        font-weight: 800;
        font-size: 6vw;
        line-height: 120%;
        margin-bottom: 2vw;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-family: 'montserrat';
    font-weight: 400;
}

body {
    background: black;
    background: url(../../../img/beijin.png)no-repeat fixed;
    background-size: cover;
    overflow-x: hidden;
}

.special-para {
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: .5vw;
    text-transform: uppercase;
    color: #BD8D4C;
}

.text-center {
    text-align: center;
}

img {
    width: 100%;
}

h1 {
    color: #FFF;
    text-align: center;
    font-family: agency;
    font-size: 8vw;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    color: #ffffff;
    font-family: Back Issues BB;
    font-size: 2.93vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 {
    color: #FFF;
    font-family: agency;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    color: #FFF;
    font-family: Questrial;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

h5 {
    color: #fff;
    font-family: agency;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li, p {
    color: #120100;
    font-family: Alata;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
}

.btn {
    border-radius: 7px;
    border: 3px solid #000;
    background: #FEED01;
    padding: 1vw 2vw;
    font-family: norm-black;
    font-size: 15px;
    font-weight: 250;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    transition: all .5s ease;
    transform: scale(1);
}

.btn:hover {
    color: #000000;
    border: 3px solid #000;
    background: #ffffff;
    transform: translateY(-0.4vw);
    transform: scale(1.1);
}

.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    background: linear-gradient(271.36deg, #F8450B 50.01%, #ffa78a 72.39%);
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 5vw;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
    position: relative;
    top: 2vw;
    left: 0;
    z-index: 1000;
    width: 90%;
    margin: 0 3% 0 3%;
    animation: bounce 1s;
    animation-iteration-count: 1;
    transition: 1s;

}

.header .navbar {
    padding: .5vw 4vw;
    margin: auto;
    width: 90%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4vw;
    border: 1px solid #000;
    background: #FFF;
}

.header .navbar .left-side-menu {
    text-align: left;
}

.header .navbar .left-side-menu a img {
    width: 8vw;
}

.center-menu {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 6vw;
}

.center-menu ul {
    display: flex;
    align-items: center;
    gap: 2.3vw;
    list-style-type: none;
}

.center-menu ul li a {
    color: #000;
    font-family: Alata;
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 171.429% */
    text-transform: uppercase;
}

.center-menu ul li a:hover {
    color: #211c1ca6;
}

.social-group {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.social-group .btn1 {
    display: flex;
    align-items: center;
    gap: 1vw;
    border-radius: 8px;
    border: 3px solid #000;
    background: #FFF;
    box-shadow: 0px 6px 0px -2px #000;
    color: #000;
    font-family: Helvetica;
    font-size: 0.9vw;
    padding: 1vw 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    transition: .4s;
}

.social-group .btn1:hover {
    color: #000;
    background: #d8cece;
}

.social-group a img {
    width: 3vw;
    transition: .3s;
}

.social-group a img:hover {
    filter: blur(1px) drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.5));
}

/* --------------------------------hero-section--------------
-------------------- */
.hero-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 64vw;
}

.hero-section .sticker-2 {
    position: absolute;
    width: 11vw;
    top: 9vw;
    left: 0vw;
}

.hero-section .sticker-3 {
    position: absolute;
    width: 15vw;
    top: 9vw;
    right: 2vw;
}

.hero-section .sticker-4 {
    position: absolute;
    width: 11vw;
    top: 33vw;
    left: 2vw;
}

.hero-section .sticker-5 {
    position: absolute;
    width: 15vw;
    top: 45vw;
    left: 22vw;
}

.hero-section .sticker-6 {
    position: absolute;
    width: 15vw;
    top: 45vw;
    right: 22vw;
}

.hero-section .sticker-7 {
    position: absolute;
    width: 15vw;
    top: 35vw;
    right: 10vw;
}

.hero-section .sticker-8 {
    position: absolute;
    width: 5vw;
    top: 14vw;
    left: 28vw;
}

.hero-section .hero-head {
    width: 55vw;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 7vw;
}

.hero-section .sticker-1 {
    position: absolute;
    top: 51vw;
    right: 51vw;
    width: 10vw;
    animation: circleAnimation 5s linear infinite forwards;
}

@keyframes circleAnimation {
    0% {
        transform: translateX(100px) translateY(0) rotate(0deg);
    }

    100% {
        transform: translateX(100px) translateY(0) rotate(360deg);
    }
}

/* ------------strips---------
  ---- */
.strip-1 {
    border: 1px solid #000;
    background: rgba(175, 223, 242, 0.60);
    overflow: hidden;
    transform: rotate(-5.96deg);
}

.strip-2 {
    border: 1px solid #000;
    background: #AFDFF2;
    overflow: hidden;
    transform: rotate(6.06deg);
    margin-top: -6vw;
}

.strip div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 125%;
}

.strip div h5 {
    display: flex;
    align-items: center;
    gap: .5vw;
    color: #000;
    font-family: Back Issues BB;
    font-size: 2.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1vw;
}

.strip div h5 img {
    width: 5vw;
}

/* --------------about-------
  ---- */
.about {
    padding: 12vw 10vw 5vw 10vw;
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
}

.about h1 {
    color: #000;
    font-family: Back Issues BB;
    font-size: 4.06vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.about h1 span {
    font-size: 2vw;
}

.about .left {
    width: 65%;
    border-radius: 1vw;
    border: 1px solid #000;
    background: #F1F0FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 2vw;
}

.about .left .sub-left {
    width: 48%;
    border-radius: 14px;
    background: #F1F0FF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .left .sub-right a {
    border-radius: 150px;
    border: 3px solid #000;
    background: #FFF;
    box-shadow: 0px 0px 0px 5px #ECECEC inset;
    padding: 1vw 2vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: Back Issues BB;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5%;
    /* 5.556% */
    text-transform: uppercase;
}

.about .left .sub-right p {
    margin-bottom: 3vw;
    margin-top: 1vw;
}

.about .left .sub-left img {
    width: 90%;
}

.about .left .sub-right {
    width: 48%;

}

.about .right {
    width: 30%;
    border-radius: 1vw;
    border: 1px solid #000;
    background: #f36b6b;
    padding: 2vw;
}

.about .right h5 {
    color: #000;
    font-family: Back Issues BB;
    font-size: 1.75vw;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 111.111% */
    margin: .5vw 0;
}

/* ------------tokenomics--------
  ----- */
.tokenomics {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw 10vw;
    position: relative;
}

.sticker-9 {
    position: absolute;
    width: 14vw;
    top: -7vw;
    left: 1vw;
    transform: rotate(85.32deg);
}

.sticker-10 {
    position: absolute;
    width: 9vw;
    top: 2vw;
    left: 31vw;
}

.sticker-11 {
    position: absolute;
    width: 4vw;
    top: 0vw;
    left: 57vw;
}

.tokenomics .token-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5vw;
}

.tokenomics .token-wrap .token-box {
    width: 30%;
    border-radius: 14px;
    border: 1px solid #000;
    padding: 2vw 2.5vw;
    text-align: center;
}

.tokenomics .token-wrap .token-box h6 {
    color: #000;
    font-family: Back Issues BB;
    font-size: 1.75vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 111.111% */
    margin-top: 2vw;
}

.tokenomics .token-wrap .token-box:nth-child(1) {
    background: #CFF8F3;
}

.tokenomics .token-wrap .token-box:nth-child(2) {
    background: #FFF2C7;
}

.tokenomics .token-wrap .token-box:nth-child(3) {
    background: #DCFAD9;
}

/* ------------roadmap------------
------ */
.roadmap {
    padding: 5vw 8vw;
    position: relative;
}

.sticker-12 {
    position: absolute;
    width: 5vw;
    top: 3vw;
    left: 37vw;
}

.wrapper {
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 500vw;
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
        Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.card {
    top: 30px;
    position: sticky;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #333;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;

}

@for $i from 1 through 8 {
    .card:nth-child(#{$i}n) {
        top: $i * 20px;
    }
}

.road-wrap-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.road-wrap-1 div {
    width: 100%;
    text-align: center;
}

.road-wrap-1 div:nth-child(1) {
    width: 45%;
    position: relative;
}

.road-wrap-1 div:nth-child(1) img {
    position: absolute;
    top: -1vw;
    left: 3vw;
    width: 5vw;
}

.road-wrap-1 div:nth-child(2) {
    width: 32%;
}

.road-wrap-2 {
    padding: 5vw 0;
    display: flex;
    flex-direction: column;
}

.road-wrap-2 .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid #000;
    background: #FFF;
    padding: 5vw 3vw;
    z-index: 1000;
    transition: all .3s ease-in-out;
}

.road-wrap-2 .box:nth-child(2) .left::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20vw;
    background: #000;
    left: -7vw;
}

.road-wrap-2 .box a {
    color: #000;
    text-decoration: underline wavy;
}

.road-wrap-2 .box h5 {
    display: inline-flex;
    align-items: center;
    gap: 1vw;
    background: #FEEADE;
    padding: .5vw 2vw .5vw .5vw;
    border-radius: 100px;
    color: #000 !important;
    font-family: Back Issues BB;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
    margin-bottom: 2vw;
    color: rgba(154, 244, 154, 0.40);
}

.road-wrap-2 .box h5 span {
    border-radius: 100px;
    background: #fff;
    padding: .2vw 1.5vw;
    color: #000;
}

.road-wrap-2 .box p {
    margin-top: 2vw;
    padding-right: 10vw;
}

.road-wrap-2 .box h4 {
    color: #000;
    font-family: Back Issues BB;
    font-size: 1.75vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 111.111% */
}

.road-wrap-2 .box .left {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.road-wrap-2 .box .left::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20vw;
    background: #000;
    right: -1vw;
}

.road-wrap-2 .box .left img {
    width: 70%;
}

.road-wrap-2 .box .right {
    width: 45%;
}

/* -------------footer-------
--- */
footer {
    border: 1px solid #000;
    background: #f36b6b;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3vw 5vw;
}

footer h6 {
    padding: .5vw 2vw;
    display: inline-block;
    color: #000;
    font-family: Alata;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    position: relative;
    top: -4.5vw;
}

footer ul li {
    list-style: none;
}

footer .logo {
    width: 39%;
}

footer .logo a img {
    width: 12vw;
}

footer .menu {
    width: 19%;
}

footer .menu ul li {
    display: flex;
    align-items: center;
    gap: .6vw;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    display: inline-block;
    padding: .4vw 2vw;
    margin-bottom: 1vw;
}

footer .menu ul li a {
    color: #000;
    font-family: Alata;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .follow {
    width: 30%;
}

footer .follow div {
    display: flex;
    gap: 2vw;
}

footer .follow div ul {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

footer .follow div ul li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: .5vw;
}

footer .follow div ul li a img {
    width: 3vw;
}

/* --------copyright------
--- */
.copyright {
    text-align: center;
    border: 1px solid #000;
    border-top: none;
    background: #ea1d24;
    padding: 1vw 0;
}

/* --------------------------------website Responsive--------------
-------------------- */

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {

    /* -------------------------navbar 1280px--------------------------
    ----------------------- */


    .header, .navbar {
        border-radius: 2vw;
    }

    .header .navbar .left-side-menu a {
        font-size: 2.3vw;
    }

    .header .navbar .left-side-menu a img {
        width: 16vw;
    }

    .hero-section .arr1 {
        top: 37vw;
        width: 13vw;
    }

    .hero-section .arr2 {
        top: 45vw;
        width: 10vw;
    }

    .staking .left img {
        top: -16vw;
    }
}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {

    .btn {
        border-radius: 5vw;
        padding: 1vw 2vw;
        font-size: 1.2vw;
    }

    .btn:hover {
        transform: scale(1.03);
    }

    .header .navbar {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .header .navbar .left-side-menu {
        width: 30%;
    }

    .header .navbar .left-side-menu a img {
        width: 18vw;
        height: auto;
        position: relative;
    }

    .header .navbar .left-side-menu a {
        font-size: 3vw;
        font-weight: 800;
        gap: 1vw;
    }

    .header .center-menu a li {
        font-size: 3vw;
        padding: 2vw;
        font-weight: 600;
    }

    .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: 90vw;
        height: 55vw;
        flex-direction: column;
        justify-content: center;
        gap: 2vw;
        padding-top: 5vw;
        /* display: none; */
        margin-top: -900px;
        transition: all 1s ease-in-out;
        position: absolute;
        top: 0vw;
        left: 0vw;
        margin-left: 0;
        background-color: #D3EFFF;
        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 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 1vw;
    }

    .center-menu ul li a {
        font-size: 3vw;
    }

    .center-menu .btn-group {
        flex-direction: column;
        justify-content: center;
        gap: 4vw;
    }

    .center-menu .btn-group a {
        font-size: 2.5vw;
        padding: 1.5vw 4vw;
    }

    .center-menu.active {
        margin-top: 0;
        /* display: flex; */
        background-color: #FFFDF1;
    }

    .center-menu .tg {
        background-color: transparent;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: all 0s;
    }


    .center-menu .tg:hover {
        background: #F2E0C8;
    }

    .header .navbar .center-menu .right-side-menu {
        margin-left: 0%;
        margin-bottom: 1vw;
    }

    .navbar-toggle span {
        display: block;
        width: 5vw;
        height: .6vw;
        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;
    }

    .header .social-group {
        display: none;
    }

}


/* ----------------------------@ 600px--------
------- */

@media (max-width: 600px) {
    .special-para {
        font-size: 2.4vw;
        line-height: 2.6vw;
        letter-spacing: .5vw;
    }

    body {
        overflow-x: hidden;
    }

    p {
        font-size: 3vw;
        line-height: 4.2vw;
        text-align: center;
    }

    h1 {
        font-size: 14vw;
        text-align: center;
    }

    h2 {
        font-size: 8vw;
        text-align: center;
        line-height: 18vw;
    }

    h3 {
        font-size: 8vw;
    }

    h4 {
        font-size: 3vw;
    }

    h5 {
        font-size: 4vw;
    }

    h6 {
        font-size: 2.6vw;
        line-height: 3.8vw;
    }

    .btn {

        border-radius: 5vw;
        padding: 2vw 4vw;
        font-size: 2.8vw;
    }


    .header .navbar .left-side-menu {
        width: 50%;
    }

    .header .navbar .left-side-menu a img {
        width: 14vw;
        height: auto;
        position: relative;
    }

    .header .navbar .left-side-menu a {
        font-size: 4vw;
    }

    .header .center-menu .right-side-menu {
        border: .2vw solid #BD8D4C;
        border-radius: 5vw;
        padding: 2.8vw 4vw;
        font-weight: 600;
        font-size: 2.8vw;
        line-height: 2vw;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #F2E0C8;
        transition: all .5s;
    }

    .header .center-menu a li {
        font-size: 3.5vw;
        padding: 3.5vw;
    }

    .center-menu {
        border-radius: 2vw;
        height: 60vw;
        height: 70vw;
    }

    .navbar-toggle span {
        display: block;
        width: 7vw;
        height: 1vw;
        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;
    }

    /* --------------------------------hero-section--------------
-------------------- */
    .hero-section {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        height: 75vw;
    }

    .hero-section .sticker-2 {
        position: absolute;
        width: 13vw;
        top: 16vw;
        left: 0vw;
    }

    .hero-section .sticker-3 {
        position: absolute;
        width: 15vw;
        top: 14vw;
        right: 2vw;
    }

    .hero-section .sticker-4 {
        position: absolute;
        width: 11vw;
        top: 49vw;
        left: 4vw;
    }

    .hero-section .sticker-5 {
        position: absolute;
        width: 17vw;
        top: 54vw;
        left: 22vw;
    }

    .hero-section .sticker-6 {
        position: absolute;
        width: 15vw;
        top: 56vw;
        right: 22vw;
    }

    .hero-section .sticker-7 {
        position: absolute;
        width: 15vw;
        top: 45vw;
        right: 10vw;
    }

    .hero-section .sticker-8 {
        position: absolute;
        width: 7vw;
        top: 25vw;
        left: 28vw;
    }

    .hero-section .hero-head {
        width: 53vw;
        margin-top: 15vw;
    }

    .hero-section .sticker-1 {
        position: absolute;
        top: 26vw;
        right: 3vw;
        width: 13vw;
        display: none;
    }

    /* --------------about-------
  ---- */
    .about {
        padding: 12vw 10vw 5vw 10vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vw;
        justify-content: space-between;
    }

    .about h1 {
        color: #000;
        font-family: Back Issues BB;
        font-size: 9.06vw;
        font-style: normal;
        font-weight: 400;
        line-height: 75%;
        text-align: center;
    }

    .about h1 span {
        font-size: 4vw;
    }

    .about .left {
        width: 100%;
        border-radius: 4vw;
        border: 1px solid #000;
        background: #F1F0FF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 3vw 2vw;
    }

    .about .left .sub-left {
        width: 100%;
        border-radius: 14px;
        background: #F1F0FF;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about .left .sub-right a {
        border-radius: 150px;
        border: 3px solid #000;
        background: #FFF;
        box-shadow: 0px 0px 0px 4px #ECECEC inset;
        padding: 2vw 5vw;
        color: #000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
        font-family: Back Issues BB;
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 5%;
        /* 5.556% */
        text-transform: uppercase;
    }

    .about .left .sub-right p {
        margin-bottom: 7vw;
        margin-top: 1vw;
    }

    .about .left .sub-left img {
        width: 90%;
        /* margin-left: 7vw; */
    }

    .about .left .sub-right {
        width: 100%;
        text-align: center;
        padding-bottom: 3vw;

    }

    .about .right {
        width: 100%;
        border-radius: 4vw;
        border: 1px solid #000;
        background: #FFFBC8;
        padding: 2vw;
        text-align: center;
    }

    .about .right h5 {
        color: #000;
        font-family: Back Issues BB;
        font-size: 4.75vw;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 111.111% */
        margin: 2.5vw 0;
    }

    /* ------------tokenomics--------
  ----- */
    .tokenomics {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5vw 10vw;
        position: relative;
    }

    .sticker-9 {
        position: absolute;
        width: 16vw;
        top: -7vw;
        left: 1vw;
        transform: rotate(85.32deg);
    }

    li {
        font-size: 3vw;
    }

    .sticker-10 {
        position: absolute;
        width: 12vw;
        top: 9vw;
        left: 10vw;
    }

    .sticker-11 {
        position: absolute;
        width: 6vw;
        top: 2vw;
        left: 71vw;
    }

    .tokenomics .token-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5vw;
        justify-content: space-between;
        margin-top: 8vw;
    }

    .tokenomics .token-wrap .token-box {
        width: 100%;
        border-radius: 14px;
        border: 1px solid #000;
        padding: 5vw 5vw;
        text-align: center;
    }

    .tokenomics .token-wrap .token-box h6 {
        color: #000;
        font-family: Back Issues BB;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        /* 111.111% */
        margin-top: 5.5vw;
    }

    .tokenomics .token-wrap .token-box:nth-child(1) {
        background: #CFF8F3;
    }

    .tokenomics .token-wrap .token-box:nth-child(2) {
        background: #FFF2C7;
    }

    .tokenomics .token-wrap .token-box:nth-child(3) {
        background: #DCFAD9;
    }

    /* ------------roadmap------------
------ */
    .roadmap {
        padding: 5vw 8vw;
    }

    .sticker-12 {
        position: absolute;
        width: 7vw;
        top: 9vw;
        left: 22vw;
    }

    .road-wrap-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: center;
        justify-content: space-between;
    }

    .road-wrap-1 div:nth-child(1) {
        width: 100%;
        position: relative;
    }

    .road-wrap-1 div:nth-child(1) img {
        position: absolute;
        top: 2vw;
        left: 8vw;
        width: 9vw;
    }

    .road-wrap-1 div:nth-child(2) {
        width: 100%;
    }

    .wrapper {
        margin-top: 100px;
        padding-top: 150px;
        padding-bottom: 500vw;
        max-width: 100%;
        margin: 0 auto;
    }

    .card {
        top: 30px;
        position: sticky;
        border: 1px solid #ccc;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: white;
        color: #333;
        padding: 40px;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    @for $i from 1 through 8 {
        .card:nth-child(#{$i}n) {
            top: $i * 20px;
        }
    }

    .road-wrap-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .road-wrap-1 div:nth-child(1) {
        width: 100%;
        position: relative;
    }

    .road-wrap-1 div:nth-child(1) img {
        position: absolute;
        top: 1vw;
        left: 6vw;
        width: 11vw;
    }

    .road-wrap-1 div:nth-child(2) {
        width: 100%;
    }

    .road-wrap-2 {
        padding: 5vw 0;
        display: flex;
        flex-direction: column;
    }

    .road-wrap-2 .box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        gap: 16vw;
        border-radius: 20px;
        border: 2px solid #000;
        background: #FFF;
        box-shadow: 0px 4px 0px 0px #000;
        padding: 5vw 5vw;
        z-index: 1000;
        transition: all .3s ease-in-out;
    }

    .road-wrap-2 .box:nth-child(2) {
        flex-direction: column-reverse;
    }

    .road-wrap-2 .box:nth-child(2) .left::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 46vw;
        background: #000;
        left: 39vw;
        top: 20vw;
    }

    .road-wrap-2 .box h5 {
        text-shadow: 0px 0px 0px #000;
        font-family: Helvetica;
        font-size: 3.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        /* 79.832% */
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        gap: 1vw;
        padding: 1vw 2vw;
        border-radius: 100px;
        margin-bottom: 2vw;
    }

    .road-wrap-2 .box h5 span {
        border-radius: 100px;
        padding: .6vw 1vw;
    }

    .road-wrap-2 .box p {
        margin-top: 2vw;
        padding-right: 0vw;
    }

    .road-wrap-2 .box h4 {
        color: #000;
        text-align: center;
        text-shadow: 0px 0px 0px #000;
        font-size: 4.7vw;
        font-style: normal;
        font-weight: 400;
        line-height: 5.2vw;
        text-transform: uppercase;
    }

    .road-wrap-2 .box .left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .road-wrap-2 .box .left::after {
        content: "";
        position: absolute;
        width: 2px;
        transform: rotate(90deg);
        height: 46vw;
        background: #000;
        right: 39vw;
        top: 20vw;
    }

    .road-wrap-2 .box .left img {
        width: 45%;
    }

    .road-wrap-2 .box .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    /* -------------footer-------
--- */
    footer {
        border: 1px solid #000;
        background: #f36b6b;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 3vw 5vw;
        gap: 10vw;
    }

    footer h6 {
        padding: 1.5vw 5vw;
        display: inline-block;
        color: #000;
        font-family: Alata;
        font-size: 4vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border-radius: 50px;
        border: 1px solid #000;
        background: #FFF;
        position: relative;
        top: 0vw;
    }

    footer ul li {
        list-style: none;
    }

    footer .logo {
        width: 100%;
        text-align: center;
    }

    footer .logo a img {
        width: 28vw;
        margin-bottom: 2vw;
    }

    footer .menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4vw;
    }

    footer .menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .menu ul li {
        display: flex;
        align-items: center;
        gap: 1.6vw;
        border-radius: 50px;
        border: 1px solid #000;
        background: #FFF;
        display: flex;
        padding: .4vw 2vw;
        margin-bottom: 1vw;
    }

    footer .menu ul li a {
        color: #000;
        font-family: Alata;
        font-size: 3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    footer .follow {
        width: 100%;
        text-align: center;
    }

    footer .follow h6 {
        margin-bottom: 4vw;
    }

    footer .follow div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }

    footer .follow div ul {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }

    footer .follow div ul li a {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: .5vw;
    }

    footer .follow div ul li a img {
        width: 3vw;
    }

    /* --------copyright------
--- */
    .copyright {
        text-align: center;
        border: 1px solid #000;
        border-top: none;
        background: #FFED6F;
        padding: 2vw 0;
    }
}