@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@400;500;700;800;900&display=swap');


html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Work Sans', sans-serif;
	color: #6c757d !important;
}

.text-black {
	color: black !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Cookie', cursive;
}

.poppins {
	font-family: 'Work Sans', sans-serif;
}

.nav-link {
	margin: auto;
	color: #000 !important;
}

.nav-link.active {
	color: #000;
	font-weight: 700;
}

.nav-link.active::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav-link:hover::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.nav-link {
	display: block;
	position: relative;
}

.nav-link:after {
	position: absolute;
	left: 36%;
	bottom: 5px;
	width: 30%;
	height: 3px;
	background: #fff;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.bg-light {
	background-image: url(../assets/img/counter-bg-1.jpg);
	background-size: cover;
	background-position: right;
}

.fa-rings-wedding,
.fa-dove {
	font-size: 30px;
}

.hero-1 {
	background-size: cover;
	background-position: right;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
	background-image: url(../assets/img/counter-bg.jpg);
}

@media(min-width: 992px) {
	.nav-link {
		margin-left: 10px;
	}

	.hero-1 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
}

.hero-1 .d-flex {
	background-size: cover;
	background-position: center;
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
	position: relative;
	height: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-1 .d-flex .text-center {
	z-index: 1;
	position: relative;
}

.hero-1 .d-flex::after {
	content: '';
	background-color: rgba(34, 40, 49, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.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;
}

.form-control:focus {
	border-color: #66664c;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(102, 102, 76, 0.25);
}

.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;
}

.card {
	border-radius: 10px !important;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px !important;
}

.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);
}

.text-primary {
	color: #66664c !important;
}

a.text-primary:hover {
	color: #494936 !important;
}

.btn-musik {
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #cbbc73 !important;
	color: #000;
	cursor: pointer;
	font-size: 20px;
	padding-right: 17px !important;
	padding-left: 17px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	box-shadow: none !important;
}

@media (min-width: 992px) {
	.btn-musik {
		bottom: 30px;
	}
}

.btn-musik:hover {
	background-color: #cbbc73 !important;
	color: #000;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn {
	border-radius: 10px !important;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-sosmed {
	padding-right: 10px !important;
	padding-left: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.btn-primary {
	background-color: #66664c !important;
	border-color: #66664c !important;
	color: #fff;
}

.btn-primary:hover {
	background-color: #494936 !important;
	border-color: #494936 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	color: #fff;
}

.btn-primary:focus {
	background-color: #494936 !important;
	border-color: #494936 !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	color: #fff;
}

.kuning {
	background-color: #cbbc73 !important;
	border-color: #cbbc73 !important;
	color: #000;
}

.kuning:hover {
	background-color: #cbbc73 !important;
	border-color: #cbbc73 !important;
	color: #000;
}

.kuning:focus {
	background-color: #cbbc73 !important;
	border-color: #cbbc73 !important;
	color: #000 !important;
}

.radius-0 {
	border-radius: 0px !important;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-45 {
	width: 45% !important;
}





/* mobile-menu */
.button-menu {
	background-color: #fff;
	overflow-x: scroll;
	display: none;
	font-style: normal !important;
}

.button-menu-item {
	width: 700px;
}

.button-menu-item div {
	float: left;
	text-align: center;
	font-style: normal !important;
}

.button-menu-item a {
	float: left;
	text-align: center;
	font-style: normal !important;
	text-decoration: none;
}