body {
	overflow-x: hidden !important;
	font-family: "kufam-regular" !important;
}

.logo-photobooth {
	width: 25%;
}

.navbar {
	background-color: #56a2ff;
}

.navbar-nav {
	gap: 25px;
}

.nav-link {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
	letter-spacing: 3px;
}

.nav-link.active {
	width: auto;
	padding: 5px;
	height: 100%;
	background: #f28aad;
	text-align: center;
	color: #fff !important;
	border-radius: 10px;
}

h5 {
	color: #2569e7;
	letter-spacing: 10px;
	font-weight: bold;
}

.headline {
	font-size: 50px;
	color: #071258;
	line-height: 1;
}

.headline2 {
	font-size: 30px;
	color: #071258;
	line-height: 1;
	font-weight: bold;
}

.title {
	font-size: 24px;
	font-weight: 600;
}

.description {
	font-size: 14px;
	/* width: 500px; */
	color: #545454;
}

.btn-primary {
	background: #56a2ff;
	border-radius: 20px;
	/* padding: 20px; */
	border: none;
}

.card-info {
	width: 100%;
	height: auto;
	border-radius: 15px 0px 15px 15px;
	background: #f0de0c;
	position: relative;
}

.box {
	width: 100%;
	height: auto;
	background: #56a2ff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}

.people-img {
	width: 80%;
	margin-top: -40px;
}

.icon-play {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10%;
}

.card-product {
	width: 100%;
	height: 100%;
	background: #56a2ff;
	border-radius: 20px;
}

.headline3 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.icon {
	width: 15%;
}

.description2 {
	font-size: 12px;
	color: #fff;
}

h3 {
	color: #071258;
	letter-spacing: 10px;
}

.card-maps {
	width: auto;
	height: 100%;
}

.title-maps {
	color: #fff;
	background: #56a2ff;
	font-size: 18px;
}

.foto-icon {
	width: 100%;
}

.card-instagram {
	width: auto;
	border-radius: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

.icon-ig {
	width: 15%;
}

.title-ig {
	font-size: 15px;
	margin-left: 20px;
}

.caption-ig {
	font-size: 14px;
}

.sun-img {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 10%;
	z-index: -1;
}

.sun2-img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
	z-index: -1;
}

.video-container-wrapper {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: nowrap; /* Tidak ada wrapping */
	width: 100%;
	max-width: 1700px; /* Ukuran maksimal untuk container */
	margin: 0 auto; /* Menjaga container tetap di tengah */
}

iframe {
	width: 300px; /* Ukuran video */
	height: 169px; /* Ukuran video */
	border-radius: 8px;
}

/* Responsif untuk layar kecil */
@media (max-width: 1024px) {
	iframe {
		width: 100%; /* Menyesuaikan dengan ukuran layar */
		max-width: 90%; /* Menyesuaikan dengan ukuran layar */
	}
}

.card-youtube {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 350px;
	background-color: #f5f5f5;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.icon-youtube {
	width: 100%;
	/* height: auto; */
}

.card-komentar {
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	border-radius: 20px;
	background: #fff;
}

.box-profile {
	width: 100%;
	height: auto;
	border-radius: 20px;
	background: #56a2ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin-top: -40px; */
	z-index: 1;
	position: relative;
}

.icon-3 {
	width: 5%!important;
}

.box-2 {
	width: 54px;
	height: 54px;
	background: #bdbdbd;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}

.card-whatsapp {
	width: 100%;
	height: auto;
	background: #f4e10b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	z-index: 1;
}

.people-3 {
	width: 70%;
	margin-top: -80px;
}

.title-2 {
	padding: 20px;
	font-size: 21px;
}

.icon-whatsapp {
	width: 30%;
	height: 55%;
}

/* .padding-wa {
	padding: 211px;
} */

.box-blue {
	/* width: 140vh; */
	height: 220px;
	background: #76adf1;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 0;
}

.card-blue {
	background: #56a2ff;
	border-radius: 20px;
	width: 80%;
	height: 100px;
	position: relative;
	z-index: 0;
	margin-top: -75px;
}

.title-footer {
	font-size: 24px;
	font-weight: 600;
}

.description-footer {
	font-size: 16px;
	font-weight: 600;
}

h3 {
    letter-spacing: -1px;
}

.title-3 {
	font-size: 18px;
}

.text-copyright {
	font-size: 14px;
	color: #000;
}

a {
	text-decoration: none;
	color: black;
}

.card-image {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

iframe {
	width: 100%;
	height: 273px;
	border: 0;
}

#map-container {
	position: relative;
	overflow: hidden;
	/* height: 660px;  */
	z-index: -1;
}

#map-container iframe {
	position: relative;
	top: -70px; /* Hapus baris ini jika ingin menampilkan bar nya */
	height: 500px;
}

input[type="datetime-local"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    outline: none;
    transition: all 0.3s ease-in-out;
}

/* Saat input di-hover */
input[type="datetime-local"]:hover {
    border-color: #007bff;
}

/* Saat input di-focus */
input[type="datetime-local"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Style untuk form holder agar lebih rapi */
.form-holder {
    position: relative;
}

/* Style untuk label */
.form-holder label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

#photoSlider {
	width: 100%;
}

input::placeholder {
	color: #b8b8b8 !important;
}

.splide__slide img {
	width: 100%;
	max-height: 425px; /* Batasi tinggi gambar */
	border-radius: 5px;
}

.navbar-toggler {
	padding: 5px;
	outline: none;
	border: none;
}

/* Pastikan logo tidak terlalu besar */
.logo-photobooth {
	max-height: 40px;
	height: auto;
	width: auto;
}

.left-wa-res {
	padding-right: 0rem !important;
}

.fa-brands {
	font-size: 18px;
}

.card-product-item {
	flex: 0 0 auto; 
	width: 350px;
}

.logo-photobooth-2 {
	max-width: 50%;
}

@media (max-width: 1280px) {
	/* .card-blue {
		width: 57%;
	} */

	.title-2 {
		font-size: 18px;
	}

	/* .people-3 {
		width: 18%;
	}

	.icon-whatsapp {
		width: 40%;
	} */
}
/* Mengatur agar navbar items tetap terlihat baik */
@media (max-width: 768px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: white;
		z-index: 1000;
	}

	.custom-margin-bottom {
		margin-bottom: 10px;
	}

	.card-product-item {
		width: 250px;
	}

	.description-headline {
		font-size: 14px;
	}

	.navbar-toggler {
		order: 2; /* Pastikan tetap di kanan */
	}

	.navbar-brand {
		order: 1;
	}

	.padding-wa {
		padding: 20px;
	}

	.title-2 {
		padding: 12px;
		font-size: 12px;
	}

	/* .card-blue {
		height: 90px;
		width: 72%;
	} */

	.left-wa-res {
		padding-left: 0rem !important;
	}

	.people-3 {
		margin-top: -45px;
		width: 100%;
	}

	.icon-whatsapp {
		/* margin-top: 2px; */
		width: 40%;
	}

	.description-footer {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}

	.title-footer {
		font-size: 16px;
		margin-top: 10px;
	}

	.title-3 {
		font-size: 12px;
	}

	.fa-brands {
		font-size: 12px;
	}

	.logo-photobooth-2 {
		max-width: 45%;
	}
}

@media (max-width: 376px){
	.title-2 {
		font-size: 10px;
	}

	.card-blue {
		margin-top: -65px;
		height: 80px;
	}
}

.split {
	height: 100%;
	width: 25%;
	/* position: fixed; */
	z-index: 1;
	text-align: center;
	top: 0;
	overflow-x: hidden;
	padding-top: 20px;
}

.left {
	left: 0;
	background-color: #111;
}

.right {
	right: 0;
	background-color: #4dca5b;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
