-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
803 lines (755 loc) · 43.3 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
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Silicon - Easy Payments</title>
<link rel="icon" href="/Pictures/favicon.svg" type="image/x-icon">
<link rel="stylesheet" href="Styles/styles.css">
<meta name="description" content="Manage all your money in one app. Experience a new generation of mobile banking with easy payments.">
<script src="Javascript/javascript.js" async></script>
</head>
<body>
<!---------------------------------------->
<!--------------Top header---------------->
<!---------------------------------------->
<header id="top-header">
<div class="wrapper">
<div aria-label="Menu to the Left" href="#" id="left-side-header">
<div style="padding: 4px; display: flex; flex-direction: row;">
<svg href="#" width="47" height="44" viewBox="0 0 47 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_13053)">
<g clip-path="url(#clip1_20005128_13053)">
<g clip-path="url(#clip2_20005128_13053)">
<path d="M10.2 22L4.09998 12.3L23 0L22.5 10.7L10.2 22Z" fill="url(#paint0_linear_20005128_13053)"/>
<path d="M22.5 10.7L23 0L42.4 8.7L38.3 26.1L12.2 30.2L10.2 22L22.5 10.7Z" fill="url(#paint1_linear_20005128_13053)"/>
<path d="M31.2 44L12.3 30.2L38.4 26.1L43 30.7L31.2 44Z" fill="url(#paint2_linear_20005128_13053)"/>
<path d="M38.3 26.1L42.9 30.7L47 17.9L42.4 8.7L38.3 26.1Z" fill="url(#paint3_linear_20005128_13053)"/>
<path d="M12.3 30.2L31.2 44L12.3 41.4L0 26.6L12.3 30.2Z" fill="url(#paint4_linear_20005128_13053)"/>
<path d="M4.1 12.3L0 26.6L12.3 30.2L10.3 22L4.1 12.3Z" fill="url(#paint5_linear_20005128_13053)"/>
<path d="M31.2 44L12.3 30.2L38.4 26.1L43 30.7L31.2 44Z" fill="black" fill-opacity="0.17"/>
<path d="M38.3 26.1L42.9 30.7L47 17.9L42.4 8.7L38.3 26.1Z" fill="black" fill-opacity="0.1"/>
<path d="M12.3 30.2L31.2 44L12.3 41.4L0 26.6L12.3 30.2Z" fill="black" fill-opacity="0.23"/>
<path d="M4.1 12.3L0 26.6L12.3 30.2L10.3 22L4.1 12.3Z" fill="#C0C0C0" fill-opacity="0.05"/>
<path d="M10.2 22L4.09998 12.3L23 0L22.5 10.7L10.2 22Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2 22L22.5 10.7L23 0L4.09998 12.3L10.2 22ZM10.3 21.5L22.2 10.6L22.7 0.6L4.49998 12.4L10.3 21.5Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.8 10.9L10.6 22.1L12.5 29.8L38.1 25.8L42.1 8.9L23.3 0.5L22.8 10.9ZM22.5 10.7L10.2 22L12.2 30.2L38.3 26.1L42.4 8.7L23 0L22.5 10.7Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.1 43.6L42.5 30.7L38.2 26.4L13 30.4L31.1 43.6ZM31.2 44L42.9 30.7L38.3 26.1L12.2 30.2L31.2 44Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.9 30.7L47 17.9L42.4 8.7L38.3 26.1L42.9 30.7ZM38.7 26L42.8 30.1L46.7 17.9L42.5 9.6L38.7 26Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1 30.5L0.9 27.2L12.4 41.2L30 43.5L12.1 30.5ZM12.3 30.2L0 26.6L12.3 41.4L31.2 44L12.3 30.2Z" fill="white" fill-opacity="0.15"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.4 26.4L11.9 29.7L10 22.1L4.2 13L0.4 26.4ZM0 26.6L12.3 30.2L10.3 22L4.2 12.3L0 26.6Z" fill="white" fill-opacity="0.15"/>
<path d="M23.7 19H27.2C27.1 15.9 24.6 13.8 20.8 13.8C17 13.8 14.3 15.9 14.3 19C14.3 21.5 16.1 23 19 23.7L20.9 24.2C22.8 24.7 23.8 25.2 23.8 26.3C23.8 27.6 22.6 28.4 20.8 28.4C18.9 28.4 17.6 27.5 17.4 25.8H13.9C14 29.5 16.6 31.4 20.8 31.4C25 31.4 27.4 29.4 27.4 26.3C27.4 23.4 25.2 21.9 22.3 21.3L20.8 20.9C19.2 20.6 18 20 18 18.8C18 17.7 19 16.9 20.7 16.9C22.5 16.9 23.6 17.7 23.7 19Z" fill="white"/>
<path d="M32.5 19.3H29.3V31.2H32.5V19.3Z" fill="white"/>
<path d="M31.3 9.9H30.1L28.6 10.8V12L30 11.1V15.9H31.3V9.9Z" fill="white"/>
<path d="M32.7 14.8H35.6V15.8H36.8V14.8H37.5V13.8H36.8V9.9H35.2L32.7 13.8V14.8ZM35.6 13.8H34L35.6 11.3V13.8Z" fill="white"/>
</g>
</g>
</g>
<defs>
<linearGradient id="paint0_linear_20005128_13053" x1="-2.43962e-05" y1="11" x2="47" y2="11" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<linearGradient id="paint1_linear_20005128_13053" x1="1.24047e-05" y1="15.1" x2="47" y2="15.1" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<linearGradient id="paint2_linear_20005128_13053" x1="-1.18374e-05" y1="35.05" x2="47" y2="35.05" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<linearGradient id="paint3_linear_20005128_13053" x1="-1.51713e-05" y1="19.7" x2="47" y2="19.7" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<linearGradient id="paint4_linear_20005128_13053" x1="0" y1="35.3" x2="47" y2="35.3" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<linearGradient id="paint5_linear_20005128_13053" x1="0" y1="21.25" x2="47" y2="21.25" gradientUnits="userSpaceOnUse">
<stop stop-color="#6366F1"/>
<stop offset="0.5" stop-color="#8B5CF6"/>
<stop offset="1" stop-color="#D946EF"/>
</linearGradient>
<clipPath id="clip0_20005128_13053">
<rect width="47" height="44" fill="white"/>
</clipPath>
<clipPath id="clip1_20005128_13053">
<rect width="47" height="44" fill="white"/>
</clipPath>
<clipPath id="clip2_20005128_13053">
<rect width="47" height="44" fill="white"/>
</clipPath>
</defs>
</svg>
<nav>
<a aria-current="page" id="logo-name" href="#" tabindex="0">Silicon</a>
<a id="features" href="#" tabindex="0">Features</a>
</nav>
</div>
</div>
<div id="right-side-header" aria-label="Menu to the Right" >
<p class="dark-mode-text">Dark Mode</p>
<label for="darkmode-checkbox" class="toggle-switch">
<input aria-label="Dark mode checkbox" id="darkmode-checkbox" type="checkbox" tabindex="0">
<div class="toggle-knob"></div>
</label>
<button aria-controls="Mobile menu" aria-expanded="false" aria-label="Mobile site menu" class="hamburger-menu" tabindex="0">
<span></span>
<span></span>
<span></span>
</button>
<button class="signin-btn-link" tabindex="0">
<div class="signin-btn">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 5.25C5.25 3.18225 6.93225 1.5 9 1.5C11.0677 1.5 12.75 3.18225 12.75 5.25C12.75 7.31775 11.0677 9 9 9C6.93225 9 5.25 7.31775 5.25 5.25ZM9 7.5C7.75736 7.5 6.75 6.49264 6.75 5.25C6.75 4.00736 7.75736 3 9 3C10.2426 3 11.25 4.00736 11.25 5.25C11.25 6.49264 10.2426 7.5 9 7.5Z" fill="white"/>
<path d="M15.75 15V15.75H14.25V15C14.25 12.9323 12.5677 11.25 10.5 11.25H7.5C5.43225 11.25 3.75 12.9323 3.75 15V15.75H2.25V15C2.25 12.1057 4.605 9.75 7.5 9.75H10.5C13.3943 9.75 15.75 12.1057 15.75 15Z" fill="white"/>
</svg>
<p>Sign in / up</p>
</div>
</button>
</div>
</div>
</header>
<!---------------------------------------->
<!------------Hero section--------------->
<!---------------------------------------->
<div class="background-widescreen-fixer-hero">
<main class="hero-section">
<!--Text section-->
<h1>Manage All Your Money in one App</h1>
<p class="hero-paragarph">We offer you a new generation of the mobile banking. Save, spend & manage
money in your pocket.
</p>
<div class="main-btn-wrapper">
<!--First button-->
<a class="btn-link" href="//apps.apple.com/se/app/revolut/id932493382">
<div class="download-btn d-btn-1">
<div class="button-wrapper">
<div class="icon-fix">
<svg class="apple-icon-top" width="7" height="7" viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
<path d="M5.26604 4.58035C6.26857 3.39555 6.90654 1.75505 6.72426 0.023407C5.26604 0.114546 3.5344 1.02593 2.44073 2.21074C1.52934 3.21327 0.709093 4.94491 0.891371 6.58541C2.53187 6.67655 4.26351 5.76516 5.26604 4.58035Z" />
</svg>
<svg class="apple-icon" width="24" height="23" viewBox="0 0 24 23" xmlns="http://www.w3.org/2000/svg">
<path d="M19.9116 9.06133C19.9116 5.50691 22.9191 3.77528 23.0103 3.68414C21.2786 1.22339 18.6356 0.949971 17.7242 0.858832C15.5369 0.585415 13.3496 2.13478 12.1648 2.13478C10.9799 2.13478 9.24831 0.858832 7.33439 0.858832C4.87364 0.858832 2.59517 2.22591 1.41036 4.41325C-1.14153 8.78791 0.77239 15.1676 3.23314 18.6309C4.50909 20.3626 5.87617 22.2765 7.79009 22.1853C9.61286 22.0942 10.342 21.0005 12.5293 21.0005C14.7166 21.0005 15.3546 22.1853 17.2685 22.0942C19.2736 22.0942 20.4584 20.3626 21.6432 18.6309C23.1014 16.6259 23.6483 14.7119 23.6483 14.6208C23.7394 14.7119 19.9116 13.3449 19.9116 9.06133Z" />
</svg>
</div>
<div style="width: fit-content; margin-left: 4px;">
<p class="download-text-apple-top">Download on the</p>
<p class="download-text-apple">App Store</p>
</div>
</div>
</div>
</a>
<!--Second button-->
<a aria-label="Downlaod on Google play" href="//play.google.com/store/apps/details?id=com.paypal.android.p2pmobile&hl=en" class="btn-link">
<div class="download-btn d-btn-2">
<h2 class="visually-hidden"></h2>
<img loading="lazy" src="https://cdn.builder.io/api/v1/image/assets/TEMP/ef175e3dd13c2953add0ad3a9f072928aa11e0ec97082e3e75dcfb9a787e1ee4?placeholderIfAbsent=true&apiKey=2a274513ffcd4318aca721aa009fe223" class="link-image" alt="Link image" />
</div>
</a>
</div>
<!--Discover more button-->
<div class="discover-wrapper">
<Button aria-label="to next section" class="discover-button">
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path d="M13.5742 7.5L10 11.0742L6.42578 7.5L5.25391 8.67188L10 13.4375L14.7461 8.67188L13.5742 7.5Z"/>
</svg>
</Button>
<p>Discover more</p>
</div>
</div>
</main>
<!---------------------------------------->
<!------------Brand section--------------->
<!---------------------------------------->
<div class="background-widescreen-fixer-brand">
<section aria-label="Brand section" class="section-max-width brand-padding">
<div class="brand-wrapper">
<!--Normal logos-->
<img class="brand-1" src="/Pictures/Brands/brand-1.png" >
<img class="brand-2" src="/Pictures/Brands/brand-2.png" >
<img class="brand-3" src="/Pictures/Brands/brand-3.png" >
<img class="brand-4" src="/Pictures/Brands/brand-4.png" >
<img class="brand-5" src="/Pictures/Brands/brand-5.png" >
<img class="brand-6" src="/Pictures/Brands/brand-6.png" >
<!--Dark mode logos-->
<img class="d-brand-1" src="/Pictures/Brands/d-brand-1.png" >
<img class="d-brand-2" src="/Pictures/Brands/d-brand-2.png" >
<img class="d-brand-3" src="/Pictures/Brands/d-brand-3.png" >
<img class="d-brand-4" src="/Pictures/Brands/d-brand-4.png" >
<img class="d-brand-5" src="/Pictures/Brands/d-brand-5.png" >
<img class="d-brand-6" src="/Pictures/Brands/d-brand-6.png" >
</div>
</section>
</div>
<!---------------------------------------->
<!---------App Features section----------->
<!---------------------------------------->
<div class="background-widescreen-fixer-app-features">
<section aria-label="App features section" class="section-max-width app-features-padding">
<div class="flex-wrapper">
<img class="app-features-img" src="/Pictures/app-features-img.png">
<grid class="app-features-grid">
<h2>
App Features
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Proin volutpat mollis egestas.
Nam luctus facilisis ultrices. Pellentesque
volutpat ligula est. Mattis fermentum, at nec
lacus.
</p>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="d-app-icon-1" src="/Pictures/app-icons/d-app-icon-1.svg">
<div>
<h3>
Easy Payments
</h3>
<p>
Id mollis consectetur congue egestas
egestas suspendisse blandit justo.
</p>
</div>
</div>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="d-app-icon-2" src="/Pictures/app-icons/d-app-icon-2.svg">
<div>
<h3>
Data Security
</h3>
<p>
Augue pulvinar justo, fermentum
fames aliquam accumsan vestibulum
non.
</p>
</div>
</div>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="d-app-icon-3" src="/Pictures/app-icons/d-app-icon-3.svg">
<div>
<h3>
Cost Statistics
</h3>
<p>
Mattis urna ultricies non amet, purus
in auctor non. Odio vulputate ac nibh.
</p>
</div>
</div>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="d-app-icon-4" src="/Pictures/app-icons/d-app-icon-4.svg">
<div>
<h3>
Support 24/7
</h3>
<p>
A elementum, imperdiet enim, pretium
etiam facilisi in aenean quam mauris.
</p>
</div>
</div>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="d-app-icon-5" src="/Pictures/app-icons/d-app-icon-5.svg">
<div>
<h3>
Regular Cashback
</h3>
<p>
Sit facilisis dolor arcu, fermentum
vestibulum arcu elementum imperdiet
eleifend.
</p>
</div>
</div>
<!--Grid item-->
<div class="app-features-grid-item">
<img class="app-icon-6" src="/Pictures/app-icons/d-app-icon-6.svg">
<div>
<h3>
Top Standards
</h3>
<p>
Faucibus cursus maecenas lorem
cursus nibh. Sociis sit risus id. Sit
facilisis dolor arcu.
</p>
</div>
</div>
</grid>
</div>
</section>
</div>
<!---------------------------------------->
<!---------How it works section----------->
<!---------------------------------------->
<div class="background-widescreen-fixer-howitworks">
<section class="section-max-width">
<grid class="howitworks-grid">
<h2>
How Does It Work?
</h2>
<div class="howitworks-img-wrapper">
<img src="/Pictures/Howitworks/HowItWorksImage-left.png">
<img src="/Pictures/Howitworks/HowItWorksImage.png"><!--Maybe change pictures due to memory usage-->
<img src="/Pictures/Howitworks/HowItWorksImage-right.png">
</div>
<!--Mobile/Tablet version of textbox-->
<div class="howitworks-textbox mobile-tablet-only">
<h3>
Transfers to people from
your contact list
</h3>
<p>
Proin volutpat mollis egestas. Nam luctus facilisis
ultrices. Pellentesque volutpat ligula est. Mattis
fermentum, at nec lacus.
</p>
</div>
<!--Desktop verson of text-->
<div class="howitworks-textbox desktop-only">
<h3>
Latest transaction history
</h3>
<p>
Enim, et amet praesent pharetra.
Mi non ante hendrerit amet sed.
Arcu sociis tristique quisque hac
in consectetur condimentum.
</p>
</div>
</grid>
</section>
</div>
<!---------------------------------------->
<!---------Explaination section----------->
<!---------------------------------------->
<div class="background-widescreen-fixer-explanation">
<section class="section-max-width desktop-only-block explanation-padding">
<div class="explanation-grid">
<div class="exp-box-item-1">
<h2>Make your money transfer simple and clear</h2>
<ul>
<li>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.0003 1.66669C5.40533 1.66669 1.66699 5.40502 1.66699 10C1.66699 14.595 5.40533 18.3334 10.0003 18.3334C14.5953 18.3334 18.3337 14.595 18.3337 10C18.3337 5.40502 14.5953 1.66669 10.0003 1.66669ZM10.0003 16.6667C6.32449 16.6667 3.33366 13.6759 3.33366 10C3.33366 6.32419 6.32449 3.33335 10.0003 3.33335C13.6762 3.33335 16.667 6.32419 16.667 10C16.667 13.6759 13.6762 16.6667 10.0003 16.6667Z" fill="#6366F1"/>
<path d="M8.33273 11.3225L6.4169 9.40999L5.24023 10.59L8.3344 13.6775L13.9227 8.08916L12.7444 6.91083L8.33273 11.3225Z" fill="#6366F1"/>
</svg>
Banking transactions are free for you
</li>
<li>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.0003 1.66669C5.40533 1.66669 1.66699 5.40502 1.66699 10C1.66699 14.595 5.40533 18.3334 10.0003 18.3334C14.5953 18.3334 18.3337 14.595 18.3337 10C18.3337 5.40502 14.5953 1.66669 10.0003 1.66669ZM10.0003 16.6667C6.32449 16.6667 3.33366 13.6759 3.33366 10C3.33366 6.32419 6.32449 3.33335 10.0003 3.33335C13.6762 3.33335 16.667 6.32419 16.667 10C16.667 13.6759 13.6762 16.6667 10.0003 16.6667Z" fill="#6366F1"/>
<path d="M8.33273 11.3225L6.4169 9.40999L5.24023 10.59L8.3344 13.6775L13.9227 8.08916L12.7444 6.91083L8.33273 11.3225Z" fill="#6366F1"/>
</svg>
No monthly cash commission
</li>
<li>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.0003 1.66669C5.40533 1.66669 1.66699 5.40502 1.66699 10C1.66699 14.595 5.40533 18.3334 10.0003 18.3334C14.5953 18.3334 18.3337 14.595 18.3337 10C18.3337 5.40502 14.5953 1.66669 10.0003 1.66669ZM10.0003 16.6667C6.32449 16.6667 3.33366 13.6759 3.33366 10C3.33366 6.32419 6.32449 3.33335 10.0003 3.33335C13.6762 3.33335 16.667 6.32419 16.667 10C16.667 13.6759 13.6762 16.6667 10.0003 16.6667Z" fill="#6366F1"/>
<path d="M8.33273 11.3225L6.4169 9.40999L5.24023 10.59L8.3344 13.6775L13.9227 8.08916L12.7444 6.91083L8.33273 11.3225Z" fill="#6366F1"/>
</svg>
Manage payments and transactions online
</li>
</ul>
<button aria-label="Simple money transfer">
Learn more
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#fff"/>
</svg>
</button>
</div>
<img id="exp-img-item-2" src="/Pictures/explanation-img-1.png">
<img id="exp-img--item-3" src="/Pictures/explanation-img-2.png">
<div class="exp-box-item-4">
<h2>
Receive payment from international bank details
</h2>
<div class="flex-row">
<!--Flex item 1-->
<div class="app-features-grid-item no-shadow">
<img src="/Pictures/app-icons/d-app-icon-1.svg">
<div>
<p>
Manage your payments online. Mollis congue egestas egestas fermentum fames.
</p>
</div>
</div>
<!--Flex item 2-->
<div class="app-features-grid-item no-shadow">
<img class="img-2" src="/Pictures/app-icons/d-app-icon-5.svg">
<div>
<p>
A elementur and imperdiet enim, pretium etiam facilisi aenean quam mauris.
</p>
</div>
</div>
</div>
<button aria-label="Receive payments">
Learn more
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#fff"/>
</svg>
</button>
</div>
</div>
</section>
</div>
<!---------------------------------------->
<!-----------Reviews section-------------->
<!---------------------------------------->
<div class="background-widescreen-fixer-howitworks desktop-only-block">
<section class="section-max-width desktop-only-block">
<div class="review-flex">
<div>
<p>
Clients are Loving Our App
</p>
</div>
<div class="review-boxes">
<div class="star-box">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/unfilled-star.svg">
</div>
<p>
Sit pretium aliquam tempor, orci dolor sed maecenas rutrum sagittis. Laoreet posuere rhoncus, egestas lacus, egestas justo aliquam vel. Nisi vitae lectus hac hendrerit. Montes justo turpis sit amet.
</p>
<div class="user-img-box">
<img src="/Pictures/fannie-img.png">
<div><!--Just a wrapper-->
<h3>
Fannie Summers
</h3>
<p>
Designer
</p>
</div>
</div>
</div>
<div class="review-boxes">
<div class="star-box">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/filled-star.svg">
<img src="/Pictures/unfilled-star.svg">
</div>
<p>
Nunc senectus leo vel venenatis accumsan vestibulum sollicitudin amet porttitor. Nisl bibendum nulla tincidunt eu enim ornare dictumst sit amet. Dictum pretium dolor tincidunt egestas eget nunc.
</p>
<div class="user-img-box">
<img src="/Pictures/albert-img.png">
<div><!--Just a wrapper-->
<h3>
Albert Flores
</h3>
<p>
Developer
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<!---------------------------------------->
<!---------Q & A section----------->
<!---------------------------------------->
<div class="background-widescreen-fixer-qa-to-footer">
<section class="section-max-width qa-padding">
<grid class="qa-grid">
<div class="qa-top-text-box">
<h2>
Any questions? Check out the FAQs
</h2>
<p>
Still have unanswered questions and need
to get in touch?
</p>
</div>
<!--Contact on desktop only-->
<div class="contact-tablet-wrapper contact-desktop-grid-placement desktop-only">
<div class="contact-left-side ">
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005129_567)">
<path d="M21.2871 18.5226C20.3724 17.6194 19.2304 17.6194 18.3214 18.5226C17.6281 19.2101 16.9347 19.8976 16.253 20.5968C16.0666 20.7891 15.9092 20.8299 15.682 20.7017C15.2334 20.457 14.7556 20.2589 14.3244 19.9908C12.3143 18.7265 10.6304 17.1009 9.13881 15.2714C8.39885 14.3624 7.74045 13.3894 7.28015 12.294C7.18693 12.0726 7.20441 11.9269 7.38503 11.7463C8.07839 11.0763 8.75426 10.3887 9.43597 9.70119C10.3857 8.74564 10.3857 7.62695 9.43014 6.66557C8.88827 6.11788 8.34641 5.58183 7.80454 5.03414C7.24519 4.47479 6.69167 3.90962 6.1265 3.3561C5.21173 2.46464 4.06973 2.46464 3.16079 3.36193C2.46161 4.04946 1.79156 4.75447 1.08072 5.43034C0.422322 6.05378 0.09021 6.81706 0.0202916 7.70852C-0.0904125 9.15932 0.265006 10.5286 0.766088 11.8628C1.79156 14.6246 3.35307 17.0776 5.24669 19.3266C7.80454 22.3681 10.8576 24.7744 14.4293 26.5107C16.0374 27.2915 17.7038 27.8916 19.5159 27.9907C20.7627 28.0606 21.8465 27.746 22.7146 26.7729C23.3089 26.1087 23.979 25.5027 24.6083 24.8676C25.5405 23.9237 25.5463 22.7818 24.6199 21.8495C23.5129 20.7366 22.4 19.6296 21.2871 18.5226Z" fill="#6366F1"/>
<path d="M20.1744 13.8788L22.3243 13.5118C21.9864 11.5366 21.0542 9.74782 19.6383 8.32615C18.1409 6.82873 16.2473 5.88483 14.1614 5.59351L13.8584 7.75515C15.4723 7.98238 16.9406 8.7107 18.1001 9.87018C19.1955 10.9656 19.9122 12.3523 20.1744 13.8788Z" fill="#6366F1"/>
<path d="M23.5359 4.53304C21.0538 2.05094 17.9133 0.483602 14.4465 0L14.1436 2.16164C17.1384 2.58115 19.8536 3.93874 21.9977 6.07707C24.0312 8.11053 25.3655 10.68 25.8491 13.5059L27.999 13.1388C27.4339 9.86432 25.8898 6.89279 23.5359 4.53304Z" fill="#6366F1"/>
</g>
<defs>
<clipPath id="clip0_20005129_567">
<rect width="28" height="28" fill="white"/>
</clipPath>
</defs>
</svg>
<p>Still have questions?</p>
<button>Contact us
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#6366F1"/>
</svg>
</button>
</div>
<div class="contact-right-side">
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.0547 1C21.7443 1 28 6.5195 28 13.3047C28 16.171 26.8657 18.9483 24.8013 21.1497C24.3927 22.8344 24.8886 24.6192 26.1191 25.8497C26.6336 26.3642 26.2697 27.25 25.5391 27.25C23.2015 27.25 20.948 26.3344 19.2738 24.7194C17.6171 25.3106 15.8644 25.6094 14.0547 25.6094C6.36508 25.6094 0 20.0899 0 13.3047C0 6.5195 6.36508 1 14.0547 1ZM20.5078 15.7656C21.8648 15.7656 22.9688 14.6617 22.9688 13.3047C22.9688 11.9477 21.8648 10.8438 20.5078 10.8438C19.1508 10.8438 18.0469 11.9477 18.0469 13.3047C18.0469 14.6617 19.1508 15.7656 20.5078 15.7656ZM13.9453 15.7656C15.3023 15.7656 16.4062 14.6617 16.4062 13.3047C16.4062 11.9477 15.3023 10.8438 13.9453 10.8438C12.5883 10.8438 11.4844 11.9477 11.4844 13.3047C11.4844 14.6617 12.5883 15.7656 13.9453 15.7656ZM7.38281 15.7656C8.73983 15.7656 9.84375 14.6617 9.84375 13.3047C9.84375 11.9477 8.73983 10.8438 7.38281 10.8438C6.0258 10.8438 4.92188 11.9477 4.92188 13.3047C4.92188 14.6617 6.0258 15.7656 7.38281 15.7656Z" fill="#22C55E"/>
</svg>
<p>Don't like phone calls?</p>
<button>Contact us
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#22C55E"/>
</svg>
</button>
</div>
</div>
<!--Q & A Item 1-->
<div class="qa-header-box">
<h3>
Is any of my personal information
stored in the App?
</h3>
<div class="qa-btn-box-clicked">
<img width="10px" height="6.18px" src="/Pictures/qa-clicked-btn.svg">
</div>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div class="qa-content-box">
<p>
Nunc duis id aenean gravida tincidunt eu, tempor
ullamcorper. Viverra aliquam arcu, viverra et,
cursus. Aliquet pretium cursus adipiscing gravida
et consequat lobortis arcu velit. Nibh pharetra
fermentum duis accumsan lectus non. Massa
cursus molestie lorem scelerisque pellentesque.
Nisi, enim, arcu purus gravida adipiscing euismod
montes, duis egestas. Vehicula eu etiam quam
tristique tincidunt suspendisse ut consequat.
</p>
<p>
Ornare senectus fusce dignissim ut. Integer
consequat in eu tortor, faucibus et lacinia
posuere. Turpis sit viverra lorem suspendisse
lacus aliquam auctor vulputate. Quis egestas
aliquam nunc purus lacus, elit leo elit facilisi.
Dignissim amet adipiscing massa integer.
</p>
</div>
<!--Q & A Item 2-->
<div class="qa-header-box">
<h3>
What formats can I download my
transaction history in?
</h3>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div style="display: none;" class="qa-content-box">
</div>
<!--Q & A Item 3-->
<div class="shadow-wrapper">
<div class="qa-header-box">
<h3>
Can I schedule future transfers?
</h3>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
<div class="qa-btn-box-clicked">
<img width="10px" height="6.18px" src="/Pictures/qa-clicked-btn.svg">
</div>
</div>
<div class="qa-content-box">
<p>
Nunc duis id aenean gravida tincidunt eu,
tempor ullamcorper. Viverra aliquam arcu,
viverra et, cursus. Aliquet pretium cursus
adipiscing gravida et consequat lobortis arcu
velit. Nibh pharetra fermentum duis accumsan
lectus non. Massa cursus molestie lorem
scelerisque pellentesque. Nisi, enim, arcu purus
gravida adipiscing euismod montes, duis egestas.
Vehicula eu etiam quam tristique tincidunt
suspendisse ut consequat.
</p>
</div>
</div>
<!--Q & A Item 4-->
<div class="qa-header-box">
<h3>
When can I use Banking App
services?
</h3>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div style="display: none;" class="qa-content-box">
</div>
<!--Q & A Item 5-->
<div class="qa-header-box">
<h3>
Can I create my own password that is
easy for me to remember?
</h3>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div style="display: none;" class="qa-content-box">
</div>
<!--Q & A Item 6-->
<div class="qa-header-box">
<h3>
What happens if I forget or lose my
password?
</h3>
<div class="qa-btn-box">
<svg width="10" height="10" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005128_12900)">
<path d="M9.42092 2.7605L5.6001 6.58132L1.77928 2.7605L0.600098 3.93964L5.6001 8.93964L10.6001 3.93964L9.42092 2.7605Z" />
</g>
<defs>
<clipPath id="clip0_20005128_12900">
<rect width="10" height="10" fill="white" transform="translate(0.600098 0.850098)"/>
</clipPath>
</defs>
</svg>
</div>
</div>
<div style="display: none;" class="qa-content-box">
</div>
</grid>
</section>
<!---------------------------------------->
<!--------Contact & Sub section----------->
<!---------------------------------------->
<section class="contact-section">
<div class="contact-wrapper">
<button class="contact-btn">
<p>Contact us now</p>
</button>
<div class="contact-tablet-wrapper">
<div class="contact-left-side">
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_20005129_567)">
<path d="M21.2871 18.5226C20.3724 17.6194 19.2304 17.6194 18.3214 18.5226C17.6281 19.2101 16.9347 19.8976 16.253 20.5968C16.0666 20.7891 15.9092 20.8299 15.682 20.7017C15.2334 20.457 14.7556 20.2589 14.3244 19.9908C12.3143 18.7265 10.6304 17.1009 9.13881 15.2714C8.39885 14.3624 7.74045 13.3894 7.28015 12.294C7.18693 12.0726 7.20441 11.9269 7.38503 11.7463C8.07839 11.0763 8.75426 10.3887 9.43597 9.70119C10.3857 8.74564 10.3857 7.62695 9.43014 6.66557C8.88827 6.11788 8.34641 5.58183 7.80454 5.03414C7.24519 4.47479 6.69167 3.90962 6.1265 3.3561C5.21173 2.46464 4.06973 2.46464 3.16079 3.36193C2.46161 4.04946 1.79156 4.75447 1.08072 5.43034C0.422322 6.05378 0.09021 6.81706 0.0202916 7.70852C-0.0904125 9.15932 0.265006 10.5286 0.766088 11.8628C1.79156 14.6246 3.35307 17.0776 5.24669 19.3266C7.80454 22.3681 10.8576 24.7744 14.4293 26.5107C16.0374 27.2915 17.7038 27.8916 19.5159 27.9907C20.7627 28.0606 21.8465 27.746 22.7146 26.7729C23.3089 26.1087 23.979 25.5027 24.6083 24.8676C25.5405 23.9237 25.5463 22.7818 24.6199 21.8495C23.5129 20.7366 22.4 19.6296 21.2871 18.5226Z" fill="#6366F1"/>
<path d="M20.1744 13.8788L22.3243 13.5118C21.9864 11.5366 21.0542 9.74782 19.6383 8.32615C18.1409 6.82873 16.2473 5.88483 14.1614 5.59351L13.8584 7.75515C15.4723 7.98238 16.9406 8.7107 18.1001 9.87018C19.1955 10.9656 19.9122 12.3523 20.1744 13.8788Z" fill="#6366F1"/>
<path d="M23.5359 4.53304C21.0538 2.05094 17.9133 0.483602 14.4465 0L14.1436 2.16164C17.1384 2.58115 19.8536 3.93874 21.9977 6.07707C24.0312 8.11053 25.3655 10.68 25.8491 13.5059L27.999 13.1388C27.4339 9.86432 25.8898 6.89279 23.5359 4.53304Z" fill="#6366F1"/>
</g>
<defs>
<clipPath id="clip0_20005129_567">
<rect width="28" height="28" fill="white"/>
</clipPath>
</defs>
</svg>
<p>Still have questions?</p>
<button>Contact us
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#6366F1"/>
</svg>
</button>
</div>
<div class="contact-right-side">
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.0547 1C21.7443 1 28 6.5195 28 13.3047C28 16.171 26.8657 18.9483 24.8013 21.1497C24.3927 22.8344 24.8886 24.6192 26.1191 25.8497C26.6336 26.3642 26.2697 27.25 25.5391 27.25C23.2015 27.25 20.948 26.3344 19.2738 24.7194C17.6171 25.3106 15.8644 25.6094 14.0547 25.6094C6.36508 25.6094 0 20.0899 0 13.3047C0 6.5195 6.36508 1 14.0547 1ZM20.5078 15.7656C21.8648 15.7656 22.9688 14.6617 22.9688 13.3047C22.9688 11.9477 21.8648 10.8438 20.5078 10.8438C19.1508 10.8438 18.0469 11.9477 18.0469 13.3047C18.0469 14.6617 19.1508 15.7656 20.5078 15.7656ZM13.9453 15.7656C15.3023 15.7656 16.4062 14.6617 16.4062 13.3047C16.4062 11.9477 15.3023 10.8438 13.9453 10.8438C12.5883 10.8438 11.4844 11.9477 11.4844 13.3047C11.4844 14.6617 12.5883 15.7656 13.9453 15.7656ZM7.38281 15.7656C8.73983 15.7656 9.84375 14.6617 9.84375 13.3047C9.84375 11.9477 8.73983 10.8438 7.38281 10.8438C6.0258 10.8438 4.92188 11.9477 4.92188 13.3047C4.92188 14.6617 6.0258 15.7656 7.38281 15.7656Z" fill="#22C55E"/>
</svg>
<p>Don't like phone calls?</p>
<button>Contact us
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.41083 14.4108L10.5892 15.5892L16.1783 9.99999L10.5892 4.41083L9.41083 5.58916L12.9883 9.16666H5V10.8333H12.9883L9.41083 14.4108Z" fill="#22C55E"/>
</svg>
</button>
</div>
</div>
</div>
<div class="margin-20">
<div class="sub-grid">
<div class="noti-wrapper">
<img src="/Pictures/notification-icon.png">
<h3>
Subscribe to our newsletter
</h3>
</div>
<form class="email-wrapper">
<div class="input-wrapper">
<input type="email" placeholder="Your email" class="input-with-icon">
<svg class="email-icon" width="18" height="18" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.861 3.66548H3.13907C2.72657 3.66548 2.3771 3.80871 2.09064 4.09517C1.80418 4.38162 1.66095 4.72537 1.66095 5.12642V13.9264C1.66095 14.3275 1.80418 14.6741 2.09064 14.9663C2.3771 15.2584 2.72657 15.4045 3.13907 15.4045H14.861C15.2734 15.4045 15.6229 15.2584 15.9094 14.9663C16.1958 14.6741 16.3391 14.3275 16.3391 13.9264V5.12642C16.3391 4.72537 16.1958 4.38162 15.9094 4.09517C15.6229 3.80871 15.2734 3.66548 14.861 3.66548ZM14.861 5.12642V5.50454L9.00001 10.0764L3.13907 5.50454V5.12642H14.861ZM3.13907 13.9264V7.36079L8.55314 11.5717C8.61043 11.6176 8.67918 11.6548 8.75939 11.6834C8.8396 11.7121 8.9198 11.7264 9.00001 11.7264C9.08022 11.7264 9.16043 11.7121 9.24064 11.6834C9.32085 11.6548 9.3896 11.6176 9.44689 11.5717L14.861 7.36079V13.9264H3.13907Z" fill="#9397AD"/>
</svg>
</input>
</div>
<button class="sub-btn" type="submit">
<p>Subscribe</p>
</button>
</form>
</div>
</div>
</section>
<footer>
<p>© 2024 Silicon. All rights reserved.
Credit MadrasThemes</p>
</footer>
</div>
</body>
</html>