body {
    background-color: #1e1e1e;
    margin: 0;
    overflow-x: hidden;
    font-family: uni_font;
    color: white;

    cursor: url(https://cdn.custom-cursor.com/db/cursor/32/Cat_Wanting_FruitLoopsCursor.png), pointer !important;
}

button:hover {
    cursor: url(https://cdn.custom-cursor.com/db/pointer/32/Cat_Wanting_FruitLoopsPointer.png), pointer !important
}


@font-face {
    font-family: uni_font;
    src: url(/font/britanica-black.ttf);
}

@font-face {
    font-family: step_header_font;
    src: url(/font/Britannic\ Bold\ Regular.ttf);
}

@font-face {
    font-family: step_text_font;
    src: url(/font/open-sauce-two_5.0.11/ttf/open-sauce-two-latin-400-normal.ttf);
}


#bloom_container {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    justify-content: center;
    display: grid;
    filter: blur(100000000px);
    -ms-filter: blur(10000000px);
    overflow-x: hidden;

    z-index: -1;
}

#main {
    overflow-x: hidden;
    scrollbar-color: transparent;


}

#bloom {
    background-color: rgb(51, 51, 51);
    border-radius: 20%;
    width: 80vw;
    height: 50vw;
}

#socials {
    display: flex;
    gap: 20px;
    margin-right: 30px;
}

.header {
    height: fit-content;
    width: auto;
    display: block;

}


#profile_image {
    width: 60px;
    height: 60px;
}

#headers {
    margin: 0;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#social_img {
    width: 30px;

}


.decorations {
    position: relative;
    z-index: 50;
    overflow-x: hidden;
    overflow-y: hidden;

}

#loops {
    position: absolute;
    width: 1300px;
    top: -110px;

    animation: 1.6s ease-out 0s 1 slideInFromLeft;
}

#loop_cat {
    margin-top: 200px;
    width: 559px;
    margin-left: 25px;

    filter: grayscale(30%);
}

#loops_container {
    display: inline-flex;
    justify-content: center;
    width: 100%;

}

#loops_wrapper {
    z-index: 50;

    display: flex;
    margin-right: 135px;

    align-items: center;
}

.loops_info_wrapper {
    width: 100%;
    margin-top: 200px;
}

.loops_info {
    width: 100%;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    font-size: 30px;
    animation: 0.6s ease-out 0s 1 slideUp;
}

.loops_info h1 {
    animation: 1.5s ease-in-out 0s infinite grow;
}

#buy_btn {
    z-index: 100;
    background-image: linear-gradient(rgba(197, 180, 255, 0.38), rgba(3, 221, 253, 1));
    border: rgba(255, 255, 255, 0.8) 1px solid;
    font-family: uni_font;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
    transition: transform 0.3s ease;

}

#buy_btn:active {
    opacity: 70%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#buy_btn:hover {
    transform: translateY(-5px);

}

h1 {
    margin: 0;
}

h5 {
    opacity: 75%;
    margin: 15px;
}

.styled-input {
    font-family: uni_font;
    margin: 15px;
    padding: 7px 10px;
    font-size: 16px;
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    outline: none;
    width: 450px;
    max-width: 600px;
    text-align: center;
}



#intro {
    overflow-x: hidden;

}



.belt {
    display: flex;
    white-space: nowrap;
    animation: scroll 1s linear infinite;
}

.belt span {
    display: inline-block;
    padding: 0px;
    padding-bottom: 7px;
    font-size: 52px;
    color: white;

}

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

    100% {
        transform: translateX(-154.2227px);
    }
}

.line {
    background-color: white;
    height: 4px;
    opacity: 35%;
}

.title {
    margin: 65px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 52px;
    opacity: 80%;
}

#steps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 273px;
}

.step {
    margin: 26px 13px;

    height: inherit;
    width: 221px;
    border-radius: 10px;
    color: white;

}

#step1 {
    background-color: rgba(230, 67, 83, 0.5);
}

