Spaces:
Running
Running
File size: 34,577 Bytes
3d28543 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 | <!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Viewmax Studio – The AI Tool Suite for Creating Viral Videos</title>
<meta name="description" content="Create stunning viral videos with AI. Free AI video generator, caption remover, watermark remover, voiceovers, and more. No credit card required.">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
50: '#f5f3ff',
100: '#ede9fe',
200: '#ddd6fe',
300: '#c4b5fd',
400: '#a78bfa',
500: '#8b5cf6',
600: '#7c3aed',
700: '#6d28d9',
800: '#5b21b6',
900: '#4c1d95',
},
secondary: {
50: '#ecfeff',
100: '#cffafe',
200: '#a5f3fc',
300: '#67e8f9',
400: '#22d3ee',
500: '#06b6d4',
600: '#0891b2',
700: '#0e7490',
800: '#155e75',
900: '#164e63',
}
},
animation: {
'gradient-x': 'gradient-x 15s ease infinite',
'float': 'float 6s ease-in-out infinite',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
},
keyframes: {
'gradient-x': {
'0%, 100%': {
'background-size': '200% 200%',
'background-position': 'left center'
},
'50%': {
'background-size': '200% 200%',
'background-position': 'right center'
},
},
'float': {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' },
}
}
}
}
}
</script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
<body class="bg-slate-900 text-slate-100 font-sans antialiased overflow-x-hidden">
<!-- Navigation -->
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section class="relative min-h-screen flex items-center justify-center overflow-hidden pt-20">
<!-- Background Effects -->
<div class="absolute inset-0 bg-gradient-to-br from-primary-900/40 via-slate-900 to-secondary-900/30 animate-gradient-x"></div>
<div class="absolute top-20 left-10 w-72 h-72 bg-primary-600/20 rounded-full blur-3xl animate-float"></div>
<div class="absolute bottom-20 right-10 w-96 h-96 bg-secondary-600/20 rounded-full blur-3xl animate-float" style="animation-delay: 2s;"></div>
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-primary-500/10 border border-primary-500/20 mb-8 backdrop-blur-sm">
<span class="flex h-2 w-2 rounded-full bg-primary-400 animate-pulse"></span>
<span class="text-primary-300 text-sm font-medium">100% Free • No Credit Card Required</span>
</div>
<h1 class="text-5xl md:text-7xl font-bold mb-6 tracking-tight">
<span class="bg-gradient-to-r from-white via-primary-200 to-secondary-200 bg-clip-text text-transparent">
Viewmax Studio
</span>
</h1>
<p class="text-xl md:text-3xl text-slate-300 mb-8 max-w-3xl mx-auto font-light leading-relaxed">
The AI Tool Suite for Creating
<span class="text-primary-400 font-semibold">Viral Videos</span>
</p>
<p class="text-slate-400 mb-12 max-w-2xl mx-auto text-lg">
Generate stunning AI videos, remove watermarks, create voiceovers, and script your content.
All powered by next-gen AI. Completely free.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
<a href="#tools" class="group relative inline-flex items-center gap-2 px-8 py-4 bg-primary-600 hover:bg-primary-500 rounded-full font-semibold text-white transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-primary-500/25">
<i data-feather="sparkles" class="w-5 h-5"></i>
Start Creating Free
<div class="absolute inset-0 rounded-full bg-white/20 blur-xl opacity-0 group-hover:opacity-100 transition-opacity"></div>
</a>
<a href="#course" class="inline-flex items-center gap-2 px-8 py-4 bg-slate-800/50 hover:bg-slate-700/50 border border-slate-700 rounded-full font-semibold text-slate-300 transition-all duration-300 backdrop-blur-sm">
<i data-feather="play-circle" class="w-5 h-5"></i>
Watch Tutorial
</a>
</div>
<!-- Stats -->
<div class="mt-16 grid grid-cols-2 md:grid-cols-4 gap-8 max-w-3xl mx-auto">
<div class="p-4 rounded-2xl bg-slate-800/30 border border-slate-700/50 backdrop-blur-sm">
<div class="text-3xl font-bold text-white mb-1">10M+</div>
<div class="text-sm text-slate-400">Videos Created</div>
</div>
<div class="p-4 rounded-2xl bg-slate-800/30 border border-slate-700/50 backdrop-blur-sm">
<div class="text-3xl font-bold text-white mb-1">50K+</div>
<div class="text-sm text-slate-400">Daily Users</div>
</div>
<div class="p-4 rounded-2xl bg-slate-800/30 border border-slate-700/50 backdrop-blur-sm">
<div class="text-3xl font-bold text-white mb-1">100%</div>
<div class="text-sm text-slate-400">Free Forever</div>
</div>
<div class="p-4 rounded-2xl bg-slate-800/30 border border-slate-700/50 backdrop-blur-sm">
<div class="text-3xl font-bold text-white mb-1">4K</div>
<div class="text-sm text-slate-400">Export Quality</div>
</div>
</div>
</div>
<!-- Scroll Indicator -->
<div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
<i data-feather="chevron-down" class="w-6 h-6 text-slate-500"></i>
</div>
</section>
<!-- Tools Section -->
<section id="tools" class="py-24 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-primary-400 to-secondary-400 bg-clip-text text-transparent">
Powerful AI Tools
</h2>
<p class="text-slate-400 text-lg max-w-2xl mx-auto">
Everything you need to create professional viral content. No watermarks, no limits, no credit card.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Tool Card 1 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-primary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-primary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-primary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-primary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="video" class="w-7 h-7 text-primary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Sora AI Video Generator</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Generate stunning AI videos without watermarks powered by Sora 2. Text to video in seconds.</p>
<a href="#" class="inline-flex items-center gap-2 text-primary-400 hover:text-primary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
<!-- Tool Card 2 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-secondary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-secondary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-secondary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-secondary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="type" class="w-7 h-7 text-secondary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Caption Remover</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Remove captions from videos with our AI-powered caption remover. Clean frames instantly.</p>
<a href="#" class="inline-flex items-center gap-2 text-secondary-400 hover:text-secondary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
<!-- Tool Card 3 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-primary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-primary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-primary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-primary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="droplet" class="w-7 h-7 text-primary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Watermark Remover</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Automatically clean watermarks from videos using our Viewmax AI. Invisible removal.</p>
<a href="#" class="inline-flex items-center gap-2 text-primary-400 hover:text-primary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
<!-- Tool Card 4 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-secondary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-secondary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-secondary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-secondary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="mic" class="w-7 h-7 text-secondary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">AI Voiceover</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Generate natural-sounding voiceovers for your videos using AI. 50+ languages supported.</p>
<a href="#" class="inline-flex items-center gap-2 text-secondary-400 hover:text-secondary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
<!-- Tool Card 5 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-primary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-primary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-primary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-primary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="file-text" class="w-7 h-7 text-primary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">AI Scriptwriter</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Create engaging scripts for your videos with AI-powered writing assistance. Viral formulas included.</p>
<a href="#" class="inline-flex items-center gap-2 text-primary-400 hover:text-primary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
<!-- Tool Card 6 -->
<div class="group relative p-6 rounded-3xl bg-slate-800/40 border border-slate-700/50 hover:border-secondary-500/50 transition-all duration-500 hover:-translate-y-2 hover:shadow-2xl hover:shadow-secondary-500/10 backdrop-blur-sm overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-secondary-600/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500"></div>
<div class="relative z-10">
<div class="w-14 h-14 rounded-2xl bg-secondary-500/20 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="download" class="w-7 h-7 text-secondary-400"></i>
</div>
<h3 class="text-xl font-bold mb-2 text-white">Video Downloader</h3>
<p class="text-slate-400 mb-4 text-sm leading-relaxed">Download videos from YouTube, Instagram, TikTok, X, and Facebook instantly. No limits.</p>
<a href="#" class="inline-flex items-center gap-2 text-secondary-400 hover:text-secondary-300 font-medium text-sm group/link">
Try now
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/link:translate-x-1 transition-transform"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Beta Templates Section -->
<section class="py-24 bg-slate-800/30 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-b from-slate-900 via-transparent to-slate-900"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-12">
<div>
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-amber-500/10 border border-amber-500/20 text-amber-400 text-xs font-bold uppercase tracking-wide mb-4">
Beta
</div>
<h2 class="text-4xl md:text-5xl font-bold mb-2">Templates</h2>
<p class="text-slate-400">Jump-start your creation with pre-made workflows</p>
</div>
<p class="text-slate-500 text-sm mt-4 md:mt-0 max-w-xs">
Templates are currently in beta and may have bugs. Thanks for your patience!
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Template 1 -->
<div class="group relative rounded-3xl overflow-hidden bg-slate-800 border border-slate-700 hover:border-primary-500/50 transition-all duration-500">
<div class="aspect-video relative overflow-hidden">
<img src="https://static.photos/technology/640x360/1" alt="Story Video" class="w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-slate-900 via-slate-900/20 to-transparent opacity-60"></div>
<div class="absolute top-4 left-4">
<span class="px-3 py-1 rounded-full bg-amber-500/20 text-amber-400 text-xs font-bold border border-amber-500/30">Beta</span>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-white group-hover:text-primary-400 transition-colors">Story Video</h3>
<p class="text-slate-400 text-sm mb-4">Combine a voiceover with b-roll and captions to create stories and clips automatically.</p>
<button class="w-full py-3 rounded-xl bg-slate-700 hover:bg-primary-600 text-white font-medium transition-all duration-300 flex items-center justify-center gap-2 group/btn">
Create
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/btn:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Template 2 -->
<div class="group relative rounded-3xl overflow-hidden bg-slate-800 border border-slate-700 hover:border-secondary-500/50 transition-all duration-500">
<div class="aspect-video relative overflow-hidden">
<img src="https://static.photos/technology/640x360/2" alt="Clip & Edit" class="w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-slate-900 via-slate-900/20 to-transparent opacity-60"></div>
<div class="absolute top-4 left-4">
<span class="px-3 py-1 rounded-full bg-amber-500/20 text-amber-400 text-xs font-bold border border-amber-500/30">Beta</span>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-white group-hover:text-secondary-400 transition-colors">Clip & Edit</h3>
<p class="text-slate-400 text-sm mb-4">Transform a long video into an edited short-form clip with AI-generated captions.</p>
<button class="w-full py-3 rounded-xl bg-slate-700 hover:bg-secondary-600 text-white font-medium transition-all duration-300 flex items-center justify-center gap-2 group/btn">
Start Editing
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/btn:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Template 3 -->
<div class="group relative rounded-3xl overflow-hidden bg-slate-800 border border-slate-700 hover:border-primary-500/50 transition-all duration-500">
<div class="aspect-video relative overflow-hidden">
<img src="https://static.photos/technology/640x360/3" alt="Start from Scratch" class="w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-700">
<div class="absolute inset-0 bg-gradient-to-t from-slate-900 via-slate-900/20 to-transparent opacity-60"></div>
<div class="absolute top-4 left-4">
<span class="px-3 py-1 rounded-full bg-amber-500/20 text-amber-400 text-xs font-bold border border-amber-500/30">Beta</span>
</div>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-2 text-white group-hover:text-primary-400 transition-colors">Start from Scratch</h3>
<p class="text-slate-400 text-sm mb-4">Start in the Viewmax video editor and create your video from scratch with AI assistance.</p>
<button class="w-full py-3 rounded-xl bg-slate-700 hover:bg-primary-600 text-white font-medium transition-all duration-300 flex items-center justify-center gap-2 group/btn">
Get Started
<i data-feather="arrow-right" class="w-4 h-4 transform group-hover/btn:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Course Section -->
<section id="course" class="py-24 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="order-2 lg:order-1">
<div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-secondary-500/10 border border-secondary-500/20 mb-6">
<i data-feather="book-open" class="w-4 h-4 text-secondary-400"></i>
<span class="text-secondary-300 text-sm font-medium">Free Course</span>
</div>
<h2 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">
Watch the <span class="text-transparent bg-clip-text bg-gradient-to-r from-secondary-400 to-primary-400">2026 Crash Course</span> for Short-form Content
</h2>
<p class="text-slate-400 text-lg mb-8">
Master the Art of Creating Viral Short-form Content. From zero to viral hero in 2.5 hours.
</p>
<div class="flex flex-wrap gap-4 mb-8">
<div class="flex items-center gap-2 text-slate-300">
<i data-feather="clock" class="w-5 h-5 text-primary-400"></i>
<span>2 Hours 30 Mins</span>
</div>
<div class="flex items-center gap-2 text-slate-300">
<i data-feather="list" class="w-5 h-5 text-primary-400"></i>
<span>45 Lessons</span>
</div>
<div class="flex items-center gap-2 text-slate-300">
<i data-feather="users" class="w-5 h-5 text-primary-400"></i>
<span>12K+ Students</span>
</div>
</div>
<div class="space-y-4 mb-8">
<div class="p-4 rounded-2xl bg-slate-800/50 border border-slate-700 hover:border-primary-500/30 transition-colors cursor-pointer group">
<div class="flex items-start gap-4">
<div class="w-12 h-12 rounded-xl bg-primary-500/20 flex items-center justify-center shrink-0 group-hover:bg-primary-500/30 transition-colors">
<span class="text-primary-400 font-bold">01</span>
</div>
<div>
<h4 class="font-semibold text-white mb-1 group-hover:text-primary-400 transition-colors">Why Start Short-form Content?</h4>
<p class="text-sm text-slate-400">The Complete Beginner's Guide to Social Media in 2025 • 15 mins</p>
</div>
<i data-feather="play-circle" class="w-6 h-6 text-slate-600 group-hover:text-primary-400 transition-colors shrink-0"></i>
</div>
</div>
<div class="p-4 rounded-2xl bg-slate-800/50 border border-slate-700 hover:border-secondary-500/30 transition-colors cursor-pointer group">
<div class="flex items-start gap-4">
<div class="w-12 h-12 rounded-xl bg-secondary-500/20 flex items-center justify-center shrink-0 group-hover:bg-secondary-500/30 transition-colors">
<span class="text-secondary-400 font-bold">02</span>
</div>
<div>
<h4 class="font-semibold text-white mb-1 group-hover:text-secondary-400 transition-colors">Finding Your Niche</h4>
<p class="text-sm text-slate-400">Proven ways to find a successful niche • 15 mins</p>
</div>
<i data-feather="lock" class="w-6 h-6 text-slate-600 group-hover:text-secondary-400 transition-colors shrink-0"></i>
</div>
</div>
<div class="p-4 rounded-2xl bg-slate-800/50 border border-slate-700 hover:border-primary-500/30 transition-colors cursor-pointer group">
<div class="flex items-start gap-4">
<div class="w-12 h-12 rounded-xl bg-primary-500/20 flex items-center justify-center shrink-0 group-hover:bg-primary-500/30 transition-colors">
<span class="text-primary-400 font-bold">03</span>
</div>
<div>
<h4 class="font-semibold text-white mb-1 group-hover:text-primary-400 transition-colors">Making Your First Video</h4>
<p class="text-sm text-slate-400">Everything you need to get your first upload live • 20 mins</p>
</div>
<i data-feather="lock" class="w-6 h-6 text-slate-600 group-hover:text-primary-400 transition-colors shrink-0"></i>
</div>
</div>
</div>
<button class="inline-flex items-center gap-2 px-8 py-4 bg-gradient-to-r from-primary-600 to-secondary-600 hover:from-primary-500 hover:to-secondary-500 rounded-full font-semibold text-white transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-primary-500/25">
<i data-feather="play" class="w-5 h-5 fill-current"></i>
Start Watching Free
</button>
</div>
<div class="order-1 lg:order-2 relative">
<div class="relative rounded-3xl overflow-hidden shadow-2xl shadow-primary-500/20 border border-slate-700">
<img src="https://static.photos/technology/1024x576/42" alt="Course Preview" class="w-full h-auto">
<div class="absolute inset-0 bg-gradient-to-t from-slate-900/80 via-transparent to-transparent"></div>
<div class="absolute inset-0 flex items-center justify-center">
<button class="w-20 h-20 rounded-full bg-white/10 backdrop-blur-md border border-white/20 flex items-center justify-center hover:scale-110 transition-transform duration-300 group">
<i data-feather="play" class="w-8 h-8 text-white fill-white ml-1 group-hover:scale-110 transition-transform"></i>
</button>
</div>
<div class="absolute bottom-4 left-4 right-4">
<div class="h-1 bg-slate-700 rounded-full overflow-hidden">
<div class="h-full w-1/3 bg-gradient-to-r from-primary-500 to-secondary-500 rounded-full"></div>
</div>
</div>
</div>
<!-- Floating Elements -->
<div class="absolute -top-6 -right-6 w-24 h-24 bg-primary-500/20 rounded-full blur-2xl animate-pulse-slow"></div>
<div class="absolute -bottom-6 -left-6 w-32 h-32 bg-secondary-500/20 rounded-full blur-2xl animate-pulse-slow" style="animation-delay: 1s;"></div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-24 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-primary-900/50 to-secondary-900/50"></div>
<div class="absolute inset-0 bg-[url('data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%239C92AC%22%20fill-opacity%3D%220.05%22%3E%3Cpath%20d%3D%22M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E')] opacity-20"></div>
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
<h2 class="text-4xl md:text-6xl font-bold mb-6 bg-gradient-to-r from-white via-primary-200 to-secondary-200 bg-clip-text text-transparent">
Ready to Go Viral?
</h2>
<p class="text-xl text-slate-300 mb-8 max-w-2xl mx-auto">
Join 50,000+ creators using Viewmax Studio to create stunning content.
Completely free, no credit card required.
</p>
<form class="max-w-md mx-auto mb-8" onsubmit="event.preventDefault(); alert('Welcome to Viewmax!');">
<div class="flex flex-col sm:flex-row gap-3">
<input type="email" placeholder="Enter your email" class="flex-1 px-6 py-4 rounded-full bg-slate-800/50 border border-slate-600 text-white placeholder-slate-400 focus:outline-none focus:border-primary-500 focus:ring-2 focus:ring-primary-500/20 transition-all backdrop-blur-sm">
<button type="submit" class="px-8 py-4 bg-white text-slate-900 rounded-full font-bold hover:bg-primary-50 transition-all duration-300 hover:scale-105 whitespace-nowrap">
Get Started
</button>
</div>
<p class="text-slate-500 text-sm mt-4 flex items-center justify-center gap-2">
<i data-feather="check-circle" class="w-4 h-4 text-green-500"></i>
Free forever • No credit card • Cancel anytime
</p>
</form>
<div class="flex items-center justify-center gap-8 text-slate-400">
<div class="flex items-center gap-2">
<i data-feather="shield" class="w-5 h-5"></i>
<span class="text-sm">Secure</span>
</div>
<div class="flex items-center gap-2">
<i data-feather="zap" class="w-5 h-5"></i>
<span class="text-sm">Fast</span>
</div>
<div class="flex items-center gap-2">
<i data-feather="heart" class="w-5 h-5"></i>
<span class="text-sm">Loved by creators</span>
</div>
</div>
</div>
</section>
<!-- Footer -->
<custom-footer></custom-footer>
<!-- Scripts -->
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html> |