forked from PythonicBoat/is-a.co
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
967 lines (813 loc) · 43.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
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
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>360vision</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="myimg/icons8-360-50 (2).png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<!-- <div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-phone d-flex align-items-center"><span>+1 5589 55488 55</span></i>
<i class="bi bi-clock d-flex align-items-center ms-4"><span> Mon-Sat: 11AM - 23PM</span></i>
</div>
<div class="languages d-none d-md-flex align-items-center">
<ul>
<li>En</li>
<li><a href="#">De</a></li>
</ul>
</div>
</div>
</div> -->
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-cente">
<div class="container-fluid container-xl d-flex align-items-center justify-content-lg-between">
<!-- <h1 class="logo me-auto me-lg-0"><a href="index.html">360vision</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo me-auto me-lg-0"><img src="logo1-removebg-preview.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<!-- <li><a class="nav-link scrollto" href="#menu">Menu</a></li> -->
<li><a class="nav-link scrollto" href="#specials">Specials</a></li>
<li><a class="nav-link scrollto" href="#events">Events</a></li>
<!-- <li><a class="nav-link scrollto" href="#chefs">Chefs</a></li> -->
<li><a class="nav-link scrollto" href="#gallery">Gallery</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul> -->
<!-- <li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<!-- <li><a class="nav-link scrollto" href="#contact">Contact</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="#contact" class="book-a-table-btn scrollto d-none d-lg-flex">Contact Us</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container position-relative text-center text-lg-start" data-aos="zoom-in" data-aos-delay="100">
<div class="row">
<div class="col-lg-8">
<h1>Welcome to <span>360 vision</span></h1>
<h2>Grow your Business with Professional
Virtual Tours !</h2>
<div class="btns">
<a href="#about" id="menubutton" class="btn-menu animated fadeInUp scrollto">Start Exploring</a>
<a href="#gallery" id="gallerybutton" class="btn-book animated fadeInUp scrollto">Property Listings</a>
</div>
</div>
<div class="col-lg-4 d-flex align-items-center justify-content-center position-relative" data-aos="zoom-in" data-aos-delay="200">
<a href="https://www.youtube.com/watch?v=FicdWhMgadQ" class="glightbox play-btn"></a>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in" data-aos-delay="100">
<div class="about-img">
<iframe class="fame1" width="600px" height="400px" src="https://momento360.com/e/u/39ec3d290912487aa1ccc67f5391f61f?utm_campaign=embed&utm_source=other&heading=79.09&pitch=-8.8&field-of-view=75&size=medium&display-plan=true" frameborder="0"></iframe>
<!-- <img src="assets/img/about.jpg" alt=""> -->
</div>
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content">
<h3>Welcome to 360 vision Virtual Tours.</h3>
<p class="fst-italic">
Are you in search of your dream home? Welcome to the future of real estate exploration
</p>
<ul>
<li><i class="bi bi-check-circle"></i> We're excited to offer you a cutting-edge way to explore properties without leaving the comfort of your own space </li>
<li><i class="bi bi-check-circle"></i> Our virtual tours provide a 360-degree immersive experience</li>
<li><i class="bi bi-check-circle"></i> allowing you to step inside homes and explore every nook and cranny as if you were there in person</li>
</ul>
<p>
360 vision : Yourney from a visionary dreamer to a prominent figure in the real estate industry is a testament to their dedication, innovation, and unwavering commitment to enhancing real estate experiences through virtual tours
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Why Us</h2>
<p>Why Choose Our 360 tour</p>
</div>
<div class="row">
<div class="col-lg-4">
<div class="box" id="box1" data-aos="zoom-in" data-aos-delay="100">
<span>01</span>
<h4>The Technology Pioneer</h4>
<p> At 360 vision, we are not just a real estate virtual tour company, we are the technology pioneers redefining the real estate landscape. With a proven track record of innovation, our founder 360 vision brings a wealth of expertise in cutting-edge technology and a deep understanding of the evolving needs of the real estate market. Our commitment to staying at the forefront of the industry ensures that when you choose us, you are choosing a partner dedicated to harnessing the power of virtual tours to provide unmatched value, efficiency, and a competitive edge in the market.</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" id="box2" data-aos="zoom-in" data-aos-delay="200">
<span>02</span>
<h4>The Personalized Solution Providers</h4>
<p>At 360 vision, we believe that technology should enhance, not replace, the human touch in real estate. 360 vision and the team are committed to delivering personalized solutions tailored to your unique objectives. When you choose us, you gain more than just a virtual tour service, you gain a partner dedicated to understanding your goals,providing expert guidance, and delivering a seamless experience that caters to your specific needs,ensuring your success in the real estate market.
</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in" data-aos-delay="300">
<span>03</span>
<h4> The Sustainable Future Advocates</h4>
<p>As stewards of both technology and the environment, 360 vision takes pride in our commitment to sustainability. By choosing us, you choose a partner actively contributing to a greener future. Our virtual tours reduce the carbon footprint associated with physical property visits, aligning your business with eco-conscious practices. With [360 vision]the vision and innovative solutions, we are not just changing how real estate is marketed, we are building a more sustainable tomorrow for the industry and the planet. Choose us for a brighter, more environmentally friendly future in real estate.</p>
</div>
</div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Menu Section =======
<section id="menu" class="menu section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Menu</h2>
<p>Check Our Tasty Menu</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="menu-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-starters">Starters</li>
<li data-filter=".filter-salads">Salads</li>
<li data-filter=".filter-specialty">Specialty</li>
</ul>
</div>
</div>
<div class="row menu-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-6 menu-item filter-starters">
<img src="assets/img/menu/lobster-bisque.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Lobster Bisque</a><span>$5.95</span>
</div>
<div class="menu-ingredients">
Lorem, deren, trataro, filede, nerada
</div>
</div>
<div class="col-lg-6 menu-item filter-specialty">
<img src="assets/img/menu/bread-barrel.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Bread Barrel</a><span>$6.95</span>
</div>
<div class="menu-ingredients">
Lorem, deren, trataro, filede, nerada
</div>
</div>
<div class="col-lg-6 menu-item filter-starters">
<img src="assets/img/menu/cake.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Crab Cake</a><span>$7.95</span>
</div>
<div class="menu-ingredients">
A delicate crab cake served on a toasted roll with lettuce and tartar sauce
</div>
</div>
<div class="col-lg-6 menu-item filter-salads">
<img src="assets/img/menu/caesar.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Caesar Selections</a><span>$8.95</span>
</div>
<div class="menu-ingredients">
Lorem, deren, trataro, filede, nerada
</div>
</div>
<div class="col-lg-6 menu-item filter-specialty">
<img src="assets/img/menu/tuscan-grilled.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Tuscan Grilled</a><span>$9.95</span>
</div>
<div class="menu-ingredients">
Grilled chicken with provolone, artichoke hearts, and roasted red pesto
</div>
</div>
<div class="col-lg-6 menu-item filter-starters">
<img src="assets/img/menu/mozzarella.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Mozzarella Stick</a><span>$4.95</span>
</div>
<div class="menu-ingredients">
Lorem, deren, trataro, filede, nerada
</div>
</div>
<div class="col-lg-6 menu-item filter-salads">
<img src="assets/img/menu/greek-salad.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Greek Salad</a><span>$9.95</span>
</div>
<div class="menu-ingredients">
Fresh spinach, crisp romaine, tomatoes, and Greek olives
</div>
</div>
<div class="col-lg-6 menu-item filter-salads">
<img src="assets/img/menu/spinach-salad.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Spinach Salad</a><span>$9.95</span>
</div>
<div class="menu-ingredients">
Fresh spinach with mushrooms, hard boiled egg, and warm bacon vinaigrette
</div>
</div>
<div class="col-lg-6 menu-item filter-specialty">
<img src="assets/img/menu/lobster-roll.jpg" class="menu-img" alt="">
<div class="menu-content">
<a href="#">Lobster Roll</a><span>$12.95</span>
</div>
<div class="menu-ingredients">
Plump lobster meat, mayo and crisp lettuce on a toasted bulky roll
</div>
</div>
</div>
</div>
-->
<!-- ======= Specials Section ======= -->
<section id="specials" class="specials">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Specials</h2>
<p>What we offer</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-3">
<ul class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link active show" data-bs-toggle="tab" href="#tab-1">Residential Properties:</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" href="#tab-2">Retail Stores:</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" href="#tab-3">Fitness Centers:</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" href="#tab-4">Commercial Real Estate:</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" href="#tab-5"> Land Listings: </a>
</li>
</ul>
</div>
<div class="col-lg-9 mt-4 mt-lg-0">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Residential Properties</h3>
<p class="fst-italic">
<p>Unlock the potential of your residential property listings with our 360° tours. Prospective buyers can explore every nook and cranny, from the cozy living rooms to the spacious backyard, all from the comfort of their devices. Give them the feeling of walking through their future home before they even step foot inside.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="myimg/residental.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Retail Stores:</h3>
<p>For store owners and commercial real estate agents, our virtual tours provide an interactive shopping experience. Showcase your retail space, highlighting product displays, layout, and ambiance. Let potential tenants or customers step inside and envision their business thriving in your space.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="myimg/store.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Fitness Centers:</h3>
<p>Fitness enthusiasts often search for gyms and fitness centers online. With our 360° tours, you can showcase your state-of-the-art equipment, welcoming workout areas, and motivating environments. Show potential members the ideal place to achieve their fitness goals.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="myimg/gym-transformed.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-4">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Commercial Real Estate:</h3>
<p>In the world of commercial real estate, a picture is worth a thousand words. Our virtual tours empower you to present office spaces, industrial facilities, and commercial properties comprehensively. Highlight amenities, floor plans, and the surrounding area, giving potential tenants or buyers a detailed view of what's on offer.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="myimg/commercial-virtual-tour.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="tab-pane" id="tab-5">
<div class="row">
<div class="col-lg-8 details order-2 order-lg-1">
<h3>Land Listings: </h3>
<p>Even vacant land can be captivating when presented with our 360° tours. Showcase the beauty of undeveloped landscapes, acreage, or potential development sites. Allow investors and developers to explore the possibilities, terrain, and location without visiting in person.</p>
</div>
<div class="col-lg-4 text-center order-1 order-lg-2">
<img src="myimg/land.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Specials Section -->
<!-- ======= Events Section ======= -->
<section id="events" class="events">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Events</h2>
<p>How We Work: Crafting Immersive 360° Virtual Tours</p>
</div>
<div class="events-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="row event-item">
<div class="col-lg-6">
<img src="myimg/360cam.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Step 1: Choosing the Right 360 Camera</h3>
<!-- <div class="price">
<p><span>$189</span></p>
</div> -->
<br>
<br>
<p class="fst-italic">
The journey begins with selecting the perfect 360° camera for your project. We understand that different properties have unique requirements, so we ensure that the camera chosen aligns with the specific features and characteristics of the property. Our team of experts meticulously assesses the property's layout, size, and lighting conditions to make an informed choice. This initial step lays the foundation for creating a tour that truly captures the essence of the property.
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="row event-item">
<div class="col-lg-6">
<img src="myimg/phototime.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Step 2: On-Site Photography</h3>
<br>
<br>
<p class="fst-italic">
Once we've chosen the ideal camera, our experienced team of photographers heads to the property. On-site, we capture a series of 360° photos, meticulously covering every corner and aspect of the property. Our goal is to provide viewers with a seamless and immersive experience, allowing them to virtually explore the property as if they were physically present. We pay attention to detail, ensuring that the lighting, angles, and perspectives showcase the property in the best possible way.
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="row event-item">
<div class="col-lg-6">
<img src="myimg/MP-Pro2_faux-studio_hf3ncw (1).jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Step 3: Post-Production Magic</h3>
<p class="fst-italic">
After capturing the 360° photos, we bring them back to our studio for post-production magic. Our skilled editors work tirelessly to enhance and refine the images. This step involves color correction, exposure adjustments, and any necessary retouching to ensure that each photo is pristine and visually appealing. We take great pride in our commitment to delivering high-quality visuals that truly showcase the property's unique attributes.
</p>
<p>
The final step in our process involves creating the immersive 360° website or Metaport. Using our state-of-the-art software and platforms, we seamlessly integrate the edited photos into a cohesive and interactive virtual tour. This tour allows potential buyers, renters, or clients to explore the property from the comfort of their own devices. They can navigate through rooms, zoom in on details, and truly get a feel for the property's layout and ambiance. The 360° website or Metaport becomes a powerful marketing tool that sets your property apart in the competitive real estate market.
</p>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Events Section -->
<!-- ======= Book A Table Section =======
<section id="book-a-table" class="book-a-table">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Reservation</h2>
<p>Book a Table</p>
</div>
<form action="forms/book-a-table.php" method="post" role="form" class="php-email-form" data-aos="fade-up" data-aos-delay="100">
<div class="row">
<div class="col-lg-4 col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group mt-3 mt-md-0">
<input type="text" class="form-control" name="phone" id="phone" placeholder="Your Phone" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group mt-3">
<input type="text" name="date" class="form-control" id="date" placeholder="Date" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group mt-3">
<input type="text" class="form-control" name="time" id="time" placeholder="Time" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
<div class="validate"></div>
</div>
<div class="col-lg-4 col-md-6 form-group mt-3">
<input type="number" class="form-control" name="people" id="people" placeholder="# of people" data-rule="minlen:1" data-msg="Please enter at least 1 chars">
<div class="validate"></div>
</div>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your booking request was sent. We will call back or send an Email to confirm your reservation. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Book a Table</button></div>
</form>
</div>
</section>-->
<!-- <section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Testimonials</h2>
<p>What they're saying about us</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section> -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Gallery</h2>
<p>What we can do :</p>
</div>
</div>
<div class="container-fluid" data-aos="fade-up" data-aos-delay="100">
<div class="row g-0">
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/vrpm-staging-example" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto 1.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/bBBS2G27K85" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto2.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/7RmDjtGHe47" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto3 (1).png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/CHvsUcB5yjX" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto4.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/3HSgK6p6bPg" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto5.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/pTCG7xcJR16" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto6.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/SwjyQ7Kynt5" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto7.png" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://matterport.com/discover/space/12RwtYJBE2J" class="gallery-lightbox" data-gall="gallery-item">
<img src="myimg/foto8.png" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Chefs Section =======
<section id="chefs" class="chefs">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Chefs</h2>
<p>Our Proffesional Chefs</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<img src="assets/img/chefs/chefs-1.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Walter White</h4>
<span>Master Chef</span>
</div>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/chefs/chefs-2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sarah Jhonson</h4>
<span>Patissier</span>
</div>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member" data-aos="zoom-in" data-aos-delay="300">
<img src="assets/img/chefs/chefs-3.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>William Anderson</h4>
<span>Cook</span>
</div>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
</div>
<!-- <div data-aos="fade-up">
<iframe style="border:0; width: 100%; height: 350px;" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621" frameborder="0" allowfullscreen></iframe>
</div> -->
<div class="container" data-aos="fade-up">
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="instagram">
<i class="bi bi-instagram"></i>
<a class="linkig" href="https://www.instagram.com/360vision.ks/" target="_blank"> <h4>Instagram:</h4>
<p>360vision.ks</p></a>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="open-hours">
<i class="bi bi-facebook"></i>
<h4>Facebook:</h4>
<p>
360vision.ks<br>
</p>
</div>
<div class="phone">
<i class="bi bi-twitter"></i>
<h4>twitter:</h4>
<p>360vision.ks</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="https://formsubmit.co/[email protected]" method="post" role="form" class="php-email-form">
<div class="row">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_next" value="https://360vision.wuaze.com/index.html" >
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="8" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<!-- <div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3>Restaurantly</h3>
<p>
A108 Adam Street <br>
NY 535022, USA<br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div> -->
<div class="container">
<div class="copyright">
© Copyright <strong><span>360 vision</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/restaurantly-restaurant-template/ -->
Designed by <a href="">360vision</a>
</div>
</div>
</footer>
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>