@charset "UTF-8";
@import url("bootstrap.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Monsieur+La+Doulaise&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
	font-family: "Montserrat", sans-serif;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin-bottom: 0;
}

hr {
	margin: 0;
	opacity: 1;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 4rem;
}

/* -------------------- BTN -------------------- */

.btn-volume {
	position: fixed !important;
	bottom: 30px !important;
	left: 20px;
	background: transparent;
	width: 40px;
	z-index: 999;
}

.putar-kiri {
	-moz-animation: rota-full-left 10s infinite linear;
	-webkit-animation: rota-full-left 10s infinite linear;
}
@-moz-keyframes rota-full-left {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-webkit-keyframes rota-full-left {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

.btn {
	font-family: "Libre Baskerville", serif;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-disabled-color: #fff;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-disabled-color: #fff;
}

.btn-light {
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-hover-color: var(--bs-body-color);
	--bs-btn-active-color: var(--bs-body-color);
	--bs-btn-disabled-color: var(--bs-body-color);
}

/* -------------------- Display -------------------- */

.display-hide {
	display: none;
}

/* -------------------- Pane Page -------------------- */

.primary-pane {
	overflow: hidden;
	background-image: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.2),
			rgba(0, 0, 0, 0.4)
		),
		url(../img/primary-pane.jpg);
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	width: 61%;
}

.secondary-pane {
	position: static;
	right: 0;
	background: var(--bs-body-bg);
	width: 39%;
	margin-left: auto;
}

@media only screen and (max-width: 1024px) {
	.primary-pane {
		position: relative;
		width: 100%;
		display: none;
	}

	.secondary-pane {
		position: relative;
		width: 100%;
	}
}

/* -------------------- Top Cover -------------------- */

section.top-cover {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	transition: all 1.8s;
	transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
	-o-transition-timing-function: cubic-bezier(0.23, 0.56, 0.38, 0.78);
}

.top-cover.hide {
	top: -120%;
	pointer-events: none;
}

.top-cover > .inner {
	position: static;
	background-image: linear-gradient(
			0deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 50%
		),
		url(../img/ornament/4adf142e96.webp);
	background-size: cover;
	background-position: center;
	width: 39%;
	height: 100vh;
	right: 0;
	margin-left: auto;
	text-align: center;
}

.top-cover > .inner .img-cover {
	width: 100%;
	height: 50vh;
	background-image: linear-gradient(
			0deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 80%
		),
		url(../img/cover.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 4rem;
}

.top-cover > .inner p {
	font-size: 16px;
	color: var(--bs-body-color);
	font-family: "Montserrat", serif;
	font-weight: 500;
}

.top-cover > .inner h2 {
	font-size: 22px;
	color: var(--bs-primary);
	font-family: "Montserrat", serif;
	font-weight: 500;
}

.top-cover > .inner h1 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 3.5rem;
	color: var(--bs-primary);
	margin-bottom: 2rem;
}

.top-cover > .inner .img-cover p {
	color: #000;
}

@media only screen and (max-width: 1024px) {
	.top-cover > .inner {
		position: relative;
		width: 100%;
	}
}

/* -------------------- Text Title -------------------- */

.divi-title {
	position: relative;
	overflow: hiden;
	width: 100%;
}

.divi-title-header {
	font-family: "Cinzel", serif;
	font-size: 4rem;
	text-align: center;
	color: var(--bs-body-color);
	opacity: 0.1;
}

.divi-title-body {
	position: absolute;
	padding-top: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.divi-title-body h1 {
	font-family: "Cinzel", serif;
	font-size: 25px;
	font-weight: 700;
	color: var(--bs-primary);
}

.divi-title-body h2 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 30px;
	margin-left: -39px;
	color: var(--bs-body-color);
}

.divi-title-body-white {
	position: absolute;
	padding-top: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.divi-title-body-white h1 {
	font-family: "Cinzel", serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.divi-title-body-white h2 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 30px;
	margin-left: -39px;
	color: var(--bs-body-color);
}

/* -------------------- section content -------------------- */

#header {
	position: relative;
	overflow: hidden;
	background-image: url(../img/ornament/4adf142e96.webp);
	background-size: cover;
	background-position: center top;
}

