@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tagesschrift&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Tagesschrift", system-ui;
    text-decoration: none !important;
    list-style-type: none;
}

body::-webkit-scrollbar {
    display: none;
}

/* BackGround Image */

#bgImage {
    width: 100%;
    height: 100%;
    background-image: url(./Image/BackgroundImage.jpeg);
    background-attachment:fixed;
}

#smallNav {
   width: 100%;
   height: 40px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.318);
   display: flex;
   justify-content: space-around;
   background-color: black;
   color: white;
   
}

#upper {
    width: 40%;
    height: 100%;
    /* border:1px solid black; */
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;

}

#upper div a {
    color: white;
}

#upperNum {
   font-family: 'Courier New', Courier, monospace;
   font-weight: 900;
   margin-left: 80px;

}

#textNav {
    background-color: rgba(0, 0, 0, 0.301);
    width: 100%;
    height: 689px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#mainNav {
    width: 100%;
    height: 689px;
    position: relative;
    overflow: hidden;
}


/* Background Layer for image zoom */
.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: zoomInOut 10s infinite alternate;
    transition: transform 2s ease-in-out, opacity 5s ease-in-out;
}

/* Zoom in/out animation */
@keyframes zoomInOut {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

/* Navbar always above background */
.navbar {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0); /* Slight transparent bg */
}

/* Navbar link styling */
.navbar .nav-link {
    /* font-weight: bold; */
    color: white;


    &:hover {
        color: white;
        /* border-bottom: 1px solid white; */
    }
}

.nav-link:focus, .nav-link:hover {
    color: white !important;
}



/* Off Canva */


.btn-close {
    --bs-btn-close-color: white !important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: none !important;
    --bs-btn-close-hover-opacity: none !important;
    --bs-btn-close-focus-shadow: none !important;
    --bs-btn-close-focus-opacity: none !important;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: white !important;
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
    font-size: 35px;
}


#OffCanvaBtn {
    display: none;
    color: white;
    font-size: 25px;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: none !important;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.offcanvas-title img {
    width: 90px;
    height: 90px;
    box-shadow: 2px 2px 4px rgb(226, 207, 132);
    /* background-color: rgb(255, 255, 255); */
    border-radius: 10px;
}

#offcanvasWithBothOptions {
    background-color: black;
    color: rgb(226, 207, 132);

}

.offcanvas-body  ul a{
    color: rgb(226, 207, 132);
    padding: 5px;
    font-size: 20px;

    &:hover {
        color: rgba(216, 180, 34, 0.612); 
    }
}

#details span {
    font-size: 19px;
    font-family:'Times New Roman', Times, serif;
}

#mainText {
    margin-top: 40px;
    width: 50%;
    height: 400px;
    /* border: 1px solid black; */
    color: white;
    text-align: center;
}

#mainText h4 {
    font-size: 40px;
    padding: 20px;
    word-spacing: 5px;
    line-height: 90px;
    
}

#mainText p {
    font-size: 17px;
    word-spacing: 5px;
}

/* Our Heritage */

#heritage {
    width: 100%;
    height: 695px;
    /* border: 1px solid white; */
    background-color: rgba(0, 0, 0, 0.614);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#mainHeritage {
    width: 85%;
    height: 550px;
    /* border: 1px solid white; */
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-around;
    align-items: center;
}

#mainHeritage div {
    width:30%;
    height: 100%;
    /* border: 1px solid white; */
}

#mainHeritage div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heriTitle {
    margin: 10px;
    color: rgb(226, 207, 132);
    font-size: 20px;
}

#heriHead {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 4px;
    
}

#heriContent {
    color: rgba(255, 255, 255, 0.685);
    word-spacing: 2px;
}


/* Our Menus */
#menu {
   width: 100%;
   height: 500px;
   /* border: 1px solid white;  */
   background-color: rgba(0, 0, 0, 0.614);
   margin-top: -30px;
 

}

