@font-face {
    font-family: 'Zing-Rust-Base';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+000-5FF;
    /* Download only latin glyphs */
    src: local('Custom Font'), url('../fonts/Zing-Rust-Base.woff2') format('woff2'), url('../fonts/Zing-Rust-Base.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
    font-size: 22px !important;
    background: #000;
    color: #FFF !important;
    letter-spacing: -1px;
    font-family: 'Poppins', monospace;
}

.color-primary {
    color: #fd8f21;
}

.color-seconday {
    color: #22af64;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.nav-btn {
    width: max-content;
    display: flex;
    padding: 12px 28px;
    border: 3px solid #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 6px 0 -2px #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 220ms ease;
    font-weight: 700;
    font-size: 20px;
}

.navbar-toggler {
    color: white;
    /* position: fixed;
right: 20px;
top: 20px; */
}

.sticky .navbar-toggler .navbar-toggler-icon {
    color: black;
}

@media only screen and (max-width: 1200px) {
    .nav-btn {
        margin-right: 20px;
    }
}

.nav-btn:hover {
    background: #fd8f21;
    color: white;
    transform: translateY(6px);
    box-shadow: 0 0px 0 0px #000;
}

.sticky .nav-btn {
    background: #fd8f21;
    color: white;
}

.navbar {
    background: transparent;
    padding: 20px 0;
}

.navbar .logo-text {
    color: white;
    font-weight: 700;
}

.navbar .logo-img {
    width: 60px;
    max-width: 100%;
    margin-right: 5px;
}

.sticky.navbar .logo-text {
    color: #222;
    font-weight: 700;
}

.navbar.sticky {
    background: white;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.5);
}

.navbar-expand-xl .navbar-nav .nav-link {
    color: white;
    padding: 5px 15px;
    font-size: 19px;
}

.sticky .navbar-nav .nav-link {
    color: #222;
    padding: 5px 15px;
}

.mt-10 {
    margin-top: 10rem;
}

.hero {
    background: #000 url("../img/IMG_0890.gif") bottom center no-repeat;
    background-size: cover;
    animation: shrink 20s infinite alternate;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero .hero-wrap {
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.whyUs h1 {
    margin-bottom: 30px;
}

footer {
    position: relative;
    background: #000 url("../img/5005791895842041443.jpg") top center no-repeat;
    padding-top: 20rem;
    padding-bottom: 8rem;
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

footer h1 {
    text-shadow: 3px 3px 2px #000;
    font-size: 80PX !important;
    font-weight: 200 !important;
    line-height: 80px;
    margin-bottom: 30px;
}

footer h1 b {
    color: #fbcc32 !important;
}

.whoIs {
    position: relative;
    background: #000 url("../img/5005848159913619320.jpg") fixed center no-repeat;
    padding-top: 20rem;
    padding-bottom: 20rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 calc(4vw), 100% 0, 100% 100%, 0 calc(100% - 4vw));
}

.whyUs.one {
    padding-top: 15rem;
}

.whyUs.two {
    padding-bottom: 10rem;
}

.tokenomics {
    position: relative;
    background: #000 url("../img/5005848159913619320.jpg") fixed center no-repeat;
    padding-top: 20rem;
    padding-bottom: 20rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 calc(4vw), 100% 0, 100% 100%, 0 calc(100% - 4vw));
}

#tokenomics .ctaa h1 {
    color: white;
    background-image: url("../img/text-bg.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#tokenomics .ctaa {
    background: black;
    color: white;
    border: 2px solid #fbcc32;
}

.taxes {
    margin-bottom: 5rem;
}

.tokenomics.measures {
    position: relative;
    /* background: #000 url("../img/5005791895842041443.jpg") top center no-repeat !important; */
    padding-top: 15rem;
    padding-bottom: 10rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4vw));
}

