@font-face {
    font-family: "Louis George Cafe";
    src: url("../fonts/Louis\ George\ Cafe.ttf");
}

body {
    font-family: "Louis George Cafe";
}

.navbar-nav {
    width: -webkit-fill-available;
}

.navbar-right {
    display: flex;
    justify-content: flex-end;
}

.categories {
    margin-bottom: 3em;
}

.search-carousel-container {
    display: flex;
}

.menu_carousel {
    margin-bottom: 3em;
}

#searchbutton {
    border-radius: 30px;
    background: rgb(197, 192, 192);
    /* font-size: 1.6rem; */
}

#loginbutton {
    border-radius: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    background: #b78b85;
    color: white;
    font-weight: bold;
    opacity: 0.8;
}

#exampleInputEmail1,
#examplePassword {
    background: #ebc6c1;
}

#search-box {
    opacity: 40%;
}

#kategori {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#kategori > div {
    width: 7rem;
}

#kategori > div > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    color: black;
    font-size: normal;
}

#kategori > div > a > img {
    height: 4rem;
    margin-bottom: 1rem;
}

#viewall {
    grid-column-start: 1;
    grid-column-end: 8;
    text-align: right !important;
}

#footer {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    grid-column-gap: 25px;
    grid-row-gap: 5px;
}

#logo-footer {
    grid-column-start: 1;
    grid-column-end: 5;
}

#footer > div > a {
    font-size: 1.6 rem;
    color: black;
}

.item5 {
    display: flex;
    flex-direction: column;
}

.categories > .big_menu_redirect_link {
    align-self: flex-end;
}
.navbar .modal {
    border-radius: 25px;
}

.big_menu {
    height: 30rem;
    width: 100%;
    margin-bottom: 2rem;
}

.big_menu_title {
    font-size: x-large;
    font-weight: bold;
}

.big_menu_container {
    margin: 10px 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2%;
}

.big_menu_item {
    padding: 2rem;
    background-color: aqua;
    border-radius: 2rem;
}

.big_menu_description {
    width: fit-content;
    font-size: xx-large;
    font-weight: bold;
    margin-bottom: 20px;
}

.big_menu_redirect_link {
    font-size: smaller;
    cursor: pointer;
}

.big_menu_picture {
    margin-left: -5rem;
    padding-top: 3rem;
    height: 20rem;
}

.first {
    width: 32rem;
    background-color: #f7e7d6;
    display: flex;
    justify-content: space-between;
}

.second {
    width: 17rem;
    display: flex;
    flex-direction: column;
    background-color: #f8f6ca;
}

.third {
    width: 17rem;
    background-color: #d6f9fd;
}

.big_menu_2_picture,
.big_menu_3_picture {
    width: 220px;
    position: relative;
    top: 10px;
}

.big_menu_3_picture {
    top: 30px;
}

.big_menu_2_description {
    font-size: x-large;
    font-weight: bold;
    width: 17rem;
    margin-top: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .big_menu {
        display: contents;
        padding-bottom: 2rem;
    }
    .big_menu_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .first,
    .second,
    .third {
        margin: 1rem;
        width: 17rem;
    }
    .big_menu_picture {
        position: relative;
        top: 2rem;
        left: -4rem;
    }
}

@media screen and (max-width: 700px) {
    .first,
    .second,
    .third {
        margin: 1.2rem;
        width: 90vw;
    }

    .carousel_item {
        width: 80vw;
    }

    #kategori > div {
        width: 10rem;
    }

    #footer {
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    .big_menu_picture {
        position: relative;
        top: 10px;
        left: -30px;
    }

    #footer {
        display: inline-table;
    }

    #footer > div {
        margin: 1rem;
    }
}

.carousel_item {
    width: 400px;
    height: 125px !important;
    margin: 20px 10px;
    border-radius: 15px;
    padding: 15px;

    display: flex;
    flex-direction: row;
}

.item_icon {
    width: 180px;
    position: relative;
    top: -8rem;
    left: 220px;
}

.subtitle,
.redirect_link {
    font-size: small;
}
.redirect_link {
    position: relative;
    cursor: pointer;
    display: block;
}

.menu_title {
    font-size: x-large;
}

.slick-track {
    margin-top: 1rem;
}

.user_profile {
    position: absolute;
    top: 4rem;
}

.description_details {
    position: relative;
    left: 2.3rem;
    top: 2.3rem;
}

.description_details span {
    font-size: x-small;
    position: relative;
    left: 6.1rem;
    top: 1rem;
}

.carousel_profile {
    position: absolute;
    top: 100px;
    padding-left: 22rem;
}