.menu-heading {
    text-align: center;
    font-size: 40px;
    color: rgb(226, 207, 132);
    margin: 10px 0;
  }
  
  .carousel {
    display: flex;
    gap: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  
  .menu-card {
    flex: 0 0 25%;
    max-width: 25%;
    background-color: rgba(181, 154, 154, 0.599);
    text-align: center;
    color: white;
    width: 300px;   
    height: 380px;
    /* border: 1px solid white;     */
  }
  
  .menu-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .menu-card h3 {
    margin-top: 10px;
    color: rgb(226, 207, 132);
    font-size: 18px;
    letter-spacing: 1px;
  }
  
  .menu-card a {
    display: inline-block;
    margin: 8px 0 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }
  












/* Best Experience */

#experience {
    width: 100%;
    height: 600px;
    /* border: 1px solid white ; */
    background-image: url(./Image/Ourexperience.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -30px;
}

#bestExp {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.604);
    opacity: 90%;

}

#bestExp h1  {
    font-size: 120px;
    font-family: "Great Vibes", cursive;
    font-weight: 500;
    font-style: oblique;
    color: white;
    word-spacing: 20px;

}

#bestExp #exp {
    font-family: "Great Vibes", cursive;
    letter-spacing: 10px;
    font-size: 170px;
}


/* Overall Category*/

#overall {
    width: 100%;
    height: 600px;
    /* border: 1px solid white; */
    display: flex;
    justify-content: space-around;
    align-items: center;


}

#belowCategory1 {
    width: 60%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
    display: flex;
    /* gap: 5px; */
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#belowCategory1 div {
    width: 50%;
    height: 48%;
    /* border: 1px solid white; */
}

#belowCategory1 div img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categoryContent {
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 70px ;
}

.categoryContent p {
    padding: 10px;
}



#belowCategory2 {
    width: 40%;
    height: 100%;
    /* border: 3px solid white; */
}

#belowCategory2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nutrition and Taste */
#nutrition {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 5%;
    box-sizing: border-box;
    /* border: 1px solid white; */
}

#nutritionImages {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border: 1px solid white; */
}

.image-wrapper {
    position: relative;
    width: 350px;
    height: 480px;
   
}

.image-wrapper img {
    width: 350px;
    height: 470px;
    object-fit: cover;
}

.image-wrapper .overlay-image {
    position: absolute;
    width: 350px;
    height: 500px;
    bottom: -90px;
    right: -120px;
}

#nutritionContent {
    flex: 1;
    margin-top: 90px;
    padding: 20px;
    margin-left: 100px;
    /* border: 1px solid white; */
}

#nutritionContent h4 {
    color: rgb(226, 207, 132);
    margin-bottom: 10px;
    font-size: 30px;
}

#nutritionContent h3 {
    font-size: 40px;
    margin: 10px 0;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    word-spacing: 10px;
}

#nutritionContent p {
    font-size: 1.2rem;
    color: white;
    margin: 20px 0;
    line-height: 1.5;
    font-family: 'Times New Roman', Times, serif;
}

#nutritionContent button {
    padding: 10px 20px;
    background-color:rgb(175, 145, 22);
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 2px;
}

#nutritionContent button:hover {
    background-color: darkorange;
}


/* Footer */
#footer {
    width: 100%;
    height: 430px;
    border-top: 1px solid rgb(226, 207, 132);
    /* border: 1px solid white; */
    background-color: black;
}

#FooterMain {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid white; */
}

#mainFooter {
    width: 80%;
    height: 330px;
    border-bottom: 3px solid rgb(226, 207, 132); ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color: rgb(226, 207, 132);
}

#mainFooter div {
    width: 30%;
    height:80%;
       
}

.details {
    text-align: center;
    padding-top: 20px;
}

 .detailsHead {
    font-family: "Tagesschrift", system-ui;
    font-size: 30px;
}

#socialMedia {
   text-align: center;
   padding-top: 45px;
}


.details span, 
.para,
h4,
.num {
    font-family: 'Times New Roman', Times, serif;
    color: rgb(226, 207, 132);
}

.num {
    font-size: 19px;
}

.para {
    font-size: 17px;
}


.loaction iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;

}


#network a {
    color: rgb(226, 207, 132);
    font-size: 30px;
    padding: 5px;
}

#copyRights {
    color: rgb(226, 207, 132);
    font-size: 22px; 
    font-family: 'Times New Roman', Times, serif;
}














/* Upper Nav */

@media (max-width:1290px) {
    #upperNum {
        margin-left: 30px;
    }

    #mainHeritage {
        width: 95%;
        
    }

    #nutritionContent {
        flex: 1;
        margin-top: 90px;
        padding: 20px;
        /* border: 1px solid white; */
    }
    
}

