-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
573 lines (492 loc) · 23.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Destination Weddings</title>
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer">
<!-- Adding favicon image -->
<link rel="shortcut icon" href=".png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Fuggles&family=Mooli&family=Oswald:wght@600&family=Roboto:wght@100;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"
defer></script>
<script src="https://cdn.lordicon.com/lordicon.js"></script>
<link rel="stylesheet" href="Css-files/scroll-top-button.css">
<link rel="stylesheet" href="Css-files/navbar.css">
<link rel="stylesheet" href="Css-files/footer.css">
<link rel="stylesheet" href="Css-files/mode-toggler.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="Css-files/googletranslate.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<nav class="navbar navbar-expand-lg fixed-top" >
<div class="container-fluid">
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="width: 100%;background-color: #FFD700;">
<div class="container-fluid" >
<a class="navbar-brand" href="#">Destination Weddings</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Venues</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">E-Invites</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Vendors
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Bridal Wear</a></li>
<li><a class="dropdown-item" href="#">Makeup</a></li>
<li><a class="dropdown-item">Decor</li>
<li><a class="dropdown-item" href="#">Music & Dance</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Photos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Budget</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</div>
</nav>
<section id="homeSlider" class="carousel slide carousel-fade bg-black" data-bs-ride="carousel" data-bs-interval="5000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-bs-target="#homeSlider" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#homeSlider" data-bs-slide-to="1"></li>
<li data-bs-target="#homeSlider" data-bs-slide-to="2"></li>
</ol>
<!-- Indicators-->
<!-- Carousel Slides-->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="slider-bg d-flex justify-content-center">
<img src="https://twogetherstudios.in/wp-content/uploads/2024/02/Jodhpur-Destination-Wedding-Story-SA-42.jpg" class="homeimg">
</div>
<div class="carousel-caption d-flex flex-column justify-content-center h-100">
<p class="slider-subtitle slider-reveal">TRADITIONAL & ROYAL </p>
<h1 class="slider-title slider-reveal">
For the love of <br> traditional architecture
</h1>
<p class="slider-text slider-reveal">
step into a world of timeless elegance!
</p>
<a class='btn btn-danger slider-button slider-reveal mx-auto' href='/html-files/menu' role='button'>
<span class="text text-1">VIEW VENUE</span>
</a>
</div>
</div>
<div class="carousel-item">
<div class="slider-bg d-flex justify-content-center">
<img src="https://images.stockcake.com/public/a/d/f/adfd23ab-81d5-4274-8279-fb61e95bd59b_large/elegant-wedding-venue-stockcake.jpg" class="homeimg">
</div>
<div class="carousel-caption d-flex flex-column justify-content-center h-100">
<p class="slider-subtitle slider-reveal">DELIGHTFUL EXPERIENCE</p>
<h1 class="slider-title slider-reveal">
Themes Inspired by <br> the Seasons
</h1>
<p class="slider-text slider-reveal">
step into a world of timeless elegance!
</p>
<a class='btn btn-danger slider-button slider-reveal mx-auto' href='/html-files/menu' role='button'>
VIEW VENUE
</a>
</div>
</div>
<div class="carousel-item">
<div class="slider-bg d-flex justify-content-center">
<img src="https://www.amazingspaceweddings.co.uk/uploads/elmbridge_farm/david_boynton_photography__4_.jpg" class="homeimg">
</div>
<div class="carousel-caption d-flex flex-column justify-content-center h-100">
<p class="slider-subtitle slider-reveal">AMAZING THEMES</p>
<h1 class="slider-title slider-reveal">
Where every moment <br> tells a story
</h1>
<p class="slider-text slider-reveal">
feel the joy and step into a world of timeless elegance!
</p>
<a class='btn btn-danger slider-button slider-reveal mx-auto' href='/html-files/menu' role='button'>
VIEW VENUE
</a>
</div>
</div>
</div>
<!-- Carousel Slides-->
<!-- Carousel Controls-->
<button class="carousel-control-prev" type="button" data-bs-target="#homeSlider" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#homeSlider" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
<!-- Carousel Controls-->
</section>
<!-- Add some custom CSS for transitions and responsiveness -->
<style>
.slider-bg {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
.homeimg {
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-caption {
text-align: center;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
.slider-reveal {
animation: fadeInUp 1.5s ease-in-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 40px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@media (max-width: 768px) {
.slider-title {
font-size: 1.5rem;
}
.slider-subtitle,
.slider-text {
font-size: 1rem;
}
.carousel-caption {
padding-bottom: 3rem;
}
}
</style>
<br>
<br>
<br>
<style>
.fixed-button {
position: fixed;
margin-bottom: 25px;
margin-right: 100px;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
font-size: 16px;
background-color: #CF2123;
color: white;
border: none;
border-radius: 50%;
cursor: pointer;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
font-size: 12px;
line-height: 1;
animation: bounce 1s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
.fixed-button:hover {
background: linear-gradient(45deg, rgb(216, 16, 234), #f25536);
}
.content {
height: 2000px;
background: linear-gradient(rgb(15, 33, 151), lightgray);
background: var(--background-color);
}
</style>
<section class="about_us pt-5">
<br>
<br>
<br>
<h1 class="tagline py-2 text-center mx-auto" data-aos="zoom-out-up" data-aos-offset="170" data-aos-easing="ease-in-out">"Which Are The Best Destination Wedding Locations In India?"</h1>
<!-- cards -->
<style>
.card-1 {
position: relative;
width: 400px;
height: 500px;
border-radius: 15px;
overflow: hidden;
filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
background-repeat: no-repeat;
background-size: cover;
}
.card-1::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.408) 62.83%, rgba(0, 0, 0, 0.8) 99.99%);
background-blend-mode: darken, normal;
}
.card-1>.content {
color: var(--text-color);
position: absolute;
top: 550px;
padding: 10px;
border-radius: 10px;
left: 4.77%;
right: 4.77%;
z-index: 2;
transition: top 450ms ease-out;
}
.card-1>h2 {
margin-top: 180px;
font-size: 2rem !important;
mix-blend-mode: luminosity;
color: white;
border-radius: 5px;
backdrop-filter: blur(2px);
z-index: 100;
text-shadow: 2px 2px #02226d;
}
.card-1>.content>p {
margin-bottom: .7rem;
}
.card-text{
color:rgb(20, 134, 205);
}
.card-1:hover>.content {
top: 260px;
backdrop-filter: blur(4px);
}
.card-title{
color:#f0f0f0;
}
.btn {
border: none;
padding: .7em 1.8em;
font-weight: 600;
border-radius: 2px;
cursor: pointer;
font-size: .8rem;
background-color: rgb(217, 21, 21);
}
.btn-card {
background: #D0EEB0;
transition: background 200ms ease;
}
.btn-card:hover {
background: #e1aca2c9;
}
.free_delivery{
display: flex;
justify-content: center;
align-items: center;
}
.best_discount{
display: flex;
justify-content: center;
align-items: center;
}
.dark-theme .faq-section{
background-color: black;
}
</style>
<div class="qualities row justify-content-evenly g-3 px-2" data-aos="zoom-out" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<div class="card-1" style="background-image: url(https://image.wedmegood.com/resized/thumb_800X/uploads/real_wedding/440/1483625069_IMG_20151208_WA0033.jpg);">
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">GOA<br> Run away with me</h2>
<div class="content">
<p class="card-text">Goa is extremely popular for destination weddings, and it’s really not rocket science to guess why! If you have been dreaming of a beach wedding ever since you were a kid, then this is where you have to be!</p>
<button class="btn btn-card">Learn More</button>
</div>
</div>
<div class="card-1" style="background-image: url(https://image.wedmegood.com/nw/uploads/project/13060/1487600957_IMG_20170120_WA0076.jpg);">
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">JAIPUR</h2>
<div class="content">
<p class="card-text">Average cost of destination weddings in Jaipur is: Rs. 30 Lakh to 70 lakh for a guest list of about 150 people
</p>
<button class="btn btn-card">Learn More</button>
</div>
</div>
<div class="card-1" style="background-image: url(https://image.wedmegood.com/nw/uploads/member/181996/1526606478__DSC7818.jpg);">
<h2 class="card-title" style="color: rgba(255, 255, 255, 1.0);">JODHPUR</h2>
<div class="content">
<p class="card-text">The charm of Jodhpur’s royal palaces and heritage havelis is hard to ignore.When clubbed with the beautiful colours and flavours of Rajasthan, it becomes a spectacular destination for your wedding!</p>
<button class="btn btn-card">Learn More</button>
</div>
</div>
</div>
</section>
<!-- cards -->
<section class="services_container">
<div class="card">
<div class="d-flex justify-content-center img-container">
<img src="https://www.realweddings.com.au/media/CACHE/images/showcases/fiji-marriott-resort-momi-bay/fijimarriot-04/dd29b0a638f2c2b7754353efe0cb8df8.jpg" alt="" class="card-img">
</div>
<div class="card-img-overlay row w-100 m-0">
<div class="box_main m-auto col-md-9 col-xl-3" data-aos="zoom-out-right" data-aos-duration="1000"
data-aos-offset="170" data-aos-easing="ease-in-out">
<h1>
<span id="typing-text" class="typing-effect"></span>
</h1>
<p class="highlight-text">Your day, Your way</p>
</div>
<!-- typing effect -->
<script>
document.addEventListener('DOMContentLoaded', function() {
const text = "Bringing \nhappiness\n to you";
const typingText = document.getElementById('typing-text');
let index = 0;
function type() {
if (index < text.length) {
typingText.innerHTML += text[index] === '\n' ? '<br>' : text[index];
index++;
setTimeout(type, 100); // Adjust typing speed here
}
}
type();
});
</script>
</div>
</div>
</section>
<section class="menu_container">
<div class="mainhead text-center" data-aos="zoom-out-up" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<h1>More Real Weddings Inspiration</h1>
<p>"Welcome to a world of culinary delights where every place tells a eternal love story. Explore our diverse menu and savor the essence of exquisite dining and the best places for your wedding." </p>
<a class='btn btn-danger' href='/html-files/menu'>View</a>
</div>
<div class="menu_items row container-fluid g-3 p-5 mx-auto" data-aos="zoom-out-up" data-aos-duration="1000" data-aos-offset="170" data-aos-easing="ease-in-out">
<div class="col-sm-6 col-lg-3">
<div class="items card">
<div class="img-container ">
<img src="https://www.cateringbyuptown.com/wp-content/uploads/sites/11/2021/10/ALP-321.jpeg">
</div>
<div class="card-body">
<h3>Waterfront</h3>
<p>...</p>
<a href='/html-files/menu'><button class="ordernow">view details</button></a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="items card">
<div class="img-container">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQPhtXmoIkdJ_g9_pZT0CaRKAMwk85RLoXLug&s">
</div>
<div class="card-body">
<h3>Filter your themes</h3>
<p>...</p>
<a href='/html-files/menu'><button class="ordernow">view details</button></a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="items card">
<div class="img-container">
<img src="https://www.realweddings.com.au/media/images/1X2A9331.2e16d0ba.fill-660x467.jpg">
</div>
<div class="card-body">
<h3>Modern Weddings</h3>
<p>...</p>
<a href='/html-files/menu'><button class="ordernow">view details</button></a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="items card">
<div class="img-container">
<img src="https://www.realweddings.com.au/media/showcases/gold-coast-cruises-weddings/pixelcut-export-2.jpeg.250x167_q80_box-7%2C0%2C2160%2C1436_crop_detail.jpg">
</div>
<div class="card-body">
<h3>Blogs</h3>
<p>...</p>
<a href='/html-files/menu'><button class="ordernow">view details</button></a>
</div>
</div>
</div>
</div>
</section>
<br>
<section class="picture-gallery" data-aos="fade-in" data-aos-duration="2000">
<div class="row g-0">
<div class="col-3">
<img src="https://www.realweddings.com.au/wedding-venues/trawool-estate/" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/2.jpg" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/3.jpg" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/4.jpg" alt="">
</div>
</div>
<div class="row g-0">
<div class="col-3">
<img src="./Images/image-gallery/5.jpg" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/6.jpg" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/7.jpg" alt="">
</div>
<div class="col-3">
<img src="./Images/image-gallery/8.jpg" alt="">
</div>
</div>
</section>
<footer>
<div class="copyright">
<div class="container" style="text-align: center;">
<p>© <span id="copyright-year"></span> Destination Wedding - All Rights Reserved </a></p>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="main.js"></script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
AOS.init({
duration: 1000,
easing: 'ease',
once: false,
});
</script>
</body>
</html>