@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



.header_one {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 4;
    width: 100%;
    padding-top: 88px;
}

.title_header h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 105%;
    text-align: center;
    color: #fff;
}





.container {
    max-width: 1500px;
    margin: auto;
    display: flex;
    margin-top: 100px;
    gap: 10px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    background: #061025;
    border-radius: 20px;
    width: 380px;
    min-height: 358px;
    padding: 30px;
    font-family: "Bebas Neue", sans-serif;
    padding-top: 40px;
}



.step .titleNumber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #162247;
    border-radius: 50%;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 26px;
}


.step h2 {
    font-weight: 300;
    font-family: HeadingPro, sans-serif;
    font-size: 33px;
    color: #fff;
    margin-bottom: 26px;
}

.step h2 span {
    color: #FFD438;
}

.step p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    font-family: Inter;
}

.step p a {
    font-weight: 600;
    text-decoration: underline !important;
}

.step p a.yellow {
    color: #FFD438;
    text-decoration: none !important;
}

.presale-box {
    background: #061025;
    padding: 33px;
    border-radius: 20px;
    width: 85%;
    padding-top: 63px;
    text-align: center;
}


.presale-box h2 {
    font-family: HeadingPro, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 41px;
    color: #fff;
    font-size: 48px;
}

.address-box {
    display: flex;
    gap: 10px;
    background: #FFF;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
}

.address-box input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-family: monospace;
    background: #FFF;
    outline: none;
    color: #061025;
    height: 50px;
    font-family: HeadingPro, sans-serif;
    font-size: 23px;
}

.address-box button {
    height: 50px;
    width: 100px;
    background-color: #FFD438;
    color: #C82F16;
    font-weight: bold;
    border: none;
    font-family: "Bebas Neue", sans-serif;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 24px;
    transition: .3s;
    border: 3px solid #FFD438
}

.address-box button:hover {
    border: 3px solid #C82F16
}


.presale-box .info {
    margin-top: 50px;
}

.presale-box .info h3 {
    font-family: HeadingPro, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    margin-bottom: 28px;
}

.presale-box .info p {
    font-size: 22px;
    font-weight: 400;
    font-family: Inter;
    color: #fff;
    margin-bottom: 40px;
}

.progress-container {
    background-color: #152349;
    border-radius: 10px;
    overflow: hidden;
    height: 50px;
}

.progress {
    height: 100%;
    background-color: #FFD438;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C82F16;
    font-size: 20px;
}

.buttom-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.info .buttom-progress p {
    font-size: 18px;
    margin: 0;
}

.info .buttom-progress p span {
    color: #FFD438;
}

.info .foot {
    margin-top: 60px;
}

.info .foot p {
    color: #7FA6BF !important;
    font-size: 20px;
    margin: 0 !important;
    margin-bottom: 5px !important;
}


.Header_menuOpened__NJfhw .Button_mobile__7pQU6 {
    display: none;
}



@media(max-width:1430px) {
    .container {
        width: 98%;
    }

    .steps {
        width: 45%;
    }

    .step {
        width: 48%;
        min-height: 358px;
    }

    .presale-box {
        width: 55%;
    }

    .bg {
        height: 2120px;
    }
}


@media(max-width:1200px) {
    .container {
        flex-direction: column;
    }

    .bg {
        height: 2720px;
    }

    .steps {
        width: 100%;
        justify-content: space-between;
    }

    .presale-box {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:771px) {
    .bg {
        height: 3800px;
    }
}


@media (max-width: 768px) {
    .step {
        flex: 1 1 100%;
    }

    .container {
        margin-top: 50px;
    }

    .address-box {
        flex-direction: column;
    }

    .address-box button {
        width: 100%;
    }

    .title_header h1 {
        font-size: 50px;
    }

    .bg {
        height: 2900px;
    }

    .step {
        min-height: 330px;
    }

    .presale-box {
        padding: 20px;
    }

    .presale-box .info h3 {
        font-size: 25px;
    }

    .presale-box .info p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .presale-box h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width:394px) {
    .bg {
        height: 2980px;
    }
}

@media(max-width:369px) {
    .bg {
        height: 3050px;
    }
}

@media(max-width:354px) {
    .bg {
        height: 3100px;
    }
}

@media(max-width:325px) {
    .bg {
        height: 3150px;
    }
}