@tailwind base;
@tailwind components;
@tailwind utilities;


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: KGBlankSpaceSolid;
    src: url(/assets/font/KGBlankSpaceSolid.ttf)
}

html {
    scroll-behavior: smooth;
}




body {
    font-family: KGBlankSpaceSolid;
    color: #000;
    background-color: #EC0C0D;
    overflow-x: hidden;

}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2vw;
}


.header {
    background-image: url(/assets/images/header.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vw;
    padding: 3vw;
    position: relative;

}


nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    max-width: 80%;
    padding: 0vw 2vw;
    border-radius: 8px;
    border: 4px solid #201A17;
    font-family: font1;
    color: #201A17;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 3vw;
    width: 100%;
    left: 12vw;
}

nav a:first-child {
    color: #EE332A;
}

nav a {
    font-size: 1.5vw;
    transition: all 0.3s ease-in-out;
    font-family: KGBlankSpaceSolid;
}

nav a:hover {
    color: #EE332A;
}

nav img {
    width: 100%;
    max-width: 5vw;
    transform: scale(1.6);
}


/* main   */
.main_text {
    /* margin-top: -20vw; */
    margin-bottom: 5vw;
    transform: rotate(-5deg);
    position: absolute;
    top: 30vw;
    left: -2vw;
    text-align: start;
}

.header h1 {
    font-size: 6vw;
    background: #FFB35C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 5px;
    text-transform: uppercase;
    font-family: KGBlankSpaceSolid;
    margin-left: 20vw;

}

.header h2 {
    font-size: 4vw;
    text-align: center;
    font-family: KGBlankSpaceSolid;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;

}


.social_main {
    position: absolute;
    bottom: 3vw;
    right: 6vw;
}

.social_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 2.5vw;
    border: 3px solid #000;
    border-radius: 1.5vw;
    gap: 2vw;
    background-color: #fff;
    transform: rotate(-2deg);
}

.social_box img {

    width: 4.5vw;
}

.social_box h3 {
    font-family: KGBlankSpaceSolid;
    text-transform: uppercase;
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.social_box p {
    font-size: 1.5vw;
}

/* social_box 2 */
.social_box_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 2.5vw;
    border: 3px solid #000;
    border-radius: 0.5vw;
    gap: 2vw;
    background-color: #fff;
    transform: rotate(2deg);
}

.social_box_2 img {
    width: 5vw;
}

.social_box_2 h3 {
    font-family: KGBlankSpaceSolid;
    text-transform: uppercase;
    font-size: 1.5vw;
    line-height: 1.5vw;
}

.social_box_2 p {
    font-size: 1.5vw;
}

.smook {
    position: absolute;
    top: 30vw;
    right: 8vw;
    width: 10vw;
    opacity: 0.8;
    animation: smokeRise 5s ease-in-out infinite;
}

@keyframes smokeRise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-2vw) scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-5vw) scale(1.2);
        opacity: 0;
    }
}



.ca_section {
    background-color: #d61010;
    padding: 1.5vw 3vw;
    display: flex;
    align-items: center;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    justify-content: space-between;
    color: #fff;
    gap: 5vw;
    flex-wrap: wrap;
    margin-top: -4vw;
    position: relative;
    z-index: 99;

}

.ca_section .social {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.ca_section .social h5 {
    font-size: 2vw;
    color: #fff;
}

.ca_section .ca_links {
    display: flex;
    align-items: center;
    gap: 1vw
}

.ca_section .ca_links img {
    width: 100%;
    max-width: 4vw;
}

.ca_section .ca {
    background-color: #190F0694;
    border-radius: 1vw;
    padding: 0.8vw 1vw 0.8vw 3vw;
    display: flex;
    align-items: center;
    gap: 2vw;

}

.ca_section .ca h5 {
    font-size: 1.5vw;
}

.ca_section .ca span {
    background-color: #fff;
    padding: 0.5vw;
    border-radius: 0.5vw;
    border: 1px solid #000;
    font-family: KGBlankSpaceSolid;
    color: #000;
    font-size: 1vw;
    text-transform: uppercase;

}


/* about  */
.about {
    padding: 5vw 10vw;
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-size: contain;

}

.about .main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}

.about .main .text h2 {
    font-size: 4vw;
    text-align: start;
    font-family: KGBlankSpaceSolid;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;
    margin-top: 5vw;

}

