-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
577 lines (544 loc) · 30 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
<!DOCTYPE html>
<html>
<head>
<title>LANDING</title>
<link rel="stylesheet" type="text/css" href="css/sty.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<section id="home" class="home">
<div class="main">
<div>
<ul>
<li class="active"><a href="#home">HOME</a></li>
<li><a href="#deals">DEALS</a></li>
<li><a href="#about-us">ABOUT US</a></li>
<li><a href="#contact-us">CONTACT US</a></li>
</ul>
<div class="content">
<h1>ARE YOU <br/>
READY FOR <br/>
TAKE-OFF?</h1>
</div>
</div>
</div>
<div class="button">
<a href="#" class="btn">LEARN MORE</a>
<a href="#" class="btn">REGISTRATION</a>
</div>
</section>
</header>
<!--service start-->
<section id="service" class="service">
<div class="container">
<div class="service-counter text-center">
<div class="col-md-3 col-sm-3">
<div class="single-service-box">
<div class="service-img">
<img src="service/s1.png" alt="service-icon" />
</div><!--/.service-img-->
<div class="service-content">
<h2>
<a href="#">
Best Rates
</a>
</h2>
<p>We demand reasonable packages that are genuine and worth our services </p>
</div><!--/.service-content-->
</div><!--/.single-service-box-->
</div><!--/.col-->
<div class="col-md-3 col-sm-3">
<div class="single-service-box">
<div class="service-img">
<img src="service/s2.png" alt="service-icon" />
</div><!--/.service-img-->
<div class="service-content">
<h2>
<a href="#">
Passionate service
</a>
</h2>
<p>We don’t leave even a single stone unturned to make our clients’ vacations memorable </p>
</div><!--/.service-content-->
</div><!--/.single-service-box-->
</div><!--/.col-->
<div class="col-md-3 col-sm-3">
<div class="single-service-box">
<div class="service-img">
<img src="service/s3.png" alt="service-icon" />
</div><!--/.service-img-->
<div class="service-content">
<h2>
<a href="#">
Secure booking
</a>
</h2>
<p>We are authentic, reliable and your every investment is safe with us. </p>
</div><!--/.service-content-->
</div><!--/.single-service-box-->
</div><!--/.col-->
<div class="col-md-3 col-sm-3">
<div class="single-service-box">
<div class="service-img">
<img src="service/s4.png" alt="service-icon" />
</div><!--/.service-img-->
<div class="service-content">
<h2>
<a href="#">
No hidden fees
</a>
</h2>
<p>We don’t demand extra money beyond the chosen package of our clients. </p>
</div><!--/.service-content-->
</div><!--/.single-service-box-->
</div><!--/.col-->
</div><!--/.statistics-counter-->
</div><!--/.container-->
</section><!--/.service-->
<!--service end-->
<!--deals start-->
<section id="deals" class="deal-section">
<div class="container2">
<div class="deal-head">
<h2><strong>Deals</strong></h2>
<p>Best deals for you!!!</p>
</div>
<div class="deal-body">
<div class="card">
<img src="./destination/hyderabad.jpg" alt="Hyderabad">
<div class="blogcontent">
<h3>Hyderabad<span>: City of Pearls</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/kolkata.png" alt="Kolkata">
<div class="blogcontent">
<h3>Kolkata<span>: City of Joy</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/Mumbai-Gateway-625x470.webp" alt="Mumbai">
<div class="blogcontent">
<h3>Mumbai<span>: City of Dreams</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/udaipur.webp" alt="Udaipur">
<div class="blogcontent">
<h3>Udaipur<span>: City of Lakes</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/varanasi.jpg" alt="Varanasi">
<div class="blogcontent">
<h3>Varanasi<span>: City of Light</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/kerala.jpg" alt="kerala">
<div class="blogcontent">
<h3>Kerala<span>: Land of God</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/delhi.jpg" alt="Delhi">
<div class="blogcontent">
<h3>Delhi<span>: City of Rallies</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+00000000000" class="btn1">Book Now</a>
</div>
</div>
<div class="card">
<img src="./destination/goa.jpg" alt="Goa">
<div class="blogcontent">
<h3>Goa<span>: Pearl of the orient</span></h3>
<p>By<a href=""> Our Flight</a></p>
<a href="tel:+0000000000" class="btn1">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!--deals end-->
<!--about start-->
<section id="about-us" class="about">
<div class="container">
<div class="about-details">
<div class="gallary-header text-center">
<h2>
<strong>About Us</strong>
</h2>
<p class="text-justify">
Airfare is an excellent brand within the tourism industry. To all travel needs, from domestic to international tours, we are a one-stop destination. We understand how important your holiday is to you so we make every effort to make your trip a memorable one.
<br/><br/>
We aim to make our client holiday an enjoyable experience at our service. We give you comprehensive travel solutions for this, with the best deals and services worth your time.
<br/><br/>
Our Travel Experts can provide you with the best offers and packages to choose from. Our agency is committed to providing our esteemed clients with quick , efficient and customized services. Our staffs are well educated and skilled and are always able to provide services to you at all times.
</p>
</div><!--/.gallery-header-->
</div><!--/.about-details-->
</div><!--/.container-->
<br/>
<div class="container">
<div class="panel-group" >
<div class="panel panel-default">
<div class="panel-heading" role="tab">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<i class="more-less glyphicon glyphicon-folder-close"></i>
Privacy Policy
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<h4>Privacy Policy</h4>
<p>At ________________, one of our main priorities is the privacy of our visitors. This Privacy
Policy document
contains types of information that is collected and recorded and how we use it.<br>If you have additional
questions or require more information about our Privacy Policy, do not hesitate to contact us.<br>This
Privacy Policy applies only to our online activities and is valid for visitors to our website with regards
to the information that they shared and/or collect in www.cheapestairfare.in. This policy is not
applicable to any
information collected offline or via channels other than this website.</p>
<h4>Consent</h4>
<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>
<h4>Information we collect</h4>
<p>he personal information that you are asked to provide, and the reasons why you are asked to provide it,
will be made clear to you at the point we ask you to provide your personal information.<br>If you contact
us directly, we may receive additional information about you such as your name, email address, phone
number, the contents of the message and/or attachments you may send us, and any other information you may
choose to provide.<br>When you register for an Account, we may ask for your contact information, including
items such as name, company name, address, email address, and telephone number.</p>
<h4>How we use your information</h4>
<p>We use the information we collect in various ways, including to:</p>
<ul>
<li>Provide, operate, and maintain our website</li>
<li>Improve, personalize, and expand our website</li>
<li>Understand and analyze how you use our website</li>
<li>Develop new products, services, features, and functionality</li>
<li>Communicate with you, either directly or through one of our partners, including for customer service,
to provide you with updates and other information relating to the website, and for marketing and
promotional purposes</li>
<li>Send you emails</li>
<li>Find and prevent fraud</li>
</ul>
<h4>Log Files</h4>
<p>www.cheapestairfare.in follows a standard procedure of using log files. These files log visitors
when they visit
websites. All hosting companies do this and a part of hosting services' analytics. The information
collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider
(ISP), date and time stamp, referring/exit pages, and possibly the number of clicks. These are not linked
to any information that is personally identifiable. The purpose of the information is for analyzing
trends, administering the site, tracking users' movement on the website, and gathering demographic
information.</p>
<h4>Advertising Partners Privacy Policies</h4>
<p>You may consult this list to find the Privacy Policy for each of the advertising partners of
www.cheapestairfare.in.<br>Third-party ad servers or ad networks uses technologies like cookies,
JavaScript, or Web
Beacons that are used in their respective advertisements and links that appear on www.cheapestairfare.in, which are
sent directly to users' browser. They automatically receive your IP address when this occurs. These
technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize
the advertising content that you see on websites that you visit.<br>Note that www.cheapestairfare.in
has no access to
or control over these cookies that are used by third-party advertisers.
</p>
<h4>Third Party Privacy Policies</h4>
<p>
www.cheapestairfare.in Privacy Policy does not apply to other advertisers or websites. Thus, we are
advising you to
consult the respective Privacy Policies of these third-party ad servers for more detailed information. It
may include their practices and instructions about how to opt-out of certain options.
You can choose to disable cookies through your individual browser options. To know more detailed
information about cookie management with specific web browsers, it can be found at the browsers'
respective websites.
</p>
<h4>CCPA Privacy Rights (Do Not Sell My Personal Information)</h4>
<p>Under the CCPA, among other rights, California consumers have the right to:<br>Request that a business
that collects a consumer's personal data disclose the categories and specific pieces of personal data that
a business has collected about consumers.<br>Request that a business delete any personal data about the
consumer that a business has collected.<br>Request that a business that sells a consumer's personal data,
not sell the consumer's personal data.<br>If you make a request, we have one month to respond to you. If
you would like to exercise any of these rights, please contact us.</p>
<h4>GDPR Data Protection Rights</h4>
<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is
entitled to the following:<br>The right to access – You have the right to request copies of your personal
data. We may charge you a small fee for this service.<br>The right to rectification – You have the right
to request that we correct any information you believe is inaccurate. You also have the right to request
that we complete the information you believe is incomplete.<br>The right to erasure – You have the right
to request that we erase your personal data, under certain conditions.<br>The right to restrict processing
– You have the right to request that we restrict the processing of your personal data, under certain
conditions.<br>The right to object to processing – You have the right to object to our processing of your
personal data, under certain conditions.<br>The right to data portability – You have the right to request
that we transfer the data that we have collected to another organization, or directly to you, under
certain conditions.<br>If you make a request, we have one month to respond to you. If you would like to
exercise any of these rights, please contact us.</p>
<h4>Children's Information</h4>
<p>Another part of our priority is adding protection for children while using the internet. We encourage
parents and guardians to observe, participate in, and/or monitor and guide their online
activity.<br>www.cheapestairfare.in does not knowingly collect any Personal Identifiable Information
from children
under the age of 13. If you think that your child provided this kind of information on our website, we
strongly encourage you to contact us immediately and we will do our best efforts to promptly remove such
information from our records.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" >
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<i class="more-less glyphicon glyphicon-folder-close"></i>
Terms & Conditions
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<h4>Terms and Conditions</h4>
<p>Welcome to www.cheapestairfare.in!<br>These terms and conditions outline the rules and regulations
for the use of www.cheapestairfare.in's Website<br>By accessing this website we assume you accept
these terms and conditions. Do not continue to use www.cheapestairfare.in if you do not agree to
take all of the terms and conditions stated on this page.<br>The following terminology applies to these
Terms and Conditions, Privacy Statement and Disclaimer Notice and all Agreements: "Client", "You" and
"Your" refers to you, the person log on this website and compliant to the Company’s terms and conditions.
"The Company", "Ourselves", "We", "Our" and "Us", refers to our Company. "Party", "Parties", or "Us",
refers to both the Client and ourselves. All terms refer to the offer, acceptance and consideration of
payment necessary to undertake the process of our assistance to the Client in the most appropriate manner
for the express purpose of meeting the Client’s needs in respect of provision of the Company’s stated
services, in accordance with and subject to, prevailing law of Netherlands. Any use of the above
terminology or other words in the singular, plural, capitalization and/or he/she or they, are taken as
interchangeable and therefore as referring to same.</p>
<h4>Cookies</h4>
<p>We employ the use of cookies. By accessing www.cheapestairfare.in, you agreed to use cookies in
agreement with the www.cheapestairfare.in's Privacy Policy.<br>Most interactive websites use cookies
to let us retrieve the user’s details for each visit. Cookies are used by our website to enable the
functionality of certain areas to make it easier for people visiting our website. Some of our
affiliate/advertising partners may also use cookies.</p>
<h4>License</h4>
<p>Unless otherwise stated, www.cheapestairfare.in and/or its licensors own the intellectual property
rights for all material on www.cheapestairfare.in. All intellectual property rights are reserved.
You may access this from www.cheapestairfare.in for your own personal use subjected to restrictions
set in these terms and conditions.</p>
<p>You must not:</p>
<ul>
<li>Republish material from www.cheapestairfare.in</li>
<li>Sell, rent or sub-license material from www.cheapestairfare.in</li>
<li>Reproduce, duplicate or copy material from www.cheapestairfare.in</li>
<li>Redistribute content from www.cheapestairfare.in</li>
</ul>
<p>This Agreement shall begin on the date hereof.</p>
<p>Parts of this website offer an opportunity for users to post and exchange opinions and information in
certain areas of the website. www.cheapestairfare.in does not filter, edit, publish or review
Comments prior to their presence on the website. Comments do not reflect the views and opinions of www.cheapestairfare.in,its agents and/or affiliates. Comments reflect the views and opinions of the
person who post their views and opinions. To the extent permitted by applicable laws, www.cheapestairfare.in shall not be liable for the Comments or for any liability, damages or expenses
caused and/or suffered as a result of any use of and/or posting of and/or appearance of the Comments on
this website.</p>
<p>www.cheapestairfare.in reserves the right to monitor all Comments and to remove any Comments which
can be considered inappropriate, offensive or causes breach of these Terms and Conditions.</p>
<p>You warrant and represent that:</p>
<ul>
<li>You are entitled to post the Comments on our website and have all necessary licenses and consents to
do so;</li>
<li>The Comments do not invade any intellectual property right, including without limitation copyright,
patent or trademark of any third party;</li>
<li>The Comments do not contain any defamatory, libelous, offensive, indecent or otherwise unlawful
material which is an invasion of privacy</li>
<li>The Comments will not be used to solicit or promote business or custom or present commercial
activities or unlawful activity.</li>
</ul>
<h4>Hyperlinking to our Content</h4>
<p>The following organizations may link to our Website without prior written approval:</p>
<ul>
<li>Government agencies;</li>
<li>Search engines;</li>
<li>News organizations;</li>
<li>Online directory distributors may link to our Website in the same manner as they hyperlink to the
Websites of other listed businesses;</li>
<li>System wide Accredited Businesses except soliciting non-profit organizations, charity shopping malls,
and charity fundraising groups which may not hyperlink to our Web site.</li>
</ul>
<p>These organizations may link to our home page, to publications or to other Website information so long as
the link: (a) is not in any way deceptive; (b) does not falsely imply sponsorship, endorsement or approval
of the linking party and its products and/or services; and (c) fits within the context of the linking
party’s site.</p>
<p>We may consider and approve other link requests from the following types of organizations:</p>
<ul>
<li>commonly-known consumer and/or business information sources;</li>
<li>dot.com community sites;</li>
<li>associations or other groups representing charities;</li>
<li>online directory distributors;</li>
<li>internet portals;</li>
<li>accounting, law and consulting firms; and</li>
<li>educational institutions and trade associations.</li>
</ul>
<p>We will approve link requests from these organizations if we decide that: (a) the link would not make us
look unfavorably to ourselves or to our accredited businesses; (b) the organization does not have any
negative records with us; (c) the benefit to us from the visibility of the hyperlink compensates the
absence of www.cheapestairfare.in; and (d) the link is in the context of general resource
information.</p>
<p>These organizations may link to our home page so long as the link: (a) is not in any way deceptive; (b)
does not falsely imply sponsorship, endorsement or approval of the linking party and its products or
services; and (c) fits within the context of the linking party’s site.</p>
<p>If you are one of the organizations listed in paragraph 2 above and are interested in linking to our
website, you must inform us by sending an e-mail to www.cheapestairfare.in. Please include your
name, your organization name, contact information as well as the URL of your site, a list of any URLs from
which you intend to link to our Website, and a list of the URLs on our site to which you would like to
link. Wait 2-3 weeks for a response.</p>
<p>Approved organizations may hyperlink to our Website as follows:</p>
<ul>
<li>By use of our corporate name; or</li>
<li>By use of the uniform resource locator being linked to; or</li>
<li>By use of any other description of our Website being linked to that makes sense within the context and
format of content on the linking party’s site.</li>
</ul>
<p>No use of www.cheapestairfare.in's logo or other artwork will be allowed for linking absent a
trademark license agreement.</p>
<p>You hereby grant www.cheapestairfare.in a non-exclusive license to use, reproduce, edit and
authorize others to use, reproduce and edit any of your Comments in any and all forms, formats or media.
</p>
<h4>iFrames</h4>
<p>Without prior approval and written permission, you may not create frames around our Webpages that alter
in any way the visual presentation or appearance of our Website.</p>
<h4>Content Liability</h4>
<p>We shall not be hold responsible for any content that appears on your Website. You agree to protect and
defend us against all claims that is rising on your Website. No link(s) should appear on any Website that
may be interpreted as libelous, obscene or criminal, or which infringes, otherwise violates, or advocates
the infringement or other violation of, any third party rights.</p>
<h4></h4>
<p>Please read Privacy Policy</p>
<h4>Reservation of Rights</h4>
<p>We reserve the right to request that you remove all links or any particular link to our Website. You
approve to immediately remove all links to our Website upon request. We also reserve the right to amen
these terms and conditions and it’s linking policy at any time. By continuously linking to our Website,
you agree to be bound to and follow these linking terms and conditions.</p>
<h4>Removal of links from our website</h4>
<p>If you find any link on our Website that is offensive for any reason, you are free to contact and inform
us any moment. We will consider requests to remove links but we are not obligated to or so or to respond
to you directly.<br>We do not ensure that the information on this website is correct, we do not warrant
its completeness or accuracy; nor do we promise to ensure that the website remains available or that the
material on the website is kept up to date.</p>
<h4>Disclaimer</h4>
<p>To the maximum extent permitted by applicable law, we exclude all representations, warranties and
conditions relating to our website and the use of this website. Nothing in this disclaimer will:</p>
<ul>
<li>limit or exclude our or your liability for death or personal injury;</li>
<li>limit or exclude our or your liability for fraud or fraudulent misrepresentation;</li>
<li>limit any of our or your liabilities in any way that is not permitted under applicable law;</li>
<li>exclude any of our or your liabilities that may not be excluded under applicable law.</li>
</ul>
<p>The limitations and prohibitions of liability set in this Section and elsewhere in this disclaimer: (a)
are subject to the preceding paragraph; and (b) govern all liabilities arising under the disclaimer,
including liabilities arising in contract, in tort and for breach of statutory duty.</p>
<p>As long as the website and the information and services on the website are provided free of charge, we
will not be liable for any loss or damage of any nature.</p>
</div>
</div>
</div>
</div><!-- panel-group -->
</div><!-- container -->
</section><!--/.about-->
<!--about end-->
<!--contact start-->
<!--contact start-->
<section id="contact-us" class="contact">
<div class="content">
<h2 >
<strong>Contact Us</strong>
</h2>
</div>
<div class="container1">
<div class="contactInfo">
<div class="box">
<div class="icon">
<img src="icons/google-maps.png"/>
</div>
<div class="text">
<h3>Address</h3>
<p>Company address will be added here,<br> location,<br> pincode</p>
</div>
</div>
<div class="box">
<div class="icon">
<img src="icons/telephone-call.png" />
</div>
<div class="text">
<h3>Phone Number</h3>
<p>0000000000</p>
</div>
</div>
<div class="box">
<div class="icon">
<img src="icons/gmail.png" />
</div>
<div class="text">
<h3>Email Address</h3>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="contactForm">
<form>
<h2>Send Message</h2>
<div class="inputBox">
<input type="text" name="" required="required">
<span>Full Name</span>
</div>
<div class="inputBox">
<input type="text" name="" required="required">
<span>Email</span>
</div>
<div class="inputBox">
<textarea required="required"></textarea>
<span>Type your Mesaage...</span>
</div>
<div class="inputBox">
<input type="submit" name="" value="Send">
</div>
</form>
</div>
</div>
</section>
<!--contact end-->
<footer class="footer-copyright">
<div class="container">
<div class="foot-icons ">
<div class="footer-social-links">
<div class="foot-img">
<a href="#" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a>
</div>
<div class="foot-img">
<a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a>
</div>
<div class="foot-img">
<a href="#" target="_blank" class="foot-icon-bg-3"><i class="fa fa-youtube"></i></a>
</div>
</div>
<p>© 2022 <a href="#">AIRFARE</a>. All Right Reserved</p>
</div><!--/.foot-icons-->
<div id="scroll-Top">
<i class="fa fa-angle-double-up return-to-top" id="scroll-top" data-toggle="tooltip" data-placement="top" title="Back to Top" data-original-title="Back to Top" aria-hidden="true"></i>
</div><!--/.scroll-Top-->
<div id="call-us">
<a href="tel:+00000000000"><i class="fa fa-phone" title="Call Us: +1 888-398-9666" data-original-title="Call Us" aria-hidden="true"></i></a>
</div><!--/.scroll-Top-->
</div>
</footer>
</body>
</html>