@-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
}
.tamil-quote {
    text-align: center;
    font-size: 24px;
    margin: 20px auto 10px auto;
    padding: 10px 15px;
    z-index: 10;
    position: relative;
}

.tamil-quote p {
    font-family: 'Noto Serif Tamil', serif;
    color: #800000;
    line-height: 1.4;
    word-break: break-word;
}
/* Hide mobile video by default */
.mobile-video {
	display: none;
  }
  
  /* Hide desktop video on smaller screens */
  .desktop-video {
	display: block;
	width: 100%;
	height: auto;
  }
  
  /* Show mobile video on small devices */
  @media (max-width: 768px) {
	.desktop-video {
	  display: none;
	}
	.mobile-video {
	  display: block;
	  width: 100%;
	  height: auto;
	}
  }
  
/* Responsive font size for mobile */
@media only screen and (max-width: 768px) {
    .tamil-quote {
        font-size: 18px;
        padding: 20px 20px 0 20px;
    }

    .tamil-quote p {
        font-size: 18px;
    }
}

.sakura {
	background: #674ea7;
}


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

body {
	background-color: #fdf6e3; /* Light sandal */
	color: #5c3e2c;            /* Common sandal text color */
	border: 20px solid #d9b382; /* Wedding card style border */
	box-sizing: border-box;
	padding: 20px;
  }
  body, h1, h2, h3, h4, h5, h6, p, span, a {
	color: #a00000 !important;
  }

  
  

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

@media (max-width:900px) {
	.imgi {
		max-width: 30%;
	}
	.top-right-decoration {
		max-width: 30%;
	}
	.top-left-decoration {
		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: 'Great Vibes', cursive;
	color: #C71585; /* Medium Violet Red or use #8A2BE2 for bluish-purple */
	font-size: 3em;
	font-weight: bold;
	font-style: normal;
	font-size: 65px;
	margin: 30px 0;
	
	padding: 10px;
  }

.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: #C71585;
	margin: 16px;
	text-align: center;
}


.title h3 {
	font-family: 'Merriweather', serif;
	font-weight: 500;
	font-size: 28px;
	color: #6A5ACD; /* Warm dark brown */
	margin-top: 5px;
	text-transform: none;
	letter-spacing: 1px;
}



.title p:first-of-type {
	font-family: 'Noto Serif Tamil', serif; /* or Catamaran */
	color: #A52A2A; /* Firebrick red */
	font-size: 1.2em;
	margin: 30px 0 20px;
	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: 10px;
}

#time {
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #eee;
	border-radius: 25px;
	font-size: 20px;
}

.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;
}

/* Countdown Container */



#time {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    flex-wrap: wrap;
    font-family: 'Playfair Display', serif;
    background: transparent; /* ✅ remove white background */
    box-shadow: none;         /* ✅ remove any shadow */
    padding: 0;               /* ✅ optional: remove inner space */
    border-radius: 0;         /* ✅ optional: remove rounded look */
}

.container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 10px;
}

  .separator {
  font-size: 22px;
  padding: 0 10px;
  color: #999;
  align-self: center;
}

  .block {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 28px;
	color: #3c3c3c;
	text-align: center;
  }
  
  .block span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #a32121;
	margin-top: 4px;
  }
  
  .dissolve-in {
	opacity: 0;
	transform: translateY(20px);
	filter: blur(4px);
	transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out;
  }
  
  .dissolve-in.visible {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0);
  }
  



/* Mobile Responsiveness */
@media only screen and (max-width: 600px) {
    .block {
        font-size: 24px;
    }

    .block span {
        font-size: 14px;
    }
}







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

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

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

.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: 10px;
}

.twitter {
	color: #874562;
}

.music {
	display: none;
}

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

}





  
@media only screen and (max-width: 768px) {

	.video-container {
		overflow: hidden;
		position: relative;
		width:100%;
	}
	
	.video-container::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}
	
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.block{
	width: 90px;
	height: 80px;
	/* display: grid; */
	font-size: 16px;
	}

  }



  @media only screen and (max-width: 400px) {

	.video-container {
		overflow: hidden;
		position: relative;
		width:100%;
	}
	
	.video-container::after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}
	
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.block{
	width: 75px;
	height: 65px;
	/* display: grid; */
	
	font-size: 12px;
	}

  }
 


  /* .body2 {
	background: Lavender;
	height: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
  }  */


  
.wrapper {
	display: grid;
	grid-template-columns: repeat(3, 100%);
	overflow: hidden;
	scroll-behavior: smooth;
  }
  .wrapper section {
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, auto);
	margin: 20px 0;
  }
  .wrapper section .item {
	/* width: max-content; */
	padding: 0 2px;
	transition: 250ms all;
  }
  .wrapper section .item:hover {
	margin: 0 40px;
	transform: scale(1.2);
  }
  .wrapper section a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-size: 6em;
	background: black;
	width: 80px;
	padding: 20px;
	text-align: center;
	z-index: 1;
  }
  .wrapper section a:nth-of-type(1) {
	top: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  .wrapper section a:nth-of-type(2) {
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
  
  @media only screen and (max-width: 600px) {
	a.arrow__btn {
	  display: none;
	}
	.wrapper {
		display: none;
	}

	.wrapper section .item {
		max-width: 100%;
	  }
  }  





  .tile__img {
	max-width: 65%;
	text-align: center;
	height: auto;
	object-fit: cover;
  }


  blockquote {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	color: #373A63;
	padding: 1em;
	padding-right: 0.25em;
	margin-left: 2.25em;
	margin-right: 0.2em;
	max-width: 35em;
	font-size: 15px;
  }
  blockquote::before {
		content: "“";
		font-family: serif;
		position: absolute;
		right: 100%;
		font-size: 75px;
		line-height: 0px;
		top: 50px;
		color: #674ea7;
		animation: dancing 1s linear infinite;
		display: inline-block;
		transform: rotate(13deg);
	}
	blockquote::after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		width: 80px;
		height: 5px;
		background: #e56d39;
		left: 1em;
	}

	@keyframes dancing {
		0% {
		  transform: rotate(13deg) scale(1.25);
		}
	  
		25% {
		  transform: rotate(0deg);
		}
	  
		50% {
		  transform: rotate(-13deg) scale(1.25);
		}
	  
		75% {
		  transform: rotate(0deg);
		}
	  
		100% {
		  transform: rotate(13deg) scale(1.25);
		}
	  }

.container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