.about .main .text h1 {
    font-size: 5vw;
    background: #FFB35C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;
    text-transform: uppercase;
    font-family: KGBlankSpaceSolid;
    margin-left: 5vw;
    margin-bottom: 2vw;
}

.about .main .about_main {
    width: 40vw;
}

.about .main .logos {
    width: 20vw;
    margin: auto;
    margin-left: 5vw;
}

.about .text-box {
    background-color: #fff;
    padding: 2vw 1vw 5vw 1vw;
    border-radius: 1vw;
    border: 2px solid #000;
    width: 30vw;
    text-align: center;
    margin-top: 5vw;
}

.slider {
    background-color: #FFB35C;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 1vw 0;
    rotate: -3deg;
    margin-top: -7vw;
}

.slider_2 {
    background-color: #FFB35C;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 1vw 0;
    rotate: 3deg;
    margin-top: -9vw;
    margin-left: -2vw;
    width: 103%;
}

.home_slider-left {
    animation: slide-left 10s linear infinite;
    display: flex;
    align-items: center;
    gap: 1vw;

}

.home_slider-left h2 {
    text-wrap: nowrap;
    font-size: 2.5vw;
}

/* Keyframes for sliding left */
@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* =========================meme_section */
.meme_section {
    padding: 5vw 10vw;
    background-image: url("../images/coin-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.meme_section h2 {
    font-size: 4vw;
    text-align: start;
    font-family: KGBlankSpaceSolid;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;
    rotate: -3deg;
}

.meme_section h1 {
    font-size: 5vw;
    background: #FFB35C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 4px;
    text-transform: uppercase;
    font-family: KGBlankSpaceSolid;
    rotate: -3deg;
    margin-left: 10vw;
}

.meme_section .text-box {
    background-color: #fff;
    padding: 2vw;
    border-radius: 2.5vw;
    border: 2px solid #000;
    width: 30vw;
    text-align: center;
    margin-top: 5vw;
    box-shadow: 0px 4px 0px 0px #000;
}

.meme_section .main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meme_section .main img {
    width: 50vw;
    transform: translateY(-10vw);
}

.meme_section .main a {
    background-color: #FFB35C;
    padding: 1vw 3vw;
    font-size: 1.5vw;
    display: block;
    margin-top: 2vw;
    border-radius: 1vw;
    border: 2px solid #000;
    width: fit-content;
    text-transform: uppercase;
}

.meme_section .main a:hover {
    background-color: unset;
    color: #fff;
}


.Experience {
    padding: 5vw 10vw;
    text-align: center;
    background-image: url("../images/experience-bg.png");
    background-repeat: no-repeat;
    margin-top: -15vw;
    border-top: 2px solid #000;
    position: relative;
    z-index: 999;
    background-position: top center;
    background-size: cover;
}

.Experience .avatar-1 {
    position: absolute;
    top: 5vw;
    left: 10vw;
    animation: moveLeftRight 2s ease-in-out infinite;
    width: 10vw;
}

.Experience h2 {
    font-size: 4vw;
    text-align: center;
    font-family: KGBlankSpaceSolid;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;
}

.Experience h1 {
    font-size: 5vw;
    background: #FFB35C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 4px;
    text-transform: uppercase;
    font-family: KGBlankSpaceSolid;
}

.Experience a {
    background-color: #FFB35C;
    padding: 1vw 3vw;
    font-size: 1.5vw;
    display: block;
    margin-top: 2vw;
    border-radius: 1vw;
    border: 2px solid #000;
    width: fit-content;
    text-transform: uppercase;
}

.Experience a:hover {
    background-color: unset;
    color: #fff;
}

.Experience .main {
    position: relative;
}

.Experience .content {
    position: absolute;
    width: 25vw;
    left: 27vw;
    top: 45vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Experience .content img {
    width: 10vw;
}

.Experience .content p {
    color: #Fff;
    margin-top: 3vw;
}


/* moving text  */
.moving_comix_scroll {
    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;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background: #FE7C7C;
    border-top: 0.1875rem solid #000000;
    border-bottom: 0.1875rem solid #000000;
    rotate: 3deg;
    width: 103%;
    margin-left: -2vw;
}

.moving_comix_scroll .moving_comix_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.moving_comix_scroll .moving_comix_content .item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1vw;
    gap: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    box-shadow: none;
}

.moving_comix_scroll .moving_comix_content .item img {

    width: 18rem;
    height: 18rem;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        /* Adjust the value for more or less movement */
    }

    100% {
        transform: translateX(0);
    }
}


