body {
  background: #c7c7c7;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
}

body::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}
.iphone-frame {
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
  width: 390px;
  height: 770px;
  background: #111;
  margin: auto;
  border-radius: 25px;
  overflow: scroll;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  position: relative;
 
}
.hidden {
  display: none;
}
.splash-screen, .landing-page, .restaurant-screen {
  width: 100%;
  height: 100%;
}
.splash-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logo {
  font-size: 2rem;
  color: gold;
  opacity: 0;
}
.splash-logo {
  opacity: 0;
}
.landing-header {
  height: 60px;
  background: #000;
  color: gold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-title {
  text-align: center;
  color: white;
  margin-top: 10px;
}
.restaurant-list {
  padding: 20px;
}
.restaurant-card {
  background: #222;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
  color: white;
  /* height: 240px; */
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  cursor: pointer;
}
.restaurant-card:hover {
  transform: scale(1.03);
}
.restaurant-card img {
  border-radius: 10px;
  width: 100%;
  height: 70px;
  /* object-fit: cover; */
}
.restaurant-header {
  height: 60px;
  background: #000;
  color: gold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.restaurant-header .back-btn {
  position: absolute;
  left: 15px;
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
}
.restaurant-content {
  padding: 10px;
  color: white;
  overflow-y: auto;
}

/* .para-rest {
  margin-top: -200px;
}

.head-rest {
  margin-top: -100px;
} */


.footer-nav {
  position: fixed;
  bottom: 0;
  width: 390px;
  background: #000;
  display: flex;
  justify-content: space-around;
  padding: 12px 0;
  z-index: 10;
}
.footer-nav button {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
}
.footer-nav button:disabled {
  color: gold;
}
form input {
  width: 90%;
  padding: 10px;
  margin: 8px 10px;
  border-radius: 8px;
  border: none;
}
form button {
  width: 95%;
  padding: 10px;
  margin-top: 20px;
  margin-left: 10px;
 
  background: gold;
  border: none;
  color: black;
  font-weight: bold;
  border-radius: 8px;
}
.special-card {
  background: #1a1a3b;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}
.special-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
iframe {
  width: 100%;
  height: 150px;
  border-radius: 25px;
  border: none;
  padding-top: 12px;
}
ul {
  list-style: none;
  padding: 0;
}


/* ceviche image
 */
 #ceviche-page, #special-night-ceviche, #reservation-ceviche {
  background-color: #2E073F;
 }

 .home-images {
  height: auto;
  width: 100%;
 }

 .restOneHeading {
  color: #2E073F;
 }
 .restOneheadings {
  color: #2E073F;
  padding: 0 20px;
 }

 .restOnePara {
  margin-top: -10px;
  color: #111;
  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 20px;
 }

 .restOneAbout {
  margin-top: 10px;
  padding: 5px;
  border-radius: 20px;
  background-color: #f6ecfb;
 }

 .restOneHours {
 margin-top: 10px;
  padding: 5px;
  border-radius: 20px;
  background-color: #f6ecfb;
 }

 .restOneFooter, .restOneHeader {
  background-color: #f2e6f9;
 }

 .restOneFooter-nonWorkingButton {
  color: #8a8a8a !important;
  
 }

 .restOne-offerCard {
  background-color: #f6ecfb;
  color: #111;
  font-size: 12px;
 }
 /* FIVE VINES */
 .container-info, .container-hours {
  margin-top: 10px;
  padding: 5px;
  border-radius: 20px;
  background-color: #EEEEEE;
 }
 .para-aboutUs {
  margin-top: -10px;
  color: #111;
  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 20px;
 }

 .heading-aboutUs {
  color: #8E1616;
  padding: 0 20px;
 }

.restTwoHeading  {
  color: #8E1616;
}
 #five-vines-page {
  background-color: #cccccc;
 }

 .restTwoHeader, .restTwoFooter {
  background-color: #EEEEEE !important;
 }

 .restTwoFooter {
  color: #111 !important;
 }

 .restTwo-offerCard {
  background-color: #EEEEEE;
  color: #111;
  font-size: 12px;
 }

 /* Crispy's */
#crispys-page, #special-night-crispys, #reservation-crispys {
  background-color: #44000D;
}
 .restThreeBox {
  margin-top: 10px;
  padding: 5px;
  border-radius: 20px;
  background-color: #83142C;
 }

 .restThreeHeading {
  color: #F9D276;
  padding: 0 20px;
 }

 .restThreePara {
  margin-top: -10px;

  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 20px;
 }

 .restThreeFooter, .restThreeHeader {
  background-color: #AD1D45;
 }

 .restThree-offerCard {
  background-color: #83142C;
  color: #fff;
  font-size: 12px;
 }
