@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:root {
  --spacing-sm: 10px;
  --spacing-md: 25px;
  --spacing-lg: 100px;
  --spacing-xl: 145px;

  --color-primary: #16325c;
  --color-secondary: #cee0ed;
}

html {
  scroll-behavior: smooth;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

body a {
  text-decoration: none;
  color: inherit;
}

.overflow-hidden {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  -webkit-tap-highlight-color: transparent;
}

button {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

input {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.scale-img {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

.font-medium {
  font-weight: bold !important;
}

.sepia-img {
  -webkit-filter: sepia(50%) grayscale(50%);
  filter: sepia(50%) grayscale(50%);
}

.grey-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.main-container {
  background-color: white;
}

.sub-container {
  max-width: 1300px;
  margin: 0 auto;
}

.navbar-container {
  padding: 0em var(--spacing-sm);
  position: fixed;
  top: 0;
  background-color: transparent;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.navbar-container > [data-aos^="fade"][data-aos^="fade"].aos-animate {
  max-height: 100px;
}

.navbar-active {
  background-color: var(--color-primary) !important;
  padding-top: 0em;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.m-navbar-active {
  background-color: var(--color-primary) !important;
}

.m-navbar-container {
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  position: fixed;
  top: 0;
  color: white;
  z-index: 9999;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

.m-navbar-container #search-mobile {
  cursor: pointer;
}

.m-navbar-container .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.m-navbar-container .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: var(--spacing-md);
  cursor: pointer;
  z-index: 9998;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamburger-menu #first,
.hamburger-menu #second,
.hamburger-menu #third {
  width: 30px;
  background-color: white;
  border-radius: 10px;
  height: 4px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 5px;
}

.hamburger-menu #first {
  width: 20px;
}

.hamburger-menu #second {
  width: 25px;
}

.transform-bar-1 {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  width: 30px !important;
}

.transform-bar-2 {
  -webkit-transform: translateY(-9px) rotate(-135deg) !important;
  transform: translateY(-9px) rotate(-135deg) !important;
  width: 30px !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  width: 100%;
}

.navbar-container ul .centered-item {
  padding-left: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-container ul li {
  
  list-style: none;
  cursor: pointer;
  border: 1px transparent solid;
  border-radius: 2em;
  padding: 5px 10px;
  margin: 0px 5px;
  font-size: 1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navbar-menu-active {
  border: 1px white solid !important;
  border-radius: 2em;
  padding: 5px 10px;
}

#kelana-indonesia {
  width: 150px;
}

#mind-id {
  width: 170px;
  cursor: default;
  user-select: none;
}

#bumn {
  height: 30px;
  width: 160px;
  cursor: default;
  user-select: none;
}

#search {
  width: 20px;
  height: 20px;
}

.navbar-menu-active-fixed {
  border: 1px white solid !important;
  border-radius: 2em !important;
  padding: 5px 10px !important;
}

.navbar-menu-overlay {
  height: 100vh;
  width: 0%;
  visibility: hidden;
  background-color: var(--color-primary);
  color: white;
  z-index: 9998;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-menu-overlay ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu-overlay ul li {
  margin-bottom: 30px;
}

.transform-navbar-menu-overlay {
  right: 0;
  visibility: visible;
  width: 100%;
}

.transform-navbar-items-overlay {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-item-fluid {
  flex: 1;
  display: flex;
}

.nav-item-fluid img,
.nav-item-fluid svg {
  width: 100%;
  max-width: 200px;
}

.navbar-menu-overlay ul li {
  list-style: none;
  font-size: 1.6em;
  font-weight: 500;
  cursor: pointer;
}

.mobile {
  display: none;
}

.search-container {
  max-height: 380px;
  width: 100%;
  position: fixed;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 9999;
  display: none;
  top: 100px;
  -webkit-animation: lightBoxShowUp ease-in 200ms;
  animation: lightBoxShowUp ease-in 200ms;
}

.search-container .search-items {
  width: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
  box-shadow: 1px 1px 15px #aaaaaa;
}

.search-container .search-items .input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-container .search-items .result {
  overflow-y: scroll;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 5px;
  display: none;
}

.search-container .search-items .result .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  cursor: pointer;
  margin-bottom: 1em;
  min-height: 80px;
}

.search-container .search-items .result .result-item:hover {
  background-color: gainsboro;
}

.search-container .search-items .result .result-item img {
  min-width: 80px;
  max-width: 80px;
  height: 60px;
  margin-right: 1em;
  margin-left: 1em;
  border-radius: 5px;
}

.search-container .search-items .result .result-item p {
  font-weight: medium;
  font-size: 1.2em;
  margin-right: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.2;
  min-height: 40px;
}

.search-container .search-items #search-input {
  height: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px;
  font-size: 1.2em;
}

.search-container .search-items .input #search-input:focus {
  outline: none;
}