.roadMap {
    position: relative;
    background: #000 url("") center center no-repeat;
    padding-top: 15rem;
    padding-bottom: 15rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 calc(4vw), 100% 0, 100% calc(100% - 4vw), 0 100%);
    animation: shrink 20s infinite alternate;
}

.roadMap .cta {
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Zing-Rust-Base";
    font-size: 30px;
    width: fit-content;
    background: #e7892b;
    COLOR: #FFF;
    transition: 1s;
    box-shadow: none !important;
    transform: skewX(-1deg);
    margin-bottom: 2rem;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    font-weight: normal !important;
    border-radius: 0 0 8px;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.logo {
    height: 300px;
}

H3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 200;
}

.whoIs p {
    opacity: 0.7;
    text-shadow: 1px 1px #000;
}

.tokenomics h6 {
    padding: 0.5rem 1.5rem;
    border: 30px;
    background: #fff;
    color: #fd8f21;
    font-size: 26px;
    width: fit-content;
    display: inline-block;
    font-weight: 900;
    position: Relative;
    height: 40px;
}

.tokenomics h6::after {
    content: "";
    position: absolute !important;
    transition: all 0.3s ease-in;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    TOP: 40px;
    display: block !important;
    width: 20px;
    height: 20px;
    float: none !important;
}

.tokenomics h2 {
    color: #FFF;
    font-family: 'Poppins', monospace;
    font-weight: 900;
    font-size: 60px;
    font-weight: bold !important;
    text-shadow: 4px 4px 0px #000;
}

.tokenomics h2 b {
    font-size: 22px;
}

.hero p {
    font-size: 24px;
}

.hero h1,
.roadMap h1 {
    color: #fff;
    text-shadow: 4px 4px 2px #000;
    font-size: 80px !important;
    margin-bottom: 10px;
}

.hero .wrapper .title-hero {
    display: block;
    margin-top: -2.5vw;
    place-content: center;
    /* filter:drop-shadow(4px 4px 0 rgba(0,0,0,0.5)); */
    font-family: "Zing-Rust-Base";
    font-size: clamp(8rem, 1rem + 8vw, 20rem);
    text-transform: uppercase;
    color: #fbcc32 !important;
    padding: 0 !important;
    background: url(../img/fire-burn.jpg) repeat-x;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: contain;
    animation: fire 10s linear infinite;
}

@keyframes fire {
    0% {
        background-position: left 0 top 0px;
    }

    50% {
        background-position: left 130px top -15px;
    }

    100% {
        background-position: left 250 top 0px;
    }
}

.tokenomics .wrapper {
    display: grid;
    margin-top: -2.5vw;
    place-content: center;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5));
    font-family: "Zing-Rust-Base";
    font-size: clamp(8rem, 1rem + 8vw, 20rem);
    text-transform: uppercase;
    color: #fbcc32 !important;
    padding: 0 !important;
}

.tokenomics .wrapper {
    font-size: clamp(6rem, 1rem + 6vw, 20rem);
    margin-top: -2vw;
}

.tokenomics .wrapper>div {
    grid-area: 1/1/-1/-1;
}

.tokenomics .wrapper .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.tokenomics .wrapper .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #fb9632 65%);
    background: linear-gradient(177deg, black 50%, #fb9632 68%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
}

.measures .wrapper {
    font-size: clamp(5rem, 1rem + 4vw, 20rem);
    line-height: 1.3;
    margin-top: -1.5vw;
}

.measures .wrapper>div {
    grid-area: 1/1/-1/-1;
}

.measures .wrapper .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.measures .wrapper .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #fb9632 65%);
    background: linear-gradient(177deg, black 50%, #fb9632 68%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
}

.measures .ctaa.one {
    background: #e68cf6;
}

.measures .ctaa.two {
    background: #6eeeff;
}

.measures .ctaa.three {
    background: #93ffb9;
}

.measures .ctaa p {
    font-family: 'Poppins', monospace;
    font-size: 22px;
    letter-spacing: -1px;
    text-align: left;
}

