sacred-union-guide / kali.html
CommanderLazarus's picture
Create a page about Vishnu and Shiva, the divine masculine in tantra and the kama sutra.
153b883 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kali - Goddess of Love and Transformation</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap');
body {
font-family: 'Raleway', sans-serif;
}
.heading-font {
font-family: 'Playfair Display', serif;
}
.goddess-card {
transition: all 0.3s ease;
}
.goddess-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.chapter-section {
scroll-margin-top: 80px;
}
</style>
</head>
<body class="bg-gradient-to-br from-purple-50 to-indigo-50">
<!-- Navigation -->
<nav class="fixed w-full bg-white bg-opacity-90 backdrop-blur-sm shadow-sm z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="heart" class="text-purple-500"></i>
<span class="ml-2 text-xl font-bold heading-font text-gray-800">Sacred Union</span>
</div>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html#positions" class="text-gray-600 hover:text-purple-600 font-medium">Positions</a>
<a href="index.html#tantra" class="text-gray-600 hover:text-purple-600 font-medium">Tantra</a>
<a href="index.html#history" class="text-gray-600 hover:text-purple-600 font-medium">History</a>
<a href="index.html#philosophy" class="text-gray-600 hover:text-purple-600 font-medium">Philosophy</a>
<a href="index.html#guide" class="text-gray-600 hover:text-purple-600 font-medium">Guide</a>
<a href="kali.html" class="text-gray-600 hover:text-purple-600 font-medium">Kali</a>
<a href="divinemasculine.html" class="text-gray-600 hover:text-purple-600 font-medium">Divine Masculine</a>
</div>
<div class="flex items-center md:hidden">
<button id="mobile-menu-button" class="text-gray-500 hover:text-gray-700">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="index.html#positions" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Positions</a>
<a href="index.html#tantra" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Tantra</a>
<a href="index.html#history" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">History</a>
<a href="index.html#philosophy" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Philosophy</a>
<a href="index.html#guide" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Guide</a>
<a href="kali.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Kali</a>
<a href="divinemasculine.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-purple-600 hover:bg-gray-50">Divine Masculine</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<div id="hero" class="relative pt-24 pb-20 px-4 sm:px-6 lg:px-8">
<div class="absolute inset-0 z-0" id="hero-bg"></div>
<div class="max-w-7xl mx-auto relative z-10">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold heading-font text-gray-900 mb-6">
Kali - The Goddess of Love and Transformation
</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto mb-10">
Exploring the fierce and compassionate aspects of the Divine Feminine in tantric and intimate practices
</p>
<div class="flex justify-center space-x-4">
<a href="#aspects" class="bg-purple-600 text-white px-6 py-3 rounded-full font-medium hover:bg-purple-700 transition duration-300">
Divine Aspects
</a>
<a href="#tantric" class="border-2 border-purple-600 text-purple-600 px-6 py-3 rounded-full font-medium hover:bg-purple-50 transition duration-300">
Tantric Connection
</a>
</div>
</div>
</div>
</div>
<!-- Main Content -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
<!-- Introduction Section -->
<section id="introduction" class="chapter-section mb-20">
<div class="bg-white rounded-2xl shadow-lg p-8">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Understanding Kali</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Kali is one of the most powerful and misunderstood deities in Hinduism, representing the fierce aspect of the Divine Mother. Often depicted with dark skin, multiple arms, and a garland of skulls, she embodies both destruction and creation.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<h3 class="text-2xl font-bold heading-font text-gray-900 mb-4">The Paradox of Kali</h3>
<p class="text-gray-600 mb-4">
While commonly associated with death and destruction, Kali's role in tantric traditions reveals her as a goddess of transformation, liberation, and unconditional love. She destroys the ego and illusions that prevent us from experiencing true intimacy with ourselves and others.
</p>
<p class="text-gray-600 mb-4">
In the context of sacred sexuality, Kali represents the raw, untamed energy of desire and the courage to embrace our deepest truths without shame or fear.
</p>
<p class="text-gray-600">
Her fierce appearance is not meant to terrify but to awaken us from the slumber of ignorance and attachment that keeps us disconnected from our authentic selves.
</p>
</div>
<div class="bg-gradient-to-br from-purple-500 to-indigo-600 rounded-xl p-8 text-white">
<div class="text-center">
<i data-feather="eye" class="w-16 h-16 mx-auto mb-4"></i>
<h4 class="text-2xl font-bold heading-font mb-2">Beyond Dualities</h4>
<p class="opacity-90">
Kali transcends the conventional boundaries between love and destruction, showing us that true love requires the courage to let go of what no longer serves us.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Aspects Section -->
<section id="aspects" class="chapter-section mb-20">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Aspects of Kali in Love and Intimacy</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Understanding how Kali's various forms and attributes relate to intimate connection and spiritual growth.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Aspect 1 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-red-500 to-pink-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Destroyer of Illusions</h3>
<p class="text-gray-600 mb-4">
Kali helps us break through the false personas and defenses we create in relationships, allowing for authentic connection.
</p>
<div class="flex items-center text-red-600">
<i data-feather="shield" class="mr-2"></i>
<span>Emotional Liberation</span>
</div>
</div>
</div>
<!-- Aspect 2 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-purple-500 to-indigo-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Embracer of Shadows</h3>
<p class="text-gray-600 mb-4">
She teaches us to accept and integrate our darker aspects rather than rejecting them, leading to wholeness.
</p>
<div class="flex items-center text-purple-600">
<i data-feather="moon" class="mr-2"></i>
<span>Shadow Integration</span>
</div>
</div>
</div>
<!-- Aspect 3 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-pink-500 to-rose-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Unconditional Love</h3>
<p class="text-gray-600 mb-4">
Kali's love is fierce and all-encompassing, accepting us exactly as we are without conditions or expectations.
</p>
<div class="flex items-center text-pink-600">
<i data-feather="heart" class="mr-2"></i>
<span>Radical Acceptance</span>
</div>
</div>
</div>
<!-- Aspect 4 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-indigo-500 to-blue-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Liberator of Desire</h3>
<p class="text-gray-600 mb-4">
She empowers us to embrace our natural desires and sexuality without shame, seeing them as sacred expressions of life.
</p>
<div class="flex items-center text-indigo-600">
<i data-feather="zap" class="mr-2"></i>
<span>Sexual Liberation</span>
</div>
</div>
</div>
<!-- Aspect 5 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-rose-500 to-red-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Protector of Truth</h3>
<p class="text-gray-600 mb-4">
Kali reveals hidden truths about ourselves and our relationships, helping us move beyond deception and denial.
</p>
<div class="flex items-center text-rose-600">
<i data-feather="eye" class="mr-2"></i>
<span>Honest Communication</span>
</div>
</div>
</div>
<!-- Aspect 6 -->
<div class="goddess-card bg-white rounded-xl shadow-md overflow-hidden">
<div class="h-48 bg-gradient-to-r from-violet-500 to-purple-600 flex items-center justify-center">
<div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" />
</div>
<div class="p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-2">Transformer of Energy</h3>
<p class="text-gray-600 mb-4">
She helps us transform lower energies of fear and anger into higher frequencies of love and compassion.
</p>
<div class="flex items-center text-violet-600">
<i data-feather="refresh-cw" class="mr-2"></i>
<span>Energy Alchemy</span>
</div>
</div>
</div>
</div>
</section>
<!-- Tantric Connection Section -->
<section id="tantric" class="chapter-section mb-20">
<div class="bg-gradient-to-r from-purple-600 to-indigo-700 rounded-2xl shadow-lg p-8 text-white">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold heading-font mb-4">Kali in Tantric Practice</h2>
<p class="max-w-3xl mx-auto opacity-90">
How invoking Kali's energy can deepen tantric experiences and spiritual intimacy.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<div>
<h3 class="text-2xl font-bold heading-font mb-4">Invoking Kali's Energy</h3>
<ul class="space-y-4">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="w-6 h-6 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
<i data-feather="heart" class="w-4 h-4"></i>
</div>
</div>
<p class="ml-3 opacity-90">
<span class="font-medium">Meditation:</span> Visualize Kali's fierce compassion to release fears and judgments about intimacy
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="w-6 h-6 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
<i data-feather="users" class="w-4 h-4"></i>
</div>
</div>
<p class="ml-3 opacity-90">
<span class="font-medium">Breathwork:</span> Use Kali's transformative breath to move through resistance and embrace vulnerability
</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="w-6 h-6 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
<i data-feather="zap" class="w-4 h-4"></i>
</div>
</div>
<p class="ml-3 opacity-90">
<span class="font-medium">Sacred Space:</span> Create an altar with Kali imagery to invoke her protective and liberating energy
</p>
</li>
</ul>
</div>
<div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6">
<h3 class="text-2xl font-bold heading-font mb-4">Tantric Practices with Kali</h3>
<div class="space-y-4">
<div>
<h4 class="font-bold mb-2">Fierce Embrace</h4>
<p class="opacity-90">
Practice intimate connection with the courage to be completely authentic and vulnerable, invoking Kali's fearless love.
</p>
</div>
<div>
<h4 class="font-bold mb-2">Destruction of Ego</h4>
<p class="opacity-90">
Let go of performance anxiety and the need to control the experience, surrendering to the natural flow of energy.
</p>
</div>
<div>
<h4 class="font-bold mb-2">Shadow Integration</h4>
<p class="opacity-90">
Embrace and honor all aspects of yourself and your partner, including those typically hidden or rejected.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Symbolism Section -->
<section id="symbolism" class="chapter-section mb-20">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Symbolism in Sacred Union</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Understanding Kali's iconography and how it relates to intimate connection and spiritual growth.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
<div class="bg-white rounded-2xl shadow-lg p-8">
<h3 class="text-2xl font-bold heading-font text-gray-900 mb-6">Kali's Attributes</h3>
<ul class="space-y-6">
<li class="flex">
<div class="flex-shrink-0">
<div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center">
<i data-feather="moon" class="text-purple-600 w-5 h-5"></i>
</div>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Dark Skin</h4>
<p class="text-gray-600 mt-1">
Represents the infinite void from which all creation emerges and to which it returns, symbolizing the depths of intimate connection.
</p>
</div>
</li>
<li class="flex">
<div class="flex-shrink-0">
<div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center">
<i data-feather="shield" class="text-indigo-600 w-5 h-5"></i>
</div>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Garland of Skulls</h4>
<p class="text-gray-600 mt-1">
Symbolizes the destruction of the ego and past conditioning that prevents authentic intimacy and love.
</p>
</div>
</li>
<li class="flex">
<div class="flex-shrink-0">
<div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center">
<i data-feather="heart" class="text-pink-600 w-5 h-5"></i>
</div>
</div>
<div class="ml-4">
<h4 class="font-bold text-gray-900">Tongue Protruding</h4>
<p class="text-gray-600 mt-1">
Represents the consumption of fear and the expression of raw, untamed desire and love.
</p>
</div>
</li>
</ul>
</div>
<div class="bg-white rounded-2xl shadow-lg p-8">
<h3 class="text-2xl font-bold heading-font text-gray-900 mb-6">Sacred Union Interpretation</h3>
<div class="space-y-6">
<div>
<h4 class="font-bold text-gray-900 mb-2">Standing on Shiva</h4>
<p class="text-gray-600">
In tantric symbolism, Kali standing on the prone Shiva represents the active feminine energy awakening dormant consciousness in the receptive masculine.
</p>
</div>
<div>
<h4 class="font-bold text-gray-900 mb-2">Multiple Arms</h4>
<p class="text-gray-600">
Signifies her ability to hold and protect multiple aspects of our being simultaneously, embracing all parts of ourselves in intimate connection.
</p>
</div>
<div>
<h4 class="font-bold text-gray-900 mb-2">Nakedness</h4>
<p class="text-gray-600">
Represents complete vulnerability and authenticity, the foundation of true intimacy without pretense or armor.
</p>
</div>
<div class="mt-8 p-4 bg-purple-50 rounded-lg">
<div class="flex">
<i data-feather="alert-triangle" class="text-purple-600 mr-2 mt-1"></i>
<p class="text-purple-700">
<span class="font-bold">Note:</span> When working with Kali's energy, approach with respect and understanding of her transformative power.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Integration Section -->
<section id="integration" class="chapter-section mb-20">
<div class="bg-white rounded-2xl shadow-lg p-8">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Integrating Kali's Wisdom</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Practical ways to honor Kali's energy in your intimate relationships and spiritual practice.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="border border-purple-200 rounded-xl p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-4">Personal Practice</h3>
<ul class="space-y-4">
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Meditate on Kali's fierce compassion to release shame around sexuality and desire</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Journal about aspects of yourself you hide from intimate partners and explore acceptance</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Practice radical honesty with yourself and your partner about desires and boundaries</span>
</li>
</ul>
</div>
<div class="border border-purple-200 rounded-xl p-6">
<h3 class="text-xl font-bold heading-font text-gray-900 mb-4">Partner Practice</h3>
<ul class="space-y-4">
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Create rituals that honor both the fierce and gentle aspects of intimate connection</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Use Kali's energy to move through difficult conversations with courage and compassion</span>
</li>
<li class="flex items-start">
<i data-feather="check-circle" class="text-purple-500 mt-1 mr-2 flex-shrink-0"></i>
<span>Practice letting go of control and surrendering to the natural flow of intimate energy</span>
</li>
</ul>
</div>
</div>
<div class="mt-12 bg-gradient-to-r from-purple-50 to-indigo-50 rounded-xl p-8">
<h3 class="text-2xl font-bold heading-font text-gray-900 mb-4 text-center">Honoring Kali</h3>
<p class="text-gray-600 text-center max-w-2xl mx-auto">
Remember that Kali's fierce love is ultimately about liberation - from fear, shame, and the illusions that prevent us from experiencing the deepest possible connection with ourselves and our partners.
</p>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="col-span-1 md:col-span-2">
<div class="flex items-center">
<i data-feather="heart" class="text-purple-500"></i>
<span class="ml-2 text-xl font-bold heading-font">Sacred Union</span>
</div>
<p class="mt-4 text-gray-400 max-w-md">
An educational resource exploring ancient wisdom traditions of intimate connection and spiritual sexuality.
</p>
</div>
<div>
<h3 class="text-lg font-bold heading-font mb-4">Chapters</h3>
<ul class="space-y-2">
<li><a href="index.html#positions" class="text-gray-400 hover:text-white">Kama Sutra Positions</a></li>
<li><a href="index.html#tantra" class="text-gray-400 hover:text-white">Tantric Practices</a></li>
<li><a href="index.html#history" class="text-gray-400 hover:text-white">Historical Context</a></li>
<li><a href="index.html#philosophy" class="text-gray-400 hover:text-white">Philosophy</a></li>
<li><a href="index.html#guide" class="text-gray-400 hover:text-white">Practical Guide</a></li>
<li><a href="kali.html" class="text-gray-400 hover:text-white">Kali</a></li>
<li><a href="divinemasculine.html" class="text-gray-400 hover:text-white">Divine Masculine</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold heading-font mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Recommended Reading</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Workshops</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Practitioner Directory</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Ethical Guidelines</a></li>
<li><a href="kali.html" class="text-gray-400 hover:text-white">Kali</a></li>
<li><a href="divinemasculine.html" class="text-gray-400 hover:text-white">Divine Masculine</a></li>
</ul>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400">
<p>© 2023 Sacred Union Guide. Educational content only. This resource is intended for adults over 18.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Feather icons
feather.replace();
// Vanta.js background
VANTA.WAVES({
el: "#hero-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x8b5cf6,
shininess: 30.00,
waveHeight: 15.00,
waveSpeed: 0.50
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Goddess card hover effect enhancement
const goddessCards = document.querySelectorAll('.goddess-card');
goddessCards.forEach(card => {
card.addEventListener('mouseenter', () => {
card.style.transform = 'translateY(-5px)';
});
card.addEventListener('mouseleave', () => {
card.style.transform = 'translateY(0)';
});
});
</script>
</body>
</html>