/*popup*/

.carousel-wrap {
  /* margin: 3vh auto; */
  padding: 0 10px;
  position: relative;
}

.carousel-wrap .owl-carousel .item div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.carousel-wrap .owl-carousel .item div img {
  object-fit: cover;
  width: 100%;
}

/* .carousel-wrap .owl-item .item {
opacity: 0.5;
transition: opacity 0.3s;
text-decoration: none;
transition: all 0.3s linear;
position: relative;
cursor: pointer;
margin-bottom: 32px;
}

.carousel-wrap .owl-item .item div {
margin-bottom: 20px;
}

.carousel-wrap .owl-item.active .item {
opacity: 1;
background-color: #002f81;
} */

/* END LINE UP */

/*Section Hero*/

.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

.topImage,
.topRightImage {
  position: absolute;
  top: 0;
}

.topImage {
  left: 0;
}

.topRightImage {
  right: 0;
}

.bottomUpImage {
  position: absolute;
  bottom: 0;
}

.bottomUpImage {
  right: 0;
}

.bottomUpImage {
  margin-bottom: 100px;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.topImage img,
.topRightImage img {
  margin-top: 50px;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-hero {
  z-index: 1;
  width: 100%;
  max-width: 1980px;
  margin-top: 100px;
  padding: 24px 96px;
  text-align: start;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.text {
  color: black;
}

.b-hero {
  color: #003da9;
}

.text-hero1 {
  color: #003da9;
  font-size: 48px;
  font-family: open-sans-bold;
}

.text-hero2 {
  font-size: 20px;
  font-weight: 400;
  font-family: open-sans;
}

.img-hero {
  padding: 0 15px;
  width: 680px;
  height: auto;
  /* animation: moveUpDown 3s ease-in-out infinite; */
}

/*section direct*/

.direct-section {
  height: 130px;
  width: 100%;
  background-color: #003da9;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 96px;
  justify-content: space-between;
}

.text-direct {
  margin-top: auto;
  line-height: 0.8;
}

.text-direct1 {
  color: white;
  font-size: 24px;
  font-family: open-sans-bold;
}

.text-direct2 {
  font-size: 16px;
  font-family: open-sans;
  color: white;
}

.btn-direct-content {
  margin: 0;
}

.btn-direct {
  color: #003da9;
  font-weight: 500;
  font-size: 16px;
  font-family: open-sans-semi-bold;
  margin-left: 10px;
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #003da9;
}

.btn-direct:hover {
  color: #003da9;
  font-weight: 500;
  font-size: 16px;
  background-color: #d2d2d2;
  font-family: open-sans-semi-bold;
  margin-left: 10px;
  padding: 6px 16px;
  border-radius: 6px;
  /* border: 1px solid white; */
}

/*Section Tentang Server*/

.section-tentang-server {
  position: relative;
  width: 100%;
  height: 100%;
}

.container-content {
  padding: 88px 96px;
}

.balik {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.content-tentang {
  width: 50vw;
}

.h1-text {
  color: #003da9;
  font-size: 40px;
  font-family: open-sans-bold;
  margin-bottom: 24px;
}

.p-text {
  font-size: 20px;
  font-family: open-sans;
  text-align: start;
}

.image-right {
  width: inherit;
  /* animation: moveUpDown 3s ease-in-out infinite; */
}

/*Section Fitur*/

.fitur-section {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 80px 96px;
  padding-top: 0;
}

.fitur-text {
  text-align: center;
  margin-bottom: 40px;
}

.text-fitur {
  font-size: 40px;
  font-family: open-sans-bold;
  color: #003da9;
}

.fitur-parent {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.fitur-parent .box {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.2s linear;
  padding: 40px 42px;
}

.fitur-parent .box:hover {
  box-shadow: 0px 4px 8px 0px rgba(62, 54, 146, 0.3);
}

.fitur-parent .box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.fitur-parent .box:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}
.fitur-parent .box:nth-child(3) {
  grid-area: 2 / 3 / 3 / 5;
}
.fitur-parent .box:nth-child(4) {
  grid-area: 3 / 2 / 4 / 5;
}
.fitur-parent .box:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}

.fitur-parent .box-1 {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  gap: 42px;
}

.fitur-parent .box-1 .server-1 {
  width: 100%;
  height: 100%;
}

.fitur-parent .box-1 .box-child {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.fitur-parent .box-1 .box-child h3,
.fitur-parent .box-2 .box-child h3 {
  font-family: open-sans;
  font-weight: bold;
  color: var(--primary-color-500);
}

.fitur-parent .box-1 .box-child p,
.fitur-parent .box-2 .box-child p {
  font-family: open-sans;
  color: var(--neutral-color-700);
}

.fitur-parent .box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fitur-parent .box-2 .box-child {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}

.fitur-parent .box-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fitur-parent .box-3 .konten-1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
  height: 60%;
}

.fitur-parent .box-3 .konten-1 h3 {
  font-family: open-sans;
  font-weight: bold;
  color: var(--primary-color-500);
}

.fitur-parent .box-3 .konten-1 p {
  font-family: open-sans;
  color: var(--neutral-color-700);
}

/*Section FMB*/

.section-fmb {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f0f5ff;
}

.content-fmb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 96px;
}

.text-fmb {
  width: 50vw;
}

.h1-fmb {
  color: #003da9;
  font-size: 36px;
  font-family: open-sans-bold;
}

.p-fmb {
  width: 40vw;
  color: #7d7d7d;
  margin: 24px 0 24px 0;
  font-size: 20px;
  font-family: open-sans;
}

.b-fmb {
  color: #003da9;
}

.btn-fmb {
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: open-sans-semi-bold;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  width: 150px;
}

.btn-fmb:hover {
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: open-sans-semi-bold;
  background-color: #003083;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  width: 150px;
}

.img-fmb img {
  width: 600px;
  /* animation: moveUpDown 3s ease-in-out infinite; */
}

/*Section Gallery */

.gallery-aplikasi {
  text-align: center;
  max-width: 1980px;
  margin: auto;
  padding: 80px 96px;
  padding-bottom: 0;
  background-color: #fff;
  position: relative;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

.gallery-header h1 {
  font-size: 40px;
  margin: 0;
  font-family: open-sans-bold;
}

.gallery-header .control-buttons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.gallery-header .control-buttons button {
  width: 130px;
  height: 50px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: black;
  text-decoration: none;
  margin: 10px;
  background-color: #fff;
  outline: none;
  border: none;
  transition: 0.2s linear;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.gallery-header .control-buttons button:hover {
  background-image: linear-gradient(to right bottom, #003da9, #003ba2, #00399b, #003695, #00348e, #0a3892, #123d97, #19419b, #264dab, #325abc, #3d68cd, #4775de);
  color: #fff;
}

.span-gallery {
  color: #003da9;
}

.bx-wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.bx-wrapper img {
  width: 100%;
  background-size: cover;
  height: auto;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.slide-caption {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
  font-family: open-sans;
}

.cta-button {
  margin-top: 64px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  font-family: open-sans-semi-bold;
  border: none;
  width: 150px;
}

.cta-button:hover {
  background-color: #003287;
}

.bxslider li {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.bxslider li.active {
  opacity: 1;
}

.bxslider li img {
  display: block;
  margin: 0 auto;
}

/* FOOTER HEAD */
#footer-head {
  height: auto;
  padding: 80px 96px;
}

#footer-head .footer-head-konten {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #d5d5d5;
  border-radius: 10px;
}

#footer-head .footer-head-konten .konten-text h3 {
  font-family: open-sans-semi-bold;
  font-size: 24px;
}

#footer-head .footer-head-konten .konten-text p {
  margin: 0;
  padding: 0;
  font-family: open-sans;
  color: var(--neutral-color-900);
}

#footer-head .footer-head-konten .konten-btn {
  display: flex;
  align-items: center;
}

.btn-default {
  color: white;
  font-weight: 500;
  font-size: 16px;
  background-color: #003da9;
  padding: 6px 16px;
  border-radius: 6px;
  border: none;
  width: 150px;
}

.btn-default:hover {
  background-color: #002f81;
}
/* END FOOTER HEAD */

.fitur-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}

.fitur-parent .box:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.fitur-parent .box:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}

