.container {
    background-color: #F5F5DC;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F5F5DC;
    padding-bottom: 50px;
}

.leicha h2 {
    color: #B22222;
    text-align: center;
    padding-top: 50px;
}

.leicha .line-under-title {
    background-color: #B22222;
    margin: 20px auto;
    align-items: center;
}

.introduction {
    display: flex;
    gap: 200px;
    margin-top: 100px;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.introduction-text {
    width: 100%;
}

.introduction-text p {
    padding-top: 20px;
    width: 100%;
}

.introduction-text .line-under-title {
    background-color: #1e1e1e;
    margin: 20px 0;
    align-items: center;
}

.history {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}


.history-banner {
    display: flex;
    gap: 200px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.history .line-under-title {
    background-color: #1e1e1e;
    margin: 20px 0;
    align-items: left;
    margin-bottom: -120px;
}

.history-text p {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
}

.restaurant h3 {
    text-align: center;
    margin-top: 80px;
}

.restaurant .line-under-title {
    background-color: #1e1e1e;
    margin: 20px auto;
    align-items: center;
}

.restaurant h4 {
    text-align: center;
    margin-top: 20px;
}

.recommend-restaurant {
    background-image: url("../img/kwong4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 590px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
}

.operationtime {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #f5f5dc;
    display: flex;
    align-items: center;
    gap: 8px;
}

.operationtime h6 {
    margin: 0;
}

.about {
    background-color: #f5f5dc;
    padding: 0;
    max-width: 1280px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
}

.aboutkwong {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 50px
}

.aboutkwong-image .image-container {
    position: relative;
    display: inline-block;
}

.aboutkwong-image .box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #f5f5dc;
}

.aboutkwong-image h6 {
    margin-bottom: 30px;
}

.aboutkwong-text {
    margin-top: -100px;
}

.aboutkwong-text p {
    padding-top: 20px;
}

.leichakwong {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 50px
}

.leichakwong-image {
    max-width: 40%;
    text-align: center;
    position: relative;
    justify-content: flex-end;
}

.leichakwong-image h6 {
    margin-bottom: 30px;
    font-size: 20px;

}

.leichakwong-image .kwong7 {
    position: absolute;
    bottom: -120px;
    left: -100px;
}

.leichakwong-text {
    max-width: 40%;
    margin-top: 30px;
    justify-content: flex-start;
}

.leichakwong-text p {
    padding-top: 100px;
}

.reviews-section {
    background-color: #f5f5dc;
    padding: 0;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 150px;
}

.reviews-section h3 {
    color: #1e1e1e;
}

.reviews-section .line-under-title {
    background-color: #1e1e1e;
    margin: 20px auto;
}

.review-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.card {
    background-color: #D9D9D9;
    border-radius: 20px;
    width: 280px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.profile-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 22px;
    color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;

}

.profile-photo img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.reviewer-name {
    margin-bottom: 10px;
    margin-top: -60px;

}

.stars {
    margin-bottom: 15px;
}

.review-text {
    font-size: 14px;
    color: #333;
}

.bigmouth {
    margin-top: 80px;
}

.restaurant2 {
    background-image: url("../img/bigmouth1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1000px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
}

.bigmouthbanner {
    background-color: #f5f5dc;
    padding: 0;
    max-width: 1280px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    display: flex;
    gap: 200px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    position: relative;
}

.bigmouthbanner h6 {
    padding-bottom: 30px;
    padding-top: 50px;
}

.bigmouthbanner-text {
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.image-wrapper {
    position: relative;
}

.bigmouthbanner-image .bigmouth3 {
    position: absolute;
    bottom: -100px;
    right: -100px;
}

.otherdish {
    text-align: center;
    background-color: #1e1e1e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.otherdish p {
    color: #F5F5DC;
}

@media(max-width:1090px) {
    .introduction {
        flex-direction: column;
        justify-items: center;
        align-items: center;
        text-align: center;
        gap: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .introduction-text p {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .introduction-text .line-under-title {
        align-items: center;
        margin: 20px auto;
    }

    .history-banner {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .history h3 {
        text-align: center;
    }

    .history .line-under-title {
        align-items: center;
        margin: 20px auto;
    }

    .history-image {
        order: 1;
    }

    .history-text {
        order: 2;
    }

    .history-text p {
        padding-top: 50px;
    }

    .aboutkwong {
        flex-direction: column;
        justify-items: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .aboutkwong-text {
        width: 100%;
        height: 100%;
        padding: 0px;
        color: #1e1e1e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        z-index: 2;
    }

    .image-container {
        position: relative;
        width: 100%;
    }

    .image-container img {
        width: 100%;
        height: auto;
        display: block;
        z-index: 1;
    }

    .leichakwong {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        flex-direction: column;
    }


    .leichakwong-text {
        max-width: 100%;
        text-align: center;
        order: 2;
    }

    .leichakwong-text p {
        padding-top: 20px;
    }


    .leichakwong-image {
        max-width: 100%;
        text-align: center;
        position: relative;
        justify-content: center;
    }

    .leichakwong-image h6 {
        text-align: center;
    }

    .leichakwong-image .kwong6 {
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .leichakwong-image .kwong7 {
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .reviews-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bigmouthbanner {
        flex-direction: column;
        justify-items: center;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .bigmouthbanner-text {
        max-width: 100%;
        text-align: center;
    }

    .bigmouthbanner-image .bigmouth3 {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

@media(max-width:768px) {
    .introduction-image img {
        width: 100%;
    }

    .history-image img {
        width: 100%;
    }

    .kwong6 img {
        width: 100%;
    }

    .kwong7 img {
        width: 100%;
    }

    .bigmouthbanner-image img {
        width: 100%;
    }

    .bigmouth3 img {
        width: 100%;
    }

}