.measures h6 {
    padding: 0.5rem 1.5rem;
    border: 30px;
    background: #fff;
    color: #fd8f21;
    font-size: 26px;
    width: fit-content;
    display: inline-block;
    font-weight: 900;
    position: Relative;
    height: 46px;
}

.measures h6::after {
    content: "";
    position: absolute !important;
    transition: all 0.3s ease-in;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    TOP: 46px;
    display: block !important;
    width: 20px;
    height: 20px;
    float: none !important;
}

.nfts {
    position: relative;
    background: #000 url("../img/5005848159913619320.jpg") fixed center no-repeat;
    padding-top: 20rem;
    padding-bottom: 20rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 calc(4vw), 100% 0, 100% 100%, 0 calc(100% - 4vw));
}

.nfts .logo {
    height: 200px;
    margin: 0 auto;
    display: flex;
}

.hero .wrapper>div {
    grid-area: 1/1/-1/-1;
}

.hero .wrapper .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.hero .wrapper .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #fb9632 65%);
    background: linear-gradient(177deg, black 55%, #fb9632 68%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
}

.mt--2 {
    margin-top: -2rem;
}

.title {
    font-size: 2em;
    position: relative;
    margin: 0 auto 1em;
    padding: 1em 1em .25em 1em;
    text-align: center;
    text-transform: uppercase;
}

.title:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 240px;
    height: 4px;
    margin-left: -120px;
    content: '';
    background-color: #fff;
}

.clip-text {
    font-size: 4em;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: .25em;
    padding: .5em .75em;
    text-align: center;
    color: #fff;
    -webkit-background-clip: text;
    font-family: "Zing-Rust-Base";
    letter-spacing: 15px;
    -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #000;
}

.clip-text--no-textzone:before {
    background-position: -.75em 0;
}

.clip-text--no-textzone:after {
    content: none;
}

.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 6px;
}

.clip-text_thirteen {
    background-image: url("../img/text-bg.jpg");
    border-radius: 8px;
}

.whoIs .wrapper {
    display: grid;
    margin-top: -2.5vw;
    place-content: center;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5));
    font-family: "Zing-Rust-Base";
    font-size: clamp(6rem, 1rem + 8vw, 1rem);
    text-transform: uppercase;
    color: #fbcc32 !important;
    padding: 0 !important;
}

.fsize30 {
    font-size: clamp(3rem, 1rem + 3vw, 10rem) !important;
    margin-top: -3rem !important;
}

.whoIs .wrapper>div {
    grid-area: 1/1/-1/-1;
}

.whoIs .wrapper .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.whoIs .wrapper .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #22af64 65%);
    background: linear-gradient(177deg, black 40%, #22af64 68%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.01em);
}

.roadMap .wrapper {
    display: block;
    place-content: center;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5));
    font-family: "Zing-Rust-Base";
    font-size: clamp(4rem, 1rem + 5vw, 10rem);
    text-transform: uppercase;
    color: #e9ebf8 !important;
    padding: 0 !important;
}

.roadMap .wrapper>div {
    grid-area: 1/1/-1/-1;
}

.roadMap .wrapper .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.roadMap .wrapper .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #bfd1e5 65%);
    background: linear-gradient(177deg, black 40%, #bfd1e5 68%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.01em);
}

.hero .wrapper-top {
    display: grid;
    place-content: center;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.5));
    font-family: "Zing-Rust-Base";
    font-size: clamp(2rem, 0.2rem + 8vw, 6rem) !important;
    text-transform: uppercase;
    color: #fff;
    padding: 0 !important;
}

.hero .wrapper-top>div {
    grid-area: 1/1/-1/-1;
}