.fitur-parent .box:nth-child(3) {
  grid-area: 2 / 3 / 3 / 5;
}

.fitur-parent .box:nth-child(4) {
  grid-area: 3 / 2 / 4 / 5;
}

.fitur-parent .box:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}

@media (max-width: 820px) {
  .fitur-parent {
    grid-template-columns: 1fr;
  }

  .fitur-parent .box:nth-child(1),
  .fitur-parent .box:nth-child(2),
  .fitur-parent .box:nth-child(3),
  .fitur-parent .box:nth-child(4),
  .fitur-parent .box:nth-child(5) {
    grid-area: auto;
  }

  .fitur-parent .box-1 .server-1, .fitur-parent .box-3 .konten-2 {
    display: none;
  }

  .fitur-parent .box-3 .konten-1 {
    height: auto;
  }
}

/*responsive mobile 360px*/

@media (min-width: 360px) and (max-width: 480px) {
  #header {
    height: 80%;
  }
  /*section hero*/
  .section-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .topImage,
  .topRightImage,
  .bottomUpImage {
    display: none;
  }
  .mobile-hero {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .img-mobile img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .text-mobile {
    line-height: normal;
    width: 100vw;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .text-hero1 {
    font-size: 24px;
    text-align: start;
    font-weight: bold;
  }
  .text-hero2 {
    font-size: 14px;
    text-align: start;
  }
  /*section direct*/
  .direct-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 24px 16px;
    overflow: hidden;
  }
  .direct-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .text-direct1 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .text-direct2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  /*section tentang server*/
  .tentang-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .balik-mobile {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 16px;
    box-sizing: border-box;
  }
  .img-tentang-mobile img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .content-tentang-mobile {
    line-height: 1.5;
    width: 100%;
  }
  .h1-text {
    font-size: 24px;
    text-align: justify;
    font-weight: bold;
  }
  .p-text {
    text-align: justify;
    font-size: 14px;
    text-align: start;
    font-weight: 400;
  }
  /*section fitur*/
  .mobile-fitur {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    box-sizing: border-box;
  }
  .fitur-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .text-fitur {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: bold;
  }
  /* .grid-mobile {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .card-content .img-fluid {
    display: none;
  }
  .card-content-empat .img-fluid {
    display: none;
  }
  .satu,
  .dua,
  .tiga,
  .empat,
  .lima {
    grid-column: 1 / 2;
  }
  .satu {
    grid-row: 1;
  }
  .dua {
    grid-row: 2;
  }
  .tiga {
    grid-row: 3;
  }
  .empat {
    grid-row: 4;
  }
  .lima {
    grid-row: 5;
  } */
  /*section fmb*/
  .fmb-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .content-fmb-mobile {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
  .text-fmb-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .h1-fmb {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .p-fmb {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .img-fmb-mobile img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .btn-fmb {
    width: 100%;
  }
  .btn-fmb:hover {
    width: 100%;
  }
  /*gallery section*/
  .gallery-mobile {
    /* display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  flex-direction: column; */
    padding: 48px 16px;
  }
  .heaader-gallery-mobile h1 {
    font-size: 24px;
    font-weight: bold;
  }
  #prevSlide {
    display: none;
  }
  #nextSlide {
    display: none;
  }
  .bxslider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5vw;
  }
  .bxslider img {
    width: 300px;
    max-width: 100%;
    height: auto;
  }
  .slide-caption {
    font-size: 24px;
  }
  .cta-mobile {
    margin-top: 0;
  }
  .bxslider li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    height: auto;
  }
  .card-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    height: 100%;
    width: 100%;
  }
  .text-hubkami {
    line-height: normal;
    text-align: center;
  }
  .p-hub1 {
    font-size: 18px;
    font-family: open-sans-semi-bold;
  }
  .p-hub2 {
    font-size: 14px;
    font-family: open-sans;
  }
}

