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

@font-face {
    font-family: Inika;
    font-weight: bold;
    src: url('fonts/Inika/Inika-Bold.ttf');
}

* {
    color: #FEFECF;
    margin: 0;
    padding: 0;
    font-family: 'Inika', serif;
    font-family: 'Inter', sans-serif;
}

body {
    max-width: 100vw;
}

audio {
    margin: 0 24px;
}

audio::-webkit-media-controls-panel {
    background-color: #FEFECF;
}

nav {
    width: calc(100% - 24px * 2);
    height: 90px;
    background: linear-gradient(180deg, #031D36 31.25%, #143A52 100%);
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    object-fit: cover;
}

nav ul {
    display: flex;
    gap: 24px;

}

nav ul li {
    list-style-type: none;
    font-family: Inika;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

nav ul li a {
    all: unset;
}

nav ul li a:hover {
    cursor: pointer;
}

footer {
    background: #143A52;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.burger {
    width: fit-content;
    padding: 8px;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.burger__item {
    height: 3px;
    border-radius: 100;
    background: white;
    width: 30px;
}

.column {
    flex-direction: column;
    align-items: flex-start;
}

#hero {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #001127 58.85%, #1B5E72 100%);
    padding: 24px 60px 0;
    height: 70vh;
}

.hero__content,
.hero__animation {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.hero__animation {
    height: 100%;
    position: relative;
    top: 200px;
}

.hero__stars {
    width: 350px;
    height: 45px;
}

.hero__title {
    color: #FEFECF;
    font-family: Inika;
    font-size: 128px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-top: 24px;
}

.hero__content {
    color: #FEFECF;
    font-family: Inika;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 40px;
    white-space: pre-line;
    margin-top: 24px;
}

.hero__social {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.hero__animation {
    display: flex;
    align-items: flex-end;
}

.hero__babu {
    height: 50vh;
    bottom: 0;
    right: 0;
}

.social {
    height: 56px;
    width: fit-content;
    background: #FEFECF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #00F0FF;
    text-align: left;
    padding: 0 16px;
}

.social__cta {
    color: #000;
    text-align: center;
    font-family: Inika;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.social__title {
    color: #000;
    text-align: center;
    font-family: Inika;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.social__content {
    color: #000;
    text-align: center;
    font-family: Inder;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.social img {
    height: 28px;
    width: 28px;
    padding: 16px 0;
}

.banner {
    width: 100%;
    height: 64px;
    background: #44AEB8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.banner span {
    color: black;
    animation: RightToLeft 1.4s linear infinite;
}






.airdrop {
    border: 1px solid #000;
    background: #3F7078;
    padding: 24px 60px 0;
    height: fit-content;
}

.airdrop__container {
    border: 1px solid #000;
    background: #FFFEE6;
    height: 100%;

}

.airdrop__pennant {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}

.pennant-garland {
    width: 100%;
}

.airdrop__info {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.airdrop__title {
    color: #000;
    font-family: Inika;
    font-size: 64px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.airdrop__info {
    color: #000;
    text-align: center;
    font-family: Inika;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    white-space: pre-line;
    margin-top: 24px;
}

.airdrop__content {
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: space-between;
}

.airdrop__babu img {
    height: 280px;
}

.airdrop__memes {}

.memes {
    position: relative;
    display: flex;
    gap: 24px;
    width: 40%;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}



.airdrop__memes img {
    position: relative;
    height: 50px;
}

.airdrop__cta {
    background: black;
    padding: 12px 24px;
    color: #FFF;
    text-align: center;
    font-family: Inika;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    position: relative;
    height: 56px;
    cursor: pointer;
}

.roadmap {
    background: #46B0C5;
    padding: 60px 80px;
}

.roadmap__title {
    color: #000;
    font-family: Inika;
    font-size: 64px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto 0;
    padding: 40px;
    justify-content: center;
}

.timeline__item {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline__media {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.timeline__title {
    color: black;
    text-align: center;
    font-family: Inika;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    white-space: pre-line;
}

.tokenomics {
    background: linear-gradient(180deg, #001127 58.85%, #1B5E72 100%);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tokenomics__title {
    color: #FEFECF;
    font-family: Inika;
    font-size: 64px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.tokenomics__distribution {
    margin-top: 60px;
    width: 90vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 500px;
}

@keyframes RightToLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1220px) {
    .memes {
        width: 50%;
    }
}

@media only screen and (max-width: 962px) {
    h2 {
        font-size: 48px !important;
    }

    #hero {
        height: 100%;
        flex-direction: column;
        padding: 24px 24px 0;
    }

    .hero__animation {
        height: 100%;
        top: unset;
    }

    .social__content {
        font-size: 14px;
    }

    .banner {
        flex-direction: row-reverse;
        justify-content: normal;
    }

    .airdrop__info {
        padding: 0 24px;
    }

    .airdrop__content {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .memes {
        width: 100%;
    }

    .airdrop__memes img {
        display: none;
    }
}

@media only screen and (max-width: 620px) {
    h1 {
        font-size: 96px !important;
    }

    nav ul {
        display: none;
    }

    .airdrop {
        padding: 24px 24px 0;
    }

    .tokenomics {
        padding: 24px;
    }
}

@media only screen and (max-width: 450px) {
    h2 {
        font-size: 36px !important;
    }

    .social__content {
        font-size: 12px;
    }
}