#topleftbluelight {
    position: absolute;
    top: 0;
    left: -35rem;
    z-index: 6;

    width: 35%;
    height: 150vh;

    background: linear-gradient(180deg, rgba(255, 0, 0, 0.25) 0%, rgba(0, 200, 255, 0.00) 100%);
    filter: blur(9.375rem);
    -webkit-filter: blur(9.375rem);
}

#topleftbluelight.faq {
    height: 100vh;
    top: -10rem;
    left: -40rem;
    filter: blur(12rem);
    -webkit-filter: blur(12rem);
}

#topleftbluelight.white {
    height: 100vh;
    left: -40rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 100%);
    filter: blur(12rem);
    -webkit-filter: blur(12rem);
}

#hero {
    position: absolute;
    top: 0;
    height: 85vh;
    overflow: hidden;
}

#hero-char-left {
    bottom: 0;
    left: 45vw;
    width: 22rem;
    /* height: 41rem; */
}

#hero-char-right {
    bottom: -3rem;
    right: 10vw;
    width: 23rem;
}

#hero #gradient-1 {
    background: radial-gradient(88.29% 73.63% at 65.65% 25.33%, rgba(12, 12, 12, 0.00) 0%, #0C0C0C 100%);
    z-index: 5;
}

#hero #gradient-2 {
    background: linear-gradient(198deg, rgba(18, 18, 18, 0.00) -16.95%, rgba(12, 12, 12, 0.00) -16.94%, #0C0C0C 81.82%);
    z-index: 5;
}

#hero .bg {
    height: 100%;
    width: 100%;
    object-fit: cover;

    z-index: -1;
}

#main-text span {
    background: linear-gradient(143deg, #ff0000 10.39%, #6e0000 104.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about-us {
    margin-top: 55vh;
    margin-bottom: 15vh;
}

#about-us > div {
    width: 650px;
}

.gradient-text {
    background: linear-gradient(143deg, #ff0000 10.39%, #6e0000 104.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#analytics {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
    background: url(../img/svgs/analytics_bg.svg) no-repeat;
    background-size: cover;
}

#analytics .card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    z-index: 20;

    background-size: 75%;
}

#analytics .card#connected-players {
    background: url(../img/svgs/connected.svg) no-repeat center center;
}

#analytics .card#average-players {
    background: url(../img/svgs/average.svg) no-repeat center center;
}

#analytics .card#unique-players {
    background: url(../img/svgs/unique.svg) no-repeat center center;
}

#analytics .card h2 {
    text-shadow: 0 0.5rem 3.563rem rgba(255, 0, 0, 0.33);
}

.slider {
    height: 100%;
    width: 300vw;
    display: flex;
    flex-wrap: nowrap;
}

#store img {
    width: 24.188rem;
    height: 24.188rem;
}

#faq .lighting {
    position: absolute;
    width: 700px;
    height: 180px;

    border-radius: 62.4375rem;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 102, 0, 0) 100%);
    filter: blur(9.375rem);
}

#faq .card {
    width: 56.25rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(255, 0, 0, 0.2);
    background: rgba(255, 0, 0, 0.05);
    box-shadow: 0rem 0rem 0rem 0.0625rem rgba(255, 255, 255, 0.10), 0rem 0.25rem 2.1437rem 0rem rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(0.4688rem);
}

#discord .lighting {
    position: absolute;
    width: 75%;
    height: 180px;

    border-radius: 62.4375rem;
    background: linear-gradient(180deg, rgba(242, 88, 88, 0.45) 0%, rgba(242, 88, 88, 0) 100%);
    filter: blur(9.375rem);
}

#discord .card {
    width: 1120px;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0rem 0rem 0rem 0.0625rem rgba(255, 255, 255, 0.15), 0rem 0.25rem 0.55rem 0rem rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.4688rem);
}

.character-gradient {
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(12, 12, 12, 1) 15%, rgba(12, 12, 12, 0.00) 100%);
}

.character-img {
    width: 282px;
}

#cgu-cgv span.separator, #mentions span.separator {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

#cgu-cgv svg {
    height: 16px;
    width: 16px;
}

@media (max-width: 1500px) {
    #hero-char-left {
        left: 20vw;
    }

    #hero-char-right {
        right: 13vw;
    }
}

@media (max-width: 1200px) {
    #hero-char-left {
        left: 15vw;
    }

    #hero-char-right {
        right: 8vw;
    }

    #discord .card {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #topleftbluelight {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6;
    }

    #topleftbluelight.white, #topleftbluelight.faq {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6;
    }

    #hero-char-left {
        bottom: 2rem;
        left: -5vw;
        width: 18rem;
    }

    #hero-char-right {
        bottom: 0rem;
        right: -15vw;
        width: 17rem;
    }

    #about-us > div {
        width: 100%;
    }

    #analytics {
        padding-top: 220px !important;
        padding-bottom: 60px !important;
        background: url(../img/svgs/analytics_bg.svg) no-repeat;
        background-size: cover;
    }

    #faq .lighting {
        width: 100%;
    }

    #faq .card {
        width: 100%;
    }

    #discord .lighting {
        width: 100%;
    }

    #discord .card {
        width: 100%;
    }
}