/*responsive mobile 720px*/

@media (min-width: 481px) and (max-width: 720px) {
  #header {
    height: 80%;
  }
  /* Section Hero */
  .section-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .topImage,
  .topRightImage,
  .bottomUpImage {
    display: none;
  }
  .mobile-hero {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .img-mobile img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .text-mobile {
    line-height: normal;
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
  }
  .text-hero1 {
    font-size: 24px;
    text-align: start;
    font-weight: bold;
  }
  .text-hero2 {
    font-size: 16px;
    text-align: start;
    font-weight: 450;
  }
  /* Section Direct */
  .direct-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 24px 16px;
    overflow: hidden;
  }
  .direct-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .text-direct1 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .text-direct2 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
  }
  /* Section Tentang Server */
  .tentang-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .balik-mobile {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 16px;
    box-sizing: border-box;
  }
  .img-tentang-mobile img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .content-tentang-mobile {
    line-height: 1.5;
    width: 100%;
  }
  .h1-text {
    font-size: 24px;
    text-align: justify;
    font-weight: bold;
  }
  .p-text {
    text-align: justify;
    font-size: 14px;
    text-align: start;
    font-weight: 400;
  }
  /* Section Fitur */
  .mobile-fitur {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    box-sizing: border-box;
  }
  .fitur-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .text-fitur {
    font-size: 24px;
    text-align: center;
    margin: 0;
    font-weight: bold;
  }
  .grid-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .card-content .img-fluid,
  .card-content-empat .img-fluid {
    display: none;
  }
  .satu,
  .dua,
  .tiga,
  .empat,
  .lima {
    grid-column: 1 / 2;
  }
  .satu {
    grid-row: 1;
  }
  .dua {
    grid-row: 2;
  }
  .tiga {
    grid-row: 3;
  }
  .empat {
    grid-row: 4;
  }
  .lima {
    grid-row: 5;
  }
  /* Section FMB */
  .fmb-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .content-fmb-mobile {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
  .text-fmb-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .h1-fmb {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .p-fmb {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .img-fmb-mobile img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .btn-fmb {
    width: 100%;
  }
  /* Gallery Section */
  .gallery-mobile {
    /* display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  flex-direction: column; */
    padding: 48px 16px;
  }
  .heaader-gallery-mobile h1 {
    font-size: 24px;
  }
  #prevSlide {
    display: none;
  }
  #nextSlide {
    display: none;
  }
  .cta-mobile {
    margin-top: 0;
  }
  .bxslider {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bxslider img {
    width: 300px;
    max-width: 100%;
    height: auto;
  }
  .slide-caption {
    font-size: 1rem;
  }
  .bxslider li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    height: auto;
  }
  .hubkami-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    padding: 48px 16px;
    padding-top: 0;
  }
  .text-hubkami {
    line-height: normal;
    text-align: center;
  }
  .p-hub1 {
    font-size: 18px;
  }
  .p-hub2 {
    font-size: 14px;
  }
}

