body {
    font-family: 'Source Sans Pro', sans-serif;
}

header {
    width: 100%;
    height: 233px;
    /* background-repeat:no-repeat!important; */
    /* background-image:linear-gradient(180deg,#0c5843 0,#5e0e16 100% )!important;background-origin:border-box!important; */
    box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    -moz-box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    margin: 0 !important;
    padding: 0px 0 70px !important;
    width: auto !important;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.header {
    /* background-color: #f1f1f1; */
    background-image: linear-gradient(90deg,rgba(12,88,67,1) 0%,rgba(224,168,123,1) 50%,rgba(12,88,67,1) 100%) !important;
    /*padding: 15px;*/
    text-align: center;
    margin-bottom: 0px !important;
    width: 100%;
    margin-top: 0;
}

#navbar {
    overflow: hidden;
    background-color: #5e0e16 !important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    #navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 4px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        #navbar a:hover {
            color: #f36100;
        }

/* #navbar a.active {
    background-color: #f36100;
    
  } */

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }


/* header container css  */

.headerHook {
    height: 332px;
}

.header-container {
    display: flex;
}

    .header-container > div {
        flex: 1;
    }

.btn-header {
    /* background-color: #f8f9fa;  */
    border-radius: 29px;
    border: 3px solid #f7f7f7;
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin: 10px;
    padding: 10px 50px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-header:hover {
        background-color: rgb(250, 151, 3);
    }


.header a {
    text-decoration: none !important;
    color: #f2f2f2;
    font-size: larger;
    font-weight: 600;
}

/* slider container part  */
.slider-container {
    color: #f1f1f1;
    text-align: center;
    padding-top: 120px;
    background-image: url('../images/burger-2880w.jpg');
    background-repeat: no-repeat;
    height: 500px;
    /* height: 215px; */
    /* background-size: 1500px 300px; */
    background-size: cover;
    padding-bottom: 400px;
    /*background-size: auto;*/
    /* background-size: 700px 300px 500px 500px; */
}

    .slider-container h2 {
        color: #fff;
        direction: ltr;
        font-family: Jost;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        font-size: 37px;
    }

    .slider-container p {
        font-size: 16px;
    }
    .slider-container p2 {
        font-size: 22px;
        font-weight:bold;
    }

    .slider-container p3 {
        font-size: 18px;
        font-weight: bold;
    }



    .slider-container a {
        text-decoration: none !important;
        color: #f1f1f1;
    }

/* description here  */
.des-container {
    height: 240px;
    padding: 40px 60px;
    /* margin: 40px 40px; */
}

/* menu section start */


.float-container h4 {
    font-size: 25px;
    font-weight: 700;
    padding-left: 38px;
    margin-bottom: 0px;
}

.float-child {
    width: 100%;
    display: flex;
    padding: 20px;
    padding-top: 0px;
    /* border: 1px solid black; */
}

    .float-child p {
        font-weight: bold;
        /* font-weight:500; */
    }

.menu-section {
    margin: 80px;
    margin-top: 0px;
}

hr {
    width: auto;
}

.float-child:hover {
    cursor: pointer;
}
/* menu section end here */
/* menu section css  */
.menu {
    /* background-image:linear-gradient(180deg,#0c5843 0,#5e0e16 100%)!important; */
    color: #f2f2f2;
    background-repeat: no-repeat !important;
    /* background-image:linear-gradient(180deg,#0c5843 0,#ff1b1b 100%)!important; */
    background-image: linear-gradient(0,rgba(224,168,123,1) 0,rgba(12,88,67,1) 100%) !important;
    background-origin: border-box !important;
    box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    -moz-box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 12px 11px -9px inset !important;
    margin: 0 !important;
    padding: 20px 0 70px !important;
    width: auto !important;
}


/* footer-container */
.footer-container {
    background-color: #081F2D;
    width: 100%;
}


/* card items start here */


    .card b {
        color: #eea652;
        direction: ltr;
        font-family: "Jost";
        font-weight: 700;
        font-style: normal;
    }

.card-l {
    align-items: center;
    display: block;
    justify-content: center;
    text-align: center;
    border-color: rgba(94,14,22,1) !important;
    border: 2px solid;
    width: 300px;
    margin: 10px;
    padding: 10px;
    margin-left: 300px;
    margin-right: 200px;
}

    .card h1 {
        /* background-color: #333; */
        color: rgba(94,14,22,1) !important;
        font-size: 50px;
        font-weight: 700;
        /* padding: 20px 5px; */
    }

    .card p {
        /* font-family: 'Lato'!important; */
        color: rgba(94,14,22,1) !important;
        font-size: 16px;
    }

    .card .extra-para {
        color: #666;
        font-size: 14px;
        /*opacity: .8;*/
    }

    .card img {
        width: 100px;
        height: 100px;
    }

.container {
    padding: 2px 16px;
}

    .container button {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(94,14,22,1) !important;
        background-color: rgba(94,14,22,1) !important;
        padding: 5px 30px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

.btn-cart:hover {
    background-color: #ffffff;
}
/* modal css  */

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }



/* footer css */

* {
    box-sizing: border-box;
}


a {
    color: #6a6a6a;
    text-decoration: none;
    /*    display: block;*/
    /*margin-top: 10px;*/
}

.column {
    color: aliceblue;
    justify-self: center;
    text-align: center;
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 250px;
    background-color: #0e0e0e;
}

    .column a {
        text-decoration: none;
        color: aliceblue;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

.row:after {
    content: "";
    display: table;
    clear: both;
}


.dmc {
    color: #888;
    font-size: 11px;
    width: 700px;
    text-align: center;
    justify-content: center;
}

.last {
    display: flex;
    justify-content: center;
}


/*.tab-button {
    background-color: #f00000;
    color: #ffffff;
    border: none;
    padding: 10px;
    width: 150px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/


/*.tab-label {
    flex-grow: 1;
}


.tab-sublabel {
    background-color: rgb(255, 60, 0);
    color: #ffffff;
    font-size: 24px;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: -150px;
    top: 0;
    transition: all 0.3s ease-out;
}*/

/*
.tab-button:hover .tab-label {
    opacity: 0;
}

.tab-container {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}*/


/*.tab-button:hover .tab-sublabel {
    right: 0;
}*/

.tab-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.tab-button {
    overflow: hidden;
    background-color: transparent; /* set to transparent */
    color: #ffffff;
    border: none;
    padding: 10px;
    width: 150px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-label {
    flex-grow: 1;
}

.tab-sublabel {
    background-color: rgb(255, 60, 0);
    color: #181818;
    font-size: 24px;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: -90px;
    top: 0;
    transition: all 0.3s ease-out;
}

.tab-button:hover .tab-label {
    opacity: 0;
}

.tab-button:hover .tab-sublabel {
    right: 0;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
    }