/* Typo Import */

@font-face {
    font-family: 'Argue DEMO';
    src: url('../fonts/ArgueDEMO.woff2') format('woff2'),
        url('../fonts/ArgueDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Romantic Serif';
    src: url('../fonts/RomanticSerifRegular.woff2') format('woff2'),
        url('../fonts/RomanticSerifRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*Common css*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--black: #171717;
	--white: #fff;
	--grey: #808080;
	--grey: #171717;
	--transition: 0.5s all ease-in-out;
	--primary-font: 'Argue DEMO', sans-serif;
	--secondary-font: 'Romantic Serif', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: var(--light-black);
	scroll-behavior: smooth;
}

body {
	font-family: var(--primary-font) !important;
	margin: 0;
	font-size: 1.2rem;
	font-weight: var(--normal);
	line-height: 1.5;
	color: var(--black);
	font-style: normal;
	/*overflow-x: clip;*/
}

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

a {
	color: var(--black);
	text-decoration: none;
	background-color: transparent;
	transition: var(--transition);
}

a:hover {
	text-decoration: underline;
	text-underline-offset: .5rem;
	color: var(--black);
	transition: var(--transition);
}
hr {
	color: var(--black);
	opacity: 1;
	border-width: 2px;
	width: 15%;
	margin: 0px auto 2rem;
}


h1 {
	font-size: 5.4rem;
	line-height: 1.2em;
	font-family: var(--secondary-font);
}

h2 {
	font-size: 3.4rem;
	line-height: 1.2em;
	font-family: var(--secondary-font) ;
}

h3 {
	font-size: 1.6rem;
	line-height: 1.2em;
}

h4 {
	font-size: 1.3em;
}


/* Font Classes */
.primary-font{
	font-family: var(--primary-font);
}
.secondary-font{
	font-family: var(--secondary-font);
}

/* Color Classes */
.white-text {
	color: var(--white) !important;
}

.white-bg {
	background-color: var(--white);
}
.black-bg {
	background-color: var(--black);
}
.grey-text {
	color: var(--grey);
}
.grey-bg {
	background-color: var(--grey);
}




/* Buttons */
.custom-button {
	color: var(--white);
	text-decoration: none;
	padding: 1.7rem 3.2rem;
	line-height: 1rem;
	display: inline-flex;
	letter-spacing: 1px;
	background-image: url('../../../../wp-content/uploads/2023/09/button.svg');
	font-size: 2rem;
	margin-top: 1rem;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: var(--transition);
}

.custom-button:hover {
	color: var(--white);
	text-decoration: none;
	filter: drop-shadow(0px 10px 10px #0000005e);
	transform: var(--transition);
}

/* Presets Classes */
.container {
	max-width: 1300px;
}

.p-top {
	padding-top: 6rem;
}

.p-bottom {
	padding-bottom: 6rem;
}



/* Common Blocks */


/*Header CSS*/
/* Logo */
.custom-logo {
	width: auto;
	height: auto;
	position: relative;
	bottom: 0rem;
	max-width: 200px;
}



/* Header */
.header-style {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 1em 2em;
}
.main_menu_container #menu-main-menu {
	display: flex;
	list-style-type: none;
	gap: 2.5rem;
	justify-content: right;
	align-items: center;
	margin-bottom: 0rem;
}
.main_menu_container {
	width: 100%;
}
.main_menu_container #menu-main-menu a {
	font-size: 1.3rem;
	color: var(--black);
}
.home .main_menu_container #menu-main-menu a {
	font-size: 1.3rem;
	color: var(--white);
}
.home .main_menu_container #menu-main-menu a:hover {
	text-decoration: underline;
	color: var(--white);
}
.main_menu_container #menu-main-menu a:hover {
	text-decoration: underline;
	color: var(--black);
}
.navbar-toggler {
	outline: none !important;
	border: 0px;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.header-style .container-fluid {
	padding: 0;
}
#navbar-list {
	position: absolute;
	background-color: var(--white);
	width: 100%;
	padding: 2em 0em 3em;
	top: 5em;
}
.header-style .navbar #navbar-list ul {
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0em;
}
.header-style .navbar #navbar-list ul {
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0em;
	gap: 1.2em;
}
.header-style .navbar #navbar-list ul#menu-action-menu {
	flex-direction: revert;
	justify-content: center;
	margin-top: 2em;
}
.home .main_menu_container #menu-main-menu a, .main_menu_container #menu-main-menu a {
	font-size: 1.2rem;
	color: var(--black);
}
.home .navbar-toggler-icon {
	filter: invert(1);
}

/*Footer CSS*/
.footer a {
	color: var(--black);
}
.whatsapp-contact {
	width: 50px;
	position: fixed;
	bottom: 5em;
	right: 3em;
}


