html {
	scroll-behavior: smooth;
}

a {
	color: #03a9f4;
	text-decoration: none;
}

a:hover {
	color: #03a9f4;
	text-decoration: none;
}

body {
	font-family: 'Poppins', sans-serif;
}

.cashles {
	text-align: center;
	margin-bottom: 20px;
}

.imusic {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	padding: 5px;
	border-radius: 50%;
}

.card-greeting {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	color: var(--warna);
	width: 100%;
	margin-bottom: 20px;
}

.circle {
	background-color: #ccc;
	border-radius: 100%;
	height: var(--avatar-size);
	text-align: center;
	width: var(--avatar-size);
}

.initials {
	font-size: calc(var(--avatar-size) / 2);
	/* 50% of parent */
	line-height: 1;
	position: relative;
	top: calc(var(--avatar-size) / 4);
	/* 25% of parent */
	color: white;
}

.pray {
	/* border-top: 2px solid #9C7756; */
	border-bottom: 2px solid #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

/*template 2*/
.wrap {
	width: 412px;
	margin: auto;
	border: 1px solid #89694b;
}

#top-content {
	color: #fff;
	margin: auto;
	width: 100%;
	background: linear-gradient(#89694be0, #89694b7a, #89694b00);
	z-index: -1;
}

.img-top {
	width: 100%;
	z-index: -1;
}

.title-top {
	margin-bottom: 50px;
}

.couple-name {
	font-size: 40px;
	font-family: Yellowtail;
	margin-bottom: 0;
}

.datetime {
	font-size: 18px;
}

.notice {
	font-size: 16px;
}

.live {
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 16px;
	top: 510px;
	color: #fff
}

.video {
	padding: 10px;
	width: 100%;
	height: 260px;
}

.live a {
	color: #fff
}

.live a:hover {
	color: #000
}

#couple-content {
	color: #89694b;
	margin: auto;
	width: 100%;
	padding: 20px 10px;
}

.couple-title {
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
	margin-bottom: 20px;
	text-underline-position: under;
}

.couple-des {
	text-align: center;
	margin-bottom: 15px;
}

.wrap-img-man {
	border: solid 2px #89694b;
	width: 220px;
	height: 220px;
	margin-left: 25px;
}

.wrap-img-women {
	border: solid 2px #89694b;
	width: 220px;
	height: 220px;
	margin-right: 25px;
}

.img-couple {
	position: absolute;
	z-index: -1;
	width: 300px;
	margin-top: 8px;
}

.couple-man {
	width: 100%;
	text-align: center;
	color: #89694b;
	font-size: 18px;
	margin: 28px 18px 0px;
}

.couple-parent {
	width: 100%;
	text-align: center;
	padding: 0 38px;
}

#prayer-content {
	color: #fff;
	background: #89694B;
	margin-top: -50px;
	width: 100%;
	padding: 30px 0px 20px;
}

.prayer-text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 0px 30px;
}

.event-title {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.location {
	padding: 10px 30px;
	font-size: 16px;
	color: #fff;
	background-color: #1b2842;
	margin-bottom: 30px;
}

.location:hover {
	border: 1px solid #1b2842;
	color: #1b2842;
	background-color: #ffffff;
}

.covid-title {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 0 30px;
}

.img-covid {
	width: 40%;
	margin: 20px 0;
	background-color: #89694b;
	border-radius: 50%;
}

.covid-info {
	text-align: center;
	margin: 0px 30px 10px;
	width: 100%;
}

.time-title {
	text-decoration: underline;
	font-size: 20px;
	margin-bottom: 20px;
	text-underline-position: under;
}

.countdown {
	font-size: 26px;
}

.countdownD {
	font-size: 14px;
}

.ct {
	margin: 12px 5px;
	width: 60px;
}

#gallery-content {
	color: #89694b;
	width: 100%;
	padding: 20px 0px;
}

#gallery-row {
	margin-right: -16px;
	margin-left: -16px;
}

.img-gallery {
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
}

#ucapan {
	margin: 10px 30px;
}

#ucapan .form-control {
	border: 2px solid #89694b;
	border-radius: 10px;
}

#ucapan .form-control:focus {
	color: #89694b;
	background-color: #fff;
	border-color: #89694b;
	outline: 0;
	box-shadow: 0 0 0 0.1rem #89694b;
}

.btn-secondary.prayer {
	background-color: #89694b;
	width: 100%;
	border-radius: 10px;
}

#ucapan-content {
	color: #fff;
	background-color: #89694b;
	padding: 20px 45px;
}

.prayer-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.comment-name {
	font-size: 16px;
	width: 100%;
}

.comment-text {
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
}

#couple-content .card {
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	width: 100%;
}

#couple-content .card-img-top {
	padding: 0;
	width: 80%;
	margin: auto;
}

#couple-content .card-body {
	padding: 0;
	color: #000;
	margin-top: 5px;
}

#couple-content .card-title {
	margin-bottom: 3px;
}

#footer {
	border-top: 1px solid #eaeaea;
	padding: 20px 20px 10px;
}

.copyright {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 16px;
}

.img-copyright {
	width: 120px;
	padding: 0 10px;
	margin-bottom: 20px;
}

#wraptext {
	padding: 20px;
	width: 412px;
	text-align: center;
	position: absolute;
	top: 40px;
	font-size: 20px;
}

.border-img {
	border-right: solid 2px #89694b;
	border-top: solid 2px #89694b;
	width: 200px;
	height: 200px;
	z-index: -1;
}

.border-img1 {
	border-left: solid 2px #89694b;
	border-bottom: solid 2px #89694b;
	width: 200px;
	height: 200px;
	position: absolute;
}

#couple-content1 {
	background-color: #89694b;
	color: #89694b;
	margin: auto;
	width: 100%;
	padding: 30px 15px;
}

#couple-content1 .event-title {
	font-size: 35px;
	font-family: Yellowtail;
}

#couple-content1 .location {
	display: block;
	margin: auto;
	border-radius: 10px;
	border: 0;
}

#couple-content1 .card {
	border-radius: 15px;
	margin-bottom: 20px;
	width: 100%;
}

#couple-content1 .time-title {
	color: #fff;
	margin-top: 10px;
}

.ring-img {
	margin: auto;
	width: 10%;
	display: block;
	padding-bottom: 15px;
}

.prayer-bg {
	background: #89694b99;
	margin-top: -10px;
	width: 100%;
	height: 60px;
}

@media screen and (max-width: 425px) {
	.wrap {
		width: 100%;
		border: 0px !important;
	}

	#wraptext {
		width: 100%;
	}

	.couple-man {
		margin: 18px 10px 0px;
	}

	.couple-parent {
		padding: 0 10px;
	}
}

@media screen and (max-width: 375px) {
	#wraptext {
		top: 20px;
	}

	.title-top {
		margin-bottom: 30px;
	}

	.live {
		top: 450px;
	}
}

/*mobile*/
@media screen and (max-width: 320px) {
	.guest {
		font-size: 18px;
	}

	.title-top {
		font-size: 18px;
	}

	.couple-name {
		font-size: 36px;
	}

	.datetime {
		font-size: 16px;
	}

	.notice {
		font-size: 14px;
	}

	.live {
		top: 400px;
	}

	#prayer-content {
		padding: 20px 0px 10px;
	}

	.prayer-text {
		padding: 0px 20px;
	}
}

/*Scroll bar custom*/
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background: #042135;
}
