@media (min-width: 320px) and (max-width: 1270px) {
  html {
    font-size: 50%;
  }

  nav {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--dark-green);
    width: 100%;
    padding: 5rem;
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .nav-hide {
    display: none;
  }
  nav li a {
    font-size: 2rem;
    color: var(--white);
    font-weight: 700;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
  nav li a:hover {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  #active {
    color: var(--white);
  }
  .header-social-link {
    display: none;
  }
  .header-mobile-btn {
    display: block;
  }
  .header-close-btn {
    display: none;
  }
  .header-menu {
    max-width: 132rem;
    padding: 2rem;
    background-color: var(--white);
  }
  .header_logo img {
    width: 62%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .grid-three-cols {
    grid-template-columns: 1fr;
  }
  .grid-four-cols {
    grid-template-columns: 1fr;
  }
  .grid-five-cols {
    grid-template-columns: 1fr;
  }
  .about .grid-two-cols {
    grid-template-columns: 1fr;
  }
  .product-data .grid {
    gap: 2rem;
    align-items: flex-start;
  }
  .product-data .grid-three-cols {
    grid-template-columns: 1fr 1fr;
  }
  .product .grid {
    gap: 1rem;
  }
  .product .grid-four-cols {
    grid-template-columns: 1fr 1fr;
  }
  .wrapper-heading {
    padding: 10rem 2.8rem 0rem 2.8rem;
  }
  .hero-style {
    margin-top: 9rem;
  }
  .about-right-2 {
    bottom: -3%;
  }
  .about-left {
    text-align: center;
  }
  .about-right {
    height: 267px !important;
  }
  .product .wrapper-heading p {
    width: 100%;
  }
  .quality-processing .wrapper-heading p {
    width: 100%;
  }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .get-into-touch h2 {
    font-size: 3rem;
  }
  .get-into-touch .wrapper {
    padding: 2rem 2.8rem;
  }
  .modal-content {
    position: absolute;
  }
  .products-new-list h3 {
    font-size: 1.6rem;
}
.pnl .grid-five-cols{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  margin-top: 6.5rem;
  min-height: 0vh;
}
.close {
  color: #ffffff;
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #000000;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
}
.subfooter{
  flex-wrap: wrap;
}
}
