
.main-container-two {
  display: flex;
  flex-direction: column;
  
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -50px;
  background-color: rgb(252, 248, 243);
  padding-bottom: 100px;
  border-radius: 50px;
  box-shadow: 
  0px 10px 25px rgba(0, 0, 0, 0.15),
  0px -5px 15px rgba(0, 0, 0, 0.05);
}

.top {
  display: flex;
  flex-direction: row;
}

.top-left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.leaf-part {
  display: block;
  width: 0px;
  height: 0px;
  margin-bottom: 250px;
  margin-right: -100px;
  
}

.top-center-side {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-left: -300px;
  margin-right: 350px;
  align-items: center;
  justify-content: center;
}

.heading-two {
  font-family: Roboto, Arial;
  font-size: 50px;
  font-weight: bold;
  color: rgb(251,99,14);
  padding-left: 100px;
  margin-bottom: 20px;
}

.sub-heading {
  font-family: Arial;
  width: 300px;
  text-align: center;
  font-size: 24px;
  color: rgb(31,42,68);
  margin-top: 0px;
  padding-left: 80px;
}

.leaf-image {
  height: 40px;
  
}

.burger-image {
  height: 240px;
  margin-left: -300px;
  margin-right: 100px;
  margin-top: -150px;
}

.burger-part {

}

.tomato-image-left {
  height: 40px;
  margin-left: 0px;
  margin-right: 500px;
  margin-top: 100px;
}

.tomato-image-right {
  height: 40px;
  margin-left: -20px;
  margin-top: 30px;
}

.top-right-side {
  margin-left: 0px;
  margin-right: -50px;
}

.momos-image {
  height: 240px;
  margin-left: -250px;
  margin-top: -25px;
}

.pizza-image {
  height: 220px;
  margin-left: -250px;
  margin-top: 30px;
}

.restaurant-image {
  height: 40px;
}

.cities-image {
  height: 40px;
}

.orders-image {
  height: 40px;
}


/* Bottom section */



.bottom {
  display: flex;
  flex-direction: row;
  margin-bottom: -100px;
  margin-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  flex: 1fr 1fr 1fr;
  box-shadow: 
  0px 10px 25px rgba(0, 0, 0, 0.15),
  0px -5px 15px rgba(0, 0, 0, 0.05);
}

.bottom-left-one, .bottom-left-two, .bottom-center-one, .bottom-center-two, .bottom-right-one, .bottom-right-two {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  padding-top: 10px;
}



.number {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 4px;
  color: rgb(251,99,14);
}

.sub-text {
  font-size: 16px;
  color: rgb(31,42,68);
  margin-top: 0px;
}

.bottom-pairs-one, .bottom-pairs-two, .bottom-pairs-three {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.bottom-pairs-one, .bottom-pairs-two {
  border-right-color: gray;
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 40px;
}







