body {
    background: black;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure it appears above other content */
}

nav img {
    width: 300px;
    margin-left: 60px;
}

.menu_items_inside_nv {
    display: flex;
    align-items: center;
    margin-left: -240px;
}

.menu_items_inside_nv * {
    border-left: 1px solid white;
    padding: 10px 15px;
    color: rgb(236, 0, 255);
    font-weight: 600;
    font-size: 12px;
    font-family: Lulo Clean W01 One;
}

.float_to_right_end_inside_nav svg {
    width: 30px;
    margin-right: 30px;
    fill: white;
    color: white;
}

/* 1 */

.first_hero_section_con {
    width: 100%;
    text-align: center; /* Optional, centers the image */
    position: relative;
}

.first_hero_section_con img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.mint_button_and_blever_con {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 10px;
    border-radius: 8px;
}

.mint_button_and_blever_con button {
    color: white;
    background: rgb(17, 255, 173);
    border: none;
    border: 1px solid rgba(71, 67, 197, 0.467);
    border-radius: 7px;
    height: 63px;
    width: 196px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.mint_button_and_blever_con img {
    width: 260px;
    height: 105px;
}

.second_hero_section_con {
    background-image: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 255, 191) 83.3333%);
    overflow-x: hidden;
}

.top_welcome_inside {
    color: white;
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 0.4em;
    /* background: red; */
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 60px;
    font-family: Lulo Clean W01 One;
}

.welc_to_the_word_sec {
    color: white;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.embrace_the_word_third {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    width: 100%;
    font-size: 17px;
}

.insice_third {
    width: 700px;
    text-align: left;
}

.inside_inside_third {
    display: inline;
    line-height: 23px;
}

.inside_inside_third span {
    font-weight: 900;
}

.embrace_the_word_fourth {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
}

.insice_fourth {
    width: 700px;
    text-align: left;
}

.inside_inside_fourth {
    display: inline;
    line-height: 23px;
}

.inside_inside_fourth span {
    font-weight: 900;
}

.embrace_the_word_fifth {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
}

.insice_fifth {
    width: 700px;
    text-align: left;
}

.inside_inside_fifth {
    display: inline;
    line-height: 23px;
}

.flex_big_rec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_big_rec .embrace_the_word_fifth {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    width: 100%;
    margin-top: 0px;
}

.flex_big_rec .embrace_the_word_third {
    margin-top: 40px;
}

.bolder {
    font-weight: 900;
}

.small_rectangle_under_welcome_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: fit-content;
    padding: 10px;
}

.image_on_blever img {
    width: 200px;
}

.other_texts_inside_sruwb {
    width: 500px;
}

