@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Koulen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #214E69 47.44%, #153249 100%);
  overflow-x: hidden;
  position: relative;
}

.navbar {
  top: 0;
  z-index: 10;
  background: #1e1e1e;
  width: 100%;
  height: 6.75rem;
  transition: background-color 0.3s ease-in-out;
}
.navbar .navbar-nav {
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav {
    gap: 1rem;
  }
}
.navbar .navbar-brand img {
  width: 10rem;
  height: auto;
}
.navbar .navbar-button {
  min-width: 8.3125rem;
  height: 2.9375rem;
  background: #fff;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 0 30px;
}
.navbar .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.navbar .navbar-toggler {
  border: none !important;
}
.navbar .navbar-toggler-icon {
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .navbar {
    height: auto;
    padding: 1rem 0;
  }
  .navbar .navbar-brand img {
    width: 5rem;
    height: auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .navbar {
    height: 6rem;
  }
}
.nav-light {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.nav-light .nav-link {
  color: #111 !important;
}

.nav-light .navbar-button {
  color: #fff !important;
  background-color: #111;
}

.nav-light .nav-button-register {
  color: #fff;
  background: #111;
}

.hero {
  background: url("../images/trackpesso/bg-hero.png"), #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100dvh;
  padding: 100px 0;
}

.apk-logo {
  width: 15%;
  height: auto;
}

a {
  text-decoration: none;
}

.section-trackpresso-logo {
  margin: -50px 0 0 0;
}

.trackpresso-logo {
  width: 100%;
  height: auto;
}

.event-date-1 {
  font-size: 51px;
  font-weight: 700;
  color: #f7941d;
  margin-bottom: 0;
}

.event-date-2 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.main-countdown {
  position: relative;
  margin-bottom: 2.25rem;
}
.main-countdown .titik-dua {
  position: absolute;
  color: #777777;
  text-align: center;
  font-family: Koulen;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 1.25rem;
  width: 0.8125rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-countdown .titik-dua {
    display: none !important;
  }
}
.main-countdown .titik-dua-1 {
  left: 22%;
}
.main-countdown .titik-dua-2 {
  left: 47%;
}
.main-countdown .titik-dua-3 {
  left: 72%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-countdown .titik-dua-1 {
    left: 23.5%;
  }
  .main-countdown .titik-dua-2 {
    left: 48.5%;
  }
  .main-countdown .titik-dua-3 {
    left: 73.5%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-countdown .titik-dua {
    top: -1.75rem;
  }
  .main-countdown .titik-dua-1 {
    left: 20.5%;
  }
  .main-countdown .titik-dua-2 {
    left: 45.5%;
  }
  .main-countdown .titik-dua-3 {
    left: 70.5%;
  }
}
.main-countdown .box-countdown {
  width: 7rem;
  height: 10rem;
  background: #C1C8CF;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-countdown .box-countdown span {
  color: #777777;
  text-align: center;
  font-family: "Koulen", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
}
.main-countdown .box-countdown .text-caption-countdown {
  font-size: 1rem;
  color: #F7941D;
  text-align: center;
  font-family: "Inknut Antiqua", serif;
}
@media screen and (max-width: 767px) {
  .main-countdown .box-countdown {
    height: 7rem;
  }
  .main-countdown .box-countdown span {
    font-size: 2.5rem;
  }
  .main-countdown .box-countdown .text-caption-countdown {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-countdown .box-countdown {
    width: 6.0844rem;
    height: 6.8125rem;
    line-height: 2.8125rem;
    background: rgba(217, 217, 217, 0.4);
    z-index: 1;
  }
  .main-countdown .box-countdown span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 3rem 1rem 5rem 1rem;
  }
  .apk-logo {
    width: 30%;
  }
  .trackpresso-logo {
    margin-top: 2rem;
  }
  .section-trackpresso-logo {
    margin: 0;
  }
  .event-date-1 {
    font-size: 48px;
    text-align: center;
  }
  .event-date-2 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1199px) {
  .hero {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding-top: 5rem;
  }
  .hero-content-title {
    font-size: 2rem;
  }
  .hero-content-text {
    font-size: 1.25rem;
  }
  .hero .main-countdown {
    margin-top: 1rem;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1199px) {
  .hero {
    min-height: 120dvh;
    display: flex;
    align-items: center;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero {
    min-height: 120dvh;
    display: flex;
    align-items: center;
  }
}
.about {
  background: linear-gradient(rgba(224, 229, 235, 0.8), rgba(224, 229, 235, 0.8)), url("../images/trackpesso/bg-about.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 80dvh;
  padding: 100px 0 150px;
}
.about-title {
  font-size: 27px;
  color: #f7941d;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: "Inknut Antiqua", serif;
  text-transform: uppercase;
  text-align: center;
}
.about-desc {
  font-size: 24px;
  color: #111;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 5rem 1rem;
  }
  .about-title {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .about-desc {
    font-size: 12px;
  }
}
.rute {
  background-color: #000;
  width: 100%;
  min-height: 80dvh;
  padding: 150px 0 200px;
}
.rute-title {
  font-size: 27px;
  color: #f7941d;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: "Inknut Antiqua", serif;
  text-transform: uppercase;
  text-align: center;
}
.rute-desc {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.rute-image {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .rute {
    padding: 5rem 1rem;
  }
  .rute-title {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .rute-desc {
    font-size: 12px;
  }
  .rute-image {
    width: 100%;
  }
}
.rundown {
  background-color: #dadee4;
  width: 100%;
  min-height: 80dvh;
  padding: 100px 0;
}
.rundown-title {
  font-size: 27px;
  color: #f7941d;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: "Inknut Antiqua", serif;
  text-transform: uppercase;
  text-align: center;
}
.rundown-table {
  width: 100%;
  border-collapse: separate; /* Use separate border model to enable border-spacing */
  background-color: transparent;
  border-spacing: 10px; /* Set the gap between cells */
}
.rundown-table th, .rundown-table td {
  border: 1px solid #cccccc;
  padding: 12px;
  text-align: center;
}
.rundown-table th {
  background-color: #ff9f1c; /* Orange background for headers */
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
}
.rundown-table td {
  font-size: 16px;
  background-color: #cad4d8;
  color: black;
  border: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rundown {
    padding: 5rem 1rem;
  }
  .rundown-title {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .rundown-table th {
    font-size: 12px;
  }
  .rundown-table td {
    font-size: 10px;
  }
}
.registrasi {
  background-color: #000203;
  width: 100%;
  padding: 150px 0;
}
.registrasi-title {
  font-size: 27px;
  color: #f7941d;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: "Inknut Antiqua", serif;
  text-transform: uppercase;
  text-align: center;
}
.registrasi-tipe {
  background-color: #f7941d;
  color: #000;
  border-radius: 8px;
}
.registrasi-tipe p {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.registrasi-harga {
  font-size: 58px;
  font-weight: 700;
  color: #f7941d;
  text-align: center;
}
.registrasi-desc {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .registrasi {
    padding: 5rem 1rem;
  }
  .registrasi-tipe p {
    font-size: 20px;
  }
  .registrasi-harga {
    font-size: 32px;
    font-weight: 700;
    color: #f7941d;
    text-align: center;
  }
  .registrasi-desc {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .registrasi {
    padding: 5rem 1rem;
  }
  .registrasi-title {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .registrasi-tipe {
    background-color: #f7941d;
    color: #000;
    border-radius: 8px;
  }
  .registrasi-tipe p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
  }
  .registrasi-harga {
    font-size: 32px;
    font-weight: 700;
    color: #f7941d;
    text-align: center;
  }
  .registrasi-desc {
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
.guest {
  background-color: #dadee4;
  width: 100%;
  padding: 100px 0;
}
.guest-title {
  font-size: 27px;
  color: #f7941d;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: "Inknut Antiqua", serif;
  text-transform: uppercase;
  text-align: center;
}
.guest-image {
  width: 100%;
  height: auto;
}
.guest-name {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.guest-name-1 {
  margin-left: 115px;
}
.guest-name-2 {
  margin-right: 115px;
}

@media screen and (max-width: 767px) {
  .guest {
    padding: 3rem 1rem 2rem;
  }
  .guest-title {
    font-size: 12px;
    letter-spacing: 5px;
  }
  .guest-name {
    font-size: 10px;
  }
  .guest-name-1 {
    margin-left: 25px;
  }
  .guest-name-2 {
    margin-right: 25px;
  }
}
.hadiah {
  background-color: #dadee4;
  width: 100%;
  margin-top: -1px;
}
.hadiah-image {
  width: 100%;
}

.form {
  padding: 10rem 0;
  position: relative;
  background: url(../images/trackpesso/bg-form.png), #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-image-1 {
  width: 30%;
}
.form-image-2 {
  position: absolute;
  width: 60%;
  top: 15%;
  left: 50%;
  transform: translateX(-52%);
}
.form-title {
  color: #FFF;
  text-align: center;
  font-size: max(2.5rem, 2.5vw);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4.25rem;
}
.form-title span {
  color: #F15722;
}
.form-box {
  border-radius: 30px;
  background: #F4F4F4;
  position: relative;
  z-index: 18;
  margin-top: 23%;
}
.form-box-modal {
  border-radius: 30px;
  background: #F4F4F4;
  position: relative;
  z-index: 18;
}
.form-field {
  padding: 0 1rem;
  margin: 2rem 0;
}
.form-field-label {
  color: #125A83;
  font-size: max(12px, 1.25vw);
  font-weight: 700;
}
.form-field-text {
  border: none;
  border-radius: 4px;
  background: #EBEBEB;
  width: 100%;
  height: max(3rem, 3.59vw);
  color: #000;
  font-size: max(1rem, 1.25vw);
  font-weight: 400;
  padding-left: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.form-field-text:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.form-button-register {
  padding: 1rem 3rem;
  border-radius: 15px;
  background: #F15722;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.form #ukuran {
  cursor: pointer;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 3rem 1rem;
  }
  .form-image-1 {
    width: 60%;
  }
  .form-image-2 {
    width: 60%;
    top: 6.5%;
  }
  .form-box {
    border-radius: 18px;
    margin-top: 25%;
  }
  .form-box-modal {
    border-radius: 18px;
  }
  .form-field {
    padding: 0 1rem;
    margin: 0.5rem 0;
  }
  .form #ukuran {
    font-size: 12px;
  }
}
.footer {
  padding: 40px 60px;
  background-color: #19213F;
}
.footer-box {
  padding: 0;
}
.footer-box-image {
  width: 10.8125rem;
  height: auto;
}
.footer-box-copyright {
  color: #fff;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
.footer-sosmed {
  font-size: 1rem;
}
.footer-sosmed i {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  color: #111;
  margin: 0 0.5rem;
  text-align: center;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .footer {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 40px;
  }
}
/* Animation Section */
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUpImage {
  0% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.img-drop-zone {
  width: 100%;
  height: 210px;
  border: 2px dotted black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-drop {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.p-drop {
  /* display: none; */
}

.modal-daftar {
  background: #fff;
  border-radius: 28px;
  padding: 1.5rem;
}
.modal-daftar-head {
  position: relative;
  height: max(12.1875rem, 12.5vw);
  border-radius: 14px;
  background: #0C456D;
}
.modal-daftar-head img {
  width: max(10rem, 10vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.modal-daftar-title {
  color: #6E7071;
  text-align: center;
  font-size: max(0.875rem, 1.25vw);
  font-weight: 700;
}
.modal-daftar-text {
  color: #6E7071;
  text-align: center;
  font-size: max(0.875rem, 1.25vw);
  font-weight: 500;
}
.modal-daftar-button {
  padding: 0.75rem 5rem;
  border-radius: 8px;
  background: #0C456D;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: max(0.875rem, 1.04vw);
}
@media screen and (max-width: 767px) {
  .modal-daftar-button {
    padding: 0.5rem 4rem;
    font-size: max(0.875rem, 1.04vw);
  }
}

@media screen and (max-width: 767px) {
  .modal-daftar {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */