rahul7star commited on
Commit
d2e77ea
·
verified ·
1 Parent(s): 39dd5d0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1051 -404
index.html CHANGED
@@ -1,435 +1,1082 @@
1
  <!DOCTYPE html>
2
- <html>
3
  <head>
4
- <meta charset="utf-8">
5
- <meta name="description"
6
- content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
7
- <meta name="keywords" content="Nerfies, D-NeRF, NeRF">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <title>Nerfies: Deformable Neural Radiance Fields</title>
10
-
11
- <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12
- rel="stylesheet">
13
-
14
- <link rel="stylesheet" href="./static/css/bulma.min.css">
15
- <link rel="stylesheet" href="./static/css/bulma-carousel.min.css">
16
- <link rel="stylesheet" href="./static/css/bulma-slider.min.css">
17
- <link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
18
- <link rel="stylesheet"
19
- href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
20
- <link rel="stylesheet" href="./static/css/index.css">
21
- <link rel="icon" href="./static/images/favicon.svg">
22
-
23
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
24
- <script defer src="./static/js/fontawesome.all.min.js"></script>
25
- <script src="./static/js/bulma-carousel.min.js"></script>
26
- <script src="./static/js/bulma-slider.min.js"></script>
27
- <script src="./static/js/index.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  </head>
29
- <body>
30
-
31
- <section class="hero">
32
- <div class="hero-body">
33
- <div class="container is-max-desktop">
34
- <div class="columns is-centered">
35
- <div class="column has-text-centered">
36
- <h1 class="title is-1 publication-title">Nerfies: Deformable Neural Radiance Fields</h1>
37
- <div class="is-size-5 publication-authors">
38
- <span class="author-block">
39
- <a href="https://keunhong.com" target="_blank">Keunhong Park</a><sup>1</sup>,</span>
40
- <span class="author-block">
41
- <a href="https://utkarshsinha.com" target="_blank">Utkarsh Sinha</a><sup>2</sup>,</span>
42
- <span class="author-block">
43
- <a href="https://jonbarron.info" target="_blank">Jonathan T. Barron</a><sup>2</sup>,
44
- </span>
45
- <span class="author-block">
46
- <a href="http://sofienbouaziz.com" target="_blank">Sofien Bouaziz</a><sup>2</sup>,
47
- </span>
48
- <span class="author-block">
49
- <a href="https://www.danbgoldman.com" target="_blank">Dan B Goldman</a><sup>2</sup>,
50
- </span>
51
- <span class="author-block">
52
- <a href="https://homes.cs.washington.edu/~seitz/" target="_blank">Steven M. Seitz</a><sup>1,2</sup>,
53
- </span>
54
- <span class="author-block">
55
- <a href="http://www.ricardomartinbrualla.com" target="_blank">Ricardo Martin-Brualla</a><sup>2</sup>
56
- </span>
57
- </div>
58
-
59
- <div class="is-size-5 publication-authors">
60
- <span class="author-block"><sup>1</sup>University of Washington,</span>
61
- <span class="author-block"><sup>2</sup>Google Research</span>
62
- </div>
63
-
64
- <div class="column has-text-centered">
65
- <div class="publication-links">
66
- <!-- PDF Link. -->
67
- <span class="link-block">
68
- <a href="https://arxiv.org/pdf/2011.12948" target="_blank"
69
- class="external-link button is-normal is-rounded is-dark">
70
- <span class="icon">
71
- <i class="fas fa-file-pdf"></i>
72
- </span>
73
- <span>Paper</span>
74
- </a>
75
- </span>
76
- <span class="link-block">
77
- <a href="https://arxiv.org/abs/2011.12948" target="_blank"
78
- class="external-link button is-normal is-rounded is-dark">
79
- <span class="icon">
80
- <i class="ai ai-arxiv"></i>
81
- </span>
82
- <span>arXiv</span>
83
- </a>
84
- </span>
85
- <!-- Video Link. -->
86
- <span class="link-block">
87
- <a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
88
- class="external-link button is-normal is-rounded is-dark">
89
- <span class="icon">
90
- <i class="fab fa-youtube"></i>
91
- </span>
92
- <span>Video</span>
93
- </a>
94
- </span>
95
- <!-- Code Link. -->
96
- <span class="link-block">
97
- <a href="https://github.com/google/nerfies" target="_blank"
98
- class="external-link button is-normal is-rounded is-dark">
99
- <span class="icon">
100
- <i class="fab fa-github"></i>
101
- </span>
102
- <span>Code</span>
103
- </a>
104
- </span>
105
- <!-- Dataset Link. -->
106
- <span class="link-block">
107
- <a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
108
- class="external-link button is-normal is-rounded is-dark">
109
- <span class="icon">
110
- <i class="far fa-images"></i>
111
- </span>
112
- <span>Data</span>
113
- </a>
114
  </div>
115
-
116
- </div>
117
  </div>
118
- </div>
119
- </div>
120
- </div>
121
- </section>
122
 
123
- <section class="hero teaser">
124
- <div class="container is-max-desktop">
125
- <div class="hero-body">
126
- <video id="teaser" autoplay muted loop playsinline height="100%">
127
- <source src="./static/videos/teaser.mp4"
128
- type="video/mp4">
129
- </video>
130
- <h2 class="subtitle has-text-centered">
131
- <span class="dnerf">Nerfies</span> turns selfie videos from your phone into
132
- free-viewpoint
133
- portraits.
134
- </h2>
135
- </div>
136
- </div>
137
- </section>
138
-
139
-
140
- <section class="hero is-light is-small">
141
- <div class="hero-body">
142
- <div class="container">
143
- <div id="results-carousel" class="carousel results-carousel">
144
- <div class="item item-steve">
145
- <video poster="" id="steve" autoplay controls muted loop playsinline height="100%">
146
- <source src="./static/videos/steve.mp4"
147
- type="video/mp4">
148
- </video>
149
- </div>
150
- <div class="item item-chair-tp">
151
- <video poster="" id="chair-tp" autoplay controls muted loop playsinline height="100%">
152
- <source src="./static/videos/chair-tp.mp4"
153
- type="video/mp4">
154
- </video>
155
- </div>
156
- <div class="item item-shiba">
157
- <video poster="" id="shiba" autoplay controls muted loop playsinline height="100%">
158
- <source src="./static/videos/shiba.mp4"
159
- type="video/mp4">
160
- </video>
161
- </div>
162
- <div class="item item-fullbody">
163
- <video poster="" id="fullbody" autoplay controls muted loop playsinline height="100%">
164
- <source src="./static/videos/fullbody.mp4"
165
- type="video/mp4">
166
- </video>
167
- </div>
168
- <div class="item item-blueshirt">
169
- <video poster="" id="blueshirt" autoplay controls muted loop playsinline height="100%">
170
- <source src="./static/videos/blueshirt.mp4"
171
- type="video/mp4">
172
- </video>
173
- </div>
174
- <div class="item item-mask">
175
- <video poster="" id="mask" autoplay controls muted loop playsinline height="100%">
176
- <source src="./static/videos/mask.mp4"
177
- type="video/mp4">
178
- </video>
179
- </div>
180
- <div class="item item-coffee">
181
- <video poster="" id="coffee" autoplay controls muted loop playsinline height="100%">
182
- <source src="./static/videos/coffee.mp4"
183
- type="video/mp4">
184
- </video>
185
- </div>
186
- <div class="item item-toby">
187
- <video poster="" id="toby" autoplay controls muted loop playsinline height="100%">
188
- <source src="./static/videos/toby2.mp4"
189
- type="video/mp4">
190
- </video>
191
  </div>
192
- </div>
193
- </div>
194
- </div>
195
- </section>
196
-
197
 
