/* ===========================================================
   PANIKI.ID — BANANA TROPICAL FIESTA UI
   Fun, Cute, Fresh, Glossy, Banana Curve Everywhere
   =========================================================== */

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-body: "Quicksand", sans-serif;
  --font-logo: "Baloo 2", cursive;
  --font-heading: "Baloo 2", cursive;
}

/* ROOT COLOR SYSTEM – BANANA + FRUITS */
:root {
  /* Brand + fruit accents */
  --banana-yellow: #ffd54a;
  --banana-deep: #f4b400;
  --lime-fresh: #abf518;
  --mango-orange: #ffb347;
  --pink-fruit: #ff8fab;
  --sky-fruit: #72d7ff;
  --grape-soft: #c38bff;

  --accent: #ffd54a; /* base accent color */
  --accent-gradient: linear-gradient(120deg, #ffe76a, #ff9797, #ffb347);
  --accent-hover: #ffe066;
  --accent-soft: rgba(255, 215, 100, 0.25);
  --accent-border: rgba(255, 215, 100, 0.7);

  --text-main: #1f1f1f;
  --text-sub: #6b7280;
  --text-light: #9ca3af;

  --bg-main: #ffffff;
  --bg-soft: #fdf8f2;
  --bg-glass: rgba(255, 255, 255, 0.8);

  --border-soft: rgba(15, 23, 42, 0.06);

  --shadow-soft: 0 14px 30px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 12px 26px rgba(15, 23, 42, 0.08);

  --radius-soft: 18px;
}

/* ===========================================================
   GLOBAL BACKGROUND – TROPICAL BANANA SKY
   =========================================================== */

body {
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 5% 0%, rgba(255, 215, 100, 0.34), transparent 55%),
    radial-gradient(circle at 95% 0%, rgba(255, 143, 171, 0.35), transparent 55%),
    radial-gradient(circle at 20% 100%, rgba(171, 245, 24, 0.25), transparent 55%),
    radial-gradient(circle at 80% 110%, rgba(114, 215, 255, 0.30), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fff9f0 45%, #fef6ff 100%);
  background-attachment: fixed;
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===========================================================
   BANANA TROPICAL GLOSSY NAVBAR
   =========================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 1000;

  background:
    linear-gradient(
      145deg,
      rgba(255, 243, 145, 0.92) 0%,
      rgba(255, 225, 105, 0.92) 40%,
      rgba(255, 194, 58, 0.92) 70%,
      rgba(255, 245, 170, 0.92) 100%
    ),
    radial-gradient(circle at top left,
      rgba(171, 245, 24, 0.35),
      transparent 70%
    ),
    radial-gradient(circle at bottom right,
      rgba(255, 91, 181, 0.22),
      transparent 70%
    );

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(255,255,255,0.4);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.12),
    inset 0 0 10px rgba(255,255,255,0.4);

  padding: 12px 0;

  /* Banana Curve bottom */
  border-radius: 0 0 32px 32px;
}

.nav-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LOGO */
.logo {
  font-family: var(--font-logo);
  font-weight: 800;
  font-size: 22px;

  display: flex;
  align-items: center;
  gap: 8px;

  transform: skewX(-6deg) rotate(-1deg);
  color: #5a3d00;
  letter-spacing: 0.5px;
}

.logo-mark {
  font-family: var(--font-logo);
  font-size: 15px;

  width: 28px;
  height: 28px;

  border-radius: 14px 20px 14px 20px;
  background: linear-gradient(135deg, #fff7c2, #ffe08a);
  border: 1px solid rgba(255,210,70,0.6);

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    inset 0 0 8px rgba(255,255,255,0.9),
    0 4px 10px rgba(0,0,0,0.15);
}


/* MENU */
.nav-menu {
  display: flex;
  gap: 18px;
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;

  color: #5c4700;
  padding: 8px 14px;
  border-radius: 999px;

  transition: 0.25s;
}

.nav-link:hover {
  background: rgba(255,255,255,0.45);
  color: #3f3200;

  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


/* ===========================================================
   HERO SECTION – BANANA FIESTA
   =========================================================== */

.hero {
  padding: 80px 20px 50px;
  text-align: center;
}

.hero-mini {
  padding: 60px 20px 36px;
}

.hero-luxury {
  position: relative;
}
.hero-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 215, 100, 0.24), transparent 60%),
    radial-gradient(circle at 90% 0%, rgba(255, 143, 171, 0.22), transparent 60%);
  opacity: 0.9;
}

.hero-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 1;
}

