/* HOME */

a {
	text-decoration: none;
	padding-bottom: 2px;
}

.parent {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 50px 80px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.atas-parent {
	z-index: 50;
	position: relative;
	width: min(100%, 1280px);
	height: 576px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 30px;
	background-color: transparent;
	border-radius: 36px;
	padding: 0 10px 0 10px;
}

.atas-parent::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 8px solid var(--primary400);
	border-radius: 36px;
	z-index: 2;
	pointer-events: none;
}

.bingkai {
	position: absolute;
	width: min(100%, 218px);
	height: 318px;
	top: 8px;
	z-index: 0;
}

.text-awal {
	margin: 0;
	font-size: 64px;
	color: var(--primary400);
	text-align: center;
}

.atas-bawah {
	width: min(100%, 900px);
	height: auto;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
}

.text-atas-bawah {
	margin: 0;
	font-size: 18px;
	color: var(--primary400);
	text-align: center;
}

.buat-tombol {
	width: min(100%, 650px);
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.buat-tombol-bawah-atas {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.button-bawah-atas {
	width: 196px;
	height: 39px;
	border-radius: 6px;
	background-color: var(--second300);
	text-decoration: none;
}

.bawah-parent {
	width: 100%;
	height: 650px;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	align-items: center;
	justify-content: end;
}

.bawah-bawah {
	width: min(100%, 1300px);
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.buat-tombol-surat {
	width: min(584px, 100%);
	height: 39px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.button-surat {
	width: 282px;
	height: 100%;
	padding: 10px 20px 10px 20px;
	column-gap: 12px;
	border-radius: 6px;
	background-color: var(--second300);
	margin: 0;
	border: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.card-fitur {
	background: #475CA3;
	background: linear-gradient(135deg, rgba(71, 92, 163, 1) 0%, rgba(50, 65, 115, 1) 100%);
	border-radius: 16px;
	width: min(100%, 293px);
	height: auto;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.img-uang {
	width: 168px;
	height: 168px;
}

.text-tombol-bawah {
	margin: 0;
	font-size: 18px;
	color: white
}

.img-tombol-bawah {
	width: 20px;
	height: 20px;
}

.publikasi-kanan {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: 168px;
	height: 168px;
}

.teks-tombol-surat {
	margin: 0;
	color: white;
	font-size: 16px;
}

@media only screen and (max-width: 950px) {
	.buat-tombol-surat {
		width: min(250px, 100%);
		height: auto;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		justify-content: center;
		align-items: center;
	}

	.teks-tombol-surat {
		margin: 0;
		color: white;
		font-size: 12px;
	}

	.button-surat {
		width: 100%;
		height: 100%;
		padding: 10px 20px 10px 20px;
		column-gap: 12px;
		border-radius: 6px;
		background-color: var(--second300);
		margin: 0;
		border: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.parent {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 20px 40px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bingkai {
		position: absolute;
		width: min(100%, 87px);
		height: 127px;
		top: 155px;
	}

	.text-awal {
		margin: 0;
		font-size: 32px;
		color: var(--primary400);
		text-align: center;
	}

	.img-uang {
		width: 128px;
		height: 128px;
	}

	.text-atas-bawah {
		margin: 0;
		font-size: 12px;
		color: var(--primary400);
		text-align: center;
	}

	.buat-tombol {
		width: min(100%, 141px);
		height: 110px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		row-gap: 10px;
	}

	.button-bawah-atas {
		width: 100%;
		height: 39px;
		border-radius: 6px;
		background-color: var(--second300);
		text-decoration: none;
	}

	.text-tombol-bawah {
		margin: 0;
		color: white;
		font-size: 12px;
	}

	.img-tombol-bawah {
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 1300px) {
	.bawah-bawah {
		width: min(100%, 1300px);
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 20px;
	}

	.bawah-parent {
		margin-top: 100px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		row-gap: 40px;
		align-items: center;
		justify-content: end;
	}
}

.home-top {
	width: 90vw;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;

	border-radius: 20px;

	padding: 2em;

	margin: auto auto auto auto;

}

.home-top .home-top-color-filter {
	display: flex;
	justify-content: center;
}

.home-top>div>div {
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #1C5188;
}

.home-top>div>div>h1 {
	margin: 0.25em 0;
}

.home-top>div>div>p {
	font-size: 1em;
	margin: 0.25em 0 2em 0;
}


.home-middle {
	padding: 5em 1em;
	color: #1C5188;
}

.home-middle h2,
.home-middle p {
	margin: 0.75em 0;
}

.home-middle-top,
.home-middle-middle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home-middle-top object {
	width: 50%;
	height: 50%;
}

.home-middle-middle {
	margin: 5em 0 2em 0;
}

.home-middle-top div,
.home-middle-middle div {
	padding: 1.5em 0 0 0;
	width: 100%;
}

.home-middle-middle div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-middle-middle object {
	width: 20%;
	height: 20%;
}

.home-middle-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0em 0 2em 0;
	color: #FFFFFF;
}

.home-middle-bottom .home-card-container {
	position: relative;
	width: 95%;
	margin: 4em 0 0 0;
}

.home-middle-bottom .home-card-top-blank {
	height: 6em;
}

.home-middle-bottom .home-card-container object {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home-middle-bottom .home-card {
	width: 100%;
	height: 85%;
	background-color: var(--primary-blue);
	padding: 8em 1.5em 3em 1.5em;
	border-radius: 1em;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-middle-bottom .home-card div {
	margin-bottom: 0.5em;
}

.home-middle-bottom object {
	width: 50%;
	height: 50%;

}

.button {
	background-color: var(--primary-yellow);
	box-shadow: 0 2px 10px rgb(0 0 0 / 0.9);
}

.button:hover {
	background-color: #9e2f20;
	animation-timing-function: ease-in;
	animation-duration: 2s;
	box-shadow: 0 2px 10px rgb(0 0 0 / 0.9);
}

.home-card {
	text-align: center;
	display: flex;
	align-items: center;

}

.home-features {
	flex-direction: row;
	text-align: center;
	font-size: 3em;
	margin-top: 3em;
}


@media only screen and (min-width: 800px) {

	/* HOME */

	.home-top {
		height: 30rem;
		font-size: 1.2em;
		padding: 3em;
		flex-direction: row;
		text-align: left;
	}

	.home-features {
		flex-direction: row;
		text-align: center;
		font-size: 3em;
		margin-top: 3em;
	}

	.home-top .button {
		font-size: 1em;
	}

	.home-top>div>div {
		width: 85%;
		display: flex;
		justify-content: left;
	}

	.home-top>div>object {
		width: 30em;
	}

	.home-middle {
		padding: 3em;
		color: #1C5188;
	}


	.home-middle-top,
	.home-middle-middle {
		flex-direction: row;
		text-align: left;
	}

	.home-middle-middle {
		margin: 6em 0 0 0;
	}

	.home-middle-top div {
		padding: 0 3em 0 0;
	}

	.home-middle-middle div {
		padding: 0 0 0 3em;
		align-items: flex-start;
	}

	.home-middle-top h2,
	.home-middle-middle h2 {
		font-size: 2em;
	}

	.home-middle-top p,
	.home-middle-middle p {
		font-size: 1.2em;
	}

	.home-middle-top object,
	.home-middle-middle object {
		width: 30%;
		height: 30%;
		margin: 2em;
	}

	.home-middle-bottom {
		flex-direction: row;
		justify-content: space-around;
		align-items: stretch;
		padding: 1em;
		color: #FFFFFF;

	}

	.home-middle-bottom .home-card-container {
		width: min(40%, 30em);
		margin: 1em;
	}

	.home-middle-bottom .home-card div {
		margin-bottom: 0;
	}

	.home-middle-bottom .home-card h2 {
		font-size: 1.6em;
	}

	.home-middle-bottom .home-card p {
		font-size: 1em;
	}
}

.filler {
	padding: 2em;
}

#tahap-1 {
	font-size: 1.6em;
}