@font-face {
  font-family: title;
  src: url("../font/AYearWithoutRain.ttf");
}

@font-face {
  font-family: light;
  src: url("../font/GothamLight.ttf");
}

@font-face {
  font-family: bold;
  src: url("../font/GothamBold.ttf");
}

@-webkit-keyframes float {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-1.5rem);
    -webkit-transform: translateY(-1.5rem);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-1.5rem);
    -webkit-transform: translateY(-1.5rem);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

* {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: light;
  letter-spacing: 0.5px;
  font-size: 14px;
}

body {
  position: relative;
  overflow-x: hidden;
  background: #261208;
  color: white;
}

#logo-brand {
  display: none;
}

body, nav, header, section {
  width: 100%;
}

.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2vw;
}

@media (max-width: 960px) {
  .grid {
    padding: 0 4vw;
  }
}

@media (max-width: 768px) {
  .grid {
    padding: 0 6vw;
  }
}

.swiper-container, .full, section#ph4 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.full, section#ph4 .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.full-h, section#ph2 .grid, section#ph3 {
  width: 100%;
  height: 100vh;
  min-height: 650px;
}

nav {
  position: fixed;
  top: 50%;
  right: 5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 250px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 1.2em 10px;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }
}

nav::before {
  height: calc(100% - 2.4em);
  position: absolute;
  content: '';
  border-right: 1px dashed #fff;
  opacity: .5;
}

nav .menu {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

nav .menu:hover, nav .menu.active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

nav .menu.active {
  -webkit-box-shadow: 0 0 0 7.5px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 7.5px rgba(255, 255, 255, 0.25);
}

header, section, footer {
  background-size: cover;
  background-attachment: scroll;
  background-position-x: center;
}

header .grid, section .grid, footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 980px) {
  header, section, footer {
    background-position: center top;
  }
}

header {
  background-image: url("../img/bg1.jpg");
}

@media (max-width: 980px) {
  header {
    background-image: url("../img/bg1-mobile.jpg");
  }
}

header .grid {
  height: 75vh;
  min-height: 540px;
}

@media (max-width: 980px) {
  header .grid {
    height: 100vh;
  }
}

header .grid .logo {
  width: 90vw;
  max-width: 400px;
  height: auto;
}

header .grid p.sub-title {
  font-family: title;
  font-size: 28px;
}

header .grid .divider {
  width: 20vw;
  min-width: 200px;
}

header .grid .scroll-down {
  position: absolute;
  bottom: 1em;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-animation: float 2s infinite ease-out;
          animation: float 2s infinite ease-out;
}

#eapps-instagram-feed-1 {
  max-width: 480px !important;
  width: 100% !important;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section h1 {
  font-size: 34px;
  font-weight: bold;
  font-family: title;
  margin-bottom: 0;
  text-align: center;
}

section#ph1 {
  background-image: url("../img/bg2.jpg");
  background-attachment: scroll;
  background-position: center top;
  height: 60vh;
  min-height: 640px;
  padding: 6em 0;
}

@media (max-width: 980px) {
  section#ph1 {
    height: 100vh;
    background-image: url("../img/bg-mobile2.jpeg");
  }
  section#ph1 .grid {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}

section#ph1 hr {
  width: 100%;
  max-width: 100px;
  border: 2px solid #fff;
}

section#ph1 p {
  font-size: 18px;
  line-height: 29.124px;
  font-family: light;
  max-width: 520px;
  margin-top: 2em;
  text-align: center;
}

section#ph2 {
  padding: 6em 0;
  background-image: url("../img/bg3.jpg");
}

section#ph2 .grid {
  text-align: center;
}

@media (max-width: 980px) {
  section#ph2 .grid {
    height: auto;
  }
}

section#ph2 .title {
  font-family: title;
  font-size: 38px;
  line-height: 61.484px;
  font-weight: bold;
}

section#ph2 p {
  font-size: 20px;
  line-height: 32.36px;
  margin-top: 0;
  margin-bottom: 2em;
}

@media (max-width: 980px) {
  section#ph2 {
    background-image: url("../img/bg3-mobile.jpg");
  }
  section#ph2 .title {
    font-size: 32px;
    line-height: 51.776px;
  }
  section#ph2 p {
    font-size: 16px;
    line-height: 25.888px;
  }
}

section#ph3 {
  padding: 6em 0;
  background-image: url("../img/bg4.jpg");
  background-attachment: scroll;
  background-position: center bottom !important;
  min-height: 780px;
}

@media (max-width: 980px) {
  section#ph3 {
    height: auto;
    padding-bottom: 15em;
    background-image: url("../img/bg4-mobile.jpg");
  }
}

section#ph3 .country {
  width: 100%;
  padding-top: 4em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 2em;
}

@media (max-width: 980px) {
  section#ph3 .country {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  section#ph3 .country {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#ph3 .country .list {
  text-align: center;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 620px) {
  section#ph3 .country .list {
    height: auto;
  }
}

section#ph3 .country img {
  margin: 2em;
  width: auto;
  height: 100px;
}

@media (max-width: 620px) {
  section#ph3 .country img {
    margin: 0 1em;
    margin-bottom: 1em;
  }
}

section#ph3 .country .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 620px) {
  section#ph3 .country .split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section#ph3 p {
  font-size: 16px;
}

section#ph3 .title {
  font-size: 24px;
  line-height: 38.832px;
  font-family: bold;
}

section#ph4 {
  background-image: url("../img/bg5.jpg");
  padding: 4em 0;
}

section#ph4 .grid {
  height: 80vh;
  min-height: 590px;
}

section#ph4 .frame {
  width: 100%;
  overflow: hidden;
  max-height: 450px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#ph4 h1 {
  margin-bottom: 1em;
}

section#ph4 .swiper-container, section#ph4 .full, section#ph4 .swiper-slide img {
  height: 250px;
}

section#ph4 .swiper-slide {
  width: 250px;
  height: 250px;
  margin: 0 1em;
}

section#ph4 .swiper-button-next, section#ph4 .swiper-button-prev {
  outline: none;
  border: none;
  background-image: none !important;
  height: auto;
}

section#ph4 .swiper-button-next img, section#ph4 .swiper-button-prev img {
  width: auto;
  height: 5vw;
  max-height: 45px;
  min-height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

section#ph4 .swiper-button-next:hover img, section#ph4 .swiper-button-prev:hover img {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}

section#ph4 .swiper-button-next {
  right: 6.5em !important;
}

@media (max-width: 1280px) {
  section#ph4 .swiper-button-next {
    right: 8vw !important;
  }
}

footer {
  text-align: center;
  padding: 6em 0;
  background-image: url(../img/bg6.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center bottom;
}

@media (max-width: 980px) {
  footer {
    background-image: url(../img/bg6-mobile.jfif);
  }
}

footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40vh;
  min-height: 540px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 980px) {
  footer .grid {
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .grid .alamat {
  margin: 2em 0;
}

footer .grid div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .grid div:last-child img {
  margin-left: 2em;
}

footer h1 {
  font-family: title;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
}

footer .instagram {
  color: white;
  font-family: title;
  font-size: 18px;
  font-weight: bold;
}

footer .instagram img {
  width: auto;
  height: 50px;
}

footer .alamat {
  font-family: title;
}

footer .alamat p, footer .alamat a {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

footer .alamat a {
  color: #1E99EE;
}

footer .alamat a:hover {
  opacity: .5;
}

footer .alamat p:first-child {
  max-width: 500px;
  margin-bottom: 1em;
}

footer img {
  width: auto;
  height: calc(50px + 2vw);
}
/*# sourceMappingURL=style.css.map */