These films challenge viewers to look past labels and see the person behind the identity. They remind us that while the cultural specifics might vary, the desire to live authentically is universal.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ladyboy Movie — Independent Film Showcase</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> <script src="https://unpkg.com/lucide@latest"></script> <style> * margin: 0; padding: 0; box-sizing: border-box; body font-family: 'Inter', sans-serif; background: #000; color: #fff; overflow-x: hidden;
.nav-blur backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 2.8px 2.2px rgba(0,0,0,0.034), 0 6.7px 5.3px rgba(0,0,0,0.048), 0 12.5px 10px rgba(0,0,0,0.06), 0 22.3px 17.9px rgba(0,0,0,0.072), 0 41.8px 33.4px rgba(0,0,0,0.086), 0 100px 80px rgba(0,0,0,0.12);
The response to the film is overwhelming. Audience members are moved to tears by the stories of the katoy individuals, and many express gratitude for the opportunity to learn about and understand their experiences. The film sparks a national conversation about gender identity and acceptance, inspiring a wave of support for the katoy community.
</style> </head> <body class="grain-overlay">
<!-- Navigation --> <nav class="sticky top-4 z-50 mx-auto max-w-7xl px-4 animate-in"> <div class="nav-blur rounded-2xl border border-white/[0.06] bg-white/[0.03] px-6 py-3 flex items-center justify-between"> <div class="flex items-center gap-3"> <div class="relative"> <div class="w-9 h-9 rounded-xl bg-gradient-to-br from-purple-500 to-blue-500 flex items-center justify-center"> <i data-lucide="clapperboard" class="w-5 h-5 text-white"></i> </div> <div class="absolute -top-0.5 -right-0.5 w-3 h-3 bg-green-400 rounded-full border-2 border-black"></div> </div> <span class="font-semibold text-sm tracking-tight">LadyboyMovie</span> </div> <div class="hidden md:flex items-center gap-8"> <a href="#featured" class="text-sm text-white/50 hover:text-white transition-colors duration-150">Featured</a> <a href="#collection" class="text-sm text-white/50 hover:text-white transition-colors duration-150">Collection</a> <a href="#categories" class="text-sm text-white/50 hover:text-white transition-colors duration-150">Categories</a> <a href="#about" class="text-sm text-white/50 hover:text-white transition-colors duration-150">About</a> </div> <div class="flex items-center gap-3"> <button id="searchBtn" class="w-9 h-9 rounded-xl bg-white/[0.05] border border-white/[0.06] flex items-center justify-center hover:bg-white/[0.1] transition-all duration-200"> <i data-lucide="search" class="w-4 h-4 text-white/60"></i> </button> <button class="hidden sm:flex items-center gap-2 px-4 py-2 rounded-xl bg-white text-neutral-900 text-sm font-medium hover:scale-[1.02] transition-all duration-200" style="box-shadow: 0 4px 20px rgba(255,255,255,0.15);"> <i data-lucide="play" class="w-3.5 h-3.5"></i> Watch Now </button> <button id="mobileMenuBtn" class="md:hidden w-9 h-9 rounded-xl bg-white/[0.05] border border-white/[0.06] flex items-center justify-center"> <i data-lucide="menu" class="w-4 h-4 text-white/60"></i> </button> </div> </div> </nav>
.perspective-container perspective: 1200px;
