/** ========== Settings ========== **/
/* :root {
  --text-color: #efc98d;
  --font-regular: "arkibal_display_regular_mg";
  --font-light: "arkibal_display_light";
  --font-bold: "arkibal_display_bold";
  --paragraph-line-height: 1.4;
} */

/** ========== General ========== **/
*,
body {
  margin: 0;
  padding: 0;
  font-family: "arkibal_display_regular_mg";
  color: #efc98d;
}
.slide {
  width: 100%;
  height: 100vh;
  background-image: url("./assets/images/bg.png");
}
button {
  outline: none;
}

/** lightbox customize **/
.sl-counter,
.sl-current,
.sl-total,
.sl-prev,
.sl-next,
.sl-close {
  color: white !important;
}
.sl-wrapper {
  background: rgba(0, 0, 0, 0.7);
}
.sl-caption {
  font-family: "arkibal_display_light" !important;
  font-size: 0.9rem;
}
@media only screen and (max-width: 600px) {
  .sl-wrapper .sl-image .sl-caption {
    display: none !important;
  }
}

/** ========== Slide (1) ========== **/
.slide-1 {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.slide-1--title {
  margin: auto;
  min-width: 300px;
  max-width: 400px;
  width: 20vw;
  max-height: 80px;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.slide-1--title > img {
  width: 100%;
  height: auto !important;
}
.slide-1--logo {
  margin: auto;
  text-align: center;
  min-width: 250px;
  max-width: 400px;
  width: 22vw;
}
.slide-1--logo > img {
  width: auto;
  height: 18rem;
}
.slide-1-description {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.9vh;
}
.slide-1-description p {
  line-height: 1.4;
}
.slide-1-button {
  width: 64px;
  height: 64px;
  margin: auto;
}
.slide-1-button img {
  width: 100%;
  cursor: pointer;
}

/** ========== Slide (2) ========== **/
.slide-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .slide-2 div:nth-child(1) {
  min-height: 200px;
} */
/* .slide-2 div:nth-child(3) {
  min-height: 40px;
}
.slide-2 div:nth-child(4) {
  min-height: 40px;
}
.slide-2 div:nth-child(5) {
  min-height: 80px;
} */
.slide-2--title {
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  padding-right: 24px;
  border-top: 1px solid #efc98d;
  border-bottom: 1px solid #efc98d;
  cursor: pointer;
  min-width: 300px;
  max-width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-2--title--without-top {
  border-top: none;
}
.slide-2--title a {
  text-decoration: none;
}
.slide-2--logo {
  margin: auto;
  text-align: center;
  min-width: 300px;
  max-width: 300px;
  width: 20vw;
  height: auto;
  margin-top: 3rem;
}
.slide-2--logo > img {
  width: 100%;
}
.slide-2--info {
  min-width: 300px;
  max-width: 300px;
  width: 20vw;
  margin: auto;
  margin-top: 1.8rem;
}
.slide-2--info a {
  text-decoration: none;
}
