File size: 15,069 Bytes
2526aef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Gemstone Universe - Discover the Power of Precious Stones</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;600&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #f9f7f5;
            color: #333;
        }
        
        .title-font {
            font-family: 'Playfair Display', serif;
        }
        
        .gem-card {
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .gem-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        
        .hero {
            background: linear-gradient(135deg, rgba(21, 101, 192, 0.8), rgba(155, 89, 182, 0.8)), url('https://images.unsplash.com/photo-1605100804763-247f67b3557e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
            background-size: cover;
            background-position: center;
        }
        
        .nav-link {
            position: relative;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #9c27b0;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        .zodiac-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 10px;
            font-size: 24px;
        }
        
        .birthstone-icon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 15px;
            font-size: 36px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .shape-icon {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: 30px;
        }
        
        .color-dot {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0 auto;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
        
        .calculator-input {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }
        
        .calculator-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }
    </style>
</head>
<body>
    <!-- Navigation -->
    <nav class="bg-white shadow-lg sticky top-0 z-50">
        <div class="max-w-7xl mx-auto px-4">
            <div class="flex justify-between items-center py-4">
                <div class="flex items-center space-x-2">
                    <i class="fas fa-gem text-purple-600 text-2xl"></i>
                    <span class="title-font text-xl font-bold text-gray-800">Gemstone Universe</span>
                </div>
                <div class="hidden md:flex space-x-8">
                    <a href="#popular-gems" class="nav-link text-gray-700 hover:text-purple-600 py-2">Popular Gems</a>
                    <a href="#benefits" class="nav-link text-gray-700 hover:text-purple-600 py-2">Benefits</a>
                    <a href="#birthstones" class="nav-link text-gray-700 hover:text-purple-600 py-2">Birthstones</a>
                    <a href="#zodiac" class="nav-link text-gray-700 hover:text-purple-600 py-2">Zodiac Stones</a>
                    <a href="#calculator" class="nav-link text-gray-700 hover:text-purple-600 py-2">Gem Finder</a>
                </div>
                <button class="md:hidden text-gray-700 focus:outline-none">
                    <i class="fas fa-bars text-xl"></i>
                </button>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="hero text-white py-20 md:py-32">
        <div class="max-w-7xl mx-auto px-4 text-center">
            <h1 class="title-font text-4xl md:text-6xl font-bold mb-6">Discover the Magic of Gemstones</h1>
            <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">Explore the healing properties, astrological benefits, and beauty of precious stones from around the world.</p>
            <div class="flex flex-col md:flex-row justify-center gap-4">
                <a href="#popular-gems" class="bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-8 rounded-full transition duration-300">Explore Gems</a>
                <a href="#calculator" class="bg-white hover:bg-gray-100 text-purple-600 font-bold py-3 px-8 rounded-full transition duration-300">Find Your Stone</a>
            </div>
        </div>
    </section>

    <!-- Popular Gems Section -->
    <section id="popular-gems" class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4">
            <h2 class="title-font text-3xl md:text-4xl font-bold text-center mb-4">Popular Gemstones</h2>
            <p class="text-gray-600 text-center max-w-2xl mx-auto mb-12">Discover the most sought-after gemstones and their unique properties</p>
            
            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
                <!-- Ruby -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-red-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Ruby" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Ruby</h3>
                        <p class="text-gray-600 mb-4">The king of gems, symbolizing passion, protection, and prosperity.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-red-600">July Birthstone</span>
                            <span class="text-sm font-medium">β™Œ Leo Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Emerald -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-green-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Emerald" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Emerald</h3>
                        <p class="text-gray-600 mb-4">Stone of wisdom and growth, promoting harmony and intuition.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-green-600">May Birthstone</span>
                            <span class="text-sm font-medium">♉ Taurus Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Sapphire -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-blue-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Sapphire" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Sapphire</h3>
                        <p class="text-gray-600 mb-4">Symbol of truth and royalty, enhancing mental clarity.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-blue-600">September Birthstone</span>
                            <span class="text-sm font-medium">♍ Virgo Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Diamond -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-gray-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Diamond" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Diamond</h3>
                        <p class="text-gray-600 mb-4">The ultimate symbol of strength, purity, and eternal love.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-gray-600">April Birthstone</span>
                            <span class="text-sm font-medium">β™ˆ Aries Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Amethyst -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-purple-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Amethyst" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Amethyst</h3>
                        <p class="text-gray-600 mb-4">Powerful protective stone that promotes calm and balance.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-purple-600">February Birthstone</span>
                            <span class="text-sm font-medium">β™“ Pisces Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Topaz -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-yellow-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Topaz" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Topaz</h3>
                        <p class="text-gray-600 mb-4">Stone of joy and abundance, enhancing creativity.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-yellow-600">November Birthstone</span>
                            <span class="text-sm font-medium">♏ Scorpio Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Pearl -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-white flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Pearl" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Pearl</h3>
                        <p class="text-gray-600 mb-4">Symbol of purity and wisdom, offering calming energy.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-gray-600">June Birthstone</span>
                            <span class="text-sm font-medium">β™‹ Cancer Stone</span>
                        </div>
                    </div>
                </div>
                
                <!-- Garnet -->
                <div class="gem-card bg-white rounded-lg overflow-hidden">
                    <div class="h-48 bg-red-100 flex items-center justify-center">
                        <img src="https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80" alt="Garnet" class="h-full w-full object-cover">
                    </div>
                    <div class="p-6">
                        <h3 class="title-font text-xl font-bold mb-2">Garnet</h3>
                        <p class="text-gray-600 mb-4">Stone of commitment and regeneration, boosting energy.</p>
                        <div class="flex justify-between items-center">
                            <span class="text-sm font-medium text-red-600">January Birthstone</span>
                            <span class="text-sm font-medium">β™‘ Capricorn Stone</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Benefits Section -->
    <section id="benefits" class="py-16 bg-gray-50">
        <div class="max-w-7xl mx-auto px-4">
            <h2 class="title-font text-3xl md:text-4xl font-bold text-center mb-4">Gemstone Benefits</h2>
            <p class="text-gray-600 text-center max-w-2xl mx-auto mb-12">Discover how gemstones can enhance different aspects of your life</p>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Physical Health -->
                <div class="bg-white p-8 rounded-lg shadow-md">
                    <div class="w
</html>