@media screen and (max-width: 1012px) {
  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255);

    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  h2 {
    font-size: 3.2rem;
  }
  .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;
  }
 /* ======loader==== */

 

  .pre-loader-h1 {
    font-size: 7rem;
    margin-bottom: 0px;
  }

  .pre-loader-h1-2 {
    font-size: 4rem;
    font-weight: 500;
  }
  .feedback h1 { 
    font-size: 3rem; 
}
  /* ----slider-------- */
  .slider-container {
    height: calc(50vh - 7rem);
  }
.text-overlay { 
    left: 50%; 
}
.slide-title {
    font-size: 4rem;
    line-height:5rem
  }

  .slide-subtitle {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .slide-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  /* ----about us------ */
  .welcomt-qikwatt .grid{
    gap: 2rem;
  }
  /* ------top product--- */
  .top-product-heading p {
    width: 85%;
  }
  .custom-arrows { 
    top: -20%; 
  }
  .custom-arrow{
    width: 50%;
  }
  /* ------special product----- */
  .special-products .grid {
    gap: 2rem;
  }
  .special-products .grid-four-cols {
    grid-template-columns: 1fr 1fr;
  }
/* ----common heading---- */
.comming-heading .wrapper{
    padding: 4rem 2.8rem;
}
.comming-heading { 
    background-size: contain; 
}
  /* -----gallery-------- */

  .gallery .image-container .image {
    height: 165px;
  }
  .gallery .image-container {
    margin: 0 2.5rem;
  }
  .gallery .controls {
    justify-content: flex-start;
    margin-bottom: 5rem;
  }
  .gallery .controls .buttons {
    min-width: 110px;
  }
  /* ------contact-------- */
  .contact-form .grid-two-cols {
    grid-template-columns: 1fr;
}
.contact-form-left { 
    padding: 3rem;
}
.contact-form-right { 
    padding: 3rem; 
}
/* -------sub footer----- */
footer .grid{
  gap: 2rem;
}
.sub-footer .wrapper {
    padding: 2rem;
}
.sub-footer .grid{
  gap: 0rem;
}
.sub-footer1{
  text-align: center;
}
.sub-footer2 { 
    justify-content: center;
}
/* -----product catalog----  */
.product-catalog-filter .grid{
  gap: 2rem;
}
.product-catalog-filter .grid-four-cols{
  grid-template-columns: 1fr 1fr;
}
.product-catalog-filter select {
    width: 100%; 
}
.product-catalog .grid{
  gap: 2rem;
}
.product-catalog  .grid-four-cols{
  grid-template-columns: 1fr 1fr;
}
.product-catalog-details-box h4 {
    padding-top: 4rem; 
}
}
@media  (min-width: 1058px){
.text-overlay { 
    left: 40%; 
}
}
 