*,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  font-size: 14px;
  font-family: "Fira Sans", serif;
  background: #f5f5f5;
  line-height: 1.8em;
  transition: 0.5s;
}

header.page-header {
  background: #053b50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8em 0;
}

header.main-header {
  position: relative;
  height: 100px;
}

header.main-header::before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #053b50;
  height: 300px;
  width: 100%;
  content: "";
}

aside {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 73%;
  border-radius: 5px;
  border-left: 5px solid #f2be22;
  padding: 5px 20px;
  z-index: 9999;
}

aside nav ul {
  display: flex;
}

aside nav ul li a {
  display: block;
  padding: 20px 10px;
  color: #053b50;
  font-size: 16px;
  font-weight: 500;
}

.list-none {
  list-style-type: none;
}

.form-search {
  background: #fff;
  border-radius: 50px;
  display: flex;
  padding: 10px;
  gap: 10px;
}

.form-search input {
  width: 100%;
  padding: 11px;
  border: none;
  border-right: 1px dashed #ddd;
}

.form-search input:focus {
  outline: none;
}

.form-search button {
  background: #f2be22;
  padding: 11px 30px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}

.form-search button:active {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  background: #053b50;
  color: white;
}

.logo img {
  width: 50px;
}

.date {
  position: relative;
  width: 100%;
}

.tanggal,
.list-kota {
  position: absolute;
  left: 0;
  width: auto;
  z-index: 999;
  background-color: #fff;
  border-radius: 5px;
  display: none;
}

.tanggal-xl {
  width: 100% !important;
}

.tanggal-xl table {
  width: 100% !important;
}

.list-kota li {
  border-bottom: 1px dashed #ddd;
  color: #444;
  text-align: left;
}

.list-kota li a {
  padding: 8px 0;
  color: #444;
  font-weight: 500;
  width: 100%;
  text-align: left;
  display: block;
}

.list-kota li a div {
  margin-left: 5px;
  display: flex;
  gap: 2px;
}

.list-kota li a div span {
  display: block;
  background: #053b50;
  color: white;
  padding: 0px 5px;
  border-radius: 4px;
  font-size: 11px;
}

.list-kota ul {
  padding: 15px;
}

.list-kota.list-kota-xl {
  width: 300px !important;
}

.first-list {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 20px;
  padding: 15px;
}

.first-list input {
  width: 100%;
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.tanggal {
  padding: 15px;
  min-width: 250px;
}

.tanggal table {
  border: 1px solid #ddd;
  background: #fff;
}

.tanggal table tr td {
  border: 1px solid #ddd;
  color: #444;
  border: 1px solid #ddd;
}

.tanggal table tr th {
  padding: 5px;
  border: 1px solid #ddd;
  color: #444;
  border: 1px solid #ddd;
}

table.default {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
}

table.default tr td {
  border: 1px solid #ddd;
  color: #444;
  border: 1px solid #ddd;
  padding: 10px;
}

table.default tr th {
  padding: 10px;
  border: 1px solid #ddd;
  color: #444;
  border: 1px solid #ddd;
}

.tanggal input {
  display: none;
}

.tanggal label {
  color: #444;
  padding: 5px;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.tanggal input:checked+label {
  background: #006bff;
  color: white;
}

.booking-mobile {
  display: none;
}

.breadcrumbs,
.breadcrumbs li a {
  color: white;
}

.card-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  height: 230px;
  object-fit: cover;
}

.card-body h2 {
  font-size: 16px;
}

.price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}

.price a {
  display: block;
  padding: 5px 10px;
  background: #053b50;
  border-radius: 3px;
  color: white;
}

.star {
  color: #5e5e5e;
  font-size: 12px;
}

main {
  margin: 6em 0;
}

.list-kamar {
  margin-bottom: 30px;
}

.list-kamar label {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ddd;
}

.list-kamar li input:checked+label {
  border: 2px solid #006bff;
  color: #006bff;
}

.list-kamar li input {
  display: none;
}

.card-custom {
  border: 1px dashed #848484;
  background: #fff;
  border-radius: 5px;
}

.xbtn {
  border-radius: 4px;
  padding: 10px 30px;
  border: none !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

.xbtn-primary {
  background: #006bff;
  color: #000;
}

.xbtn-main {
  background: #053b50;
  color: #000;
}

.sticky {
  position: sticky;
  top: 8em;
}

.loader {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }

  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }

  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}

.loading-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000095;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-bar.show {
  display: flex;
}

