nav,
footer {
    background-color: #deb887;
}

main {
    padding-top: 120px;
    padding-bottom: 80px;
}

.home-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/cafe-Interior.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
.cafe-name {
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

hr {
    border: 1px solid #b8860b;
}

/* 홈 페이지 css 시작*/
.coffeeBean-img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    border: 5px solid #f5deb3;
    cursor: pointer;
}

.coffeeBean-img:hover {
    transform: scale(1.05);
}

.map-container {
    max-width: 800px;
    margin: 0 auto;
}

.google-map {
    border: 5px solid #f5deb3;
}

.cafe-name {
    font-size: 25px;
    font-weight: 600;
}
/* 홈 페이지 css 끝 */

/* 메뉴 페이지 css 시작 */
#menuSlide {
    padding-left: 10%;
    padding-right: 10%;
}

.menu-info {
    background-color: #f5deb3;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    padding: 15px 20px 0 20px;
    margin: 0 auto;
}

.carousel-item img {
    height: 350px;
    object-fit: cover;
    max-width: 400px;
    width: 100%;
    border-radius: 25px;
    border: 5px solid #f5deb3;
    margin-bottom: 10px;
}
/* 메뉴 페이지 css 끝 */

/* 주문 페이지 css 시작 */
.order-bg {
    background-color: #ffe4c4;
    border-radius: 25px;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;

    position: relative;
    z-index: 2;
}

.deco-butter {
    width: 120px;
    height: 30px;
    background-color: #ffd700;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
}

.order-bg-plate {
    max-width: 700px;
    width: 100%;
    height: 300px;
    margin: -170px auto 0 auto;
    z-index: 1;
    background-color: aliceblue;
    border-radius: 50%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding-top: 100px;
}
/* 주문 페이지 css 끝 */

/* 리뷰 페이지 css 시작 */
.review {
    background-color: #f5deb3;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    word-break: break-all;
}
/* 리뷰 페이지 css 끝 */
