* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: #2c1932;
}

@font-face {
    font-family: Akbar;
    src: url(../fonts/akbar.ttf);
}

@font-face {
    font-family: space-kids;
    src: url(../fonts/Space.html\ kids.otf);
}

@font-face {
    font-family: Brocil;
    src: url(../fonts/Brocil.ttf);
}

.space-kids {
    font-family: space-kids;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-weight: 400;
    font-family: 'Balsamiq Sans', cursive;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-family: Brocil;
    font-size: 7.12vw;
    font-weight: 400;
    line-height: 90%;
    text-align: center;
    color: #ff3434;
    -webkit-text-stroke: 4px #962562;
}

h1 span {
    font-family: Brocil;
    font-size: 3.62vw;
    font-weight: 400;
    line-height: 90%;
    text-align: center;
    color: #14FFFF;
    -webkit-text-stroke: 0px;
}

h2:hover {
    cursor: wait;
    color: #B6DB12;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}

h2 {
    transition: all .8s;
    color: #FFF;
    text-align: center;
    font-family: Piglet;
    font-size: 3.93vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 149.206% */
    text-transform: capitalize;
}

h3 {
    color: #FFF;
    font-family: CHIBOLD demo;
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

li {
    list-style: none;
    font-size: 1vw;
    line-height: 1.3vw;
    color: #FFFFFF;
}

p {
    font-family: Akbar;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 125%;
    text-align: left;
    color: #fff;
}

img {
    width: 100%;
}

.btn {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
    font-family: piglet;
    font-size: 1.2vw;
    padding: 1vw 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
    border-radius: 32px;
    border: 3px solid #FFF;
    background: rgb(248, 176, 0);
    background: linear-gradient(211deg, rgba(248, 176, 0, 1) 57%, rgba(255, 199, 62, 1) 57%);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s;
}

.btn:hover {
    background: linear-gradient(-211deg, rgba(248, 176, 0, 1) 57%, rgba(255, 199, 62, 1) 57%);
    box-shadow: 0px 4px 16px 0px rgba(255, 255, 255, 0.15);
    transform: translateY(-.5vw);
}

.btn1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    color: #F8B000;
    text-align: center;
    font-family: piglet;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 300% */
    transition: all 1s;
}

.btn1 img {
    width: 1vw;
}

.btn1:hover {
    color: #ffffff;
}

.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    width: 7vw;
    height: .5vw;
    margin: 0.7vw;
    background: linear-gradient(211deg, #fff 0%, #f3cdcd 87%);
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 5vw;
}

.s-para {
    font-family: Akbar;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 120%;
    color: #FFE814;
}
.s-para2{
    color: #fff;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
    padding: 1vw 7vw 1vw 7vw;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.header .navbar {
    border-radius: 2vw;
    padding: 0.5vw 1vw 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 {
    width: 20%;
    text-align: left;
}

.header .navbar .left-side-menu a img {
    width: 50%;
    cursor: pointer;
    animation: bounceInDown 1s;
}

.center-menu {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
}

.center-menu .left-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    padding: 1vw 5vw;
    transition: all .3s;
}

.center-menu .left-menu a li {
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: Delius;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 151%;
    /* 151.667% */
    transition: all .3s;
}

.center-menu .left-menu a li:hover {
    font-weight: 700;
    color: #fff;
    transform: scale(1.05);
    text-shadow: 0px 2px 6px #00000036;
}

.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 .right-side-menu {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5vw;
}

.header .center-menu .right-side-menu a img {
    width: 5vw;
    padding: .1vw;
    height: auto;
    transition: all 0.3s;
}

.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);
}

.header .center-menu .right-side-menu a:nth-child(4) img {
    width: 10vw;
}

.header .center-menu .right-side-menu a:nth-child(4) img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
}

/* -----------------hero-section------------
---------- */

.hero-section {
    height: 60vw;
    background: url(../images/hero-bg.jpg)no-repeat, #F4B6D0;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.hero-img-1 {
    position: absolute;
    left: 0;
    bottom: -0.2vw;
    width: 35vw;
    animation: backInLeft 1s linear;
}

.hero-img-2 {
    position: absolute;
    right: 0;
    bottom: -0.5vw;
    width: 30vw;
    animation: backInRight 1s linear;
}
.hero-img-3 {
    position: absolute;
    bottom: 0vw;
    right: 22vw;
    width: 55vw;
    animation: backInRight 1s linear;
}


