@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,400;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,400;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Tambahkan ini ke file CSS kamu atau dalam <style> */
.phone-input::-webkit-inner-spin-button,
.phone-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.phone-input {
  -moz-appearance: textfield; /* Firefox */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}
body {
    background: #011C2C;
    margin: 0 auto;
}
html{
  scroll-behavior: smooth;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  margin-left: 70px;
  margin-right: 70px;
  align-items: center;
  
}
a {
  text-decoration: none;
  color: white;
}
.header .logo img {
  width: 92px;
  height: 37px;
}

.header .logo {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 40px;
}
.header .logo .bars {
  border-radius: 50px;
  padding: 15px 18px;
  background-color: #011C2C;
  margin-right: 15px;
}

.header .logo .fa-bars {
  color: white;
  font-size: 22px;
}

.navbar ul {
  list-style: none;
  display: flex;
  z-index: 100;
}

.navbar a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.5s;
}
.btnnavbar{
  display: none;
}

/* Efek garis bawah saat dihover */
.navbar ul li a {
  position: relative;
  margin-bottom: 15px;
}
.navbar a:hover{
  color: white;
  font-style: bold;
}
.bars{
  display: none;
}
.navbar ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color:white;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
}
.navbar ul li a.active {
  font-weight: bold;
}

.navbar ul li a.active::after {
  width: 100%;
  opacity: 1;
}

.navbar ul li a:hover::after,
.navbar ul li a.active::after {
  width: 100%;
  opacity: 1;
}

.hamburger{
  display: none;
}

.banner {
    display: flex;
    direction: row;
    margin-top: 75px;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1519px;
    margin-top: 100px;}
.banner .title h1{
    font-family: 'Cormorant', serif; /* Sertakan fallback font-family */
    color: white;
    font-size: 48px;
    font-weight: 300;
    width: 300px;
}
.banner .title p{
    color: white;
    font-size: 16px;
    width: 380px;
}
.banner .title {
    flex-grow: 1; 
    flex-basis: 30%; 
    text-align: left; 
    margin-left: 120px;
    margin-right: 40px;
}

.banner .bannerimg {
    flex-grow: 2; 
    flex-basis: 70%; 
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
}
.banner .bannerimg img{
  height: 513px;
  width: 400px;
  border-radius: 10px;
}
.banner .template1 {
  background-color: gray;
  height: 513px;
  width:180px;
  border-radius: 20px;
}
.banner .template2 {
  background-color: gray;
  height: 513px;
  width:200px;
  border-radius: 20px;
}


