#particles-js {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}

h2 {
    font-size: 40px;
}

/* #region Utilities */

html.sr .load-hidden {
    visibility: hidden;
}

.center {
    margin: 0 auto;
    max-width: 1280px;
}

.title {
    text-align: center;
    position: relative;
    display: block;
    margin: 30px auto;
    width: max-content;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    padding: 10px;
}

.subtitle {
    text-align: center;
    position: relative;
}

.disabled {
    pointer-events: none;
    cursor: auto;
    filter: grayscale();
}

:root {
    --border-images: 0 0 10px rgba(255, 255, 255, 0.5);
    --gradient: linear-gradient(to right, rgb(233 10 249), rgb(250 10 178), rgb(250 11 112), rgb(249 63 73), rgb(249 112 43), rgb(250 159 21), rgb(249 191 19), rgb(250 171 77), rgb(250 143 109), rgb(250 127 133));
    --gradient-button: linear-gradient(to right, rgb(76 46 252), rgb(39 94 249), rgb(106 114 250), rgb(87 173 241), rgb(93 167 194), rgb(91 176 150));
}

/* #endregion */

/* #region Navbar  */
.navbar {
    width: 100%;
    height: 80px;
    background: var(--gradient);
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 50px rgb(252, 200, 151);
}

.navbar__menu {
    display: none;
    top: 10px;
    right: 10px;
}

.navbar__menu-close {
    display: none;
}

.navbar__list {
    position: relative;
    font-size: 32px;
    font-weight: bolder;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: -1;
}

.navbar__item:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgb(233 10 249));
    transition: transform ease-out 0.1s, filter ease-out 0.1s;
    text-decoration: underline;
}

/* #endregion */
/* #region Home  */
/* -------------- HOME -------------- */
.home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-height: 100vh;
    max-width: 60vw;
    padding-top: 120px;
}

.home__title {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.home__title__section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home__button {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    margin: 20px auto;
    border-radius: 20px;
    font-size: 2.5rem;
    background: var(--gradient-button);
    transition: transform ease 0.2s, filter ease 0.2s, box-shadow ease 0.2s;
    width: 70%;
    height: 8%;
    text-align: center;
}

.home__button:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.8);
    transition: transform ease 0.2s, filter ease 0.2s, box-shadow ease 0.2s;
}

.home__trailer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55.25%;
}

.home__trailer__video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

/* #endregion */
/* #region About  */
/* -------------- ABOUT -------------- */

.about {
    padding: 20px;
}

.about__info {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0px;
    background-color: rgba(99, 33, 233, 0.5);
    max-width: 750px;
    margin: 0 auto;
    border-radius: 20px;
}

.about__info__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 400px;
}

.about__info__img {
    max-width: 250px;
    border-radius: 20px;
    border: 2px dashed black;
    box-shadow: var(--border-images);
}

.about>h3 {
    padding-top: 30px;
}

.about__modes {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.about__modes__item {
    background-color: goldenrod;
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    text-align: center;
    transition: filter ease 0.2s, transform ease 0.2s;
    filter: brightness(0.5);
}

.azure {
    background-color: rgb(64, 190, 192);
}

.red {
    background-color: crimson;
}

.green {
    background-color: green;
}

.about__modes__item:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    transition: filter ease 0.2s, transform ease 0.2s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.616);
    cursor: pointer;
}

.selected {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.about__modes__block {
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 800px;
}

.about__modes__block>article {
    padding: 15px;
    margin: 30px;
    border-radius: 20px;
}

.about__party {
    background-color: rgba(218, 165, 32, 0.692);
    opacity: 1;
    transform: scale(1);
    transition: transform ease-in-out 0.2s;
}

.about__minigames {
    background-color: rgba(64, 190, 192, 0.5);
    opacity: 1;
    transform: scale(1);
    transition: transform ease-in-out 0.2s;
}

.about__trials {
    background-color: rgba(220, 20, 60, 0.5);
    opacity: 1;
    transform: scale(1);
    transition: transform ease-in-out 0.2s;
}

.about__store {
    background-color: rgba(0, 128, 0, 0.5);
    opacity: 1;
    transform: scale(1);
    transition: transform ease-in-out 0.2s;
}

.about__logo {
    font-size: 20px;
}

.about__images > img{
    border-radius: 40px;
    border: 2px dashed black;
    /* max-width: 600px; */
}

.modes {
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    transition: transform ease-in-out 0.5s;
}

.swiper {
    max-width: 600px;
    margin-top: 20px;
    position: initial;
}
/* #endregion */

/* #region Download  */
/*? -------------- DOWNLOAD -------------- */

.download {
    padding: 20px;
}

.download__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(to right,rgba(87, 173, 241, 0.8), rgba(91, 176, 150, 0.8), rgba(249, 112, 43, 0.8), rgba(249, 191, 19, 0.8));
    padding: 30px 0;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 950px;
}

