/* HOME */

.home-top {
	margin-top: -50px;
	height: auto;
	width: 100%;
	font-size: 0.8em;

	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.home-top .home-top-color-filter {
	width: 100%;
	height: auto;

	display: flex;
	justify-content: center;
}

.apa-itu-sit {
	position: relative;
	width: 100%;
	height: 323px;
	background-color: var(--neutral300);
	z-index: 50;
	border-image: var(--primary400) 1 0 1 0;
	border-top: 8px solid var(--primary400);
	border-bottom: 8px solid var(--primary400);
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.isi {
	width: 100px;
	height: 100px;
	border-top: 10px solid var(--primary400);
	border-bottom: 10px solid var(--primary400);
	border-left: 10px solid var(--primary400);
	border-right: 10px solid var(--primary400);
}

.home-top>div>div {
	align-items: center;
	justify-content: center;
	width: 85%;
	margin: auto;
	color: var(--primary400);
}

.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: 0em 0em;
	color: var(--primary400);
}

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

.home-middle-top {
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home-middle-middle {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.telusuri {
	display: flex;
	gap: 12px;
	margin-top: 30px;
}

.button-hero {
	display: flex;
	align-items: center;
	width: 145px;
	height: 39px;
	font-size: 16px;
	color: white;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 6px;
}

.h4 {
	font-size: 20px;
}

.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 {
	align-items: center;
}

.home-middle-top object {
	width: 246px;
	height: 215px;
}

.home-middle-middle object {
	width: 247px;
	height: 264px;
}

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

.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 .home-card div h2 {
	font-size: 1.8em;
	color: #FFFFFF;
}

.home-middle-bottom object {
	width: 40%;
}

.home-top>div>object {
	width: 50%;
}

.only-desktop {
	display: none;
}

.hero-kiri {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.only-mobile {
	display: block;
}

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

.kelas-fitur {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	gap: 5px;
	align-items: 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;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50vw);
	}
}

@keyframes slide1 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(50vw);
	}
}

#atas {
	width: min(100%, 1140px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.f1 {
	font-size: 20px;
	margin: 0;
}

.f2 {
	font-size: 64px;
	margin-top: 12px;
	margin-bottom: 0;
}

.f3 {
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 0;
}

.wrapper {
	z-index: -1;
	transform: rotate(60deg);
	width: 100vw;
	overflow: hidden;
}

.track {
	display: flex;
	width: 150vw;
	animation: slide 30s linear infinite;
}

.track img {
	width: 50vw;
	flex-shrink: 0;
}

#anim1 {
	position: absolute;
	left: -17.5vw;
	top: 10vw;
	z-index: -1;
	transform: scale(2.1);
}

#anim2 {
	position: absolute;
	left: 0.5vw;
	top: 10vw;
	transform: rotate(-180deg) scale(2.1);
	z-index: -1;
}

.tombol-atas {
	margin-top: 12px;
	display: flex;
	gap: 12px;
}

.logo-sit {
	width: 440px;
	height: 440px;
	z-index: 50;
	opacity: 90%;
}

#dalam-ais {
	width: min(100%, 1440px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 100px 0 100px;
	gap: 126px;
}

.dalam-ais-2 {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: min(100%, 764px);
}

.muldev-ais {
	width: 334px;
	height: 88px;
}

.f1-ais {
	margin: 0;
	color: var(--primary400);
	font-size: 20px;
}

.f2-ais {
	margin: 0;
	color: var(--primary400);
	font-size: 32px;
}

.f3-ais {
	margin: 0;
	color: var(--primary400);
	font-size: 16px;
}

.tawar {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 809px;
	margin-top: 100px;
	background: #475CA3;
	background: linear-gradient(135deg, rgba(71, 92, 163, 1) 0%, rgba(50, 65, 115, 1) 100%);
	border-radius: 64px;
}

.tawar-1 {
	position: relative;
	width: min(100%, 1440px);
	height: auto;
	padding: 0 40px 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tawar-1-2 {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
	width: 100%;
	height: 261px;
}

.tawar-1-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 1244px);
	height: 274px;
}

.f-tawar-1 {
	font-size: 64px;
	color: white;
}

.tawar-1-2-1 {
	background-color: white;
	width: min(100%, 340px);
	height: 228px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px
}

.tawar-1-3 {
	width: 100%;
	height: 274px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tawar-1-3-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 1244px);
	height: 274px;
	padding-left: 20px;
	padding-right: 20px
}

.f-tawar-3 {
	font-size: 32px;
	color: white;
	text-align: center
}

.tawar-desk {
	display: block;
}

.tawar-mobile {
	display: none;
}

.f-kf {
	font-size: 64px;
	color: var(--primary400);
	text-align: center;
}

.kf-1 {
	display: flex;
	width: min(100%, 1280px);
	height: auto;
	justify-content: space-evenly;
}

