* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* background-color: #000; */
}
html {
    scroll-behavior: smooth;
}


#hero {
    position: relative;
    width: 100%;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background-color: #000; */
}

#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('bgimage.jpg');
    background-image: url('bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: brightness(50%);
    z-index: -1; 
}

#hero_content{
    position: absolute ;
}
#hero_content h1{
    color: #fff;
    font-size: 3rem;
    text-shadow: 2px 2px 2px 2px #000;
    font-family: Georgia;
}
#hero_content h2{
    color: #fff;
    font-size: 2rem;
    font-family: cursive;
   margin-top: 1rem;
   margin-bottom: 4rem;
   text-shadow: 2px 2px 2px 2px #000;
}
#hero_content a{
    color: #fff;
    padding: 3px 20px 3px 20px ;
    border: 1px solid orange;
    background:rgb(0, 0, 0, 0.6);
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 30px; 
}
#hero_content a:hover{
    background: #fff;
    color:#000
}
.header{
    position: fixed;
    top:0;
    width: 100vw;
    heigth:70px;
    line-height: 70px;
     position: fixed;
    top: 0;
    width: 100vw;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    /* position: sticky; */
}
.navbar img{
    height: 150px;
    width: auto;
    margin-top: -20px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.navbar ul{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-decoration: none;
    list-style: none;
    margin-right: 2rem;
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 3px 15px 3px 15px;
}
.navbar ul li a{
    text-decoration: none;
    list-style: none;
    color:#fff;
    font-size: 1.1rem;
}
/* .navbar nav ul li a:hover{
    /* text-decoration: underline; */
    /* color: #000; */
/* }  */
.navbar ul li a:hover {
    color: #fff;
}
#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: red; 
    z-index: 9999; 
}
.hamburger {
    display: none; 
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

/* Show hamburger icon on mobile screens */
@media(max-width: 995px) {
    .hamburger {
        display: block; 
        position: relative;
        top:-8.4rem;
        right:-8rem;
        margin: 1.5rem 0;
    }
    .navbar img{
        position:relative;
        left: -7rem;
    }
    nav {
        display: none; 
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        border: none;
        background: rgba(0, 0, 0, 0.8);
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        z-index: 101;
    }
    nav a{
        gap:-10;
    }
    nav.active {
        display: flex; 
    }
}
/* frontpage end */

/* about us begins */
heading{
    font-size: 2rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
#aboutus{
    position: relative;
    margin-top: -40px;
}

.about{
    display: flex;
    justify-content: space-between;
    /* background-color: #fff5e6; */
}
.about-content{
    display: flex;
    justify-content: center;
    height: 8rem;
    width:45rem;
    margin-top: 80px;
    margin-left: 10rem;
    font-size: 20px;
}
.about-photo img{
    height: 450px;
    width: auto;
    margin-right: 5rem ;
}
@media(max-width: 995px){
    .about-content{
        position: relative;
        font-size:5rem ;
        text-align: center;
        color:#000;
        left:-10rem;
        top:-5rem;
    }
    heading{
        font-size: 1.5rem;
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
    .about-photo{
        position:relative;
        bottom: -10px;
    }
}
/* about us ends */


/* Mission start */

.mission {
    position: relative;
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    margin: 0; 
    padding: 0;
    background-image: url('missionbg.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 50vh; 
    width: 100%;
}

.mission-content {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    text-align: center; /* Align text within elements */
}

.mission-content p {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 1rem 0; /* Add spacing between elements */
}

.mission-content h4 {
    font-size: 1.2rem;
    width: 25rem;
    font-weight: normal;
    margin: 0.5rem 0; /* Add spacing between elements */
    color: #666;
}
.mission-logo{
    position: relative;
    right: -10rem;
    top: 2rem;    
}
@media(max-width: 995px){
    .mission-logo img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mission{
        object-fit: cover;

    }
    .mission-content{
        position: relative;
        font-size: 3rem;
        align-items: center;
        right:-15rem;
    }
    .missioncontent_1{
        position: relative;
        display: flex;
        text-align: center;
        width:auto;
        justify-content: center;
        align-items: center;
        left:35px;
        font-size: 0.9rem;
        word-wrap: break-word; /* Ensure long words or links break */
    text-align: justify;

    }
    .mission-content h4{
        position: relative;
        width: 21rem;
        left:-2rem;
        font-size: 0.5rem; 
    }
    .mission-content p{
        font-size: 5rem;
    }
    .mission-content h4{
        position: relative;
        height: fit-content;
        /* width: 100%; */
        /* font-size: 0.5rem; */
        z-index: 1;
        color: #000;

    }
    .mission-logo img{
        position: relative;
        right:21rem;
        top: 15px;
        
    }
    .missioncontent_1 h4{
        position: relative;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        /* left:0px; */
        font-size: 0.5rem;
        word-wrap: break-word; 
    /* text-align: justify; */
    }
}
/* mission ends */



/* contact start */
#contact-us {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#contact-us h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

#contact-us p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.contact-details p {
    margin: 10px 0;
    font-size: 15px;
}

.contact-details p strong {
    color: #333;
}

#contact-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact-form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    position: relative;
    left: -21rem;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border-color: #007BFF;
    outline: none;
}

#contact-form button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    position:relative;
    bottom: -1rem;
}

