.new-background
{
    padding-bottom: 50px;
    position: relative;
}

.bg-gradient
{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgb(0,255,154);
    background: linear-gradient(0deg, rgba(0,255,154,0.2) 0%, rgba(12,15,20,0.2) 100%);
}

.up-main-bg
{
    z-index: 100;
    position: relative;
}

.bg-main 
{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
}

.bg-text 
{
    height: 100%;
    overflow: hidden;
    display: inline-block;
    mix-blend-mode: overlay;
}

.pre-bg-text
{
    position: absolute;
    top: 0;
    left:0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-ghast
{
    background-image: url(https://qwertyx.host/assets/img/ghast_new.png);
    background-size: contain;
    background-position: center 100%;
    background-repeat: no-repeat;
    width: 75%;
    height: 70%;
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    margin: auto;
}

.stats-flex
{
    margin: auto;
    padding: 20px 30px;
    background-color: rgba(15, 17, 22, 0.85);
    border: 1px solid #13171E;
    border-radius: 15px;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.stats-item h2
{
    text-align: center;
    width: 100%
}
.stats-item p
{
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.pre-stats-flex
{
    display: flex;
    justify-content: center;
}

.site-main-centered-flex
{
    justify-content: center;
    height: 50vh;
    margin-bottom: 25vh;
}

.site-main-center-new p, .site-main-center-new h1
{
    text-align: center;
}
/* .site-main-center-new h1
{
    text-shadow: rgba(0,0,0,0.1) 0px 0px 15px;
} */

#tarifs-top .flex-list-15
{
    justify-content: center;
}

/* #tarifs-top .whyus-item-title
{
    max-width: 1000px;
}

.pre-title-tarif
{
    display: flex;
    justify-content: center;
} */

.site-main-center-new .flex-list-15
{
    justify-content: center;
}

.site-main-center-new .primary-button
{
    backdrop-filter: blur(6px); 
}

.site-main-center-new .primary-button:hover, .site-main-center-new .default-button:hover
{
    opacity: 1;
}

@media only screen and (max-width: 1000px)
{
    .bg-ghast {
        visibility: hidden;
    }

    .site-main-centered-flex
    {
        height: 75vh;
        margin-bottom: 0vh;
    }
}