body {
    background: #000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.loader {
    top: 50%;
    left: 50%;
    width: 280px;
    height: 80px;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #769c40d4;
    border-radius: 8px;
    border: 5px solid #fff;
    z-index: +11;
}

.loader_text {
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.section-1 {
    height: 100vh;
    min-width: 100%;
    background-image: linear-gradient(180deg, transparent 50%, #000), url('/assets/img/gradient_bg.jpeg');
    background-color: #ccc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 400px;
    margin-top: 3% !important;
}

.section-1 {
    padding-bottom: 5rem;
}

.signup-wrap {
    background: linear-gradient(to right, #246cf94d, #30dfa042);
    border-radius: 8px;
    padding: 24px 24px 24px 24px;
    height: 100%;
    margin-top: 10%;
}

.signup-wrap p {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-size: 22px;
}

.signup-wrap p span {
    font-weight: bold;
    color: #fff;
}

.signup-sec {
    background: #28281ec7;
    border-radius: 8px;
}

.signup-sec p span {
    font-size: 22px;
}

.signup-form .mint-info {
    font-size: 14px;
}

.signup-form .mint-info span {
    font-weight: normal;
}

.notice {
    font-size: 0.4rem;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #fff;
}

.input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.update-btn button {
    background: rgba(255, 255, 255, 0.125);
    color: rgba(255, 255, 255, 0.25);
    border: none;
    width: 56px;
    height: 100%;
    border-radius: 100%;
}

.input-wrap .qty {
    font-size: 24px;
    font-weight: bold;
    background: transparent;
    color: #fff;
    padding: 16px 12px 16px 12px;
    height: 56px;
    width: calc(100% - 112px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.signup-form .btn {
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    padding: .5rem 1.5rem;
    color: #fff;
    background-color: #0278ed;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.signup-form .btn:hover {
    background: #000;
    color: #fff;
}

.bx-wrapper {
    border: none;
    margin-bottom: 0;
    box-shadow: none;
}

.bulk-buy-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 0 0;
}

.bulk-buy-wrap button {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .signup-wrap {
        padding: 24px 24px 24px 24px;
    }

    .bulk-buy-wrap button {
        font-size: 18px;
    }
}