video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('TrajanPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('TrajanPro-Bold.woff') format('woff');
}

#button-container {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}


.sv1 a {
    background: url("imgs/sv1.png");
    transition: 0.3s ease-in-out all;
}

.sv1 a:hover {
    filter: brightness(1.2);
}

.sv2-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    text-align: center;
    text-decoration: none !important;
    font-family: "Trajan Pro Regular", serif;
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.open-date {
    color: #e8ffb7 !important;
}

.countdown {
    color: #ffffff !important;
    font-size: 20px;
}

.countdown-time {
    font-weight: bold;
    color: #ffffff;
}

.sv2 a {
    background: url("imgs/sv2.png");
    transition: 0.3s ease-in-out all;
    text-decoration: none !important;
}

.sv2 a:hover {
    filter: brightness(1.5);
}

.server-btn {
    display: flex; /* CSS3 */
    align-items: center; /* Vertical align */
    justify-content: center; /* Horizontal align */
}

.server-link {
    display: block; /* CSS3 */
    background-repeat: no-repeat;
    color: #fff !important;
    height: 282px;
    width: 211px;
    background-size: 100% 100%;
}

.server-btn2 {
    display: flex; /* CSS3 */
    align-items: center; /* Vertical align */
    justify-content: center; /* Horizontal align */
}

.discord-logo {
    width: 256px;
    height: 256px;
    background-size: contain !important;
    background: url("imgs/discord.png") no-repeat;
    display: block;
    margin: auto;
}


#gradient-overlay {
    position: fixed;
    top: 0;

    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    pointer-events: none; /* added to allow clicking on elements underneath */
}

.gradient-active {
    opacity: 1 !important;
    pointer-events: auto; /* added to allow clicking on elements */
    left: 0;
    background: linear-gradient(to right, rgb(40, 32, 51), rgba(255, 255, 255, 0));
    transition: opacity 1s ease;
}

.gradient-active-right {
    opacity: 1 !important;
    pointer-events: auto; /* added to allow clicking on elements */
    right: 0;
    background: linear-gradient(to left, rgba(53, 43, 32, 0.5), rgba(255, 255, 255, 0));
    transition: opacity 1s ease;
}

/* Footer Styles */
#page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 35px 0;
    z-index: 10;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.copyright {
    color: #acacac;
    font-size: 14px;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    height: 30px;
    width: auto;
    transition: opacity 0.3s ease;
}

.footer-logo img:hover {
    opacity: 0.8;
}
