@font-face {
    font-family: Roboto;
    src: url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

html {
    font-family: Roboto, Arial !important
}

body {
    margin: 0;
    background-color: black;
}

footer {
    display: flex;
    vertical-align: bottom;
    background-color: white;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

header {
    padding: 1px;
    text-align: left;
    background: white;
    color: black;
    font-size: 10px;
    text-emphasis-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px inset;
    border-color: lightgray;
}

.header_logo {
    width: 50px;
    height: 50px;
    margin-left: 1vw;
    border-radius: 100%;
    margin-right: 1vw;
}

header nav ul a {
    text-decoration: none;
}

.navbar {
    list-style-type: none;
    margin: 10px;
    padding: 0;
    overflow: hidden;
    background-color: white;
    display: flex;

}
.navbar_text {
    font-weight: bold;
    font-size: large;
    display: flex;
    align-items: center;
}

.navbut {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 10px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.navbut:hover {
    background-color: gray;
}


.welcome {
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: lightgray;
    border-bottom: 2px inset;
    padding-bottom: 1%;
}

.welcome .navbut{
    margin-top: 10px;
}
.why {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 2px inset;
    border-color: lightgray;
    align-items: center;
    justify-content: center;
    padding-top: 1%;

}

.why ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why li {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
    max-width: 80%;
}

.why h1 {
    text-align: center;
}

.customer_reviews {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 2px inset;
    border-color: lightgray;
    align-items: center;
    justify-content: center;
    max-height: 500px;
}

.customer_reviews h1 {
    text-align: center;

}

.customer_reviews ul {
    list-style: none;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 100%;
}

.review-item {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 13vw;
    height: fit-content;
    display: inline-block;
}

.review-item .reviewer {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-item .review-content {
    color: #333;
}

.review-item .rating {
    color: #FFD700;
    font-size: 18px;
}

.input {
    height: 60px;
    width: 600px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    left: 394px;
    top: 72px;
    position: relative;
}

.login-container {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

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

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.form-group input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.form-group input[type="submit"]:hover {
    background-color: #0056b3;
}

.sidebar_account {
    width: 250px;
    background-color: #4d4d4d;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vw;
    max-width: fit-content;
}

.sidebar_account ul {
    list-style: none;
    padding: 0;
}

.sidebar_account ul li {
    padding: 10px;
}

.sidebar_account ul li a {
    color: #fff;
    text-decoration: none;
}

.sidebar_account ul li:hover {
    background-color: #555;
}

.sidebar_account ul li img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.account_section{
    color: green;
    background-color: red;
    flex-grow: 1;
    color: black;
    background-color: gray;
    height: 20vw;
    color:white;
    display: flex;
}

.container {
    display: flex;
    flex-direction: row; /* This sets the main axis to be horizontal */
    justify-content: space-between; /* Items are evenly distributed along the main axis */
    flex-wrap: wrap; /* Items wrap onto multiple lines if necessary */
}

.profile_picture{
    max-width: 100px;
    max-height: 100px;;
}

.restaurant_section{
    color: green;
    background-color: red;
    flex-grow: 1;
    color: black;
    background-color: gray;
    height: 20vw;
    color:white;
    display: flex;
}
.logo_picture{
    max-width: 100px;
    max-height: 100px;;
}