.certification{
    margin-top: 150px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.certification .certificationcontainer{
  background-color: rgba(255, 255, 255, 0.2); /* Putih dengan opacity 50% */
  padding:150px 30px;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 0; /* Awalnya tinggi 0 (garis) */
transform-origin: bottom; /* Animasi dimulai dari bagian bawah */
}

.certification .title h1{
    font-style: italic;
    color: white;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 300;
}
.certificationimg {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.certificationimg .certi1{
    height: 192px;
    width: 196px;
}
.certificationimg .certi2{
  height: 192px;
  width: 394px;
}
.certificationimg .certi3{
  height: 192px;
  width: 429px;
}


.certification1{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.aboutus {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 150px;
    max-width: 1519px;
    margin: 0 auto;
    margin-top: 150px;

}
.aboutus .left {
    color: white;
}
.aboutus .left h1{
    font-family: 'Cormorant', serif; /* Sertakan fallback font-family */
    font-size: 48px;
    font-weight: 400; /* 400 adalah normal/regular, tidak bold */

}
.aboutus .left p{
    font-size: 16px;
}
.aboutus .right {
    color: white;
}
.aboutus .right .a{
margin-bottom: 20px;
font-size: 16px;
}
.aboutus .left .b{
    margin-top:10px;
    font-size: 16px;
    }
.services{
    background-color: white;
    padding-top: 100px;
}
.servicescontainer {
    display: flex;
    flex-direction: column;
}
.leftrightcontainer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.servicescontainer .left p{
    font-size: 16px;
}
.servicescontainer .right p{
    font-size: 16px;
    text-align: right;
}
.servicescontainer .right h1{
    font-size: 36px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    text-align: right;
}

.leftrightcontainer2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
margin-bottom: 80px; 
 border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

  .leftrightcontainer2 .right2 {
    margin-right: 120px;
    height: 456.8px;
  }
  .leftrightcontainer2 .right2 p{
  margin-top: 100px;
  }
  .work{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 90px;
    max-width: 1519px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 50px;
    
  }
  .workcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .workcontainer .box{
    color: white;
  }
  
  .box{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .box .title{
    font-size: 16px;

  }
  .box h1{
    font-family: 'Cormorant';
    font-weight: 400;
    font-size: 36px;
  }
  .box .parahraph{
    margin-left: 100px;
  }
  .box2{
    margin-top: 30px;
  }
  .box2 p{
    color: white;
    font-size: 16px;
    font-weight: 300;
  }
  .box2 .finishgood{
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
  }
  .workimg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .workimg .navigation-container{
    display: none;
  }
  .workimg .button-container{
    display: none;
  }
  .workimg img{
    height: 595px;
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 90px;
  }
  
  
  .indextechnology{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: white;
  }
  .techimgcontainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .techimgcontainer img{
    width: 400px;
    height: 200px;
    border-radius: 0;
  }
  
  .titletech{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 80px;
    width: 100%;
  }
  .htech {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .htech h1{
     font-size: 16px;
     font-weight: 300;
  }
  .htech h2{
    font-family: 'Cormorant', serif; /* Sertakan fallback font-family */
    color: black;
    font-size: 36px;
    font-weight: 300;
    width: 600px;
    text-align: left;
  }
  .titletech p{
    margin-top: 50px;
    width: 600px;
    text-align: justify;
  }
 .swiper{
      width: 500px;
    }

    .card{
      position: relative;
      border-radius: 20px;
      height: 400px;   /* Ensure that the card height is fixed */
      margin: 20px 0;
    }

    .card .card-content{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      position: relative;
      z-index: 100;
    }

    section .card .image{
      height: 350px; /* Ensuring the image container takes full height of the card */
      width: 500px;  /* Ensure the width fits properly */
      border-radius: 20px;
      padding: 3px;
      overflow: hidden; /* Ensure no overflow happens */
    }

    section .card .image img{
      height: 100%; /* Ensure the image fills the container */
      width: 100%;  /* Ensure the image fills the container */
      object-fit: revert; /* Ensure image covers the area and does not stretch */
      border-radius: 20px;
      border: 3px solid #fff;
    }

    .swiper-button-next, .swiper-button-prev{
      display: none;  /* Hide next and prev buttons */
    }

    /* Display pagination bullets */
    .swiper-pagination{
      position: absolute;
      bottom: 10px; /* Positioning at the bottom */
      width: 100%;
      text-align: center;
    }

    .swiper-pagination-bullet{
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: white;
      display: inline-block;
      margin: 0 5px;
    }

    .swiper-pagination-bullet-active{
      background: #7d2ae8;
    }


.img-slider{
  position: relative;
  width: 500px;
  height: 350px;
  margin: 10px;
  background: #011C2C;
  border-radius: 10px;
  margin-top: 90px;
}

.img-slider .slide{
  z-index: 1;
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
  transition-property: clip-path;
}

.img-slider .slide img{
  z-index: 1;
  width: 500px;
  height: 350px;
  border-radius: 10px;
}

.img-slider .slide .info{
  position: absolute;
  top: 0;
  padding: 15px 30px;
}

.img-slider .slide .info h2{
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.img-slider .slide .info p{
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  width: 60%;
  padding: 10px;
  border-radius: 4px;
}

.img-slider .navigation{
  z-index: 2;
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.img-slider .navigation .btn{
  background: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.img-slider .navigation .btn.active{
  background: #2696E9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.boxtech{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-right: 50px;
}
.techtext {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 500px;
}
.boxtech .techtext h1{
  font-family: 'cormorant';
  font-weight: 300;
  text-align: right;
  font-size: 48px;
  margin-top: 100px;
 
}
.boxtech .techtext h2{
   font-family: 'cormorant';
 font-weight: 300;
  text-align: right;
  font-size: 32px;
}

.boxtech .techtext .contact-button{
  margin-top: 20px;
}



/* Slider Functionality */

/* Active Slide */
/* Active Slide */
#s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5, #s6:checked ~ #slide6, #s7:checked ~ #slide7 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide6, #s6:checked ~ #slide7, #s7:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(15%, 0, -100px);
}

/* Next to Next Slide */
#s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide6, #s5:checked ~ #slide7, #s6:checked ~ #slide1, #s7:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(30%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide6, #s4:checked ~ #slide7, #s5:checked ~ #slide1, #s6:checked ~ #slide2, #s7:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-30%, 0, -250px);
}

/* Previous Slide */
#s1:checked ~ #slide5, #s2:checked ~ #slide6, #s3:checked ~ #slide7, #s4:checked ~ #slide1, #s5:checked ~ #slide2, #s6:checked ~ #slide3, #s7:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-15%, 0, -100px);
}


  .button-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    height: 35px;
}

.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    padding-right: 65px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #1859FF;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
    position: relative;
    max-height: 50px;
    max-width: 182px;
    font-weight: 300;
}


.contact-button:hover  {
  color: black; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 75px;
  font-size: 14px;
  font-weight: bold;
  background: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  border: 2px #1859FF solid;
  max-width: 185px;
  font-weight: 300;


}

.arrow {
    display: flex;
    position:absolute;
    align-items: center;
    justify-content: center;
    left: 120px;
    width: 60px;
    height: 60px;
    background-color: white;
    color: #1859FF;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 35px;
    font-weight: 300;
    border: 2px #1859FF solid;
    transition: transform 0.3s ease; 
    transform: rotate(-45deg);
}


.contact-button:hover .arrow {
  transform: rotate(70deg); 
}




.navigation-container {
  display: flex;
  flex-direction: row!important;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-button:hover {
  background-color: white;
  color: #0a192f;
}

.nav-text {
  font-size: 20px;
  color: white;
  font-weight: bold;
  width: 150px;
  text-align: center;
}

.discuss {
  background: white;
}
.discusscontainer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.discusscontainer h1{
  display: flex;
  font-family: 'Cormorant';
  font-size: 80px;
  font-weight: 300;
  margin-top: 300px;
  text-align: center;
}

.discusscontainer img{
  width: 500px;
  height: 400px;
  margin-top: 90px;
}

.stock-ticker {
  margin-top: 70px;
  font-size: 15px;
  padding-block: 8px;
  overflow: hidden;
  user-select: none;
  --gap: 20px;
  display: flex;
  gap: var(--gap);
  font-size: 35px;
  width: 100%; /* Pastikan kontainer tidak lebih lebar dari layar */
  max-width: 100%; /* Menjamin ul tidak melampaui ukuran kontainer */
}
.stock-ticker span{
  font-family: 'Cormorant';

}
.stock-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 20s linear infinite;
}

.stock-ticker:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}





.stock-ticker .price {
  margin-inline: 4px;
}


.footer{
  height: 100%;
  background-color: #011C2C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footercontainer {
  margin-top: 50px;
  width: 95%;
  height: 90%; /* Atur tinggi sesuai kebutuhan */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url('../img/footer.png');
    background-size: cover; /* Menyesuaikan ukuran gambar agar memenuhi container */
  background-position: center; /* Menempatkan gambar di tengah */
  background-repeat: no-repeat; /* Mencegah gambar berulang */
  display: flex;
  flex-direction: column;
  
}

.contain{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.footercontainer .phoneinput .title{
  margin-top: 20px;
  font-family: sans-serif;
  color: white;
  font-size: 16px;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-right: 20px;
  width: 300px;
}

.phone-input {
  width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-family: inherit;
  font-style: italic;
  margin-top: 20px;
}

.phone-input::placeholder {
  color: #cccccc;
}

.arrowx {
  position: absolute;
  top: 30px;
  right: 0;
  color: #cccccc;
  font-size: 18px;
}
.footercontainer .link{
  display: flex;
  flex-direction: column;
}
.footercontainer .link .title{
  margin-top: 20px;
  font-family: sans-serif;
  color: white;
  font-size: 16px;
}
.footercontainer .link .links{
  margin-top: 20px;
  gap: 15px;
 display: flex;
  color: white;
  font-size: 14px;
  font-weight: 300;
  flex-direction: column;
}
.footercontainer .link .links h2{
  font-size: 14px;
  font-weight: 300;
}

.footercontainer .contact .title{
  margin-top: 20px;
  font-family: sans-serif;
  color: white;
  font-size: 16px;
}

.footercontainer .logomgi img{
  margin-top: 40px;
  width: 102px;
  height: 41px;
}

.footercontainer .contact h2{
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: white;
}

.footercontainer .Copyright{
  margin-top: 25px;
margin-bottom: 20px;
text-align: center;
color: white;
font-weight: 300;
font-size: 12px;
font-style: italic;
}
.aboutus1{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 150px;
}
.aboutus1 h1 {
  margin-top: 150px;
  color: white;
  font-family: 'Cormorant';
  font-size: 48px;
  font-weight: 400;
  opacity: 0; /* Tersembunyi sebelum animasi */
  transform: translateY(50px); /* Posisi awal di bawah */
  animation: slideUp 0.5s ease-out forwards; /* Animasi naik ke atas */
}

@keyframes slideUp {
  0% {
      opacity: 0; /* Elemen tidak terlihat */
      transform: translateY(50px); /* Posisi awal di bawah */
  }
  100% {
      opacity: 1; /* Elemen terlihat */
      transform: translateY(0); /* Posisi akhir */
  }
}

.aboutus1 .paragraph p{
  margin-top: 150px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}


.vision{
  background-color: white;
  
}

.visioncontainer{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  left: 15%;
  right: 15%;
  max-width: 1519px;
    margin: 0 auto;
}
.textvision{
  margin-top: 100px;
  position: relative;
  
}
.imgvision{
  margin-top: 100px;

}
.textvision h1{
  color: black;
  font-size: 16px;
}
.textvision h2{
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 40px;
}
.imgvision img{
  height: 371px;
  width: 400px;
  border-radius: 10px;
}
.textvision p{
  position: absolute;
  left: 88%;
  top: 46%;
  width: 60%;
}


.mission{
  background-color: white;
}
.missioncontainer{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  left: 15%;
  right: 15%;
  max-width: 1519px;
    margin: 0 auto;
  
}


.imgmission img{
  width: 400px;
  height: 371px;
  border-radius: 10px;
  object-fit: cover;
}
.textmission{
  width: 40%;
  flex-grow: 2;
    flex-basis: 50%;
    margin-bottom: 6%;
   
}
.textmission h1{
  margin-top: 30%;
  font-size: 16px;
}
.textmission h2{
  font-size: 48px;
  font-family: 'Cormorant';
  font-weight: 400;
}
.textmission ul{
  margin-left: 100px;
  line-height: 2;
  margin-top: 10px;
}
.imgmission{
  margin-top: 100px;
  flex-grow: 1;
    flex-basis: 30%;
    margin-left: 10%;
}
.wallpapermgi{
    width: 100%;
    height: 950px;
    background: url('../img/process7.jpg');
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .colormgi{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(1, 28, 44, 0.9);
  }
.MGI{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      padding-bottom: 80px;

}
.MGI img{
  width: 1200px;
  height: 458px;
  border-radius: 10px;
  margin-top: 20px;
}
.imgqualityfood{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.imgqualityfood img{
  width: 590px;
  height: 458px;
  border-radius: 10px;
  margin-top: 20px;
}
.MGI .mgititle h1{
  margin-top: 50px;
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 40px;
    color: white;
  
}
.MGI .boxmgicontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  gap: 20px;
  margin-top: 30px;
}
.MGI .boxmgicontainer .boxmgi1,.boxmgi2,.boxmgi3, .boxmgi4{
  width: 400px;
  height: 200px;
  background-color: #EAEFEF;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  
}
.boxmgi1 h1,.boxmgi2 h1,.boxmgi3 h1, .boxmgi4 h1{
  font-family: 'Nunito';
font-size: 24px;
color: black;
font-weight: 500;
text-align: center;
position: relative;
}


.boxmgi1 p,.boxmgi2 p,.boxmgi3 p, .boxmgi4 p{
    font-family: 'Nunito';
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  width: 80%;
}
.textsubtitlemgi{
  display: flex;
  justify-content: center;
  align-items: center;
}
.textsubtitlemgi p{
  margin-top: 20px;
   text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 400;
    width: 80%;
    text-align: center;
}
.ourcontainer{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  max-width: 1519px;
    margin: 0 auto;
  margin-top: 180px;
}

.boxcontainer1{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 30px;


}
.boxcontainer2{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.boxcontainer2 img{
  height: 286px;
  width: 400px;
  border-radius: 10px;

}
.boxcontainer1 .imgour1{
height: 516px;
width: 400px;
border-radius: 10px;
opacity: 0;
}
.boxcontainer1 .imgour2{
  height: 286px;
  width: 400px;
  border-radius: 10px;
  margin-top: 18%;
  opacity: 0;
  }

  .boxcontainer1 .textour h1{
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 400px;
  }
  .boxcontainer1 .textour{
    margin-top: 20%;

  }

  .ourcontainer .titleour h1{
    margin-top: 50px;
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 96px;
    color: white;
    position: absolute;
    top: -17%;
    left: 9%;

  }
  .ourcontainer .titleour h2{
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 96px;
    color: white;
    position: absolute;
    top: -12%;
    left: 37%;
  }
  .ourcontainer .subtitle {
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 400;
  }

  .wallpaper{
    width: 100%;
    height: 1300px;
    background: url('../img/our3.jpg');
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .color{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(1, 28, 44, 0.9);
  }

  .certi{
    background-color: white;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    
  }
  .textcertification{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.textcertification h1{
  color: black;
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 64px;
}
.textcertification h2{
  color: black;
  font-size: 16px;
  font-weight: 300;
  width: 550px;
  text-align: justify;
  margin-left: 20px;
}
.textcertification span{
  font-weight: 400;
}
.boxcerti{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 50px;
}
.boxcerti .imgboxcerti1{
  height: 230.4px;
  width: 235.2px;
}
.boxcerti .imgboxcerti2{
  height: 230.4px;
  width: 472.8px;
}
.boxcerti2 img{
  height: 230.4px;
 width: 514.8px;
 display: none;
}
.boxcerti2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}


.technical{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1519px;
    margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.technicalcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.technicalcontainer img{
  width: 505px;
  height: 458px;
  border-radius: 10px;
}
.boxtechnical1{
  width: 399.8px;
}
.technicalcontainer .boxtechnical1 h1{
  font-family: 'Cormorant';
  font-size: 64px;
  font-weight: 300;
  color: white;
}
.technicalcontainer .boxtechnical1 p{
  color: white;
  font-weight: 300;
  padding-top: 30px;
}
.technicalcontainer2{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
}
.boxtechinical2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}
.technicalcontainer2 .title{
  text-align: center;
  color: white;
  font-family: 'cormorant';
  font-weight: 400;
}
.boxmini1, .boxmini2, .boxmini3, .boxmini4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 246px;
  width: 250px;
  background-color: white;
  opacity: 50%;
  border-radius: 10px;
  padding: 20px 40px;
}

.boxmini1 h1, .boxmini2 h1, .boxmini3 h1, .boxmini4 h1{
  font-size: 14px;
  width: 189px;
  text-align: center;
}
.boxmini1 p, .boxmini2 p, .boxmini3 p, .boxmini4 p {
  padding-top: 20px;
  font-weight: 500;
  font-size: 14px;
  width: 189px;
  text-align: center;
}
.containbtn{
  display: none;
}
.btncontainer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
.technical .show {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 159px;
  height: 53px;
  gap: 8px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.services {
  display: flex;
  flex-direction: column;
}
.customer{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.customer .hand{
  height: 651px;
  width: 505px;
  border-radius: 10px;
}
.customer .boxcustomer img{
  height: 392px;
  width: 505px;
  margin-top: 23%;
  border-radius: 10px;
}

.boxcustomer h1{
  font-family: 'cormorant';
  font-weight: 400;
  font-size: 48px;
}

.boxcustomer p{
  font-size: 16px;
  padding-top: 20px;
}

.quality {
  display: flex;
  flex-direction: row;
  margin-top: 200px;
  justify-content: space-evenly;
}
.qa{
  width: 505px;
}
.quality .qa h1{
  font-size: 16px;
  font-weight: 300;
}
.quality .qa h2{
  font-size: 46px;
  font-family: 'cormorant';
  font-weight: 400;
}
.quality .qa img{
  height: 372px;
  width: 400px;
  margin-top: 30px;
  margin-left: 18%;
  border-radius: 10px;
}
.quality .lab img{
  height: 467px;
  width: 505px;
}
.quality .lab p {
  width: 595.5px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.bodysolution{
  background-color: white;
}

.navbarblack{
  color: black;
}

.navbarblack a {
  text-decoration: none;
  color: black;
  padding: 10px 20px;
  font-size: 14px;
  transition: 0.5s;
}

.navbarblack ul li a {
  position: relative;
  margin-bottom: 15px;
}
.navbarblack a:hover{
  color: black;
  font-style: bold;
}

.navbarblack ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
}

.navbarblack ul li a:hover::after,
.navbarblack ul li a.active::after {
  width: 100%;
  opacity: 1;
}

.solution {
  display: flex;
  flex-direction: column;
}
.solutiontitle{
display: flex;
align-items: center;
justify-content: space-between;
height: 90vh;
}


.solutiontitle h1{
  font-size: 64px;
  font-family: 'cormorant';
  font-weight: 400;
  margin-left: 5%;
  width: 500px;
}
.imgtitle{
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-right: 5%;
}
.imgtitle img{
  width: 200px;
  height: 200px;
object-fit: cover;}
.solutionbox{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.imgtitle .imgtitle1{
  height: 415px;
  opacity: 0;
}
.imgtitle .imgtitle2{
  height: 415px;
  opacity: 0;
}
.imgtitle .solutionbox .imgsb1{
  opacity: 0;
}
.imgtitle .solutionbox .imgsb2{
  opacity: 0;
}
.boxsolution1,.boxsolution2, .boxsolution3, .boxsolution4 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
}

.textsolution1, .textsolution2, .textsolution3, .textsolution4 {
  display: flex;
  flex-direction: column;
}

.textsolution4 {
  margin-left: 45px;
}

.textsolution1 h1, .textsolution2 h1, .textsolution3 h1, .textsolution4 h1 {
  font-family: 'cormorant';
  font-size: 48px;
  font-weight: 400;
}

.textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
  font-size: 16px;
  font-weight: 300;
  width: 470px;
}

.boxtemplate {
  display: flex;
  justify-content: space-between;
  gap: 15px; /* Jarak antar elemen */
}
.solution-container {
  position: relative;
  width: 600px; /* Ukuran tetap container */
  height: 372px; /* Ukuran tetap container */
  border-radius: 10px;
  overflow: hidden; /* Membatasi gambar agar tidak keluar dari container */
}
.boxtemplate .solution1,
.boxtemplate .solution2,
.boxtemplate .solution3,
.boxtemplate .solution6,
.boxtemplate .solution7,
.boxtemplate .solution8 {
  height: 372px;
  border-radius: 10px;
  object-fit: cover;
  transition: width 0.8s ease; /* Transisi halus untuk perubahan lebar */
}
.boxtemplate .solution4,.boxtemplate .solution5 {
  height: 372px;
  border-radius: 10px;
  width: 600px;
  object-fit: cover;
}

.solution-container img {
  max-width: 100%; /* Gambar memenuhi ukuran container */
  max-height: 100%;
  object-fit: cover; /* Menjaga proporsi gambar */
  transition: transform 0.3s ease; /* Memberikan animasi transisi */
}

.solution-container:hover img {
  transform: scale(1.2); /* Memberikan efek zoom 20% */
  
}
.solution-container.animate:hover img {
  transform: scale(1.2);
}
.boxtemplate .solution1, .boxtemplate .solution8 {
  width: 295px;
}

.boxtemplate .solution2,
.boxtemplate .solution3, .boxtemplate .solution6, .boxtemplate .solution7 {
  width: 190px;
}

.solution .subtitlesolution{
  font-family: 'cormorant';
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-top: 100px;
}
.containerbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wallpaper2 {
width: 100%;
  height: 700px;
  background: url('../img/process3.jpg');
  background-size: cover;
  position: relative;
  overflow: hidden;

}
.color2{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(1, 28, 44, 0.92);
  color: #011C2C;
}
.technology{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
}

.technology h1{
  font-family: 'cormorant';
  font-size: 54px;
  font-weight: 400;
  text-align: justify;
  color: white;
  width: 85%;
}
.technology p{
  font-size: 20px;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-top: 100px;
    width: 85%;

  
}
.process {
  background-color: white;
}
.process .processtitle{
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  padding-top: 80px;
  margin-left: 7%;
}
.process .processsubtitle{
  font-family: 'cormorant';
  font-size: 48px;
  font-weight: 400;
  margin-left: 7%;

}
.processcontainer{
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.processbox{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}
.processbox .textprocess{
  width: 505px;
}

.processbox2 .textprocess2{
  width: 505px;
}
.processbox .textprocess h2{
  font-family: 'cormorant';
  font-size: 32px;
  font-weight: 400;
  text-align: left;

}
.processbox .textprocess h1{
 
  font-size: 16px;
  font-weight: 300;
  text-align: left;

}
.processbox .textprocess p{
 
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  margin-top: 10px;

}
.processbox img{
  width: 505px;
  height: 302px;
  border-radius: 10px;
}
.processbox2{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}

.processbox2 .textprocess2 h2{
  font-family: 'cormorant';
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}
.processbox2 .textprocess2 h1{
 
  font-size: 16px;
  font-weight: 300;
  text-align: left;

}
.processbox2 .textprocess2 p{
 
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  margin-top: 10px;

}
.processbox2 img{
  width: 505px;
  height: 302px;
  border-radius: 10px;
}
.processbox1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;  
}

.textprocess1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:70px;
}

.processbox1 .textprocess1 h1{
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  width: 505px;
}
.processbox1 .textprocess1 h2{
  font-family: 'cormorant';
  font-size: 32px;
  font-weight: 400;
  width: 505px;
}
.imgprocess1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:15px;
}
.processbox1 .imgprocess1 .p1{
  width: 295px;
  height: 382px;
  border-radius: 10px;
}
.processbox1 .p2{
  border-radius: 10px;
}

.processbox1 p{
  font-size: 16px;
  font-weight: 300;
  margin-top: 10%;
  width: 488px;
}
.processbox1 .imgprocess1 .p2{
  width: 505px;
  height: 306px;
  margin-top: 9%;
}
.processboximg{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}
.processboximg img{
  width: 505px;
  height: 302px;
  border-radius: 10px;
  object-fit: cover;
}
.processboximg .img1{
  opacity: 0;
}
.processboximg .img2{
  opacity: 0;
}

.contactus{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 100px;
  margin-bottom: 100px;
}
.contactus .form-container {
  background-color: #efefef;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 506px;
  height: 600px;
}
.contactus .form-container input{
  border:1px solid #2e2e2e;
  background-color:#efefef;
}

.titlecontact h1{
  font-family: 'cormorant';
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 15px;
  display: none;
}
.contactus .form-container h2 {
  font-weight: 300;
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.contactus form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactus .name {
  display: flex;
  gap: 10px;
}
.contactus .country {
  display: flex;
  gap: 10px;
}

.contactus select{
width: 20%;
padding: 10px;
border-radius: 10px;
background-color: #efefef;
border: 1px solid #2e2e2e;
font-weight: 300;
  font-style: italic;
  color: #000000; 
}

.contactus input, textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}


input[type="text"], input[type="email"], input[type="tel"] {
  flex: 1;
}

.sub {
  background-color: #efefef;
  color: #0056b3;
  border: 1px solid #0056b3;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;

}

.sub:hover {
  background-color: #0056b3;
  color: white;
}

textarea {
  resize: none;
  height: 176px;
  border: 1px solid #2e2e2e;
  background-color: #efefef;
}
input::placeholder,
textarea::placeholder {
  font-weight: 300;
  font-style: italic;
  color: #000000; 
}

.textcontact h1{
  font-family: 'cormorant';
  font-size: 64px;
  font-weight: 400;
}
.textcontact h2{
  font-weight: 300;
  font-size: 16px;
  margin-top: 15px;
}
.textcontact h3{
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}
.textcontact h4{
  font-weight: 300;
  font-size: 16px;
}
.textcontact h5{
  font-size: 16px;
  margin-top: 20px;
}

.contactmap{
  background-color: #0a192f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  align-items: center;
  gap: 100px;
}

.contactmap iframe{
border-radius: 10px;
width: 503px;
height: 503px;
}
.textmap h1{
  color: white;
  font-family: 'cormorant';
  font-size: 64px;
  font-weight: 400;
}
.textmap h2{
  color: white;
  font-size: 16px;
}
.textmap h3{
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
}


.wallpaper1{
  width: 100%;
  height: 700px;
  background: url('../img/aboutuswallpaper.jpg');
  background-size: cover; 
  position: relative;
  overflow: hidden;
}
.color1{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(1, 28, 44, 0.92);
  color: #011C2C;
}

@keyframes slideUp {
  from {
      opacity: 0;
      transform: translateY(90px); 
  }
  to {
      opacity: 1;
      transform: translateY(0); 
  }
}
@keyframes slideDown {
  from {
      opacity: 0;
      transform: translateY(-90px); 
  }
  to {
      opacity: 1;
      transform: translateY(0); 
  }
}

@keyframes slideUpBox {
  from {
      opacity: 0;
      transform: translateY(90px); 
  }
  to {
      opacity: 50%;
      transform: translateY(0); 
  }
}
@keyframes slideLeft {
  from {
      opacity: 0;
      transform: translateX(-90px); 
  }
  to {
      opacity: 1;
      transform: translateX(0); 
  }
}

@keyframes slideRight {
  from {
      opacity: 0;
      transform: translateX(90px); 
  }
  to {
      opacity: 1;
      transform: translateX(0); 
  }
}
@keyframes slidecer {
  0% {
    background-color: rgba(255, 0, 0, 0); /* Warna merah dengan opacity 0 (transparan) */
    transform: translateY(90px); /* Posisi awal di bawah */
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2); /* Putih dengan opacity 50% */
    transform: translateY(0); /* Posisi akhir */
  }
}

.certification .certificationcontainer {
  background-color: rgba(255, 0, 0, 0); /* Warna merah dengan opacity 0 (transparan) */
  transition: background-color 0.5s ease, transform 0.5s ease; /* Pastikan ada transisi untuk transformasi */
  transform: translateY(90px); /* Pastikan posisi elemen dimulai dengan transformasi */
}

.certification .certificationcontainer.animate {
  animation: slidecer 0.5s ease forwards; /* Pastikan animasi diterapkan */
}

.item-desc.active h3,
.item-desc.active p,
.item,
.textvision h1, 
.textvision h2, 
.textvision p, 
.imgvision img, 
.imgmission img, 
.textmission h2, 
.textmission ul,
.our .ourcontainer 
.our .titleour h2, 
.our .textour h1, 
.our .button-container .contact-button, 
.our .subtitle,
.textcertification h1, 
.certi .boxcerti img,  
.certi .boxcerti2 img, 
.certi .button-container .contact-button, 
.certification .certificationcontainer .certificationimg .certification1 .certi1,
.certification .certificationcontainer .certificationimg .certification1 .certi2,
.certification .certificationcontainer .certificationimg  .certi3,
.certification .certificationcontainer .title h1,
.htech h1,
.htech h2,
.titletech p,
.techtext,
.swipercontainer,
.aboutus .left p,
.aboutus .left h1,
.aboutus .right,
.MGI .mgititle h1,
      .imgqualityfood .qualityfood1,
      .imgqualityfood .qualityfood2,
      .MGI .boxmgicontainer .boxmgi1,
      .MGI .boxmgicontainer .boxmgi2,
      .MGI .boxmgicontainer .boxmgi3,
      .textsubtitlemgi,
.services .leftrightcontainer .left p,  
.services .leftrightcontainer .right p,  
.services .leftrightcontainer .right h1,  
.services .leftrightcontainer2 .left2 .accordion,
.services .leftrightcontainer2 .right2,
.work .workcontainer .box .title,  
.work .workcontainer .box h1,  
.work .workcontainer .box2,  
.work .workcontainer .box2 .paragraph,  
.work .workimg,
.technical .technicalcontainer img,  
.technical .boxtechnical1 h1,  
.technical .boxtechnical1 p,  
.technical .technicalcontainer2 .boxtechinical2 .boxmini1, 
.technical .technicalcontainer2 .boxtechinical2 .boxmini2, 
.technical .technicalcontainer2 .boxtechinical2 .boxmini3, 
.technical .technicalcontainer2 .boxtechinical2 .boxmini4,
.services .customer img.hand, 
      .services .customer .boxcustomer h1, 
      .services .customer .boxcustomer p, 
      .services .customer .boxcustomer .customs, 
      .services .quality .qa h1, 
      .services .quality .qa h2, 
      .services .quality .qa img,
      .services .quality, 
.our .ourcontainer .titleour h1,  
.our .ourcontainer .titleour h2,  
.our .ourcontainer .boxcontainer1 .imgour1,  
.our .ourcontainer .boxcontainer1 .imgour2,  
.our .ourcontainer .boxcontainer2 .imgour2,  
.our .ourcontainer .boxcontainer1 .textour h1,  
.our .ourcontainer .boxcontainer1 .textour .button-container .contact-button,  
.our .ourcontainer .boxcontainer2 .our1,  
.our .ourcontainer .boxcontainer2 .our2,  
.our .ourcontainer .boxcontainer2 .our3,
.technology h1, 
.technology p, 
.textvision p, 
.textmission h1, 
.certi .textcertification h2, 
.services .quality .qa h1, 
.aboutus1 .paragraph p, .aboutus .left p,
.solutiontitle h1, 
      .solution .boxsolution1 .textsolution1 h1, 
      .solution .boxsolution1 .textsolution1 h2,
      .solution .boxsolution1 .boxtemplate .solution1,
      .solution .boxsolution1 .boxtemplate .solution2,
      .solution .boxsolution1 .boxtemplate .solution3,
      .solution .boxsolution2 .textsolution2 h1, 
      .solution .boxsolution2 .textsolution2 h2,
      .solution .boxsolution2 .boxtemplate .solution-container,
      .solution .boxsolution3 .textsolution3 h1, 
      .solution .boxsolution3 .textsolution3 h2,
      .solution .boxsolution3 .boxtemplate .solution-container,
      .solution .boxsolution4 .textsolution4 h1,
      .solution .boxsolution4 .textsolution4 h2,
      .solution .containerbtn .subtitlesolution,
      .solution .boxsolution4 .boxtemplate .solution6,
      .solution .boxsolution4 .boxtemplate .solution7,
      .solution .boxsolution4 .boxtemplate .solution8,
      .process .processtitle, .process .processsubtitle,
      .process .processbox .textprocess h1, 
      .process .processbox .textprocess h2, 
      .process .processbox .textprocess p, 
      .process .processbox img,
      .processbox2 .textprocess2 h1,
      .processbox2 .textprocess2 h2, 
      .processbox2 .textprocess2 p,
      .processbox2 img,
      .processbox1 .textprocess1 .left h1,
      .processbox1 .textprocess1 .left h2,
      .processbox1 .textprocess1 p,
      .processbox1 .imgprocess1 .p1,
      .processbox1 .imgprocess1 .p2,
      .workcontainer .box2 .paragraph,
       .workimg




      {
    opacity: 0; /* Tersembunyi sebelum animasi */
}

.our .boxcontainer2 .our1.animate, .item-desc.active h3.animate

{
    opacity: 1;
    animation: slideUp 0.5s ease forwards;
}
.technical .boxtechinical2 {
  opacity: 1;
  animation: slideUp 0.5s ease forwards;

}
.technical .technicalcontainer2 .boxtechinical2 .boxmini1.animate{
  opacity: 50%;
  animation: slideUpBox 0.5s ease forwards;
} 
.technical .technicalcontainer2 .boxtechinical2 .boxmini2.animate
 {
  opacity: 50%;
  animation: slideUpBox 1s ease forwards;
} 
.technical .technicalcontainer2 .boxtechinical2 .boxmini3.animate
 {
  opacity: 50%;
  animation: slideUpBox 1.5s ease forwards;
} 
.technical .technicalcontainer2 .boxtechinical2 .boxmini4.animate {
  opacity: 50%;
  animation: slideUpBox 2s ease forwards;
} 

.textvision h1.animate,
.textvision h2.animate,
.imgvision img.animate,
.imgmission img.animate,
.textmission h2.animate,
.textmission ul.animate,
.our .ourcontainer.animate,
.our .titleour h1.animate,
.our .titleour h2.animate,
.our .boxcontainer1 img.animate,
.our .textour h1.animate,
.our .button-container .contact-button.animate,
.our .subtitle.animate,
.textcertification h1.animate,
.certi .boxcerti img.animate,
.certi .boxcerti2 img.animate,
.certi .button-container .contact-button.animate,
.technical .technicalcontainer img.animate,
.technical .boxtechnical1 h1.animate,
.technical .boxtechnical1 p.animate,
.services .customer .boxcustomer h1.animate, 
.services .customer .boxcustomer p.animate,
.our .boxcontainer2 .our2.animate,
.technology h1.animate, 
.aboutus1 .paragraph p.animate, 
.aboutus1 h1.animate, 
.certification .certificationcontainer .certificationimg .certification1 .certi1.animate, 
.certification .certificationcontainer .title h1.animate,
.servicescontainer .leftrightcontainer .right h1.animate, 
.servicescontainer .leftrightcontainer .left p.animate, 
.work .workcontainer .box h1.animate,
.technical .technicalcontainer2 .title.animate, .solutiontitle h1.animate, .solution .boxsolution1 .textsolution1 h1.animate, 
.solution .boxsolution1 .textsolution1 h2.animate,
.solution .boxsolution1 .boxtemplate .solution1.animate,
.solution .boxsolution1 .boxtemplate .solution2.animate,
.solution .boxsolution1 .boxtemplate .solution3.animate,
.solution .boxsolution2 .textsolution2 h1.animate, 
.solution .boxsolution2 .textsolution2 h2.animate,
.solution .boxsolution2 .boxtemplate .solution-container.animate,
.solution .boxsolution3 .textsolution3 h1.animate, 
.solution .boxsolution3 .textsolution3 h2.animate,
.solution .boxsolution3 .boxtemplate .solution-container.animate,
.solution .boxsolution4 .textsolution4 h1.animate,
.solution .boxsolution4 .textsolution4 h2.animate,
.solution .boxsolution4 .boxtemplate .solution6.animate,
.solution .boxsolution4 .boxtemplate .solution7.animate,
.solution .boxsolution4 .boxtemplate .solution8.animate,
.solution .containerbtn .subtitlesolution.animate,
.process .processsubtitle.animate,
      .process .processbox .textprocess h2.animate, 
      .process .processbox .textprocess p.animate, 
      .process .processbox img.animate,
      .processbox2 .textprocess2 h2.animate, 
      .processbox2 .textprocess2 p.animate,
      .processbox2 img.animate,
      .processbox1 .textprocess1 .left h2.animate,
      .processbox1 .textprocess1 p.animate,
      .processbox1 .imgprocess1 .p1.animate,
      .processbox1 .imgprocess1 .p2.animate,
      .processboximg .img1.animate,
      .processboximg .img2.animate,

      .workcontainer .box2 .paragraph.animate,
      .workimg.animate,
      .services .quality.animate,
      .MGI .mgititle h1.animate,      
      .imgqualityfood .qualityfood1.animate,
      .MGI .boxmgicontainer .boxmgi1.animate, 
      .item-desc.active p.animate,
      .items-wrapper .item:nth-child(1).animate

{
    opacity: 1;
    animation: slideUp 1s ease forwards;
}

.textvision p.animate,
.textmission h1.animate,
.certi .textcertification h2.animate,
.servicescontainer .leftrightcontainer .right p.animate, .htech h1.animate, .imgtitle .imgtitle1.animate

 {
    opacity: 1;
    animation: slideRight 1.2s ease forwards;
}
.services .quality .qa h1.animate, .htech h2.animate, .item-desc.active a.animate
 {
  opacity: 1;
  animation: slideUp 1.2s ease  forwards;
}
.our .boxcontainer2 .our3.animate,
.technology p.animate, 
.certification .certificationcontainer .certificationimg .certification1 .certi2.animate, 
.servicescontainer .leftrightcontainer2 .left2 .accordion.animate, 
.servicescontainer .leftrightcontainer2 .right2.animate, 
.workcontainer .box2.animate, .services .customer .hand.animate, 
.services .customer .boxcustomer .customs.animate,
.services .quality .qa h2.animate,.services .quality .qa img.animate, 
.services .quality .lab img.animate,       .imgqualityfood .qualityfood2.animate,
      .MGI .boxmgicontainer .boxmgi2.animate, .titletech p.animate, .techtext.animate,
      .item:nth-child(2).animate



{
    opacity: 1;
    animation: slideUp 1.5s ease forwards;
}

.certification .certificationimg .certi3.animate,
.services .quality .lab p.animate,      
 .MGI .boxmgicontainer .boxmgi3.animate, .textsubtitlemgi.animate, .swipercontainer.animate, .item:nth-child(3).animate
 {
  opacity: 1;
  animation: slideUp 2s ease forwards;
}
.item:nth-child(4).animate
{
  opacity: 1;
  animation: slideUp 2.5s ease forwards;
}



.textvision h1, 
.textvision h2, 
.textvision p, 
.imgvision img {
    opacity: 0; /* Tersembunyi saat halaman dimuat */
    transform: translateY(30px); /* Posisi awal (untuk naik ke atas) */
    transition: opacity 1s ease, transform 1s ease;
}

.textvision h1.animate, .aboutus .left p.animate, 
.workcontainer .box p.animate, 
.process .processtitle.animate, 
.process .processbox .textprocess h1.animate,
.processbox1 .textprocess2 h1.animate,
.processbox2 .textprocess2  h1.animate,
.processbox1 .textprocess1 .left h1.animate,
.imgtitle .imgtitle2.animate

{
  opacity: 1;
  transform: translateX(70px);
    animation: slideLeft 1s ease forwards;
}

.textvision h2.animate, 
.imgvision img.animate, 
.imgmission img.animate, 
.textmission h2.animate,
.textmission ul.animate,
.our .textour h1.animate, 
.our .button-container .contact-button.animate, 
.our .subtitle.animate.certi.animate, 
.textcertification h1.animate, 
 .certi .boxcerti img.animate,  
  .certi .button-container .contact-button.animate, 
  .technical .technicalcontainer img.animate,  
  .technical .boxtechnical1 h1.animate,  
  .technical .boxtechnical1 p.animate,  
   .technology h1, .aboutus .left h1.animate   {
    animation: slideUp 1s ease forwards;
}

.our .boxcontainer2 .our1.animate 
   {
  animation: slideUp 0.5s ease forwards;
}
.our .boxcontainer2 .our2.animate 
   {
  animation: slideUp 1s ease forwards;
}

.our .boxcontainer2 .our3.animate, .technology p.animate 
   {
  animation: slideUp 1.5s ease forwards;
}
 .aboutus .right.animate    {
  animation: slideUp 2s ease forwards;
}
.textvision p.animate, .textmission h1.animate, .certi .textcertification h2.animate,.services .quality .qa h1
{
    animation: slideRight 1.2s ease forwards;
}
 .imgtitle .solutionbox .imgsb1{
      animation: slideUp 1.2s ease forwards;

 }
 .imgtitle .solutionbox .imgsb2{
      animation: slideDown 1.2s ease forwards;

 }
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  width: 100%;
  max-width: 100%;
  transition: transform 0.5s ease;
}
.btn{
  list-style-type: none;
}
.pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #717171;
}
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 60px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  border: 3px solid #333;
  border-radius: 10px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  z-index: 1;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
  background-color: #333;
  color: #fff;  
}