.hero-eyebrow {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;

  background: linear-gradient(
    145deg,
    #ffe76a 0%,
    #abf518 45%,
    #ffb347 80%
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;

  text-shadow:
    0 1px 2px rgba(0,0,0,0.25),
    0 0 6px rgba(255,215,100,0.65);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
}

.hero h1 {
  font-size: 32px;
  font-weight: 800;
}

.hero-sub {
  font-size: 15px;
  color: var(--text-sub);
  margin-top: 12px;
}

.hero-tagline {
  font-size: 15px;
  color: var(--text-main);
  opacity: 0.88;
  font-weight: 500;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* CTA SECTION DI HERO */
.cta-container {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

/* CTA BUTTON PREMIUM */
.cta-btn-pro {
  position: relative;
  background: linear-gradient(135deg, #ffe76a, #ffb347, #ff8fab);
  color: #111;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow:
    0 10px 26px rgba(255, 183, 77, 0.5),
    0 0 16px rgba(255, 215, 100, 0.6);
  transition: 0.25s;
}

.cta-btn-pro:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 14px 32px rgba(255, 183, 77, 0.6),
    0 0 22px rgba(255, 215, 100, 0.8);
  opacity: 0.98;
}

/* PROMO BADGE */
.promo-badge-mini {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #111827;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 700;
  animation: blink 1.1s infinite;
  box-shadow:
    0 0 12px rgba(255,215,100,0.7),
    0 5px 12px rgba(15,23,42,0.35);
}

@keyframes blink {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0.6; transform: translateY(-1px); }
}

/* HERO FADE TEXT */
.fade-text {
  animation: fadeRotate 3s infinite ease-in-out;
}

@keyframes fadeRotate {
  0% { opacity: 1; transform: translateY(0); }
  50% { opacity: 0.6; transform: translateY(-2px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ===========================================================
   BUTTONS – BANANA FRUIT
   =========================================================== */

.btn-main {
  font-family: var(--font-heading);

  display: inline-block;
  background: var(--accent-gradient);
  color: #111;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
  box-shadow:
    0 12px 26px rgba(255, 183, 77, 0.55),
    0 0 12px rgba(255, 215, 100, 0.7);
  border: none;
  
  margin-top: 20px;
}

.btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(255,219,96,0.55);
}

.btn-main.full {
  width: 100%;
  text-align: center;
}

.btn-ghost {
  background: linear-gradient(120deg, #ff6a6a, #e1479c, #ffb347);
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  color: #111;
  text-decoration: none;
  transition: 0.25s;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
}

.btn-ghost:hover {
  border-color: var(--accent-border);
  color: #111;
  box-shadow: 0 10px 26px rgba(255, 215, 100, 0.35);
}

.btn-ghost.full {
  width: 100%;
  text-align: center;
}


.hero-eyebrow,
.hero h1,
.section-header h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: none;
  color: #5c3f00;
  letter-spacing: 0.5px;
  transform: skewX(-3deg);
}

/* ===========================================================
   SECTIONS
   =========================================================== */

.section {
  padding: 5px 20px;
}

.section-inner {
  max-width: 1100px;
  margin: auto;
}

.section-header {
  margin-bottom: 24px;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 800;
}

.section-header p {
  font-size: 14px;
  color: var(--text-sub);
  margin-top: 6px;
}

.section-header.center {
  text-align: center;
}

/* SECTION BOTTOM (Index) */
.section-bottom {
  border-top: 1px dashed rgba(255, 183, 77, 0.5);
  background: linear-gradient(90deg, rgba(255, 248, 231, 0.8), rgba(255, 255, 255, 0.95));
}

.bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ===========================================================
   HIGHLIGHT SECTION (Index) – BANANA CARDS
   =========================================================== */

.highlights {
  background: linear-gradient(
    180deg,
    rgba(255, 248, 231, 0.9) 0%,
    rgba(254, 242, 255, 0.6) 100%
  );
  padding-top: 50px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

/* ==== BANANA CARD BASE ==== */
.banana-card {
  position: relative;
  border-radius: 32px 18px 32px 18px; /* banana curve */
  background: linear-gradient(
      145deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,252,240,0.94) 45%,
      rgba(255,255,255,0.9) 100%
    );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.85);
  padding: 20px 20px 18px;
  box-shadow:
    0 16px 32px rgba(255, 183, 77, 0.25),
    inset 0 5px 8px rgba(255,255,255,0.65),
    inset 0 -6px 10px rgba(0,0,0,0.04);
  transition: 0.28s ease;
}

.banana-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 22px 40px rgba(255, 183, 77, 0.35),
    inset 0 7px 10px rgba(255,255,255,0.75),
    inset 0 -7px 12px rgba(0,0,0,0.05);
}

/* Fruit tint variants (highlight cards) */
.banana-lime {
  background-image:
    radial-gradient(circle at top right, rgba(171,245,24,0.35), transparent 65%),
    radial-gradient(circle at bottom left, rgba(171,245,24,0.2), transparent 70%);
}

.banana-mango {
  background-image:
    radial-gradient(circle at top right, rgba(255,179,71,0.32), transparent 65%),
    radial-gradient(circle at bottom left, rgba(255,215,100,0.25), transparent 70%);
}

.banana-berry {
  background-image:
    radial-gradient(circle at top right, rgba(255,143,171,0.34), transparent 65%),
    radial-gradient(circle at bottom left, rgba(195,139,255,0.24), transparent 70%);
}

.highlight-card {
  border-radius: 32px 18px 32px 18px;
}

/* (untuk browser tanpa 'composes', tetap apply via HTML dengan class banana-card + varian) */
.highlight-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.highlight-card p {
  font-size: 14px;
  color: var(--text-sub);
}

/* ===========================================================
   VOUCHER GRID + BANANA VOUCHER CARDS
   =========================================================== */

.voucher-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 20px;
}

/* BANANA VOUCHER CARD (pakai basis banana-card) */
.voucher-card {
  position: relative;
  border-radius: 30px 18px 30px 18px;
  background: linear-gradient(
      150deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,248,231,0.96) 45%,
      rgba(255,255,255,0.94) 100%
    );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.9);
  padding: 20px 20px 18px;
  box-shadow:
    0 16px 36px rgba(255, 183, 77, 0.25),
    inset 0 6px 10px rgba(255,255,255,0.75),
    inset 0 -6px 10px rgba(0,0,0,0.04);
  transition: 0.28s ease;
  cursor: pointer;
}

