* {
	font-family: "Nunito Sans", sans-serif;
}

p,
.nav-link,
li,
h5 {
	font-size: 1rem;
}

h5 {
	font-weight: 600;
}

.btn {
	font-size: 1.2rem;
}

h1,
h1 span {
	font-size: 2.5rem;
	font-weight: 600;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #1b3c53;
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.btn-primary {
	border: 3px solid #44ddff;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.37);
	border-radius: 2rem;
	padding: 0.2rem 1.8rem;
	transition: 0.3s;
}

.btn-primary:hover {
	border: 3px solid rgb(68, 221, 255);
	background-color: rgba(255, 255, 255, 0.37);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(68, 221, 255, 0.15);
}

section .container .space {
	margin: 0 5rem;
}

.section {
	margin-top: 7rem;
}

.navbar {
	background-color: #241f21;
}

.navbar .navbar-brand img {
	margin-right: 3rem;
	height: 3rem;
}

.navbar .nav-link {
	color: #fff;
	margin-right: 1.5rem;
	font-family: "Nunito Sans", sans-serif;
}

.navbar .nav-link.active {
	color: #44ddff;
}

#banner {
	margin-top: 4rem;
	padding: 7rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner .gambar {
	display: flex;
	align-items: center;
	height: 80%;
}

#banner .gambar img {
	width: 80%;
}

#banner .text h2,
#banner .text p {
	color: #fff;
	text-align: justify;
}

#banner .text h2 {
	margin-bottom: 1rem;
}

#produk .text {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	padding: 3rem 4rem;
	min-height: 15rem;
	display: flex;
	align-items: center;
}

#produk .text h3,
#produk .text p {
	color: #fff;
	text-align: center;
}

#produk .text p {
	margin-bottom: 0;
}

#kenapa .text {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem;
	padding: 3rem 2rem;
	min-height: 18rem;
	display: flex;
	align-items: center;
}

#kenapa .text h3,
#kenapa .text p {
	color: #fff;
}

#kenapa .text h3 {
	margin-bottom: 2rem;
}

#partner .gambar {
	width: 100%;
	display: flex;
	justify-content: center;
}

#partner .gambar img {
	width: 70%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10rem;
}

#berita .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

#berita .header h2,
#berita .header a {
	margin-bottom: 0;
	color: #1b3c53;
	text-decoration: none;
}

#berita .row img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

#berita .row h5 {
	color: #1b3c53;
}

#berita .row p {
	color: #4d4e4e;
	font-size: 0.85rem;
}

#daftar {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
}

#daftar .container .space {
	display: flex;
	justify-content: center;
	align-items: center;
}

#daftar .container .space h1,
#daftar .container .space h1 span {
	color: #fff;
}

#daftar .container .space h1 {
	font-weight: 300;
	margin-right: 3rem;
	font-size: 2rem;
}

#daftar .container .space .btn-primary {
	font-size: 1.5rem;
	padding: 0.2rem 2.5rem;
}

#header-kontak {
	margin-top: 4rem;
}

#header-kontak img {
	width: 100%;
}

#icons-kontak .gambar {
	display: flex;
	justify-content: center;
}
#icons-kontak .gambar img {
	width: 30%;
}

#icons-kontak h5,
#icons-kontak p {
	text-align: center;
}

#faqs-kontak {
	margin-bottom: 5rem;
}

#faqs-kontak h1 {
	text-align: center;
}

#faqs-kontak .accordion-button {
	font-weight: 600;
	font-size: 1.2rem;
}

#faqs-kontak .accordion-button:not(.collapsed) {
	color: #212529;
	background-color: #fff;
}

#faqs-kontak .accordion-button:focus {
	box-shadow: 0 0 0 0 #fff;
}

#faqs-kontak .accordion-body {
	padding-top: 0;
}

#form-karir {
	margin-bottom: 5rem;
}

#header-produk {
	margin-top: 4rem;
}

#header-produk img {
	width: 100%;
}

footer {
	background-color: #241f21;
	padding: 5rem 0;
}

footer .gambar img {
	height: 4.5rem;
}

footer p,
footer li a {
	color: #fff;
	text-decoration: none;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer li a:hover {
	color: #44ddff;
}
