:root {
	--g: #03624c;
	--w: #dadada;
	--b: #333;
	--r: #dadada;
	--lg: #007b31;
}

@font-face {
	font-family: 'LPMQIsepMisbah';
	src: url('../font/LPMQIsepMisbah.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
}

body {
	font-family: 'Poppins', 'sans-serif';
	background-color: var(--w);
	color: var(--b);
	overflow-x: hidden;
}

/* navigation*/
.navbar {
	max-width: 100%;
	height: 3.3rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 7%;
	position: fixed;
	background-color: var(--g);
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 1px 1px 11px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 1px 1px 11px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 11px 4px rgba(0, 0, 0, 0.75);
}

.navbar .navbar-nav {
	margin-left: 0%;
	align-content: center;
}

.navbar .navbar-nav a {
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	color: var(--w);
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0 5rem;
}

.navbar .navbar-nav a::after {
	content: '';
	display: block;
	padding-bottom: 0.1rem;
	border-bottom: 0.2rem solid var(--w);
	transform: scaleX(0);
	transition: 0.2s linear;
}

.navbar h1 {
	color: var(--w);
	font-size: 2.3rem;
}

.navbar-nav a:hover::after {
	transform: scaleX(0.8);
}

.navbar .navbar-menu {
	align-content: center;
}

.navbar .navbar-menu img {
	width: 2rem;
}

#menu-icon {
	display: none;
}

.hero {
	margin-top: 40px;
	margin-left: 15%;
	margin-right: 15%;
	background-color: var(--w);
}

.title {
	white-space: nowrap;
	padding: 3rem 6rem;
	text-align: center;
	font-weight: 900;
}

.title h1 {
	font-size: 2rem;
}

p {
	font-weight: 500;
}

.latarBelakang {
	margin-bottom: 50px;
}

.latarBelakang h2 {
	margin-bottom: 15px;
}

.apaItu {
	margin-bottom: 50px;
}

.apaItu h2 {
	margin-bottom: 15px;
}

.timPenyusun {
	margin-bottom: 50px;
}

.timPenyusun h2 {
	margin-bottom: 15px;
}

.profil {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	place-content: center;
}

.profil .personal {
	width: fit-content;
	list-style: none;
	place-items: center;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
}

.profil .foto {
	width: 100%;
}

.profil .nama {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-top: 20px;
}

.profil .namaFahmi {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	margin-top: 20px;
}

.profil .bagian {
	font-size: 13px;
	font-weight: 450;
	margin-bottom: 20px;
}

.profil img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 400px;
}

.referensi {
	margin-bottom: 50px;
}

.referensi h2 {
	margin-bottom: 15px;
}

.penggunaanWeb {
	margin-bottom: 50px;
}

.penggunaanWeb h2 {
	margin-bottom: 15px;
}

.penggunaanWeb ul,
.referensi ul {
	margin-left: 20px;
}

/* footer */
footer {
	background-color: var(--g);
}

.branding {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px;
	color: var(--w);
}

.brandingLogo {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.textLogo {
	width: 100%;
	display: flex;
	flex-direction: row;
	place-items: center;
}

.brandingKontak {
	width: 30%;
	padding: 10px 0 0 0;
}

.kontakButton {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	list-style: none;
	width: 100%;
	gap: 10px;
}

.Button {
	width: fit-content;
	text-align: center;
}

.Button a {
	display: flex;
	flex-direction: row;
	place-content: center;
	gap: 5px;
	padding: 3px;
	border-radius: 5px;
}
.Button p {
	color: var(--w);
	font-size: 0.8rem;
	font-weight: 600;
}

.Button img {
	height: 20px;
}

.brandingSupport {
	width: 40%;
}

.brandingSupport ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	gap: 20px;
	align-items: center;
}

.unida img {
	width: 50px;
}

.pkm img {
	width: 70px;
}

.lpi img {
	width: 90px;
}

.cms img {
	width: 180px;
}

.TI img {
	width: 70px;
}

.Syariah img {
	width: 70px;
}

.copyright {
	justify-items: center;
}

