* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	user-select: none;
}

#nav-bar {
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar {
	/* background-image: linear-gradient(to right, #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
	padding: 0 !important;
}

.navbar-brand {
	color : white !important;
	height: 50px;
	padding-left : 20px;
}

.navbar-nav li {
	padding: 0 10px;
}

.navbar-nav li a {
	color : #fff !important;
	font-weight: 600;
	float: right;
	text-align: left;
}

.fa-bars {
	color: #fff;
	font-size: 30px !important;
}

.navbar-toggler {
	outline: none !important;
}

/*-----------Banner-----------*/
#banner {
	/* background-image: linear-gradient( to right, #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
	color: #fff;
	padding-top: 5%;
}

.promo-title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 100px;
}

.play-btn {
	width: 45px;
	margin:20px;
}

#banner a {
	color: #fff;
	text-decoration: none;
}

.bottom-img {
	width: 100%;
	height: 100px;
}

/*------------Services---------*/
#services {
	padding: 80px 0;
}

.services-img {
	width: 100px;
	margin-top: 20px;
}

.services {
	padding: 20px;
}

.services h4 {
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}

.title::before {
	content: '';
	/* background: #7b1798; */
	background: #179817;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(63px);
}

.title::after {
	content: '';
	/* background: #7b1798; */
	background: #179817;
	height: 10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(8px);
}

#services .btn-primary {
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	/* background-image: linear-gradient( to right,  #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
}

/*----------About Us--------------*/
#about-us {
	background: #f8f9fa;
	padding-bottom: 50px;
	padding-top: 50px;
}

.about-title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 8%;
}

#about-us ul li{
	margin: 10px 0;
}

#about-us ul {
	margin-left: 20px;
}

/*------------ Rekap ---------*/
#rekap {
	padding: 80px 0;
}

.rekap-img {
	width: 100px;
	margin-top: 20px;
}

.rekap {
	padding: 20px;
}

.rekap h4 {
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}

.title::before {
	content: '';
	/* background: #7b1798; */
	background: #179817;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(63px);
}

.title::after {
	content: '';
	/* background: #7b1798; */
	background: #179817;
	height: 10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(8px);
}

#services .btn-primary {
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	/* background-image: linear-gradient( to right,  #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
}

/*---------- Testimoni --------------*/
#testimonials {
	background: #f8f9fa;
	padding-bottom: 50px;
	padding-top: 50px;
}

.testimonials {
	font-size: 12px;
	font-weight: 600;
	margin-top: 8%;
}

.testimonials img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 10px;
}

#testimonials ul li{
	margin: 10px 0;
}

#testimonials ul {
	margin-left: 20px;
}

/*-------------Testimonials------------*/
/* #testimonials {
	padding-bottom: 50px;
	margin: 100px 0;
}

.testimonials {
	border-left: 4px solid #7b1798;
	margin-top: 50px;
	margin-bottom: 50px;
}

.testimonials img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 10px;
}

.user-details {
	display: inline-block;
	font-size: 12px;
} */


/*--------------Social Media----------*/

#social-media {
	background: #f8f9fa;
	padding: 100px 0 ;
}

#social-media p {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.social-icon img {
	width: 60px;
	transition: .5s;
}

.social-icon a:hover img{
	transform: translateY(-10px);
}

/*------------Footer--------*/

#footer {
	/* background-image: linear-gradient( to right, #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
	color: #fff;
}

.footer-img {
	width: 100%;
	height: 50px;
}

.footer-box {
	padding: 20px;
}

.footer-box h4 {
	font-weight: 400;
}

.title-footer::before {
	content: '';
	background: #5f1782;
	height: 5px;
	width: 100px;
	display: block;
	transform: translateY(63px);
}

.title-footer::after {
	content: '';
	background: #5f1782;
	height: 10px;
	width: 50px;
	margin-bottom: 40px;
	margin-left: 23px;
	display: block;
	transform: translateY(23px);
}

.footer-box .fa {
	margin-left: 8px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	padding-top: 7px;
	border-radius: 2px;
	text-align: center;
	/* background-image: linear-gradient( to right, #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
}

.footer-box .form-control {
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 25px;
	max-width: 250px;
}

.footer-box .btn-primary {
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 30px;
	/* background-image: linear-gradient( to right, #a517ba, #5f1782); */
	background: linear-gradient(135deg, #006400, #2E8B57);
}

hr {
	background-color: #fff;
}

.copyright {
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}

/* Bagian kanan: Form Login */
.right-content {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-box {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 400px;
	text-align: center;
}

.login-box h3 {
	margin-bottom: 20px;
	color: #2c3e50;
}

.login-box input {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
}

.login-box button {
	width: 100%;
	padding: 12px;
	background: #27ae60;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.login-box button:hover {
	background: #2ecc71;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
	.welcome-container {
		flex-direction: column;
	}

	.left-content img {
		max-width: 60%;
	}

	.login-box {
		max-width: 90%;
	}
}

.password-container {
	position: relative;
	display: flex;
	width: 100%;
}

.password-container input {
	width: 100%;
	padding: 10px;
	padding-right: 40px; /* Ruang untuk ikon */
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 35%;
	transform: translateY(-50%);
	font-size: 18px;
	cursor: pointer;
}