.logo-wrapper {
	position: relative;
	width: 440px;
	aspect-ratio: 1 / 1; 
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

.blur-overlay {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(8px);
	z-index: 1;
}

.logo-img {
	position: absolute;
	inset: 0;
	opacity: 70%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 2;
}

.backdrop-blur-sit {
	--tw-backdrop-blur: blur(8px);
	backdrop-filter: var(--tw-backdrop-blur);
}

@media only screen and (max-width: 400px) {
	#anim1 {
		position: absolute;
		left: -12vw;
		top: 10vw;
		transform: rotate(-90deg) scale(1.8);
	}

	#anim2 {
		position: absolute;
		left: 10vw;
		top: 150vw;
		transform: rotate(90deg) scale(1.8);
		z-index: -1;
	}

	.muldev-ais {
		width: 212.75px;
		height: 60px;
	}

	.f1-ais {
		margin: 0;
		color: var(--primary400);
		font-size: 16px;
	}

	.f2-ais {
		margin: 0;
		color: var(--primary400);
		font-size: 24px;
	}

	.f3-ais {
		margin: 0;
		color: var(--primary400);
		font-size: 12px;
	}
}

@media only screen and (max-width: 800px) {
	.home-top {
		margin-top: 20px;
		height: auto;
		width: 100%;
		font-size: 0.8em;

		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}

	.tawar {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		row-gap: 10px;
		width: 100%;
		height: auto;
		margin-top: 100px;
		background: #475CA3;
		background: linear-gradient(135deg, rgba(71, 92, 163, 1) 0%, rgba(50, 65, 115, 1) 100%);
		border-radius: 64px;
		padding: 20px 0 40px 0;
	}

	.tawar-1 {
		position: relative;
		width: min(100%, 1440px);
		height: 100%;
		padding: 0 40px 0 40px;
	}

	.tawar-1-1 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: min(100%, 1244px);
		height: auto;
	}

	.f-tawar-1 {
		font-size: 32px;
		color: white;
		text-align: center;
	}

	.tawar-1-2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 40px;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.tawar-1-3 {
		width: 100%;
		height: 120px;
	}

	.tawar-1-3-1 {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		width: min(100%, 1244px);
		height: auto;
		right: 0;
		padding-left: 20px;
		padding-right: 20px
	}

	.f-tawar-3 {
		font-size: 16px;
		color: white;
		text-align: center
	}

	.tawar-desk {
		display: none;
	}

	.tawar-mobile {
		display: block;
	}

	.f-kf {
		font-size: 32px;
		color: var(--primary400);
		text-align: center;
	}
}

@media only screen and (max-width: 1000px) {
	#anim1 {
		position: absolute;
		left: -12vw;
		top: 10vw;
		transform: rotate(-90deg) scale(1.8);
	}

	#anim2 {
		position: absolute;
		left: 10vw;
		top: 150vw;
		transform: rotate(90deg) scale(1.8);
		z-index: -1;
	}

	.logo-wrapper {
		position: relative;
		width: 200px;
		height: 200px;
		border-radius: 50%;
		overflow: hidden;
	}

	.blur-overlay {
		position: absolute;
		inset: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.3);
		backdrop-filter: blur(8px);
		z-index: 1;
	}

	.logo-img {
		position: absolute;
		inset: 0;
		opacity: 100%;
		width: 100%;
		height: 100%;
		object-fit: contain;
		z-index: 2;
	}

	.logo-sit {
		width: 196px;
		height: 196px;
		z-index: 50;
		opacity: 90%;
	}

	.f1 {
		font-size: 16px;
		margin: 0;
		text-align: center;
	}

	.f2 {
		font-size: 32px;
		margin-top: 12px;
		margin-bottom: 0;
		text-align: center;
	}

	.f3 {
		font-size: 16px;
		margin-top: 12px;
		margin-bottom: 0;
		text-align: center;
	}

	.tombol-atas {
		margin-top: 12px;
		display: flex;
		justify-content: center;
		gap: 12px;
	}

	#atas {
		width: min(100%, 1140px);
		height: auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 32px;
	}

	.apa-itu-sit {
		position: relative;
		width: 100%;
		height: auto;
		background-color: var(--neutral300);
		z-index: 50;
		border-image: var(--primary400) 1 0 1 0;
		border-top: 8px solid var(--primary400);
		border-bottom: 8px solid var(--primary400);
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 100px;
	}

	#dalam-ais {
		width: min(100%, 1440px);
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 48px;
		padding: 48px
	}

	.only-desktop {
		display: block;
	}

	.kf-1 {
		display: flex;
		flex-direction: column;
		width: min(100%, 1280px);
		height: auto;
		justify-content: center;
		align-items: center;
		row-gap: 20px;
	}

	.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%, 350px);
		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;
	}
}

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

	/* HOME */
	.home-top {
		height: 48rem;
		font-size: 1.5em;
		padding: 5em;
		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-middle {
		padding: 3em;
		color: var(--primary400);
	}

	.home-middle-top,
	.home-middle-middle {
		display: flex;
		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: 35%;
		height: 35%;
		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.8em;
	}

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

	.home-middle-bottom object {
		width: 55%;
	}

	.only-desktop {
		display: block;
	}

	/* .only-mobile {
		display: none;
	} */
}

.row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.col {
	flex: 1 1 calc(33.333% - 16px);
	/* 3 columns */
	max-width: calc(33.333% - 16px);
	box-sizing: border-box;
}

.card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 16px;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.6em;
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	background-color: #007bff;
	border-radius: 50px;
	margin-bottom: 8px;
}

.card h4 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.25rem;
	color: #343a40;
}

.card {
	margin: 0;
	font-size: 1rem;
	color: #6c757d;
}