@media(max-width: 992px) {
  .container { padding: 20px 100px; }
  #back-to-top-btn {  bottom: 15px; right: 15px; }
}

@media(max-width:768px) {
  body { font-size: 16px; }
  .container { padding: 10px 50px; }
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  hr { margin: 30px 0; }
  #back-to-top-btn {  bottom: 6px; right: 6px; }
}

/* Animations */
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;  
  animation-name: btnExit;
}


/* fadeOutDown */
@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@media (max-width: 1430px) {
  .workimg img{

    left: 14%;
   
  }
  .imgtitle{
    scale: 0.8;
    margin-right: 0;

  }
}
@media (max-width:1293px){
  .boxcontainer1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    gap: 24px; /* 80% dari 30px */
  }
  
  .boxcontainer2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    gap: 24px; /* 80% dari 30px */
  }
  
  .boxcontainer2 img {
    height: 229px; /* 80% dari 286px */
    width: 320px; /* 80% dari 400px */
    border-radius: 8px; /* 80% dari 10px */
  }
  
  .boxcontainer1 .imgour1 {
    height: 413px; /* 80% dari 516px */
    width: 320px; /* 80% dari 400px */
    border-radius: 8px; /* 80% dari 10px */
  }
  
  .boxcontainer1 .imgour2 {
    height: 229px; /* 80% dari 286px */
    width: 320px; /* 80% dari 400px */
    border-radius: 8px; /* 80% dari 10px */
    margin-top: 18%; /* 80% dari 18% */
  }
  
  .boxcontainer1 .textour h1 {
    color: white;
    font-size: 12.8px; /* 80% dari 16px */
    font-weight: 400;
    width: 320px; /* 80% dari 400px */
  }
  
  .boxcontainer1 .textour {
    margin-top: 16%; /* 80% dari 20% */
  }
  
  .ourcontainer .titleour h1 {
    margin-top: 40px; /* 80% dari 50px */
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 76.8px; /* 80% dari 96px */
    color: white;
    position: absolute;
    top: -13.6%; /* 80% dari -17% */
    left: 7.2%; /* 80% dari 9% */
  }
  
  .ourcontainer .titleour h2 {
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 76.8px; /* 80% dari 96px */
    color: white;
    position: absolute;
    top: -9.6%; /* 80% dari -12% */
    left: 37%; /* 80% dari 37% */
  }
  
  .ourcontainer .subtitle {
    text-align: center;
    font-size: 12.8px; /* 80% dari 16px */
    color: white;
    font-weight: 400;
  }
  #wallservice{
    height: 1200px;
  }
  .imgtitle{
    display: none;
  }
}
@media (max-width: 1277px) {
  .workimg img{

    left: 10%;
   
  }
}
@media (max-width:1245px){
  .imgqualityfood img{
    width: 472px;
    height: 366.4px;
  }
  .MGI .boxmgicontainer .boxmgi1,.boxmgi2,.boxmgi3, .boxmgi4{
  width: 305px;
  height: 200px;
}
  .boxmgi1 h1,.boxmgi2 h1,.boxmgi3 h1, .boxmgi4 h1{
font-size: 19px;
color: black;
font-weight: 500;
text-align: center;
position: relative;
}
.boxmgi1 p,.boxmgi2 p,.boxmgi3 p, .boxmgi4 p{
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  width: 80%;
}
.titletech p {
display: none;
}
}
@media (max-width: 1200px) {
  .customer .hand {
    height: 520.8px; /* 651px - 20% */
    width: 404px; /* 505px - 20% */
    border-radius: 10px; /* Tetap */
  }
  
  .customer .boxcustomer img {
    height: 313.6px; /* 392px - 20% */
    width: 404px; /* 505px - 20% */
    margin-top: 18.4%; /* 23% - 20% */
  }
  
  .boxcustomer h1 {
    font-family: 'cormorant';
    font-weight: 400;
    font-size: 38.4px; /* 48px - 20% */
  }
  
  .boxcustomer p {
    font-size: 12.8px; /* 16px - 20% */
    padding-top: 16px; /* 20px - 20% */
  }
  
  .quality {
    display: flex;
    flex-direction: row;
    margin-top: 160px; /* 200px - 20% */
    justify-content: space-evenly;
  }
  
  .qa {
    width: 404px; /* 505px - 20% */
  }
  
  .quality .qa h1 {
    font-size: 12.8px; /* 16px - 20% */
    font-weight: 300;
  }
  
  .quality .qa h2 {
    font-size: 36.8px; /* 46px - 20% */
    font-family: 'cormorant';
    font-weight: 400;
  }
  
  .quality .qa img {
    height: 297.6px; /* 372px - 20% */
    width: 320px; /* 400px - 20% */
    margin-top: 24px; /* 30px - 20% */
    margin-left: 14.4%; /* 18% - 20% */
  }
  
  .quality .lab img {
    height: 373.6px; /* 467px - 20% */
    width: 404px; /* 505px - 20% */
  }
  
  .quality .lab p {
    width: 476.4px; /* 595.5px - 20% */
    font-size: 12.8px; /* 16px - 20% */
    font-weight: 300;
    margin-top: 16px; /* 20px - 20% */
  }
  
}
@media (max-width: 1208px) {
  .visioncontainer{
    display: flex;
    justify-content: flex-start;
    flex-direction: column!important;
    align-items: center;
    left: 15%;
    right: 15%;
    max-width: 1519px;
    margin: 0 auto;
  }
  .textvision h2{
    font-family: 'Cormorant';
    font-weight: 400;
    font-size: 40px;
  }
  .textvision p{
    position: absolute;
    width: 250px;
    left: 75%;
    top: 46%;
  }
  .textvision p{
    position: absolute;
    left: 91%;
    top: 46%;
    width: 60%;
  }
  .missioncontainer{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    left: 15%;
    right: 15%;
    max-width: 1519px;
      margin: 0 auto;
    
  }
  .imgmission {
    margin-left: 0;
  }
  .textmission ul{
    margin-left: 20px;
    line-height: 2;
    margin-top: 10px;
    width: 400px;
  }
  
  
  
  .textmission h2{
    font-size: 40px;
    font-family: 'Cormorant';
    font-weight: 400;
    width: 500px;
  }
  .boxsolution1,.boxsolution2, .boxsolution3, .boxsolution4 {
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  .boxsolution2{
    flex-direction: column-reverse;
  }
  .boxsolution4{
    flex-direction: column-reverse;
  }
  .textsolution1 h1, .textsolution2 h1, .textsolution3 h1, .textsolution4 h1 {
    font-family: 'cormorant';
    font-size: 60px; /* 48px * 1.25 */
    font-weight: 400;
  }
  
  .textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
    font-size: 20px; /* 16px * 1.25 */
    font-weight: 300;
    width: 600px;
  }
  .boxtemplate .solution1{
    width: 195px;
  }  
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
  .solutiontitle h1{
    font-size: 52px;
    font-family: 'cormorant';
    font-weight: 400;
    margin-left: 5%;
  }
}
@media (max-width: 1190px){
.boxcerti .imgboxcerti3{
  display: none;
}
.boxcerti2 img{
  display: block;
}
}
@media (max-width: 1167px){

.boxmini1, .boxmini2, .boxmini3, .boxmini4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 197px; /* 246px - 20% */
  width: 236px; /* 295px - 20% */
  background-color: white;
  opacity: 50%;
  border-radius: 10px;
  padding: 16px 32px; /* 20px - 20% dan 40px - 20% */
}

