/* RESET CSS ////////////////////////////////////////// */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0px;

  border-radius: 10px;
}
body {
  background: url("../img/background.jpg") no-repeat center center fixed;
  background-size: cover;
  backdrop-filter: blur(5px);
}

/* FONTS /////////////////////////////////////////////// */

/* app font */
@font-face {
  font-family: "AppFont";
  src: url(fonts/Attractive-Regular.otf);
}

/* restaurant 1 fonts */
@font-face {
  font-family: "Rest1FontTitle";
  src: url(fonts/HammersmithOne.ttf);
}

@font-face {
  font-family: "Rest1FontBody";
  src: url(fonts/Quicksand-Regular.otf);
}

@font-face {
  font-family: "Rest1FontBodyBold";
  src: url(fonts/Quicksand-Bold.otf);
}

/* restaurant 2 fonts */
@font-face {
  font-family: "Rest2FontTitle";
  src: url(fonts/AvenirNext.ttc);
}

@font-face {
  font-family: "Rest2FontBody";
  src: url(fonts/Exo-Light.otf);
}

@font-face {
  font-family: "Rest2FontBodyBold";
  src: url(fonts/Exo-Medium.otf);
}

/* restaurant 3 fonts */
@font-face {
  font-family: "Rest3FontTitle";
  src: url(fonts/Gotham-Medium.ttf);
}

@font-face {
  font-family: "Rest3FontBody";
  src: url(fonts/FiraSans-Light.ttf);
}

@font-face {
  font-family: "Rest3FontBodyBold";
  src: url(fonts/FiraSans-Medium.ttf);
}

/* GENERAL APP STYLES /////////////////////////////////// */

body {
  font-size: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

main {
  position: absolute;
  width: 391px;
  height: 667px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

header {
  width: 390px;
  height: 74px;
  position: absolute;
  top: 0;
  padding: 15px;
}

section {
  position: absolute;
  top: 60px;
  width: 396px;
  height: 547px;
  background: #fff;
  overflow: auto;
  padding: 20px;
}

footer {
  width: 390px;
  height: 60px;
  position: absolute;
  bottom: 0;
}

/* SPLASH SCREEN ////////////////////////////////////////// */

#splash {
  background-image: url(../img/splash_back.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
}

#splash header {
  font-family: "AppFont", sans-serif;
  border-bottom: solid 5px #fff;
  background: #000;
  font-size: 35px;
  color: #fff;
  padding: 2rem;
  text-align: center;
  padding: 20px;
  height: 100px;
  text-align: center;
}

#splash img {
  width: 200px;
  height: auto;
}

#splash footer {
  height: 10px;
  background: #000;
}

/* LANDING SCREEN ///////////////////////////////////////// */

#landing {
  font-family: "AppFont", sans-serif;
  background-image: url(../img/landing_back.jpg);
  background-size: cover;
  overflow: auto;
  padding-top: 84px;
  position: relative;
}

#landing header {
  background: #000;
  color: #fff;

  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 30px;
  line-height: 100%;
  text-align: left;
}

.landingLogos {
  border: dotted 1px #342000;
  padding: 10px;
  padding-top: 20px;
  overflow: hidden;
  margin: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landingLogos img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#landing footer {
  height: 15px;
  background: #000;
  position: sticky;
  bottom: 0;
}
#landing header img {
  width: 75px;
  height: auto;
}
.small-logo {
  position: relative;
  display: block;
  height: 500px;
}
.small-logo img {
  top: 0;
  margin-right: 140px;
}
/* MENU ////////////////////////////////////////////// */

#menu {
  font-family: "AppFont", sans-serif;
  background: #ffffff;
  padding-top: 80px;
}

#menu header {
  padding: 15px;
  border-bottom: solid 5px #fff;
  background: #000000;
  color: #fff;
  font-size: 25px;
  line-height: 100%;
}

.menuBtn {
  padding: 20px;
  background: #ffffff;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 100%;
}

.menuBtn img {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 7px;
}

.menuBtn span {
  display: block;
  margin-top: 2px;
}
.contactIcon {
  margin-top: 3px;
}

/* SHARED RESTAURANT /////////////////////////////////// */
.description {
  border-bottom: dotted 1px #000;
  padding: 4px;
}
/* header/footer */

