body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
h1 {
  font-size: 50px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
}
h3{
  font-size: 25px;
}
p,
h1,h2 {
  color: #555;
}

.button {
  padding: 15px 35px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 20px;
  background-image: linear-gradient(to right, #fb9b4f, #fe4b2f);
  text-decoration: none;
  color: aliceblue;
  font-weight: 700;
}
.flexible {
  display: flex;
}
.half-width {
  width: 50%;
  margin-left: 2%;
}
/* ######################## menu-item #########################  */
.menubar{
  background:#FE4C2F ;
}
.menubar ul{
  justify-content: flex-end;
margin: 0;
padding: 0;
display: flex;


}
.menubar ul li{
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  padding: 2%;
}



/* ####################  Header Section #################### */
.header-section{
  margin-bottom: 50px;
}


.header-text {
  width: 80%;
  margin-left: 10%;
  margin-top: 20%;
}
.header-text h1 {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
}

.header-text p {
  margin-top: 0px;
}
#title-word {
  font-size: 70px;
  color: #fc753e;
}

.header-img {
  width: 90%;
}


/*################### About section ##########*/
.about-section{
  background-image: url(image/shape/7.png);
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-img{
  height: 90%;
  margin-top: 55px;
  margin-left: 30%;
}
.about-text{
  margin-top: 20%;
  width: 70%;
  
}
.about-text p{
  margin-bottom: 10%;
}




/* ###################### Recipisection ########################## */
.recipi-text {
  text-align: center;
  
}
.recipi-text p{
  text-align: center;
  display: inline-block;
  width: 50%;

}
.boxs{
  justify-content: space-around;
  margin: 5%;
}
.box-design{
  width: 30%;
  margin: 2%;
  padding: 1.5%;
  border-radius: 25px;
  box-shadow: 10px 10px 30px -10px gray;
}
.box-design img{
  width: 100%;
  border-radius: 25px;
  height: 250px;

}

/* ###################### social ##################  */

.social-media{
  justify-content: space-evenly;
  margin:5% 7%;
  border-radius: 25px;
  height: 200px;
 
  margin-top: 5%;
  box-shadow: 0px 10px 30px -10px gray;
  
}
.sicial-text h2 {
  margin-bottom: 0;
  font-weight:bolder;
  color: black;
  display: inline-block;
  
}

/* ##################### contact section ################# */
.contact-section{
  padding:2% ;
  background-color:rgb(230, 230, 230);
}
.contact-img{
  display: block;
  margin-left: 5%;
  height: 100%;
  width: 100%;
}
.contact-text{
  display: block;
  width: 90%;
 background: #fff;
 padding-bottom: 5%;
}
.contact-section h2, a{
  color: black;
  font-weight: 500;
  margin-bottom: 5%;
  margin:0% 5%;

}

.contact-section input, textarea{
  display: block;
  border: none;
  outline: none;
  border-bottom: 2px solid #ddd;
  padding: 2%;
  width: 90%;
  margin:0% 5%;
}



/* ################## footer section ################### */
footer {
  background-color: rgb(3, 0, 22);
  text-align: center;
  font-weight: 400;
  padding-top: 1%;
  padding-bottom: 5%;
 word-spacing: 5px;
}
#foodid{
  color: #f79648;
}
#netid{
  color: rgb(145, 144, 144);
}
footer p{
  color: whitesmoke;
}