/* Home Page */
#timer {
	font-size: 3em;
	color: var(--black);
	display: flex;
	justify-content: center;
	gap: 0.4em;
	margin-top: 1em;
	margin-bottom: 0.3em;
}
  #timer div {
	display: inline-block;
	min-width: 90px;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.4);
	padding: 0.3em 0.5em;
	border-radius: 15px;
	font-size: 2.4rem;
}
#timer div span {
color: var(--black);
display: block;
font-size: 0.35em;
font-weight: 400;
}

.couple-details img {
	max-width: 200px;
}
.couple-details hr {
	margin-bottom: 1rem;
}
.couple-details p {
	font-size: 1.6rem;
}
.the-story_intro {
	position: relative;
}
.the-story_intro video {
	max-width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.the-story_intro h1 {
	position: absolute;
	font-family: var(--primary-font);
	left: 50%;
	transform: translateX(-50%);
	bottom: 3rem;
}
.the-story_timeline h2 {
	font-size: 3rem;
}
.the-story_timeline hr {
	margin-bottom: 0rem;
	border-width: 3px;
	width: 10%;
	margin-top: 2rem;
}


.timeline {
	width: 80%;
	padding: 50px 0 0px;
	margin: 0px auto 50px;
	position: relative;
	overflow: hidden;
}

.timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: var(--black);
	z-index: 1;
}

 .timeline-block {
	width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
 }

 .timeline-block-right {
	float: right;
 }

 .timeline-block-left {
	float: left;
	direction: rtl
 }
 .timeline-content p {
	line-height: 1.5em;
	color: var(--grey);
	width: 330px;
	font-size: 1.5rem;
}
 .marker {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--black);
	margin-top: 30px;
	z-index: 1;
 }
.timeline-block-left .marker {
	margin-right: -2px;
}
.timeline-block-right .marker {
	margin-left: -2px;
}

.timeline-content {
	width: 95%;
	padding: 0 15px;
}

.timeline-content h3 {
	font-size: 4rem;
	font-family: var(--secondary-font);
	color: var(--black);
	margin-bottom: 0rem;
}

.timeline-content span {
	font-size: 2.8rem;
	font-family: var(--secondary-font);
	line-height: 0.6em;
}

.timeline-content p {
	line-height: 1.5em;
	color: var(--grey);
	width: 230px;
}


.celebration-begins hr {
	margin-top: 2rem;
}
.celebration-begins h3 {
	font-size: 2.3rem;
}
.celebration-begins h4{
	font-size: 2.1rem;
}

/* RSVP */
.form-one {
	width: 60%;
	margin: 0px auto;
}
.form-one .wpcf7-form {
	margin-top: 5em;
}
.form-one .wpcf7-form-control-wrap {
	display: block;
}
.form-one label {
	margin-bottom: 2rem;
	color: var(--grey);
	width: 100%;
}
.form-one label input {
	padding: 0.5em 1em;
	width: 100%;
}
.form-one label textarea {
	width: 100%;
	padding: 0.5em 1em;
	height: 8rem;
}
.form-one .wpcf7-list-item label {
	display: flex;
	gap: .5rem;
}
.form-one .wpcf7-submit {
	background-image: url('../../../../wp-content/uploads/2023/09/button.svg');
	background-color: transparent;
	border: 0px;
	margin: 0px auto;
	display: inherit;
	color: var(--white);
	padding: 1em 2.5em;
	background-repeat: no-repeat;
	font-size: 1.2rem;
	transform: var(--transition);
}
.form-one .wpcf7-submit:hover {
	filter: drop-shadow(0px 10px 10px #0000005e);
	transform: var(--transition);
}
.rsvp-submit {
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 1.15rem 2rem 1.15rem 2.2rem;
	margin: 0px auto;
	position: relative;
	opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
.rsvp-submit .spinner-border {
	position: absolute;
	display: none;
	margin-left: -1em;
}
.form-one .wpcf7-form-control-wrap[data-name="attending"] input {
	width: 25px;
}
.form-one .wpcf7-form-control-wrap[data-name="attending"] label {
	margin-top: 1em;
}
.form-one .wpcf7-form-control-wrap[data-name="coming_status"] .wpcf7-list-item {
	/* width: 100%; */
}
.form-one .wpcf7-form-control-wrap[data-name="coming_status"] .wpcf7-list-item input {
	width: 30px;
}
.form-one .wpcf7-form-control-wrap[data-name="coming_status"] .wpcf7-list-item-label {
	width: 100%;
}
.submit-button .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 26em;
}
.guest-name-details {
	color: var(--grey);
	margin-top: 2em;
	margin-bottom: 2em;
}
.guest-name-details h6 {
	font-size: 1.3rem;
	margin-bottom: .8em;
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}
.form-one .wpcf7-form-control-wrap[data-name="coming_status"] .wpcf7-list-item input[type="checkbox"]:checked {
	accent-color: black;
}

/* Coming Soon Pages */
.coming-soon-sub-header img {
	opacity: 0.6;
}
.coming-soon-sub-header{
	position: relative;
}
.coming-soon-sub-header h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: var(--black);
}
.coming-soon {
	min-height: 53vh;
}

