.body {
    margin: 0;
    padding: 0;
}

.wrapper {
    background-color: #F5F5DC;
}

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

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

.kolomee .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 p {
    padding-top: 20px;
    max-width: 100%;
}

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

.introduction-image img {
    display: block;
    width: 650px;


}

.history {
    display: flex;
    flex-direction: column;
    padding: 0 100px;
    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 {
    width: 100%;
}

.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/restaurantsinlianshin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    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;
}

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

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

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

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

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

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

.kolomeesls-text {
    max-width: 100%;
    margin-top: 30px;
}

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

.reviews-section {
    background-color: #f5f5dc;
    padding: 0;
    text-align: center;
    margin: auto;
    padding-bottom: 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;
    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;
}

.kafebujang {
    margin-top: 80px;
}

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

.kafebujang-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;
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

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

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.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: 100%;
        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;
        max-width: 100%;
    }

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

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

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

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

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

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

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

}

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

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

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

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

    .kafebujang-banner img {
        width: 100%;
    }
}