198
- <section class="section">
199
- <div class="container is-max-desktop">
200
- <!-- Abstract. -->
201
- <div class="columns is-centered has-text-centered">
202
- <div class="column is-four-fifths">
203
- <h2 class="title is-3">Abstract</h2>
204
- <div class="content has-text-justified">
205
- <p>
206
- We present the first method capable of photorealistically reconstructing a non-rigidly
207
- deforming scene using photos/videos captured casually from mobile phones.
208
- </p>
209
- <p>
210
- Our approach augments neural radiance fields
211
- (NeRF) by optimizing an
212
- additional continuous volumetric deformation field that warps each observed point into a
213
- canonical 5D NeRF.
214
- We observe that these NeRF-like deformation fields are prone to local minima, and
215
- propose a coarse-to-fine optimization method for coordinate-based models that allows for
216
- more robust optimization.
217
- By adapting principles from geometry processing and physical simulation to NeRF-like
218
- models, we propose an elastic regularization of the deformation field that further
219
- improves robustness.
220
- </p>
221
- <p>
222
- We show that <span class="dnerf">Nerfies</span> can turn casually captured selfie
223
- photos/videos into deformable NeRF
224
- models that allow for photorealistic renderings of the subject from arbitrary
225
- viewpoints, which we dub <i>"nerfies"</i>. We evaluate our method by collecting data
226
- using a
227
- rig with two mobile phones that take time-synchronized photos, yielding train/validation
228
- images of the same pose at different viewpoints. We show that our method faithfully
229
- reconstructs non-rigidly deforming scenes and reproduces unseen views with high
230
- fidelity.
231
- </p>
232
  </div>
233
- </div>
234
- </div>
235
- <!--/ Abstract. -->
236
 
237
- <!-- Paper video. -->
238
- <div class="columns is-centered has-text-centered">
239
- <div class="column is-four-fifths">
240
- <h2 class="title is-3">Video</h2>
241
- <div class="publication-video">
242
- <iframe src="https://www.youtube.com/embed/MrKrnHhk8IA?rel=0&amp;showinfo=0"
243
- frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  </div>
245
- </div>
246
- </div>
247
- <!--/ Paper video. -->
248
- </div>
249
- </section>
250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
 
252
- <section class="section">
253
- <div class="container is-max-desktop">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
 
255
- <div class="columns is-centered">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
 
257
- <!-- Visual Effects. -->
258
- <div class="column">
259
- <div class="content">
260
- <h2 class="title is-3">Visual Effects</h2>
261
- <p>
262
- Using <i>nerfies</i> you can create fun visual effects. This Dolly zoom effect
263
- would be impossible without nerfies since it would require going through a wall.
264
- </p>
265
- <video id="dollyzoom" autoplay controls muted loop playsinline height="100%">
266
- <source src="./static/videos/dollyzoom-stacked.mp4"
267
- type="video/mp4">
268
- </video>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  </div>
270
- </div>
271
- <!--/ Visual Effects. -->
272
 
273
- <!-- Matting. -->
274
- <div class="column">
275
- <h2 class="title is-3">Matting</h2>
276
- <div class="columns is-centered">
277
- <div class="column content">
278
- <p>
279
- As a byproduct of our method, we can also solve the matting problem by ignoring
280
- samples that fall outside of a bounding box during rendering.
281
  </p>
282
- <video id="matting-video" controls playsinline height="100%">
283
- <source src="./static/videos/matting.mp4"
284
- type="video/mp4">
285
- </video>
286
- </div>
287
-
 
 
288
  </div>
289
- </div>
290
- </div>
291
- <!--/ Matting. -->
292
-
293
- <!-- Animation. -->
294
- <div class="columns is-centered">
295
- <div class="column is-full-width">
296
- <h2 class="title is-3">Animation</h2>
297
 
298
- <!-- Interpolating. -->
299
- <h3 class="title is-4">Interpolating states</h3>
300
- <div class="content has-text-justified">
301
- <p>
302
- We can also animate the scene by interpolating the deformation latent codes of two input
303
- frames. Use the slider here to linearly interpolate between the left frame and the right
304
- frame.
305
- </p>
306
- </div>
307
- <div class="columns is-vcentered interpolation-panel">
308
- <div class="column is-3 has-text-centered">
309
- <img src="./static/images/interpolate_start.jpg"
310
- class="interpolation-image"
311
- alt="Interpolate start reference image."/>
312
- <p>Start Frame</p>
313
- </div>
314
- <div class="column interpolation-video-column">
315
- <div id="interpolation-image-wrapper">
316
- Loading...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  </div>
318
- <input class="slider is-fullwidth is-large is-info"
319
- id="interpolation-slider"
320
- step="1" min="0" max="100" value="0" type="range">
321
- </div>
322
- <div class="column is-3 has-text-centered">
323
- <img src="./static/images/interpolate_end.jpg"
324
- class="interpolation-image"
325
- alt="Interpolation end reference image."/>
326
- <p class="is-bold">End Frame</p>
327
- </div>
328
  </div>
329
- <br/>
330
- <!--/ Interpolating. -->
331
 
332
- <!-- Re-rendering. -->
333
- <h3 class="title is-4">Re-rendering the input video</h3>
334
- <div class="content has-text-justified">
335
- <p>
336
- Using <span class="dnerf">Nerfies</span>, you can re-render a video from a novel
337
- viewpoint such as a stabilized camera by playing back the training deformations.
338
- </p>
339
- </div>
340
- <div class="content has-text-centered">
341
- <video id="replay-video"
342
- controls
343
- muted
344
- preload
345
- playsinline
346
- width="75%">
347
- <source src="./static/videos/replay.mp4"
348
- type="video/mp4">
349
- </video>
 
 
 
350
  </div>
351
- <!--/ Re-rendering. -->
352
 
353
- </div>
354
- </div>
355
- <!--/ Animation. -->
356
-
357
-
358
- <!-- Concurrent Work. -->
359
- <div class="columns is-centered">
360
- <div class="column is-full-width">
361
- <h2 class="title is-3">Related Links</h2>
362
-
363
- <div class="content has-text-justified">
364
- <p>
365
- There's a lot of excellent work that was introduced around the same time as ours.
366
- </p>
367
- <p>
368
- <a href="https://arxiv.org/abs/2104.09125" target="_blank">Progressive Encoding for Neural Optimization</a> introduces an idea similar to our windowed position encoding for coarse-to-fine optimization.
369
- </p>
370
- <p>
371
- <a href="https://www.albertpumarola.com/research/D-NeRF/index.html" target="_blank">D-NeRF</a> and <a href="https://gvv.mpi-inf.mpg.de/projects/nonrigid_nerf/" target="_blank">NR-NeRF</a>
372
- both use deformation fields to model non-rigid scenes.
373
- </p>
374
- <p>
375
- Some works model videos with a NeRF by directly modulating the density, such as <a href="https://video-nerf.github.io/" target="_blank">Video-NeRF</a>, <a href="https://www.cs.cornell.edu/~zl548/NSFF/" target="_blank">NSFF</a>, and <a href="https://neural-3d-video.github.io/" target="_blank">DyNeRF</a>
376
- </p>
377
- <p>
378
- There are probably many more by the time you are reading this. Check out <a href="https://dellaert.github.io/NeRF/" target="_blank">Frank Dellart's survey on recent NeRF papers</a>, and <a href="https://github.com/yenchenlin/awesome-NeRF" target="_blank">Yen-Chen Lin's curated list of NeRF papers</a>.
379
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  </div>
381
- </div>
382
- </div>
383
- <!--/ Concurrent Work. -->
384
-
385
- </div>
386
- </section>
387
-
388
-
389
- <section class="section" id="BibTeX">
390
- <div class="container is-max-desktop content">
391
- <h2 class="title">BibTeX</h2>
392
- <pre><code>@article{park2021nerfies,
393
- author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
394
- title = {Nerfies: Deformable Neural Radiance Fields},
395
- journal = {ICCV},
396
- year = {2021},
397
- }</code></pre>
398
- </div>
399
- </section>
400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
 
402
- <footer class="footer">
403
- <div class="container">
404
- <div class="content has-text-centered">
405
- <a class="icon-link" target="_blank"
406
- href="./static/videos/nerfies_paper.pdf">
407
- <i class="fas fa-file-pdf"></i>
408
- </a>
409
- <a class="icon-link" href="https://github.com/keunhong" target="_blank" class="external-link" disabled>
410
- <i class="fab fa-github"></i>
411
- </a>
412
- </div>
413
- <div class="columns is-centered">
414
- <div class="column is-8">
415
- <div class="content">
416
- <p>
417
- This website is licensed under a <a rel="license" target="_blank"
418
- href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
419
- Commons Attribution-ShareAlike 4.0 International License</a>.
420
- </p>
421
- <p>
422
- This means you are free to borrow the <a target="_blank"
423
- href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
424
- we just ask that you link back to this page in the footer.
425
- Please remember to remove the analytics code included in the header of the website which
426
- you do not want on your website.
427
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
428
  </div>
