#display {
    width: 100px;
    height: 40px;
    border: 1px solid black;
    margin-top: 10px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.header {
    display: flex;
    align-items: flex-start;
}

main {
    flex: 1;
}


/* _______________ logo__________________  */

.logoplace {
    padding-left: 2vh;
    padding-top: 2vh;
}

.logoSize {
    width: clamp(160px, 23%, 260px);
    heigth: auto;
}

/* ________________ text __________________  */

.h1 {
    font-family: "Baskerville Old Face";
    font-weight: 600;
    font-size: clamp(24px, 4vw, 35px);
}

.account {
    display: flex;
    list-style: none;
    margin-left: auto;
    gap: clamp(10px, 2vw, 30px);
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: 30px;
    flex-wrap: nowrap;
    padding: 0 2%;
    color: black;

}

.account a {
    white-space: nowrap;
    text-decoration: none;
    color: black;
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(20px, 2vw, 22px);
    padding: 1.5% 0;
}

.account li.right {
    margin-left: auto;
}

.account a:hover {
    opacity: 0.7;
    text-decoration: underline;

}

/*_________ body text_________*/

.bodyText {
    text-decoration: none;
    color: black;
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(20px, 1.5vw, 22px);
    width: 100%;
    max-width: 70%;
    margin: 0;
    padding-left: 5%;
    text-align: left;
}

.bodyTextCenter {
    text-decoration: none;
    color: black;
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(18px, 2vw, 22px);
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}


/* ________________ padding __________________  */

.top-nav {
    padding-top: 2%;
}

.navheader {
    padding: 50px 95px;
}

.nav1 {
    padding: 0 95px;
}

.nav2 {
    padding: 50px 1500px;
}

.navBody {

    padding: 80px 100px;
}

.navCenter {
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;

}

.navCentrum {
    padding-top: 30px;
    text-align: center;
    margin: auto;
}


/* beside is other*/
.content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}


/* ________________ Menu __________________  */

.menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    gap: clamp(10px, 4vw, 40px);
}

.left {
    display: flex;
    gap: clamp(10px, 3vw, 30px);
    justify-content: flex-end;
}

.right {
    display: flex;
    gap: clamp(10px, 3vw, 30px);
    justify-content: flex-start;
}


.menu a {
    text-decoration: none;
    color: black;
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(16px, 2vw, 25px);
    padding: clamp(10px, 2vw, 20px) 0;
    white-space: nowrap;
}

.menu a:hover {
    opacity: 0.7;
    text-decoration: underline;

}


/* ________________ background __________________  */
body {
    background-color: #F8F6E6;
    padding-bottom: 100px;
}


/* ________________ Footer __________________  */
.footer {
    position: fixed;
    width: 100%;
    height: 35px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: clamp(20px, 5vw, 60px);
    background-color: black;
    z-index: 1000;
    padding: 0;
    bottom: 2vh;
}

.footer-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
    text-align: center;
}

.footer a {
    transform: translateY(1px);
    position: relative;
    text-decoration: none;
    color: white;
    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(14px, 2vw, 25px);
    line-height: 10px;
    padding: clamp(5px, 1vw, 10px);
}

.footer a:hover {
    text-decoration: underline;
}

.footer-links {
    list-style: none;
    display: flex;
    gap: clamp(20px, 5vw, 35px);
    margin: auto;
    padding: 0;
    align-items: center;
}


.footer-divider {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 20px;
    background-color: black;
}

/*-----Log in box and create acc box ------ */
.login-container {
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    background-color: #d9d9d9;
    border-radius: 10px;
    text-align: center;
}

.login-container h2 {
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 96%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.login-container button {
    width: 100%;
    padding: 10px 0;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6b4f4f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Baskerville Old Face";
}

button:hover {
    background-color: #543c3c;

}

/*-----------Img---------------*/

.foto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(20px, 5vw, 60px);
    max-width: 80%;
    margin: 0 auto;
}

.foto a:hover {
    opacity: 0.7;
    color: black;
}

.item {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: black;
}

.item:visited,
.item:active {
    color: black;
    text-decoration: none;
}

.item:hover {
    color: black;
    text-decoration: underline;
}


.item img {
    width: auto;
    height: 100%;
    max-height: 130px;
    object-fit: contain;
    display: block;
}

.item a {
    color: black;
}

.item a:hover {
    text-decoration: underline;
    opacity: 0.7%;
    color: black;
}

.item .bodyText {
    white-space: nowrap;
    text-align: center;
    padding: 0;
    margin-top: 5px;
    max-width: none;
    width: auto;
}


.bigFoto {
    height: clamp(200px, 20vw, 300px);
    flex-shrink: 0;

}

.bigFoto img {
    max-height: 100%;
    width: auto;
}


/*-----------brand logo---------------*/


.brandFoto {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 200px;
    max-width: 60%;
    gap: clamp(15px, 2vw, 30px);
    margin: 0 auto;
}

.brandFoto a:hover {
    opacity: 0.7;
}


.brandItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 120px;
    max-width: 180px;
}

.brandItem img {
    width: auto;
    height: clamp(90px, 12vw, 190px);
    object-fit: contain;
}

.brandItem {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


/*-----------Recipes tebel---------------*/

.formRecipes {
    background-color: #F2D8AA;
    padding: 20px;
    border-radius: 10px;
    min-width: 200px;
    text-align: center;
    max-height: 240px;
    flex: 0 1 auto;
    box-sizing: border-box;
}


/*-----------Menu string---------------*/

.menuLine {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: auto;
}

.menuLine::before,
.menuLine::after {
    content: "";
    flex: 1;
    height: 3px;
    background: #333;
}

.diamond {
    width: 14px;
    height: 14px;
    background: #333;
    transform: rotate(45deg);
    margin: 0 12px;
}


/*-----------add buttom---------------*/

.favorite-btn {
    display: inline-block;
    padding: clamp(8px, 1vw, 12px) clamp(15px, 2vw, 25px);
    font-family: "Baskerville Old Face";
    font-size: clamp(16px, 2vw, 18px);
    background-color: #543c3c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.favorite-btn:hover {
    opacity: 0.7;
}

/*-----------pop_up---------------*/

.menu-popup-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-message {
    position: absolute;
    top: 10px;
    min-width: 250px;
    max-width: 600px;
    padding: 15px 25px;
    background: #6b4f4f;
    color: #fff;
    border-radius: 8px;
    display: none;
    z-index: 2000;
    font-family: "Baskerville Old Face";
    font-size: 18px;
    text-align: center;
    opacity: 0.7;
    white-space: nowrap;
}

/*-----------tabel favorit---------------*/

.tableWrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
}

.tableStyle {
    border-collapse: collapse;
    margin: 40px 0;
    width: 100%;

    font-family: "Baskerville Old Face";
    font-weight: 500;
    font-size: clamp(16px, 2vw, 22px);
    color: black;
}


.tableStyle th,
.tableStyle td {
    padding: clamp(15px, 2vw, 25px);
    text-align: left;
    white-space: nowrap;
}


.tableStyle thead th {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 400;
    border-bottom: 2px solid black;
}


.tableStyle tbody td {
    border-bottom: 1px solid #ccc;
}


.tableStyle tbody tr:nth-child(even) {
    background-color: #f8f6e6;
}


/*__________ frame display________ */

.boxDisplayContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.boxDisplay {
    flex: 0 1 auto;
    max-width: 80%;
    min-width: 200px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
