body {
  font-family: 'Milliard';
}
.header-img-logo {
  padding-top: 20px;
  padding-bottom: 14px;
  height: 65px;
}

form {
  font-family: 'Milliard';
  color: #555;
  display: flex;
  padding: 2px;
  border: 1px solid currentColor;
  border-radius: 50px;
}

input[type='search'] {
  font-family: 'Milliard';
  border: none;
  background: transparent;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border-radius: 20px;
}

button[type='submit'] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
  no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

input[type='search']::placeholder {
  color: #bbb;
}

img.rounded-corners {
  border-radius: 10px;
}

a {
  text-decoration: none;
}

.img-ticket {
  padding: 10px;
}
.title-ticket-main {
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 51px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
.desc-ticket-main {
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.title-ticket {
  font-family: 'Milliard';
  font-style: normal;
  line-height: 32px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 32px;
}
.title-ticket-list {
  font-family: 'Milliard';
  font-style: normal;
  line-height: 38px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 25px;
}
.desc-ticket {
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
}
.idr-ticket {
  font-family: 'Milliard';
  font-style: normal;
  line-height: 1.5;
  padding-top: 10px;
  font-weight: 500;
  font-size: 25px;
}

.logo-footer {
  text-align: left;
}

a.back-to-top i {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  font-size: 14px;
}

.copyright-ticket {
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.2em;
  text-align: right;
  bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-ticket {
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.2em;
  text-align: left;
}

.ticket-button {
  font-family: 'Milliard';
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  gap: 10px;
  width: 233px;
  height: 58px;
  border: 1px solid #0e1a30;
  border-radius: 50px;

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0e1a30;
}

.banner-section {
  padding-top: 70px;
}

.btn-buy-position {
  top: 130px;
  left: 50%;
}

.text-banner-position {
  top: 45%;
  position: relative;
  left: 10%;
  width: 80%;
  text-align: center;
  font-family: 'Milliard';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: #ffffff;

  text-shadow: 7px 7px 14px rgba(0, 0, 0, 0.3);
}

.btn-banner {
  padding: 10px 42px 10px 42px;
  gap: 10px;
  color: #ffffff;
  position: absolute;
  font-size: 18px;
  height: 58px;
  background: linear-gradient(272.86deg, #5c76fe -26.28%, #fb80fc 103.8%);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.detail-section {
  padding-top: 120px;
  margin-bottom: 100px;
}

.bg-ticketlist {
  padding-top: 40px;
  background-repeat: no-repeat, repeat;
  background-color: var(--bg-gray);
  background-position: top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .copyright-ticket {
    text-align: center;
  }
  .contact-ticket {
    text-align: center;
  }
  .logo-footer {
    text-align: center;
  }

  .title-ticket-main {
    font-size: 30px;
  }

  .header-img-logo {
    padding-top: 14px;
    height: 50px;
  }
  .banner-section {
    padding-top: 60px;
  }

  .btn-buy-position {
    top: 150px;
    left: 50%;
  }

  .btn-banner {
    height: 38px;
    width: 280px;
    padding: 20px 30px;
    font-size: 14px;
  }
  .title-ticket {
    font-size: 35px;
  }

  .title-ticket-list {
    font-size: 20px;
  }

  .idr-ticket {
    font-size: 18px;
  }

  .detail-section {
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .text-banner-position {
    position: relative;
    font-size: 38px;
  }
}