#contact-form button:hover {
    background-color: #0056b3;
}

/* contact us ends */


/* Menu starts */
#menu-section {
    text-align: center;
    padding: 50px;
}

#menu-section h1 {
    font-size: 36px;
    color: #333;
    
    
}

#menu-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.menu-category {
    margin: 30px 0;
}

.menu-category h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #444;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border-left: 4px solid #ff5722;
}

.menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.menu-item {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    text-align: left;
}

.menu-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.item-details {
    padding: 15px;
}

.item-details h3 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #333;
}

.item-details p {
    font-size: 16px;
    margin: 5px 0;
    color: #555;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #ff5722;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .menu-items {
        flex-direction: column;
        align-items: center;
    }

    .menu-item {
        width: 90%;
    }
}




.card {
    position: relative;
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05); 
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.5s ease; 
}

.overlay {
    position: absolute;
    bottom: -100%; 
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(10px); 
    transition: bottom 0.5s ease; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.card:hover .overlay {
    bottom: 0; 
}

.card:hover .card-img {
    filter: blur(5px);
}

.info h2 {
    font-size: 1.5rem;
    margin: 0;
}

.info p {
    font-size: 1rem;
    margin: 10px 0 0;
}

.chef{
    position: relative;
    top: -1rem;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.chef-content{
    position: relative;
    align-items: center;
    font-size: 2rem;
    top:-40px;
    font-family:Arial, sans-serif ;
    text-align: center;
}
/* chef ends */


/* footer starts */

/* Footer container styling */
.footer {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #f4a261;
    height: 50px;
    width: 100%;
    /* margin-left: 5rem; */
}

.footer-section about p{
    /* font-size: 14px;
    color: #ccc;
    line-height: 3;
    text-decoration: none; */
}
p1{
    font-size: 14px;

}
h4{
    padding: 10px 0px;
    margin-left: -10rem;
}
.footer-section.about hr{
    position: relative;
    position: relative;
    top:-9.5rem;
    left:1.5rem;
    height: 23rem;
    transform: rotate(90deg);
}
@media (max-width: 995px) {
    .footer-section.about hr {
        position: relative;
        /* transform: rotate(180deg); */
        /* width :20rem; */
        /* margin-top: 3rem; */
        /* margin-left: 4rem; */
    }
    .footer-section.about h4{
        position: relative;
        /* top:-15rem; */
        /* bottom:15rem; */
    }
}
.footer-section ul,
.footer-section a {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    text-decoration: none;
}

.footer-section a:hover {
    color: #f4a261;
}

/* Quick Links */
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #f4a261;
}

/* Social Media Icons */
.footer-section.social a {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-section.social a:hover {
    opacity: 1;
}

.footer-section.social img {
    width: 24px;
    height: 24px;
}

/* Footer bottom styling */
.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #111;
    font-size: 14px;
    border-top: 1px solid #444;
}
@media(max-width: 995px){
    .footer-section.about h3{
        position: relative;
        display: flex;
        margin-top: 5rem;
        left:7rem;
        justify-items: center;
    }
    /* .footer-section about h4{
        position: relative;
        left: 10rem;

    } */
    .footer-section.about h4 {
        position: relative;
        left: 10rem;
        top: -3rem;
        /* width:25rem; */
        width: 100%; 
        padding: 1rem;
        font-size: 1rem;
        word-wrap: break-word;
        text-align: justify; 
    }
}
/* footer ends */


/* slider part */


/* special food start */


  .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0px 0px 70px 0px;
    width: 100%;
    box-sizing: border-box;
}