@media (max-width:1220px) {
    #upper {
        width: 50%;
        padding: 20px;
    
    }
    #upperNum {
        margin-left: 50px;
    }

    .menu-card {
        flex: 0 0 35%;
        max-width: 30%;
        
      }
    
}

@media (max-width:1050px) {

    #heritage {
        width: 100%;
        height: 1200px;
        margin-top: -80px;
      
    }
    #mainHeritage {
        width: 100%;
        height: 500px;
        /* border: 1px solid white; */
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-around;
        align-items: center;
        margin-top: -420px;
    }

    #mainHeritage div {
        width:48%;
        height: 100%;
        /* border: 1px solid white; */
    }

    .menu-card {
        flex: 0 0 40%;
        max-width: 35%;
        
      }
    
}

@media (max-width:1100px) {
    #smallNav {
        display: none;
    }

    #textNav {
        background-color: rgba(0, 0, 0, 0.301);
        width: 100%;
        height: 729px;
    }


    #mainNav {
        width: 100%;
        height: 729px;
        position: relative;
        overflow: hidden;
    }

    #mainText {
        margin-top: 40px;
        width: 70%;
        
    }

    #mainHeritage {
        width: 100%;
        
    }

    #nutritionContent {
        height: 350px;
        flex: 1;
        margin-top: 90px;
        padding: 20px;
        margin-left: 140px;
        /* border: 1px solid white; */
    }

    #nutritionContent h4 {
        
        font-size: 25px;
    }
    
    #nutritionContent h3 {
        font-size: 30px;
        
    }
    
    #nutritionContent p {
        font-size: 1.1rem;
        
    }
    


    
}


@media (max-width:950px) {
    #belowCategory2 {
        width: 0%;
        display: none;
    }
    #belowCategory1 {
        width: 100%;
        
    }
    #nutritionContent {
        height: 350px;
        flex: 1;
        margin-top: 90px;
        padding: 20px;
        margin-left: 140px;
    }

    #nutritionContent h4 {
        
        font-size: 20px;
    }
    
    #nutritionContent h3 {
        font-size: 25px;
        
    }
    
    #nutritionContent p {
        font-size: 1rem;
        
    }
}

 @media (max-width: 875px) {
        #nutrition {
            flex-direction: column;
            height: 850px;
            padding: 20px;
        }
    
        #nutritionImages {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
            position: relative;
        }
    
        .image-wrapper {
            width: 90%;
            max-width: 400px;
            position: relative;
        }
    
        .image-wrapper img {
            width: 300px;
            height: 420px;
            display: block;
        border-radius: 10px;
        }
    
        .image-wrapper .overlay-image {
            position: absolute;
            width: 290px;
            height: 420px;
            bottom: -70px;
            right: -70px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
    
    
        #nutritionContent {
            width: 100%;
            margin: 80px;
            padding: 0 10px;
            text-align: center;
        }
    
        #nutritionContent h3 {
            font-size: 22px;
            margin-bottom: 10px;
        }
    
        #nutritionContent h1 {
            font-size: 2rem;
            margin: 10px 0;
        }
    
        #nutritionContent p {
            font-size: 1rem;
            margin: 15px 0;
        }
    
        #nutritionContent button {
            font-size: 1rem;
            padding: 10px 20px;
        }
    
    
}


@media (max-width:850px) {
    .menu-card {
        flex: 0 0 45%;
        max-width: 40%;
        
      }

      #mainFooter {
        width: 100%;
        height: 350px;
        
    }  

    #mainFooter div {
        width: 32%;
                
    }
    
}



@media (max-width:800px) {
    #navbar{
       display: none;
    }

    #mainText {
        margin-top: -10px;
        width: 70%;
        
    }

    #mainText h4 {
        font-size: 35px;
        padding: 10px;
        word-spacing: 5px;
        line-height: 90px;
        
    }
    
    #mainText p {
        font-size: 17px;
        word-spacing: 5px;
    }
    
    #OffCanvaBtn {
        display: block;
    }
}

