.eight{
    width: 100%;
    height: auto;
    /* background-color: aqua; */
}

.eight .eight_one{
    width: 100%;
    height: 100%;
    background-image: url(restaurant.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* General Reset */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    background-color: #0f0f0f;
    color: #fff;
    overflow-x: hidden;
  } */
  
  .eight a {
    text-decoration: none;
    color: inherit;
  }
  
  /* Buttons */
  .eight .eight-btn {
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .eight .eight-btn-primary {
    background-color: #ff6a00;
    color: #fff;
  }
  
  .eight .eight-btn-primary:hover {
    background-color: #ff8c33;
  }
  
  .eight .eight-btn-secondary {
    background-color: transparent;
    border: 2px solid #ff6a00;
    color: #ff6a00;
  }
  
  .eight .eight-btn-secondary:hover {
    background-color: #ff6a00;
    color: #fff;
  }
  
  .eight .eight-btn-tertiary {
    background-color: #ff6a00;
    color: #fff;
  }
  
  .eight .eight-btn-tertiary:hover {
    background-color: #ff8c33;
  }
  
  /* Hero Section */
  .eight .eight-hero {
    background: #e80b0b;
    position: relative;
    height: 400px;
    /* padding: 50px 5%; */
  }
  
  .eight .eight-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .eight .eight-hero-content {
    flex: 1;
  }
  
  .eight .eight-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  
  .eight .eight-hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .eight .eight-hero-buttons {
    display: flex;
    gap: 20px;
  }
  
  .eight .eight-hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  
  .eight .eight-hero-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
  }
  
  /* Categories Section */
  .eight .eight-categories {
    /* background-color: #848282; */
    padding: 50px 5%;
    background-color: rgba(0, 0, 0, 0.605);
    backdrop-filter: blur(10);
    height: 100%;
  }
  
  .eight .eight-categories-container {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .eight .eight-categories-content {
    flex: 1;
  }
  
  .eight .eight-categories-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .eight .eight-categories-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: aliceblue;
  }
  
  .eight .eight-categories-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .eight .eight-category-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  
  .eight .eight-category-item img:hover {
    transform: scale(1.05);
  }
  














  @media only screen and (max-width: 700px)and (min-width: 500px){



    .eight{
      width: 100%;
      height: auto;
      /* background-color: aqua; */
  }
  
  .eight .eight_one{
      width: 100%;
      height: 100%;
      background-image: url(restaurant.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  /* General Reset */
  /* * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Arial', sans-serif;
      background-color: #0f0f0f;
      color: #fff;
      overflow-x: hidden;
    } */
    
    .eight a {
      text-decoration: none;
      color: black;
    }
    
    /* Buttons */
    .eight .eight-btn {
      padding: 12px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-align: center;
      transition: all 0.3s ease;
    }
    
    .eight .eight-btn-primary {
      background-color: #ff6a00;
      color: black;
    }
    
    .eight .eight-btn-primary:hover {
      background-color: #ff8c33;
    }
    
    .eight .eight-btn-secondary {
      background-color: transparent;
      border: 2px solid #ff6a00;
      color: #ff6a00;
    }
    
    .eight .eight-btn-secondary:hover {
      background-color: #ff6a00;
      color: #fff;
    }
    
    .eight .eight-btn-tertiary {
      background-color: #ff6a00;
      color: black;
    }
    
    .eight .eight-btn-tertiary:hover {
      background-color: #ff8c33;
    }
    
    /* Hero Section */
    .eight .eight-hero {
      background: #e80b0b;
      position: relative;
      height: 400px;
      /* padding: 50px 5%; */
    }
    
    .eight .eight-hero-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .eight .eight-hero-content {
      flex: 1;
    }
    
    .eight .eight-hero-content h1 {
      font-size: 15px;
      margin-bottom: 20px;
    }
    
    .eight .eight-hero-content p {
      font-size: 10px;
      margin-bottom: 30px;
    }
    
    .eight .eight-hero-buttons {
      display: flex;
      gap: 20px;
    }
    
    .eight .eight-hero-image {
      flex: 1;
      display: flex;
      justify-content: center;
    }
    
    .eight .eight-hero-image img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
    }
    
    /* Categories Section */
    .eight .eight-categories {
      /* background-color: #848282; */
      padding: 50px 5%;
      background-color: rgba(0, 0, 0, 0.605);
      backdrop-filter: blur(10);
      height: 100%;
    }
    
    .eight .eight-categories-container {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    
    .eight .eight-categories-content {
      flex: 1;
    }
    
    .eight .eight-categories-content h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    
    .eight .eight-categories-content p {
      font-size: 15px;
      margin-bottom: 30px;
      color: aliceblue;
    }
    
    .eight .eight-categories-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .eight .eight-category-item img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }
    
    .eight .eight-category-item img:hover {
      transform: scale(1.05);
    }
    







  }  






















  @media only screen and (max-width: 500px)and (min-width: 0px){



    .eight{
      width: 100%;
      height: auto;
      /* background-color: aqua; */
  }
  
  .eight .eight_one{
      width: 100%;
      height: 100%;
      background-image: url(restaurant.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  /* General Reset */
  /* * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Arial', sans-serif;
      background-color: #0f0f0f;
      color: #fff;
      overflow-x: hidden;
    } */
    
    .eight a {
      text-decoration: none;
      color: black;
    }
    
    /* Buttons */
    .eight .eight-btn {
      padding: 5px 10px;
      border-radius: 5px;
      font-weight: bold;
      text-align: center;
      transition: all 0.3s ease;
    }
    
    .eight .eight-btn-primary {
      background-color: #ff6a00;
      color: black;
    }
    
    .eight .eight-btn-primary:hover {
      background-color: #ff8c33;
    }
    
    .eight .eight-btn-secondary {
      background-color: transparent;
      border: 2px solid #ff6a00;
      color: #ff6a00;
    }
    
    .eight .eight-btn-secondary:hover {
      background-color: #ff6a00;
      color: #fff;
    }
    
    .eight .eight-btn-tertiary {
      background-color: #ff6a00;
      color: black;
      font-size: 8px;
    }
    
    .eight .eight-btn-tertiary:hover {
      background-color: #ff8c33;
    }
    
    /* Hero Section */
    .eight .eight-hero {
      background: #e80b0b;
      position: relative;
      height: 400px;
      /* padding: 50px 5%; */
    }
    
    .eight .eight-hero-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .eight .eight-hero-content {
      flex: 1;
    }
    
    .eight .eight-hero-content h1 {
      font-size: 15px;
      margin-bottom: 20px;
    }
    
    .eight .eight-hero-content p {
      font-size: 10px;
      margin-bottom: 30px;
    }
    
    .eight .eight-hero-buttons {
      display: flex;
      gap: 20px;
    }
    
    .eight .eight-hero-image {
      flex: 1;
      display: flex;
      justify-content: center;
    }
    
    .eight .eight-hero-image img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
    }
    
    /* Categories Section */
    .eight .eight-categories {
      /* background-color: #848282; */
      padding: 50px 5%;
      background-color: rgba(0, 0, 0, 0.605);
      backdrop-filter: blur(10);
      height: 100%;
    }
    
    .eight .eight-categories-container {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }
    
    .eight .eight-categories-content {
      flex: 1;
    }
    
    .eight .eight-categories-content h2 {
      font-size: 20px;
      margin-bottom: 20px;
    }
    
    .eight .eight-categories-content p {
      font-size: 15px;
      margin-bottom: 30px;
      color: aliceblue;
    }
    
    .eight .eight-categories-grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .eight .eight-category-item img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }
    
    .eight .eight-category-item img:hover {
      transform: scale(1.05);
    }
    







  }  