<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Fovea - Mobile Apps & B2B Solutions</title>
    <link rel="icon" type="image/svg+xml" href="favicon.svg">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg fixed-top" style="background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); box-shadow: 0 2px 30px rgba(0,0,0,0.08);">
        <div class="container">
            <a class="navbar-brand" href="index.html">
                <img src="images/fovea-logo.png" alt="Fovea" height="40">
            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" style="border-color: rgba(0,0,0,0.1);">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="#home" style="color: var(--text-dark);">Home</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#about" style="color: var(--text-dark);">About</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#services" style="color: var(--text-dark);">Services</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#work" style="color: var(--text-dark);">Work</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="mobile-apps.html" style="color: var(--text-dark);">Mobile</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="b2b-services.html" style="color: var(--text-dark);">Platforms & Services</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="contact.html" style="color: var(--text-dark);">Contact</a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section id="home" class="hero-section">
        <div class="hero-grid-background"></div>
        <div class="container">
            <div class="row align-items-center min-vh-100">
                <div class="col-lg-7">
                    <div class="hero-content">
                        <div class="hero-tagline fade-in">
                            <span class="tagline-text">Digital Innovation Since 2008</span>
                        </div>
                        <h1 class="hero-title fade-in-delay-1">
                            Creating Digital Experiences That Span From <span class="highlight-text">Mobile Games</span> to <span class="highlight-text">Research Infrastructure</span>
                        </h1>
                        <p class="hero-subtitle fade-in-delay-2">
                            From consumer mobile applications to complex developer tools and research infrastructure. We create technical solutions that power innovation—whether it's engaging games, developer APIs, or scientific research platforms.
                        </p>
                        <div class="hero-expertise fade-in-delay-2">
                            <a href="mobile-apps.html" class="expertise-pillar-link">
                                <div class="expertise-pillar">
                                    <div class="expertise-icon">
                                        <i class="bi bi-phone"></i>
                                    </div>
                                    <h4>Mobile Games & Apps</h4>
                                    <p>Consumer applications and games for iOS and Android</p>
                                </div>
                            </a>
                            <a href="b2b-services.html" class="expertise-pillar-link">
                                <div class="expertise-pillar">
                                    <div class="expertise-icon">
                                        <i class="bi bi-diagram-3"></i>
                                    </div>
                                    <h4>Platforms & Services</h4>
                                    <p>Developer services, research platforms, and enterprise solutions</p>
                                </div>
                            </a>
                        </div>
                        <div class="hero-buttons fade-in-delay-3">
                            <a href="#work" class="btn btn-hero-primary">
                                <span>Explore Our Work</span>
                                <i class="bi bi-arrow-down"></i>
                            </a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-5">
                    <div class="hero-showcase fade-in-delay-2">
                        <div class="showcase-main">
                            <div class="showcase-carousel">
                                <div class="showcase-slide active" data-image="images/Triominos/ready/2-special-shapes.png">
                                    <div class="showcase-image-wrapper">
                                        <img src="images/Triominos/ready/2-special-shapes.png" alt="Triominos Special Shapes" class="showcase-image">
                                        <div class="showcase-overlay"></div>
                                    </div>
                                </div>
                                <div class="showcase-slide" data-image="images/Ali Hood/463004220_27391213823825637_5212420735799359271_n.jpg">
                                    <div class="showcase-image-wrapper">
                                        <img src="images/Ali Hood/463004220_27391213823825637_5212420735799359271_n.jpg" alt="Ali Hood" class="showcase-image">
                                        <div class="showcase-overlay"></div>
                                    </div>
                                </div>
                                <div class="showcase-slide" data-image="images/parcolab.jpg">
                                    <div class="showcase-image-wrapper">
                                        <img src="images/parcolab.jpg" alt="Parcolab" class="showcase-image">
                                        <div class="showcase-overlay"></div>
                                    </div>
                                </div>
                                <div class="showcase-slide" data-image="images/FlightWatching-our-services-1-e1691501175672.jpg">
                                    <div class="showcase-image-wrapper">
                                        <img src="images/FlightWatching-our-services-1-e1691501175672.jpg" alt="Flight Watching" class="showcase-image">
                                        <div class="showcase-overlay"></div>
                                    </div>
                                </div>
                            </div>
                            <div class="showcase-progress-bar">
                                <div class="progress-fill"></div>
                            </div>
                        </div>
                        <div class="showcase-thumbnails">
                            <div class="thumbnail-item active" data-index="0">
                                <img src="images/Triominos/ready/2-special-shapes.png" alt="Triominos Special Shapes">
                            </div>
                            <div class="thumbnail-item" data-index="1">
                                <img src="images/Ali Hood/463004220_27391213823825637_5212420735799359271_n.jpg" alt="Ali Hood">
                            </div>
                            <div class="thumbnail-item" data-index="2">
                                <img src="images/parcolab.jpg" alt="Parcolab">
                            </div>
                            <div class="thumbnail-item" data-index="3">
                                <img src="images/FlightWatching-our-services-1-e1691501175672.jpg" alt="Flight Watching">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="hero-scroll-indicator">
            <span>Scroll to explore</span>
            <i class="bi bi-arrow-down"></i>
        </div>
    </section>

    <!-- About Section -->
    <section id="about" class="about-section py-5">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 mx-auto text-center">
                    <h2 class="section-title">About Fovea</h2>
                    <p class="lead">Established in 2008, Fovea has been at the forefront of digital innovation, creating mobile applications and delivering custom B2B solutions for clients worldwide.</p>
                    <p>With a track record spanning over 15 years, we've developed successful mobile games and applications that have reached millions of users. Some have achieved remarkable success, while others have taught us valuable lessons that drive our continuous improvement.</p>
                    <p>Beyond consumer apps, we specialize in B2B services, helping organizations develop research projects and custom software solutions that solve complex challenges.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Services Overview -->
    <section id="services" class="services-section py-5 bg-light">
        <div class="container">
            <h2 class="section-title text-center mb-5">Our Services</h2>
            <div class="row g-4">
                <div class="col-lg-6">
                    <div class="service-card h-100">
                        <div class="service-icon">
                            <i class="bi bi-phone"></i>
                        </div>
                        <h3>Mobile Applications</h3>
                        <p>We design and develop engaging mobile apps and games for iOS and Android. From concept to launch, we create user experiences that captivate and retain users.</p>
                        <ul class="service-features">
                            <li>iOS & Android Development</li>
                            <li>Game Design & Development</li>
                            <li>UI/UX Design</li>
                            <li>App Store Optimization</li>
                        </ul>
                        <a href="mobile-apps.html" class="btn btn-outline-primary">View Portfolio</a>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="service-card h-100">
                        <div class="service-icon">
                            <i class="bi bi-briefcase"></i>
                        </div>
                        <h3>Platforms & Services</h3>
                        <p>We build developer services, research platforms, and enterprise solutions. From mobile payment solutions to AI-powered data analysis platforms, we create technical infrastructure that powers innovation.</p>
                        <ul class="service-features">
                            <li>Developer Services & APIs</li>
                            <li>Research Platforms</li>
                            <li>Enterprise Solutions</li>
                            <li>AI & Data Analytics</li>
                        </ul>
                        <a href="b2b-services.html" class="btn btn-outline-primary">View Portfolio</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Featured Work -->
    <section id="work" class="work-section py-5">
        <div class="container">
            <h2 class="section-title text-center mb-5">Featured Work</h2>
            
            <!-- Mobile Portfolio -->
            <div class="portfolio-section mb-5" style="margin-bottom: 5rem !important;">
                <div class="d-flex justify-content-between align-items-center mb-4">
                    <h3 class="h4 mb-0">Mobile</h3>
                    <a href="mobile-apps.html" class="btn btn-outline-primary btn-sm">View All Mobile Projects</a>
                </div>
                <div class="row g-4">
                    <!-- 1. Triominos (Landscape) -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card work-card-landscape">
                            <div class="work-image-landscape">
                                <img src="images/Triominos/ready/1-match-tiles.png" alt="Triominos" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Triominos</h4>
                                <p>Discover the classic Triominos adventure. A timeless board game experience brought to mobile devices.</p>
                                <a href="mobile-apps.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                    <!-- 2. Ali Hood (Landscape) -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card work-card-landscape">
                            <div class="work-image-landscape">
                                <img src="images/Ali Hood/463004220_27391213823825637_5212420735799359271_n.jpg" alt="Ali Hood" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Ali Hood</h4>
                                <p>An action-packed mobile game featuring stunning graphics and engaging gameplay with beautiful visuals.</p>
                                <a href="mobile-apps.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                    <!-- 3. Quadrus -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card">
                            <div class="work-image">
                                <img src="quadrus/images/quadrus-1.webp" alt="Quadrus" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Quadrus</h4>
                                <p>A pure strategy board game for mobile devices. Challenge your friends in fast-paced duo matches or intensive classic games.</p>
                                <a href="mobile-apps.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Platforms & Services Portfolio -->
            <div class="portfolio-section">
                <div class="d-flex justify-content-between align-items-center mb-4">
                    <h3 class="h4 mb-0">Platforms & Services</h3>
                    <a href="b2b-services.html" class="btn btn-outline-primary btn-sm">View All Platforms & Services</a>
                </div>
                <div class="row g-4">
                    <!-- 1. Parcolab -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card">
                            <div class="work-image">
                                <img src="images/parcolab.jpg" alt="Parcolab" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Parcolab</h4>
                                <p>Research project development platform supporting scientific collaboration and data analysis.</p>
                                <a href="b2b-services.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                    <!-- 2. Flight Watching -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card">
                            <div class="work-image">
                                <img src="images/FlightWatching-our-services-1-e1691501175672.jpg" alt="Flight Watching" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Flight Watching</h4>
                                <p>AI-powered SaaS platform analyzing airline data in real-time for predictive maintenance. Used by 15 clients worldwide including Etihad Airways and Qatar Airways.</p>
                                <a href="b2b-services.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                    <!-- 3. Fovea Billing -->
                    <div class="col-lg-4 col-md-6">
                        <div class="work-card">
                            <div class="work-image">
                                <img src="images/billing fovea.png" alt="Fovea Billing" class="img-fluid">
                            </div>
                            <div class="work-content">
                                <h4>Fovea Billing</h4>
                                <p>Mobile payment solutions for developers. A reliable service for in-app purchase validation and billing management.</p>
                                <a href="b2b-services.html" class="btn btn-sm btn-primary">View Portfolio</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact CTA -->
    <section class="contact-cta py-5 bg-primary text-white">
        <div class="container text-center">
            <h2 class="mb-4">Ready to Start Your Project?</h2>
            <p class="lead mb-4">Let's discuss how we can help bring your ideas to life.</p>
            <a href="contact.html" class="btn btn-light btn-lg">Get In Touch</a>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-dark text-white py-4">
        <div class="container">
            <div class="row">
                <div class="col-md-6">
                    <p>&copy; 2026 Fovea. All rights reserved.</p>
                </div>
                <div class="col-md-6 text-md-end">
                    <a href="contact.html" class="text-white text-decoration-none me-3">Contact</a>
                    <a href="mailto:contact@fovea.cc" class="text-white text-decoration-none">contact@fovea.cc</a>
                </div>
            </div>
        </div>
    </footer>

    <!-- Bootstrap JS -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
    <script>
        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute('href'));
                if (target) {
                    target.scrollIntoView({
                        behavior: 'smooth',
                        block: 'start'
                    });
                }
            });
        });

        // Navbar background on scroll
        window.addEventListener('scroll', function() {
            const navbar = document.querySelector('.navbar');
            if (window.scrollY > 50) {
                navbar.classList.add('navbar-scrolled');
            } else {
                navbar.classList.remove('navbar-scrolled');
            }
        });

        // Hero showcase auto-carousel
        const showcaseSlides = document.querySelectorAll('.showcase-slide');
        const thumbnails = document.querySelectorAll('.thumbnail-item');
        const progressFill = document.querySelector('.progress-fill');
        let currentSlide = 0;
        let autoSlideInterval;
        const slideDuration = 4000; // 4 seconds per slide

        function showSlide(index) {
            // Remove active class from all slides and thumbnails
            showcaseSlides.forEach(slide => slide.classList.remove('active'));
            thumbnails.forEach(thumb => thumb.classList.remove('active'));
            
            // Add active class to current slide and thumbnail
            if (showcaseSlides[index]) {
                showcaseSlides[index].classList.add('active');
            }
            if (thumbnails[index]) {
                thumbnails[index].classList.add('active');
            }
            
            currentSlide = index;
            resetProgress();
        }

        function nextSlide() {
            const next = (currentSlide + 1) % showcaseSlides.length;
            showSlide(next);
        }

        function resetProgress() {
            if (progressFill) {
                progressFill.style.animation = 'none';
                setTimeout(() => {
                    progressFill.style.animation = 'progressAnimation ' + slideDuration + 'ms linear';
                }, 10);
            }
        }

        function startAutoSlide() {
            autoSlideInterval = setInterval(nextSlide, slideDuration);
        }

        function stopAutoSlide() {
            clearInterval(autoSlideInterval);
        }

        // Initialize
        showSlide(0);
        startAutoSlide();

        // Thumbnail click handler
        thumbnails.forEach((thumbnail, index) => {
            thumbnail.addEventListener('click', function() {
                stopAutoSlide();
                showSlide(index);
                startAutoSlide();
            });
        });

        // Pause on hover
        const showcaseMain = document.querySelector('.showcase-main');
        if (showcaseMain) {
            showcaseMain.addEventListener('mouseenter', stopAutoSlide);
            showcaseMain.addEventListener('mouseleave', startAutoSlide);
        }
    </script>
</body>
</html>
