-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
612 lines (560 loc) · 29.2 KB
/
index.html
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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<title>Real Estate - Landing Page</title>
</head>
<body>
<div class="mb-32 bg-center bg-cover bg-heroPattern">
<!-- START : Navbar -->
<div class="container relative mx-auto text-white">
<nav class="flex items-center justify-between p-6 py-5 md:py-12 ">
<div class="brand-logo">
<h1 class="font-bold"><i class="mr-6 fa-solid fa-bars"></i> Constructor</h1>
</div>
<div class="hidden text-gray-300 md:block">
<i class="fa-solid fa-magnifying-glass "></i>
<span class="ml-6">Search</span>
</div>
<div class="hidden space-x-12 md:flex">
<a href="" class="hover:text-gray-300">About</a>
<a href="" class="hover:text-gray-300">Service</a>
<a href="" class="hover:text-gray-300">Reviews</a>
<a href="" class="hover:text-gray-300">Contact</a>
</div>
<div class="md:hidden">
<a href="" class="hover:text-orange-500">Menu</a>
</div>
<div>
<a href="" class="hover:text-orange-500">Get In Touch</a>
</div>
</nav>
</div>
<!-- END : Navbar -->
<!-- START : Hero Section -->
<div class="container flex flex-col items-center justify-center mx-auto" id="hero-section">
<div class="w-40 py-3 mt-32 mb-20 text-sm font-bold text-center text-white uppercase rounded-full bg-badgeContent1">Real
Estate
</div>
<h1 class="py-32 mb-12 text-6xl text-center text-white md:text-7xl">Invest on Real Estate with <br>
Our Company</h1>
<div class="grid grid-rows-3 mt-12 mb-32 space-x-12 leading-10 md:grid-cols-3">
<div class="font-semibold text-left text-white"><i class="mr-4 fa-solid fa-paper-plane"></i> 225 S 1st St Brooklyn, NY
</div>
<div class="font-semibold text-left text-white"><i class="mr-4 fa-solid fa-phone"></i> (929) 356-0147 </div>
<div class="font-semibold text-white"><i class="mr-4 fa-solid fa-envelope"></i> hotel@gmail.com </div>
</div>
<a href="#" class="px-6 py-4 -mb-6 font-light text-black bg-white rounded-full">Show
More</a>
</div>
<!-- END : Hero Section -->
</div>
<!-- START : Our Story -->
<div class="container w-full mx-auto mt-60" id="our-story-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent2 bg-badgeBgContent2">
Our
Story
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-ourStoryPattern">
<h2 class="w-full pt-20 pb-12 text-4xl font-bold text-center text-gray-600 md:text-5xl">We Will Find the Best Option</h2>
</div>
</div>
<div class="container px-10 mt-5 text-center md:mt-20 md:px-32">
<p class="text-lg font-semibold text-gray-500 md:text-2xl">Real estate is "property consisting of land and the
buildings on
it, along with
its
natural
resources such as
crops, <br class="hidden md:block"> minerals or water, immovable property of this nature; an interest vested in this (also) an item of
real
property, <br class="hidden md:block">(more generally) buildings or housing in general.</p>
</div>
<div class="container flex flex-col gap-10 px-10 mx-auto mt-20 md:flex-row">
<div class="w-full text-center bg-white rounded-md md:w-1/3">
<h3 class="pt-10 text-4xl font-semibold text-gray-600">15 Years</h3>
<p class="pb-10 mt-6 text-2xl text-gray-400">In Business</p>
</div>
<div class="w-full text-center bg-white rounded-md md:w-1/3">
<h3 class="pt-10 text-4xl font-semibold text-gray-600">$1 Billion</h3>
<p class="pb-10 mt-6 text-2xl text-gray-400">Property Brokered</p>
</div>
<div class="w-full text-center bg-white rounded-md md:w-1/3">
<h3 class="pt-10 text-4xl font-semibold text-gray-600">10,000</h3>
<p class="pb-10 mt-6 text-2xl text-gray-400">Transactions</p>
</div>
</div>
</div>
<!-- END : Our Story -->
<!-- START : Services -->
<div class="container flex flex-col justify-center mx-auto mt-60" id="service-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent3 bg-badgeBgContent3">
Services
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-servicePattern">
<h2 class="pt-20 pb-12 text-4xl font-bold text-center text-gray-600 md:text-5xl">Services for Maximum Efficiency</h2>
</div>
</div>
<div class="container px-10 mt-5 text-center md:mt-20 md:px-32">
<p class="text-lg font-semibold leading-loose text-gray-500 md:text-2xl">Real estate is "property consisting of land and the
We have developed a unique space where you can work and create. We thought of everything to the smallest <br>
detail.
You will be able to conduct your business, conduct meetings, meetings.</p>
</div>
<div class="container flex flex-col gap-10 mx-auto mt-20 md:justify-evenly md:flex-row">
<div class="flex justify-center mb-24 md:mb-28">
<div class="relative flex items-center justify-center w-48 h-48 bg-white rounded-full shadow-lg">
<img src="src/images/icon-home.png" class="w-20" alt="Icon Home">
<h4 class="absolute bottom-0 text-2xl font-semibold text-center -mb-14 md:-mb-20">House</h4>
</div>
</div>
<div class="flex justify-center mb-32">
<div class="relative flex items-center justify-center w-48 h-48 bg-white rounded-full shadow-lg">
<img src="src/images/icon-apatament.png" class="w-20" alt="Icon Home">
<h4 class="absolute bottom-0 text-2xl font-semibold text-center -mb-14 md:-mb-20">Appartament</h4>
</div>
</div>
<div class="flex justify-center mb-32">
<div class="relative flex items-center justify-center w-48 h-48 bg-white rounded-full shadow-lg">
<img src="src/images/icon-office.png" class="w-20" alt="Icon Home">
<h4 class="absolute bottom-0 text-2xl font-semibold text-center -mb-14 md:-mb-20">Office</h4>
</div>
</div>
<div class="flex justify-center mb-32">
<div class="relative flex items-center justify-center w-48 h-48 bg-white rounded-full shadow-lg">
<img src="src/images/icon-warehouse.png" class="w-20" alt="Icon Home">
<h4 class="absolute bottom-0 text-2xl font-semibold text-center -mb-14 md:-mb-20">Warehouse</h4>
</div>
</div>
<div class="flex justify-center mb-32">
<div class="relative flex items-center justify-center w-48 h-48 bg-white rounded-full shadow-lg">
<img src="src/images/icon-parking.png" class="w-16" alt="Icon Home">
<h4 class="absolute bottom-0 text-2xl font-semibold text-center -mb-14 md:-mb-20">Parking</h4>
</div>
</div>
</div>
</div>
<!-- END : Services -->
<!-- START : Deals -->
<div class="container flex flex-col justify-center mx-auto mt-60" id="deal-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent4 bg-badgeBgContent4">
Deals
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-ourStoryPattern">
<h2 class="pt-20 pb-12 text-5xl font-bold text-center text-gray-600">Our Best Deals for Today</h2>
</div>
</div>
<div class="container px-10 mt-5 text-center md:mt-20 md:px-32">
<p class="text-lg font-semibold leading-loose text-gray-500 md:text-2xl">Real estate is "property consisting of land and the
Real estate is "property consisting of land and the buildings on it, along with its natural resources such as
crops, minerals or water, immovable property of this nature.</p>
</div>
<!-- Tabs Nav start -->
<div class="container flex flex-col justify-center px-5 my-20 overflow-auto md:my-40 md:px-60">
<div class="flex justify-start space-x-16 md:space-x-20">
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500 active">House</a>
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500">Appartament</a>
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500">Office</a>
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500">Warehouse</a>
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500">Parking</a>
<a href="#"
class="text-xl font-semibold text-gray-500 md:text-2xl hover:text-orange-500 hover:border-b-4 hover:border-orange-500">Commercial</a>
</div>
</div>
<!-- Tabs Nav end -->
<div class="container px-10 mx-auto">
<div class="grid grid-rows-1 gap-5 md:grid-cols-3">
<a href="" class="block pt-20">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-1.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Modern Glass House</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 1,625,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">14 Patrick Brem Ct. Mahwah, NJ07430</p>
<p class="text-lg font-semibold text-gray-400">3 Beds - 2 baths - 3,450 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>64</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">900</span>
</div>
<div class="absolute px-3.5 py-2 rounded-full icon bg-badgeContent1 top-10 right-5">
<span class="text-lg font-semibold text-white"><i class="fa-solid fa-thumbs-up"></i></span>
</div>
</div>
</a>
<a href="" class="block">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-2.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">House on the Lake</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">14 Patrick Brem Ct. Mahwah, NJ07430</p>
<p class="text-lg font-semibold text-gray-400">3 Beds - 2 baths - 3,450 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block md:pt-20">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-3.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Townhouse in the center</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">14 Patrick Brem Ct. Mahwah, NJ07430</p>
<p class="text-lg font-semibold text-gray-400">3 Beds - 2 baths - 3,450 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-4.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Townhouse in the center</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block md:-mt-20">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-5.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Townhouse in the center</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-6.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Townhouse in the center</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-7.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Townhouse in the center</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href class="block md:-mt-20">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-8.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Flat in Center City</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
<a href="" class="block">
<div class="relative w-full mb-3 bg-white rounded-lg">
<img src="src/images/Image-card-9.png" class="w-full" alt="Card 1">
<div class="p-8">
<h3 class="mb-5 text-lg font-bold text-gray-500">Flat in Center City</h3>
<h3 class="mb-5 text-lg font-bold text-gray-500">$ 225,000</h3>
<p class="mb-5 text-lg font-semibold text-gray-400">9832 Hidden Valley Way</p>
<p class="text-lg font-semibold text-gray-400">2 Beds - 1 baths - 2,300 sqft</p>
</div>
<!-- Icon -->
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-5">
<span class="font-semibold text-white"><i class="mr-4 fa-solid fa-eye"></i>65</span>
</div>
<div class="absolute px-5 py-2 rounded-md bg-opacity-60 icon bg-slate-800 top-5 left-32">
<span class="font-semibold text-white">1995</span>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- END : Deals -->
<!-- START : Services -->
<div class="container flex flex-col justify-center mx-auto mt-60" id="service-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent3 bg-badgeBgContent3">
Services
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-servicePattern">
<h2 class="pt-20 pb-12 text-4xl font-bold text-center text-gray-600 md:text-5xl">Services for Maximum Efficiency</h2>
</div>
</div>
<div class="container px-10 mt-5 text-center md:mt-20 md:px-32">
<p class="text-lg font-semibold leading-loose text-gray-500 md:text-2xl">Real estate is "property consisting of land and the
We have developed a unique space where you can work and create. We thought of everything to the smallest <br>
detail.
You will be able to conduct your business, conduct meetings, meetings.</p>
</div>
<div class="container grid grid-rows-1 gap-5 px-10 mx-auto mt-20 md:grid-cols-3">
<div class="avatar1">
<div class="p-10 bg-white shadow-sm rounded-xl">
<p class="text-lg font-semibold text-gray-400">
Thank you very much for the house found. This is an ideal option for our family at the location and price.
The
company employs real professionals who will always
</p>
</div>
<div class="flex items-center mt-5 mb-14 md:mt-10">
<div class="mr-10 overflow-hidden rounded-full bg-avatar1">
<img src="src/images/avatar-1.png" class="w-20" alt="">
</div>
<div>
<h3 class="text-lg font-bold text-gray-500">Herbert Lindsey</h3>
<h3 class="text-lg font-bold text-gray-400">New York, USA</h3>
</div>
</div>
</div>
<div class="avatar2">
<div class="p-10 bg-white shadow-sm rounded-xl">
<p class="text-lg font-semibold text-gray-400">
A gentleman from New York discovered what he calls an “oversight” on the part of 99.9% of all marketers that
allows him to get otherwise paid-for advertising at Google as well as all other search engines.
</p>
</div>
<div class="flex items-center mt-5 mb-14 md:mt-10">
<div class="mr-10 overflow-hidden rounded-full bg-avatar2">
<img src="src/images/avatar-2.png" class="w-20 " alt="">
</div>
<div>
<h3 class="text-lg font-bold text-gray-500">Noah Russell</h3>
<h3 class="text-lg font-bold text-gray-400">New York, USA</h3>
</div>
</div>
</div>
<div class="avatar3">
<div class="p-10 bg-white shadow-sm rounded-xl">
<p class="text-lg font-semibold text-gray-400">
For many of us, our very first experience of learning about the celestial bodies begins when we saw our
first full moon in the sky. It is truly a magnificent view even
</p>
</div>
<div class="flex items-center mt-5 mb-14 md:mt-10">
<div class="mr-10 overflow-hidden rounded-full bg-avatar3">
<img src="src/images/avatar-3.png" class="w-20 " alt="">
</div>
<div>
<h3 class="text-lg font-bold text-gray-500">Nellie Griffith</h3>
<h3 class="text-lg font-bold text-gray-400">New York, USA</h3>
</div>
</div>
</div>
</div>
</div>
<!-- END : Services -->
<!-- START : Instagram -->
<div class="container relative flex flex-col justify-center mx-auto mt-60" id="instagram-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent2 bg-badgeBgContent2">
Instagram
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-instaPattern">
<h2 class="pt-40 text-4xl font-bold text-center text-gray-600 md:text-5xl pb-28">Listen to Our Сustomers @house</h2>
</div>
</div>
<div class="container grid grid-cols-3 gap-3 px-10 mt-10 md:grid-cols-4 md:gap-8 md:mt-48">
<a href="" class="relative flex items-center justify-center w-full">
<img src="src/images/image-1.png" class="w-full" alt="">
<span class="absolute flex items-center justify-center bg-opacity-50 rounded-full w-14 h-14 md:w-20 md:h-20 bg-slate-800"><i
class="text-2xl text-white fa-brands fa-instagram"></i></span>
</a>
<a href="" class="w-full">
<img src="src/images/image-2.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-3.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-4.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-5.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-6.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-7.png" class="w-full" alt="">
</a>
<a href="" class="w-full">
<img src="src/images/image-8.png" class="w-full" alt="">
</a>
</div>
<!-- Button Slider start -->
<a href="#" class="absolute left-0 flex items-center justify-center w-12 h-12 bg-white rounded-full md:w-20 md:h-20 top-96 md:top-60"><i
class="text-2xl text-gray-400 fa-solid fa-arrow-left"></i></a>
<a href="#" class="absolute right-0 flex items-center justify-center w-12 h-12 bg-white rounded-full md:w-20 md:h-20 top-96 md:top-60"><i
class="text-2xl text-gray-400 fa-solid fa-arrow-right"></i></a>
<!-- Button Slider end -->
</div>
<!-- END : Instagram -->
<!-- START : Contact -->
<div class="container flex flex-col justify-center pt-32 mx-auto bg-gray-200 bg-opacity-25 mt-60"
id="contact-section">
<div
class="w-40 py-3 mx-auto mb-20 font-bold text-center uppercase rounded-full text-badgeContent3 bg-badgeBgContent3">
Contact
</div>
<div class="container md:px-32">
<div class="bg-center bg-cover bg-inTouchPattern">
<h2 class="pt-24 pb-16 text-4xl font-bold text-center text-gray-600 md:text-5xl">Get It Touch Now</h2>
</div>
</div>
<div class="container mt-5 text-center md:mt-20 md:px-32">
<p class="px-10 text-lg font-semibold leading-loose text-gray-500 md:text-2xl">We have developed a unique space where you can work
and create. We thought of everything to the smallest detail. You will be able to conduct your business, conduct
meetings, meetings.</p>
</div>
<div class="container flex justify-center mx-auto mt-32">
<form action="#" class="">
<div class="grid grid-rows-1 gap-10 md:grid-cols-2">
<div class="relative w-96">
<input type="text" class="w-full px-10 py-4 bg-white rounded-full" placeholder="First Name">
<i class="absolute text-2xl text-gray-300 right-5 top-4 fa-solid fa-circle-user"></i>
</div>
<div class="relative w-96">
<input type="text" class="w-full px-10 py-4 bg-white rounded-full" placeholder="Last Name">
<i class="absolute text-2xl text-gray-300 right-5 top-4 fa-solid fa-circle-user"></i>
</div>
<div class="relative w-96">
<input type="text" class="w-full px-10 py-4 bg-white rounded-full" placeholder="Email Address">
<i class="absolute text-2xl text-gray-300 right-5 top-4 fa-solid fa-envelope"></i>
</div>
<div class="relative w-96">
<input type="text" class="w-full px-10 py-4 bg-white rounded-full" placeholder="Phone Number">
<i class="absolute text-2xl text-gray-300 right-5 top-4 fa-solid fa-phone"></i>
</div>
</div>
<div class="relative w-full mt-10">
<input type="text" class="w-full px-10 py-4 bg-white rounded-full" placeholder="Your Message">
<i class="absolute text-2xl text-gray-300 right-5 top-4 fa-solid fa-comment-dots"></i>
</div>
<div class="flex justify-center mt-10 mb-32">
<bottom class="px-10 py-5 text-lg text-center text-white rounded-full bg-badgeContent3 hover:cursor-pointer">
Send Request
</bottom>
</div>
</form>
</div>
</div>
<!-- END : Contact -->
<!-- START : Footer -->
<div class="container mx-auto mt-20 border-t-2 md:mt-52" id="footer-section">
<div class="flex flex-col items-center md:flex-row md:justify-around py-28">
<div class="mb-10 brand-title md:mb-0">
<h1 class="text-3xl font-bold text-gray-600">Contructor</h1>
</div>
<div class="mb-10 menu md:mb-0">
<div class="grid grid-cols-3 gap-10 md:gap-5">
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">Home</a>
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">Gallery</a>
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">Services</a>
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">About</a>
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">Barbers</a>
<a href="#" class="text-lg font-semibold text-gray-500 hover:text-badgeContent3">Contacts</a>
</div>
</div>
<div class="leading-10 rating">
<div class="star-icon">
<i class="fa-solid fa-star text-badgeContent3"></i>
<i class="fa-solid fa-star text-badgeContent3"></i>
<i class="fa-solid fa-star text-badgeContent3"></i>
<i class="fa-solid fa-star text-badgeContent3"></i>
<i class="fa-solid fa-star text-badgeContent3"></i>
</div>
<p class="font-semibold text-gray-500">5.244 Satisfied Сustomers <a href="" class="hover:text-badgeContent3"><i
class="ml-5 text-gray-300 fa-solid fa-arrow-right"></i></a></p>
</div>
</div>
<div class="flex items-center justify-around border-t-2 py-7">
<p>© 2030 Company. All Rights Reserved.</p>
<div class="flex space-x-5">
<a href="">Terms</a>
<a href="">Privacy</a>
</div>
</div>
</div>
<!-- END : Footer -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/js/all.min.js"></script>
</body>
</html>