.hero-section h1 {
    color: #ff3434;
    
    -webkit-text-stroke: 4px #000;
}

.hero-section h3 {
    font-family: Brocil;
    font-size: 3.7vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-bottom: 8vw;
    color: #ff3434;
    -webkit-text-stroke: 4px #000;
}

@keyframes freeFall {
    0% {
        transform: translateY(-30vw) rotate(45deg);
    }
    25% {
        transform: translateY(30vw) rotate(-20deg);
    }
    50% {
        transform: translateY(60vw) rotate(0deg);
    }
    75% {
        transform: translateY(80vw) rotate(20deg);
    }
    100% {
        transform: translateY(100vh) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
        filter: drop-shadow(2px 3px 4px #000);
    }
}

/* ----------------------CA--------------
---- */

.ca {
    text-align: center;
    position: relative;
    margin-top: 4vw;
}

.c-4 {
    position: absolute;
    width: 3vw;
    top: 3vw;
    left: 10vw;
    animation: float 5s ease-in-out infinite alternate;
}

.ca .btn-group {
    display: flex;
    align-items: center;
    position: absolute;
    top: -6.5vw;
    right: 29.6vw;
}

.ca .btn-group a:nth-child(2) img {
    margin-top: 1.4vw;
    width: 8.6vw;
}

.ca .btn-group a img {
    width: 8vw;
    transition: all .3s;
}

.ca .btn-group a img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
}

.ca div input {
    width: 40vw;
    background: #EAFF15;
    padding: 1.2vw 2vw;
    border: 3px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: Akbar;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 130% */
}

/* ------------------about------------------ */

.about {
    padding: 5vw 3vw;
    position: relative;
}

.about p {
    text-transform: lowercase;
    color: #fff;
    font-size: 1.4vw;
    text-align: center;
    padding: 0 21vw;
}

.about p span {
    background: #FF472E;
    text-decoration: 2px solid line-through;
    text-decoration-color: transparent;
}

.slider {
    padding-top: 2.5vw;
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: calc(25vw * 18);
    animation: scroll 40s linear infinite;
}

.slide-track:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide-track1 {
    display: flex;
    width: calc(25vw * 18);
    animation: scrolling 40s linear infinite alternate-reverse;
}

.slide-track1:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide {
    height: 24vw;
    width: 20vw;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

.slide img {
    width: 100%;
    aspect-ratio: 1/1;
    /*padding: 1.2vw;
    background: #360A5E;*/
    border-radius: 1.5vw;
}

/* -----------------------story------------- */

.story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw 2vw 0vw 5vw;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(34, 3, 62, 0) 0%, #631B64 66.62%, #ff3434 100%);

}

.story .right img {
    width: 100%;
}

.story h1 {
    text-align: left;
}

.story .left {
    width: 42%;
}

.story .right {
    width: 58%;
    text-align: center;
}

/* -------------------------reviews------------ */

.reviews {
    padding: 5vw 10vw;
}

.reviews h5 {
    margin: 3vw auto;
    background: #511B82;
    padding: 3vw;
    width: 90%;
    font-family: Brocil;
    font-size: 1.56vw;
    font-weight: 400;
    line-height: 120%;
    color: #FC53FF;
    border: 5px solid #A461E0;
    border-radius: 2vw;
    text-align: center;
    text-transform: uppercase;
}

.reviews .s-para {
    text-align: center;
}

.reviews-content {
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 4vw;
}

.reviews-content .reviews-box {
    width: 29%;
    perspective: 100px;
}


.reviews-content .reviews-box img {
    transition: all .3s;
    animation: rotate 2s linear infinite alternate;
    height: 24vw;
}
.review-img-1{
    height: 24vw;


}
/* .reviews-content .reviews-box:nth-child(1) img {
    animation: rotate 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
} */

@keyframes rotate {
    0% {
        transform-style: preserve-3d;
        transform: rotateY(5deg);
    }
    100% {
        transform-style: preserve-3d;
        transform: rotateY(-5deg);
    }
}

.reviews-content .reviews-box h4 {
    font-family: Akbar;
    font-size: 1.7VW;
    font-weight: 400;
    margin-top: 2vw;
    color: #fff;
    text-transform: uppercase;
}

