-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.html
254 lines (220 loc) · 9.76 KB
/
package.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Travel Package</title>
<link rel="icon" href="./assets/files/logo.png">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="./assets/css/pacakage.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body class="package-body">
<nav>
<img src="./assets/files/logo.png" class="logo" alt="Logo" title="FirstFlight Travels">
<ul class="navbar">
<li>
<a href="./index.html">Home</a>
<a href="./index.html#package">Packages</a>
<a href="./index.html#locations">Locations</a>
<a href="./info.html">About Us</a>
<a href="./contact.html">Contact Us</a>
</li>
</ul>
</nav>
<section>
<div class="package-heading" id="6000">
<h1>Top Stays In & Around for a Weekend Getaway</h1>
<p>Need a break from the daily drill? It is time to switch off and escape to these beautiful properties
located near the city. Here's a list especially curated for you. Just pick your favourite!
</p>
</div><br>
</section>
<section class="package3" id="package">
<div class="pack3-content">
<div class="text-block1">
<h3>Flash deal is Live</h3>
<p>Get extra discount on best sellers. Code: FLASHDEAL</p>
</div>
<a href="./package.html#6000">
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.1.jpg" alt="">
<h3>Starting at Rs.6,700 </h3>
</div>
</div>
</a>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pack2.2.jpg" alt="">
<h3>Starting at Rs.4,999</h3>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.3.jpg" alt="">
<h3>Starting at Rs.9,999</h3>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.4.webp" alt="">
<h3>Starting at Rs.39,000</h3>
</div>
</div>
<a href="./package.html#6000">
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.5.jpg" alt="">
<h3>Starting at Rs.3,700/-</h3>
</div>
</div>
</a>
</div>
</section>
<section class="package3" id="package">
<div class="pack4-content">
<div class="text-block1">
<h3>Explore the Unexplored</h3>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/package3.1.jpg" alt="">
<h4>Starting at Rs.1,06,999</h4>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/package 3.2.jpg" alt="">
<h4>Starting at Rs.1,39,000</h4>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/package3.3.jpg" alt="">
<h4>Starting at Rs.1,30,700/-</h4>
</div>
</div>
</div>
</section>
<section class="package3" id="package">
<div class="pack3-content">
<div class="text-block1">
<h3>International Destinations!</h3>
<p>Grab Best deals on international destinations!</p>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pack2.2.jpg" alt="">
<h3>Starting at Rs.4,999</h3>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.3.jpg" alt="">
<h3>Starting at Rs.9,999</h3>
</div>
</div>
<div class="box">
<div class="image-pac">
<img src="./assets/files/pac2.4.webp" alt="">
<h3>Starting at Rs.39,000</h3>
</div>
</div>
</div>
</section>
<section class="faq">
<div class="container2">
<style>
.container2 {
position: relative;
grid-template-columns: auto auto auto;
gap: 5%;
padding: 35px;
margin-top: 50px;
margin-left: 35px;
margin-right: 34px;
border-radius: 10px;
font-size: 12px;
color: black;
background-color: white;
box-shadow: 5px 5px 10px #3b3737;
}
</style>
<div> <br>
<h1 class="faqh1">FAQs - Frequently Asked Questions</h1>
</div>
<p><br>
<h3> What kind of destinations can I choose for travelling?</h3> <br>
<p> You can choose any destination for travel as per your mood. For an action-packed holiday, you can choose
wildlife, trekking and other adventurous destinations. For a romantic holiday with your special someone,
you can choose from a range of couple-friendly destinations. You can also choose the kind of holiday you
want based on the destination you like—whether hills, mountains, beaches, heritage or pilgrimage sites.
</p><br>
<hr>
<br>
<h3> Can I opt for a budget-friendly holiday?</h3><br>
<p>
Yes, you can. All you have to do is set an approximate expenditure amount in your mind before starting
exploring the ideas here. You can search for a suitable destination for your travel in any range from
Rs. 10,000 to Rs. 50,000. It is advisable to make all the bookings in advance in order to avoid change
in prices.</p><br>
<hr>
<br>
<h3> Which time of the year is best suited for booking a holiday?</h3><br>
<p>x
Holidays can be booked throughout the year. You only need to select the month in which you are planning
to travel. Our curated list of ideas is designed in such a way that you will be able to see only those
destinations which are most suitable for that particular month of the year. If you select a combination
of filters defining your month, budget and purpose of travel, you will get the appropriate destination
name and other details.</p><br>
<hr>
<br>
<h3>What all will I get in a holiday idea?</h3>
<p>Once you choose a destination, it will give you complete details of all the unique things about that
place that must not be missed, including most visited local sites, best places to stay and all the
memorable experiences that you can indulge in. You will be given multiple options of hotels, resorts and
guest houses to choose from depending on your budget. </p> <br>
<hr>
</p>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="foot">
<div class="footer-content">
<div class="footlinks">
<h4>Quick Links</h4>
<ul>
<li><a href="./booking.html">Register</a></li>
<li><a href="./info.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footlinks">
<h4>Connect</h4>
<div class="social">
<a href="https://www.facebook.com/profile.php?id=100007787415175" target="_blank"><i
class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/iamit010/" target="_blank"><i
class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/sarcasmit_" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://www.linkedin.com/in/amit-kumar-singh-475b36212/" target="_blank"><i
class='bx bxl-linkedin'></i></a>
<a href="https://github.com/iamit010" target="_blank"><i class='bx bxl-github'></i></a>
</div>
</div>
</div>
</div>
<div class="end">
<p>Copyright © 2023 Adventour All Rights Reserved.<br>Website developed by: Amit Kumar Singh</p>
</div>
</section>
</body>
</html>