:root {
	--bg-primary: #fed104;
	--bg-secondary: #404040;
}

.h-100vh {
	height: 100vh;
}

.text-justify {
	text-align: justify;
}

body {
	background-color: #fff;
	font-size: 15px;
	font-family: "Amiri", serif;
}

.card-star i {
	font-size: 12px;
}

.no-active:focus {
	box-shadow: none;
	outline: none;
}
.form-awb::placeholder {
	color: #fff;
}

.navbar-utama {
	height: 100%;
	background-size: cover;
	background-position: top;
	position: absolute;
	z-index: 100;
	width: 100%;
	background-image: url(../images/navbar.webp);
	background-repeat: no-repeat;
	height: 230px;
}

.navbar-scroll {
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 1000;
	transform: translateY(-100%);
	transition: transform 0.4s ease;
}

.navbar-scroll.show {
	transform: translateY(0); /* Muncul di posisi semula */
}

.navbar-brand img {
	max-height: 100px;
}

.nav-link,
.nav-btn {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 12px;
	box-sizing: border-box;
}

.nav-link-1.active {
	border-bottom: 2px solid var(--bg-primary);
}

.nav-link-1:hover {
	border-bottom: 2px solid var(--bg-primary);
}
.nav-link-2.active {
	border-bottom: 2px solid #000;
}

.nav-link-2:hover {
	border-bottom: 2px solid #000;
}

/* about us */
#aboutus .card-image {
	position: relative;
	height: 0;
	padding-bottom: 80%;
	overflow: hidden;
	border-radius: 20px;
}

#aboutus .card-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-us-container {
	height: 100vh;
}

/* berita populer */
.swiperBerita .card-img {
	position: relative;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
}

.swiperBerita .card-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.swiperBerita .swiper-slide:hover .card-img img {
	transform: scale(1.1);
}

.icon-circle {
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 20px; /* Lebar lingkaran */
	height: 20px; /* Tinggi lingkaran */
	background-color: #404040; /* Warna latar belakang lingkaran */
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: var(--bg-primary); /* Warna ikon */
	transition: background-color 0.3s; /* Transisi warna */
	margin: 0 3px;
}

.icon-circle-footer {
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 30px; /* Lebar lingkaran */
	height: 30px; /* Tinggi lingkaran */
	background-color: #ffffff; /* Warna latar belakang lingkaran */
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: var(--bg-primary); /* Warna ikon */
	transition: background-color 0.3s; /* Transisi warna */
	margin: 0 3px;
	color: var(--bg-secondary);
}

.icon-circle i {
	font-size: 9px;
}
.icon-circle-footer i {
	font-size: 14px;
}
.alamat {
	font-size: 12px;
}

.icon-circle:hover {
	background-color: #e0e0e0; /* Warna lingkaran saat hover */
}
.icon-circle-footer:hover {
	background-color: var(--bg-primary);
}

/* hero */
#hero {
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	background-image: url("../images/hero-background.webp");
}
/* update */
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	background-color: #c8ba37;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	z-index: 1000;
}

.ui-autocomplete {
	position: absolute;
	cursor: default;
}

.ui-autocomplete {
	display: none;
	width: 305px;
	background: #fff;
}
/* end update */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
	position: relative;
	padding-top: 160px;
	padding-bottom: 40px;
}

.hero-tagline h1 {
	color: #fff;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 50.74px;
}

.hero-tagline p {
	color: #fff;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 18px;
}

.hero-card-1 {
	background-color: rgba(232, 232, 232, 0.75);
	border-radius: 10px;
	padding: 20px 10px;
}

.hero-card-2 {
	background-color: rgba(254, 209, 4, 0.6);
	border-radius: 10px;
	padding: 20px 10px;
}
.hero-card-1 h5,
.hero-card-2 h5 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 15px;
}

/* footer */
#footer {
	background-color: #1d1d1d;
	padding-top: 100px;
}
.ratio {
	--bs-aspect-ratio: 30%;
}

.footer-content {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 20px;
}

.footer-content h6 {
	font-size: 18;
}

/* about us  */

