@media (max-width: 768px) {
  /* header */
  #header {
    position: fixed;
  }
  .hamburger {
    display: flex !important;
  }
  #header .cart-sidebar {
    width: 70% !important;
  }

  .main-navigation {
    display: none;
    position: fixed;
    background-color: rgba(251, 245, 239, 1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden !important;
  }

  .main-navigation.active {
    display: flex;
  }

  #header .header-nav ul {
    flex-direction: column;
    align-items: center;
  }

  /* home page responsive */
  #hero .hero-content {
    padding: 4vw;
    justify-content: center;
    gap: 3vw;
  }
  #hero h2 {
    font-size: 1.2rem;
  }

  #hero h1 {
    font-size: 5rem;
  }
  #hero p {
    width: 60%;
  }

  #hero p {
    width: auto !important;
  }

  #coffee-culture-section {
    flex-direction: column-reverse;
    padding: 6rem 1rem;
  }
  #coffee-culture-section .coffee-content h2 {
    font-size: 4rem;
  }
  #coffee-culture-section .coffee-content {
    align-items: center;
    justify-content: center;
  }
  #coffee-culture-section .coffee-content p {
    text-align: center;
  }
  #featured-On h2 {
    font-size: 4rem;
  }
  #menu-section {
    flex-direction: column;
  }
  #yemen-section h2 {
    font-size: 3rem;
  }
  #social-media h2 {
    font-size: 3rem;
  }
  #social-media .social-media-icons {
    flex-direction: column;
  }

  #footer-container {
    background-position: right;
    height: 100%;
  }
  #homepage-reviews .single-review {
    flex-basis: 100%;
  }
  /* blog page responsive */
  #blog h1 {
    font-size: 4rem;
  }
  #suggested-posts {
    padding: 2rem !important;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #blog-post-section .container {
    align-items: center;
  }
  #blog-post-section h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  #blog-post-section .subheading {
    font-size: 1.3em;
    width: 100%;
    text-align: center;
  }
  #blog-post-section .post-content p:not(:has(img)) {
    font-size: 1rem;
    padding: 1vh 6vw;
  }
  #blog-post-section .post-content p img {
    width: 100%;
  }
  .blog-container,
  #blog-post-section {
    margin-top: 7rem;
  }

  .product-images {
    width: 100%;
  }
  #all-details {
    flex-direction: column;
  }
  .thumbnail-wrapper {
    height: 35vh !important;
  }
  #all-details .product-gallery-and-image {
    width: 100%;
  }
  .woocommerce-product-gallery__image > img {
    width: 100% !important;
  }

  /* about */
  #purpose-coffee .our-purpose {
    flex-direction: column;
  }
  #purpose-coffee .purpose-content {
    padding: 3vh;
  }
  #purpose-coffee .purpose-content p {
    font-size: 2rem;
  }
  #purpose-coffee .purpose-image-right {
    justify-content: center;
  }
  /* #purpose-coffee .purpose-image-right img {
    width: 93%;
  } */
  #yameni-coffe {
    padding: 6vh 4vw;
    flex-direction: column;
  }
  #yameni-coffe p {
    font-size: 2rem;
  }
  #yameni-coffe .yameni-coffee-right-img {
    margin-right: -7vw;
  }
  #yameni-coffe .yameni-coffee-right-img img {
    width: 70%;
  }
  #our-name {
    flex-direction: column;
  }
  #our-name .purpose-image-left {
    justify-content: center;
    align-items: center;
  }
  /* #our-name .purpose-image-left img {
    width: 100%;
  } */
  #our-name .purpose-image-left .purpose-image-down {
    margin-left: -10vw;
    width: 100%;
  }
  #our-name .our-name-content .our-name-text p {
    font-size: 2rem;
  }
  #our-name .our-name-content .our-name-text {
    padding: 3vh 0;
  }

  #franchise-opportunities p {
    width: 100%;
  }
  #franchise-opportunities .get-in-touch {
    padding: 2vh 4vw;
  }
  #gallery-photo {
    padding: 6vw;
  }

  /* contact */
  #contactUs {
    flex-direction: column;
  }
  #contactUs .contact-us-image img {
    display: none;
  }
  #contactUs .form h1 {
    font-size: 3.5rem;
  }
  #contactUs .form h3 {
    font-size: 2rem;
  }

  /* location */
  .location-section .map-img {
    flex-direction: column;
    height: 100%;
  }

  .location-section .map {
    height: 300px !important;
    flex: 1 1 auto !important;
  }

  .location-section .image-location {
    flex: 1 1 auto !important;
    display: flex;
  }

  
  .featured-On-logos-wrapper::after {
    right: -5rem !important;
    width: 30% !important;
    background: linear-gradient(
      90deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(246, 234, 221, 1) 28%
    ) !important;
  }
}
