.bg-abu {
  background-color: #212121;
}

.navbar {
  /* Dibutuhkan untuk elemen absolute di dalamnya */
  width: 100%; /* Pastikan lebar 100% */
}

.logo-navbar {
  position: absolute; /* Posisi absolut untuk bebas diatur */
  top: 10%; /* Tempatkan di tengah vertikal */
  /* transform: translateY(-50%); Sesuaikan agar benar-benar di tengah */
  left: 45%; /* Jarak dari kiri navbar */
  z-index: 10; /* Pastikan berada di atas elemen lainnya */
}
.logo-navbar img {
  width: 15vw;
  /* height: 20vh; */
}

/* Styling untuk carousel */
.carousel {
  margin-top: 70px;
}
.carousel-item {
  height: 100vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  animation: slideInLeft 1s ease forwards;
}

/* Animasi melayang dari kiri */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.carousel-caption h1 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #fff;
}

.carousel-caption .btn {
  margin-top: 20px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.why span {
  font-size: 50px;
  color: #ff5e14;
}

.kunjung img {
  width: 50vh;
}

.btn-outline-orange {
  color: #ff5722; /* Ubah warna teks */
  border-color: #ff5722; /* Ubah warna border */
  border-width: 2px; /* Ubah ketebalan border */
  font-weight: bold; /* Membuat teks lebih tebal */
}

.btn-outline-orange:hover {
  background-color: #ff5722; /* Warna background saat hover */
  color: #fff; /* Warna teks saat hover */
}

/* footer */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  margin-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget iframe {
  border-radius: 5%;
}
.map {
  width: 100%;
  height: 20em;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.cta-text a:hover,
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.cta-text a,
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* HALAMAN KATALOG */
.katalog {
  margin-top: 70px;
}

/* HALAMAN PRODUK */
.preview {
  cursor: pointer;
  transition: transform 0.3s;
}

.preview:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