#header .header-inner {
	height: 100vh;
	width: 100%;
	text-align: center;
}

#header .header-inner .orna1 {
	position: absolute;
	top: 30px;
	height: 120px;
	animation: awan1 10s linear infinite;
}

#header .header-inner .orna2 {
	position: absolute;
	top: 30px;
	height: 120px;
	animation: awan2 10s linear infinite;
}

#header .header-inner .orna3 {
	position: absolute;
	top: 60px;
	right: -120px;
	width: 200px;
	animation: tilt-shaking 5.3s infinite;
}

@keyframes awan1 {
	from {
		left: -120px;
	}
	to {
		left: 600px;
	}
}

@keyframes awan2 {
	from {
		left: -120px;
	}
	to {
		left: 500px;
	}
}

#header .header-inner .orna4 {
	position: absolute;
	bottom: 80px;
	left: 30px;
	width: 150px;
}

#header .header-inner .orna5 {
	position: absolute;
	bottom: 70px;
	right: 30px;
	width: 150px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#header .header-inner .orna6 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna7 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .titleheader {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin-inline: auto;
	text-align: center;
}

#header .header-inner .titleheader img {
	width: 250px;
}

#header .header-inner .titleheader p {
	font-size: 16px;
	font-family: "Cinzel", serif;
}

#header .header-inner .titleheader h2 {
	font-size: 18px;
	font-family: "Montserrat", serif;
}

#header .header-inner .titleheader h1 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 3rem;
	color: var(--bs-primary);
	margin-bottom: 1rem;
}

/* ---------------------------------------- */

#about {
	position: relative;
	overflow: hidden;
	background-image: url(../img/ornament/bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 2rem;
}

#about .opening {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}

#about .opening h3 {
	font-family: "Cinzel", serif;
	font-size: 22px;
}

#about .opening h4 {
	font-size: 18px;
	font-family: "Montserrat", serif;
}

#about .opening .img-opening {
	width: 100%;
	height: 250px;
	background-image: url(../img/opening.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	border-width: 6px;
	border-style: double;
	border-color: var(--bs-primary);
	margin-bottom: 16px;
}

#about .opening p {
	font-size: 16px;
	color: #000;
}

#about .opening .countdown {
	overflow: hidden;
	margin-bottom: 2rem;
}

#about .opening .countdown .box-countdown {
	background: transparent;
	width: 100%;
	padding: 0.5rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	text-align: center;
}

#about .opening .countdown .value span {
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
	color: var(--bs-primary);
}

#about .opening .countdown .label {
	font-size: 16px;
	color: var(--bs-primary);
}

#about .couple {
	position: relative;
	overflow: hidden;
	background-image: url(../img/ornament/4adf142e96.webp);
	background-size: cover;
	background-position: center top;
	border-radius: 500px 500px 0 0;
	border-width: 6px;
	border-style: inset;
	border-color: rgba(0, 0, 0, 0.2);
	padding-top: 200px;
}

#about .couple img {
	width: 230px;
}

#about .couple h1 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 3rem;
}

#about .couple h2 {
	font-family: "Cinzel", serif;
	font-size: 18px;
	font-weight: 700;
}

#about .couple p {
	font-size: 14px;
}

#about .couple a {
	text-decoration: none;
	font-family: "Cinzel", serif;
}

#about .couple .orna1 {
	position: absolute;
	top: 0px;
	height: 120px;
	animation: awan1 10s linear infinite;
}

#about .couple .orna2 {
	position: absolute;
	top: 0px;
	height: 120px;
	animation: awan2 10s linear infinite;
}

#about .couple .orna3 {
	position: absolute;
	top: 10px;
	right: -120px;
	width: 200px;
	animation: tilt-shaking 5.3s infinite;
}

