@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');
*{
    font-family: 'poppins';
    text-decoration: none;
}
body{
    background: rgb(244,236,225);
    background: linear-gradient(90deg, rgba(244,236,225,1) 50%, rgba(252,251,247,1) 100%);
}
.logo{
    justify-content: flex-start;
}
.container{
    width: 100%;
    margin: auto;
    max-width: 1600px;
    padding: 0 20px;
    display: flex;
    align-items: Center;
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 50px;
}
.head_h{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.info_h{
    padding-top: 10px;
    font-family: 'poppins';
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    padding-left: 56px;
}
.div-search{
    border-radius: 30px;
    margin-left: 100px;
    justify-self: flex-end;
    display: inline;
    background-color: #00000000;
    box-shadow: 0px 12px 45px #00000028;
}
.division{
    width: 100%;
    margin: auto;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
}
.search{
    padding:10px ;
    padding-left: 20px;
    background-color: #00000000;
    border: 0px;
    font-family: 'poppins';
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}
.cart{
    padding-right:20px;
    width: 20px;
    height: 20px;
}
.Fast-Food{
    display: flex;
    max-width: 600px;
    width: 100%;
    flex-direction: row;
    margin-top: 60px;
}
.h3{
    font-size: 22px;
    color: #909090;
    font-weight: 400;
    margin-top: 25px;
}
.textos{
    display: flex;
    max-width: 650px;
    width: 100%;
    flex-direction: column;
}
.watch{
max-width: 650px;
width: 100%;
display: inline-block;
justify-content: space-between;
margin-top: 25px;
}
.button1{
    width: 190px;
    height: 60px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border-radius: 84px;
    border: none;
    font-size: 20px;
    font-weight: bold;
  
}
.button2{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 40px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); 
    border-width: 1px;
    background-color: rgb(244,236,225);
}
.watch_now{
    width: 199px;
    height: 57px;
    margin-left: 80px;
}
.a{
color: #000000;
font-weight: 600px;
font-size: 20px;
}
.stars{
    height: 222px;
    width: 92px;
    margin-top: 80px;
    margin-left: 25px;
}
.food{
    margin-top: 40px;
}