-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing.html
647 lines (587 loc) · 34.3 KB
/
pricing.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
<!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>Pricing | AI Tool - Tailwind CSS Template for AI Tools</title>
<link rel="icon" href="favicon.ico"><link href="style.css" rel="stylesheet"></head>
<body x-data="{ page: 'pricing', 'loaded': true, 'stickyMenu': false, 'navigationOpen': false, 'scrollTop': false }">
<!-- ===== Header Start ===== -->
<header class="fixed left-0 top-0 w-full z-9999 py-7 lg:py-0"
:class="{ 'bg-dark/70 backdrop-blur-lg shadow !py-4 lg:!py-0 transition duration-100 before:absolute before:w-full before:h-[1px] before:bottom-0 before:left-0 before:features-row-border' : stickyMenu }"
@scroll.window="stickyMenu = (window.scrollY > 0) ? true : false">
<div class="max-w-[1170px] mx-auto px-4 sm:px-8 xl:px-0 lg:flex items-center justify-between relative">
<div class="w-full lg:w-1/4 flex items-center justify-between">
<a href="https://osjobs.net/en/" class="flex items-center">
<img src="images/logo.svg" alt="Logo" style="width: 14%; height: auto;" />
<p class="ml-2 text-lg font-bold">
Overseas Rabbit
</p>
</a>
<!-- Hamburger Toggle BTN -->
<button class="lg:hidden block" @click="navigationOpen = !navigationOpen">
<span class="block relative cursor-pointer w-5.5 h-5.5">
<span class="du-block absolute right-0 w-full h-full">
<span
class="block relative top-0 left-0 bg-white rounded-sm w-0 h-0.5 my-1 ease-in-out duration-200 delay-[0]"
:class="{ '!w-full delay-300': !navigationOpen }"></span>
<span
class="block relative top-0 left-0 bg-white rounded-sm w-0 h-0.5 my-1 ease-in-out duration-200 delay-150"
:class="{ '!w-full delay-400': !navigationOpen }"></span>
<span
class="block relative top-0 left-0 bg-white rounded-sm w-0 h-0.5 my-1 ease-in-out duration-200 delay-200"
:class="{ '!w-full delay-500': !navigationOpen }"></span>
</span>
<span class="du-block absolute right-0 w-full h-full rotate-45">
<span
class="block bg-white rounded-sm ease-in-out duration-200 delay-300 absolute left-2.5 top-0 w-0.5 h-full"
:class="{ '!h-0 delay-[0]': !navigationOpen }"></span>
<span
class="block bg-white rounded-sm ease-in-out duration-200 delay-400 absolute left-0 top-2.5 w-full h-0.5"
:class="{ '!h-0 dealy-200': !navigationOpen }"></span>
</span>
</span>
</button>
<!-- Hamburger Toggle BTN -->
</div>
<div class="w-full lg:w-3/4 h-0 lg:h-auto invisible lg:visible lg:flex items-center justify-between"
:class="{ '!visible bg-dark shadow-lgrelative !h-auto max-h-[400px] overflow-y-scroll rounded-md mt-4 p-7.5': navigationOpen }">
<nav>
<ul class="flex lg:items-center flex-col lg:flex-row gap-5 lg:gap-2">
<li class="nav__menu lg:py-7" :class="{ 'lg:!py-4' : stickyMenu }">
<a href="/#home"
class="relative text-white/80 text-sm py-1.5 px-4 border border-transparent hover:text-white hover:nav-gradient"
:class="{'!text-white nav-gradient' :page === 'home'}">Home</a>
</li>
<li class="nav__menu lg:py-7" :class="{ 'lg:!py-4' : stickyMenu }">
<a href="/#features"
class="relative text-white/80 text-sm py-1.5 px-4 border border-transparent hover:text-white hover:nav-gradient">Features</a>
</li>
<li class="nav__menu lg:py-7" :class="{ 'lg:!py-4' : stickyMenu }">
<a href="/#coaches"
class="relative text-white/80 text-sm py-1.5 px-4 border border-transparent hover:text-white hover:nav-gradient">Our Coaches</a>
</li>
<li class="nav__menu lg:py-7" :class="{ 'lg:!py-4' : stickyMenu }">
<a href="/#pricing"
class="relative text-white/80 text-sm py-1.5 px-4 border border-transparent hover:text-white hover:nav-gradient">Pricing</a>
</li>
<li class="nav__menu lg:py-7" :class="{ 'lg:!py-4' : stickyMenu }">
<a href="mailto:[email protected]?subject=Hello"
class="relative text-white/80 text-sm py-1.5 px-4 border border-transparent hover:text-white hover:nav-gradient">Contact Us</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- ===== Header End ===== -->
<main>
<!-- ===== Breadcrumb Section Start ===== -->
<section class="relative z-10 pt-30 lg:pt-35 xl:pt-40 pb-18">
<!-- bg shapes -->
<div class="absolute top-25 left-0 w-full flex flex-col gap-3 -z-1 opacity-50">
<div class="w-full h-[1.24px] footer-bg-gradient"></div>
<div class="w-full h-[2.47px] footer-bg-gradient"></div>
<div class="w-full h-[3.71px] footer-bg-gradient"></div>
<div class="w-full h-[4.99px] footer-bg-gradient"></div>
<div class="w-full h-[6.19px] footer-bg-gradient"></div>
<div class="w-full h-[7.42px] footer-bg-gradient"></div>
<div class="w-full h-[8.66px] footer-bg-gradient"></div>
<div class="w-full h-[9.90px] footer-bg-gradient"></div>
<div class="w-full h-[13px] footer-bg-gradient"></div>
</div>
<div class="absolute bottom-0 left-0 w-full h-24 bg-gradient-to-b from-dark/0 to-dark -z-1">
</div>
<div class="text-center px-4">
<h1 class="font-extrabold text-heading-2 text-white mb-5.5">
Pricing Table
</h1>
<ul class="flex items-center justify-center gap-2">
<li class="font-medium"><a href="index.html">Home</a></li>
<li class="font-medium">/ Pricing Table</li>
</ul>
</div>
</section>
<!-- ===== Breadcrumb Section End ===== -->
<!-- ===== Pricing Section Start ===== -->
<section class="pt-17.5 lg:pt-22.5 xl:pt-27.5 pb-20 lg:pb-25">
<div class="max-w-[1170px] mx-auto px-4 sm:px-8 xl:px-0">
<!-- section title -->
<div class="wow fadeInUp mb-17.5 text-center">
<span
class="hero-subtitle-gradient relative mb-4 font-medium text-sm inline-flex items-center gap-2 py-2 px-4.5 rounded-full">
<img src="images/icon-title.svg" alt="icon">
<span class="hero-subtitle-text"> Get access </span>
</span>
<h2 class="text-white mb-4.5 text-2xl font-extrabold sm:text-4xl xl:text-heading-2">
Our Pricing Plan
</h2>
<p class="max-w-[714px] mx-auto font-medium">
Our AI writing tool is designed to empower you with exceptional
writing capabilities, making the writing process more efficient,
accurate, and enjoyable.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-7.5">
<!-- Pricing item -->
<div
class="wow fadeInUp rounded-3xl bg-dark relative z-20 overflow-hidden pt-12.5 pb-10 px-10 pricing-item-border">
<span class="absolute right-9 top-9"><img src="images/pricing-icon-01.svg" alt="icon" /></span>
<h3 class="font-semibold text-heading-6 text-white mb-5.5">
Starter
</h3>
<div class="flex items-center gap-3.5">
<h2 class="font-bold text-custom-1 pricing-gradient-text">
$10
</h2>
<p class="font-medium">
/month <br />
(billed annually)
</p>
</div>
<div class="my-10 w-full h-[1px] pricing-gradient-divider"></div>
<ul class="flex flex-col gap-4">
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Subscription with levels</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Advanced features included</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Shared workspaces & tools</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Premium versions functionality</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Customizing the outputs</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Priority customer support</span>
</li>
</ul>
<a href="/#"
class="mt-11 flex items-center justify-center gap-1.5 font-medium text-white p-3 rounded-lg transition-all ease-in-out duration-300 relative pricing-button-gradient hover:shadow-button">
Get the plan
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.8992 7.5999L9.72422 2.3499C9.49922 2.1249 9.14922 2.1249 8.92422 2.3499C8.69922 2.5749 8.69922 2.9249 8.92422 3.1499L13.1242 7.4249H2.49922C2.19922 7.4249 1.94922 7.6749 1.94922 7.9749C1.94922 8.2749 2.19922 8.5499 2.49922 8.5499H13.1742L8.92422 12.8749C8.69922 13.0999 8.69922 13.4499 8.92422 13.6749C9.02422 13.7749 9.17422 13.8249 9.32422 13.8249C9.47422 13.8249 9.62422 13.7749 9.72422 13.6499L14.8992 8.3999C15.1242 8.1749 15.1242 7.8249 14.8992 7.5999Z"
fill="white" />
</svg>
</a>
<p class="mt-4 text-sm text-center">
No extra hidden charge
</p>
<!-- bg shapes -->
<div class="absolute -z-10 pointer-events-none inset-0 overflow-hidden">
<span class="absolute left-0 bottom-0 -z-1">
<img src="images/blur-16.svg" alt="blur" class="max-w-none">
</span>
<span class="absolute left-0 top-0 -z-1">
<img src="images/blur-17.svg" alt="blur" class="max-w-none">
</span>
</div>
</div>
<!-- Pricing item -->
<div
class="wow fadeInUp rounded-3xl bg-dark relative z-20 overflow-hidden pt-12.5 pb-10 px-10 pricing-item-border">
<span class="absolute right-9 top-9"><img src="images/pricing-icon-02.svg" alt="icon" /></span>
<h3 class="font-semibold text-heading-6 text-white mb-5.5">
Medium
</h3>
<div class="flex items-center gap-3.5">
<h2 class="font-bold text-custom-1 pricing-gradient-text">
$59
</h2>
<p class="font-medium">
/month <br />
(billed annually)
</p>
</div>
<div class="my-10 w-full h-[1px] pricing-gradient-divider"></div>
<ul class="flex flex-col gap-4">
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Subscription with levels</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Advanced features included</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Shared workspaces & tools</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Premium versions functionality</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Customizing the outputs</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Priority customer support</span>
</li>
</ul>
<a href="/#"
class="mt-11 flex items-center justify-center gap-1.5 font-medium text-white p-3 rounded-lg transition-all ease-in-out duration-300 relative pricing-button-gradient hover:shadow-button">
Get the plan
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.8992 7.5999L9.72422 2.3499C9.49922 2.1249 9.14922 2.1249 8.92422 2.3499C8.69922 2.5749 8.69922 2.9249 8.92422 3.1499L13.1242 7.4249H2.49922C2.19922 7.4249 1.94922 7.6749 1.94922 7.9749C1.94922 8.2749 2.19922 8.5499 2.49922 8.5499H13.1742L8.92422 12.8749C8.69922 13.0999 8.69922 13.4499 8.92422 13.6749C9.02422 13.7749 9.17422 13.8249 9.32422 13.8249C9.47422 13.8249 9.62422 13.7749 9.72422 13.6499L14.8992 8.3999C15.1242 8.1749 15.1242 7.8249 14.8992 7.5999Z"
fill="white" />
</svg>
</a>
<p class="mt-4 text-sm text-center">
No extra hidden charge
</p>
<!-- bg shapes -->
<div class="absolute -z-10 pointer-events-none inset-0 overflow-hidden">
<span class="absolute left-0 bottom-0 -z-1">
<img src="images/blur-16.svg" alt="blur" class="max-w-none">
</span>
<span class="absolute left-0 top-0 -z-1">
<img src="images/blur-17.svg" alt="blur" class="max-w-none">
</span>
</div>
</div>
<!-- Pricing item -->
<div
class="wow fadeInUp rounded-3xl bg-dark relative z-20 overflow-hidden pt-12.5 pb-10 px-10 pricing-item-border">
<span class="absolute right-9 top-9"><img src="images/pricing-icon-03.svg" alt="icon" /></span>
<h3 class="font-semibold text-heading-6 text-white mb-5.5">
Business
</h3>
<div class="flex items-center gap-3.5">
<h2 class="font-bold text-custom-1 pricing-gradient-text">
$289
</h2>
<p class="font-medium">
/month <br />
(billed annually)
</p>
</div>
<div class="my-10 w-full h-[1px] pricing-gradient-divider"></div>
<ul class="flex flex-col gap-4">
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Subscription with levels</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Advanced features included</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Shared workspaces & tools</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Premium versions functionality</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Customizing the outputs</span>
</li>
<li class="flex items-center gap-5">
<img src="images/pricing-icon-04.svg" alt="icon" />
<span class="font-medium">Priority customer support</span>
</li>
</ul>
<a href="/#"
class="mt-11 flex items-center justify-center gap-1.5 font-medium text-white p-3 rounded-lg transition-all ease-in-out duration-300 relative pricing-button-gradient hover:shadow-button">
Get the plan
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.8992 7.5999L9.72422 2.3499C9.49922 2.1249 9.14922 2.1249 8.92422 2.3499C8.69922 2.5749 8.69922 2.9249 8.92422 3.1499L13.1242 7.4249H2.49922C2.19922 7.4249 1.94922 7.6749 1.94922 7.9749C1.94922 8.2749 2.19922 8.5499 2.49922 8.5499H13.1742L8.92422 12.8749C8.69922 13.0999 8.69922 13.4499 8.92422 13.6749C9.02422 13.7749 9.17422 13.8249 9.32422 13.8249C9.47422 13.8249 9.62422 13.7749 9.72422 13.6499L14.8992 8.3999C15.1242 8.1749 15.1242 7.8249 14.8992 7.5999Z"
fill="white" />
</svg>
</a>
<p class="mt-4 text-sm text-center">
No extra hidden charge
</p>
<!-- bg shapes -->
<div class="absolute -z-10 pointer-events-none inset-0 overflow-hidden">
<span class="absolute left-0 bottom-0 -z-1">
<img src="images/blur-16.svg" alt="blur" class="max-w-none">
</span>
<span class="absolute left-0 top-0 -z-1">
<img src="images/blur-17.svg" alt="blur" class="max-w-none">
</span>
</div>
</div>
</div>
</div>
</section>
<!-- ===== Pricing Section End ===== -->
<!-- ===== FAQ Section Start ===== -->
<section class="relative overflow-hidden pb-17.5 lg:pb-22.5 xl:pb-27.5 pt-20 lg:pt-25">
<!-- divider -->
<div class="about-divider-gradient max-w-[1170px] w-full h-[1px] absolute top-0 left-1/2 -translate-x-1/2">
</div>
<div class="max-w-[770px] mx-auto px-4 sm:px-8 xl:px-0">
<!-- section title -->
<div class="wow fadeInUp mb-20 text-center">
<span
class="hero-subtitle-gradient relative mb-4 font-medium text-sm inline-flex items-center gap-2 py-2 px-4.5 rounded-full">
<img src="images/icon-title.svg" alt="icon">
<span class="hero-subtitle-text">
Questions About our AI Tool?
</span>
</span>
<h2 class="text-white mb-4.5 text-2xl font-extrabold sm:text-4xl xl:text-heading-2">
Frequently Asked Questions
</h2>
<p class="max-w-[714px] mx-auto font-medium">
Our AI writing tool is designed to empower you with exceptional
writing capabilities, making the writing process more efficient,
accurate, and enjoyable.
</p>
</div>
<div class="wow fadeInUp">
<div x-data="{selected:0}">
<!-- faq item -->
<div class="flex flex-col border-b border-white/[0.15]">
<h4 @click="selected !== 0 ? selected = 0 : selected = null"
class="cursor-pointer flex justify-between items-center font-semibold text-[22px] leading-[28px] py-5 lg:py-7"
:class="selected == 0 ? 'text-white' : ''">
What Is AI Tool Content Writing Tool?
<span :class="selected == 0 ? 'hidden' : 'block'">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 11.1752H12.8625V1.5002C12.8625 1.0502 12.4875 0.637695 12 0.637695C11.55 0.637695 11.1375 1.0127 11.1375 1.5002V11.1752H1.50001C1.05001 11.1752 0.637512 11.5502 0.637512 12.0377C0.637512 12.4877 1.01251 12.9002 1.50001 12.9002H11.175V22.5002C11.175 22.9502 11.55 23.3627 12.0375 23.3627C12.4875 23.3627 12.9 22.9877 12.9 22.5002V12.8627H22.5C22.95 12.8627 23.3625 12.4877 23.3625 12.0002C23.3625 11.5502 22.95 11.1752 22.5 11.1752Z"
fill="" />
</svg>
</span>
<span :class="selected == 0 ? 'block' : 'hidden'">
<svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.125 1.86263H0.875012C0.425012 1.86263 0.0125122 1.48763 0.0125122 1.00013C0.0125122 0.550134 0.387512 0.137634 0.875012 0.137634H21.125C21.575 0.137634 21.9875 0.512634 21.9875 1.00013C21.9875 1.45013 21.575 1.86263 21.125 1.86263Z"
fill="white" />
</svg>
</span>
</h4>
<p x-show="selected == 0" class="font-medium pb-7">
Our AI writing tool is designed to empower you with
exceptional writing capabilities, making the writing process
more efficient, accurate, and enjoyable.
</p>
</div>
<!-- faq item -->
<div class="flex flex-col border-b border-white/[0.15]">
<h4 @click="selected !== 1 ? selected = 1 : selected = null"
class="cursor-pointer flex justify-between items-center font-semibold text-[22px] leading-[28px] py-5 lg:py-7"
:class="selected == 1 ? 'text-white' : ''">
Is there a limit on how much content I can generate?
<span :class="selected == 1 ? 'hidden' : 'block'">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 11.1752H12.8625V1.5002C12.8625 1.0502 12.4875 0.637695 12 0.637695C11.55 0.637695 11.1375 1.0127 11.1375 1.5002V11.1752H1.50001C1.05001 11.1752 0.637512 11.5502 0.637512 12.0377C0.637512 12.4877 1.01251 12.9002 1.50001 12.9002H11.175V22.5002C11.175 22.9502 11.55 23.3627 12.0375 23.3627C12.4875 23.3627 12.9 22.9877 12.9 22.5002V12.8627H22.5C22.95 12.8627 23.3625 12.4877 23.3625 12.0002C23.3625 11.5502 22.95 11.1752 22.5 11.1752Z"
fill="" />
</svg>
</span>
<span :class="selected == 1 ? 'block' : 'hidden'">
<svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.125 1.86263H0.875012C0.425012 1.86263 0.0125122 1.48763 0.0125122 1.00013C0.0125122 0.550134 0.387512 0.137634 0.875012 0.137634H21.125C21.575 0.137634 21.9875 0.512634 21.9875 1.00013C21.9875 1.45013 21.575 1.86263 21.125 1.86263Z"
fill="white" />
</svg>
</span>
</h4>
<p x-show="selected == 1" class="font-medium pb-7">
Our AI writing tool is designed to empower you with
exceptional writing capabilities, making the writing process
more efficient, accurate, and enjoyable.
</p>
</div>
<!-- faq item -->
<div class="flex flex-col border-b border-white/[0.15]">
<h4 @click="selected !== 2 ? selected = 2 : selected = null"
class="cursor-pointer flex justify-between items-center font-semibold text-[22px] leading-[28px] py-5 lg:py-7"
:class="selected == 2 ? 'text-white' : ''">
Is it helpful for Digital Marketer or Content Writer?
<span :class="selected == 2 ? 'hidden' : 'block'">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 11.1752H12.8625V1.5002C12.8625 1.0502 12.4875 0.637695 12 0.637695C11.55 0.637695 11.1375 1.0127 11.1375 1.5002V11.1752H1.50001C1.05001 11.1752 0.637512 11.5502 0.637512 12.0377C0.637512 12.4877 1.01251 12.9002 1.50001 12.9002H11.175V22.5002C11.175 22.9502 11.55 23.3627 12.0375 23.3627C12.4875 23.3627 12.9 22.9877 12.9 22.5002V12.8627H22.5C22.95 12.8627 23.3625 12.4877 23.3625 12.0002C23.3625 11.5502 22.95 11.1752 22.5 11.1752Z"
fill="" />
</svg>
</span>
<span :class="selected == 2 ? 'block' : 'hidden'">
<svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.125 1.86263H0.875012C0.425012 1.86263 0.0125122 1.48763 0.0125122 1.00013C0.0125122 0.550134 0.387512 0.137634 0.875012 0.137634H21.125C21.575 0.137634 21.9875 0.512634 21.9875 1.00013C21.9875 1.45013 21.575 1.86263 21.125 1.86263Z"
fill="white" />
</svg>
</span>
</h4>
<p x-show="selected == 2" class="font-medium pb-7">
Our AI writing tool is designed to empower you with
exceptional writing capabilities, making the writing process
more efficient, accurate, and enjoyable.
</p>
</div>
<!-- faq item -->
<div class="flex flex-col border-b border-white/[0.15]">
<h4 @click="selected !== 3 ? selected = 3 : selected = null"
class="cursor-pointer flex justify-between items-center font-semibold text-[22px] leading-[28px] py-5 lg:py-7"
:class="selected == 3 ? 'text-white' : ''">
What Languages does it supports?
<span :class="selected == 3 ? 'hidden' : 'block'">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 11.1752H12.8625V1.5002C12.8625 1.0502 12.4875 0.637695 12 0.637695C11.55 0.637695 11.1375 1.0127 11.1375 1.5002V11.1752H1.50001C1.05001 11.1752 0.637512 11.5502 0.637512 12.0377C0.637512 12.4877 1.01251 12.9002 1.50001 12.9002H11.175V22.5002C11.175 22.9502 11.55 23.3627 12.0375 23.3627C12.4875 23.3627 12.9 22.9877 12.9 22.5002V12.8627H22.5C22.95 12.8627 23.3625 12.4877 23.3625 12.0002C23.3625 11.5502 22.95 11.1752 22.5 11.1752Z"
fill="" />
</svg>
</span>
<span :class="selected == 3 ? 'block' : 'hidden'">
<svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.125 1.86263H0.875012C0.425012 1.86263 0.0125122 1.48763 0.0125122 1.00013C0.0125122 0.550134 0.387512 0.137634 0.875012 0.137634H21.125C21.575 0.137634 21.9875 0.512634 21.9875 1.00013C21.9875 1.45013 21.575 1.86263 21.125 1.86263Z"
fill="white" />
</svg>
</span>
</h4>
<p x-show="selected == 3" class="font-medium pb-7">
Our AI writing tool is designed to empower you with
exceptional writing capabilities, making the writing process
more efficient, accurate, and enjoyable.
</p>
</div>
<!-- faq item -->
<div class="flex flex-col">
<h4 @click="selected !== 4 ? selected = 4 : selected = null"
class="cursor-pointer flex justify-between items-center font-semibold text-[22px] leading-[28px] py-5 lg:py-7"
:class="selected == 4 ? 'text-white' : ''">
What is SEO Writing AI and how do I use it?
<span :class="selected == 4 ? 'hidden' : 'block'">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.5 11.1752H12.8625V1.5002C12.8625 1.0502 12.4875 0.637695 12 0.637695C11.55 0.637695 11.1375 1.0127 11.1375 1.5002V11.1752H1.50001C1.05001 11.1752 0.637512 11.5502 0.637512 12.0377C0.637512 12.4877 1.01251 12.9002 1.50001 12.9002H11.175V22.5002C11.175 22.9502 11.55 23.3627 12.0375 23.3627C12.4875 23.3627 12.9 22.9877 12.9 22.5002V12.8627H22.5C22.95 12.8627 23.3625 12.4877 23.3625 12.0002C23.3625 11.5502 22.95 11.1752 22.5 11.1752Z"
fill="" />
</svg>
</span>
<span :class="selected == 4 ? 'block' : 'hidden'">
<svg width="22" height="2" viewBox="0 0 22 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21.125 1.86263H0.875012C0.425012 1.86263 0.0125122 1.48763 0.0125122 1.00013C0.0125122 0.550134 0.387512 0.137634 0.875012 0.137634H21.125C21.575 0.137634 21.9875 0.512634 21.9875 1.00013C21.9875 1.45013 21.575 1.86263 21.125 1.86263Z"
fill="white" />
</svg>
</span>
</h4>
<p x-show="selected == 4" class="font-medium pb-7">
Our AI writing tool is designed to empower you with
exceptional writing capabilities, making the writing process
more efficient, accurate, and enjoyable.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ===== FAQ Section End ===== -->
</main>
<!-- ===== Footer Start ===== -->
<!-- ====== Footer Section Start -->
<footer class="relative z-10 pb-17.5 lg:pb-22.5 xl:pb-27.5">
<!-- bg shapes -->
<div class="absolute bottom-0 left-0 w-full flex flex-col gap-3 -z-1 opacity-50">
<div class="w-full h-[1.24px] footer-bg-gradient"></div>
<div class="w-full h-[2.47px] footer-bg-gradient"></div>
<div class="w-full h-[3.71px] footer-bg-gradient"></div>
<div class="w-full h-[4.99px] footer-bg-gradient"></div>
<div class="w-full h-[6.19px] footer-bg-gradient"></div>
<div class="w-full h-[7.42px] footer-bg-gradient"></div>
<div class="w-full h-[8.66px] footer-bg-gradient"></div>
<div class="w-full h-[9.90px] footer-bg-gradient"></div>
<div class="w-full h-[13px] footer-bg-gradient"></div>
</div>
<div class="max-w-[1170px] mx-auto px-4 sm:px-8 xl:px-0 relative pt-17.5">
<div class="w-full h-[1px] footer-divider-gradient absolute top-0 left-0"></div>
<div class="flex flex-wrap justify-between">
<div class="mb-10 max-w-[571px] w-full">
<a class="mb-8.5 inline-block" href="index.html">
<img src="images/logo.svg" alt="Logo" />
</a>
<p class="mb-12 xl:w-4/5">
Enjoyable and Effective Preparation for Tech Interviews
</p>
<div class="flex items-center gap-5">
<a href="https://github.com/Education-Victory" class="hover:text-white ease-in duration-300">
<svg class="fill-current" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_368_11839)">
<path
d="M12 0.674805C5.625 0.674805 0.375 5.8498 0.375 12.2998C0.375 17.3998 3.7125 21.7498 8.3625 23.3248C8.9625 23.4373 9.15 23.0623 9.15 22.7998C9.15 22.5373 9.15 21.7873 9.1125 20.7748C5.8875 21.5248 5.2125 19.1998 5.2125 19.1998C4.6875 17.8873 3.9 17.5123 3.9 17.5123C2.85 16.7623 3.9375 16.7623 3.9375 16.7623C5.1 16.7998 5.7375 17.9623 5.7375 17.9623C6.75 19.7623 8.475 19.2373 9.1125 18.8998C9.225 18.1498 9.525 17.6248 9.8625 17.3248C7.3125 17.0623 4.575 16.0498 4.575 11.6248C4.575 10.3498 5.0625 9.3373 5.775 8.5498C5.6625 8.2873 5.25 7.0873 5.8875 5.4748C5.8875 5.4748 6.9 5.1748 9.1125 6.6748C10.05 6.4123 11.025 6.2623 12.0375 6.2623C13.05 6.2623 14.0625 6.3748 14.9625 6.6748C17.175 5.2123 18.15 5.4748 18.15 5.4748C18.7875 7.0498 18.4125 8.2873 18.2625 8.5498C19.0125 9.3373 19.4625 10.3873 19.4625 11.6248C19.4625 16.0498 16.725 17.0623 14.175 17.3248C14.5875 17.6998 14.9625 18.4498 14.9625 19.4998C14.9625 21.0748 14.925 22.3123 14.925 22.6873C14.925 22.9873 15.15 23.3248 15.7125 23.2123C20.2875 21.6748 23.625 17.3623 23.625 12.2248C23.5875 5.8498 18.375 0.674805 12 0.674805Z"
fill="" />
</g>
<defs>
<clipPath id="clip0_368_11839">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</a>
</div>
<p class="font-medium mt-5.5">
Education Victory, LLC. All rights reserved.
</p>
</div>
<div class="max-w-[571px] w-full">
<div class="flex flex-col sm:flex-row sm:justify-between gap-10">
<div>
<h5 class="font-semibold text-white mb-5">Products</h5>
<ul class="flex flex-col gap-3.5">
<li>
<a href="https://ai-coach-ev.streamlit.app/" class="font-medium ease-in duration-300 hover:text-white">AI Coach: Resume customization</a>
</li>
<li>
<a href="https://prompt.osjobs.net/" class="font-medium ease-in duration-300 hover:text-white">Promptio</a>
</li>
<li>
<a href="https://whisper-webui.streamlit.app//" class="font-medium ease-in duration-300 hover:text-white">Whisper WebUI</a>
</li>
</ul>
</div>
<div>
<h5 class="font-semibold text-white mb-5">Company</h5>
<ul class="flex flex-col gap-3.5">
<li>
<a href="mailto:[email protected]?subject=Hello" class="font-medium ease-in duration-300 hover:text-white">Support</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ====== Footer Section End -->
<!-- ===== Footer End ===== -->
<!-- ====== Back To Top Start ===== -->
<button
class="hidden items-center justify-center w-10 h-10 rounded-[4px] shadow-solid-5 bg-purple hover:opacity-70 fixed bottom-8 right-8 z-999"
@click="window.scrollTo({top: 0, behavior: 'smooth'})"
@scroll.window="scrollTop = (window.pageYOffset > 50) ? true : false" :class="{ '!flex' : scrollTop }">
<svg class="fill-white w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z" />
</svg>
</button>
<!-- ====== Back To Top End ===== -->
<script defer src="bundle.js"></script></body>
</html>