body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
/* top section start */
.top_item{
    display: flex;
}
.half_width{
width: 50%;
}
.half_width img{
    width: 95%;
   
}
.word_color{
    color: coral;
}
.heading{
    margin-top: 28%;
    margin-left: 15%;
}
.heading p{
    font-size: 20px;
}
strong{
    display: block;
    font-size: 65px;
    font-weight: 900;
    color: #575757;
    
}

.link_button{
    text-decoration: none;
    background-image: linear-gradient(#f7a36e,#fa5433); 
    padding: 20px 45px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px #f37056;
    color: white;
    font-size: 20px;
   
}
p{
    font-size: 25px;
    color: #808080;
    padding: 20px 0px;
}
/* top section end */

/* about section start */
.about{
    margin-top: 10%;
    margin-bottom: 10%;
    background-image: url(image/7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%s;
    
  
}
.about_content{
    display: flex ;
}
.left_bar{
    width: 50%;
}
.right_bar{
    width: 50%;
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px;
}
.right_bar h1{
    font-size: 45px;
    
    color: #575757;
}
.right_bar p{
    font-size: 20px;
    color: #808080;
    margin-bottom: 50px;
    padding: 30px 0px;
    text-align: justify;
    
}
.about_img{
    width: 50%;
    margin-top: 40px;
    margin-left: 285px;
}

h2{
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #575757;
}
/* about section end */

/* recipies section start */
.recipies p{
    margin-left: 28%;
    margin-right: 28%;
    font-size: 20px;
    text-align: center;
}

.food_item{
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
}
.food_item_recipies{
    width: 40%;
    height: 650px;
    margin-left: 45px;   
    margin-right: 45px;
    border-radius: 50px;
    box-shadow: 5px 5px 20px rgb(117, 114, 114);
   
}
.food_item_recipies img{
    width: 80%;
    height: 300px;
    padding: 40px 40px;
    border-radius: 70px;
  
}
.food_item_recipies h3{
    font-size: 30px;
    font-weight: 900;
    padding: 0px 30px;
}
.food_item_recipies p{
    margin: 0px 0px;
    text-align: left;
    padding: 0px 30px;
    font-size: 20px;
}
/* recipies section end */

/* expertise section start */
.expertise{
    background-image: url(image/Frame\ 59.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.expertise h1{
   padding-top: 50px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.expertise_content{
    display: flex;

}
.ex_content{
    width: 40%;
    margin-left: 5%;
    margin-bottom: 5%;
}
.ex_content img{
    margin-top: 10%;
    border-radius: 15px;
    width: 85%;
    box-shadow: 15px 15px 30px rgb(63, 26, 2);
   
}
.ex_content h3{
    margin-top: 40px;
    font-size: 30px;
}
.ex_content p{
    font-size: 18px;
    margin-right: 100px;
}
/* expertise section end */

.inspiration_item{
    background-color: rgb(243, 242, 242);
  background-image: url(image/exp-bg.png);
  background-repeat: no-repeat;
  margin-top: 5%;
  margin-bottom: 5%;
}
.inspiration{
    display: flex;
    margin-bottom: 5%;
}
.inspiration_content{
    width: 50%;
    
}
.inspiration_content img{
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-left: 20px;
}
.inspiration_content h1{
    padding: 40px;
    margin-left: 40px;
    font-size: 50px;
    margin-top: 10%;
}
.inspiration_content p{
    padding: 0px 40px;
    margin-left: 40px;
    font-size: 20px;
}



/* poplarity section start */
.popularity{
    width: 90%;
    margin-top: 10%;

}
.popularity_content{
    display: flex;
    margin-left: 15%;
    margin-bottom: 10%;
    box-shadow: 10px 10px 50px rgb(218, 214, 214);
    border-radius: 20px;
    padding: 30px 20px;
    align-items: center;
}
.content{
    margin-left: 120px;
}
.content h1{
    margin-left: 40px;
    font-size: 45px;
    font-weight: 900;
}

.content p{
    font-size: 20px;
    margin-left: 40px;
}

/* popularity section start */

footer{
    height: 300px;
    background-color: #0B0D17;
    text-align: center;
    padding-top: 45px;
}
footer p{
    color: white;
    font-size: 20px;
}
.village{
    color:#707070;
}