.download__game,
.download__source {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
    max-width: 450px;
    margin: 0 auto;
}

.download__source {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.download__source__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: inherit;
}

.download__link {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 15px;
    background-color: white;
    color: black;
    border-radius: 20px;
    max-width: 250px;
    text-align: center;
    transition: transform ease 0.2s;
    vertical-align: middle;
    font-size: 35px;
    font-weight: 700;
    box-shadow: var(--border-images);
}

.download__link__icon {
    font-size: 50px;
}

.download__link:hover {
    transform: scale(1.2);
    transition: transform ease 0.2s;
}

.download__link__img {
    object-fit: cover;
    width: 180px;
    max-height: 60px;
    border-radius: 20px;
    margin: 10px;
    transition: transform ease 0.2s;
    box-shadow: var(--border-images);
}

.download__link__img:hover {
    transform: scale(1.3);
    transition: transform ease 0.2s;
}

/* #endregion */

/* #region Extras*/

.extras {
    padding: 20px;
}

.social {
    max-width: 450px;
    max-height: 800px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    padding: 25px;
    margin: 25px auto;
    text-align: center;
    background: linear-gradient(to bottom, rgba(243,0,0,0.5), rgba(246,153,204,0.5), rgba(0,106,213,0.5));
    border-radius: 20px;
}

.social__delicious,
.social__discord,
.social__paypal {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    position: relative;
}
/** DELICIOUS */
.social__delicious>a, .social__paypal > a {
    max-width: 500px;
    max-height: 100%;
    padding: 0 50px;
    height: 96px;
    background: linear-gradient(to bottom, rgb(255, 153, 153), white, rgb(255, 149, 149));
    border-radius: 20px;
    color: black;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform ease 0.1s, filter ease 0.1s;
}

.social__delicious a:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
    transition: transform ease 0.1s, filter ease 0.1s;
}

.social__delicious img {
    width: 32px;
    margin-right: 10px;
}

/** DISCORD */

.social__rectangle {
    position: absolute;
    top: 45px;
    right: 20px;
    width: 130px;
    height: 50px;
    background-color: rgb(88 101 242)
}

.social__discord__img {
    position: absolute;
    width: 73px;
    height: 73px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 37px;
    right: 0px;
}

/** PAYPAL */

.social__paypal {
    max-width: 400px;
}
.social__paypal > a {
    padding: 20px;
    background: linear-gradient(to bottom, #7cbdff, white, #7cbdff);
    color: black;
    font-size: xx-large;
    border-radius: 20px;
    transition: transform ease 0.1s, filter ease 0.1s;
}

.paypal__icon {
    color: #006ad5;
    font-size: 40px;
}

.social__paypal > a:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
    transition: transform ease 0.1s, filter ease 0.1s;
}

/* #endregion */

/* #region COUNTDOWN */
/** COUNTDOWN */
#countdown {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: black;
}

