@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Bebas Neue';
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Scale the video to cover the screen */
    z-index: -1; /* Place it behind other content */
}

body {
    background-color: #232324;
    color: white;
}

.logo {
    height: 3rem;
}

a {
    text-decoration: none;
    color: white;
}

header {
    display: flex;
    justify-content: space-around;
    width: fit-content;
    margin: auto;
    padding: 0 1rem;
    background-color: rgba(51, 51, 51, 0.6);
    margin-bottom: 3rem;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.iframe-trailer {
    height: 45rem;
    width: 80rem;
    margin: 0 auto;
}

.nav-list {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
    list-style: none;
}

header, .nav-list {
    gap: 8rem;
}

.nav-list a {
    font-size: 2.5rem;
}

.nav-header {
    flex: 1 1 0;
}

.game-modes {
    display: flex;
    justify-content: center;
    font-size: 4.5rem;
}

div div h3 {
    font-size: 4rem;
}

div div h4 {
    font-size: 3.5rem;
}

div div p{
    font-size: 1.5rem;
}

.campaign, .zombies, .multiplayer, .omni-container {
    margin: 0 20rem;
    display: flex;
    justify-content: space-around;
    width: 80rem;
}

.multiplayer {
    flex-direction: row-reverse;
}

div div :is(p, img) {
    width: 35rem;
}

.iframe-movment {
    height: 20rem;
    width: 35rem
}

/* ---season--- */

.season-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Scale the video to cover the screen */
    z-index: -1; /* Place it behind other content */
}

.season-main {
    margin: auto;
    max-width: 60%;
}

.season-main-header {
    margin: 0 0 1rem 0
}

.season-main div p {
    font-size: 1.4rem;
}

.citadelle {
    width: 850px;
    height: 475px;
}

.new-store {
    font-size: 3rem;
    margin: 0 1rem;
}

.store {
    display: flex;
}

.store :is(.unicorn, .bong, .anime) {
    margin: 0 1rem 1rem 1rem;
}

.store div p {
    font-size: 5rem;
}