/* Responsive nav bar */
@media (max-width: 1200px) {
  .nav-bar {
    width: 95%;
  }

  .logo-box {
    width: 100%;
    /* justify-content: center; */
  }

  .logo-img {
    width: 80%;
  }

  .owl-prev,
  .owl-next {
    display: none !important;
  }

  .nav-menu {
    gap: 1.2rem;
  }

  .nav-item {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    /* display: none; */
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: -100%;

    top: 8.3rem;
    z-index: 2;
    padding: 2rem 0;
    gap: 3.2rem;
    transition: all 0.3s ease;
  }
  .menu-close {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .toggle {
    left: 0;
  }

  .search-icon {
    order: -1;
  }

  .hamburger-menu {
    display: block;
  }

  .logo-box {
    width: 100%;
  }

  .logo-img {
    width: 40%;
    margin-left: 0.8rem;
  }

  /*  Categories Responsive */

  .section-space {
    margin-top: 3.2rem;
  }

  .categories-inner {
    flex-direction: column;
  }

  .category-box {
    width: 100%;
  }

  .secondary-heading {
    text-align: center;
    font-size: 2.4rem;
  }

  .subheading {
    font-size: 1.4rem;
  }

  /* Bridal Wear Section */
  .product-name,
  .product-price {
    font-size: 1.2rem;
    text-align: center;
  }

  /* Responsive Middle Banner */
  /* .stitch-banner {
          width: 100% !important;
      }
  
      .middle-banner-section {
          width: 80%;
          margin: 0 auto;
      } */

  /*  */

  /* Responsive contact us */

  .contact-us-bg {
    height: fit-content;
  }

  .contact-us-inner {
    display: block;
    padding-bottom: 3.2rem;
  }

  .contact-us-heading {
    margin-bottom: 2rem;
  }

  .contact-us-form {
    width: 100%;
  }

  .contact-img {
    display: none;
  }

  .field-box {
    width: 100%;
  }

  .message-box {
    margin-bottom: 2rem;
  }

  .submit-btn {
    width: 100%;
  }

  /* Responsive footer */

  .footer-section {
    height: 100%;
  }

  .footer-inner {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    /* background-color: #252525; */
    padding: 2.4rem 0;
    column-gap: 0;
    row-gap: 6.4rem;
    margin-bottom: 2.4rem;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.7rem;
  }

  .footer-link {
    width: 47%;
  }

  /* Responsive copyright */

  .copyright {
    text-align: center;
    padding: 1.2rem 0;
  }

  .copyright-line {
    width: 90%;
  }

  .testimonial-heading h1 {
    font-size: 2.2rem;
  }

  .testimonial-content {
    padding: 0px 10px;
  }

  .testimonial-content p {
    font-size: 1.2rem;
  }
  .logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .prev-slide.swiper-button-prev {
    background-color: #800020;
    left: 35%;
    transform: translateY(200px);
  }

  .next-slide.swiper-button-next {
    background-color: #800020;
    right: 33%;
    transform: translateY(200px);
  }
}