/*responsive mobile 1022px*/

@media (min-width: 721px) and (max-width: 1022px) {
  #header {
    height: 80vh;
  }
  /* Section Hero */
  .section-hero {
    margin-top: -30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
  }
  .topImage,
  .topRightImage,
  .bottomUpImage {
    display: none;
  }
  .mobile-hero {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 16px;
    box-sizing: border-box;
  }
  .img-mobile img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .text-mobile {
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
  }
  .text-hero1 {
    font-size: 6vw;
    font-weight: bold;
    text-align: start;
  }
  .text-hero2 {
    font-size: 3vw;
    text-align: start;
    font-weight: 400;
  }
  /* Section Direct */
  .direct-mobile {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 24px 16px;
    overflow: hidden;
  }
  .direct-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.5;
  }
  .text-direct1 {
    font-size: calc(1.5em + 0.4vw);
    text-align: center;
    font-weight: bold;
  }
  .text-direct2 {
    font-size: calc(1em + 0.3vw);
    font-weight: 400;
  }
  /* Section Tentang Server */
  .tentang-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .balik-mobile {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 16px;
    box-sizing: border-box;
  }
  .img-tentang-mobile img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .content-tentang-mobile {
    line-height: 1.5;
    width: 100%;
  }
  .h1-text {
    font-size: calc(1.5em + 0.5vw);
    text-align: justify;
    font-weight: bold;
  }
  .p-text {
    text-align: justify;
    font-size: calc(1em + 0.3vw);
    text-align: start;
    font-weight: 400;
  }
  /* Section Fitur */
  .mobile-fitur {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    padding-top: 0;
    box-sizing: border-box;
  }
  .fitur-text-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .text-fitur {
    font-size: calc(1.5em + 0.5vw);
    text-align: start;
    margin: 0;
    font-weight: bold;
  }
  .grid-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .card-content .img-fluid,
  .card-content-empat .img-fluid {
    display: none;
  }
  .empat {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  .satu,
  .dua,
  .tiga,
  .empat,
  .lima {
    grid-column: span 1;
  }
  .satu {
    grid-row: 1;
  }
  .dua {
    grid-row: 2;
  }
  .tiga {
    grid-row: 3;
  }
  .empat {
    grid-row: 4;
  }
  .lima .card-content {
    margin-right: auto;
  }
  .lima {
    grid-row: 5;
  }
  /* Section FMB */
  .fmb-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
  }
  .content-fmb-mobile {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 16px;
  }
  .text-fmb-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .h1-fmb {
    margin-top: 24px;
    text-align: center;
    font-size: calc(1.5em + 0.5vw);
    font-weight: bold;
  }
  .p-fmb {
    width: 100%;
    text-align: center;
    font-size: calc(1em + 0.3vw);
  }
  .img-fmb-mobile img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .btn-fmb {
    width: 100%;
  }
  /* Gallery Section */
  .gallery-mobile {
    /* display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  flex-direction: column; */
    padding: 48px 16px;
  }
  .heaader-gallery-mobile h1 {
    font-size: calc(1.5em + 0.5vw);
  }
  #prevSlide {
    display: none;
  }
  #nextSlide {
    display: none;
  }
  .cta-mobile {
    margin-top: 0px;
  }
  .bxslider {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bxslider img {
    width: 400px;
    max-width: 100%;
    height: auto;
  }
  .slide-caption {
    font-size: 1rem;
  }
  .bxslider li {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    height: auto;
  }
  .hubkami-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    padding: 48px 16px;
    padding-top: 0;
  }
  .card-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    height: auto;
    height: 100%;
    width: 100%;
  }
  .text-hubkami {
    line-height: normal;
    text-align: center;
  }
}

