* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
	font-family: Arial, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-color: #fdfdfd;
	overflow: hidden;
}
.menu, .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background-color: #fdfdfd; */
	background: linear-gradient(55deg, #00cfff00, #a6d8eb);
	transition: transform 0.4s ease;
}

.content-menu{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Hidden content */
.content {
	transform: translateX(100%);
}
.menu.active {
	transform: translateX(-100%);
}
.content.active {
	/* transform: translateX(100%); */
	opacity: 0;
	transform: translateY(30px);
	animation: fadeSlideIn 1.5s ease-out forwards;
}

/* Home Menu */
.menu {
	/* background: linear-gradient(40deg, #00cfff, #001db7); */
	color: white;
	cursor: pointer;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/peta indonesia.png');
    /* background-size: cover; */

	/* background-image: url('../images/peta indonesia.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
	/* height: 50%; */
}

h1 {
	margin-bottom: 50px;
}

.title {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
}

.buttons {
	display: flex;
	gap: 20px;
}

.button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 265px;
	height: 85px;
	background-color: white;
	color: #007bff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s;
	margin-top: 30px;
}

.button:hover {
	transform: scale(1.1);
}

.button i {
	font-size: 30px;
	margin-bottom: 5px;
}

/* Content Section */
.content {
	background-color: #f5f5f5;
	/* padding: 20px; */
}
.content h2 {
	margin-bottom: 20px;
}
.content button {
	padding: 10px 16px;
	/* background-color: #007bff; */
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.content button:hover {
	background-color: #0056b3;
}

.zoom-text {
	font-size: 30px;
	font-weight: bold;
	animation: zoomEffect 2s infinite;
}

.moving-text {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	white-space: nowrap;
	animation: moveText 5s linear infinite;
}

.fade-text {
	font-size: 30px;
	font-weight: bold;
	animation: fadeInOut 5s infinite;
}

.typing-text {
	font-size: 24px;
	font-weight: bold;
	border-right: 2px solid white;
	width: 14ch;
	white-space: nowrap;
	overflow: hidden;
	animation: typing 3s steps(14) infinite alternate, blink 0.5s step-end infinite;
}

.animated-text {
	/* font-size: 3rem; */
	/* font-weight: bold; */
	opacity: 0;
	transform: translateY(30px);
	animation: fadeSlideIn 3s ease-out forwards;
}

.nav-buttons {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 50px;
	width: 23%;
	padding: 0 20px;
}

#homeBtn {
	background-color: white;
	color: #134280;
}

#homeBtn:hover {
	/* transform: scale(1.1); */
	background-color: #535252;
	color: white;
}

/* #prevBtn:hover {
	transform: scale(1.1);
}

#nextBtn:hover {
	transform: scale(1.1);
} */

.p-text {
	text-align: left;
	font-size: 18px;
}

#content-title {
	font-size: 30px;
	font-weight: 700;
}

#content-description {
	font-size: 20px;
}

.box-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 70px;
	background-color: #134280;
	color: white;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin-top: 90px;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
}

.box-potensi-pengembangan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
	background-color: #134280;
	color: white;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	font-size: 20px;
}

.box-harapan-masyarakat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 80px;
	background-color: #355fb5;
	color: white;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	font-size: 18px;
}

.box-strategi-pengembangan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 70px;
	background-color: #355fb5;
	color: white;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	font-size: 18px;
}

.box-description-tani {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	width: 100%;
	height: 150px;
	/* background-color: #134280; */
	background: linear-gradient(55deg, #79cc82a3, #5db9d5);
	color: #134280;
	border-radius: 20px;
	box-shadow: 3px 10px 36px rgba(0, 0, 0, 0.922);
	margin-top: 40px;
	/* margin-bottom: 30px; */
	font-size: 18px;
	/* font-weight: 600; */
}

.box-frame {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 500px;
	/* background-color: #134280; */
	color: white;
	border-radius: 10px;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
	/* margin-top: 0px; */
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
}

.box-judul-potensi-pengembangan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	background-color: #134280;
	color: white;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	/* margin-top: 0px; */
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fade-in-left {
	opacity: 0;
	animation: fadeInLeft 2s ease-out forwards;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fade-in-right {
	opacity: 0;
	animation: fadeInRight 2s ease-out forwards;
}

@keyframes fadeSlideIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes typing {
	from { width: 0; }
	to { width: 14ch; }
}

@keyframes blink {
	50% { border-color: transparent; }
}

@keyframes fadeInOut {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes moveText {
	from { left: 100%; }
	to { left: -100%; }
}

@keyframes zoomEffect {
	0% { transform: scale(1); }
	50% { transform: scale(1.5); }
	100% { transform: scale(1); }
}