button:focus {
  outline: 0;
}

.search-container .search-items #button-close {
  height: 40px;
  min-width: 60px;
  cursor: pointer;
  background-color: var(--color-primary);
  color: white;
  border: none;
}

.search-container .search-items #button-close:hover {
  opacity: 0.8;
}

.search-container .search-items .result::-webkit-scrollbar {
  width: 10px;
}

.search-container .search-items .result::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px;
}

.search-container .search-items .result::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

.swiper-wrapper {
  height: 100vh !important;
}

.hero-slider {
  max-width: 100% !important;
  max-height: 100vh !important;
  background-color: azure;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-slider::-webkit-scrollbar {
  display: none;
}

.hero-slide {
  max-width: 100%;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide img {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slide .blue-layer,
.hero-slide .shape-layer,
.article-banner .blue-layer,
.article-banner .shape-layer {
  position: absolute;
  height: 100vh !important;
  width: 100%;
}

.hero-slide .blue-layer,
.article-banner .blue-layer {
  background: #16325c;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 91;
}

.hero-slide .shape-layer svg,
.article-banner .shape-layer svg {
  z-index: 991;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-slide .rounded-corner {
  position: absolute;
  z-index: 99;
  width: 15em;
  -o-object-fit: contain;
  object-fit: contain;
  right: 0px;
  bottom: -100px;
}

.hero-slide .text-wrapper {
  z-index: 99;
  width: 80%;
  margin: 0 auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-slide .text-wrapper h1 {
  width: 60%;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 0.6em;
}

.hero-slide .text-wrapper button {
  background-color: transparent;
  border: white 1px solid;
  color: white;
  border-radius: 2em;
  width: 220px;
  height: 40px;
  cursor: pointer;
  font-weight: lighter;
  font-size: 1.2em;
}

.hero-slide .text-wrapper button:hover {
  background-color: white;
  color: black;
}

.hero-navigation {
  position: absolute;
  z-index: 999;
  font-size: 100px;
  font-weight: bold;
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 40%;
  padding: 0px var(--spacing-md);
}

.hero-navigation > span:hover {
  cursor: pointer;
  opacity: 0.7;
}

.overlay-black {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.4;
  z-index: 98;
}

.gallery__navigation-next {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 99;
}

.gallery__navigation-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 99;
}

.gallery__navigation-next img,
.gallery__navigation-prev img {
  width: 4em;
  cursor: pointer;
}

.gallery__navigation-prev img:hover,
.gallery__navigation-next img:hover {
  opacity: 0.8;
}

.gallery__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0em 2em !important;
}

.gallery__cards h1 {
  padding: 1em;
}

.gallery__pagination {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__cards__card-wrapper {
  height: 500px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gallery__cards .card {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery__cards .card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.gallery__cards .card .gradient {
  position: absolute;
  border-radius: 10px;
}

.gallery__cards .card .text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: var(--spacing-md);
  padding-bottom: 4em;
}

.gallery__cards .card .text-wrapper p {
  font-size: 13px;
}

.gallery__cards .card .text-wrapper p:first-child {
  margin-bottom: 10px;
  font-size: 1em;
}

.gallery__cards .card .text-wrapper:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
}

.gallery__cards .card .bar-active {
  width: 100px;
  height: 5px;
  position: absolute;
  background-color: white;
  z-index: 99999;
  bottom: 20px;
  border-radius: 1em;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.grayscale {
  -webkit-filter: grayscale(80%) !important;
  filter: grayscale(80%) !important;
}

.visible {
  opacity: 1 !important;
}

.gallery__wrapper {
  padding-top: 2em;
  margin: 0px 10px;
  position: relative;
}

.gallery__cards__card-wrapper .swiper-slide-next {
  height: 500px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: white !important;
  border: 2px solid black;
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

/* e-magazine */
.e-magazine-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: auto;
  margin: 2em 2.5em 0em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-magazine-container h1 {
  font-style: italic;
}
.e-magazine-container .e-magazine-wrapper {
  border-radius: 10px;
  height: 320px !important;
  width: 100%;
}

.e-magazine-container .e-magazine-wrapper .e-magazine-slider {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.e-magazine-container .e-magazine-wrapper .e-magazine-slider .cover-img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}

.e-magazine-container .e-magazine-wrapper .e-magazine-slider .gradient {
  height: 100%;
  width: 60%;
  position: absolute;
  border-radius: 10px;
}

.e-magazine-container .e-magazine-wrapper .e-magazine-slider .text-wrapper {
  position: absolute;
  color: white;
  height: 100%;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  -webkit-justify-content: flex-end;
  padding: 0em 0em 3em 1.5em;
  z-index: 99;
}

.e-magazine-container
  .e-magazine-wrapper
  .e-magazine-slider
  .text-wrapper
  .city {
  font-weight: bold;
  font-size: 16px;
}

.e-magazine-container
  .e-magazine-wrapper
  .e-magazine-slider
  .text-wrapper
  .title {
  font-size: 22px;
  font-weight: bold;
}

.e-magazine-container
  .e-magazine-wrapper
  .e-magazine-slider
  .text-wrapper
  > *:not(:last-child) {
  margin-bottom: 8px;
}

.e-magazine-container
  .e-magazine-wrapper
  .e-magazine-slider
  .text-wrapper
  .description {
  color: #fffefe;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.2;
  min-height: 40px;
}

.e-magazine-container h1 {
  padding: 1em 0em;
}

.e-magazine-container button {
  border-radius: 1em;
  background-color: transparent;
  color: white;
  border: white 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: lighter;
  font-size: 0.8em;
  padding: 5px 30px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.e-magazine-container button:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.e-magazine-container .btn-navigation .prev-btn,
.e-magazine-container .btn-navigation .next-btn {
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.e-magazine-container .btn-navigation .prev-btn:hover {
  opacity: 0.7;
}

.e-magazine-container .btn-navigation .next-btn:hover {
  opacity: 0.7;
}

.e-magazine-container .btn-navigation {
  position: absolute;
  bottom: 0%;
  left: 0%;
  padding: 0em 0em 0.8em 1.5em;
  z-index: 99;
}

.gallery-video {
  width: 100%;
  margin: 0 auto;
  padding: 2em 2em 4em 2em;
}

.gallery-video h1 {
  margin: 1em 0em 1em 0em;
}

.gallery-video .video-wrapper {
  height: 100%;
  margin: 0 auto;
}

.gallery-video .video-wrapper .image-content {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  border-radius: 1em;
}

.gallery-video .video-wrapper .text-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.2;
  min-height: 40px;
}

.gallery-video .video-wrapper .overlay-black {
  border-radius: 1em;
}

.gallery-video .video-wrapper .video-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px !important;
  height: 400px;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  cursor: pointer;
}

.gallery-video .video-wrapper .video-col:first-child {
  margin-bottom: 1em;
}

.video-sm {
  height: 300px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.gallery-video .video-wrapper .video-col .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  margin-bottom: 10px;
}

.gallery-video .video-wrapper .video-col .img-wrapper .play-btn {
  position: absolute;
  z-index: 99;
  opacity: 0.8;
}

.gallery-video .video-wrapper .play-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-video .video-wrapper .play-overlay .play-btn {
  position: absolute;
}

.article-container {
  background-color: var(--color-secondary);
  padding: 4em 0em;
  padding-top: 0em;
}

.article-container h1 {
  text-align: center;
  padding: 2em 0em;
}

.article-wrapper {
  margin: 0 auto;
}

.article-wrapper .article-card {
  position: relative;
  width: 100%;
  height: 430px;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
  margin: 30px;
}

.article-card .image-content {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.article-card .gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 98;
  opacity: 0.5;
  -webkit-transition: opacity linear 200ms;
  transition: opacity linear 200ms;
}

.article-wrapper .article-card .text-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
  z-index: 99;
  font-size: 20px;
  line-height: 1.2;
}

.article-wrapper .article-card .text-wrapper h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.2;
}

.article-wrapper .article-card .text-wrapper p:last-child {
  font-size: 15px;
}

.article-wrapper .article-card .text-wrapper > *:last-child {
  margin-top: 10px;
}

.text-center {
  text-align: center;
}

.py-4 {
  padding: 2em 0em !important;
}

.py-8 {
  padding: 4em 0em !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.more-btn {
  background-color: var(--color-primary);
  color: #ffffff;
  width: 220px;
  height: 35px;
  border-radius: 3em;
  border: none;
  font-size: 1em;
  font-weight: lighter;
  -webkit-transition: background-color 100ms ease-in-out,
    color 100ms ease-in-out;
  -webkit-transition: background-color 100ms ease-in-out,
    color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
}

#article-navigate {
  display: none;
}

.more-btn:hover {
  background-color: white;
  color: black;
  cursor: pointer;
  border: var(--color-primary) solid 1px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-primary);
  padding: var(--spacing-md);
}

.footer p {
  margin-top: 1em;
  text-align: center;
  color: white;
}

.footer img {
  width: 500px;
}

.bg-multiply-blue {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #16325c;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.hero-1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/images/tentang-hero-1.png");
}

.hero-1 .shape-layer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-2 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../assets/images/tentang-hero-2.png");
}

.hero-2 .shape-layer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-justify-content: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-justify-content: flex-start;
}

.hero-1 .box {
  position: relative;
  bottom: 0;
  left: 0%;
  width: 512px;
  height: 496px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-2 .box {
  position: relative;
  bottom: 0%;
  width: 500px;
  height: 486px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-1 p,
.hero-2 p,
.hero-3 p {
  color: white;
  z-index: 99;
  font-size: 22px;
  margin-bottom: 1em;
}

.hero-1,
.hero-2,
.hero-3 {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.peta-ekspedisi {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  height: auto;
  user-select: none;
}

.peta-ekspedisi .popup {
  position: absolute;
  background-color: white;
  border: 1px black solid;
  color: black;
  z-index: 100;
  height: auto;
  width: 40vh;
  padding: 10px;
  border-radius: 10px;
  left: 0px;
  transition: all ease 200ms;
  display: none;
  animation: lightBoxShowUp 500ms ease-in;
  overflow-y: scroll;
}

.peta-ekspedisi .popup #logo {
  width: 120px;
}

.peta-ekspedisi .popup::-webkit-scrollbar {
  display: none;
}

.peta-ekspedisi .popup .close {
  right: 0%;
  top: 0%;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  cursor: pointer;
}

.peta-ekspedisi .popup p {
  font-size: 1.2em;
  padding-left: 0.2em;
}

.peta-ekspedisi .popup p:last-child {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
}

.peta-ekspedisi .popup .text {
  padding-top: 1em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: var(--color-primary);
}

.peta-ekspedisi #peta {
  width: 100%;
  padding: 4em 0em;
  max-width: 1000px;
}

.peta-ekspedisi .pin {
  position: absolute;
  justify-content: start;
  display: flex;
  background-color: transparent;
  height: 100px;
}

.peta-ekspedisi .pin .dot {
  height: 20px;
  width: 20px;
  z-index: 99;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  bottom: 0%;
  transition: all ease-in 100ms;
}

.pulse-animation {
  animation: pulse 800ms ease-in-out infinite;
}

.peta-ekspedisi .pin .dot:hover {
  background-color: var(--color-secondary);
  transform: scale(1.2);
  cursor: pointer;
}

.red-border {
  border: red 3px solid;
}

.blue-border {
  border: var(--color-primary) 3px solid;
}

.yellow-border {
  border: orange 3px solid;
}

.pin-1 {
  left: 13%;
  top: 11%;
}

.pin-2 {
  left: 20%;
  top: 40%;
}

.pin-3 {
  left: 24%;
  top: 30%;
}

.pin-4 {
  left: 28%;
  top: 34%;
}

.pin-5 {
  left: 27%;
  top: 51%;
}

.pin-6 {
  left: 34%;
  top: 17%;
}

.pin-7 {
  left: 37%;
  top: 20%;
}

.pin-8 {
  left: 57%;
  top: 43%;
}
.pin-9 {
  left: 59%;
  top: 39%;
}

.pin-10 {
  left: 70%;
  top: 18%;
}

.pin-11 {
  left: 91%;
  top: 39%;
}
.footer-member {
  padding: 3em 0em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-secondary);
}

.footer-member img {
  width: 100%;
  max-width: 55em;
  padding: 0px 20px;
}

/* lightbox */
.lightbox-container {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  -webkit-animation: lightBoxShowUp ease-in 400ms;
  animation: lightBoxShowUp ease-in 400ms;
}

.lightbox-container .close {
  position: absolute;
  right: 0px;
  color: red;
  font-size: 2em;
  padding: 0.5em;
  cursor: pointer;
  z-index: 9999;
}

.lightbox-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.lightbox-carousel {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.lightbox-carousel .grid {
  max-height: 100%;
  width: 80%;
}

.lightbox-carousel .grid .images {
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
}

.lightbox-carousel .grid img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 1em;
  border-radius: 2em;
}

.lightbox-carousel-nav .right {
  top: 40%;
  right: 3%;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 4em;
}

.lightbox-carousel-nav .left {
  top: 40%;
  left: 3%;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 4em;
}

.lightbox-navigation .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100vw;
  padding-bottom: 2em;
  overflow-x: scroll;
}

