*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    padding: 1%;
    width: 80%;
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center
}
.add{
    background-color: white; 
    padding: 4%; 
    width: 100%;
}
.wrapper h1{
    margin-top: 30px;
    color: white; 
    font-style: italic; 
    font-weight: 600;
    background-color: #742015;
    border: 5px solid black;
    box-shadow: 
                1px 1px 1px 1px gray,
                2px 2px 2px 2px white;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.text-center{
    text-align: center;
}
.clearfix{
    float: none;
    clear: both;
}
.tbl-full{
    width: 100%;
    overflow: hidden;
}
/* .tbl-full thead tr th{
    width: 150px;
} */
.tbl-30{
    width: 50%;
}
.tbl-30 tr{
    height: 40px;
}
table tr th{
    border-bottom: 1px solid black;
    padding: 1%;
    text-align: left;
}
table tr td{
    padding: 1%;
}
.btn-primary{
    background-color: #1e90ff;
    padding: 1%;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.btn-primary a{
    color: white;
}
.btn-primary:hover{
    background-color: #3742fa;
    color: white;
}
.btn-secondary{
    background-color: #7bed9f;
    padding: 1%;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.btn{
    padding: 3%;
    width: 100%;
}
.btn-secondary:hover{
    background-color: #2ed573;
}
.btn-danger{
    background-color: #ff6b81;
    padding: 1%;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.btn-danger:hover{
    background-color: #ff4757;
}
.success{
    width: fit-content;
    padding: 1%;
    color: black;
    background-color: #2ed573;
    border-radius: 5%;
}
.error{
    color: #ff4757;
}
.add-on{
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
/* CSS For Navbar on Window Scroll */

.colorChange{
    background-color: black;
}
/* Nav Bar CSS */
.topnav {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 65px;
    z-index: 1100;
}
.topnav .logo{
    left: 0;
}

.topnav a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 3px 2px black;
    font-size: 17px;
}
.topnav a:first-child{
    position: absolute;
}
.topnav a:first-child:hover{
    background-color: transparent;
}
.topnav a:hover {
    background-color: #9b5359;
    color: white;
}
.topnav .active {
    background-color: #821f12;
    border: 1px solid black;
    box-shadow: 
                1px 1px 1px 1px gray,
                2px 2px 2px 2px white
    ;
    color: white;
    display: flex;
}
.active:hover{
    cursor: pointer;
}
.menuMain .icon {
    display: none;
}
.topnav .icon {
    display: none;
}
.topnav .userId{
    background-color: #ff4757;
    color: white;
    margin-left: 30px;
}

@media screen and (max-width: 1350px) {
    .topnav {
        overflow: hidden;
        display: block;
        background-color: #821f12;
        z-index: 100000;
    }
    .topnav .userId{
        margin-left: 0;
    }
    .topnav a:first-child{
        position: absolute;
        top: 0;
        left: 0;
        height: 85px;
        width: 120px;
    }
    .topnav a:not(:first-child) {display: none;}
    .topnav .icon {
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        cursor: pointer;
        border: 2px solid white;
        background-color: white;
        padding: 2%;
        color: black;
    }
}
@media screen and (max-width: 1350px) {
    .topnav.responsive {
        display: block;
        position: fixed;
        height: fit-content;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .topnav.responsive .icon {
        position: absolute;
        color: white;
        border: 2px solid black;
        background-color: black;
        top: 15px;
        right: 20px;
        z-index: 20000000;
    }
    .topnav.responsive a {
        float: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
    }
    .topnav.responsive .active {
        width: 100%;
    }
}
/* End Nav Bar CSS */

@media screen and (max-width: 650px) {
    .menuMain ul {
        display: none;
    }
    .menuMain {
        width: 300px;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menuMain .icon {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        height: 30px;
        width: 120px;
        padding: 4%;
        cursor: pointer;
        z-index: 10000000;
    }
    .responsive2 {
        position: fixed;
        top: 15px;
        margin-top: 55px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .responsive2 .icon {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        height: 30px;
        width: 130px;
        padding: 4%;
        cursor: pointer;
        z-index: 10000000;
    }
    .responsive2 ul{
        padding: 0;
        top: 90;
        display: block;
        /* float: left; */
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: 40px;
    }
}

/* CSS For main-content */

.main-content{
    padding: 3% 0;
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-content1{
    padding: 3% 0;
}
.main-menu-page{
    padding-top: 50px;
}
.subMenu{
    margin-top: 50px;
}
.menuList{
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-4{
    width: 18%;
    background-color: white;
    margin: 1%;
    padding: 2%;
    float: left;
}

/* CSS For Footer */

.footer-main{
    background-color: #ff4757;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer{
    background-color: #ff4757;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* CSS For Login */

.login-body{
    background-color: #a4b0be;
}

.login{
    background-color: #f1f2f6;
    border: 1px solid gray;
    width: 40%;
    margin: 10% auto;
    padding: 2%;
}
.close{
    float: right;
    outline:none;
    font-weight: bold;
    font-size: larger;
    background-color: transparent;
}

@media screen and (max-width: 650px) {
    .login-body{
        padding-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .login {
        width: 80%;
    }
}

/* CSS For Honey's Home Page */

*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
.content{
    width: 100%;
    margin-top: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home{
    width: fit-content;
    text-align: center;
    color: black;
    /*margin-top: 290px;*/
    background-color: #f5e1df;
    padding: 20px;
    opacity: 0.8;
}
.home h1{
    font-weight: 800;
    text-shadow: 3px 2px gray;
}
span {
    color: #f0270c;
}

/* CSS For Menu Page */

.menuMain{
    position: fixed;
    top: 75px;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.secondaryMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.secondaryMenu li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.secondaryMenu li a{
    background-color: black;
    color: white;
    padding: 10% 0 10% 0;
    width: 130px;
}
.secondaryMenu li a:hover{
    box-shadow: 2px 4px 4px 2px #450a0f, 4px 6px 6px 4px #982731;
}
.secondaryMenu li:hover {
    border-radius: 5px;
    background-color: #450a0f;
    color: white;
}

/* Breakfast CSS */

.breakfastMain {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(10, 4, 29);
    padding-top: 50px;
}

.breakfast {
    margin-top: 50px;
}

.breakfastTitle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 4px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 4px solid white;
    padding-bottom: 10px;
}

.breakfastTitle h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.text1 p {
    display: flex;
    justify-content: center;
    align-items: start;
    font-style: italic;
    font-weight: 400;
    height: 70px;
}

.changeMain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}

.change {
    color: white;
    text-align: center;
}

.titles {
    width: 100%;
    margin-top: 20px;
}
.grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.titles .grid .box1 {
    width: 220px;
    margin: 20px;
    border: 10px solid #ffffff;
    box-shadow: 4px 5px 8px gray;
    background-color: rgb(151, 137, 132);
}
.titles .grid .box2 {
    width: 220px;
    margin: 20px;
    border: 10px solid #ffffff;
    box-shadow: 4px 5px 8px gray;
    background-color: rgb(151, 137, 132);
}
.titles .grid .box1:hover{
    border: 6px solid #450a0f;
    box-shadow: 2px 4px 4px 2px #62262b, 4px 6px 6px 4px #ad696f, 6px 8px 8px 6px white;
}
.titles .grid .box1 .imgTag {
    width: 100%;
    height: 180px;
}
.titles .grid .box2 .imgTag {
    width: 100%;
    height: 180px;
}
.titles .grid .box1 .text1 {
    text-align: center;
}
.titles .grid .box2 .text1 {
    text-align: center;
}
.titles .grid .box1 .text1 h1{
    height: 50px;
    font-size: 20px;
    padding: 5px 0 5px 0;
    color: #821f12;
    padding: 1%;
}
.titles .grid .box2 .text1 h1{
    height: 50px;
    font-size: 20px;
    padding: 5px 0 5px 0;
    color: #821f12;
    padding: 1%;
}
.titles .grid .box1 .text1 p{
    padding: 0 5px 0 5px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.titles .grid .box2 .text1 p{
    padding: 0 5px 0 5px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.titles .grid .box1 .text1 .longer{
    padding: 0 5px 0 5px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.titles .grid .box2 .text1 .longer{
    padding: 0 5px 0 5px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.titles .grid .box1 .text1 .shorter{
    padding: 0 5px 0 5px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.titles .grid .box2 .text1 .shorter{
    padding: 0 5px 0 5px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

@media screen and (max-width: 760px) {
    .menuMain{
        top: 70;
    }
}
@media screen and (max-width: 650px) {
    .menuMain{
        top: 50;
    }
}

/* Manage Category Page */

.break{
    padding: 1%;
    width: 100%;
    background-color: #ff4757;
}
.fixed{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 60px;
    position: sticky; /* Apply the sticky positioning */
    top: 70px; /* Stick the element to the top of the viewport */
    z-index: 100; /* Ensure the navbar is above other content */
}

.fixed1{
    position: sticky; /* Apply the sticky positioning */
    top: 140px; /* Stick the element to the top of the viewport */
    z-index: 100; /* Ensure the navbar is above other content */
    background: black;
}
.fixed2{
    position: sticky; /* Apply the sticky positioning */
    top: 140px; /* Stick the element to the top of the viewport */
    z-index: 100; /* Ensure the navbar is above other content */
    background-color: black;
}
.fixed2:focus{
    box-shadow: 2px 4px 4px 2px #ff4757;
}

@media screen and (max-width: 560px){
    .fixed {
        gap: 10px;
        justify-content: space-evenly;
        /* border: 2px solid black; */
    }
    .fixed-extra{
        flex-direction: column;
    }
    .fixed2 {
        top: 160;
    }
}

/* Sub Menu Page */

.sub-menu-title{
    background-color: #742015;
    color: white;
    text-transform: uppercase;
    padding: 1%;
    text-align: center;
    width: 100%;
    margin-top: 0;
}
.style{
    width: 90%;
    align-items: center;
    margin: auto;
}
.titles{
    padding: 16px;
}
.sticky {
    position: fixed;
    top: 20px;
    width: 100%
}
.sticky + .titles {
    padding-top: 60px;
}

#keyword, #myInput, #sr{
    padding: 1%;
    text-align: center;
}
#keyword:focus, #myInput:focus, #sr:focus{
    color: white;
    text-align: center;
}
.hidden{
    display: none;
}

/* Contact Page */

.contact-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    margin: 0;
}
.contact-form{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
@media screen and (max-width: 1000px){
    .contact-form{
        flex-direction: column;
        align-items: center;
    }
    .contact-page-form{
        width: 100%;
        background-color: green;
    }
}
.contact-page-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #821f12; 
    padding: 1%; 
    border-radius: 10px; 
    box-shadow: 4px 6px 8px white;
}
.tbl-80{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;

}
.tbl-80 tr{
    background-color: #5c140a;
    width: 100%;
    box-shadow: 2px 4px 6px gray, 6px 8px 10px white;
}
.tbl-80 tr td{
    color: white;
    width: 120px;
    padding: 4%;
    overflow-x: visible;
}
.tbl-80 .contact-input{
    width: 350px;
}
.tbl-80 .contact-input input:hover{
    cursor: pointer;
}
.tbl-80 tr td input, .tbl-80 tr td textarea{
    width: 100%;
}
.tbl-80 tr td input{
    padding: 1%;
}
.tbl-80 tr td input:focus, .tbl-80 tr td textarea:focus{
    outline: none !important;
    border: 1px solid rgb(153, 17, 17);
    box-shadow: 0 0 10px rgb(153, 17, 17);
}
.tbl-80 tr td textarea{
    height: 150px;
}

/* Contact Page Copy From Another File */

.contactMain {
    min-height: 100vh;
    max-height: 100%;
    padding: 10px 100px 10px 100px;
    background: url(../images/Contact-Background.jpg) no-repeat center center fixed;
    background-size: cover;
}
.contactContent {
    
    background-color: #821f12;
    box-shadow: 4px 6px 8px white;
    border-radius: 10px;
    width: 100%;
}
.contactContent .contactInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.contactInfo .contactInfoBx{
    margin: 0;
    padding: 0;
    width: 90%;
}
.contactInfo .contactInfoBx .box{
    width: 100%;
    margin: 0;
}
.operation{
    padding: 10px;
    margin: auto;
}
.operation .fb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.operation .fb h2{
    color: white;
    font-weight: 900;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: uppercase;
}
.contactInfo .contactInfoBx .box:hover{
    cursor: pointer;
}
.contactInfo .contactInfoBx .box .text h3:hover, .contactInfo .contactInfoBx .box .text p:hover {
    transform: scale(0.95);
    transition: 0.5s;
}
.contactInfo h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contactTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-style: italic;
    color: white;
    letter-spacing: 1px;
    font-weight: 900;
}
.contactInfo .box {
    position: relative;
    padding: 5px 0;
    display: grid;
    grid-template-columns: 40px auto;
}
.contactInfoBx .box .icon1 i{
    color: white;
    font-size: 24px;
}
.contactInfoBx .box .text h3{
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
}
.contactInfoBx .box .text p{
    text-decoration: none;
    color: white;
}
.contactInfoBx .box .text {
    margin-left: 20px;
    width: fit-content;
}
.hours{
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0.5em;
}


/* New Table CSS + Manage Contacts Page */
.contact-page{
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: auto; */
}
.contact-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.contact-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.contact-table .sn{
    width: 80px;
}
.contact-table .menutitle {
    width: 120px;
}
.contact-table .ctgtitle {
    width: 140px;
}
.contact-table .titol {
    width: 80px;
}

.contact-table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.contact-table tr th {
    justify-content: center;
    align-items: center;
}

/* .contact-table th, */
.contact-table td {
    padding: 1.625em;
    text-align: left;
    overflow-x: auto;
}

.contact-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .contactContent{
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .contactContent{
        width: 100%;
    }
    .contact-table {
        border: 0;
        width: 100%;
    }

    .contact-table caption {
        font-size: 1.3em;
    }
    
    .contact-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .contact-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    
    .contact-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    
    .contact-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .contact-table td:last-child {
        border-bottom: 0;
    }
}

/* Manage Admin Page */

.fn{
    width: 200px;
}
.un{
    width: 150px;
}
.un:hover{
    cursor: pointer;
}
.rl{
    width: 100px;
}
.todo{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Manage Food Page */

.cattitle {
    width: 130px;
}
.foodTitle{
    width: 120px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.foodTitle:hover{
    cursor: pointer;
}
.price{
    width: 110px;
}
.featured{
    width: 70px;
}
.featured:hover{
    cursor: pointer;
}

.find-food {
    background-color: white;
}

@media screen and (max-width: 1300px){
    .food-tbl{
        border: 0;
    }
    .food-tbl caption {
        font-size: 1.3em;
    }
    
    .food-tbl thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .food-tbl tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    
    .food-tbl td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    
    .food-tbl td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .food-tbl td:last-child {
        border-bottom: 0;
    }
}

/* Manage Food Page */
.hover:hover{
    cursor: pointer;
}

/* Work Schedule Page */

.work-schedule {
    width: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center
}

/* Scroll To Top Button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1009;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

#myBtn:hover {
    background-color: #555;
}