-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome2.html
818 lines (723 loc) · 39.9 KB
/
home2.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
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BAT</title>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com/" />
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet" />
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css" />
<link rel="stylesheet" href="assets/libs/fontawesome/css/all.css" />
<!-- FlatIcons -->
<link href="assets/css/css/uicons-thin-straight.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/slick.css" />
<link rel="stylesheet" href="assets/css/slick-theme.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/myStyle.css" />
<!-- <link rel="stylesheet" type="text/css" href="assets/css/swiper-bundle.min.css" /> -->
<link rel="stylesheet" type="text/css" href="assets/css/search.css" />
</head>
<body>
<div class="main-wrapper">
<!-- navbar -->
<header class="topbar border-bottom bg-white d-lg-block d-md-block d-none">
<div class="container-fluid px-4">
<div class="header">
<nav class="navbar navbar-expand-lg navbar-dark top-navbar">
<a class="navbar-brand" href="https://code-wrapper.com/royal-homes">
<!-- <img src="assets/images/logo1.png" class="logo logo-white" alt="logo"> -->
<img src="assets/images/logo-dark.png" class="logo logo-dark" alt="logo">
<img src="assets/images/logo-dark.png" class="logo logo-white" alt="logo">
</a>
<button class="navbar-toggler ms-auto " type="button" data-bs-toggle="collapse"
data-bs-target="#collapsible-menu" aria-controls="collapsible-menu" aria-expanded="false"
aria-label="Toggle navigation">
<span class="hamburger">
<span class="hamburger-top"></span>
<span class="hamburger-bottom"></span>
</span>
</button>
<a href="#" class="text-white d-lg-none d-block">
<i class="fas fa-user-circle font-22 mt-1"></i>
</a>
<div class="collapse navbar-collapse justify-content-center" id=" collapsible-menu">
<ul class="navbar-nav primary-menu">
<li class="nav-item">
<a class="nav-link" href="contact-us.html">AirBnB</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Bookings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Travels and Tours</a>
</li>
</ul>
</div>
<div class="dropdown dropdown-center me-5">
<div role="button" data-bs-toggle="dropdown" aria-expanded="false"
class="user d-lg-block d-none d-flex align-items-center justify-content-between bg-white rounded-pill border py-1 px-2 shadow-sm">
<i class="fas fa-bars font-29 px-2 mb-1"></i>
<a href="#" class="text-secondary">
<i class="fas fa-user-circle font-30"></i>
</a>
</div>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Separated link</a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- SEARCH BAR -->
<div class="container-fluid mb-5 d-lg-block d-none" style="padding-top: 120px;">
<div class="w-75 searchBar mx-auto rounded shadow-sm border">
<div class="card border-0 searchBox">
<div class="card-body py-lg-0 px-1">
<div class="row align-items-center m-0">
<div class="col-lg-3 col-md-4 py-1 px-0 searchItem">
<div class="px-1 border-end searchItemBox">
<label for="destination"><span class="fw-bold text-dark fs-6 text ms-2">Where</span></label>
<input type="text" class="form-control form-control-sm border-0 text-secondary bg-transparent"
id="destination" placeholder="Search destination">
</div>
</div>
<div class="col-lg-3 col-md-2 py-1 px-0 searchItem">
<div class="border-end px-1 searchItemBox">
<label for="checkIn"><span class="fw-bold text-dark fs-6 text ms-2">Check
in</span></label>
<input type="date" class="form-control form-control-sm border-0 text-secondary bg-transparent"
id="checkIn" placeholder="Add dates">
</div>
</div>
<div class="col-lg-3 col-md-2 py-1 px-0 searchItem">
<div class="border-end px-1 searchItemBox">
<label for="checkOut"><span class="fw-bold text-dark fs-6 text ms-2">Check
out</span></label>
<input type="date" class="form-control form-control-sm border-0 text-secondary bg-transparent"
id="checkOut" placeholder="Add dates">
</div>
</div>
<div class="col-lg-3 col-md-4 py-1 px-0">
<div class="row m-0 align-items-center px-1">
<div class="col-lg-8 searchItemBox">
<div class="row mb-lg-0 mb-3">
<label for="who"><span class="fw-bold text-dark fs-6 text ms-2">Who</span></label>
<input type="text" class="form-control form-control-sm border-0 text-secondary bg-transparent"
id="who" placeholder="Add guests">
</div>
</div>
<div class="col-lg-4">
<div class="row">
<button class="btn btn-primary rounded py-lg-3" type="button">
<i class="fas fa-search font-29"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CATEGORY SLIDER -->
<div class="filterSlider border-top border-bottom mb-5 bg-white container-fluid">
<!-- Phone searchbar -->
<div class="phoneSearch d-lg-none d-md-none d-block">
<div class="d-flex flex-row justify-content-between gap-2 align-items-center py-2">
<div
class="searchBox bg-white py-2 px-4 d-flex flex-grow-1 align-items-center gap-2 justify-content-start rounded-pill border shadow-sm">
<div class="iconSide">
<i class="fas fa-search fs-5"></i>
</div>
<div class="d-flex flex-column justify-content-start align-items-start">
<h6 class="my-0">Where to?</h6>
<div class="d-flex flex-row gap-2">
<small class="text-truncate">Anywhere |</small>
<small class="text-truncate">Any week |</small>
<small class="text-truncate">Any guest</small>
</div>
</div>
</div>
<button type=" button" class="btn btn-outline-primary btn-sm rounded-circle" data-bs-toggle="modal"
data-bs-target="#searchModal"><i class="fas fa-sliders font-29"></i>
</button>
</div>
</div>
<div class="pt-2 d-flex flex-wrap">
<div class="container d-flex justify-content-center flex-grow-1">
<!-- prev button -->
<div
class="categorySliderBtn d-lg-block d-none rounded categoryPrev bg-secondary text-white px-2 align-self-center">
<
</div>
<div class="categorySlider owl-carousel owl-theme">
<a href="#" class="text-decoration-none categoryIcon fw-bold categoryActive">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-mug-tea fs-5"></i>
<small class="text-truncate">Breakfirst</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-house-tree fs-5"></i>
<small class="text-truncate">Tiny house</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-water-ladder fs-5"></i>
<small class="text-truncate">Amazing Pools</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-umbrella-beach fs-5"></i>
<small>Beach Front</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-castle"></i>
<small>Castles</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-fire-flame-curved fs-5"></i>
<small>Trending</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-island-tropical fs-5"></i>
<small>Island</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-container-storage fs-5"></i>
<small>Containers</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-rent fs-5"></i>
<small>New</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-sailboat fs-5"></i>
<small>Boats</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-tents fs-5"></i>
<small>Camping</small>
</div>
</a>
<a href="#" class="text-decoration-none categoryIcon fw-bold">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-mountain fs-5"></i>
<small>Countryside</small>
</div>
</a>
</div>
<!-- Next button -->
<div
class="categorySliderBtn d-lg-block d-none rounded categoryNext bg-secondary text-white px-2 align-self-center">
>
</div>
</div>
<div class="d-lg-flex justify-content-center align-items-center d-none">
<button type=" button" class="btn btn-outline-primary btn-sm" data-bs-toggle="modal"
data-bs-target="#searchModal"><i class="fas fa-sliders font-24"></i>
Filter
</button>
</div>
</div>
</div>
<!-- phone Footer -->
<div class="container-fluid border-top py-2 d-lg-none phoneFooter mt-3 bg-white">
<div class="d-flex justify-content-around">
<a href="#" class="d-flex flex-column justify-content-center align-items-center text-decoration-none">
<i class="fi fi-ts-search-location"></i>
<p>Explore</p>
</a>
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-circle-heart"></i>
<p>Wishlists</p>
</div>
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fi fi-ts-circle-user"></i>
<p>Log in</p>
</div>
</div>
</div>
<!-- Property grid -->
<div class="property-grid-listing mt-lg-5">
<div class="property-listing-section">
<div class="container-fluid">
<div class="property-listing-meta">
<div class="home-featured-property">
<div class="row mt-5">
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<div class="imageSlider">
<div class="_img">
<img src="assets/images/property-img/fe-property-img-1.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
</div>
<div class="_img">
<img src="assets/images/property-img/fe-property-img-2.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
</div>
</div>
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">Apartment</p>
<h4 class="font-20 product-title"><a href="page-property-single-v1.html"
class="text-decoration-none">Modern Apartments</a></h4>
<p class="mb-0"><i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los
Angeles, CA 90015</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<img src="assets/images/property-img/fe-property-img-2.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">House</p>
<h4 class="font-20 product-title"><a href="page-property-single-v2.html"
class="text-decoration-none">Luxury Family Home</a></h4>
<p class="mb-0"><i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los
Angeles, CA 90015</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<img src="assets/images/property-img/fe-property-img-3.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">Apartment</p>
<h4 class="font-20 product-title"><a href="page-property-single-v1.html"
class="text-decoration-none">Renovated Apartment</a></h4>
<p class="mb-0"><i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los
Angeles, CA 90015</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<img src="assets/images/property-img/fe-property-img-4.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">Apartment</p>
<h4 class="font-20 product-title"><a href="page-property-single-v2.html"
class="text-decoration-none">Romain Apartments</a></h4>
<p class="mb-0"><i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los
Angeles, CA 90015</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<img src="assets/images/property-img/fe-property-img-5.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">House</p>
<h4 class="font-20 product-title"><a href="page-property-single-v1.html"
class="text-decoration-none">Matrix House</a></h4>
<p class="mb-0"><i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los
Angeles, CA 90015</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="card v1-featured-property-card mb-4 border-0">
<div class="featured-product-img position-relative">
<!-- <button class="_slick-prev"><</button>
<button class="_slick-next">></button> -->
<div class="imageSlider">
<div class="_img">
<img src="assets/images/property-img/fe-property-img-6.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
</div>
<div class="_img">
<img src="assets/images/property-img/fe-property-img-6.jpg" alt="featured-property"
class="img-fluid w-100 fe-pro-img rounded-top" />
</div>
</div>
<div class="property-details mb-1">
<h4 class="text-white mb-0 text-truncate">Ksh 13,000/<span>night</span>
</h4>
<div class="property-view ms-auto">
<a href="#"><i class="far fa-heart"></i></a>
</div>
</div>
</div>
<div class="card-body">
<p class="text-orange mb-0">Villa</p>
<h4 class="font-20 product-title text-truncate">
<a href="#" class="text-decoration-none">
Real Luxury Family House Villa hii
</a>
</h4>
<p class="mb-0">
<i class="fas fa-map-marker-alt"></i> 1421 San Pedro St, Los Angeles, CA
90015
</p>
</div>
<div class="property-footer border-top">
<div class="card-body">
<div class="property-footer-meta d-flex align-items-center">
<a href="#"><img src="assets/images/user-icon.png" alt="user-image" class="img-fluid"></a>
<div class="ms-3">
<h6 class="mb-0"><a href="#" class="text-decoration-none">Johnathan Doe</a></h6>
<p class="font-14 mb-0">Estate Agents</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blog-post-pagination mt-4">
<ul class="page-navigation list-inline text-center">
<li class="page-item list-inline-item">
<a class="page-link" href="#" tabindex="-1"><i class="fas fa-arrow-left"></i></a>
</li>
<li class="page-item list-inline-item"><a class="page-link" href="#">1</a></li>
<li class="page-item list-inline-item active" aria-current="page">
<a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
</li>
<li class="page-item list-inline-item"><a class="page-link" href="#">3</a></li>
<li class="page-item list-inline-item"><a class="page-link" href="#">...</a></li>
<li class="page-item list-inline-item"><a class="page-link" href="#">29</a></li>
<li class="page-item list-inline-item">
<a class="page-link" href="#"><i class="fas fa-arrow-right"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Search Modal -->
<div class="modal fade fade-scale" id="searchModal" tabindex="-1" aria-labelledby="searchModalLabel"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="searchModalLabel">More Options</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form action="#" method="post">
<div class="container">
<div class="container">
<h5>Type of place</h5>
<p>Search rooms, entire homes, or any type of place</p>
<div class="d-flex gap-2 flex-wrap">
<input type="radio" class="btn-check" name="placeType" id="anyType" autocomplete="off" checked>
<label class="btn btn-outline-dark" for="anyType">Any Type</label>
<input type="radio" class="btn-check" name="placeType" id="room" autocomplete="off">
<label class="btn btn-outline-dark" for="room">Room</label>
<input type="radio" class="btn-check" name="placeType" id="entire-home" autocomplete="off">
<label class="btn btn-outline-dark" for="entire-home">Entire home</label>
</div>
</div>
<hr>
<div class="container">
<h5>Price Range</h5>
<p>Nightly prices before fees and taxes</p>
<label for="customRange1" class="form-label">Example range</label>
<input type="range" class="form-range" id="customRange1">
<div class="row">
<div class="col-md-12 col-lg-6">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="minPrice" placeholder="minimum price" value="Ksh 0">
<label for="minPrice">Maximum</label>
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="maxPrice" placeholder="maximum price" value="Ksh 0">
<label for="maxPrice">Maximum</label>
</div>
</div>
</div>
</div>
<div class="container">
<h5>Rooms and Beds</h5>
<p>Bedrooms</p>
<div class="d-flex mb-3 flex-wrap gap-2 align-items-center justify-content-even">
<input type="radio" class="btn-check" name="bedrooms" id="anyRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="anyRoom">Any</label>
<input type="radio" class="btn-check" name="bedrooms" id="oneRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="one">1</label>
<input type="radio" class="btn-check" name="bedrooms" id="twoRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="two">2</label>
<input type="radio" class="btn-check" name="bedrooms" id="threeRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="threeRoom">3</label>
<input type="radio" class="btn-check" name="bedrooms" id="fourRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fourRoom">4</label>
<input type="radio" class="btn-check" name="bedrooms" id="fiveRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fiveRoom">5</label>
<input type="radio" class="btn-check" name="bedrooms" id="sixRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sixRoom">6</label>
<input type="radio" class="btn-check" name="bedrooms" id="sevenRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sevenRoom">7</label>
<input type="radio" class="btn-check" name="bedrooms" id="eightPlusRoom" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="eightPlusRoom">8+</label>
</div>
<p>Beds</p>
<div class="d-flex mb-3 flex-wrap gap-2 align-items-center justify-content-even">
<input type="radio" class="btn-check" name="beds" id="anyBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="anyBed">Any</label>
<input type="radio" class="btn-check" name="beds" id="oneBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="oneBed">1</label>
<input type="radio" class="btn-check" name="beds" id="twoBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="twoBed">2</label>
<input type="radio" class="btn-check" name="beds" id="threeBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="threeBed">3</label>
<input type="radio" class="btn-check" name="beds" id="fourBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fourBed">4</label>
<input type="radio" class="btn-check" name="beds" id="fiveBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fiveBed">5</label>
<input type="radio" class="btn-check" name="beds" id="sixBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sixBed">6</label>
<input type="radio" class="btn-check" name="beds" id="sevenBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sevenBed">7</label>
<input type="radio" class="btn-check" name="beds" id="eightPlusBed" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="eightPlusBed">8+</label>
</div>
<p>Bathrooms</p>
<div class="d-flex flex-wrap gap-2 align-items-center justify-content-even">
<input type="radio" class="btn-check" name="bathrooms" id="anyBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="anyBath">Any</label>
<input type="radio" class="btn-check" name="bathrooms" id="oneBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="oneBath">1</label>
<input type="radio" class="btn-check" name="bathrooms" id="twoBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="twoBath">2</label>
<input type="radio" class="btn-check" name="bathrooms" id="threeBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="threeBath">3</label>
<input type="radio" class="btn-check" name="bathrooms" id="fourBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fourBath">4</label>
<input type="radio" class="btn-check" name="bathrooms" id="fiveBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="fiveBath">5</label>
<input type="radio" class="btn-check" name="bathrooms" id="sixBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sixBath">6</label>
<input type="radio" class="btn-check" name="bathrooms" id="sevenBath" autocomplete="off" checked>
<label class="btn btn-outline-dark rounded-pill" for="sevenBath">7</label>
<input type="radio" class="btn-check" name="bathrooms" id="eightPlusBath" autocomplete="off"
checked>
<label class="btn btn-outline-dark rounded-pill" for="eightPlusBath">8+</label>
</div>
</div>
<hr>
<div class="container">
<h5>Amenities</h5>
<p>Essentials</p>
<div class="container d-flex gap-3 flex-wrap">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="wifi">
<label class="form-check-label" for="wifi">
Wifi
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="kitchen" checked>
<label class="form-check-label" for="kitchen">
Kitchen
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="washer" checked>
<label class="form-check-label" for="washer">
Washer
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="tv" checked>
<label class="form-check-label" for="tv">
TV
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="airCondition" checked>
<label class="form-check-label" for="airCondition">
Air Condition
</label>
</div>
</div>
</div>
<hr>
<div class="container">
<h5 class="mb-3">Booking options</h5>
<div class="row">
<div class="col-12">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="instantBook">
<label class="form-check-label text-dark" for="instantBook">Instant
Book</label>
<p>Listings you can book without waiting for Host approval</p>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="selfCheckin">
<label class="form-check-label text-dark" for="selfCheckin">Self
Check-in</label>
<p>Easy access to the property once you arrive</p>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="instantBook">
<label class="form-check-label text-dark" for="instantBook">Free
Cancellation</label>
<p>Only show stays that offer free cancellation</p>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="allowPets">
<label class="form-check-label text-dark" for="allowPets">Allows
Pets</label>
<p>Listings you can book without waiting for Host approval</p>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Required JS -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Owl Carousel JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script src="assets/libs/fontawesome/js/all.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>