.lightbox-description p {
  padding: 10px 0px 40px 0px;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: capitalize;
}

.lightbox-navigation .navigation-wrapper img {
  border-radius: 1em;
  min-width: 160px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  margin-right: 1em;
}

.video-modal-container {
  background-color: white;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-animation: lightBoxShowUp linear 400ms;
  animation: lightBoxShowUp linear 400ms;
}

.video-modal-container .video-modal-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal-container .video-modal-content #video-frame {
  height: 70%;
  width: 50%;
}

.video-modal-container .video-modal-content .text-content {
  width: 50%;
  font-weight: bold;
  padding: 1em 0em;
  color: black;
}

.video-modal-container .close {
  position: absolute;
  right: 24%;
  top: 7%;
  color: red;
  font-size: 35px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: green;
  border-radius: 50%;
  z-index: 999;
}

/* artikel css */

.article-banner {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.article-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-banner .rounded-corner {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: -100px;
  width: 14em;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-slide .rounded-corner {
  position: absolute;
  z-index: 99;
  right: 0px;
  bottom: -130px;
  width: 12em;
  opacity: 0.5;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-banner .text-wrapper {
  z-index: 99;
  color: white;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-banner .text-wrapper h1 {
  width: 80%;
  text-align: center;
}

/* article list */

.article-list {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 6em;
}

.article-list h1 {
  font-size: 1.6em;
  padding: 1em 0em;
}

.article-list .article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px !important;
  border-radius: 1em;
}

.article-list .article-card .img-wrapper {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 1em;
}

.article-list .article-card .img-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 1em;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  cursor: pointer;
  border-radius: 1em;
}

.article-list .article-card .text-wrapper p {
  font-size: 1.2em;
  font-weight: 500;
  padding: 1em 0em;
  cursor: pointer;
  color: #16325c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 70px;
  margin-bottom: 5px;
}

.text-underline {
  text-decoration: underline !important;
}

.article-list .article-card .action-wrapper button {
  background-color: transparent;
  border-radius: 2em;
  border: var(--color-primary) 1px solid;
  width: 100px;
  height: 25px;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  cursor: pointer;
  font-style: normal;
  font-weight: medium;
  font-size: 12px;
  color: #16325c;
}

.article-list .article-card .action-wrapper button:hover {
  background-color: var(--color-primary) !important;
  color: white !important;
}

/* detail article logic */
.detail-article-container {
  padding: 10em 0em;
}

.detail-article-container .article-content {
  width: 80%;
  margin: 0 auto;
  padding-right: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail-article-container .article-content .article-img {
  width: 100%;
  max-height: 350px;
}

.detail-article-container .article-content h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-weight: medium;
  font-size: 40px;
  margin-bottom: 1em;
  color: #000000;
}

.detail-article-container .article-content .text-content-container {
  margin-top: 2em;
}

.detail-article-container .article-content .text-content-container .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4em;
  font-weight: normal;
}

.detail-article-container
  .article-content
  .text-content-container
  .author
  p:first-child {
  margin-bottom: 1em;
}

.detail-article-container
  .article-content
  .text-content-container
  .back-button
  button {
  background-color: red;
  color: white;
  border: none;
  width: 124.6px;
  height: 36.31px;
  border-radius: 2em;
}

.detail-article-container
  .article-content
  .text-content-container
  .back-button
  button:hover {
  background-color: rgb(211, 25, 25);
  cursor: pointer;
}

.detail-article-container .article-content .text-content {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 2em;
}

.detail-article-container .article-content .meta-data img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1em;
}

