-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
493 lines (430 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
493 lines (430 loc) · 18.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Aholic Hotels</title>
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="images/favicon.svg" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/>
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
<link rel="manifest" href="images/site.webmanifest" />
<link rel="stylesheet" href="css/style.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=DM+Serif+Display&family=Poppins:wght@100;400&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script defer src="index.js"></script>
</head>
<!-- commit changes -->
<body>
<!-- ========================================
NavBar Section
======================================== -->
<header class="header" id="header">
<img class="nav-logo" src="images/Aholic-logotrim.png" alt="The Caeser Grand Logo" />
<nav class="navbar">
<ul class="nav-list">
<li class="nav-link"><a href="#">home</a></li>
<li class="nav-link"><a href="#">about</a></li>
<li class="nav-link"><a href="#">dining</a></li>
<li class="nav-link"><a href="#">accommodation</a></li>
<li class="nav-link"><a href="#">facilities & amenities</a></li>
<li class="nav-link"><a href="#">contact</a></li>
<button class="btn nav-btn">make reservation</button>
</ul>
</nav>
<div class="mobile-navbar-btn">
<i class="fa-solid fa-bars mobile-nav-icon" name="menu-outline"></i>
<i class="fa-regular fa-rectangle-xmark mobile-nav-icon" name="close-outline"></i>
</div>
</header>
<main>
<section class="hero-section">
<video autoplay loop muted playsinline class="hero-video">
<source src="images/video12.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="hero-overlay"></div>
<div class="hero-content">
<h2 class="cream-color animate-fade-up">Dive into Ultimate Luxury at</h2>
<h1 class="white-color animate-fade-up delay-1 letter-by-letter-title">
<span>T</span><span>h</span><span>e</span>
<span>A</span><span>h</span><span>o</span><span>l</span><span>i</span><span>C</span>
<span>H</span><span>O</span><span>T</span><span>E</span><span>L</span>
</h1>
</div>
</section>
</main>
<!-- ========================================
Facilities Section
======================================== -->
<section class="section facility-section">
<div class="overlay-gradient"></div>
<div class="facility-glass-card animate-fade-up">
<h2 class="cream-color">An Escape from Reality</h2>
<div class="separator-line"></div>
<p>
Immerse yourself in serenity. Quisque velit nisi, pretium ut lacinia in,
elementum id enim. Curabitur non nulla sit amet nisl tempus convallis
quis ac lectus elit tellus mattis.
</p>
<div class="play-btn-wrapper">
<a href="images/video12.mp4" class="play-btn-luxury">
<span class="pulse-ring"></span>
<i class="fa-solid fa-play"></i>
</a>
<span class="play-text">Watch the Experience</span>
</div>
</div>
</section>
<!-- ========================================
Service Section
======================================== -->
<section class="section service-section">
<div class="common-heading animate-fade-up">
<h2 class="cream-color">Exquisite Offerings</h2>
<p class="white-color" style="margin-top: 1.5rem; letter-spacing: 1px;">
Curated experiences designed to exceed your every expectation.
</p>
</div>
<div class="grid service-grid grid-four-col">
<div class="service-card animate-fade-up delay-1">
<div class="card-img-wrapper">
<img src="images/New Images/Service_dining.PNG" alt="In-room dining" loading="lazy" />
<div class="card-gradient"></div>
</div>
<div class="card-content">
<h3>In-Room Dining</h3>
<div class="card-details">
<p>Savor Michelin-star culinary artistry from the absolute comfort and privacy of your suite, available 24/7.</p>
<span class="explore-link">Discover More</span>
</div>
</div>
</div>
<div class="service-card animate-fade-up delay-2">
<div class="card-img-wrapper">
<img src="images/New Images/Service_privatePool.PNG" alt="Private Pools" loading="lazy" />
<div class="card-gradient"></div>
</div>
<div class="card-content">
<h3>Private Pools</h3>
<div class="card-details">
<p>Unwind in your personal infinity pool offering panoramic views and undisturbed tranquility.</p>
<span class="explore-link">Discover More</span>
</div>
</div>
</div>
<div class="service-card animate-fade-up delay-3">
<div class="card-img-wrapper">
<img src="images/New Images/Service_bespoke.PNG" alt="Concierge Service" loading="lazy" />
<div class="card-gradient"></div>
</div>
<div class="card-content">
<h3>Bespoke Concierge</h3>
<div class="card-details">
<p>Our dedicated luxury attaches are ready to arrange exclusive tours, reservations, and personalized requests.</p>
<span class="explore-link">Discover More</span>
</div>
</div>
</div>
<div class="service-card animate-fade-up delay-4">
<div class="card-img-wrapper">
<img src="images/New Images/Service_VIPCasino.PNG" alt="VIP Casino" loading="lazy" />
<div class="card-gradient"></div>
</div>
<div class="card-content">
<h3>VIP Casino Access</h3>
<div class="card-details">
<p>Step into a world of high-stakes thrills with priority entry to our private, world-class gaming floors.</p>
<span class="explore-link">Discover More</span>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================
Gallary Section
======================================== -->
<section class="section container gallery-section">
<div class="gallery-text common-heading animate-fade-up">
<h2 class="cream-color">Every Corner, A Masterpiece</h2>
<p class="white-color" style="letter-spacing: 1px; margin-top: 1.5rem;">
Explore the breathtaking architecture and meticulous details that define our sanctuary.
</p>
</div>
<div class="gallery-grid">
<figure class="gallery-item item-large animate-fade-up delay-1">
<img src="images/New Images/Gallary1.PNG" alt="Grand Lobby" loading="lazy" />
<figcaption>The Grand Lobby</figcaption>
</figure>
<figure class="gallery-item animate-fade-up delay-2">
<img src="images/Gallary Section/gallery-2.jpeg" alt="Dining Detail" loading="lazy" />
<figcaption>Fine Dining Details</figcaption>
</figure>
<figure class="gallery-item item-tall animate-fade-up delay-3">
<img src="images/Gallary Section/gallery-3.jpeg" alt="Spa Retreat" loading="lazy" />
<figcaption>Tranquil Spa Retreat</figcaption>
</figure>
<figure class="gallery-item animate-fade-up delay-4">
<img src="images/Gallary Section/gallery-4.jpeg" alt="Ocean View" loading="lazy" />
<figcaption>Panoramic Ocean Views</figcaption>
</figure>
<figure class="gallery-item item-wide animate-fade-up delay-1">
<img src="images/Gallary Section/gallery-5.jpeg" alt="Infinity Pool" loading="lazy" />
<figcaption>Rooftop Infinity Pool</figcaption>
</figure>
<figure class="gallery-item item-tall animate-fade-up delay-2">
<img src="images/Gallary Section/gallery-6.png" alt="Luxury Suite" loading="lazy" />
<figcaption>Presidential Suite</figcaption>
</figure>
<figure class="gallery-item animate-fade-up delay-3">
<img src="images/Gallary Section/gallery-3.jpeg" alt="Cocktail Lounge" loading="lazy" /> <figcaption>Exclusive Cocktail Lounge</figcaption>
</figure>
<figure class="gallery-item item-wide animate-fade-up delay-4">
<img src="images/Gallary Section/gallery-1.jpeg" alt="Event Hall" loading="lazy" /> <figcaption>The Royal Ballroom</figcaption>
</figure>
<figure class="gallery-item animate-fade-up delay-1">
<img src="images/Gallary Section/gallery-4.jpeg" alt="Lush Gardens" loading="lazy" /> <figcaption>Botanical Gardens</figcaption>
</figure>
</div>
</section>
<!-- ========================================
Accomodation Section
======================================== -->
<section class="section accommodation-section">
<div class="suite-tour-container">
<div class="suite-visuals">
<video autoplay loop muted playsinline class="suite-video" id="suite-video">
<source src="images/video-The-Imperial-Penthouse.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="suite-video-overlay"></div>
</div>
<div class="suite-interactive">
<div class="suite-nav">
<h2 class="cream-color suite-section-title">The Royal Collection</h2>
<ul class="suite-list" id="suite-list">
</ul>
</div>
<div class="suite-details-wrapper" id="suite-details">
<h3 class="white-color suite-title" id="suite-title">The Imperial Penthouse</h3>
<div class="suite-specs">
<div class="spec-item">
<span class="spec-label">Size</span>
<span class="spec-value" id="suite-size">2,500 sq ft</span>
</div>
<div class="spec-item">
<span class="spec-label">Bed</span>
<span class="spec-value" id="suite-bed">King (Custom)</span>
</div>
<div class="spec-item">
<span class="spec-label">View</span>
<span class="spec-value" id="suite-view">Panoramic Ocean</span>
</div>
</div>
<p class="suite-desc" id="suite-desc">
The pinnacle of luxury. Featuring a private wraparound terrace, a grand piano, and a dedicated 24-hour butler, this penthouse redefines royal living.
</p>
<button class="btn suite-btn">Reserve this Suite</button>
</div>
</div>
</div>
</section>
<!-- ========================================
Member Section
======================================== -->
<section class="section container member-section">
<div class="bento-grid">
<div class="bento-item bento-main animate-fade-up">
<h3 class="white-color uppercase-spaced">Luxury Privileges</h3>
<h2 class="cream-color bento-title">Membership Benefits</h2>
<p>
Step into a realm of uncompromising luxury. Our membership is curated to anticipate your every desire.
</p>
</div>
<div class="bento-item bento-text animate-fade-up delay-1">
<h3 class="white-color">World-Class Stays</h3>
<p>Complimentary suite upgrades, priority check-in, and late check-out privileges.</p>
</div>
<div class="bento-item bento-img animate-fade-up delay-2">
<img src="images/Member Section/member-section-1.jpg" alt="Luxury Suite" loading="lazy" />
<div class="img-overlay"></div>
</div>
<div class="bento-item bento-img bento-tall animate-fade-up delay-1">
<img src="images/Member Section/member-section-2.jpg" alt="Fine Dining" loading="lazy" />
<div class="img-overlay"></div>
</div>
<div class="bento-item bento-text animate-fade-up delay-2" id="casino">
<h3 class="white-color">Exclusive Casino</h3>
<p>Private access to high-roller rooms and dedicated VIP host services.</p>
</div>
<div class="bento-item bento-img bento-wide animate-fade-up delay-3">
<img src="images/New Images/Member_dining.PNG" alt="Casino Floor" loading="lazy" />
<div class="img-overlay"></div>
</div>
<div class="bento-item bento-text animate-fade-up delay-1" id="vouchers">
<h3 class="white-color">Lifestyle Vouchers</h3>
<p>Monthly bespoke vouchers for luxury brand shopping and private spa retreats.</p>
</div>
<div class="bento-item bento-text animate-fade-up delay-2">
<h3 class="white-color">Sommelier Selection</h3>
<p>A complimentary bottle of rare, vintage wine awaits in your suite upon every arrival.</p>
</div>
<div class="bento-item bento-img animate-fade-up delay-3">
<img src="images/Member Section/member-section-4.jpg" alt="Vintage Wine" loading="lazy" />
<div class="img-overlay"></div>
</div>
<div class="bento-item bento-cta animate-fade-up delay-4">
<h2 class="cream-color">Elevate Your Status</h2>
<p>Join the elite few who demand nothing but the absolute best.</p>
<button class="btn btn-outline">Become a Member</button>
</div>
</div>
</section>
<!-- ========================================
Event Section
======================================== -->
<section class="section container event-section">
<div class="common-heading animate-fade-up">
<h3 class="cream-color uppercase-spaced">Unforgettable Moments</h3>
<h2 class="white-color section-title">Ideal Venues For Any Event</h2>
<p style="color: var(--para); margin-top: 1.5rem; max-width: 60rem; margin-inline: auto;">
Whether you are planning an intimate gathering or a grand celebration, our bespoke venues provide the perfect canvas for your memories.
</p>
</div>
<div class="event-grid">
<div class="event-card animate-fade-up delay-1">
<div class="event-img-wrapper">
<img src="images/Event Section/event-1.png" alt="Exclusive Parties" loading="lazy" />
</div>
<div class="event-details">
<h3 class="cream-color">Parties</h3>
<p>Celebrate life's milestones in our vibrant, highly customizable event spaces tailored to your theme.</p>
<a href="#" class="explore-btn">Explore Venues</a>
</div>
</div>
<!-- ds -->
<div class="event-card animate-fade-up delay-2">
<div class="event-img-wrapper">
<img src="images/Event Section/event-3.jpg" alt="Luxury Weddings" loading="lazy" />
</div>
<div class="event-details">
<h3 class="cream-color">Weddings</h3>
<p>Exchange vows in breathtaking settings. Our dedicated planners ensure your special day is absolutely flawless.</p>
<a href="#" class="explore-btn">Explore Venues</a>
</div>
</div>
<div class="event-card animate-fade-up delay-3">
<div class="event-img-wrapper">
<img src="images/Event Section/event-2.png" alt="Corporate Conferences" loading="lazy" />
</div>
<div class="event-details">
<h3 class="cream-color">Conferences</h3>
<p>Inspire your team with state-of-the-art audiovisual tech and sophisticated boardroom environments.</p>
<a href="#" class="explore-btn">Explore Venues</a>
</div>
</div>
</div>
</section>
<!-- ========================================
Payment Section
======================================== -->
<section class="section container payment-section">
<div class="payment-heading">
<h2 class="cream-color">Your search for True Luxury ends here</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit
tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
</p>
</div>
<div class="payment-btn">
<button class="btn">Book here</button>
</div>
</section>
<!-- ========================================
Footer Section
======================================== -->
<footer class="footer container section">
<!-- Footer Contract Section -->
<section class="section contact-section">
<address class="contact-address">
<img
class="nav-logo"
src="images/Aholic-logotrim.png"
alt="logo"
srcset=""
/>
<h3 class="white-color">
!@# USA
</h3>
<div class="socialmedia-logo">
<a href="#" target="_blank"
><i class="fa-brands fa-facebook"></i
></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitter"></i></a>
<a href="#" target="_blank"
><i class="fa-brands fa-instagram"></i
></a>
<a href="#" target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="#" target="_blank"
><i class="fa-brands fa-telegram"></i
></a>
<a href="#" target="_blank"><i class="fa-brands fa-discord"></i></a>
</div>
</address>
<div class="contact-here">
<h3 class="white-color">
Subscribe to know more about latest offers
</h3>
<span class="contact-submit">
<label for="email address">
<input
type="email"
type="email"
placeholder="Enter email address"
/>
</label>
<div><button class="btn">Subscribe</button></div>
</span>
</div>
</section>
<!-- Footer Navbar Section -->
<section class="footer-navbar section">
<ul class="footer-list">
<li class="footer-link"><a href="#" target="_blank">home</a></li>
<li class="footer-link"><a href="#" target="_blank">about</a></li>
<li class="footer-link"><a href="#" target="_blank">dining</a></li>
<li class="footer-link">
<a href="#" target="_blank">accommodation</a>
</li>
<li class="footer-link">
<a href="#" target="_blank">facilities & amenities</a>
</li>
<li class="footer-link">
<a href="#" target="_blank"> contract </a>
</li>
</ul>
</section>
<!-- Footer Copyright Section -->
<section class="copyright-section section">
<h3 class="white-color">
Copyright ©
<span id="copyright"></span>
Aholic Technology
</h3>
<h3 class="white-color">Powered by Aholic Technology</h3>
</section>
</footer>
</body>
</html>