@tailwind base;
@tailwind components;
@tailwind utilities;


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: font1;
    src: url(/assets/font/Super-Ocean-Personal-Use.ttf);
}

h6 {
    font-family: font1;
}

html {
    scroll-behavior: smooth;
}
img {
    width: 100%;
}
.zoom-element {
    animation: zoomInOut 3s infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}



body {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #1C1C1C;
}

.nav {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 100;
    display: flex;
    padding: 1vw;
    background: white;
    border: 4px solid #000;
    border-radius: 100px;
    margin-top: 2vw;
}
.nav .logo {
    position: absolute;
    width: 10%;
    left: 48%;
}
.links {
    font-family: font1;
    color: #000000 !important;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 3vw;
}

.links img {
    width: 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  animation: marquee 5s linear infinite;
  will-change: transform;
}

/* hero */
.hero {
    position: relative;
    margin-top: -8.6vw;
    height: 120vh;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    background: url(/assets/images/hero.png)no-repeat;
    background-size: cover;
    background-position: top center;
} 
.hero .x-money {
    width: 60%;  
}
.hero .money-1 {
    position: absolute;
    width: 25%;
    top:0;
    left:0;
}
.hero .money-2 {
    position: absolute;
    width: 25%;
    top:0;
    right:0;
}
.about {
    padding: 5vw 2vw;
    padding-top: 50vw;
    position: relative;
    background: url(/assets/images/about-bg.png)no-repeat;
    background-size: 100% 70%;
    background-position: bottom left;

}

.box {
    background-image: url(/assets/images/block_grass.png);
    padding: 14vw 8vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51vw;
    margin: auto;
    margin-top: -10vw;
    position: relative;
    z-index: 99;
}

.box h5 {
    font-family: font1;
    color: #fff;
    transform: rotate(6deg);
}

.about h3 {
    font-family: font1;
    font-size: 80px;
    text-align: center;
    color: #2F3A0E;
    transform: rotate(10deg);

}

/* .logo {
    position: absolute;
    right: 10%;
    width: 100%;
    max-width: 20vw;
    top: 30%;
} */


.blur-lyr {
    background-image: url(/assets/images/blur-lyr.png);
    padding: 5vw 5vw 10vw 5vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.bg {
    background-image: linear-gradient(to bottom, #86ed00, #00c582, #0091b1, #172357, #172357);
}

.blur-lyr h5 {
    font-family: font1;
    color: #000000;
    font-size: 48px;
}

.video {
    background-image: url(/assets/images/Background\ wrapper.png);
    padding: 5vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.video h3 {
    color: #87FF32;
    font-size: 5vw;
    font-family: font1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    transform: rotate(-10deg);
}

.video img {
    width: 100%;
    max-width: 50vw;
    padding-top: 5vw;
    margin: auto;
}
/* tokenomics */
.tokenomics {
    background: url(/assets/images/tokenomics-bg.png) no-repeat;
    background-size: 100% 90%;
    background-position: bottom center;
}
.ROADMAP {
    padding: 5vw 20vw;
}

.ROADMAP h3 {
    color: #2F3A0E;
    font-size: 5vw;
    font-family: font1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    transform: rotate(10deg);
    text-align: center;
}


.how-box-1 {
    background-image: url(/assets/images/how_block_1.png);
    padding: 12vw 10vw ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}



.how-box-1 ul li {
    color: #000;
    font-family: font1;
    transform: rotate(-2deg);
}

.how-box-2 {
    background-image: url(/assets/images/how_block_2.png);
    padding: 10vw 10vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.how-box-2 ul li {
    color: #000;
    font-family: font1;
    transform: rotate(5deg);

}
.b-footer {
    background: url(/assets/images/musk-2.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 2vw;
    background-color: #000;
    flex-wrap: wrap;
}
/* footer .logo {
    width: 20%;
} */
.footer-links a {
    padding: 1vw 3vw;
    background-color: #295117;
    margin-left: 12px;
    font-family: font1;
    color: #fff;
    border-radius: 8px;
    border: 3px solid #000;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out;
}

.footer-links a:hover {
    box-shadow: none;
}


@media screen and (max-width: 480px) {
    .links {
        font-size: 8px;
        gap: 12px;
    }

    .links img {
        width: 24px;
    }

    .box {
        width: 100%;
        padding: 11vw;
    }

    .box h5 {
        font-size: 12px;
        transform: rotate(8deg);
    }
    .hero .x-money {
        width: 90%;
    }
.about {
    padding-top: 70vw;
    background-size: 100% 65%;
}
.box {
    background-image: url(/assets/images/block_grass.png);
    padding: 23vw 9vw;
}
.hero {
    position: relative;
    margin-top: -15.6vw;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    background: url(/assets/images/her0-mobile.png)no-repeat;
    background-size: cover;
    background-position: top center;
} 
.hero .money-1 {
    width: 100%;
}
    .logo {
        position: absolute;
        right: 0%;
        width: 100%;
        max-width: 40vw;
        top: 50%;
    }

    .blur-lyr {
        padding: 4vw 4vw 8vw 4vw;
    }

    .blur-lyr h5 {
        font-family: font1;
        color: #000000;
        font-size: 24px;
    }

    .video h3 {
        font-size: 7vw;
    }

    .video img {
        width: 100%;
        max-width: 50vw;
        padding-top: 10vw;
        margin: auto;
    }

    .ROADMAP {
        padding: 10vw 2vw;
    }

    .ROADMAP h3 {

        font-size: 10vw;

    }

    .how-box-1 {
        padding: 25vw 10vw;

    }

    .how-box-1 ul li {
        font-size: 13px;
    }
  .how-box-2 {
    padding: 18vw 10vw;
  }
    .how-box-2 ul li {
        font-size: 13px;
    }

    footer {
        justify-content: center;
        gap: 20px;
    }
}