@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+HU:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


/* rgb(4,11,72)


rgb(192,164,99) */
body{
    
    font-family: 'ButterChicken', serif;
    text-align: justify;
    text-justify: inter-word;
    /* padding-top: 60px; */
    letter-spacing: 1px;
    overflow-x: hidden;

}
ul{list-style: none;}

a{
    text-decoration: none;
    color: inherit;
}
.header__content{
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    min-height: 60px;
    font-weight: 400;
    /* letter-spacing: 4px; */
}
.header{
    position: relative;
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
}
.nav{
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.logoM{
    max-height: 70px;
    height: auto;
    width: auto;
    object-fit: contain;
}
.nav__list{
    display: flex;
    column-gap: 40px;
}
/* .nav__item{} */
.nav__link{
    color:rgb(46, 43, 43);
    font-size: 25px;    
    /* text-shadow: 0px 0px 10px black; */
    
}
.nav__link:hover,
.nav__link:focus{
    font-weight: bold;
}
.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    height: 2px;
    background-color: rgb(46, 43, 43);
    width: 27px;
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.nav--open{
    transform: translate(0) !important;
}
.hamburger--open .bar:nth-child(1){
    transform: translateY(7px) rotate(45deg);
}
.hamburger--open .bar:nth-child(2){
    opacity: 0;
}
.hamburger--open .bar:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
}
@media(max-width:650px){
    .nav{
        position: fixed;
        top: 60px;
        /* background-color: black; */
        width: 100%;
        padding: 10px 0 25px;
        left: 0;
        transform: translateX(-100%);
    }
    .nav__list{
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
    .nav__link{
        font-size: 14px;
    }
    .hamburger{
        display: block;
    }
}

/* ---- General Styles ---- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* ---- Hero Section ---- */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    /* background: url(bgchef.jpg) no-repeat center center/cover; */
    background:url('bg.png');
    background-size: cover;
    padding: 20px;
    opacity: 1; /* Fully visible initially */
    transition: opacity 0.2s ease-out; /* Smooth fading effect */
}
.brand-name {
    font-size: 6rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px black;
}

.button {
    padding: 15px 30px;
    font-size: 1.5rem;
    background-color: #ffff00;
    color:rgb(46, 43, 43);
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-family: 'ButterChicken', serif;
    letter-spacing: 4px;
   
    
}

.button:hover {
    background-color:rgb(46, 43, 43);
    color:yellow;
    transition: ease-in-out 0.3s;
}

/* Responsive Hero */
@media (max-width: 768px) {
    .brand-name {
        font-size: 4rem;
    }
    .button {
        font-size: 1.2rem;
        padding: 12px 25px;
    }
}

