/* custom.css */
.h2-content {
    font-size: 3rem;
}

.list {
    gap: 0;
}

.list li {
    font-size: 1.2rem;
}

h3.ttl_size_large {
    font-size: 1.825rem;
}

.submenu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    transform: translateY(0);
    box-sizing: border-box;
    position: absolute;
    top: calc(100%);
    left: -0.6875rem;
    width: calc(100% + 5.375rem);
    padding: 0.3125rem 0;
    border-radius: 0.1875rem;
    -webkit-backdrop-filter: blur(0.1875rem);
    backdrop-filter: blur(0.1875rem);
    background: rgba(13, 8, 5, 0.8);
    border: 1px solid rgba(255, 178, 111, 0.14);
}

.submenu:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: var(--lang-list-offset);
}

.submenu_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    line-height: 1.31;
    text-decoration: none;
    color: rgba(255, 233, 211, 1);
    color: rgba(var(--color-0), 1);
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    width: 100%;
    box-sizing: border-box;
}

.lang:after {
    display: block;
    content: "";
    background-color: transparent;
    background-image: url(../images/lang/arrow-down.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.625rem;
    height: 0.375rem;
    color: #878076;
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50%));
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: none;
}

.features-grid {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.divider {
    height: 5px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.divider:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(98, 59, 37, 0) 0%, rgba(98, 59, 37, 0.6) 50%, rgba(98, 59, 37, 0) 100%);
}

.features-grid-col {
    width: 100%;
}
.slider-grid-element {
    height: auto;
    display: flex;
    color: rgba(215, 215, 215, 0.5);
    font-size: 1rem;
    font-weight: 400;
    cursor: default;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0;
    border-radius: 0.3125rem;
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 186, 112, 0.5);
    border: 1px solid rgba(var(--color-accent), 0.5);
    box-shadow: inset 0 0 3.125rem rgba(0, 0, 0, 0.35);
    background-color: rgba(41, 27, 20, 0.8);
    /* background-image: url(../images/stream/bg.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider__swiper-slide {
    display: flex;
}
.slider__container {
    margin-top: auto;
    padding: 1rem;
}
.slider__col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.swiper-wrapper {
align-items: stretch;
}
@media (min-width: 1200px) {
    .post {
        min-height: auto;
    }
}
.vote-rewards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
    margin-top: 2rem;
}

.vote-rewards-grid-item {
    display: flex;
    width: auto;
}

.flex-grid-item {
    display: flex;
    width: auto;
    column-gap: 0.5rem;
    align-items: center;
}

.flex-grid-item img {
    max-width: 48px;
    max-height: 48px;
}

.flex-grid-item p {
    line-height: 1.1em;
}

.vote-rewards-grid-item img {
    height: 32px;
    width: 32px;
}

.vote-rewards-grid-item h4,
.vote-rewards-grid-item p {
    margin: 0;
}

.spoiler__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.content-text {
    font-size: 1.3rem;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.content-subtext {
    font-size: 1.1rem;
}

.feature-img {
    margin: auto;
    /*padding: 8px;*/
}

.hero {
    display: flex;
    flex-direction: row;
    column-gap: 4rem;
}

.hero-pvp {
    height: auto;
}

.vote-img img {
    width: 90px;
    height: 60px;
    max-width: 100%;
}
.hero__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.lang__list {
    width: calc(100% + 2.375rem);
}
@media (max-width: 750px) {
    .h2-content {
        font-size: 2.2rem;
    }
    .hero {
        flex-direction: column;
    }
    .hero-pvp {
        width: 100% !important;
        margin-top: 50px;
    }
    .hero__box {
        width: 100% !important;
    }
    .news__heading {
        margin-bottom: 0.125rem;
    }
    .features-grid {
        flex-wrap: wrap;
    }

    .divider {
        height: 5px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .features-grid-col {
        width: 100%;
    }

    .streams, .aboutus {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .arrow {
        width: 2.5rem;
        height: 3.25rem;
    }

    .content-text {
        font-size: 1rem;
    }

    .static__content {
        padding: 0.5rem;
    }

    .spoiler__title {
        font-size: 1rem;
    }

    .inner {
        padding: 0;
    }
}