@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Roboto-normal-100.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Roboto-normal-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-normal-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-italic-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-normal-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('../fonts/Montserrat-normal-100.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Montserrat-normal-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-normal-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-italic-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat-normal-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat-normal-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Montserrat-italic-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-normal-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-normal-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-italic-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-normal-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-normal-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/CormorantGaramond-italic-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Oxanium-normal-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Oxanium-normal-600.woff2') format('woff2');
}
/* Full-screen video background */
.slider-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;

}

/* Ensures that other content in the slider appears over the video */
.rev_slider_wrapper {
    position: relative;
    z-index: 3;
}

/* Gradient overlay on top of the video */
.rev_slider_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.80) 0%, #101010 100%);
    z-index: 2;
    pointer-events: none;
}

.discord-wrapper {
    width: auto;
    height: auto;
}

.discord-link {
    transform: scale(0.2);
    transform-origin: center;
    display: inline-block;

}

.memberdiv {
    display: flex;
    justify-content: center;
    width: 100%;
}

#membertable {
    width: 80%;
    text-align: center;
}

#membertable h3 {
    margin-bottom: 20px;
}

#membertable .sections-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#membertable section {
    width: 33%;
}

#membertable section h4,
#membertable section p {
    text-align: center;
}

.clear {
    display: none;
}

/* Hide all slides by default */
.textslide {
    display: none;
    width: 100%;
}

/* Show the active slide */
.textslide.active {
    display: block;
}

/* Slider wrapper */
.textslider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

/* Spacer between nav arrows */
.nav-spacer {
    display: inline-block;
    width: 40px;
}

/* Navigation Arrows */
.nav-arrow {
    display: inline-block;
    font-size: 32px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #C00000;
    border-radius: 8px;
    margin: 20px 15px 0;
    user-select: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}

/* Hover effect for arrows */
.nav-arrow:hover {
    background-color: #990000;
}

/* Floating hamburger menu button on tablet/mobile */
@media only screen and (max-width: 1239px) {
    #Top_bar a.responsive-menu-toggle {
        position: fixed;
        top: 18px;
        right: 15px;
        z-index: 9999;
    }
}
