
body
{
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url(../Image/Fundojapones.jpg);
    background-size: cover; /*cobre toda a tela*/
    background-position: center; /*Centralizada a imagem*/
    background-repeat: no-repeat; /*evita repetição*/
    background-attachment: fixed;

}



.button-row
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 98px;
}

.button
{
    padding: 90px 100px;
    background-color: #ec8a81;
    background-image: url(../Image/Sushi_3.png);
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.button2
{
    padding: 90px 100px;
    background-color: #ec8a81;
    background-image: url(../Image/Comida_Quente_1.png);
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.button3
{
    padding: 90px 100px;
    background-color: #ec8a81;
    background-image: url(../Image/Sorvete2.png);
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.button4
{
    padding: 90px 100px;
    background-color: #ec8a81;
    background-image: url(../Image/Chá1.png);
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.button5
{
    padding: 90px 100px;
    background-color: #ec8a81;
    background-image: url(../Image/Sushi_Combo1.png);
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 100px;
    cursor: pointer;
}

.button-text
{
    font-size: 30px;
    position: absolute;
    display: block;
    margin-top: 10%;
    font-weight: bold;
    color: #333;
}

.button-text1
{
    font-size: 30px;
    position: absolute;
    display: block;
    margin-top: 200px;
    font-weight: bold;
    color: #333;
}

.button-container
{
    position: relative;
    text-align: center;
}

.circle
{
    width: 300px;
    height: 300px;
    background-image: url(../Image/Logo_Sushi.png);
    background-position: center; /*Centralizada a imagem*/
    background-repeat: no-repeat;
    margin: 1% auto;
}

.Tamanho
{
    font-size: 50px;
    text-align: center;
    margin: 5%;
    color: black;
    font-family: 'Franklin Gothic Medium',sans-serif;
}

.Tamanho2
{
    font-size: 20px;
    text-align: end;
    margin-top: 5%;
    color: black;
    font-family: 'Franklin Gothic Medium',sans-serif;
}

.Caixa1
{
    background-color: #fabdb7;
    font-size: 10px;
    text-align: left;
    width: 600px;
    height: 1060px;
    border-radius: 10%;
    box-sizing: border-box;
    padding: 20px;

    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Caixa2
{
    background-color: #fabdb7;
    font-size: 1rem;
    text-align: left;
    width: 90vw;
    max-width: 600px;
    height: auto;
    min-height: 50vh;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2rem;

    margin-top: 2rem; /* Espaço abaixo do texto anterior */
    margin-left: auto;
    margin-right: auto; /* Centraliza horizontalmente */
}

.Caixa3
{
    position: relative; /* Necessário para o posicionamento absoluto funcionar corretamente */
    background-color: #fabdb7;
    font-size: 10px;
    text-align: left;
    width: 900px;
    border-radius: 10%;
    box-sizing: border-box;
    padding: 20px;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
}

.conteudo-flex
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.listas h5,
.listas ul
{
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', sans-serif;
}

.preco
{
   position: absolute;
    top: 120px;
    right: 100px;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', sans-serif;
    color: #000000;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.item2
{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-text {
    font-size: 30px;
    font-weight: bold;
}

.icon{
    width: 90px;
    height: 90px;
    background-color: #ec8a81;
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0; /* Remove o padding que estava ampliando */
}

.icon2
{
    width: 450px;
    height: 450px;
    background-color: #ec8a81;
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0; /* Remove o padding que estava ampliando */
}
