.body {
	background-color: #ffffff;
	font-family: "Quicksand", sans-serif;
	color: #7ad45e;
}

body {
	padding-top: 60px;
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

.navbar {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4) !important;
	background-color: #3de07c !important;
	margin: 0px !important;
	padding: 0px !important;
}

.navbar-brand {
	margin: 0px !important;
	padding: 0px !important;
}
.navbar-brand .box-logo {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
	height: 95px;
	width: 475px;
	border-radius: 0 0 10px 10px;
	background-color: #34c46b;
	margin-top: 40px !important;
	box-shadow: dark;
}
.navbar-brand .box-logo img {
	height: 80px;
	width: 450px;
}

.navbar-two {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4) !important;
	background-color: #3de07c !important;
	margin: 0px !important;
	padding: 0px !important;
	border-top: 4px solid #649a51;
}

.navbar-brand-two {
	margin: 0px !important;
	padding: 0px !important;
}
.navbar-brand-two .box-logo-two {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
	height: 95px;
	width: 675px;
	border-radius: 0 0 10px 10px;
	background-color: #3de07c;
	margin-top: 40px !important;
	box-shadow: dark;
	z-index: 1;
}

/* Animasi untuk title-new */
@keyframes floating {

    0%,
    100% {
        transform: translateY(0) scale(1);
        color: #3de07c;
    }

    50% {
        transform: translateY(-20px) scale(1.0);
        color: #2da75f;
    }
}

@keyframes glow {

    0%,
    100% {
        text-shadow: 0 0 5px rgba(61, 224, 124, 0.3),
            0 0 10px rgba(61, 224, 124, 0.2);
    }

    50% {
        text-shadow: 0 0 10px rgba(61, 224, 124, 0.5),
            0 0 20px rgba(61, 224, 124, 0.3),
            0 0 30px rgba(61, 224, 124, 0.2);
    }
}

.title-new {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: white !important;
    animation: floating 3s ease-in-out infinite,
        glow 3s ease-in-out infinite !important;
    display: inline-block !important;
    padding: 5px 20px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

.title-home-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.3 !important;
}

.title-new::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle at center,
            rgba(61, 224, 124, 0.1) 0%,
            transparent 70%) !important;
    opacity: 0 !important;
    animation: pulseGlow 2s ease-in-out infinite !important;
}

@keyframes pulseGlow {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}

@media (max-width: 768px) {
    .title-new {
        font-size: 1.8rem !important;
        padding: 8px 16px !important;
    }
}

/* Tambahkan gaya animasi */
.navbar-toggler-icon {
	transition: transform 0.3s ease-in-out;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
	transform: rotate(180deg);
}

.navbar-light {
	padding: 10px 50px;
}
.navbar-light .navbar-nav .nav-link {
	font-family: "Inter", sans-serif;
	font-weight: 900;
	color: #ffffff;
}

/* section menu start */
.section-menu {
	background-image: url(/assets/pilam/images/bg-home.jpeg);
	background-size: cover;
	min-height: calc(100vh - 152px);
	background-position: center;
}
.section-menu .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 185, 87, 0.596);
	opacity: 0.8;
	z-index: 0;
}

.section-menu-home {
	background-image: url(/assets/pilam/images/bg-home.jpeg);
	background-size: cover;
	min-height: calc(100vh - 152px);
	background-position: center;
}
.section-menu-home .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 185, 87, 0.596);
	opacity: 0.8;
	z-index: 0;
}

.section-menu-input {
	background-image: url(/assets/pilam/images/pattern.png);
	background-size: cover;
	min-height: calc(100vh - 152px);
	background-position: center;
}
.section-menu-input .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 185, 87, 0.596);
	opacity: 0.9;
	z-index: 0;
}

.section-header h2 {
	color: #f5f5f5;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	border-bottom: 10px;
	border-color: #3ddd7f;
}
.section-header h2::after {
	content: "";
	padding-top: 5px;
	display: block;
	border-bottom: 5px solid #84ff59;
	margin: auto;
	width: 490px;
}

.title-quote {
	font-family: "Island Moments";
	font-size: 25px;
	color: #ffffff;
}

.col-menu {
	margin-left: 50px;
}

.col-menu-1 {
	margin-right: 50px;
}

.card-menu {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 10px;
	width: 100%;
	width: 135px;
	height: 135px;
	background-color: #34c46b;
}
.card-menu .card-img-top {
	height: 65px;
	width: 80px;
}
.card-menu .card-title {
	font-weight: bold;
	align-content: center;
	font-family: "Inter", sans-serif;
	color: #d0f396;
	font-size: 12px;
	margin-top: 10px;
}

.card-menu:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
	transition: transform 0.3s ease;
	cursor: pointer;
}

/* section menu end */
/* card start */
.card-form-input {
	background-color: #8cd073;
	border-top: 8px solid #3ddd7f;
	border-radius: 20px;
}
.card-form-input .card-footer {
	border-top: 3px solid #d7f2aa;
}
.card-form-input .card-footer button {
	height: 45px;
	width: 570px;
	border-radius: 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.card-form-input .card-footer .btn-secondary {
	background-color: #98a584;
	border: none;
}
.card-form-input .card-footer .btn-primary {
	background-color: #3d5b0c;
	border: none;
}
.card-form-input .card-body label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 12px;
}
.card-form-input .card-body input {
	height: 47px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 17px;
	background-color: #f1fedd;
	border-radius: 10px;
}
.card-form-input .card-body select {
	height: 47px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 17px;
	background-color: #f1fedd;
}
.card-form-input .card-body textarea {
	height: 112px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 17px;
	background-color: #f1fedd;
}

/* card end */
/* footer start */
.footer-up {
	height: 61px;
	background-color: #3de07c;
}
.footer-up p {
	font-weight: bold;
	align-content: center;
	font-family: "Inter", sans-serif;
}