@keyframes awan1 {
	from {
		left: -120px;
	}
	to {
		left: 600px;
	}
}

@keyframes awan2 {
	from {
		left: -120px;
	}
	to {
		left: 500px;
	}
}

#about .couple .orna4 {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100px;
}

#about .couple .orna5 {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#about .couple .orna6 {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#about .couple .orna7 {
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#about .couple .orna8 {
	position: absolute;
	left: 0;
	top: 53%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
}

#about .couple .orna9 {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#about .couple .orna10 {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
/* ---------------------------------------- */

#weddingDate {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background-image: url(../img/ornament/4adf142e96.webp);
	background-size: cover;
	background-position: center top;
}

#weddingDate .box-date {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 2rem;
}

#weddingDate .box-date .orna1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	width: 100%;
	height: 100%;
}

#weddingDate .box-date h4 {
	font-size: 16px;
	font-family: "Cinzel", serif;
}

#weddingDate .box-date h3 {
	font-size: 16px;
	font-family: "Cinzel", serif;
}

#weddingDate .box-date .svg-logo {
	width: 70px;
}

#weddingDate .box-date .st0 {
	stroke: var(--bs-body-color);
	stroke-width: 20px;
	fill: none;
}

#weddingDate .orna2 {
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#weddingDate .orna3 {
	position: absolute;
	left: 0;
	top: 53%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
}

#weddingDate .orna4 {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#weddingDate .orna5 {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* ---------------------------------------- */

#filterig {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background-image: url(../img/ornament/bg2.jpg);
	background-size: cover;
	background-position: center;
	border-top: 4px solid var(--bs-secondary);
	border-bottom: 4px solid var(--bs-secondary);
}

#filterig p {
	font-size: 16px;
	margin-bottom: 1rem;
}

/* ---------------------------------------- */

#rsvp {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
}

#rsvp .rsvp-item p {
	font-size: 16px;
	text-align: center;
}

#rsvp .card {
	border: 1px solid var(--bs-body-color);
	text-align: center;
}

#rsvp .card i {
	font-size: 28px;
	color: var(--bs-body-color);
}

#rsvp .card h4 {
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--bs-body-color);
}

#rsvp .label-spinner {
	font-weight: 500;
	font-size: 14px;
}

/* ---------------------------------------- */

#weddingWishes {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
}

#weddingWishes p {
	font-size: 14px;
	text-align: center;
}

#weddingWishes .comment {
	overflow: scroll;
	overflow-x: hidden;
	margin: 32px 0;
	max-height: 80vh;
}

#weddingWishes .comment .list-group-item {
	padding: 0.5rem 0.75rem;
	background-color: transparent;
	border: 0px;
	margin-bottom: 12px;
}

#weddingWishes .comment .list-group-item h5 {
	font-size: 20px;
	margin-bottom: 4px;
}

#weddingWishes .comment .list-group-item p {
	font-size: 16px;
	text-align: left;
}

#weddingWishes .comment .list-group-item small {
	font-size: 12px;
	align-self: center !important;
}

/* ---------------------------------------- */
#weddingGift {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	text-align: center;
}

#weddingGift span {
	font-size: 48px;
	color: var(--bs-primary);
}

#weddingGift p {
	font-size: 16px;
}

#giftModal .modal-header {
	border-bottom: 0;
}

#giftModal .modal-body {
	padding: 0 30px 30px 30px;
}

#giftModal .modal-body h4 {
	font-family: "Cinzel", serif;
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}

#giftModal .modal-body .card {
	background-image: linear-gradient(125deg, #ffffff 0%, #d1d1d1 100%);
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border-width: 0px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
}

#giftModal .modal-body .card .card-body {
	padding: 30px 0;
	text-align: center;
}

#giftModal .modal-body .card h5 {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

#giftModal .modal-body .card p {
	font-size: 12px;
	color: #666;
}

#walletModal .modal-header {
	border-bottom: 0;
}

#walletModal .modal-body {
	padding: 0 30px 30px 30px;
}

