@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Ubuntu:ital,wght@0,400;0,500;1,500&display=swap');
body{
	background-color: #ecefe1a8;

}
:root {

	/*========== Colors ==========*/
	/* favorite color */
	--hue-color: 250;

	/* HSL color mode */
	--primary-color: hsl(200.83deg 92.38% 33.64%);
	--primary-color-lighter: hsl(var(--hue-color), 92%, 85%);
	--second-color: hsl(145.44deg 96.18% 30.32%);
	--title-color: hsl(var(--hue-color), 8%, 15%);
	--text-color: hsl(var(--hue-color), 8%, 45%);
	--text-color-light: hsl(var(--hue-color), 8%, 65%);
	--body-color: hsl(var(--hue-color), 60%, 95%);
	--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);
	--scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);

	--zindex: 1000;
	--noindex: 900;
}

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
	overflow-x: hidden;
}

button,
input {
	border: none;
	outline: none;
}

  /**----------------------------------------------
 *                SCROLL BAR
 *---------------------------------------------**/
            
 ::-webkit-scrollbar {
	width: 0.5rem;
	background-color: var(--body-color);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

 ::-webkit-scrollbar-track {
	width: 0.5rem;
	background-color: var(--body-color);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}

 ::-webkit-scrollbar-thumb {
	background-color: var(--primary-color-lighter);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
	background-color: var(--second-color);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
@-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: url(../assets/img/icons8-spa-flower-48.png);
	background-size: 100% 100%;
	pointer-events: none;
	position: absolute;

}


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

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

body.light-mode {
	background-color: #fee2f8;
	background-image: linear-gradient(315deg, #fee2f8 0%, #dcf8ef 74%);
}

body.dark-mode {
	background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
}

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

.line_under_sadineni{
	max-width: 50%;
	height: auto;
}

@media (max-width:768px) {
	img:not(.horizontal_line, .gallery_img) {
		max-width: 40%;
	}
	.ring-icon{
		width: 15% !important;
	}
	.horizontal_line {
		width: 100% !important;
	}
	.title h1{
		font-size: 50px !important;
	}
}

@media (min-width:768px) {
	img:not(.horizontal_line, .gallery_img) {
		max-width: 20%;
	}
	
	.ring-icon{
		width: 12% !important;
	}
	.horizontal_line {
		margin-left: 25%;
		width: 50% !important;
	}
}

@media (min-width:1200px) {
	img:not(.horizontal_line, .gallery_img) {
		max-width: 25%;
	}
	.ring-icon{
		width: 12% !important;
	}
}


.top-right-decoration {
	z-index: var(--zindex);
	position: fixed;
	top: 0;
	right: 0;
	display: block;
}

.top-left-decoration {
	z-index: var(--zindex);
	position: fixed;
	/* bottom: 0; for violet flowers */
	top: 0;   /*remove for violet flowers */
	left: 0;
	display: block;
	/* transform: rotate(-180deg);  for violet flowers */
	transform: rotate(0deg) !important;
}
/* .bride_groom_names{
	margin-top: 15%;
} */

/* .sadineni_title{
	height: 100vh;
} */
.title h1 {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 60px;
	margin: 1px 0;
	color: var(--primary-color);
	/* margin-top: 5%; */
}

.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: hsl(174.98deg 100% 23.7%);
	margin: 16px;
	text-align: center;
}

.title h3 {
	/* font-family: cursive; */
font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    font-size: 2rem;
	color: hsl(145.44deg 96.18% 30.32%);
    margin-top: 0%;
}
.married-text{
	
	color: hsl(324.52deg 89.24% 46.96%);
}
.title p {
	/* font-family: cursive; */
	color: var(--primary-color);
	margin: 15% 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.25rem;
}

.wrap {
	flex-direction: column;
	height: 100vh;
	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;
	text-align: center;
	margin-top: 3%;
}
.sadineni_title h2{
	margin-bottom: 0px !important;
}
.wedding-text{
	font-size: 2.5rem;
	color: hsl(104.83deg 100% 23.83% / 70%);
}
.horizontal_line{
	margin-left: 25%;
    width: 50% !important;
	margin-top: 5%;
}


/* 
.title,
.functions {
	margin-bottom: 3.5rem;
} */

#time {
	width: auto;
	height: auto;
	padding: 20px;
	background-color: var(--primary-color-lighter);
	border-radius: 20px;
	font-size: 16px;
	margin-bottom: 4rem;
}

.venue {
	width: auto;
	height: auto;
	background-color: hsl(36.26deg 75.68% 65.02% / 84%);
	border-radius: .75rem;
	text-align: center;
	color: #72292c;
	padding: 1rem 1.75rem;
	margin-right: 8px;
	font-weight: 600;
	transition: .3s;
}

