html, body {
    background-image: url(../img/background.jpg);
        background-position: center;
        background-repeat: no-repeat;
}

.header {
    height: 20vh;
    background-color: #0b1027;
}

.hero {
    height: 50vh;
    
}

.footer {
    height: 50vh;
    padding: 5%;
}

.logo {
    padding: 10%;
}

.left-content {
    padding-top: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30vh;
    /* Adjust this to your needs */
}

.join {
    margin-bottom: 5px;
    text-shadow: 0 3px 40px rgba(79, 20, 72, 0.5);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 35px;
    background: linear-gradient(180deg, #fff, #ff88e9 183.73%);
    -webkit-background-clip: text;
    background-clip: text;
}

.spins {
    line-height: inherit;
    font-weight: 900;
    font-size: 60px;
    background: linear-gradient(180deg, #fffe92, #c79554);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 3px 40px rgba(79, 20, 72, .5);
    margin: 0;
    text-shadow: 0 3.21003px 40.1254px rgba(79, 20, 72, .5);
    -webkit-text-fill-color: transparent;
}

.hero-container {
    padding-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
}

.hero-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-top: 25vh;
}

.modern2LionSteper-mobile {
    display: inherit;
}

.modern2LionSteper-desktop {
    display: none;
}

.modern2LionAnimation {
    max-width: 100% !important;
}

#btn-terms {
    position: fixed;
    bottom: -4px;
    right: 10px;
}

.linked {
    cursor: pointer;
}

@media(min-width: 800px){

    .modern2LionSteper-mobile {
        display: none;
    }

    .modern2LionSteper-desktop {
        display: inherit;
    }

    .header {
        height: 15vh;
    }
    .hero {
        height: 45vh;
    }
    .footer {
        height: 25vh;
        padding: 5%;
    }

    .join {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 40px;
    }

    .spins {
        font-weight: 900;
        font-size: 50px;
        margin: 0;
    }

    .logo {
        padding: 5%;
    }
    .left-content {
        padding-top: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 60vh;
        /* Adjust this to your needs */
    }
    .hero-container {
        padding-top: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
        /* Adjust this to your needs */
    }
    .hero-container img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin-top: 0vh;
    }
    .modern2LionSteper {
        display: inherit;
    }
}