@media (min-width: 1022px) and (max-width: 1300px) {
  .section-hero .content-hero {
    margin-top: 80px;
    padding: 24px 96px;
  }
  .text {
    width: 100%;
  }
  .text-hero1 {
    font-size: 4vw;
  }
  .text-hero2 {
    font-size: 1.8vw;
  }
  .img-hero img {
    width: 500px;
  }
  .direct-section .direct-mobile {
    width: 100%;
    padding: 24px 96px;
  }
  .text-direct1 {
    font-size: 28px;
  }
  .text-direct2 {
    font-size: 18px;
  }
  .container-content {
    padding: 60px 96px;
    padding-top: 0;
  }
  .content-tentang {
    width: 60vw;
  }
  .h1-text {
    font-size: 42px;
  }
  .p-text {
    font-size: 1.2vw;
  }
  .fitur-section {
    padding: 80px 96px;
    padding-top: 0;
  }
  .text-fitur {
    font-size: 42px;
  }
  .gallery-aplikasi {
    padding: 60px 96px;
  }
  .gallery-header h1 {
    font-size: 42px;
  }
  .content-fmb {
    padding: 60px 96px;
  }
  .h1-fmb {
    font-size: 42px;
  }
  .p-fmb {
    font-size: 18px;
  }
  .img-fmb img {
    width: 500px;
  }
  .section-hubkami {
    padding: 60px 48px;
    padding-top: 0;
  }
  .card-desktop {
    width: 80vw;
  }
  .p-hub1 {
    font-size: 22px;
  }
  .p-hub2 {
    font-size: 14px;
  }
}

/*Animation*/

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 768px) {
  /* FOOTER HEAD */
  #footer-head {
    height: auto;
    padding: 48px 24px;
  }

  #footer-head .footer-head-konten {
    padding: 24px 22px;
    flex-direction: column;
    align-items: center;
  }

  #footer-head .footer-head-konten .konten-text h3 {
    text-align: center;
    font-size: large;
    margin: 0;
  }

  #footer-head .footer-head-konten .konten-text p {
    text-align: center;
    font-size: smaller;
    margin: 8px 0 32px;
  }
  /* END FOOTER HEAD */
}

@media (max-width: 767px) {
  #footer-head .footer-head-konten .konten-btn {
    width: 100%;
  }

  #footer-head .footer-head-konten .konten-btn button {
    width: 100%;
  }
}
