*{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
/* navbar */
.navbar{
  height: 70px;
  width: 100%;
  background-color:#ffffff;
  /* background-color: antiquewhite; */
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 0.3px 0.2px 0px;
  /* flex-wrap: wrap; */

}
.nav-content{
  display: flex;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.1rem;
  margin-right: 15rem;

  
}
.nav-content p{
  align-self: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
select{
  background-color: transparent;
  border: none ;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.9rem;
  border-style: none;
   
}
option{
  border: none; 
}
section:hover{
  background-color: transparent;
  border: none;
}
.border:hover{
  color: red;
}
.nav-logo{
  height: 60px;
  width: 180px;
  background-size: cover;
  margin-top: 1.3rem;

}

/* Hero */
.hero{
  width: 100%;
  height: 745px;
  background-image: url(Food-hero-image.jpg);
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.hero-text{
  width: 550px;
  height: 500px;
  background-color: transparent;
  padding-top: 200px;
  margin-left: 50px;
}
.hero-text h1{
  width: 550px;
  height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.hero-text h2{
  width: 550px;
  height: 70px;
  padding-left: 20px;
  margin-top: 30px;
  font-size: 3.5rem;
}
.hero-text p{
  width: 550px;
  height: 20px;
  padding-left: 20px;
  margin-top: 70px;
  font-size: 1.3rem;
}
.hero-button{
  /* margin-left: 20px; */
  padding-left: 20px;
  margin-top: 60px;
  font-size: 1.3rem;
  
 
}

.hero-button1{
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.3rem;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  background-color: red;
  font-weight: 600;
  
}
.hero-button2{
  
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.3rem;
  color: red;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 600;
  border: 0.5px solid black;

}
.hero-button2 span{
  color:black;
}
.hero-null{
  width: 550px;
  height: 500px;
  background-color:transparent;
}

/* Body Box */
.body-box{
  width: 100%;
  height: 630px;
  margin-top: 140px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;

}
.box{
  
  height: 500px;
  width: 21%;
  padding: 10px;
}
.box1{
  margin-left:50px ;
}

.box3{
  margin-right:100px ;

}
.box1-picture{
  margin-left: 0%;
  width: 300px;
  height: 230px;
  margin-bottom: 20px;
  background-image: url(ic_Food_Feature_1.png);
  background-size: cover;
  padding-right: 20px;

}
.box1 h2{
  width: 200px;
  height: 80px;
  font-size: 2.3rem;
  padding-left: 120px;
  margin-bottom: 20px;
  
}
.box1 p{
  width: 250px;
  height: 150px;
  font-size: 1.1rem;
  margin-left: 10px;
  padding-left: 70px;

}
.box2-picture{
  margin-left: 0%;
  width: 300px;
  height: 230px;
  margin-bottom: 20px;
  background-image: url(food2.png);
  background-size: cover;
  padding-right: 20px;

}
.box2 h2{
  width: 300px;
  height: 80px;
  font-size: 2.3rem;
  padding-left: 80px;
  margin-bottom: 20px;
  
}
.box2 p{
  width: 250px;
  height: 150px;
  font-size: 1.1rem;
  margin-left: 10px;
  padding-left: 70px;

}
.box3-picture{
  margin-left: 0%;
  width: 300px;
  height: 230px;
  margin-bottom: 20px;
  background-image: url(ic_Food_Feature_3.png);
  background-size: cover;
  padding-right: 20px;

}
.box3 h2{
  width: 300px;
  height: 80px;
  font-size: 2.3rem;
  padding-left: 90px;
  margin-bottom: 20px;
  
}
.box3 p{
  width: 250px;
  height: 150px;
  font-size: 1.1rem;
  margin-left: 10px;
  padding-left: 70px;
}

/* body box next  */
.body-box1{
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.body{
  height: 800px;
  width: 40%;
  padding: 20px;
  
}
.food1{
     padding-left: 170px;
     width: 22%;
}

.mobile{
  height: 700px;
  width: 60%;
  margin-top: 0%;
  margin-left: 3% ;
  /* background-color: aqua; */
  background-image: url(Pathao-food-nepal-screen.png);
  border-radius: 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 1px 5px 9px 1px;
  border:8px solid;
  background-size: cover;
}
.food1-logo{
  width: 500px;
  height: 100px;
  display: flex;
  margin-top: 120px;
  font-size: 1.5rem;
}
.logo{
  width: 80px;
  height: 80px;
  background-image: url(icon-food.jpg);
  background-size: cover;
  border-radius: 10px;
  border: 0.5px solid;
  margin-right: 10px;
}
.getfood{
  margin-top: 15px;
}
.getfood span{
  margin-bottom: 5px;
}
.getfood h2{
  color: red;
  font-size: 1.9rem;
}
.food1-play{
  margin-top: 20px;
  font-size: 1rem;
}
.food1-play .p3{
  font-size: 2.5rem;
  font-weight: 900;
  color: rgb(182, 182, 182);
}
.food1-play .p1{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;

}
.food1-play .p2{
  color: rgb(78, 77, 77);

}
.playstore{
  display: flex;
}
.playstore1{
  margin-top: 50px;
  margin-right: 30px;
 height: 40px;
 width: 135px;
  background-image: url(play-store.png);
  background-size: cover;
}
.playstore2{
  margin-top: 50px;

 height: 40px;
 width: 135px;
  background-image: url(play-store.png);
  background-size: cover;
}

/* body box2  */
.body2-box2{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-evenly;
}
.body2{
  height: 500px;
  width: 40%;
  padding: 20px;
  
}

.food4-play{
  margin-top: 50px;
  font-size: 1rem;
}
.food4-play .p3{
  font-size: 2.5rem;
  font-weight: 900;
  color: rgb(182, 182, 182);
}
.food4-play .p1{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;

}
.food4-play .p2{
  color: rgb(78, 77, 77);

}
.food3-pic{
  width: 100%;
  height: 380px;
  background-image: url(Select-and-set-your-food.jpg);
  background-size: cover;
}
.food3{
  margin-left: 15%;
}
.food4{
  margin-left: 10%;
}

/* body box 3  */
.body3-box3{
  width: 100%;
  height: 500px;
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
}
.body3{
  height: 500px;
  width: 40%;
  padding: 20px;
  
}

.food5-play{
  margin-top: 80px;
  margin-left: 50px;
  font-size: 1rem;
}
.food5-play .p3{
  font-size: 2.5rem;
  font-weight: 900;
  color: rgb(182, 182, 182);
  margin-bottom: 30px;
}
.food5-play .p1{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;

}
.food5-play .p2{
  color: rgb(78, 77, 77);

}

.food6-pic{
  width: 100%;
  height: 350px;
  background-image: url(pathao-food-delivery.jpg);
  background-size: cover;
}

.food5{
  margin-left: 15%;
}



/* PAtner  */

.patner{
  margin-top: 12%;
  width: 100%;
  height: 1000px;
  font-size: 1.9rem;
}
.patner1 h2{
  margin-left: 8%;
}
.container{
  width: 85%;
  height: 650px;
  margin: 0 auto;
  padding-top: 40px;
}
.patner-box{
  width: 100%;
  height: 500px;
  margin: 0 auto;
  display: flex;
  align-items:center ;
  flex-wrap: wrap;

}
.last{
  height: 140px;
  width: 200px;
  background-color: red;
  margin: 5px;
  background-size: cover;
  border-radius: 5px;


}
.box5{
  background-image: url(Res_logo_1.png);
  background-size: cover;

}
.box6{
  background-image: url(Res_logo_2.png);
  background-size: cover;

}
.box7{
  background-image: url(Res_logo_3.png);
  background-size: cover;

}
.box8{
  background-image: url(Res_logo_4.png);
  background-size: cover;

}
.box9{
  background-image: url(Res_logo_5.png);
  background-size: cover;

}
.box10{
  background-image: url(Res_logo_6.png);
  background-size: cover;

}
.box11{
  background-image: url(Res_logo_7.png);
  background-size: cover;

}
.box12{
  background-image: url(Res_logo_8.png);
  background-size: cover;

}
.box13{
  background-image: url(Res_logo_9.png);
  background-size: cover;

}
.box14{
  background-image: url(Res_logo_10.png);
  background-size: cover;

}
.box15{
  background-image: url(Res_logo_11.png);
  background-size: cover;

}
.box16{
  background-image: url(Res_logo_12.png);
  background-size: cover;

}


/* Footer */
footer{
  height: 400px;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;


}
.foot{
  width: 80%;
  height: 100px;
  border-top: 1px solid  #490a0a;
  border-bottom: 3px solid  #440707;
  border-radius: 5px;
  align-self: center;
  margin-top: 5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.2rem;

}
.copyright{
  color: #ffffff;
  font-size: 1.1rem;
  padding-bottom: 6rem;
}
  /* Responsive Styles */

@media(max-width:1100px) {
  .navbar{
    padding: 0;
    height: 60px;
  }
  
  .nav-logo{
    position: fixed;
    padding-right: 75%;
  
  }
  .nav-content{
    position: fixed;
    margin-right: 0%;
    margin-left: 20%;
    padding: 0%;
}
.body-box{
  flex-direction: column;
}
}
    /* .hero h2 {
        font-size: 28px;
    }

    .hero p {
        font-size: 16px;
    }

    nav ul {
        flex-direction: column;
        gap: 10px;
    } */
@media(max-width:1400px){
    .body-box1{
            flex-wrap: wrap;  
  }


    .body-box1{
        flex: 1 1 100%;
    }
  }

@media (max-width: 480px) {
    header h1 {
        font-size: 20px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero p {
        font-size: 14px;
    }

    nav ul {
        gap: 5px;
    }

    .service-item {
        padding: 10px;
    }
}