.boxmini1 h1, .boxmini2 h1, .boxmini3 h1, .boxmini4 h1 {
  font-size: 11px; 
  width: 151.2px; 
}

.boxmini1 p, .boxmini2 p, .boxmini3 p, .boxmini4 p {
  padding-top: 16px; 
  font-size: 11px; 
  width: 151.2px; 
}
}
@media (max-width: 1157px){
  .technology h1{
    font-size: 42px;
  }
}
@media (max-width: 1164px) {
  .workimg img{

    left: 7%;
   
  }
}
@media (max-width: 1145px) {
   .certificationimg {
    flex-direction: column;
  }
  .certification .certificationcontainer{
    padding: 250px 30px;
  }
}
@media (max-width: 1125px) {

.textcertification {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.textcertification h1 {
  color: black;
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 51.2px; /* 80% dari 64px */
}
.textcertification h2 {
  color: black;
  font-size: 12.8px; /* 80% dari 16px */
  font-weight: 300;
}
.textcertification span {
  font-weight: 400;
}
.boxcerti {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 40px; /* 80% dari 50px */
}
.boxcerti .imgboxcerti1{
  height: 192px;
  width: 196px;
}
.boxcerti .imgboxcerti2{
  height: 192px;
  width: 394px;
}
.boxcerti2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px; /* 80% dari 50px */
}
.boxcerti2 img {
  height: 192px; /* 80% dari 184px */
  width: 429px; /* 80% dari 489px */
}
}
@media (max-width: 1080px) {
  .work{
  display: flex;
  flex-direction: column;
  }
  .workcontainer .navigation-container{
    display: none;
  }
  .workcontainer .button-container{
    display: none;
  }
  .workimg img{
    
    height: 400px;
    width: 250px;
    margin-top: 0;
  }
  .box{
    width: 496px;
  }
  .workcontainer .box{
    margin-left: 0px;
  }
  .box2{
    display: flex;
    flex-direction: column;
  }
  .workcontainer .box2{
    margin-left:0px;
  }
  .workcontainer .box2 .bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .workimg .navigation-container{
    display: flex;
  }
  .workimg .button-container{
    display: block;
  }
  .boxcontainer1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    gap: 19.2px; /* 64% dari 30px */
  }
  
  .boxcontainer2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    gap: 19.2px; /* 64% dari 30px */
  }
  .minibox1, .minibox2 {
    display: flex;
    gap:20px
  }
  
  .boxcontainer2 img {
    height: 183.04px; /* 64% dari 286px */
    width: 256px; /* 64% dari 400px */
    border-radius: 6.4px; /* 64% dari 10px */
  }
  
  .boxcontainer1 .imgour1 {
    height: 330.24px; /* 64% dari 516px */
    width: 256px; /* 64% dari 400px */
    border-radius: 6.4px; /* 64% dari 10px */
  }
  
  .boxcontainer1 .imgour2 {
    height: 183.04px; /* 64% dari 286px */
    width: 256px; /* 64% dari 400px */
    border-radius: 6.4px; /* 64% dari 10px */
    margin-top: 18%; /* 64% dari 18% */
  }
  
  .boxcontainer1 .textour h1 {
    color: white;
    font-size: 10.24px; /* 64% dari 16px */
    font-weight: 400;
    width: 256px; /* 64% dari 400px */
  }
  
  .boxcontainer1 .textour {
    margin-top: 12.8%; /* 64% dari 20% */
  }
  
  .ourcontainer .titleour h1 {
    margin-top: 32px; /* 64% dari 50px */
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 61.44px; /* 64% dari 96px */
    color: white;
    position: absolute;
    top: -11.88%; /* 64% dari -17% */
    transform: translateX(12%); /* Mengganti left: 11% */
  }
  
  .ourcontainer .titleour h2 {
    font-family: 'Cormorant';
    font-weight: 300;
    font-size: 61.44px; /* 64% dari 96px */
    color: white;
    position: absolute;
    top: -9.5%; /* 64% dari -12% */
    left: 37%; /* 64% dari 37% */
  }
  #wallservice{
    height: 1080px;
  }
}
@media (max-width: 1078px){
  .processbox{
    flex-direction: column;
    gap: 20px;
  }
  .process .processtitle {
    font-weight: 600;
  }
  .processbox2{
    flex-direction: column-reverse;
    gap: 20px;

  }
  .processbox .textprocess h2{
    font-family: 'cormorant';
    font-size: 30px;  /* 32px + 10% */
    font-weight: 400;
    text-align: left;
  }
  
  .processbox .textprocess h1{
    font-size: 17.6px;  /* 16px + 10% */
    font-weight: 600;
    text-align: left;
  }
  
  .processbox .textprocess p{
    font-size: 17.6px;  /* 16px + 10% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
  }
  .processbox2 .textprocess2 h2{
    font-family: 'cormorant';
    font-size: 30px;  /* 32px + 10% */
    font-weight: 400;
    text-align: left;
  }
  
  .processbox2 .textprocess2 h1{
    font-size: 17.6px;  /* 16px + 10% */
    font-weight: 600;
    text-align: left;
  }
  
  .processbox2 .textprocess2 p{
    font-size: 17.6px;  /* 16px + 10% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
  }  
  
  
  .processbox1 .textprocess1{
    flex-direction: column;
    text-align: center;
    gap:10px;
  }
  .processbox1 .textprocess1 p{
    margin: 0;
  }
  .processbox1 .imgprocess1{
    margin-top: 25px;
  }
  .processbox1 .textprocess1 h1 {
    font-weight: 600;
  }
  .processboximg{
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1064px) {
  
  .header {
    margin-left: 20px;
    margin-right: 20px;
  }

  #MenuItems {
    position: fixed;
    left:-100%;
    top: 0;
    gap: 50px;
    padding-top: 70px;
    flex-direction: column;
    background-color: white;
    width: 45%;
    height: 90%;
    text-align: center;
    transition: 0.3s;
    z-index: 2;
  }
  .contacts{
    display: none;

  }
  .btnnavbar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  #MenuItems .btnnavbar .button-container{
    margin-top: 0;
  }
  .liimg{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .liimg img{
    display: block!important;
    width: 92px;
    height: 37px;
  }
  .navbar li a{
    margin: 16px 0;
    color: black;
  }
  #MenuItems.active {
    left: 0;
}

#MenuItems.active ~ .header .logo img {
    display: none;
}
#mgilogo.active{
  visibility: hidden;
}
  .logo {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    width: 100%;
    max-width: 100%;
  }
  .header .logo {
    padding: 0 10px;
    background-color: transparent;
    z-index: 3;
    margin-left: 0;
  }
  #mgilogo{
    margin-top: 18px;
  }
  .header .sp {
    padding: 0 10px;
    background-color: transparent;
    z-index: 3;
  }
  .header .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #011C2C;

  }
  .header .circle.active{
    position: fixed;
    top: 4.8%;
    left:7.5%
  }
  .hamburger{
    display: block;
    cursor: pointer;
  }
  
  /* .navbar ul li a.active,
  .navbar ul li a:hover {
    background-color: black;
    color: white;
  } */
  .imgmission{
    margin-left: 0!important;
  }
  .aboutus1{
  flex-direction: column;
}
.wallpaper1{
  height: 1000px;
}
.aboutus1 .paragraph p{
  margin-top: 70px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.aboutus1{
  flex-direction: column;
}
.wallpaper1{
  height: 1000px;
}
.aboutus1 .paragraph p{
  margin-top: 70px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.contactus{
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.textcontact h1 {
  font-family: 'cormorant';
  font-size: 58px; /* 64px - 10% */
  font-weight: 400;
  display: none;
}
.titlecontact h1{
  font-family: 'cormorant';
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.contactmap{
display: flex;
flex-direction: column-reverse;
justify-content: center;
}

.discusscontainer h1{
  margin-top: 200px;
  font-size: 60px;
  text-align: center;

}
.navbarblack ul li a:hover::after,
.navbarblack ul li a.active::after {
  width: 100%;
  opacity: 0;
}
.navbar a{
  color: black;
}
.navbar a:hover{
  color: black;
  font-weight: bold;
}
}
.vision{
  background-color: white;
  
}

.visioncontainer{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  left: 15%;
  right: 15%;
  max-width: 1519px;
    margin: 0 auto;
}
.textvision{
  margin-top: 100px;
  position: relative;
  
}
.imgvision{
  margin-top: 100px;

}
.textvision h1{
  color: black;
  font-size: 16px;
}
.textvision h2{
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 40px;
}
.imgvision img{
  height: 371px;
  width: 400px;
}
@media (max-width: 1025px) {
  .titletech{
    align-items: center;
    justify-content: center;
  }
.htech h1{
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.htech h2{
  text-align: center;
}
.boxtech{
  flex-direction: column-reverse;
  margin-right: 0;
  gap: 0;
}
.boxtech .techtext h1{
  margin-top: 50px;
}
.techtext{
  justify-content: center;
  align-items: center;
  width: 400px;
}
.boxtech .techtext h2{
  text-align: center;
}
}
@media (max-width: 1000px) {
  .wallpapermgi{
    height: 800px;
  }
  .MGI .mgititle h1 {
    font-size: 32px;
  }
  .imgqualityfood img {
    width: 375.6px;
    height: 292.8px;
  }
  .process .processsubtitle{
    font-size: 36px;
  }
.technology h1{
  font-size: 36px;
}
.technology p{
  font-size: 14px;
}
.MGI .boxmgicontainer{
  margin-top: 20px;
}
.MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
    width: 244px;
    height: 230px;
}
    .boxmgi1 p, .boxmgi2 p, .boxmgi3 p, .boxmgi4 p
 {
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        width: 90%;
    }
}
@media (max-width: 999px) {
  .banner{
    flex-direction: column-reverse;
    gap: 50px;
  }
  
  .aboutus{
    flex-direction: column;
    gap:20px;
  }
  .aboutus .left{
    width: 600px;
  }
  .aboutus .right{
    width: 600px;
  }
  .aboutus .left h1{
    font-size: 44px;
  }
  .leftrightcontainer .left{
width: 600px;  }
  .leftrightcontainer{
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .leftrightcontainer .right{
    width: 600px;
  }
  .leftrightcontainer .right h1 {
    text-align: left;
  }
  .leftrightcontainer .right p {
    text-align: left;
  }
  .leftrightcontainer2{
    flex-direction: column-reverse;
  }
  .leftrightcontainer2 .right2 {
    width: 600px;
    height: 150px;
    margin-right: 0;
  }
  .leftrightcontainer2 .right2 p{
   
    margin-top: 0;
  }
}
@media (max-width: 965px) {
.technicalcontainer{
  flex-direction: column-reverse;
  gap: 25px;
}
.boxtechnical1{
  width: 505px;
}
}
@media (max-width: 959px){
  .boxmini1, .boxmini2, .boxmini3, .boxmini4 {
  height: 177px; /* 197px - 10% */
  width: 213px; /* 236px - 10% */
  padding: 14.4px 28.8px; /* 16px - 10% dan 32px - 10% */
}
.boxmini1 h1, .boxmini2 h1, .boxmini3 h1, .boxmini4 h1 {
  font-size: 10.08px; /* 11.2px * 0.9 */
  width: 136.08px; /* 151.2px * 0.9 */
}

.boxmini1 p, .boxmini2 p, .boxmini3 p, .boxmini4 p {
  padding-top: 14.4px; /* 16px * 0.9 */
  font-size: 9.36px; /* 10.4px * 0.9 */
  width: 136.08px; /* 151.2px * 0.9 */
}
}

@media (max-width: 945px) {
  .textcertification {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .textcertification h1 {
    color: black;
    font-family: 'Cormorant';
    font-weight: 400;
    font-size: 40.96px; /* 80% dari 51.2px */
  }
  .textcertification h2 {
    color: black;
    font-size: 10.24px; /* 80% dari 12.8px */
    font-weight: 300;
  }
  .textcertification span {
    font-weight: 400;
  }
  .boxcerti {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 32px; /* 80% dari 40px */
  }
 
  .boxcerti2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 32px; /* 80% dari 40px */
  }
  .boxcerti .imgboxcerti1 {
  height: 153.6px;
  width: 156.8px;
}

.boxcerti .imgboxcerti2 {
  height: 153.6px;
  width: 315.2px;
}

.boxcerti2 img {
  height: 153.6px;
  width: 343.2px;
}

  .boxtechinical2{
    gap: 20px;
  }
  .boxmini12{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .boxmini34{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .containbtn{
    display: none;
  }
  .customer .hand {
    height: 416.64px; /* 520.8px - 20% */
    width: 323.2px; /* 404px - 20% */
    border-radius: 10px; /* Tetap */
  }
  
  .customer .boxcustomer img {
    height: 250.88px; /* 313.6px - 20% */
    width: 323.2px; /* 404px - 20% */
    margin-top: 14.72%; /* 18.4% - 20% */
  }
  
  .boxcustomer h1 {
    font-family: 'cormorant';
    font-weight: 400;
    font-size: 30.72px; /* 38.4px - 20% */
  }
  
  .boxcustomer p {
    font-size: 10.24px; /* 12.8px - 20% */
    padding-top: 12.8px; /* 16px - 20% */
  }
  
  .quality {
    display: flex;
    flex-direction: row;
    margin-top: 128px; /* 160px - 20% */
    justify-content: space-evenly;
  }
  
  .qa {
    width: 323.2px; /* 404px - 20% */
  }
  
  .quality .qa h1 {
    font-size: 10.24px; /* 12.8px - 20% */
    font-weight: 300;
  }
  
  .quality .qa h2 {
    font-size: 29.44px; /* 36.8px - 20% */
    font-family: 'cormorant';
    font-weight: 400;
  }
  
  .quality .qa img {
    height: 238.08px; /* 297.6px - 20% */
    width: 256px; /* 320px - 20% */
    margin-top: 19.2px; /* 24px - 20% */
    margin-left: 11.52%; /* 14.4% - 20% */
  }
  
  .quality .lab img {
    height: 298.88px; /* 373.6px - 20% */
    width: 323.2px; /* 404px - 20% */
  }
  
  .quality .lab p {
    width: 381.12px; /* 476.4px - 20% */
    font-size: 10.24px; /* 12.8px - 20% */
    font-weight: 300;
    margin-top: 12.8px; /* 16px - 20% */
  }
  
}
@media (max-width: 906px) {
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
  
}
@media (max-width: 906px) {
  .technology h1{
    font-size: 30px;
  }
  .technology p{
    font-size: 12px;
  }
}
@media (max-width:862px){
  .boxmini1, .boxmini2, .boxmini3, .boxmini4 {
  height: 170px;
  width: 190px;
  padding: 12.96px 25.92px;
}

.boxmini1 h1, .boxmini2 h1, .boxmini3 h1, .boxmini4 h1 {
  font-size: 12px;
  width:170px;
  padding-left: 6px;
}

.boxmini1 p, .boxmini2 p, .boxmini3 p, .boxmini4 p {
  padding-top: 12.96px;
  font-size: 12px;
  width: 180px;
  padding: 8px 10px;
}

}
@media (max-width: 860px) {
  .contain{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .logomgi{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .rowcontainer{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rowcontainer .contact h1{
    margin-top: 0;
  }
  .rowcontainer .contact {
    margin-bottom: 130px;
  }
}
@media (max-width: 850px) {
#wallservice{
  height: 1000px;
}
.ourcontainer{
  margin-top: 30px;
}
.ourcontainer .titleour h1{
  top: 3%;
  left: 18%;
}
.ourcontainer .titleour h2{
  top: 7%;
  font-size: 55px;
  left: 51%;
}
.boxcontainer1{
  margin-top: 100px;
}
.boxcontainer1 img{
  width: 256px;
}

.boxcontainer1 .textour{
  display: none;
}
.boxcontainer1 .imgour1{
width: 256px;
height: 316px;
}
.boxcontainer1 .imgour2{
margin-top: 130px;
}
.boxcontainer2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 19.2px; /* 64% dari 30px */
}
.our .ourcontainer .boxcontainer2 .our3{
  display: none;
}
.minibox1, .minibox2 {
  display: flex;
  gap:20px
}
}
@media (max-width: 831px) {
.processbox1 .imgprocess1 img{
  display: none;
}
.ourcontainer .titleour h1{
  left: 17%;
}
}
@media (max-width: 825px) {
  .aboutus1 h1{
    margin-top: 100px;
    color: white;
    font-family: 'Cormorant';
    font-weight: 400;
  }
  .wallpaper1{
    height: 1000px;
  }
  #MenuItems {
    position: fixed;
    left:-100%;
    top: 0;
    
    flex-direction: column;
    background-color: white;
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 2;
    gap: 0;
    padding-bottom: 80px;
  }
  #MenuItems li{
    display: flex;
   
  }
  #MenuItems li a{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  #menuitems .btnnavbar{
    display: block;
  }
.navbar .contacts{
  display: none!important;
}
  .liimg img{
    display: block !important;
    width: 92px;
    height: 37px;
    margin-top: 55px;
  }
  .textvision{
    justify-content: flex-start;
    flex-direction: column;
  }
  .imgmission img{
    display: none;
  }
  .imgvision img{
    display: none;
  }
  .textvision h1{
    margin-top: 0!important;
    margin-left: 50px;

  }
  .textvision h2{
    font-size: 36px;
    margin-left: 50px;

  }

  .textmission h1{
    margin-left: 50px;
    margin-top: 15%!important;
  }
  .textmission h2{
    font-size: 36px;
    font-family: 'Cormorant';
    font-weight: 400;
    margin-left: 50px;
  }
  .textmission ul{
    margin-left: 125px;
  }
  .visioncontainer{
    justify-content: flex-start!important;
    flex-direction: row!important;
  }
  .textvision {
  display: flex;
  justify-content: flex-start;
  }
  .missioncontainer{
    display: flex;
    justify-content: flex-start;
    flex-direction: row!important;
    align-items: center;
    left: 15%;
    right: 15%;
    max-width: 1519px;
      margin: 0 auto;
    
  }
  .imgmission{
    flex-grow: 0!important;
    flex-basis: 0!important;
  }
  .aboutus1 h1{
    font-size: 40px;
  }
  .aboutus1 .paragraph p{
    font-size: 14px;
  }
  
  .boxtemplate .solution1,
  .boxtemplate .solution2,
  .boxtemplate .solution3,
  .boxtemplate .solution6,
  .boxtemplate .solution7,
  .boxtemplate .solution8 {
    width: 236px; /* 80% dari 295px */
  }

  .boxtemplate .solution2,
  .boxtemplate .solution3,
  .boxtemplate .solution6,
  .boxtemplate .solution7 {
    width: 152px; /* 80% dari 190px */
  }

  .boxtemplate .solution1,
  .boxtemplate .solution8 {
    width: 236px; /* 80% dari 295px */
  }

  /* Jika Anda ingin mengubah tinggi secara proporsional */
  .boxtemplate .solution1,
  .boxtemplate .solution2,
  .boxtemplate .solution3,
  .boxtemplate .solution6,
  .boxtemplate .solution7,
  .boxtemplate .solution8 {
    height: 297.6px; /* 80% dari 372px */
  }
  .solutiontitle h1{
    font-size: 48px;
    font-family: 'cormorant';
    font-weight: 400;
    margin-left: 5%;
  }
  .solutiontitle {
    display: flex
;
    align-items: center;
    height: 50vh;
}
}
@media(max-width:815px){
  .wallpapermgi{
    height: 1000px;
  }
  .MGI .mgititle h1 {
        width: 100%;
        text-align: center;
    }
        .imgqualityfood img {
        width: 300px;
        height: 233px;
    }
        .MGI .boxmgicontainer {
        flex-direction: column;
        }
        .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 620px;
        height: 150px;
        }
}

@media(max-width:800px){
  .boxtechinical2{
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    align-items: center;
  }
  .technicalcontainer2{
    align-items: center;
  }
}
@media (max-width: 785px){
  .boxtechinical2{
    gap: 15px;
  }
 
.ourcontainer .titleour h1{
  left: 15%;
}
}
@media (max-width: 768px) {
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
}
@media (max-width: 765px) {
  .customer{
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    gap: 35px;
  }
  .boxcustomer{
    width: 480px;
  }
  .customer .boxcustomer h1{
  width: 250px;
  font-size: 36px;
  margin-right: 30%;
}
  .customer .boxcustomer p{
    position: absolute;
    top: 70%;
    font-size: 12px;
    width: 120px;
    left: 60%;
  }
  
  .customer .boxcustomer .customs{
    margin-left: 35%;
  }
  .customer .hand{
    margin-right: 30%;
    height: 333.31px; /* 416.64px - 20% */
width: 258.56px; /* 323.2px - 20% */

  }
  .quality{
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 80px;
  }
  .quality .lab h1{
    font-size: 16px;
    font-weight: 300;
  }
  .quality .lab h2{
    font-size: 40px;
    font-family: 'cormorant';
    font-weight: 400;
    margin-bottom: 25px;
  }
  .qa{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    width: 495.98px;
    flex-direction: column-reverse;
  }
  .qa .qatitle{
    display: flex;
    text-align: center;
    flex-direction: column;
margin-top: 40px; 
 }
 .quality .qa .qatitle h1{
  font-size: 20px;
 }
  .quality .qa h2{
    text-align: center;
  }
  .quality .qa p {
    font-size: 16px;
    width: 495.8px;
    margin-top: 35px;
  }
  .quality .qa img {
    height: 238.08px; /* 297.6px - 20% */
    width: 256px; /* 320px - 20% */
    margin-top: 19.2px; /* 24px - 20% */
    margin-right: 55%; /* 14.4% - 20% */
  }
  .quality .lab p{
    display: none;
  }
  
  .quality .lab img {
    height: 298.88px; /* 373.6px - 20% */
    width: 323.2px; /* 404px - 20% */
    margin-left: 25%;
  }
  .stock-ticker .company,
.stock-ticker .price {
  font-size: 23px;
}

}
@media (max-width: 725px) {

  .textcertification {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .textcertification h1 {
    color: black;
    font-family: 'Cormorant';
    font-weight: 400;
    font-size: 32.768px; /* 80% dari 40.96px */
  }
  .textcertification h2 {
    color: black;
    font-size: 8.192px; /* 80% dari 10.24px */
    font-weight: 300;
  }
  .textcertification span {
    font-weight: 400;
  }
  .boxcerti {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 25.6px; /* 80% dari 32px */
  }
 
  .boxcerti2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 25.6px; /* 80% dari 32px */
  }
  
  .ourcontainer .titleour h1{
  left: 12%;
}
}
@media (max-width:730px){
  .wallpapermgi{
    height: 920px;
  }
  .textsubtitlemgi {
    display: none;
  }
}

@media (max-width:720px){
  .titlecontact h1{
    font-size: 52px;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .form-container{
    scale: 0.9;
  }
}
@media (max-width:710px){
  .boxsolution1,.boxsolution2, .boxsolution3, .boxsolution4 {
    margin-top: 65px;
  gap: 50px;
  }
  .textsolution1 h1, .textsolution2 h1, .textsolution3 h1, .textsolution4 h1 {
    font-family: 'cormorant';
    font-size: 48px;
    font-weight: 400;
  }
  
  .textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
    font-size: 16px;
    font-weight: 300;
    width: 482px;
  }
  .boxtemplate .solution-container {
  height: 297.6px;
  border-radius: 8px; 
  width: 480px; 
  display: flex;
  align-items: center;

}
    .ourcontainer .titleour h1 {
      font-size: 55px;
        left: 11%;
        top: 4%;
    }
    .ourcontainer .titleour h2 {
      top: 11%;
      font-size: 48px;
        
    }
}

@media(max-width:733px){
.technology h1{
  font-size: 26px;
}}
@media (max-width: 720px) {
  .certification .certificationcontainer{
    padding:200px 25px;
  }
  .certificationimg .certi1 {
    height: 153.6px; /* 192 * 0.8 */
    width: 156.8px;  /* 196 * 0.8 */
}
.certificationimg .certi2 {
    height: 153.6px; /* 192 * 0.8 */
    width: 315.2px;  /* 394 * 0.8 */
}
.certificationimg .certi3 {
    height: 153.6px; /* 192 * 0.8 */
    width: 343.2px;  /* 429 * 0.8 */
}

  }
@media(max-width:635px){
  .processcontainer{
    margin-top: 0;
  }
  .leftrightcontainer .right{
    width: 500px;
  }
  .leftrightcontainer .left{
    width: 500px;
  }
  .leftrightcontainer2 .right2{
    width: 500px;
  }
  .leftrightcontainer2 .left2 .accordion{
    width: 500px;
  }
  #wallservice{
      height: 850px;
  }
  .ourcontainer{
    gap: 16px;
  }
  .ourcontainer .titleour h1{
    font-size: 44px;
    top: 7%;
    left:15%
  }
  .ourcontainer .titleour h2{
    font-size: 38.4px;
    top: 16%;
  }
  .boxcontainer1 .imgour1{
    width: 204.8px;
    height: 252.8px;
    margin-top: 20px;
  }
  .boxcontainer1 .imgour2{
    height: 146.4px;
    width: 204.8px;
  }
  .boxcontainer2 img{
     height: 146.4px;
    width: 204.8px;
  }
  .htech h1 {
  font-size: 18px;
  }
  .htech h2 {
  font-size: 28px;
  }
  .img-slider {
  margin-top: 40px;
  }
}
@media(max-width: 665px){
  .wallpapermgi{
    height: 820px;
  }
  .imgqualityfood img{
    width: 240px;
    height: 186.4px;
  }
  .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 500px;
        height: 130px;
    }
    .textsubtitlemgi {
    padding: 0 20px;
    }

}
@media(max-width:656px){

.discusscontainer h1{
  margin-top: 150px;
  font-size: 40px;
}
.ourcontainer .subtitle{
  font-size: 10px;
}
}
@media(max-width:630px){
  .technology h1{
  text-align: center;
  max-width: 398px;
  }
  .technology p{
    text-align: center;
    max-width: 398px;
    margin-top: 50px;
  }

@media(max-width:616px){
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
}
}
@media (max-width: 600px) {
  .wallpaper1{
    height: 800px;
  }
  .aboutus1  h1{
    margin-top: 75px;
    color: white;
    font-family: 'Cormorant';
    font-weight: 400;
  }
  .aboutus1  h1{
    font-size: 32px;
  }
  .aboutus1 .paragraph p{
    font-size: 11px;
  }
  .textvision h2 {
    font-size: 32px;
  }
  .textvision p {
    font-size: 12px;
    width: 50%;
  }
  .textmission h2 {
    font-size: 32px;
    width: 360px;
  }
  .discusscontainer h1{
    margin-top: 150px;
  }
  .contactus .form-container {
    background-color: #efefef;
    padding: 16px 24px; /* 20px 30px - 20% */
    border-radius: 8px; /* 10px - 20% */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); /* 0 4px 6px - 20% */
    width: 404px; /* 506px - 20% */
    height: 480px; /* 600px - 20% */
  }
  
  .contactus .form-container input {
    border: 1px solid #2e2e2e;
    background-color: #efefef;
  }
  
  .contactus .form-container h2 {
    font-weight: 300;
    text-align: left;
    font-size: 19px; /* 24px - 20% */
    margin-bottom: 16px; /* 20px - 20% */
    color: #333;
  }
  
  .contactus form {
    display: flex;
    flex-direction: column;
    gap: 16px; /* 20px - 20% */
  }
  
  .contactus .name {
    display: flex;
    gap: 8px; /* 10px - 20% */
  }
  
  .contactus .country {
    display: flex;
    gap: 8px; /* 10px - 20% */
  }
  
  .contactus select {
    width: 16%; /* 20% - 20% */
    padding: 8px; /* 10px - 20% */
    border-radius: 8px; /* 10px - 20% */
    background-color: #efefef;
    border: 1px solid #2e2e2e;
    font-weight: 300;
    font-style: italic;
    color: #000000;
  }
  
  .contactus input,
  textarea {
    width: 100%;
    padding: 8px; /* 10px - 20% */
    border-radius: 8px; /* 10px - 20% */
    font-size: 11px; /* 14px - 20% */
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    flex: 1;
  }
  
  .sub {
    background-color: #efefef;
    color: #0056b3;
    border: 1px solid #0056b3;
    border-radius: 16px; /* 20px - 20% */
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    padding: 8px; /* 10px - 20% */
    font-size: 11px; /* 14px - 20% */
  }
  
  .sub:hover {
    background-color: #0056b3;
    color: white;
  }
  
  textarea {
    resize: none;
    height: 141px; /* 176px - 20% */
    border: 1px solid #2e2e2e;
    background-color: #efefef;
  }
  
  input::placeholder,
  textarea::placeholder {
    font-weight: 300;
    font-style: italic;
    color: #000000;
  }
  
  .textcontact h2 {
    font-weight: 300;
    font-size: 14.4px; /* 16px - 10% */
    margin-top: 13.5px; /* 15px - 10% */
  }
  
  .textcontact h3 {
    font-weight: 300;
    font-size: 14.4px; /* 16px - 10% */
    margin-top: 18px; /* 20px - 10% */
  }
  
  .textcontact h4 {
    font-weight: 300;
    font-size: 14.4px; /* 16px - 10% */
  }
  
  .textcontact h5 {
    font-size: 14.4px; /* 16px - 10% */
    margin-top: 18px; /* 20px - 10% */
  }
  .contactmap iframe{
    border-radius: 10px;
    width: 403px;
    height: 403px;
    }
    .htech{
      margin: 0 35px;
    }
    .htech h2{
      font-size: 28px;
      width: 100%;
    }
       .boxtech .techtext h1 {
        margin-top: 30px;
    }
}
@media (max-width: 595px) {
 .certification .certificationcontainer {
    padding: 160px 20px; /* 200px 25px * 0.8 */
}

.certificationimg .certi1 {
    height: 122.88px;
    width: 125.44px;
}

.certificationimg .certi2 {
    height: 122.88px;
    width: 252.16px;
}

.certificationimg .certi3 {
    height: 122.88px;
    width: 274.56px;
}


  }
@media (max-width: 593px) {
.boxtechinical2{
  width: 100%;
}
}
@media (max-width: 590px) {
  .aboutus .left {
    width: 428.79px;
  }
  .aboutus .left h1{
    font-size: 38px;

  }
  .aboutus .right {
    width: 428.79px;
  }
  .aboutus .right .a{
    font-size: 14px;
  }
  .quality .lab h1 {
    font-size: 13.6px; /* 16px - 15% */
    font-weight: 300;
}

.quality .lab h2 {
    font-size: 34px; /* 40px - 15% */
    font-family: 'cormorant';
    font-weight: 400;
    margin-bottom: 21.25px; /* 25px - 15% */
}

.qa {
    width: 421.58px; /* 495.98px - 15% */
}

.quality .qa p {
    font-size: 13.6px; /* 16px - 15% */
    width: 350px; /* 495.8px - 15% */
    margin-top: 29.75px; /* 35px - 15% */
    margin-left: 8%;
}

.quality .qa img {
    height: 202.37px; /* 238.08px - 15% */
    width: 217.6px; /* 256px - 15% */
    margin-top: 16.32px; /* 19.2px - 15% */
}

.quality .lab img {
    height: 254.05px; /* 298.88px - 15% */
    width: 274.72px; /* 323.2px - 15% */
    margin-left: 34%; /* 40% - 15% */
}
.ourcontainer .titleour h1{
  left:12%;
}
.discusscontainer img{
  scale: 0.8;
}
}

  @media (max-width: 582px) {
  .certification{
    margin-top: 100px;
  }
  }
  @media (max-width: 579px) {
        .MGI .mgititle h1 {
        padding: 0 20px;
        }
    
    .textcertification h1 {
      color: black;
      font-family: 'Cormorant';
      font-weight: 400;
      font-size: 32.768px; 
    }
    .textcertification h2 {
      display: none;
    }
    .textcertification span {
      font-weight: 400;
    }
    .boxcerti {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      padding-top: 20.48px; /* 80% dari 25.6px */
    }
    
    .boxcerti2 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-top: 20.48px; /* 80% dari 25.6px */
    }
   .boxcerti .imgboxcerti1 {
  height: 122.88px;
  width: 125.44px;
}

.boxcerti .imgboxcerti2 {
  height: 122.88px;
  width: 252.16px;
}

.boxcerti2 img {
  height: 122.88px;
  width: 274.56px;
}

    
  }
@media (max-width: 555px) {
  .technology h1{
    font-size: 22px;
  }
  .process .processsubtitle{
    font-size: 30px;
  }
  .processbox{
    margin-top: 50px;
  }
  .processbox2{
    margin-top: 50px;
  }
  .processbox .textprocess h2{
    font-family: 'cormorant';
    font-size: 28px;  /* 35.2px - 20% */
    font-weight: 400;
}

.processbox .textprocess h1{
    font-size: 14.1px;  /* 17.6px - 20% */
    font-weight: 600;
}

.processbox .textprocess p{
    font-size: 14.1px;  /* 17.6px - 20% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
}

.processbox2 .textprocess2 h2{
    font-family: 'cormorant';
    font-size: 28px;  /* 35.2px - 20% */
    font-weight: 400;
}

.processbox2 .textprocess2 h1{
    font-size: 14.1px;  /* 17.6px - 20% */
    font-weight: 600;
}

.processbox2 .textprocess2 p{
    font-size: 14.1px;  /* 17.6px - 20% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
}

.processbox img{
    width: 404px;  /* 505px - 20% */
    height: 241.6px;  /* 302px - 20% */
    border-radius: 10px;
}

.processbox2 img{
    width: 404px;  /* 505px - 20% */
    height: 241.6px;  /* 302px - 20% */
    border-radius: 10px;
}
.processbox .textprocess{
  width: 404px;
}
.processbox2 .textprocess2{
  width: 404px;
}
.processboximg img{
   width: 404px;  /* 505px - 20% */
    height: 241.6px;  /* 302px - 20% */
    border-radius: 10px;
}
.processbox1 .left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
    .processbox1 .textprocess1 {
    flex-direction: column;
    align-items: center;
}
.processbox1 .textprocess1 h1{
  font-size: 14px;  /* 16px - 20% */
  font-weight: 600;
  margin-top: 10px;
}

.processbox1 .textprocess1 h2{
  font-family: 'cormorant';
  font-size: 25.6px;  /* 32px - 20% */
  font-weight: 400;
    width: 400px;

}

.processbox1 .textprocess1 p{ 
  font-size: 12.8px;  /* 16px - 20% */
      width: 400px;

}
.boxtechnical1{
  width: 404px;
}
.technicalcontainer .boxtechnical1 h1 {
  font-size: 51.2px;
}
.technicalcontainer .boxtechnical1 p{
  font-size: 12.8px;
  
}
.technicalcontainer img {
  width: 404px;
  height: 366.4px;}
  .boxcustomer{
    width: 400px;
  }
  .customer .boxcustomer p{
    position: absolute;
    top: 70%;
    font-size: 12px;
    width: 120px;
    left: 65%;
  }
  .customer .boxcustomer img {
    height: 200.7px; /* 250.88px - 20% */
    width: 258.56px; /* 323.2px - 20% */
    margin-top: 11.78%; /* 14.72% - 20% */
}
.customer .customs{
  margin-left: 40%;
}
.customer .hand {
    margin-right: 24%; /* 30% - 20% */
    height: 266.65px; /* 333.31px - 20% */
    width: 206.85px; /* 258.56px - 20% */
    margin-right: 35%;

}
.wallpaper2{
  height: 600px;
}
.technology{
  height: 500px;
}
.aboutus .left{
  align-items: flex-start;
}
}
@media(max-width:545px){
  .wallpapermgi{
    height: 850px;
  }
.imgqualityfood img {
        width: 192px;
        height: 148px;
    }
        .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 400px;
        height: 150px;
    }
}
@media(max-width:525px){
  .leftrightcontainer .right{
    width: 400px;
  }
  .leftrightcontainer .right h1{
    font-size: 30px;
  }
  .leftrightcontainer .left{
    width: 400px;
  }
  .leftrightcontainer .left p{
  font-size: 14px;
  }
  .leftrightcontainer2 .right2{
    width: 400px;
  }
  .leftrightcontainer2 .left2 .accordion{
    width: 400px;
  }
  .boxtechinical2{
    flex-direction: column;
    align-items: center;
  }
  .containbtn{
    display: block;
  }
  .btncontainer{
    margin-top: 25px;
  }
  .boxmini1, .boxmini2, .boxmini3, .boxmini4{
    width: 300px;
    height: 230px;
  }
      .boxmini1 h1, .boxmini2 h1, .boxmini3 h1, .boxmini4 h1 {
      font-size: 18px;
      width: 250px;
      }
      .boxmini1 p, .boxmini2 p, .boxmini3 p, .boxmini4 p {
      font-size: 14px;
      width: 250px;
      }
  .boxmini3, .boxmini4 {
    height: 0; /* Mulai dari ketinggian 0 */
    overflow: hidden;
    padding: 0;
    opacity: 0; /* Mulai dengan transparan */
    transition: height 0.5s ease, opacity 0.5s ease; /* Animasi transisi */
  }
  
  .boxmini3.expanded, .boxmini4.expanded {
    height: 230px; /* Ekspansi ke ukuran konten */
    opacity: 0.5; /* Tampilkan elemen */
    padding: 20px 60px;
    width: 300px;
  }
  
  .show {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .show:hover {
    background-color: #0056b3;
  }
  .swiper{
    width: 400px;
  }
  section .card .image {
    width: 400px;
    height: 280px;
  }
}

@media (max-width: 535px) {
  .textvision h1 {
    margin-left: 25px;
    
  }
  .textvision h2{
    margin-left: 25px;
    font-size: 28px;
  }
  .textvision p {
    font-size: 10px;
    left: 88%;
  }
  .textmission h1 {
    margin-left: 25px;
  }
  .textmission h2 {
    margin-left: 25px;
    font-size: 28px;
  }
  .textmission ul{
    font-size: 12px;
    width: 280px;
  }
  .htech {
        margin: 0 10px;
    }
  .img-slider{
    width: 400px;
    height: 280px;
  }
  
  .img-slider .slide img {
    width: 400px;
    height: 280px;
}
  
}
@media (max-width: 543px) {
  .boxsolution1,.boxsolution2, .boxsolution3, .boxsolution4 {
    margin-top: 45px;
  gap: 30px;
  }
  .textsolution1 h1, .textsolution2 h1, .textsolution3 h1, .textsolution4 h1 {
    font-family: 'cormorant';
    font-size: 38.4px; /* 80% dari 48px */
    font-weight: 400;
  }
  
  .textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
    font-size: 12.8px; /* 80% dari 16px */
    font-weight: 300;
    width: 375px;
  }
  
  .boxtemplate .solution-container {
    height: 238.08px; /* 80% dari 297.6px */
    border-radius: 6.4px; /* 80% dari 8px */
    width: 384px; /* 80% dari 480px */
    display: flex;
    align-items: center;
  }
  .textsolution4{
    margin-left: 0;
  }
  .box{
    width: 400px;
  }
  .box2{
    width: 400px;
    margin-top: 15px;
  } 
  .box h1{
    font-size: 30px;
  }
  .box2 p{
    font-size: 12px;
  }
  
.workcontainer .navigation-container{
  display: none;
}
.workcontainer .button-container{
  display: none;
}
.workcontainer .button-container{
  width: 200px;
}
}
@media(max-width:520px){
  #wallservice{
    height: 700px;
  }
  .ourcontainer{
    margin-top: 0;
  }
  .ourcontainer .titleour h1{
    top: 16%;
    font-size: 35.2px;
  }
  .ourcontainer .titleour h2{
        font-size: 30.72px;
    top: 25%;
  }
  .boxcontainer1 .imgour1{
  width: 163.84px;
  height: 202.24px;
  margin-top: 40px;
  }
  .boxcontainer1 .imgour2{
   height: 117.12px;
width: 163.84px;
  }
  .boxcontainer2 img{
  height: 117.12px;
  width: 163.84px;
  }
  .ourcontainer .subtitle{
    display: none;
  }
  
}
@media(max-width:505px){
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
  .discusscontainer h1{
    margin-top: 150px;
    font-size: 34px;
  
  }
  .banner{
transform: scale(0.7);  }
}
@media(max-width:495px){

.aboutus .left{
  width: 338.5px;
}
.aboutus .left h1{
  font-size: 28px;

}
.aboutus .right {
  width: 338.53px;
}
.aboutus .right .a{
  font-size: 11px;
}
.aboutus .right .b{
  font-size: 11px;
}
}
@media (max-width:480px){
  .htech{
  margin: 0 5px ;
}
.htech h2{
  font-size: 26px;
}
.techtext{
  width: 360px;
}
.boxtech .techtext h1 {
  font-size: 36px;
}

.boxtech .techtext h2 {
  font-size: 24px;
}
.htech h1{
  font-size: 14px;
}
.htech h2{
  font-size: 22px;
}
.boxcerti .imgboxcerti1 {
  height: 110.592px;
  width: 112.896px;
}

.boxcerti .imgboxcerti2 {
  height: 110.592px;
  width: 226.944px;
}

.boxcerti2 img {
  height: 110.592px;
  width: 247.104px;
}

}
@media (max-width:470px){
.certification .certificationcontainer {
    padding: 140px 16px; /* 160px 20px * 0.8 */
}

.certificationimg .certi1 {
    height: 98.304px;
    width: 100.352px;
}

.certificationimg .certi2 {
    height: 98.304px;
    width: 201.728px;
}

.certificationimg .certi3 {
    height: 98.304px;
    width: 219.648px;
}

}

