@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');

html {
	scroll-behavior: smooth
}

body {
	overflow: hidden;
	font-family: 'Quicksand', sans-serif;
	color: #dadada !important;
	background-color: #310505;
	background-blend-mode: screen;
	background-attachment: fixed
}

.text-dark {
	color: white !important;
}

a {
	color: #949494 !important
}

.isi {
	background-color: #fff !important
}

@media (min-width:410px) {
	body {
		display: flex;
		justify-content: center
	}

	.isi {
		width: 400px
	}
}

.text-black {
	color: black !important
}

.text-primary {
	color: #D2A03C !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
	color: rgb(255, 255, 255) !important
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.timeline-title {
	color: #1d1d1d !important;
}

.fonts {
	font-family: 'Slabo 27px', serif;
	font-size: 40px
}

.bg-primary {
	background-color: #D2A03C !important;
	color: white !important
}

.form-control,
.form-select {
	border-radius: 0px !important;
	box-shadow: none !important;
	border-color: #5f5f5f !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .07) !important
}

.card,
.timeline-body {
	border-radius: 0px !important;
	background-color: #ffffff !important;
	color: #5f5f5f !important;
}

.card .text-dark {
	color: #1d1d1d !important;
}

.card hr {
	border-color: #d3d3d3
}

hr.bg-secondary {
	border-color: #d3d3d3
}

.card a {
	color: #272727 !important
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0
}

.card figure:before {
	z-index: 2;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden
}

.card figure img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.card:hover figure:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.card:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.btn {
	border-radius: 0px !important
}

.swal2-styled.swal2-confirm {
	background-color: #D2A03C !important;
	border-color: #D2A03C !important;
	color: white !important;
	box-shadow: none !important
}

.btn-primary {
	background-color: #D2A03C !important;
	border-color: #D2A03C !important;
	color: white !important;
	box-shadow: none !important
}

.btn-primary:hover {
	background-color: #D2A03C !important;
	border-color: #D2A03C !important
}

.btn-primary:focus {
	background-color: #D2A03C !important;
	border-color: #D2A03C !important
}

a.btn {
	color: #fff !important
}

.border-white,
.border-white:hover,
.border-white:focus {
	border: 3px solid #fff !important
}

.text-secondary {
	color: #949494 !important
}

.pt-4 {
	background-color: #530203 !important
}

.bg-light {
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
}

.bg-cover {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f7e5e3
}

.bg-cover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 1;
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: .7;
}

.bg-cover .cover {
	position: relative;
	z-index: 9
}

.bg-cover .bgcov {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2s ease-in-out
}

.bg-cover .bgcov.active {
	opacity: 1
}

.bg-cover .text-white {
	color: white !important
}

@media (max-height:640px) {
	.h-none {
		display: none
	}
}

.button-menu {
	display: none;
	text-align: center;
	margin-bottom: 10px
}

.button-menu-item a {
	text-align: center !important;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #D2A03C;
	color: white !important;
	text-decoration: none !important;
	border-radius: 0px
}

.button-menu-item a div {
	text-align: center;
	width: 100%
}

.button-menu-item a:hover {
	background-color: #D2A03C;
	color: white !important
}

.mute {
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 99;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #d4d4d4;
	left: 25px
}

.timeline>li {
	margin-bottom: 20px;
	position: relative
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	width: 40%;
	float: left;
	border: 1px solid #d4d4d4;
	padding: 20px;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 80px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " "
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 81px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " "
}

.timeline>li>.timeline-badge {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	width: 160px;
	height: 160px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -80px;
	background-color: #999999;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline-title {
	margin-top: 0
}

.date {
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	color: #5f5f5f !important;
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0
}

.timeline-body>p+p {
	margin-top: 5px
}

ul.timeline>li>.timeline-panel {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px)
}

ul.timeline>li>.timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 16px
}

ul.timeline>li>.timeline-panel {
	float: right;
	background-color: white
}

ul.timeline>li>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

ul.timeline>li>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline>li>.timeline-panel {
	width: 75% !important
}

.timeline>li>.timeline-panel:before {
	top: 30px
}

.timeline>li>.timeline-panel:after {
	top: 31px
}

.timeline>li>.timeline-badge {
	width: 60px;
	height: 60px;
	margin-left: -20px !important
}

#mempelai a,
#undangan a {
	background-color: #D2A03C;
	padding: 8px 16px;
	color: white !important;
	border-radius: 0px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none !important
}

.bulat {
	aspect-ratio: 1/1;
	object-fit: cover
}

.divider-text {
	position: relative;
	text-align: center
}

.divider-text {
	margin: 10px auto
}

@media screen and (max-width:768px) {
	.divider-text {
		margin: 7px auto
	}
}

.divider-text:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	border-top: 1px solid #ffdbdc
}

.divider-text.foot:before {
	border-top: 1px solid #ffdbdc
}

.divider-text.line-dashed:before {
	border-top: 1px dashed #818e941a
}

.divider-text .text {
	display: inline-block;
	background: #530203;
	padding: 0 20px;
	position: relative;
	color: #D2A03C
}

.divider-text.foot .text {
	background: #530203
}

.owl-carousel button.owl-dot span {
	border-radius: 2px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	background: #fff !important;
	opacity: 1 !important
}

.owl-carousel button.owl-dot.active span {
	width: 30px !important;
	background: #D2A03C !important;
	opacity: 1 !important
}

.text-danger {
	color: #ff0000 !important
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center
}

.loader {
	position: relative;
	font-size: 16px;
	width: 5.5em;
	height: 5.5em;
}

.loader:before {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%) rotate(45deg);
	height: 100%;
	width: 4px;
	background: #000;
	left: 50%;
	top: 50%;
}

.loader:after {
	content: '';
	position: absolute;
	left: 0.2em;
	bottom: 0.18em;
	width: 1em;
	height: 1em;
	background-color: #D2A03C;
	border-radius: 15%;
	animation: rollingRock 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes rollingRock {
	0% {
		transform: translate(0, -1em) rotate(-45deg)
	}

	5% {
		transform: translate(0, -1em) rotate(-50deg)
	}

	20% {
		transform: translate(1em, -2em) rotate(47deg)
	}

	25% {
		transform: translate(1em, -2em) rotate(45deg)
	}

	30% {
		transform: translate(1em, -2em) rotate(40deg)
	}

	45% {
		transform: translate(2em, -3em) rotate(137deg)
	}

	50% {
		transform: translate(2em, -3em) rotate(135deg)
	}

	55% {
		transform: translate(2em, -3em) rotate(130deg)
	}

	70% {
		transform: translate(3em, -4em) rotate(217deg)
	}

	75% {
		transform: translate(3em, -4em) rotate(220deg)
	}

	100% {
		transform: translate(0, -1em) rotate(-225deg)
	}
}