.footer-main {height: 600px;
  display: flex;
  flex-direction: column;
  
  background-color: black;
  color: white;
  padding-bottom: 200px;
  padding-left: 100px;
  padding-right: 100px;
  
}

.logo-footer {
  height: 350px;
  width: 350px;
  margin-bottom: -50px;
  margin-left: 200px;
  
}

.container-two-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: -60px;
  margin-left: 80px;
  font-size: 20px;
  color: gray;

}
.heading-footer {
  font-size: 22px;
  
  color: white;
}

.social {
  height: 50px;
  border-radius: 25px;
}

.app-link-footer-one{
  height: 100px;
  margin-bottom: 0px;
}

.app-link-footer-two {
  height: 160px;
  margin-top: -70px;
  margin-left: 10px;
}


.logo-container-footer {
  display: flex;
  margin-bottom: 0px;
}

.divider {
  border: none;
  height: 1px;
  background-color: white;
  margin: 50px 0;
}

.rights-class {
  display: flex;
  align-items: center;
  justify-content: center;
}




.restaurant-testimonil-link, .book-call-link {
  color: gray;
  text-decoration: none;
}

