@-webkit-keyframes fall {
	0% {
		opacity: 0.9;
		top: 0
	}
	100% {
		opacity: 0.2;
		top: 100%
	}
}

@keyframes fall {
	0% {
		opacity: 0.9;
		top: 0
	}
	100% {
		opacity: 0.2;
		top: 100%
	}
}

@-webkit-keyframes blow-soft-left {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: -50%
	}
}

@keyframes blow-soft-left {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: -50%
	}
}

@-webkit-keyframes blow-medium-left {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: -100%
	}
}

@keyframes blow-medium-left {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: -100%
	}
}

@-webkit-keyframes blow-soft-right {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 50%
	}
}

@keyframes blow-soft-right {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 50%
	}
}

@-webkit-keyframes blow-medium-right {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 100%
	}
}

@keyframes blow-medium-right {
	0% {
		margin-left: 0
	}
	100% {
		margin-left: 100%
	}
}

@-webkit-keyframes sway-0 {
	0% {
		-webkit-transform: rotate(-5deg)
	}
	40% {
		-webkit-transform: rotate(28deg)
	}
	100% {
		-webkit-transform: rotate(3deg)
	}
}

@keyframes sway-0 {
	0% {
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	40% {
		-ms-transform: rotate(28deg);
		transform: rotate(28deg)
	}
	100% {
		-ms-transform: rotate(3deg);
		transform: rotate(3deg)
	}
}

@-webkit-keyframes sway-1 {
	0% {
		-webkit-transform: rotate(10deg)
	}
	40% {
		-webkit-transform: rotate(43deg)
	}
	100% {
		-webkit-transform: rotate(15deg)
	}
}

@keyframes sway-1 {
	0% {
		-ms-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	40% {
		-ms-transform: rotate(43deg);
		transform: rotate(43deg)
	}
	100% {
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
}

@-webkit-keyframes sway-2 {
	0% {
		-webkit-transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(56deg)
	}
	100% {
		-webkit-transform: rotate(22deg)
	}
}

@keyframes sway-2 {
	0% {
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-ms-transform: rotate(56deg);
		transform: rotate(56deg)
	}
	100% {
		-ms-transform: rotate(22deg);
		transform: rotate(22deg)
	}
}

@-webkit-keyframes sway-3 {
	0% {
		-webkit-transform: rotate(25deg)
	}
	40% {
		-webkit-transform: rotate(74deg)
	}
	100% {
		-webkit-transform: rotate(37deg)
	}
}

@keyframes sway-3 {
	0% {
		-ms-transform: rotate(25deg);
		transform: rotate(25deg)
	}
	40% {
		-ms-transform: rotate(74deg);
		transform: rotate(74deg)
	}
	100% {
		-ms-transform: rotate(37deg);
		transform: rotate(37deg)
	}
}

@-webkit-keyframes sway-4 {
	0% {
		-webkit-transform: rotate(40deg)
	}
	40% {
		-webkit-transform: rotate(68deg)
	}
	100% {
		-webkit-transform: rotate(25deg)
	}
}

@keyframes sway-4 {
	0% {
		-ms-transform: rotate(40deg);
		transform: rotate(40deg)
	}
	40% {
		-ms-transform: rotate(68deg);
		transform: rotate(68deg)
	}
	100% {
		-ms-transform: rotate(25deg);
		transform: rotate(25deg)
	}
}

@-webkit-keyframes sway-5 {
	0% {
		-webkit-transform: rotate(50deg)
	}
	40% {
		-webkit-transform: rotate(78deg)
	}
	100% {
		-webkit-transform: rotate(40deg)
	}
}

@keyframes sway-5 {
	0% {
		-ms-transform: rotate(50deg);
		transform: rotate(50deg)
	}
	40% {
		-ms-transform: rotate(78deg);
		transform: rotate(78deg)
	}
	100% {
		-ms-transform: rotate(40deg);
		transform: rotate(40deg)
	}
}

@-webkit-keyframes sway-6 {
	0% {
		-webkit-transform: rotate(65deg)
	}
	40% {
		-webkit-transform: rotate(92deg)
	}
	100% {
		-webkit-transform: rotate(58deg)
	}
}

@keyframes sway-6 {
	0% {
		-ms-transform: rotate(65deg);
		transform: rotate(65deg)
	}
	40% {
		-ms-transform: rotate(92deg);
		transform: rotate(92deg)
	}
	100% {
		-ms-transform: rotate(58deg);
		transform: rotate(58deg)
	}
}

@-webkit-keyframes sway-7 {
	0% {
		-webkit-transform: rotate(72deg)
	}
	40% {
		-webkit-transform: rotate(118deg)
	}
	100% {
		-webkit-transform: rotate(68deg)
	}
}

@keyframes sway-7 {
	0% {
		-ms-transform: rotate(72deg);
		transform: rotate(72deg)
	}
	40% {
		-ms-transform: rotate(118deg);
		transform: rotate(118deg)
	}
	100% {
		-ms-transform: rotate(68deg);
		transform: rotate(68deg)
	}
}

@-webkit-keyframes sway-8 {
	0% {
		-webkit-transform: rotate(94deg)
	}
	40% {
		-webkit-transform: rotate(136deg)
	}
	100% {
		-webkit-transform: rotate(82deg)
	}
}

@keyframes sway-8 {
	0% {
		-ms-transform: rotate(94deg);
		transform: rotate(94deg)
	}
	40% {
		-ms-transform: rotate(136deg);
		transform: rotate(136deg)
	}
	100% {
		-ms-transform: rotate(82deg);
		transform: rotate(82deg)
	}
}

.sakura {
	/* background: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9));*/
	background: red;
	pointer-events: none;
	position: absolute
}

.sakura {
	background: #674ea7;
}


/*******************************/

body {
	font-family: Arial, Helvetica, Sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width:900px) {
	img {
		max-width: 30%;
	}
}

.top-right-decoration {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.top-left-decoration {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.title h1 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 60px;
	margin: 15px 0;
	color: #674ea7;
}

.title h2 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #e25c67;
	line-height: 1;
}

.dance-med {
	font-family: 'Dancing Script', cursive;
	font-weight: bolder;
	font-style: normal;
	font-size: 32px;
	color: #674ea7;
	margin: 16px;
	text-align: center;
}

.title h3 {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 24px;
	color: #674ea7;
  margin: 5px 0 0 0; /* 🔥 reduce top space */

}

.title p {
	color: #564861;
	margin: 10px 0 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
}

.wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	/* padding: 20px; */
	text-align: center;
	/* min-height:100%; */
}


/** **/

* {
	/* margin: 0;
    padding: 0; */
	font-family: 'Arvo', serif;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh;
    width: 100%; */
	flex-direction: column;
}

.title {
	margin-bottom: 20px;
}

#time {
  width: auto;
  height: auto;
  padding: 2vh 3vw;   /* 🔥 reduced gap */
  background-color: #eee;
  border-radius: 2vh;
  font-size: 2vh;
}
.venue {
	width: auto;
	height: auto;
	background-color: #674ea7;
	border-radius: 16px;
	text-align: center;
	color: #fff;
	padding: 8px;
	margin-right: 8px;
}

.venue a {
	text-decoration: none;
	color: #fff;
}

.container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 10px;
	overflow: hidden;
}

