.swiper {
    margin: 10px auto;
    padding: 0;
    background: none;
    width: fit-content;
    max-width: calc(100% - 20px);
    height: max-content;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.swiper::-webkit-scrollbar {
    display: none;
}

.swiper-card {
    border-radius: 5px;
    background: var(--section-color);
    width: 500px;
    box-sizing: border-box;
    text-align: center;
}

.swiper-image {
    border-radius: 5px;
    width: 500px;
    height: 550px;
    background-size: auto 550px, auto;
    background-repeat: no-repeat;
}

.swiper-text {
    padding-bottom: 10px;
}

.unavailable {
    filter: grayscale(1);
}

.unavailable .swiper-image {
    opacity: 0.75;
}

#image-algodoo {
    background-image: url("/images/kgamex-poses/desktop.svg"), linear-gradient(135deg, #40a18a, #56b00c, #c7bb0e);
    background-position: bottom -5px center, center;
}

#image-beat-saber {
    background-image: url("/images/kgamex-poses/beat-saber.svg"), linear-gradient(135deg, #d91041, #b22ba8, #5475da);
    background-position: bottom -5px center, center;
}

#image-mario-kart {
    background-image: url("/images/kgamex-poses/mario-kart.svg"), linear-gradient(135deg, #32ffb1, #296dff, #fa35fd);
    background-position: bottom -5px right -20px, center;
}

#image-geometry-dash {
    background-image: url("/images/kgamex-poses/geometry-dash.svg"), linear-gradient(135deg, #00ffff, #0000ff);
    background-position: bottom -5px right -20px, center;
}

.main-activities {
    color: white;
    display: flex;
    align-items: center;
    height: 400px;
    box-sizing: border-box;
    background-size: auto 125%, 100% 100%;
    background-position: bottom -120px right 15%, center;
    background-repeat: no-repeat;
}