.reviews-content .reviews-box h6 {
    font-family: Akbar;
    font-size: 1.5vw;
    font-weight: 400;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

/* -----------------------------coming-soon------------ */

.coming-soon {
    background: linear-gradient(270deg, #39398F 0%, #697ED2 46.33%, #34348E 100%);
}

.coming-soon h1 {
    color: #00C2FF;
    -webkit-text-stroke: 4px #FCFF69;
}

.coming-soon h1 span {
    color: #FFAC2E;
}

.coming-soon h1 span.second {
    font-size: 3.25vw;
    color: #00C2FF;
    -webkit-text-stroke: 2px #FCFF69;
}

.coming-soon .s-para {
    text-align: center;
}

.coming-soon-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw 12vw;
}

.coming-soon-content .left img {
    animation: scaling 1s infinite alternate;
}

@keyframes scaling {
    0% {
        transform: scale(0);
        filter: brightness(50%);
    }
    100% {
        transform: scale(1);
        filter: brightness(150%);
    }
}

.coming-soon-content .left {
    width: 48%;
}

.coming-soon-content .right {
    width: 48%;
}

.coming-soon-content .right img:nth-child(1) {
    width: 21vw;
    margin-bottom: 1vw;
}

/* --------------give-back------------ */

.give-back {
    padding: 5vw 18vw;
}

.give-back h1 {
    text-align: left;
}

.give-back-content {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.give-back-content .box {
    background: #ECFFE1;
    padding: 1vw 2vw;
    width: 48%;
    border-radius: 12px;
}

.give-back-content .box img {
    width: 3vw;
    margin-bottom: 1vw;
}

.give-back-content .box p {
    color: #22033E;
}

.give-back-content h4 {
    color: #22033E;
    font-size: 1.9vw;
    font-family: Brocil;
    display: flex;
    align-items: center;
    gap: 1vw;
}

/* ----------------tokenomics---------- */

.tokenomics {
    position: relative;
    display: flex;
    padding-top: 3vw;
    background: linear-gradient(180deg, rgba(34, 3, 62, 0) 0%, #5E1B64 66.62%, #ff3434);
}

.tokenomics h1 {
    margin-top: 0vw;
    margin-bottom: 20vw;
    padding-left: 25vw;
    text-align: left;
}

.tokenomics .left img {
    margin-top: 5vw;
    margin-bottom: 4vw;
    width: 100%;
    height: 89.5%;
}

.tokenomics .ca {
        position: absolute;
    right: 5vw;
    top: 25vw;
}

.tokenomics .ca input {
    position: relative;
    width: 39vw;
    background: #EAFF15;
    padding: 1.2vw 2vw;
    border: 3px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: Akbar;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 130% */
}

.tokenomics .ca .btn-group {
    position: absolute;
    right: 0;
}

/* roadmap */
.roadmap  .roadmap-heading h1 {
    padding-left: 15vw;
    text-align: left;
    display: block;
}
.roadmap .roadmap-boxes {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}
.roadmap .roadmap-boxes .box {
    display: inline-block !important;
    background: #ECFFE1;
    margin-top: 20px;
    width: 42%;
    gap: 0px;
    border-radius: 19px;
    opacity: 0px;
    padding: 5vw;
    margin-left: 30px;
    margin-right: 30px;
}


}
.roadmap .roadmap-boxes .box img {
    width: 100%;
}
.roadmap .roadmap-boxes .box  h2 {
    font-family: Brocil;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #22033E;

}
.roadmap .roadmap-boxes .box  ul li{
    font-family: Akbar;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

}

/* -----------------footer-------- */

footer {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
}

footer .logo img {
    width: 10vw;
}

footer .socials {
    display: flex !important;
    align-items: center;
    gap: 0.6vw;
}

footer .socials a img {
    width: 3vw;
}
.mailP {
    font-size: 1.5vw;
}

/* --------------------------------website Responsive--------------
-------------------- */

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {
    /* -------------------------navbar 1280px--------------------------
    ----------------------- */
    .header {
        padding: 1vw 3vw 0 3vw;
    }
    .header,
    .navbar {
        border-radius: 2vw;
    }
    .header .navbar .left-side-menu a {
        font-size: 2.3vw;
    }
    .header .navbar .left-side-menu a img {
        width: 50%;
    }
}

.header .center-menu .right-side-menu {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6.4px; /* .5vw at 1280px is 6.4px */
   }

   .header .center-menu .right-side-menu a:nth-child(4) img:hover {
      transform: translateY(-3px);
      filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
   }

}
/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {
    .header .navbar {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    .header .navbar .left-side-menu {
        width: 30%;
        text-align: left;
    }
    .header .navbar .left-side-menu a img {
        width: 35%;
        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;
    }
    .center-menu {
        width: 60%;
        display: flex;
        justify-content: flex-end;
        gap: 2vw;
        /* display: none; */
        transition: all 1s ease-in-out;
        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 .left-menu {
        flex-direction: column;
        align-items: center;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

}

/* ----------------------------@ 600px--------
------- */

@media (max-width: 600px) {
    h2 {
        font-size: 11vw;
    }
    .header .navbar {
        padding: 2vw 5vw;
    }
    .header .navbar .left-side-menu {
        width: 40%;
        text-align: left;
    }
    .header .navbar .left-side-menu a img {
        width: 44%;
        height: auto;
        position: relative;
    }
    .header .navbar .left-side-menu a {
        font-size: 4vw;
    }
    .header .center-menu a li {
        font-size: 3.5vw;
        padding: 3.5vw;
    }
    .center-menu {
        border-radius: 2vw;
    }
    .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(-0.5vw, 0.5vw);
        position: relative;
        top: -2.5vw;
    }
    h1 {
        font-size: 10vw;
        line-height: 10vw;
        text-align: center;
        font-weight: 400;
        -webkit-text-stroke-width: 2px;
    }
    h1 span {
        font-size: 5.5vw;
    }
    h2 {
        text-align: center;
        color: #FFF;
        font-size: 9vw;
        font-style: normal;
        font-weight: 400;
        line-height: 9vw;
        text-transform: capitalize;
    }
    li {
        list-style: none;
        font-size: 1vw;
        line-height: 1.3vw;
        color: #FFFFFF;
    }
    p {
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 4.5vw;
        text-align: center;
    }
    h3 {
        font-size: 3.5vw;
        text-align: center;
    }
    .btn {
        padding: 1.5vw 5vw;
        font-size: 3.5vw;
    }
    .btn1 {
        font-size: 3.5vw;
    }
    .btn1 img {
        width: 2.5vw;
        .header .center-menu .right-side-menu {
            margin-left: auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: .5vw;
        }
        
        .header .center-menu .right-side-menu a img {
            width: 5vw;
            padding: .1vw;
            height: auto;
            transition: all 0.3s;
            margin-top: -20vw;
            margin-left: 26vw;
            margin-right: -25vw;
        }
        
        .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: scale(1.1);
        }
        
        .header .center-menu .right-side-menu a:nth-child(4) img {
            width: 10vw;
        }
        
        .header .center-menu .right-side-menu a:nth-child(4) img:hover {
            transform: scale(1.1);
            filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
        }
        
        .header .center-menu .right-side-menu a img (10) {
            width: 5vw;
            padding: .1vw;
            height: auto;
            transition: all 0.3s;
            margin-top: -20vw;
            margin-right: -25vw;
            margin-left: 26vw;
        }
            
    }
    /* -----------------hero-section------------
---------- */
    .hero-section {
        height: 90vw;
        background: url(../images/hero-bg.jpg)no-repeat, #F4B6D0;
        background-position: center;
        background-size: cover;
        text-align: center;
        position: relative;
    }
    .hero-section h3 {
        font-size: 7vw;
        margin-bottom: 16vw;
    }
    .hero-section h1 {
        font-size: 15vw;        
    }
    @keyframes freeFall {
        0% {
            transform: translateY(-30vw) rotate(45deg);
        }
        25% {
            transform: translateY(30vw) rotate(-20deg);
        }
        50% {
            transform: translateY(60vw) rotate(0deg);
        }
        75% {
            transform: translateY(80vw) rotate(20deg);
        }
        100% {
            transform: translateY(100vh) rotate(45deg);
        }
    }
    @keyframes float {
        0% {
            transform: translateY(0);
            filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0));
        }
        50% {
            transform: translateY(-20px);
        }
        100% {
            transform: translateY(0);
            filter: drop-shadow(2px 3px 4px #000);
        }
    }
    /* ----------------------CA--------------
---- */
    .ca {
        text-align: center;
        position: relative;
        margin-top: 4vw;
    }
    .c-4 {
        position: absolute;
        width: 3vw;
        top: 3vw;
        left: 10vw;
        animation: float 5s ease-in-out infinite alternate;
    }
    .ca .btn-group {
        display: flex;
        align-items: center;
        position: absolute;
        top: -11.5vw;
        right: 20vw;
    }
    .ca .btn-group a:nth-child(2) img {
        margin-top: 1.4vw;
        width: 17.6vw;
    }
    .ca .btn-group a img {
        width: 17vw;
        transition: all .3s;
    }
    .ca .btn-group a img:hover {
        transform: translateY(-3px);
        filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
    }
    .ca div input {
        width: 58vw;
        background: #EAFF15;
        padding: 1.6vw 2vw;
        border: 3px solid #000;
        transform: skewY(-2.35deg);
        margin-top: -3vw;
        color: #000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
        font-family: Akbar;
        font-size: 2.7vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 130% */
    }
    /* ------------------about------------------ */
    .s-para {
        font-size: 4.5vw;
        padding: 0 15vw;
    }
    .about {
        padding: 5vw 3vw;
        position: relative;
    }
    .about p {
        text-transform: lowercase;
        font-size: 3.2vw;
        text-align: center;
        padding: 0 1vw;
    }
    .about p span {
        background: #FF472E;
        text-decoration: 2px solid line-through;
        text-decoration-color: transparent;
    }
    .slider {
        padding-top: 2.5vw;
        height: auto;
        width: 100%;
        margin: auto;
        position: relative;
        display: grid;
        place-items: center;
        overflow: hidden;
    }
    .slide-track {
        display: flex;
        width: calc(45vw * 18);
        animation: scroll 40s linear infinite;
    }
    .slide-track:hover {
        animation-play-state: paused;
    }
    @keyframes scroll {
        0% {
            transform: translate(0);
        }
        100% {
            transform: translate(calc(-45vw * 9));
        }
    }
    .slide-track1 {
        display: flex;
        width: calc(45vw * 18);
        animation: scrolling 40s linear infinite alternate-reverse;
    }
    .slide-track1:hover {
        animation-play-state: paused;
    }
    @keyframes scrolling {
        0% {
            transform: translate(0);
        }
        100% {
            transform: translate(calc(-45vw * 9));
        }
    }
    .slide {
        height: 40vw;
        width: 40vw;
        display: flex;
        align-items: center;
        padding: 15px;
        perspective: 100px;
    }
    .slide img {
        width: 100%;
        padding: 2vw;
    }
    /* -----------------------story------------- */
    .story {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 8vw 0 8vw 8vw;
        gap: 8vw;
        position: relative;
        z-index: 1;
    }
    .story h1 {
        text-align: center;
    }
    .story .left {
        width: 100%;
        text-align: center;
        padding-right: 8vw;
    }
    .story .right {
        width: 100%;
        text-align: center;
        padding-right: 8vw;
    }
    /* -------------------------reviews------------ */
    .reviews {
        padding: 5vw 10vw;
    }
    .reviews h5 {
        margin: 3vw auto;
        padding: 3vw;
        width: 100%;
        font-family: Brocil;
        font-size: 3.56vw;
        font-weight: 400;
        line-height: 120%;
        border-radius: 2vw;
        text-align: center;
    }
    .reviews .s-para {
        text-align: center;
    }
    .reviews-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10vw;
        margin-top: 4vw;
    }
    .reviews-content .reviews-box {
        width: 70%;
        perspective: 100px;
    }
    .reviews-content .reviews-box img {
        transition: all .3s;
        animation: rotate 2s linear infinite alternate;
        height: 100%;
    }
    /* .reviews-content .reviews-box:nth-child(1) img {
    animation: rotate 2.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite alternate;
} */
    @keyframes rotate {
        0% {
            transform-style: preserve-3d;
            transform: rotateY(5deg);
        }
        100% {
            transform-style: preserve-3d;
            transform: rotateY(-5deg);
        }
    }
    .reviews-content .reviews-box h6 {
        font-family: Akbar;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        margin-top: 2vw;
        text-transform: uppercase;
    }
    .reviews-content .reviews-box h4 {
        font-size: 6vw;
        text-align: center;
        margin-top: 5vw;
        text-transform: uppercase;
    }
    /* -----------------------------coming-soon------------ */
    .coming-soon {
        padding: 10vw 0;
        background: linear-gradient(270deg, #39398F 0%, #697ED2 46.33%, #34348E 100%);
    }
    .coming-soon h1 {
        color: #00C2FF;
        -webkit-text-stroke: 2px #FCFF69;
    }
    .coming-soon h1 span {
        color: #FFAC2E;
    }
    .coming-soon h1 span.second {
        font-size: 6.25vw;
        color: #00C2FF;
        -webkit-text-stroke: 1px #FCFF69;
    }
    .coming-soon .s-para {
        text-align: center;
    }
    .coming-soon-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 5vw 12vw;
    }
    .coming-soon-content .left img {
        animation: scaling 1s infinite alternate;
        width: 70%;
        margin: auto;
    }
    @keyframes scaling {
        0% {
            transform: scale(0);
            filter: brightness(50%);
        }
        100% {
            transform: scale(1);
            filter: brightness(150%);
        }
    }
    .coming-soon-content .left {
        width: 100%;
        text-align: center;
    }
    .coming-soon-content .right {
        width: 100%;
        text-align: center;
    }
    .coming-soon-content .right img:nth-child(2) {
        width: 70%;
    }
    .coming-soon-content .right img:nth-child(1) {
        width: 33vw;
        margin-bottom: 2vw;
    }
    /* --------------give-back------------ */
    .give-back {
        padding: 5vw 18vw;
    }
    .give-back h1 {
        text-align: center;
    }
    .give-back-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 5vw;
        gap: 5vw;
    }
    .give-back-content .box {
        background: #ECFFE1;
        padding: 4vw 5vw;
        width: 100%;
        border-radius: 12px;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }
    .give-back-content .box img {
        width: 13vw;
        margin-bottom: 1vw;
    }
    .give-back-content .box p {
        color: #22033E;
    }
    .give-back-content h4 {
        color: #22033E;
        font-size: 4.9vw;
        font-family: Brocil;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }
    /* ----------------tokenomics---------- */
    .tokenomics {
        display: flex;
        flex-direction: column-reverse;
        padding: 2vw 0vw 0 0;
    }
    .tokenomics .right {
        height: -5vw;
    }
    .tokenomics .left img {
        width: 80%;
        margin-bottom: -1.5vw;
        margin-top: 20vw;

    }
    .tokenomics .right {
        text-align: center;
    }
    .tokenomics h1 {
        margin-bottom: 2vw;
        text-align: center;
        padding-left: 0;
    }
    .tokenomics .ca {
        position: absolute;
        right: 22vw;
        margin-top: 12vw;
    }
    .tokenomics .ca input {
        position: relative;
        width: 60vw;
        background: #EAFF15;
        padding: 1.2vw 2vw;
        border: 3px solid #000;
        transform: skewY(-2.35deg);
        margin-top: -3vw;
        color: #000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
        font-family: Akbar;
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 130% */
    }
    .tokenomics .ca .btn-group {
        position: absolute;
        right: -0.5vw;
        top: -10vw;
    }
    .tokenomics .ca .btn-group a img {
        width: 17vw;
    }

