
/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Arial', sans-serif;
    background-color:rgb(255, 255, 255);
    background: url('images/3.png ');
    color: #ffffff;
}



/* Navbar */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000; /* Dark Brown */
    padding: 15px 30px; /* Increased padding */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow */
    transition: background-color 0.3s ease-in-out; /* Smooth transition for scroll effect */
}

nav .logo h2 {
    color: white;
    font-size: 26px; /* Slightly larger font size */
    font-weight: bold;
    font-family: 'Times New Roman', serif; /* Classic serif font for a luxurious feel */
}

nav .nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    padding-right: 30px;
}

nav .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    transition: color 0.3s, transform 0.3s ease-in-out; /* Smooth transition for hover effect */
    font-family: 'Times New Roman', serif;
}

nav .nav-links a:hover {
    color: #FF7E5F; /* Orange for a vibrant contrast */
    transform: scale(1.1); /* Slight zoom effect */
}

nav .nav-links .dropdown {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #333; /* Darker gray */
    border-radius: 8px;
    width: 180px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

nav .nav-links li:hover .dropdown {
    display: block;
    max-height: 600px; /* Adjust this value based on your content */
    overflow-y: auto; /* Add vertical scrollbar */
}

nav .nav-links .dropdown li {
    padding: 10px 0;
}

nav .nav-links .dropdown a {
    font-size: 17px;
    font-family: 'Times New Roman', serif;
    color: white;
    text-decoration: none;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 101;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
    bottom: 0;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}
/* Header */
header {
    text-align: center;
    padding: 100px 20px; /* Increased padding */
   /* Orange gradient */
    color: rgb(255, 255, 255);
    animation: fadeIn 2s ease-in;
    margin-top: 70px; /* To account for fixed navbar */
}

header h1 {
    font-size: 3rem; /* Larger font size */
    margin-bottom: 20px;
    color: #ffffff; /* Dark brown */
    font-family: 'Times New Roman', serif;
    font-weight: bold;
}

header p {
    font-size: 1.8rem;
    font-family: 'Times New Roman', serif;
}

header img {
    width: 250px; /* Larger image */
    border-radius: 300px;
    /*animation: rotateImage 10s linear infinite;  Slow, continuous rotation */
}


.logo img, .logo h1 {
    display: inline-block; /* Makes both elements sit side by side */
    vertical-align: middle; /* Aligns them vertically in the middle */
    color: #f4f4f4;
}

.logo img {
    width: 50px; /* Adjust the image size as needed */
    height: auto; /* Maintain aspect ratio */
    border-radius: 200px;
}

.logo h1 {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 20px; /* Adds spacing between the image and text */
    font-family:cursive;
    margin: 0px;


}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rotateImage {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Scroll Effect */
body {
    scroll-behavior: smooth; /* Smooth scrolling */
}

nav {
    background-color: #2d2525; /* Dark brown */
}

nav.scrolled {
    background-color: #333; /* Darker gray when scrolled */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); /* Stronger shadow when scrolled */
}


/* Menu Section */
#menu {
    padding: 80px 20px; /* Increase padding for more breathing room */
    background: linear-gradient(
        to top,
        rgba(25, 17, 12, 0.834), /* Start with a semi-transparent color for the fading effect */
        rgba(31, 31, 31, 0.833) /* Ends with fully transparent color for a smooth fade */
    ), url('images/6.jpg'); /* Add the background image */
    background-size: cover; /* Ensures the image covers the whole area */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Makes the background image fixed while scrolling */
    color: #f4f4f4; /* Set a consistent text color */
    text-align: center; /* Center the text */
    border-top-right-radius: 50px ;
    border-top-left-radius: 50px ;
}

#menu h2 {
    font-size: 48px; /* Larger font size for impact */
    font-family: 'Times New Roman', serif; /* Elegant font for the title */
    margin-bottom: 40px; /* More space between title and menu items */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}

/* Container */
.menu-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Increased spacing for a more luxurious feel */
    justify-content: flex-start; /* Align the items to the right */
    align-items: stretch; /* Ensures all cards in the row stretch to match the tallest one */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%; /* Ensure container doesn't exceed parent width */
}


/* Individual Card */
.menu-card {
    color: #f4f4f4;
    background-color: #1f1f1f;
    flex: 1 1 calc(33.33% - 30px); /* Adjusted to account for gap */
    max-width: calc(33.33% - 30px); /* Same adjustment */
    padding: 30px; /* More padding for a spacious look */
    border-radius: 12px; /* More rounded corners for a softer feel */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increased shadow for a more prominent effect */
    text-align: center;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto; /* Automatically adjusts to content size */
}