@media (max-width:464px){

.quality{
margin-top: 60px;
}
.quality .lab h1 {
  font-size: 11.97px; /* 13.6px - 12% */
  font-weight: 300;
}

.quality .lab h2 {
  font-size: 29.92px; /* 34px - 12% */
  font-family: 'cormorant';
  font-weight: 400;
  margin-bottom: 22px; /* 21.25px dibulatkan */
}

.qa {
  width: 370.99px; /* 421.58px - 12% */
}

.quality .qa p {
  font-size: 11.97px; /* 13.6px - 12% */
  width:320px; /* 421.43px - 12% */
  margin-top: 26.18px; /* 29.75px - 12% */
}

.quality .qa img {
  height: 178.08px; /* 202.37px - 12% */
  width: 191.49px; /* 217.6px - 12% */
  margin-top: 14.37px; /* 16.32px - 12% */
}

.quality .lab img {
  height: 223.57px; /* 254.05px - 12% */
  width: 241.75px; /* 274.72px - 12% */
  margin-left: 29.92%; /* 34% - 12% */
}
.discusscontainer img{
  scale: 0.6;
  margin-top: 20px;
}
.discusscontainer .stock-ticker{
  margin-top: 0;
}
}
@media (max-width:464px){
  .process .processtitle{
    text-align: center;
  }
  .processsubtitle{
    text-align: center;
  }
  .processbox .textprocess h1{
    
    font-size: 20px;
    font-weight: 600;
  }
  .processbox2 .textprocess2 h1{
     font-size: 20px;
    font-weight: 600;
  } 
}
@media (max-width: 455px) {
  .contactmap iframe{
    border-radius: 10px;
    width: 353px;
    height: 353px;
    }
  .boxcustomer{
    width: 330px;
  }
    .customer .boxcustomer img {
      height: 170.6px; /* 200.7px - 15% */
      width: 219.78px; /* 258.56px - 15% */
      margin-top: 10.01%; /* 11.78% - 15% */
  }
  
  .customer .customs {
      margin-left: 34%; /* 40% - 15% */
  }
  
  .customer .hand {
      margin-right: 29.75%; /* 35% - 15% */
      height: 226.65px; /* 266.65px - 15% */
      width: 175.82px; /* 206.85px - 15% */
  }
   
}
@media (max-width: 444px) {
  .textsolution1 h1, .textsolution2 h1, .textsolution3 h1, .textsolution4 h1 {
    font-family: 'cormorant';
    font-size: 34.56px; /* 90% dari 38.4px */
    font-weight: 400;
  }
  
  .textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
    font-size: 11.52px; /* 90% dari 12.8px */
    font-weight: 300;
  }
  
  .boxtemplate .solution-container {
    height: 214.272px; /* 90% dari 238.08px */
    border-radius: 5.76px; /* 90% dari 6.4px */
    width: 345.6px; /* 90% dari 384px */
    display: flex;
    align-items: center;
  }
  .textsolution4{
    margin-left: 0;
  } 
    .textsolution1 h2, .textsolution2 h2, .textsolution3 h2, .textsolution4 h2 {
    width: 345.6px;
    }
  .process .processsubtitle{
    font-size: 25.5px;  /* 30px - 15% */
  }
  .processbox .textprocess{
    width: 343.4px;
  }
  .processbox2 .textprocess2{
    width: 343.4px;
  }
  .processbox .textprocess h2{
    font-family: 'cormorant';
    font-size: 23.8px;  /* 28px - 15% */
    font-weight: 400;
  }
  
  
  .processbox .textprocess p{
    font-size: 12px;  /* 14.1px - 15% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
  }
  
  .processbox2 .textprocess2 h2{
    font-family: 'cormorant';
    font-size: 23.8px;  /* 28px - 15% */
    font-weight: 400;
    text-align: justify;
  }
  
  
  
  .processbox2 .textprocess2 p{
    font-size: 12px;  /* 14.1px - 15% */
    font-weight: 300;
    text-align: justify;
    margin-top: 10px;
  }
  
  .processbox img{
    width: 343.4px;  /* 404px - 15% */
    height: 205.4px;  /* 241.6px - 15% */
    border-radius: 10px;
  }
  .processboximg img{
     width: 343.4px;  /* 404px - 15% */
    height: 205.4px;  /* 241.6px - 15% */
    border-radius: 10px;
  }
  .processbox2 img{
    width: 343.4px;  /* 404px - 15% */
    height: 205.4px;  /* 241.6px - 15% */
    border-radius: 10px;
  }
  
  .processbox1 .textprocess1 h1{
    font-size: 16px;  /* 12.8px - 15% */
    font-weight: 600;
    margin-top: 10px;
  }
  
  .processbox1 .textprocess1 h2{
    font-family: 'cormorant';
    font-size: 21.8px;  /* 25.6px - 15% */
    font-weight: 400;
  }
  

  .box{
    width: 338px;
  }
  .box2{
    width: 338px;
  }
   .box h1{
    font-size: 24px;
   }
   .box2 .paragraph{
    font-size: 11px;
   }
       .MGI .mgititle h1 {
        font-size: 26px;
    }
        .imgqualityfood img {
        width: 172.8px;
        height: 133.2px;
    }
    .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 370px;
        height: 150px;
    }
}

