File size: 34,059 Bytes
806a468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Kasbahlense - Immersive Real Estate Platform</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-upload-container {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        .property-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .video-thumbnail::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.3);
            border-radius: 0.375rem;
        }
        .search-dropdown {
            max-height: 300px;
            overflow-y: auto;
        }
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }
        .animate-pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }
    </style>
</head>
<body class="bg-gray-50 font-sans">
    <!-- Header/Navigation -->
    <header class="bg-white shadow-sm sticky top-0 z-50">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <i class="fas fa-home text-blue-600 text-2xl"></i>
                <h1 class="text-xl font-bold text-blue-800">Kasbahlense</h1>
            </div>
            
            <div class="hidden md:flex items-center space-x-6">
                <a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Buy</a>
                <a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Rent</a>
                <a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Sell</a>
                <a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Agents</a>
                <a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Resources</a>
            </div>
            
            <div class="flex items-center space-x-4">
                <button class="hidden md:block text-gray-700 hover:text-blue-600">
                    <i class="far fa-heart text-xl"></i>
                </button>
                <button class="hidden md:block text-gray-700 hover:text-blue-600">
                    <i class="far fa-bell text-xl"></i>
                </button>
                <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg font-medium">
                    Sign In
                </button>
                <button class="md:hidden text-gray-700">
                    <i class="fas fa-bars text-xl"></i>
                </button>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="bg-blue-800 text-white py-16">
        <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
            <div class="md:w-1/2 mb-8 md:mb-0">
                <h2 class="text-4xl font-bold mb-4">Find Your Dream Home with Video Tours</h2>
                <p class="text-xl mb-6">Experience properties like never before with immersive video tours and comprehensive neighborhood insights.</p>
                <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
                    <button class="bg-white text-blue-800 hover:bg-gray-100 px-6 py-3 rounded-lg font-semibold">
                        Browse Properties
                    </button>
                    <button class="border border-white hover:bg-blue-700 px-6 py-3 rounded-lg font-semibold">
                        List Your Property
                    </button>
                </div>
            </div>
            <div class="md:w-1/2 relative">
                <div class="bg-white rounded-xl overflow-hidden shadow-xl">
                    <div class="aspect-w-16 aspect-h-9 bg-gray-200 relative">
                        <div class="absolute inset-0 flex items-center justify-center">
                            <i class="fas fa-play-circle text-blue-600 text-5xl"></i>
                        </div>
                    </div>
                    <div class="p-4">
                        <h3 class="text-gray-800 font-semibold">Modern Luxury Villa</h3>
                        <p class="text-gray-600">Miami, Florida • $1,250,000</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Search Section -->
    <section class="container mx-auto px-4 -mt-8 z-10 relative">
        <div class="bg-white rounded-xl shadow-lg p-6">
            <div class="flex flex-col md:flex-row md:space-x-4 space-y-4 md:space-y-0">
                <div class="flex-1">
                    <label class="block text-gray-700 font-medium mb-2">Location</label>
                    <div class="relative">
                        <input type="text" placeholder="City, Neighborhood, or ZIP" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
                        <div class="absolute right-3 top-3 text-gray-400">
                            <i class="fas fa-map-marker-alt"></i>
                        </div>
                    </div>
                </div>
                
                <div class="flex-1">
                    <label class="block text-gray-700 font-medium mb-2">Property Type</label>
                    <select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 appearance-none">
                        <option>All Types</option>
                        <option>House</option>
                        <option>Apartment</option>
                        <option>Condo</option>
                        <option>Townhouse</option>
                        <option>Land</option>
                    </select>
                </div>
                
                <div class="flex-1">
                    <label class="block text-gray-700 font-medium mb-2">Price Range</label>
                    <select class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 appearance-none">
                        <option>Any Price</option>
                        <option>Under $100,000</option>
                        <option>$100,000 - $200,000</option>
                        <option>$200,000 - $300,000</option>
                        <option>$300,000 - $500,000</option>
                        <option>Over $500,000</option>
                    </select>
                </div>
                
                <div class="flex items-end">
                    <button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium w-full">
                        <i class="fas fa-search mr-2"></i> Search
                    </button>
                </div>
            </div>
            
            <div class="mt-4 flex justify-between items-center">
                <button class="text-blue-600 hover:text-blue-800 font-medium flex items-center">
                    <i class="fas fa-sliders-h mr-2"></i> Advanced Filters
                </button>
                <div class="flex items-center space-x-2">
                    <span class="text-gray-600">Saved Searches:</span>
                    <button class="text-blue-600 hover:text-blue-800 font-medium">Miami Beach Condos</button>
                </div>
            </div>
        </div>
    </section>

    <!-- Featured Properties -->
    <section class="container mx-auto px-4 py-16">
        <div class="flex justify-between items-center mb-8">
            <h2 class="text-3xl font-bold text-gray-800">Featured Properties with Video Tours</h2>
            <button class="text-blue-600 hover:text-blue-800 font-medium">View All <i class="fas fa-arrow-right ml-1"></i></button>
        </div>
        
        <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
            <!-- Property Card 1 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300">
                <div class="relative">
                    <div class="video-thumbnail aspect-w-16 aspect-h-9 bg-gray-200 relative">
                        <img src="https://images.unsplash.com/photo-1564013799919-ab600027ffc6?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Property" class="w-full h-full object-cover">
                        <div class="absolute inset-0 flex items-center justify-center">
                            <i class="fas fa-play-circle text-white text-4xl z-10"></i>
                        </div>
                        <div class="absolute top-3 left-3 bg-blue-600 text-white text-xs px-2 py-1 rounded">VIDEO TOUR</div>
                    </div>
                </div>
                <div class="p-4">
                    <h3 class="text-xl font-semibold text-gray-800 mb-1">Luxury Waterfront Villa</h3>
                    <p class="text-gray-600 mb-2"><i class="fas fa-map-marker-alt text-blue-500 mr-1"></i> Miami Beach, FL</p>
                    <p class="text-2xl font-bold text-blue-600 mb-3">$1,450,000</p>
                    <div class="flex justify-between text-gray-600 border-t border-gray-100 pt-3">
                        <span><i class="fas fa-bed mr-1"></i> 4 Beds</span>
                        <span><i class="fas fa-bath mr-1"></i> 3 Baths</span>
                        <span><i class="fas fa-ruler-combined mr-1"></i> 2,450 sqft</span>
                    </div>
                </div>
            </div>
            
            <!-- Property Card 2 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300">
                <div class="relative">
                    <div class="video-thumbnail aspect-w-16 aspect-h-9 bg-gray-200 relative">
                        <img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Property" class="w-full h-full object-cover">
                        <div class="absolute inset-0 flex items-center justify-center">
                            <i class="fas fa-play-circle text-white text-4xl z-10"></i>
                        </div>
                        <div class="absolute top-3 left-3 bg-blue-600 text-white text-xs px-2 py-1 rounded">VIDEO TOUR</div>
                    </div>
                </div>
                <div class="p-4">
                    <h3 class="text-xl font-semibold text-gray-800 mb-1">Modern Downtown Apartment</h3>
                    <p class="text-gray-600 mb-2"><i class="fas fa-map-marker-alt text-blue-500 mr-1"></i> New York, NY</p>
                    <p class="text-2xl font-bold text-blue-600 mb-3">$850,000</p>
                    <div class="flex justify-between text-gray-600 border-t border-gray-100 pt-3">
                        <span><i class="fas fa-bed mr-1"></i> 2 Beds</span>
                        <span><i class="fas fa-bath mr-1"></i> 2 Baths</span>
                        <span><i class="fas fa-ruler-combined mr-1"></i> 1,200 sqft</span>
                    </div>
                </div>
            </div>
            
            <!-- Property Card 3 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300">
                <div class="relative">
                    <div class="video-thumbnail aspect-w-16 aspect-h-9 bg-gray-200 relative">
                        <img src="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Property" class="w-full h-full object-cover">
                        <div class="absolute inset-0 flex items-center justify-center">
                            <i class="fas fa-play-circle text-white text-4xl z-10"></i>
                        </div>
                        <div class="absolute top-3 left-3 bg-blue-600 text-white text-xs px-2 py-1 rounded">VIDEO TOUR</div>
                        <div class="absolute top-3 right-3 bg-green-500 text-white text-xs px-2 py-1 rounded">360° TOUR</div>
                    </div>
                </div>
                <div class="p-4">
                    <h3 class="text-xl font-semibold text-gray-800 mb-1">Suburban Family Home</h3>
                    <p class="text-gray-600 mb-2"><i class="fas fa-map-marker-alt text-blue-500 mr-1"></i> Austin, TX</p>
                    <p class="text-2xl font-bold text-blue-600 mb-3">$625,000</p>
                    <div class="flex justify-between text-gray-600 border-t border-gray-100 pt-3">
                        <span><i class="fas fa-bed mr-1"></i> 3 Beds</span>
                        <span><i class="fas fa-bath mr-1"></i> 2.5 Baths</span>
                        <span><i class="fas fa-ruler-combined mr-1"></i> 1,850 sqft</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Video Upload Section -->
    <section class="video-upload-container py-16">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">Showcase Your Property with Video</h2>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto">Upload high-quality video tours to attract serious buyers and renters with an immersive viewing experience.</p>
            </div>
            
            <div class="bg-white rounded-xl shadow-lg overflow-hidden max-w-4xl mx-auto">
                <div class="md:flex">
                    <div class="md:w-1/2 p-8">
                        <h3 class="text-2xl font-semibold text-gray-800 mb-4">How It Works</h3>
                        <ul class="space-y-4">
                            <li class="flex items-start">
                                <div class="bg-blue-100 text-blue-600 rounded-full p-2 mr-4">
                                    <i class="fas fa-video text-sm"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Record Your Video</h4>
                                    <p class="text-gray-600">Use your smartphone or professional camera to capture your property.</p>
                                </div>
                            </li>
                            <li class="flex items-start">
                                <div class="bg-blue-100 text-blue-600 rounded-full p-2 mr-4">
                                    <i class="fas fa-upload text-sm"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Upload to Kasbahlense</h4>
                                    <p class="text-gray-600">Our platform supports MP4 and WebM formats up to 4K resolution.</p>
                                </div>
                            </li>
                            <li class="flex items-start">
                                <div class="bg-blue-100 text-blue-600 rounded-full p-2 mr-4">
                                    <i class="fas fa-edit text-sm"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Edit & Enhance</h4>
                                    <p class="text-gray-600">Trim, add captions, and select the perfect thumbnail.</p>
                                </div>
                            </li>
                            <li class="flex items-start">
                                <div class="bg-blue-100 text-blue-600 rounded-full p-2 mr-4">
                                    <i class="fas fa-eye text-sm"></i>
                                </div>
                                <div>
                                    <h4 class="font-medium text-gray-800">Publish & Share</h4>
                                    <p class="text-gray-600">List your property and share your video tour with potential buyers.</p>
                                </div>
                            </li>
                        </ul>
                    </div>
                    
                    <div class="md:w-1/2 bg-gray-50 p-8 flex items-center justify-center">
                        <div class="w-full max-w-xs">
                            <div class="border-2 border-dashed border-gray-300 rounded-xl p-8 text-center cursor-pointer hover:border-blue-400 transition-colors duration-300">
                                <div class="mx-auto bg-blue-100 text-blue-600 rounded-full p-4 w-16 h-16 flex items-center justify-center mb-4">
                                    <i class="fas fa-cloud-upload-alt text-xl"></i>
                                </div>
                                <h4 class="font-medium text-gray-800 mb-1">Upload Your Video</h4>
                                <p class="text-gray-600 text-sm mb-3">Drag & drop files or <span class="text-blue-600">browse</span></p>
                                <p class="text-gray-500 text-xs">Supports MP4, WebM up to 500MB</p>
                            </div>
                            
                            <div class="mt-6">
                                <div class="flex items-center mb-2">
                                    <div class="w-full bg-gray-200 rounded-full h-2.5">
                                        <div class="bg-blue-600 h-2.5 rounded-full" style="width: 45%"></div>
                                    </div>
                                    <span class="ml-2 text-gray-600 text-sm">45%</span>
                                </div>
                                <p class="text-gray-500 text-sm">Uploading: kitchen_tour.mp4 (125MB/275MB)</p>
                            </div>
                            
                            <button class="mt-6 w-full bg-blue-600 hover:bg-blue-700 text-white py-3 px-4 rounded-lg font-medium">
                                <i class="fas fa-plus-circle mr-2"></i> Create New Listing
                            </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Neighborhood Insights -->
    <section class="container mx-auto px-4 py-16">
        <div class="flex justify-between items-center mb-8">
            <h2 class="text-3xl font-bold text-gray-800">Explore Neighborhoods</h2>
            <button class="text-blue-600 hover:text-blue-800 font-medium">View All Areas <i class="fas fa-arrow-right ml-1"></i></button>
        </div>
        
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
            <div class="relative rounded-xl overflow-hidden h-48 group">
                <img src="https://images.unsplash.com/photo-1501594907352-04cda38ebc29?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Neighborhood" class="w-full h-full object-cover">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-4">
                    <div>
                        <h3 class="text-white font-semibold text-xl">Downtown Miami</h3>
                        <p class="text-white/90">32 properties • Walk Score: 92</p>
                    </div>
                    <div class="absolute top-4 right-4 bg-white/20 backdrop-blur-sm rounded-full p-2 group-hover:bg-blue-600 transition-colors duration-300">
                        <i class="fas fa-play text-white"></i>
                    </div>
                </div>
            </div>
            
            <div class="relative rounded-xl overflow-hidden h-48 group">
                <img src="https://images.unsplash.com/photo-1479839672679-a46483aa0d3a?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Neighborhood" class="w-full h-full object-cover">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-4">
                    <div>
                        <h3 class="text-white font-semibold text-xl">Wynwood Arts District</h3>
                        <p class="text-white/90">18 properties • Walk Score: 88</p>
                    </div>
                    <div class="absolute top-4 right-4 bg-white/20 backdrop-blur-sm rounded-full p-2 group-hover:bg-blue-600 transition-colors duration-300">
                        <i class="fas fa-play text-white"></i>
                    </div>
                </div>
            </div>
            
            <div class="relative rounded-xl overflow-hidden h-48 group">
                <img src="https://images.unsplash.com/photo-1514565131-fce0801e5785?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Neighborhood" class="w-full h-full object-cover">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-4">
                    <div>
                        <h3 class="text-white font-semibold text-xl">Coconut Grove</h3>
                        <p class="text-white/90">27 properties • Walk Score: 76</p>
                    </div>
                    <div class="absolute top-4 right-4 bg-white/20 backdrop-blur-sm rounded-full p-2 group-hover:bg-blue-600 transition-colors duration-300">
                        <i class="fas fa-play text-white"></i>
                    </div>
                </div>
            </div>
            
            <div class="relative rounded-xl overflow-hidden h-48 group">
                <img src="https://images.unsplash.com/photo-1558036117-15d82a90b9b1?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Neighborhood" class="w-full h-full object-cover">
                <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-4">
                    <div>
                        <h3 class="text-white font-semibold text-xl">Brickell Financial District</h3>
                        <p class="text-white/90">41 properties • Walk Score: 95</p>
                    </div>
                    <div class="absolute top-4 right-4 bg-white/20 backdrop-blur-sm rounded-full p-2 group-hover:bg-blue-600 transition-colors duration-300">
                        <i class="fas fa-play text-white"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="bg-gray-100 py-16">
        <div class="container mx-auto px-4">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Users Say</h2>
                <p class="text-xl text-gray-600 max-w-2xl mx-auto">Hear from buyers, sellers, and agents who have transformed their real estate experience.</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white rounded-xl shadow-md p-6">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-semibold text-gray-800">Sarah Johnson</h4>
                            <p class="text-gray-600 text-sm">First-time Home Buyer</p>
                        </div>
                    </div>
                    <p class="text-gray-700 mb-4">"The video tours saved me so much time! I could eliminate properties that didn't meet my needs without scheduling visits. When I did visit in person, I knew exactly what to expect."</p>
                    <div class="flex text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
                
                <div class="bg-white rounded-xl shadow-md p-6">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-semibold text-gray-800">Michael Chen</h4>
                            <p class="text-gray-600 text-sm">Property Investor</p>
                        </div>
                    </div>
                    <p class="text-gray-700 mb-4">"As an out-of-state investor, Kasbahlense's video tours and neighborhood insights have been invaluable. I've purchased three properties sight-unseen based on the comprehensive video tours."</p>
                    <div class="flex text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star-half-alt"></i>
                    </div>
                </div>
                
                <div class="bg-white rounded-xl shadow-md p-6">
                    <div class="flex items-center mb-4">
                        <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
                            <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="User" class="w-full h-full object-cover">
                        </div>
                        <div>
                            <h4 class="font-semibold text-gray-800">Jessica Martinez</h4>
                            <p class="text-gray-600 text-sm">Real Estate Agent</p>
                        </div>
                    </div>
                    <p class="text-gray-700 mb-4">"The video upload tools have transformed my business. My listings get 3x more engagement than standard photo listings, and the quality buyers who schedule showings are much more serious."</p>
                    <div class="flex text-yellow-400">
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                        <i class="fas fa-star"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Call to Action -->
    <section class="bg-blue-800 text-white py-16">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold mb-4">Ready to Transform Your Real Estate Experience?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of buyers, sellers, and agents who are already benefiting from Kasbahlense's immersive platform.</p>
            <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
                <button class="bg-white text-blue-800 hover:bg-gray-100 px-8 py-4 rounded-lg font-semibold text-lg">
                    Browse Properties
                </button>
                <button class="border-2 border-white hover:bg-blue-700 px-8 py-4 rounded-lg font-semibold text-lg">
                    List Your Property
                </button>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white pt-16 pb-8">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12">
                <div>
                    <div class="flex items-center space-x-2 mb-4">
                        <i class="fas fa-home text-blue-400 text-2xl"></i>
                        <h3 class="text-xl font-bold">Kasbahlense</h3>
                    </div>
                    <p class="text-gray-400 mb-4">The future of real estate is here. Experience properties like never before with our immersive video platform.</p>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
                    </div>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-4">Buy & Rent</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Search Properties</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Buy Properties</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Rent Properties</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Neighborhoods</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Property Valuation</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-4">Sell & List</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">List Your Property</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Video Upload Guide</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Pricing Strategies</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Agent Resources</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Seller Dashboard</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="text-lg font-semibold mb-4">Company</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Press</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
                    </ul>
                </div>
            </div>
            
            <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-400 mb-4 md:mb-0">© 2025 Kasbahlense. All rights reserved.</p>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a>
                    <a href="#" class="text-gray-400 hover:text-white">Terms of Service</a>
                    <a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Simple JavaScript for demonstration purposes
        document.addEventListener('DOMContentLoaded', function() {
            // Mobile menu toggle would go here
            console.log('Kasbahlense Real Estate Platform loaded');
            
            // Video play button functionality
            const videoThumbnails = document.querySelectorAll('.video-thumbnail');
            videoThumbnails.forEach(thumbnail => {
                thumbnail.addEventListener('click', function() {
                    alert('Video player would open here in a full implementation');
                });
            });
            
            // Search functionality would be implemented here
            const searchInput = document.querySelector('input[type="text"]');
            searchInput.addEventListener('focus', function() {
                console.log('Search input focused - would show dropdown suggestions');
            });
            
            // Video upload functionality
            const uploadArea = document.querySelector('.border-dashed');
            uploadArea.addEventListener('click', function() {
                alert('File upload dialog would open here');
            });
        });
    </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=Azimiwizard/ahmedeep" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>