-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
789 lines (746 loc) · 35.1 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
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Anaadhi</title>
<link href="//fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;800&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/logo_single_1.png"/>
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<link rel="stylesheet" href="assets/css/footerStyle.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke px-0">
<!-- <h1> <a class="navbar-brand" href="index.html">
<img src="assets/images/burger.png" alt="burger logo"width="35px" /> Anaadhi
</a></h1> -->
<!-- if logo is image enable this -->
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo_1.png" alt="Anaadhi" title="Anaadhi" style="height:auto;" />
</a>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item @@menu__active">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<!--/search-right-->
<!-- <div class="search-right">
<a href="#search" title="search"><span class="fa fa-search" aria-hidden="true"></span></a> -->
<!-- search popup -->
<!-- <div id="search" class="pop-overlay">
<div class="popup">
<h4 class="mb-3">Search here</h4>
<form action="error.html" method="GET" class="search-box">
<input type="search" placeholder="Enter Keyword" name="search" required="required"
autofocus="">
<button type="submit" class="btn btn-style btn-primary">Search</button>
</form>
</div>
<a class="close" href="#close">×</a>
</div> -->
<!-- /search popup -->
<!-- </div> -->
<!--//search-right-->
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<!-- banner section -->
<section id="home" class="w3l-banner py-5">
<div class="container py-lg-5 py-md-4 mt-lg-0 mt-md-5 mt-4">
<div class="row align-items-center py-lg-5 py-4 mt-4">
<div class="col-lg-6 col-sm-12">
<!-- <h3 class="">Delight your Best. </h3> -->
<!-- <h2 class="mb-4">Steak Burger</h2> -->
<img src="assets/images/logo_single_1.png" alt="logo" height="100em" width="100em" />
<p> Shop on the go and buy groceries, fresh fruits & vegetables, cakes & other bakery items. We believe that you should be able to enjoy first-class service without having to pay more for your shopping. We also feature an ever-changing selection of special offers alongside our great value bundle offers and deals.</p>
<div class="mt-md-5 mt-4">
<!-- <a class="btn btn-primary btn-style mr-2" href="products.html"> Vegetables </a>
<a class="btn btn-outline-primary btn-style" href="products.html"> Fruits </a> -->
<a class="btn btn-primary btn-style mr-2" href="#app4-block"> Download App </a>
</div>
</div>
<div class="col-lg-5">
</div>
</div>
</div>
</section>
<!-- //banner section -->
<!-- <section class="w3l-index3" id="work">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="row">
<div class="col-lg-6 left-wthree-img text-righ">
<div class="position-relative">
<img src="assets/images/about.jpg" alt="" class="img-fluid radius-image-full">
<a href="#small-dialog" class="popup-with-zoom-anim play-view text-center position-absolute">
<span class="video-play-icon">
<span class="fa fa-play"></span>
</span>
</a>
// dialog itself, mfp-hide class is required to make dialog hidden
<div id="small-dialog" class="zoom-anim-dialog mfp-hide">
<iframe src="https://www.youtube.com/embed/dCVEY88Fn1k" allow="autoplay; fullscreen" allowfullscreen=""></iframe>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-md-5 mt-4 about-right-faq align-self">
<h5 class="title-small mb-1">Our story</h5>
<h3 class="title-big">Burgers! You won't Find Anywhere Else with Best Quality <span>Ingredients</span></h3>
<p class="mt-sm-4 mt-3">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula. Semper at tempufddfel. Lorem ipsum dolor sit amet consectetur adipisicing
elit. Non quae, consequatur voluptatem ad.</p>
<a class="btn btn-primary btn-style mt-md-5 mt-4 mr-2" href="about.html"> Read More </a>
</div>
</div>
</div>
</div>
</section> -->
<!-- /bottom-grids-->
<section class="w3l-bottom-grids-6 py-5">
<div class="container py-lg-5 py-md-4 py-2">
<div class="grids-area-hny main-cont-wthree-fea row">
<div class="col-lg-4 col-md-6 grids-feature">
<div class="area-box">
<img src="assets/images/icons/vegetables.png" alt="burger logo" width="35px">
<h4><a href="products.html" class="title-head">Vegetables</a></h4>
<!-- <p class="mb-3">Vivamus a ligula quam. Ut blandit eu leo non. Duis sed dolor amet ipsum primis in faucibus orci dolor sit et amet.</p> -->
<!-- <a href="products.html" class="btn btn-text">View all </a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-md-0 mt-4">
<div class="area-box">
<img src="assets/images/icons/fruits.png" alt="burger logo" width="35px">
<h4><a href="products.html" class="title-head">Fruits</a></h4>
<!-- <p class="mb-3">Vivamus a ligula quam. Ut blandit eu leo non. Duis sed dolor amet ipsum primis in faucibus orci dolor sit et amet.</p>
<a href="products.html" class="btn btn-text">View all </a> -->
</div>
</div>
<div class="col-lg-4 col-md-6 grids-feature mt-lg-0 mt-4">
<div class="area-box">
<img src="assets/images/icons/bakery.png" alt="burger logo" width="35px">
<h4><a href="products.html" class="title-head">Bakery</a></h4>
<!-- <p class="mb-3">Vivamus a ligula quam. Ut blandit eu leo non. Duis sed dolor amet ipsum primis in faucibus orci dolor sit et amet.</p> -->
<!-- <a href="products.html" class="btn btn-text">View all </a> -->
</div>
</div>
</div>
</div>
</section>
<!-- //bottom-grids-->
<!-- /mobile section --->
<!-- <section class="w3l-mobile-content-6 py-5">
<div class="mobile-info py-lg-5 py-md-4 py-2">
// /mobile-info
<div class="container">
<div class="row mobile-info-inn mx-lg-0">
<div class="col-lg-4 mobile-right">
<div class="row mobile-right-grids mb-lg-5 mb-4">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-leaf"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url">Natural ingredients</a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
<div class="row mobile-right-grids mb-lg-5 mb-4">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-shopping-basket"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url"> Fresh vegetables & Meet</a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
<div class="row mobile-right-grids">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-users"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url">World’s best Chef </a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
</div>
<div class="col-lg-4 mobile-left">
<img src="assets/images/burger1.png" class="img-fluid radius-image" alt="">
</div>
<div class="col-lg-4 mobile-right">
<div class="row mobile-right-grids mb-lg-5 mb-4">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-cogs"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url">Best quality products</a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
<div class="row mobile-right-grids mb-lg-5 mb-4">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-motorcycle"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url">Fastest door delivery</a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
<div class="row mobile-right-grids">
<div class="col-2 mobile-right-icon">
<div class="mobile-icon">
<span class="fa fa-thumbs-down"></span>
</div>
</div>
<div class="col-10 mobile-right-info">
<h6><a href="#url">Ground beef & Low fat</a></h6>
<p>Lorem ipsum dolor sit amet,Ea sed illum facere aperiam sequi optio consec
adipisicing elit.</p>
</div>
</div>
</div>
</div>
</div>
// //mobile-info
</div>
</section> -->
<!-- //mobile section --->
<!-- middle -->
<div class="middle py-5" id="call">
<div class="container py-lg-3">
<div class="welcome-left text-center py-md-5 py-3">
<h3>The Right Ingredients
for the Right Food. Eat Healthy, Fresh Vegetables & Fruits</h3>
<h3 class="mt-4">Call us to order: <a href="tel:+91 75580 28558">+91 75580 28558</a> </h3>
<a href="contact.html" class="btn btn-style btn-primary mt-sm-5 mt-4 mr-2">Contact Us</a>
<!-- <a href="#book" class="btn btn-style btn-outline-primary mt-sm-5 mt-4">Book a table</a> -->
</div>
</div>
</div>
<!-- //middle -->
<!-- Work gallery section -->
<div class="w3l-gallery2" id="gallery">
<div class="burger galleryks py-5">
<div class="container py-lg-4 py-md-3">
<h6 class="title-small text-center">Vegetables</h6>
<h3 class="title-big mb-lg-5 mb-4 text-center">Today's price</h3>
<div class="row no-gutters masonry">
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="lion">
<img src="assets/images/items/carrot.jpg" class="img-fluid radius-image-full" alt="Carrot" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">24.0 /Kg</span>
<h4>Carrot</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="camel">
<img src="assets/images/items/tomato.jpg" class="img-fluid radius-image-full" alt="Tomato" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">25.0 /Kg</span>
<h4>Tomato</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="hippopotamus">
<img src="assets/images/items/chillli.jpg" class="img-fluid radius-image-full" alt="Green Chilly" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">60.0 /Kg</span>
<h4>Green Chilly</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="koala">
<img src="assets/images/items/cabbage.jpg" class="img-fluid radius-image-full" alt="Cabbage" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">30.0 /Kg</span>
<h4>Cabbage</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="bear">
<img src="assets/images/items/onion.jpg" class="img-fluid radius-image-full" alt="Onion" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">20.0 /Kg</span>
<h4>Onion</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="rhinoceros">
<img src="assets/images/items/capsicum.jpg" class="img-fluid radius-image-full" alt="Capsicum" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">25.0 /Kg</span>
<h4>Capsicum</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="hippopotamus">
<img src="assets/images/items/cauliflower.jpg" class="img-fluid radius-image-full" alt="Cauliflower" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">40.0 /Kg</span>
<h4>Cauliflower</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="products.html" class="js-img-viwer d-block"
data-id="koala">
<img src="assets/images/icons/view_more_btn.png" class="img-fluid radius-image-full" alt="burger gallery" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<!-- <span class="fa fa-shopping-basket" aria-hidden="true">Click here to</span> -->
<h4>View More</h4>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- //Work gallery section -->
<div class="w3l-gallery2" id="gallery">
<div class="burger galleryks py-5">
<div class="container py-lg-4 py-md-3">
<h6 class="title-small text-center">Fruits</h6>
<h3 class="title-big mb-lg-5 mb-4 text-center">Today's price</h3>
<div class="row no-gutters masonry">
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="lion">
<img src="assets/images/items/Apple.jpg" class="img-fluid radius-image-full" alt="Apple" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">200 /Kg</span>
<h4>Apple</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="camel">
<img src="assets/images/items/Banana.jpg" class="img-fluid radius-image-full" alt="Banana" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">45.0 /Kg</span>
<h4>Banana</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="hippopotamus">
<img src="assets/images/items/Grapes.jpg" class="img-fluid radius-image-full" alt="Grapes" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">90.0 /Kg</span>
<h4>Grapes</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="koala">
<img src="assets/images/items/mango.jpg" class="img-fluid radius-image-full" alt="mango" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">100.0 /Kg</span>
<h4>Mango</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="bear">
<img src="assets/images/items/orange.jpg" class="img-fluid radius-image-full" alt="Orange" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">60.0 /Kg</span>
<h4>Orange</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="rhinoceros">
<img src="assets/images/items/Pineapple.jpg" class="img-fluid radius-image-full" alt="Pineapple" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">35.0 /Kg</span>
<h4>Pineapple</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="#app4-block" class="js-img-viwer d-block" data-caption="The Right Ingredients for the Right Food."
data-id="hippopotamus">
<img src="assets/images/items/pomegranate.jpg" class="img-fluid radius-image-full" alt="Pomegranate" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fa fa-rupee" aria-hidden="true">80.0 /Kg</span>
<h4>Pomegranate</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<a href="products.html" class="js-img-viwer d-block"
data-id="koala">
<img src="assets/images/icons/view_more_btn.png" class="img-fluid radius-image-full" alt="burger gallery" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<!-- <span class="fa fa-shopping-basket" aria-hidden="true">Click here to</span> -->
<h4>View More</h4>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- //Work gallery section -->
<!-- features -->
<section class="w3l-reasons py-5" id="why">
<div class="main-w3 py-lg-5 py-md-d py-2">
<div class="container">
<div class="title-content text-center">
<!-- <h6 class="title-small">Why we are the best</h6> -->
<h3 class="title-big">3 Reasons to Choose us</h3>
</div>
<div class="row main-cont-wthree-fea mt-5 pt-lg-4 text-center">
<div class="col-lg-4 col-sm-6 grids-feature">
<a href="#url" class="icon"><span class="fa fa-cutlery"></span></a>
<h4><a href="#feature" class="title-head">Fresh Products</a></h4>
<!-- <p>Dolor et sed amet eget volutp elit libero. timpus sed elit nibh quis dui, nunc tortor sit amet.</p> -->
</div>
<div class="col-lg-4 col-sm-6 grids-feature mt-sm-0 mt-5">
<a href="#url" class="icon"><span class="fa fa-cogs"></span></a>
<h4><a href="#feature" class="title-head">Quality Products</a></h4>
<!-- <p>Dolor et sed amet eget volutp elit libero. timpus sed elit nibh quis dui, nunc tortor sit amet.</p> -->
</div>
<!-- <div class="col-lg-3 col-sm-6 grids-feature mt-lg-0 mt-sm-5 mt-5">
<a href="#url" class="icon"><span class="fa fa-users"></span></a>
<h4><a href="#feature" class="title-head">World's best Chef</a></h4>
<p>Dolor et sed amet eget volutp elit libero. timpus sed elit nibh quis dui, nunc tortor sit amet.</p>
</div> -->
<div class="col-lg-4 col-sm-6 grids-feature mt-lg-0 mt-sm-5 mt-5">
<a href="#url" class="icon"><span class="fa fa-motorcycle"></span></a>
<h4><a href="#feature" class="title-head">Fastest delivery</a></h4>
<!-- <p>Dolor et sed amet eget volutp elit libero. timpus sed elit nibh quis dui, nunc tortor sit amet.</p> -->
</div>
</div>
</div>
</div>
</section>
<!-- //features -->
<!-- app-4 -->
<section class="w3l-app-launch-4 py-5">
<div id="app4-block" class="py-lg-5 py-md-4">
<div class="container">
<div class="row">
<div class="col-lg-6 app4-left-text">
<h5 class="title-small">Easy way to use mobile app</h5>
<h3 class="title-big">Download our mobile apps today</h3>
<p class="mt-3"> Want to order something ? Download our mobile app for online purchase </p>
<div class="download-btns mt-4 pt-lg-3">
<a href="#url"><img src="assets/images/appstore.png" class="radius-image" alt=""></a>
<a href="https://play.google.com/store/apps/details?id=com.anaadhi" target="_blank"><img src="assets/images/googleplay.png" class="radius-image" alt=""></a>
</div>
<!-- <span class="or"> or </span>
<div class="download-link">
<h5 class="mb-2">Enter your email to get download link</h5>
<form action="#" methos="GET" class="d-flex wrap-align">
<input type="email" placeholder="Enter email" required="required" />
<button type="submit">Get link</button>
</form>
</div> -->
</div>
<div class="col-lg-6 app4-right-image mt-lg-0 mt-md-5 mt-4">
<img src="assets/images/mobile_app_bg.jpeg" class="img-fluid radius-image-full" alt="App Device" />
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="py-2">
<div class="container py-xl-1">
<div class="row footer-top">
<div id="footerLeft" class="col-lg-6 col-sm-6 footer-grid_section_1its footer-text mt-2">
<!-- logo -->
<h2>
<a class="logo text-wh" href="index.html">
<!-- <img src="assets/images/burger.png" alt="burger logo" width="35px" /> Anaadhi -->
<img src="assets/images/logo_1.png" alt="burger logo" height="28.15px" width="150px" />
</a>
</h2>
<!-- //logo -->
<!-- <div class="footer-title">
<h3>Contact Us</h3>
</div> -->
<!-- contact details -->
<div class="footer-text mt-1 px-1">
<p><i class="fa fa-home mr-2"></i>Thalassery, Kerala</p>
<p><i class="fa fa-phone mr-2"></i><a href="tel:+91 75580 28558">+91 75580 28558</a></p>
<p><i class="fa fa-phone mr-2"></i><a href="tel:+91 70250 00305">+91 70250 00305</a></p>
<p><i class="fa fa-envelope mr-2"></i><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<!-- //contact details -->
</div>
<div id="footerRight" class="col-lg-6 col-sm-6 footer-grid_section_1its mt-lg-0">
<!-- payment gateways -->
<div class="footer-title mt-2 pt-md-2">
<h6 class="text-secondary">Payments we accept</h6>
</div>
<ul class="list-unstyled payment-links mt-4">
<li>
<a href="#payment"><img src="assets/images/pay2.png" class="radius-image" width="55px" alt=""></a>
</li>
<!-- <li>
<a href="#payment"><img src="assets/images/pay5.png" class="radius-image" width="55px" alt=""></a>
</li> -->
<li>
<a href="#payment"><img src="assets/images/pay1.png" class="radius-image" width="55px" alt=""></a>
</li>
<!-- <li>
<a href="#payment"><img src="assets/images/pay4.png" class="radius-image" width="55px" alt=""></a>
</li> -->
</ul>
<!-- //payment gateways -->
<!-- social icons -->
<div class="mt-4">
<ul class="top-right-info">
<li>
<p>Follow us:</p>
</li>
<li class="facebook-w3">
<a href="#facebbok">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="twitter-w3">
<a href="#twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="google-w3">
<a href="#google">
<span class="fa fa-instagram"></span>
</a>
</li>
<li class="dribble-w3">
<a href="#dribble">
<span class="fa fa-dribbble"></span>
</a>
</li>
</ul>
</div>
<!-- //social icons -->
</div>
</div>
</div>
</footer>
<!-- //footer -->
<!-- copyright -->
<div class="cpy-right text-center py-4">
<p>© 2021 Anaadhi. All rights reserved </p>
</div>
<!-- //copyright -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-level-up" aria-hidden="true"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<script src="assets/js/jquery-3.3.1.min.js"></script> <!-- Common jquery plugin -->
<script src="assets/js/theme-change.js"></script><!-- theme switch js (light and dark)-->
<script src="assets/js/owl.carousel.js"></script><!-- owl carousel -->
<!-- script for tesimonials carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false,
loop: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- <script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script> -->
<script src="assets/js/counter.js"></script>
<!-- gallery popup js -->
<!-- <script src="assets/js/smartphoto.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const sm = new SmartPhoto(".js-img-viwer", {
// showAnimation: false
});
// sm.destroy();
});
</script> -->
<!-- //gallery popup js -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //disable body scroll which navbar is in active -->
<!--bootstrap-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap-->
</body>
</html>