@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');
body{
    background-color: #F4ECE1;
    font-family: "Poppins";
}
header{
    display: flex;
    flex-direction: row;
}
.cabecario{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 87px;
    padding-top: 48px;
}
.logo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size:  22px;
}
.barra-superior{
    display: flex;
    flex-direction: row;
    padding-left: 533px;
    align-self: center;
}
.opcoes{
    display: flex;
    justify-content: space-between;
    gap: 60px;

}
#divBusca{
    display: flex;
    box-shadow: 10px;
    border-radius:30px;
    width:300px;
    height:60px;
    box-shadow: 6px 6px 18px 0px rgba(163,161,163,1);
    align-self: center;
    margin-left: 400px;
  }
  
  #txtBusca{
    float:left;
    background-color:transparent;
    padding-left:5px;
    font-size:18px;
    border:none;
    height:32px;
    width:191px;
    align-self: center;
    padding-left: 20px;
  }
  
  #btnBusca{
    border:none;
    float:left;
    height:32px;
    border-radius:0 7px 7px 0;
    width:70px;
    font-weight:bold;
    background-color:transparent;
    align-self: center;
    padding-left: 10px;
  }
  
  #divBusca img{
    float:left;
  }
  .lupa{
    display: flex;
    width: 18px;
    height: 18px;
    align-self: center;
    padding-left: 30px;
  }
  .FastFood{
    display: flex;
    padding-left: 87px;
    flex-direction: column;
    padding-top: 40px;
    
  }

  .texto{
    width: 568px;
    height: 62px;
    color: #909090;
    font-size: 22px;
    padding-top: 15px;
  }
  .order{
    display: flex;
    width: 188px;
    height: 70px;
    border-radius: 84px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: black;
    color: #ffffff;
    box-shadow: 6px 6px 18px 0px rgba(163,161,163,1);
  }
  .watch{
    display: flex;
    width: 57px;
    height: 57px;
    border-radius: 84px;
    align-items: center;
    justify-content: center;
    border: none;
    margin-left: 20px;
  }
  .botoes{
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    align-items: center;
  }
  .video{
    display: flex;
    font-size: 20px;
    font-weight: lighter;
    padding-left: 10px;
  }
  .rating{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .star-rating{
    font-size: 18px;
    font-weight:600;
  }
  .based{
    font-size: 18px;
    font-weight: 300;
    color: #909090;
  }
  .fastfood-pai{
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    
  }
  .img-grande{
    display: flex;
    margin-left: 200px;
  }
  .nome{
    display: flex;
    width: 593.72px;
    height: 241.94px;
  }