@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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

@font-face {
	font-family: "Blackline";
	src: url("../font/Blackline.otf");
}

@font-face {
	font-family: "RoyalWedding";
	src: url("../font/Royal-Wedding-Regular.otf");
}

body {
	font-family: "Baskervville", 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: url(../img/ornament/f396208a0e.webp);
	background-size: cover;
	background-position: center bottom;
	width: 39%;
	height: 100vh;
	right: 0;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding-top: 50px;
	padding-bottom: 120px;
	text-align: center;
}

.top-cover > .inner p {
	font-size: 16px;
	color: var(--bs-body-color);
	font-family: "Baskervville", serif;
	font-weight: 500;
}

.top-cover > .inner h2 {
	font-size: 22px;
	color: var(--bs-primary);
	font-family: "Libre Baskerville", serif;
	font-weight: 500;
}

.top-cover > .inner h1 {
	font-family: Blackline;
	font-size: 4rem;
	color: var(--bs-primary);
}

.top-cover > .inner .ppcover {
	width: 200px;
	height: 260px;
	background-image: url(../img/cover.jpg);
	background-size: cover;
	background-position: center;
	border: 4px double var(--bs-primary);
	border-radius: 100px;
	margin: auto;
}

@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: "Playfair Display", 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: "Playfair Display", serif;
	font-size: 25px;
	font-weight: 700;
	color: var(--bs-primary);
}

.divi-title-body h2 {
	font-family: RoyalWedding;
	font-size: 60px;
	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: "Playfair Display", serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.divi-title-body-white h2 {
	font-family: RoyalWedding;
	font-size: 60px;
	margin-left: -39px;
	color: var(--bs-body-color);
}

/* -------------------- section content -------------------- */

#header {
	position: relative;
	overflow: hidden;
	background-image: url(../img/ornament/f396208a0e.webp);
	background-size: cover;
	background-position: center bottom;
}

#header .header-inner {
	height: 100vh;
	width: 100%;
	padding: 20vh 0 0 0;
	text-align: center;
}

#header .header-inner .cardheader {
	height: 700px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 1000px 1000px 0 0;
	border: 4px solid rgba(0, 0, 0, 0.1);
}

#header .header-inner .orna1 {
	position: absolute;
	top: 0;
	left: -15px;
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna2 {
	position: absolute;
	top: 0;
	right: -15px;
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna3 {
	position: absolute;
	top: 130px;
	left: -15px;
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna4 {
	position: absolute;
	top: 130px;
	right: -15px;
	width: 100px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna5 {
	position: absolute;
	bottom: 70px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 300px;
}

#header .header-inner .orna6 {
	position: absolute;
	bottom: 70px;
	width: 150px;
}

#header .header-inner .orna7 {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 150px;
}

#header .header-inner .orna8 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
}

#header .header-inner .orna9 {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 150px;
}

#header .header-inner .orna10 {
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 150px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#header .header-inner .orna11 {
	position: absolute;
	bottom: 0;
	width: 50px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna12 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna13 {
	position: absolute;
	bottom: 0;
	left: 70px;
	width: 50px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna14 {
	position: absolute;
	bottom: 0;
	right: 70px;
	width: 50px;
	animation: tilt-shaking 5.3s infinite;
}

#header .header-inner .orna15 {
	position: absolute;
	bottom: 0;
	width: 50px;
}

#header .header-inner .titleimage {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#header .header-inner .ppimage {
	width: 200px;
	height: 260px;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center;
	border: 4px double var(--bs-primary);
	border-radius: 100px;
	margin: auto;
}

#header .header-inner .titleimage p {
	font-size: 16px;
}

#header .header-inner .titleimage h2 {
	font-size: 18px;
}

#header .header-inner .titleimage h1 {
	font-family: "Playfair Display", serif;
	font-size: 36px;
	color: var(--bs-primary);
}

/* ---------------------------------------- */