.loading-body {
  background: #fff;
  padding: 40px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.form-input {
  position: relative;
}

.form-input label {
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.form-input textarea,
.form-input input {
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  transition: 0.5s;
}

.form-input textarea:focus,
.form-input input:focus {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

.header-list {
  background: #053b50;
  text-align: left;
  display: none;
  line-height: 15px;
  padding: 15px;
  gap: 10px;
}

.alerts-border {
  border: 4px #f2be22 solid;
  border-radius: 50px;
  animation: blink 1s;
  animation-iteration-count: 3;
}

.alerts-border-input {
  border-radius: 4px;
  animation: blink-orange 1s;
  animation-iteration-count: 3;
}

@keyframes blink {
  50% {
    border-color: #fff;
  }
}

@keyframes blink-orange {
  50% {
    border-color: #f22230;
  }
}

footer {
  border-top: 1px solid #ddd;
  padding: 6em 0 2em 0;
  background: #fff;
}

footer img {
  width: 40px;
}

footer h5 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.card-hide {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

.card-hide.show {
  height: 800px;
}

.list-detail-img {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style-type: none;
  gap: 10px;
}

.list-detail-img input {
  display: none;
}

.list-detail-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.list-detail-img label {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.list-detail-img input:checked+label {
  border: 1px solid #16423c;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

footer .sosmed {
  display: flex;
  gap: 10px;
  list-style-type: none;
}

footer .sosmed li a {
  font-size: 30px;
  color: #000;
}

.bank {
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  border: 1px dashed #ddd;
  margin-bottom: 30px;
  background: #006aff1a;
}

.bank h4 {
  font-size: 18px;
}

.copy-text {
  position: relative;
  display: inline-flex;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.copy-text input.text {
  padding: 7px 0;
  font-size: 28px;
  color: #555;
  border: none;
  outline: none;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}

.copy-text button {
  padding: 10px;
  background: #5784f5;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}

.copy-text button:active {
  background: #809ce2;
}

.copy-text button::before {
  content: "Copied";
  position: absolute;
  top: -45px;
  right: 0px;
  background: #5c81dc;
  padding: 8px 10px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}

.copy-text button::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 25px;
  width: 10px;
  height: 10px;
  background: #5c81dc;
  transform: rotate(45deg);
  display: none;
}

.copy-text.active button::before,
.copy-text.active button::after {
  display: block;
}

.list-kota-event {
  display: grid !important;
  grid-template-columns: auto auto auto;
}

.list-kota-event span {
  font-size: 10px !important;
  width: auto !important;
}
.loading-info{
    position:relative;
    border-radius: 10px;
    padding: 20px;
    background: #FFF;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
}
.close-info{
    position:absolute;
    right:10px;
    top:10px;
    font-size:24px;
}
@media only screen and (max-width: 768px) {
.loading-info{
    width: 80%;
    
}

  .w-25 {
    width: 100% !important;
  }

  .copy-text input.text {
    font-size: 20px;
  }

  .alerts-border {
    border-radius: 15px;
  }

  .bank h4 {
    font-size: 14px;
  }

  .header-list {
    display: flex;
  }

  .list-kota {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
  }

  .first-list input {
    border: 1px solid #ddd !important;
  }

  .list-kota.list-kota-xl {
    width: 100% !important;
  }

  .position-relative {
    position: static !important;
  }

  .w-50 {
    width: 100% !important;
  }

  .booking-mobile {
    position: fixed;
    left: 0;
    background: #fff;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: block;
    z-index: 999999;
  }

  .mobile-hide {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  .mobile-hide.show {
    height: 150px;
  }

  .detail h2 {
    font-size: 18px;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .date {
    position: static;
    width: 100%;
  }

  .tanggal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    padding: 15px;
    border-radius: 0;
  }

  .date img {
    width: 40% !important;
  }

  .tanggal table {
    width: 100%;
  }

  .logo img {
    width: 30px;
  }

  aside {
    padding: 15px;
    width: 90%;
  }

  nav {
    overflow: hidden;
    height: 0;
  }

  nav.show {
    height: auto;
  }

  aside nav ul {
    display: block;
    margin-top: 10px;
  }

  aside nav ul li a {
    padding: 5px;
    font-size: 14px;
  }

  header {
    height: 68vh;
  }

  header h1 {
    font-size: 30px;
  }

  header p.lead {
    font-size: 14px;
  }

  .form-search {
    flex-direction: column;
    border-radius: 10px;
  }

  .form-search input {
    border-right: 0;
    border-bottom: 1px dashed #ddd;
  }

  .card-hide.show {
    height: 900px;
  }

  .list-detail-img img {
    width: 100px;
    height: 60px;
    object-fit: cover;
  }
}

