/* SEMUA */
/* body */
body {
  background-color: black;
}
.custom-toggler.navbar-toggler {
  border-color: gold;
}
/* header */
.header img {
  float: left;
  width: 45px;
  height: 45px;
  background: transparent;
}
/* navbar */
.navbar {
  z-index: 1;
}
.navbar-brand {
  color: gold !important;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
  font-family: Quicksand;
  font-size: 28px;
}
.navbar-brand span3 {
  color: beige;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
}
.nav-item {
  font-family: Noto Sans JP;
  font-size: 18px;
  margin-right: 30px;
}
.nav-link {
  color: beige !important;
  text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
}
.nav-link:hover::after {
  content: "";
  display: block;
  border-bottom: 2px solid #0011ff;
  width: 70%;
  padding-bottom: 5px;
  margin: auto;
  margin-bottom: -7px;
}
/* utility */
.tombol {
  text-transform: capitalize;
  border-radius: 30px;
}
/* jumbotron */
.jumbotron {
  background-image: url(../img/paspro1.jpg);
  background-size: cover;
  width: auto;
  height: auto;
  margin-top: -75px;
  text-align: center;
  position: relative;
}
.jumbotron .container {
  z-index: 1;
  position: relative;
}
.jumbotron::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}
.jumbotron .display-4 {
  color: white;
  text-align: center;
  margin-top: 50px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 250;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  font-size: 62px;
  margin-bottom: 30px;
}
.jumbotron .display-4 span1 {
  font-weight: 400;
  color: red;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.jumbotron .display-4 span2 {
  font-weight: 400;
  color: blue;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
/* info panel */
.info-panel {
  box-shadow: 5px 5px 5px 1.5px rgba(0, 4, 255, 0.5);
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  padding: 30px;
}
.info-panel img {
  width: 150px;
  height: 150px;
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: auto;
  display: block;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  border-radius: 12px;
  position: fixed;
  border: 3px solid #f1f1f1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  z-index: 1;
}
.form-popup img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 8px;
}
/* Add styles to the form container */
.form-container {
  max-width: 600px;
  padding: 10px;
  border-radius: 12px;
  background-color: black;
}

.center {
  margin: 0;
  position: fixed;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Add a red background color to the cancel button */
.form-container .cancel {
  text-align: center;
  background-color: gold;
  justify-content: center;
}
.container-about h3 {
  text-align: center;
  padding: 20px 0;
  color: white;
}
.container-about {
  margin-top: 80px;
  text-align: center;
  padding: 20px 0;
  color: rgb(255, 255, 255);
}
/* MOBILE */
@media (max-width: 575.98px) {
  /* body */
  body {
    background-color: black;
  }
  /* header */
  .header img {
    width: 35px;
    height: 35px;
    background-color: gold;
    margin-right: 5px;
  }
  /* navbar */
  .navbar-toggler {
    color: gold;
  }
  .navbar-brand {
    color: gold !important;
    text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
    font-family: Quicksand;
    font-size: 18px;
  }
  .navbar-brand span3 {
    color: beige;
    text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
  }
  .nav-item {
    font-family: Noto Sans JP;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .nav-link {
    color: beige !important;
    text-align: center;
    text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.8);
  }
  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 2px solid #0011ff;
    width: 10%;
    padding-bottom: 3px;
    margin: auto;
    margin-bottom: -5px;
  }
  /* utility */
  .tombol {
    text-transform: capitalize;
    border-radius: 30px;
  }
  /* jumbotron */
  .jumbotron {
    margin-top: auto;
    height: 300px;
  }
  .jumbotron .display-4 {
    margin-top: 0px;
    font-size: 31px;
  }
  /* info panel */
  .info-panel {
    margin-top: -110px;
  }
  .info-panel img {
    width: 120px;
    height: 120px;
    margin: auto;
  }
}