.footer-down {
	height: 31px !important;
	background-color: #07d456;
}
.footer-down p {
	font-weight: bold;
	align-content: center;
	font-family: "Inter", sans-serif;
}

/* footer end */
/* modal start */
.modal-content {
	background-color: #8cd073;
	border-top: 8px solid #2b7013;
	border-radius: 20px;
}
.modal-content .modal-header {
	border-bottom: 3px solid #d7f2aa;
}
.modal-content .modal-header h5 {
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	color: #36500d;
}
.modal-content .modal-footer {
	border-top: 3px solid #d7f2aa;
}
.modal-content .modal-footer button {
	height: 45px;
	width: 100px;
	border-radius: 6px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.modal-content .modal-footer .btn-secondary {
	background-color: #98a584;
	border: none;
}
.modal-content .modal-footer .btn-primary {
	background-color: #3d5b0c;
	border: none;
}
.modal-content .modal-body label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 12px;
}
.modal-content .modal-body input {
	height: 52px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: #f1fedd;
}
.modal-content .modal-body select {
	height: 52px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: #f1fedd;
}
.modal-content .modal-body textarea {
	height: 112px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: #f1fedd;
}

/* modal end */
@media only screen and (max-width: 992px) {
	.navbar-brand .box-logo {
		margin-top: 0px !important;
	}
	.navbar-brand-two .box-logo-two {
		height: 70px;
		width: 500px;
		margin-top: 0px !important;
	}
	.navbar-brand-two .box-logo-two img {
		height: 80%;
	}
	.container-fluid .navbar-toggler {
		margin-top: -5px !important;
	}
	/* Menyesuaikan warna latar belakang menu saat di-collapse */
	.navbar-toggler {
		background-color: transparent;
	}
	.navbar-toggler:hover {
		background-color: transparent; /* Ubah sesuai kebutuhan Anda */
	}
	.navbar-toggler.collapsed {
		background-color: transparent; /* Ubah sesuai kebutuhan Anda */
	}
	/* Menyesuaikan warna latar belakang menu saat di-collapse */
	.navbar-collapse {
		background-color: #3ddd7f; /* Ganti dengan warna yang diinginkan */
		padding: 20px; /* Sesuaikan padding sesuai kebutuhan */
		position: absolute;
		top: 59px; /* Sesuaikan dengan tinggi navbar */
		left: 0;
		right: 0;
		display: none; /* Sembunyikan menu secara default */
	}
	.navbar-collapse.show {
		display: block; /* Tampilkan menu saat dalam kondisi collapse terbuka */
	}
	.card-form-input .card-footer button {
		width: 400px;
	}
}
@media only screen and (max-width: 768px) {
	.navbar-brand .box-logo img {
		margin-top: 0px !important;
        height: 70px;
		width: 380px;
	}
	.navbar-brand .box-logo {
		margin-top: 0px !important;
        height: 75px;
		width: 400px;
	}
	.navbar-brand-two .box-logo-two {
		height: 50px;
		width: 400px;
		margin-top: 0px !important;
	}
	.navbar-brand-two .box-logo-two img {
		height: 80%;
	}
	.navbar-brand-two .container-fluid .navbar-toggler {
		margin-top: -15px !important;
	}
	.navbar-collapse {
		background-color: #3ddd7f; /* Ganti dengan warna yang diinginkan */
		padding: 20px; /* Sesuaikan padding sesuai kebutuhan */
		position: absolute;
		top: 55px; /* Sesuaikan dengan tinggi navbar */
		left: 0;
		right: 0;
		display: none; /* Sembunyikan menu secara default */
	}
	.card-form-input .card-footer button {
		width: 420px;
	}
}
@media only screen and (max-width: 600px) {
	.section-header h2::after {
		content: "";
		padding-top: 5px;
		display: block;
		border-bottom: 5px solid #3ddd7f;
		margin: auto;
		width: 300px;
	}
	.container-fluid .navbar-toggler {
		margin-top: 0px !important;
	}
	.navbar-brand .box-logo {
		margin-top: 5px !important;
	}
	.navbar-brand-two .box-logo-two {
		height: 55px;
		width: 300px;
		margin-top: 5px !important;
	}
	.navbar-brand-two .box-logo-two img {
		margin-top: 5px;
		height: 55%;
	}
	.home h3 {
		margin-top: 100px !important;
	}
	.menu-page h3 {
		margin-top: 100px !important;
	}
	.card-menu {
		width: 105px;
		height: 110px;
	}
	.modal-content .modal-body label {
		font-size: 18px;
	}
	.modal-content .modal-body input {
		font-size: 18px;
	}
	.modal-content .modal-body select {
		font-size: 18px;
	}
	.modal-content .modal-body textarea {
		font-size: 18px;
	}
	.card-form-input .card-footer button {
		width: 300px;
	}
	.card-form-input .card-body label {
		font-size: 15px;
	}
	.card-form-input .card-body input {
		font-size: 15px;
	}
	.card-form-input .card-body select {
		font-size: 15px;
	}
	.card-form-input .card-body textarea {
		font-size: 15px;
	}
	/* card end */
	.footer-up {
		height: 60px;
		background-color: #3de07c;
	}
	.footer-up p {
		font-weight: bold;
		font-size: 12px;
		align-content: center;
		font-family: "Inter", sans-serif;
	}
}
@media only screen and (max-width: 390px) {
    .navbar-brand .box-logo img {
		margin-top: 0px !important;
        height: 60px;
		width: 350px;
	}
	.navbar-brand .box-logo {
		margin-top: 0px !important;
        height: 65px;
		width: 360px;
	}
}
/*# sourceMappingURL=main.css.map */