header img {
  width: 35px;
  cursor: pointer;
  height: auto;
  float: right;
  margin-right: 0px;
}

header h1 {
  color: #fff;
}

footer div {
  float: left;
  text-align: center;
  overflow: auto;
  font-size: 12px;
  padding: 10px;
  color: #fff;
}

footer img {
  height: 25px;
  width: auto;
}

.homeIcon,
.specialsIcon,
.reservationsIcon {
  transition: all 1s;
}

/* general section */
.sectionContainer {
  border: dotted 1px #000;
  text-align: center;
  overflow: auto;
  color: #000;
  align-content: center;
  width: 353px;
}

/* home section */
.photoAddress {
  padding: 0 15px;
  text-align: left;
}

.homeImg {
  width: 148px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.history {
  background: #45474d;
  color: #fff;
  padding: 7px;
  margin: 10px 20px 20px 20px;
  text-align: left;
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.slider-container {
  display: flex;
  width: 300%;
  animation: slider-animation 13s infinite linear;
}

.slider-image {
  width: 30.3%;
  margin-right: 10px;
  object-fit: cover;
  height: 148px;
}

.slider-container .slider-image:last-child {
  margin-right: 0;
}

@keyframes slider-animation {
  0%,
  100% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-33.33%);
  }
  100% {
    transform: translateX(-66.66%);
  }
}

.photoAddress h2 {
  line-height: 80%;
  margin-bottom: 5px;
}

.photoAddress p {
  font-size: 14px;
  line-height: 130%;
}

.rating {
  width: 100px;
  height: auto;
  margin-top: 5px;
}

.photoCount {
  border: solid 1px #000;
  padding: 1px;
  text-align: center;
  width: 148px;
  margin-top: -15px;
}

.hours {
  margin-top: 20px;
}

.hours h2 {
  margin-left: 60px;
  border-bottom: solid 1px #000;
  width: 210px;
}

.hours p {
  margin-top: 5px;
}

.reviews {
  margin: 20px;
  background: #45474d;
  padding: 10px;
  color: #fff;
}

.profile {
  text-align: left;
  border-bottom: solid 1px #000;
  overflow: auto;
  padding-bottom: 15px;
}

.profile img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 15px;
}

.profile p:last-child {
  margin-top: 5px;
}

.reviews p:last-child {
  text-align: left;
  margin-top: 10px;
}

/* general specials/reservations */
.sectionBanner {
  width: 352px;
  height: 67px;
  background-size: 359px auto;
  margin-left: -12px;
  text-align: center;
  font-size: 30px;
  padding-top: 10px;
}

/* specials section */
.specials .sectionContainer {
  border-top: none;
  text-align: left;
}

.nightContainer {
  padding: 10px;
  margin: 10px 0;
  overflow: auto;
}

.nightContainer:first-child {
  margin-top: 0;
}

.nightContainer:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.nightContainer img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.nightContainer div {
  float: left;
  width: 150px;
}

.nightContainer h2 {
  font-size: 22px;
}

.nightContainer p {
  margin-top: 10px;
  margin: 0 !important;
}

.sub {
  font-size: 20px;
  margin: 0 !important;
}

.nightContainer ul {
  font-size: 12px;
  padding-left: 15px;
  margin-top: 5px;
}

.altImg {
  float: right !important;
  margin: 0 !important;
  margin-left: 10px !important;
}

.section-title {
  text-align: center;
  background-color: #bcc8d2;
  border-radius: 2rem;
  padding-bottom: 40px;
  margin-bottom: 30px;
  height: 162px;
}
.text {
  position: relative;
  top: -42px;
  padding: 10px;
}
.menucontainer {
  border: dotted 1px #000;
  padding: 10px;
}

.section-title h4 {
  margin-top: 63px;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.section-title h4::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.description {
  display: flex;
}

.menu-column {
  margin-bottom: 15px;
}

.menu-column h5 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}