.hero .wrapper-top .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.hero .wrapper-top .bottom {
    clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #FFF 65%);
    background: linear-gradient(177deg, black 5%, #FFF 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.01em);
}

h1 {
    font-size: 58px !important;
    letter-spacing: -1px;
    text-shadow: 4px 4px 0 #000;
    font-family: "Zing-Rust-Base";
}

.cta {
    display: flex;
    padding: 10px 35px;
    text-decoration: none;
    font-family: "Zing-Rust-Base";
    font-size: 30px;
    color: white;
    background: #fff;
    COLOR: #000;
    transition: 1s;
    box-shadow: 6px 6px 0 rgbA(243, 66, 19, 0.6);
    transform: skewX(-15deg);
}

.box2 {
    text-decoration: none;
    font-family: "Zing-Rust-Base";
    padding: 6rem 2rem 2rem 2rem;
    background: rgba(130, 180, 228, 0.2);
    transition: 1s;
    box-shadow: 6px 6px 0 rgbA(0, 0, 0, 0.3);
    transform: skewX(-5deg);
    color: #fff;
    font-weight: normal !important;
    position: relative;
    border-radius: 10px;
}

.box2:hover {
    box-shadow: 0px 0px 0px rgbA(0, 0, 0, 0.3);
}

@media only screen and (max-width: 998px) {
    .box2 {
        /* padding:6rem 2rem 2rem 2rem; */
    }
}

.box2 ul {
    transform: skewX(5deg) !important;
    font-family: 'Poppins', monospace;
    font-size: 20px;
}

.ctaa {
    text-decoration: none;
    font-family: "Zing-Rust-Base";
    font-size: 30px;
    padding: 2rem;
    background: #fff;
    COLOR: #000;
    transition: 1s;
    box-shadow: 0 14px 33px -3px rgba(249, 255, 72, 0.4);
    border-radius: 10px;
}

.ctaa:hover {
    transition: 0.5s;
    box-shadow: 0 14px 33px -3px rgba(255, 255, 255, 0.4);
}

.ctaa h1 {
    text-shadow: none;
    width: 100%;
    font-weight: 900;
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #fd8f21;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.buyNow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

@keyframes color_anim {
    0% {
        fill: BLACK;
    }

    50% {
        fill: #fd8f21;
    }

    100% {
        fill: black;
    }
}

.pathYellow {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
}

.ellipse {
    background: #042437;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    filter: blur(100px);
    position: Absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    top: 0;
}

.mt-8 {
    margin-top: 8rem !important;
}

.shadow-xl {
    box-shadow: rgba(0, 0, 0, 1) 0px 22px 70px 4px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #008000;
}

.pb-8 {
    padding-bottom: 10rem;
}

.red {
    background: Red;
}

.pathTop {
    position: Absolute;
    width: 100%;
    top: 0;
    height: auto !important;
    z-index: 9;
}

.partnerList .box.box3 {
    background: linear-gradient(black, black) padding-box, linear-gradient(to left, #f7ba2b 0%, #ea5358 100%) border-box;
    background-color: #000;
}

.partnerList .box {
    font-family: "Zing-Rust-Base";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(black, black) padding-box, linear-gradient(to TOP right, #FF4A00, #106D9B) border-box;
    margin-bottom: 30px;
    border: 4px solid transparent;
    padding: 20px;
    border-radius: 6px;
}

.partnerList .box h1 {
    text-shadow: none;
    color: white;
    margin: 0;
    background-image: url("../img/text-bg.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 50px !important;
}

.partnerList .box h4 {
    color: white;
    text-align: center;
}

/* .partnerList .box3 h1{
    text-shadow: none;
    color: #fbcc32 ;
    margin: 0;
}
.partnerList .box3 h4{
    color: #fbcc32;
    text-align: center;
} */

.mt--5 {
    margin-top: -7rem !important;
    z-index: 999;
    position: Relative;
}

.mt--4 {
    margin-top: -4rem !important;
    z-index: 999;
    position: Relative;
}

.mt--8 {
    margin-top: -8rem !important;
    z-index: 999;
    position: Relative;
}

.display-6 {
    font-size: 32px;
    line-height: 50px;
}

.roadMap h2 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Poppins', monospace;
    color: #fff;
}

@media only screen and (min-width: 998px) {
    .roadMap .box2 {
        min-height: 388px;
    }
}

@media only screen and (max-width: 772px) {
    .measures .wrapper {
        font-size: clamp(5rem, 1rem + 4vw, 20rem);
        line-height: 1;
        margin-top: -1vw;
    }

    .list-footer .btn {
        font-size: 22px !important;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 998px) {
    .whoIs .wrapper {
        line-height: 180%;
    }

    .ctaa {
        padding: 1.5rem;
    }
}

.roadMap li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 20px;
}

.roadMap li img {
    margin-left: -20px;
}

.telegramBox {
    padding: 5rem;
    margin-top: 8rem;
    position: relative;
    text-align: center;
    color: #fff;
    background-size: cover;
}

.telegramBox h4 {
    font-size: 70px;
    font-weight: normal;
    font-family: 'Poppins', monospace;
    margin-bottom: 30px;
}

.telegramBox p {
    font-size: 26px;
}

.overlaySocial {
    background-size: 100% 100%;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 999;
}

@media only screen and (max-width: 600px) {
    .roadMap {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    p {
        font-size: 20px !important;
    }

    .hero .wrapper {
        font-size: clamp(6rem, 1rem + 5vw, 10rem) !important;
        line-height: 135px;
    }

    .whoIs .wrapper {
        justify-content: center !important;
        font-size: clamp(4rem, 1rem + 6vw, 10rem);
        line-height: 180%;
    }

    .whoIs {
        text-align: center;
        padding-top: 1rem;
        background-size: cover;
        background: url("../img/5005848159913619320.jpg") center center no-repeat;
        padding-bottom: 4rem !important;
        background-size: cover !important;
    }

    .whoIs img {
        margin-bottom: 3rem;
    }

    .tList h2 {
        font-size: 60px !important;
    }

    h1,
    h2 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .mt-8 {
        margin-top: 3rem !important;
    }

    .mt-10 {
        margin-top: 4rem;
    }

    .tokenomics {
        background: url("../img/5005848159913619320.jpg") center center no-repeat;
        background-size: cover;
        padding: 4rem 2rem 4rem 2rem;
    }

    .clip-text {
        font-size: 2em;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        margin: .25em;
        padding: .5em .75em;
        text-align: center;
        color: #fff;
        -webkit-background-clip: text;
        font-family: "Zing-Rust-Base";
        letter-spacing: 15px;
        -webkit-text-fill-color: transparent;
    }

    .mt--5 {
        margin-top: -3rem !important;
    }

    .tokenomics .wrapper {
        font-size: clamp(4rem, 1rem + 5vw, 10rem) !important;
        line-height: 1;
    }

    .roadMap {
        background-size: 100%;
        background: url("../img/5005791895842041443.jpg") center center no-repeat;
    }

    footer {
        background-size: cover;
        padding-top: 8rem !important;
        background: url("../img/5005791895842041443.jpg") center center no-repeat;
        text-align: center;
    }

    footer h1 {
        font-size: 60PX !important;
    }

    footer img {
        width: 75%;
    }

    footer li {
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    footer li a {
        padding-right: 0 !important;
        width: fit-content;
        display: inline-block !important;
    }
}

.z9 {
    position: relative;
    z-index: 999;
}

@keyframes shrink {
    0% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 120% 120%;
    }
}

.glitch-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #222;
}

.glitch {
    position: relative;
    font-weight: 700;
    letter-spacing: 5px;
    z-index: 1;
}

.glitch:before {
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-before 3s infinite linear alternate-reverse;
}

.glitch:after {
    content: attr(data-glitch);
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    color: #fb9632;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-after 2s infinite linear alternate-reverse;
}

@keyframes noise-before {
    0% {
        clip: rect(61px, 9999px, 52px, 0);
    }

    5% {
        clip: rect(33px, 9999px, 144px, 0);
    }

    10% {
        clip: rect(121px, 9999px, 115px, 0);
    }

    15% {
        clip: rect(144px, 9999px, 162px, 0);
    }

    20% {
        clip: rect(62px, 9999px, 180px, 0);
    }

    25% {
        clip: rect(34px, 9999px, 42px, 0);
    }

    30% {
        clip: rect(147px, 9999px, 179px, 0);
    }

    35% {
        clip: rect(99px, 9999px, 63px, 0);
    }

    40% {
        clip: rect(188px, 9999px, 122px, 0);
    }

    45% {
        clip: rect(154px, 9999px, 14px, 0);
    }

    50% {
        clip: rect(63px, 9999px, 37px, 0);
    }

    55% {
        clip: rect(161px, 9999px, 147px, 0);
    }

    60% {
        clip: rect(109px, 9999px, 175px, 0);
    }

    65% {
        clip: rect(157px, 9999px, 88px, 0);
    }

    70% {
        clip: rect(173px, 9999px, 131px, 0);
    }

    75% {
        clip: rect(62px, 9999px, 70px, 0);
    }

    80% {
        clip: rect(24px, 9999px, 153px, 0);
    }

    85% {
        clip: rect(138px, 9999px, 40px, 0);
    }

    90% {
        clip: rect(79px, 9999px, 136px, 0);
    }

    95% {
        clip: rect(25px, 9999px, 34px, 0);
    }

    100% {
        clip: rect(173px, 9999px, 166px, 0);
    }
}

@keyframes noise-after {
    0% {
        clip: rect(26px, 9999px, 33px, 0);
    }

    5% {
        clip: rect(140px, 9999px, 198px, 0);
    }

    10% {
        clip: rect(184px, 9999px, 89px, 0);
    }

    15% {
        clip: rect(121px, 9999px, 6px, 0);
    }

    20% {
        clip: rect(181px, 9999px, 99px, 0);
    }

    25% {
        clip: rect(154px, 9999px, 133px, 0);
    }

    30% {
        clip: rect(134px, 9999px, 169px, 0);
    }

    35% {
        clip: rect(26px, 9999px, 187px, 0);
    }

    40% {
        clip: rect(147px, 9999px, 137px, 0);
    }

    45% {
        clip: rect(31px, 9999px, 52px, 0);
    }

    50% {
        clip: rect(191px, 9999px, 109px, 0);
    }

    55% {
        clip: rect(74px, 9999px, 54px, 0);
    }

    60% {
        clip: rect(145px, 9999px, 75px, 0);
    }

    65% {
        clip: rect(153px, 9999px, 198px, 0);
    }

    70% {
        clip: rect(99px, 9999px, 136px, 0);
    }

    75% {
        clip: rect(118px, 9999px, 192px, 0);
    }

    80% {
        clip: rect(1px, 9999px, 83px, 0);
    }

    85% {
        clip: rect(145px, 9999px, 98px, 0);
    }

    90% {
        clip: rect(121px, 9999px, 154px, 0);
    }

    95% {
        clip: rect(156px, 9999px, 44px, 0);
    }

    100% {
        clip: rect(67px, 9999px, 122px, 0);
    }
}

/* button style */

.btn {
    font-family: "Zing-Rust-Base";
    font-size: 26px;
    letter-spacing: 0px;
    display: flex;
    padding: 14px 35px;
    border: 3px solid transparent;
    border-radius: 8px;
    /* background-color: #fff; */
    background: linear-gradient(black, black) padding-box, linear-gradient(to left, #f7ba2b 0%, #ea5358 100%) border-box;
    /* box-shadow: 0 6px 0 -2px rgbA(243,66,19,0.6); */
    color: #fd8f21;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 220ms ease;
    font-weight: 400;
    line-height: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 998px) {
    .btn {
        padding: 13px 28px;
    }

    .btn-whitepaper {
        padding: 10px 25px;
        font-size: 14px;
    }
}

.btn:hover {
    transform: translateY(6px);
    /* box-shadow: 0 0px 0 0px #000; */
    color: #fd8f21;
    background-color: white;
    border: 3px solid transparent;
}

.footer {
    /* border-top: 1px white solid; */
    background: #111;
    padding: 26px 0;
}

.footer .footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer p {
    color: white;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.list-footer {
    margin-bottom: -1rem;
    --bs-gutter-x: 1rem;
}

.list-footer .list-footer-item {
    margin-bottom: 1rem;
}

/* roadmap */

.roadmap2 {
    position: relative;
    background: #000 url("../img/5005791895842041448.jpg") center center no-repeat;
    background-size: auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
    width: 100%;
    background-size: cover;
    min-height: 900px;
    clip-path: polygon(0 calc(4vw), 100% 0, 100% calc(100% - 4vw), 0 100%);
    animation: shrink 20s infinite alternate;
}

.roadmap2 .roadmap_wrap {
    overflow: hidden;
    position: relative;
    padding: 50px;
    background-color: transparent;
    border-radius: 20px;
}

.roadmap2 .section_title {
    display: block;
    place-content: center;
    font-family: "Zing-Rust-Base";
    font-size: clamp(4rem, 1rem + 5vw, 10rem) !important;
    text-transform: uppercase;
    padding: 0 !important;
    color: #ffffff;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}

.roadmap2 .roadmap_wrap .roadmap_item .roadmap_bar {
    position: absolute;
    left: 47.6%;
    height: 100%;
    width: 3px;
    border-right: 3px solid #fb7608;
}

.roadmap2 .roadmap_wrap .roadmap_item .roadmap_container {
    position: relative;
    margin: 0 40px;
    border-radius: 10px;
    padding: 30px;
}

.roadmap2 .roadmap_wrap .roadmap_item .roadmap_circle {
    position: absolute;
    right: -72px;
    top: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* background: black; */
    color: black;
    width: 50px;
    height: 50px;
    font-weight: 700;
}

.roadmap2 .roadmap_wrap .roadmap_item .roadmap_right .roadmap_container .roadmap_circle {
    left: -83px;
}

.roadmap2 .roadmap_wrap .roadmap_item .roadmap_left .roadmap_phase {
    background-image: url("../img/text-bg.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 10px;
}

.roadmap2 .roadmap_phase {
    background-image: url("../img/text-bg.jpg");
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.roadmap2 p {
    color: white;
}

.roadmap2 .box.style_two {
    background-color: black;
}

@media screen and (max-width: 992px) {
    .hero .wrapper .title-hero {
        font-size: 74px;
    }

    .roadmap2 .roadmap_wrap {
        height: calc(100% - 30px);
        padding: 30px;
    }

    .roadmap2 .roadmap_wrap .roadmap_content {
        margin-bottom: -30px;
    }

    .roadmap2 .roadmap_wrap .roadmap_item .roadmap_bar {
        display: none;
    }

    .roadmap2 .roadmap_wrap .roadmap_item .roadmap_container {
        margin: 0 0 30px 0;
    }

    .roadmap2 .roadmap_wrap .roadmap_item .roadmap_circle {
        display: none;
        right: -81px;
    }

    .roadmap2 .roadmap_wrap .roadmap_item .roadmap_left .roadmap_phase {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .roadmap2 .roadmap_wrap .roadmap_item .roadmap_left .roadmap_phase::before {
        left: auto;
        right: -30px;
    }
}

@media screen and (max-width: 720px) {
    .roadmap2 .roadmap_wrap {
        height: calc(100% - 30px);
        padding: 0px;
    }

    .buyNow {
        flex-direction: column;
    }
}