* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Gotham;
  src: url(font/Gotham Narrow Black.otf);
}

@font-face {
  font-family: Poppins;
  src: url(font/Poppins-Regular.ttf);
}

body {
  font-family: "Gotham", sans-serif;
  color: #000;
}

section {
  overflow: hidden;
  position: relative;
}

small {
  color: black;
  font-size: 0.8rem;
  font-family: "Gotham", sans-serif;
}

p {
  font-size: 1.1rem;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  color: black;
  font-size: 1.25rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.row {
  display: flex;
  width: 100%;
}
.row .col-100 {
  width: 100%;
}
.row .col {
  width: 50%;
}
.row .col-1 {
  width: 8.33%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 24.99%;
}
.row .col-4 {
  width: 33.32%;
}
.row .col-5 {
  width: 41.65%;
}
.row .col-6 {
  width: 49.98%;
}
.row .col-7 {
  width: 58.31%;
}
.row .col-8 {
  width: 66.64%;
}
.row .col-9 {
  width: 74.97%;
}
.row .col-10 {
  width: 83.3%;
}
.row .col-11 {
  width: 91.63%;
}
.row .col-12 {
  width: 99.96%;
}

.font-primary {
  font-family: "Neo Sans", sans-serif;
}

.font-secondary {
  font-family: "Ephesis", cursive;
  color: #001858;
  margin-top: 5px;
}

.d-block {
  display: block;
  color: #001858;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.justify-between {
  justify-content: space-between;
}

.justify-arround {
  justify-content: space-around;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.italic {
  font-style: italic !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bold {
  font-weight: bold !important;
}

footer {
  position: relative;
}
footer img.logo {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.line-height-1 {
  line-height: 1;
}

.hide {
  display: none !important;
  transition: all 5ms ease-in-out;
}

.show {
  display: block !important;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1024;
  top: 0;
  left: 0;
}

.modal.show {
  display: block;
}

.modal.show body {
  overflow: hidden;
}

.modal .modal-content {
  width: 600px;
  max-height: 600px;
  margin: auto;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  transition: all 400ms ease;
  border-radius: 7px;
}

.modal .modal-content.modal-sm {
  width: 400px;
}

.modal .modal-content .body {
  position: relative;
  max-height: 600px;
  overflow-y: auto;
}

.modal .modal-content .close-modal {
  height: 40px;
  width: 40px;
  background-color: #b94239;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 99;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.animated-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-name: fadeInOut;
          animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes fadeInOut {
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut2 {}
@keyframes fadeInOut2 {}
.animated-image:nth-of-type(1) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(102, 103, 101, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 101, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(102, 103, 101, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(102, 103, 101, 0.4);
  }
}
@media (min-width: 320px) and (max-width: 480px) {

  .row .col {
    width: 100%;
    margin: auto;
  }

  .demo-top-notif {
    padding: 0 10px;
  }

  .modal-content {
    width: 90% !important;
  }

  .modal-content .body {
    position: relative;
    max-height: 600px !important;
    overflow-y: auto;
  }
}


textarea {
  white-space: pre-wrap !important;
}


.relative {
  position: relative;
}

section.bukutamu {
  text-align: center;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/daihatsu/background2.png');
  min-height: 650px;
  height: 100vh;
}
section.bukutamu .logo {
  display: block;
  margin-top: 20px;
  left: 0px;
  max-width: 15%;
  position: absolute;
}
section.bukutamu .logo2 {
  position: absolute;
  margin-top: 20px;
  right: 0px;
  max-width: 15%;
}
section.bukutamu .isi {
  width: 20%;
  margin: 0px auto;
  display: block;
}
section.bukutamu .isi2 {
  width: 50%;
  margin: 0px auto;
  display: block;
}
section.bukutamu .preview {
  border-radius: 10px;
  width: 20%;
  margin: 10px;
}
section.bukutamu .namatamu {
  margin: 0 auto 0 auto;
  height: 550px;
  display: block;
}
section.bukutamu .namatamu .verified{
  width: 200px;
  margin-top: 50px;
}
section.bukutamu .namatamu .inputqr{
  width: 40%;
  margin: 20px auto 10px auto
}
section.bukutamu .videoprev{
  margin: 20px auto 0 auto;
  border-radius: 10px;
  width: 185px;
}
section.bukutamu .namatamu h2{
  margin-top: 60px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
section.bukutamu .namatamu h3{
  color: #fff;
  margin-top: 20px
}
@media (min-width: 320px) and (max-width: 480px) {
  section.bukutamu .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.bukutamu .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.bukutamu .isi {
    width: 70%;
    margin: 30px auto 0px auto;
  }
  section.bukutamu .preview {
    width: 80%;
    height: 30%
  }
  section.bukutamu .namatamu {
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  section.bukutamu .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.bukutamu .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.bukutamu .isi {
    width: 50%;
    margin: 30px auto 0px auto;
  }
  section.bukutamu .preview {
    width: 80%;
    height: 30%
  }
  section.bukutamu .namatamu {
    margin-top: 10px;
  }
}

section.event, section.registrasi, section.qrcode, section.konfirmasi, section.ticket {
  background-image: url('img/daihatsu/background.png');
}

section.event {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
section.event .content {
  width: 90%;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
section.event .logo {
  margin-top: 20px;
  left: 0px;
  max-width: 15%;
  position: absolute;
}
section.event .logo2 {
  position: absolute;
  margin-top: 20px;
  right: 0px;
  max-width: 15%;
}
section.event .isi {
  width: 32%;
  margin: 20px auto;
  display: block;
}
section.event .isi2 {
  width: 19%;
  margin: 0px auto;
  display: block;
}
section.event .isi3 {
  width: 32%;
  margin: 0px auto 50px;
  display: block;
}
section.event .footer {
  width: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 320px) and (max-width: 480px) {
  section.event .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.event .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.event .isi {
    width: 90%;
    margin-top: 150px;
  }
  section.event .isi2 {
    width: 60%;
    margin: 10px auto 30px;
  }
  section.event .isi3 {
    width: 90%;
    margin: 30px auto 30px auto;
  }
  section.event .content {
    width: 100%;
    margin-top: 10px;
  }
  section.event .footer {
    width: 85%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  section.event .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.event .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.event .isi {
    width: 75%;
    margin-top: 80px;
  }
  section.event .isi2 {
    width: 50%;
    margin: 10px auto 30px;
  }
  section.event .isi3 {
    width: 85%;
    margin: 30px auto 30px auto;
  }
  section.event .content {
    width: 100%;
    margin-top: 10px;
  }
  section.event .footer {
    width: 85%;
  }
}

section.registrasi {
  text-align: center;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.registrasi .logo {
  margin-top: 20px;
  left: 0px;
  max-width: 15%;
  position: absolute;
}
section.registrasi .logo2 {
  position: absolute;
  margin-top: 20px;
  right: 0px;
  max-width: 15%;
}
section.registrasi .isi {
  width: 50%;
  margin: 30px auto;
  display: none;
}
section.registrasi .isi2 {
  width: 25%;
  margin: 0px auto;
  display: none;
}
section.registrasi .side1 {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  width: 15%;
}
section.registrasi .side2 {
  position: absolute;
  display: block;
  left: 20px;
  top: 30%;
  transform: translate(0,-50%);
  width: 15%;
}
section.registrasi .side3 {
  position: absolute;
  display: block;
  left: 20px;
  top: 60%;
  transform: translate(0,-50%);
  width: 15%;
}
section.registrasi .content {
  width: 60%;
  height: 100%;
  margin: 50px auto 10px auto;
  padding-top: 30px;
  background-color: #ffc902;
  border-radius: 40px;
  border: 4px solid #000;
}
section.registrasi .content h2 {
  color: #000;
  font-family: "Poppins",sans-serif;
  font-size: 2rem;
}
section.registrasi .content form {
  color: #fff;
  text-align: left;
  margin: 5px;
  width: 80%;
  display: inline-block;
}
section.registrasi .content .row{
  margin: 0 auto;
}
section.registrasi .content label {
  color: #000;
  font-size: 1rem;
}
section.registrasi .content form-check-label{
  color: #000;
  font-size: 1rem;
  font-family: roboto;
}
section.registrasi .content input {
  border-radius: 15px;
  border: 2px solid #000;
  font-family: "Poppins", sans-serif;
}
section.registrasi .content .custom-select {
  border-radius: 15px;
  border: 2px solid #000;
}
section.registrasi .content .inputd {
  border-radius: 15px;
  border : 2px solid #000;
}
section.registrasi .content  .justified {
  text-align: justify;
  font-size: 0.9rem;
}
.btn-submit {
  padding: 7px 30px;
  background-color: #2549f9;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #fff;
}
.btn-submit:disabled {
  background-color: #a0a0a0;
  cursor: not-allowed;
  opacity: 0.7;
}
.disabled {
  pointer-events: none;
  background-color: #f0f0f0;
}
.jarak {
  margin-top: 20px;
}
section.registrasi .footer {
  width: 35%;
  margin: 20px auto 0;
  display: block;
  position: sticky;
  bottom: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  section.registrasi .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.registrasi .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.registrasi .isi {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
  section.registrasi .isi2 {
    width: 40%;
    margin: 10px auto 10px;
    display: block;
  }
  section.registrasi .isi3 {
    width: 90%;
    margin: 30px auto 30px auto;
  }
  section.registrasi .side1 {
    display: none;
  }
  section.registrasi .side2 {
    display: none;
  }
  section.registrasi .side3 {
    display: none;
  }
  section.registrasi .content {
    width: 90%;
    margin-top: 10px;
  }
  section.registrasi .content:before {
    width: 90%;
    margin-top: 50px;
  }
  section.registrasi .content form {
    width: 90%;
  }
  section.registrasi .content .form2 {
    width: 90%;
  }
  section.registrasi .footer {
    width: 90%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  section.registrasi .logo {
    max-width: 30%;
    left: 0;
    margin-top: 20px;
  }
  section.registrasi .logo2 {
    max-width: 30%;
    right: 0;
    margin-top: 20px;
  }
  section.registrasi .isi {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
  section.registrasi .isi2 {
    width: 40%;
    margin: 10px auto 10px;
    display: block;
  }
  section.registrasi .isi3 {
    width: 90%;
    margin: 30px auto 30px auto;
  }
  section.registrasi .side1 {
    display: none;
  }
  section.registrasi .side2 {
    display: none;
  }
  section.registrasi .side3 {
    display: none;
  }
  section.registrasi .content {
    width: 90%;
    margin-top: 10px;
  }
  section.registrasi .content:before {
    width: 90%;
    margin-top: 50px;
  }
  section.registrasi .content form {
    width: 90%;
  }
  section.registrasi .content .form2 {
    width: 90%;
  }
  section.registrasi .footer {
    width: 90%;
  }
}
section.konfirmasi {
  text-align: center;
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.konfirmasi .logo {
  display: block;
  margin-top: 20px;
  left: 0px;
  max-width: 15%;
  position: absolute;
}
section.konfirmasi .logo2 {
  position: absolute;
  margin-top: 20px;
  right: 0px;
  max-width: 15%;
}
section.konfirmasi .content {
  width: 90%;
  margin: 0px auto;
  z-index: 2;
  padding: 30px 10px;
}
section.konfirmasi .isi {
  width: 28%;
  margin: 20px auto;
  display: block;
}
section.konfirmasi .isi2 {
  width: 13%;
  margin: 0px auto;
  display: block;
}
section.konfirmasi .content .thanks {
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 20px;
  border: 4px solid #000;
}
section.konfirmasi .thx {
  color: #000;
  padding: 20px 20px 10px;
}
section.konfirmasi .content h3 {
  color: #fff;
  margin-top: 70px;
}
section.konfirmasi p {
  color: #000;
  padding-top: 70px;
  padding-bottom: 10px;
}
section.konfirmasi b {
  font-size: 1.1rem; 
}
section.konfirmasi span {
  color: #3391ff;
  font-size: 1.1rem;
}
section.konfirmasi table {
  margin: 20px auto;
}
section.konfirmasi td {
  padding: 5px 10px;
  text-align: left;
  align-items: center;
  color: #000;
}
section.konfirmasi .footer {
  width: 35%;
  margin: 20px auto 0;
  display: block;
  position: sticky;
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  section.konfirmasi .isi {
    width: 90%;
    margin-top: 80px;
  }
  section.konfirmasi .isi2 {
    width: 60%;
    margin-top: 10px;
  }
  section.konfirmasi .content {
    margin-top: 10px;
    padding: 5px;
  }
  section.konfirmasi .thx {
    font-size: 1rem;
    padding: 0;
  }
  section.konfirmasi .thx b{
    font-size: 1rem;
  }
  section.konfirmasi .logo {
    max-width: 30%;
  }
  section.konfirmasi .logo2 {
    max-width: 30%;
  }
  section.konfirmasi .content .thanks {
    padding: 20px 10px;
  }
  section.konfirmasi .footer {
    width: 85%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  section.konfirmasi .isi {
    width: 90%;
    margin-top: 80px;
  }
  section.konfirmasi .isi2 {
    width: 60%;
    margin-top: 10px;
  }
  section.konfirmasi .content {
    margin-top: 10px;
    padding: 5px;
  }
  section.konfirmasi .thx {
    font-size: 1rem;
    padding: 0;
  }
  section.konfirmasi .thx b{
    font-size: 1rem;
  }
  section.konfirmasi .logo {
    max-width: 30%;
  }
  section.konfirmasi .logo2 {
    max-width: 30%;
  }
  section.konfirmasi .content .thanks {
    padding: 20px 10px;
  }
  section.konfirmasi .footer {
    width: 85%;
  }
}
section.qrcode {
  text-align: center;
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
section.qrcode .content {
  width: 80%;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
section.qrcode .gambarqr {
  width: 200px;
  max-width: 90%;
  margin: 40px;
}
section.qrcode .content h3 {
  color: #fff;
}
section.qrcode p {
  color: #fff;
}
section.qrcode .command {
  background-color: #e5262d;
  width: 80%;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 4px 20px;
}
section.qrcode td {
  padding: 5px 15px;
  text-align: left;
  background-color: white;
}
.deskripsi {
  text-align: left;
}
.downloadbutton {
  padding: 7px 30px;
  background-size: cover;
  background-color: #2549f9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid #fff;
}
.dtombol {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  section.qrcode .content {
    width: 90%;
    margin-bottom: 30px;
  }
  section.qrcode .content .row{
    width: auto;
  }
  section.qrcode .content .row .col{
    margin-top: 20px;
  }
  section.qrcode .header {
    display: block;
    margin-top: 20px;
    max-width: 90%;
    right: 0;
    left: 0;
  }
}

section.ticket {
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  max-width: 500px;
  color: #fff;
}
section.ticket .logo {
  display: block;
  margin-top: 20px;
  left: 0px;
  max-width: 30%;
  position: absolute;
}
section.ticket .logo2 {
  position: absolute;
  margin-top: 20px;
  right: 0px;
  max-width: 30%;
}
section.ticket .content {
  width: 80%;
  margin: 0px auto;
  z-index: 2;
  padding: 30px 10px;
}
section.ticket .isi {
  width: 90%;
  margin: 80px auto 30px;
  display: block;
}
section.ticket .isi2 {
  width: 60%;
  margin: 10px auto 0;
  display: block;
}
section.ticket .content {
  margin-top: 10px
}
section.ticket .content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
section.ticket .command {
  background-color: #e5262d;
  width: 100%;
  margin: 20px auto;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 4px 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  section.event .isi2 {
    width: 65%;
    margin: 10px auto 30px auto; 
  }
  footer .logo {
    display: none;
  }
}
@media (max-width: 375px) {
  section.index .content div {
    max-width: 375px;
  }
  section.index .content div h2 {
    font-size: 4rem;
  }

  section.cover .content div {
    max-width: 375px;
  }
  section.cover .content div h2 {
    font-size: 4rem;
  }
}


section.prolog {
  color: black;
  position: relative;
  background-color: #fff;
}
section.prolog .content {
  font-family: "Lateef", cursive;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  justify-content: center;
  align-items: center;
  padding: 50px 10px 10px 10px;
}
section.prolog .content .row{
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
  display: flex;
  margin: 0 0 0 0;
}
section.prolog .content .row .col-12{
  margin: 0 0 50px 0;
}
section.prolog .content img {
  width: 300px;
  max-width: 90%;
  border-radius: 40px;
  box-shadow: 5px 5px 20px #000;
}
section.prolog .content p {
  font-family: "Poppins", sans-serif;
}
#myInput {
  font-family: "Poppins", sans-serif;
  background-image: url('searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}

#myList li a {
  font-family: "Poppins", sans-serif;
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  color: black;
  display: block;
}

#myList li a:hover:not(.header) {
  background-color: #eee;
}
