@media (max-width: 767px) {
    .margin-bot {
      margin-bottom: 1rem !important;
    }
  
    .company-logo {
      width: 34vw;
    }
  
    .company-logo-side {
      top: 5px;
      width: 115px;
    }
  
    #home-nav {
      display: none !important;
    }
  
    #fv-title {
      left: -25px !important;
    }
  
    #core {
      height: auto;
    }
  
    .core-container {
      flex-direction: column;
      height: auto !important;
    }
  
    .svg-container {
      width: 90%;
      margin: 0 auto;
    }
  
    .svg-desc {
      width: 70%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
    }
  
    .title-sep h3 {
      font-size: 30px !important;
    }
  
    #vision {
      height: 90vh !important;
    }
  
    #gallery {
      height: 70vh !important;
    }
  
    #certificate {
      height: auto !important;
    }
  
    .certif-container {
      flex-direction: column;
  
      .logo {
        min-height: 30vh;
      }
  
      .desc {
        min-height: 50vh !important;
      }
  
      .desc h3 {
        margin-bottom: 10px;
      }
    }
  
    .info-controls {
      margin-top: 20px;
    }
  
    .promptBox {
      top: 60%;
    }
  
    .breadcrumbs {
      bottom: 1vh;
      left: 30px;
    }
  
    #intro-section {
      background-image: url("../images/gedung-m.jpg");
    }
  
    .innov-m .content-innov-container h2 {
      font-size: 30px;
    }
  
    .innov-m .content-innov-container p {
      font-size: 12px;
    }
  
    .innov-m .rp-1 {
      max-height: 320px !important;
    }
  
    .innov-m .rp-2 {
      flex-direction: column;
    }
  
    .innov-m .title {
      width: 100vw !important;
    }
  
    .innov-m .title h2 {
      font-size: 30px !important;
    }
  
    .innov-m .title p {
      font-size: 20px !important;
    }
  
    .vision-wrapper {
      background-image: url("../images/vm-bg-m.png");
    }
  
    .full-width-section {
      max-height: 75vh;
    }
  
    .full-width-section h1 {
      font-size: 30px;
    }
  
    .full-width-section p {
      font-size: 18px;
    }
  
    .full-width-section .desc {
      width: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .rp-2 .left p {
      font-size: 22px !important;
    }
  
    .desktop {
      display: none !important;
    }
  }
  

@media (max-width: 768px) {
    #home-nav {
        display: none !important;
    }

    #about {
        overflow: hidden;
        background-image: url("../images/crop-about-us.jpg");
    }

    #product {
        background-image: url("../images/crop-product.jpg");
    }

    #innovation {
        background-image: url("../images/crop-innovation.jpg") !important;
    }

    #contact {
        background-image: url("../images/crop-contact-us.jpg");
    }

    .full-width-section img {
        display: none;
    }

    .full-width-section .mobile {
        display: block;
    }


}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media (min-width: 769px) {
    .full-width-section .mobile {
        display: none;
    }
}

@media (max-width: 820px) {
    .menu-icon-container {
        right: 20px;
        left: auto;
        top: 20px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
    .swiper-title .info .info-text h3 {
      margin-top: 25px !important;
    }
  
    .info-controls {
      margin-top: 20px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .company-logo-side {
      top: 5px;
      width: 125px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1023px) {
    #fv-title {
      left: -10px !important;
    }
  
    #popUp-row {
      background-size: 80vw 100%;
      height: 40vh;
    }
  
    #certificate,
    #vision,
    #gallery {
      height: 70vh !important;
    }
  
    #core {
      height: auto !important;
    }
  
    .logo img {
      width: 70% !important;
    }
  }
  

  @media (max-width: 1023px) {
    #about-navbar.active {
      display: none;
    }
  
    .dot-nav {
      display: none;
    }
  
    .certif-container .desc p {
      font-size: 16px !important;
    }
  
    .certif-container .desc h3 {
      font-size: 32px;
    }
  
    #popUp-row {
      background-size: 80vw 100%;
      height: 30vh;
    }
  
    .contact-content {
      width: 87vw !important;
  
      .contact-wrapper2 .contact-container {
        flex-direction: column;
  
        .enquiry-form {
          margin-right: 0px;
          margin-top: 20px;
          order: 2;
        }
  
        .contact-info {
          order: 1;
        }
      }
    }
  
    .innov-d {
      display: none;
    }
  }
  
  @media (max-width: 1024px) {
    .contact-flex {
      height: auto !important;
    }
  }
  
  @media (min-width: 1024px) {
    .innov-m {
      display: none;
    }
  }
  
  @media (min-width: 1025px) {
    .product-swiper {
      display: none !important;
    }
  }
  