<!DOCTYPE html>
<html lang="">

<head>
    <title>Friday Night Servers</title>
    <link rel="icon" href="https://panel.fridaynightservers.com/images/favico.png">

    
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="jC52lXAbt196j1GzqEPXax0c3BbTg6ot0MV0V4C4">

    <!-- Meta Description Tag: Affects click-through rates from search results -->
    <meta name="description"
        content="Friday Night Servers, brought to you by Game Tech HQ, offers premium game server hosting services for a flawless and immersive gaming experience. Explore a world of unrivaled reliability and performance, where every server is meticulously optimized for popular titles like Minecraft, Valheim, Rust, and more. Our dedicated team at Friday Night Servers ensures a seamless and lag-free environment, empowering gamers to elevate their multiplayer adventures. From user-friendly controls to cutting-edge technology, our hosting services are tailored for both casual and hardcore gamers. Join us at FridayNightServers.com and unlock a new level of gaming excellence.">
    <meta name="theme-color" content="#4f46e5">
    <meta name="keywords" content="game server hosting, multiplayer game servers, dedicated game servers, online gaming, server rental, gaming community, reliable game hosting, lag-free gaming, premium server solutions, Minecraft server hosting, Valheim server hosting, Rust server hosting, affordable game servers, high-performance gaming, esports server hosting, gaming events, LAN party hosting, gaming enthusiasts, Friday Night Servers, Game Tech HQ">

    <!-- Meta Robots Tag: Controls search engine crawling and indexing -->
    <meta name="robots" content="index, follow">

    <!-- Open Graph Tags: Enhances visibility and engagement on social media platforms -->
    <meta property="og:title" content="Friday Night Servers">
    <meta property="og:description"
        content="Friday Night Servers, brought to you by Game Tech HQ, offers premium game server hosting services for a flawless and immersive gaming experience. Explore a world of unrivaled reliability and performance, where every server is meticulously optimized for popular titles like Minecraft, Valheim, Rust, and more. Our dedicated team at Friday Night Servers ensures a seamless and lag-free environment, empowering gamers to elevate their multiplayer adventures. From user-friendly controls to cutting-edge technology, our hosting services are tailored for both casual and hardcore gamers. Join us at FridayNightServers.com and unlock a new level of gaming excellence.">
    <meta property="og:image" content="https://panel.fridaynightservers.com/images/logo5.png">

    <link rel="stylesheet" href="/assets/themes/default/assets/css/custom.css">
    <link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet">

            <!-- Google tag (gtag.js) -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-GBSSVKZYTY"></script>
        <script>
            window.dataLayer = window.dataLayer || [];

            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());

            gtag('config', 'G-GBSSVKZYTY');
        </script>
    
    <script src="https://cdn.tailwindcss.com/"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.6.5/flowbite.min.js"></script>
