.wrapper {
    background-color: #F5F5DC;
    overflow-x: hidden;
}

.container1 {

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

}

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

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

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

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

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

.history-title {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.history {
    display: flex;
    flex-direction: row;
    gap: 100px;

}

.history-image {
    display: flex;
    gap: 200px;
    align-items: center;
    justify-content: center;
}

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

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

.homemade {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.section-text1,
.section-text2 {
    flex-basis: 30%;
}

.section-text1 p,
.section-text2 p {
    margin-left: 20px;
    margin-right: 20px;

}

.homemade .section-image {
    flex-basis: 40%;
}

.section-image h6 {
    text-align: center;
    margin-bottom: 30px;
}

.recommendrestaurant {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 100px;
}

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

}

.recommend-restaurant {
    background-image: url("../img/mee4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: relative;
}

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

.operationtime h6 {
    margin: 0;
}

.mee-banner {
    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;
}

.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;
}

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

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

.aboutmee-text {
    margin-top: 30px;
}

.aboutmee-text p {
    padding-top: 40px;
}

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

.meesuamee-image h6 {
    margin-bottom: 30px;
    text-align: right;
}

.meesuamee-text {
    max-width: 40%;
    margin-top: 30px;
}

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

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

.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;
}

.choonthian {
    margin-top: 80px;
}

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

}

.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;
}

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

}

.aboutchoon-text {
    margin-top: 30px;
}

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

.aboutchoon-image h6 {
    margin-bottom: 30px;
    text-align: right;
}

.redwinebanner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 50px;
    padding-right: 50px;

}

.section1,
.section2 {
    display: flex;
    align-items: center;
    gap: 120px;
    overflow-x: hidden;
    justify-content: center;

}

.section2 {
    position: relative;
    top: -150px;
    left: 250px;

}

.section1-text {
    width: 100%;
}

.section2-text {
    width: 100%;
}

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

.otherdish p {
    color: #F5F5DC;
}









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

    .intro-text {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        order: 2;
    }

    .intro-image {
        order: 1;
    }

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

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

    .history-title {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .history-title h3 {
        text-align: center;
    }

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

    .history-image {
        order: 2;
    }

    .history-text {
        order: 3;
    }

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

    .homemade {
        flex-direction: column;
        align-items: center;
    }

    .section-text1 {
        order: 2;
    }

    .section-text1 p,
    .section-text2 p {
        text-align: center;
        padding-top: 50px;

    }

    .section-image {
        flex-basis: auto;
        width: 100%;
        text-align: center;
        order: 1;
    }

    .section-text2 {
        order: 3;
    }

    .section-image img {
        max-width: 100%;
        height: auto;
    }

    .section-image h6 {
        margin-top: 20px;
    }

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

    .aboutmee-text {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

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

    .meesuamee-text {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        order: 2;
    }

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

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

    .aboutchoon-text {
        max-width: 100%;

        text-align: center;
        order: 2;
    }

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

    .section1,
    .section2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 80px;
        gap: 30px;
    }

    .section2 {
        position: static;
    }
}

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

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

    .section-image img {
        width: 80%;
    }

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

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

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

    .section1-image img,
    .section2-image img {
        width: 100%;
    }





}