@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: 70px;
}

.cabecalho {
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.cabecalho a{
    text-decoration: none;
    color: rgb(114, 112, 112);
    font-family: "Poppins";
}
.logo{
    width: 94px;
    height: 45px;
}
button{
font-size:15px;
border-radius: 5px;
width: 130px;
height: 51px;
border: 1px solid;
color: rgb(44, 184, 44);
margin-right: 150px;


}
.image img{
    width: 751px;
    height: 564px;
    margin-right: 300px;
    margin-top: 100px;
    align-items: center;
}
.Fastfood{
    font-family: "Poppins";
    font-size: 22px;
    color: #909090;
    margin-top: 150px;
    margin-left: 24px;
}
.bntOrder{
    background-color: #308a06;
    border-radius: 20px;
    align-items: center;
    color: white;
    font-family: "Poppins";
    text-decoration: none;
    font-size: 18px;
    box-shadow: 7px 10px 18px 0px rgba(199,197,199,1);
    width: 200px;
    height: 70px;
    margin-top: 30px;
}
.video{
    margin-top: 30px;
}
.inline{
    display: flex;
}
.star{
    margin-top: 50px;
}

.Explore{
    align-items: center;
    color: #5cdd20;
    font-family: "Poppins";
    text-decoration: none;
    font-size: 18px;
    box-shadow: 7px 10px 18px 0px rgba(199,197,199,1);
    width: 200px;
    height: 70px;
    margin-top: 30px;
}

.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;
    flex-direction:column;
    margin-top: 100px;
}

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

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

.card {
    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;
    justify-content: space-around;
    height: auto;
    
}
.card img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
}
.card h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
.card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.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:#308a06;
    border: solid 2px #308a06
}

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