.menu-column h5::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.single-menu {
  background-color: #45474d;
  border-radius: 1.5rem;
  padding: 3px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.single-menu img {
  border-radius: 50%;
  max-width: 110px;
  border: 1px dashed #ffffff;
  padding: 3px;
  object-fit: cover;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.single-menu:hover img {
  transform: scale(1.2);
  cursor: pointer;
}

.single-menu .menu-content h6 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.single-menu .menu-content h6 span {
  color: #bcc8d2;

  font-weight: 600;
  font-style: italic;
}

/* reservations section */
.reservations .sectionContainer {
  border-top: none;
  text-align: left;
  padding: 10px;
  padding-top: 0;
}

.reservations h2 {
  margin-top: 10px;
}

label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

input,
select,
textarea {
  padding: 5px;
  border: solid 1px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  color: #666;
  background: #fff;
}

.reserve {
  border-color: #fff !important;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.hamburger {
  position: relative;
  z-index: 9999; /* Ensure it's always above other elements */
}

/* RESTAURANT 1 ////////////////////////////////////// */

/* general */
#rest1 {
  font-family: "Rest1FontBody", sans-serif;
}

/* general section */
#rest1 .sectionContainer {
  border-bottom-color: #342000;
}

#rest1 .profileBold {
  font-family: "Rest1FontBodyBold", sans-serif;
}

/* header/footer */
#rest1 header {
  font-family: "Rest1FontTitle", sans-serif;
  background: #45474d;
  border-bottom: solid 5px #bcc8d2;
}

#rest1 footer {
  background: #bcc8d2;
}
.specials {
  text-align: center; /* Add this line to center the content */
}

/* footer subnav */
#rest1 .homeIcon {
  margin-left: 15px;
}

#rest1 .specialsIcon {
  margin-left: 36px;
}
#rest1 .reservationsIcon {
  margin-left: 15px;
}
/* #rest1 .menuIcon {
  margin-left: auto;
} */
#rest1 .logo {
  width: 88%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest1 .bar {
  background: #bcc8d2;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
}

#rest1 h2 {
  font-family: "Rest1FontTitle", sans-serif;
}

#rest1 .photoCount {
  border-color: #bcc8d2;
}

#rest1 .hours h2 {
  color: #45474d;
  border-bottom-color: #45474d;
}

#rest1 .hours p {
  color: #45474d;
}

#rest1 .profile {
  border-bottom-color: #177535;
}

/* general specials/reservations */
#rest1 .sectionBanner {
  font-family: "Rest1FontTitle", sans-serif;
  background-image: url(../img/ceviche_banner.png);
  color: #bcc8d2;
}

/* specials */
#info {
  display: flex;
  gap: 17px;
}
#rest1 .nightContainer {
  border-bottom-color: #bcc8d2;
}

/* #rest1 .nightContainer ul {
  color: #607f17;
} */

#rest1 .sub {
  color: #bcc8d2;
}

/* reservations */
#rest1 .reservations .sectionContainer {
  color: #45474d;
}

#rest1 .reservations h2 {
  border-bottom: solid 1px #bcc8d2;
}

#rest1 input,
#rest1 select,
#rest1 textarea {
  border-color: #bcc8d2;
  font-family: "Rest1FontBody", sans-serif;
}

#rest1 input:focus,
#rest1 select:focus,
#rest1 textarea:focus {
  outline: none;
  background: rgba(175, 211, 90, 0.05);
}

#rest1 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #bcc8d2;
}

#rest1 .reserve:hover {
  border-color: #bcc8d2 !important;
  color: #bcc8d2;
  background: #fff;
}

/* RESTAURANT 2 ////////////////////////////////////// */

/* general */
#rest2 {
  font-family: "Rest2FontBody", sans-serif;
}

/* general section */
#rest2 .sectionContainer {
  border-bottom-color: #342000;
}

#rest2 .profileBold {
  font-family: "Rest2FontBodyBold", sans-serif;
}

/* header/footer */
#rest2 header {
  font-family: "Rest2FontTitle", sans-serif;
  background: #852c23;
  border-bottom: solid 5px #897575;
}

#rest2 footer {
  background: #852c23;
}
#rest2 .single-menu {
  background-color: #fee4c3;
  color: black;
}
#rest2 .section-title {
  background-color: #fee4c3;
}
#rest2 .single-menu .menu-content h6 span {
  color: #852c23;
}
/* footer subnav */
#rest2 .homeIcon {
  margin-left: 15px;
}

#rest2 .specialsIcon {
  margin-left: 25px;
  margin-right: 15px;
}

#rest2 .logo {
  width: 88%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest2 .bar {
  background: #a10d0d;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

#rest2 h2 {
  font-family: "Rest2FontTitle", sans-serif;
}

