﻿* {
    color: white;
}

.section-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.section-main-banner {
    width: 80%;
    max-width: 100vh;
}

.section-category {
    display: flex;
    padding: 32px;
    gap: 32px;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-content: center;
}

.section-category-image {
    width: 100%;
    height: auto;
    width: 80px;
    height: 80px;
}

.section-category-text {
    font-size: calc(10px + 0.5vw);
    text-align: center;
}

.game-category-card {
    border-radius: 32px;
    padding: 16px;
    width: 35vw;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #24253A;
    text-decoration: none;
}

.section-topgames {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #24253A;
    align-items: center;
}

.section-tournament {
    display: flex;
    flex-direction: column;
    padding: 32px;
    background-color: #24253A;
    align-items: center;
}

.section-item {
    max-width: 145vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    gap: 16px;
}

.section-title {
    display: flex;
    padding-right: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.top-games-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
}

.top-games-title {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    justify-content: space-between;
    gap: 8px;
    align-self: stretch;
    align-items: center;
    /* padding: 2px 16px 2px 16px;*/
}

.top-games-line {
    width: 100%;
    height: 3px;
    background: #673D99;
}

.top-games-link {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}

.section-topgames-card {
    padding: 0;
    overflow: hidden;
    width: 35vh;
    border-radius: 16px;
    background-color: #1C1B2D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-topgames-card-footer {
    width: 100%;
    height: 60px;
    position: relative;
    bottom: 40px;
    display: flex;
    justify-content: center;
}

.section-faq {
}

.section-support {
}

.section-footer {
    padding: 32px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.section-footer-content {
    max-width: 150vh;
    width: 80%;
    gap: 16px;
}

.carousel-boarder {
    border-radius: 16px;
    overflow: hidden;
}

.carousel-text {
    font-weight: 700;
    text-shadow: 0px 0px 13px black;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links-text {
    color: whitesmoke;
    text-decoration: none;
    font-weight: 700;
}

.main-title {
    text-align: center;
    padding: 0.5rem;
    font-weight: 900;
}

.carousel-img {
    border-radius: 0.5rem;
    margin-top: 0;
}

.carousel-des {
    padding: 1rem 1rem 2rem 1rem;
}

.carousel-des-title {
    white-space: nowrap;
    font-size: 1.5rem;
}

.carousel-des-context {
}
