html {
    scroll-behavior: smooth;
    font-family: 'Lato';
}

body {
    margin: auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    padding: 4px;
    text-decoration: none;
    color: #333636;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
}

a:hover {
    transform: scale(1.1);
}

.header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FF7F21;
    border-radius: 10px;
    border: 3px inset #FF7F21;
    box-sizing: border-box;
}

h1 {
    display: flex;
    color: #333636;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

h2 {
    margin: 8px;
}

.logoCook {
    display: flex;
    height: 200px;

}

.iconName {
    display: flex;
    justify-content: center;
    height: 50px;
    width: 200px;
    font-size: 24px;
    color: black;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
}

.adress {
    display: flex;
    justify-content: center;
    height: 50px;
    width: 200px;
    font-size: 24px;
    color: black;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
}

.main-container {
    width: 100%;
    display: flex;
}

.mainLeft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-style: groove;
    border-radius: 10px;
    border: 3px inset #FF7F21;
    width: 80%;
}

.backgroundPictureHeadArea {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 150px;
}

.atf-image {
    object-fit: cover;
    border-radius: 10px;
    height: 150px;
    width: 100%;
}

.backgroundPictureAllDishes {
    border-radius: 10px;
    object-fit: cover;
    height: 150px;
}

.favoriteDishes {
    display: flex;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 97%;
    padding: 0px 16px;
    background-color: #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    background-color: #FF7F21;
    border-radius: 10px;
    border: 3px inset #FF7F21;
    box-sizing: border-box;
    color: black;
}

.dishHeader {
    width: 97%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
    border: 3px inset #FF7F21;
    padding: 10px;
    box-sizing: border-box;
}

.dishHeader:hover {
    background-color: white;
    border-radius: 10px;
    border: 3px inset #e9e0e0;
}

.addToBasketStyle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dishHeaderInfo {
    display: flex;
    justify-content: space-between;
}

.dishesPrice {
    display: flex;
    gap: 16px;
}

.dishesButton {
    color: #FF7F21;
    height: 30px;
    width: 30px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.BasketButtonMinusPlus {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.mainRight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-style: groove;
    width: 400px;
    gap: 16px;
    border-radius: 10px;
    border: 3px inset #FF7F21;
    background-color: #FF7F21;
    position: sticky;
    flex-grow: 1;
}

.basket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: sticky;
    top: 0px;
}

.dishes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.basketDishes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #333636;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
    min-height: 100px;
    width: 90%;
    gap: 6px;
    width: 250px;
}

.singleBasketElement {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 6px;
}

.dishPriceAmount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.subtotal {
    display: flex;
    justify-content: center;
    color: black;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
    width: 250px;
}

.order {
    display: flex;
    justify-content: center;
    color: black;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
    width: 250px;
    cursor: pointer;
    font-size: 16px;
}

.order:hover {
    transform: scale(1.1);
}

.orderOnTheWay {
    display: flex;
    justify-content: center;
    color: #333636;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
    width: 250px;
}

.footer {
    display: flex;
    width: fit-content;
    height: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.responsiveBasket {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 250px;
    height: 55px;
    font-size: 20px;
    display: none;
    color: black;
    font-weight: 600;
    border: 4px solid #C59048;
    border-radius: 10px;
    background-color: #FF7F21;
    background: rgba(217, 121, 25, 0.5);
    cursor: pointer;
}

.responsiveBasket2 {
    width: 250px;
    top: 500px;
    position: fixed;
    color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 97%;
    padding: 0px 16px;
}

.responsiveBasket:hover {
    transform: scale(1.1);
}

.showResponsiveBasket {
    display: flex;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: 99;
    background-color: #FF7F21;
}

@media (max-width: 1400px) {
    .favoriteDishes {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .mainLeft {
        width: 100%;
    }

    .dishHeader {
        width: 97%;
    }

    .responsiveBasket {
        display: flex;
    }

    .mainRight {
        display: none;
        border: none;
    }
}

@media (max-width: 600px) {
    .footer {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        height: auto;
        gap: 16px;
    }

    .logoCook {
        height: 20%;
        width: 20%;
    }
}

.d-none {
    display: none;
}