@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=Cookie&display=swap');

/* a38a5b coklat#DEBB5A hijau */
body {
	font-family: 'Quicksand', sans-serif;
	color: #a7a7a7 !important;
	display: flex;
	justify-content: center;
	background:
		linear-gradient(#ffc82f,
			transparent),
		linear-gradient(90deg,
			#cc9600,
			transparent),
		linear-gradient(-90deg,
			#4e3a01,
			transparent);

	background-blend-mode: screen;
	background-attachment: fixed;
}

a {
	color: #949494 !important;
}

.atas-kanan {
	width: 200px;
}

.bawah-kiri {
	width: 200px;
}

.isi {
	width: 400px;
}

.isi .bg{
	background-image: url(../assets/img/bg.png);
	background-size: cover !important;
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
}

.isi .py-5{
	background-image: url(../assets/img/bg.png);
	background-size: cover !important;
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
}

.isi-hero {
	margin-top: -30px;
	margin-bottom: -30px;
	position: relative;
	z-index: 99;
}

/* .asd.bg-white{
	background-color: #ffffff !important;
} */

.text-black {
	color: black !important;
}

.text-primary {
	color: #DEBB5A !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
	color: rgb(56, 56, 56) !important;
}

.nav-link {
	margin: auto;
}

.fonts {
	font-family: 'Cookie', cursive;
	font-size: 50px;
	font-weight: 400 !important;
}

.hero-1 .container .asd {
	background-size: cover;
	background-position: center;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .hero-1 .container .asd .text-center{
	z-index: 2;
	position: relative;
}

.hero-1 .container .asd:after {
	content: '';
	background-color: rgba(250, 223, 173, 0.7);
	width: 100%;
	height: 600px;
	display: block;
	position: absolute;
} */

.hero-1 .mb-3 {
	color: #000000;
}

.hero-1 .mb-3 .fonts {
	color: #000000;
}

.hero-1 img {
	position: absolute;
	z-index: 1;
	width: 150px;
}

h1.fonts {
	font-size: 60px;
}

header nav .navbar-nav .nav-link.active {
	color: #DEBB5A !important;
}

.bg-primary {
	background-color: #DEBB5A !important;
	color: white !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #DEBB5A !important;
	color: white !important;
}

/* .hover:hover{
	box-shadow: 0 1rem 3rem rgba(130, 140, 125, 0.5) !important;
} */

/* .hero-1 .container .p-5 .text-center {
	position: relative;
	z-index: 1;
} */

/* .hero-1 .container .p-5:after {
	content: '';
	background-color: rgba(34,40,49,0.7);
	width: 80%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0px;
} */

@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: 6px !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;
}

.card {
	color: #5f5f5f !important;
	border-radius: 6px !important;
	background-color: #ffffff !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: 0px;
}

.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);
}

.button {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	text-decoration: none !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	color: #0f1923;
	cursor: pointer;
	position: relative;
	padding: 8px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	transition: all .15s ease;
}

.button::before,
.button::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	height: calc(50% - 5px);
	border: 1px solid #7D8082;
	transition: all .15s ease;
}

.button::before {
	top: 0;
	border-bottom-width: 0;
}

.button::after {
	bottom: 0;
	border-top-width: 0;
}

.button:active,
.button:focus {
	outline: none;
}

.button:active::before,
.button:active::after {
	right: 3px;
	left: 3px;
}

.button:active::before {
	top: 3px;
}

.button:active::after {
	bottom: 3px;
}

.button_lg {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #fff;
	background-color: #0f1923;
	overflow: hidden;
	box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #0f1923;
}

.button_lg::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	background-color: #0f1923;
	transition: all .2s ease;
}

.button_sl {
	display: block;
	position: absolute;
	top: 0;
	bottom: -1px;
	left: -8px;
	width: 0;
	background-color: #DEBB5A;
	transform: skew(-15deg);
	transition: all .2s ease;
}

.button_text {
	position: relative;
}

.button:hover {
	color: #0f1923;
}

.button:hover .button_sl {
	width: calc(100% + 15px);
}

.button:hover .button_lg::after {
	background-color: #fff;
}


.radius-20 {
	border-radius: 20px;
}

.border-white,
.border-white:hover,
.border-white:focus {
	border: 3px solid #fff !important;
}

.bg-top {
	margin-top: -108px;
}

.text-secondary {
	color: #949494 !important;
}

.bg-light {
	background-color: #e9ebf8 !important;
}

/* .bg-img .container {
	position: relative;
	z-index: 9;
	margin-top: -80px;
} */

.border-primary {
	border-top: 3px solid #DEBB5A !important;
	border-bottom: 3px solid #DEBB5A !important;
}

.bulat {
	aspect-ratio: 1/1;
	object-fit: cover;
	border: 6px solid #DEBB5A;
	padding: 10px;
}

.hero {
	margin-top: -130px;
}

.images {
	display: flex;
	align-items: center;
	justify-content: center;
}

.images1 {
	width: 200px;
}

.images2 {
	aspect-ratio: 1/1;
	object-fit: cover;
	background-size: cover;
	background-position: center;
	width: 150px;
	border-radius: 150px;
	position: absolute;
	z-index: 99;
}

.mute {
	background-color: #DEBB5A !important;
	color: white !important;
}