.voucher-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 22px 44px rgba(255, 183, 77, 0.32),
    inset 0 7px 12px rgba(255,255,255,0.8),
    inset 0 -8px 12px rgba(0,0,0,0.05);
}

.voucher-card.highlight {
  border-color: rgba(255, 163, 120, 0.9);
  box-shadow:
    0 24px 48px rgba(255, 163, 120, 0.38),
    inset 0 8px 12px rgba(255,255,255,0.85),
    inset 0 -9px 14px rgba(0,0,0,0.05);
}

/* voucher header & chip */
.voucher-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.voucher-chip {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: var(--text-sub);
  background: rgba(255,255,255,0.85);
}

.chip-gold {
  border-color: rgba(255, 183, 77, 0.9);
  color: #b45309;
  background: rgba(255, 248, 231, 0.95);
}

.voucher-card h3 {
  font-size: 22px;
  font-weight: 800;
}

.voucher-duration {
  margin-top: 4px;
  color: var(--text-sub);
  font-size: 14px;
}

.voucher-features {
  list-style: none;
  margin-top: 10px;
  color: var(--text-sub);
  font-size: 13px;
  padding-left: 0;
}

.voucher-features li + li {
  margin-top: 5px;
}

/* ===========================================================
   MODAL – BANANA GLASS
   =========================================================== */

.modal {
  position: fixed;
  inset: 0;
  background: rgba(255, 248, 231, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  z-index: 999;
}

.hidden {
  display: none;
}

.modal-box {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(
      145deg,
      rgba(255,255,255,0.98),
      rgba(255, 248, 231, 0.96)
    );
  border: 1px solid rgba(255,255,255,0.9);
  padding: 22px;
  border-radius: 26px 18px 26px 18px;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 18px 40px rgba(255, 183, 77, 0.4),
    inset 0 5px 8px rgba(255,255,255,0.8);
}

.modal-box h3,
.modal-box h2 {
  font-size: 22px;
  color: #b45309;
}

.modal-sub {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 12px;
}

.modal-box p {
  color: var(--text-sub);
  margin-bottom: 14px;
}

.modal-box label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-sub);
  text-align: left;
}

.modal-box input,
.modal-box select {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(255,255,255,0.96);
  font-size: 14px;
}

.modal-box input:focus,
.modal-box select:focus {
  outline: none;
  border-color: rgba(255, 183, 77, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 215, 100, 0.4);
}

.modal-note {
  margin-top: 10px;
  font-size: 11px;
  color: var(--text-sub);
}

/* ===========================================================
   FOOTER INFO & FOOTER – FRUITY
   =========================================================== */