/* THANK YOU */
.thankyou{
	background-image: url('../../../../wp-content/uploads/2023/09/rsvp-intro.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 85vh;
	position: relative;
}
.thankyou::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	opacity: .6;
}
.thankyou h1 {
	text-transform: uppercase;
	line-height: 0.8em;
	width: 100%;
}
.thankyou span {
	font-size: 2.6rem;
}
.submit-button {
	position: relative;
}

/*Responsive code*/
@media only screen and (min-width:1600px) and (max-width:1920px) {}

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

@media only screen and (min-width:1024px) and (max-width:1200px) {}

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

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

}

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

	/* Header */
	h1 {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 2.8rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	.navbar-toggler {
		outline: none !important;
		border: 0px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.header-style .container-fluid {
		padding: 0;
	}
	#navbar-list {
		position: absolute;
		background-color: var(--white);
		width: 100%;
		padding: 2em 0em 3em;
		top: 5em;
	}
	.header-style .navbar #navbar-list ul {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0em;
	}
	.header-style .navbar #navbar-list ul {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0em;
		gap: 1.2em;
	}
	.header-style .navbar #navbar-list ul#menu-action-menu {
		flex-direction: revert;
		justify-content: center;
		margin-top: 2em;
	}
	.home .main_menu_container #menu-main-menu a, .main_menu_container #menu-main-menu a {
		font-size: 1.2rem;
		color: var(--black);
	}
	.home .navbar-toggler-icon {
		filter: invert(1);
	}


	/* Home Page */
	.the-story_intro h1 {
		bottom: 1rem;
		text-align: center;
		font-size: 2rem;
	}
	.the-story_timeline h2 {
		font-size: 2.6rem;
	}
	.timeline-content h3 {
		font-size: 3rem;
	}
	.timeline-content span {
		font-size: 2.2rem;
	}





}

@media only screen and (max-width:767px) {
	h1 {
		font-size: 3.4rem;
	}

	/*Header*/
	.header-style {
		padding: 1rem 0rem 0rem;
		z-index: 2;
		overflow: visible;
	}

	.custom-logo {
		max-width: 200px;
	}

	.navbar-toggler {
		outline: none !important;
		border: 0px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.header-style .container-fluid {
		padding: 0;
	}
	#navbar-list {
		position: absolute;
		background-color: var(--white);
		width: 100%;
		padding: 2em 0em 3em;
		top: 5em;
	}
	.header-style .navbar #navbar-list ul {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0em;
	}
	.header-style .navbar #navbar-list ul {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0em;
		gap: 1.2em;
	}
	.header-style .navbar #navbar-list ul#menu-action-menu {
		flex-direction: revert;
		justify-content: center;
		margin-top: 2em;
	}
	.home .main_menu_container #menu-main-menu a, .main_menu_container #menu-main-menu a {
		font-size: 1.2rem;
		color: var(--black);
	}
	.home .navbar-toggler-icon {
		filter: invert(1);
	}

	/* Homepage */
	.timeline:before {
		left: 8px;
		width: 2px;
	 }
	 .timeline-block {
		width: 100%;
		margin-bottom: 30px;
	 }
	 .timeline-block-right {
		float: none;
	 }
	 .timeline-content h3 {
		font-size: 2rem;
	}
	.timeline-content h3 {
		font-size: 2rem;
	}
	.timeline-content p {
		line-height: 1.4em;
		font-size: 1.2rem;
	}

	 .timeline-block-left {
		float: none;
		direction: ltr;
	 }
	 .celebration-begins h3 {
		font-size: 1.8rem;
	}
	.celebration-begins h4 {
		font-size: 1.5rem;
	}

	 /* RSVP */
	 .form-one {
		width: 100%;
	}
	.form-one .wpcf7-form-control-wrap[data-name="coming_status"] .wpcf7-list-item {
		width: 80%;
	}
	.form-one .custom-button {
		padding: 1.3rem 2.2rem;
		font-size: 1.3rem;
	}

	/* Coming Soon */
	.coming-soon-sub-header h1 {
		font-size: 2.3rem;
	}
	.coming-soon h2 {
		font-size: 1.7rem;
	}

	/* Footer */
	.whatsapp-contact {
		bottom: 2em;
		right: 2em;
	}

	.thankyou {
		background-position: 62%;
	}
	.thankyou h1 {
		line-height: 1.2em;
	}
	.thankyou span {
		font-size: 1.3rem;
	}
	#timer div {
		display: inline-block;
		min-width: unset;
		flex: 1 1 auto;
	}
	#timer {
		font-size: 2em;
		display: flex;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
	}
	#timer div {
		display: inline-block;
		padding: 0.2em 0.2em;
		border-radius: 15px;
		font-size: 2.2rem;
	}
	.the-story_timeline hr {
		display: none;
	}
	.custom-button {
		padding: 1.3rem 3.2rem;
		font-size: 1.3rem;
	}
	.guest-name-details p.mb-0 {
		margin-bottom: 0.5em !important;
	}


}

@media (min-width: 320px) and (max-width: 415px) {}