@media (max-width:750px) {

    #experience {
        height: 500px;
       
    }
    #bestExp h1  {
        font-size: 80px;
    
    }
    
    #bestExp #exp {
    
        font-size: 140px;
    }

    .menu-card {
        flex: 0 0 45%;
        max-width: 45%;
        
      }

      #footer {
        width: 100%;
        height: 700px;
        
        
    }

    #FooterMain {
        width: 100%;
        height: 630px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: black;
    }
    
    #mainFooter {
        width: 100%;
        height: 600px;
        gap: 10px;
        margin-top: -40px;
        
    }  

    #mainFooter div {
        width: 45%;
        height: 45%;
                
    }


    
}


@media (max-width:650px) {
    .menu-card {
        flex: 0 0 50%;
        max-width: 50%;
        
      }

      #overall {
        width: 100%;
        height: 1200px;
        /* border: 1px solid white; */
        display: flex;
        justify-content: space-around;
        align-items: center;
    
    
    }

      #belowCategory1 {
        width: 100%;
        gap: 10px;
        
    }

      #belowCategory1 div {
        width: 70%;
        height: 23%;
        /* border: 1px solid white; */
    }

        #nutrition {
            flex-direction: column;
            height: 1080px;
            padding: 20px;
        }
    
        #nutritionImages {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            margin-top: 30px;
            position: relative;
        }
    
        .image-wrapper {
            width: 90%;
            max-width: 350px;
            position: relative;
        }
    
        .image-wrapper img {
            width: 100%;
            height: 350px;
            padding: 10px;
            border-radius: 15px;
            display: block;
        }
    
        .image-wrapper .overlay-image {
            position: static;
            width: 100%;
            height: 350px;
            box-shadow: none;
            border-radius: 15px;
            margin-top: 0;
            right: 0;
            bottom: 0;
        }
    
        #nutritionContent {
            width: 100%;
            margin-top: 250px;
            padding: 0 10px;
            text-align: center;
        }
    
        #nutritionContent h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
    
        #nutritionContent h1 {
            font-size: 1.8rem;
            margin: 10px 0;
        }
    
        #nutritionContent p {
            font-size: 1rem;
            margin: 15px 0;
        }
    
        #nutritionContent button {
            font-size: 1rem;
            padding: 10px 20px;
        }
    
    

}

@media (max-width:600px) {


    #heritage {
        width: 100%;
        height: 750px;
        margin-top: 0px;
      
    }
    #mainHeritage {
        width: 100%;
        height: 400px;
        /* border: 1px solid white; */
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-around;
        align-items: center;
        margin-top: -400px;
    }
    #mainHeritage div {
        width:65%;
        height: 90%;
        /* border: 1px solid white; */
    }


    #mainHeritage #img1 {
        display: none;
    }

    #experience {
        height: 300px;
       
    }
    
    #bestExp h1  {
        font-size: 60px;
    
    }
    
    #bestExp #exp {
    
        font-size: 90px;
    }

   
}



@media (max-width:550px) {
    .menu-card {
        flex: 0 0 60%;
        max-width: 60%;
        
      }

      #footer {
        width: 100%;
        height: 950px;
        
        
    }

    #FooterMain {
        width: 100%;
        height: 890px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: black;
    }
    
    #mainFooter {
        width: 100%;
        height: 880px;
        gap: 10px;
        margin-top: -50px;
        
    }  

    #mainFooter div {
        width: 60%;
        height: 30%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.241);    
        
                
    }



}


@media (max-width:500px) {

    
    #mainText {
        width: 80%;
        height: 450px;
        margin-top: 80px;
        
    }
    #mainText h4 {
        font-size: 25px;
        padding: 20px;
        word-spacing: 5px;
        line-height: 70px;
        
    }
    
    #mainText p {
        font-size: 14px;
        word-spacing: 5px;
    }
}

@media (max-width:470px) {
    #mainHeritage div {
        width:90%;
        height: 90%;
        /* border: 1px solid white; */
    }

    #bestExp h1  {
        font-size: 50px;
        
    
    }
    
    #bestExp #exp {
    
        font-size: 70px;
    }

    .menu-card {
        flex: 0 0 70%;
        max-width: 70%;
        
      }

      #belowCategory1 div {
        width: 90%;
        height: 22%;
        
    }

   
    
}


@media (max-width:400px) {
    #mainNav,
    #textNav {
        width: 100%;
        height: 660px;
        
    }

    #mainFooter div {
        width: 75%;
        height: 30%;
                
    }
    
}

@media (max-width:370px) {
    .menu-card {
        flex: 0 0 100%;
        max-width: 100%;
        width: 900px;
        
      }
}