#walletModal .modal-body h4 {
	font-family: "Cinzel", serif;
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}

#walletModal .modal-body .card {
	background-image: linear-gradient(125deg, #ffffff 0%, #d1d1d1 100%);
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	border-width: 0px;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
}

#walletModal .modal-body .card .card-body {
	padding: 30px 16px;
	text-align: center;
}

#walletModal .modal-body .card img {
	height: 25px;
	margin-bottom: 8px;
}

#walletModal .modal-body .card h5 {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
	text-align: left;
}

#walletModal .modal-body .card p {
	font-size: 18px;
	color: #666;
}

/* ---------------------------------------- */

#gallery {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background-image: url(../img/ornament/4adf142e96.webp);
	background-size: cover;
	background-position: center top;
}

/* ---------------------------------------- */

#tankyou {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.6),
			rgba(255, 255, 255, 0.6)
		),
		url("../img/tankyou.jpg");
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
}

#tankyou .swiper {
	width: 100%;
	height: 95vh;
}

#tankyou .header-title {
	text-align: center;
}

#tankyou .header-title p {
	font-size: 16px;
}

#tankyou p {
	font-size: 14px;
	text-align: center;
}

#tankyou .header-title h1 {
	font-family: "Monsieur La Doulaise", serif;
	font-size: 3rem;
	color: var(--bs-primary);
}

/* ---------------------------------------- */

.page-footer {
	position: relative;
	overflow: hidden;
	background-color: var(--bs-white);
	padding: 12px 0;
}

.page-footer img {
	height: 30px;
}

.page-footer p {
	font-size: 12px;
	color: #000;
}

@keyframes tilt-shaking {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}
	25% {
		transform: translate(5px, 5px) rotate(5deg);
	}
	50% {
		transform: translate(0, 0) rotate(0eg);
	}
	75% {
		transform: translate(-5px, 5px) rotate(-5deg);
	}
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

/* ---------------------------------------- */

#loveStory {
	position: relative;
	background-color: var(--bs-primary);
}

#loveStory .image-box-top {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	background-image: url(../img/gall-15.jpg);
	background-size: cover;
	background-position: center;
}

#loveStory .image-box-bottom {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	background-image: url(../img/gall-13.jpg);
	background-size: cover;
	background-position: center;
}

#loveStory .divi-title-header {
	color: var(--bs-secondary);
	opacity: 0.1;
}

#loveStory .divi-title-body h1 {
	color: var(--bs-secondary);
}

#loveStory .divi-title-body h2 {
	color: var(--bs-secondary);
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
	max-width: 1200px;
	margin: 1rem auto 2rem auto;
}

.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: var(--bs-white);
}

.timeline > .timeline-item {
	position: relative;
	margin-bottom: 20px;
}

.timeline > .timeline-item:after,
.timeline > .timeline-item:before {
	content: " ";
	display: table;
}

.timeline > .timeline-item:after {
	clear: both;
}

.timeline > .timeline-item > .timeline-panel {
	float: left;
	position: relative;
	width: 46%;
	padding: 16px;
	border: 1px solid transparent;
	background-color: var(--bs-white);
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > .timeline-item > .timeline-badge {
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	font-size: 1.4em;
	line-height: 55px;
	color: var(--bs-secondary);
	overflow: hidden;
	background-color: var(--bs-primary);
}

.timeline > .timeline-item.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -8px;
	border-right-width: 8px;
	border-left-width: 0;
}

.timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -7px;
	border-right-width: 7px;
	border-left-width: 0;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-left:before {
	left: 30px;
}

.timeline-left > .timeline-item > .timeline-badge {
	left: 30px;
	top: 10px;
}

.timeline-left > .timeline-item > .timeline-panel {
	width: calc(100% - 70px);
}

.timeline-body h5 {
	font-family: "DM Serif Display", serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--bs-body-color);
	margin-bottom: 8px;
}

.timeline-body p {
	font-family: Batusa;
	font-weight: 500;
	font-size: 14px;
	color: var(--bs-body-color);
}