.div_under_blver_button button {
    color: white;
    background: rgb(17, 255, 173);
    border: none;
    border: 1px solid rgba(67, 178, 197, 0.152);
    border-radius: 7px;
    height: 63px;
    width: 196px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.banner_moving_images_con {
    display: flex;
    align-items: center;
    margin-top: 100px;
    width: 100%;
}

.banner_moving_images_con * {
    height: 300px;
    width: 310px;
    /* overflow: hidden; */
}

.main_con_for_pink_buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.centered_resized_for_pink_buttons {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.centered_resized_for_pink_buttons button {
    color: white;
    background: rgb(236, 0, 255);
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    width: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered_image_under_roadmap_con {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered_div_inside_cimurc img{
    width: 980px;
}

.faq_center_text {
    color: black;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.7em;
    /* background: red; */
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 60px;
}

.q_and_a_big_con {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inside_q_and_q {
    width: 700px;
}

.q_bold_con {
    font-weight: 900;
    font-size:20px;
}

.a_not_bold_con {
    margin-bottom: 30px;
}

.bottom_grid_ish_q_and_a_with_image_con {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: red; */
    margin-top: -100px;
}

.resized_inside_bgiqawic {
    display: flex;
    align-items: center;
}

.left_img_resized_inside_bgiqawic img {
    width: 333px;
    height: 333px;
}

.right_img_resized_inside_bgiqawic img {
    width: 333px;
    height: 333px;
}

.footer_section_con_black {
    background: black;
}

.footer_first_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.footer_first_sec button {
    color: white;
    background: rgb(17, 255, 173);
    border: none;
    border: 1px solid rgba(71, 67, 197, 0.467);
    border-radius: 7px;
    height: 63px;
    width: 196px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_second_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.footer_second_sec img {
    height: 105px;
    width: 260px;
}

.footer_third_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.footer_follow_text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    overflow-wrap: break-word;
    color: white;
}

.footer_fourth_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.footer_fourth_sec .main_con_for_pink_buttons {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.dp_footer_logo_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}

.dp_footer_logo_sec img {
    width: 279px;
    height: 57px;
}

.footer_copywright_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 0px 15px;
}

.copywright_text {
    color: rgba(128, 128, 128, 0.617);
    text-align: center;
    font-size: 16px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.faq_big_con_down {
    padding: 0px 15px;
}

/* FONTS */

@font-face {
    font-family: Lulo Clean W01 One;
    src: url('/static/fonts/lulo-clean-w01-one-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

button {
    cursor: pointer;
}

.mob_button:hover {
    background: black;
    color: rgb(0, 255, 191);
}

.socials_button:hover {
    background: rgb(0, 255, 191);
    color: black;
}

.socials_button {
    font-weight: 600;
    font-family:'Times New Roman', Times, serif !important;
}

.mobile_first_hero_section_con {
    display: none;
}

.mobileview_part {
    display: none;
}

.mobile_road {
    display: none;
}

/* MOBILE RESPONSIVE */

@media screen and (max-width: 768px) {
    .menu_items_inside_nv {
        display: none;
    } 
}

@media screen and (max-width: 600px) {
    nav {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: black;
        position: sticky;
        top: 0;
        z-index: 1000; /* Ensure it appears above other content */
    }
    
    nav img {
        width: 300px;
        margin-left: 30px;
    }
    
    .menu_items_inside_nv {
        display: none;
    } 
    
    .float_to_right_end_inside_nav svg {
        width: 30px;
        margin-right: 40px;
        fill: white;
        color: white;
    }

    /* 1 */

    .first_hero_section_con {
        width: 100%;
        text-align: center; /* Optional, centers the image */
        position: relative;
    }

    .first_hero_section_con img {
        min-width: 100%;
        height: auto;
        display: block;
    }

    .first_hero_section_con {
        display: none;
    }

    .mobile_first_hero_section_con {
        display: inline-block;
        margin-top: -100px;
    }

    .mobile_first_hero_section_con img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .mobile_first_hero_section_con .mint_button_and_blever_con {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 8px;
        margin-top: 60px;
    }
    
    .mobile_first_hero_section_con .mint_button_and_blever_con button {
        color: white;
        background: rgb(17, 255, 173);
        border: none;
        border: 1px solid rgba(71, 67, 197, 0.467);
        border-radius: 7px;
        height: 51px;
        width: 206px;
        font-size: 21px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .mobile_first_hero_section_con .mint_button_and_blever_con img {
        width: 260px;
        height: 105px;
    }

    .top_welcome_inside {
        display: none;
    }

    .welc_to_the_word_sec {
        color: white;
        font-weight: 600;
        font-size: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        margin-top: 20px;
        text-align: center;
    }

    .embrace_the_word_third {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 500;
        width: 100%;
        font-size: 17px;
        text-align: center;
        padding: 0px 15px;
    }

    .flex_big_rec {
        display: none;
    }
    
    .mobileview_part {
        display: block;
    }

    .embrace_the_word_fourth {
        padding: 0px 15px;
        max-width: 90%;
    }

    .embrace_the_word_fifth {
        padding: 0px 15px;
        max-width: 90%;
    }

    .banner_moving_images_con {
        margin-top: 40px;
    }

    .banner_moving_images_con * {
        height: 200px;
        width: 210px;
        /* overflow: hidden; */
    }

    .embrace_the_word_third {
        margin-top: 30px;
        padding: 0px 15px;
        max-width: 90%;
    }

    .centered_resized_for_pink_buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .mobile_road {
        display: flex;
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .centered_image_under_roadmap_con {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .centered_div_inside_cimurc img{
        max-width: 100%;
    }

    .faq_center_text {
        padding-top: 40px;
        padding-bottom: 30px;
    }

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

    .left_img_resized_inside_bgiqawic {
        display: none;
    }

    .inside_q_and_q {
        width: 90%;
    }
    
    .q_bold_con {
        font-weight: 900;
        font-size:20px;
    }
    
    .a_not_bold_con {
        margin-bottom: 30px;
    }

    .menu_items_inside_nv {
        margin-left: 10px;
    }

}

.interact-button {
    cursor: pointer;
}