@media (max-width: 435px) {
  .textvision h1 {
    margin-left: 10px;
    
  }
  .textvision h2{
    margin-left: 10px;
    font-size: 24px;
  }
  .textvision p {
    font-size: 10px;
    left: 88%;
    width: 60%;
  }
  .textmission h1 {
    margin-left: 10px;
  }
  .textmission h2 {
    margin-left: 10px;
    font-size: 24px;
  }
  .textmission ul{
    font-size: 10px;
  }
  .textmission ul{
    margin-left: 50px;
  }
  .contactus .form-container {
    background-color: #efefef;
    padding: 15px 22px; /* 20px 30px - 25% */
    border-radius: 7px; /* 10px - 25% */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); /* 0 4px 6px - 25% */
    width: 379px; /* 506px - 25% */
    height: 450px; /* 600px - 25% */
  }
  
  .contactus .form-container input {
    border: 1px solid #2e2e2e;
    background-color: #efefef;
  }
  
  .contactus .form-container h2 {
    font-weight: 300;
    text-align: left;
    font-size: 18px; /* 24px - 25% */
    margin-bottom: 15px; /* 20px - 25% */
    color: #333;
  }
  
  .contactus form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 20px - 25% */
  }
  
  .contactus .name {
    display: flex;
    gap: 7px; /* 10px - 25% */
  }
  
  .contactus .country {
    display: flex;
    gap: 7px; /* 10px - 25% */
  }
  
  .contactus select {
    width: 15%; /* 20% - 25% */
    padding: 7px; /* 10px - 25% */
    border-radius: 7px; /* 10px - 25% */
    background-color: #efefef;
    border: 1px solid #2e2e2e;
    font-weight: 300;
    font-style: italic;
    color: #000000;
  }
  
  .contactus input,
  textarea {
    width: 100%;
    padding: 7px; /* 10px - 25% */
    border-radius: 7px; /* 10px - 25% */
    font-size: 10px; /* 14px - 25% */
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    flex: 1;
  }
  
  .sub {
    background-color: #efefef;
    color: #0056b3;
    border: 1px solid #0056b3;
    border-radius: 15px; /* 20px - 25% */
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    padding: 7px; /* 10px - 25% */
    font-size: 10px; /* 14px - 25% */
  }
  
  .sub:hover {
    background-color: #0056b3;
    color: white;
  }
  
  textarea {
    resize: none;
    height: 132px; /* 176px - 25% */
    border: 1px solid #2e2e2e;
    background-color: #efefef;
  }
  
  input::placeholder,
  textarea::placeholder {
    font-weight: 300;
    font-style: italic;
    color: #000000;
  }
  .textcontact h1 {
    font-family: 'cormorant';
    font-size: 51.2px; /* 64px - 20% */
    font-weight: 400;
  }
  
  .textcontact h2 {
    font-weight: 300;
    font-size: 12.8px; /* 16px - 20% */
    margin-top: 12px; /* 15px - 20% */
  }
  
  .textcontact h3 {
    font-weight: 300;
    font-size: 12.8px; /* 16px - 20% */
    margin-top: 16px; /* 20px - 20% */
  }
  
  .textcontact h4 {
    font-weight: 300;
    font-size: 12.8px; /* 16px - 20% */
  }
  
  .textcontact h5 {
    font-size: 12.8px; /* 16px - 20% */
    margin-top: 16px; /* 20px - 20% */
  }
  .boxtechnical1 {
    width: 343.4px; /* 404px - 15% */
  }
  
  .technicalcontainer .boxtechnical1 h1 {
    font-size: 43.52px; /* 51.2px - 15% */
  }
  
  .technicalcontainer .boxtechnical1 p {
    font-size: 10.88px; /* 12.8px - 15% */
  }
  
  .technicalcontainer img {
    width: 343.4px; /* 404px - 15% */
    height: 311.44px; /* 366.4px - 15% */
  }
  .missioncontainer{
    padding-bottom: 80px;
  }
  .processbox1 .textprocess1 h2{
    font-size: 22px;
    width: 350px;
  }
    .processbox1 .textprocess1 p{ 
    width: 350px;
  }
}
@media(max-width:425px){
  .swiper{
    width: 320px;
  }
  section .card .image {
    width: 320px;
    height: 224px;
  }
}
@media(max-width:417px){
  .leftrightcontainer .right{
    width: 338.5px;
  }
  .leftrightcontainer .right h1{
    font-size: 26px;
  }
  .leftrightcontainer .left{
    width: 338.5px;
  }
  .leftrightcontainer .left p{
  font-size: 12px;
  }
  .leftrightcontainer2 .right2{
    width: 338.5px;
  }
  .leftrightcontainer2 .left2 .accordion{
    width: 338.5px;
  }
  .leftrightcontainer2 .right2 p{
    font-size: 12px; 
   }
   .contactmap iframe {
        width: 320px;
        height: 320px;
    }
}



