-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7days.html
327 lines (284 loc) · 16.5 KB
/
7days.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>7days safari in uganda</title>
<link rel="stylesheet" href="18day.css">
<link rel="stylesheet" href="package.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<nav class="nav-bar">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="logo"> APES AFRICA SAFARIS TOURS AND TRAVEL UGANDA</div>
<div class="nav-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="safaris.html">Safaris</a></li>
<li><a href="About us.html">About</a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</div>
</nav>
<div class="days-7">7 DAYS SAFARI HOLIDAY IN UGANDA</div>
<div class="wonder">
<p>
This safari in uganda <span>The Pearl of Africa</span> will take you to Kibale forest for Chimpanzee tracking and a Bigodi wetland walk, Queen Elizabeth N/park where you will enjoy game viewing, a boat cruise on the Kazinga Channel and also climbing lions in Ishasha sector and Bwindi Impenetrable forest to trek Mountain Gorillas
</p>
</div>
<H3 class="high">activities to do <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></H3>
<ul class="list">
<li>Chimpanzee tracking</li>
<li>Bigod wetland walk</li>
<li>Game viewing and drive</li>
<li>boatcruise at kazinga channel</li>
<li>gorilla-trekking in Bwindi Impenetrable NP</li>
</ul>
<script>
var head = document.querySelector('.high');
var list = document.querySelector('.list');
var rotate = document.querySelector('.ex1');
head.addEventListener('click', function(){
if(list.style.height === ""){
list.style.height = "fit-content";
rotate.style.transform = "rotate(-180deg)";
}
else {
list.style.height = "";
rotate.style.transform = "rotate(0deg)";
}
})
</script>
<h2>intinerary</h2>
<div class="PACKAGE">
<H3 class="day classic">Day 1: Ariival and pick up <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></H3>
<div class="panel">
<p>Upon your arrival at Entebbe Internal airport, our driver guide will welcome and brief you about the trip before transferring you to the pre-booked </p>
<h4>Destination</h4>
<p>Entebbe International airport</p>
<H4>Accomdation</H4>
<p>Dolphin Suites</p>
<h4>meals</h4>
<p>Dinner and morning break fast</p>
</div>
<h3 class="day2 classic">Day 2: Transfer to Bwindi Impenetrable National park <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></h3>
<div class="panel">
<p>Have break fast very early in the morning and embark on the transfer to Bwindi impenetrable National park
The journey will be quite long but dont worry you will have
fantantsic and wonderful drive, .You reach late evening , just chech into the accommadation
for dinner and overnight stay
</p>
<h4>accomadation</h4>
<p>Rushaga Gorilla lodge</p>
<h4>meals</h4>
Dinner & breakfast
</div>
<h3 class="day classic"> Day 3: Gorilla trekking in Bwindi NP <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></h3>
<div class="panel">
<p>Have breakfast in the morning and to transfer to the park headquaters with your lunch packed where you will be briefed by the
park rangers and after you will be accompanied by park rangers as you enter the mist-covered forest
to track mountain Gorillas.</p>
<p>You can use potters to carry your luaggage just in case you have and pay them some small amount of monkey
for their labor. Tracking may take 3 and 6 hours and the moment you see and start intteracting with gorillas only one hour is given to you
After tracking, return to the lodge and later in the evening take a walk in various communties such as Bwata and Bakiga community
where you will interact wuth them and learn alot about their culture nad later return to the lodge for dinner and overnight stay.
</p>
</div>
<h3 class="day2 classic"> Day 4: Transfer to Queen Elizabeth NP <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></h3>
<div class="panel">
<p>Have breakfast in the morning and embark on transfer to Queen elizabeth NP
as you pass through Ishasha Sector which is home of mountain climbing lions.
The park has a reputation of mountain gorillas and other flora and funa</p>
<p>You will small game drive in Ishasha Sector as you head Queen Elizabeth NP</p>
<h4>accomadation</h4>
<p><span class="css"> Twin lake lodge</span></p>
<h4>meals:</h4>
dinner & breakfast
</div>
<H3 class="day classic"> Day 5: Morning game drive and boatcruse in the afternoon <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></H3>
<div class="panel">
<p>
You wii have your breakfast as usual very early in the morning and after immediately start off the game drive,
to be able to see the early risers like lions buffaloes, kobs elphants, leopords and among others in the plains of kasenyi
</p>
<p>Later drive back to the lodge for lunch and get ready for the afternoon boatcruise
on Kazinga channel which is home to various species like birds such as kingfishers, pink backed pelicans, on the kazinga is one
elephants,hippos and many more, after return to accommodation for dinner abd over night stay
</p>
</div>
<h3 class="day2 classic">Day 6:Transfer kibale forest (chimpanzes trackinng) <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></h3>
<div class="panel">
<p>Have break fast and the set off for kibale forest
Arrive in the park and have lunch at the lodge. After lunch go for a walk in the Bigodi wetland in the afternoon. You will meet different people that stay there, who weave baskets, iron smelters also will see different birds like the Great Blue Turacos and more primates like, baboons among others. Dinner and overnight stay at your
</p>
<h4>Accomdation</h4>
Chimpanzee Forest lodge
<h4>meals</h4>
<p>All meals included</p>
</div>
<h3 class="day classic">Chimpanze tracking and transfer back to kampala <span><img src="IMAGES/expand.png" alt="" class="ex1"></span></h3>
<div class="panel">
<p>Have an early breakfast and depart from the lodge for the park headquarters in Kanyanchu with enough bottled drinking water, where you will be briefed about chimpanzee tracking. After briefing, you will embark on tracking through the forest at around 8:00am guided by an armed park ranger.</p>
<p>You will have an amazing time with the chimpanzees in their natural habitat. You will also see other primates like, grey checked Mangabeys, L’Hoest’s monkeys, butterflies and some of the forest’s unique birds, among others.</p>
<p>After lunch return to logde, have lunch and emabark on the transfer to kampala to catch your Flight</p>
<b>END OF TOUR</b>
</div>
</div>
<DIV id="Entry">
<DIv class="includes">
<span class="inn">PRICE INCLUDES </span>
<P>> Meals specified and accommodation in the suite facilities.</P>
<p>> Ground transportation in a comfortable 4*4 safari car.</p>
<p>> Applicable park entrance, activity fees. 40 USD P/P entry.</p>
<P>> Serivices of full time English speaking driver guide.</P>
<p>> Rhino tracking fee USD 55 P/P (ADULTS)</p>
<P>> All boat trips as an the intinerary. USD 30 PP/ TRIP</P>
<P>>Gorilla trekking permit (USD 700) Per person.</P>
<p>> Chimpanzee trekking permit per person.</p>
<p>> Bottled drinking water while on safari.</p>
<p>> All airport/hotel pick-up and drop-off.</p>
<p>> Acivities as stipulated (except those stated as optiona).</p>
</DIv>
<div class="excludes">
<span class="pone"> PRICE EXCLUDES</span>
<P>* Activities not mentioned in the details.</P>
<p>* Phone calls and bar bills.</p>
<p>* Personal/travel insurance.</p>
<p>* Drivers guide's gratuity (recommende).</p>
<p>* Flight tickets.</p>
<p>* Laudary.</p>
<p>* Entry visa into Uganda.</p>
<p>* All kinds of drinks apart from water.</p>
<p>* Any activity stated as <b>optional.</b></p>
</div>
</DIV>
<DIV id="MTN">
<div class="info" id="ex1">
<span class="pac">SAFARI PACKAGE INFO</span><br>
<b>Duration:</b> 7 days and 6 nights<br><br>
<b>Price p/p (2pax):</b><SPan class="CSS">$3000 PP (USD)</SPan><br>
A 70% deposit is due upon booking this tour.
<p>LOCATION: UGANDA</p>
<SPan id="PP"> Private, Family- friendly safari</SPan>
<div class="book">
<button type="button" onclick="document.getElementById('book').style.display= 'block'">BOOK NOW</button>
<div>
<form action="book.php" method="post" id="book">
<label for="name">NAME:</label> <input type="text" name="name">
<p><label for="number">NUMBER OF PEOPLE</label> <input type="number" name="number" class="grey"></p>
<p><label for="email">Email</label> <input type="email" name="email" class="grey"></p>
<p><label for="passport">passport number</label> <input type="text" name="number" v></p>
<p><label for="telephone">whatsapp number</label> <input type="tel" name="telephone" class="grey"></p>
<p><label for="passport">passport photo</label> <input type="file" name="passport photo" accept="image/*" ></p>
<button>send</button>
</form>
</div>
</div>
</div>
<div>
<form class="from" action="davsi.php" method="post" >
<h3>Alternatively, request info</h3>
<DIv > <label for="name">NAME</label><input type="text" name="name" placeholder="YOUR NAME" class="grey"> </DIv>
<div> <label for="email">EMAIL</label><input type="email" placeholder="Email" class="grey"></div>
<div> <label for="days">Number of Days</label><input type="number" name="days" placeholder="Nunber of days" class="grey"></div>
<div><label for="message">message</label><textarea name="message" id="" cols="30" rows="15" placeholder="message" class="grey"></textarea></div>
<button>SEND</button>
</form>
</div>
</DIV>
<H1>other packages you may like</H1>
<Div class="dog" id="animation" data-animated>
<div class="car">
<figure id="myImage" class="DOG">
<img src="IMAGES/murchison-falls-1229x820x184x0x860x820x1656053925.webp" alt="">
<div class="caption1"> Duration: 3 Days & 2 nights $ price P/P <span class="css">(2pax):$700</span></div>
<div class="caption2"> 3-Day Murchison Falls Vaccation<br>Including Big 5 Sigg</div>
</figure>
<figure id="sebo" class="DOG">
<img src="IMAGES/gorilla. - Copy.jpg" alt="gorilla-trekking-" class="ddd">
<div class="caption1">Duration:3 Days & 2 nights price p/p <span class="css">(2pax) $ 1,200 </span> Uganda</div>
<div class="caption2">3 Day Golrilla Trekking in Uganda:<br>
A safari Experience in Bwindi Forest </div>
</figure>
<figure class="DOG" id="day7">
<img src="IMAGES/[email protected]" alt="" class="ddd">
<div> <span class="shs">price p/p</span> <span class="css">3000 USD </span> </div>
<div class="caption2"> 7-Day Tailor-Made Holidays and <br> Tour in Rwanda and Uganda</div>
</figure>
<FIgure class="DOG">
<img id="5day" src="IMAGES/Kidepo.jpg" alt="Kidepo">
<figcaption>
<span class="css">price p/p 1700</span>
<b class="caption1">Duration: 5 Days and 4 nights, location Uganda</b><br>
<p class="caption2">
5 Day Wildlife Safari<br>
to Kidep
</p>
</figcaption>
</FIgure>
<FIgure id="6day" class="DOG">
<img src="IMAGES/giraffe.jpg" alt="Elizabeth">
<figcaption><p class="caption1">Duration: 6 days & 5 nights, location: Uganda, price p/p <span class="css">USD $ 2300</span></p>
<p class="caption2">6 Day Queen Elizabeth and L.Mburo Safari</p></figcaption>
</FIgure>
<figure id="7day" class="DOG">
<img src="IMAGES/[email protected]" alt=" gorilla-trekking">
<figcaption>
<span class="caption2">
<span class="css">price p/p 3000</span>
7 Day primate trekking<br>
& Wildlife Safari
</span>
</figcaption>
</figure>
<figure id="ten" class="DOG">
<img src="IMAGES/ELEPHANT.jpg" alt="elephant">
<figcaption class="caption2"> 9 days safari in Uganda including<br>
<span class="css">price p/p 2750</span> game drives, gorilla-trekking</figcaption>
</figure>
<figure id="12day" class="DOG">
<img src="IMAGES/WATER FALLS MUR.jpg" alt="falls">
<figcaption>Duration: <span class=> 12days and 11days, </span> location
<span> Uganda</span> price: <span class="css">USD 4195 P/P</span><BR>
<p class="caption2">
12 Day customized tour<br> safari package,<br>
Safari and Golrilla Trekking,
</p>
</figcaption>
</figure>
<figure id="18day" class="DOG">
<img src="IMAGES/gorilla-trekking-700x450.jpg" alt="" class="ddd">
<figcaption><p class="caption1">Duration:18 Days & 17 nights <span class="css">price p/p 5650</span> location: Rwanda and Uganda</p>
<p class="caption2">18 Day Rwanda-Uganda Safari Including Gorilla Trekking</p></figcaption>
</figure>
</div>
<div class="arrows">
<span class="left"><img src="IMAGES/previous.png" alt="" class="png"></span>
<span class="Right"><img src="IMAGES/next.png" alt="" class="png"></span>
</div>
</Div>
<DIV class="GET">
<P><SPan class="quick"> GET TO KNOW MORE</SPan></P>
APES AFRICA SAFARIS TOURS AND TRAVEL UGANDA
<P>We are specialists in taliored tours and travels in Uganda and East Africa.<br>
Whetherfor individuals,fsmilies or larger groups,<br>
We provide a personalized,high qualityservice.</P>
<p><span class="quick"> QUICK LINKS</span></p>
<P><a href="safaris.html">safari packages</a></P>
<p><a href="index.html">Home</a></p>
<p><a href="About us.html">About US</a></p>
</div>
<script src="7days.js"></script>
<script src="Pack.js"></script>
<script src="animation.js"></script>
<script src="scroll.js"></script>
<script src="next.js"></script>
<script src="menu.js"></script>
</body>
</html>