.carousel_circle {
    position: absolute;
    top: 10px;
    left: 355px;
    float: left;
    height: 25px;
    width: 25px;
    background: #f7e7d6;
    border-radius: 50%;
}

.carousel_profile_picture {
    height: 35px;
    position: absolute;
}
.slick-slide img {
    display: initial !important;
}

.masakers-container {
    margin-bottom: 3em;
}
.masakers-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.masakers-item {
    background-color: #f0fdff;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 6em;
}

.masakers-item-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    height: 95%;
}

.image-masakers {
    width: 15%;
}

.content-masakers {
    width: 60%;
}

.content-masakers h3 {
    margin-bottom: 0;
}

.content-masakers a {
    text-decoration: none;
    color: #707070;
}

.rank-masakers {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #d6f9fd;
    width: 3.5em;
    height: 3.5em;
}

/* ITEM BAHAN MASAKAN  */

.item-bahan-masakan-container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.item-bahan-masakan-container > .item-bahan-masakan-container-left {
    width: 30%;
}

.item-bahan-masakan-container > .item-bahan-masakan-container-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-intro-container {
    display: flex;
    flex-direction: column;
}

.item-intro-container > .image-heading-text > h1 {
    margin: 0px;
}

.item-intro-container > .image-heading-text > p {
    margin: 0px;
}
.item-intro-container > .image-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.item-intro-container > .image-heading > .btn-container {
    display: flex;
    flex-direction: column;
}

.item-intro-container > .image-credit {
    display: flex;
    justify-content: flex-end;
}

.item-intro-container > .image-credit > .image-credit-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.item-intro-container > .image-credit > .image-credit-img {
    display: flex;
    align-items: center;
}

.item-intro-container > .pdf-version {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-intro-container > .pdf-version > p {
    color: #727272;
}
.item-intro-container > .pdf-version > a {
    background-color: #f7dbd7;
    padding: 4px 20px;
    border-radius: 35%;
    text-decoration: none;
    color: black;
}

.menu_overview {
    padding: 20px;
    width: 850px;
    padding: 2em 0;
    /* background-color: blue; */
}

.header {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.header .dot {
    font-size: 70px;
    color: #f7dbd7;
    top: 1rem;
}

.menu_container {
    display: grid;
    height: 15%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 10%;
    grid-row-gap: 70%;
}
.menu_container .item {
    justify-items: center;
    height: 150px;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.menu_img {
    width: 100%;
    height: 100%;
}

.ingredients-container {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.ingredients-container > p {
    margin-left: 3em;
}

.ingredients-container > .ingredients-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ingredients-container
    > .ingredients-grid
    > .ingredients-item
    > .ingredients-item-img
    > img {
    padding: 35px 50px;
    border-radius: 25px;
    background-color: #f7dbd7;
}

.ingredients-container
    > .ingredients-grid
    > .ingredients-item
    > .ingredients-item-text
    > p {
    margin: 0px;
}

.ingredients-container
    > .ingredients-grid
    > .ingredients-item
    > .ingredients-item-text
    > .ingredients-name {
    font-size: x-large;
}

.ingredients-container
    > .ingredients-grid
    > .ingredients-item
    > .ingredients-item-text
    > .ingredients-qty {
    font-size: x-small;
}

.comment {
    margin: 10px;
    padding: 3em 0;
    width: 80%;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.comment_container {
    display: flex;
}

.profile {
    display: block;
    margin: 20px 15px;
}

.circle {
    display: absolute;
    float: left;
    height: 40px;
    width: 40px;
    background: #f7e7d6;
    border-radius: 50%;
}

.profile_picture {
    height: 50px;
    margin-left: -28px;
    margin-top: -15px;
}

.content {
    width: 400px;
}
.chat_container {
    display: inline-block;
    padding: 13px 10px;
    background-color: #e2eefa;
    border-radius: 10px;
}

.chat_footer {
    width: 300px;
    margin: 5px;
    font-size: 10px;
}

.seperator {
    padding: 0 10px;
}

.comment_input {
    background: #f7e7d6;
}

.input_footer {
    color: darkgray;
    font-size: 10px;
}

/* ITEM CARA MASAK */

.resep-container {
    width: 80%;
}
.resep-container > .resep-item {
    background-color: #f7dbd7;
    padding: 1.5em;
    margin-bottom: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.resep-container > .resep-item > p {
    margin: 0px;
    text-align: center;
}

/* ITEM GALLERY */

.gallery-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.gallery-container > .gallery-item {
    width: 30%;
}
.gallery-container > .gallery-item > img {
    height: 60%;
    width: 100%;
    border-radius: 25px;
}
