| <!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> |
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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"> |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
| |
| |
| <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> |
|
|
| |
| <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"> |
| |
| <div class="bg-white p-8 rounded-lg shadow-md"> |
| <div class="w |
| </html> |