* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Okra', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-color: #f8f8f8;
}

.navbar {
    background-color: #fc8019;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 40px;
    margin-right: 20px;
    border-radius: 30%;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get-app {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.sign-in {
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.hero-section {
    background-color: #fc8019;
    padding: 40px 0;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.hero-text {
    color: white;
    max-width: 600px;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.hero-text h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 32px;
}

.location-search {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.location-search input {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.find-food {
    background-color: black;
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.popular-cities {
    color: white;
}

.popular-cities h3 {
    font-size: 16px;
    margin-bottom: 16px;
}

.city-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.city-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    width: 500px;
    object-fit: cover;
    border-radius: 40px;
}

.features-section {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    gap: 24px;
}

.feature-card {
    text-align: center;
    padding: 24px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.restaurants-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 24px;
}

.restaurants-section h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.restaurant-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.restaurant-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.restaurant-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.restaurant-card h3 {
    padding: 16px 16px 8px;
    font-size: 18px;
}

.restaurant-card p {
    padding: 0 16px;
    color: #666;
    font-size: 14px;
}

.restaurant-info {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.rating {
    color: #267e3e;
    font-weight: 600;
}

.footer {
    background-color: #000;
    color: white;
    padding: 40px 0;
    margin-top: 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-section h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-section a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.footer-section a:hover {
    color: white;
}

.matter-heading {
    color: black;
    font-size: 32px;
    line-height: 1.4;
    max-width: 500px;
    margin: 0;
    padding: 0;
}

.matter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    padding-left: 30px;
    float:left;
}

.matter-content {
    display: flex;
    align-items: center;
    gap: 100px;
}

h2 {
    
    font-size: 32px;
    line-height: 1.4;
    max-width: 500px;
}

.delivery-location {
    margin-top: 50px;
    padding-left: 30px;
    display:block;
    padding: 15px;
    width: 400px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding-top: 100px;
}

.delivery-location input {
    padding: 15px;
    width: 400px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.restaurant-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .restaurant-image:hover {
    transform: scale(1.05);
  }

  .dine-out{
    border-radius: 35px;
  }