/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f7c443;

}

/* Header Styles */
.header {
    padding: 10px;
    text-align: center;
    background: white;
  }
  
  .header h1 {
    font-size: 50px;
  }


/* Add any additional styles as needed */


.header-container {
    display: flex;
    align-items: center;
}


.logo {
    margin-left: 20px; /* Adjust the margin as needed */
}

/* Menu Icon Styles */
.menu-icon {
    cursor: pointer;
    padding: 10px;
    background-color: #843b14;
    color: #fff;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001; /* Ensure it's above the fixed header */
    transition: left 0.3s ease;
}

.content-section {
    display: none;
}
#home {
    display: block;
}


/* Style for the span with class "taste" */
.taste {
    display: inline-block; /* Display as inline block */
    padding: 10px 20px; /* Padding around the text */
    color: white; /* White text color */
    cursor: pointer; /* Cursor style */
    border-radius: 5px; /* Rounded corners */
    transition-duration: 0.4s; /* Smooth transition on hover */
}

/* Hover effect */
.taste:hover {
    background-color: #ffffff;
}


.topnav {
    overflow: hidden;
    background-color: #843b14;
  }
  
  /* Style the topnav links */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change color on hover */
  .topnav a:hover {
    background-color: #f7c443;
    color: black;
  }
  



/* Style for the heart icon */
/* Style for the heart icon */
.add-to-favorites {
    color: #000000; /* Set the color of the heart icon to red */
    font-size: 20px; /* Set the font size of the heart icon */
    margin-left: 10px; /* Add some space between the heart icon and the 'Add to Cart' button */
    cursor: pointer; /* Set the cursor style to pointer to indicate it's clickable */
    background-color: #ffffff; /* Background color for the heart icon */
    border: 2px solid #ffffff; /* Add a solid border around the heart icon */
    border-radius: 50%; /* Make the border radius 50% to create a circular shape */
    padding: 5px; /* Add padding to the heart icon */
}

/* Hover effect for the heart icon */
.add-to-favorites:hover {
    transform: scale(1.2); /* Scale the heart icon slightly on hover */
    transition: transform 0.3s ease; /* Add a smooth transition effect */
}

/* Style for the shopping cart icon */
.fas.fa-shopping-cart.add-to-cart {
    /* Add your custom styles here */
    font-size: 20px; /* Set the font size of the heart icon */
    color: #000000; /* Example color */
    cursor: pointer; /* Example cursor style */
    background-color: #ffffff; /* Background color for the heart icon */
    border: 2px solid #ffffff; /* Add a solid border around the heart icon */
    border-radius: 50%; /* Make the border radius 50% to create a circular shape */
    padding: 5px; /* Add padding to the heart icon */

    
    /* Add any other styles you want */
}

.fas.fa-shopping-cart.add-to-cart:hover{
    transform: scale(1.2); /* Scale the heart icon slightly on hover */
    transition: transform 0.3s ease; /* Add a smooth transition effect */
}

/* Style for the cartItemsContainer */
#cartItemsContainer {
    /* Add your custom styles here */
    background-color: #ffffff; /* Example background color */
    border: 1px solid #ffffff; /* Example border */
    padding: 10px; /* Example padding */
    max-width: 400px; /* Example maximum width */
    margin: 0 auto; /* Center the container horizontally */
    border-radius: 10px;
    /* Add any other styles you want */
}






/* Sidebar Styles */
/* Styles for the sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -200px; /* Initially hidden */
    height: 100%;
    width: 200px;
    background-color: #843b14;
    transition: left 0.3s ease;
    z-index: 1000; /* Ensure it's above other content */
    overflow-y: auto; /* Enable scrolling if content exceeds height */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* Add shadow for depth */
}

/* Expanded sidebar */
.sidebar.open {
    left: 0;
}

/* Styles for the navigation menu */
.sidebar nav ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.sidebar nav ul li {
    margin-bottom: 10px;
}