.footer-info {
  background: linear-gradient(
    180deg,
    rgba(255, 252, 240, 0.95),
    rgba(255, 255, 255, 0.98)
  );
  border-top: 1px solid rgba(255, 215, 100, 0.35);
  padding: 40px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.footer-col h3 {
  font-size: 18px;
  color: #b45309;
  margin-bottom: 12px;
}

.footer-col p,
.footer-col a {
  font-size: 14px;
  color: var(--text-sub);
  text-decoration: none;
}

.contact-icons {
  margin-top: 10px;
  display: flex;
  gap: 16px;
}

.contact-icons a {
  font-size: 22px;
  color: #f59e0b;
  transition: 0.2s;
}

.contact-icons a:hover {
  transform: translateY(-2px) scale(1.05);
  color: #ec4899;
}

.footer {
  text-align: center;
  padding: 25px 16px;
  font-size: 13px;
  color: var(--text-sub);
  border-top: 1px solid rgba(255, 215, 100, 0.4);
  background: rgba(255,255,255,0.92);
}

/* ===========================================================
   MOBILE BOTTOM NAV (Optional – iOS style)
   =========================================================== */

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 215, 100, 0.55);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
}

.mb-item {
  text-decoration: none;
  color: var(--text-sub);
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transition: 0.25s;
}

.mb-item i {
  font-size: 18px;
}

.mb-item:hover,
.mb-item.active {
  color: #b45309;
  transform: translateY(-3px);
}

@media (min-width: 768px) {
  .mobile-bottom-nav {
    display: none;
  }
}

/* ===========================================================
   DAFTAR FORM – Basic banana styling
   =========================================================== */

.form-container {
  background: linear-gradient(
      145deg,
      rgba(255,255,255,0.98),
      rgba(255, 248, 231, 0.96)
    );
  border-radius: 26px 18px 26px 18px;
  padding: 24px 20px 20px;
  max-width: 480px;
  width: 100%;
  box-shadow:
    0 18px 40px rgba(255, 183, 77, 0.4),
    inset 0 5px 8px rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.9);
}

.form-container h2 {
  margin-bottom: 14px;
  font-size: 22px;
  color: #b45309;
  text-align: center;
}

.form-container label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: var(--text-sub);
}

.form-container input,
.form-container textarea {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #fff;
  font-size: 14px;
}

.form-container input:focus,
.form-container textarea:focus {
  outline: none;
  border-color: rgba(255, 183, 77, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 215, 100, 0.4);
}

/* map button */
.btn-map {
  margin-top: 10px;
  display: inline-block;
  border-radius: 999px;
  border: none;
  padding: 10px 16px;
  background: linear-gradient(120deg, #ffb347, #ffe76a);
  color: #111;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  box-shadow:
    0 8px 20px rgba(255, 183, 77, 0.45),
    0 0 10px rgba(255, 215, 100, 0.6);
}

.btn-map:hover {
  transform: translateY(-1px);
}

/* map container basic */
#map {
  margin-top: 10px;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  display: none;
  overflow: hidden;
  box-shadow:
    0 10px 26px rgba(15,23,42,0.26);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */

@media (min-width: 640px) {
  .hero h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .highlight-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .voucher-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}


.spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid rgba(148, 163, 184, 0.4);
  border-top-color: #facc15;
  margin: 12px auto;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



/* ===============================
   BANANA POP SUCCESS CHECKMARK
   =============================== */

.pop-success {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
  position: relative;
  transform-style: preserve-3d;
}

/* Lingkaran meledak */
.pop-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff7c2 0%, #ffe56a 55%, #ffcf00 100%);
  border: 4px solid #ffea85;
  box-shadow:
    0 0 25px #ffd44a,
    0 0 40px rgba(255, 214, 90, 0.7),
    inset 0 0 18px rgba(255,255,255,0.9);
  
  transform: scale(0.2);
  opacity: 0;

  animation: popCircle 0.55s cubic-bezier(.25,1.45,.45,1) forwards;
}

@keyframes popCircle {
  0%   { transform: scale(0.2); opacity: 0; }
  60%  { transform: scale(1.25); opacity: 1; }
  80%  { transform: scale(0.92); }
  100% { transform: scale(1); opacity: 1; }
}

/* Centang */
.pop-check {
  position: absolute;
  top: 38%;
  left: 32%;
  width: 42%;
  height: 22%;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;

  transform: rotate(45deg) scale(0.3);
  opacity: 0;

  filter:
    drop-shadow(0 0 6px #fff)
    drop-shadow(0 0 12px #ffe66a);

  animation: popCheck 0.45s ease-out 0.58s forwards;
}

@keyframes popCheck {
  0%   { transform: rotate(45deg) scale(0.3); opacity: 0; }
  70%  { transform: rotate(45deg) scale(1.3); opacity: 1; }
  100% { transform: rotate(45deg) scale(1); opacity: 1; }
}
