* {
	border: 0px solid green;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

::-webkit-scrollbar {
	display: none;
}
[data-aos="fade-up"] {
	transform: translateY(20px);
}
[data-aos="fade-left"] {
	transform: translateX(30px);
}
[data-aos="fade-right"] {
	transform: translateX(-50px);
}
[data-aos="fade-down"] {
	transform: translateY(-20px);
}
[data-aos="zoom-in"] {
	transform: scale(0.9);
}
body {
	margin: 0;
}
/* HEADING STYLE */
header {
	position: fixed;
	width: 100%;
	top: 0;
	font-family: Poppins;
	border: 1.5px solid #ffffff90;
	box-shadow: 1px 1px 4px #dddddd80;
	background: #16bdff08;
	backdrop-filter: blur(3px);
	inset: 5;
	z-index: 100000;
}
.head {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 2rem;
}
h1 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
	display: flex;
	gap: 10px;
	align-content: center;
	transition: 0.3s ease;
	color: #2b2b2b;
}
.hamburger {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#hamburger1,
#hamburger2,
#hamburger3 {
	height: 5px;
	background: #2b2b2b;
	border-radius: 2px;
	transition: 0.3s ease;
}
#hamburger1 {
	position: relative;
	display: block;
	width: 32px;
	top: -10px;
}
#hamburger2 {
	position: absolute;
	display: block;
	width: 20px;
	right: 0;
	top: 0px;
}
#hamburger3 {
	position: absolute;
	display: block;
	width: 32px;
	top: 10px;
	right: 0;
}
.top-nav {
	display: flex;
}
.top-nav ul {
	display: flex;
	gap: 10px;
	align-items: center;
}
.auth-pc {
	margin: -10px -0px -10px 30px;
	padding: 10px 20px;
	background: #2ab4ff;
	border-radius: 50px;
	color: #fafafa;
	cursor: pointer;
}
.auth-pc:nth-child(6) {
	margin-left: 0;
	border: 1px solid #2ab4ff;
	background: transparent;
	color: #2ab4ff;
}
.auth-pc:hover {
	opacity: 0.7;
}
.top-nav ul li {
	list-style: none;
	font-weight: 600;
	transition: 0.3s ease;
}

/* MAIN */
.main {
	font-family: Urbanist;
	overflow: auto;
}
.blue-bg {
	position: absolute;
	top: -30%;
	left: -30%;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	filter: blur(200px);
	background: #2ab4ff20;
	z-index: -2;
}
.main1 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	align-content: center;
	min-height: 100vh;
}
.hero {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}
.hero-left {
	position: relative;
	z-index: 5;
}

.heading {
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 800;
	font-family: POPPINS;
	line-height: 2.5rem;
	color: #2b2b2b;
	background: linear-gradient(
		120deg,
		#2b2b2b 0%,
		#2b2b2b 40%,
		#888888 50%,
		#2b2b2b 60%,
		#2b2b2b 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 10s linear infinite;
}
.slogan {
	font-size: 20px;
	font-weight: 600;
	opacity: 0.8;
}
.line-style {
	height: 5px;
	width: 40px;
	background: #2ab4ff;
	margin: 1rem 0;
}
.slogan-p {
	font-size: 16px;
	font-weight: 500;
	opacity: 0.7;
}
.button-nav {
	padding: 10px 20px;
	border: none;
	font-family: Urbanist;
	font-weight: 800;
	cursor: pointer;
}
.button-wrap {
	display: flex;
	gap: 10px;
}
.button-nav:nth-child(1) {
	background: #2ab4ff;
	color: #ffffff;
}
.button-nav:nth-child(2) {
	background: transparent;
	border: 1px solid #2ab4ff;
	color: #2ab4ff;
}
.button-nav:hover {
	opacity: 0.7 !important;
}
.drone {
	position: absolute;
	top: -8rem;
	left: 0;
	max-width: 150px;
	z-index: 1;
}
.gif-hero {
	max-width: 500px;
}

.heading2 {
	font-size: 2.5rem;
	font-weight: 800;
	font-family: Urbanist;
	line-height: 2.5rem;
	color: #2b2b2b;
}
.woman {
	max-width: 80%;
}
.bento-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 80px;
	gap: 12px;
	max-width: 450px;
}

.bento-item {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	padding: 1rem;
	overflow: auto;
}
.bento-item p {
	font-size: 12px;
	font-weight: 600;
	color: #2b2b2b;
}
.bento-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.totalItem h3 {
	display: flex;
	align-items: center;
	margin: 0;
	font-family: Poppins;
	font-weight: 800;
	font-size: 2rem;
	color: #2b2b2b;
}
.totalItem h3 i {
	font-size: 1.1rem;
	margin-right: 5px;
}
.totalItem h3 span {
	font-size: 1.2rem;
	font-weight: 600;
}
.totalItem p {
	color: #6b6b6b;
	font-size: 0.75rem;
}