@media(max-width:412px){
  .solution .subtitlesolution{
    font-family: 'cormorant';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
  }
  #wallservice {
    height: 560px; /* 700px * 0.8 = 560px */
}

.ourcontainer {
    margin-top: 0;
}

.ourcontainer .titleour h1 {
    top: 8%; /* 16% * 0.8 = 12.8% */
    font-size: 28.16px; /* 35.2px * 0.8 = 28.16px */
}

.ourcontainer .titleour h2 {
    font-size: 24.576px; /* 30.72px * 0.8 = 24.576px */
    top: 19%; /* 25% * 0.8 = 20% */
}
.boxcontainer1{
  margin-top: 20px;
}
.boxcontainer1 .imgour1 {
    width: 131.07px; /* 163.84px * 0.8 = 131.07px */
    height: 161.79px; /* 202.24px * 0.8 = 161.79px */
    margin-top: 65px;
}

.boxcontainer1 .imgour2 {
    height: 93.7px; /* 117.12px * 0.8 = 93.7px */
    width: 131.07px; /* 163.84px * 0.8 = 131.07px */
}

.boxcontainer2 img {
    height: 93.7px; /* 117.12px * 0.8 = 93.7px */
    width: 131.07px; /* 163.84px * 0.8 = 131.07px */
}
.quality .lab img {
  height: 201.21px; /* 223.57px - 10% */
  width: 217.58px; /* 241.75px - 10% */
  margin-left: 26.93%; /* 29.92% - 10% */
}
}
@media(max-width:410px){
.imgqualityfood{
  gap: 10px;
}
.MGI .boxmgicontainer{
margin-top: 10px;
gap: 10px;
}
    .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 355px;
        height: 150px;
    }
}

@media(max-width:410px){
    .boxmgi1 p, .boxmgi2 p, .boxmgi3 p, .boxmgi4 p {
    width: 100%;
    }
}
@media(max-width:400px){
.certification .certificationcontainer {
      padding: 130px 16px; /* 160px 20px * 0.8 */
}

.certificationimg .certi1 {
    height: 88.4736px;
    width: 90.3168px;
}

.certificationimg .certi2 {
    height: 88.4736px;
    width: 181.5552px;
}

.certificationimg .certi3 {
    height: 88.4736px;
    width: 197.6832px;
}
}
@media(max-width:390px){
  .htech h2{
    font-size: 20px;
  }
  .boxtech .techtext h1 {
        margin-top: 20px;
    }
}

@media(max-width:385px){
  .wallpapermgi{
      height: 800px;
    }
  .imgqualityfood img {
        width: 163.4px;
        height: 126.35px;
    }
    .MGI .boxmgicontainer .boxmgi1, .boxmgi2, .boxmgi3, .boxmgi4 {
        width: 340px;
        height: 150px;
    }
    
}
