File size: 31,708 Bytes
26c34f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Free Porn Videos & Sex Movies - Porno, XXX, Porn Tube</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .video-thumbnail {
            aspect-ratio: 16/9;
        }
        .category-icon {
            width: 40px;
            height: 40px;
        }
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        .pornstar-card {
            transition: transform 0.3s;
        }
        .pornstar-card:hover {
            transform: scale(1.03);
        }
        .gradient-bg {
            background: linear-gradient(to right, #ff9900, #ff6600);
        }
        .mobile-menu {
            transition: all 0.3s ease;
        }
        .mobile-menu-hidden {
            transform: translateX(100%);
        }
        .mobile-menu-visible {
            transform: translateX(0);
        }
    </style>
</head>
<body class="bg-gray-100 text-gray-800">
    <!-- Top Bar -->
    <div class="bg-black text-white py-2 px-4 flex justify-between items-center text-sm">
        <div class="flex space-x-4">
            <a href="#" class="hover:text-orange-400">English</a>
            <a href="#" class="hover:text-orange-400">Help</a>
            <a href="#" class="hover:text-orange-400">Feedback</a>
        </div>
        <div class="flex space-x-4">
            <a href="#" class="hover:text-orange-400">Sign Up</a>
            <a href="#" class="hover:text-orange-400">Log In</a>
        </div>
    </div>

    <!-- Main Header -->
    <header class="bg-white shadow-md">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <!-- Logo -->
            <div class="flex items-center">
                <a href="#" class="text-2xl font-bold text-orange-500">
                    <span class="hidden md:inline">PORNHUB</span>
                    <span class="md:hidden">PH</span>
                </a>
            </div>

            <!-- Search Bar -->
            <div class="hidden md:flex flex-1 mx-8">
                <input type="text" placeholder="Search for videos, pornstars or categories" 
                       class="w-full px-4 py-2 border border-gray-300 rounded-l-full focus:outline-none focus:ring-2 focus:ring-orange-500">
                <button class="bg-orange-500 text-white px-4 py-2 rounded-r-full hover:bg-orange-600">
                    <i class="fas fa-search"></i>
                </button>
            </div>

            <!-- Mobile Menu Button -->
            <button id="mobileMenuButton" class="md:hidden text-gray-600">
                <i class="fas fa-bars text-2xl"></i>
            </button>

            <!-- Desktop Menu Items -->
            <div class="hidden md:flex space-x-6">
                <a href="#" class="hover:text-orange-500 font-medium">Videos</a>
                <a href="#" class="hover:text-orange-500 font-medium">Categories</a>
                <a href="#" class="hover:text-orange-500 font-medium">Pornstars</a>
                <a href="#" class="hover:text-orange-500 font-medium">Photos</a>
            </div>
        </div>
    </header>

    <!-- Mobile Menu (Hidden by default) -->
    <div id="mobileMenu" class="mobile-menu mobile-menu-hidden fixed inset-y-0 right-0 w-64 bg-white shadow-lg z-50 overflow-y-auto">
        <div class="p-4">
            <div class="flex justify-between items-center mb-6">
                <div class="text-xl font-bold text-orange-500">MENU</div>
                <button id="closeMobileMenu" class="text-gray-600">
                    <i class="fas fa-times text-2xl"></i>
                </button>
            </div>
            
            <div class="mb-4">
                <input type="text" placeholder="Search..." 
                       class="w-full px-4 py-2 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-orange-500">
            </div>
            
            <nav class="space-y-4">
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Videos</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Categories</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Pornstars</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Photos</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Live Cams</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Community</a>
                <div class="border-t border-gray-200 my-2"></div>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Sign Up</a>
                <a href="#" class="block py-2 px-4 hover:bg-gray-100 rounded">Log In</a>
            </nav>
        </div>
    </div>

    <!-- Main Content -->
    <main class="container mx-auto px-4 py-6">
        <!-- Hero Section -->
        <section class="mb-8">
            <div class="gradient-bg text-white rounded-lg p-6 md:p-8">
                <div class="flex flex-col md:flex-row items-center">
                    <div class="md:w-1/2 mb-6 md:mb-0">
                        <h1 class="text-3xl md:text-4xl font-bold mb-4">Unlimited Free Porn Videos</h1>
                        <p class="text-lg mb-6">Enjoy the hottest pornstars and amateur community on the net.</p>
                        <button class="bg-white text-orange-500 font-bold py-3 px-6 rounded-full hover:bg-gray-100 transition">
                            Watch Now
                        </button>
                    </div>
                    <div class="md:w-1/2 flex justify-center">
                        <div class="relative w-full max-w-md">
                            <div class="video-thumbnail bg-gray-800 rounded-lg overflow-hidden">
                                <img src="https://placehold.co/600x400" alt="Featured video" class="w-full h-full object-cover">
                                <div class="absolute inset-0 flex items-center justify-center">
                                    <button class="bg-white bg-opacity-80 rounded-full p-4 hover:bg-opacity-100 transition">
                                        <i class="fas fa-play text-orange-500 text-2xl"></i>
                                    </button>
                                </div>
                            </div>
                            <div class="absolute -bottom-4 -right-4 bg-orange-500 text-white px-3 py-1 rounded-full text-sm font-bold">
                                18+
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Categories Section -->
        <section class="mb-10">
            <h2 class="text-2xl font-bold mb-6">Popular Categories</h2>
            <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
                <!-- Category Item -->
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-user text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">Mature</span>
                        <span class="text-sm text-gray-500">33,064 Videos</span>
                    </div>
                </a>
                
                <!-- Repeat for other categories -->
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-heart text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">18-25</span>
                        <span class="text-sm text-gray-500">216,547 Videos</span>
                    </div>
                </a>
                
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-star text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">MILF</span>
                        <span class="text-sm text-gray-500">154,127 Videos</span>
                    </div>
                </a>
                
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-fire text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">Ebony</span>
                        <span class="text-sm text-gray-500">35,351 Videos</span>
                    </div>
                </a>
                
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-bolt text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">Anal</span>
                        <span class="text-sm text-gray-500">110,259 Videos</span>
                    </div>
                </a>
                
                <a href="#" class="bg-white rounded-lg shadow-sm p-4 hover:shadow-md transition">
                    <div class="flex flex-col items-center">
                        <div class="category-icon bg-gray-200 rounded-full mb-2 flex items-center justify-center">
                            <i class="fas fa-users text-gray-600"></i>
                        </div>
                        <span class="text-center font-medium">Threesome</span>
                        <span class="text-sm text-gray-500">36,437 Videos</span>
                    </div>
                </a>
            </div>
            
            <div class="mt-6 text-center">
                <a href="#" class="text-orange-500 font-medium hover:underline">View All Categories</a>
            </div>
        </section>

        <!-- Trending Videos Section -->
        <section class="mb-10">
            <div class="flex justify-between items-center mb-6">
                <h2 class="text-2xl font-bold">Trending Videos</h2>
                <div class="flex space-x-2">
                    <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Hottest</button>
                    <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Most Viewed</button>
                    <button class="px-3 py-1 bg-gray-200 rounded-full text-sm hover:bg-gray-300">Top Rated</button>
                </div>
            </div>
            
            <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6">
                <!-- Video Card -->
                <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="video-thumbnail relative">
                        <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
                        <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
                            14:42
                        </div>
                        <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
                            <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
                                <i class="fas fa-play text-orange-500"></i>
                            </button>
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1 line-clamp-2">Goth Girlfriends vs Horny Step Brother - Effy Cutie & Natasha Noel - Family Therapy - Alex Adams</h3>
                        <div class="flex justify-between text-xs text-gray-500">
                            <span>Alex Adams</span>
                            <span>2.6M views</span>
                        </div>
                    </div>
                </div>
                
                <!-- Repeat for other videos -->
                <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="video-thumbnail relative">
                        <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
                        <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
                            10:16
                        </div>
                        <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
                            <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
                                <i class="fas fa-play text-orange-500"></i>
                            </button>
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1 line-clamp-2">Flexible Latina Redhead gets fucked into a pretzel - Zoey Di Giacomo</h3>
                        <div class="flex justify-between text-xs text-gray-500">
                            <span>Jak Knife</span>
                            <span>1.9M views</span>
                        </div>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="video-thumbnail relative">
                        <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
                        <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
                            13:09
                        </div>
                        <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
                            <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
                                <i class="fas fa-play text-orange-500"></i>
                            </button>
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1 line-clamp-2">LUSTYGRANDMAS - Horny Granny Gets Her Old Pussy Plumbed By A Male Stud</h3>
                        <div class="flex justify-between text-xs text-gray-500">
                            <span>Lusty Grandmas</span>
                            <span>1.2M views</span>
                        </div>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="video-thumbnail relative">
                        <img src="https://placehold.co/400x225" alt="Video thumbnail" class="w-full h-full object-cover">
                        <div class="absolute bottom-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded">
                            3:52
                        </div>
                        <div class="absolute inset-0 flex items-center justify-center opacity-0 hover:opacity-100 transition">
                            <button class="bg-white bg-opacity-80 rounded-full p-3 hover:bg-opacity-100 transition">
                                <i class="fas fa-play text-orange-500"></i>
                            </button>
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1 line-clamp-2">BLACKEDRAW Rampant Babe Paige Owen's first time with 3 BBCs</h3>
                        <div class="flex justify-between text-xs text-gray-500">
                            <span>Blacked Raw</span>
                            <span>885K views</span>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="mt-6 text-center">
                <a href="#" class="inline-block bg-orange-500 text-white px-6 py-2 rounded-full hover:bg-orange-600 transition">
                    Load More Videos
                </a>
            </div>
        </section>

        <!-- Pornstars Section -->
        <section class="mb-10">
            <div class="flex justify-between items-center mb-6">
                <h2 class="text-2xl font-bold">Top Pornstars</h2>
                <a href="#" class="text-orange-500 hover:underline">View All</a>
            </div>
            
            <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
                <!-- Pornstar Card -->
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            16
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Rae Lil Black</h3>
                        <div class="text-xs text-gray-500">
                            <div>183 Videos</div>
                            <div>528M Views</div>
                        </div>
                    </div>
                </a>
                
                <!-- Repeat for other pornstars -->
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            9
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Scott Stark</h3>
                        <div class="text-xs text-gray-500">
                            <div>194 Videos</div>
                            <div>488M Views</div>
                        </div>
                    </div>
                </a>
                
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            25
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Alina Angel</h3>
                        <div class="text-xs text-gray-500">
                            <div>86 Videos</div>
                            <div>315M Views</div>
                        </div>
                    </div>
                </a>
                
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            11
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Riley Reid</h3>
                        <div class="text-xs text-gray-500">
                            <div>860 Videos</div>
                            <div>1.6B Views</div>
                        </div>
                    </div>
                </a>
                
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            41
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Sisi Rose</h3>
                        <div class="text-xs text-gray-500">
                            <div>125 Videos</div>
                            <div>164M Views</div>
                        </div>
                    </div>
                </a>
                
                <a href="#" class="pornstar-card bg-white rounded-lg overflow-hidden shadow-sm hover:shadow-md transition">
                    <div class="relative">
                        <img src="https://placehold.co/200x200" alt="Pornstar" class="w-full h-48 object-cover">
                        <div class="absolute top-2 left-2 bg-orange-500 text-white text-xs font-bold px-2 py-1 rounded-full">
                            29
                        </div>
                    </div>
                    <div class="p-3">
                        <h3 class="font-medium text-sm mb-1">Melody Marks</h3>
                        <div class="text-xs text-gray-500">
                            <div>287 Videos</div>
                            <div>179M Views</div>
                        </div>
                    </div>
                </a>
            </div>
        </section>

        <!-- Premium Banner -->
        <section class="mb-10 gradient-bg text-white rounded-lg p-6">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-2/3 mb-6 md:mb-0">
                    <h2 class="text-2xl md:text-3xl font-bold mb-4">NO MORE ADS. JUST ALL THE PREMIUM PORN YOU CAN HANDLE</h2>
                    <p class="text-lg mb-6">WELCOME TO THE BEST PORN EXPERIENCE. EVER.</p>
                    <div class="space-y-4 mb-6">
                        <div class="flex items-center">
                            <i class="fas fa-check-circle mr-3 text-xl"></i>
                            <span>No Ads</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-check-circle mr-3 text-xl"></i>
                            <span>Exclusive Content</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-check-circle mr-3 text-xl"></i>
                            <span>High Quality HD</span>
                        </div>
                        <div class="flex items-center">
                            <i class="fas fa-check-circle mr-3 text-xl"></i>
                            <span>Cancel Anytime</span>
                        </div>
                    </div>
                    <button class="bg-white text-orange-500 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition">
                        Start Free Week of Premium
                    </button>
                </div>
                <div class="md:w-1/3 flex justify-center">
                    <img src="https://placehold.co/300x300" alt="Premium" class="rounded-lg">
                </div>
            </div>
        </section>

        <!-- Trending Searches -->
        <section class="mb-10">
            <h2 class="text-2xl font-bold mb-6">Trending Searches</h2>
            <div class="flex flex-wrap gap-2">
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">camping</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">kali roses</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">milf amateur</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">kimmy granger</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">rosie rider</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">anastasia knight</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">xxx</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">adriana chechik</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">gym girl</a>
                <a href="#" class="bg-gray-200 hover:bg-gray-300 px-4 py-2 rounded-full text-sm">bikini</a>
            </div>
        </section>
    </main>

    <!-- Footer -->
    <footer class="bg-gray-800 text-white py-10">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <!-- Column 1 -->
                <div>
                    <h3 class="text-lg font-bold mb-4">Information</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-orange-400">Sitemap</a></li>
                        <li><a href="#" class="hover:text-orange-400">Terms & Conditions</a></li>
                        <li><a href="#" class="hover:text-orange-400">Privacy Notice</a></li>
                        <li><a href="#" class="hover:text-orange-400">DMCA</a></li>
                    </ul>
                </div>
                
                <!-- Column 2 -->
                <div>
                    <h3 class="text-lg font-bold mb-4">Work With Us</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-orange-400">Content Partners</a></li>
                        <li><a href="#" class="hover:text-orange-400">Advertise</a></li>
                        <li><a href="#" class="hover:text-orange-400">Webmasters</a></li>
                        <li><a href="#" class="hover:text-orange-400">Model Program</a></li>
                    </ul>
                </div>
                
                <!-- Column 3 -->
                <div>
                    <h3 class="text-lg font-bold mb-4">Support and Help</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-orange-400">Content Removal</a></li>
                        <li><a href="#" class="hover:text-orange-400">Contact Support</a></li>
                        <li><a href="#" class="hover:text-orange-400">FAQ</a></li>
                        <li><a href="#" class="hover:text-orange-400">Parental Controls</a></li>
                    </ul>
                </div>
                
                <!-- Column 4 -->
                <div>
                    <h3 class="text-lg font-bold mb-4">Discover</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="hover:text-orange-400">Blog</a></li>
                        <li><a href="#" class="hover:text-orange-400">Insights</a></li>
                        <li><a href="#" class="hover:text-orange-400">Sexual Wellness</a></li>
                        <li><a href="#" class="hover:text-orange-400">Mobile</a></li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-700 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
                <div class="mb-4 md:mb-0">
                    <span class="text-orange-400 font-bold text-xl">PORNHUB</span>
                    <span class="text-gray-400 ml-2">© 2025</span>
                </div>
                
                <div class="flex space-x-4">
                    <a href="#" class="hover:text-orange-400"><i class="fab fa-twitter text-xl"></i></a>
                    <a href="#" class="hover:text-orange-400"><i class="fab fa-discord text-xl"></i></a>
                </div>
            </div>
            
            <div class="mt-6 text-center text-sm text-gray-400">
                <p>This website is only intended for users over the age of 18.</p>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        const mobileMenuButton = document.getElementById('mobileMenuButton');
        const closeMobileMenu = document.getElementById('closeMobileMenu');
        const mobileMenu = document.getElementById('mobileMenu');
        
        mobileMenuButton.addEventListener('click', () => {
            mobileMenu.classList.remove('mobile-menu-hidden');
            mobileMenu.classList.add('mobile-menu-visible');
        });
        
        closeMobileMenu.addEventListener('click', () => {
            mobileMenu.classList.remove('mobile-menu-visible');
            mobileMenu.classList.add('mobile-menu-hidden');
        });
        
        // Close mobile menu when clicking outside
        document.addEventListener('click', (e) => {
            if (!mobileMenu.contains(e.target) && e.target !== mobileMenuButton) {
                mobileMenu.classList.remove('mobile-menu-visible');
                mobileMenu.classList.add('mobile-menu-hidden');
            }
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=likhonsheikhdev/deploy" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>