#birds-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.background {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #3366cc;
}

section.wm {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  transform: translateY(-90px);
  font-family: "Segoe UI", Roboto, sans-serif;
}

h1 {
  font-size: 3em;
  margin-bottom: 10px;
  color: #ff4fa1;
  text-shadow: none;
  animation-delay: 0.2s;
  background: linear-gradient(90deg, #ff4fa1, #f7d36f, #ff4fa1);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 8s ease-in-out infinite;
}

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
.top-banner p{

  font-size: 1.5em; 
  color: #CEB8B8;     
  margin-bottom: 25px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  animation-delay: 0.5s;
  animation: fadeInUp 2.5s ease-out forwards, lightGlow 6s ease-in-out infinite;
  font-family: 'Verdana, sans-serif'; 

}

.affiliate-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #ff4fa1;
  border-radius: 8px;
  color: #ff4fa1;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  animation-delay: 0.8s;
  animation: fadeInButtons 1.2s ease-out forwards, floatWave 6s ease-in-out infinite;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px);
}

.btn:hover {
  background: #ff4fa1;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 79, 161, 0.6);
}

@keyframes fadeInUp{


  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }


}

.content {
  animation: fadeInUp 2.5s ease-out forwards;
}

@keyframes pulse{


  0% {
    box-shadow: 0 0 0 0 rgba(255, 79, 161, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px 6px rgba(255, 79, 161, 0.3);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 79, 161, 0.6);
    transform: scale(1);
  }


}

@keyframes shimmer{


  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }


}

@keyframes lightGlow{


  0% {
    text-shadow: 0 0 6px rgba(247, 211, 111, 0.2);
    opacity: 0.9;
  }
  50% {
    text-shadow: 0 0 16px rgba(247, 211, 111, 0.5);
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 6px rgba(247, 211, 111, 0.2);
    opacity: 0.9;
  }


}

.wm .content p {
  font-size: 1.3em;
  color: #ffb6d5;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 10px;
  text-shadow: 0 0 6px rgba(255, 182, 193, 0.4);
}

.birdsaye-bottom-glow {
  width: 45%;
  height: 8px;
  margin: 200px auto 20px;
  border-radius: 30px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 168, 220, 0.55) 0%,
    rgba(255, 168, 220, 0.15) 50%,
    rgba(255, 168, 220, 0) 100%
  );
  animation: pulseGlow 5s ease-in-out infinite;
  filter: blur(2px);
}

@keyframes pulseGlow{

  0% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
  100% { opacity: 0.7; transform: scale(1); }

}

*/



.top-banner p {
  margin: 0;
  font-size: 1.8em;
  font-weight: 500;
  color: #ffb6d5;
  letter-spacing: 0.6px;
  background: linear-gradient(90deg, #ff4fa1, #f7d36f, #ff4fa1);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 10s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(255, 182, 193, 0.5);
}

*/











@keyframes bannerFadeIn {
  from {
    opacity: 0;
  transform: scale(0.9);
  }
  to {
    opacity: 1;
  }
 


.cards-underlay {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 40px;
  pointer-events: none;
  }


.cards-underlay: :before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: radial-gradient(circle at 30% 30%, #ffd6e9, #fcb7d2, #e7a4cc);
  filter: blur(1px);
  opacity: 1;
  border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
  }


.petal {
  position: absolute;
  animation: drift 9s infinite ease-in-out;
  }


.petal-1 {
  left: 20%;
  animation-delay: 4s;
  }

.petal-2 {
  left: 50%;
  }

.petal-3 {
  left: 78%;
  }


@keyframes drift {
  0% 
    transform: translateY(0) rotate(0deg);
  }
  50% 
    transform: translateY(-25px) rotate(15deg);
}

100% {
  transform: translateY(0) rotate(0deg);
  opacity: 0.7;
}

} 

}


.btn.sephora {
  border: 2px solid #ffb6c1;
  padding: 14px 30px;
  color: #ffb6c1;
  background: rgba(255, 182, 193, 0.1);
}

.btn.sephora:hover {
  background: #ffb6c1;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 182, 193, 0.6);
}

.btn.ulta {
  border: 2px solid #f7d36f;
  color: #f7d36f;
  background: rgba(247, 211, 111, 0.1);
}

.btn.ulta:hover {
  background: #f7d36f;
  color: #ff4fa1;
  box-shadow: 0 0 20px rgba(247, 211, 111, 0.6);
}

.btn.shopee {
  border: 2px solid #ff4fa1;
  color: #ff4fa1;
  background: rgba(255, 79, 161, 0.1);
}

.btn.shopee:hover {
  background: #ff4fa1;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 79, 161, 0.6);
}

.btn:nth-of-type(1) {
  animation-delay: 0.3s;
}

.btn:nth-of-type(2) {
  animation-delay: 0.6s;
}

.btn:nth-of-type(3) {
  animation-delay: 0.9s;
}

@keyframes fadeInButtons{


  to {
    opacity: 1;
    transform: translateY(0);
  }


}

@keyframes floatWave{


  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }


}

@keyframes fadeInUp{


  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }


}

.brand-logo img {
  width: 350px;  /*  310px  made logo larger  zak  */
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  filter: drop-shadow(0 0 6px rgba(255, 150, 200, 0.35));
}

.top-banner p {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.override-link {
  width: 50px;
  height: 18px;
}



footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-family: "Segoe UI", Roboto, sans-serif;
  opacity: 0;
  animation: footerFadeIn 2.5s ease-out 2s forwards;
  z-index: 5;
}

footer p {
  color: #f7d36f;
  background: linear-gradient(90deg, #f7d36f, #ff4fa1, #f7d36f);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 8s ease-in-out infinite, footerGlow 6s ease-in-out infinite;
  text-shadow: none;
  letter-spacing: 0.5px;
}

@keyframes footerFadeIn{


  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }


}

@keyframes shimmer{


  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }


}

@keyframes footerGlow{


  0%, 100% { opacity: 0.9; }
  50% { opacity: 1; }


}

@media (max-width: 600px) {
  .top-banner p {
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }
  
  p {
    font-size: 1em;
  }
  
  .btn {
    padding: 10px 18px;
  }
}

@media (max-width: 600px) {
  .top-banner {
    width: 95%;
    top: 1px;
    padding: 10px 14px;
  }
  
  .top-banner p {
    font-size: .95em;
  }
}

@media (max-width: 600px) {
  .btn {
    font-size: 1.05em;
    padding: 12px 22px;
  }
}

@media (max-width: 600px) {
  .affiliate-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .brand-logo img {
    width: 230px;  /*  200 px   */
  }
}

@media (max-width: 600px) {
  .top-banner p {
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
  }
}