#step2 {
    background-color: rgba(203, 158, 207, 0.5);
}

#step3 {
    background-color: rgba(112, 203, 152, 0.5);
}

#step4 {
    background-color: rgba(86, 186, 207, 0.5);
}

#step5 {
    background-color: rgba(238, 180, 22, 0.5);
}

#how_to {
    margin-bottom: 130px;
}


.steptitle {
    margin: 10px 20px;
    font-size: 33px;
    font-family: step_header_font;
}

.stepcontent {
    display: block;
    justify-content: center;
    font-family: step_text_font;
    font-size: 13px;
    margin: 0 13px;

}

#Memes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

#meme_container {
    display: grid;
    justify-content: center;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: fit-content;
}

.meme {
    width: 390px;
}

#nomics_container {
    display: grid;
    justify-content: center;
    margin-bottom: 200px;
}

.nomic {
    display: flex;
    margin: 13px;
    height: 65px;
    width: 780px;
    border-radius: 7px;
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 1px;
    border-style: solid;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
}

#nomic1 {
    background-color: rgba(230, 67, 83, 0.5);
}

#nomic2 {
    background-color: rgba(203, 158, 207, 0.5);
}

#nomic3 {
    background-color: rgba(112, 203, 152, 0.5);
}

#nomic4 {
    background-color: rgba(86, 186, 207, 0.5);
}

#nomic5 {
    background-color: rgba(238, 180, 22, 0.5);
}

#nomicinfo1 {
    color: rgba(230, 67, 83, 1);
}

#nomicinfo2 {
    color: rgba(203, 158, 207, 1);
}

#nomicinfo3 {
    color: rgba(112, 203, 152, 1);
}

#nomicinfo4 {
    color: rgba(86, 186, 207, 1);
}

#nomicinfo5 {
    color: rgba(238, 180, 22, 1);
}

.nomictitle {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 30px;
}

.nomicinfo {
    margin: 0 30px;
    text-align: right;

}


@media (max-width: 1365px) {
    #steps {
        flex: 1 1 33.33%;
    }

    #how_to {
        margin-bottom: 450px;
    }

    #meme_container {
        display: flex;
        flex-wrap: wrap;
    }

    #meme_container > img {
        width: 30%;
    }

    #tokenomics {
        width: 100%;
    }

    .nomic {
        width: 95%;
    }

    #loops_wrapper {
        margin-right: 50px;
    }
}

@media (max-width: 1120px) {
    #loop_cat {
        display: none;

    }

    #loops_wrapper {

        margin: 0;
    }

    .loops_info_wrapper {
        margin-top: 40%px;
        margin-bottom: 40%;
    }


}

@media (max-width: 740px) {

    #how_to {
        margin-bottom: 750px;
    }

    #meme_container {
        margin-bottom: 0;
    }

    #meme_container > img {
        width: 60%;
    }
}

@media (max-width: 494px) {

    #how_to {
        margin-bottom: 1400px;
    }

    #loop_cat {
        display: none;

    }

    #loops_wrapper {
        scale: 80%;
        margin: 0;
    }

    .loops_info_wrapper {
        margin-top: 100px;
        margin-bottom: 40%;
    }
    
    .nomic {
        font-size: 17px;
    }


    #meme_container > img {
        width: 60%;
    }
}

/* animations */

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(40%) scale(0.25);
    }

    60% {
        transform: translateY(-10%) scale(1.2);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    20% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        transform: translateY(-300%) scale(0);
    }

    30% {
        opacity: 0;
        transform: translateY(-200%) scale(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes grow {
    0%,
    25%,
    75%,
    100% {
        transform: rotate(0deg) scale(0.95);
    }

    35% {
        transform: rotate(5deg) translateX(5px);
    }

    45% {
        transform: rotate(-5deg) translateX(-5px);
    }

    55% {
        transform: rotate(5deg) translateX(5px);
    }

    65% {
        transform: rotate(-5deg) translateX(-5px);
    }
}