.block {
	width: 180px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.days {
	background: linear-gradient(90deg, #b33a46, #9b313c);
}

.hours {
	background: linear-gradient(90deg, #a7c3cd, #90a9b2);
}

.minutes {
	background-color: #874562;
}

.seconds {
	background-color: #145689;
}

.date {
	color: #874562;
	font-weight: 900;
}

.place {
	color: #874562;
	font-weight: 900;
}

.footer {
	color: #564861;
	text-align: center;
	font-size: 16px;
	margin: 24px;
}

.phone {
	color: #874562
}

.end-msg {
	width: auto;
	height: auto;
	padding: 12px;
	background: linear-gradient(90deg, #b33a46, #9b313c);
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	font-size: 24px;
}

a {
	text-decoration: none;
}

.happiness {
	color: #874562;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.twitter {
	color: #874562;
}

.music {
	display: none;
}

.actions {
	display: flex;
	font-size: 12px;
	letter-spacing: 0pt;
}

#heartPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 120px;   /* 🔥 Increase size (try 150px / 200px) */
  color: blue;        /* 🔵 Change color to blue */
  
  cursor: pointer;
  z-index: 9999;
  animation: pulse 1s infinite;
}
/* 🔥 TEXT ON HEART */
.click-text {
color: #fff8dc; /* soft gold */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: clamp(0.7rem, 2.5vw, 1.2rem);
  font-weight: bold;
  color: white;

  text-shadow: 0 0 5px black, 0 0 10px black; /* readable on heart */

  pointer-events: none; /* click goes to heart */

  animation: blink 1.2s infinite;
  opacity : 50%;
}


@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.2); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

/* Blast hearts */
.heart {
  position: fixed;
  color: red;
  font-size: 20px;
  animation: blast 3s ease-out forwards;
}

@keyframes blast {
  to {
    transform: translate(var(--x), var(--y));
    opacity: 0;
  }
}

.heart {
  position: fixed;
  color: blue;
  font-size: 25px;
  animation: blast 2.5s ease-out forwards;  /* 🔥 increase time (was 1s) */
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.countdown div {
  background: linear-gradient(135deg, #6a11cb, #a4508b);
  padding: 15px 20px;
  border-radius: 15px;
  text-align: center;
  color: white;
  min-width: 80px;
  box-shadow: 0 0 20px rgba(164, 80, 139, 0.6);
  animation: glow 2s infinite alternate;
}

.countdown span {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.countdown p {
  font-size: 14px;
  margin: 0;
}

/* Glow Animation */
@keyframes glow {
  from {
    box-shadow: 0 0 10px rgba(164, 80, 139, 0.5);
  }
  to {
    box-shadow: 0 0 25px rgba(164, 80, 139, 1);
  }
}

@media (max-width: 40em){

  .countdown {
    flex-wrap: nowrap;      /* ✅ keep all in one row */
    gap: 5px;               /* reduce space */
    margin: 10px;
  }

  .countdown div {
    min-width: 24%;           /* ❌ remove 50% restriction */
    flex: 1;                /* ✅ equal width for all 4 boxes */
    padding: 8px 5px;       /* smaller padding */
  }

  .countdown span {
    font-size: 16px;        /* smaller number */
  }

 .countdown p {
  font-size: 11px;   /* 🔽 reduced */
  margin: 0;
  letter-spacing: 1px; /* ✨ looks premium */
}

}

.countdown-title {
  font-family: 'Dancing Script', cursive; /* matches your theme */
  font-size: 26px;
  color: #874562;   /* same theme color */
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 40em){
  .countdown-title {
    font-size: 18px;
  }
}


body {
  background: linear-gradient(135deg, #fff5f8, #f3e7ff);
  border: 12px solid transparent;
  border-image: linear-gradient(45deg, #ff4e50, #fc913a, #f9d423, #e1f5c4, #6a11cb) 1;
}

/* Optional glowing border effect */
body::before {
  content: "";
  position: fixed;
  inset: 5px;
  border: 2px dashed rgba(255, 105, 180, 0.4);
  border-radius: 20px;
  pointer-events: none;
}

.spark {
  position: fixed;
  width: 6px;
  height: 6px;
  background: yellow;
  border-radius: 50%;
  animation: blast 2s ease-out forwards;
  box-shadow: 0 0 10px orange, 0 0 20px red;
}

.firework {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 9999;

  animation: explode 1.5s ease-out forwards;

  /* 🔥 glow effect */
  box-shadow: 0 0 10px currentColor,
              0 0 20px currentColor,
              0 0 40px currentColor;
}

@keyframes explode {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), var(--y));
    opacity: 0;
  }
}

.sparkle {
  position: fixed;
  top: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 9999;

  opacity: 0.9;

  animation: sparkleFall linear forwards;

  /* ✨ glow */
  box-shadow: 0 0 8px currentColor,
              0 0 15px currentColor,
              0 0 25px currentColor;
}

@keyframes sparkleFall {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}

/* 🎺 BAND GIF (center highlight) */
.band-gif {
  display: flex;
  justify-content: center;

}

.band-gif img {
  width: 220px;
  max-width: 80%;
}

/* 🎉 EXTRA GIFS (bottom decoration) */
.extra-gifs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.extra-gifs img {
  width: 120px;
  opacity: 0.9;
  transition: transform 0.3s;
}

.extra-gifs img:hover {
  transform: scale(1.1);
}
  .extra-gifs img:first-child {
    transform: translateY(-15px); /* move UP */
  }

.band-gif {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 120px;
}

.band-gif img {
 margin-top: -6%; 
  position: absolute;
  left: -200px;  /* start outside screen */
  width: 400px;
  animation: moveBand 10s linear infinite;
  
}


@keyframes moveBand {
  0% {
    left: -200px;
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    left: 100%;
    transform: translateY(0);
  }
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* space between items */
  flex-wrap: wrap; /* for mobile */
}

/* Names */
.top-row h1 {
  margin: 0;
  font-size: 40px;
}

/* & symbol */
.amp {
  font-size: 50px;
  margin: 0 5px;
  color: #e25c67;
}

/* Images */
.god-img {
  height: 50px;  /* adjust size */
  width: auto;
}

/* 🔥 PARENT */
.top-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 🔱 LEFT GOD (VINAYAKA) */
.god-left {
  position: absolute;
  left: 20px;   /* 🔥 move to extreme left */
  height: 80px;
}

/* 🔱 RIGHT GOD (VENKATESWARA) */
.god-right {
  position: absolute;
  right: 20px;  /* 🔥 move to extreme right */
  height: 50px;
}

/* & SYMBOL CENTER */
.amp {
  font-size: 50px;
  margin: 0;
}

@media (max-width: 600px) {
  .god-left, {
    height: 290%; /* 🔥 smaller for mobile */
  }
  .god-right {
      height: 235%; /* 🔥 smaller for mobile */
  }

  .amp {
    font-size: 35px;
  }
}

@media (max-width: 600px) {

.title p {
  font-size: clamp(10px, 2.5vw, 16px);
  letter-spacing: 0.2vw;
}

 .date,
.place {
  font-size: clamp(10px, 2.5vw, 16px);
}

}

/* COPYRIGHT FOOTER */
.copyright {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
  
  /* Match your theme */
  background: rgba(0, 0, 0, 0.4); /* transparent overlay on border */
  color: #fff;

  /* Smooth look */
  backdrop-filter: blur(5px);
  letter-spacing: 0.5px;
  z-index: 999;
}

/* MOBILE VIEW */
@media (max-width: 600px) {
  .copyright {
    font-size: 12px;
    padding: 6px;
  }
}
body {
  padding-bottom: 40px;
}