#about {
	position: relative;
	overflow: hidden;
	background-color: var(--bs-primary);
	padding: 2rem 0;
	border-bottom: 8px double #fff;
}

#about img {
	width: 150px;
	margin-bottom: 16px;
}

.countdown {
	overflow: hidden;
	margin-bottom: 2rem;
}

.countdown .box-countdown {
	background: transparent;
	width: 100%;
	padding: 0.5rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	text-align: center;
}

.countdown .value span {
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
	color: var(--bs-secondary);
}

.countdown .label {
	font-size: 16px;
	color: var(--bs-secondary);
}

#about h1 {
	font-family: "Libre Baskerville", serif;
	font-size: 28px;
	margin-bottom: 2rem;
}
#about h2 {
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	margin: 0;
}

#about p {
	font-size: 16px;
	color: var(--bs-secondary);
}

/* ---------------------------------------- */

#couple {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	text-align: center;
	background-image: linear-gradient(
			0deg,
			rgba(110, 119, 110, 1) 1%,
			rgba(255, 255, 255, 0) 5%,
			rgba(255, 255, 255, 0) 73%,
			rgba(255, 255, 255, 1) 97%
		),
		url(../img/ornament/f396208a0e.png);
	background-size: cover;
	background-position: center;
}

#couple .orna11 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	width: 70px;
	animation: tilt-shaking 5.3s infinite;
}

#couple .orna9 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	width: 150px;
}

#couple .orna10 {
	margin: auto;
	width: 220px;
}

#couple img {
	width: 230px;
}

#couple h1 {
	font-family: Blackline;
	font-size: 3rem;
}

#couple h2 {
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	font-weight: 700;
}

#couple p {
	font-size: 14px;
}

#couple a {
	text-decoration: none;
}

#couple h3 {
	font-family: Blackline;
	font-size: 3rem;
	color: var(--bs-secondary);
}

/* ---------------------------------------- */

#weddingDate {
	position: relative;
	overflow: hidden;
	padding: 2rem 0;
	background-color: var(--bs-primary);
}

#weddingDate .orna9 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	width: 150px;
}

#weddingDate .orna6 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -65px;
	margin: auto;
	width: 150px;
}

#weddingDate .orna11 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
	width: 70px;
	animation: tilt-shaking 5.3s infinite;
}

#weddingDate .card {
	background-image: linear-gradient(
			0deg,
			rgba(255, 255, 255, 1) 1%,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0) 73%,
			rgba(255, 255, 255, 1) 97%
		),
		url(../img/ornament/f396208a0e.png);
	background-size: cover;
	background-position: center bottom;
	border-radius: 100px;
	text-align: center;
}

#weddingDate .card h3 {
	font-size: 16px;
}

#weddingDate .card .card-body .svg-logo {
	width: 70px;
}

#weddingDate .card .card-body .st0 {
	stroke: var(--bs-body-color);
	stroke-width: 20px;
	fill: none;
}

/* ---------------------------------------- */

#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: "Baskervville", 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: "Playfair Display", 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: "Playfair Display", 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: linear-gradient(
			0deg,
			rgba(255, 255, 255, 1) 1%,
			rgba(255, 255, 255, 0) 5%,
			rgba(255, 255, 255, 0) 73%,
			rgba(255, 255, 255, 1) 1%
		),
		url(../img/ornament/f396208a0e.webp);
	background-size: cover;
	background-position: center;
}

/* ---------------------------------------- */

#tankyou {
	position: relative;
	overflow: hidden;
	background-image: url(../img/tankyou.jpg);
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
	color: var(--bs-secondary);
}

#tankyou .swiper {
	width: 100%;
	height: 95vh;
}

#tankyou .header-title {
	text-align: center;
}

#tankyou .header-title p {
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
}

#tankyou p {
	font-family: "Baskervville", serif;
	font-size: 14px;
	text-align: center;
}

#tankyou .header-title h1 {
	font-family: Blackline;
	font-size: 4rem;
	color: var(--bs-secondary);
}

/* ---------------------------------------- */

.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);
}