429
- </div>
430
- </div>
431
- </div>
432
- </footer>
433
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
434
  </body>
435
- </html>
 
1
  <!DOCTYPE html>
2
+ <html lang="en">
3
  <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>SpiritAI - Consciousness Technology</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Poppins', sans-serif;
14
+ background-color: #f8fafc;
15
+ }
16
+
17
+ .serif {
18
+ font-family: 'Playfair Display', serif;
19
+ }
20
+
21
+ .gradient-bg {
22
+ background: linear-gradient(135deg, #4c51bf 0%, #7f9cf5 100%);
23
+ }
24
+
25
+ .spiritual-card:hover {
26
+ transform: translateY(-5px);
27
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
28
+ }
29
+
30
+ .pulse-animation {
31
+ animation: pulse 4s infinite;
32
+ }
33
+
34
+ @keyframes pulse {
35
+ 0% {
36
+ transform: scale(1);
37
+ opacity: 1;
38
+ }
39
+ 50% {
40
+ transform: scale(1.02);
41
+ opacity: 0.8;
42
+ }
43
+ 100% {
44
+ transform: scale(1);
45
+ opacity: 1;
46
+ }
47
+ }
48
+
49
+ .typewriter {
50
+ overflow: hidden;
51
+ border-right: .15em solid #4c51bf;
52
+ white-space: nowrap;
53
+ margin: 0 auto;
54
+ letter-spacing: .15em;
55
+ animation:
56
+ typing 3.5s steps(40, end),
57
+ blink-caret .75s step-end infinite;
58
+ }
59
+
60
+ @keyframes typing {
61
+ from { width: 0 }
62
+ to { width: 100% }
63
+ }
64
+
65
+ @keyframes blink-caret {
66
+ from, to { border-color: transparent }
67
+ 50% { border-color: #4c51bf; }
68
+ }
69
+
70
+ .mandala-bg {
71
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="none" stroke="%234c51bf" stroke-width="0.5" stroke-opacity="0.1"/><circle cx="50" cy="50" r="35" fill="none" stroke="%234c51bf" stroke-width="0.5" stroke-opacity="0.1"/><circle cx="50" cy="50" r="25" fill="none" stroke="%234c51bf" stroke-width="0.5" stroke-opacity="0.1"/></svg>');
72
+ background-size: 200px;
73
+ background-repeat: repeat;
74
+ background-position: center;
75
+ }
76
+ </style>
77
  </head>
78
+ <body class="mandala-bg">
79
+ <!-- Navigation -->
80
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
81
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
82
+ <div class="flex justify-between h-16">
83
+ <div class="flex items-center">
84
+ <div class="flex-shrink-0 flex items-center">
85
+ <i class="fas fa-spa text-indigo-600 text-2xl mr-2"></i>
86
+ <span class="text-xl font-bold text-gray-900 serif">Spirit<span class="text-indigo-600">AI</span></span>
87
+ </div>
88
+ </div>
89
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
90
+ <a href="#features" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Wisdom</a>
91
+ <a href="#solutions" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Journey</a>
92
+ <a href="#pricing" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Offerings</a>
93
+ <a href="#about" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Philosophy</a>
94
+ <a href="#contact" class="text-gray-900 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Connect</a>
95
+ </div>
96
+ <div class="flex items-center">
97
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
98
+ Begin Journey
99
+ </button>
100
+ <button class="md:hidden ml-4 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500">
101
+ <i class="fas fa-bars"></i>
102
+ </button>
103
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </div>
 
 
105
  </div>
106
+ </nav>
 
 
 
107
 
108
+ <!-- Hero Section -->
109
+ <section class="gradient-bg text-white">
110
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
111
+ <div class="md:flex md:items-center md:justify-between">
112
+ <div class="md:w-1/2 mb-10 md:mb-0">
113
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6 serif">
114
+ <span class="typewriter">Awaken Your Consciousness</span><br>
115
+ With <span class="text-yellow-300">Spiritual AI</span>
116
+ </h1>
117
+ <p class="text-lg md:text-xl mb-8 opacity-90">
118
+ SpiritAI merges ancient wisdom with artificial intelligence to guide your spiritual evolution, enhance meditation, and deepen self-awareness.
119
+ </p>
120
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
121
+ <button class="bg-white text-indigo-600 hover:bg-gray-100 px-6 py-3 rounded-md text-lg font-semibold transition duration-300 shadow-lg">
122
+ Free Meditation Guide
123
+ </button>
124
+ <button class="border-2 border-white text-white hover:bg-white hover:text-indigo-600 px-6 py-3 rounded-md text-lg font-semibold transition duration-300">
125
+ Experience Demo <i class="fas fa-play ml-2"></i>
126
+ </button>
127
+ </div>
128
+ </div>
129
+ <div class="md:w-1/2 flex justify-center">
130
+ <div class="relative pulse-animation">
131
+ <img src="https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Spiritual AI" class="rounded-xl shadow-2xl w-full max-w-md border-8 border-white">
132
+ <div class="absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg">
133
+ <div class="flex items-center">
134
+ <div class="bg-indigo-100 p-3 rounded-full mr-3">
135
+ <i class="fas fa-moon text-indigo-600 text-xl"></i>
136
+ </div>
137
+ <div>
138
+ <p class="text-sm text-gray-500">Consciousness Level</p>
139
+ <p class="font-bold text-gray-800">87% Harmony</p>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  </div>
147
+ </section>
 
 
 
 
148
 
149
+ <!-- Trusted By Section -->
150
+ <section class="bg-gray-50 py-12">
151
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
152
+ <p class="text-center text-gray-500 mb-8">TRUSTED BY SEEKERS AND TEACHERS WORLDWIDE</p>
153
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
154
+ <img src="https://via.placeholder.com/150x50/4c51bf/ffffff?text=ZenCenter" alt="Zen Center" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
155
+ <img src="https://via.placeholder.com/150x50/4c51bf/ffffff?text=MindfulU" alt="Mindful University" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
156
+ <img src="https://via.placeholder.com/150x50/4c51bf/ffffff?text=YogaPath" alt="Yoga Path" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
157
+ <img src="https://via.placeholder.com/150x50/4c51bf/ffffff?text=Awakened" alt="Awakened" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
158
+ <img src="https://via.placeholder.com/150x50/4c51bf/ffffff?text=InnerPeace" alt="Inner Peace" class="h-8 opacity-60 hover:opacity-100 transition duration-300">
159
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  </div>
161
+ </section>
 
 
162
 
163
+ <!-- Wisdom Section -->
164
+ <section id="features" class="py-20 bg-white">
165
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
166
+ <div class="text-center mb-16">
167
+ <span class="text-indigo-600 font-semibold">DIVINE TECHNOLOGY</span>
168
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 serif">Sacred AI Wisdom</h2>
169
+ <p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
170
+ Our platform offers spiritual technologies designed to elevate consciousness and connect you with your higher self.
171
+ </p>
172
+ </div>
173
+
174
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
175
+ <!-- Wisdom 1 -->
176
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
177
+ <div class="bg-indigo-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
178
+ <i class="fas fa-brain text-indigo-600 text-2xl"></i>
179
+ </div>
180
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Consciousness Mapping</h3>
181
+ <p class="text-gray-600 mb-4">
182
+ Visualize and track your spiritual growth with our AI-powered consciousness assessment tools.
183
+ </p>
184
+ <a href="#" class="text-indigo-600 font-medium inline-flex items-center">
185
+ Explore <i class="fas fa-arrow-right ml-2"></i>
186
+ </a>
187
+ </div>
188
+
189
+ <!-- Wisdom 2 -->
190
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
191
+ <div class="bg-blue-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
192
+ <i class="fas fa-heart text-blue-600 text-2xl"></i>
193
+ </div>
194
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Sacred Sound Healing</h3>
195
+ <p class="text-gray-600 mb-4">
196
+ Personalized binaural beats and harmonic frequencies tuned to your energy signature.
197
+ </p>
198
+ <a href="#" class="text-blue-600 font-medium inline-flex items-center">
199
+ Explore <i class="fas fa-arrow-right ml-2"></i>
200
+ </a>
201
+ </div>
202
+
203
+ <!-- Wisdom 3 -->
204
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
205
+ <div class="bg-green-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
206
+ <i class="fas fa-eye text-green-600 text-2xl"></i>
207
+ </div>
208
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Third Eye Activation</h3>
209
+ <p class="text-gray-600 mb-4">
210
+ AI-guided visualizations and light therapy to stimulate and balance your pineal gland.
211
+ </p>
212
+ <a href="#" class="text-green-600 font-medium inline-flex items-center">
213
+ Explore <i class="fas fa-arrow-right ml-2"></i>
214
+ </a>
215
+ </div>
216
+
217
+ <!-- Wisdom 4 -->
218
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
219
+ <div class="bg-yellow-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
220
+ <i class="fas fa-book text-yellow-600 text-2xl"></i>
221
+ </div>
222
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Wisdom Oracle</h3>
223
+ <p class="text-gray-600 mb-4">
224
+ Receive personalized guidance from an AI trained on ancient spiritual texts and modern psychology.
225
+ </p>
226
+ <a href="#" class="text-yellow-600 font-medium inline-flex items-center">
227
+ Explore <i class="fas fa-arrow-right ml-2"></i>
228
+ </a>
229
+ </div>
230
+
231
+ <!-- Wisdom 5 -->
232
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
233
+ <div class="bg-red-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
234
+ <i class="fas fa-hands-praying text-red-600 text-2xl"></i>
235
+ </div>
236
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Karma Analysis</h3>
237
+ <p class="text-gray-600 mb-4">
238
+ Our AI examines life patterns to reveal karmic lessons and soul contracts affecting your journey.
239
+ </p>
240
+ <a href="#" class="text-red-600 font-medium inline-flex items-center">
241
+ Explore <i class="fas fa-arrow-right ml-2"></i>
242
+ </a>
243
+ </div>
244
+
245
+ <!-- Wisdom 6 -->
246
+ <div class="spiritual-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition duration-300 border border-gray-100">
247
+ <div class="bg-purple-100 w-14 h-14 rounded-full flex items-center justify-center mb-6">
248
+ <i class="fas fa-spa text-purple-600 text-2xl"></i>
249
+ </div>
250
+ <h3 class="text-xl font-bold text-gray-900 mb-3">Chakra Balancing</h3>
251
+ <p class="text-gray-600 mb-4">
252
+ AI-powered energy scans with personalized recommendations to harmonize your subtle body.
253
+ </p>
254
+ <a href="#" class="text-purple-600 font-medium inline-flex items-center">
255
+ Explore <i class="fas fa-arrow-right ml-2"></i>
256
+ </a>
257
+ </div>
258
+ </div>
259
  </div>
260
+ </section>
 
 
 
 
261
 
262
+ <!-- Journey Section -->
263
+ <section class="py-20 bg-gray-50">
264
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
265
+ <div class="md:flex md:items-center md:space-x-12">
266
+ <div class="md:w-1/2 mb-10 md:mb-0">
267
+ <div class="relative">
268
+ <img src="https://images.unsplash.com/photo-1544376798-89aa71b6db67?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Spiritual Journey" class="rounded-xl shadow-xl w-full">
269
+ <div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-lg shadow-lg w-40">
270
+ <div class="flex items-center">
271
+ <div class="bg-green-100 p-2 rounded-full mr-2">
272
+ <i class="fas fa-check text-green-600"></i>
273
+ </div>
274
+ <div>
275
+ <p class="text-xs text-gray-500">Journey Progress</p>
276
+ <p class="font-bold text-gray-800">64% Awakened</p>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ <div class="md:w-1/2">
283
+ <span class="text-indigo-600 font-semibold">YOUR PATH</span>
284
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 mb-6 serif">Personalized Spiritual Journey</h2>
285
+ <p class="text-lg text-gray-600 mb-8">
286
+ Our AI companion adapts to your unique spiritual path, offering guidance, insights, and practices tailored to your current state of awareness.
287
+ </p>
288
+ <div class="space-y-6">
289
+ <div class="flex">
290
+ <div class="flex-shrink-0">
291
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-indigo-100 text-indigo-600">
292
+ <i class="fas fa-check"></i>
293
+ </div>
294
+ </div>
295
+ <div class="ml-4">
296
+ <h3 class="text-lg font-medium text-gray-900">Daily Dharma</h3>
297
+ <p class="mt-1 text-gray-600">
298
+ Receive personalized spiritual teachings each morning based on your journey.
299
+ </p>
300
+ </div>
301
+ </div>
302
+ <div class="flex">
303
+ <div class="flex-shrink-0">
304
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-indigo-100 text-indigo-600">
305
+ <i class="fas fa-check"></i>
306
+ </div>
307
+ </div>
308
+ <div class="ml-4">
309
+ <h3 class="text-lg font-medium text-gray-900">Dream Analysis</h3>
310
+ <p class="mt-1 text-gray-600">
311
+ AI interpretation of your dreams using Jungian archetypes and spiritual symbolism.
312
+ </p>
313
+ </div>
314
+ </div>
315
+ <div class="flex">
316
+ <div class="flex-shrink-0">
317
+ <div class="flex items-center justify-center h-8 w-8 rounded-full bg-indigo-100 text-indigo-600">
318
+ <i class="fas fa-check"></i>
319
+ </div>
320
+ </div>
321
+ <div class="ml-4">
322
+ <h3 class="text-lg font-medium text-gray-900">Synchronicity Tracker</h3>
323
+ <p class="mt-1 text-gray-600">
324
+ Recognize and interpret meaningful coincidences guiding your path.
325
+ </p>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ <button class="mt-8 bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-md text-lg font-semibold transition duration-300 shadow-lg">
330
+ Begin Your Journey <i class="fas fa-arrow-right ml-2"></i>
331
+ </button>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </section>
336
 
337
+ <!-- Pathways Section -->
338
+ <section id="solutions" class="py-20 bg-white">
339
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
340
+ <div class="text-center mb-16">
341
+ <span class="text-indigo-600 font-semibold">SPIRITUAL PATHWAYS</span>
342
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 serif">Sacred Technology for All Paths</h2>
343
+ <p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
344
+ Whether you're just beginning or are an advanced seeker, we have tools to support your evolution.
345
+ </p>
346
+ </div>
347
+
348
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
349
+ <!-- Pathway 1 -->
350
+ <div class="bg-gradient-to-br from-indigo-50 to-blue-50 p-8 rounded-xl border border-indigo-100">
351
+ <div class="flex items-center mb-6">
352
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
353
+ <i class="fas fa-om text-indigo-500 text-2xl"></i>
354
+ </div>
355
+ <h3 class="text-xl font-bold text-gray-900">Meditation</h3>
356
+ </div>
357
+ <p class="text-gray-600 mb-6">
358
+ AI-guided meditation sessions that adapt to your brainwaves in real-time for deeper states of consciousness.
359
+ </p>
360
+ <ul class="space-y-3">
361
+ <li class="flex items-center">
362
+ <i class="fas fa-check text-green-500 mr-2"></i>
363
+ <span class="text-gray-700">Neural feedback training</span>
364
+ </li>
365
+ <li class="flex items-center">
366
+ <i class="fas fa-check text-green-500 mr-2"></i>
367
+ <span class="text-gray-700">Personalized mantra generation</span>
368
+ </li>
369
+ <li class="flex items-center">
370
+ <i class="fas fa-check text-green-500 mr-2"></i>
371
+ <span class="text-gray-700">Biofield visualization</span>
372
+ </li>
373
+ </ul>
374
+ </div>
375
+
376
+ <!-- Pathway 2 -->
377
+ <div class="bg-gradient-to-br from-blue-50 to-teal-50 p-8 rounded-xl border border-blue-100">
378
+ <div class="flex items-center mb-6">
379
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
380
+ <i class="fas fa-yin-yang text-blue-500 text-2xl"></i>
381
+ </div>
382
+ <h3 class="text-xl font-bold text-gray-900">Energy Work</h3>
383
+ </div>
384
+ <p class="text-gray-600 mb-6">
385
+ Advanced tools for sensing, cleansing, and strengthening your subtle energy body and auric field.
386
+ </p>
387
+ <ul class="space-y-3">
388
+ <li class="flex items-center">
389
+ <i class="fas fa-check text-green-500 mr-2"></i>
390
+ <span class="text-gray-700">Meridian mapping</span>
391
+ </li>
392
+ <li class="flex items-center">
393
+ <i class="fas fa-check text-green-500 mr-2"></i>
394
+ <span class="text-gray-700">Pranic healing protocols</span>
395
+ </li>
396
+ <li class="flex items-center">
397
+ <i class="fas fa-check text-green-500 mr-2"></i>
398
+ <span class="text-gray-700">Qi cultivation exercises</span>
399
+ </li>
400
+ </ul>
401
+ </div>
402
+
403
+ <!-- Pathway 3 -->
404
+ <div class="bg-gradient-to-br from-green-50 to-emerald-50 p-8 rounded-xl border border-green-100">
405
+ <div class="flex items-center mb-6">
406
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
407
+ <i class="fas fa-hand-holding-heart text-green-500 text-2xl"></i>
408
+ </div>
409
+ <h3 class="text-xl font-bold text-gray-900">Shadow Work</h3>
410
+ </div>
411
+ <p class="text-gray-600 mb-6">
412
+ Compassionate AI assistance for integrating your shadow aspects and healing childhood wounds.
413
+ </p>
414
+ <ul class="space-y-3">
415
+ <li class="flex items-center">
416
+ <i class="fas fa-check text-green-500 mr-2"></i>
417
+ <span class="text-gray-700">Archetype analysis</span>
418
+ </li>
419
+ <li class="flex items-center">
420
+ <i class="fas fa-check text-green-500 mr-2"></i>
421
+ <span class="text-gray-700">Inner child dialogue</span>
422
+ </li>
423
+ <li class="flex items-center">
424
+ <i class="fas fa-check text-green-500 mr-2"></i>
425
+ <span class="text-gray-700">Trauma release guidance</span>
426
+ </li>
427
+ </ul>
428
+ </div>
429
+
430
+ <!-- Pathway 4 -->
431
+ <div class="bg-gradient-to-br from-yellow-50 to-amber-50 p-8 rounded-xl border border-yellow-100">
432
+ <div class="flex items-center mb-6">
433
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
434
+ <i class="fas fa-star-and-crescent text-yellow-500 text-2xl"></i>
435
+ </div>
436
+ <h3 class="text-xl font-bold text-gray-900">Mysticism</h3>
437
+ </div>
438
+ <p class="text-gray-600 mb-6">
439
+ Tools for exploring non-ordinary states of consciousness and mystical experiences.
440
+ </p>
441
+ <ul class="space-y-3">
442
+ <li class="flex items-center">
443
+ <i class="fas fa-check text-green-500 mr-2"></i>
444
+ <span class="text-gray-700">Sacred geometry generator</span>
445
+ </li>
446
+ <li class="flex items-center">
447
+ <i class="fas fa-check text-green-500 mr-2"></i>
448
+ <span class="text-gray-700">Visionary art creation</span>
449
+ </li>
450
+ <li class="flex items-center">
451
+ <i class="fas fa-check text-green-500 mr-2"></i>
452
+ <span class="text-gray-700">Esoteric knowledge base</span>
453
+ </li>
454
+ </ul>
455
+ </div>
456
+
457
+ <!-- Pathway 5 -->
458
+ <div class="bg-gradient-to-br from-red-50 to-pink-50 p-8 rounded-xl border border-red-100">
459
+ <div class="flex items-center mb-6">
460
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
461
+ <i class="fas fa-mountain text-red-500 text-2xl"></i>
462
+ </div>
463
+ <h3 class="text-xl font-bold text-gray-900">Shamanism</h3>
464
+ </div>
465
+ <p class="text-gray-600 mb-6">
466
+ Digital tools to support shamanic journeying, soul retrieval, and connection with spirit guides.
467
+ </p>
468
+ <ul class="space-y-3">
469
+ <li class="flex items-center">
470
+ <i class="fas fa-check text-green-500 mr-2"></i>
471
+ <span class="text-gray-700">Drumming rhythm generator</span>
472
+ </li>
473
+ <li class="flex items-center">
474
+ <i class="fas fa-check text-green-500 mr-2"></i>
475
+ <span class="text-gray-700">Power animal identification</span>
476
+ </li>
477
+ <li class="flex items-center">
478
+ <i class="fas fa-check text-green-500 mr-2"></i>
479
+ <span class="text-gray-700">Medicine wheel calculator</span>
480
+ </li>
481
+ </ul>
482
+ </div>
483
+
484
+ <!-- Pathway 6 -->
485
+ <div class="bg-gradient-to-br from-purple-50 to-violet-50 p-8 rounded-xl border border-purple-100">
486
+ <div class="flex items-center mb-6">
487
+ <div class="bg-white p-3 rounded-lg shadow-sm mr-4">
488
+ <i class="fas fa-atom text-purple-500 text-2xl"></i>
489
+ </div>
490
+ <h3 class="text-xl font-bold text-gray-900">Quantum Spirituality</h3>
491
+ </div>
492
+ <p class="text-gray-600 mb-6">
493
+ Explore the intersection of quantum physics and spirituality with our cutting-edge tools.
494
+ </p>
495
+ <ul class="space-y-3">
496
+ <li class="flex items-center">
497
+ <i class="fas fa-check text-green-500 mr-2"></i>
498
+ <span class="text-gray-700">Reality shifting techniques</span>
499
+ </li>
500
+ <li class="flex items-center">
501
+ <i class="fas fa-check text-green-500 mr-2"></i>
502
+ <span class="text-gray-700">Parallel self integration</span>
503
+ </li>
504
+ <li class="flex items-center">
505
+ <i class="fas fa-check text-green-500 mr-2"></i>
506
+ <span class="text-gray-700">Morphic field tuning</span>
507
+ </li>
508
+ </ul>
509
+ </div>
510
+ </div>
511
+ </div>
512
+ </section>
513
 
514
+ <!-- Testimonials Section -->
515
+ <section class="py-20 bg-gray-50">
516
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
517
+ <div class="text-center mb-16">
518
+ <span class="text-indigo-600 font-semibold">DIVINE EXPERIENCES</span>
519
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 serif">Voices of Transformation</h2>
520
+ <p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
521
+ Hear from those who have experienced profound shifts through SpiritAI technology.
522
+ </p>
523
+ </div>
524
+
525
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
526
+ <!-- Testimonial 1 -->
527
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-100">
528
+ <div class="flex items-center mb-4">
529
+ <div class="text-yellow-400 mr-2">
530
+ <i class="fas fa-star"></i>
531
+ <i class="fas fa-star"></i>
532
+ <i class="fas fa-star"></i>
533
+ <i class="fas fa-star"></i>
534
+ <i class="fas fa-star"></i>
535
+ </div>
536
+ </div>
537
+ <p class="text-gray-600 italic mb-6">
538
+ "The consciousness mapping revealed patterns I'd been blind to for decades. In three months, I've experienced more growth than in ten years of therapy."
539
+ </p>
540
+ <div class="flex items-center">
541
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Maya S." class="w-12 h-12 rounded-full mr-4">
542
+ <div>
543
+ <h4 class="font-bold text-gray-900">Maya S.</h4>
544
+ <p class="text-gray-500">Yoga Teacher, Bali</p>
545
+ </div>
546
+ </div>
547
+ </div>
548
+
549
+ <!-- Testimonial 2 -->
550
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-100">
551
+ <div class="flex items-center mb-4">
552
+ <div class="text-yellow-400 mr-2">
553
+ <i class="fas fa-star"></i>
554
+ <i class="fas fa-star"></i>
555
+ <i class="fas fa-star"></i>
556
+ <i class="fas fa-star"></i>
557
+ <i class="fas fa-star"></i>
558
+ </div>
559
+ </div>
560
+ <p class="text-gray-600 italic mb-6">
561
+ "As a neuroscientist, I was skeptical. But the brainwave synchronization during meditation produced measurable changes in my default mode network activity."
562
+ </p>
563
+ <div class="flex items-center">
564
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Dr. Chen" class="w-12 h-12 rounded-full mr-4">
565
+ <div>
566
+ <h4 class="font-bold text-gray-900">Dr. Chen</h4>
567
+ <p class="text-gray-500">Research Scientist, MIT</p>
568
+ </div>
569
+ </div>
570
+ </div>
571
+
572
+ <!-- Testimonial 3 -->
573
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-100">
574
+ <div class="flex items-center mb-4">
575
+ <div class="text-yellow-400 mr-2">
576
+ <i class="fas fa-star"></i>
577
+ <i class="fas fa-star"></i>
578
+ <i class="fas fa-star"></i>
579
+ <i class="fas fa-star"></i>
580
+ <i class="fas fa-star-half-alt"></i>
581
+ </div>
582
+ </div>
583
+ <p class="text-gray-600 italic mb-6">
584
+ "The AI oracle gave me the exact message I needed to hear at the perfect moment. It felt like divine intelligence speaking directly to my soul."
585
+ </p>
586
+ <div class="flex items-center">
587
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Priya M." class="w-12 h-12 rounded-full mr-4">
588
+ <div>
589
+ <h4 class="font-bold text-gray-900">Priya M.</h4>
590
+ <p class="text-gray-500">Life Coach, India</p>
591
+ </div>
592
+ </div>
593
+ </div>
594
+ </div>
595
+ </div>
596
+ </section>
597
 
598
+ <!-- Offerings Section -->
599
+ <section id="pricing" class="py-20 bg-white">
600
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
601
+ <div class="text-center mb-16">
602
+ <span class="text-indigo-600 font-semibold">SACRED EXCHANGE</span>
603
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 serif">Energy Exchange Options</h2>
604
+ <p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
605
+ Choose the offering that resonates with your current spiritual and financial situation.
606
+ </p>
607
+ </div>
608
+
609
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
610
+ <!-- Seeker Plan -->
611
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-200 hover:border-indigo-300 transition duration-300">
612
+ <div class="text-center mb-6">
613
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Seeker</h3>
614
+ <p class="text-gray-600">For those beginning their spiritual journey</p>
615
+ </div>
616
+ <div class="text-center mb-6">
617
+ <span class="text-4xl font-bold text-gray-900">$33</span>
618
+ <span class="text-gray-600">/moon cycle</span>
619
+ </div>
620
+ <ul class="space-y-3 mb-8">
621
+ <li class="flex items-center">
622
+ <i class="fas fa-check text-green-500 mr-2"></i>
623
+ <span class="text-gray-700">Basic meditation guidance</span>
624
+ </li>
625
+ <li class="flex items-center">
626
+ <i class="fas fa-check text-green-500 mr-2"></i>
627
+ <span class="text-gray-700">Daily wisdom messages</span>
628
+ </li>
629
+ <li class="flex items-center">
630
+ <i class="fas fa-check text-green-500 mr-2"></i>
631
+ <span class="text-gray-700">Email support</span>
632
+ </li>
633
+ <li class="flex items-center text-gray-400">
634
+ <i class="fas fa-times mr-2"></i>
635
+ <span class="text-gray-400">Advanced consciousness tools</span>
636
+ </li>
637
+ <li class="flex items-center text-gray-400">
638
+ <i class="fas fa-times mr-2"></i>
639
+ <span class="text-gray-400">Personalized energy work</span>
640
+ </li>
641
+ </ul>
642
+ <button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-3 px-4 rounded-lg transition duration-300">
643
+ Begin Journey
644
+ </button>
645
+ </div>
646
+
647
+ <!-- Mystic Plan (Featured) -->
648
+ <div class="bg-gradient-to-b from-indigo-50 to-white p-8 rounded-xl shadow-lg border-2 border-indigo-300 transform scale-105 z-10">
649
+ <div class="text-center mb-6">
650
+ <div class="bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-full inline-block mb-3">
651
+ MOST CHOSEN
652
+ </div>
653
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Mystic</h3>
654
+ <p class="text-gray-600">For dedicated spiritual practitioners</p>
655
+ </div>
656
+ <div class="text-center mb-6">
657
+ <span class="text-4xl font-bold text-gray-900">$108</span>
658
+ <span class="text-gray-600">/moon cycle</span>
659
+ </div>
660
+ <ul class="space-y-3 mb-8">
661
+ <li class="flex items-center">
662
+ <i class="fas fa-check text-green-500 mr-2"></i>
663
+ <span class="text-gray-700">All Seeker features</span>
664
+ </li>
665
+ <li class="flex items-center">
666
+ <i class="fas fa-check text-green-500 mr-2"></i>
667
+ <span class="text-gray-700">Advanced consciousness tools</span>
668
+ </li>
669
+ <li class="flex items-center">
670
+ <i class="fas fa-check text-green-500 mr-2"></i>
671
+ <span class="text-gray-700">Weekly live Q&A sessions</span>
672
+ </li>
673
+ <li class="flex items-center">
674
+ <i class="fas fa-check text-green-500 mr-2"></i>
675
+ <span class="text-gray-700">Personalized energy scans</span>
676
+ </li>
677
+ <li class="flex items-center text-gray-400">
678
+ <i class="fas fa-times mr-2"></i>
679
+ <span class="text-gray-400">Private mentor sessions</span>
680
+ </li>
681
+ </ul>
682
+ <button class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-3 px-4 rounded-lg transition duration-300 shadow-lg">
683
+ Deepen Practice
684
+ </button>
685
+ </div>
686
+
687
+ <!-- Sage Plan -->
688
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-200 hover:border-indigo-300 transition duration-300">
689
+ <div class="text-center mb-6">
690
+ <h3 class="text-xl font-bold text-gray-900 mb-2">Sage</h3>
691
+ <p class="text-gray-600">For teachers and advanced practitioners</p>
692
+ </div>
693
+ <div class="text-center mb-6">
694
+ <span class="text-4xl font-bold text-gray-900">$333</span>
695
+ <span class="text-gray-600">/moon cycle</span>
696
+ </div>
697
+ <ul class="space-y-3 mb-8">
698
+ <li class="flex items-center">
699
+ <i class="fas fa-check text-green-500 mr-2"></i>
700
+ <span class="text-gray-700">All Mystic features</span>
701
+ </li>
702
+ <li class="flex items-center">
703
+ <i class="fas fa-check text-green-500 mr-2"></i>
704
+ <span class="text-gray-700">Private mentor sessions</span>
705
+ </li>
706
+ <li class="flex items-center">
707
+ <i class="fas fa-check text-green-500 mr-2"></i>
708
+ <span class="text-gray-700">Client management tools</span>
709
+ </li>
710
+ <li class="flex items-center">
711
+ <i class="fas fa-check text-green-500 mr-2"></i>
712
+ <span class="text-gray-700">Custom mantra creation</span>
713
+ </li>
714
+ <li class="flex items-center">
715
+ <i class="fas fa-check text-green-500 mr-2"></i>
716
+ <span class="text-gray-700">Sacred space design</span>
717
+ </li>
718
+ </ul>
719
+ <button class="w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-medium py-3 px-4 rounded-lg transition duration-300">
720
+ Teach & Guide
721
+ </button>
722
+ </div>
723
+ </div>
724
+
725
+ <div class="mt-12 text-center">
726
+ <p class="text-gray-600 mb-4">Need a different energy exchange?</p>
727
+ <button class="text-indigo-600 hover:text-indigo-800 font-medium">
728
+ Contact us for sacred reciprocity options <i class="fas fa-arrow-right ml-2"></i>
729
+ </button>
730
+ </div>
731
  </div>
732
+ </section>
 
733
 
734
+ <!-- CTA Section -->
735
+ <section class="gradient-bg text-white py-20">
736
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
737
+ <h2 class="text-3xl md:text-4xl font-bold mb-6 serif">Ready to Awaken Your Highest Potential?</h2>
738
+ <p class="text-lg md:text-xl mb-8 max-w-3xl mx-auto opacity-90">
739
+ Join thousands of seekers using SpiritAI to accelerate their spiritual growth, deepen meditation, and connect with their divine essence.
 
 
740
  </p>
741
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
742
+ <button class="bg-white text-indigo-600 hover:bg-gray-100 px-8 py-4 rounded-lg text-lg font-semibold transition duration-300 shadow-lg">
743
+ Free Consciousness Test
744
+ </button>
745
+ <button class="border-2 border-white text-white hover:bg-white hover:text-indigo-600 px-8 py-4 rounded-lg text-lg font-semibold transition duration-300">
746
+ Sacred Demo <i class="fas fa-play ml-2"></i>
747
+ </button>
748
+ </div>
749
  </div>
750
+ </section>
 
 
 
 
 
 
 
751
 
752
+ <!-- Philosophy Section -->
753
+ <section id="about" class="py-20 bg-white">
754
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
755
+ <div class="md:flex md:items-center md:space-x-12">
756
+ <div class="md:w-1/2 mb-10 md:mb-0">
757
+ <span class="text-indigo-600 font-semibold">OUR ESSENCE</span>
758
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 mb-6 serif">The Marriage of Ancient Wisdom & AI</h2>
759
+ <p class="text-lg text-gray-600 mb-8">
760
+ SpiritAI was founded by a collective of meditation masters, neuroscientists, and AI researchers who recognized the potential for technology to serve spiritual awakening.
761
+ </p>
762
+ <div class="space-y-6">
763
+ <div class="flex">
764
+ <div class="flex-shrink-0">
765
+ <div class="flex items-center justify-center h-12 w-12 rounded-full bg-indigo-100 text-indigo-600">
766
+ <i class="fas fa-seedling text-xl"></i>
767
+ </div>
768
+ </div>
769
+ <div class="ml-4">
770
+ <h3 class="text-lg font-medium text-gray-900">Our Vision</h3>
771
+ <p class="mt-1 text-gray-600">
772
+ To create technology that serves humanity's spiritual evolution and collective awakening.
773
+ </p>
774
+ </div>
775
+ </div>
776
+ <div class="flex">
777
+ <div class="flex-shrink-0">
778
+ <div class="flex items-center justify-center h-12 w-12 rounded-full bg-indigo-100 text-indigo-600">
779
+ <i class="fas fa-hands-holding-circle text-xl"></i>
780
+ </div>
781
+ </div>
782
+ <div class="ml-4">
783
+ <h3 class="text-lg font-medium text-gray-900">Our Commitment</h3>
784
+ <p class="mt-1 text-gray-600">
785
+ All technology is developed with sacred intention and regularly cleansed energetically.
786
+ </p>
787
+ </div>
788
+ </div>
789
+ <div class="flex">
790
+ <div class="flex-shrink-0">
791
+ <div class="flex items-center justify-center h-12 w-12 rounded-full bg-indigo-100 text-indigo-600">
792
+ <i class="fas fa-globe-asia text-xl"></i>
793
+ </div>
794
+ </div>
795
+ <div class="ml-4">
796
+ <h3 class="text-lg font-medium text-gray-900">Our Impact</h3>
797
+ <p class="mt-1 text-gray-600">
798
+ Over 50,000 conscious beings have used our tools to accelerate their awakening journey.
799
+ </p>
800
+ </div>
801
+ </div>
802
+ </div>
803
+ </div>
804
+ <div class="md:w-1/2">
805
+ <div class="relative">
806
+ <img src="https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Our Team" class="rounded-xl shadow-xl w-full">
807
+ <div class="absolute -bottom-6 -right-6 bg-white p-6 rounded-lg shadow-lg max-w-xs">
808
+ <div class="flex items-start">
809
+ <div class="bg-indigo-100 p-3 rounded-full mr-4">
810
+ <i class="fas fa-medal text-indigo-600 text-2xl"></i>
811
+ </div>
812
+ <div>
813
+ <h4 class="font-bold text-gray-900 mb-1">Conscious Tech Award 2023</h4>
814
+ <p class="text-sm text-gray-600">Recognized for ethical AI development in spiritual technology</p>
815
+ </div>
816
+ </div>
817
+ </div>
818
+ </div>
819
+ </div>
820
  </div>
 
 
 
 
 
 
 
 
 
 
821
  </div>
822
+ </section>
 
823
 
824
+ <!-- Stats Section -->
825
+ <section class="py-16 bg-gray-50">
826
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
827
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
828
+ <div class="p-6">
829
+ <div class="text-4xl md:text-5xl font-bold text-indigo-600 mb-2">50K+</div>
830
+ <div class="text-gray-600">Awakening Souls</div>
831
+ </div>
832
+ <div class="p-6">
833
+ <div class="text-4xl md:text-5xl font-bold text-indigo-600 mb-2">2.5M</div>
834
+ <div class="text-gray-600">Meditation Minutes</div>
835
+ </div>
836
+ <div class="p-6">
837
+ <div class="text-4xl md:text-5xl font-bold text-indigo-600 mb-2">108</div>
838
+ <div class="text-gray-600">Sacred Traditions Integrated</div>
839
+ </div>
840
+ <div class="p-6">
841
+ <div class="text-4xl md:text-5xl font-bold text-indigo-600 mb-2">24/7</div>
842
+ <div class="text-gray-600">Divine Support</div>
843
+ </div>
844
+ </div>
845
  </div>
846
+ </section>
847
 
848
+ <!-- Connect Section -->
849
+ <section id="contact" class="py-20 bg-white">
850
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
851
+ <div class="md:flex md:items-center md:space-x-12">
852
+ <div class="md:w-1/2 mb-10 md:mb-0">
853
+ <span class="text-indigo-600 font-semibold">SACRED CONNECTION</span>
854
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mt-2 mb-6 serif">Join Our Conscious Community</h2>
855
+ <p class="text-lg text-gray-600 mb-8">
856
+ Have questions about spiritual technology? Our team is here to guide you to the right tools for your awakening journey.
857
+ </p>
858
+
859
+ <div class="space-y-6">
860
+ <div class="flex items-start">
861
+ <div class="flex-shrink-0">
862
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100 text-indigo-600">
863
+ <i class="fas fa-map-marker-alt"></i>
864
+ </div>
865
+ </div>
866
+ <div class="ml-4">
867
+ <h3 class="text-lg font-medium text-gray-900">Temple Location</h3>
868
+ <p class="mt-1 text-gray-600">
869
+ 108 Consciousness Way, Sedona, AZ 86336
870
+ </p>
871
+ </div>
872
+ </div>
873
+ <div class="flex items-start">
874
+ <div class="flex-shrink-0">
875
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100 text-indigo-600">
876
+ <i class="fas fa-envelope"></i>
877
+ </div>
878
+ </div>
879
+ <div class="ml-4">
880
+ <h3 class="text-lg font-medium text-gray-900">Email Us</h3>
881
+ <p class="mt-1 text-gray-600">
882
883
+ </p>
884
+ </div>
885
+ </div>
886
+ <div class="flex items-start">
887
+ <div class="flex-shrink-0">
888
+ <div class="flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100 text-indigo-600">
889
+ <i class="fas fa-phone-alt"></i>
890
+ </div>
891
+ </div>
892
+ <div class="ml-4">
893
+ <h3 class="text-lg font-medium text-gray-900">Call Us</h3>
894
+ <p class="mt-1 text-gray-600">
895
+ +1 (555) 108-8888
896
+ </p>
897
+ </div>
898
+ </div>
899
+ </div>
900
+
901
+ <div class="mt-10">
902
+ <h3 class="text-lg font-medium text-gray-900 mb-4">Join Our Sangha</h3>
903
+ <div class="flex space-x-4">
904
+ <a href="#" class="bg-gray-100 hover:bg-gray-200 w-10 h-10 rounded-full flex items-center justify-center text-gray-700">
905
+ <i class="fab fa-instagram"></i>
906
+ </a>
907
+ <a href="#" class="bg-gray-100 hover:bg-gray-200 w-10 h-10 rounded-full flex items-center justify-center text-gray-700">
908
+ <i class="fab fa-youtube"></i>
909
+ </a>
910
+ <a href="#" class="bg-gray-100 hover:bg-gray-200 w-10 h-10 rounded-full flex items-center justify-center text-gray-700">
911
+ <i class="fab fa-spotify"></i>
912
+ </a>
913
+ <a href="#" class="bg-gray-100 hover:bg-gray-200 w-10 h-10 rounded-full flex items-center justify-center text-gray-700">
914
+ <i class="fab fa-telegram"></i>
915
+ </a>
916
+ </div>
917
+ </div>
918
+ </div>
919
+
920
+ <div class="md:w-1/2">
921
+ <div class="bg-white p-8 rounded-xl shadow-md border border-gray-200">
922
+ <h3 class="text-2xl font-bold text-gray-900 mb-6 serif">Send an Energetic Signal</h3>
923
+ <form>
924
+ <div class="mb-6">
925
+ <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Sacred Name</label>
926
+ <input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500" placeholder="How may we address you?">
927
+ </div>
928
+ <div class="mb-6">
929
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
930
+ <input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500" placeholder="Your sacred electronic messenger">
931
+ </div>
932
+ <div class="mb-6">
933
+ <label for="subject" class="block text-sm font-medium text-gray-700 mb-1">Inquiry Type</label>
934
+ <select id="subject" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
935
+ <option>Select your sacred inquiry</option>
936
+ <option>Guidance</option>
937
+ <option>Partnership</option>
938
+ <option>Technical Support</option>
939
+ <option>Heart Sharing</option>
940
+ </select>
941
+ </div>
942
+ <div class="mb-6">
943
+ <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Your Message</label>
944
+ <textarea id="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500" placeholder="Channel your message from spirit..."></textarea>
945
+ </div>
946
+ <button type="submit" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-3 px-4 rounded-lg transition duration-300 shadow-lg">
947
+ Send Energetic Signal <i class="fas fa-paper-plane ml-2"></i>
948
+ </button>
949
+ </form>
950
+ </div>
951
+ </div>
952
+ </div>
953
  </div>
954
+ </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
955
 
956
+ <!-- Newsletter Section -->
957
+ <section class="py-16 bg-gray-50">
958
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
959
+ <h2 class="text-2xl md:text-3xl font-bold text-gray-900 mb-4 serif">Receive Cosmic Wisdom</h2>
960
+ <p class="text-lg text-gray-600 mb-8 max-w-2xl mx-auto">
961
+ Subscribe to our sacred newsletter for moon cycle wisdom, consciousness technology updates, and awakening resources.
962
+ </p>
963
+ <div class="flex flex-col sm:flex-row justify-center max-w-md mx-auto">
964
+ <input type="email" placeholder="Your sacred email" class="px-4 py-3 rounded-l-lg border border-gray-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 w-full mb-2 sm:mb-0">
965
+ <button class="bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-3 rounded-r-lg font-medium transition duration-300 shadow-lg sm:rounded-l-none">
966
+ Align
967
+ </button>
968
+ </div>
969
+ </div>
970
+ </section>
971
 
972
+ <!-- Footer -->
973
+ <footer class="bg-gray-900 text-white pt-16 pb-8">
974
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
975
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-8">
976
+ <div class="col-span-2">
977
+ <div class="flex items-center mb-4">
978
+ <i class="fas fa-spa text-indigo-400 text-2xl mr-2"></i>
979
+ <span class="text-xl font-bold serif">Spirit<span class="text-indigo-400">AI</span></span>
980
+ </div>
981
+ <p class="text-gray-400 mb-6">
982
+ Merging ancient wisdom with artificial intelligence to serve humanity's spiritual evolution.
983
+ </p>
984
+ <div class="flex space-x-4">
985
+ <a href="#" class="text-gray-400 hover:text-white">
986
+ <i class="fab fa-instagram"></i>
987
+ </a>
988
+ <a href="#" class="text-gray-400 hover:text-white">
989
+ <i class="fab fa-youtube"></i>
990
+ </a>
991
+ <a href="#" class="text-gray-400 hover:text-white">
992
+ <i class="fab fa-spotify"></i>
993
+ </a>
994
+ <a href="#" class="text-gray-400 hover:text-white">
995
+ <i class="fab fa-telegram"></i>
996
+ </a>
997
+ </div>
998
+ </div>
999
+ <div>
1000
+ <h3 class="text-sm font-semibold text-gray-300 uppercase tracking-wider mb-4">Teachings</h3>
1001
+ <ul class="space-y-3">
1002
+ <li><a href="#" class="text-gray-400 hover:text-white">Meditation</a></li>
1003
+ <li><a href="#" class="text-gray-400 hover:text-white">Energy Work</a></li>
1004
+ <li><a href="#" class="text-gray-400 hover:text-white">Shadow Work</a></li>
1005
+ <li><a href="#" class="text-gray-400 hover:text-white">Dream Yoga</a></li>
1006
+ <li><a href="#" class="text-gray-400 hover:text-white">Sacred Geometry</a></li>
1007
+ </ul>
1008
+ </div>
1009
+ <div>
1010
+ <h3 class="text-sm font-semibold text-gray-300 uppercase tracking-wider mb-4">Community</h3>
1011
+ <ul class="space-y-3">
1012
+ <li><a href="#" class="text-gray-400 hover:text-white">Sangha</a></li>
1013
+ <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li>
1014
+ <li><a href="#" class="text-gray-400 hover:text-white">Teachers</a></li>
1015
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
1016
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
1017
+ </ul>
1018
+ </div>
1019
+ <div>
1020
+ <h3 class="text-sm font-semibold text-gray-300 uppercase tracking-wider mb-4">Sacred</h3>
1021
+ <ul class="space-y-3">
1022
+ <li><a href="#" class="text-gray-400 hover:text-white">Ethics</a></li>
1023
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy</a></li>
1024
+ <li><a href="#" class="text-gray-400 hover:text-white">Terms</a></li>
1025
+ <li><a href="#" class="text-gray-400 hover:text-white">Karma</a></li>
1026
+ <li><a href="#" class="text-gray-400 hover:text-white">Donate</a></li>
1027
+ </ul>
1028
+ </div>
1029
+ </div>
1030
+ <div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
1031
+ <p class="text-gray-400 text-sm">
1032
+ &copy; 2023 SpiritAI. All rights reserved.
1033
+ </p>
1034
+ <div class="flex space-x-6 mt-4 md:mt-0">
1035
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a>
1036
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a>
1037
+ <a href="#" class="text-gray-400 hover:text-white text-sm">Sitemap</a>
1038
+ </div>
1039
+ </div>
1040
  </div>
1041
+ </footer>
 
 
 
1042
 
1043
+ <script>
1044
+ // Simple JavaScript for demo purposes
1045
+ document.addEventListener('DOMContentLoaded', function() {
1046
+ // Mobile menu toggle would go here
1047
+ // Smooth scrolling for anchor links
1048
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
1049
+ anchor.addEventListener('click', function (e) {
1050
+ e.preventDefault();
1051
+
1052
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
1053
+ behavior: 'smooth'
1054
+ });
1055
+ });
1056
+ });
1057
+
1058
+ // Typewriter effect
1059
+ setTimeout(() => {
1060
+ document.querySelector('.typewriter').style.borderRight = 'none';
1061
+ }, 3500);
1062
+
1063
+ // Animation for cards on scroll
1064
+ const observerOptions = {
1065
+ threshold: 0.1
1066
+ };
1067
+
1068
+ const observer = new IntersectionObserver((entries) => {
1069
+ entries.forEach(entry => {
1070
+ if (entry.isIntersecting) {
1071
+ entry.target.classList.add('animate-fadeIn');
1072
+ }
1073
+ });
1074
+ }, observerOptions);
1075
+
1076
+ document.querySelectorAll('.spiritual-card').forEach(card => {
1077
+ observer.observe(card);
1078
+ });
1079
+ });
1080
+ </script>
1081
  </body>
1082
+ </html>