<style>
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  /*background: url(image/bg.jpg);*/timeline
  background-color:white;
  background-size:cover;
  background-attachment: fixed;
  background-position: center;
  height:100%;
  width: 100%;
  font-family: 'Raleway', sans-serif;
}




    .container-other-facilities {
      width: 95%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; /* biar responsif */
      gap: 20px;
      justify-content: center; /* center horizontal */
    }

    .left-other-facilities {
      flex: 1 1 300px; /* minimal lebar 300px */
      text-align: left; /* diubah ke left agar teks fasilitas lebih rapi dibaca */
    }

    .left-other-facilities h2 {
      font-size: 24px;
      margin-bottom: 25px;
      color: #333;
      position: relative;
      padding-bottom: 5px;
    }

    .facility-other-facilities {
      margin-bottom: 20px;
      /* border-left: 3px solid #555; */
      padding-left: 10px;
    }

    .facility-other-facilities strong {
      display: block;
      font-size: 16px;
      color: #222;

    }

    .facility-other-facilities span {
      font-size: 13px;
      color: #666;
      line-height: 1.4;
    }

    .right-other-facilities {
      flex: 1 1 100px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
    }

    /* --- CSS SISTEM OVERLAY BARU --- */
    .img-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      /* border-radius: 6px; */
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      cursor: pointer;
    }

    .right-other-facilities img {
      width: 100%;
      height: 100%;
      /* object-fit: cover; /* Agar gambar terpotong rapi di dalam grid */ */
      display: block;
      transition: transform 0.5s ease;
    }

    /* Lapisan gelap overlay */
    .overlay-other-facilities {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.7); /* Warna hitam transparan */
      transition: opacity 0.4s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      box-sizing: border-box;
    }

    /* Teks di dalam overlay */
    .overlay-text-other-facilities {
      color: white;
      font-size: 14px;
      font-weight: bold;
      text-align: center;

      letter-spacing: 1px;
      transform: translateY(10px);
      transition: transform 0.4s ease;
    }

    /* EFEK HOVER: Munculkan overlay & zoom sedikit gambarnya */
    .img-container:hover .overlay-other-facilities {
      opacity: 1;
    }





    /* --- Mobile tweak --- */
    @media (max-width: 768px) {
      .container-other-facilities {
        flex-direction: column;
        align-items: center;
      }
      .left-other-facilities, .right-other-facilities {
        flex: 1 1 100%;
        width: 100%;
      }
    }



/* Tombol Floating */
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffcc00;          /* kuning */
  color: #000000;               /* teks hitam */
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  z-index: 999;
  display: none;                /* default: disembunyikan */
}

#scrollTopBtn:hover {
  background: #000000;          /* hover hitam */
  color: #ffcc00;               /* teks kuning */
  border: 2px solid #ffcc00;
}