/* Hover Effect for Cards */
.menu-card:hover {
    transform: translateY(-10px); /* Slight lift on hover for interactivity */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Card Title */
.menu-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Card Description */
.menu-card p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .menu-card {
        flex: 1 1 100%; /* Full width on smaller screens */
        max-width: 100%; /* Remove max-width restriction */
    }
}


/* Media Query for screens 700px and below */
@media (max-width: 700px) {
    .menu-card {
        flex: 1 1 100%; /* Cards take full width on very small screens */
        max-width: 100%;
    }
}

/* Hover Effect */
.menu-card:hover {
    transform: scale(1.02); /* More pronounced scaling effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3); /* Increased shadow on hover */
}

/* Image Styling */
.menu-card img {
    width: 100%;               /* Ensures the image stretches to fill the container */
    height: 250px;             /* Set a fixed height for all images */
    object-fit: cover;         /* Ensures the image covers the container without distortion */
    border-radius: 12px 12px 0 0; /* Rounded corners only at the top */
    transition: transform 0.3s ease; /* Add a smooth transition for the hover effect */
}


/* Text Styling */
.menu-card h3 {
    font-size: 24px; /* Larger font size for the dish name */
    font-weight: bold;
    margin-top: 15px; /* More space between image and title */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Subtle shadow for readability */
}

.menu-card p {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    line-height: 1.5; /* Adjust line height for better readability */
}

.menu-card h4 {
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: justify;
    font-weight: bold;
}

.price {
    color: #f9dccf;
    font-size: 20px;
    font-weight: bold;
}

/* Button Styling */
/* Button Styling */
.lbtn-flex {
    display: flex;
    gap: 20px; /* Adjust space between items */
    margin-top: 15px; /* Add space between text and buttons */
}

.like-btn {
    background-color: #a05643;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
    overflow: hidden; /* Ensure the shine effect stays within the button */
    transition: transform 0.3s ease;
}

.like-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0)
    );
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: -1; /* Place behind the button text */
}

.like-btn:hover::before {
    transform: translateX(0);
}

.like-btn:hover {
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
    color: #fff; /* Keep text color white on hover */
    z-index: 1; /* Ensure text stays above the shine effect */
}

.like-btn:hover {
    animation: shine 1s ease-in-out infinite alternate;
}

@keyframes shine {
    0% {
        box-shadow: 0 4px 8px rgba(255, 179, 3, 0.2);
    }
    50% {
        box-shadow: 0 8px 16px rgba(255, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 4px 8px rgba(255, 89, 0, 0.2);
    }
}



.category-text {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff; /* Blue color for category title */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-bottom: 10px solid #db1212;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}




/* Footer */
footer {
    text-align: center;
    padding: 40px 0; /* Increased padding */
    background-color: #222; /* Darker gray */
    color: #f4f4f4; /* Light gray for better contrast */
    font-family: 'Times New Roman', serif; /* Consistent font */
    position: relative; /* For background overlay effect */
}

footer .social-links {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center; /* Center icons horizontally */
    gap: 20px; /* Space between icons */
}

footer p {
    font-size: 1.2rem; /* Slightly larger font size */
    font-weight: 500;
    margin-bottom: 20px; /* More space between text and icons */
}

footer .social-links a {
    color: #f4f4f4; /* Light gray for icons */
    text-decoration: none;
    font-size: 1.8rem;
    transition: color 0.3s ease-in-out;
}

footer .social-links a:hover {
    color: #FF7E5F; /* Orange hover effect */
    transform: scale(1.1); /* Slight zoom effect */
}

/* Background Overlay */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* Subtle gradient overlay */
    z-index: -1; /* Place behind the content */
}
footer .made-by {
    text-align: center;
}
/* Social Media Icons (Replace with your actual icon URLs) */
.social-links a i {
    font-size: 24px; /* Larger icon size */
  
}

.social-links a:hover i {
    color: #FF7E5F; /* Orange hover effect */
}

footer .made-by {
    text-align: center;
    margin-top: 20px;
}

footer .made-by a {
    color: #800080; /* Purple color */
    font-weight: bold;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
}

footer .made-by a:hover {
    color: #150080;
}




/* Mobile Styles */
@media (max-width: 968px) {
    nav .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 68px;
        left: 0;
        background-color:rgba(0, 0, 0, 0.91);
        width: 100%;
        border-radius: 0px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
       
    }

    nav .nav-links.active {
        display: flex;
    }

    nav .nav-links li {
        text-align: center;
        margin: 10px 0;
    }

    .hamburger {
        display: flex;
    }
}

/* Small device (320px) specific styles */
@media (max-width: 320px) {
    header h1 {
        font-size: 28px;
    }
    header p {
        font-size: 16px;
    }
    .menu-card {
        width: 100%;
        margin: 10px 0;
    }
    .like-btn {
        font-size: 14px;
    }

}

/* Animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} 