.countdown__block {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 180px;
    height: 180px;
    margin: 0 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown__number {
    display: block;
    font-size: 50px;
    font-weight: 700;
    width: min-content;
    margin: 0 auto;
}

.countdown__word {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}
/* #endregion */

/* #region CREDITS */
/*? -------------- CREDITS -------------- */

.credits {
    padding: 20px;
    text-align: center;
}

.credits__block {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.credits__users {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.credits__users>li {
    width: 200px;
    margin: 25px;
    margin-top: 0;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.credits__users>li>img {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    margin: 10px auto;
    border-radius: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    transition: filter ease 0.1s, transform ease 0.2s;
}

.credits__users>li>img:hover {
    filter: drop-shadow(0 0 10px yellow);
    transform: scale(1.03);
    transition: filter ease 0.1s, transform ease 0.2s;
}

/* #endregion */

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 5vh;
    background: var(--gradient);
}

@media (min-width: 1200px) {
    .home__trailer {
        position: relative;
        width: 75%;
        height: 0;
        padding-bottom: 30%;
    }

    .home__img {
        min-width: 120%;
    }

    .navbar__list::before {
        content: "━━━━━";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1%;
    }

    .navbar__list::after {
        content: "━━━━━";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1%;
    }

    .social {
        max-width: 450px;
    }
}

@media (max-width: 1024px) {

    /* ------------ HOME ------------ */
    .home__img {
        max-width: 100%;
    }

    /* ------------ NAVBAR ------------ */

    .navbar__list {
        gap: 50px;
    }

    /* ------------ DOWNLOAD ------------ */
    .download__block {
        max-width: 600px;
    }

    .download__source,
    .download__game {
        max-width: 250px;
    }

    .download__link__img {
        max-width: 200px;
    }

    /* ------------ COUNTDOWN ------------ */
    .countdown__block {
        width: 140px;
        height: 140px;
        margin: 0 10px;
    }

    .countdown__number {
        font-size: 40px;
        font-weight: 700;
    }

    .countdown__word {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    /* ------------ HOME ------------ */
    .home {
        max-width: 80vw;
    }

    .home__trailer {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    /* ------------ NAVBAR ------------ */
    .navbar {
        top: -550px;
        height: 500px;
        background: linear-gradient(to bottom, #fa0b4b, #f90b95, #fa10b1, #f90ee5, #df1ef9, #c331fa, #a94ff8);
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        transition: all ease-in-out 0.5s;
    }

    .navbar__list {
        flex-direction: column;
    }

    .navbar__menu {
        background-color: rgba(218, 165, 32, 0.705);
        border-radius: 50%;
        padding: 5px;
        box-shadow: var(--border-images);
        display: block;
        position: fixed;
        font-size: 48px;
        z-index: 1;
    }

    .navbar__menu-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 60px;
    }

    .open {
        top: 0;
        transition: all ease-in-out 0.5s;
    }

    /* ------------ ABOUT ------------ */
    .about__info {
        text-align: center;
        max-width: 500px;
    }

    .about__info__img {
        max-width: 300px;
    }

    .about__info__text {
        max-width: 450px;
        font-size: large;
        padding: 10px 20px;
    }

    .about__modes {
        gap: 20px;
    }
    .about__modes__item {
        width: 220px;
        padding: 20px;
        font-size: 30px;
    }

    .swiper {
        position: relative;
        max-width: 450px;
    }

    /* ------------ DOWNLOAD ------------ */
    .download__block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .download__link {
        font-size: 32px;
    }

    .download__link__icon {
        font-size: 40px;
    }

    .download__link__img {
        max-width: 150px;
    }

    /* ------------ SOCIAL ------------ */
    .social {
        margin: 0 auto;
    }

    /* ------------ COUNTDOWN ------------ */
    .countdown__block {
        width: 100px;
        height: 100px;
        margin: 0 5px;
    }

    .countdown__number {
        font-size: 30px;
        font-weight: 700;
    }

    .countdown__word {
        font-size: 16px;
    }

    /* ------------ CREDITS ------------ */
    .credits__users>li {
        margin: 20px;
    }

    .credits__users>li>img {
        max-width: 180px;
        max-height: 180px;
    }

    .credits__users>li>h4,
    .credits__users>li>p {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    /* ------------ HOME ------------ */
    .home__button {
        font-size: 30px;
    }
    /* ------------ ABOUT ------------ */
    .about__modes__block>article {
        margin: 0;
    }

    .about__modes__item {
        font-size: 20px;
        max-width: 150px;
        padding: 20px 0px;
    }
    .swiper {
        max-width: 300px;
        margin-top: 20px;
    }

    /* ------------ COUNTDOWN ------------ */
    .countdown__block {
        width: 80px;
        height: 80px;
        margin: 0 5px;
    }

    .countdown__number {
        font-size: 24px;
        font-weight: 700;
    }

    .countdown__word {
        font-size: 14px;
    }

    /* ------------ CREDITS ------------ */
    .credits {
        padding: 0;
        padding-top: 20px;
    }

    .credits__users>li {
        margin: 0px;
        margin-bottom: 20px;
    }

    .credits__users>li>img {
        max-width: 120px;
        max-height: 120px;
    }

    .credits__users>li>h4,
    .credits__users>li>p {
        max-width: 150px;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .about__modes__item {
        font-size: 20px;
        max-width: 150px;
        padding: 20px 0px;
    }

    /* DOWNLOAD */

    .download__block {
        grid-template-columns: repeat(1, 1fr);
    }

    /* COUNTDOWN */
    .countdown__block {
        width: 70px;
        height: 70px;
        margin: 0 3px;
    }

    .countdown__number {
        font-size: 20px;
        font-weight: 700;
    }

    .countdown__word {
        font-size: 14px;
    }

    /* SOCIAL */
    .social {
        font-size: medium;
    }

    .social__discord__iframe {
        width: 250px;
    }

    /* CREDITS */
    .credits__users>li {
        max-width: 150px;
    }
    
    .credits__users>li>img {
        max-width: 100px;
        max-height: 100px;
    }

    .credits__users>li>h4,
    .credits__users>li>p,
    .credits__text {
        max-width: 130px;
        font-size: 14px;
    }
}