.bento-item:nth-child(2) {
	grid-column: span 1;
	grid-row: span 3;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.promo-simpel h3 {
	margin: 0;
	color: #3b3b3b;
	font-size: 1.3rem;
	font-weight: 1000;
}
.promo-simpel p {
	margin: 0;
	font-size: 0.8rem;
	color: #6b6b6b;
}

.bento-item:nth-child(3) {
	grid-column: span 1;
	grid-row: span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	overflow: auto;
}
.bento-item:nth-child(3) h3 {
	margin: 0;
	color: #3b3b3b;
	font-weight: 800;
	line-height: 1.1rem;
}
.bento-item:nth-child(3) p {
	color: #6b6b6b;
}
.payment-wraper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.payment-box {
	display: flex;
	gap: 15px;
	margin-top: 0.7rem;
	width: max-content;
	animation: scrollXInfinite 10s linear infinite;
	will-change: transform;
}

.payment-box img {
	height: 20px;
	width: auto;
	flex-shrink: 0;
}

.bento-item:nth-child(4) {
	grid-column: span 1;
	grid-row: span 1;
	display: flex;
	justify-content: center;
	padding: 0;
	background: #ffffff;
}
.bento-item:nth-child(4) img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

.main2 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
	overflow: auto;
}
.heading3 {
	font-family: Urbanist;
	font-size: 2rem;
	color: #2b2b2b;
}
.layanan-box {
	max-width: 600px;
}
.layanan {
	position: relative;
	display: flex;
	gap: 1rem;
	padding: 0 10px;
	background: #ffffff;
	box-shadow: 1px 1px 8px #ccc;
	transition: 0.3s ease;
	z-index: 1;
}
.layanan:hover {
	box-shadow: 1px 1px 8px #bbb;
}
.layanan img {
	max-width: 50px;
}
.layanan p {
	color: #3b3b3b;
}
.layanan p strong {
	color: #2b2b2b;
}
.link-layanan {
	margin-right: -10px;
	min-width: 50px;
	align-content: center;
	text-align: center;
	background: #e6f2ff;
	color: #2b2b2b;
	cursor: pointer;
}

.box-komen {
	display: flex;
	gap: 1rem;
	margin: 0 -1rem;
	padding: 1rem;
	overflow: auto;
}
.komen-card {
	padding: 0 1rem;
	corner-shape: notch bevel;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 1px 1px 8px #ccc;
	max-width: 250px;
	min-width: 250px;
}
.acc-komen {
	display: flex;
	gap: 10px;
	align-items: center;
}
.acc-komen svg,
.acc-komen img {
	max-width: 45px;
	border-radius: 100px;
	box-shadow: 0 0 6px #dddddd;
}
.acc-name {
	color: #2b2b2b;
	margin-bottom: 0;
}
.acc-mail {
	margin-top: 0;
	color: #5b5b5b;
}
.rating {
	position: relative;
}
.star-outline {
	text-shadow: 1px 1px 2px #eee;
	color: #4b4b4b;
}
.star-full {
	position: absolute;
	top: 0;
	text-shadow: 1px 1px 2px #eee;
	color: #f9b93b;
}
.komentar {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #4b4b4b;
}

#popupBg {
	position: fixed;
	display: none;
	top: 4.5rem;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #2b2b2b;
	opacity: 0.5;
	transition: 0.3s ease;
	z-index: 5;
}
#alertID {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	padding: 1rem;
	min-width: 200px;
	transform: translate(-50%, -50%);
	transition: 0.3s ease;
	border-radius: 10px;
	font-family: Poppins;
	background: #ffffff;
	box-shadow: 0 0 16px #00000020;
	z-index: 10000;
}
#alertID h3 {
	margin: 0;
	font-weight: 1000;
}
#alertID p {
	font-size: 14px;
}
#alertID button {
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px;
	font-family: Urbanist;
	font-weight: 700;
	background: #2ab4ff;
	color: #ffffff;
}
#navMenu {
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	top: 0;
	right: -50vw;
	margin-top: 4.5rem;
	padding: 1rem 1.5rem;
	width: 50vw;
	max-width: 200px;
	height: 100vh;
	background: #ffffff;
	transition: 0.3s ease;
	z-index: 6;
}
#navMenu h4 {
	font-family: POPPINS;
	font-weight: 800;
	font-size: 1.5rem;
	margin: 0;
	color: #2b2b2b;
}
.link-auth {
	width: 100%;
	padding: 10px;
	background: #ffffff;
	color: #4b4b4b;
	box-shadow:
		2px 2px 4px #ddd,
		-2px -2px 4px #eee;
	font-family: Poppins;
	font-weight: 700;
	text-align: center;
	list-style: none;
	transition: 0.3s ease;
	cursor: pointer;
}
.link-auth:hover {
	box-shadow:
		inset 2px 2px 4px #ddd,
		inset -2px -2px 4px #eee;
	color: #5ab4ff;
}
.auth {
	background: #5ab4ff;
	color: #ffffff;
}
.auth2 {
	background: #ffffff;
	color: #5ab4ff;
	border: 1px solid #5ab4ff;
}
.auth:hover {
	box-shadow:
		0 0 0 transparent,
		0 0 0 transparent;
	color: #ffffff;
	opacity: 0.7;
}
.auth2:hover {
	box-shadow:
		0 0 0 transparent,
		0 0 0 transparent;
	opacity: 0.7;
}
.line-style-v2 {
	height: 1px;
	width: 100%;
	margin: 1rem 0;
	background: #dddddd;
}

/*MOBILE DISPLAY*/
@media (max-width: 768px) {
	.top-nav {
		display: none;
	}
	.hero {
		gap: 0rem;
	}
	.gif-hero {
		display: none;
	}
	.woman {
		display: none;
	}
	.layanan-box {
		display: flex;
		gap: 1rem;
		flex-direction: column;
	}
}
/*DEKSTIP DISPLAY */
@media (min-width: 769px) {
	.hamburger {
		display: none;
	}
	#navMenu {
		display: none;
	}
	.hero-left {
		max-width: 500px;
	}
	.rekomen {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: space-around;
	}
	.layanan-box {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
}

@keyframes scrollXInfinite {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
img {
	pointer-events: none;
}
@keyframes shine {
	from {
		background-position: -200% center;
	}
	to {
		background-position: 200% center;
	}
}
@keyframes zoom {
	0% {
		transform: translate(-50%, -50%) scale(0.7);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