.sidebar nav ul li button {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sidebar nav ul li button i {
    margin-right: 10px;
}

/* Hover effect for buttons */
.sidebar nav ul li button:hover {
    background-color: #f7c443;
}

/* Styles for the sidebar header */
.sidebar-header {
    padding: 20px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Styles for sidebar links */
.sidebar a {
    color: #fff;
    text-decoration: none;
}

/* Active link style */
.sidebar a.active {
    font-weight: bold;
    color: #ffd700; /* Yellow */
}

/* Toggle button for opening/closing sidebar */
.sidebar-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Style for close button icon */
.sidebar-toggle.close-icon {
    display: none; /* Initially hidden */
}

/* Media query for responsive design */
@media (max-width: 768px) {
    .sidebar {
        width: 150px;
    }
}




/* Content Styles */
.content {
    margin-left: 0;
    transition: margin-left 0.3s ease;
    padding-top: 120px; /* Adjust the padding to the height of the header */
    background-color: #f7c443;

}

.parent-button {
    position: relative;
}

.fas.fa-caret-down {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.submenu {
    display: none;
}

.parent:hover .submenu {
    display: block;
}

.menu-container-container {
    display: flex; /* Use flexbox to align items */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    gap: 10px; /* Add some space between containers */
}

.menu-container {
    flex: 0 0 calc(50% - 5px); /* Set each container to take up half of the available width */
    cursor: pointer;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    box-sizing: border-box; /* Include padding and border in the width calculation */
}

.menu-container:hover {
    background-color: #f0f0f0; /* Change background color on hover */
}


.container {
    display: flex;
}

.container-item {
    position: relative;
    overflow: hidden; /* Ensure images do not overflow the container */
    border: 1px solid #843b14; /* Border to indicate container boundaries */
    margin: 3px;
    padding: 50px;
    width: 150px; /* Container width */
}

.container-item img {
    max-width: none; /* Allow images to exceed container width */
    position: absolute; /* Position images absolutely within the container */
    top: 0; /* Position images at the top */
    left: calc(100% + 100px); /* Position images horizontally with a gap of 100px */
    animation: moveImage 15s linear infinite; /* Animation duration, timing, and repetition */
}

@keyframes moveImage {
    0% {
        transform: translateX(0); /* Start from initial position (0px) */
    }
    100% {
        transform: translateX(-700%); /* Move images to the left by the width of the container */
    }
}

.container-0 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    overflow-x: auto; /* Add horizontal scrollbar if needed */
}


.column-0 {
    width: 50%; /* Adjust as needed */
    float: left;
    padding: 10px;
}

.cart-items {
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.receipt-container {
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}






.others {
    background-color: #f4f4f4; /* Add a background color */
    border: 1px solid #ddd; /* Add a border */
    border-radius: 5px; /* Add border radius for rounded corners */
    padding: 20px; /* Add padding for spacing */
    max-height: 300px; /* Set a maximum height */
    overflow-y: auto; /* Add vertical scrollbar when content exceeds height */
}

.others h3 {
    color: #333; /* Set the color of the heading */
    font-size: 20px; /* Set the font size of the heading */
    margin-bottom: 10px; /* Add some bottom margin */
}

.others p {
    color: #666; /* Set the color of the paragraph text */
    font-size: 16px; /* Set the font size of the paragraph text */
    line-height: 1.5; /* Set the line height for better readability */
}


.others {
    padding: 20px; /* Add padding for spacing */
    background-color: #f4f4f4; /* Add a background color */
    border: 1px solid #ddd; /* Add a border */
    border-radius: 5px; /* Add border radius for rounded corners */
}

.others h3 {
    color: #333; /* Set the color of the heading */
    font-size: 20px; /* Set the font size of the heading */
    margin-bottom: 10px; /* Add some bottom margin */
}

.others p {
    color: #666; /* Set the color of the paragraph text */
    font-size: 16px; /* Set the font size of the paragraph text */
    line-height: 1.5; /* Set the line height for better readability */
}



.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #f7c443;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    margin-bottom: 20px; /* Add some space between hero and qr-code-container */
}

.two-column-layout {
    display: flex;
    
}
#placeOrderButton {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    display: block; /* Ensure the button takes the full width */
    margin: 0 auto; /* Center the button horizontally */
    text-align: center; /* Align the text content in the center */
}

#placeOrderButton:hover {
    background-color: #45a049;
}
    

#cart-items {
    font-size: 16px;
    margin: 10px auto; /* Set top and bottom margin to 10px and horizontally center the element */
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: fit-content; /* Adjust the width based on content */
    text-align: center; /* Align the text content in the center */
}



.column {
    width: 50%; /* Adjust width as needed */
    padding: 10px; /* Add padding for better spacing */
    border-radius: 10px;
}

.location-container {    max-width: 400px; /* Adjust maximum width as needed */
}

.location-container iframe {
    width: 100%; /* Set iframe width to fill the container */
    height: 200px; /* Adjust height as needed */
}



/* Style the slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin-top: 20px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
/* Style the dot buttons */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #843b14;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #f1dd00;
   

}




.image-container img {
    border-radius: 5px;
    width: 200%;
}



.hero-paragraph {
    font-size: 14px; /* Set the font size */
    line-height: 1.6; /* Set the line height */
    color: #ffffff; /* Set the text color */
    margin-left: 20px; /* Add margin between hero and paragraph */
    background-color: #843b14;
    border-radius: 15px;
    /* Add more styles as needed */
}