.detail-article-container .article-content .meta-data .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0em;
  border-bottom: 1px black solid;
  margin-bottom: 1em;
}

.detail-article-container .article-content .meta-data .description .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-article-container .article-content .meta-data .description .share p {
  margin-right: 0.4em;
}

.detail-article-container
  .article-content
  .meta-data
  .description
  .share
  .sosmed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-article-container
  .article-content
  .meta-data
  .description
  .share
  .sosmed
  span:not(:last-child) {
  margin-right: 0.8em;
}

.detail-article-container
  .article-content
  .meta-data
  .description
  .share
  .sosmed
  span img {
  width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

.detail-article-container .article-content .meta-data .description .share span {
  width: 20px;
  height: 20px;
  background-color: gray;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes lightBoxShowUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lightBoxShowUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
/* media query xl */
@media only screen and (max-width: 1268px) {
  .gallery__cards .card {
    height: 100% !important;
  }

  .search-container .search-items {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1042px) {
  .detail-article-container .article-content {
    padding-right: 5em;
  }

  .peta-ekspedisi {
    width: 800px;
  }

  .peta-ekspedisi #peta {
    width: 800px;
  }

  .peta-ekspedisi .pin {
    height: 90px;
  }
}

@media only screen and (max-width: 818px) {
  .peta-ekspedisi {
    width: 600px;
  }

  .peta-ekspedisi #peta {
    width: 600px;
  }

  .peta-ekspedisi .pin {
    height: 80px;
  }
}

@media only screen and (max-width: 618px) {
  .lightbox-carousel-nav .right,
  .lightbox-carousel-nav .left {
    padding: 10px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 10%;
    background-color: rgba(255, 255, 255, 0.255);
  }

  .lightbox-carousel-nav .right:hover,
  .lightbox-carousel-nav .left:hover {
    background-color: rgba(255, 255, 255, 0.519);
  }

  .peta-ekspedisi {
    width: 100%;
  }

  .peta-ekspedisi #peta {
    width: 100%;
    max-width: 500px;
  }

  .peta-ekspedisi .pin {
    height: 50px;
  }

  .pin-1 {
    top: 20%;
    left: 17%;
  }

  .pin-2 {
    top: 36%;
  }

  .pin-5 {
    top: 46%;
  }

  .pin-6 {
    top: 25%;
  }

  .pin-7 {
    top: 30%;
  }

  .pin-10 {
    top: 25%;
    left: 68%;
  }

  .pin-11 {
    left: 88%;
  }

  .peta-ekspedisi .pin .dot {
    height: 75px;
    width: 13px;
    height: 13px;
    border-width: 2px;
  }
}

