-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
778 lines (756 loc) · 76.3 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
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
<!DOCTYPE html>
<html lang="en-US"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<script data-cfasync="false" data-pagespeed-no-defer="" type="text/javascript">//<![CDATA[
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
//]]>
</script>
<title>Mohan Weds Selvi</title>
<style>
body {
background-color : #ffceed;
}
@keyframes heartfade {
0% {
opacity : 1;
}
50% {
opacity : 0;
}
}
.heart {
z-index : 999;
animation : heartfade 6s linear;
position : absolute;
}
.heart:before,
.heart:after {
content : "";
background-color : #fc2a62;
position : absolute;
height : 30px;
width : 45px;
border-radius : 15px 0px 0px 15px;
}
.heart:before {
transform : rotate(45deg);
}
.heart:after {
left : 10.5px;
transform : rotate(135deg);
}
</style>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://websitedemos.net/wedding-invitation-04/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Wedding Invitation - Wedding Invitation">
<meta property="og:description" content="https://websitedemos.net/alex56/wp-content/uploads/sites/535/2020/03/wedding-couple.mp4 willie & Selvi 09 September 2021 save the date For the wedding of Willie & Selvi Thursday, September 09, 2021, at 06:00 o’clock Sri Sakthi Mahal, Kovilambakkam, Chennai 600129, India RSVP NOW Happy Couple Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore … Wedding Invitation Read More »">
<meta property="og:url" content="https://websitedemos.net/wedding-invitation-04/">
<meta property="og:site_name" content="Wedding Invitation">
<meta property="article:modified_time" content="2020-06-25T10:16:05+00:00">
<meta property="og:image" content="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bg-08-free-img.png">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://websitedemos.net/wedding-invitation-04/#website","url":"https://websitedemos.net/wedding-invitation-04/","name":"Wedding Invitation","description":"Wedding Invitation Site Template","potentialAction":[{"@type":"SearchAction","target":"https://websitedemos.net/wedding-invitation-04/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://websitedemos.net/wedding-invitation-04/#primaryimage","inLanguage":"en-US","url":"https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bg-08-free-img.png","width":627,"height":234,"caption":"Background Image"},{"@type":"WebPage","@id":"https://websitedemos.net/wedding-invitation-04/#webpage","url":"https://websitedemos.net/wedding-invitation-04/","name":"Wedding Invitation - Wedding Invitation","isPartOf":{"@id":"https://websitedemos.net/wedding-invitation-04/#website"},"primaryImageOfPage":{"@id":"https://websitedemos.net/wedding-invitation-04/#primaryimage"},"datePublished":"2019-11-01T10:57:22+00:00","dateModified":"2020-06-25T10:16:05+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://websitedemos.net/wedding-invitation-04/"]}]}]}</script>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/">
<link rel="dns-prefetch" href="https://s.w.org/">
<link rel="alternate" type="application/rss+xml" title="Wedding Invitation » Feed" href="https://websitedemos.net/wedding-invitation-04/feed/">
<link rel="alternate" type="application/rss+xml" title="Wedding Invitation » Comments Feed" href="https://websitedemos.net/wedding-invitation-04/comments/feed/">
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/websitedemos.net\/wedding-invitation-04\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.5.1"}};
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
</script><script src="Wedding_files/wp-emoji-release.js" type="text/javascript" defer="defer"></script>
<style>
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="astra-theme-css-css" href="Wedding_files/style.css" media="all">
<style id="astra-theme-css-inline-css">
html{font-size:100%;}a,.page-title{color:#75706c;}a:hover,a:focus{color:#d8b691;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Roboto Slab',serif;font-weight:400;font-size:16px;font-size:1rem;}blockquote{color:#2a2521;}p,.entry-content p{margin-bottom:0.5em;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a{font-family:'Playfair Display',serif;font-weight:900;text-transform:uppercase;}.site-title{font-size:35px;font-size:2.1875rem;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.5rem;}.site-header .site-description{font-size:15px;font-size:0.9375rem;}.entry-title{font-size:40px;font-size:2.5rem;}.comment-reply-title{font-size:26px;font-size:1.625rem;}.ast-comment-list #cancel-comment-reply-link{font-size:16px;font-size:1rem;}h1,.entry-content h1{font-size:65px;font-size:4.0625rem;font-family:'Playfair Display',serif;text-transform:uppercase;}h2,.entry-content h2{font-size:60px;font-size:3.75rem;font-family:'Playfair Display',serif;text-transform:uppercase;}h3,.entry-content h3{font-size:35px;font-size:2.1875rem;font-family:'Playfair Display',serif;text-transform:uppercase;}h4,.entry-content h4{font-size:30px;font-size:1.875rem;}h5,.entry-content h5{font-size:25px;font-size:1.5625rem;}h6,.entry-content h6{font-size:20px;font-size:1.25rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:1.875rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:16px;font-size:1rem;}::selection{background-color:#d8b691;color:#000000;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.wc-block-grid__product-title{color:#75706c;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#75706c;background-color:#75706c;}.main-header-menu .menu-link,.ast-header-custom-item a{color:#75706c;}.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus > .menu-link,.main-header-menu .menu-item.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle{color:#75706c;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#75706c;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#75706c;background-color:#75706c;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#75706c;border-color:#75706c;}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a;}.ast-comment-meta{line-height:1.666666667;font-size:13px;font-size:0.8125rem;}.single .nav-links .nav-previous,.single .nav-links .nav-next,.single .ast-author-details .author-title,.ast-comment-meta{color:#75706c;}.entry-meta,.entry-meta *{line-height:1.45;color:#75706c;}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *{color:#d8b691;}.ast-404-layout-1 .ast-404-text{font-size:200px;font-size:12.5rem;}.widget-title{font-size:22px;font-size:1.375rem;color:#75706c;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#75706c;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#75706c;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#75706c;border-color:#75706c;}.calendar_wrap #today > a{color:#ffffff;}.ast-pagination a,.page-links .page-link,.single .post-navigation a{color:#75706c;}.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination > span:hover:not(.dots),.ast-pagination > span.current,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#d8b691;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#d8b691;}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #d8b691;color:#d8b691;}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#d8b691;color:#ffffff;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}@media (max-width:921px){#secondary.secondary{padding-top:0;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}.ast-separate-container.ast-right-sidebar #secondary{padding-left:1em;padding-right:1em;}.ast-separate-container.ast-two-container #secondary{padding-left:0;padding-right:0;}.ast-page-builder-template .entry-header #secondary{margin-top:1.5em;}.ast-page-builder-template #secondary{margin-top:1.5em;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}.ast-pagination{padding-top:1.5em;text-align:center;}.ast-pagination .next.page-numbers{display:inherit;float:none;}}@media (max-width:921px){.ast-page-builder-template.ast-left-sidebar #secondary{padding-right:20px;}.ast-page-builder-template.ast-right-sidebar #secondary{padding-left:20px;}.ast-right-sidebar #primary{padding-right:0;}.ast-right-sidebar #secondary{padding-left:0;}.ast-left-sidebar #primary{padding-left:0;}.ast-left-sidebar #secondary{padding-right:0;}.ast-pagination .prev.page-numbers{padding-left:.5em;}.ast-pagination .next.page-numbers{padding-right:.5em;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.ast-separate-container.ast-right-sidebar #secondary,.ast-separate-container.ast-left-sidebar #secondary{border:0;margin-left:auto;margin-right:auto;}.ast-separate-container.ast-two-container #secondary .widget:last-child{margin-bottom:0;}.ast-separate-container .ast-comment-list li .comment-respond{padding-left:2.66666em;padding-right:2.66666em;}.ast-author-box{-js-display:flex;display:flex;}.ast-author-bio{flex:1;}.error404.ast-separate-container #primary,.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}@media (min-width:922px){.ast-right-sidebar #primary{border-right:1px solid #eee;}.ast-right-sidebar #secondary{border-left:1px solid #eee;margin-left:-1px;}.ast-left-sidebar #primary{border-left:1px solid #eee;}.ast-left-sidebar #secondary{border-right:1px solid #eee;margin-right:-1px;}.ast-separate-container.ast-two-container.ast-right-sidebar #secondary{padding-left:30px;padding-right:0;}.ast-separate-container.ast-two-container.ast-left-sidebar #secondary{padding-right:30px;padding-left:0;}}.elementor-button-wrapper .elementor-button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-radius:0;padding-top:15px;padding-right:35px;padding-bottom:15px;padding-left:35px;}.elementor-button-wrapper .elementor-button{border-color:#d8b691;background-color:#d8b691;}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#ffffff;background-color:#75706c;border-color:#75706c;}.wp-block-button .wp-block-button__link,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:#ffffff;}.elementor-button-wrapper .elementor-button{font-family:inherit;font-weight:inherit;line-height:1;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#d8b691;background-color:#d8b691;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:0;padding-top:15px;padding-right:35px;padding-bottom:15px;padding-left:35px;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:#75706c;border-color:#75706c;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#d8b691;background-color:#d8b691;border-radius:0;padding-top:15px;padding-right:35px;padding-bottom:15px;padding-left:35px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:#75706c;border-color:#75706c;}@media (min-width:921px){.ast-container{max-width:100%;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container #secondary{padding-top:0;}.ast-separate-container.ast-two-container #secondary .widget{margin-bottom:1.5em;padding-left:1em;padding-right:1em;}.ast-separate-container .comments-count-wrapper{padding:1.5em 1em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.ast-separate-container .comment-respond{padding:1.5em 1em;}}@media (max-width:544px){.ast-comment-list .children{margin-left:0.66666em;}.ast-separate-container .ast-comment-list .bypostauthor li{padding:0 0 0 .5em;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.comments-area{margin-top:1.5em;}.ast-separate-container .comments-count-wrapper{padding:2em 2.14em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (max-width:921px){.ast-header-break-point .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-header-break-point .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:-1em;}.ast-comment-avatar-wrap{margin-right:0.5em;}}@media (min-width:545px){.ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation{max-width:1180px;margin-left:auto;margin-right:auto;}}body,.ast-separate-container{background-image:url(https://websitedemos.net/alex56/wp-content/uploads/sites/535/2020/03/bg-03-free-img.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:fixed;}@media (max-width:921px){.ast-archive-description .ast-archive-title{font-size:40px;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:60px;}h2,.entry-content h2{font-size:40px;}h3,.entry-content h3{font-size:30px;}h4,.entry-content h4{font-size:25px;font-size:1.5625rem;}h5,.entry-content h5{font-size:22px;font-size:1.375rem;}h6,.entry-content h6{font-size:18px;font-size:1.125rem;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.ast-archive-description .ast-archive-title{font-size:40px;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:45px;}h2,.entry-content h2{font-size:30px;}h3,.entry-content h3{font-size:26px;}h4,.entry-content h4{font-size:22px;font-size:1.375rem;}h5,.entry-content h5{font-size:18px;font-size:1.125rem;}h6,.entry-content h6{font-size:16px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:91.2%;}}@media (max-width:544px){html{font-size:91.2%;}}@media (min-width:922px){.ast-container{max-width:1180px;}}@font-face {font-family: "Astra";src: url(https://websitedemos.net/wedding-invitation-04/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://websitedemos.net/wedding-invitation-04/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://websitedemos.net/wedding-invitation-04/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:921px) {.main-header-bar .main-header-bar-navigation{display:none;}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#d8b691;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-top-width:2px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-2px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:0px;border-style:solid;border-color:#eaeaea;}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a;}.ast-small-footer-wrap{text-align:center;}@media (max-width:920px){.ast-404-layout-1 .ast-404-text{font-size:100px;font-size:6.25rem;}}@media (min-width:922px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}@media (max-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{border-bottom-width:0;border-bottom-style:solid;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}.elementor-widget-heading .elementor-heading-title{margin:0;}.ast-header-break-point .main-header-bar{border-bottom-width:0;}@media (min-width:922px){.main-header-bar{border-bottom-width:0;}}.ast-safari-browser-less-than-11 .main-header-menu .menu-item,.ast-safari-browser-less-than-11 .main-header-bar .ast-masthead-custom-menu-items{display:block;}.main-header-menu .menu-item,.main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset;}.header-main-layout-1 .ast-flex.main-header-container,.header-main-layout-3 .ast-flex.main-header-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;}.ast-desktop .astra-menu-animation-slide-up>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-slide-down>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(-.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-fade>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}
</style>
<link rel="stylesheet" id="astra-google-fonts-css" href="Wedding_files/css_002.css" media="all">
<link rel="stylesheet" id="wp-block-library-css" href="Wedding_files/style_002.css" media="all">
<link rel="stylesheet" id="wpforms-base-css" href="Wedding_files/wpforms-base.css" media="all">
<link rel="stylesheet" id="astra-addon-css-css" href="Wedding_files/astra-addon-5f5af98ba477d8-56834344.css" media="all">
<link rel="stylesheet" id="elementor-icons-css" href="Wedding_files/elementor-icons.css" media="all">
<link rel="stylesheet" id="elementor-animations-css" href="Wedding_files/animations.css" media="all">
<link rel="stylesheet" id="elementor-frontend-legacy-css" href="Wedding_files/frontend-legacy.css" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="Wedding_files/frontend.css" media="all">
<link rel="stylesheet" id="elementor-post-192-css" href="Wedding_files/post-192.css" media="all">
<link rel="stylesheet" id="elementor-post-5-css" href="Wedding_files/post-5.css" media="all">
<link rel="stylesheet" id="mediaelement-css" href="Wedding_files/mediaelementplayer-legacy.css" media="all">
<link rel="stylesheet" id="wp-mediaelement-css" href="Wedding_files/wp-mediaelement.css" media="all">
<link rel="stylesheet" id="google-fonts-1-css" href="Wedding_files/css.css" media="all">
<link rel="stylesheet" id="elementor-icons-shared-0-css" href="Wedding_files/fontawesome.css" media="all">
<link rel="stylesheet" id="elementor-icons-fa-brands-css" href="Wedding_files/brands.css" media="all">
<!--[if IE]>
<script src='https://websitedemos.net/wedding-invitation-04/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=2.5.5' id='astra-flexibility-js'></script>
<script id='astra-flexibility-js-after'>
flexibility(document.documentElement);
</script>
<![endif]-->
<script src="Wedding_files/jquery.js" id="jquery-core-js"></script>
<script src="Wedding_files/gtm4wp-form-move-tracker.js" id="gtm4wp-form-move-tracker-js"></script>
<link rel="https://api.w.org/" href="https://websitedemos.net/wedding-invitation-04/wp-json/"><link rel="alternate" type="application/json" href="https://websitedemos.net/wedding-invitation-04/wp-json/wp/v2/pages/5"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://websitedemos.net/wedding-invitation-04/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://websitedemos.net/wedding-invitation-04/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 5.5.1">
<link rel="shortlink" href="https://websitedemos.net/wedding-invitation-04/">
<link rel="alternate" type="application/json+oembed" href="https://websitedemos.net/wedding-invitation-04/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebsitedemos.net%2Fwedding-invitation-04%2F">
<link rel="alternate" type="text/xml+oembed" href="https://websitedemos.net/wedding-invitation-04/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwebsitedemos.net%2Fwedding-invitation-04%2F&format=xml">
<script data-cfasync="false" data-pagespeed-no-defer="" type="text/javascript">//<![CDATA[//]]>
</script>
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/cropped-favicon-free-img-32x32.png" sizes="32x32">
<link rel="icon" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/cropped-favicon-free-img-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/cropped-favicon-free-img-180x180.png">
<meta name="msapplication-TileImage" content="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/cropped-favicon-free-img-270x270.png">
</head>
<body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="home page-template-default page page-id-5 ast-desktop ast-page-builder-template ast-no-sidebar astra-2.5.5 ast-header-custom-item-inside ast-single-post ast-inherit-site-logo-transparent ast-theme-transparent-header elementor-default elementor-kit-192 elementor-page elementor-page-5 astra-addon-2.6.4 ast-mouse-clicked" style="" data-elementor-device-mode="desktop">
<div class="hfeed site" id="page">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header class="site-header ast-primary-submenu-animation-fade header-main-layout-1 ast-primary-menu-enabled ast-logo-title-inline ast-hide-custom-menu-mobile ast-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead">
</header>
<div id="content" class="site-content">
<div class="ast-container">
<div id="primary" class="content-area primary">
<main id="main" class="site-main">
<article class="post-5 page type-page status-publish ast-article-single" id="post-5" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
<header class="entry-header ast-header-without-markup">
</header>
<div class="entry-content clear" itemprop="text">
<div data-elementor-type="wp-page" data-elementor-id="5" class="elementor elementor-5" data-elementor-settings="[]">
<div class="elementor-inner">
<div class="elementor-section-wrap">
<section class="elementor-section elementor-top-section elementor-element elementor-element-3798cdf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3798cdf" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-19585b1" data-id="19585b1" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-9f8555a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f8555a" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-163783b" data-id="163783b" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-1ca5a4c elementor-widget elementor-widget-image" data-id="1ca5a4c" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/bg-08-free-img.png" class="attachment-large size-large" alt="Background Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bg-08-free-img.png 627w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bg-08-free-img-300x112.png 300w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bg-08-free-img-400x149.png 400w" sizes="(max-width: 627px) 100vw, 627px" width="627" height="234"> </div>
</div>
</div>
<div class="elementor-element elementor-element-cb970c3 elementor-aspect-ratio-169 elementor-widget elementor-widget-video" data-id="cb970c3" data-element_type="widget" data-settings="{"aspect_ratio":"169"}" data-widget_type="video.default">
<div class="elementor-widget-container">
<div class="elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline">
<video class="elementor-video" src="Wedding_files/wedding-couple.mp4" autoplay="autoplay" loop="" muted="muted" playsinline="" controlslist="nodownload" poster="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/couple-06-free-img.jpg"></video>
</div>
</div>
</div>
<div class="elementor-element elementor-element-f99129c elementor-widget elementor-widget-heading" data-id="f99129c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h1 class="elementor-heading-title elementor-size-default">Mohan raj & Selvi</h1> </div>
</div>
<div class="elementor-element elementor-element-c070413 elementor-widget elementor-widget-heading" data-id="c070413" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">09 September 2021</h5> </div>
</div>
<div class="elementor-element elementor-element-ace92e8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ace92e8" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-4894cb2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4894cb2" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ee3688" data-id="0ee3688" data-element_type="column" data-settings="{"background_background":"classic"}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-98ae4b3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="98ae4b3" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-24016df elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="24016df" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-460e485" data-id="460e485" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-bcc0a28 elementor-widget elementor-widget-heading" data-id="bcc0a28" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">save the date</h2> </div>
</div>
<div class="elementor-element elementor-element-b1e760e elementor-widget elementor-widget-heading" data-id="b1e760e" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">For the wedding of</p> </div>
</div>
<div class="elementor-element elementor-element-fe805fa elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="fe805fa" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-05ff928 elementor-widget elementor-widget-heading" data-id="05ff928" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Mohan raj & Selvi</h3> </div>
</div>
<div class="elementor-element elementor-element-a32c24b elementor-widget elementor-widget-heading" data-id="a32c24b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Friday, September 09, 2021, at 06:00 o’clock</p> </div>
</div>
<div class="elementor-element elementor-element-eb206c5 elementor-widget elementor-widget-heading" data-id="eb206c5" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Sri Sakthi Mahal</h6> </div>
</div>
<div class="elementor-element elementor-element-2fca1fe elementor-widget elementor-widget-heading" data-id="2fca1fe" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Kovilambakkam, Chennai 600129, India</p> </div>
</div>
<div class="elementor-element elementor-element-64facf0 elementor-align-center elementor-widget elementor-widget-button" data-id="64facf0" data-element_type="widget" data-widget_type="button.default">
<div class="elementor-widget-container">
<div class="elementor">
<a class="elementor-button-link elementor-button elementor-size-sm" role="">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">You are not just invited you are most expected!</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-86148ae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="86148ae" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0bd5fe9" data-id="0bd5fe9" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-625075d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="625075d" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c2b9e8f" data-id="c2b9e8f" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-9056bbe elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9056bbe" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-48dfe4a elementor-widget elementor-widget-heading" data-id="48dfe4a" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Happy Couple</h2> </div>
</div>
<div class="elementor-element elementor-element-7fcde9e elementor-widget elementor-widget-text-editor" data-id="7fcde9e" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix">Ideally, couple needs
three lives; one for him, one for her, and one for them together.</div>
</div>
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix">இயல்பினான் இல்வாழ்க்கை வாழ்பவன் என்பான்</div>
<div class="elementor-text-editor elementor-clearfix">முயல்வாருள் எல்லாம் தலை</div>
<div class="elementor-text-editor elementor-clearfix">If man in active household life a virtuous soul retain,</div>
<div class="elementor-text-editor elementor-clearfix">What fruit from other modes of virtue can he gain</div>
<div class="elementor-text-editor elementor-clearfix">விளக்க உரை: நல்வாழ்வுக்கான முயற்சிகளை மேற்கொள்வோரில் தலையானவராகத் திகழ்பவர், இல்வாழ்வின் இலக்கணமுணர்ந்து அதற்கேற்ப வாழ்பவர்தான்.</div>
</div>
</div>
<div class="elementor-element elementor-element-8d1e24a elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="8d1e24a" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-inner-section elementor-element elementor-element-55d9f5c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="55d9f5c" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-54d0c5a" data-id="54d0c5a" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-4623d88 elementor-widget elementor-widget-image" data-id="4623d88" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/groom-photo-free-img.jpg" class="attachment-full size-full" alt="Groom Photo" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/groom-photo-free-img.jpg 300w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/groom-photo-free-img-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="300"> </div>
</div>
</div>
<div class="elementor-element elementor-element-74911cc elementor-widget elementor-widget-heading" data-id="74911cc" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">MOHAN RAJ R</h3> </div>
</div>
<div class="elementor-element elementor-element-dcbe5fd elementor-widget elementor-widget-heading" data-id="dcbe5fd" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">Parents</h5> </div>
</div>
<div class="elementor-element elementor-element-43a7b02 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="43a7b02" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-abe2d66 elementor-widget elementor-widget-text-editor" data-id="abe2d66" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix">FATHER : RAMACHANDRAN M</div>
<div class="elementor-text-editor elementor-clearfix">MOTHER : KRISHNAVENI R</div>
</div>
</div>
<div class="elementor-element elementor-element-8f3bebf elementor-widget elementor-widget-image" data-id="8f3bebf" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/groom-signature-free-img.png" class="attachment-full size-full" alt="Groom Signature" loading="lazy" width="200" height="104"> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01e9838" data-id="01e9838" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-1be9ace elementor-widget elementor-widget-image" data-id="1be9ace" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/bride-photo-free-img.jpg" class="attachment-full size-full" alt="Bride Photo" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bride-photo-free-img.jpg 300w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2020/03/bride-photo-free-img-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="300"> </div>
</div>
</div>
<div class="elementor-element elementor-element-f768a1d elementor-widget elementor-widget-heading" data-id="f768a1d" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Selvi M</h3> </div>
</div>
<div class="elementor-element elementor-element-b228e4b elementor-widget elementor-widget-heading" data-id="b228e4b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">Parents</h5> </div>
</div>
<div class="elementor-element elementor-element-bd87ddf elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bd87ddf" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-fc47cde elementor-widget elementor-widget-text-editor" data-id="fc47cde" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix">FATHER : MANI P</div>
<div class="elementor-text-editor elementor-clearfix">MOTHER : GOWRI M</div>
</div>
</div>
<div class="elementor-element elementor-element-7555f26 elementor-widget elementor-widget-image" data-id="7555f26" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/bride-signature-free-img.png" class="attachment-full size-full" alt="Bride Signature" loading="lazy" width="200" height="104"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-f81a6b6 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f81a6b6" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ce2baa" data-id="0ce2baa" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-018d0be gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="018d0be" data-element_type="widget" data-widget_type="image-gallery.default">
<div class="elementor-widget-container">
<div class="elementor-image-gallery">
<div id="gallery-1" class="gallery galleryid-5 gallery-columns-5 gallery-size-full"><figure class="gallery-item">
<div class="gallery-icon portrait">
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="018d0be" data-elementor-lightbox-title="couple-01-free-img" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-01-free-img.jpg"><img src="Wedding_files/couple-01-free-img.jpg" class="attachment-full size-full" alt="Couple Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-01-free-img.jpg 384w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-01-free-img-208x300.jpg 208w" sizes="(max-width: 384px) 100vw, 384px" width="384" height="553"></a>
</div></figure><figure class="gallery-item">
<div class="gallery-icon portrait">
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="018d0be" data-elementor-lightbox-title="couple-02-free-img" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-02-free-img.jpg"><img src="Wedding_files/couple-02-free-img.jpg" class="attachment-full size-full" alt="Couple Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-02-free-img.jpg 384w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-02-free-img-208x300.jpg 208w" sizes="(max-width: 384px) 100vw, 384px" width="384" height="553"></a>
</div></figure><figure class="gallery-item">
<div class="gallery-icon portrait">
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="018d0be" data-elementor-lightbox-title="couple-03-free-img" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-03-free-img.jpg"><img src="Wedding_files/couple-03-free-img.jpg" class="attachment-full size-full" alt="Couple Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-03-free-img.jpg 384w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-03-free-img-208x300.jpg 208w" sizes="(max-width: 384px) 100vw, 384px" width="384" height="553"></a>
</div></figure><figure class="gallery-item">
<div class="gallery-icon portrait">
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="018d0be" data-elementor-lightbox-title="couple-04-free-img" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-04-free-img.jpg"><img src="Wedding_files/couple-04-free-img.jpg" class="attachment-full size-full" alt="Couple Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-04-free-img.jpg 384w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-04-free-img-208x300.jpg 208w" sizes="(max-width: 384px) 100vw, 384px" width="384" height="553"></a>
</div></figure><figure class="gallery-item">
<div class="gallery-icon portrait">
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="018d0be" data-elementor-lightbox-title="couple-05-free-img" href="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-05-free-img.jpg"><img src="Wedding_files/couple-05-free-img.jpg" class="attachment-full size-full" alt="Couple Image" loading="lazy" srcset="https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-05-free-img.jpg 384w, https://websitedemos.net/wedding-invitation-04/wp-content/uploads/sites/535/2019/11/couple-05-free-img-208x300.jpg 208w" sizes="(max-width: 384px) 100vw, 384px" width="384" height="553"></a>
</div></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-d0266a5 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d0266a5" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ce2035" data-id="0ce2035" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-c14b9c3 elementor-widget elementor-widget-spacer" data-id="c14b9c3" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-3200dd4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3200dd4" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3fa07a7" data-id="3fa07a7" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-b3fa650 elementor-widget elementor-widget-image" data-id="b3fa650" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/icon-02-free-img.png" class="attachment-full size-full" alt="Icon" loading="lazy" width="60" height="60"> </div>
</div>
</div>
<div class="elementor-element elementor-element-aef101c elementor-widget elementor-widget-heading" data-id="aef101c" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Ceremony</h3> </div>
</div>
<div class="elementor-element elementor-element-29ad77c elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="29ad77c" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-1d92004 elementor-widget elementor-widget-heading" data-id="1d92004" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Thursday, September 09, 2021</h6> </div>
</div>
<div class="elementor-element elementor-element-b6ad20f elementor-widget elementor-widget-heading" data-id="b6ad20f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">06:00 - 11:00</p> </div>
</div>
<div class="elementor-element elementor-element-697b2eb elementor-widget elementor-widget-heading" data-id="697b2eb" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Sri Sakthi Mahal</h6> </div>
</div>
<div class="elementor-element elementor-element-5437177 elementor-widget elementor-widget-heading" data-id="5437177" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Kovilambakkam, Chennai 600129<br>India</p> </div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-167d6e3" data-id="167d6e3" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-3fad608 elementor-widget elementor-widget-google_maps" data-id="3fad608" data-element_type="widget" data-widget_type="google_maps.default">
<div class="elementor-widget-container">
<div class="elementor-custom-embed"><iframe scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=The%20Plaza%20New%20York&t=m&z=10&output=embed&iwloc=near" title="The Plaza New York" aria-label="The Plaza New York" frameborder="0"></iframe></div> </div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-dfd515e" data-id="dfd515e" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-065d379 elementor-widget elementor-widget-image" data-id="065d379" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/icon-01-free-img.png" class="attachment-full size-full" alt="Icon" loading="lazy" width="60" height="60"> </div>
</div>
</div>
<div class="elementor-element elementor-element-69fa7fb elementor-widget elementor-widget-heading" data-id="69fa7fb" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Reception</h3> </div>
</div>
<div class="elementor-element elementor-element-6854256 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6854256" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-c117058 elementor-widget elementor-widget-heading" data-id="c117058" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Wednesday, September 08, 2021</h6> </div>
</div>
<div class="elementor-element elementor-element-f8ed1aa elementor-widget elementor-widget-heading" data-id="f8ed1aa" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">07:30 - 10:00</p> </div>
</div>
<div class="elementor-element elementor-element-e55369b elementor-widget elementor-widget-heading" data-id="e55369b" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h6 class="elementor-heading-title elementor-size-default">Sri Sakthi Mahal</h6> </div>
</div>
<div class="elementor-element elementor-element-b4056b5 elementor-widget elementor-widget-heading" data-id="b4056b5" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<p class="elementor-heading-title elementor-size-default">Kovilambakkam, Chennai 600129<br>India</p> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-b2229c7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b2229c7" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-856f496" data-id="856f496" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-74b6507 elementor-widget elementor-widget-spacer" data-id="74b6507" data-element_type="widget" data-widget_type="spacer.default">
<div class="elementor-widget-container">
<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-090ed33 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="090ed33" data-element_type="section">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-row">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c1c1add" data-id="c1c1add" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-9f2ec89 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="9f2ec89" data-element_type="widget" data-widget_type="divider.default">
<div class="elementor-widget-container">
<div class="elementor-divider">
<span class="elementor-divider-separator">
</span>
</div>
</div>
</div>
<div class="elementor-element elementor-element-7bb5dc4 elementor-widget elementor-widget-heading" data-id="7bb5dc4" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h5 class="elementor-heading-title elementor-size-default">thank you!</h5> </div>
</div>
<div class="elementor-element elementor-element-7d1dd36 elementor-widget elementor-widget-image" data-id="7d1dd36" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img src="Wedding_files/flower-01-free-img.png" class="attachment-full size-full" alt="Flower Image" loading="lazy" width="127" height="138"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</article>
</main>
</div>
</div>
</div>
<embed src="/html/Kalimba.mp3" loop="true" autostart="true" width="2" height="0">
<footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
</footer>
</div>
<script id="astra-theme-js-js-extra">
var astra = {"break_point":"921","isRtl":""};
</script>
<script src="Wedding_files/style.js" id="astra-theme-js-js"></script>
<script id="astra-addon-js-js-extra">
var astraAddon = {"sticky_active":""};
</script>
<script src="Wedding_files/astra-addon-5f5af98ba56b68-85243553.js" id="astra-addon-js-js"></script>
<script id="mediaelement-core-js-before">
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
</script>
<script src="Wedding_files/mediaelement-and-player.js" id="mediaelement-core-js"></script>
<script src="Wedding_files/mediaelement-migrate.js" id="mediaelement-migrate-js"></script>
<script id="mediaelement-js-extra">
var _wpmejsSettings = {"pluginPath":"\/wedding-invitation-04\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"};
</script>
<script src="Wedding_files/wp-mediaelement.js" id="wp-mediaelement-js"></script>
<script src="Wedding_files/vimeo.js" id="mediaelement-vimeo-js"></script>
<script src="Wedding_files/wp-embed.js" id="wp-embed-js"></script>
<script src="Wedding_files/frontend-modules.js" id="elementor-frontend-modules-js"></script>
<script src="Wedding_files/position.js" id="jquery-ui-position-js"></script>
<script src="Wedding_files/dialog.js" id="elementor-dialog-js"></script>
<script src="Wedding_files/waypoints.js" id="elementor-waypoints-js"></script>
<script src="Wedding_files/swiper.js" id="swiper-js"></script>
<script src="Wedding_files/share-link.js" id="share-link-js"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"3.0.11","is_static":false,"legacyMode":{"elementWrappers":true},"urls":{"assets":"https:\/\/websitedemos.net\/wedding-invitation-04\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":5,"title":"Wedding%20Invitation%20-%20Wedding%20Invitation","excerpt":"","featuredImage":false}};
</script>
<script src="Wedding_files/frontend_002.js" id="elementor-frontend-js"></script><span id="elementor-device-mode" class="elementor-screen-only"></span>
<script src="Wedding_files/underscore.js" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"\/wedding-invitation-04\/wp-admin\/admin-ajax.php"}};
</script>
<script src="Wedding_files/wp-util.js" id="wp-util-js"></script>
<script id="wpforms-elementor-js-extra">
var wpformsElementorVars = {"recaptcha_type":"v2"};
</script>
<script src="Wedding_files/frontend.js" id="wpforms-elementor-js"></script>
<script src="Wedding_files/jquery_002.js" id="wpforms-validation-js"></script>
<script src="Wedding_files/mailcheck.js" id="wpforms-mailcheck-js"></script>
<script src="Wedding_files/wpforms.js" id="wpforms-js"></script>
<script>
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
</script>
<script type="text/javascript">
/* <![CDATA[ */
var wpforms_settings = {"val_required":"This field is required.","val_url":"Please enter a valid URL.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_number":"Please enter a valid number.","val_confirm":"Field values do not match.","val_fileextension":"File type is not allowed.","val_filesize":"File exceeds max size allowed. File was not uploaded.","val_time12h":"Please enter time in 12-hour AM\/PM format (eg 8:45 AM).","val_time24h":"Please enter time in 24-hour format (eg 22:45).","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","val_post_max_size":"The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_empty_blanks":"Please fill out all blanks.","post_max_size":"268435456","uuid_cookie":"","locale":"en","wpforms_plugin_url":"https:\/\/websitedemos.net\/wedding-invitation-04\/wp-content\/plugins\/wpforms-lite\/","gdpr":"","ajaxurl":"https:\/\/websitedemos.net\/wedding-invitation-04\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"]}
/* ]]> */
</script>
<script>
var brd = document.createElement("DIV");
document.body.insertBefore(brd, document.getElementById("board"));
const duration = 3000;
const speed = 0.5;
const cursorXOffset = 0;
const cursorYOffset = -5;
var hearts = [];
function generateHeart(x, y, xBound, xStart, scale)
{
var heart = document.createElement("DIV");
heart.setAttribute('class', 'heart');
brd.appendChild(heart);
heart.time = duration;
heart.x = x;
heart.y = y;
heart.bound = xBound;
heart.direction = xStart;
heart.style.left = heart.x + "px";
heart.style.top = heart.y + "px";
heart.scale = scale;
heart.style.transform = "scale(" + scale + "," + scale + ")";
if(hearts == null)
hearts = [];
hearts.push(heart);
return heart;
}
var down = false;
var event = null;
document.onmousedown = function(e) {
down = true;
event = e;
}
document.onmouseup = function(e) {
down = false;
}
document.onmousemove = function(e) {
event = e;
}
document.ontouchstart = function(e) {
down = true;
event = e.touches[0];
}
document.ontouchend = function(e) {
down = false;
}
document.ontouchmove = function(e) {
event = e.touches[0];
}
var before = Date.now();
var id = setInterval(frame, 5);
var gr = setInterval(check, 100);
function frame()
{
var current = Date.now();
var deltaTime = current - before;
before = current;
for(i in hearts)
{
var heart = hearts[i];
heart.time -= deltaTime;
if(heart.time > 0)
{
heart.y -= speed;
heart.style.top = heart.y + "px";
heart.style.left = heart.x + heart.direction * heart.bound * Math.sin(heart.y * heart.scale / 30) / heart.y * 200 + "px";
}
else
{
heart.parentNode.removeChild(heart);
hearts.splice(i, 1);
}
}
}
function check()
{
if(down)
{
var start = 1 - Math.round(Math.random()) * 2;
var scale = Math.random() * Math.random() * 0.8 + 0.2;
var bound = 30 + Math.random() * 20;
generateHeart(event.pageX - brd.offsetLeft + cursorXOffset, event.pageY - brd.offsetTop + cursorYOffset, bound, start, scale);
}
}
</script>
</body></html>