-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
624 lines (592 loc) · 34.4 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
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Agile Automotives - Home</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Login/Signup Box -->
<div id="loginbox" style="display: none;">
<iframe style="
z-index: 99;
top: 50%;
left: 50%;
width: 30em;
height: 35em;
margin-top: -15em;
margin-left: -15em;
position: fixed;
border: 0px;"
src="login.html">
</iframe>
<button onclick="logindisplay()" style="
margin-top: -11em;
margin-left: 9em;
position: fixed;
z-index:100;
cursor: pointer;
font-size: 18px;
border: none;
background-color: #080710;
color: white;
top: 50%;
left: 50%;">X</button>
</div>
<!-- Topbar Start -->
<div class="container-fluid bg-dark py-3 px-lg-5 d-none d-lg-block">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-body pr-3" href=""><i class="fa fa-phone-alt mr-2"></i>+012 345 6789</a>
<span class="text-body">|</span>
<a class="text-body px-3" href=""><i class="fa fa-envelope mr-2"></i>[email protected]</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-body px-3" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-body px-3" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-body pl-3" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="position-relative px-lg-5" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark py-3 py-lg-0 pl-3 pl-lg-5">
<a href="" class="navbar-brand">
<h1 class="text-uppercase text-primary mb-1">Agile Automotives</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-3" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Cars</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="car.html" class="dropdown-item">Car Listing</a>
<a href="booking.html" class="dropdown-item">Car Booking</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="team.html" class="dropdown-item">The Team</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
<button onclick="logindisplay()" class="nav-item nav-link" style="background: #2B2E4A; border: 0;">Login/Signup</button>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Search Bar -->
<div class="container-fluid bg-white pt-3 px-lg-5">
<div class="row mx-n2">
<iframe frameborder="0" style="height: 90px; width:100%; overflow-y: hidden;" src="search.html" ></iframe>
</div>
</div>
<!-- Search Bar End -->
<!-- Search Start
<div class="container-fluid bg-white pt-3 px-lg-5">
<div class="row mx-n2">
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Car Type</option>
<option value="1">Truck</option>
<option value="2">SUV</option>
<option value="3">Hatchback</option>
<option value="4">Minivan</option>
<option value="5">Convertible</option>
<option value="6">Coupe</option>
<option value="7">Sports Car</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Tags</option>
<option value="1">High Occupancy Vehicle</option>
<option value="2">Low Occupancy Vehicle</option>
<option value="3">Large Trunk</option>
<option value="3">Luxury</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Price Range</option>
<option value="1">< $x</option>
<option value="2">$x < $y</option>
<option value="3">$y < $z</option>
<option value="3">$z <</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<div class="date mb-3" id="date" data-target-input="nearest">
<input type="text" class="form-control p-4 datetimepicker-input" placeholder="Availablity Date"
data-target="#date" data-toggle="datetimepicker" />
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<select class="custom-select px-4 mb-3" style="height: 50px;">
<option selected>Car</option>
<option value="1">Car 1</option>
<option value="2">Car 1</option>
<option value="3">Car 1</option>
</select>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 px-2">
<button class="btn btn-primary btn-block mb-3" type="submit" style="height: 50px;">Search</button>
</div>
</div>
</div>
Search End -->
<!-- Carousel Start -->
<div class="container-fluid p-0" style="margin-bottom: 90px; ">
<div id="header-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/carousel-1.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Rent A Car</h4>
<h1 class="display-1 text-white mb-md-4">Best Rental Cars In Any Location</h1>
<button class="btn btn-primary py-md-3 px-md-5 mt-2" onclick="location.href='./car.html'">Reserve Now</button>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/carousel-2.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h4 class="text-white text-uppercase mb-md-3">Rent A Car</h4>
<h1 class="display-1 text-white mb-md-4">Quality Cars with Unlimited Miles</h1>
<button class="btn btn-primary py-md-3 px-md-5 mt-2" onclick="location.href='./car.html'">Reserve Now</button>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
<div class="btn btn-dark" style="width: 45px; height: 45px;">
<span class="carousel-control-prev-icon mb-n2"></span>
</div>
</a>
<a class="carousel-control-next" href="#header-carousel" data-slide="next">
<div class="btn btn-dark" style="width: 45px; height: 45px;">
<span class="carousel-control-next-icon mb-n2"></span>
</div>
</a>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<h1 class="display-1 text-primary text-center">01</h1>
<h1 class="display-4 text-uppercase text-center mb-5">Welcome To <span class="text-primary">Agile Automotives</span></h1>
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<img class="w-75 mb-4" src="img/about.png" alt="">
<p>Justo et eos et ut takimata sed sadipscing dolore lorem, et elitr labore labore voluptua no rebum sed, stet voluptua amet sed elitr ea dolor dolores no clita. Dolores diam magna clita ea eos amet, amet rebum voluptua vero vero sed clita accusam takimata. Nonumy labore ipsum sea voluptua sea eos sit justo, no ipsum sanctus sanctus no et no ipsum amet, tempor labore est labore no. Eos diam eirmod lorem ut eirmod, ipsum diam sadipscing stet dolores elitr elitr eirmod dolore. Magna elitr accusam takimata labore, et at erat eirmod consetetur tempor eirmod invidunt est, ipsum nonumy at et.</p>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-light p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-headset text-secondary"></i>
</div>
<h4 class="text-uppercase m-0">24/7 Car Rental Support</h4>
</div>
</div>
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-secondary p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-car text-secondary"></i>
</div>
<h4 class="text-light text-uppercase m-0">Car Reservation Anytime</h4>
</div>
</div>
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-light p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-map-marker-alt text-secondary"></i>
</div>
<h4 class="text-uppercase m-0">Lots Of Pickup Locations</h4>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<h1 class="display-1 text-primary text-center">02</h1>
<h1 class="display-4 text-uppercase text-center mb-5">Our Services</h1>
<div class="row">
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-taxi text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">01</h1>
</div>
<h4 class="text-uppercase mb-3">Car Rental</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item active d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-money-check-alt text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">02</h1>
</div>
<h4 class="text-uppercase mb-3">Car Financing</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-car text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">03</h1>
</div>
<h4 class="text-uppercase mb-3">Car Inspection</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-cogs text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">04</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Repairing</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-spray-can text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">05</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Painting</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-2">
<div class="service-item d-flex flex-column justify-content-center px-4 mb-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<div class="d-flex align-items-center justify-content-center bg-primary ml-n4" style="width: 80px; height: 80px;">
<i class="fa fa-2x fa-pump-soap text-secondary"></i>
</div>
<h1 class="display-2 text-white mt-n2 m-0">06</h1>
</div>
<h4 class="text-uppercase mb-3">Auto Cleaning</h4>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Team Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<h1 class="display-1 text-primary text-center">03</h1>
<h1 class="display-4 text-uppercase text-center mb-5">Meet Our Team</h1>
<div class="owl-carousel team-carousel position-relative" style="padding: 0 30px;">
<div class="team-item">
<img class="img-fluid w-100" src="img/team-1.jpg" alt="">
<div class="position-relative py-4">
<h4 class="text-uppercase">Full Name</h4>
<p class="m-0">Designation</p>
<div class="team-social position-absolute w-100 h-100 d-flex align-items-center justify-content-center">
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<img class="img-fluid w-100" src="img/team-2.jpg" alt="">
<div class="position-relative py-4">
<h4 class="text-uppercase">Full Name</h4>
<p class="m-0">Designation</p>
<div class="team-social position-absolute w-100 h-100 d-flex align-items-center justify-content-center">
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<img class="img-fluid w-100" src="img/team-3.jpg" alt="">
<div class="position-relative py-4">
<h4 class="text-uppercase">Full Name</h4>
<p class="m-0">Designation</p>
<div class="team-social position-absolute w-100 h-100 d-flex align-items-center justify-content-center">
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="team-item">
<img class="img-fluid w-100" src="img/team-4.jpg" alt="">
<div class="position-relative py-4">
<h4 class="text-uppercase">Full Name</h4>
<p class="m-0">Designation</p>
<div class="team-social position-absolute w-100 h-100 d-flex align-items-center justify-content-center">
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mx-1" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<h1 class="display-1 text-primary text-center">04</h1>
<h1 class="display-4 text-uppercase text-center mb-5">Our Client's Say</h1>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item d-flex flex-column justify-content-center px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<img class="img-fluid ml-n4" src="img/testimonial-1.jpg" alt="">
<h1 class="display-2 text-white m-0 fa fa-quote-right"></h1>
</div>
<h4 class="text-uppercase mb-2">Client Name</h4>
<i class="mb-2">Profession</i>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
<div class="testimonial-item d-flex flex-column justify-content-center px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<img class="img-fluid ml-n4" src="img/testimonial-2.jpg" alt="">
<h1 class="display-2 text-white m-0 fa fa-quote-right"></h1>
</div>
<h4 class="text-uppercase mb-2">Client Name</h4>
<i class="mb-2">Profession</i>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
<div class="testimonial-item d-flex flex-column justify-content-center px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<img class="img-fluid ml-n4" src="img/testimonial-3.jpg" alt="">
<h1 class="display-2 text-white m-0 fa fa-quote-right"></h1>
</div>
<h4 class="text-uppercase mb-2">Client Name</h4>
<i class="mb-2">Profession</i>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
<div class="testimonial-item d-flex flex-column justify-content-center px-4">
<div class="d-flex align-items-center justify-content-between mb-3">
<img class="img-fluid ml-n4" src="img/testimonial-4.jpg" alt="">
<h1 class="display-2 text-white m-0 fa fa-quote-right"></h1>
</div>
<h4 class="text-uppercase mb-2">Client Name</h4>
<i class="mb-2">Profession</i>
<p class="m-0">Kasd dolor no lorem nonumy sit labore tempor at justo rebum rebum stet, justo elitr dolor amet sit sea sed</p>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Banner Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row mx-0">
<div class="col-lg-6 px-0">
<div class="px-5 bg-secondary d-flex align-items-center justify-content-between" style="height: 350px;">
<img class="img-fluid flex-shrink-0 ml-n5 w-50 mr-4" src="img/banner-left.png" alt="">
<div class="text-right">
<h3 class="text-uppercase text-light mb-3">Want to be driver?</h3>
<p class="mb-4">Lorem justo sit sit ipsum eos lorem kasd, kasd labore</p>
<a class="btn btn-primary py-2 px-4" href="car.html">Start Now</a>
</div>
</div>
</div>
<div class="col-lg-6 px-0">
<div class="px-5 bg-dark d-flex align-items-center justify-content-between" style="height: 350px;">
<div class="text-left">
<h3 class="text-uppercase text-light mb-3">Looking for a car?</h3>
<p class="mb-4">Lorem justo sit sit ipsum eos lorem kasd, kasd labore</p>
<a class="btn btn-primary py-2 px-4" href="car.html">Start Now</a>
</div>
<img class="img-fluid flex-shrink-0 mr-n5 w-50 ml-4" src="img/banner-right.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Banner End -->
<!-- Vendor Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="owl-carousel vendor-carousel">
<div class="bg-light p-4">
<img src="img/vendor-1.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-2.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-3.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-4.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-5.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-6.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-7.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-8.png" alt="">
</div>
</div>
</div>
</div>
<!-- Vendor End -->
<!-- Footer Start -->
<div class="container-fluid bg-secondary py-5 px-sm-3 px-md-5" style="margin-top: 90px;">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Get In Touch</h4>
<p class="mb-2"><i class="fa fa-map-marker-alt text-white mr-3"></i>123 Street, New York, USA</p>
<p class="mb-2"><i class="fa fa-phone-alt text-white mr-3"></i>+012 345 67890</p>
<p><i class="fa fa-envelope text-white mr-3"></i>[email protected]</p>
<h6 class="text-uppercase text-white py-2">Follow Us</h6>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-dark btn-lg-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Usefull Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Private Policy</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Term & Conditions</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>New Member Registration</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Affiliate Programme</a>
<a class="text-body mb-2" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Return & Refund</a>
<a class="text-body" href="#"><i class="fa fa-angle-right text-white mr-2"></i>Help & FQAs</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Car Gallery</h4>
<div class="row mx-n1">
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-1.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-2.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-3.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-4.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-5.jpg" alt=""></a>
</div>
<div class="col-4 px-1 mb-2">
<a href=""><img class="w-100" src="img/gallery-6.jpg" alt=""></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-uppercase text-light mb-4">Newsletter</h4>
<p class="mb-4">Volup amet magna clita tempor. Tempor sea eos vero ipsum. Lorem lorem sit sed elitr sed kasd et</p>
<div class="w-100 mb-3">
<div class="input-group">
<input type="text" class="form-control bg-dark border-dark" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary text-uppercase px-3">Sign Up</button>
</div>
</div>
</div>
<i>Lorem sit sed elitr sed kasd et</i>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<script>
function logindisplay() {
var x = document.getElementById("loginbox");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>
<script src="js/main.js"></script>
</body>
</html>