.copyright p {
	color: var(--w);
	font-weight: 600;
}

/* media Size */
@media (max-width: 1625px) {
	.navbar {
		justify-content: space-between;
	}

	.navbar .navbar-nav {
		box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: inset 0px 8px 8px -2px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.4);
		display: none;
	}

	#menu-icon {
		display: flex;
		align-items: center;
		margin-left: auto;
		cursor: pointer;
	}

	.navbar .navbar-nav.show {
		display: flex;
		position: absolute;
		top: 50px;
		background-color: var(--g);
		flex-direction: column;
		width: 100%;
		padding: none;
		right: 0;
		margin: 0;
		z-index: 888;
		justify-items: center;
	}

	.navbar .navbar-nav.show a {
		display: inline-block;
		align-items: center;
		padding: 1rem 0;
		border-bottom: 1px solid var(--lg);
		margin: 0;
	}

	header .navbar .navbar-nav a::after {
		content: '';
		display: block;
		padding-bottom: 0.1rem;
		border-bottom: 0.2rem solid var(--w);
		transform: scaleX(0);
		transition: 0.2s linear;
	}

	.navbar .navbar-nav a:hover::after {
		transform: scaleX(0.3);
	}
}

@media (max-width: 1282px) {
	.navbar a h1 {
		font-size: 1.5rem;
	}

	header .navbar .navbar-nav.show {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-evenly;
	}

	.navbar .navbar-nav.show a {
		padding: 10px;
	}

	footer .branding {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.branding .brandingLogo {
		display: flex;
		width: 100%;
		place-items: center;
	}

	.brandingLogo .textLogo {
		width: 100%;
		justify-content: center;
	}

	.branding .brandingKontak {
		width: 100%;
		justify-items: center;
		text-align: center;
	}

	.brandingKontak .kontakButton {
		width: 100%;
		display: flex;
		flex-direction: row;
		padding-top: 10px;
	}

	.kontakButton .Button {
		width: 50%;
		justify-content: center;
	}

	.branding .brandingSupport {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.branding .brandingSupport ul {
		justify-content: center;
	}

	.brandingSupport .unida img {
		width: 40px;
	}

	.brandingSupport .lpi img {
		width: 70px;
	}

	.brandingSupport .pkm img {
		width: 50px;
	}

	.brandingSupport .TI img {
		width: 50px;
	}

	.brandingSupport .Syariah img {
		width: 50px;
	}

	.brandingSupport .cms img {
		width: 120px;
	}
}

@media (max-width: 700px) {
	.navbar .navbar-nav a {
		font-size: 80%;
	}

	.navbar .navbar-nav a:hover::after {
		transform: scaleX(0.1);
	}

	header .navbar .navbar-nav.show {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	header .navbar .navbar-nav.show a {
		padding: 10px;
	}

	.navbar a h1 {
		font-size: 1.5rem;
	}

	main .hero {
		padding-top: 50px;
		margin-left: 15%;
		margin-right: 15%;
		width: 75%;
	}

	main .hero .title {
		padding: 10px;
	}

	main .hero .title h1 {
		font-size: 20px;
	}

	main .hero h2 {
		font-size: 15px;
	}

	main .hero p,
	main .hero .penggunaanWeb li {
		font-size: 13px;
	}

	.textLogo .logoText {
		font-size: 12px;
	}

	.brandingLogo .text {
		font-size: 12px;
	}

	.branding .brandingKontak {
		font-size: 12px;
	}

	.branding .brandingKontak .kontakButton {
		width: 100%;
		display: flex;
		flex-direction: column;
		place-items: center;
		font-size: 12px;
	}

	.brandingKontak .kontakButton .Button {
		width: fit-content;
		place-items: center;
		font-size: 12px;
	}

	.kontakButton .Button a {
		padding: 5px;
	}
	.kontakButton .Button p {
		font-size: 12px;
		font-weight: 600;
	}

	.kontakButton .Button img {
		width: 20px;
	}

	.under .copyright {
		font-size: 12px;
	}
}
