-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
702 lines (513 loc) · 29.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<title>AnyGo Travel and Tours</title>
</head>
<body>
<!-- style=" background-image: linear-gradient(#fafafa,#ddae1a); -->
<!-- navigationbar -->
<div class="container-fluid">
<div class="container" >
<nav class="navbar navbar-expand-lg navbar-custom bg-custom">
<div class="navbar-header" style=" ">
<img src="img/anygo.png" >
<!-- <a class="navbar-brand" href="index.html" style="font-size: 60px; color: #ddae1a ; font-weight: bold; ">AnyGo Travels & Tours</a> -->
</div>
<ul class="navbar-nav ml-auto" >
<li><a href="#" class="fa fa-facebook" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345; "></a></li>
<li><a href="#" class="fa fa-twitter" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-linkedin" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-instagram" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
<li><a href="#" class="fa fa-google-plus" style=" color: #fafafa ; border-color: #ddae1a ; background-color:#0f2345;"></a></li>
</ul>
</nav>
</div>
</div>
<div class="container-fluid" >
<div class="container" style="padding-bottom: 20px;">
<nav class="navbar navbar-expand-lg navbar-custom bg-custom " style="background-color: white; border-radius: 20px; ">
<a class="navbar-brand" href="#"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item active"> <a class="nav-link" href="index.html">Home </a> </li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="see-all-places.html" target="_blank" data-toggle="dropdown"> Destinations </a>
<ul class="dropdown-menu dropdown-menu-right fade-down" style="background-color: #0f2345;">
<li><a class="dropdown-item" href="yangon.html" target="_blank"> Yangon</a></li>
<li><a class="dropdown-item" href="mandalay.html" target="_blank"> Mandalay </a></li>
<li><a class="dropdown-item" href="bagan.html" target="_blank"> Bagan</a></li>
<li><a class="dropdown-item" href="myeik.html" target="_blank"> Myeik</a></li>
<li><a class="dropdown-item" href="inlay.html" target="_blank"> Inlay Lake</a></li>
<li><a class="dropdown-item" href="kayin.html" target="_blank"> Kayin State</a></li>
<li><a class="dropdown-item" href="chin.html" target="_blank"> Chin State</a></li>
<li><a class="dropdown-item" href="kachin.html" target="_blank"> Kachin State</a></li>
<li><a class="dropdown-item" href="see-all-places.html" target="_blank"> View All</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="packages.html" target="_blank" data-toggle="dropdown">Trip Packages </a>
<ul class="dropdown-menu dropdown-menu-right fade-down" style="background-color: #0f2345;">
<li><a class="dropdown-item" href="hdetail.html" target="_blank">Hiking</a></li>
<li><a class="dropdown-item" href="cdetail.html" target="_blank">Camping</a></li>
<li><a class="dropdown-item" href="adetail.html" target="_blank">Adventure</a></li>
<li><a class="dropdown-item" href="rdetail.html" target="_blank">Romantic</a></li>
<li><a class="dropdown-item" href="packages.html" target="_blank">View All</a></li>
</ul>
</li>
<li class="nav-item active"> <a class="nav-link" href="services.html">Services </a> </li>
</ul>
<ul class="navbar-nav ml-auto" >
<li class="nav-item active"> <a class="nav-link" href="login.html" style="font-weight: normal;" >Register/Login </a> </li>
<a class="btn btn-outline-primary navbar-btn" href="booking.html" target="_blank" style=" font-size: 22px; font-weight: bold; border-width: 3px;" >Book a ticket Now</a>
<!-- style=" color: #0f2345 ; border-color:#0f2345 ;" -->
</ul>
</div> <!-- navbar-collapse.// -->
</nav>
</div>
</div>
</div>
</div>
<!-- homepage kks -->
<div class="container-fluid" style="padding-bottom: 18px;" >
<!-- <div class="w-80 h-75" style=" width: 100%; height: 500px; "> -->
<div class="carousel slide" id="carouselex1" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselex1" data-slide-to="0" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="1" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="2" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="3" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="4" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="5" class="active"> </li>
<li data-target="#carouselex1" data-slide-to="6" class="active"> </li>
</ol>
<!-- popularplaces -->
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 fixed-div" ><h1>Popular Places this month</h1>
<div class="row" style=" margin-right: 40px;" >
<div class="col-lg-6" >
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/bagan5.jpg"></div>
<div class="card-block">
<h4 class="card-title">Bagan</h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">Bagan is an ancient city and a UNESCO World Heritage Site in the Mandalay Region of Myanmar.</p>
<div class="text-center">
<a href="bagan.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/yangon1.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Yangon</h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">Yangon also known as Rangoon, is the capital of the Yangon Region and the largest city of Myanmar.</p>
<div class="text-center">
<a href="yangon.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-inner">
<div class="carousel-item ">
<img src="img/1.jpg" alt="First Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:6%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Yangon<br><p style="font-size: 15px;">Yangon also known as Rangoon,is the capital of the Yangon Region <br>and the largest city of Myanmar (also known as Burma)</p>
</h2></div>
</div>
<div class="carousel-item active">
<img src="img/2.jpg" alt="Second Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Bagan<br><p style="font-size: 15px;">Bagan is an ancient city and a UNESCO World Heritage Site<br>in the Mandalay Region of Myanmar.</p></h2></div>
</div>
<div class="carousel-item">
<img src="img/3.jpg" alt="Third Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Mandalay<br><p style="font-size: 15px;">Mandalay is the second-largest city in Myanmar,after Yangon.<br>Located on the east bank of the Irrawaddy River.</p></h2></div>
</div>
<div class="carousel-item">
<img src="img/4.jpg" alt="Fourth Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Rakine state<br><p style="font-size: 15px;">Rakhine State is a state in Myanmar (Burma). Situated on the western coast,<br>it is bordered by Chin State to the north, Magway Region, Bago Region and ...</p></h2></div>
</div>
<div class="carousel-item">
<img src="img/5.jpg" alt="Fifth Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Mon state<br><p style="font-size: 15px;">Mon State is an administrative division of Myanmar. It lies between Kayin State<br>to the east, the Andaman Sea to the west, Bago Region to the north and ...</p></h2></div>
</div>
<div class="carousel-item">
<img src="img/6.jpg" alt="Sixth Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Shan state<br><p style="font-size: 15px;">Mon State is an administrative division of Myanmar. It lies between<br>Kayin State to the east, the Andaman Sea to the west, Bago Region to the north and ...</p></h2></div>
</div>
<div class="carousel-item">
<img src="img/7.jpg" alt="Seventh Slide" class="d-block">
<div class="caption">
<h2 style="position:absolute;
bottom:5%;
color: white;
text-align:center;"><img src="img/logo.png"><br>Myeik<br><p style="font-size: 15px;">Myeik is a city in Tanintharyi Region in Myanmar (Burma),<br>located in the extreme south of the country on the coast off an island on the Andaman Sea.</p></h2></div>
</div>
</div>
<a href="#carouselex1" class="carousel-control-prev" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<!-- <span class="sr-only">Previous</span> -->
</a>
<a href="#carouselex1" class="carousel-control-next" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<!-- <span class="sr-only">Next</span> -->
</a>
</div>
</div>
<!-- </div> -->
</div>
<br> <br><br><br>
<h1>Why you should choose us?</h1>
<br>
<!-- presentations -->
<div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel" >
<div class="carousel-inner" style=" background-color: white; max-height: 340px; ">
<div class="carousel-item active" >
<div class="mask flex-center">
<div class="container" style="background-color: white;">
<div class="row align-items-center">
<div class="col-md-7 col-12 order-md-1 order-2">
<h4 style="color: #0f2345;">Vip Scania Expresses</h4>
<p style="color: #0f2345;">We provide your trip with luxury scania express coachs for your safety and comfortability.</p>
</div>
<div class="col-md-5 col-12 order-md-2 order-1"><img src="img/express1.png" class="mx-auto" alt="slide"></div>
</div>
</div>
</div>
</div>
<div class="carousel-item" style="background-color: white;">
<div class="mask flex-center">
<div class="container">
<div class="row align-items-center">
<div class="col-md-7 col-12 order-md-1 order-2">
<h4 style="color: #0f2345;">Hotel Reservations</h4>
<p style="color: #0f2345;">We will made your trip easier by reserving a hotel booking for you.</p>
</div>
<div class="col-md-5 col-12 order-md-2 order-1"><img src="img/hotel1.png" class="mx-auto" alt="slide"></div>
</div>
</div>
</div>
</div>
<div class="carousel-item" style="background-color: white;">
<div class="mask flex-center">
<div class="container">
<div class="row align-items-center">
<div class="col-md-7 col-12 order-md-1 order-2">
<h4 style="color: #0f2345;">Car Rental</h4>
<p style="color: #0f2345;">You don't need to worry about trasportation services in your trips. We provide you car rental and ferry services to make your trip easier and more comfortable.</p>
</div>
<div class="col-md-5 col-12 order-md-2 order-1"><img src="img/taxi1.png" class="mx-auto" alt="slide"></div>
</div>
</div>
</div>
</div>
</div>
<!-- <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> -->
</div>
<!--slide end-->
<br><br><br> <br> <br>
<!-- places yppn -->
<div class="container">
<hr class="mt-2 mb-5">
</div>
<br> <br>
<div class="container-fluid" style="background-color: white;">
<h1 class="mt-2 mb-5" >Destinations we provide you to Visit</h1>
<br>
<!-- <hr class="mt-2 mb-5"> -->
<div class="row" >
<div class="col-lg-3" >
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/bagan5.jpg"></div>
<div class="card-block">
<h4 class="card-title">Bagan</h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">Bagan is an ancient city and a UNESCO World Heritage Site in the Mandalay Region of Myanmar.</p>
<div class="text-center">
<a href="bagan.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/yangon1.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Yangon</h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">Yangon also known as Rangoon, is the capital of the Yangon Region and the largest city of Myanmar.</p>
<div class="text-center">
<a href="yangon.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/mandalay6.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Mandalay</h4>
<p class="card-text">It was Burma's final royal capital before the kingdom's annexation by the British Empire</p>
<div class="text-center">
<a href="mandalay.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="image/inle.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Inle Lake</h4>
<p class="card-text">Inle Lake a freshwater lake located in the Nyaungshwe Township of Shan State.</p>
<div class="text-center">
<a href="inlay.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="places">
<div><a href="see-all-places.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px; font-size: 23px;" >See All Destination Places</a> </div>
</div>
</div>
<br> <br>
</div>
<br> <br>
<div class="container">
<hr class="mt-2 mb-5">
</div>
<!-- packages swpn -->
<div class="container-fluid" style="background-color: white;">
<h1 class="mt-2 mb-5" style="padding-top: 50px;" >Choose As You Like from Our Travel Packages<p style="color: red; font-size: 24px; bottom: 0%; padding-left: 20px;">(new exclusive!)</p></h1>
<!-- <h1 class="Ctitle animate__animated animate__backInDown" style="padding-top: 50px; color: #ddae1a;">Choose As You Like from Our Travel Packages
<hr>
</h1> -->
<!-- <p class="CP animate__animated animate__bounceIn animate__delay-1s">"A journey of a thousand miles must begin with a single step." - Lao Tzu</p> -->
<div class="row" >
<div class="col-lg-3" >
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="assets/mountain.jpg"></div>
<div class="card-block">
<h4 class="card-title">Hiking <sup>new route</sup></h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">The beautiful thing about hiking is that it's truly an activity everyone can do. Whether you're young or old, an expert or an amateur, there's a trail out there that will be perfect for you. </p>
<div class="text-center">
<a href="hdetail.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="assets/camping.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Camping <sup>30%off</h4>
<p class="card-text" style="max-height: 70px; word-break: break-all;">What could be better than a day filled with exploring the woods, an evening of good conversation (and ghost stories!) surrounded by loved ones around a campfire, and a night of sleeping in a tent beneath a pitch-black sky filled with bright stars?</p>
<div class="text-center">
<a href="cdetail.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="assets/RomanticTravel.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Romantic <sup>only couple!</h4>
<p class="card-text">“Home is not where you are from, it is where you belong. Some of us travel the whole world to find it. Others, find it in a person.”</p>
<div class="text-center">
<a href="rdetail.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card" >
<div class="card-img-wrap"><img class="card-img-top" src="assets/advanture.jpg" alt="Card image cap"></div>
<div class="card-block">
<h4 class="card-title">Advanturing <sup>fresh sale!</h4>
<p class="card-text">What is life without an adventure? If you are an adventure lover then this type of travel is perfect for you. Adventure travel is loaded with thrilling things to do.</p>
<div class="text-center">
<a href="adetail.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px;" >View Details</a> </div>
</div>
</div>
</div>
<div class="places">
<div><a href="packages.html" target="_blank" class="btn btn-outline-primary" style="margin: 10px; font-size: 23px;" >See All Travel Packages</a> </div>
</div>
</div>
</div>
<!-- <a class=" Amore animate__animated btn btn-lg-primary" href="more.html" > <i class="fas fa-bus"></i> More Trips...</a> -->
</div>
<!-- reviews -->
<div class="container">
<hr class="mt-2 mb-5">
</div>
<div class="container-fluid" style="background-color: white; " >
<div class="container-fluid my-2 justify-content-center" style=" padding-bottom: 100px; border-radius: 50px; padding-right: 50px; ">
<h1 style="padding-top: 50px;"> What our customers are saying!</h1>
<div class=" row my-3 justify-content-center " >
<div class="col-lg-4 col-12 mt-5 " style="align-content: center; position: relative;">
<div class="card mt-3 " style="border-radius: 20px !important; ">
<div class="card-header bg-white text-center border-0 ">
<div class="row justify-content-center ">
<div class="col"> <img class="align-self-center text-center rounded-circle outside img-fluid" src="https://i.imgur.com/JI24t5h.jpg" width="110" height="110"> </div>
</div>
<div class="row text-center name">
<div class="col">
<h5 class="mb-0 profile-pic" >Hla Hla</h5> <small class="mt-0">Travelled to Mandalay</small>
<p><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star-o mr-1"></span></p>
</div>
</div>
</div>
<div class="card-body pt-0 text-center pb-3 ">
<div class="row justify-content-center">
<div class="col-md-8 col">
<p class="bold"> "The best travel and tours company ever. Very satisfied with their services. Recommended! </p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mt-5 col-12 ">
<div class="card mt-3" style="border-radius: 20px !important;">
<div class="card-header bg-white text-center border-0 ">
<div class="row justify-content-center ">
<div class="col"> <img class="align-self-center text-center rounded-circle outside img-fluid" src="https://i.imgur.com/o5uMfKo.jpg" width="110" height="110"> </div>
</div>
<div class="row text-center name">
<div class="col">
<h5 class="mb-0 profile-pic">Mya Mya</h5> <small class="mt-0">Travelled to Chin State</small>
<p><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span></p>
</div>
</div>
</div>
<div class="card-body pt-0 text-center pb-3 ">
<div class="row justify-content-center">
<div class="col-md-8 col">
<p class="bold"> "Fair prices and good customer service. Very easy to book for your trips. I will travel with this again. " </p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mt-5">
<div class="card mt-3" style="border-radius: 20px !important;">
<div class="card-header bg-white text-center border-0 ">
<div class="row justify-content-center ">
<div class="col"> <img class="align-self-center text-center rounded-circle outside img-fluid" src="https://i.imgur.com/At1IG6H.png" width="110" height="110"> </div>
</div>
<div class="row text-center name">
<div class="col">
<h5 class="mb-0 profile-pic">Aung Aung</h5> <small class="mt-0">Travelled to Kayin State</small>
<p><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star mr-1"></span><span class="fa fa-star-o mr-1"></span></p>
</div>
</div>
</div>
<div class="card-body pt-0 text-center pb-3 ">
<div class="row justify-content-center">
<div class="col-md-8 col">
<p class="bold"> "You guys make my trips very comfortable and easy. No need to book hotels or hire carry by myself." </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <br> <br>
<div class="container" style="background-color: white;
text-align: center;">
<hr class="mt-2 mb-5">
<br>
<br>
<p style="font-size: 50px; color: #0f2345; margin-bottom: 30px; ">Ready to travel with us?</p>
<a class="btn btn-outline-primary navbar-btn" href="booking.html" target="_blank" style="font-weight: bold; border-width: 3px; width: 500px; font-size: 30px;" >Book a ticket now!</a>
</div>
<br>
<br>
<br>
<br>
<footer class="footer" style="position: sticky; top: 100%; background-color: #0f2345;">
<div class="container bottom_border">
<div class="row">
<div class=" col-sm-4 col-md col-sm-4 col-12 col">
<h5 class="headin5_amrc col_white_amrc pt2" style=" color: #ddae1a ; font-weight: bold;">Find us</h5>
<!--headin5_amrc-->
<p class="mb10" style=" color: #ddae1a ;">AnyGo is the travel and tours company which provide traveling as a small group, family, solo traveler or honeymooning couple, our staff will design a stress-free vacation that you will remember for a lifetime.</p>
<p><i class="fa fa-location-arrow" style=" color: #ddae1a ;"> No.(-), ____ road, ___ township, Yangon</i> </p>
<p><i class="fa fa-phone" style=" color: #ddae1a ;"> 09-00099##### </i> </p>
<p><i class="fa fa fa-envelope" style=" color: #ddae1a ;"> www.anygotravelandtours.com </i > </p>
</div>
<div class="col-sm-4 col-md col-6 col">
<h5 class="headin5_amrc col_white_amrc pt2" style=" color: #ddae1a ; font-weight: bold;">Travel Packages</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="hdetail.html">Hiking</a></li>
<li><a href="cdetail.html">Camping</a></li>
<li><a href="adetail.html">Adventure</a></li>
<li><a href="rdetail.html">Romantic</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
<div class=" col-sm-4 col-md col-6 col">
<h5 class="headin5_amrc col_white_amrc pt2" style=" color: #ddae1a ;font-weight: bold;">Cities to travel</h5>
<ul class="footer_ul_amrc">
<li><a href="yangon.html">Yangon</a></li>
<li><a href="mandalay.html">Mandalay</a></li>
<li><a href="bagan.html">Bagan</a></li>
<li><a href="myeik.html">Myeik</a></li>
<li><a href="inlay.html">Inle Lake</a></li>
<li><a href="kayin.html">Kayin State</a></li>
<li><a href="chin.html">Chin State</a></li>
<li><a href="kachin.html">Kachin State</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<ul class="foote_bottom_ul_amrc" style=" color: #ddae1a ;">
<li><a href="index.html">Home</a></li>
<li><a href="see-all-places.html">Places</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="login.html">Login</a></li>
</ul>
<!--foote_bottom_ul_amrc ends here-->
<p class="text-center" style=" color: #ddae1a ;" >Copyright @2020 | Developed by <a href="#" style=" color: #ddae1a ;">Team2 YISI</a></p>
<ul class="social_footer_ul" >
<li><a href="#" class="fa fa-facebook" style=" color: #ddae1a ; border-color: #ddae1a ;"></a></li>
<li><a href="#" class="fa fa-twitter" style=" color: #ddae1a ; border-color: #ddae1a ;"></a></li>
<li><a href="#" class="fa fa-linkedin" style=" color: #ddae1a ; border-color: #ddae1a ;"></a></li>
<li><a href="#" class="fa fa-instagram" style=" color: #ddae1a ; border-color: #ddae1a ;"></a></li>
<li><a href="#" class="fa fa-google-plus" style=" color: #ddae1a ; border-color: #ddae1a ;"></a></li>
</ul>
<!--social_footer_ul ends here-->
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>