-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
702 lines (621 loc) · 48.3 KB
/
project.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Project</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="project.css">
</head>
<script src="project.js" type="text/javascript">
</script>
<body>
<div class="logo">
<a href="#">Klean</a>
</div>
<br>
<div class="navi" style="border: 1px solid black;padding: 10px;margin: 305px;margin-top: -185px;margin-right: 3px;background-color: #090028;color: white;">
<a href="#" style="text-decoration: none;color: white;margin-right: 10px"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" style="color: orange;" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"/>
</svg> [email protected] |</a>
<a href="#" style="text-decoration: none;color: white;margin-right: 500px;"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;" width="16" height="16" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg> +012 345 6789</a>
<a href="https://www.facebook.com/campaign/landing.php?campaign_id=14884913640&extra_1=s%7Cc%7C550525805682%7Ce%7Cfb%20%27%7C&placement=&creative=550525805682&keyword=fb%20%27&partner_id=googlesem&extra_2=campaignid%3D14884913640%26adgroupid%3D128696221592%26matchtype%3De%26network%3Dg%26source%3Dnotmobile%26search_or_content%3Ds%26device%3Dc%26devicemodel%3D%26adposition%3D%26target%3D%26targetid%3Dkwd-431331344637%26loc_physical_ms%3D1007810%26loc_interest_ms%3D%26feeditemid%3D%26param1%3D%26param2%3D&gclid=Cj0KCQjwheyUBhD-ARIsAHJNM-N-z_vtzk9wFNIwOhzWdxLF00nHRAUtCyRERulQ5J83Opj8RbvARgAaAnYQEALw_wcB"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;margin-right: 10px;" width="27" height="27" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/></svg></a>
<a href="https://twitter.com/i/flow/login?input_flow_data=%7B%22requested_variant%22%3A%22eyJsYW5nIjoiZW4ifQ%3D%3D%22%7D"> <svg xmlns="http://www.w3.org/2000/svg" style="color: orange;margin-right: 10px;" width="27" height="27" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/></svg></a>
<a href="https://in.linkedin.com/"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;margin-right: 10px;" width="27" height="27" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/></svg></a>
<a href="https://www.instagram.com/"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;margin-right: 10px;" width="27" height="27" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/></svg></a>
<a href="https://www.youtube.com/"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;margin-right: 10px;" width="27" height="30" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/></svg></a>
</div>
<div class="secondmenu" style="float: left;margin: 10px;margin-top: -250px;margin-left: 310px;">
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-link" href="#" style="color:#5bb443;font-weight: bolder;font-size: 20px;font-family: Calibri;">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: black;font-weight: bolder;font-size: 20px;font-family: Calibri;">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: black;font-weight: bolder;font-size: 20px;font-family: Calibri;">PROJECT</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" style="color: black;font-weight: bolder;font-size: 20px;font-family: Calibri;">PAGES</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">LATEST BLOG</a></li>
<li><a class="dropdown-item" href="#">BLOG DETAILS</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: black;font-weight: bolder;font-size: 20px;font-family: Calibri;">CONTACT</a>
</li>
</ul>
</div>
<div class="button">
<a href="#">GET A QUOTE</a>
</div>
<div class="carosels" style="float: left;margin-top: -183px;margin-left: 1px;height: 500px;width: 1348px;">
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<div class="caroselsheadtext">
<h1>CLEANING SERVICES</h1>
</div>
<div class="button-1">
<a href="#">GET A QUOTE</a>
</div>
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2" class="active"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="D:\Web devolpment pgms\task\project\New folder\photo1.jpg" height="800" width="1348" alt="Los Angeles" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\photo2.jpg" height="800" width="1348" alt="Chicago" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\photo3.jpg" height="800" width="1348" alt="New York" class="d-block w-100">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<div class="content3">
<div class="row" style="margin: 1px;">
<div class="col-md-4" style="border: 0px solid white;padding:75px;background-color:#f5db01">
<div class="content3-1stlogo" style="float:left;margin: 20px;margin-top:20px;margin-left: 10px;">
<svg xmlns="http://www.w3.org/2000/svg" style="color:#2a9522 ;" width="40" height="40" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16">
<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
</div>
<h1 style="font-family: Calibri;font-weight: bold;font-size: 30px;">Our office</h1>
<p style="color: white;">123 Street, New York, USA</p>
</div>
<div class="col-md-4" style="border: 0px solid white;padding:75px;background-color:#5bb443">
<div class="content-3 2ndlogo" style="float:left;margin: 20px;margin-top:20px;margin-left: 10px;">
<svg xmlns="http://www.w3.org/2000/svg" style="color:#f5db01 ;" width="40" height="40" fill="currentColor" class="bi bi-envelope-open-fill" viewBox="0 0 16 16">
<path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.314l6.709 3.932L8 8.928l1.291.718L16 5.714V5.4a2 2 0 0 0-1.059-1.765l-6-3.2ZM16 6.873l-5.693 3.337L16 13.372v-6.5Zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516ZM0 13.373l5.693-3.163L0 6.873v6.5Z"/></svg>
</div>
<h1 style="font-family: Calibri;font-weight: bold;font-size: 30px;">Our office</h1>
<p style="color: white;">[email protected]</p>
</div>
<div class="col-md-4" style="border: 0px solid white;padding:75px;background-color:#f5db01">
<div class="content-3 3rdlogo" style="float:left;margin: 20px;margin-top:20px;margin-left: 10px;">
<svg xmlns="http://www.w3.org/2000/svg" style="color:#2a9522 ;" width="40" height="40" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
</div>
<h1 style="font-family: Calibri;font-weight: bold;font-size: 30px;">Our office</h1>
<p style="color: white;">+012 345 6789</p>
</div>
</div>
</div>
<br><br><br><br>
<div class="awardbadge" style="float: left;margin-top: 200px;margin-left: 200px;"><svg xmlns="http://www.w3.org/2000/svg" style="color:#f5db01 ;" width="80" height="80" fill="currentColor" class="bi bi-award-fill" viewBox="0 0 16 16">
<path d="m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z"/>
<path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>
</svg>
<br><br>
<div class="25 Years Experience">
<p style="font-size: 30px;color: white;margin:10px;font-size:50px;font-weight:bolder;">25</p>
<br><br><br>
<p style="font-size: 30px;color: white;margin:-60px;font-size:30px">Years Experience</p>
</div>
<div class="4thcontent">
<div class="4thimg" style="margin: 20px;padding: 10px;float: left;margin-top: -360px;margin-left: -150px;">
<img src="D:\Web devolpment pgms\task\project\New folder\photo4.jpg" style="border-radius: 10px;" height="500" width="400">
</div>
</div>
<div class="content-4">
<h1>LEARN ABOUT US</h1>
</div>
<div class="indianflagline">
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="200" width="100">
</div>
</div>
<div class="headforcontent4">
<h1>We Provide The Best<br>Cleaning Services</h1>
</div>
<div class="bodyforcontent4">
<h1><b>Eos kasd eos dolor vero vero, lorem stet diam rebum. Ipsum amet sed vero dolor sea lorem justo est dolor eos</b><br><br>
Invidunt lorem justo sanctus clita. Erat lorem labore ea, justo dolor lorem ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed diam. Ea et erat ut sed diam sea ipsum est dolor</h1>
</div>
<div class="buttoncontent4th">
<a href="#">Learn More</a>
</div>
</div>
<div class="5thcontents">
<img src="D:\Web devolpment pgms\task\project\New folder\org3.jpg" height="600" width="1348" style="margin-top: 1300px;">
<h1 style="position: absolute;float: left;margin-top: -450px;margin-left: 100px;font-size: 20px;color: #5bb443;">OUR SERVICES</h1>
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="150" width="80" style="position: absolute;float: left;margin-top: 1450px;margin-left: -1260px;">
<h2 style="position: absolute;float: left;margin-top: -400px;margin-left: 180px;color: white;font-size: 50px;font-weight: bolder;">Awesome Cleaning<br> Services For You</h2>
<p style="position: absolute;float: left;margin-top: -240px;margin-left: 100px;color: white;font-weight: bolder;">Invidunt lorem justo clita. Erat lorem labore ea, justo dolor lorem<br> ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed,<br> diam. Ea et erat ut sed diam sea ipsum</p>
<div class="content5thbutton">
<a href="#">More Services</a>
</div>
<div class="content-5thcarosels" style="height:400px;width:300px;position: absolute;float: left;margin-top: -450px;margin-left: 900px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<svg xmlns="http://www.w3.org/2000/svg" style="color: #5bb443;border: 0px solid black;border-radius: 50px;background-color: white;padding: 10px;position: absolute;float: left;margin-top: 10px;margin-left: 100px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" width="80" height="80" fill="currentColor" class="bi bi-building" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/>
<path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>
</svg>
<img src="D:\Web devolpment pgms\task\project\New folder\333.jpg" alt="333" class="d-block w-100" style="height:400px;width:200px;border-radius: 7px;">
</div>
<div class="carousel-item">
<svg xmlns="http://www.w3.org/2000/svg" style="color: #5bb443;border: 0px solid black;border-radius: 50px;background-color: white;padding: 10px;position: absolute;float: left;margin-top: 20px;margin-left: 100px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" width="80" height="80" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/>
<path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>
</svg>
<img src="D:\Web devolpment pgms\task\project\New folder\555.jpg" alt="555" class="d-block w-100" style="height:400px;width:200px;border-radius: 7px;">
</div>
<div class="carousel-item">
<svg xmlns="http://www.w3.org/2000/svg" style="color: #5bb443;border: 0px solid black;border-radius: 50px;background-color: white;padding: 10px;position: absolute;float: left;margin-top: 10px;margin-left: 100px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);" width="80" height="80" fill="currentColor" class="bi bi-flower1" viewBox="0 0 16 16">
<path d="M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826zM8 1a1 1 0 0 0-.998 1.03l.01.091c.012.077.029.176.054.296.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a4.997 4.997 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1zM2 9l.03-.002.091-.01a4.99 4.99 0 0 0 .296-.054c.241-.049.542-.122.887-.213a60.59 60.59 0 0 0 2.314-.676L5.762 8l-.144-.045a60.59 60.59 0 0 0-2.314-.676 16.705 16.705 0 0 0-.887-.213 4.99 4.99 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2zm7 5-.002-.03a5.005 5.005 0 0 0-.064-.386 16.398 16.398 0 0 0-.213-.888 60.582 60.582 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a4.996 4.996 0 0 0-.064.386L7 14a1 1 0 1 0 2 0zm-5.696-2.134.025-.017a5.001 5.001 0 0 0 .303-.248c.184-.164.408-.377.661-.629A60.614 60.614 0 0 0 5.96 9.23l.103-.111-.147.033a60.88 60.88 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5.063 5.063 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027c.01-.02.021-.048.036-.084a5.09 5.09 0 0 0 .102-.283c.078-.233.165-.53.258-.874a60.6 60.6 0 0 0 .572-2.343l.033-.147-.11.102a60.848 60.848 0 0 0-1.743 1.667 17.07 17.07 0 0 0-.629.66 5.06 5.06 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366zm9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a4.951 4.951 0 0 0-.303.248 16.69 16.69 0 0 0-.661.629A60.72 60.72 0 0 0 10.04 6.77l-.102.111.147-.033a60.6 60.6 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a4.993 4.993 0 0 0 .367-.138.53.53 0 0 0 .027-.014zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027c-.01.02-.021.048-.036.084a5.09 5.09 0 0 0-.102.283c-.078.233-.165.53-.258.875a60.62 60.62 0 0 0-.572 2.342l-.033.147.11-.102a60.848 60.848 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5.001 5.001 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366zM14 9a1 1 0 0 0 0-2l-.03.002a4.996 4.996 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a4.996 4.996 0 0 0 .386.064L14 9zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035c.072.03.166.064.283.103.233.078.53.165.874.258a60.88 60.88 0 0 0 2.343.572l.147.033-.103-.111a60.584 60.584 0 0 0-1.666-1.742 16.705 16.705 0 0 0-.66-.629 4.996 4.996 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366zm2.196-1.196.017.025a4.996 4.996 0 0 0 .248.303c.164.184.377.408.629.661A60.597 60.597 0 0 0 6.77 5.96l.111.102-.033-.147a60.602 60.602 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5.006 5.006 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1zm9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a60.619 60.619 0 0 0-2.342-.572l-.147-.033.102.111a60.73 60.73 0 0 0 1.667 1.742c.253.252.477.465.66.629a4.946 4.946 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366zm-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5.065 5.065 0 0 0-.248-.303 16.705 16.705 0 0 0-.629-.661A60.462 60.462 0 0 0 9.23 10.04l-.111-.102.033.147a60.6 60.6 0 0 0 .572 2.342c.093.345.18.642.258.875a4.985 4.985 0 0 0 .138.367.575.575 0 0 0 .014.027zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>
</svg>
<img src="D:\Web devolpment pgms\task\project\New folder\444.jpg" alt="444" class="d-block w-100" style="height:400px;width:200px;border-radius: 7px;">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
</div>
<div class="content-6th">
<img src="D:\Web devolpment pgms\task\project\New folder\6.jpg" height="400" width="500">
<h1>WHY CHOOSE US</h1>
<div class="indianflaglinecont-6">
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="150" width="80">
</div>
<div class="cont-6h2">
<h2>25 Years Experience In<br>Cleaning Industry</h2>
</div>
<div class="cont-6p">
<p>Dolores lorem lorem ipsum sit et ipsum.Sadip sea amet diam dolore sed et.Sit<br>rebum labore sit sit ut vero no sit.Et elitr stet dolor sed sit et sed ipsum et kasd<br>ut.Erat duo eos et erat sed diam duo</p>
</div>
<div class="cont-6h3">
<h3>225</h3>
<p>Our Cleaners</p>
</div>
<div class="cont-6h4">
<h4>1050</h4>
<p>Happy Clients</p>
</div>
<div class="cont-6h6">
<h5>2500</h5>
<p>Projects Done</p>
</div>
</div>
<div class="cont-7 content">
<img src="D:\Web devolpment pgms\task\project\New folder\777.jpg" height="800" width="1348" style="margin-top:100px">
<div class="firststimgcont-7">
<div class="fimg1">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 1st.jpg" height="250" width="300">
</div>
<div class="fimg2">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 2st.jpg" height="250" width="300">
</div>
<div class="fimg3">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 3st.jpg" height="250" width="300">
</div>
</div>
<div class="firststimgcont-7th2nd">
<div class="fimg4">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 4st.jpg" height="250" width="300">
</div>
<div class="fimg5">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 5th.jpg" height="250" width="300">
</div>
<div class="fimg6">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 6th.jpg" height="250" width="300">
</div>
</div>
</div>
<div class="firststimgcont-8">
<div class="firsthead-8">
<h1>MEET OUR TEAM</h1>
</div>
<div class="firstheadimg-8">
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="150" width="80">
</div>
<div class="firstheadhead-8">
<h1>Meet Our Highly<br>Experienced Cleaners</h1>
</div>
<div class="firstheadparas-8">
<p>Eirmod kasd duo eos et magna, diam dolore<br>stet sea clita sit ea erat lorem. Ipsum eos<br>ipsum magna lorem stet</p>
</div>
</div>
<div class="ninethcarosels" style="height:450px;width:350px;float:left;margin-top: 350px;margin-left: -1200px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="D:\Web devolpment pgms\task\project\New folder\8th1stimg.jpg" alt="8th1st" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 2ndimg.jpg" alt="8th 2nd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 3rdimg.jpg" alt="8th 3rd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 4thimg.jpg" alt="8th 4th" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<div class="tenthcarosels" style="height:450px;width:350px;float:left;margin-top: 350px;margin-left: -750px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 4thimg.jpg" alt="8th1st" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 2ndimg.jpg" alt="8th 2nd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th1stimg.jpg" alt="8th 3rd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 3rdimg.jpg" alt="8th 4th" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<div class="tenthcarosels" style="height:450px;width:350px;float:left;margin-top: 350px;margin-left: -300px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 2ndimg.jpg" alt="8th1st" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 4thimg.jpg" alt="8th 2nd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th1stimg.jpg" alt="8th 3rd" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\8th 3rdimg.jpg" alt="8th 4th" class="d-block w-100" height="500" width="190" style="border-radius: 5px;">
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
</div>
<div class="content-10th">
<div class="content-10thimage">
<img src="D:\Web devolpment pgms\task\project\New folder\8th1st10th.jpg" height="800" width="1348" style="margin-top:100px">
</div>
<div class="content-10thh1">
<h1>TESTIMONIAL</h1>
</div>
<div class="content-10thimgaage">
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="150" width="80">
</div>
<div class="content-10thh2">
<h2>What Our Clients Say</h2>
</div>
<div class="content-10thcarosels.." style="height:100px;width:100px;border-radius: 50px;float: left;margin-top: -400px;margin-left: 100px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="D:\Web devolpment pgms\task\project\New folder\caro1.jpg" style="border-radius: 50px;" alt="caro1" class="d-block w-100" height="100" width="100">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\caro2.jpg" style="border-radius: 50px;" alt="caro2" class="d-block w-100" height="100" width="100">
</div>
<div class="carousel-item">
<img src="D:\Web devolpment pgms\task\project\New folder\caro3.jpg" style="border-radius: 50px;" alt="caro3" class="d-block w-100" height="100" width="100">
</div>
</div>
</div>
</div>
<div class="textcarosels" style="float: left;margin-top:-250px;margin-left:100px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<p style="color:white;font-size: 15px;">Eirmod kasd duo eos et magna,diam dolore stet sea clita sit ea erat lorem. Ipsum eos<br>ipsum magna lorem stet Eirmod kasd duo eos et magna,diam dolore stet sea clita sit<br> ea erat lorem. Ipsum eos ipsum magna lorem stet</p>
</div>
<div class="carousel-item">
<p style="color:white;font-size: 15px;">Eirmod kasd duo eos et magna,diam dolore stet sea clita sit ea erat lorem. Ipsum eos<br>ipsum magna lorem stet Eirmod kasd duo eos et magna,diam dolore stet sea clita sit<br> ea erat lorem. Ipsum eos ipsum magna lorem stet</p>
</div>
<div class="carousel-item">
<p style="color:white;font-size: 15px;">Eirmod kasd duo eos et magna,diam dolore stet sea clita sit ea erat lorem. Ipsum eos<br>ipsum magna lorem stet Eirmod kasd duo eos et magna,diam dolore stet sea clita sit<br> ea erat lorem. Ipsum eos ipsum magna lorem stet</p>
</div>
</div>
</div>
</div>
<div class="textcaroselsnames" style="float: left;margin-top:-400px;margin-left:220px;">
<!-- Carousel -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<h1 style="color:orange;font-weight: bold;">Client Name</h1>
<p style="color:white;font-style: italic;">Profession</p>
</div>
<div class="carousel-item">
<h1 style="color:orange;font-weight: bold;">Client Name</h1>
<p style="color:white;font-style: italic;">Profession</p>
</div>
<div class="carousel-item">
<h1 style="color:orange;font-weight: bold;">Client Name</h1>
<p style="color:white;font-style: italic;">Profession</p>
</div>
</div>
<div class="content-10thlastimg">
<img src="D:\Web devolpment pgms\task\project\New folder\10thcontentimg.jpg" height="400" width="500">
</div>
<div class="lastcontentssss">
<div class="lastone">
<h1 style="height:100px;width:100px">LATESTBLOG</h1>
</div>
<div class="imggggg">
<img src="D:\Web devolpment pgms\task\project\New folder\indianflagline.png" height="150" width="80">
</div>
<div class="lasttexttt">
<p>Latest Articles From<br>Our Blog Post</p>
</div>
<div class="lasttextttpara">
<p>Eirmod kasd duo eos et magna, diam dolore<br>stet sea clita sit ea erat lorem. Ipsum eos<br>ipsum magna lorem stet</p>
</div>
</div>
<div class="laimage">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 with badge.jpg" height="300"width="350">
</div>
<div class="laimages">
<img src="D:\Web devolpment pgms\task\project\New folder\org4th with badge.jpg" height="300"width="350">
</div>
<div class="laimagesss">
<img src="D:\Web devolpment pgms\task\project\New folder\cont-7 4st with badge.jpg" height="300"width="350">
</div>
<div class="tt1">
<a href="#">ADMIN |</a>
</div>
<div class="tt2">
<a href="#">CLEANING</a>
</div>
<div class="tt3">
<h1>Rebum lorem eos ipsum diam</h1>
</div>
<div class="tt3para">
<p>Dolor justo sea kasd lorem clita justo no<br>diam amet. Kasd magna dolor amet</p>
</div>
<div class="tt3btn">
<a href="#">Read More</a>
</div>
<div class="t21">
<a href="#">ADMIN |</a>
</div>
<div class="t22">
<a href="#">CLEANING</a>
</div>
<div class="t23">
<h1>Rebum lorem eos ipsum diam</h1>
</div>
<div class="t24para">
<p>Dolor justo sea kasd lorem clita justo no<br>diam amet. Kasd magna dolor amet</p>
</div>
<div class="t25btn">
<a href="#">Read More</a>
</div>
<div class="t31">
<a href="#">ADMIN |</a>
</div>
<div class="t32">
<a href="#">CLEANING</a>
</div>
<div class="t33">
<h1>Rebum lorem eos ipsum diam</h1>
</div>
<div class="t34para">
<p>Dolor justo sea kasd lorem clita justo<br>diam amet. Kasd magna dolor amet</p>
</div>
<div class="t35btn">
<a href="#">Read More</a>
</div>
<div class="footer">
<footer>
<div class="footerhead">
<a href="#">Klean</a>
</div>
<div class="footerpara">
<p>Volup amet magna clita<br>tempor. Tempor sea eos vero<br>ipsum. Lorem lorem sit sed elitr<br>sed kasd et</p>
</div>
<div class="footertime">
<p><b>Opening Hours:</b><br>
Mon – Sat, 8AM – 5PM<br>
Sunday: Closed</p>
</div>
<div class="footerhead2">
<h1>Get In Touch</h1>
</div>
<div class="footer1st2">
<p><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;" width="16" height="16" fill="currentColor" class="bi bi-geo-alt-fill" viewBox="0 0 16 16">
<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>
</svg> 123 Street, New York, USA</p>
</div>
<div class="footertime2">
<p><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;" width="16" height="16" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg> +012 345 67890</p>
</div>
<div class="footermail">
<p><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;" width="16" height="16" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"/>
</svg> [email protected]</p>
</div>
<div class="footertwitlogo">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" style="color: #00051c;margin-right: 20px;" width="18" height="18" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg></a>
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" style="color: #00051c;margin-right: 20px;" width="18" height="18" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</svg></a>
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" style="color: #00051c;margin-right: 20px;" width="18" height="18" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg></a>
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" style="color: #00051c;margin-right: 20px;" width="18" height="18" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg></a>
</div>
<div class="footerhead3">
<h1>Quick Links</h1>
</div>
<div class="footerhome">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg> Home</a>
</div>
<div class="footeraboutus">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg> About us</a>
</div>
<div class="footerourservices">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg> Our Services</a>
</div>
<div class="footerourproject">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg> Our Project</a>
</div>
<div class="footercontactus">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg> Contact Us</a>
</div>
<div class="footerhead5news">
<h1>Newsletter</h1>
</div>
<div class="footerpara5th">
<p>Rebum labore lorem dolores<br>kasd est, et ipsum amet et at<br>kasd, ipsum sea tempor magna<br> tempor. Accu kasd sed ea duo<br>ipsum.</p>
</div>
<div class="footersearch" style="height:100px;width: 200px;">
<input type="text" name="signin" class="form-control" style="padding: 10px;" placeholder="Your Email">
</div>
<div class="footersearchbutton" style="height:100px;width: 200px;">
<button class="btn btn-primary">Sign Up</button>
</div>
</footer>
</div>
<div class="footerleastandlast">
<img src="D:\Web devolpment pgms\task\project\New folder\footerback.jpg">
</div>
<div class="title">
<a href="#" style="text-decoration:none;"><svg xmlns="http://www.w3.org/2000/svg" style="color: white;" width="16" height="16" fill="currentColor" class="bi bi-at" viewBox="0 0 16 16">
<path d="M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z"/>
</svg> Your Site Name.</a>
<p style="position:absolute;float: left;margin-top: 1960px;margin-left: 50px;color: white;">All Rights Reserved. Designed by</p>
<a href="#" style="position:absolute;float: left;margin-top: 1960px;margin-left: -60px;color: orange;text-decoration: none;">HTML Codex</a>
<a href="#" style="position:absolute;float: left;margin-top: 1960px;margin-left: 350px;color: white;text-decoration: none;">Privacy</a>
<a href="#" style="position:absolute;float: left;margin-top: 1960px;margin-left: 430px;color: white;text-decoration: none;">Terms</a>
<a href="#" style="position:absolute;float: left;margin-top: 1960px;margin-left: 500px;color: white;text-decoration: none;">FAQs</a>
<a href="#" style="position:absolute;float: left;margin-top: 1960px;margin-left: 570px;color: white;text-decoration: none;">Help</a>
</div>
<div class="topdefultbtn">
<a href="#" style="position: absolute;: left;margin-top: 1800px;margin-left: 680px;"><svg xmlns="http://www.w3.org/2000/svg" style="color: orange;" width="50" height="50" fill="currentColor" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
</svg></a>
</div>
</body>
</html>