body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0e0e0e;
    color: #fff;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4757;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: #ff6b81;
    transform: translateY(-5px);
}

h2 {
    font-size: 36px;
    margin-bottom: 20px;
}


nav {
    background-color: #1a1a1a;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav .logo {
    font-size: 24px;
    font-weight: 600;
}

nav .nav-links {
    list-style: none;
    float: right;
}

nav .nav-links li {
    display: inline-block;
    margin-left: 20px;
}

nav .nav-links a {
    font-size: 16px;
    transition: color 0.3s ease;
}

nav .nav-links a:hover {
    color: #ff4757;
}


.hero {
    background: url('indexbg.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    animation: slideIn 1.5s ease-in-out;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    animation: slideIn 2s ease-in-out;
}

.hero .skin-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.hero .skin-logos img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ff4757;
}


.about {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.about p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}


.game-modes {
    padding: 80px 0;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.game-modes .mode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.game-modes .mode {
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-modes .mode:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.game-modes .mode h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.game-modes .mode p {
    font-size: 16px;
}


.rules {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.rules ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.rules ul li {
    font-size: 18px;
    margin-bottom: 10px;
}


body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0e0e0e;
    color: #fff;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4757;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: #ff6b81;
    transform: translateY(-5px);
}

h2 {
    font-size: 36px;
    margin-bottom: 20px;
}


nav {
    background-color: #1a1a1a;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav .logo {
    font-size: 24px;
    font-weight: 600;
}

nav .nav-links {
    list-style: none;
    float: right;
}

nav .nav-links li {
    display: inline-block;
    margin-left: 20px;
}

nav .nav-links a {
    font-size: 16px;
    transition: color 0.3s ease;
}

nav .nav-links a:hover {
    color: #ff4757;
}


.hero {
    background: url('indexbg.png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    animation: slideIn 1.5s ease-in-out;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    animation: slideIn 2s ease-in-out;
}

.hero .skin-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.hero .skin-logos img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ff4757;
}


.about {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.about p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}


.game-modes {
    padding: 80px 0;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.game-modes .mode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.game-modes .mode {
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-modes .mode:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.game-modes .mode h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.game-modes .mode p {
    font-size: 16px;
}


.rules {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.rules ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.rules ul li {
    font-size: 18px;
    margin-bottom: 10px;
}


.status {
    padding: 80px 0;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.status .server-status-box {
    background-color: #2d2d2d;
    padding: 40px;
    border-radius: 15px;
    display: inline-block;
    text-align: left;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.status .server-status-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.status .server-status-box h3 i {
    font-size: 28px;
    animation: pulse 1.5s infinite;
}

.status .server-status-box p {
    font-size: 18px;
    margin: 10px 0;
}

.status .server-status-box .player-list {
    margin-top: 20px;
}

.status .server-status-box .player-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.status .server-status-box .player-list ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.status .server-ip {
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    background-color: #444;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.status .server-ip:hover {
    background-color: #ff4757;
}

.status .server-ip.copied {
    background-color: #4caf50;
}


footer {
    padding: 40px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

footer .social-links {
    list-style: none;
    padding: 0;
}

footer .social-links li {
    display: inline-block;
    margin: 0 10px;
}

footer .social-links a {
    font-size: 16px;
    transition: color 0.3s ease;
}

footer .social-links a:hover {
    color: #ff4757;
}


.watermark {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-user-select: none;
    user-select: none;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}


footer {
    padding: 40px 0;
    background-color: #1a1a1a;
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

footer .social-links {
    list-style: none;
    padding: 0;
}

footer .social-links li {
    display: inline-block;
    margin: 0 10px;
}

footer .social-links a {
    font-size: 16px;
    transition: color 0.3s ease;
}

footer .social-links a:hover {
    color: #ff4757;
}


.watermark {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    user-select: none;
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}


::selection {
    background-color: #ff0000; 
    color: #fff; 
}

.voting-links {
    margin-top: 30px;
    text-align: center;
}

.voting-links h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.vote-button {
    display: inline-block;
    margin: 10px;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff0000; 
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.vote-button:hover {
    background-color: #b30000; 
    transform: translateY(-2px); 
}

.vote-button:active {
    transform: translateY(0); 
}

.skin-logos img:hover + .popup {
    display: block;
}

@media (max-width: 768px) {
    
    .container {
        width: 95%;
    }

     nav .nav-links {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    nav .nav-links li {
        display: block;
        margin: 10px 0;
    }

    nav .logo {
        text-align: center;
        display: block;
    }

     .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero .skin-logos {
        flex-direction: column;
        gap: 10px;
    }

    .hero .skin-logos img {
        width: 50px;
        height: 50px;
    }

    .game-modes .mode-grid {
        grid-template-columns: 1fr; 
    }

    .game-modes .mode {
        padding: 15px;
    }

    .game-modes .mode h3 {
        font-size: 20px;
    }

    .game-modes .mode p {
        font-size: 14px;
    }

      .rules ul {
        padding: 0 20px;
    }

    .rules ul li {
        font-size: 16px;
    }

       .status .server-status-box {
        padding: 20px;
    }

    .status .server-status-box h3 {
        font-size: 20px;
    }

    .status .server-status-box p {
        font-size: 16px;
    }

    .status .server-ip {
        font-size: 16px;
        padding: 8px 16px;
    }

      footer .social-links li {
        display: block;
        margin: 10px 0;
    }

        .voting-links {
        margin-top: 20px;
    }

    .vote-button {
        display: block;
        margin: 10px auto;
        width: 80%;
        text-align: center;
    }

        .popup {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 250px;
    }

    .popup::before {
        display: none; 
    }
}