.title {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 28px;
	position: relative;
	padding-bottom: 10px; /* Menambah ruang untuk pseudo-element */
	display: inline-block;
}
.title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px; /* Sesuaikan tinggi "border" */
	background-image: linear-gradient(
		255.21deg,
		#ffaf12 7.87%,
		#fed104 36.2%,
		#ffaf12 49.42%,
		#855e11 87.56%
	);
	border-radius: 5px; /* Membuat rounded */
}

.subjudul {
	font-family: "Amiri", serif;
	font-weight: 800;
	font-size: 28px;
}

.abaout-content p {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
}

.abaout-content a {
	font-family: "Amiri", serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}

/* testimoni */

#testimoni {
	padding: 50px 0;
}
.testimoni-content h1 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 20px;
}

.my-card {
	padding: 20px;
	border-radius: 10px;
}
.mySwiper .swiper-slide-active .my-card {
	background-color: var(--bg-secondary);
	color: #fff;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.card-testi-content h2 {
	font-family: "Montserrat", serif;
	font-weight: 700;
	font-size: 13px;
}

/* contain */
.title2 {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 32px;
}
.detail-content h1 {
	font-family: "Amiri", serif;
	font-weight: 900;
	font-size: 24px;
}

.detail-content h2 {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 16px;
}

.detail-content p {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
}

.card-populer h5 {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 15px;
}
.card-populer p {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 10px;
}

/* .subtitle {
	font-family: "Amiri", serif;
	font-weight: 900;
	font-size: 36px;
} */

.client p {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 22px;
}

.card-promo {
	border-radius: 20px;
	transition: opacity 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
.card-promo:hover {
	border: 1px solid #000;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.card-promo h5 {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 20px;
}
.card-promo h1 {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 52px;
}
.card-promo ul li {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 12px;
	list-style-type: none;
}

/* .manajemen h4 {
	font-family: "Signika", serif;
	font-weight: 700;
	font-size: 40px;
} */

.manajemen h5 {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
}
/* card manajemen */
.card-manajemen .card-img {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.card-manajemen .card-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	object-fit: cover;
	object-position: left;
	transition: transform 0.3s ease;
}
.card-manajemen:hover .card-img img {
	transform: scale(1.1);
}
.card-manajemen h5 {
	font-family: "Montserrat", serif;
	font-weight: 700;
	font-size: 15px;
}
.card-manajemen h4 {
	font-family: "Montserrat", serif;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	padding: 2px 5px;
}
.Swipermanajemen .swiper-slide-active .card-manajemen {
	background-color: var(--bg-primary);
	border: none;
}
.Swipermanajemen .card-manajemen .star {
	background-color: var(--bg-primary);
}
.Swipermanajemen .swiper-slide-active .card-manajemen .star {
	background-color: #fff;
}

.Swipermanajemen .swiper-slide-active .card-manajemen .btn-outline-dark {
	background-color: #fff;
	border: none;
}
.Swipermanajemen .swiper-slide-active .card-manajemen .btn-outline-dark:hover {
	color: #fff;
	background-color: #000;
}

/* rental */
.swiperRental .swiper-slide-next .card-manajemen {
	background-color: var(--bg-primary);
	border: none;
}
.swiperRental .swiper-slide-next .star {
	background-color: #fff;
}
.swiperRental .swiper-slide-active .star {
	background-color: var(--bg-primary);
}
.swiperRental .swiper-slide-next .btn-outline-dark {
	background-color: #fff;
	border: none;
}
.swiperRental .swiper-slide-next .card-manajemen .btn-outline-dark:hover {
	color: #fff;
	background-color: #000;
}

#manajemen {
	margin: 30px 0;
}

.card-text {
	text-align: justify;
}

.manajemen h6 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 18px;
}
.manajemen-content p {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 12px;
}

.timeline {
	position: relative;
	padding-left: 40px;
	/* border-left: 3px solid #ffbe00; */
}
.timeline::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -3px; /* posisi garis */
	width: 3px;
	height: 80%; /* buat tinggi garis mengikuti item */
	background-color: var(--bg-primary);
}
.timeline-icon {
	position: absolute;
	left: -25px;
	background-color: rgb(255, 255, 255);
	color: #ffbe00;
	border-radius: 50%;
	padding: 8px;
	font-size: 1.5rem;
	max-width: 60px;
}
.timeline-icon img {
	width: 100%;
}
.timeline-item h5 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
}
.timeline-item p {
	font-family: "Inter";
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
}

