@font-face {
  font-family: "IvyEpic";
  src: url("../font/IvyEpic_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Grenadine MVB";
  src: url("../font/Grenadine_MVB_Reg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Grenadine MVB";
  src: url("../font/Grenadine_MVB_Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}

.wizard-container {
  width: 960px;
}

.information-footer-calendar {
  align-items: start;
  gap: 12px;
  display: flex;
  flex-direction: row;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.wizard-buttons {
  margin-top: 20px;
  text-align: right;
}

.wizard-buttons button {
  margin-left: 10px;
}

.booking-title {
  font-family: 'Grenadine MVB';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #00205B;
}

.booking-subtitle {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #4D4D4D;
  padding-top: 6px;
}

.step-active {
  font-family: 'IvyEpic';
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #0033A0;
}

.step-inactive {
  font-family: 'IvyEpic';
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #A0ACB4;
}

.text-contact-cs {
  font-family: 'IvyEpic';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #38A81C;
}

.booking-container-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  width: 960px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding-top: 24px;
  margin-top: 24px;
}

.venue-booking-form {
  box-shadow: none;
  border-radius: 0;
}

.booking-form-heading {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #2F2F2F;
}

.booking-heading-description {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #2F2F2F;
}

.booking-form-section {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #2F2F2F;
  padding-top: 32px;
}

.booking-form-section-sub {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #2F2F2F;
  padding-top: 16px;;
}

.booking-form-summary {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  flex: none;
  order: 5;
  align-self: stretch;
  flex-grow: 0;
}

.booking-container-lihat-rincian {
  padding-top: 8px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.booking-button-lihat-rincian {
  padding: 8px 24px;
  background: #00B5E2;
  border-radius: 8px;
}

.booking-button-lihat-rincian-label {
  font-weight: 600;
  font-family: "ivyEpic";
  color: #FFFFFF;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.booking-payment-heading {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #0033A0;
}

.booking-item-name {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #2F2F2F;
  padding-top: 8px;
}

.booking-item-feature {
  font-family: 'IvyEpic';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #6D7D88;
  padding-top: 4px;
}

.booking-payment-pembayaran {
  font-family: 'ivyEpic';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #2F2F2F;
}

.permintaan-khusus-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 9px 1px;
  gap: 11px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.width-responsive {
  width: 360px;
}

.only-desktop {
  display: flex;
}

.only-mobile {
  display: none;
}

.booking-step-divider {
  width: 68px;
  height: 2px;
  padding-right: 8px;
}

.booking-step-font {
  font-size: 14px;
}


@media (max-width: 769px) {
  .booking-title {
    /* font-family: 'Grenadine MVB'; */
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.4px;
    color: #00205B;
  }

  .booking-container-form {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    padding-top: 24px;
    margin-top: 24px;
  }

  .wizard-container {
    width: 100%;
  }

  .information-footer-calendar {
    align-items: start;
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  .width-responsive {
    width: 100%;
  }

  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: flex;
  }

  .booking-step-divider {
    width: 12px;
    height: 2px;
    padding-right: 8px;
  }

  .booking-step-font {
    font-size: 10px;
  }

  .booking-mobile-total {
    font-family: 'ivyEpic';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.4px;
    color: #F8485E;
  }

  .booking-mobile-total-caption {
    font-family: 'ivyEpic';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.4px;
    color: #6D7D88;
  }

  @media screen and (max-width: 479px) {
    .wizard-container {
      width: 100%;
    }

    .information-footer-calendar {
      align-items: start;
      gap: 12px;
      display: flex;
      flex-direction: column;
    }
  }

  @media screen and (max-width: 375px) {
    .wizard-container {
      width: 100%;
    }
  }
}

@media (max-width: 375px) {
  .booking-step-font {
    font-size: 7px;
  }
}

#permintaanKhususModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-height: 800px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

#venueBookModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  max-height: 800px;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
