@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth;
}

/* a38a5b coklat#F5725E hijau */
body {
	font-family: 'Raleway', sans-serif;
	color: #b1b1b1 !important;
	display: flex;
	justify-content: center;
	background:
		linear-gradient(#77167a,
			transparent),
		linear-gradient(90deg,
			#5220a3,
			transparent),
		linear-gradient(-90deg,
			#a80a0c,
			transparent);

	background-blend-mode: screen;
	background-attachment: fixed;
}

.text-black {
	color: black !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Black Ops One' !important;
}

.nav-link {
	margin: auto;
}

.fonts {
	font-size: 30px !important;
}

.aksen {
	top: 0px;
	position: absolute;
	width: 200px;
}

@media (min-width: 992px) {
	.aksen {
		width: 300px;
	}
}

.kanan-atas {
	right: 0px;
}

.kiri-atas {
	left: 0px;
}

.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;
} */

.isi {
	width: 400px;
	background-color: #14004d;
}

.bg {
	background-color: #2A1075;
}

.hero-1 .mb-3 {
	color: #000;
}

.bg-s {
	background-image: url(../assets/img/bg.jpg);
	background-size: cover;
	background-position: center;
}

.hero-1 .mb-3 .fonts {
	color: #fff;
}

.hero-1 img {
	position: absolute;
	z-index: 1;
	width: 150px;
}

h1.fonts {
	font-size: 60px;
}

header nav .navbar-nav .nav-link.active {
	color: #F5725E !important;
}

.bg-light {
	background-color: #e6dcee;
}

.hero-1.bg-light {
	background-color: #F5725E !important;
}

.hover {
	transition: .4s;
}

.hover:hover {
	transition: .4s;
	box-shadow: 0 1rem 3rem rgba(130, 140, 125, 0.15) !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: 0px !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 {
	border-radius: 0px !important;
	color: rgb(150, 150, 150);
}

.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);
}

.bg-s .btn{
	border: 3px solid #ffffff !important;
}

.btn {
	border-radius: 0px !important;
}

.btn-primary {
	background-color: #F5725E !important;
	border-color: #F5725E !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #F5725E !important;
	border-color: #F5725E !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-primary:focus {
	background-color: #F5725E !important;
	border-color: #F5725E !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-warning {
	background-color: #06FFD1 !important;
	border-color: #06FFD1 !important;
	color: black !important;
}

.btn-warning:hover {
	background-color: #06FFD1 !important;
	border-color: #06FFD1 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn-warning:focus {
	background-color: #06FFD1 !important;
	border-color: #06FFD1 !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}


.radius-20 {
	border-radius: 20px;
}

.radius-10 {
	border-radius: 0px;
}

.radius-top-10 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.text-white {
	color: #fff !important;
}


.mute {
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px;
	border-radius: 0px;
}

.button-menu {
	background-color: #fff;
	overflow-x: scroll;
	display: none;
	font-style: normal !important;
}

.button-menu-item {
	width: 620px;
}

.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;
	border-right: 2px solid #F5725E;
	transition: .4s;
}

.button-menu-item a:first-child {
	border-left: 2px solid #F5725E;
}

.button-menu-item a:hover {
	background-color: #F5725E;
	color: white !important;
	transition: .4s;
}

@media (min-width:992px) {
	.center {
		display: flex;
		justify-content: center;
	}
}