-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
764 lines (758 loc) · 41.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sleep Station</title>
<!--Bootstrap css file-->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/bootstrap.min.css.map">
<!-- animate on scroll library -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Owl Carousel Css -->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<!-- Font AweSome -->
<script src="https://kit.fontawesome.com/49f02d4a75.js" crossorigin="anonymous"></script>
<!-- Main css file -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- start header -->
<nav class="navbar navbar-expand-lg bg-body-tertiary position-sticky">
<div class="container">
<div class="logo">
<a href="./index.html">
<img src="./images/logo/logo.png" alt="">
</a>
</div>
<div class="btn-group mb-3 smallNone" role="group">
<button type="button" class="language dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
<img src="./images/language-icon/united-states-of-america.png"> EN
</button>
<ul class="dropdown-menu">
<li class="arabic"><a href="./homeArabic.html"><img src="./images/language-icon/egypt.png">
AR</a> </li>
<li> <a href="./index.html"><img src="./images/language-icon/united-states-of-america.png">
EN</a> </li>
</ul>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav mb-2 mb-lg-0 ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<div class="btn-group mb-3 bigNone" role="group">
<button type="button" class="language dropdown-toggle" data-bs-toggle="dropdown"
aria-expanded="false">
<img src="./images/language-icon/united-states-of-america.png"> EN
</button>
<ul class="dropdown-menu">
<li class="arabic"><a href="./homeArabic.html"><img src="./images/language-icon/egypt.png">
AR</a> </li>
<li> <a href="./index.html"><img src="./images/language-icon/united-states-of-america.png">
EN</a> </li>
</ul>
</div>
<div class="icon" id="cartIcon" data-bs-toggle="offcanvas" href="#offcanvasExample" role="button"
aria-controls="offcanvasExample">
<span class="count" id="count">0</span>
<i class="fa-solid fa-cart-plus"></i>
</div>
</div>
</div>
</nav>
<!-- end header -->
<!-- start landing -->
<div class="landing overflow-hidden d-flex justify-content-center align-items-center" id="home">
<div class="container text-center">
<div class="text" data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000">
<h2 class="mb-3">WelcomeTo<span class="textSpanFirst">Sleep</span><span
class="textSpanTwo">Station</span></h2>
<p>Sleep Station Is One Shop Where You Can Find The Best Bed Linen, Bedding, Mattress, Towels, Bean Bags
& More.....</p>
<button type="button" class="btn btn-primary buttonStyle"><a
href="./products.html">Products</a></button>
</div>
</div>
</div>
<!-- end landing -->
<!-- Button Scroll UP And Button Whatts App -->
<button class="btn btn-primary rounded-pill scroll"><i class="fa-solid
fa-angles-up"></i></button>
<a class="whatts" href="https://wa.me/+2001017159471"><i class="fa-brands fa-whatsapp"></i></a>
<!-- Button Scroll UP And Button Whatts App -->
<!-- start about -->
<div class="about pt-5 pb-5 overflow-hidden" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 mt-5" data-aos="fade-up" data-aos-delay="700" data-aos-duration="1000">
<div class="image position-relative">
<img class="img-fluid" src="./images/about/about.jpeg" loading="lazy">
<div class="icon-2 position-absolute d-flex align-items-center justify-content-center">
<div class="part-1">
<i class="fa-solid fa-person-circle-check"></i>
</div>
<div class="part-2 me-3">
<div class="main d-flex
justify-content-center
align-items-center">
<p class="num" data-goal="1000">
300
</p>
<p class="me-2">+</p>
</div>
<p class="text-small">They were served</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5 " data-aos="fade-up" data-aos-delay="900" data-aos-duration="700">
<div class="text ps-3">
<h2>who are we?</h2>
<p>We Are An Egyptian Company That Started Work In May 2019, And The Company Was Officially
Established In August 2021 With Tax Registration No. 99258. Our Company Has A Headquarters
And A Factory. We Also Rely On Electronic Shopping, And We Are Always Working To Expand The
Scope And Satisfy The Customer And His Comfort To The Maximum Possible Degree.</p>
<h2 class="mt-3">Our Clientis</h2>
<ul>
<li>Concord El Salam Hotel</li>
<li>Viking Hotel</li>
<li>Royal House Market</li>
<li>Alfa Market</li>
<li>Alnada</li>
<li>Kabbani Furniture</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--end about -->
<!-- start mission -->
<div class="massion pt-5 pb-5">
<div class="container pt-5">
<div class="text-title" data-aos="fade-up" data-aos-delay="700" data-aos-duration="700">
<h1>Our Mission</h1>
<p class="text-center text-black-50">Our Mission Is To Build Upon Devotion And Feelings. We Are Always
Looking For Ultimate Solutions
Adapting To This High-Speed Transformation. Starting From How To Design A Simple Accessory, To
Creating Utmost Sophisticated Mattresses That Are Affordable To Everyone. We Aim To Create
Well-Designed, Functional, Affordable, Sustainable, Egyptian Made Products With Premium Quality.</p>
</div>
<div class="boxes">
<div class="row pt-3">
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="400"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-truck-fast"></i>
</div>
<div class="card-body">
<p class="card-text">Fast Shipping Items Are Shipped Within 24 Hours.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="600"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-rotate-left"></i>
</div>
<div class="card-body">
<p class="card-text">Easy Returns Return Any Item Before 15 Days!</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="800"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-sack-dollar"></i>
</div>
<div class="card-body">
<p class="card-text">Money Back Guarantee Offer Money Back Guarantee On Our Products
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="600"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-lock"></i>
</div>
<div class="card-body">
<p class="card-text">Secure Checkout Providing Secure Checkout Options For All.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="800"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-thumbs-up"></i>
</div>
<div class="card-body">
<p class="card-text">Satisfaction Guarantee
We Guarantee You With Our Quality Satisfaction..</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-3" data-aos="fade-zoom-in" data-aos-delay="1000"
data-aos-duration="1000">
<div class="box">
<div class="card p-4">
<div class="icon">
<i class="fa-solid fa-handshake-simple"></i>
</div>
<div class="card-body">
<p class="card-text">Free Shipping
Enjoy Free Shipping.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end mission -->
<!-- start offers -->
<div class="offers pb-5" id="products">
<div class="overflow-hidden mt-5">
<div class="container">
<div class="title mb-4 d-flex justify-content-between align-items-center" data-aos="fade-up"
data-aos-delay="700" data-aos-duration="700">
<h1>categories</h1>
<button class="more buttonStyle"><a href="./products.html">More</a></button>
</div>
<div class="owl-carousel owl-theme owl-loaded owl-drag" data-aos="fade-up" data-aos-delay="700"
data-aos-duration="700">
<div class="item">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/mattress-protect/Mattress-1.jpg"
class="img-size img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="title d-flex justify-content-center align-items-center">
<h3 class="card-title">Mattress Toper</h3>
</div>
<p class="card-text text-black-50 mt-3 mb-3">
Cluster mattress topper is a must-have it can be used on top basic mattress
to provide comfort & proper
support for the body curves & the spine
</p>
<div class="buttons">
<button type="button" class="btn w-100 mt-2 btn-primary buttonStyle">
<a href="./products.html">More...</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/Flat-Sheat/Sheat-1.jpg" class="img-size img-fluid rounded-start"
alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="title d-flex justify-content-center align-items-center">
<h3 class="card-title">Linen</h3>
</div>
<p class="card-text text-black-50 mt-3 mb-3">
Cluster mattress topper is a must-have it can be used on top basic mattress
to provide comfort & proper
support for the body curves & the spine
</p>
<div class="buttons">
<button type="button" class="btn w-100 mt-2 btn-primary buttonStyle">
<a href="./products.html"> More...</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/bath-towel/towels-1.jpg" class="img-size img-fluid rounded-start"
alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="title d-flex justify-content-center align-items-center">
<h3 class="card-title">Towels</h3>
</div>
<p class="card-text text-black-50 mt-3 mb-3">
Cluster mattress topper is a must-have it can be used on top basic mattress
to provide comfort & proper
support for the body curves & the spine
</p>
<div class="buttons">
<button type="button" class="btn w-100 mt-2 btn-primary buttonStyle">
<a href="./products.html"> More...</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/Hollow-Pillow/Pillow-1.jpg"
class="img-size img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="title d-flex justify-content-center align-items-center">
<h3 class="card-title">Pillows</h3>
</div>
<p class="card-text text-black-50 mt-3 mb-3">
Cluster mattress topper is a must-have it can be used on top basic mattress
to provide comfort & proper
support for the body curves & the spine
</p>
<div class="buttons">
<button type="button" class="btn w-100 mt-2 btn-primary buttonStyle">
<a href="./products.html"> More...</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="./images/Fiber-all-Session-Quilt/Quilt-1.jpg"
class="img-size img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<div class="title d-flex justify-content-center align-items-center">
<h3 class="card-title">Quilts</h3>
</div>
<p class="card-text text-black-50 mt-3 mb-3">
Cluster mattress topper is a must-have it can be used on top basic mattress
to provide comfort & proper
support for the body curves & the spine
</p>
<div class="buttons">
<button type="button" class="btn w-100 mt-2 btn-primary buttonStyle">
<a href="./products.html"> More...</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end offers -->
<!-- start contact -->
<div class="contact pt-5 pb-5 overflow-hidden" id="contact">
<div class="container">
<div class="text">
<h1>Contact Us</h1>
</div>
<div class="row">
<div class="col-lg-8 col-md-12 mt-5">
<form class="" id="form">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="floatingInput fullName" name="from_name"
placeholder="[email protected]" required>
<label for="floatingInput"> Your Name...
</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control" name="email_id" id="floatingInput email_id"
placeholder="[email protected]" required>
<label for="floatingInput">Your Email</label>
</div>
<div class="form-floating mb-3 ">
<textarea placeholder="[email protected]" name="message" class="form-control msg"
id="floatingInput message" cols="30" rows="10"></textarea>
<label for="floatingInput">Your Message
</label>
</div>
<input id="button" type="submit" value="Send Message">
</form>
</div>
<div class="col-lg-4 col-md-12 mt-5 pe-4">
<div class="box">
<h4>Email</h4>
<a href="mailto:[email protected]?subject=&body=">
<p>
<i class="fa-solid fa-envelope"></i>
</span>
</p>
</a>
</div>
<div class="box">
<h4>Phone</h4>
<a href="https://wa.me/+2001017159471">
<p>
<i class="fa-solid fa-phone"></i>
<span dir="ltr">
+20 01017159471
</span>
</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- start footer -->
<footer class="pb-5" data-aos="fade-zoom-in" data-aos-delay="300" data-aos-duration="1000">
<div class="part position-relative">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 p-sm-3">
<div class="part-1 mt-5">
<a href="./index.html"><img src="./images/logo/logo.png" alt=""></a>
<p class="text-white-50 pe-1 mt-3">Sleep Station Is One Shop Where You Can Find The Best Bed
Linen, Bedding, Mattress, Towels, Bean Bags & More.....</p>
</div>
</div>
<div class="col-lg-3 col-md-6 p-sm-3">
<div class="part-2 mt-5">
<h3>Address</h3>
<ul class="mt-4">
<li class="phone">
<a href="https://wa.me/+2001017159471">
+20 01017159471
</a>
</li>
<li class="email">
<a href="mailto:[email protected]?subject=&body=">
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 p-sm-3">
<div class="part-3 mt-5">
<h3>Quick Links</h3>
<ul class="pt-3">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="./productsArabic.html">Products</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 p-sm-3">
<div class="part-4 mt-5">
<h3>Call us</h3>
<p class="text-white-50 pe-5">Contact us via e-mail or phone, we are waiting for your call
or message</p>
<div class="email-call mt-2 mb-2">
<a href="mailto:[email protected]?subject=&body=">
</a>
</div>
<div class="icons d-flex justify-content-start mt-4">
<div class="icon facebook">
<a href="https://www.facebook.com/officialsleepstation?mibextid=ZbWKwL"><i
class="fa-brands fa-facebook-f"></i></a>
</div>
<div class="icon instagram">
<a href="https://instagram.com/officialsleepstation?igshid=YmMyMTA2M2Y="><i
class="fa-brands fa-instagram"></i></i></a>
</div>
<div class="icon twitter">
<a href=""><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="icon linkedin">
<a href=""><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- start Reviews -->
<button class="btn btn-primary review" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasScrolling"
aria-controls="offcanvasScrolling">REVIEWS <i class="fa-solid fa-star"></i></button>
<div class="offcanvas offcanvas-start offcanvas-start-2" data-bs-scroll="true" data-bs-backdrop="false"
tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">REVIEWS</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body" id="reviews">
</div>
</div>
<!-- end Reviews -->
<!-- start card -->
<div class="offcanvas offcanvas-start offcanvas-start-1 " tabindex="-1" id="offcanvasExample"
aria-labelledby="offcanvasExampleLabel ">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasExampleLabel"></h5>
<button type="button" class="btn-close" id="close-1" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="container">
<h1>Your Card</h1>
<table>
<thead>
<tr>
<td>PRODUCT</td>
<td>QUANTITY</td>
<td class="none">PRICE</td>
<td>REMOVE</td>
</tr>
</thead>
<tbody id="body-table">
</tbody>
<tfoot>
<tr>
<td class="title stylefooter">SUBTOTAL</td>
<th class="totalPrice" id="totalPrice">EGP 0</th>
</tr>
<tr class="tablefooternone footerNone">
<td class="title stylefooter">Shopping Cost</td>
<th class="totalPrice">EGP 60</th>
</tr>
<tr class="total-price tablefooternone footerNone">
<td class="title stylefooter total">Total</td>
<th class="totalPrice total">EGP 60</th>
</tr>
</tfoot>
</table>
<form class="row mt-2 justify-content-center" id="formPromoCode">
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center mt-2">
<i class="fa-solid fa-user iconsInput"></i>
<input type="text" id="nameInput" class="data-in form-control" placeholder="Your Name"
aria-describedby="passwordHelpInline" required>
<div class="required">*</div>
</div>
</div>
</div>
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center mt-2">
<i class="fa-solid fa-envelope iconsInput"></i>
<input type="text" id="emailInput" class="data-in form-control" placeholder="Your Email"
aria-describedby="passwordHelpInline" required>
<div class="required">*</div>
</div>
</div>
</div>
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center mt-2">
<i class="fa-solid fa-phone iconsInput"></i>
<input type="text" id="phoneInput" class="data-in form-control" placeholder="Your Phone"
aria-describedby="passwordHelpInline" required>
<div class="required">*</div>
</div>
</div>
</div>
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center mt-2">
<i class="fa-solid fa-location-dot iconsInput"></i>
<input type="text" id="addressInput" class="data-in form-control"
placeholder="your address " aria-describedby="passwordHelpInline">
<div class="required">*</div>
</div>
</div>
</div>
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<div class="d-flex align-items-center justify-content-center mt-2">
<i class="fa-regular fa-credit-card iconsInput"></i>
<input type="text" id="cardInput" class="data-in form-control" placeholder="Your Cart"
aria-describedby="passwordHelpInline">
</div>
</div>
</div>
<div class="row mt-2 justify-content-center">
<div class="col-lg-5">
<select class="form-select" id="selectedGon" aria-label="Default select example">
<option selected>Governorate</option>
<option value="Cairo">Cairo</option>
<option value="Alexandria">Alexandria</option>
<option value="Assiut">Assiut</option>
<option value="Aswan">Aswan</option>
<option value="Beheira">Beheira</option>
<option value="Bani Suef">Bani Suef</option>
<option value="Daqahliya">Daqahliya</option>
<option value="Damietta">Damietta</option>
<option value="Fayyoum">Fayyoum</option>
<option value="Gharbiya">Gharbiya</option>
<option value="Giza">Giza</option>
<option value="Helwan">Helwan</option>
<option value="Ismailia">Ismailia</option>
<option value="Kafr El Sheikh">Kafr El Sheikh</option>
<option value="Luxor">Luxor</option>
<option value="Marsa Matrouh">Marsa Matrouh</option>
<option value="Minya">Minya</option>
<option value="Monofiya">Monofiya</option>
<option value="New Valley">New Valley</option>
<option value="North Sinai">North Sinai</option>
<option value="Port Said">Port Said</option>
<option value="Qalioubiya">Qalioubiya</option>
<option value="Qena">Qena</option>
<option value="Red Sea">Red Sea</option>
<option value="Sharqiya">Sharqiya</option>
<option value="Sohag">Sohag</option>
<option value="South Sinai">South Sinai</option>
<option value="Suez">Suez</option>
<option value="Tanta">Tanta</option>
</select>
</div>
</div>
</form>
<form class="row g-3 justify-content-center mt-3" id="formPromoCode">
<div class="col-lg-3">
<label for="inputPassword2" class="visually-hidden">Promo code</label>
<input type="text" class="form-control" id="inputPassword2" placeholder="Promo code">
</div>
<div class="col-lg-2">
<button type="submit" class="btn btn-primary">Apply</button>
</div>
</form>
<div class="button mt-4">
<button class="buttonStyle check checkNone" id="checkOut">Check Out <i
class="fa-solid fa-right-long"></i></button>
<button class="buttonStyleBack check" id="back-btn"><i class="fa-solid fa-arrow-left"></i> Back To
Home
</button>
</div>
</div>
</div>
</div>
<!-- end card -->
<!-- start payment method -->
<button class="btn btn-primary offcanvasTopButton" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasTop" aria-controls="offcanvasTop"></button>
<div class="offcanvas offcanvas-top checkout-methods" tabindex="-1" id="offcanvasTop"
aria-labelledby="offcanvasTopLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasTopLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body d-flex justify-content-start ">
<div class="container">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-lg-6 col-md-10 col-sm-12">
<h2 class="text-center m-5">Select the payment method</h2>
<h3>Choose the payment method</h3>
<div class="form">
<div class="form-check">
<input class="form-check-input radio" type="radio" name="exampleRadios"
id="exampleRadios1" value="option1" checked>
<label class="form-check-label d-flex justify-content-between align-items-center"
for="exampleRadios1">
<span>Card Payment</span>
<img src="./images/cashless-payment.png" alt="">
</label>
</div>
<div class="form-check">
<input class="form-check-input radio" type="radio" name="exampleRadios"
id="exampleRadios2" value="option2">
<label class="form-check-label d-flex justify-content-between align-items-center"
for="exampleRadios2">
<span>Cash</span>
<img src="./images/cash-on-delivery (1).png" alt="">
</label>
</div>
<div class="form-check">
<input class="form-check-input radio" type="radio" name="exampleRadios"
id="exampleRadios3" value="option3">
<label class="form-check-label d-flex justify-content-between align-items-center"
for="exampleRadios3">
<span>Valu</span>
<img src="./images/valu-seeklogo.com-1.png" width="40px" alt="">
</label>
</div>
</div>
<button class="buttonStyle check" id="checkoutFinal">Check Out <i
class="fa-solid fa-right-long"></i></button>
</div>
</div>
</div>
</div>
</div>
<!-- end payment method -->
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
once: true,
});
</script>
<script src="./js/paymobApi.js" type="module"></script>
<script src="./js/cart.js" type="module"></script>
<script src="./js/localStorage.js" type="module"></script>
<script src="./js/review.js"></script>
<script src="./js/script.js" type="module"></script>
<script src="./js/owl.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>