<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ciné Le Paris - Bettembourg</title>
    <link rel="stylesheet" href="assets/css/home.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <!-- Hero Section -->
    <section class="cine-hero">
        <div class="cine-hero-content">
            <h1>Experience Cinema at Its Finest</h1>
            <p>Discover the magic of movies at Bettembourg's premier cinema destination</p>
            <a href="?page=showtimes" class="cine-hero-button">View Showtimes</a>
        </div>
    </section>

    <!-- Welcome Section -->
    <div class="cine-welcome-container">
        <h1>Bienvenue à Ciné Le Paris</h1>
        <p>
            Step into the magic of cinema at <strong>Ciné Le Paris</strong>. 
            We bring you the latest blockbusters, timeless classics, and unique 
            indie gems – all under one roof. 
        </p>
        <p>
            Explore our schedule, check out special screenings, and immerse yourself 
            in the world of film. Join us for an unforgettable cinematic experience!
        </p>

        <a href="?page=showtimes" class="cine-welcome-button">View Showtimes</a>
    </div>

    <!-- Features Section -->
    <section class="cine-features">
        <div class="cine-features-container">
            <div class="cine-features-title">
                <h2>Why Choose Ciné Le Paris</h2>
                <p>We offer more than just movies - we create experiences</p>
            </div>
            <div class="cine-features-grid">
                <div class="cine-feature-card">
                    <div class="cine-feature-icon">
                        <i class="fas fa-film"></i>
                    </div>
                    <h3>Latest Releases</h3>
                    <p>Enjoy the newest blockbusters and indie films as soon as they're released</p>
                </div>
                <div class="cine-feature-card">
                    <div class="cine-feature-icon">
                        <i class="fas fa-couch"></i>
                    </div>
                    <h3>Comfortable Seating</h3>
                    <p>Relax in our premium seats designed for maximum comfort</p>
                </div>
                <div class="cine-feature-card">
                    <div class="cine-feature-icon">
                        <i class="fas fa-volume-up"></i>
                    </div>
                    <h3>State-of-the-Art Sound</h3>
                    <p>Immerse yourself in crystal clear audio with our advanced sound system</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="cine-footer">
        <div class="cine-footer-container">
            <div class="cine-footer-logo">
                <img src="assets/images/logo.svg" alt="Ciné Le Paris Logo">
                <p>Your premier cinema destination in Bettembourg, bringing the magic of movies to life since 1950.</p>
            </div>
            <div class="cine-footer-section">
                <h3>CONTACT</h3>
                <div class="cine-footer-contact">
                    <p><i class="fas fa-envelope"></i> cclparis@pt.lu</p>
                    <p><i class="fab fa-twitter"></i> @cineleparis</p>
                    <p><i class="fas fa-phone"></i> +352 520249 <span>(de 19:30 à 20:00)</span></p>
                    <p><i class="fas fa-phone"></i> +352 661746525 <span>(après 14:00hrs)</span></p>
                </div>
                <div class="cine-footer-social">
                    <a href="#"><i class="fab fa-facebook-f"></i></a>
                    <a href="#"><i class="fab fa-instagram"></i></a>
                    <a href="#"><i class="fab fa-twitter"></i></a>
                </div>
            </div>
            <div class="cine-footer-section">
                <h3>ADRESSE</h3>
                <div class="cine-footer-contact">
                    <p><i class="fas fa-map-marker-alt"></i> Ciné Le Paris</p>
                    <p>12, Rue De La Gare</p>
                    <p>L-3236 Bettembourg</p>
                </div>
                <div class="cine-footer-social">
                    <a href="#"><i class="fas fa-map-marked-alt"></i></a>
                    <a href="#"><i class="fas fa-directions"></i></a>
                </div>
            </div>
        </div>
        <div class="cine-footer-bottom">
            <p>&copy; 2023 Ciné Le Paris. All rights reserved.</p>
        </div>
    </footer>
</body>
</html>