<!DOCTYPE html>
<html lang="bn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CinePix - OTTBoxBD এর প্রবেশদ্বার</title>
    <meta name="description" content="পছন্দের মুভি এবং সিরিজ খুঁজুন। আমরা আপনাকে OTTBoxBD-তে নিয়ে যাচ্ছি, যা বিনোদনের সেরা ঠিকানা।">
    <link rel="stylesheet" href="style.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Hind+Siliguri:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
    <div class="background-overlay"></div>
    <main class="container">
        <div class="glass-card">
            <h1 class="logo">Cine<span>Pix</span></h1>
            <p class="tagline">মুভি এবং সিরিজ প্রেমীদের জন্য সেরা পোর্টাল।</p>
            <div class="divider"></div>
            <p class="description">
                CinePix-এ স্বাগতম। আমরা আমাদের সকল কন্টেন্ট অফিসিয়াল প্ল্যাটফর্মে স্থানান্তরিত করছি। 
                নিচের বাটনে ক্লিক করে <strong>OTTBoxBD.Com</strong>-এ হাজার হাজার মুভি এবং টিভি শো উপভোগ করুন।
            </p>
            
            <div class="button-group">
                <button id="enter-btn" class="cta-button primary">
                    <span>OTTBoxBD-এ প্রবেশ করুন</span>
                    <svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
                </button>
                
                <a href="https://t.me/cinepix_movies" target="_blank" class="cta-button secondary">
                    <svg viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M11.944 0C5.352 0 0 5.352 0 11.944c0 6.592 5.352 11.944 11.944 11.944 6.592 0 11.944-5.352 11.944-11.944C23.888 5.352 18.536 0 11.944 0zM17.84 8.016l-1.928 9.072c-.144.648-.528.808-1.072.504l-2.936-2.16-1.416 1.368c-.16.16-.288.288-.44.288l.208-2.936 5.352-4.832c.232-.208-.048-.32-.36-.12l-6.616 4.16-2.848-.888c-.624-.192-.632-.624.128-.92l11.136-4.296c.512-.192.96.112.792.816z"/></svg>
                    <span>টেলিগ্রাম গ্রুপে জয়েন করুন</span>
                </a>
            </div>

            <p class="footer-text"><span id="timer">১০</span> সেকেন্ডের মধ্যে স্বয়ংক্রিয়ভাবে রিডাইরেক্ট করা হচ্ছে...</p>
        </div>
    </main>
    <script src="script.js"></script>
</body>
</html>