.image-container img {
    border-radius: 5px;
    height: auto; /* Maintain the aspect ratio */
}


#orderButton {
    padding: 10px 20px;
    background-color: #4d52e3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

#orderButton:hover {
    background-color: #f7c443;
}





.menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.menu-item {
    position: relative; 
    padding: 20px;
    margin: 10px auto; /* Set top/bottom margin to 10px and left/right margin to auto */
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 100%;
}


    

.burger-section {
    display: none; /* Initially hide the burger section */
}

.burger-section.show {
    display: block; /* Display the burger section when toggled */
}




.menu-items {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next row */
    justify-content: space-between; /* Distribute space between items */

}

.navbar-2 {
    text-align: center; /* Center align the navigation links */
}

.nav-links-2 {
    list-style-type: none; /* Remove default list styles */
    margin: 0;
    padding: 0;
}

.nav-links-2 li {
    display: inline; /* Display list items horizontally */
    margin-right: 20px; /* Add space between list items */
}

.nav-links-2 li a {
    color: white; /* Text color for navigation links */
    text-decoration: none; /* Remove underline from links */
    padding: 5px 10px; /* Add padding to links */
    border-radius: 5px; /* Add rounded corners to links */
    transition: background-color 0.3s; /* Smooth transition for background color */
}

.nav-links-2 li a:hover {
    color: #f1dd00;
}

.nav-likeperson {
    float: left; /* Float the navigation container to the left */
}

.nav-likeperson .nav-links-likeperson {
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
}

.nav-likeperson .nav-links-likeperson li {
    float: left; /* Float list items to the left */
    margin-right: 10px; /* Add margin to separate list items */
}

.nav-likeperson .nav-links-likeperson li:last-child {
    margin-right: 0; /* Remove margin from the last list item */
}

.nav-likeperson .nav-links-likeperson li a {
    text-decoration: none; /* Remove underline from links */
    color: #f1dd00;
    padding: 10px; /* Add padding to links */
}

/* Add hover effect */
.nav-likeperson .nav-links-likeperson li a:hover {
    background-color: #f0f0f0; /* Change background color on hover */
    border-radius: 5px; /* Add border radius on hover */
}

.column-3 {
    border-radius: 5px; /* Add border radius for a rounded appearance */
    width: 400px; /* Set a fixed width or adjust as needed */
    margin: 0 auto; /* Center the container horizontally */
}

.column-3 h2 {
    font-size: 24px; /* Adjust heading font size */
    margin-bottom: 10px; /* Add margin below heading */
}

.column-3 p {
    margin: 5px 0; /* Add margin to separate paragraphs */
}

.column-3 strong {
    color: #060606; /* Set color for strong elements */
}


.column-4 {
border-radius: 10px; /* Add border radius for a rounded appearance */
padding: 20px; /* Add padding for spacing */
background-color: #ab7d19;
width: calc(50% - 20px); /* Set width to 50% of the container width minus margins */
margin: 10px; /* Add margin for spacing */
overflow-y: auto; /* Enable vertical scrolling */

}
.column-6 {
border-radius: 5px;
padding: 70px;
background-color: #ffffff;
width: calc(20% - 10px);
margin: 10px;
overflow-y: auto;
height: 200px; /* Set a fixed height */
}

.column-7 {
border-radius: 10px;
padding: 20px;
background-color: #ffffff;
width: calc(50% - 20px);
margin: 10px;
overflow-y: auto;
height: 200px; /* Set a fixed height */
}

.column-8 {
border-radius: 10px;
padding: 20px;
background-color: #ffffff;
width: calc(50% - 50px);
margin: 10px;
overflow-y: auto;
height: 200px; /* Set a fixed height */
}



.column-5 {
display: flex; /* Use flexbox */

}



/* -----------------------------------------------------------------------MENU FOOTER ------------------------------------------------------------------------------------*/

.footer {
    background-color: #333; /* Background color for the footer */
    color: #fff; /* Text color for the footer */
    text-align: center; /* Center-align text in the footer */
    position: fixed; /* Fixed positioning at the bottom of the viewport */
    left: 0;
    bottom: 0;
    width: 100%; /* Full width footer */
}
.footer p {
    margin-bottom: 5px;
}