.brand-banner {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.brand-track {
  display: inline-block;
  animation: scroll 60s linear infinite;
}

.brand-track img {
  height: 60px;
  width: auto;
  margin: 0 20px;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.end_font{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  /*height: 450px;    */

  background-color:#161825;
  /*text-align:center;*/
  padding:10px;
  /*margin-top:7px;*/
  font-size:13px;
  height:45px;
  color:white;
}

/*IMAGE SHOW PRODUCT*/
.containerproduct {
  float:left;
  position: relative;
  width: 33%;
  max-width: 300px;
}

.imageproduct {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabel_produk {
  width:80%;
}

.overlayproduct {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.containerproduct:hover .overlayproduct {
  opacity: 1;
}
/*IMAGE SHOW PRODUCT END*/

/* MILESTONE */
.intro {
  background: black;
  padding: 100px 0;
}

/* .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
} */



/* GESER OTOMATIS */
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('image/20230607171229-Capture.JPG');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.30;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
}
#Heading6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
/* GESER OTOMATIS END */


/* CONTACT ME */
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #333333;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Line1
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox1
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox1:focus
{
   outline: 0;
}
#Line2
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox2
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox2:focus
{
   outline: 0;
}
#Line3
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox3
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox3:focus
{
   outline: 0;
}
#Line4
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#TextArea1
{
   box-sizing: border-box;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0;
   overflow: auto;
   resize: none;
}
#TextArea1:focus
{
   outline: 0;
}
#Line5
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Button1
{
   border: 1px solid #18BC9C;
   border-radius: 4px;
   background-color: #18BC9C;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
/* CONTACT ME END */


/* RESPONSIVE GALLERY IMAGES */
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  .mainproduct_maps {
    height: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* RESPONSIVE GALLERY IMAGES END*/



/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.timeline ul {*/
/*  background: black;*/
/*  padding: 50px 0;*/
/*}*/

/*.timeline ul li {*/
/*  list-style-type: none;*/
/*  position: relative;*/
/*  width: 6px;*/
/*  margin: 0 auto;*/
/*  padding-top: 6px;*/
/*  padding-bottom: 6px;*/
/*  background: #fff;*/
/*  border-radius: 50px;*/
/*}*/

/*.timeline ul li::after {*/
  /* content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1; */
/*}*/

/*.timeline ul li div {*/
/*  position: relative;*/
/*  bottom: 0;*/
/*  width: 400px;*/
/*  height: 250px;*/
/*  padding: 15px;*/
/*  background: #f9c54c;*/
/*  border-radius: 10px;*/
/*  font-size: 20px;*/
/*}*/

/*.timeline ul li div::before {*/
  /* content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid; */
/*}*/

/*.timeline ul li:nth-child(odd) div {*/
/*  left: 45px;*/
/*}*/

/*.timeline ul li:nth-child(odd) div::before {*/
/*  left: -15px;*/
/*  border-width: 8px 16px 8px 0;*/
/*  border-color: transparent black transparent transparent;*/
/*}*/

/*.timeline ul li:nth-child(even) div {*/
/*  left: -439px;*/
/*}*/

/*.timeline ul li:nth-child(even) div::before {*/
/*  right: -15px;*/
/*  border-width: 8px 0 8px 16px;*/
/*  border-color: transparent transparent transparent black;*/
/*}*/

/*time {*/
/*  display: block;*/
/*  font-size: 1.2rem;*/
/*  font-weight: bold;*/
/*  margin-bottom: 8px;*/
/*}*/


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.timeline ul li::after {*/
/*  transition: background 0.5s ease-in-out;*/
/*}*/

/*.timeline ul li.in-view::after {*/
/*  background: black;*/
/*}*/

/*.timeline ul li div {*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/

/*.timeline ul li:nth-child(odd) div {*/
/*  transform: translate3d(200px, 0, 0);*/
/*}*/

/*.timeline ul li:nth-child(even) div {*/
/*  transform: translate3d(-200px, 0, 0);*/
/*}*/

/*.timeline ul li.in-view div {*/
/*  transform: none;*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.timeline-clippy ul li::after {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 0;*/
/*}*/

/*.timeline-rhombus ul li::after {*/
/*  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
/*}*/

/*.timeline-rhombus ul li div::before {*/
/*  bottom: 12px;*/
/*}*/

/*.timeline-star ul li::after {*/
/*  clip-path: polygon(*/
/*    50% 0%,*/
/*    61% 35%,*/
/*    98% 35%,*/
/*    68% 57%,*/
/*    79% 91%,*/
/*    50% 70%,*/
/*    21% 91%,*/
/*    32% 57%,*/
/*    2% 35%,*/
/*    39% 35%*/
/*  );*/
/*}*/

/*.timeline-heptagon ul li::after {*/
/*  clip-path: polygon(*/
/*    50% 0%,*/
/*    90% 20%,*/
/*    100% 60%,*/
/*    75% 100%,*/
/*    25% 100%,*/
/*    0% 60%,*/
/*    10% 20%*/
/*  );*/
/*}*/

/*.timeline-infinite ul li::after {*/
/*  animation: scaleAnimation 2s infinite;*/
/*}*/

/*@keyframes scaleAnimation {*/
/*  0% {*/
/*    transform: translateX(-50%) scale(1);*/
/*  }*/
/*  50% {*/
/*    transform: translateX(-50%) scale(1.25);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-50%) scale(1);*/
/*  }*/
/*}*/


/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.page-footer {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  bottom: 20px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  padding: 5px;*/
/*  color: black;*/
/*  background: rgba(255, 255, 255, 0.65);*/
/*}*/

/*.page-footer a {*/
/*  display: flex;*/
/*  margin-left: 4px;*/
/*}*/

    .timeline {
      width: 80%;
      margin: 50px auto;
      position: relative;
    }
    .milestone {
      background: rgba(255,255,255,0.1);
      padding: 20px;
      margin: 30px 0;
      border-radius: 10px;
      opacity: 1;
      transition: opacity 1s ease-out, transform 1s ease-out;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .milestone img {
      width: 120px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    }
    .milestone.fade-out {
      opacity: 0;
      transform: translateY(30px);
    }
    .text {
      flex: 1;
    }
    .year {
      font-size: 24px;
      font-weight: bold;
      color: #f1c40f;
    }
    .location {
      font-size: 18px;
      font-style: italic;
      margin-bottom: 10px;
    }
    .desc {
      font-size: 16px;
    }

    /* Responsive untuk HP */
    @media (max-width: 768px) {

      .logogambar img {
          width: 20%;
          max-height: 25px;
          margin-bottom: 5px;
      }

      .brand-track img {
        height: 40px;
        width: auto;
        margin: 0 10px;
      }

      .mainproduct_maps {
        height: 300px;
        width: 100%;
      }

      .timeline {
        width: 95%;
        margin: 20px auto;
      }
      .milestone {
        flex-direction: column;
        text-align: center;
      }
      .milestone img {
        width: 100%;
        max-width: 250px;
      }
      .year {
        font-size: 20px;
      }
      .location {
        font-size: 16px;
      }
      .desc {
        font-size: 14px;
      }
    }
/* MILESTONE END */


/* GESER SAMPING */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
} */
.slide-container{
  max-width: 1120px;
  height: 440px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  /* border-radius: 25px; */
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #40E3F4;;
  /* border-radius: 0px 0px 0 25px; */
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  /* border-radius: 0 25px 0 0; */
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 5%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5%;
  border: 4px solid #40E3F4;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #7705bc;
  padding: 8px 16px;
  background-color: #f9c54c;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: black;
  color: white;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
/* GESER SAMPING END */

/* SPIN */
#loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.95;
  background-color: #fff;
  z-index: 99;
}

#loader p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 100px;
  padding: 0;
  margin: 0;
}

#loader center {
  padding-top:20%;
}

.loader_spin {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* SPI END */


/* FADE UP */
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcJmmWkA4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcJ2mWkA4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcKWmW.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

section{
  display: flex;
  justify-content: center;
  align-items: center;
}
section:nth-child(1){
  color: #e0ffff;
  }
section:nth-child(2){
  color: #42455a;
  background: #e0ffff;
}
section:nth-child(3){
  color: #e0ffff;
}
section:nth-child(4){
  color: #42455a;
  background: #e0ffff;
}
section .container{
  /* margin: 20px; */
}
section h1{
  font-size: 3rem;
  /* margin: 20px; */
}
section h2{
  font-size: 40px;
  text-align: center;

}
section .text-container{
   display: flex;
}
section .text-container2{
   display: flex;
}
section .text-container .text-box{
  margin: 5px;
  padding: 5px;
  /* background: #00c2cb; */
}
section .text-container .text-box h3{
  /* font-size: 30px; */
  text-align: center;

  /* margin-bottom: 10px; */
}

@media (max-width: 900px){
  .mainproduct_maps {
    height: 300px;
    width: 100%;
  }

  section h1{
    font-size: 2rem;
    text-align: center;
  }
  section .text-container{
    flex-direction: column;
  }
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
/* FADE UP END */


/* BACT TO TOP */
.top {
  place-self:end;
  position:sticky;
  bottom:20px;

  /* visual styling */
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background: #000;
  border-radius: 100px;
}
/* BACT TO TOP END*/


/* SCROLL HEADER*/
.scroll_header {
  margin-top: 10px;
}

.slider {
  width: 100%;
  height: 260px;
  position: relative;
}

.slider img {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider img:first-child {
  z-index: 1;
}

.slider img:nth-child(2) {
  z-index: 0;
}

.navigation-button {
  text-align: center;
  position: relative;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 20px;
  margin: 0 2px;
  background-color: black;
  display: inline-block;
}

.dot:hover {
  background-color: #1E90FF;
}
.dot.active {
  background-color: #1E90FF;
}
/* SCROLL HEADER END */

/* IMG PRODUCT */
.img_product {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height:230px;
  /* width: :230px; */
  border-radius:30px;
}
/* IMG PRODUCT END*/

/* CUSTOMER PRODUCT */
.customer {
  height:80px;
  width: auto;
  padding:10px;
  border-radius:10px;
}
/* CUSTOMER END*/

.menu {
  float: left;
  width: 75%;
  text-align: center;
  margin-top: 10px;
  height: 450px;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  margin-top: 10px;
  float: left;
  width: 25%;
  padding: 0 20px;
  background-color: white;
  height: 450px;
  padding-left: 20px;
  padding-right: 20px;
}

.menuproduct {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 0px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.menuproduct2 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mainproduct {
  margin-top: 0px;
  float: right;
  width: 50%;
  padding: 0 20px;
  background-color: white;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mainproduct_maps {
  margin-top: 0px;
  float: right;
  width: 50%;
  padding: 0 20px;
  background-color: white;
  height: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.right {
  background-color: #e5e5e5;
  float: left;
  width: 20%;
  padding: 15px;
  margin-top: 7px;
  text-align: center;
}

.logogambar {
    flex-direction: column;
    align-items: center;
}
.logogambar img {
    width: 50%;
    max-height: 80px;
    margin-bottom: 5px;
}

.headergambar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    color: #fff;
}

.logo {
     padding-top: 13px;
}

.logo a {
     font-size: 50px;
     text-shadow: 3px 2px 1px grey;
     line-height: 25px;
     color: #666666;
     font-weight: bold;

}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.build_box h1 {
     margin-left: 10px;
     text-shadow: 3px 2px 1px black;
     text-align: left;
     font-size: 70px;
     font-weight: bold;
     color: #fff;
     line-height: 60px;
     padding-bottom: 0px;
     display: block;
     font-family: 'Raleway', sans-serif;
}

.build_box p {
     background: yellow;
     margin-left: 10px;
     text-align: left;
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box .conatct_btn {
     font-size: 20px;
     padding: 15px 0;

     font-weight: normal;
     max-width: 278px;
     background: #f9c54c;
     font-family: 'Raleway', sans-serif;
     color:#7705bc;
}

.build_box .conatct_btn:hover {
     background: #1b1b1a;
}


.read_more {
     box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 50px;

     margin-bottom: 10px;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}

.titlepage {
     text-align: center;
     /* padding-bottom: 20px; */
}

.titlepage h2 {
     font-size: 40px;
     color: #1c1c1c;
     line-height: 40px;
     font-weight: 700;
     padding: 0;
     font-family: 'Roboto', sans-serif;
     text-shadow: 1px 1px 1px grey;
     margin-top:20px;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 30px;
     display: block;
     color: #666666;
     font-family: 'Poppins', sans-serif;
     padding-top: 10px;
     padding-bottom: 15px;
     opacity: 1;
}

.main_form {
     color: #666666;
     font-family: 'Poppins', sans-serif;
     padding-top: 15px;
     padding-bottom: 15px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
     opacity: 1;
}

.globalchinli span {
     font-size: 17px;
}

.globalchinli h3 {
     font-size: 17px;
}

.topnav {
  overflow: hidden;
  background-color: #f9c54c;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #1b1b1a;
  color: white;
}

.topnav a.active {
  color: white;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.8);
  background-color: #1b1b1a;
}

.topnav .icon {
  display: none;
}

.contact {
     background: #fff;
     margin-top: 90px;
}

.contact .titlepage {
     text-align: left;
}

.main_form {
     padding: 2% 2%;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #1b1b1a;

     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}


@media only screen and (max-width: 620px) {

  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }

  /* For mobile phones: */
  .end_font{
    font-size:11px;
  }

  .slider {
    height: 190px;
  }

  .slider img {
    height: 180px;
  }

  .img_product {
    height:150px; width: :110px;
    border-radius:10px;
  }

  .customer {
    height:60px;
    border-radius:0px;
  }

  .menu, .right {
    width: 100%;
  }

  .main {
    width: 100%;
    margin-top: 0px;
  }

  .mainproduct {
    width: 100%;
    margin-top: 0px;
  }

  .menuproduct {
    width: 100%;
    margin-top: 0px;
  }

  .build_box h1 {
       font-size: 50px;
       line-height: 60px;
  }

  .titlepage span {
      font-size: 15px;
  }

  .titlepage h2 {
       font-size: 28px;
  }

  #loader center {
    padding-top:70%;
  }
}

@media (max-width: 1200px){
  section .text-container2{
    flex-direction: column;
  }

  .main_form {
       padding: 2% 2%;
       background: #fff;
       box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
       font-size: 15px;
  }

  .globalchinli span {
     font-size: 15px;
  }

  .globalchinli h3 {
     font-size: 17px;
  }
}

@media (max-width: 1130px){

  .main_form {
       padding: 2% 2%;
       background: #fff;
       box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
       font-size: 12px;
  }

  .globalchinli span {
     font-size: 10px;
  }

  .globalchinli h3 {
     font-size: 17px;
  }
}

@media (max-width: 950px){

  .globalchinli span {
     font-size: 8px;
  }

  .globalchinli h3 {
     font-size: 13px;
  }

}

@media (max-width: 850px){

  .main_form {
       padding: 2% 2%;
       background: #fff;
       box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
       font-size: 11px;
  }

  .globalchinli span {
     font-size: 10px;
  }

  .globalchinli h3 {
     font-size: 9px;
  }

  .tabel_produk {
       width:100%;
  }
}


@media (max-width: 750px){
  .globalchinli span {
     font-size: 6px;
  }

  .globalchinli h3 {
     font-size: 17px;
  }
}


@media (max-width: 700px){
  .main_form {
       padding: 2% 2%;
       background: #fff;
       box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
       font-size: 10px;
  }

  .globalchinli span {
     font-size: 5px;
  }

  .globalchinli h3 {
     font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .main_form {
       padding: 2% 2%;
       background: #fff;
       box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
       font-size: 15px;
  }

  .globalchinli span {
     font-size: 15px;
  }

  .globalchinli h3 {
     font-size: 17px;
  }

  .tabel_produk {
       width:100%;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    width:100px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-width: 950px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {

  .mainproduct_maps {
    height: 300px;
    width: 100%;
  }

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent black transparent transparent;
  }
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(0px, 0, 0);
  }
}

@media screen and (max-width: 400px) {
  .timeline ul li {
    font-size: 12px;
    margin-left: 5px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent black transparent transparent;
  }
}

</style>
