* {
    box-sizing: border-box;

}

body {
    width: 800px;
    margin: auto;
    border: 0.50px solid #a4a4a4;
}

.container-style {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.mainTab {
    flex: 1;
}

h5 {
    color: #b3977f;
}

p {
    color: #b3977f;
    font-size: 14px;
}

.header {
    width: 800px;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.headerImg {
    width: 100%;
    position: relative;
}

.headerLang {
    position: absolute;
    margin-left: 10px;
    background-color: #ffffff;
    border-radius: 4px;
}

.kayanMenu {
    margin: auto;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.464);
    background-color: #b3977fe0;
    border-bottom: 1px solid #f1f1f1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 5px 40px;
}


.kayanMenu::-webkit-scrollbar {
    display: none;
}

.kayanMenuIcon {
    height: 30px;
    width: 40px;
    margin: 10px;
}

.kayanMenuIconimg {
    height: 30px;
}

.menuLink {

    border: none;
    padding: 10px;
    background-color: #9ed2c378;
    color: #b3977f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.464);
    border-radius: 3px;
    margin: 10px 7px;
    white-space: nowrap;
}

.sticky-menu {
    overflow: auto;
    top: 0;
    z-index: 991;
}

.customHeading {
    width: 50%;
    margin: auto;
    color: #000000;
    padding: 5px 5px 5px 5px;
    border: 2px solid #b3977f;
    border-radius: 3px 3px 3px 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.customHeadingText {
    width: 100%;
}

.customHeading>h3 {
    margin: auto;
    text-align: center;
    color: #b3977f;
}

.catContent {
    margin-top: -6px;
    background-color: #f1f1f1;
    padding: 1px 0 2px;
}

.menuContent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 2%;
    border-radius: 3px;
    column-gap: 10px;
    background-color: #fff;
}

.menuImg {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


.menuText {
    width: 70%;
    color: #333333;
    padding: 2%;
}

.menu-title {
    font-size: 18px;
}

.menu-descr {
    font-size: 14px;
}

.menu-price {
    font-size: 17px;
    margin: 10px 0px;
}

.menuBtn {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubtncontent {
    width: 100px;
    height: 100px;
    border: 2px solid rgb(216 234 233);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubtntext {
    font-size: 14px;
    color: #000000;
    margin: auto;
    margin-top: 3px;
}

.sticker {
    font-size: 12px;
    border-radius: 4px;
}

.containerBtn {
    font-size: 12px;
}

.btn-outline-secondary {
    color: #b3977f;
    border: 1px solid #b3977f;
}

.btn-outline-secondary:hover {
    background-color: #9ed2c378;
    color: #b3977f;
    border-color: #9ed2c3a3;
}

.cardText {
    margin: 2px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.cardPrice {
    float: right;
}

.nav-item {
    width: 100%;
}

.canvasLink {
    width: 100%;
}

.offcanvas-bottom {
    --bs-offcanvas-height: 70vh;
}


.canvasLink {
    border: none;
    padding: 10px;
    background-color: #9ed2c378;
    color: #b3977f;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.464);
    border-radius: 3px;
    margin: 10px 7px;

}

.bottomMenubtn {
    border: 1px #b3977f solid;
    border-radius: 50%;
    padding: 5px;
    height: 40px;
    width: 40px;
    background-color: #9ed2c378;
    color: #b3977f;
}

.menubtnimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.btnimg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border: none !important;
    background-color: #ffffff00 !important;
}

.bottomMenuImg {
    height: 20px;
}

.dropdown-menu {
    --bs-dropdown-min-width: 4rem;
}

.footer-content {
    background-color: black;
    padding: 2%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-logo:hover {
    transform: translateY(-4px);
    padding-top: 3px;
    transition: 500ms;
}

.active {
    border: 3px solid #000000
}

@media screen and (max-width:820px) {
    body {
        width: 100%;
        display: block;
    }

    .header {
        width: 100%;
    }
}

.accordion-button {
    color: #b3977f !important;
    background-color: #9ed2c378;
}

.accordion-button:not(.collapsed) {
    background-color: #b3977f;
    color: #f2d4c7 !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(158, 210, 195, 0.471) !important;
    --bs-accordion-bg: none;
}

@media screen and (max-width:600px) {
    body {
        width: 100%;
        display: block;
    }

    .navbar {
        right: 5px;
        display: block;
        bottom: 5px;
        position: fixed;
        z-index: 1000;
    }

    .header {
        width: 100%;
        height: 150px;
    }

    .headerImg {
        margin: auto;
        width: 100%;
    }

    .menuImg {
        width: 40%;
        height: 150px;

    }

    .menuText {
        width: 60%;
    }

    .modal-body>p {
        font-size: 16px;
        margin: 10px 0px;
    }

    .menu-title {
        font-size: 16px;
    }

    .menu-descr {
        font-size: 12px;
    }

    .menu-price {
        font-size: 14px;
        margin-left: 5px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 16px;
    }
}
