@import url(./fonts.css);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'JT Millburn';
}

body {
    background: url('../images/bgc.png') no-repeat center center;
    background-size: auto;
    background-position: center;
    height: 100vh;

    overflow-x: hidden;
    /* background-color: linear-gradient(135deg, #1b0b5c, #3a1ca4); */
}

.coming-module {
    position: relative;
    max-width: 1536px;
    margin: auto;
    height: 100%;

}

.logo {
    max-width: 204px;
    height: 48px;
    margin: 40px auto;
}

.logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
}




.coming-bg {
    margin-top: 100px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.coming-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: overlay;
}

.banner {
    max-width: 920px;
    margin: auto;
    position: absolute;
    top: -121px;
    left: 0;
    right: 0;
    /* height: 982px; */
}

.banner img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

.bottom-text {
    max-width: 686px;
    margin: auto;
    /* position: absolute;
    bottom: -64px;
    left: 0;
    right: 0; */
    padding-bottom: 30px;
    position: absolute;
    bottom: 38px;
    /* height: 100vh; */
    z-index: 1111;
    left: 0;
    right: 0;
}

.bottom-text p {
    text-align: center;
    font-family: 'JT Millburn';
    font-size: 20px;
    font-style: normal;
    color: #E6E2FF;
    font-weight: 400;

}

@media screen and (min-width: 1600px) {
    body {

        background-size: cover;

    }
}

@media screen and (max-width: 1024px) {
    .banner {
        max-width: 776px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* height: 982px; */
    }

    .bottom-text {
        max-width: 686px;
        margin: auto;
        padding-bottom: 15px;
        position: absolute;
        bottom: 0;
        /* height: 100vh; */
        z-index: 1111;
        left: 0;
        right: 0;
    }

}

@media screen and (max-width: 767.98px) {
    .banner {
        max-width: 600px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* height: 982px; */
    }


}

@media screen and (max-width: 620px) {
    .bottom-text {
        max-width: 686px;
        margin: auto;
        padding: 15px;
        position: absolute;
        bottom: -70px;
        /* height: 100vh; */
        z-index: 1111;
        left: 0;
        right: 0;
    }

    .banner {
        max-width: 500px;
        margin: auto;
        position: absolute;
        /* top: 84px; */
        left: 0;
        right: 0;
        /* height: 982px; */
    }
}

@media screen and (max-width: 400px) {
    .bottom-text {
        max-width: 686px;
        margin: auto;
        padding: 15px;
        position: absolute;
        bottom: -107px;
        /* height: 100vh; */
        z-index: 1111;
        left: 0;
        right: 0;
    }
}