@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

body {
    width: 99vw;
    height: 100vh;
}
.line1 {
    background-color: #efc81a;
    width: 66.93px;
    height: 1210px;
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 55vh;
}
.line2 {
    background-color: #efc81a;
    width: 66.93px;
    height: 1210px;
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 210vh;
}

.main {
    margin-top: 20px;
    margin-left: 70px;
    margin-right: 70px;
}

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

.nav-left {
    display: flex;
    justify-content: space-between;
    width: 30%;
    height: 100%;
}
.register-nav {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2e266f;
}
.login-nav {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2e266f;
}
.search-menu-nav {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2e266f;
}

.nav-rigth {
    width: 210px;
    height: 97px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-left: 5px solid #efc81a;
}

.nav-photo {
    display: flex;
    align-items: center;
}

.nav-text {
    display: flex;
    flex-direction: column;
}

.section {
    width: 50%;
    margin-left: 10px;
}

.section-heroText {
    width: 597px;
    margin-bottom: 30px;
}

.section-search {
    display: flex;
    justify-content: space-between;
    width: 97vh;
}

.form-control {
    width: 670px;
    height: 90px;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
    color: #2e266f;
}

.button-search-section {
    width: 255px;
    height: 90px;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    background-color: #efc81a;
    border-radius: 15px;
    border: none;
}

.section-button {
    margin-top: 20px;
    width: 70vh;
    display: flex;
    justify-content: space-between;
}

.category-new {
    width: 106px;
    height: 42px;
    border-radius: 6px;
    background-color: #efc81a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}

.category-popular {
    width: 167px;
    height: 42px;
    border-radius: 6px;
    background-color: #efc81a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}
.category-veget {
    width: 167px;
    height: 42px;
    border-radius: 6px;
    background-color: #00e092;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}
.category-break {
    width: 167px;
    height: 42px;
    border-radius: 6px;
    background-color: #00e092;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}

.aside {
    width: 877px;
    height: 500px;
    margin-top: 120px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #3f3a3a;
}
.aside-text-container {
    margin: 20px;
    margin-top: 40px;
}

.article {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.footer {
    margin-top: 15vh;
    width: 99vw;
    height: 685px;
    background-color: #efc81a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.footer-text {
    margin-top: 30vh;
}

.footer-text-end {
    display: flex;
    justify-content: end;
    width: 100%;
}