/* roadmap */
.roadmap  .roadmap-heading h1 {
    padding-left: 0vw;
    text-align: center;
    display: block;
}
.roadmap .roadmap-boxes {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}
.roadmap .roadmap-boxes .box {
    display: inline-block !important;
    background: #ECFFE1;
    margin-top: 20px;
    width: 84%;
    gap: 0px;
    border-radius: 19px;
    opacity: 0px;
    padding: 5vw 5vw 9vw 5vw;
    margin-left: 30px;
    margin-right: 30px;
}


.roadmap .roadmap-boxes .box img {
    width: 100%;
}
.roadmap .roadmap-boxes .box  h2 {
    font-family: Brocil;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #22033E;

}
.roadmap .roadmap-boxes .box  ul li{
    font-family: Akbar;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

}
    /* -----------------footer-------- */
    footer {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 7vw;
        justify-content: space-between;
        padding: 3vw 5vw;
        padding-top: 7vw;
    }

    footer .logo {
        order: 1;
    }
    footer p {
        order: 3;
    }
    footer .logo img {
        width: 25vw;
    }
    footer .socials {
        display: flex;
        align-items: center;
        gap: 0.6vw; 
        order: 2;
    }
    footer .socials a img {
        width: 6vw;
    }
    .mailP {
    font-size: 3.5vw;
}
}