/* media query for mobile */
@media only screen and (max-width: 912px) {
  .mobile {
    display: block;
  }

  .navbar-container {
    display: none;
  }

  .search-container {
    top: 80px !important;
  }

  .m-navbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-slide .text-wrapper h1 {
    font-size: 1.5em;
    width: 100%;
  }

  .hero-slide .text-wrapper button {
    font-size: 1em;
    height: 30px;
  }

  .hero-slide .text-wrapper {
    width: 70%;
  }

  .hero-slide .text-wrapper button {
    width: 160px;
  }

  .hero-navigation .right img,
  .hero-navigation .left img {
    width: 15px;
  }

  .gallery__cards .card {
    height: 100%;
  }

  .hero-navigation {
    padding: 0px var(--spacing-sm);
  }

  .hero-slide .rounded-corner {
    width: 6em;
  }

  .gallery__cards {
    margin: 0em 0em !important;
  }

  .gallery-video {
    margin-top: 4em;
  }

  .gallery__navigation-next {
    position: absolute;
    top: 45%;
    right: 4%;
    z-index: 99;
    cursor: pointer;
  }

  .gallery__navigation-prev {
    position: absolute;
    top: 45%;
    left: 4%;
    z-index: 99;
    cursor: pointer;
  }

  .e-magazine-container {
    margin: 0em 10px !important;
  }

  .e-magazine-slider {
    width: 100% !important;
  }

  .e-magazine-container .e-magazine-wrapper .e-magazine-slider .text-wrapper {
    width: 100%;
    padding-right: 1.5em;
  }

  .e-magazine-container .e-magazine-wrapper .e-magazine-slider .gradient {
    width: 100%;
    opacity: 0.7;
  }

  .gallery-video {
    padding: 0em 0em !important;
  }

  .gallery-video .video-wrapper {
    margin: 1em !important;
  }

  .article-wrapper .article-card {
    width: 100%;
    margin: 0em 1em 2em 1em;
  }

  .article-wrapper .article-card .text-wrapper {
    padding: 2em 1.5em;
  }

  .footer img {
    width: 350px;
  }

  .footer-member .desktop {
    display: none;
  }

  .footer img {
    width: 15em;
  }

  .hero-1 .box {
    width: 100%;
    left: 0;
  }

  .hero-2 .box {
    width: 100%;
    right: 0;
  }

  .hero-1 p,
  .hero-2 p,
  .hero-3 p {
    font-size: 18px;
  }

  .lightbox-navigation .navigation-wrapper {
    overflow-x: scroll;
    padding: 0em 1em 2em 1em;
  }

  .lightbox-carousel-nav .right,
  .lightbox-carousel-nav .left {
    width: 3em;
    top: 38%;
  }

  .lightbox-navigation .navigation-wrapper img {
    height: 70px;
    min-width: 120px;
  }

  .lightbox-carousel .grid img {
    width: 100%;
    max-height: 200px;
  }

  .lightbox-description p {
    padding: 10px 0px 20px 0px;
  }

  .video-modal-container .close {
    right: 2%;
    top: 10%;
  }

  .video-modal-container .video-modal-content #video-frame {
    width: 90%;
  }

  .video-modal-container .video-modal-content .text-content {
    width: 90%;
  }

  .article-banner .text-wrapper h1 {
    font-size: 1em;
  }

  .article-banner .rounded-corner {
    width: 10em;
    bottom: -15em;
  }

  .detail-article-container {
    padding-top: 8em;
  }

  .detail-article-container .article-content {
    padding: 0em;
    width: 90%;
  }

  .detail-article-container .article-content .meta-data .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail-article-container .article-content h1 {
    font-size: 1.6em;
  }

  .detail-article-container .article-content .meta-data .description .share {
    margin-top: 0.6em;
  }

  .footer p {
    font-size: 0.6em;
  }

  .shape-layer svg {
    width: 150px !important;
    height: 290px !important;
  }

  .peta-ekspedisi .popup {
    margin: 0 auto;
    width: 200px;
  }

  .hero-1 .shape-layer,
  .hero-2 .shape-layer {
    opacity: 0.4;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}