<script>
    tailwind.config = {
        darkMode: 'class',
        theme: {
            extend: {
                colors: {
                    primary: getColors(),
                    gray: {"50": "#F9FAFB", "100": "#F3F4F6", "200": "#E5E7EB", "300": "#D1D5DB", "400": "#9CA3AF", "500": "#6B7280", "600": "#232b37", "700": "#141c27", "800": "#0c1219", "900": "#000000"},
                }
            },
            fontFamily: {
                'body': [
                    'Inter',
                    'ui-sans-serif',
                    'system-ui',
                    '-apple-system',
                    'system-ui',
                    'Segoe UI',
                    'Roboto',
                    'Helvetica Neue',
                    'Arial',
                    'Noto Sans',
                    'sans-serif',
                    'Apple Color Emoji',
                    'Segoe UI Emoji',
                    'Segoe UI Symbol',
                    'Noto Color Emoji'
                ],
                'sans': [
                    'Inter',
                    'ui-sans-serif',
                    'system-ui',
                    '-apple-system',
                    'system-ui',
                    'Segoe UI',
                    'Roboto',
                    'Helvetica Neue',
                    'Arial',
                    'Noto Sans',
                    'sans-serif',
                    'Apple Color Emoji',
                    'Segoe UI Emoji',
                    'Segoe UI Symbol',
                    'Noto Color Emoji'
                ]
            }
        }
    }

    // On page load or when changing themes, best to add inline in `head` to avoid FOUC
    if (
        localStorage.getItem('color-theme') === 'dark' || (
            !('color-theme' in localStorage) &&
            window.matchMedia('(prefers-color-scheme: dark)').matches
        )
    ) {
        document.documentElement.classList.add('dark');
    } else {
        document.documentElement.classList.remove('dark')
    }

    function getColors() {
        color = getActiveColor();

        if (color == 'rose') {
            colors = {
                "50": "#fff1f2",
                "100": "#ffe4e6",
                "200": "#fecdd3",
                "300": "#fda4af",
                "400": "#fb7185",
                "500": "#f43f5e",
                "600": "#e11d48",
                "700": "#be123c",
                "800": "#9f1239",
                "900": "#881337"
            };
        }

        if (color == 'pink') {
            colors = {
                "50": "#fdf2f8",
                "100": "#fce7f3",
                "200": "#fbcfe8",
                "300": "#f9a8d4",
                "400": "#f472b6",
                "500": "#ec4899",
                "600": "#db2777",
                "700": "#be185d",
                "800": "#9d174d",
                "900": "#831843"
            };
        }

        if (color == 'fuchsia') {
            colors = {
                "50": "#fdf4ff",
                "100": "#fae8ff",
                "200": "#f5d0fe",
                "300": "#f0abfc",
                "400": "#e879f9",
                "500": "#d946ef",
                "600": "#c026d3",
                "700": "#a21caf",
                "800": "#86198f",
                "900": "#701a75"
            };
        }

        if (color == 'purple') {
            colors = {
                "50": "#faf5ff",
                "100": "#f3e8ff",
                "200": "#e9d5ff",
                "300": "#d8b4fe",
                "400": "#c084fc",
                "500": "#a855f7",
                "600": "#9333ea",
                "700": "#7e22ce",
                "800": "#6b21a8",
                "900": "#581c87"
            };
        }

        if (color == 'violet') {
            colors = {
                "50": "#f5f3ff",
                "100": "#ede9fe",
                "200": "#ddd6fe",
                "300": "#c4b5fd",
                "400": "#a78bfa",
                "500": "#8b5cf6",
                "600": "#7c3aed",
                "700": "#6d28d9",
                "800": "#5b21b6",
                "900": "#4c1d95"
            };
        }

        if (color == 'indigo') {
            colors = {
                "50": "#eef2ff",
                "100": "#e0e7ff",
                "200": "#c7d2fe",
                "300": "#a5b4fc",
                "400": "#818cf8",
                "500": "#6366f1",
                "600": "#4f46e5",
                "700": "#4338ca",
                "800": "#3730a3",
                "900": "#312e81"
            };
        }

        if (color == 'blue') {
            colors = {
                "50": "#eff6ff",
                "100": "#dbeafe",
                "200": "#bfdbfe",
                "300": "#93c5fd",
                "400": "#60a5fa",
                "500": "#3b82f6",
                "600": "#2563eb",
                "700": "#1d4ed8",
                "800": "#1e40af",
                "900": "#1e3a8a"
            };
        }

        if (color == 'sky') {
            colors = {
                "50": "#f0f9ff",
                "100": "#e0f2fe",
                "200": "#bae6fd",
                "300": "#7dd3fc",
                "400": "#38bdf8",
                "500": "#0ea5e9",
                "600": "#0284c7",
                "700": "#0369a1",
                "800": "#075985",
                "900": "#0c4a6e"
            };
        }

        if (color == 'cyan') {
            colors = {
                "50": "#ecfeff",
                "100": "#cffafe",
                "200": "#a5f3fc",
                "300": "#67e8f9",
                "400": "#22d3ee",
                "500": "#06b6d4",
                "600": "#0891b2",
                "700": "#0e7490",
                "800": "#155e75",
                "900": "#164e63"
            };
        }

        if (color == 'teal') {
            colors = {
                "50": "#f0fdfa",
                "100": "#ccfbf1",
                "200": "#99f6e4",
                "300": "#5eead4",
                "400": "#2dd4bf",
                "500": "#14b8a6",
                "600": "#0d9488",
                "700": "#0f766e",
                "800": "#115e59",
                "900": "#134e4a"
            };
        }

        if (color == 'emerald') {
            colors = {
                "50": "#ecfdf5",
                "100": "#d1fae5",
                "200": "#a7f3d0",
                "300": "#6ee7b7",
                "400": "#34d399",
                "500": "#10b981",
                "600": "#059669",
                "700": "#047857",
                "800": "#065f46",
                "900": "#064e3b"
            };
        }

        if (color == 'green') {
            colors = {
                "50": "#f0fdf4",
                "100": "#dcfce7",
                "200": "#bbf7d0",
                "300": "#86efac",
                "400": "#4ade80",
                "500": "#22c55e",
                "600": "#16a34a",
                "700": "#15803d",
                "800": "#166534",
                "900": "#14532d"
            };
        }

        if (color == 'lime') {
            colors = {
                "50": "#f7fee7",
                "100": "#ecfccb",
                "200": "#d9f99d",
                "300": "#bef264",
                "400": "#a3e635",
                "500": "#84cc16",
                "600": "#65a30d",
                "700": "#4d7c0f",
                "800": "#3f6212",
                "900": "#365314"
            };
        }

        if (color == 'yellow') {
            colors = {
                "50": "#fefce8",
                "100": "#fef9c3",
                "200": "#fef08a",
                "300": "#fde047",
                "400": "#facc15",
                "500": "#eab308",
                "600": "#ca8a04",
                "700": "#a16207",
                "800": "#854d0e",
                "900": "#713f12"
            };
        }

        if (color == 'amber') {
            colors = {
                "50": "#fffbeb",
                "100": "#fef3c7",
                "200": "#fde68a",
                "300": "#fcd34d",
                "400": "#fbbf24",
                "500": "#f59e0b",
                "600": "#d97706",
                "700": "#b45309",
                "800": "#92400e",
                "900": "#78350f"
            };
        }

        if (color == 'orange') {
            colors = {
                "50": "#fff7ed",
                "100": "#ffedd5",
                "200": "#fed7aa",
                "300": "#fdba74",
                "400": "#fb923c",
                "500": "#f97316",
                "600": "#ea580c",
                "700": "#c2410c",
                "800": "#9a3412",
                "900": "#7c2d12"
            };
        }

        if (color == 'red') {
            colors = {
                "50": "#fef2f2",
                "100": "#fee2e2",
                "200": "#fecaca",
                "300": "#fca5a5",
                "400": "#f87171",
                "500": "#ef4444",
                "600": "#dc2626",
                "700": "#b91c1c",
                "800": "#991b1b",
                "900": "#7f1d1d"
            };
        }

        if (color == 'stone') {
            colors = {
                "50": "#fafaf9",
                "100": "#f5f5f4",
                "200": "#e7e5e4",
                "300": "#d6d3d1",
                "400": "#a8a29e",
                "500": "#78716c",
                "600": "#57534e",
                "700": "#44403c",
                "800": "#292524",
                "900": "#1c1917"
            };
        }

        if (color == 'neutral') {
            colors = {
                "50": "#fafafa",
                "100": "#f5f5f5",
                "200": "#e5e5e5",
                "300": "#d4d4d4",
                "400": "#a3a3a3",
                "500": "#737373",
                "600": "#525252",
                "700": "#404040",
                "800": "#262626",
                "900": "#171717"
            };
        }

        if (color == 'zinc') {
            colors = {
                "50": "#fafafa",
                "100": "#f4f4f5",
                "200": "#e4e4e7",
                "300": "#d4d4d8",
                "400": "#a1a1aa",
                "500": "#71717a",
                "600": "#52525b",
                "700": "#3f3f46",
                "800": "#27272a",
                "900": "#18181b"
            };
        }

        if (color == 'gray') {
            colors = {
                "50": "#f9fafb",
                "100": "#f3f4f6",
                "200": "#e5e7eb",
                "300": "#d1d5db",
                "400": "#9ca3af",
                "500": "#6b7280",
                "600": "#4b5563",
                "700": "#374151",
                "800": "#1f2937",
                "900": "#111827"
            };
        }

        if (color == 'slate') {
            colors = {
                "50": "#f8fafc",
                "100": "#f1f5f9",
                "200": "#e2e8f0",
                "300": "#cbd5e1",
                "400": "#94a3b8",
                "500": "#64748b",
                "600": "#475569",
                "700": "#334155",
                "800": "#1e293b",
                "900": "#0f172a"
            };
        }

        return colors;
    }

    function setColor(color) {
        localStorage.setItem('color', color);
        location.reload();
    }

    function getActiveColor() {
        const activeColor = localStorage.getItem('color');

        return activeColor ? activeColor : "indigo";
    }

    function toggleDarkmode() {
        if (document.documentElement.classList.contains('dark')) {
            document.documentElement.classList.remove('dark');
            localStorage.setItem('color-theme', 'light');
        } else {
            document.documentElement.classList.add('dark');
            localStorage.setItem('color-theme', 'dark');
        }
    }
