html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: sans-serif;
    background: black;
    overflow: hidden;
}

img {
    width: 100%;
}

#body {
    /*max-width: 1250px;*/
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

#body > * {
    /* position: relative; */
}

.page-wrapper {
    /* max-width: 1250px; */
    margin: auto;
}

.content-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: auto;
    /* border: 1px solid red; */
    background-image: url("../img/bg-web.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media only screen and (min-height: 683px) and (max-height: 800px) {
    .content-wrapper {
        max-width: 800px !important;
    }
}

.top-wrapper {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto -3rem;
}
.top-wrapper img {
    position: relative;

}

.glow {
    position: absolute !important;
    bottom: 0;
    left: 0;
    mix-blend-mode: screen;
}

.bottom-wrapper {
    width: 80%;
    margin: auto;
}

.footer-box {
    background: linear-gradient(90deg, rgba(176, 0, 108, 0) 0%, rgba(176, 0, 109, 0.95) 50.13%, rgba(176, 0, 108, 0) 100%);
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: fixed;
    padding: 10px 0;
    bottom: 0;
}

.footer-box .footer-container {
    margin: auto;
    display: flex;
}

.footer-box .icon {
    flex-shrink: 0;
    width: 80px;
    padding: 0 15px;
}

.footer-box .info-box {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
}

.footer-box h6 {
    color: white;
    margin: 0;
    font-size: 22px;
}

.footer-box p {
    color: #FFE81A;
    font-size: 14px;
    margin: 5px 0;
}

.footer-box a {
    background: transparent linear-gradient(90deg, #ff2700 0%, #ff00ba 100%) 0% 0% no-repeat padding-box;
    filter: drop-shadow(0px 6px 12px color(display-p3 0.000 0.000 0.000 / 0.25));
    padding: 7px 30px;
    max-width: 280px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
}

.mobile {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .content-wrapper {
        max-width: initial;
        background-size: cover;
        background-position: top center;
    }
    .top-wrapper, .bottom-wrapper {
        width: 100%;
        max-width: 800px;
    }
}

@media only screen and (min-width: 651px) {
    .jackpot-web {
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 52%;
        left: 24%;
    }
    .footer-box {
        /* bottom: 10px; */
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-box .footer-container {
        width: 60%;
        max-width: 500px;
    }
}

@media only screen and (max-width: 650px) {
    .page-wrapper {
        display: none;
    }
    .mobile {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        background-image: url("../img/h5/bg.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        /* display: flex; */
        height: 100%;
    }

    .content {
        height: 90%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .top-m {
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .top-m img {
        position: relative;
        display: block;
        margin: auto;
        z-index: 2;
    }
    .top-m .glow {
        bottom: 0;
        z-index: 1;
    }
    .top-m .main-copy {
        /* margin-bottom: -13%; */
    }

    .top-m .osm {
        margin-top: -8%;
        width: 92%;
    }

    .door-m {
        top: -13%;
        position: relative;
    }

    .bottom-m {
        position: absolute;
        bottom: 0;
    }

    .footer-box {
        background-color: rgba(161, 0, 106, 0.75);
        width: 100%;
        /* bottom: 0; */
        left: 0;
        padding: 8px 0;
    }

    .footer-box .icon {
        width: 50px;
    }

    .footer-box h6 {
        font-size: 20px;
    }
    .footer-box p {
        font-size: 12px;
        margin: 0;
    }

    .footer-box a {
        padding: 7px 20px;
    }
}

@media only screen and (min-height: 739px) and (min-width: 359px) {
    .content {
        justify-content: space-around !important;
    }
    .main-copy {
        margin-bottom: -8% !important;
    }

    .door-m {
        top: -13% !important;
    }

    .door-m img {
        width: 110%;
        position: relative;
        left: -5%;
    }

    /* .bottom-m {
        top: -30% !important;
    } */
}


@media only screen and (min-height: 745px) and (min-width: 430px) {
    .top-m {
        width: 85%;
    }
    .door-m {
        top: -10% !important;
    }
}
