-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
653 lines (647 loc) · 35.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Beauty Of Bihar</title>
<link rel="icon" href="/assets/img/Logo.png" type="image/x-icon">
<!--Font Used -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap" rel="stylesheet">
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap">
<!--Custom CSS-->
<link rel="stylesheet" href="/assets/css/styles.css">
<!--Bootstrap 5.0-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<!--Important link source from https://bootsnipp.com/snippets/ooa9M-->
<!--CDN Links for Footers-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet"
id="bootstrap-css">
</head>
<body>
<!--------------------------------- Start of Header and Navbar------------------------->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<a class="navbar-brand" href="index.html">
<img src="/assets/img/Logo.png" width="80" height="60" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Explore Bihar
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/assets/page_resources/patna.php">Patna</a>
<a class="dropdown-item" href="/assets/page_resources/gaya.html">Gaya</a>
<a class="dropdown-item" href="/assets/page_resources/bodhgaya.html">Bodhgaya</a>
<a class="dropdown-item" href="/assets/page_resources/nalanda.html">Nalanda</a>
<a class="dropdown-item" href="/assets/page_resources/rajgir.html">Rajgir</a>
<a class="dropdown-item" href="/assets/page_resources/vaishali.html">Vaishali</a>
<a class="dropdown-item" href="/assets/page_resources/rohtas.html">Rohatas</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Our Heritage
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/assets/page_resources/music.html">Music & Dance</a>
<a class="dropdown-item" href="/assets/page_resources/arts.html">Arts & Craft</a>
<a class="dropdown-item" href="/assets/page_resources/aboutus.html">Poets & Literature </a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/assets/page_resources/aboutus.html">About US</a>
</li>
</ul>
</div>
</nav>
<!--------------------------------- End of Header and Navbar------------------------------------>
<!--------------------------------- Start of Header Animation----------------------------------->
<section class="header_animation">
<div class="banner">
<h1 class="banner-subtitle">🙏</h1>
<h1 class="banner-title">स्वागत है आपका ।।</h1>
<a href="/tms/index.php" class="banner-btn">MAKE A BOOKING</a>
</div>
</section>
<!--------------------------------- End of Header Animation-------------------------------------->
<!-- --------------------------------Start of states card -------------------------------------->
<!----------------------------- Heading Name ------------------------------------------------------>
<section id="explore_start" class="text-center start_heading">
<h1 class="display-3">Places To Visit In Bihar</h1>
<p class="lead">These are the Golden Places to visit in Bihar.</p>
</section>
<!----------------------------- End of Heading Name ------------------------------------------------>
<section id="gallery">
<div class="container ">
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Patna/cq5dam.web.480.480.jpeg" alt="" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Patna</h5>
<p class="card-text text-dark ">Patna, the capital of Bihar state, India, boasts a rich history spanning over three millennia. As one of the oldest continuously inhabited places globally, it holds significance in the realms of Buddhism and Jainism, being associated with these ancient religions.
</p>
<a href="/assets/page_resources/patna.html" class="btn btn--with-icon"><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Gaya/pilgrims-ghat-Phalgu-River-Bihar-India-Gaya.jpg" alt=""
class="card-img-top">
<div class="card-body">
<h5 class="card-title">Gaya</h5>
<p class="card-text text-dark">Gaya, situated in Bihar, India, serves as the administrative hub of Gaya district and Magadh division. Located 116 kilometers south of Patna, it is the state's second-largest city, hosting a population of 470,839. Surrounded by rocky hills on three sides, Gaya is bordered by the Phalgu River to the east.
</p>
<a href="/assets/page_resources/gaya.html" class="btn btn--with-icon"><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Bodhgaya/Buddha.jpg" alt="" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Bodhgaya</h5>
<p class="card-text text-dark">Bodh Gaya, located in Gaya district, Bihar, India, is a renowned religious site and pilgrimage destination. It is home to the Mahabodhi Temple Complex and is famously known as the place where Gautama Buddha attained Enlightenment under the Bodhi Tree.
</p>
<a href="/assets/page_resources/bodhgaya.html" class="btn btn--with-icon"><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Nalanda/1200px-Nalanda_University_ruins.jfif" alt="" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Nalanda</h5>
<p class="card-text text-dark">Nalanda was a renowned Buddhist University in the ancient
kingdom of
Magadha in India. Till around 400 AD, Hindu/Brahmanical sects were prominent in the
university,
after
which the Buddhist Mahāyāna sect became prominent.
</p>
<a href="/assets/page_resources/nalanda.html" class="btn btn--with-icon"><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Rajgir/20_12_2019-rajgir_19861008_623.jpg" alt="" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Rajgir</h5>
<p class="card-text text-dark">Rajgir meaning "House of the Kings" is an ancient city and a
municipal
council in Nalanda district of Magadh region in the Indian state of Bihar. The city of
Rajgir
was the
first capital of the kingdom of Magadha, a state that would eventually evolve into the
Mauryan
Empire.
</p>
<a href="/assets/page_resources/rajgir.html" class="btn btn--with-icon"><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="card">
<img src="/assets/img/Rohatas/tomb-shershah-suri-sasaram_2.jpg" alt="" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Rohatas</h5>
<p class="card-text text-dark">Rohtas district is one of the thirty-eight districts of Bihar
state,
India.
It came into existence when Shahabad District was bifurcated into Bhojpur& Rohtas in
1972.
Administrative headquarter of the district is Sasaram.
</p>
<a href="/assets/page_resources/rohtas.html" class="btn btn--with-icon "><i
class="btn-icon fa fa-long-arrow-right"></i>Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- --------------------------------End of states card -------------------------------------->
<!--------------------------------------- Start of Video Playback------------------------------->
<section class="video_overlay">
<div class="overlay"></div>
<video playsinline autoplay muted loop id="background-video" poster="path_to_poster_image.jpg">
<source src="https://ik.imagekit.io/bbhavsgr/Beauty-of-Bihar/Drone_view~1.mp4?updatedAt=1712610528013" type="video/mp4">
<!-- <source src="/assets/video/Drone_view.webm" type="video/webm"> -->
</video>
<div class="container h-100">
<div class="d-flex h-100 text-center align-items-center">
<div class="w-100 text-white">
<h1 class="display-3">Bird's-eye view of Bihar</h1>
<p class="lead mb-0">Ek bihari 100 pe bhari ❤ ️</p>
</div>
</div>
</div>
</section>
<!------------------------------ End of Video Playback --------------------------------->
<!-------------------------------Start of Snackes and Sweets Section--------------------->
<!------------------------------- Heading Html ---------------------------------------->
<section class="text-center start_heading">
<h1 class="display-3">Sweets & Snacks </h1>
<p class="lead">These are the most popular experiences in Sweet</p>
</section>
<!------------------------------- EndHeading Html ---------------------------------------->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css /> -->
<section>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Anasra/anarsa.jpeg" alt="Anarsa">
<div class="box-content">
<h3 class="title">Anasrsa</h3>
<span class="post">Gaya is not only famous for its association with Lord Buddha, but it is
also
famous for Tilkut and Anarsa.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Balushahi-of-Runi-Saidpur-Town/Balusahi.jpeg">
<div class="box-content">
<h3 class="title">Balushahi</h3>
<span class="post">Runi-Saidpur, on Muzaffarpur-Sitamarhi route, is renowned for Balushahi, a sweet made with treated wheat flour, sugar, and ghee.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Laddoo-of-Maner/cq5dam.web.1280.765(10).jpeg">
<div class="box-content">
<h3 class="title">Maner Laddoo</h3>
<span class="post">A Bihari delicacy made with gram flour, sugar, and ghee, renowned for its
delicious taste, originating from Maner near Patna.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Soan-Papdi-of-Buxar-and-Munger/cq5dam.web.1280.765(1).jpeg">
<div class="box-content">
<h3 class="title">Soan Papdi</h3>
<span class="post">Soan Papdi, a specialty of Buxar and Munger towns, is crafted from a blend of sugar, gram flour, and ghee.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Malpua/cq5dam.web.1280.765(1).jpeg">
<div class="box-content">
<h3 class="title">Malpua</h3>
<span class="post">Malpua, a delectable Bihar specialty, is made from maida, milk, banana, coconut, cashew, raisin, sugar, water, and cardamom, fried in ghee.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="/assets/img/Foods/Perukia-Sweet-in-Chapra/cq5dam.web.1280.765(10).jpeg">
<div class="box-content">
<h3 class="title">Perukia</h3>
<span class="post">Chhapra is particularly famous for Perukia, a sweet made by blending semolina or khoa with sugar, wrapped in thin, ghee-infused maida leaves, then deep-fried.</span>
</div>
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-------------------------------End of Snakes and Sweets Section--------------------->
<!-------------------------------Start of Music and Dance Section------------------------>
<!------------------------------- Heading Html ---------------------------------------->
<section class="text-center start_heading">
<h1 class="display-3">Music & Dance</h1>
<p class="lead">Traditional music and folk music is the soul of Bihar.</p>
</section>
<section>
<div class="hero-arts">
<h1 class="text-arts">Sacred Melodies: The Cultural Tapestry of Bihar's Villages
<span>
In Bihar, religiosity infuses village life's music, dance, and entertainment, covering themes of birth, marriage, and death. Both genders partake, with religious expressions providing mass entertainment. Folk songs celebrate daily life and honor figures like Kunwar Singh, merging heritage with everyday existence, showcasing Bihar's deep-rooted traditions.
</span>
</h1>
</div>
</section>
<!-------------------------------End of Music and Dance Section------------------------>
<!-------------------------------Start of Festival Section------------------------>
<section class="text-center">
<div class="start_heading">
<h1 class="display-3">Festivals</h1>
<p class="lead">These are the most popular experiences in Art and Craft.</p>
</div>
<div class="Festival">
<!-- horizontal -->
<!------------------------------- Heading Html ---------------------------------------->
<div class="flip">
<div class="front" style="background-image: url(/assets/img/Festival/Chatth-Bihar.jpg)">
<h1 class="text-shadow">Chatth Puja</h1>
</div>
<div class="back">
<h2>Chatth Puja</h2>
<p>This is probably the most famous festival of this State. When one hears Chatth Puja, Bihar instantly
comes to
the mind. This is an actually an ancient Hindu festival which is dedicated to the Sun God, Surya, and
take
place 6 days after Diwali.
</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(/assets/img/Festival/sama.jpg)">
<h1 class="text-shadow">Sama Chakeva</h1>
</div>
<div class="back">
<h2>Sama Chakeva</h2>
<p>During the winter when the birds migrate from the Himalayas towards the plains, the celebration of
Sama-Chakeva takes place. This festival is celebrated specifically in Mithila. When the colourful
birds
migrate towards their land, this festival takes place, marking the brother-sister relationship.
</p>
</div>
</div>
<div class="flip">
<div class="front" style="background-image: url(/assets/img/Festival/shravani.jpg)">
<h1 class="text-shadow">Shravani Mela</h1>
</div>
<div class="back">
<h2>Shravani Mela</h2>
<p>This festival or Mela is observed every during the month of Shravan. It is a month-long ritual which
is
held
along a 108 km long route linking towns of Deogarh& Sultanganj. The devotees who take part, known
as
Kanwarias, wear saffron-coloured clothes& collect water from Ghats at Sultanganj.
</p>
</div>
</div>
<br>
<br>
<!-- vertical -->
<div class="flip flip-vertical">
<div class="front" style="background-image: url(/assets/img/Festival/sonpur.webp)">
<h1 class="text-shadow">Sonepur Cattle Fair</h1>
</div>
<div class="back">
<h2>Sonepur Cattle Fair</h2>
<p>The Sonepur Cattle fair is the Asia’s largest cattle fair which takes place in the town of Sonepur in
Bihar.
It is held on Kartik Purnima that is the first full moon after the festival of Diwali. In this fair,
domestic
cattle like an elephant, camel, sheep and birds are brought in from around the country and sold here.
</p>
</div>
</div>
<div class="flip flip-vertical">
<div class="front" style="background-image: url(/assets/img/Festival/makar.jpg)">
<h1 class="text-shadow">Makar Sankranti Mela</h1>
</div>
<div class="back">
<h2>Makar Sankranti Mela</h2>
<p>The Makar Sankranti Mela is held every year at Rajgir in January. The devotees make flower offering to
the
deities in the temple and take a dip in the holy water. Another site associated with this festival is
the
Mandar Hills in the Banka district. According to legends, a great Asura once threatened the gods.
</p>
</div>
</div>
<div class="flip flip-vertical">
<div class="front" style="background-image: url(/assets/img/Festival/rajgir-mohatsav.jpg)">
<h1 class="text-shadow">Rajgir Mahotsav</h1>
</div>
<div class="back">
<h2>Rajgir Mahotsav</h2>
<p>Rajgir is the ancient capital of the Magadhan Empire in Bihar and is held sacred by both Jains and
Buddhists
because of its long association with Buddha and Mahavira. A Rajgir Mahotsav is held every year by the
Department of Tourism, Bihar. It is a colourful festival of dance and music .
</p>
</div>
</div>
</div>
</section>
<!-- -----------------------------Start of Wildlife Section ------------------------------------->
<!-----------------------------------Heading -------------------------------------------------->
<section id="explore_start" class="text-center start_heading">
<h1 class="display-3">Wildlife</h1>
<p class="lead">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
<!----------------------------- End of Heading ----------------------------------------------->
<div class="Wildlife start_heading">
<div class="container mt-5 ">
<div class="row">
<div class="col-12">
<article class="blog-card">
<div class="blog-card__background">
<div class="card__background--wrapper">
<div class="card__background--main"
style="background-image: url('https://i.ytimg.com/vi/SzIDqmf2E04/maxresdefault.jpg');">
<div class="card__background--layer"></div>
</div>
</div>
</div>
<div class="blog-card__head">
<span class="date__box">
<span class="date__day">12</span>
<span class="date__month">APRIL</span>
</span>
</div>
<div class="blog-card__info">
<h5>Valmiki Tiger Reserve</h5>
<p class="para">Valmiki Tiger Reserve marks the easternmost limit of the Himalayan Terai forests in India and stands as Bihar's sole tiger reserve. Situated in the Gangetic Plains bio-geographic zone, the forest comprises a combination of bhabar and terai tracts. Located in the northwesternmost district of Bihar, West Champaran, the district's name originates from "Champa" and "Aranya," meaning Forest of Champa trees. The reserve hosts various wild mammals such as Tiger, Sloth bear, Leopard, Wild dog, Bison, and Wild boar. Additionally, it's home to several species of deer and antelopes including barking deer, spotted deer, hog deer, sambar, and blue bull. In the Madanpur forest block, a large number of Indian flying foxes can be observed. The sanctuary boasts rich avifauna diversity with over 250 bird species reported. Covering approximately 800 square kilometers (310 sq mi) of forest, Valmiki Sanctuary was the 18th tiger reserve established in India.
</p>
<a href="#" class="btn btn--with-icon"><i class="btn-icon fa fa-long-arrow-right"></i>READ
MORE</a>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- Map integration -->
<section style="margin-bottom: -15px; margin-top: -10rem;">
<div class="text-center start_heading">
<h1 class="display-3">Where is Bihar?</h1>
<p class="lead"> All you need is the plan, the road map, and the courage to press on to your destination.
</p>
</div>
<div class="mapouter" style="margin-bottom: 6rem;">
<div class="banner" style="margin-top: 100px;">
<a href="#explore_start" class="banner-btn">Launch Map View</a>
</div>
<div class="gmap_canvas">
<iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="https://maps.google.com/maps?width=1000&height=625&hl=en&q=bihar&t=&z=8&ie=UTF8&iwloc=B&output=embed"></iframe>
<a href="https://www.fridaynightfunkin.net/friday-night-funkin-mods-fnf-play-online/">Friday Night Funkin
Mods</a>
</div>
</div>
</section>
<!-- End of Map integration -->
<!--------------------------------- Start of Footer -------------------------------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<footer id="dk-footer" class="dk-footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-4">
<div class="dk-footer-box-info">
<a href="index.html" class="footer-logo">
<img src="assets/img/Logo-original.png" alt="footer_logo" class="img-fluid w-50">
</a>
<p class="footer-info-text">
The Beauty of Bihar is a web based application designed to simplify the management and booking of tour packages in Bihar, India. It aims to promote tourism in Bihar by providing a user-friendly interface and efficient functionality.
</p>
<div class="footer-social-link">
<h3>Follow us</h3>
<ul>
<li>
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- End Social link -->
</div>
<!-- End Footer info -->
<div class="footer-awarad">
</div>
</div>
<!-- End Col -->
<div class="col-md-12 col-lg-8">
<!-- End Contact Row -->
<div class="row">
<div class="col-md-12 col-lg-6">
<div class="footer-widget footer-left-widget">
<div class="section-heading">
<h3>Useful Links</h3>
<span class="animate-border border-black"></span>
</div>
<ul>
<li>
<a href="#">About us</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Our Team</a>
</li>
</ul>
<ul>
<li>
<a href="#">Contact us</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Testimonials</a>
</li>
</ul>
</div>
<!-- End Footer Widget -->
</div>
<!-- End col -->
<div class="col-md-12 col-lg-6">
<div class="footer-widget">
<!-- <div class="section-heading">
<h3>Subscribe</h3>
<span class="animate-border border-black"></span>
</div> -->
<p>
<!-- Don’t miss to subscribe to our new feeds, kindly fill the form below. -->
Email us for any query..
</p>
<form action="#">
<div class="form-row">
<div class="col dk-footer-form">
<input type="email" class="form-control" placeholder="Email Address">
<button type="submit">
<i class="fa fa-send"></i>
</button>
</div>
</div>
</form>
<!-- End form -->
</div>
<!-- End footer widget -->
</div>
<!-- End Col -->
</div>
<!-- End Row -->
</div>
<!-- End Col -->
</div>
<!-- End Widget Row -->
</div>
<!-- End Contact Container -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<span>Copyright © 2024, All Right Reserved </span>
</div>
<!-- End Col -->
<div class="col-md-6">
<div class="copyright-menu">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Terms</a>
</li>
<li>
<a href="aboutus.html">Privacy Policy</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
</div>
<!-- End col -->
</div>
<!-- End Row -->
</div>
<!-- End Copyright Container -->
</div>
<!-- End Copyright -->
<!-- Back to top -->
<div id="back-to-top" class="back-to-top">
<a href="#top">
<button class="btn btn-dark" title="Back to Top ">
<i class="fa fa-angle-up"></i>
<!-- <i class="fas fa-arrow-circle-up"></i> -->
</button>
</a>
</div>
<!-- End Back to top -->
</footer>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/aa0011862c.js" crossorigin="anonymous"></script>
<!--Custom Script-->
<script src="/assets/js/scripts.js"></script>
<!--Bootstrap 5.0-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous"></script>
<!--Important link source from https://bootsnipp.com/snippets/ooa9M-->
<!--CDN Links for Footers-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</body>
</html>