
<!DOCTYPE html>
<html lang="en">

<head>
    <base href="/" />
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>App Download Center</title>
    <link rel="shortcut icon" type="image/x-icon" href="" />
    <link rel="icon" type="image/x-icon" href="" />

    <meta property="og:site_name" content="App Download Center" />
    <meta name="author" content="">

    <meta property="og:image" content="" />
    <meta property="og:image:width" content="800" />
    <meta property="og:image:height" content="800" />
    <meta property="og:type" content="profile" />
    <meta name="description" content="Official Information Page">
    <meta name="keywords" content="">
    <meta property="og:title" content="App Download Center" />
    <meta property="og:url" content="" />
    <meta property="og:description" content="Official Information Page" />

    <meta name="google-adsense-account" content="ca-pub-6510341023059367">

    <meta name="twitter:title" content="App Download Center" />
    <meta name="twitter:description" content="Official Information Page" />
    <meta name="twitter:image:src" content="" />
    <meta name="twitter:image" content="" />

    <link rel="stylesheet" href="styles.css">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
</head>

<body
    class="h-screen w-full bg-gradient-to-br from-blue-50 via-blue-100 to-blue-200 text-blue-800 flex justify-center items-start pt-10 transition-all duration-300 ease-in-out"
    id="body">

    <div class="max-w-md w-full px-4 flex flex-col items-center space-y-6">
        <div class="w-full h-60 bg-cover bg-center relative" style="background-image:url('./assets/banner.png'); mix-blend-mode: darken; -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black 50%, transparent 100%);">
        </div>
        <div class="text-center space-y-2">
            <h1 class="text-2xl font-semibold tracking-wide">App Download Center</h1>
            <p class="text-blue-800 text-sm">Official App Information Page</p>
        </div>
        <div class="max-w-md w-full flex flex-col items-center space-y-2">
                            <a href="https://www.junglehaan.com/share/7Iz41xy=1201" target="_blank"
                    class="w-full flex items-center justify-between border border-blue-700 bg-white/10 backdrop-blur-md p-1 rounded-xl shadow-md">
                    <div class="w-16 h-16 bg-center bg-cover rounded-xl border border-gray-500 transition-transform duration-300 hover:scale-110" style="background-image:url('./assets/logo.webp')"></div>
                    <span class="text-blue-900 hover:hover:text-blue-700 text-lg font-bold">Download Now</span>
                    <button
                        class="text-blue-800 text-xl px-4 hover:text-blue-600 transition-transform duration-300 hover:scale-110"
                        onclick="toggleBottomSheet('https\:\/\/www.junglehaan.com\/share\/7Iz41xy\=1201'); return false;">
                        <i class="fa-solid fa-share-nodes"></i>
                    </button>
                </a>
                    </div>
    </div>
    <div id="overlay" class="hidden fixed inset-0 z-40 bg-blue-900/10 backdrop-blur-sm transition-all duration-300"
        onclick="toggleBottomSheet()"></div>
    <div id="bottomSheet"
        class="fixed bottom-[-100%] left-1/2 transform -translate-x-1/2 w-full max-w-lg mx-auto p-5 bg-white/50 border-t border-blue-400 backdrop-blur-xl rounded-t-3xl shadow-lg transition-all duration-300 ease-in-out z-50">
        <h2 class="text-xl font-semibold text-blue-800 text-center mb-4">Share on...</h2>
        <div class="flex items-center bg-blue-100 p-2 rounded-lg border border-blue-700">
            <input type="text" id="shareLink" class="w-full bg-transparent text-blue-800 text-sm px-2 outline-none"
                value="" readonly>
            <button onclick="copyToClipboard()"
                class="ml-3 p-4 px-8 bg-blue-700 text-white rounded-lg hover:bg-blue-600 transition hover:scale-110">
                <i class="fa-solid fa-copy"></i>
            </button>
        </div>
        <div class="grid grid-cols-3 gap-4 mt-5 text-center">
            <a href="#" onclick="shareOn('telegram')"
                class="flex flex-col items-center text-blue-500 hover:text-blue-400 transition-transform duration-300 hover:scale-110">
                <i class="fa-brands fa-telegram text-2xl"></i>
                <span class="text-sm mt-1">Telegram</span>
            </a>
            <a href="#" onclick="shareOn('twitter')"
                class="flex flex-col items-center text-sky-400 hover:text-sky-300 transition-transform duration-300 hover:scale-110">
                <i class="fa-brands fa-twitter text-2xl"></i>
                <span class="text-sm mt-1">Twitter</span>
            </a>
            <a href="#" onclick="shareOn('facebook')"
                class="flex flex-col items-center text-blue-600 hover:text-blue-500 transition-transform duration-300 hover:scale-110">
                <i class="fa-brands fa-facebook text-2xl"></i>
                <span class="text-sm mt-1">Facebook</span>
            </a>
            <a href="#" onclick="shareOn('linkedin')"
                class="flex flex-col items-center text-blue-700 hover:text-blue-600 transition-transform duration-300 hover:scale-110">
                <i class="fa-brands fa-linkedin text-2xl"></i>
                <span class="text-sm mt-1">LinkedIn</span>
            </a>
            <a href="#" onclick="shareOn('whatsapp')"
                class="flex flex-col items-center text-green-500 hover:text-green-400 transition-transform duration-300 hover:scale-110">
                <i class="fa-brands fa-whatsapp text-2xl"></i>
                <span class="text-sm mt-1">WhatsApp</span>
            </a>
            <a href="#" onclick="shareOn('email')"
                class="flex flex-col items-center text-gray-400 hover:text-gray-300 transition-transform duration-300 hover:scale-110">
                <i class="fa-solid fa-envelope text-2xl"></i>
                <span class="text-sm mt-1">Email</span>
            </a>
        </div>
        <button onclick="toggleBottomSheet()"
            class="mt-5 w-full py-3 text-blue-800 bg-blue-50 border border-blue-700 hover:bg-blue-100 rounded-xl transition text-sm font-bold active:scale-90">Close</button>
    </div>
    <script src="script.js"></script>
</body>

</html>