@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: linear-gradient(90deg, rgb(32, 32, 32) 50%, rgb(65, 53, 122) 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{
    color: #000000;
    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: #ffffff;
    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;
}
.stars{
    padding-top: 50px;
}
.cart{
    padding-right:20px;
    width: 20px;
    height: 20px;
}
.Fast-Food{
    display: flex;
    max-width: 600px;
    width: 100%;
    flex-direction: row;

}
.h1{
    font-size: 125px;
    line-height: 125px;
    color: #6f00ff;
}
.h2{
    font-size: 52px;
    align-self: center;
    line-height: 52px;
    padding-left: 15px;
    color: #ffffff;
}
.h3{
    font-size: 22px;
    color: #909090;
    font-weight: 400;
}
.h4{
   font-size: 18px; 
   line-height: 22px;
   font-weight: 600;
}
.h5{
    font-size: 18px; 
    line-height: 22px;
    font-weight: 300;
    color: #909090;
}
.textos{
    display: flex;
    max-width: 650px;
    width: 100%;
    flex-direction: column;
}
.watch{
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   
.button1{
    width: 188px;
    height: 77px;
    color: #F4ECE1;
    background-color: #2F2F2F;
    border-radius: 84px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}
.watch_now{
    width: 199px;
    height: 57px;
}

.a{
   color: #000000;
   font-weight: 600;
   font-size: 20px;
}
