body{
    margin: 0;
    padding: 0;
    background: linen;
    z-index: 0;
}
header{
    width: 90%;
    height: 200px;
    margin: auto;
    background: url(./images/BgImage.png);
    color: #999;
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat; 
    
}
.headerPart h1{
    margin-top: 0px;
    color: whitesmoke;
    font-family: 'Harrington';
    text-align: center;
    padding-top: 5%;
}
.headerPart p{
    color: whitesmoke;
    font-size: 22px;
    text-align: center;
    font-weight:400 ;
    font-family: 'Harrington';
    word-spacing: 2px;
   
}

#paybtn{
    margin: 10px 5%;
    width: 70%; 
    height:45px;
    margin-left: 14%;

}


 .formPart{
    width:50%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid rgb(100, 68, 68);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:5%;
    padding-bottom:10px;
    border-radius: 10px;
    margin-top: -40%;
    background-color: rgb(97, 94, 94);
    z-index: 2;
    display: none;
   

}
.formPart h1{
    text-align: center;
    color:rgba(162, 116, 32, 0.79) ;
}
input{
    margin: 0px auto;
    outline-style: none;
    width: 70%;
    height: 35px;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding-left:10px;
    margin-left: 13%;
    margin-top: 20px;
    color: black;
    
}
input::placeholder{
    color: rgba(41, 36, 36, 0.432);
} 


.emoji{
    font-size: 50px;
}
.section-1{
    margin: auto;
    margin-left: 10%;
    display: flex;
   
}
.infoSection{
    padding-left: 20px
}
.name{
    font-size: 20px;
    margin-top: 50px;
}
.recepi{
    font-size: 13px;
    color:rgb(69, 68, 68,0.753);
    margin-top: -10px;
    
}
.plus{
    font-size: 35px;
    border-radius: 50%; 
    width: 40px;
    text-align: center;
    border: 1px solid rgb(188, 51, 51);
    margin-top: 71px;
    margin-left: 700px;
    cursor: pointer;
}
.promptMassage {
    width: 60%;
    background-color: rgba(162, 116, 32, 0.79);
    color: white;
    display: none;
    font-size: 20px;
    position: absolute;
    height: 30px;
    text-align: center;
    margin-left: 20%;
    padding-top: 10px;
    margin-bottom: 10px;
}
.price{
    margin-top: -5px;
}
.h1{
    text-align: center;
}
button{
    width: 90%;
    background-color: rgba(162, 116, 32, 0.79);
    border-style: none;
    outline-style: none;
    height: 50px;
    color: white;
    border-radius: 5px;
    margin: auto;
    margin-left: 5%;
    color: brown;
    font-size: 25px;   
}
.total{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left:5%;
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-right: -50%;
}


.remove{
    font-size: 16px;
    color:rgba(165, 42, 42, 0.763);
    cursor: pointer;
    text-align: center;
   

}

.order{
    width: 80%;
    margin-left: 10%;

   
}
.ItemContent{
    width: 80%;
    margin-left:10%;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}



 
