.dish-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-top: 3vw;
}

.dish-item {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 1vw;
}

.dish-item img {
    width: 40vw;
    height: auto;
    border-radius: 10px;
}

.dish-title {
    font-size: 2.2vw;
    color: var(--red);
}

h1.dish-title {
    font-size: 3vw;
}


h1 {
    font-size: 3vw;
}

.restaurant-map iframe {
    width: 40vw;
    height: 30vw;
}

.restaurant-map {
    align-items: center;
}

.buttons-cta {
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin-top: 4vw;
    font-size: 1vw;
}

.dish-contact {
    margin-top: 1vw;
    justify-self: left;
}

.dish-contact li {
    list-style: none;
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.7em;
}

.dish-contact li::before {
    content: "";
    position: absolute;
    left: 0.2em;
    top: 0.45em;
    width: 0.8em;
    height: 0.8em;
    border: 4px solid var(--red);
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.dish-contact li a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.dish-contact li a:hover {
    color: var(--red);
}

.container-img {
    height: 10vw;
}

h1 {
    margin-top: 9vw;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vw;
    gap: 3vw;
}

.reviews-container p {
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-align: center;
}

.reviews {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin: 0 6vw;
    gap: 3vw;
    text-align: center;
}

.review {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: min-content auto min-content;
    flex-direction: column;
    justify-content: start;
    background-color: var(--white);
    border-radius: 10px;
    padding: 2vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.review img {
    grid-row: 1 / 2;
    grid-column: 1 / 1;
    height: auto;
    width: 15vw;
    justify-self: right;
}

.review p {
    margin-top: 3vw;
    margin-bottom: 3vw;
    text-align: center;
    font-size: 0.8vw;
    grid-column: 1 / -1;
    justify-self: center;
}

.review span {
    align-items: center;
    font-size: 1vw;
    font-weight: bold;
    align-content: center;
}

.review a {
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
    font-size: 1vw;
    grid-column: 1 / -1;
    justify-self: center;

}

.review-name {
    color: black;
    font-weight: 700;
    font-size: 0.7vw;
    transition: color 0.2s;
}

.stars-review {
    color: var(--yellow2);
    grid-column: 2 / 2;
}

.review-name:hover {
    color: var(--red);
}

.review-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: 700;
}

.review-logo a {
    margin-top: 2vw;
    font-size: 1vw;
}

.review-logo img {
    width: 15vw;
    height: auto;
}

.dish-text {
    margin: 0 6vw;
    margin-top: 3vw;
}

.dish-text p {
    margin-top: 1vw;
    font-size: 1vw;
}

.more-dishs {
    margin: 0 6vw;
    margin-top: 3vw;
}

.more-dishs .dish-more {
    margin: 0 1.2vw;
}


.red-decor {
    position: relative;
}

.red-decor::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-color: var(--red);
    z-index: -3;
    transform: skewY(-3deg);

}

.red-decor::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background-color: var(--yellow2);
    z-index: -2;
    transform: skewY(-3deg);
}


.dish-more img {
    height: auto;
    border-radius: 10px;
}

.section-title {
    text-align: center;
    margin-top: 3vw;
}

.section-car {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    margin: 0 0 0 6vw;
    padding-right: 6vw;
    margin-top: 3vw;
    position: relative;
}

.car-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.car-text::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3vw;
    width: 75%;
    height: 70%;
    background: var(--yellow2);
    z-index: -4;
    border-radius: 70px 0 0 0;
}

.car-text a {
    font-size: 1vw;
    margin: 3vw 0;
}

.circulo-carro {
    position: absolute;
    top: 3vw;
    width: 100%;
    height: 100%;
    z-index: -2;

}

.car-title {
    font-size: 3.5vw;
}

.car-title span {
    font-size: 4.5vw;
    text-align: end;
}

.car-title span span {
    font-size: 5vw;
}


@media (max-width: 900px) {

    .dish-grid,
    .section-car,
    .reviews {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
    }

    section,
    .dish-text,
    .more-dishs,
    .reviews-container,
    .section-car {
        margin: 0 6vw;
    }

    .dish-item img,
    .restaurant-map iframe,
    .dish-more img {
        width: 88vw;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
    }

    .dish-item,
    .car-text {
        font-size: 4vw;
        text-align: center;
        align-items: center;
        margin: 0 6vw;
    }

    .dish-title,
    .car-title,
    .section-title,
    h1 {
        font-size: 7vw;
        text-align: center;
        margin-top: 7vw;
    }


    .car-title span span {
        font-size: 9vw;
    }

    .buttons-cta {
        flex-direction: column;
        gap: 6vw;
        font-size: 4vw;
        margin: 7vw 0;
        align-items: center;
    }


    .reviews {
        gap: 8vw;
        margin: 0 0;
    }

    .review {
        padding: 5vw 3vw;
    }



    /* Dish text and more dishes */
    .dish-text,
    .more-dishs {
        margin: 0 6vw;
        margin-top: 7vw;
        text-align: center;
    }

    .dish-text p {
        font-size: 4vw;
        margin-top: 4vw;
    }

    /* Contact list */
    .dish-contact {
        margin-top: 5vw;
        font-size: 4vw;
    }

    .dish-contact li {
        padding-left: 2.5em;
        margin-bottom: 1.5em;
    }

    .dish-contact li::before {
        width: 1.2em;
        height: 1.2em;
        border-width: 5px;
        top: 0.3em;
    }


    .section-car {
        padding-right: 0;
        margin: 7vw 6vw;
    }

    .car-text::after {
        width: 100%;
        height: 95%;
        top: 8vw;
        border-radius: 30px 0 30px 0;
    }

    .circulo-carro {
        width: 105vw;
        height: 80vw;
        top: 20vw;
        transform: rotate(10deg);
    }

    .container-img {
        height: 40vw;
    }

    /* Adapt review-logo */
    .review-logo {
        gap: 5vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
        font-size: 4vw;
    }

    .review-logo a {
        margin-top: 6vw;
        font-size: 4vw;
    }

    .review-logo img {
        width: 40vw;
    }

    /* Adapt red-decor */
    .red-decor::before {
        height: 90%;
        transform: skewY(-7deg);
    }

    .red-decor::after {
        height: 40%;
        transform: skewY(-7deg);
    }

    /* Adapt dish-more images */
    .dish-more img {
        width: 100vw;
        margin: 4vw 0;
    }

    /* Adapt car-title */
    .car-title {
        font-size: 8vw;
    }

    .car-title span {
        font-size: 10vw;
    }

    .car-title span span {
        font-size: 12vw;
    }


    .dona::before {
        content: "";
        position: absolute;
        height: 40vw;
        width: 40vw;
        left: -40vw;
        border: 15vw solid var(--red);
    }

    h1.dish-title {
        font-size: 7vw;
    }

    section,
    .dish-item {
        margin-top: 7vw;
        gap: 3vw;
    }

    .car-text .btn {
        font-size: 4vw;
        padding: 2vw 4vw;
    }

    .review a,
    .review p {
        font-size: 4vw;
    }

    .stars-review {
        font-size: 4vw;
    }
}