-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
668 lines (616 loc) · 39.3 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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SUHI's CUP | Suhi Hotels & Resorts PVT. LTD.</title>
<meta name="keywords" content="Suhi Hotels & Resorts PVT. LTD." />
<meta name="description" content="Suhi Hotels & Resorts PVT. LTD. - Responsive Website">
<meta name="author" content="okler.net">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800%7COswald:400,500,600,700%7CPlayfair+Display" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="vendor/animate/animate.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Current Page CSS -->
<link rel="stylesheet" href="vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css">
<!-- Demo CSS -->
<link rel="stylesheet" href="css/demos/demo-coffee.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skins/skin-coffee.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
</head>
<body data-target="#header" data-spy="scroll" data-offset="100">
<div class="body">
<div class="slider-container rev_slider_wrapper" style="height: 100vh;" id="home">
<div id="revolutionSlider" class="slider rev_slider" data-version="5.4.8" data-plugin-revolution-slider data-plugin-options="{'sliderLayout': 'fullscreen', 'delay': 9000, 'gridwidth': 1140, 'gridheight': 800, 'responsiveLevels': [4096,1200,992,500], 'parallax': { 'type': 'scroll', 'origo': 'slidercenter', 'speed': 500, 'levels': [2,3,4,5,6,7,8,9,15,50], 'disable_onmobile': 'on' }, 'navigation' : {'arrows': { 'enable': true, 'style': 'arrows-style-1' }}}">
<ul>
<li class="slide-overlay slide-overlay-level-8" data-transition="fade">
<img src="img/demos/coffee/slides/slide-1.jpg"
alt=""
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
class="rev-slidebg"
data-bgparallax="8">
<div class="tp-caption text-color-primary"
data-frames='[{"from":"opacity:1;y:[100%];","speed":2000,"to":"opacity:1;","delay":1000,"ease":"Power3.easeInOut","mask":"x:0px;y:0;s:inherit;e:inherit;"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['-48','-48','-48','-90']"
data-fontsize="['20','20','20','50']"
data-lineheight="['25','25','25','60']">WELCOME, ENJOY THE ORIGINAL</div>
<h1 class="tp-caption font-weight-bold text-color-light"
data-frames='[{"from":"opacity:1;y:[100%];","speed":2000,"to":"opacity:1;","delay":1500,"ease":"Power3.easeInOut","mask":"x:0px;y:0;s:inherit;e:inherit;"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center"
data-fontsize="['62','62','62','100']"
data-lineheight="['65','65','65','105']">SUHI HOTLES & RESORTS PVT. LTD.</h1>
<div class="tp-caption text-color-light font-weight-light"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":2300,"split":"chars","splitdelay":0.05,"ease":"Power2.easeInOut"},{"delay":"wait","speed":1000,"to":"y:[100%];","mask":"x:inherit;y:inherit;s:inherit;e:inherit;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['53','53','53','100']"
data-fontsize="['17','17','17','50']"
data-lineheight="['22','22','22','60']">The amazing flavors will blow your mind.</div>
<a class="tp-caption btn btn-primary btn-outline font-weight-bold border-width-4 text-color-light"
href="#about"
data-hash
data-hash-offset="92"
data-frames='[{"delay":2800,"speed":2000,"frame":"0","from":"y:50%;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;fb:0;","ease":"Power3.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['130','130','130','280']"
data-paddingtop="['18','18','18','30']"
data-paddingbottom="['18','18','18','30']"
data-paddingleft="['40','40','40','80']"
data-paddingright="['40','40','40','80']"
data-fontsize="['13','13','13','45']"
data-lineheight="['18','18','18','55']">LEARN ABOUT US</a>
</li>
<li class="slide-overlay slide-overlay-level-8" data-transition="fade">
<img src="img/demos/coffee/slides/slide-2.jpg"
alt=""
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
class="rev-slidebg"
data-bgparallax="8">
<div class="tp-caption text-color-primary"
data-frames='[{"from":"opacity:1;y:[100%];","speed":2000,"to":"opacity:1;","delay":1000,"ease":"Power3.easeInOut","mask":"x:0px;y:0;s:inherit;e:inherit;"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['-48','-48','-48','-90']"
data-fontsize="['20','20','20','50']"
data-lineheight="['25','25','25','60']">OUTSTANDING TEA</div>
<h2 class="tp-caption font-weight-bold text-color-light"
data-frames='[{"from":"opacity:1;y:[100%];","speed":2000,"to":"opacity:1;","delay":1500,"ease":"Power3.easeInOut","mask":"x:0px;y:0;s:inherit;e:inherit;"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center"
data-fontsize="['62','62','62','100']"
data-lineheight="['65','65','65','105']">SUHI's CUP</h2>
<div class="tp-caption text-color-light font-weight-light"
data-frames='[{"from":"opacity:0;","speed":300,"to":"o:1;","delay":2300,"split":"chars","splitdelay":0.05,"ease":"Power2.easeInOut"},{"delay":"wait","speed":1000,"to":"y:[100%];","mask":"x:inherit;y:inherit;s:inherit;e:inherit;","ease":"Power2.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['53','53','53','100']"
data-fontsize="['17','17','17','50']"
data-lineheight="['22','22','22','60']">Since 2020 with you.</div>
<a class="tp-caption btn btn-primary btn-outline font-weight-bold border-width-4 text-color-light"
href="#about"
data-hash
data-hash-offset="92"
data-frames='[{"delay":2800,"speed":2000,"frame":"0","from":"y:50%;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;fb:0;","ease":"Power3.easeInOut"}]'
data-x="center"
data-y="center" data-voffset="['130','130','130','280']"
data-paddingtop="['18','18','18','30']"
data-paddingbottom="['18','18','18','30']"
data-paddingleft="['40','40','40','80']"
data-paddingright="['40','40','40','80']"
data-fontsize="['13','13','13','45']"
data-lineheight="['18','18','18','55']">LEARN ABOUT US</a>
</li>
</ul>
</div>
</div>
<header id="header" class="header-narrow header-below-slider" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyStartAtElement': '#header', 'stickySetTop': '0', 'stickyChangeLogo': false}">
<div class="header-body border-0 box-shadow-none bg-dark appear-animation" data-appear-animation="customHeaderAnimOne">
<div class="header-container container">
<div class="header-row">
<div class="header-column justify-content-start d-lg-none">
<div class="header-row mt-2">
<div class="header-logo">
<a href="index.html">
<img class="scale-5 top-4 ml-4" alt="Porto" width="80" height="54" src="img/demos/coffee/logo.png">
</a>
</div>
</div>
</div>
<div class="header-column justify-content-center align-items-end">
<div class="header-nav justify-content-lg-center p-0">
<div class="header-nav header-nav-links header-nav-light-text appear-animation" data-appear-animation="fadeInUpShorter">
<div class="header-nav-main header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-effect-3 header-nav-main-sub-effect-1 header-nav-main-mobile-dark mr-lg-4">
<nav class="collapse">
<ul class="nav nav-pills flex-column flex-lg-row" id="mainNav">
<li class="dropdown order-1">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#home">Home</a>
</li>
<li class="dropdown order-2">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#about">About</a>
</li>
<li class="dropdown order-3">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#reservations">Reservations</a>
</li>
<li class="dropdown order-5">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#menu">Menu</a>
</li>
<li class="dropdown order-6">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#news">News</a>
</li>
<li class="dropdown order-7">
<a class="dropdown-item" data-hash data-hash-offset="92" href="#franchise">Franchise</a>
</li>
<li class="align-items-center d-none d-lg-flex order-4 px-5 mx-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="250">
<span class="header-logo">
<a href="index.html" class="w-100 text-center">
<img class="scale-4" alt="Porto - Demo Coffee" width="180" height="122" data-sticky-width="82" data-sticky-height="40" data-sticky-top="72" src="img/demos/coffee/logo.png">
</a>
</span>
</li>
</ul>
</nav>
</div>
<button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main nav">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<div class="header-column justify-content-end d-none d-lg-flex"></div>
</div>
</div>
</div>
</header>
<div role="main" class="main">
<section class="section section-height-4 bg-light position-relative border-0 m-0" id="about">
<div class="custom-section-halfbar-bg d-none d-md-block appear-animation" data-appear-animation="customFadeInRightShorter" data-appear-animation-delay="500"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-5 mb-md-0">
<div class="pr-4">
<div class="overflow-hidden mb-2">
<h2 class="word-rotator letters type font-weight-bold line-height-4 text-9 mb-0 appear-animation" data-appear-animation="maskUp">
<span class="custom-primary-font">Enjoy the best taste of our </span>
<span class="word-rotator-words waiting">
<b class="is-visible custom-primary-font">coffee</b>
<b class="custom-primary-font">desserts</b>
<b class="custom-primary-font">tea</b>
</span>
</h2>
</div>
<div class="divider divider-primary divider-small">
<hr class="w-25 text-left custom-h-1 appear-animation" data-appear-animation="dividerProgress25" data-appear-animation-delay="200">
</div>
<p class="text-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="400">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa enim. Nullam id varius nunc. </p>
<div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<p class="opacity-8 mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa enim. Nullam id varius nunc. Vivamus bibendum magna ex lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<div class="collapse" id="aboutViewMore">
<p class="opacity-8 mb-0 pb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vestibulum lacinia eros quis blandit. Integer id lectus sem. Nulla facilisi. Cras porttitor ac libero vitae fermentum. Ut tincidunt iaculis libero, et sagittis quam gravida in. Maecenas nec fringilla erat, hendrerit rutrum massa. Mauris dapibus ex a nisi imperdiet, eu suscipit ligula malesuada. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<div class="row py-4">
<div class="col-6">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-2.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-2.jpg" alt="Project Image">
</a>
</div>
<div class="col-6">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-3.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-3.jpg" alt="Project Image">
</a>
</div>
</div>
<p class="opacity-8 mb-4">Maecenas eleifend augue in tincidunt congue. Integer dapibus sit amet odio nec tempor. Nullam luctus metus vitae tellus consectetur euismod. Proin consectetur ante vitae vehicula sodales. In pellentesque, nunc quis euismod ultrices, metus mauris consectetur urna, vitae molestie purus erat quis mi. Praesent vel metus mi. Ut sagittis interdum ante, quis posuere eros porta in. Donec auctor ut mi id maximus.</p>
</div>
<a data-toggle="collapse" href="#aboutViewMore" role="button" aria-expanded="false" aria-controls="aboutViewMore" class="btn btn-primary btn-outline font-weight-bold border-width-4 btn-px-4 py-3 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="800" data-toggle-text-click="VIEW MORE..." data-toggle-text-click-alt="VIEW LESS...">VIEW MORE...</a>
</div>
</div>
<div class="col-md-6">
<img src="img/demos/coffee/others/others-1.jpg" class="img-fluid rounded appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="700" alt="" />
</div>
</div>
</div>
</section>
<section class="section section-parallax section-height-4 overlay overlay-show border-0 m-0 appear-animation" data-appear-animation="fadeIn" data-plugin-parallax data-plugin-options="{'speed': 1.5, 'parallaxHeight': '135%'}" data-image-src="img/demos/coffee/backgrounds/background-1.jpg" id="reservations">
<div class="container container">
<div class="row align-items-center">
<div class="col-md-6 custom-column-bg text-center py-5 mb-5 mb-md-0 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="overflow-hidden mb-3">
<h2 class="text-color-light font-weight-semibold text-9 negative-ls-1 mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="400">Reservations</h2>
</div>
<div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<p class="font-weight-light text-color-light text-3 opacity-7 px-4">Due to COVID-19,<br> We are not accepting any advanced reservations. </p>
</div>
<a href="tel:07207523358" class="font-weight-bold text-color-primary text-4 ls-0 d-block mb-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="650">CALL US: (+91)720 7523 358</a>
</div>
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4 mb-4 mb-md-0 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="500">
<h2 class="text-color-light font-weight-semibold text-8 negative-ls-1 mb-3">MON - FRI</h2>
<p class="font-weight-light text-color-light opacity-7 mb-0"><span class="d-block">10:00 AM</span> TO <span class="d-block">8:00 PM</span></p>
</div>
<div class="col-md-6 col-lg-4 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="700">
<h2 class="text-color-light font-weight-semibold text-8 negative-ls-1 mb-3">SAT - SUN</h2>
<p class="font-weight-light text-color-light opacity-7 mb-0"><span class="d-block">10:00 AM</span> TO <span class="d-block">8:00 PM</span></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-height-4 parallax border-0 m-0" data-plugin-parallax data-plugin-options="{'speed': 1.5, 'parallaxHeight': '100%'}" data-image-src="img/demos/coffee/backgrounds/background-2.jpg" id="menu">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-9 col-lg-6 text-center">
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-bold text-9 mb-0 appear-animation" data-appear-animation="maskUp">Our Menu</h2>
</div>
<div class="divider divider-primary divider-small">
<hr class="mx-auto w-25 custom-h-1 appear-animation" data-appear-animation="dividerProgress25" data-appear-animation-delay="200">
</div>
<p class="text-4 line-height-9 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="400">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa enim.</p>
</div>
</div>
<div class="row pb-4 mb-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<div class="col-md-6">
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Coffee</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 2</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Iced Coff</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 3</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Hot Chocolate</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 4</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Iced Tea</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 3</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Hot Tea</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 3</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Soda</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 2</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Juice</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 2</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Milk</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 2</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Chocolate Milk</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 2</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Pancakes</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 20</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Eggs Porto</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 3</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
<div class="custom-menu-item">
<div class="custom-menu-item-details">
<div class="custom-menu-item-title"><h3 class="text-transform-none text-5 mb-0">Smashed Avocado</h3></div>
<div class="custom-menu-item-line mx-3 mb-2 opacity-4"></div>
<div class="custom-menu-item-price"><strong class="custom-tertiary-font text-color-dark"><span class="custom-tertiary-font">$</span> 5</strong></div>
</div>
<div class="custom-menu-item-desc">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<a href="#franchise" data-hash data-hash-offset="92" class="btn btn-primary btn-outline font-weight-bold border-width-4 btn-px-5 py-3 appear-animation" data-appear-animation="fadeInUpShorter">WHERE WE ARE</a>
</div>
</div>
</div>
</section>
<div class="container-fluid px-0">
<div class="row">
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-2.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-2.jpg" alt="Project Image">
</a>
</div>
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-3.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-3.jpg" alt="Project Image">
</a>
</div>
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-4.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-4.jpg" alt="Project Image">
</a>
</div>
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-5.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-5.jpg" alt="Project Image">
</a>
</div>
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-6.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-6.jpg" alt="Project Image">
</a>
</div>
<div class="col-6 col-sm-4 col-lg-2 px-0">
<a class="img-thumbnail img-thumbnail-no-borders d-block img-thumbnail-hover-icon lightbox" href="img/demos/coffee/others/others-7.jpg" data-plugin-options="{'type':'image'}">
<img class="img-fluid rounded-0" src="img/demos/coffee/others/others-7.jpg" alt="Project Image">
</a>
</div>
</div>
</div>
<section class="section section-height-4 bg-light border-0 m-0" id="news">
<div class="container">
<div class="row justify-content-center mb-4">
<div class="col-md-9 col-lg-6 text-center">
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-bold text-9 mb-0 appear-animation" data-appear-animation="maskUp">News & Events</h2>
</div>
<div class="divider divider-primary divider-small">
<hr class="mx-auto w-25 custom-h-1 appear-animation" data-appear-animation="dividerProgress25" data-appear-animation-delay="200">
</div>
<p class="text-4 line-height-9 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="400">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus blandit massa enim.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card custom-bg-color-1 border-0">
<div class="card-body px-5">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 negative-ls-1 pe-5 pb-1 mt-2 mb-2">
<a href="#" class="text-color-dark text-decoration-none custom-primary-font">Amazing Things Are Coming</a>
</h3>
<span class="d-block font-weight-semibold text-color-dark line-height-4 text-2 mb-2"><i class="far fa-clock text-color-primary me-1"></i> May 17, 2021</span>
<p class="font-weight-light text-2 mb-3">Phasellus blandit massa enim. Nullam id varius nunc. Lorem ipsum dolor sit amet, consectetur adipiscing...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar.jpg" width="20" class="img-fluid rounded-circle me-2" alt="" />
<span class="font-weight-semibold text-color-dark text-2">by John Doe</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="card custom-bg-color-1 border-0">
<div class="card-body px-5">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 negative-ls-1 pe-5 pb-1 mt-2 mb-2">
<a href="#" class="text-color-dark text-decoration-none custom-primary-font">Enjoy your Coffee Week</a>
</h3>
<span class="d-block font-weight-semibold text-color-dark line-height-4 text-2 mb-2"><i class="far fa-clock text-color-primary me-1"></i> May 17, 2021</span>
<p class="font-weight-light text-2 mb-3">Phasellus blandit massa enim. Nullam id varius nunc. Lorem ipsum dolor sit amet, consectetur adipiscing...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar.jpg" width="20" class="img-fluid rounded-circle me-2" alt="" />
<span class="font-weight-semibold text-color-dark text-2">by John Doe</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card custom-bg-color-1 border-0">
<div class="card-body px-5">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 negative-ls-1 pe-5 pb-1 mt-2 mb-2">
<a href="#" class="text-color-dark text-decoration-none custom-primary-font">Free Pancakes Day</a>
</h3>
<span class="d-block font-weight-semibold text-color-dark line-height-4 text-2 mb-2"><i class="far fa-clock text-color-primary me-1"></i> May 17, 2021</span>
<p class="font-weight-light text-2 mb-3">Phasellus blandit massa enim. Nullam id varius nunc. Lorem ipsum dolor sit amet, consectetur adipiscing. Nullam id varius nunc...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar.jpg" width="20" class="img-fluid rounded-circle me-2" alt="" />
<span class="font-weight-semibold text-color-dark text-2">by John Doe</span>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col text-center pt-5">
<a href="#" class="btn btn-primary btn-outline font-weight-bold border-width-4 btn-px-5 py-3 appear-animation" data-appear-animation="fadeInUpShorter">VIEW MORE</a>
</div>
</div>
</div>
</section>
<section class="section section-parallax section-height-4 overlay overlay-show border-0 m-0 appear-animation" data-appear-animation="fadeIn" data-plugin-parallax data-plugin-options="{'speed': 1.5, 'parallaxHeight': '135%'}" data-image-src="img/demos/coffee/backgrounds/background-1.jpg" id="franchise">
<div class="container container">
<div class="row align-items-center">
<div class="col-md-6 custom-column-bg text-center py-5 mb-5 mb-md-0 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="200">
<div class="overflow-hidden mb-3">
<h2 class="text-color-light font-weight-semibold text-9 negative-ls-1 mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="400">Franchise</h2>
</div>
<div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
<p class="font-weight-light text-color-light text-3 opacity-7 px-4">We are excited about your interest in our Best franchise opportunity.
As SUHI's CUP continues to expand around the globe, we are looking for passionate
and motivated entrepreneurs to join our strong batch of franchisees. Similar to
the art of tea-making, the success of any franchise is dependent upon the franchise
development process.</p>
</div>
<a href="tel:07207523358" class="font-weight-bold text-color-primary text-4 ls-0 d-block mb-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="650">CALL US: (+91)720 7523 358</a>
<a href="mailto:sales@suhihotels.com" class="font-weight-bold text-color-primary text-4 ls-0 d-block mb-2 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="650">MAIL TO: sales@suhihotels.com</a>
</div>
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<a href="https://bit.ly/2S0DD28" data-hash data-hash-offset="92" class="btn btn-primary btn-outline font-weight-bold border-width-4 btn-px-5 py-3 appear-animation" data-appear-animation="fadeInUpShorter">Fill the Form</a>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="bg-dark pt-5 mt-0">
<div class="container container pt-5">
<div class="row mb-5 pb-4">
<div class="col text-center">
<a href="index.html" class="text-decoration-none">
<img src="img/demos/coffee/logo-light.png" class="img-fluid" width="195" height="132" alt="" />
</a>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4 text-center mb-4 mb-md-0">
<h4 class="text-color-light text-6 mb-1">SUHI HOTELS & RESORTS</h4>
<p class="font-weight-light text-color-light line-height-4 opacity-6 mb-2 px-lg-5 mx-lg-4">Near Outer ring road, ORR Exit No:11, Beside Indian Oil Petrol Pump, Pedda Amberpet, HYD - 501505 <a href="tel:07207523358" class="text-color-light">(+91)720 7523 358</a></p>
<ul class="social-icons social-icons-clean social-icons-icon-light">
<li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-instagram"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fab fa-instagram"></i></a></li>
<li class="social-icons-whatsapp"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fab fa-whatsapp"></i></a></li>
</ul>
</div>
<div class="col-md-4 text-center mb-4 mb-md-0">
<h4 class="text-color-light text-6 mb-1">SUHI's CUP</h4>
<p class="font-weight-light text-color-light line-height-4 opacity-6 mb-2 px-lg-5 mx-lg-4">Near Ramoji Film city, Abdullapurmet, Hyderabad, Telangana - 501 512 <a href="tel:07207523358" class="text-color-light">(+91)720 7523 358</a></p>
<ul class="social-icons social-icons-clean social-icons-icon-light">
<li class="social-icons-facebook"><a href="https://www.facebook.com/lakshmi189" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-instagram"><a href="https://www.instagram.com/suhicup/" target="_blank" title="Twitter"><i class="fab fa-instagram"></i></a></li>
<li class="social-icons-whatsapp"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fab fa-whatsapp"></i></a></li>
</ul>
</div>
<div class="col-md-4 text-center">
<h4 class="text-color-light text-6 mb-1">TUCK-IN RESTO</h4>
<p class="font-weight-light text-color-light line-height-4 opacity-6 mb-2 px-lg-5 mx-lg-4">Near ramoji Film City, Abdullapurmet, Hyderabad, Telangana - 501 512 <a href="tel:07207523358" class="text-color-light">(+91)720 7523 358</a></p>
<ul class="social-icons social-icons-clean social-icons-icon-light">
<li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-instagram"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fab fa-instagram"></i></a></li>
<li class="social-icons-whatsapp"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fab fa-whatsapp"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright bg-dark">
<div class="container py-2">
<div class="row py-4">
<div class="col text-center">
<p class="text-color-light font-weight-light opacity-4 mb-0">Copyrights © 2021 All Rights Reserved by Suhi Hotels & Resorts Pvt. LTD ®. Developed by<b><a href="https://tej-portfolio-site.netlify.app/"> MBT</b></a></p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery.appear/jquery.appear.min.js"></script>
<script src="vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="vendor/jquery.cookie/jquery.cookie.min.js"></script>
<script src="vendor/popper/umd/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/common/common.min.js"></script>
<script src="vendor/jquery.validation/jquery.validate.min.js"></script>
<script src="vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script>
<script src="vendor/jquery.gmap/jquery.gmap.min.js"></script>
<script src="vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
<script src="vendor/isotope/jquery.isotope.min.js"></script>
<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendor/vide/jquery.vide.min.js"></script>
<script src="vendor/vivus/vivus.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="js/theme.js"></script>
<!-- Current Page Vendor and Views -->
<script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Theme Custom -->
<script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
</body>
</html>