
body {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  background: linear-gradient(to bottom, #ffeaf3, #fff6fa);
  color: #333;
  scroll-behavior: smooth;
  position: relative;
}

.smoke-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('https://www.transparenttextures.com/patterns/foggy-birds.png') repeat;
  opacity: 0.2;
  z-index: -1;
  animation: drift 40s linear infinite;
}

@keyframes drift {
  from { background-position: 0 0; }
  to { background-position: 1000px 1000px; }
}

header {
  font-family: 'Marcellus', serif;
  background-color: #ffd6e7;
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1 {
  font-size: 3.2rem;
  margin: 0;
  color: #d63384;
}

h2 {
  font-family: 'Marcellus', serif;
  font-size: 2rem;
  color: #a02060;
  margin-bottom: 1rem;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

nav a {
  text-decoration: none;
  color: #d63384;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

nav a:hover {
  color: #a02060;
  transform: scale(1.1);
}

.dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  right: auto;

  display: none;
  position: absolute;
  background-color: #ffe6f0;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  padding: 1rem;
  border-radius: 8px;
  z-index: 1001;
}

.dropdown:hover .dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  right: auto;

  display: block;
}

.animated-section {
  padding: 1.5rem;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.3s;
}

.fade-up { animation-name: fadeInUp; }
.fade-left { animation-name: fadeInLeft; }
.fade-right { animation-name: fadeInRight; }

@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
  from { transform: translateY(40px); }
}
@keyframes fadeInLeft {
  to { opacity: 1; transform: translateX(0); }
  from { transform: translateX(-50px); }
}
@keyframes fadeInRight {
  to { opacity: 1; transform: translateX(0); }
  from { transform: translateX(50px); }
}

ul {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer {
  background-color: #f9d6e3;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 2rem;
}

.whatsapp-float {
  bottom: 20px;
  animation: bounce 2s infinite 0.5s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 2rem;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}


.instagram-float {
  bottom: 90px;
  animation: bounce 2s infinite;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 2rem;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
    z-index: 1000;
}

.instagram-float:hover {
    transform: scale(1.1);
}


.fancy-title {
  font-family: 'Parisienne', cursive;
  font-size: 3.5rem;
  color: #d63384;
  position: relative;
  z-index: 2;
  margin: 0;
}

.title-circle {
  position: relative;
  display: inline-block;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
}

.title-circle::before {
  animation: spinRing 3s infinite;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #d63384;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  transform: rotate(2deg);
  opacity: 0.9;
}


nav a {
  position: relative;
}


nav a {
  position: relative;
}


nav a {
  position: relative;
  z-index: 1;
}



nav a {
  position: relative;
  z-index: 1;
}


nav a {
  position: relative;
  z-index: 1;
}


nav a {
  position: relative;
  z-index: 1;
}


nav a {
  position: relative;
  z-index: 1;
}


nav a {
  position: relative;
  z-index: 1;
}


nav a {
  position: relative;
  z-index: 1;
}

nav a.cloud-underline::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 50px);
  width: 100px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg width="200" height="30" xmlns="http://www.w3.org/2000/svg"><path d="M0,20 Q25,0 50,20 Q75,0 100,20 Q125,0 150,20 Q175,0 200,20 L200,30 L0,30 Z" fill="%23ffffff" /></svg>') no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  animation: cloudWiggle 3s infinite ease-in-out, cloudPulse 5s infinite ease-in-out; cloudWiggle 3s infinite ease-in-out;
}









.subtitle {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem;
  color: #a02060;
  margin-top: 10px;
}


#mini-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffd6e7;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 0.5rem 1rem;
  display: none;
  z-index: 999;
}

#mini-menu.visible {
  display: block;
}

#mini-menu nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

#mini-menu nav a {
  text-decoration: none;
  font-weight: bold;
  color: #d63384;
  font-size: 1rem;
}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


@keyframes cloudWiggle {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(1px);
  }
}

nav a.cloud-underline::after {
  animation: cloudWiggle 3s infinite ease-in-out;
}


@keyframes cloudPulse {
  0%, 100% {
    transform: scaleY(1);
  }
  30% {
    transform: scaleY(1.05);
  }
  60% {
    transform: scaleY(0.97);
  }
  80% {
    transform: scaleY(1.03);
  }
}



  80% {
    transform: rotate(360deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(360deg);
  }
}





  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}







.emoji-bounce {
  display: inline-block;
  animation: emojiTilt 2s infinite;
  transform-origin: bottom center;
}

@keyframes emojiTilt {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  25% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  55% {
    transform: rotate(6deg);
  }
  70% {
    transform: rotate(-4deg);
  }
  85% {
    transform: rotate(4deg);
  }
}
