/**************************************
	 This is custom css.
***************************************/

.card-banner {
  background: rgba(18, 18, 18, 0.35);
  padding: 54px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

.card-banner h3 {
  color: #fff;
  font-size: 72px;
}

.thumb.custom {
  position: relative;
}

.custom .content {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.custom .content h5 {
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.card-start {
  background-image: url("../img/bg-start.png");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  height: 100%;
}

.card-start h2 {
  font-size: 42px;
  font-weight: bold;
}

.bg_shop {
  background-image: url("../img/bg/bg-shop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-monthly-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.sec-monthly-desc h3 {
  color: #272dd8;
  font-family: Helvetica;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.sec-price-monthly-desc .desc {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sec-price-monthly-desc .price {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec-monthly-desc .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  background-color: #272dd8;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 99px;
}

.title-desc-monthly-subscription {
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sec-desc-monthly-subscription {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

.content-desc-monthly-subscription .title {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.content-desc-monthly-subscription .desc {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.w-fit {
  width: fit-content;
}

.title-suprise-accessory {
  color: #272dd8;
  text-align: center;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.row-suprise-accessory p {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

.costumer-information {
  display: flex;
  width: 236px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.costumer-information .email-text {
  color: #272dd8;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.costumer-information p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Menghilangkan tampilan default radio button */
.form-check-input[type="radio"] {
  appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #007bff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}

/* Background biru dan border saat dipilih */
.form-check-input[type="radio"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

/* Menghilangkan lingkaran putih default */
.form-check-input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007bff;
  border-radius: 50%;
  top: 0;
  left: 0;
}

/* Menambahkan tanda centang saat radio button dipilih */
.form-check-input[type="radio"]:checked::after {
  content: "\2713"; /* Unicode untuk tanda centang */
  color: white;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 4px;
  font-size: 1em;
}

.sec-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
}

.sec-check-start {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 8px;
  padding: 12px 20px;
}

.sec-check p {
  margin: 0;
}

.card-payment {
  border-radius: 24px;
  border: 1px solid #000;
  width: 100%;
}

.sec-icon-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.icon-payment {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: fit-content;
  padding-right: 20px;
}

.divider {
  border: 1px solid #bdbdbd;
  width: 100%;
}

.input-payment {
  align-items: center;
  padding: 12px 54px;
}

.input-payment input {
  border: none !important;
  width: 100%;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.sec-payment {
  display: flex;
  height: 100%;
}

.sec-payment .content {
  max-height: 100vh; /* Membatasi tinggi maksimum sesuai viewport */
  overflow-y: auto; /* Menambahkan scrollbar vertikal */
  overflow-x: hidden;
}

.swal2-html-container {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swal2-title {
  color: #000;
  font-family: Helvetica;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-underline {
  text-decoration: underline;
}

.btn.btn-underline:hover {
  color: #272dd8 !important;
  text-decoration: underline;
}

.btn-underline-large {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-underline-large {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title-faq {
  color: #000;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.title-page-text {
  text-align: center;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 575.98px) {
  .card-banner h3 {
    color: #fff;
    font-size: 42px;
  }

  .card-start {
    aspect-ratio: 1/1;
  }

  .copy_text {
    text-align: center;
    margin-bottom: 14px;
  }

  .sec-icon-payment {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .icon-payment {
    padding: 12px 20px !important;
  }

  .input-payment {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px;
  }

  .sec-payment .content {
    max-height: fit-content; /* Membatasi tinggi maksimum sesuai viewport */
    overflow-y: visible; /* Menambahkan scrollbar vertikal */
    overflow-x: hidden;
  }

  .sec-monthly-desc h3 {
    color: #272dd8;
    font-family: Helvetica;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
  }

  .sec-price-monthly-desc .desc {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .sec-price-monthly-desc .price {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.btn-primary {
  background-color: #272dd8 !important;
  border-color: #272dd8 !important;
}