/* budaya */
.card-budaya {
	border-radius: 15px;
	padding: 15px;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

.wr-1 {
	background-color: var(--bg-primary);
}

.wr-1::after {
	background-color: var(--bg-secondary);
	color: #fff;
}

.wr-2 {
	background-color: var(--bg-secondary);
	color: #fff;
}

.wr-2::after {
	background-color: var(--bg-primary);
	color: #000;
}

.card-budaya::after {
	content: attr(data-content);
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #fff;
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 36px;
}

.card-budaya h6 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 13px;
}

.image-container {
	position: relative;
	margin-top: 50px;
}
.image-container h1 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
}

.image-container a {
	font-family: "Amiri", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}
.image-wrapper {
	position: relative;
	display: inline-block;
}

.image {
	height: auto; /* Menjaga proporsi gambar */
	position: absolute;
}
.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.3s;
}

.icon-circle-visi {
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 100%; /* Sesuaikan ukuran lingkaran */
	aspect-ratio: 1 / 1;
	background-color: var(--bg-primary); /* Warna latar belakang lingkaran */
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: var(--bg-primary); /* Warna ikon */
	transition: background-color 0.3s; /* Transisi warna */
	margin: 0 3px;
}
.icon-circle-kami {
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 70px; /* Lebar lingkaran */
	height: 70px; /* Tinggi lingkaran */
	background-color: var(--bg-primary); /* Warna latar belakang lingkaran */
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: var(--bg-primary); /* Warna ikon */
	transition: background-color 0.3s; /* Transisi warna */
	margin: 5px 3px;
}
/* .card-vismis {
	height: 200px;
} */

.contact i {
	font-family: "Amiri", serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.contact .icon {
	text-align: center;
	font-size: 50px;
	line-height: 0;
}

.form-card {
	background-color: #e8e8e8;
	border: none;
	padding: 70px;
}

.form-card h4 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
}

.card-adakami {
	background-size: cover;
	background-position: center;
	height: 600px;
	position: relative;
}

.adakami-content {
	color: #fff;
}

.adakami-content h4 {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
}

.adakami-content p {
	font-family: "Amiri", serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 17px;
}
.adakami-content h6 {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 30px;
}
.mobil-kuning {
	bottom: 28px;
	right: -70px;
	width: 60%;
}

.container-img .overlay3 {
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 30%;
	background: rgba(0, 0, 0, 0.5); /* Warna overlay semi-transparan */
	opacity: 0;
	transition: opacity 0.3s ease;
}

.container-img:hover .overlay3 {
	opacity: 1; /* Munculkan overlay saat di-hover */
}

.overlay p {
	margin: 0;
	font-size: 1.5rem;
	color: #fff; /* Warna teks overlay */
	text-align: center;
}

