-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
612 lines (604 loc) · 40.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<title>Arkyn Game Servers</title>
<meta name="description" content="Premium Game Server Hosting | USA | Europe | Palworld | Enshrouded | Valheim | Minecraft">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="i/logoicon.png">
<!-- AOS 3.0.0-beta.6 plugin CSS (Animations) -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600;700;800;900&family=DM+Sans:wght@100;200;300;400;500;600;700;800;900&subset=latin&display=swap" rel="stylesheet">
<!-- Startup CSS + Bootstrap CSS (Styles for all blocks) - Remove ".min" if you want to edit a css code -->
<link href="css/styles.min.css" rel="stylesheet" />
<!-- jQuery 3.6.0 (uncomment line below if you need jQuery) -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->
<!-- Page custom CSS -->
<style>
body { background: #100120;}
.hero {
position: absolute;
top: 0;
z-index: -1;
height: 900px;
width: 100%;
overflow: hidden;
background-image: url(https://arkyn.net/i/background.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.letter-space-5 {letter-spacing:5px;}
a:hover {color: #eeb609 !important;}
a.btn:hover {color: #100120 !important;}
</style>
<!-- Open graph settings (social networks sharing settings) -->
<meta property="og:type" content="website">
<meta property="og:title" content="Arkyn Game Servers">
<meta property="og:url" content="https://arkyn.net">
<meta name='twitter:card' content='summary_large_image'>
<meta name="twitter:title" content="Arkyn Game Servers">
<meta property="twitter:domain" content="arkyn.net">
<meta property="twitter:url" content="https://arkyn.net">
<!-- Open graph settings end -->
</head>
<body>
<!--Content 1-->
<section class="hero">
</section>
<!-- Navigation 5 -->
<nav class="py-4 py-lg-7">
<div class="d-block d-lg-none">
<div class="container">
<div class="row align-items-center">
<div class="col-3" data-aos="fade" data-aos-delay="0">
<a class="btn btn-width-equal-height d-lg-none rounded-circle custom-mobile-nav-btn bg- btn-outline-arkyn bg-arkyn" data-bs-toggle="offcanvas" data-bs-target="#custom-id-r2hp8hhf">
<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-light-1">
<path d="M2.00016 5.33333H14.0002C14.177 5.33333 14.3465 5.2631 14.4716 5.13807C14.5966 5.01305 14.6668 4.84348 14.6668 4.66667C14.6668 4.48986 14.5966 4.32029 14.4716 4.19526C14.3465 4.07024 14.177 4 14.0002 4H2.00016C1.82335 4 1.65378 4.07024 1.52876 4.19526C1.40373 4.32029 1.3335 4.48986 1.3335 4.66667C1.3335 4.84348 1.40373 5.01305 1.52876 5.13807C1.65378 5.2631 1.82335 5.33333 2.00016 5.33333ZM14.0002 10.6667H2.00016C1.82335 10.6667 1.65378 10.7369 1.52876 10.8619C1.40373 10.987 1.3335 11.1565 1.3335 11.3333C1.3335 11.5101 1.40373 11.6797 1.52876 11.8047C1.65378 11.9298 1.82335 12 2.00016 12H14.0002C14.177 12 14.3465 11.9298 14.4716 11.8047C14.5966 11.6797 14.6668 11.5101 14.6668 11.3333C14.6668 11.1565 14.5966 10.987 14.4716 10.8619C14.3465 10.7369 14.177 10.6667 14.0002 10.6667ZM14.0002 7.33333H2.00016C1.82335 7.33333 1.65378 7.40357 1.52876 7.5286C1.40373 7.65362 1.3335 7.82319 1.3335 8C1.3335 8.17681 1.40373 8.34638 1.52876 8.4714C1.65378 8.59643 1.82335 8.66667 2.00016 8.66667H14.0002C14.177 8.66667 14.3465 8.59643 14.4716 8.4714C14.5966 8.34638 14.6668 8.17681 14.6668 8C14.6668 7.82319 14.5966 7.65362 14.4716 7.5286C14.3465 7.40357 14.177 7.33333 14.0002 7.33333Z">
</path>
</svg>
</a>
</div>
<div class="col-6 text-center" data-aos="fade" data-aos-delay="100">
<a href="#">
<img src="i/logo-dark.png" srcset="i/[email protected] 2x" alt="" class="img-fluid" data-aos="fade" data-aos-delay="0">
</a>
</div>
<div class="col-3" data-aos="fade" data-aos-delay="200">
</div>
</div>
</div>
</div>
<div class="offcanvas offcanvas-start bg- bg-arkyn-light" id="custom-id-r2hp8hhf" aria-modal="true" role="dialog">
<div class="offcanvas-header">
<a href="#">
<img src="i/logo-dark.png" srcset="i/[email protected] 2x" alt="" class="img-fluid">
</a>
<a class="btn btn-sm btn-width-equal-height btn-outline-arkyn" data-bs-dismiss="offcanvas">
<svg width="24" height="24" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-arkyn">
<path d="M8.9398 8L13.1398 3.80667C13.2653 3.68113 13.3359 3.51087 13.3359 3.33333C13.3359 3.1558 13.2653 2.98554 13.1398 2.86C13.0143 2.73447 12.844 2.66394 12.6665 2.66394C12.4889 2.66394 12.3187 2.73447 12.1931 2.86L7.9998 7.06L3.80646 2.86C3.68093 2.73447 3.51066 2.66394 3.33313 2.66394C3.1556 2.66394 2.98533 2.73447 2.8598 2.86C2.73426 2.98554 2.66374 3.1558 2.66374 3.33333C2.66374 3.51087 2.73426 3.68113 2.8598 3.80667L7.0598 8L2.8598 12.1933C2.79731 12.2553 2.74771 12.329 2.71387 12.4103C2.68002 12.4915 2.6626 12.5787 2.6626 12.6667C2.6626 12.7547 2.68002 12.8418 2.71387 12.9231C2.74771 13.0043 2.79731 13.078 2.8598 13.14C2.92177 13.2025 2.99551 13.2521 3.07675 13.2859C3.15798 13.3198 3.24512 13.3372 3.33313 13.3372C3.42114 13.3372 3.50827 13.3198 3.58951 13.2859C3.67075 13.2521 3.74449 13.2025 3.80646 13.14L7.9998 8.94L12.1931 13.14C12.2551 13.2025 12.3288 13.2521 12.4101 13.2859C12.4913 13.3198 12.5785 13.3372 12.6665 13.3372C12.7545 13.3372 12.8416 13.3198 12.9228 13.2859C13.0041 13.2521 13.0778 13.2025 13.1398 13.14C13.2023 13.078 13.2519 13.0043 13.2857 12.9231C13.3196 12.8418 13.337 12.7547 13.337 12.6667C13.337 12.5787 13.3196 12.4915 13.2857 12.4103C13.2519 12.329 13.2023 12.2553 13.1398 12.1933L8.9398 8Z">
</path>
</svg>
</a>
</div>
<div class="offcanvas-body">
<div>
<a href="#" class="fw-bold py-2 d-inline-block text-light-1">
Games
</a>
</div>
<div>
<a href="#" class="fw-bold py-2 d-inline-block text-light-1">
Features
</a>
</div>
<div>
<a href="#" class="fw-bold py-2 d-inline-block text-light-1">
Docs
</a>
</div>
<div>
<a href="#" class="fw-bold py-2 d-inline-block text-light-1">
Support
</a>
</div>
<a href="#" class="btn btn-sm rounded-2 mt-4 btn-outline-arkyn">
Client Login
</a>
</div>
</div>
<div class="d-none d-lg-block">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-3">
<a href="#">
<img src="i/logo-dark.png" srcset="i/[email protected] 2x" alt="" class="img-fluid" data-aos="fade" data-aos-delay="0">
</a>
</div>
<div class="text-end col-9">
<a href="https://portal.arkyn.net/store/game-servers" class="fw-bold mx-4 text-light-1" data-aos="fade" data-aos-delay="50">
Games
</a>
<a class="fw-bold mx-4 text-light-1" data-aos="fade" data-aos-delay="100" href="https://panel.arkyn.net">
Game Panel
</a>
<a href="https://portal.arkyn.net/knowledgebase" class="fw-bold mx-4 text-light-1" data-aos="fade" data-aos-delay="200">
Knowledgebase
</a>
<a href="https://discord.gg/hfdcSZdPeX" class="fw-bold mx-4 text-light-1" data-aos="fade" data-aos-delay="200">
Discord
</a>
<a href="https://portal.arkyn.net/login" class="ms-4 btn btn-sm rounded-2 btn- btn-outline-arkyn" data-aos="fade" data-aos-delay="250">
Client Login
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Content 2-->
<section class="py-10 py-lg-20 text-center">
<div class="container">
<p class="mb-4 fw-bold text-uppercase letter-space-5 fs-5 text-arkyn" data-aos="fade" data-aos-delay="0">
Plug and play, game away.
</p>
<h2 class="display-5 mb-6 text-light-1" data-aos="fade" data-aos-delay="0">
<span style="color:#eeb609;">
Effortless
</span>
game server hosting!
</h2>
<p class="fs-2 remove-br-sm mb-0 text-bg-2" data-aos="fade" data-aos-delay="50">
Experience low-latency, high-performance servers, and a dedicated support team,
<br>ensuring your gaming adventures never face a downtime.
</p>
</div>
</section>
<!-- Ecommerce 2 -->
<section class="py-10 py-lg-20 text-center">
<div class="container">
<svg width="64" height="64" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg" class="fill- fill-arkyn" data-aos="fade" data-aos-delay="50">
<path d="M192 64C86 64 0 150 0 256S86 448 192 448H448c106 0 192-86 192-192s-86-192-192-192H192zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V200z">
</path>
</svg>
<p class="text- fw-bold text-uppercase letter-space-5 fs-5 text-center my-4 text-arkyn" data-aos="fade" data-aos-delay="0">
Choose your weapon
</p>
<h2 class="display-5 text-center mb-2 text-bg-3" data-aos="fade" data-aos-delay="50">
Our Supported Games
</h2>
<div class="row justify-content-center justify-content-md-start">
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="100">
<div>
<a href="https://portal.arkyn.net/store/game-servers/palworld" class="w-100">
<img src="i/palworld-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/palworld" class="d-block font-heading text-center mb-2 text-bg-3">
Palworld
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$20.00 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="150">
<div>
<a href="https://portal.arkyn.net/store/game-servers/enshrouded" class="w-100">
<img src="i/enshrouded-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/enshrouded" class="d-block font-heading text-center mb-2 text-bg-3">
Enshrouded
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$15.00/ month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="200">
<div>
<a href="https://portal.arkyn.net/store/game-servers/minecraft" class="w-100">
<img src="i/minecraft-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/minecraft" class="d-block font-heading text-center mb-2 text-bg-3">
Minecraft
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$10.00 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="250">
<div>
<a href="https://portal.arkyn.net/store/game-servers/valheim" class="w-100">
<img src="i/valheim-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/valheim" class="d-block font-heading text-center mb-2 text-bg-3">
Valhiem
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$12.50 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="150">
<div>
<a href="https://portal.arkyn.net/store/game-servers/ark-survival-evolved" class="w-100">
<img src="i/ark-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/ark-survival-evolved" class="d-block font-heading text-center mb-2 text-bg-3">
ARK:SE
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$19.95 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="200">
<div>
<a href="https://portal.arkyn.net/store/game-servers/7-days-to-die" class="w-100">
<img src="i/sevendays-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/7-days-to-die" class="d-block font-heading text-center mb-2 text-bg-3">
7 Days to Die
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$14.95 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="250">
<div>
<a href="https://portal.arkyn.net/store/game-servers/rust" class="w-100">
<img src="i/rust-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/rust" class="d-block font-heading text-center mb-2 text-bg-3">
Rust
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$20.00 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="300">
<div>
<a href="https://portal.arkyn.net/store/game-servers/conan-exiles" class="w-100">
<img src="i/conan-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/conan-exiles" class="d-block font-heading text-center mb-2 text-bg-3">
Conan Exiles
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$15.00/ month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="300">
<div>
<a href="https://portal.arkyn.net/store/game-servers/vintage-story" class="w-100">
<img src="i/vintage-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/vintage-story" class="d-block font-heading text-center mb-2 text-bg-3">
Vintage Story
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$15.00/ month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="300">
<div>
<a href="https://portal.arkyn.net/store/game-servers/satisfactory" class="w-100">
<img src="i/satisfactory-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/satisfactory" class="d-block font-heading text-center mb-2 text-bg-3">
Satisfactory
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$15.00/ month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="300">
<div>
<a href="https://portal.arkyn.net/store/game-servers/factorio" class="w-100">
<img src="i/factorio-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/factorio" class="d-block font-heading text-center mb-2 text-bg-3">
Factorio
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$8.00 / month
</p>
</div>
</div>
<div class="mt-10 col-lg-2 col-sm-4 col-6" data-aos="fade" data-aos-delay="300">
<div>
<a href="https://portal.arkyn.net/store/game-servers/terraria" class="w-100">
<img src="i/terraria-poster.webp" alt="" class="img-fluid mb-4 w-100 rounded-2">
</a>
<a href="https://portal.arkyn.net/store/game-servers/terraria" class="d-block font-heading text-center mb-2 text-bg-3">
Terraria
</a>
<p class="font-heading mb-0 text-center text-arkyn">
$8.00 / month
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Feature 19 -->
<section class="py-10 py-lg-20 text-center text-md-start">
<div class="container">
<div class="mb-md-20 mb-15 row flex-column">
<div class="mb-6 col-lg-8 col-xl-6">
<h2 class="display-5 text-light-1" data-aos="fade" data-aos-delay="0">
Our Features
</h2>
</div>
<div class="col-md-8 col-lg-6 col-xl-5 col-xxl-4">
<p class="fs-2 mb-0 text- text-arkyn" data-aos="fade" data-aos-delay="50">
Power up your gaming experience with a suite of premium features tailored for ultimate performance.
</p>
</div>
</div>
<div class="row justify-content-center justify-content-sm-start">
<div class="mb-15 col-10 col-sm-6 col-md-5 col-lg-4 rounded-2 border-2" data-aos="fade" data-aos-delay="100">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
Arkyn Game Manager
</h5>
<p class="mb-0 text-bg-2">
Our feature-rich Panel, designed to simplify server management for you. With a single click, you can tweak settings, integrate mods, and even schedule backups effortlessly.
</p>
</div>
<div class="mb-15 col-10 col-sm-6 col-md-5 col-lg-4" data-aos="fade" data-aos-delay="150">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
Worldwide Servers
</h5>
<p class="mb-0 text-bg-2">
Enjoy seamless gaming experiences worldwide with servers located in California, New York City, and Germany. Locations will be expanded as demand for those locations rises!
</p>
</div>
<div class="mb-15 col-10 col-sm-6 col-md-5 col-lg-4" data-aos="fade" data-aos-delay="200">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
High Performance Servers
</h5>
<p class="mb-0 text-bg-2">
Count on us to deliver lag-free gaming experiences with our top-of-the-line servers. We’ve invested in the highest performing hardware available, ensuring your server runs smoothly and reliably.
</p>
</div>
<div class="mb-15 col-10 col-sm-6 col-md-5 col-lg-4 mb-lg-0" data-aos="fade" data-aos-delay="200">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
Usage Stats
</h5>
<p class="mb-0 text-bg-2">
Transparency is key. With our server status page, you’ll have full visibility into your server’s performance metrics, bandwidth usage, and resource consumption.
</p>
</div>
<div class="mb-15 mb-md-0 col-10 col-sm-6 col-md-5 col-lg-4" data-aos="fade" data-aos-delay="250">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
Backups
</h5>
<p class="mb-0 text-bg-2">
Protect your data effortlessly with automatic backups using S3 Cloud storage. Game on confidently, knowing your server is backed up securely.
</p>
</div>
<div class="col-10 col-sm-6 col-md-5 col-lg-4" data-aos="fade" data-aos-delay="300">
<svg width="41" height="40" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-6 fill- fill-arkyn">
<path d="M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z">
</path>
</svg>
<h5 class="mb-4 text-arkyn">
Personal Support
</h5>
<p class="mb-0 text-bg-2">
Experience personalized support every step of the way. We're here to assist you, ensuring your gaming journey is smooth and enjoyable.
</p>
</div>
</div>
</div>
</section>
<!-- Ecommerce 2 -->
<section class="py-10 py-lg-20 text-center">
<div class="container">
<svg width="64" height="64" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg" class="fill- fill-arkyn" data-aos="fade" data-aos-delay="50">
<path d="M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z">
</path>
</svg>
<p class="text- fw-bold text-uppercase letter-space-5 fs-5 text-center my-4 text-arkyn" data-aos="fade" data-aos-delay="0">
Pterodactyl Awesomeness
</p>
<h2 class="display-5 text-center mb-2 text-bg-3" data-aos="fade" data-aos-delay="50">
Arkyn Game Manager
</h2>
<img src="i/manager-new.webp" alt="" class="img-fluid mt-10 w-100 h-100">
</div>
</section>
<!-- Testimonial 6 -->
<section class="py-10 py-lg-20">
<div class="container">
<div class="row justify-content-center text-md-center">
<div class="col-md-9 col-lg-7 col-xl-6 col-xxl-5 mb-15 text-center">
<svg width="64" height="64" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg" class="fill- fill-arkyn" data-aos="fade" data-aos-delay="50">
<path d="M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z">
</path>
</svg>
<p class="text- fw-bold text-uppercase letter-space-5 fs-5 text-center my-4 text-arkyn" data-aos="fade" data-aos-delay="0">
Testimonials
</p>
<h2 class="display-5 text-center mb-2 text-bg-3" data-aos="fade" data-aos-delay="50">
What The Gamers Say
</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-6" data-aos="fade" data-aos-delay="100">
<div class="border rounded-2 h-100 p-6 border-arkyn-light" draggable="true">
<h6 class="text-light-1">
A B1ackb3rry
</h6>
<p class="fs-5 text-bg-2">
Palworld Server
</p>
<p class="mb-6 text-bg-2">
"Switched to Arkyn hosting after having a Dathost server that was more expensive and lagged out all the time. Arkyn servers have been incredibly stable and the support is excellent. Definitely recommend."
</p>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-6" data-aos="fade" data-aos-delay="150">
<div class="border rounded-2 h-100 p-6 border-arkyn-light">
<h6 class="text-light-1">
knx
</h6>
<p class="fs-5 text-bg-2">
Rust Server
</p>
<p class="mb-6 text-bg-2">
"Whenever I've had a question or needed help, Quick has been lightning-fast in sorting things out. It's more than just a hosting service; it's like having a gaming buddy who's got your back."
</p>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-6" data-aos="fade" data-aos-delay="200">
<div class="border rounded-2 h-100 p-6 border-arkyn-light">
<h6 class="text-light-1">
Foxtrott
</h6>
<p class="fs-5 text-bg-2">
Minecraft Server
</p>
<p class="mb-6 text-bg-2">
"The tailored features, from custom plugins to optimized configurations, create an unparalleled gaming environment. Setting up was a breeze, and the server's reliability has exceeded my expectations."
</p>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-action-6 me-1">
<path d="M3.61065 15.4435C3.22465 15.6415 2.78665 15.2945 2.86465 14.8515L3.69465 10.1215L0.171653 6.7655C-0.157347 6.4515 0.0136534 5.8775 0.454653 5.8155L5.35265 5.1195L7.53665 0.7925C7.73365 0.4025 8.26665 0.4025 8.46365 0.7925L10.6477 5.1195L15.5457 5.8155C15.9867 5.8775 16.1577 6.4515 15.8287 6.7655L12.3057 10.1215L13.1357 14.8515C13.2137 15.2945 12.7757 15.6415 12.3897 15.4435L7.99865 13.1875L3.60965 15.4435H3.61065Z">
</path>
</svg>
</div>
</div>
</div>
</div>
</section>
<!-- Footer 2 -->
<footer class="py-8 text-center">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-2 col-md-3 mb-6 mb-md-0" data-aos="fade" data-aos-delay="0">
<a href="#">
<img src="i/logo-dark.png" srcset="i/[email protected] 2x" alt="" class="img-fluid">
</a>
</div>
<div class="col mb-4 mb-md-0" data-aos="fade" data-aos-delay="50">
<a href="#" class="font-heading mx-4 text-light-1">
Games
</a>
<a href="#" class="font-heading mx-4 text-light-1">
Features
</a>
<a href="#" class="font-heading mx-4 text-light-1">
Docs
</a>
<a href="#" class="font-heading ms-4 text-light-1">
Support
</a>
</div>
<div class="col-12 col-lg-2 col-md-3" data-aos="fade" data-aos-delay="100">
<a href="#" target="_blank">
<svg width="24" height="24" viewBox="0 0 640 512" fill="none" xmlns="http://www.w3.org/2000/svg" class="fill-light-1">
<path d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z">
</path>
</svg>
</a>
</div>
</div>
<div class="mt-6 mb-8 border-bottom border-arkyn-light" data-aos="fade" data-aos-delay="150">
</div>
<p class="fs-5 mb-0 text-arkyn" data-aos="fade" data-aos-delay="200">
Copyright © 2024 Arkyn
</p>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- AOS 3.0.0-beta.6 plugin JS (Animations) -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- Startup JS (Custom js for all blocks) - Remove ".min" if you want to edit a JS code -->
<script src="js/scripts.min.js"></script>
</body>
</html>