body {
    overflow-x: hidden;
}

header.mb-4 {
    margin-bottom: 0 !important;
}

.container.main {
    margin: 0;
    padding: 0;
    max-width: none;
}

.parallax {
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
}

.parallax-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
}
    .parallax-background.one {
        background-image: url(../img/city_01.opti.webp);
    }
    .parallax-background.two {
        background-image: url(../img/city_02.opti.webp);
    }

.text-section {
    height: 85vh;
}

.gradient-bg.with-text {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), var(--secondary-dark));
}

.gradient-bg.without-text {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), var(--secondary-dark));
    height: 8rem;
}

.game-image.one {
    height: 50vh;
    background-image: url(../img/army_camp_01.opti.webp);
    /*background-image: radial-gradient(transparent,transparent,transparent, var(--secondary-dark) ), url(../img/army_camp_01.png);*/
    background-size: cover;
    background-position: center;
}