.card-about {
	padding-top: 180px;
}
.container-img {
	position: relative !important;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.container-img2 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.container-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
/* button sweeper */
.custom-swiper-button {
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 45px; /* Lebar lingkaran */
	height: 45px; /* Tinggi lingkaran */
	background-color: #fff; /* Warna latar belakang lingkaran */
	border: 3px solid #000;
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: var(--bg-primary); /* Warna ikon */
	transition: background-color 0.3s;
	margin: 0 3px;
}
.custom-swiper-button i {
	font-size: 30px;
	line-height: 0;
	color: #000;
}

.custom-swiper-button:hover {
	background-color: #000;
	color: #fff;
}
.custom-swiper-button:hover i {
	color: #fff;
}

/* custom scrollbar */

.custom-scrollbar {
	margin-top: 10px;
	background: rgb(230, 230, 230);
	height: 10px;
	width: 150px;
	border-radius: 50px;
}

.swiperAbout,
.swiperGalerry,
.swiperBerita {
	--swiper-scrollbar-drag-bg-color: var(--bg-primary);
}

.swiper-button-next,
.swiper-button-prev {
	--swiper-navigation-size: 20px;
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 0px;
	--swiper-navigation-color: #000;
	background-color: var(--bg-primary);
	border-radius: 50px;
	padding: 15px;
}
.ketentuan ul {
	padding: 0;
}

.ketentuan ul li::before {
	content: "\f00c"; /* Unicode untuk ikon centang di FontAwesome */
	font-family: "FontAwesome";
	display: inline-flex; /* Menggunakan flex untuk sentralisasi */
	justify-content: center; /* Mengatur konten di tengah */
	align-items: center; /* Mengatur konten di tengah */
	width: 25px; /* Lebar lingkaran */
	height: 25px; /* Tinggi lingkaran */
	background-color: #d7fade; /* Warna latar belakang lingkaran */
	border-radius: 50%; /* Membuat lingkaran */
	text-decoration: none; /* Menghilangkan garis bawah */
	color: #019822;
	transition: background-color 0.3s;
	margin: 0 3px;
	margin-bottom: 10px;
}

.tarif {
	margin-top: -31px;
}

/* size hp */
@media (max-width: 575.98px) {
	.navbar-utama {
		display: none;
	}

	.navbar-scroll {
		display: block;
		transform: translateY(0);
	}

	.nav-link-2 {
		margin-bottom: 5px;
	}

	.nav-link-2.active,
	.nav-link-2:hover {
		border-bottom: none;
	}

	.navbar-brand img {
		width: 100px; /* Ukuran logo lebih kecil */
	}
	/* hero */
	#hero {
		height: auto;
	}
	.hero-content {
		padding-top: 80px;
	}

	/* footer */
	.ratio {
		--bs-aspect-ratio: 100%;
	}

	.icon-circle-visi {
		width: 80px;
		height: 80px;
	}

	.form-card {
		padding: 5px;
	}
	.card-adakami {
		height: 700px;
	}
	.card-about {
		padding-top: 0;
	}
	.swiperRental .swiper-slide-active .card-manajemen {
		background-color: var(--bg-primary);
		border: none;
	}
	.swiperRental .swiper-slide-active .star {
		background-color: #fff;
	}
	.swiperRental .swiper-slide-next .star {
		background-color: var(--bg-primary);
	}
	.swiperRental .swiper-slide-active .btn-outline-dark {
		background-color: #fff;
		border: none;
	}
	.swiperRental .swiper-slide-active .card-manajemen .btn-outline-dark:hover {
		color: #fff;
		background-color: #000;
	}
	.about-us-page {
		padding-top: 60px;
	}
	.about-us-container {
		height: fit-content;
		padding-top: 100px;
	}
	.tarif {
		margin-top: 5px;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.navbar-utama {
		display: none;
	}

	.navbar-scroll {
		display: block;
		transform: translateY(0);
	}

	.nav-link-2 {
		margin-bottom: 5px;
	}

	.nav-link-2.active,
	.nav-link-2:hover {
		border-bottom: none;
	}

	.navbar-brand img {
		width: 100px; /* Ukuran logo lebih kecil */
	}
	.card-about {
		padding-top: 0;
	}
	.card-adakami {
		height: 600px;
	}
	.swiperRental .swiper-slide-active .card-manajemen {
		background-color: var(--bg-primary);
		border: none;
	}
	.swiperRental .swiper-slide-active .star {
		background-color: #fff;
	}
	.swiperRental .swiper-slide-next .star {
		background-color: var(--bg-primary);
	}
	.swiperRental .swiper-slide-active .btn-outline-dark {
		background-color: #fff;
		border: none;
	}
	.swiperRental .swiper-slide-active .card-manajemen .btn-outline-dark:hover {
		color: #fff;
		background-color: #000;
	}
	.tarif {
		margin-top: -10px;
	}
}
@media (min-width: 1047px) and (max-width: 1366px) {
	.navbar-utama {
		height: 160px;
	}
}
@media (min-width: 1367px) and (max-width: 1525px) {
	.navbar-utama {
		height: 175px;
	}
}
@media (min-width: 1523px) and (max-width: 1710px) {
	.navbar-utama {
		height: 195px;
	}
	.card-about {
		padding-top: 257px;
	}
}
@media (min-width: 1711px) and (max-width: 1960px) {
	.navbar-utama {
		height: 225px;
	}
}
@media (min-width: 1960px) and (max-width: 2280px) {
	.navbar-utama {
		height: 257px;
	}
	.card-about {
		padding-top: 310px;
	}
}
@media (min-width: 2281px) {
	.navbar-utama {
		height: 362px;
	}
	.card-about {
		padding-top: 337px;
	}
}
