@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@font-face {
	font-family: "LPMQ_IsepMisbah";
	src: url("/assets/font/LPMQ_IsepMisbah.ttf");
}

* {
  font-family: "Quicksand", sans-serif;
	padding: 0;
	margin: 0;
}

html, body {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	background-color: #eeedf3;
}

nav .nav-link {
	color: white;
}

nav .nav-link:hover {
	color: #C0C0C0;
}

.jumbotron {
  background-size: cover;
	background-color: #239DB8;
  height: 340px;
}

.jumbotron .container {
  padding: 32px;
  text-align: center;
}

.jumbotron .container h2 {
	padding: 0 10px 10px 10px;
	color: white;
	font-size: 33px;
}

.jumbotron .btn {
  margin: 20px 10px;
}

.jumbotron .display-4 {
  text-align: center;
  margin-top: -5px;
  font-size: 20px;
  color: white;
}

.jumbotron .display-4 a {
	color: white;
	text-decoration: underline;
}

.jumbotron .display-4 a:hover {
	text-decoration: none;
}

.jumbotron .info {
	font-size: 24px;
	margin: 10px 0 0 0;
}

.list {
	width: 100%;
	text-align: center;
	background-color: #eeedf3;
}

.list .list-title {
	font-size: 30px;
	padding: 21px;
}

.progress {
	margin: auto;
	display: block;
	width: 300px;
	margin-top: 40px;
}

.list .boxs {
	display: inline-block;
	width: 350px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border-radius: 10px;
	background-color: white;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}

#list .box {
	display: block;
	margin: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: white;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}

.list .boxs:hover {
	transform: translateY(-3px);
}

#list .box:hover {
	transform: translateY(-3px);
}

.list .boxs a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
}

#list .box .nomor {
	color: black;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
}

#list .box .latin {
	color: black;
	text-align: left;
	text-decoration: none;
}

#list .box .arti.tafsir {
	text-align: justify;
}

#list .box .arti {
	color: #7e7e7e;
	margin: 10px 0 0 0;
	text-align: left;
	text-decoration: none;
}

#list .box .arab {
	color: black;
	text-align: right;
  font-size: 25px;
	font-family: "LPMQ_IsepMisbah";
	margin: 20px 0;
	text-decoration: none;
	line-height: 2;
}

.list .boxs a h5 {
	margin: 2px 0 0 0;
	padding: 0;
}

.list .boxs a img {
	width: 100px;
}

.footer, .footer-div, .footer-div p, .footer-div p a {
	margin: 0;
}

.footer {
	margin: 50px 0 0 0;
	background-color: #239DB8;
	padding: 25px;
	text-align: center;
	color: white;
}

.footer-div i {
	color: red;
}

.search-box {
	padding: 0px 20px 20px 20px;
}

ul.navbar-nav li.nav-item a.disabled {
	color: gray;
}

.scroll {
	position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
	box-shadow: 0 0.25rem 0.5rem 0 gray;
  opacity: 0.7;
	background-color: #239DB8;
}

.scroll i {
	margin: 1rem;
	color: white;
}

.scroll:hover {
  opacity: 0.8;
}

.scroll:focus {
  opacity: 0.9;
}

.scroll:active {
  opacity: 1;
}

@media (max-width: 992px) {
	form.form-inline input.form-control {
		width: 86%;
	}
}

@media (min-width: 992px) {
	.search-box {
		padding: 0px 40px 20px 40px;
	}
	
	.header {
		background-color: #239DB8;
	}

	form.search-engine {
		margin: 0 0 0 10px;
	}

	.header, .body {
		padding: 0 80px;
	}

	.jumbotron .display-4 {
		padding: 0px 200px;
	}

	.list {
		padding: 40px;
	}

}