@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #7a7a7a !important;
	background-color: rgba(255, 236, 199, 0.357);
}

.text-black {
	color: black !important;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	font-weight: bold !important;
	color: #2f5d62;
	font-family: 'Great Vibes', cursive !important;
}

h5,
h6,
.h5,
.h6 {
	font-weight: bold !important;
	color: #2f5d62;
}

.nav-link {
	margin: auto;
}

header nav .navbar-nav .nav-link.active {
	color: #2f5d62 !important;
}

@media(min-width: 992px) {
	.nav-link {
		margin-left: 10px;
	}
}

.crop-foto {
	height: 200px;
	overflow: hidden;
}

.crop-content {
	height: 70px;
	overflow: hidden;
}

.isi-content img {
	background-size: cover;
	width: 100%;
	height: auto;
}

footer h5 {
	color: #000 !important;
}

footer a {
	color: #6c757d !important;
}

.form-control {
	border-radius: 10px !important;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

.text-pria .col-sm-7 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-wanita .col-sm-7 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.foto-pengantin {
	width: 50%;
}

@media (min-width: 576px) {
	.text-pria .col-sm-7 {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.text-wanita .col-sm-7 {
		display: flex;
		align-items: center;
		justify-content: start;
	}

	.foto-pengantin {
		width: 100%;
	}
}

.card {
	border-radius: 10px;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px;
}

.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: 10px !important;
}

.btn-primary {
	background-color: #2f5d62 !important;
	border-color: #2f5d62 !important;
}

.btn-primary:hover {
	background-color: #2f5d62 !important;
	border-color: #2f5d62 !important;
	box-shadow: 0 0 0 0.2rem rgba(47, 93, 98, 0.385) !important;
}

.btn-primary:focus {
	background-color: #2f5d62 !important;
	border-color: #2f5d62 !important;
	box-shadow: 0 0 0 0.2rem rgba(47, 93, 98, 0.385) !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 93, 98, 0.385) !important;
	border-color: #2f5d62 !important;
}

footer {
	color: #2f5d62 !important;
}

footer a {
	color: #2f5d62 !important;
}

.f-mobile {
	overflow-x: scroll;
}

.hero-1 {
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero-1 .container {
	z-index: 2;
	position: relative;
}

.hero-1:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.card-undangan {
	transition: .3s;
}

.card-undangan:hover {
	transition: .3s;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

.top_l {
	position: absolute;
	top: 0px;
	left: 0px;
}

.top_r {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottom_r {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.bottom_l {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#timer div {
	background-color: #fff;
	color: #000;
	width: 100px;
	height: 105px;
	border-radius: 5px;
	font-size: 35px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
}

#timer div span {
	display: block;
	margin-top: -2px;
	font-size: 15px;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	#timer {
		margin-top: -20px;
	}

	#timer div {
		width: 95px;
		height: 100px;
		font-size: 22px;
		margin-top: 20px;
	}

	#timer div span {
		font-size: 14px;
	}
}

.radius-0 {
	border-radius: 0px;
}

.radius-5 {
	border-radius: 5px;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

/* Timeline */
@media (min-width: 768px) {
	.timeline {
		width: 750px;
	}
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;

	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.timeline:before {
	content: "";
	bottom: 0;
	top: 0;
	left: 50%;
	position: absolute;

	background-color: #2f5d62;
	width: 3px;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 20px;
	position: relative;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

/* Timeline Token */
.timeline-token {
	color: white;
	background-color: #2f5d62;

	position: absolute;
	left: 50%;
	top: 9px;
	box-sizing: border-box;

	width: 40px;
	height: 40px;

	line-height: 42px;
	font-size: 1.4em;
	text-align: center;

	margin-left: -20px;
	border-radius: 50%;
}

/* Timeline Panel */
.timeline-panel {
	float: left;
	width: 43%;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
	background-color: white;
	border: 0px;
}

.timeline-panel:before {
	content: "";
	position: absolute;
	top: 13px;
	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;
}

.timeline-panel:after {
	position: absolute;
	top: 14px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #2f5d62;
	border-right: 0 solid #2f5d62;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline-panel-title {
	color: white;
	background-color: #2f5d62;
	padding: 11px;

	font-weight: 500;

	margin: -20px -20px 0 -20px;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 1px #2f5d62;
}

.timeline-event-right>.timeline-panel {
	float: right;
}

.timeline-event-right>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline-event-right>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

/* RESPONSIVE */

@media(max-width: 767px) {
	.timeline:before {
		left: 40px;
	}

	.timeline-panel {
		width: calc(100% - 90px);
		float: right;
	}

	.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}

	.timeline-token {
		left: 6px;
		margin-left: 0;
		top: 8px;
	}
}

.timeline-token img {
	margin-top: -4px;
}