.venue:hover {
	background-color: var(--second-color);
	color: var(--title-color);
}

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

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

.table_container {
	display: grid;
	grid-template-columns: 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, #D0637C, #DD868C);
}

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

.minutes {
	background: linear-gradient(90deg, #E1C7E4, #EAD1E4);
}

.seconds {
	background-color: #7BDFF2;
}

.date,.place  {
	color: hsl(324.52deg 89.24% 46.96%);
	font-weight: 900;
}



.CTA,
.CTA a {
	color: hsl(265.44deg 77.4% 55.4%);
	text-align: center;
	font-size: 16px;
	margin: 24px;

}
.youtube-text{
	color: hsl(265.44deg 77.4% 55.4%)
}
.CTA a:hover {
	padding: 0.1rem;
	color: var(--title-color);
	border-radius: 10px;
}

.phone {
	color: var(--second-color);
}

.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 {
	z-index: var(--noindex);
	color: var(--second-color);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 3rem;
}

.music {
	display: none;
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 12px;
	letter-spacing: 0pt;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}

.footer {
	z-index: var(--zindex);
	font-size: 0.6rem;
	font-weight: 600;
	color: var(--title-color);

}

.footer span {
	color: var(--primary-color);

}

/*=============== NEWSLETTER ===============*/
.newsletter__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.newsletter__description {
	z-index: var(--noindex);
	color: hsl(105.75deg 2.99% 16.97% / 48%);
	font-size: 16px;
	text-align: center;
	margin: 0 1.5rem 1rem 1.5rem;
}

.newsletter__description span {
	font-weight: 600;
	font-size: 22px;
}

.newsletter__form {
	z-index: var(--noindex);
	background: var(--primary-color-lighter);
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	border-radius: .75rem;
	margin: 0 8px 0 8px;
}

.newsletter__input {
	font-size: 18px;
	width: 70%;
	padding: 0 .5rem;
	background: none;
	color: var(--title-color);
}

.newsletter__input::placeholder {
	color: var(--text-color);
}

blockquote {
	z-index: var(--noindex);
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	color: var(--primary-color);
	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: var(--primary-color);
	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: var(--second-color);
	left: 1em;
}

/*=============== BUTTONS ===============*/
.button {
	display: flex;
	gap: 0.6rem;
	color: #fff;
	background-color: var(--primary-color);
	padding: 1rem 1.75rem;
	border-radius: .5rem;
	font-weight: 600;
	transition: .3s;
}

.button:hover {
	background-color: var(--second-color);
	color: var(--title-color);
}

.d-block {
	display: block !important;
}

.loading {
	display: none;
	text-align: center;
	padding: 15px;
}

.loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #eee;
	border-top-color: var(--primary-color);
	animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Responsive Table Style */

.table_container {
	box-shadow:0px 0px 50px rgb(69 72 0 / 71%);
	margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
	
	.table_container {
		width: 90%;
	}
	
}


.responsive-table {
	color: var(--primary-color);
	border-collapse: collapse;
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}

.responsive-table__row {
	display: grid;
	border-bottom: 1px solid var(--primary-color-lighter);
	padding: 0 1.5rem;
	background-color: transparent;
	margin-bottom: 0.25rem;
}



td:first-child {
	color: var(--second-color);
}

/* td:hover {
	color: #fff;
} */

@media (min-width: 768px) {
	.responsive-table__row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.responsive-table__row {
		grid-template-columns: 1fr 1fr;
	}
}

.responsive-table__row th,
.responsive-table__row td {
	padding: 1rem;
}

.responsive-table__body .responsive-table__row {
	transition: 0.1s linear;
	transition-property: color, background;
}

.responsive-table__body .responsive-table__row:last-child {
	border-bottom: none;
}

.responsive-table__body__text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.responsive-table__body__text::before {
	margin-right: 1rem;
	font-weight: 600;
	text-transform: capitalize;
}
.responsive-table__body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	font-size: 1.6rem;
}
@media (max-width: 400px) {
	.responsive-table__body__text::before {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.responsive-table__body__text--name {
	font-weight: 600;
}

@media (min-width: 768px) {
	.responsive-table__body__text--name::before {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.responsive-table__body__text--name {
		grid-column: 1/2;
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.responsive-table__body__text--status,
	.responsive-table__body__text--types,
	.responsive-table__body__text--update {
		grid-column: 1/3;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.responsive-table__body__text--country {
		grid-column: 3/-1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.responsive-table__body__text--name,
	.responsive-table__body__text--country {
		grid-row: 2;
	}
}

.swal2-popup {
	border-radius: 0.75rem;
}

.swal2-html-container {
	font-size: 16px !important;
	font-weight: 600 !important;
}


/*=============== floating ===============*/



.floating {
	display: grid;
	place-items: center;
}

.floating__container {
	position: fixed;
	right: 1.5rem;
	bottom: -20%;
	opacity: .8;
	padding: 0 .3rem;
	border-radius: .4rem;
	z-index: var(--zindex);
	transition: .4s;

}

/* Show scroll */
.show-scroll {
	bottom: 0;
}

.floating__toggle,
.floating__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--body-color);
}

.floating__toggle {
	color: var(--primary-color);
	width: 70px;
	height: 70px;
	font-size: 2rem;
	box-shadow: 6px 6px 24px var(--primary-color),
		-6px -6px 24px var(--body-color),
		inset -6px -6px 24px var(--primary-color),
		inset 6px 6px 24px var(--body-color);

	position: relative;
	z-index: 10;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out, transform 0.3s;
}

.floating__toggle i {
	transition: transform 0.4s ease-in-out;
}

.floating__toggle:hover {
	box-shadow: -6px -6px 24px var(--primary-color),
		6px 6px 24px var(--body-color),
		inset 6px 6px 24px var(--primary-color),
		inset -6px -6px 24px var(--body-color);
	transform: scale(0.95);
}

.floating__icon,
.floating__link {
	width: 40px;
	height: 40px;
}

.floating__icon {
	font-size: 1rem;
	color: var(--primary-color);
	box-shadow: -4px -4px 16px var(--primary-color),
		4px 4px 16px var(--body-color),
		inset 4px 4px 16px var(--primary-color),
		inset -4px -4px 16px var(--body-color);
	transition: box-shadow 0.3s ease-in-out;
}

.floating__icon:hover {
	box-shadow: 4px 4px 16px var(--primary-color),
		-4px -4px 16px var(--body-color),
		inset -4px -4px 16px var(--primary-color),
		inset 4px 4px 16px var(--body-color);
}

.floating__link {
	position: absolute;
	inset: 0;
	margin: auto;
	opacity: 0;
	transition: transform 0.4s ease-in-out, opacity 0.6s;
	z-index: 1;
}

.floating__link:nth-child(1) {
	transition-delay: 0.1s;
}

.floating__link:nth-child(2) {
	transition-delay: 0.2s;
}

.floating__link:nth-child(3) {
	transition-delay: 0.3s;
}

/* Rotate toggle */
.active.floating__toggle i {
	transform: rotate(135deg);
}

/* Move icons */
.active~ul .floating__link {
	opacity: 1;
}

.active~ul .floating__link:nth-child(1) {
	transform: translate(0, -4.2rem);
}

.active~ul .floating__link:nth-child(2) {
	transform: translate(0, -7.2rem);
}

.active~ul .floating__link:nth-child(3) {
	transform: translate(0, -10.2rem);
}
.invitation-container-2{
	margin-top: 10%;
}
.table_container{
background: #efffca;
}
.invitation-container , .invitation-container-2 {
	background: white;
	padding: 30px;
	max-width: 700px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	/* border: 8px solid hsla(188, 88%, 69%, 0.45); */
	box-shadow: 0px 10px 100px hsl(195.46deg 87.16% 35% / 91%);
  }

  .invitation-container h1 {
	font-family: 'Georgia', serif;
	color: hsl(184.21deg 90.8% 30.76%);
	font-size: 2.2em;
	margin-bottom: 10px;
  }

  .invitation-container p {
	font-size: 1.1em;
	color: #555;
  }

  .countdown {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 30px 0;
	flex-wrap: wrap;
  }

  .time-box {
	background: hsla(203, 85%, 84%, 0.578);
	border: 2px solid hsl(182, 97%, 30%);
	border-radius: 12px;
	padding: 15px 20px;
	text-align: center;
	min-width: 80px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s;
  }

  .time-box:hover {
	transform: scale(1.05);
  }

  .time-value {
	font-size: 2em;
	color: hsl(212, 91%, 23%);
	font-weight: bold;
  }

  .time-label {
	font-size: 0.9em;
	color: #6e4444;
  }

  .youtube-live-wrapper , .youtube-live-wrapper2 {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 12px;
	/* display: none; */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	margin-top: 20px;
  }

  .youtube-live-wrapper iframe, .youtube-live-wrapper2 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
  }
  .gallery {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 10%;
  padding: 10%;
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 2fr);
	/* padding: 5% ; */
  }
}
.gallery-item {
  aspect-ratio: 1 / 1; /* Ensures equal width and height */
  overflow: hidden;
      /* height: 30vh;
    width: 45vw; */
}

.gallery_img {
  width: 100%;
  height: 100%;
  
  border-radius: 8px; 
}

/* Responsive behavior for smaller viewports */
/* @media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 2fr);
	padding: 5% ;
  }
} */


  /* .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px;
	padding: 40px;
	max-width: 1200px;
	margin: auto;
  }

  .gallery-item {
	flex: 1 1 calc(33.333% - 20px); 
	box-sizing: border-box;
  }

  .gallery-item img {
	width: 100%;
	height: 30vh;
	display: block;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  } */

  .gallery-item img:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	 border-radius: 8px; 
  }



  .animated-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
  }

  .bride, .groom {
	position: absolute;
	bottom: 0;
	width: 25vw; /* responsive width */
	max-width: 200px;
	min-width: 80px;
  }

  .bride {
	left: -22.15vw;
	animation: brideIn 4s forwards;
  }

  .groom {
	right: -22.15vw;
	animation: groomIn 4s forwards;
  }




  @keyframes brideIn {
	to { left: 34.1vw; }
  }

  @keyframes groomIn {
	to { right: 34.1vw; }
  }

  @media (max-width: 768px) {
	@keyframes brideIn {
		to { left: 25vw; }
	  }
	
	  @keyframes groomIn {
		to { right: 25vw; }
	  }
	
  }
  .bride img, .groom img {
	width: 100%;
	height: 80vh;
	/* object-fit: cover; */
	opacity: 0.3;
  }


  .fade-out {
	opacity: 0 !important;
  }

  .final-image {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none; 
	opacity: 0;
	transition: opacity 1.5s ease;
	width: 50vw;
	height: 95vh;
  }

  .final-image.show {
	opacity: 0.15;
  }

  .sadineni_title{
	
	font-size: 50px;
    font-family: 'Dancing Script';
    letter-spacing: 4.3px;
    color: hsl(21.75deg 89.24% 40.58%);
	margin-bottom: 0px;
	margin-top: 0px;
	
  }



  .venue-section {
	
	padding: 50px 30px;
	margin: 60px auto;
	max-width: 1000px;
	border-radius: 12px;
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
	text-align: center;
  }

  .venue-section h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #2c3e50;
  }

  .address {
	color: hsl(19.9deg 100% 56%);
	font-size: 1.1rem;
	font-style: italic;
	/* font-family: cursive; */
	
  }
  .home_txt{
	font-style: italic;
  }
  .venue-section strong {
	color: hsl(222.98deg 100% 56%);
  }

  .map-container {
	margin-top: 30px;
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
	box-shadow: 0 0 20px 20px hsl(53.34deg 60.78% 48.25% / 40%);
  }

  iframe {
	width: 100%;
	height: 480px;
	border: none;
	
  }

  @media (max-width: 768px) {
	.final-image {
	  width: 80vw;
	}
	.venue-section {
	  padding: 30px 20px;
	  margin: 30px 15px;
	}

	.venue-section h2 {
	  font-size: 26px;
	}

	iframe {
	  height: 350px;
	}
  }



  @media (max-width: 767px) {
	.home_txt{
		margin-top: 2rem;
	}
	.wrap {
	  height: auto;
	  overflow: visible;
	  margin-top: 0%;
	}
  
	.sadineni_title {
	  height: 100vh;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items:center;
	}
  .line_under_sadineni{
	width: 75%;
  }
	
	.sadineni_title h2{
		margin: 0px;
	}
	/* .table_container {
		align-items: center;
		height: 100vh;
	} */
	 .venue-section , .bride_groom_names{
		height: 100vh;
		margin-top: 5%;
	 }
	 .gallery-item {
		flex: 1 1 calc(50% - 20px);
	  }
	  /* .responsive-table__body__text{
		font-weight: bolder;
	  } */
	 
  }
  .responsive-table__body, .address{
	font-size: 1.7rem;
	font-style: italic;
	font-family: 'Dancing Script', cursive;
	font-weight: bolder;
font-style: normal;
  }
  .dance-med{
	font-size: 2.5rem;
  }
  .home_txt{
	font-style: italic;
	font-family: 'Dancing Script', cursive;
	font-weight: bolder;
font-style: normal;
font-size: 2rem !important;
  }



	.video-container {
      width: 80%;
      max-width: 800px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow:0px 0px 50px rgb(230 148 58 / 82%);
      animation: fadeIn 1.5s ease-out;
	  opacity: 1 !important;
	  margin-top: 5%;
	  margin-bottom: 5%;
    }
	.live-stream
	{
		margin-top: 5%;
	}

    video {
      width:100%;
      /* height: 60vh; */
      display: block;
      background: #000;
	  margin: auto;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }