-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
607 lines (595 loc) · 28.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Neo Voyage - Exchange</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox/fancybox.css"/>
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg bg-white sticky-top">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/images/logo-dark.png" alt="Logo company">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Destinations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Programs</a>
</li>
</ul>
<a href="#contact" class="btn btn-brand ms-lg-3">CONTACT NOW!</a>
</div>
</div>
</nav>
<!-- HERO -->
<section id="hero" class="min-vh-100 d-flex align-items-center text-center">
<div class="container -mt-6">
<div class="row">
<div class="col-12">
<h1 data-aos="fade-left" class="text-uppercase text-white fw-semibold display-1">Your adventure begins here</h1>
<h5 class="text-white mt-3 m-4 text-uppercase" data-aos="fade-right">Embark on your journey with us. Discover the Canada's best destinations.</h5>
<div data-aos="fade-up" data-aos-delay="50">
<a href="#contact" class="btn btn-brand me-2">Get Started</a>
<a href="#team" class="btn btn-light ms-2">Explore Destinations</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="50">
<div class="section-title">
<h1 class="display-4 fw-semibold">About us</h1>
<div class="line"></div>
<p>Providing expert guidance and comprehensive support for your Canadian journey.</p>
</div>
</div>
</div>
<div class="row justify-content-between align-items-center">
<div class="col-lg-6" data-aos="fade-down" data-aos-delay="50">
<img src="assets/images/about.jpg" alt="">
</div>
<div class="col-lg-5" data-aos="fade-down" data-aos-delay="150">
<h1>About Neo Voyage</h1>
<p class="mt-3 mb-4">At Neo Voyage, we offer expert guidance and comprehensive support to ensure your journey is tailored to your needs. From navigating visa processes to finding the perfect accommodation, we're here to make your experience seamless.</p>
<div class="d-flex pt-4 mb-3">
<div class="iconbox me-4">
<i class="ri-suitcase-fill"></i>
</div>
<div>
<h5>Expert Guidance</h5>
<p>Benefit from our expertise in international travel.</p>
</div>
</div>
<div class="d-flex mb-3">
<div class="iconbox me-4">
<i class="ri-hand-heart-fill"></i>
</div>
<div>
<h5>Comprehensive Support</h5>
<p>We provide support every step of the way.</p>
</div>
</div>
<div class="d-flex ">
<div class="iconbox me-4">
<i class="ri-ruler-fill"></i>
</div>
<div>
<h5>Tailored Experiences</h5>
<p>Personalized experiences designed just for you.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="section-padding border-top">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 fw-semibold">Best exchange experience:</h1>
<div class="line"></div>
<p>Discover excellence in exchange with Neo Voyage. Our expert team ensures personalized service, innovation, and cultural immersion for a truly tailored experience.</p>
</div>
</div>
</div>
<div class="row text-center g-4">
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="150">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-flight-takeoff-line"></i>
</div>
<h5 class="mt-4 mb-3">Excellence in Exchange</h5>
<p>Our excellence ensures the best experience for you.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="250">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-team-fill"></i>
</div>
<h5 class="mt-4 mb-3">Expert Team</h5>
<p>Count on our specialized team to make your dreams come true.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="350">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-lightbulb-fill"></i>
</div>
<h5 class="mt-4 mb-3">Innovation</h5>
<p>We're always innovating to offer the best in exchange programs.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="450">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-pencil-fill"></i>
</div>
<h5 class="mt-4 mb-3">Personalized Service</h5>
<p>Every intricate detail is carefully planned for you</p>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="550">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-global-fill"></i>
</div>
<h5 class="mt-4 mb-3">Global Network</h5>
<p>Access our extensive network for unique opportunities.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="650">
<div class="service theme-shadow p-lg-5 p-4">
<div class="iconbox">
<i class="ri-book-open-fill"></i>
</div>
<h5 class="mt-4 mb-3">Cultural Immersion</h5>
<p>Experience the world like a local with our cultural programs.</p>
</div>
</div>
</div>
</div>
</section>
<section id="counter" class="section-padding">
<div class="container text-center">
<div class="row g-4">
<div class="col-lg-3 col-sm-6" data-aos="fade-down" data-aos-delay="150">
<h1 class="display-4 text-white">10+</h1>
<h6 class="text-uppercase text-white mt-3">Years of Experience</h6>
</div>
<div class="col-lg-3 col-sm-6" data-aos="fade-down" data-aos-delay="250">
<h1 class="display-4 text-white">5000+</h1>
<h6 class="text-uppercase text-white mt-3">Happy Travelers</h6>
</div>
<div class="col-lg-3 col-sm-6" data-aos="fade-down" data-aos-delay="350">
<h1 class="display-4 text-white">50+</h1>
<h6 class="text-uppercase text-white mt-3">Destinations Covered</h6>
</div>
<div class="col-lg-3 col-sm-6" data-aos="fade-down" data-aos-delay="450">
<h1 class="display-4 text-white">100+</h1>
<h6 class="text-uppercase text-white mt-3">Team Members</h6>
</div>
</div>
</div>
</section>
<section id="portfolio" class="section-padding">
<div class="container">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 fw-semibold">Discover Canada</h1>
<div class="line"></div>
<p>Explore the beauty of Canada through our curated gallery and get inspired for your next adventure.</p>
</div>
</div>
<div class="row g-4">
<div class="col-md-4" data-aos="fade-down" data-aos-delay="150">
<div class="portfolio-item image-zoom">
<div class="image-zoom-warpper">
<img src="assets/images/project-1.jpg" alt="">
</div>
<a src="./assets/images/project-1.jpg" data-fancybox="gallery" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
<div class="portfolio-item image-zoom mt-4">
<div class="image-zoom-warpper">
<img src="assets/images/project-2.jpg" alt="">
</div>
<a href="./assets/images/project-2.jpg" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="250">
<div class="portfolio-item image-zoom">
<div class="image-zoom-warpper">
<img src="assets/images/project-3.jpg" alt="">
</div>
<a href="./assets/images/project-3.jpg" data-fancybox="gallery" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
<div class="portfolio-item image-zoom mt-4">
<div class="image-zoom-warpper">
<img src="assets/images/project-4.jpg" alt="">
</div>
<a href="./assets/images/project-4.jpg" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="350">
<div class="portfolio-item image-zoom">
<div class="image-zoom-warpper">
<img src="assets/images/project-5.jpg" alt="">
</div>
<a href="./assets/images/project-5.jpg" data-fancybox="gallery" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
<div class="portfolio-item image-zoom mt-4">
<div class="image-zoom-warpper">
<img src="assets/images/project-6.jpg" alt="">
</div>
<a href="./assets/images/project-6.jpg" class="iconbox"><i class="ri-search-2-line"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="reviews" class="section-padding bg-light">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 fw-semibold">Who went, recommends</h1>
<div class="line"></div>
<p>See what our travelers have to say about their unforgettable experiences with Neo Voyage.</p>
</div>
</div>
</div>
<div class="row gy-5 gx-4">
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="150">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
</div>
<p>Joining Neo Voyages for the volunteer program in Canada was transformative! The support and opportunities they provided made it an unforgettable experience. I truly felt a part of something meaningful.</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-1.jpg" alt="">
<div class="ms-3">
<h5>Renan Silva</h5>
<small>Volunteer</small>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="250">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
</div>
<p>Neo Voyages' Work & Travel program opened new doors for me in Canada! The job placement was perfect and the travel experiences were once in a lifetime. A fantastic way to explore and work!</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-2.jpg" alt="">
<div class="ms-3">
<h5>Eduardo Pavanelli</h5>
<small>Work & Travel</small>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="350">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-half-line"></i>
</div>
<p>The internship program with Neo Voyages was a career game-changer. The extensive hands-on experience and networking opportunities in Canada were beyond my expectations. Absolutely perfect for acquiring real-world skills!</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-3.jpg" alt="">
<div class="ms-3">
<h5>Pedro Henrique</h5>
<small>Internship</small>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="450">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-half-line"></i>
</div>
<p>My time volunteering in Canada through Neo Voyages was incredibly rewarding. They ensured a smooth process and a fulfilling engagement with the community. Highly recommend!</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-4.jpg" alt="">
<div class="ms-3">
<h5>Nicole Souza</h5>
<small>Volunteer</small>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="550">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-half-line"></i>
</div>
<p>Thanks to Neo Voyages, I could balance work and travel seamlessly in Canada. The program was well-organized, offering both professional growth and adventure. Couldn’t have asked for more!</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-5.jpg" alt="">
<div class="ms-3">
<h5>Heloise Martins</h5>
<small>Work & Travel</small>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6" data-aos="fade-down" data-aos-delay="650">
<div class="review">
<div class="review-head p-4 bg-white theme-shadow">
<div class="text-warning">
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-fill"></i>
<i class="ri-star-half-line"></i>
</div>
<p>Securing an internship in Canada through Neo Voyages was the best decision for my professional development. The guidance and exposure I received were top-notch. Absolutely recommend it!</p>
</div>
<div class="review-person mt-4 d-flex align-items-center">
<img class="rounded-circle" src="./assets/images/avatar-6.jpg" alt="">
<div class="ms-3">
<h5>Isabella Zanelli</h5>
<small>Internship</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 fw-semibold">Top Destinations</h1>
<div class="line"></div>
<p>Explore our most sought-after destinations and start planning your adventure.</p>
</div>
</div>
</div>
<div class="row g-4 text-center ">
<div class="col-md-4" data-aos="fade-down" data-aos-delay="150">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/gallery-vancouver.jpg" alt="">
</div>
<div class="team-member-content">
<h4 class="text-white">Vancouver</h4>
<p class="mb-0 text-white">Click Here To Know More</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="250">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/gallery-toronto.jpg" alt="">
</div>
<div class="team-member-content">
<h4 class="text-white">Toronto</h4>
<p class="mb-0 text-white">Click Here To Know More</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="350">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/gallery-montreal.jpg" alt="">
</div>
<div class="team-member-content">
<h4 class="text-white">Montreal</h4>
<p class="mb-0 text-white">Click Here To Know More</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding bg-light" id="contact">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 text-white fw-semibold">Take the first step to come to Canada!</h1>
<div class="line bg-white"></div>
<p class="text-white">Contact us today and take the first step towards your Canadian adventure!</p>
</div>
</div>
</div>
<div class="row justify-content-center" data-aos="fade-down" data-aos-delay="250">
<div class="col-lg-8">
<form action="#" class="row g-3 p-lg-5 p-4 bg-white theme-shadow">
<div class="form-group col-lg-6">
<input type="text" class="form-control" placeholder="Enter first name">
</div>
<div class="form-group col-lg-6">
<input type="text" class="form-control" placeholder="Enter last name">
</div>
<div class="form-group col-lg-12">
<input type="email" class="form-control" placeholder="Enter Email address">
</div>
<div class="form-group col-lg-12">
<input type="text" class="form-control" placeholder="Enter the program">
</div>
<div class="form-group col-lg-12">
<textarea name="message" rows="5" class="form-control" placeholder="Enter a Message"></textarea>
</div>
<div class="form-group col-lg-12 d-grid">
<button class="btn btn-brand">Let's go to Canadá! <i cla></i></button>
</div>
</form>
</div>
</div>
</div>
</section>
<section id="blog" class="section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center" data-aos="fade-down" data-aos-delay="150">
<div class="section-title">
<h1 class="display-4 fw-semibold">Program Types</h1>
<div class="line"></div>
<p>Explore our diverse program offerings tailored to your goals and interests.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4" data-aos="fade-down" data-aos-delay="150">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/blog-post-1.jpg" alt="">
</div>
<h5 class="mt-4">Volunteer</h5>
<p>Engage in meaningful opportunities abroad.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="250">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/blog-post-2.jpg" alt="">
</div>
<h5 class="mt-4">Work & Travel </h5>
<p> Experience Canada while gaining valuable work experience.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="col-md-4" data-aos="fade-down" data-aos-delay="350">
<div class="team-member image-zoom">
<div class="image-zoom-warpper">
<img src="./assets/images/blog-post-3.jpg" alt="">
</div>
<h5 class="mt-4">Internship</h5>
<p> Elevate your career with hands-on experience in your field.</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-dark">
<div class="footer-top">
<div class="container">
<div class="row gy-5">
<div class="col-lg-3 col-sm-6">
<a href="#"><img src="./assets/images/logo-white.png" alt=""></a>
<div class="line"></div>
<p>Your adventure begins here</p>
<div class="social-icons">
<a target="_blank" href="https://twitter.com/renansilvadev"><i class="ri-twitter-fill"></i></a>
<a target="_blank" href="#"><i class="ri-instagram-fill"></i></a>
<a target="_blank" href="https://github.com/renansouz"><i class="ri-github-fill"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/renansilvadev/"><i class="ri-linkedin-fill"></i></a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<h5 class="mb-0 text-white">PROGRAMS</h5>
<div class="line"></div>
<ul><a href="#">Volunteer</a></ul>
<ul><a href="#">Work & Travel</a></ul>
<ul><a href="#">Internship</a></ul>
</div>
<div class="col-lg-3 col-sm-6">
<h5 class="mb-0 text-white">ABOUT</h5>
<div class="line"></div>
<ul><a href="#">blog</a></ul>
<ul><a href="#">services</a></ul>
<ul><a href="#">company</a></ul>
<ul><a href="#">Carrer</a></ul>
</div>
<div class="col-lg-3 col-sm-6">
<h5 class="mb-0 text-white">CONTACT</h5>
<div class="line"></div>
<ul>(11) 9 5618 - 7511</ul>
<ul>www.NeoVoyage.com</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row g-4 justify-content-between">
<div class="col-auto">
<p class="mb-0">© Copyright Neo Voyage. All Rights Reserved</p>
</div>
<div class="col-auto">
<p class="mb-0">Designed By <a href="#">RENAN</a></p>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox/fancybox.umd.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>