@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
body {
    background-color: #ffffff;
    color: #000000;

}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: 100px;
}

.cabecalho {
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.cabecalho a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Poppins";
}
.logo{
    width: 94px;
    height: 45px;
}
button{
font-size:20px;
border-radius: 30px;
width: 207px;
height: 54px;
background-color: #FF0000;
color:#ffffff;
margin-right: 150px;
border: none;


}
.image img{
    width: 400px;
    height: 565px;
    margin-right: 450px;
    margin-top: 70px;
    align-items: center;
    margin-bottom: 100px;

}
.Fastfood{
    font-family: "Poppins";
    font-size: 22px;
    color: #909090;
    margin-top: 200px;
    margin-left: 70px;
}
.bntOrder{
    background-color: #FF0000;
    border-radius: 30px;
    align-items: center;
    color: white;
    font-family: "Poppins";
    text-decoration: none;
    font-size: 18px;
    width: 200px;
    height: 70px;
    margin-top: 30px;
}
.video{
    margin-top: 30px;
}
.inline{
    display: flex;
}
.star{
    margin-top: 50px;
}


.black{
    color: #000000;
}
.green{
    color: #5cdd20;
}

h1{
    display: flex;
    font-size:50px;
    font-weight: bold;
    flex-direction: row;
    align-items: center;
    color: #000000;
    margin-bottom: 10px;
}
p{
    color: #8b8b8b;
    font-family: "Poppins";
    font-size: 20px;
}

.container1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    flex-direction:row;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container1 h1{
    margin-bottom: 5px;
}

.container3{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 50px;
    margin-left: 20px;
    margin-top: 50px;
}

.card {
    flex-direction: column;
    text-align: center;
    background:#F8F5F2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    justify-content: space-around;
    height: auto;
    
}
.card h1{
    align-items: center;
    justify-content: center;
}
.card img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
}
.card h2 {
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.card p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}
.card h2{
    color: #FF0000;
    font-size: 20px;
}
.textos{
    flex-direction: column;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    
}

.rate{
    margin-top: 50px;
}


.h1{
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.card a{
    /* display: flex; */
    text-decoration: none;
    background-color: #308a06;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    /* width: 150px;
    height: 50px; */
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
}

a{
    margin-top: 100px;
}
a:hover{
    background-color: #ffffff;
    color:#dd0101;
    border: solid 2px #ffffff
}

.monstro h1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.monstro p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container4{
    display: flex;
    margin-top: 100px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.coluna{
    flex-direction: column;

}

.coluna a{
    text-decoration: none;
    background-color: #308a06;
    border-radius: 15px;
    color: #ffffff;
    padding: 10px 20px;
}

.coluna p{
    margin-bottom: 30px;
}

.coluna a:hover{
    background-color: #ffffff;
    color:#308a06;
    border: solid 2px #308a06
}

.Michael{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.subscription-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    width: 400px;
}

.subscription-box input {
    flex: 1;
    border: none;
    padding: 12px;
    font-size: 16px;
    outline: none;
}

.subscription-box button {
    background-color: #008000;
    color: white;
    border: none;
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 60px;
}

.subscription-box button:hover {
    background-color: #014701;
}

.container5{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.footer {
    background-color: #056605;
    color: rgb(255, 255, 255);
    padding: 40px 20px;
    text-align: center;
    margin-right: 170px;
    margin-top: 50px ;
    width: 99vw;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 95vw;
    margin: 0 auto ;

}

.footer-column {
    min-width: 150px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.social-icons a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid white;
    padding-top: 10px;
    font-size: 14px;
}

.japa1{
    flex-direction: column;
}

.japa1 h2{
    color: #FF0000;
    margin-bottom: 8px;
}

.japa1 h1{
    margin-bottom: 32px;
}

.container10{
    display: flex;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container12{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 50px;
    margin-left: 20px;
    margin-top: 50px;

}

.card6{
    flex-direction: column;
    background: #F8F5F2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 500px;
    justify-content: center;
    align-items: center;
    height: auto;

}

.card6 img{
    margin-bottom: 30px;
}

.card6 h2 {
    margin-top: 10px;
}

.card6 p{
    margin-top: 10px;
}

.card6 img{
    margin-top: 20px;
}

        .footer {
            display: flex;
            justify-content: space-between;
            padding: 20px;
            background-color: #f8f8f8;
            border-top: 1px solid #ddd;
        }
        .footer-column {
            display: flex;
            flex-direction: column;
        }
        .footer-column a {
            text-decoration: none;
            color: black;
            margin: 5px 0;
        }
        .footer-column a:hover {
            text-decoration: none;
            color: #dd0101;
        }
        .footer-logo {
            display: flex;
            align-items: center;
            margin-top: 20px;
            
        }
        .footer-logo span {
            color: red;
            font-weight: bold;
            margin-left: 10px;
        }
        .social-icons {
            display: flex;
            gap: 10px;
        }
        .social-icons a {
            text-decoration: none;
            font-size: 18px;
        }
        