.tokenomice {
    padding: 5vw 10vw;
}

.tokenomice hr {
    border-top: 2px solid #000;
}

.tokenomice .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 0;
}

.tokenomice .content .box {
    color: #fff;
    padding: 2vw 5vw;
    text-align: center;
}

.tokenomice .content .box h3 {
    font-size: 3vw;
}

.tokenomice .main {
    position: relative;
}

.tokenomice .main p {
    position: absolute;
    right: 10vw;
    top: 31vw;
    color: #fff;
}


/* ========================team */

.team {
    padding: 5vw 10vw;
    background-image: url("../images/team-bg.png");
    background-repeat: no-repeat;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-position: center;
    background-size: cover;
}

.team .box_1,
.box_2,
.box_3 {
    display: flex;
    align-items: center;
    gap: 5vw;
    justify-content: center;
}

.team .box_1 img {
    width: 30vw;
}

.team .box_2 img {
    width: 20vw;
}

.team .box_3 img {
    width: 20vw;
    margin-top: 3vw;
}

.team .team-heading {
    width: 30vw;
    margin: auto;
    margin-bottom: 5vw;
}



.footer {
    padding: 5vw 0 0 0;
    text-align: center;
}


.footer h2 {
    font-size: 4vw;
    text-align: center;
    font-family: KGBlankSpaceSolid;
    color: #fff;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 3px;
}

.footer h1 {
    font-size: 5vw;
    background: #FFB35C;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 4px;
    text-transform: uppercase;
    font-family: KGBlankSpaceSolid;
}

.footer .links {
    display: flex;
    align-items: center;
    gap: 2vw;
    justify-content: center;
}

.footer .links a {
    background-color: #FFB35C;
    padding: 1vw 3vw;
    font-size: 1.5vw;
    display: block;
    margin-top: 2vw;
    border-radius: 1vw;
    border: 2px solid #000;
    width: fit-content;
    text-transform: uppercase;
}

.footer .links a:hover {
    background-color: unset;
    color: #fff;
}

.footer .social {
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: center;
    margin-top: 2vw;
}

.footer .social img {
    width: 5vw;
    transition: all 0.3s ease-in-out;
}

.footer .social img:hover {
    transform: scale(1.1);
}

.footer p {
    background-color: #000;
    padding: 2vw;
    color: #fff;
    text-align: center;
    margin-top: 3vw;
}

.footer .main_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    max-width: 40%;
    padding: 0vw 2vw;
    border-radius: 8px;
    border: 4px solid #201A17;
    color: #201A17;
    margin: auto;
    background-color: #fff;
    width: 100%;
    margin-top: 3vw;
}



.main_links a {
    font-size: 1.5vw;
    transition: all 0.3s ease-in-out;
    font-family: KGBlankSpaceSolid;
}

.main_links a:hover {
    color: #EE332A;
}

.main_links img {
    width: 100%;
    max-width: 5vw;
    transform: scale(1.6);
    position: relative;
}


/* animation   */
.bliking {
    animation: blinkFade 4s ease-in-out infinite;
}