</script>
</head>

<body>
    <header>
        <nav class="bg-white border-gray-200 px-4 lg:px-6 py-2.5 dark:bg-gray-800">
            <div class="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl">
                <a href="/" class="flex items-center">
                    <img src="https://panel.fridaynightservers.com/images/favico.png" class="mr-3 h-6 sm:h-9"
                        alt="Friday Night Servers" />
                    <span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">Friday Night Servers</span>
                </a>
                <div class="flex flex-wrap items-center justify-between lg:order-2">
                                                                    
    <button id="dropdownPalleteButton" data-dropdown-toggle="dropdownPallete" aria-label="dropdownPallete"
            class="mr-1 flex items-center rounded-lg border border-gray-200 bg-white p-2 text-xs font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-2 focus:ring-gray-300 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-500">
        <svg
                xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
                stroke="currentColor"
                aria-hidden="true"
                class="h-4 w-4">
            <path stroke-linecap="round" stroke-linejoin="round"
                  d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01">
            </path>
        </svg>
        <span class="bg-primary-600 dark:bg-primary-400 ml-2 h-4 w-6 rounded"></span><span
                class="hidden">Change color</span></button>
    <!-- Dropdown menu -->
    <div id="dropdownPallete"
         class="z-20 hidden w-full max-w-sm divide-y divide-gray-100 rounded-lg bg-white shadow dark:divide-gray-700 dark:bg-gray-800"
         aria-labelledby="dropdownPalleteButton">
        <div
                class="block rounded-t-lg bg-gray-50 px-4 py-2 text-center font-medium text-gray-700 dark:bg-gray-800 dark:text-white">
            Customize to your preference
        </div>
        <div class="divide-y divide-gray-100 dark:divide-gray-800">
            <div class="-left-32 top-10 z-50 w-96 list-none rounded bg-white p-3 text-base shadow dark:bg-gray-800">
                <div class="grid grid-cols-3 gap-2">
                    <button onclick="setColor('rose')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-rose-600 dark:bg-rose-400"></span>rose
                    </button>
                    <button onclick="setColor('pink')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-pink-600 dark:bg-pink-400"></span>pink
                    </button>
                    <button onclick="setColor('fuchsia')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-fuchsia-600 dark:bg-fuchsia-400"></span>fuchsia
                    </button>
                    <button onclick="setColor('purple')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-purple-600 dark:bg-purple-400"></span>purple
                    </button>
                    <button onclick="setColor('violet')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-violet-600 dark:bg-violet-400"></span>violet
                    </button>
                    <button onclick="setColor('indigo')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-indigo-600 dark:bg-indigo-400"></span>indigo
                    </button>
                    <button onclick="setColor('blue')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-blue-600 dark:bg-blue-400"></span>blue
                    </button>
                    <button onclick="setColor('sky')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-sky-600 dark:bg-sky-400"></span>sky
                    </button>
                    <button onclick="setColor('cyan')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-cyan-600 dark:bg-cyan-400"></span>cyan
                    </button>
                    <button onclick="setColor('teal')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-teal-600 dark:bg-teal-400"></span>teal
                    </button>
                    <button onclick="setColor('emerald')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-emerald-600 dark:bg-emerald-400"></span>emerald
                    </button>
                    <button onclick="setColor('green')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-green-600 dark:bg-green-400"></span>green
                    </button>
                    <button onclick="setColor('lime')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-lime-600 dark:bg-lime-400"></span>lime
                    </button>
                    <button onclick="setColor('yellow')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-yellow-600 dark:bg-yellow-400"></span>yellow
                    </button>
                    <button onclick="setColor('amber')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-amber-600 dark:bg-amber-400"></span>amber
                    </button>
                    <button onclick="setColor('orange')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-orange-600 dark:bg-orange-400"></span>orange
                    </button>
                    <button onclick="setColor('red')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-red-600 dark:bg-red-400"></span>red
                    </button>
                    <button onclick="setColor('stone')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-stone-600 dark:bg-stone-400"></span>stone
                    </button>
                    <button onclick="setColor('neutral')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-neutral-600 dark:bg-neutral-400"></span>neutral
                    </button>
                    <button onclick="setColor('zinc')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-zinc-600 dark:bg-zinc-400"></span>zinc
                    </button>
                    <button onclick="setColor('gray')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-gray-600 dark:bg-gray-400"></span>gray
                    </button>
                    <button onclick="setColor('slate')"
                            class="flex items-center rounded p-2 text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-600"><span
                                class="mr-2 inline-block h-4 w-6 rounded bg-slate-600 dark:bg-slate-400"></span>slate
                    </button>
                </div>
            </div>

        </div>
    </div>
            <span class="mx-2 hidden h-5 w-px bg-gray-200 dark:bg-gray-600 lg:inline"></span>

        
        <button data-tooltip-target="tooltip-dark" type="button" onclick="toggleDarkmode()"
                aria-label="Toggle Darkmode"
                class="inline-flex items-center rounded-lg p-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:outline-none focus:ring-4 focus:ring-gray-300 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-800">
            <svg class="h-6 w-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                <path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path>
            </svg>
        </button>
            <span class="mx-2 hidden h-5 w-px bg-gray-200 dark:bg-gray-600 lg:inline"></span>
            <a href="https://fridaynightservers.com/auth/login"
           class="mr-2 rounded-lg px-4 py-2 text-sm font-medium text-gray-800 hover:bg-gray-50 focus:outline-none focus:ring-4 focus:ring-gray-300 dark:text-white dark:hover:bg-gray-700 dark:focus:ring-gray-800 lg:py-2.5">Login</a>
        <a href="https://fridaynightservers.com/auth/register"
           class="bg-primary-700 hover:bg-primary-800 focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 mr-2 rounded-lg px-4 py-2 text-sm font-medium text-white focus:outline-none focus:ring-4 lg:py-2.5">Sign up</a>
    
    </div>
                <div class="hidden justify-between items-center w-full lg:flex lg:w-auto lg:order-1" id="mobile-menu-2">
                    <ul class="flex flex-col mt-4 font-medium lg:flex-row lg:space-x-8 lg:mt-0">
                        <li>
                            <a href="#home"
                                class="block py-2 pr-4 pl-3 text-white rounded bg-primary-700 lg:bg-transparent lg:text-primary-700 lg:p-0 dark:text-white"
                                aria-current="page">Home</a>
                        </li>
                        <li>
                            <a href="#features"
                                class="block py-2 pr-4 pl-3 text-gray-700 border-b border-gray-100 hover:bg-gray-50 lg:hover:bg-transparent lg:border-0 lg:hover:text-primary-700 lg:p-0 dark:text-gray-400 lg:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white lg:dark:hover:bg-transparent dark:border-gray-700">Features</a>
                        </li>
                        <li>
                            <a href="#pricing"
                                class="block py-2 pr-4 pl-3 text-gray-700 border-b border-gray-100 hover:bg-gray-50 lg:hover:bg-transparent lg:border-0 lg:hover:text-primary-700 lg:p-0 dark:text-gray-400 lg:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white lg:dark:hover:bg-transparent dark:border-gray-700">Pricing</a>
                        </li>
                    </ul>
                </div>
        </nav>
    </header>

    <section id="home" class="bg-white dark:bg-gray-900">
        <div class="mx-auto grid max-w-screen-xl px-4 py-8 lg:grid-cols-12 lg:gap-8 lg:py-16 xl:gap-0">
            <div class="mr-auto place-self-center lg:col-span-7">
                <h1 class="mb-4 max-w-2xl text-4xl font-extrabold leading-none dark:text-white md:text-5xl xl:text-6xl">
                    Minecraft Server Hosting                </h1>
                <p class="mb-6 max-w-2xl font-light text-gray-500 dark:text-gray-400 md:text-lg lg:mb-8 lg:text-xl">
                    Start your Minecraft server today for as low as $1/GB and be equiped for all
                    situations with our high performance gear keeping your servers running 24/7                </p>
                <a href="#pricing"
                    class="bg-primary-700 hover:bg-primary-800 focus:ring-primary-300 dark:focus:ring-primary-900 mr-3 inline-flex items-center justify-center rounded-lg px-5 py-3 text-center text-base font-medium text-white focus:ring-4">
                    Explore Plans                    <svg class="-mr-1 ml-2 h-5 w-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                        <path fill-rule="evenodd"
                            d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
                            clip-rule="evenodd"></path>
                    </svg>
                </a>
                <a href=""
                    class="inline-flex items-center justify-center rounded-lg border border-gray-300 px-5 py-3 text-center text-base font-medium text-gray-900 hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:focus:ring-gray-800">
                    Join Discord
                </a>
            </div>
            <div class="hidden lg:col-span-5 lg:mt-0 lg:flex">
                <img src="https://fridaynightservers.com/storage/products/FNS01.png"
                    alt="mockup">
            </div>
        </div>
    </section>

    <section class="bg-white dark:bg-gray-900">
        <div class="mx-auto max-w-screen-xl px-4 py-8 lg:py-16">
            <h2
                class="mb-8 text-center text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white md:text-4xl lg:mb-16">
                We host your favorite games</h2>
            <div class="grid grid-cols-2 gap-8 text-gray-500 dark:text-gray-400 sm:gap-12 md:grid-cols-3 lg:grid-cols-3">
                <a href="#" class="flex items-center justify-center">
                    <img src="/assets/core/img/logos/rust.png" class="hover:text-gray-900 dark:hover:text-white"
                        style="height: 60px;" />
                    <h2
                        class="ml-4 text-center text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white md:text-3xl">
                        Rust
                    </h2>
                </a>

                <a href="#" class="flex items-center justify-center">
                    <img src="/assets/core/img/logos/minecraft.png" class="hover:text-gray-900 dark:hover:text-white"
                        style="height: 60px;" />
                    <h2
                        class="ml-4 text-center text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white md:text-3xl">
                        Minecraft
                    </h2>
                </a>

                <a href="#" class="flex items-center justify-center">
                    <img src="/assets/core/img/logos/ark.png" class="hover:text-gray-900 dark:hover:text-white"
                        style="height: 60px;" />
                    <h2
                        class="ml-4 text-center text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white md:text-3xl">
                        ARK: SE
                    </h2>
                </a>

            </div>
        </div>
    </section>

    <section id="features" class="bg-gray-50 dark:bg-gray-800">
        <div class="mx-auto max-w-screen-xl px-4 py-8 sm:py-16 lg:px-6">
            <div class="mb-8 max-w-screen-md lg:mb-16">
                <h2 class="mb-4 text-4xl font-extrabold text-gray-900 dark:text-white">Our Game Panel</h2>
                <p class="text-gray-500 dark:text-gray-400 sm:text-xl">
                    Here at Friday Night Servers we focus on markets where technology, innovation, and capital can unlock long-term value and drive economic growth.
                </p>
            </div>
            <div class="space-y-8 md:grid md:grid-cols-2 md:gap-12 md:space-y-0 lg:grid-cols-3">
                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bxs-file"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">File Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Our file manager allows you to upload, create, download, set permissions, zip & unzip files and manage them in an easy manner
                    </p>
                </div>

                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bxs-plug"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">Plugins Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Choose from over 60000 plugins, and install with just a click of a button
                    </p>
                </div>

                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bx-revision"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">Backup Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Our dashboard allows you to take backups of your files at any given time
                    </p>
                </div>

                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bxs-user"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">User Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Invite friends, or staff members to your dashboard. You can set certain permissions per member
                    </p>
                </div>

                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bxs-time-five"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">Schedule Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Our Schedule system allows you to set timed power controls, backups or tasks
                    </p>
                </div>

                <div>
                    <div
                        class="bg-primary-100 dark:bg-primary-900 mb-4 flex h-10 w-10 items-center justify-center rounded-full lg:h-12 lg:w-12">
                        <div class="text-primary-600 dark:text-primary-300 text-2xl">
                            <i class="bx bxs-data"></i>
                        </div>
                    </div>
                    <h3 class="mb-2 text-xl font-bold dark:text-white">Database Manager</h3>
                    <p class="text-gray-500 dark:text-gray-400">
                        Generate MySQL Databases, create new allocations and a lot more
                    </p>
                </div>
            </div>
        </div>
    </section>

    <section class="bg-white dark:bg-gray-900" id="pricing">
        <div class="mx-auto max-w-screen-xl px-4 py-8 lg:px-6 lg:py-16">
                            <div class="mx-auto mb-8 max-w-screen-md text-center lg:mb-12">
                    <h2 class="mb-4 text-4xl font-extrabold tracking-tight text-gray-900 dark:text-white">Viewing plans for
                        Minecraft</h2>
                    <p class="mb-5 font-light text-gray-500 dark:text-gray-400 sm:text-xl">Dive into an immersive blocky world with our Minecraft servers, where creativity knows no bounds. Join a vibrant community, embark on epic adventures, and unleash your imagination in the ultimate sandbox experience.</p>
                </div>
                <div class="space-y-8 sm:gap-6 lg:grid lg:grid-cols-3 lg:space-y-0 xl:gap-10">
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Java Test</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 5 then 5 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $5
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/default.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/52"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Bedrock Copper Package</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 2 then 2 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $2
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/minecraft_bedrock_copper_package.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-chip' ></i>
                                            </span>
                                            <span>Single Xeon Server CPU</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-microchip' ></i>
                                            </span>
                                            <span>512 MB RAM</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-hdd' ></i>
                                            </span>
                                            <span>1 GB Storage</span>
                                        </li>
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/8"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Bedrock Iron Package</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 3 then 3 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $3
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/minecraft_bedrock_iron_package.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-chip' ></i>
                                            </span>
                                            <span>2-Core Xeon Server CPU</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-microchip' ></i>
                                            </span>
                                            <span>1 GB RAM</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-hdd' ></i>
                                            </span>
                                            <span>2 GB Storage</span>
                                        </li>
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/9"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Bedrock Emerald Package</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 6 then 6 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $6
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/minecraft_bedrock_emerald_package.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-chip' ></i>
                                            </span>
                                            <span>3-Core Xeon Server CPU</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-microchip' ></i>
                                            </span>
                                            <span>3 GB RAM</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-hdd' ></i>
                                            </span>
                                            <span>3 GB Storage</span>
                                        </li>
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/11"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Bedrock Diamond Package</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 8 then 8 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $8
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/minecraft_bedrock_diamond_package.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-chip' ></i>
                                            </span>
                                            <span>4-Core Xeon Server CPU</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-microchip' ></i>
                                            </span>
                                            <span>4 GB of RAM</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-hdd' ></i>
                                            </span>
                                            <span>4 GB Disk Space</span>
                                        </li>
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/10"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                                                    <div
                            class="mx-auto flex max-w-lg flex-col rounded-lg border border-gray-100 bg-white p-6 text-center text-gray-900 shadow dark:border-gray-600 dark:bg-gray-800 dark:text-white xl:p-8">
                            <h3 class="mb-4 text-2xl font-semibold">Minecraft Bedrock Unlimited Package</h3>
                            <p class="font-light text-gray-500 dark:text-gray-400 sm:text-lg">
                                First month 58 then 58 per monthly
                            </p>
                            <div class="my-8 flex items-baseline justify-center">
                                <span class="mr-2 text-5xl font-extrabold">
                                    $58
                                </span>
                                <span class="text-gray-500 dark:text-gray-400">/Monthly</span>
                            </div>

                            <!-- List -->
                            <ul role="list" class="mb-8 space-y-4 text-left">
                                <img class="h-auto w-full" src="https://fridaynightservers.com/storage/products/minecraft_bedrock_diamond_package.png" alt="icon" />
                                <div class="grid grid-cols-1 gap-4">
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-chip' ></i>
                                            </span>
                                            <span>All the Xeon Processors</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-microchip' ></i>
                                            </span>
                                            <span>32 GB RAM</span>
                                        </li>
                                                                            <li class="flex items-center space-x-3">
                                            <!-- Icon -->
                                            <span class="text-primary-500 dark:text-primary-500 bx-sm">
                                                <i class='bx bxs-hdd' ></i>
                                            </span>
                                            <span>100 GB Storage</span>
                                        </li>
                                                                    </div>
                            </ul>
                            <a href="https://fridaynightservers.com/store/view/12"
                                class="bg-primary-600 hover:bg-primary-700 focus:ring-primary-200 dark:focus:ring-primary-900 rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:ring-4 dark:text-white">
                                Get started</a>
                        </div>
                                    </div>
                    </div>
    </section>

    <section>
        <aside aria-label="Related articles" class="lg:py-15 bg-white py-8 dark:bg-gray-900">
            <div class="mx-auto max-w-screen-xl px-4">
                <h2 class="mb-8 text-2xl font-bold text-gray-900 dark:text-white">Other Categories</h2>
                <div class="grid gap-12 sm:grid-cols-2 lg:grid-cols-3">
                                                                                                                                                                                                                                                                                                                                <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=stationeers#pricing">
                                <img src="https://fridaynightservers.com/storage/products/stationeers.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Stationeers</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Embark on an epic journey through the cosmos with our Stationeers server rentals. Build, explore, and survive in the harsh environments of space with friends or fellow adventurers. Choose from a variety of customizable packages to suit your gameplay needs and conquer the final frontier together.</p>
                            <a href="https://fridaynightservers.com?category=stationeers#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                                                                                                        <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=counter-strike-2#pricing">
                                <img src="https://fridaynightservers.com/storage/products/counter-strike-2.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Counter Strike 2</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Experience the thrill of competitive gameplay with our Counter-Strike 2 server hosting plans. Optimized for low latency and peak performance, our servers provide the perfect environment for intense battles, precise gameplay, and seamless teamwork. Whether you&#039;re running casual matches or hosting a professional tournament, we&#039;ve got you covered!</p>
                            <a href="https://fridaynightservers.com?category=counter-strike-2#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=satisfactory#pricing">
                                <img src="https://fridaynightservers.com/storage/products/satisfactory.jpg" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Satisfactory</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Host your own sprawling factory worlds in Satisfactory with our powerful and reliable server hosting plans. Seamlessly automate your production lines and collaborate with friends as you explore and expand in a limitless environment built for creativity and efficiency.</p>
                            <a href="https://fridaynightservers.com?category=satisfactory#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=medal-of-honor-allied-assault#pricing">
                                <img src="https://fridaynightservers.com/storage/products/medal-of-honor-allied-assault.jpg" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Medal of Honor: Allied Assault</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Experience classic WWII multiplayer action with our Medal of Honor: Allied Assault server hosting plans. Designed for fans of intense, nostalgic gameplay, our servers offer fast, reliable hosting to ensure smooth combat across iconic maps. Customize your battlefield, rally your squad, and relive the glory of one of the most iconic first-person shooters in gaming history with our optimized hosting solutions.</p>
                            <a href="https://fridaynightservers.com?category=medal-of-honor-allied-assault#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=vintage-story#pricing">
                                <img src="https://fridaynightservers.com/storage/products/vintage-story.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Vintage Story</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Delve into the world of Vintage Story with reliable server hosting designed to support your adventures in this richly detailed survival sandbox. Whether you’re building intricate structures, exploring the dynamic world, or crafting your way through history, our hosting solutions ensure a lag-free, customizable experience. Gather your friends and take on Vintage Story’s challenges together with the stability and performance you deserve!</p>
                            <a href="https://fridaynightservers.com?category=vintage-story#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=valheim#pricing">
                                <img src="https://fridaynightservers.com/storage/products/valheim.webp" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Valheim</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Explore the vast realms of Valheim on our dedicated servers, where your Viking adventure unfolds in a customized environment with reliable performance and seamless multiplayer experiences. Tailor your gameplay, conquer mythical creatures, and forge your own legacy in the Norse-inspired landscapes of Valheim.</p>
                            <a href="https://fridaynightservers.com?category=valheim#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=rust#pricing">
                                <img src="https://fridaynightservers.com/storage/products/rust.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Rust</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Enjoy an intense and thrilling Rust gaming experience with our dedicated server hosting. Craft, survive, and dominate in a persistent open-world environment, with low-latency servers optimized for the ultimate Rust gameplay.</p>
                            <a href="https://fridaynightservers.com?category=rust#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=factorio#pricing">
                                <img src="https://fridaynightservers.com/storage/products/factorio.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Factorio</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Experience seamless automation and collaborative gameplay with our Factorio servers, meticulously optimized for industrial perfection. Forge alliances, build intricate supply chains, and conquer the vast automation landscape in this factory simulation masterpiece.</p>
                            <a href="https://fridaynightservers.com?category=factorio#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=minecraft#pricing">
                                <img src="https://fridaynightservers.com/storage/products/minecraft.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Minecraft</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Dive into an immersive blocky world with our Minecraft servers, where creativity knows no bounds. Join a vibrant community, embark on epic adventures, and unleash your imagination in the ultimate sandbox experience.</p>
                            <a href="https://fridaynightservers.com?category=minecraft#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Selected
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=quake-live#pricing">
                                <img src="https://fridaynightservers.com/storage/products/quake-live.webp" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Quake Live</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Dive into the fast-paced and adrenaline-pumping world of Quake Live with our dedicated game server hosting. Experience the iconic arena shooter with low-latency servers optimized for intense multiplayer battles and seamless fragging action.</p>
                            <a href="https://fridaynightservers.com?category=quake-live#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                                                    <article class="max-w-xs">
                            <a href="https://fridaynightservers.com?category=discord-bots#pricing">
                                <img src="https://fridaynightservers.com/storage/products/discord-bots.png" class="mb-5 rounded-lg" alt="Image 1" style="height: 200px;">
                            </a>
                            <h2 class="mb-2 text-xl font-bold leading-tight text-gray-900 dark:text-white">
                                <a href="#">Discord Bots</a>
                            </h2>
                            <p class="mb-4 font-light text-gray-500 dark:text-gray-400">Our selection of discord bots make it easy to transform and customize your discord experience.</p>
                            <a href="https://fridaynightservers.com?category=discord-bots#pricing"
                                class="mb-2 mr-2 min-w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-center text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700">
                                                                    Pricing
                                                            </a>
                        </article>
                                    </div>
            </div>
        </aside>
    </section>

    <section class="bg-white dark:bg-gray-900">
        <div class="mx-auto max-w-screen-xl px-4 py-8 sm:py-16 lg:px-6">
            <div class="mx-auto max-w-screen-sm text-center">
                <h2 class="mb-4 text-4xl font-extrabold leading-tight text-gray-900 dark:text-white">Get Started Now</h2>
                <p class="mb-6 font-light text-gray-500 dark:text-gray-400 md:text-lg">
                    Register your account and get your server up and running in no-time!
                </p>
                <a href="https://fridaynightservers.com/auth/register"
                    class="bg-primary-700 hover:bg-primary-800 focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 mb-2 mr-2 rounded-lg px-5 py-2.5 text-sm font-medium text-white focus:outline-none focus:ring-4">
                    Create my account
                </a>
            </div>
        </div>
    </section>

    <div id="cookies-modal" tabindex="-1" aria-hidden="false"
        class="h-modal fixed left-0 right-0 top-0 z-50 hidden w-full items-center justify-center overflow-y-auto overflow-x-hidden p-4 md:inset-0 md:h-full">
        <div class="relative h-[40rem] w-full max-w-2xl overflow-y-auto rounded-lg bg-white p-4 shadow dark:bg-gray-800 md:p-6">
            <a href="#" class="mb-8 flex items-center justify-center text-xl font-semibold text-gray-900 dark:text-white">
                <img src="https://panel.fridaynightservers.com/images/favico.png" class="mr-2 h-7 rounded" alt="logo">
                Friday Night Servers            </a>
            <div class="space-y-4 divide-y divide-gray-200 font-light text-gray-500 dark:divide-gray-700 dark:text-gray-400">
                <div>
                    <p class="mb-4 text-2xl font-bold leading-tight text-gray-900 dark:text-white">Cookie Settings</p>
                    <p class="mb-2">
                        To use these Services, we need your consent. By clicking on “Accept all”, you declare your consent to the use of all Services. Cookies are used for important tasks, such as to remember your session when you login, protect you from XSRF attacks and more.
                    </p>
                </div>
                <div class="pt-4">
                    <p class="mb-2 text-lg font-semibold leading-tight text-gray-900 dark:text-white">Essential cookies</p>
                    <p class="mb-2">
                        To use these Services, we need your consent. By clicking on “Accept all”, you declare your consent to the use of all Services. You can also declare your consent by individually clicking on the sliders for each category of cookies and save.
                    </p>
                    <a href="#" data-collapse-toggle="cookies-info-2"
                        class="text-primary-600 dark:text-primary-500 inline-flex items-center text-sm font-medium hover:underline">
                        View Cookies
                        <svg class="ml-1 h-5 w-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                            <path fill-rule="evenodd"
                                d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
                                clip-rule="evenodd"></path>
                        </svg>
                    </a>
                    <div id="cookies-info-2" class="relative mt-4 hidden overflow-x-auto bg-gray-100 sm:rounded-lg">
                        <table class="w-full text-left text-sm text-gray-500 dark:text-gray-400">
                            <thead class="bg-gray-100 text-xs uppercase text-gray-700 dark:bg-gray-700 dark:text-gray-400">
                                <tr>
                                    <th scope="col" class="px-6 py-3">
                                        Name
                                    </th>
                                    <th scope="col" class="px-6 py-3">
                                        Provider
                                    </th>
                                    <th scope="col" class="px-6 py-3">
                                        Expiration
                                    </th>
                                    <th scope="col" class="px-6 py-3">
                                        Purpose
                                    </th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr class="bg-gray-100 dark:bg-gray-800">
                                    <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                        _cfduid
                                    </th>
                                    <td class="px-6 py-4">
                                        CloudFlare Inc
                                    </td>
                                    <td class="px-6 py-4">
                                        1 Year
                                    </td>
                                    <td class="px-6 py-4">
                                        Static file delivery
                                    </td>
                                </tr>

                                <!-- Laravel Session Cookie -->
                                <tr class="bg-gray-100 dark:bg-gray-800">
                                    <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                        laravel_session
                                    </th>
                                    <td class="px-6 py-4">
                                        Friday Night Servers                                    </td>
                                    <td class="px-6 py-4">
                                        Session
                                    </td>
                                    <td class="px-6 py-4">
                                        Identifies a session instance for a user
                                    </td>
                                </tr>

                                <!-- Laravel XSRF-TOKEN Cookie (If not already included) -->
                                <tr class="bg-gray-100 dark:bg-gray-800">
                                    <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                        XSRF-TOKEN
                                    </th>
                                    <td class="px-6 py-4">
                                        Friday Night Servers                                    </td>
                                    <td class="px-6 py-4">
                                        Session
                                    </td>
                                    <td class="px-6 py-4">
                                        Prevent cross-site request forgery (CSRF) attacks
                                    </td>
                                </tr>

                                <!-- Optional, if you are using Laravel API authentication -->
                                <tr class="bg-gray-100 dark:bg-gray-800">
                                    <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                        laravel_token
                                    </th>
                                    <td class="px-6 py-4">
                                        Friday Night Servers                                    </td>
                                    <td class="px-6 py-4">
                                        Session
                                    </td>
                                    <td class="px-6 py-4">
                                        API authentication
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
                <div class="flex items-start pt-4">
                    <div>
                        <p class="mb-2 text-lg font-semibold leading-tight text-gray-900 dark:text-white">Functional cookies</p>
                        <p class="mb-2">
                            To use these Services, we need your consent. By clicking on “Accept all”, you declare your consent to the use of all Services. You can also declare your consent by individually clicking on the sliders for each category of cookies and save.
                        </p>
                        <a href="#" data-collapse-toggle="cookies-info-4"
                            class="text-primary-600 dark:text-primary-500 inline-flex items-center text-sm font-medium hover:underline">
                            View Cookies
                            <svg class="ml-1 h-5 w-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                                <path fill-rule="evenodd"
                                    d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
                                    clip-rule="evenodd"></path>
                            </svg>
                        </a>
                    </div>
                    <label for="functional-cookies-toggle" class="relative inline-flex cursor-pointer items-center">
                        <input type="checkbox" value="" checked id="functional-cookies-toggle" class="peer sr-only">
                        <div
                            class="peer h-6 w-11 rounded-full bg-gray-200 after:absolute after:left-[2px] after:top-[2px] after:h-5 after:w-5 after:rounded-full after:border after:border-gray-300 after:bg-white after:transition-all after:content-[''] peer-checked:bg-blue-600 peer-checked:after:translate-x-full peer-checked:after:border-white peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:border-gray-600 dark:bg-gray-700 dark:peer-focus:ring-blue-800">
                        </div>
                        <span class="sr-only">Toggle me</span>
                    </label>
                </div>
                <div id="cookies-info-4" class="relative mt-4 hidden overflow-x-auto bg-gray-100 sm:rounded-lg">
                    <table class="w-full text-left text-sm text-gray-500 dark:text-gray-400">
                        <thead class="bg-gray-100 text-xs uppercase text-gray-700 dark:bg-gray-700 dark:text-gray-400">
                            <tr>
                                <th scope="col" class="px-6 py-3">
                                    Name
                                </th>
                                <th scope="col" class="px-6 py-3">
                                    Provider
                                </th>
                                <th scope="col" class="px-6 py-3">
                                    Expiration
                                </th>
                                <th scope="col" class="px-6 py-3">
                                    Purpose
                                </th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr class="bg-gray-100 dark:bg-gray-800">
                                <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                    filter_orders
                                </th>
                                <td class="px-6 py-4">
                                    Friday Night Servers                                </td>
                                <td class="px-6 py-4">
                                    Session
                                </td>
                                <td class="px-6 py-4">
                                    Set preffered order status
                                </td>
                            </tr>
                            <tr class="bg-gray-100 dark:bg-gray-800">
                                <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                    <-article->-feedback
                                </th>
                                <td class="px-6 py-4">
                                    Friday Night Servers                                </td>
                                <td class="px-6 py-4">
                                    Session
                                </td>
                                <td class="px-6 py-4">
                                    Collect Article Feedback
                                </td>
                            </tr>
                            <tr class="bg-gray-100 dark:bg-gray-800">
                                <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                    affiliate
                                </th>
                                <td class="px-6 py-4">
                                    Friday Night Servers                                </td>
                                <td class="px-6 py-4">
                                    Session
                                </td>
                                <td class="px-6 py-4">
                                    Track users invited by affiliates
                                </td>
                            </tr>
                            <tr class="bg-gray-100 dark:bg-gray-800">
                                <th scope="row" class="whitespace-nowrap px-6 py-4 font-light text-gray-500 dark:text-gray-400">
                                    affiliate_invite
                                </th>
                                <td class="px-6 py-4">
                                    Friday Night Servers                                </td>
                                <td class="px-6 py-4">
                                    Session
                                </td>
                                <td class="px-6 py-4">
                                    Keep track of affiliate invites
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
            <div class="mt-5 items-center justify-between space-y-4 sm:flex sm:space-y-0">
                <div class="flex items-center space-x-4 text-sm text-gray-500 dark:text-gray-400">
                    <button id="accept-cookies" type="button"
                        class="bg-primary-700 hover:bg-primary-800 focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800 w-full rounded-lg px-5 py-2.5 text-center text-sm font-medium text-white focus:outline-none focus:ring-4 sm:w-auto">Accept All</button>
                    <button id="block-cookies" type="button"
                        class="mr-2 w-full rounded-lg border border-gray-200 bg-white px-5 py-2.5 text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700 sm:w-auto">Reject All</button>
                </div>
            </div>
        </div>
    </div>

    <script>
        // Function to check user's cookie consent
        function checkCookieConsent() {
            const userChoice = localStorage.getItem('cookieConsent');

            if (userChoice) {
                if (userChoice === 'accepted') {
                    // Cookies accepted; you can initialize cookie-based tracking here
                } else {
                    // Cookies blocked; you can disable cookie-based tracking here
                }
            } else {
                // If the user has not made a choice yet, show the cookies modal
                cookiesModal.show();
            }
        }

        // Initialize modal
        const modalEl = document.getElementById('cookies-modal');
        const cookiesModal = new Modal(modalEl, {
            placement: 'center'
        });

        // Event listener for the "Accept Cookies" button
        const acceptCookiesEl = document.getElementById('accept-cookies');
        acceptCookiesEl.addEventListener('click', function() {
            localStorage.setItem('cookieConsent', 'accepted');
            // Cookies accepted; you can initialize cookie-based tracking here
            cookiesModal.hide();
        });

        // Event listener for the "Block Cookies" button
        const blockCookiesEl = document.getElementById('block-cookies');
        blockCookiesEl.addEventListener('click', function() {
            localStorage.setItem('cookieConsent', 'blocked');
            // Cookies blocked; you can disable cookie-based tracking here
            cookiesModal.hide();
        });

        // Check user's cookie consent when the page loads
        window.addEventListener('load', function() {
            checkCookieConsent();
        });
    </script>

    <footer class="bg-gray-50 p-4 dark:bg-gray-800 sm:p-6">
        <div class="mx-auto max-w-screen-xl">
            <div class="md:flex md:justify-between">
                <div class="mb-6 md:mb-0">
                    <a href="/" class="flex items-center">
                        <img src="https://panel.fridaynightservers.com/images/favico.png" class="mr-3 h-8"
                            alt="Friday Night Servers Logo" />
                        <span class="self-center whitespace-nowrap text-2xl font-semibold dark:text-white">
                            Friday Night Servers                        </span>
                    </a>
                </div>
                <div class="grid grid-cols-2 gap-8 sm:grid-cols-3 sm:gap-6">
                    <div>
                        <h2 class="mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white">Resources</h2>
                        <ul class="text-gray-600 dark:text-gray-400">
                                                                                                                                                                                                                        <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/game-server-guides"
                                             class="hover:underline">
                                            Game Server Guides
                                        </a>
                                    </li>
                                                                                                                                                                                            <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/server-control-panel-basics"
                                             class="hover:underline">
                                            Server Control Panel Basics
                                        </a>
                                    </li>
                                                                                                                                                                                                                                                                                                                    <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/affiliates-and-partners"
                                             class="hover:underline">
                                            Affiliates and Partners
                                        </a>
                                    </li>
                                                                                                                                                                                                                                                                        </ul>
                    </div>
                    <div>
                        <h2 class="mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white">Help Center</h2>
                        <ul class="text-gray-600 dark:text-gray-400">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/request-a-game"
                                             class="hover:underline">
                                            Request A Game
                                        </a>
                                    </li>
                                                                                                                                                                                                                                                        <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/technical-support"
                                             class="hover:underline">
                                            Technical Support
                                        </a>
                                    </li>
                                                                                                                                                </ul>
                    </div>
                    <div>
                        <h2 class="mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white">Legal</h2>
                        <ul class="text-gray-600 dark:text-gray-400">
                                                                                                <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/terms-of-service"
                                             class="hover:underline">
                                            Terms of Service
                                        </a>
                                    </li>
                                                                                                                                <li class="mb-4">
                                        <a href="https://fridaynightservers.com/p/refund-policy"
                                             class="hover:underline">
                                            Refund Policy
                                        </a>
                                    </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </ul>
                    </div>
                </div>
            </div>
            <hr class="my-6 border-gray-200 dark:border-gray-700 sm:mx-auto lg:my-8" />
            <div class="mt-4 flex space-x-6 sm:mt-0 sm:justify-center">
                                                            </div>
        </div>
    </footer>
</body>

</html>