#rest2 .photoCount {
  border-color: #bd5858;
}

#rest2 .hours h2 {
  color: #4c0707;
  border-bottom-color: #4c0707;
}

#rest2 .hours p {
  color: #b22727;
}

#rest2 .profile {
  border-bottom-color: #4c0707;
}

/* general specials/reservations */
#rest2 .sectionBanner {
  font-family: "Rest2FontTitle", sans-serif;
  background-image: url(../img/five_vines_banner.png);
  color: #f03434;
}

/* specials */
#rest2 .nightContainer {
  border-bottom-color: #9e1c1c;
}

#rest2 .nightContainer ul {
  color: #9e1c1c;
}

#rest2 .sub {
  color: #9e1c1c;
}

/* reservations */
#rest2 .reservations .sectionContainer {
  color: #9e1c1c;
}

#rest2 .reservations h2 {
  border-bottom: solid 1px #b32222;
}

#rest2 input,
#rest2 select,
#rest2 textarea {
  border-color: #b32222;
  font-family: "Rest2FontBody", sans-serif;
}

#rest2 input:focus,
#rest2 select:focus,
#rest2 textarea:focus {
  outline: none;
  background: rgba(158, 28, 28, 0.05);
}

#rest2 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #b32222;
}
#rest2 .history {
  background-color: #fee4c3;
  color: black;
}
#rest2 .reviews {
  background-color: #fee4c3;
  color: black;
}
#rest2 .reserve:hover {
  border-color: #000000 !important;
  color: #b32222;
  background: #fff;
}

/* RESTAURANT 3 ////////////////////////////////////// */

/* general */
#rest3 {
  font-family: "Rest3FontBody", sans-serif;
}

/* general section */
#rest3 .sectionContainer {
  border-bottom-color: #342000;
}

#rest3 .profileBold {
  font-family: "Rest3FontBodyBold", sans-serif;
}

/* header/footer */
#rest3 header {
  font-family: "Rest3FontTitle", sans-serif;
  background: #815936;
  border-bottom: solid 5px #7b5b01;
}
#rest3 .history {
  background-color: #815936;
}
#rest3 .reviews {
  background-color: #815936;
}
#rest3 footer {
  background: #815936;
}

/* footer subnav */
#rest3 .homeIcon {
  margin-left: 15px;
}
#rest3 .section-title {
  background: #f2e5d5;
}
#rest3 .single-menu {
  background-color: #9c6503;
}
#rest3 .specialsIcon {
  margin-left: 25px;
  margin-right: 15px;
}

#rest3 .logo {
  width: 88%;
  height: auto;
  margin: 15px 0;
}

/* home */
#rest3 .bar {
  background: #e4b530;
  padding: 3px;
  font-size: 20px;
  margin-bottom: 15px;
}

#rest3 h2 {
  font-family: "Rest3FontTitle", sans-serif;
}

#rest3 .photoCount {
  border-color: #e4b530;
}

#rest3 .hours h2 {
  color: #a87f04;
  border-bottom-color: #a87f04;
}

#rest3 .hours p {
  color: #a87f04;
}

#rest3 .profile {
  border-bottom-color: #a87f04;
}

/* general specials/reservations */
#rest3 .sectionBanner {
  font-family: "Rest3FontTitle", sans-serif;
  background-image: url(../img/crispy_banner.png);
  color: #ffc105;
  line-height: 140%;
}

/* specials */
#rest3 .nightContainer {
  border-bottom-color: #ffc105;
}

#rest3 .nightContainer ul {
  color: #7b5b01;
}

#rest3 .sub {
  color: #ffc105;
}

/* reservations */
#rest3 .reservations .sectionContainer {
  color: #7b5b01;
}

#rest3 .reservations h2 {
  border-bottom: solid 1px #ffc105;
}

#rest3 input,
#rest3 select,
#rest3 textarea {
  border-color: #ffc105;
  font-family: "Rest3FontBody", sans-serif;
}

#rest3 input:focus,
#rest3 select:focus,
#rest3 textarea:focus {
  outline: none;
  background: rgba(255, 193, 5, 0.05);
}

#rest3 .reserve {
  border-color: #fff !important;
  color: #fff;
  background: #ffc105;
}

#rest3 .reserve:hover {
  border-color: #ffc105 !important;
  color: #ffc105;
  background: #fff;
}
