/* nunito-sans-200 - latin */
@font-face {
  font-family: 'Acta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/acta/Acta-book.ttf"); }
/* nunito-sans-200 - latin */
@font-face {
  font-family: 'Acta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/acta/Acta-bold.ttf"); }
/* dm-serif-display-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-display-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato/lato-v24-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato/lato-v24-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Lato';
  font-size: 14px;
  font-style: normal; }

a {
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-style: normal; }

p {
  margin-bottom: 20px;
  font-family: 'Acta';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000; }
  @media screen and (max-width: 485px) {
    p {
      font-size: 16px; } }

.container {
  max-width: 100%;
  margin: 0 auto; }

.container-fluid {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container-fluid {
      padding: 0 16px; } }

@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    width: 720px; } }
@media screen and (min-width: 900px) {
  .container {
    width: 860px; } }
.theme-vintage {
  background: #DFD3BB;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .theme-vintage .jp-navigation {
    background: #E4DABA; }
  .theme-vintage .jp-socmed li a {
    color: #000000;
    background-color: transparent;
    border: 1.5px solid #000000; }
  .theme-vintage .parallax-title {
    color: #f1c40f; }
  .theme-vintage .parallax-caption {
    color: #f1c40f; }

.theme-modern {
  background: #FFFFFF; }
  .theme-modern .jp-navigation {
    background: #FFFFFF; }
  .theme-modern .jp-socmed li a {
    color: #FFFFFF;
    background-color: #C6C6C6;
    border: none; }
  .theme-modern .parallax-title {
    color: #FFFFFF; }
  .theme-modern .parallax-caption {
    color: #FFFFFF; }

html, body {
  cursor: none;
  transition: all .5s ease-in-out; }

.jp-popup-share {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .jp-popup-share .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .jp-popup-share .content {
    background-color: #FFFFFF;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .jp-popup-share .content .header {
      background-color: #dd1e26;
      padding: 15px;
      display: block; }
      .jp-popup-share .content .header .head-title {
        margin: 0;
        display: inline-block;
        line-height: 1;
        font-family: "Lato";
        text-transform: capitalize;
        font-size: 24px;
        color: #FFFFFF; }
      .jp-popup-share .content .header .close {
        margin-top: -8px;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        opacity: 1;
        float: right;
        text-decoration: none;
        cursor: pointer; }
    .jp-popup-share .content .share-list {
      list-style: none;
      margin: 0;
      padding: 0 12px;
      border: 0;
      clear: both; }
      .jp-popup-share .content .share-list li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        border-bottom: 1px solid #E5E5E5; }
        .jp-popup-share .content .share-list li a {
          position: relative;
          background: #FFFFFF;
          color: #6B6B6B;
          font-family: "Lato";
          font-size: 21px;
          text-decoration: none;
          text-transform: capitalize;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .jp-popup-share .content .share-list li a i {
            display: inline-block;
            width: 30px;
            text-align: left; }
          .jp-popup-share .content .share-list li a span {
            font-family: "Lato";
            font-size: 16px;
            display: inline-block; }
      .jp-popup-share .content .share-list .share-fb a:hover {
        color: #3B5998; }
      .jp-popup-share .content .share-list .share-tw a:hover {
        color: #1da1f2; }
      .jp-popup-share .content .share-list .share-gp a:hover {
        color: #dd4b39; }
      .jp-popup-share .content .share-list .share-linkedin a:hover {
        color: #0077B5; }
      .jp-popup-share .content .share-list .share-wa a:hover {
        color: #25D366; }
      .jp-popup-share .content .share-list .share-mt a:hover {
        color: #32007f; }

.jp-socmed {
  margin-top: 20px;
  list-style: none; }
  .jp-socmed li {
    display: inline-block;
    margin: .5em; }
    @media screen and (max-width: 768px) {
      .jp-socmed li {
        margin: .2em; } }
    .jp-socmed li a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 40px;
      font-size: 1.3em;
      line-height: 44px;
      opacity: .9;
      text-decoration: none;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .jp-socmed li a {
          width: 35px;
          height: 35px;
          line-height: 36px; } }
    .jp-socmed li:last-child {
      margin: 0 0 0 .5em; }
      @media screen and (max-width: 768px) {
        .jp-socmed li:last-child {
          margin: .2em; } }

.jp-theme-switch {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  width: 80px;
  height: 40px;
  z-index: 9999; }
  .jp-theme-switch .vintage {
    display: block; }
  .jp-theme-switch .modern {
    display: none; }
  .jp-theme-switch .toggle-input {
    display: none; }
  .jp-theme-switch .toggle-label {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background-color: #E4DABA;
    border: 2px solid #000000;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease-in-out; }
  .jp-theme-switch .toggle-inner {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 34px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.3s ease-in-out; }
  .jp-theme-switch .toggle-switch {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out; }
    .jp-theme-switch .toggle-switch img {
      width: 100%;
      height: auto; }
  .jp-theme-switch .toggle-input:checked + .toggle-label {
    background-color: #FFFFFF; }
    .jp-theme-switch .toggle-input:checked + .toggle-label .modern {
      display: block; }
    .jp-theme-switch .toggle-input:checked + .toggle-label .vintage {
      display: none; }
  .jp-theme-switch .toggle-input:checked + .toggle-label .toggle-inner {
    left: 50%; }
  .jp-theme-switch .toggle-input:checked + .toggle-label .toggle-switch {
    left: calc(100% - 38px); }

.jp-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px; }
  @media screen and (max-width: 768px) {
    .jp-grid {
      grid-template-columns: 1fr; } }
  .jp-grid__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      .jp-grid__item {
        align-items: center; } }

.jp-navigation {
  position: fixed;
  top: -100%;
  width: 100%;
  height: auto;
  z-index: 9999;
  padding: 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  transition: all .5s ease-in-out; }
  .jp-navigation.active {
    top: 0; }

.nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  position: relative; }
  .nav-item__icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden; }
    .nav-item__icon img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  .nav-item__label {
    margin-top: 6px;
    color: #000000;
    text-align: center;
    font-family: "Lato";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }
    .nav-item__label span {
      display: block; }

.swiper {
  padding: 0 80px; }
  @media screen and (max-width: 768px) {
    .swiper {
      padding: 0 16px; } }
  .swiper-slide {
    display: flex;
    justify-content: center;
    opacity: .25; }
    .swiper-slide-active {
      opacity: 1; }
  .swiper-button-prev ::before, .swiper-button-prev::after, .swiper-button-next ::before, .swiper-button-next::after {
    content: none; }

.jp-section {
  background: transparent;
  position: relative;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .jp-section .container {
      padding: 0 16px;
      max-width: auto; } }
  .jp-section--cover {
    width: 100%;
    height: 100vh;
    background: url("../images/bg-cover.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    .jp-section--cover .container {
      height: 100%;
      padding-bottom: 20vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .jp-section--txt {
    padding: 80px 0; }
  .jp-section--parallax {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed; }
    @media screen and (max-width: 768px) {
      .jp-section--parallax {
        height: 200px; } }
    .jp-section--parallax .container {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .jp-section--parallax .parallax-title {
      text-align: center;
      text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      font-family: "DM Serif Display";
      font-size: 65px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media screen and (max-width: 768px) {
        .jp-section--parallax .parallax-title {
          font-size: 32px; } }
    .jp-section--parallax .parallax-caption {
      position: absolute;
      right: 20px;
      bottom: 16px;
      text-align: center;
      font-family: "Lato";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media screen and (max-width: 768px) {
        .jp-section--parallax .parallax-caption {
          right: 10px;
          bottom: 10px; } }
    .jp-section--parallax-east {
      background-image: url("../images/keong-mas.jpg"); }
    .jp-section--parallax-north {
      background-image: url("../images/museum-bahari.jpg"); }
    .jp-section--parallax-west {
      background-image: url("../images/kali-besar.jpg"); }
    .jp-section--parallax-central {
      background-image: url("../images/bundaran-bi.jpg"); }
    .jp-section--parallax-south {
      background-position: center;
      background-image: url("../images/patung-dirgantara.jpg"); }
  .jp-section--articles {
    padding: 80px 0; }
    .jp-section--articles .article-item {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 60px;
      margin-bottom: 100px; }
      @media screen and (max-width: 768px) {
        .jp-section--articles .article-item {
          grid-template-columns: 1fr;
          gap: 20px; } }
      .jp-section--articles .article-item__image-inner {
        width: 100%;
        height: 300px;
        margin-bottom: 6px; }
        @media screen and (max-width: 768px) {
          .jp-section--articles .article-item__image-inner {
            height: 180px; } }
        .jp-section--articles .article-item__image-inner img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .jp-section--articles .article-item__image-caption {
        color: #333333;
        text-align: center;
        font-family: "Lato";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
      .jp-section--articles .article-item__detail-title {
        color: #000000;
        font-family: "DM Serif Display";
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 20px; }
      .jp-section--articles .article-item__detail-txt p {
        color: #000000;
        font-family: "Acta";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; }
  .jp-section .cover__logo {
    max-width: 200px;
    margin-bottom: 40px; }
    .jp-section .cover__logo img {
      width: 100%;
      height: auto; }
  .jp-section .cover__title {
    font-family: "Acta";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #000000;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .jp-section .cover__title {
        font-size: 42px;
        margin-bottom: 20px; } }
  .jp-section .cover__writer {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; }
    .jp-section .cover__writer span {
      display: block; }
  .jp-section .cover__date {
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px; }
  .jp-section .cover__image {
    width: 100%;
    height: auto; }
    .jp-section .cover__image img {
      width: 100%;
      height: auto; }

/*# sourceMappingURL=apps.css.map */
