-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
645 lines (562 loc) · 41.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Acme Co. Landing</title>
<link href="assets/img/favicon.png" rel="icon" type="image/png">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- displays site properly based on user's device -->
<meta name="description" content="Acme Landing page">
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css" />
<link href="dist/style.css" rel="stylesheet" type="text/css">
</head>
<body class="bg-co-bg2 font-primary text-co-dark">
<!--Header-->
<div class="co-container">
<header class="flex justify-between items-center h-70p lg:h-24 pb-3 mt-5 md:mt-10">
<a href="#" class="max-w-[140px] h-auto"><img alt="Logo" src="assets/img/acme.svg"></a>
<div class="flex flex-row self-center items-center gap-1">
<img alt="en" src="assets/img/flag-en.svg">
<label class="w-4 h-4 flex justify-center items-center"><img alt="Select country"
src="assets/img/arrow_drop_down.svg"></label>
</div>
</header>
<div class="h-1p w-full bg-co-dark-12 mb-16 lg:mb-148p"></div>
</div>
<!--Hero Section-->
<div class="co-container">
<div
class="before:content-[' '] before:absolute before:left-0 before:top-150p before:bg-leaf-mo before:md:bg-leaf before:w-full before:overflow-visible before:bg-no-repeat before:h-[5000px] before:z-[-1]">
<div class="co-container">
<div
class="flex flex-col gap-30p lg:gap-60p justify-between mx-auto mb-10 lg:mb-172p w-[90%] lg:w-auto">
<div class="flex flex-col gap-3.5 items-center text-center">
<h5 class="uppercase text-co-mo-h5-capital lg:text-co-h5-capital text-co-yellow">risus praesent
vulputate.</h5>
<h1 class="text-co-mo-h1 lg:text-co-h1">Cursus Consequat Tristique.</h1>
</div>
<!--Pills-->
<div class="flex flex-col lg:flex-row items-center gap-3.5 flex-wrap justify-center">
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Cursus Integer
</div>
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Integer Consequat
</div>
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Tellus Euismod Pellentesque
</div>
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Aliquot Tristique
</div>
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Pellentesque Tempus
</div>
<div
class="flex flex-row gap-7p bg-co-white rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Mauris Fermentum Praesent
</div>
</div>
<div class="flex justify-center">
<button
class="btn btn-animation bg-co-yellow text-co-dark hover:border-co-dark hover:shadow-co-dark">
Lorem Ipsum
<svg class="hidden lg:block" fill="none" height="18" viewBox="0 0 25 18" width="25"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M16.25 0.269531L14.4922 2.02734L20.2344 7.76953H0.0195312V10.2305H20.2344L14.4922 15.9727L16.25 17.7305L24.9805 9L16.25 0.269531Z"
fill="#262626" />
</svg>
<svg class="block lg:hidden" fill="none" height="15" viewBox="0 0 20 15" width="20"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M12.8844 0.617065L11.5322 1.96923L15.9493 6.3863H0.399414V8.27933H15.9493L11.5322 12.6964L12.8844 14.0486L19.6001 7.33281L12.8844 0.617065Z"
fill="#262626" />
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Section 1 -->
<div class="co-container">
<div class="rounded-mobile lg:rounded-desktop bg-co-yellow mb-10 lg:mb-150p">
<div
class="mx-auto max-w-9 flex flex-col xl:flex-row-reverse gap-30p xl:gap:44p items-center py-22p lg:py-135p">
<div class="xl:flex-1 flex justify-center">
<img alt="" aria-hidden="true" height="714" src="assets/img/vector-1.svg" width="714">
</div>
<div class="xl:flex-1 flex justify-center">
<div
class="flex flex-col gap-30p lg:gap-50p items-center xl:items-start text-center xl:text-left xl:w-[70%]">
<h1 class="text-co-mo-h1 lg:text-co-h4">Phasellus a vitae
iaculis magna
eleifend pulvinar
velit odio.</h1>
<div class="flex flex-col gap-3 text-co-dark">
<p class="text-co-p1-underline lg:text-co-p1-underline">Vulputate et vulputate suspendisse
natoque!</p>
<p class="text-co-p1">Euismod magna id purus eget nunc ligula suspendisse dui netus.
Condimentum
blandit rutrum at mauris enim pulvinar duis etiam duis vulputate et vulputate
suspendisse
natoque id tellus consectetur pulvinar et. </p>
</div>
<button
class="btn btn-animation bg-co-dark text-co-white hover:border-co-white hover:shadow-co-white">
Lorem Ipsum
<svg class="hidden lg:block" fill="none" height="18" viewBox="0 0 25 18" width="25"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-white"
d="M16.25 0.269531L14.4922 2.02734L20.2344 7.76953H0.0195312V10.2305H20.2344L14.4922 15.9727L16.25 17.7305L24.9805 9L16.25 0.269531Z"
fill="#262626" />
</svg>
<svg class="block lg:hidden" fill="none" height="15" viewBox="0 0 20 15" width="20"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-white"
d="M12.8844 0.617065L11.5322 1.96923L15.9493 6.3863H0.399414V8.27933H15.9493L11.5322 12.6964L12.8844 14.0486L19.6001 7.33281L12.8844 0.617065Z"
fill="#262626" />
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<!--Section 2-->
<div class="co-container">
<div class="rounded-mobile lg:rounded-desktop bg-co-dark mb-10 pb-5 lg:py-58p lg:mb-150p">
<div
class="mx-auto max-w-9 flex flex-col-reverse xl:grid xl:grid-cols-2 gap-10 lg:gap-11 items-center pt-47p lg:pt-0">
<!-- four boxes -->
<div class="flex flex-col gap-5 w-full">
<div class="flex flex-col gap-5 lg:gap-60p md:grid md:grid-cols-2 text-co-dark">
<!--Box No.1-->
<div class="box">
<div class="flex flex-col items-start gap-2.5 lg:gap-34p w-[80%] mx-auto lg:w-full">
<img alt="" aria-hidden="true" src="assets/img/img-1.png">
<div class="flex flex-col gap-9p items-start">
<div class="mb-9p"><span class="text-[66px] font-bold lg:text-co-h2">1</span><span
class="text-[66px] font-bold text-co-yellow lg:text-co-h2">.</span>
</div>
<p class="text-2xl font-bold lg:text-co-button">Phasellus Vitae</p>
<p class="text-xl font-semibold lg:text-co-h6 ">Quisque</p>
<p class="text-base font-normal lg:text-co-p2 lg:mb-1.5">Porttitor vitae vel amet.
</p>
</div>
</div>
</div>
<!--Box No.2-->
<div class="box bg-co-yellow xl:-mb-120p xl:self-end">
<div class="flex flex-col items-start gap-2.5 lg:gap-34p w-2/3 mx-auto lg:w-full">
<img alt="" aria-hidden="true" src="assets/img/img-2.png">
<div class="flex flex-col gap-9p items-start">
<div class="mb-9p"><span class="text-[66px] font-bold lg:text-co-h2">2</span><span
class="text-[66px] font-bold text-co-white lg:text-co-h2">.</span>
</div>
<p class="text-2xl font-bold lg:text-co-button">Iaculis Magna</p>
<p class="text-xl font-semibold lg:text-co-h6 ">Porttitor</p>
<p class="text-base font-normal lg:text-co-p2 lg:mb-1.5">neque scelerisque mattis.
</p>
</div>
</div>
</div>
<!--Box No.3-->
<div class="box md:bg-co-yellow">
<div class="flex flex-col items-start gap-2.5 lg:gap-34p w-2/3 mx-auto lg:w-full">
<img alt="" aria-hidden="true" src="assets/img/img-3.png">
<div class="flex flex-col gap-9p items-start">
<div class="mb-9p"><span class="text-[66px] font-bold lg:text-co-h2">3</span><span
class="text-[66px] font-bold text-co-yellow lg:text-co-white lg:text-co-h2">.</span>
</div>
<p class="text-2xl font-bold lg:text-co-button">Eleifend Pulvinar</p>
<p class="text-xl font-semibold lg:text-co-h6 ">Vitae</p>
<p class="text-base font-normal lg:text-co-p2 lg:mb-1.5">Consectetue Nibh Velit.</p>
</div>
</div>
</div>
<!--Box No.4-->
<div class="box bg-co-yellow md:bg-co-white xl:-mb-120p xl:self-end">
<div class="flex flex-col items-start gap-2.5 lg:gap-34p w-2/3 mx-auto lg:w-full">
<img alt="" aria-hidden="true" src="assets/img/img-4.png">
<div class="flex flex-col gap-9p items-start">
<div class="mb-9p"><span class="text-[66px] font-bold lg:text-co-h2">4</span><span
class="text-[66px] font-bold text-co-white lg:text-co-yellow lg:text-co-h2">.</span>
</div>
<p class="text-2xl font-bold lg:text-co-button">Velito Odio Phire</p>
<p class="text-xl font-semibold lg:text-co-h6 ">Ameteneq</p>
<p class="text-base font-normal lg:text-co-p2 lg:mb-1.5">Magna Consectetur Leo.</p>
</div>
</div>
</div>
</div>
</div>
<!-- info button box -->
<div
class="flex flex-col items-center gap-30p text-center xltext-left lx:items-start w-[90%] xl:w-auto mx-auto">
<p class="text-co-p1 text-co-yellow lg:pr-50p">Quisque porttitor vitae vel amet neque scelerisque
mattis.
Consectetur nibh velit magna consectetur leo. </p>
<h1 class="text-co-mo-h1 lg:text-co-h4 text-co-white lg:mb-10">Cursus Integer Conseq Aliquam
Tristique. </h1>
<button
class="btn btn-animation bg-co-white text-co-dark hover:border-co-yellow hover:shadow-co-yellow">
Lorem Ipsum
<svg class="hidden lg:block" fill="none" height="18" viewBox="0 0 25 18" width="25"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M16.25 0.269531L14.4922 2.02734L20.2344 7.76953H0.0195312V10.2305H20.2344L14.4922 15.9727L16.25 17.7305L24.9805 9L16.25 0.269531Z"
fill="#262626" />
</svg>
<svg class="block lg:hidden" fill="none" height="15" viewBox="0 0 20 15" width="20"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M12.8844 0.617065L11.5322 1.96923L15.9493 6.3863H0.399414V8.27933H15.9493L11.5322 12.6964L12.8844 14.0486L19.6001 7.33281L12.8844 0.617065Z"
fill="#262626" />
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- Testimonial Section -->
<div class=" co-container">
<div id="testimonial1"
class="testimonial bg-co-white rounded-mobile lg:rounded-desktop pt-42p pb-38p mb-10 lg:mb-170p lg:py-100p" >
<div class="swiper flex flex-col gap-10">
<div class="swiper-wrapper">
<!-- Swiper item -->
<div class="swiper-slide">
<div class="w-[85%] mx-auto">
<div
class="card-content flex flex-col lg:flex-row items-center gap-10 lg:gap-72p lg:justify-center">
<img alt="Holly Davidson"
class="rounded-full w-272p h-272p lg:w-472p lg:h-472p lg:basis-1/3 aspect-auto"
src="assets/img/customer1.webp">
<div
class="flex flex-col items-center lg:items-start text-center lg:text-start gap-5 lg:basis-2/3 lg:mb-5">
<h4 class="text-co-h3-bold lg:text-co-h4">What our customers thought?</h4>
<p class="text-base lg:text-co-h5">
blandit rutrum at mauris enim pulvinar duis duis. </p>
<span class="card-name text-co-button mb-2.5 lg:mb-5">Holly Davidson</span>
</div>
</div>
</div>
</div>
<!-- Swiper item -->
<div class="swiper-slide">
<div class="w-[85%] mx-auto">
<div
class="card-content flex flex-col lg:flex-row items-center gap-10 lg:gap-72p lg:justify-center">
<img alt="Sam wisely"
class="rounded-full w-272p h-272p lg:w-472p lg:h-472p lg:basis-1/3 aspect-square"
src="assets/img/customer2.webp">
<div
class="flex flex-col items-center lg:items-start text-center lg:text-start gap-5 lg:basis-2/3 lg:mb-5">
<h4 class="text-co-h3-bold lg:text-co-h4">What our customers thought?</h4>
<p class="text-base lg:text-co-h5">
Condimentum blandit rutrum at mauris enim pulvinar duis etiam duis. </p>
<span class="card-name text-co-button mb-2.5 lg:mb-5">Sam wisely</span>
</div>
</div>
</div>
</div>
</div> <!--swiper wrapper -->
<!-- navigation buttons -->
<div class="flex flex-row justify-center gap-10">
<button class="swiper-button-prev card-arrow-l">
<svg width="41" height="17" viewBox="0 0 41 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M0.914062 8.48779L9.21484 0.187012L9.21484 6.43701L40.4648 6.43701V10.5386L9.21484 10.5386L9.21484 16.7886L0.914062 8.48779Z"
fill="#262626" />
</svg>
</button>
<button class="swiper-button-next">
<svg width="41" height="17" viewBox="0 0 41 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M40.0156 8.48779L31.7148 16.7886V10.5386H0.464844V6.43701H31.7148V0.187012L40.0156 8.48779Z"
fill="#F9B800" />
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- Section 3 -->
<div class="co-container">
<div class="rounded-mobile lg:rounded-desktop bg-co-white mb-10 lg:mb-180p">
<div
class="mx-auto max-w-9 flex flex-col lg:flex-row-reverse gap-30p lg:gap:44p items-center py-22p lg:py-118p">
<div class="lg:flex-1 flex justify-center">
<img alt="" aria-hidden="true" height="714" src="assets/img/vector2.svg" width="714">
</div>
<!-- Info box -->
<div class="lg:flex-1 flex justify-center lg:justify-start">
<div class="flex flex-col gap-30p lg:gap-50p items-center lg:items-start text-center lg:text-left">
<h1 class="text-co-mo-h1 lg:text-co-h4">Cursus Integer consequat Tristique. </h1>
<div class="flex flex-col gap-3 text-co-dark">
<!-- Pills -->
<div
class="flex flex-col lg:flex-row items-center lg:justify-start gap-3.5 flex-wrap justify-center">
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Cursus Integer
</div>
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Integer Consequat
</div>
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Tellus Euismod Pellentesque
</div>
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Aliquot Tristique
</div>
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Pellentesque Tempus
</div>
<div
class="flex flex-row gap-7p bg-co-bg2 rounded-full py-3 pr-10 pl-5 lg:py-3.5 lg:pl-3.5 justify-between items-center text-co-h6">
<svg class="shrink-0" fill="none" height="26" viewBox="0 0 26 26" width="26"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13 0.519531C6.08594 0.519531 0.519531 6.08594 0.519531 13C0.519531 19.9141 6.08594 25.4805 13 25.4805C19.9141 25.4805 25.4805 19.9141 25.4805 13C25.4805 6.08594 19.9141 0.519531 13 0.519531ZM13 23.0195C7.49219 23.0195 2.98047 18.5078 2.98047 13C2.98047 7.49219 7.49219 2.98047 13 2.98047C18.5078 2.98047 23.0195 7.49219 23.0195 13C23.0195 18.5078 18.5078 23.0195 13 23.0195ZM18.7422 7.49219L10.4805 15.6953L7.25781 12.4727L5.5 14.2305L10.4805 19.2695L20.5 9.25L18.7422 7.49219Z"
fill="#F9B800" />
</svg>
Mauris Fermentum Praesent
</div>
</div>
</div>
<button
class="btn btn-animation bg-co-dark text-co-white hover:border-co-yellow hover:shadow-co-yellow">
Lorem Ipsum
<svg class="hidden lg:block" fill="none" height="18" viewBox="0 0 25 18" width="25"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-white lg:text-co-dark "
d="M16.25 0.269531L14.4922 2.02734L20.2344 7.76953H0.0195312V10.2305H20.2344L14.4922 15.9727L16.25 17.7305L24.9805 9L16.25 0.269531Z"
fill="#262626" />
</svg>
<svg class="block lg:hidden" fill="none" height="15" viewBox="0 0 20 15" width="20"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-white lg:text-co-dark "
d="M12.8844 0.617065L11.5322 1.96923L15.9493 6.3863H0.399414V8.27933H15.9493L11.5322 12.6964L12.8844 14.0486L19.6001 7.33281L12.8844 0.617065Z"
fill="#262626" />
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ Section-->
<div class="co-container">
<div class="flex flex-col items-center mb-10 lg:mb-172p">
<!-- Info box -->
<div class="flex flex-col gap-5 lg:gap-3 text-center items-center mb-52p lg:mb-60p">
<h3 class="text-co-mo-h1 lg:text-co-h3">Phasellus a vitae iaculis magna.</h3>
<h5 class="text-base lg:text-co-h5">Phasellus a vitae iaculis magna eleifend pulvinar velit odio.</h5>
</div>
<!-- Accordion -->
<div class="overflow-hidden flex flex-col gap-3.5 lg:gap-6">
<div
class="faq bg-co-white rounded-mobile py-30p pr-30p pl-34p lg:pt-40p lg:pb-44p lg:pl-90p lg:pr-60p">
<input id="chk1" type="checkbox" class="hidden">
<label for="chk1"
class="cursor-pointer flex flex-row items-center justify-between gap-5 overflow-hidden relative">
<span class="faq-heading inline-block text-co-mo-h2 lg:text-co-h5-sbold">Quam vehicula faucibus
amet lorem? </span>
<span class="faq-arrow">
<svg class="rotate-me" width="36" height="36" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="vuesax/linear/arrow-right">
<g id="vuesax/linear/arrow-right_2">
<g id="arrow-right">
<path class="stroke-co-yellow" id="Vector"
d="M8.91003 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.91003 4.08008"
stroke="#292D32" stroke-width="3.5" stroke-miterlimit="10"
stroke-linecap="round" stroke-linejoin="round" />
</g>
</g>
</g>
</svg>
</span> </label>
<div class="faq-text text-co-p2 lg:text-co-h5 p-0 transition-all ease-in-out pt-5">Nunc ligula
suspendisse duis etiam duis. Mauris fermentum praesent tellus euismod. Quam vehicula faucibus
amet lorem. Nunc ligula suspendisse duis etiam duis. Mauris fermentum praesent tellus euismod.
</div>
</div>
<div
class="faq bg-co-white rounded-mobile py-30p pr-30p pl-34p lg:pt-40p lg:pb-44p lg:pl-90p lg:pr-60p">
<input id="chk2" type="checkbox" class="hidden">
<label for="chk2"
class="cursor-pointer flex flex-row items-center justify-between gap-5 overflow-hidden relative">
<span class="faq-heading inline-block text-co-mo-h2 lg:text-co-h5-sbold">Quam vehicula faucibus
amet lorem. Quam vehicula faucibus amet lorem. Quam vehicula? </span>
<span class="faq-arrow">
<svg class="rotate-me" width="36" height="36" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="vuesax/linear/arrow-right">
<g id="vuesax/linear/arrow-right_2">
<g id="arrow-right">
<path class="stroke-co-yellow" id="Vector"
d="M8.91003 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.91003 4.08008"
stroke="#292D32" stroke-width="3.5" stroke-miterlimit="10"
stroke-linecap="round" stroke-linejoin="round" />
</g>
</g>
</g>
</svg>
</span> </label>
<div class="faq-text text-co-p2 lg:text-co-h5 p-0 transition-all ease-in-out pt-5">Quam vehicula
faucibus amet lorem. Nunc ligula suspendisse duis etiam duis. Mauris fermentum praesent tellus
euismod. </div>
</div>
<div
class="faq bg-co-white rounded-mobile py-30p pr-30p pl-34p lg:pt-40p lg:pb-44p lg:pl-90p lg:pr-60p">
<input id="chk3" type="checkbox" class="hidden">
<label for="chk3"
class="cursor-pointer flex flex-row items-center justify-between gap-5 overflow-hidden relative">
<span class="faq-heading inline-block text-co-mo-h2 lg:text-co-h5-sbold">Quam vehicula faucibus
amet lorem. Quam vehicula faucibus amet lorem. </span>
<span class="faq-arrow">
<svg class="rotate-me" width="36" height="36" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g id="vuesax/linear/arrow-right">
<g id="vuesax/linear/arrow-right_2">
<g id="arrow-right">
<path class="stroke-co-yellow" id="Vector"
d="M8.91003 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.91003 4.08008"
stroke="#292D32" stroke-width="3.5" stroke-miterlimit="10"
stroke-linecap="round" stroke-linejoin="round" />
</g>
</g>
</g>
</svg>
</span>
</label>
<div class="faq-text text-co-p2 lg:text-co-h5 p-0 transition-all ease-in-out pt-5">ligula
suspendisse duis etiam duis. Mauris fermentum praesent faucibus amet lorem. Nunc ligula
suspendisse duis etiam duis. Mauris fermentum praesent tellus euismod. </div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="co-container">
<div
class="rounded-mobile lg:rounded-desktop bg-co-dark text-co-white lg:py-20 lg:px-50p mb-10 lg:mb-100p pt-14 pb-9 px-1">
<div class="flex flex-col w-[90%] mx-auto gap-10 lg:gap-0">
<div
class="flex flex-col lg:flex-row gap-30p text-center lg:text-start lg:justify-between items-center justify-center lg:px-8 lg:mb-90p">
<h4 class="lg:basis-7/12 text-co-h3-bold lg:text-co-h4 w-[90%] lg:w-auto">Vulputate et pulvinar
ethre
Suspendisse tellus consecteur</h4>
<button
class="btn btn-animation bg-co-white text-co-dark hover:border-co-yellow hover:shadow-co-yellow">
Lorem Ipsum
<svg class="hidden lg:block" fill="none" height="18" viewBox="0 0 25 18" width="25"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M16.25 0.269531L14.4922 2.02734L20.2344 7.76953H0.0195312V10.2305H20.2344L14.4922 15.9727L16.25 17.7305L24.9805 9L16.25 0.269531Z"
fill="#262626" />
</svg>
<svg class="block lg:hidden" fill="none" height="15" viewBox="0 0 20 15" width="20"
xmlns="http://www.w3.org/2000/svg">
<path class="fill-co-dark"
d="M12.8844 0.617065L11.5322 1.96923L15.9493 6.3863H0.399414V8.27933H15.9493L11.5322 12.6964L12.8844 14.0486L19.6001 7.33281L12.8844 0.617065Z"
fill="#262626" />
</svg>
</button>
</div>
<hr class="lg:mb-50p bg-co-white-12">
<div class="flex flex-col items-center lg:flex-row justify-between lg:px-11 gap-7p lg:gap-0">
<p>Copyright © 2022 Lorem Ipsum.</p>
<div>
<ul class="flex flex-end">
<li class="pr-1.5"><a href="#">Privacy Policy </a></li>
<li><a href="#"> Terms and Conditions</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>