/* ---- About Section ---- */
.app {
    width: 100%;
    height: 100vh;
    background: rgb(46, 43, 43);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.app1 {
    font-size: 3rem;
    color: yellow; /* Darker shade */
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.app2 {
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    max-width: 800px;
}

/* ---- Enhanced Gallery Section ---- */
.gallery {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.gallery-title {
    font-size: 2.8rem;
    color: rgb(46, 43, 43);
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    justify-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Gallery Item */
.gallery-item {
    width: 100%;
    max-width: 350px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

/* Image Hover Effect */
.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Image Caption */
.gallery-item p {
    margin-top: 10px;
    font-size: 1.3rem;
    color: rgb(46, 43, 43);
    font-weight: 600;
    text-transform: uppercase;
}

/* ---- Responsive Design ---- */
@media (max-width: 1024px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .gallery-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {
    .gallery-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .gallery-title {
        font-size: 2rem;
    }
    .gallery-item img {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
    .gallery-title {
        font-size: 1.8rem;
    }
    .gallery-item img {
        height: 200px;
    }
}




/* Image Captions */
.gallery-item p {
    margin-top: 10px;
    font-size: 1.2rem;
    color: rgb(46, 43, 43);
    font-weight: 500;
}




@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

.brand-name, .button { 
    animation: floating 4s ease-in-out infinite; 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    will-change: transform, opacity;
}
/* Contact Section */
.contact-container {
    max-width: 600px;
    font-family: 'ButterChicken', serif;
    margin: 50px auto;
    padding: 30px;
    color: rgb(255, 255, 255);
    background-color: rgb(46, 43, 43);
    text-align: center;
    border-radius: 12px;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5); */
    font-family: 'ButterChicken', serif;
}

/* Heading */
.contact-title {
    font-family: 'ButterChicken', serif;
    font-size: 2.2rem;
    color: yellow;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Contact Details */
.contact-details p {
    font-family: 'ButterChicken', serif;
    font-size: 1.1rem;
    margin: 10px 0;
    opacity: 0.8;
}

/* Buttons */
.contact-links {
    font-family: 'ButterChicken', serif;
    margin: 20px 0;
}

.whatsapp-btn, .instagram-btn {
    display: inline-block;
    padding: 12px 20px;
    margin: 10px;
    color: rgb(46, 43, 43);
    background: #ffffff;
    font-family: 'ButterChicken', serif;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.whatsapp-btn:hover {
    font-family: 'ButterChicken', serif;
    background-color:rgb(46, 43, 43) ;
    color: white;
}

.instagram-btn:hover {
    font-family: 'ButterChicken', serif;
    background-color:rgb(78, 75, 75) ;
    color: white;
}

/* Form */
.contact-form {
    font-family: 'ButterChicken', serif;
    margin-top: 30px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 2px solid #ffffff;
    background: transparent;
    color: white;
    border-radius: 5px;
    outline: none;
    font-family: 'ButterChicken', serif;
    font-size: 1rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-family: 'ButterChicken', serif;
    color: rgba(255, 255, 255, 0.7);
}

.contact-form button {
    padding: 12px 20px;
    font-size: 1.2rem;
    background: #ffffff;
    color: rgb(46, 43, 43);
    border: none;
    font-family: 'ButterChicken', serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
}

.contact-form button:hover {
    font-family: 'ButterChicken', serif;
    background: rgb(78, 75, 75);
    color: white;
    
}

/* Social Icons */
.social-icons {
    font-family: 'ButterChicken', serif;
    margin-top: 20px;
}

.social-icons a {
    font-family: 'ButterChicken', serif;
    margin: 0 10px;
}

.social-icons img {
    font-family: 'ButterChicken', serif;
    width: 40px;
    transition: 0.3s;
}

.social-icons img:hover {
    font-family: 'ButterChicken', serif;
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        font-family: 'ButterChicken', serif;
        width: 90%;
        padding: 20px;
    }

    .contact-title {
        font-family: 'ButterChicken', serif;
        font-size: 1.8rem;
    }

    .whatsapp-btn, .instagram-btn {
        font-family: 'ButterChicken', serif;
        font-size: 1rem;
        padding: 10px 15px;
    }
}
/* About Us Section */
.about-container {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
    background-color: rgb(247, 242, 230);
    color: white;
    border-radius: 12px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
    font-family: 'ButterChicken', serif;
}

/* About Header */
.about-header {
    text-align: center;
    margin-bottom: 40px;
}

.about-title {
    font-size: 3rem;
    color: rgb(4,11,72);
    text-transform: uppercase;
    font-family: 'ButterChicken', serif;
    margin-bottom: 15px;
}

.about-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

/* About Content */
.about-content, .story-section {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
}

.about-content h3, .story-section h3 {
    font-size: 2rem;
    color: rgb(4,11,72);
    margin-bottom: 15px;
    font-family: 'ButterChicken', serif;
}

.about-content p, .story-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgb(4,11,72);
    max-width: 700px;
    margin: 0 auto;
}

/* Parallel Sections */
.parallel-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

/* Parallel Items */
.parallel-item {
    background: rgb(46, 43, 43);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: justify;
    
}

.parallel-item:hover {
    transform: translateY(-5px);
}

.parallel-item img {
    width: 100%;
    max-height: 250px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
}

.parallel-item h3 {
    font-size: 1.8rem;
    color: yellow;
    margin-bottom: 10px;
    font-family: 'ButterChicken', serif;
}

.parallel-item p {
    font-size: 1rem;
    color: rgb(240, 240, 240);
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-container {
        width: 90%;
    }

    .about-title {
        font-size: 2.5rem;
    }

    .parallel-container {
        grid-template-columns: 1fr;
    }

    .about-content h3, .story-section h3 {
        font-size: 1.7rem;
    }

    .parallel-item h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 2rem;
    }

    .about-content p, .story-section p, .parallel-item p {
        font-size: 1rem;
    }
}
.menu-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

h1, h2 {
    text-align: center;
    color: rgb(54, 0, 30);
    margin-bottom: 30px;
}

.menu-category {
    margin-bottom: 50px;
}

.category-header {
    font-size: 2rem;
    color: rgb(54, 0, 30);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.menu-item {
    background-color: rgba(39, 31, 35);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.menu-item:hover {
    transform: translateY(-5px);
}

.menu-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.menu-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.menu-item p {
    font-size: 1rem;
    color: #b1b1b1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 2rem;
    }

    .category-header {
        font-size: 1.8rem;
    }
}
/* ---- Footer Section ---- */
.footer {
    width: 100%;
    background: rgb(46, 43, 43);
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 5;
}

/* ---- Footer Container ---- */
.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* ---- Footer Columns ---- */
.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
    text-align: center; /* Center content inside columns */
}

/* ---- Footer Title ---- */
.footer-column h3 {
    font-size: 1.5rem;
    color: yellow;
    margin-bottom: 15px;
}

/* ---- Footer Links ---- */
.footer-column a {
    display: inline-block;
    color: white;
    text-decoration: none;
    margin: 8px 0;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: wheat;
}

/* ---- Social Media Icons ---- */
.footer-social {
    text-align: center;
    margin-top: 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.3s ease, color 0.3s;
}

.social-icons a:hover {
    color: #ffc1c1;
    transform: scale(1.1);
}

/* ---- Footer Bottom ---- */
.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.7;
}

/* ---- Media Queries for Responsive Footer ---- */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center; /* Fixing alignment on mobile */
        gap: 20px;
        text-align: center;
    }

    .footer-column {
        width: 100%;
        max-width: 400px;
        text-align: center;
        margin-bottom: 20px;
    }

    .social-icons {
        justify-content: center;
    }
}
.modal {
    font-family: 'ButterChicken', serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: all 0.3s ease;
    font-size: 15px;
  }
 
  .modal-content {
    padding: 50px;
  }
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
  }
  .floating-contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
.snd{
    background-color: rgb(0, 0, 51);
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: rgb(252, 252, 163);
    font-family: 'ButterChicken', serif;
}
#openContactBtn{
    background-color: rgb(248, 232, 0);
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: rgb(0, 0, 0);
    font-family: 'ButterChicken', serif;
    font-size: 25px;
}
#openContactBtn:hover{
    background-color: rgb(36, 36, 34);
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: rgb(255, 255, 255);
    transition: ease-in-out 0.4s;
}
.frm1{
    width: 180px;              
    height: 30px;             
    padding: 0 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
}
.frm2{
    width: 180px;              
    height: 30px;             
    padding: 0 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
    color: rgb(0, 0, 0);
}
.frm3{
    width: 180px;              
    height: 30px;             
    padding: 0 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
}
.frm4{
    width: 180px;              
    height: 30px;             
    padding: 0 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
}
.frm5{
    width: 180px;              
    height: 100px;             
    padding: 10px 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
}
.cls {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  padding: 12px 20px;
  background-color: #0e0027;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: (1);
  transition: 0.3s ease-in-out;
}
.cls:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;

}


.frm6{
    width: 180px;              
    /* height: 100px;              */
    padding: 10px 12px;          
    margin: 10px 0;                   
    font-family: 'ButterChicken', serif;
    border: solid 1px black;
    border-radius: 10px;       
    box-sizing: border-box;
}
#lbl{
    padding-right: 2000px;
}