.footer button {
    padding: 8px 20px;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.footer button:hover {
    background-color:  #ffd700;;
}



.add-to-cart-btn {
    background-color: #ffffff; /* Green background */
    border: none; /* Remove border */
    color: rgb(0, 0, 0); /* White text color */
    padding: 10px 20px; /* Padding around the text */
    text-align: center; /* Center text horizontally */
    text-decoration: none; /* Remove default underline */
    display: inline-block; /* Make the button a block element */
    font-size: 16px; /* Set font size */
    cursor: pointer; /* Add pointer cursor on hover */
    border-radius: 5px; /* Add border radius for rounded corners */
}

/* Hover effect */
.add-to-cart-btn:hover {
    background-color: #45a049; /* Darker green background on hover */
}


.footer-1 {
    background-color: #843b14;
    color: #fff; /* Text color for the footer */
    padding: 20px; /* Padding around the content within the footer */
    text-align: center; /* Center-align the content within the footer */
    width: 100%; /* Set the width of the footer to 100% of the viewport width */
    /* Remove the following properties to make the footer scrollable */
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
}


/* -----------------------------------------------------------------------MENU FOOTER ------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------Order ------------------------------------------------------------------------------------*/

#orderFormContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(225, 196, 27, 0.9); /* Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Initially hidden */
    max-width: 100%; /* Set a maximum width for the container */
}

#orderForm {
    text-align: center;
}

#orderForm label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

#orderForm input[type="text"],
#orderForm input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#orderForm button[type="submit"] {
    padding: 10px 20px;
    background-color: #2e46ce;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#orderForm button[type="submit"]:hover {
    background-color: #fbff0f;
}


/* ----------------------------------------------------------------------- Order ------------------------------------------------------------------------------------*/


/* Adjust the font size as needed */
.taste {
    /* Styles for 'TASTE' */
    font-style: italic;
    font-size: 24px;
    text-align: center; /* Center align the text */

    color: #f1dd00;
    font-weight: bold;
}

.tech {
    /* Styles for 'TECH' */
    font-style: italic;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    /* Match the italic style of 'TASTE' */
    font-style: italic;
    text-align: center; /* Center align the text */

    /* You can adjust other properties to complement the 'TASTE' style */
}
/* Adjust the font size as needed */


/* Order */

#orderButton {
    padding: 10px 20px;
    background-color: #383dd9;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

#orderButton:hover {
    background-color: #45a049;
}

/* Order */

/* Footer */

.footer {
    background-color: #843b14;
    color: #fff; /* Text color for the footer */
    padding: 20px; /* Padding around the content within the footer */
    text-align: center; /* Center-align the content within the footer */
    /* You can also specify a fixed width like width: 960px; if you prefer a fixed width */
}

/* Add media query for screen sizes between 768px and 481px */
@media screen and (max-width: 768px) and (min-width: 481px) {
    /* Add your responsive styles here */

    /* Example: Adjust the width of the sidebar */
    .sidebar {
        width: auto;
    }

    /* Example: Adjust the font size of certain elements */
    .header h1 {
        font-size: 20px;
    }

    /* Example: Adjust the width of certain containers */
    .container {
        flex-direction: column;
    }

    

    /* Example: Hide certain elements or adjust their display */
    .burger-section {
        display: none; /* Hide the burger section */
    }

    /* Example: Adjust the font size of certain elements */
    .footer p {
        font-size: 14px;
    }

    .hero {
        width: auto;
        padding: 50px; /* Adjust padding for smaller screens */
    }

    .hero-paragraph {
        font-size: 12px; /* Adjust font size for smaller screens */
    }

    .image-container img {
        width: 100%; /* Ensure images in the hero section take up full width */
    }

    .header {
        padding: 30px;
        text-align: center;
        background: white;
        width: auto;
      }
      
      .header h1 {
        font-size: 50px;
      }
    

    .two-column-layout {
        flex-direction: column; /* Set flex direction to column for stacked layout */
    }


    .column {
        width: 50%; /* Set width of each column to 50% */
    }

    .column-4{
        width: auto; /* Set width of each column to 50% */
    }

    .column-6{
        width: auto; /* Set width of each column to 50% */
    }

    .column-8{
        width: auto; /* Set width of each column to 50% */
    }

    .column-7{
        width: auto; /* Set width of each column to 50% */
    }

    .nav-links-2 {
        display: none;
    }

    /* Example: Adjust other styles as needed */

    /* Toggle the visibility of navigation links when the toggle button is clicked */
    .toggle-button {
        display: block; /* Ensure the button is visible */
    }

    .nav-links-2.show {
        display: block; /* Show the navigation links when the show class is added */
    }

    .menu-icon{
        display: none;


    }

    .nav-likeperson{
        display: none;

    }

    .taste{
        width: auto;
    }

    .topnav a {
        float: none;
        width: auto;
      }
    }
    