@keyframes blinkFade {

    0%,
    100% {
        opacity: 0;
        /* Fully transparent at start and end */
    }

    50% {
        opacity: 1;
        /* Fully visible at midpoint */
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-weight: 900 !important;
        line-height: 8vw;
    }

    h2 {
        font-weight: 900;
        line-height: 7vw;
    }

    p {
        font-size: 2.3vw;
        font-weight: 500;
    }

    .social_box h3 {
        font-family: KGBlankSpaceSolid;
        text-transform: uppercase;
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .social_box_2 h3 {
        font-family: KGBlankSpaceSolid;
        text-transform: uppercase;
        font-size: 1.5vw;
        line-height: 2vw;
    }

    html,
    body {
        overflow-x: hidden;

    }

    nav {
        width: 100%;
        max-width: 95%;
        padding: 1vw 2vw;
        border: 2px solid #201A17;
        left: 2vw;
    }

    nav a {
        font-size: 2vw;
    }

    nav img {
        transform: scale(2.2);
    }

    .ca_section {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;

    }

    .social_box {
        border: 1px solid #000;
    }

    .social_box_2 {
        border: 1px solid #000;
    }

    /* main   */
    .main_text {
        /* margin-top: -20vw; */
        margin-bottom: 5vw;
        transform: rotate(-5deg);
        position: absolute;
        top: 25vw;
        left: -8vw;
        text-align: start;
    }

    .header h1 {
        -webkit-text-stroke-width: 2px;
        font-size: 8vw;
    }

    .header h2 {
        font-size: 4vw;
        -webkit-text-stroke-width: 1px;

    }

    /* about  */

    .about {
        padding: 5vw;
    }

    .about .main {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3vw;
    }

    .about .main .text h2 {
        font-size: 5vw;
        -webkit-text-stroke-width: 1px;
        text-align: center;
        transform: translateX(-8vw);
        rotate: 3deg;
    }

    .about .main .text h1 {
        -webkit-text-stroke-width: 1.5px;
        font-size: 7vw;
        rotate: 3deg;
    }

    .about .text-box {
        width: 55vw;
        border-top-left-radius: 4vw;
        border-top-right-radius: 4vw;
        border: 1px solid #000;
        padding: 2vw 1vw 3vw 1vw;
    }

    .about .text-box p {
        font-size: 2vw;
    }

    .slider {
        margin-top: -6vw;
    }

    .about .main .logos {
        width: 40vw;
        margin: auto;
    }

    .about .main .about_main {
        width: 50vw;
        padding-top: 8vw;
        transform: scale(1.3);
    }

    /* coin  */
    .meme_section {
        padding: 5vw 5vw 10vw 5vw;
    }

    .meme_section h2 {
        font-size: 5vw;
        -webkit-text-stroke-width: 1.5px;
    }

    .meme_section h1 {
        font-size: 7vw;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 2px;
    }

    .meme_section .text-box {
        border: 1px solid #000;
        width: 55vw;
        box-shadow: 0px 2px 0px 0px #000;
    }

    .meme_section .main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .meme_section .main img {
        width: 80vw;
        margin-top: -10vw;
        transform: scale(1.4);
    }

    .meme_section .main a {
        font-size: 3vw;
        border: 2px solid #000;
        border-radius: 2.5vw;
    }

    .Experience {
        padding: 5vw;
        margin-top: -4vw;
    }

    .Experience h2 {
        font-size: 5vw;
        -webkit-text-stroke-width: 1px;
    }

    .Experience h1 {
        font-size: 7vw;
        -webkit-text-stroke-width: 2px;
    }

    .Experience a {
        font-size: 1.7vw;
        width: 100%;
        border: 1.5px solid #000;
    }

    .Experience .main {
        position: relative;
    }

    .Experience .content {
        position: absolute;
        width: 25vw;
        left: 33vw;
        top: 43vw;
    }

    .Experience .content img {
        width: 15vw;
    }

    .Experience .content p {
        color: #Fff;
        margin-top: 3vw;
        font-size: 2vw;
    }

    /* moving text  */
    .moving_comix_scroll {
        border-top: unset;
        border-bottom: 2px solid #000000;
        border-top: 1px solid #000000;
    }



    .moving_comix_scroll .moving_comix_content .item {
        padding: 2vw 1vw;
        gap: 0.5rem;
    }

    .moving_comix_scroll .moving_comix_content .item img {
        width: 8rem;
        height: 8rem;
    }

    .tokenomice .main p {
        position: absolute;
        right: 6vw;
        top: 31vw;
        color: #fff;
        width: 20vw;
    }

    /* footer  */
    .footer h2 {
        font-size: 5vw;
        -webkit-text-stroke-width: 1px;
    }

    .footer h1 {
        font-size: 8vw;
        -webkit-text-stroke-width: 2px;
    }


    .footer .links a {
        font-size: 2vw;
        display: block;
        border: 1.5px solid #000;
    }




    .footer .social img {
        width: 8vw;
    }

    .footer .main_links {
        max-width: 50%;
        padding: 1vw 2vw;
        border-radius: 4px;
        border: 1px solid #201A17;
        margin-top: 5vw;
    }



    .main_links a {
        font-size: 2vw;
        transition: all 0.3s ease-in-out;
        font-family: KGBlankSpaceSolid;
    }

    .main_links a:hover {
        color: #EE332A;
    }

    .main_links img {
        width: 100%;
        max-width: 7vw;
        transform: scale(2);
    }


}