/* Background Image */
.section-background1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-background1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../images/lain-lain/background-keunggulan.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.07;
}

.same-size {
  width: 100%;
  height: 300px;
  /* Sesuaikan tinggi */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .same-size {
    height: 200px;
  }
}

.product-image-slider .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.product-image-thumb .swiper-slide img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* Welcome Text */
.custom-border {
  position: relative;
  margin-bottom: 20px;
}

.custom-border::before {
  content: '';
  position: absolute;
  bottom: -10px;
  /* Jarak dari bawah */
  left: -10px;
  /* Jarak dari kiri */
  width: calc(100% + 10px);
  /* Menambah lebar agar border sesuai kontainer */
  height: calc(100% + 10px);
  /* Menambah tinggi agar border sesuai kontainer */
  border-left: 5px solid #5A2210;
  border-bottom: 5px solid #5A2210;
  /*border-radius: 8px;*/
  border-radius: 8px 8px 8px 16px;
  /* Kiri atas: 10px, Kanan atas: 20px, Kanan bawah: 30px, Kiri bawah: 40px */
}

@media (max-width: 600px) {
  .fs-30px {
    font-size: 22px;
  }
}

@media (max-width: 333px) {
  header .navbar [class*=col-] {
    padding: 0 0px !important;
  }
}

/* CKE Editor*/
.description-list a {
  color: var(--main-color);
}

.description-list ul li {
  list-style: initial;
}

/* Artikel */
.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Floating action Buttton */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/* Button Float */
.float:hover {
  color: #FFF;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

/* Paket Wisata */

.packages .button-left a:hover {
  background: var(--bs-secondary);
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: 1px solid var(--bs-secondary);
}

.packages .button-right a:hover {
  background: var(--bs-secondary);
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border: 1px solid var(--bs-secondary);
}

.packages .packages-item:hover {
  box-shadow: 0 0 50px rgba(234, 0, 30, .3);
  border-radius: 10px !important;
}

.packages .packages-item:hover .packages-img img {
  transform: scale(1.2);
  transition: 0.5s;
}

/* Kontak Kami */
.overlay-contact-us {
  background-image: linear-gradient(to right, rgb(61 61 61 / 90%), rgb(9 11 39 / 90%));
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding: 110px 0;
}

.section-bg {
  background-size: cover;
  position: relative;
  background-position: left;
  z-index: 0;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}

.contact-form {
  position: relative;
  padding: 45px 0 45px 60px;
}

.contact-form:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 10px 40px 40px rgba(0, 0, 0, .2);
  pointer-events: none;
  right: auto;
  width: 100vw;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact-form input {
  border: 0;
  background: transparent;

  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, .1);
}

.contact-form textarea {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;

  background-color: transparent;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid transparent;
  border-bottom-color: rgba(0, 0, 0, .1);
}

.contact-form input::placeholder {
  color: #222;
}

.contact-form textarea::placeholder {
  color: #222;

}

.contact-form input {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
}

.contact-form input:hover,
.contact-form input:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: rgb(254, 132, 111);

}

.contact-form textarea:hover,
.contact-form textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom-color: rgb(254, 132, 111);

}


.taso-btn {
  background-color: #fff;
  margin: 25px 0;
  color: #214dcb;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.32);
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.17);
}

.contact-info {
  padding: 0 30px 0px 0;
}

h2.contact-title {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.contact-info p {
  color: #ececec;
}

ul.contact-info {
  margin-top: 30px;
}

ul.contact-info li {
  margin-bottom: 22px;
}



ul.contact-info span {
  font-size: 20px;
  line-height: 26px;
}

ul.contact-info li {
  display: flex;
  width: 100%;
}

.info-left {
  /* width: 10%; */
  margin-right: 10px;
}

.info-left i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #ffffff;
}

.info-right h4 {
  color: #fff;
  font-size: 18px;
}

.contact-page .info-left i {
  color: #FE846F;
}

.btn-contact {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  padding: 10px 30px 10px;
  font-size: 17px;
  line-height: 28px;
  border: 0px;
  border-radius: 10px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-big {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.47843137254901963);
  box-shadow: 2px 5px 10px 0px rgba(45, 45, 45, 0.19);
  color: #fff !important;
  margin-right: 20px;
  background: #FE846F;
  transition: .2s;
  border: 2px solid #FE846F;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 30px;
  }

  .contact-form:before {
    width: 100%;
  }

}

/* Harga Rental Mobil */
@media (max-width: 410px) {
  .categories .categories-content h5 {
    font-size: 16px !important;
  }
}