.heading {
    font-size: 2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.slider-container {
    position: relative;
    width: 80%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h2, p {
    padding: 5px 0px;
    margin: 0;
}

p {
    font-size: 1.5rem;
    font-family: 'Arial Narrow Bold';
    color: #333;
}

.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slide {
    min-width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.slide img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    z-index: 10;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

button:focus {
    outline: none;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

@media (max-width: 768px) {
    .slider-container {
        width: 90%;
    }

    .heading {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.2rem;
    }

    .slide img {
        height: 200px;
    }

    button {
        font-size: 16px;
        padding: 8px 16px;
    }
}
/* dont know */

/* /////////////////////////////////////////////////////////////////////////////////// */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.special-dish-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: linear-gradient(135deg, #f8f8f8, #ffffff);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    transition: transform 0.3s ease-in-out;
}

.special-dish-section:hover {
    transform: translateY(-5px);
}

.special-dish-header {
    text-align: center;
    margin-bottom: 40px;
}

.special-dish-header h1 {
    font-size: 3rem;
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.special-dish-header p {
    font-size: 1.2rem;
    color: #7f8c8d;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.dish-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.dish-item {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    width: 320px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: auto;
}

.dish-item:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dish-image {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
    border: 4px solid rgba(236, 240, 241, 0.8);
}

.dish-item:hover .dish-image {
    transform: rotate(5deg) scale(1.1);
}

.dish-details {
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ecf0f1;
    transition: opacity 0.3s;
    opacity: 0;
    transform: translateY(10px);
}

.dish-item:hover .dish-details {
    opacity: 1;
    transform: translateY(0);
}

.dish-details h3 {
    margin: 10px 0;
    font-size: 1.8rem;
    color: #34495e;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.dish-details p {
    font-size: 32px;
    color: #7f8c8d;
    margin-bottom: 15px;
}

.dish-price {
    font-size: 1.4rem;
    color: #e74c3c;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}


/* .order-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s;
}

.order-btn:hover {
    background: #c0392b;
} */


/* /////////////////////////////////////////////////////////////////////////////////// */



/* scroll button */
/* Button Styling */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Hidden by default */
    background: linear-gradient(135deg, #6a11cb, #2575fc); /* Gradient background */
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s;
  }
  
  /* Hover Effect */
  #scrollTopBtn:hover {
    transform: scale(1.1); /* Slight zoom */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow */
  }
  
  /* Show button with fade-in */
  #scrollTopBtn.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  /* Hide button with fade-out */
  #scrollTopBtn.hide {
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 768px) {
    #scrollTopBtn{
        /* display: flex; */
        /* position: relative; */
        /* right: ; */
        /* bottom: 15rem; */
        /* top:-55rem; */
        position: fixed;
        bottom: 20px;
        right: 25rem;
        display: none; 
        background: linear-gradient(135deg, #6a11cb, #2575fc); /* Gradient background */
        color: white;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s;
    }
    #scrollTopBtn:hover {
        transform: scale(1.1); /* Slight zoom */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow */
      }
      #scrollTopBtn.show {
        display: block;
        opacity: 1;
        visibility: visible;
      }
      #scrollTopBtn.hide {
        opacity: 0;
        visibility: hidden;
      }
  }
  /* @media (max-width: 768px) {
    .scroll-btn {
        bottom: 10px; 
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
} */
/* scroll button */



/* responsive codes */

@media (max-width: 768px) {
    #hero h1 {
        font-size: 2.5rem;
    }

    #hero h2 {
        font-size: 1.5rem;
    }

    .navbar {
        flex-direction: column;
        text-align: center;
    }

    .about {
        flex-direction: column;
    }

    .about-content {
        width: 100%;
        font-size: 1rem;
    }

    .menu-item {
        width: 45%;
    }

    .footer-section {
        width: 45%;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    #hero h1 {
        font-size: 2rem;
    }

    #hero h2 {
        font-size: 1.2rem;
    }

    .navbar ul {
        flex-direction: column;
        gap: 10px;
    }

    .menu-item {
        width: 100%;
    }

    .footer-section {
        width: 100%;
        text-align: center;
    }

    button {
        font-size: 0.9rem;
        padding: 8px 10px;
    }

    .about-photo img {
        width: 100%;
        height: auto;
    }

    .mission-content h4,
    .mission-content p {
        font-size: 1rem;
    }
}





/* responsive codes */