/** @format */
@import url("https://fonts.googleapis.com/css2?family=Kristi&family=Poppins:wght@400;600&family=Yeseva+One&display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  text-decoration: none;
  background: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.header {
  box-shadow: 0px 0.1px 3px #000;
  height: 4rem;
  transition: all 0s ease-in-out;
  background: #fff;
}

.nav-bar {
  width: 100%;
}

.navLogo {
  width: 8rem;
}

.navbar-menu {
  top: 4rem;
  left: 0rem;
  height: 24rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.8823529412);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.side-menu-toggle {
  right: 2.5rem;
  width: 1.1rem;
  height: 1rem;
}

.toggle1 {
  font-size: 1rem;
}

.toggle1:hover {
  color: #d69846 !important;
}

.toggler {
  width: auto;
  height: auto;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-icon {
  font-size: 2rem;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.menu-item {
  height: 100%;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
  padding: 0rem 0.6rem 0rem 0.6rem;
}

.menu-item:hover {
  color: #d69846 !important;
}

#reservation-link {
  transition: all 0.3s ease-in-out;
  border: 3px solid #fff;
}

#reservation-link:hover {
  border: 3px solid #fff;
  color: #000 !important;
  background: #fff;
}

.menu-item:hover {
  background: none;
}

.menu-item:active {
  background: none !important;
}

.about-list,
.shop-list {
  top: 1.7rem;
  background: rgba(0, 0, 0, 0.9529411765);
  width: 12rem;
  height: 0rem;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.about-list:hover,
.item2:hover ~ .about-list {
  height: 16rem;
}

.about-list li a,
.shop-list li a {
  transition: all 0.2s ease-in-out;
}

.about-list li a:hover,
.shop-list li a:hover {
  color: #d69846 !important;
}

.shop-list:hover,
.item6:hover ~ .shop-list {
  height: 2.5rem;
}

.side-menu {
  height: 100vh;
  width: 80vw;
  right: 0rem;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

.toggle-arrow {
  top: 0rem;
  right: 0rem;
}

.side-menu-text,
.side-menu-button {
  font-size: 0.8rem;
}

.side-menu-email,
.side-menu-number {
  font-size: 0.7rem;
}

.story-banner {
  height: 60vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5568627451), rgba(0, 0, 0, 0.5568627451)), url(../Images/Gaby.jpeg) center/cover fixed no-repeat;
}

.story-banner-container {
  height: 100%;
}

.story-first-text {
  font-family: "Kristi", cursive;
  font-size: 2rem;
}

.story-main-text {
  font-family: "Yeseva One", cursive;
}

.menu-header {
  font-family: "Kristi", cursive;
  font-size: 2rem;
}

.menu-header br {
  display: none;
}

.header-underline {
  width: 3rem;
}

.menu-text {
  font-family: "Yeseva One", cursive;
  font-size: 1.5rem;
  line-height: 2rem;
}

.reservation-first-text {
  font-size: 0.8rem;
}

.sub-section {
  border: 1px solid #d69846;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-section::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 102%;
  border: 1px solid #d69846;
}

.first-section-text-1 {
  font-family: "Kristi", cursive;
  font-size: 1.5rem;
}

.first-section-text-2 {
  font-family: "Yeseva One", cursive;
  font-size: 1.5rem;
}

.worktime {
  border-bottom: 2px dotted #fff;
  width: 80%;
}

.worktime .first-section-text,
.worktime .service-time {
  font-size: 0.8rem;
}

.call-us-now {
  font-size: 1.7rem;
  font-family: "Kristi", cursive;
}

.call-number {
  font-size: 1.5rem;
  font-family: "Yeseva One", cursive;
}

.third-col-text {
  font-size: 0.8rem;
}

.mid-banner {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5568627451), rgba(0, 0, 0, 0.5568627451)), url(../Images/Chile-Spiked-Beans.jpeg) center/cover fixed no-repeat;
}

.mid-banner-container {
  height: 100%;
}

.mid-banner-first-text {
  font-family: "Kristi", cursive;
  font-size: 2rem;
}

.mid-banner-main-text {
  font-family: "Yeseva One", cursive;
}

.story-list-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  justify-items: center;
  align-items: center;
  grid-gap: 1rem;
}

.story-list-header {
  font-size: 2rem;
  font-family: "Kristi", cursive;
}

.story-list-text {
  font-size: 0.8rem;
}

.testimonials {
  background: linear-gradient(rgba(0, 0, 0, 0.5568627451), rgba(0, 0, 0, 0.5568627451)), url(../Images/Muffins.jpeg) center/cover no-repeat fixed;
}

.testimonials-first-text {
  font-family: "Kristi", cursive;
  font-size: 2rem;
}

.testimonials-second-text {
  font-family: "Yeseva One", cursive;
  font-size: 2rem;
}

.star-icons .fa-star {
  color: #ffd700;
}

.testimonial-block {
  width: 100%;
  height: 22rem;
  border-radius: 0.5rem;
}

.testimonial-background {
  background: #f5f5f5;
  width: 100%;
  height: auto;
}

.testimony-border {
  border: 1px solid #d69846;
}

.testimony-border::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 103%;
  border: 1px solid #d69846;
  z-index: 0;
}

.testimony {
  font-size: 0.8rem !important;
}

.testifier-pic {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  object-position: bottom;
}

.testifier-name {
  font-size: 0.9rem;
}

.testifier-title {
  font-family: "Kristi", cursive;
  font-size: 1.5rem;
}

.first-event-img {
  background: url(../Images/Gaby.jpeg) center/cover no-repeat;
  width: 6rem;
  height: 8rem;
}

.second-event-img {
  background: url(../Images/Spaghetti.jpeg) center/cover no-repeat;
  width: 6rem;
  height: 8rem;
}

.first-event-text {
  font-family: "Kristi", cursive;
  font-size: 2rem;
}

.second-event-text {
  font-family: "Yeseva One", cursive;
  font-size: 1.5rem;
}

.event-text .header-underline {
  width: 3rem;
}

.third-event-text {
  font-size: 0.8rem;
}

.events-cta-paragraph {
  font-size: 0.9rem;
  position: relative;
}

.events-cta-paragraph::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: #383737;
}

.contact {
  background: #242221;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-items: center;
  gap: 1rem;
}

.first-address-text {
  font-size: 0.9rem;
}

.second-address-text {
  font-size: 0.8rem;
}

.map-link {
  font-size: 0.8rem;
  position: relative;
}

.map-link::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: #d69846;
}

.footer-logo {
  width: 7rem;
  height: 4.5rem;
}

.newsletter {
  grid-area: 1/1/2/2;
}

.newsletter-first-text {
  font-size: 0.8rem;
}

.newsletter-form {
  border: 1px solid #d69846;
  width: 100%;
  height: 2.5rem;
  position: relative;
}

.newsletter-form::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 2.9rem;
  border: 1px solid #d69846;
}

.newsletter-email {
  width: 80%;
  height: 100%;
  font-size: 0.7rem;
  background: none;
  border: none;
  color: white;
}

.newsletter-email:focus {
  color: white;
  background: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.newsletter-submit {
  width: 20%;
  height: 100%;
  font-size: 0.8rem;
}

.social-icon {
  font-size: 1.1rem;
  color: #fff;
}

.private-dining h5 {
  font-size: 0.9rem;
}

.private-dining p {
  font-size: 0.8rem;
  position: relative;
}

.private-dining-reservations::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  width: 100%;
  height: 2px;
  background: #d69846;
}

.footer li {
  font-size: 0.8rem;
}

.copyright {
  font-size: 0.7rem;
}

.scrolled {
  background-color: #fff !important;
  box-shadow: 0px 0.1px 3px #000 !important;
}

.scrolled-color {
  color: #000 !important;
}

.scrolled-button {
  color: #000 !important;
  border: 3px solid #000 !important;
}

@media screen and (min-width: 320px) {
  .navbar-menu {
    top: 4rem;
  }
  .menu-end-text {
    font-size: 0.8rem;
  }
  .reservation-first-text {
    font-size: 0.9rem;
  }
  .third-col-text {
    font-size: 0.9rem;
  }
  .story-list-text {
    font-size: 0.9rem;
  }
  .testimony {
    font-size: 0.9rem !important;
  }
  .testifier-name {
    font-size: 1rem;
  }
  .first-event-img,
  .second-event-img {
    width: 8rem;
    height: 11rem;
  }
  .first-event-text {
    font-size: 2.3rem;
  }
  .second-event-text {
    font-size: 1.7rem;
  }
  .third-event-text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 375px) {
  .side-menu-text {
    font-size: 0.85rem;
  }
  .social-icon {
    font-size: 1.3rem;
  }
  .side-menu-email,
  .side-menu-number,
  .side-menu-button {
    font-size: 1rem;
  }
  .menu-header {
    font-size: 2.3rem;
  }
  .menu-text {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .story-list-header {
    font-size: 2.5rem;
  }
  .testimonials-first-text {
    font-size: 2.5rem;
  }
  .testimonials-second-text {
    font-size: 2.5rem;
  }
  .star-icons .fa-star {
    color: #ffd700;
    font-size: 1.1rem;
  }
  .testimony {
    font-size: 1rem !important;
  }
  .testifier-title {
    font-size: 2rem;
  }
  .first-event-text {
    font-size: 2.7rem;
  }
  .second-event-text {
    font-size: 2rem;
  }
  .third-event-text {
    font-size: 1rem;
  }
  .events-cta {
    font-size: 1rem;
  }
  .events-cta-paragraph::before {
    top: 1.3rem;
  }
  .newsletter-first-text {
    font-size: 0.9rem;
  }
  .newsletter-email {
    font-size: 0.9rem;
  }
  .first-address-text {
    font-size: 1.2rem;
  }
  .second-address-text {
    font-size: 0.9rem;
  }
  .map-link {
    font-size: 1rem;
  }
  .private-dining h5 {
    font-size: 1.2rem;
  }
  .private-dining p {
    font-size: 0.9rem;
  }
  .footer li {
    font-size: 1rem;
  }
  .copyright {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 475px) {
  .first-event-img,
  .second-event-img {
    width: 10rem;
    height: 14rem;
  }
}
@media screen and (min-width: 576px) {
  .side-menu-toggle {
    right: 3rem;
  }
  .story-first-text,
  .story-main-text {
    font-size: 2.5rem;
  }
  .reservation-first-text {
    font-size: 1rem;
  }
  .third-col-text {
    font-size: 1rem;
  }
  .story-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    align-items: start;
    grid-gap: 1rem;
  }
  .story-list-text {
    font-size: 1rem;
  }
  .testimony-border::after {
    width: 99%;
  }
  .first-event-img,
  .second-event-img {
    width: 14rem;
    height: 19rem;
  }
  .second-event-text {
    font-size: 2.5rem;
  }
  .newsletter-form {
    height: 3rem;
  }
  .newsletter-form::after {
    content: "";
    position: absolute;
    width: 99%;
    height: 3.3rem;
    border: 1px solid #d69846;
  }
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
  .navLogo {
    width: 11rem;
  }
  .navbar-menu {
    top: 5rem;
  }
  .side-menu {
    width: 23rem;
  }
  .story-banner {
    height: 80vh;
  }
  .mid-banner {
    height: 50vh;
  }
  .mid-banner-first-text,
  .mid-banner-main-text {
    font-size: 2.5rem;
  }
  .testimonial-block {
    height: auto;
  }
  .testimonial-background {
    width: 14.2rem;
    height: auto;
  }
  .testimony-border {
    height: 19rem !important;
    background: #fff;
  }
  .star-icons .fa-star {
    font-size: 1rem;
  }
  .testimony {
    font-size: 0.8rem !important;
  }
  .first-event-img,
  .second-event-img {
    width: 9rem;
    height: 12rem;
  }
  .first-event-text {
    font-size: 2.5rem;
  }
  .second-event-text {
    font-size: 2.5rem;
  }
  .third-event-text {
    font-size: 0.9rem;
  }
  .contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .newsletter {
    grid-area: 1/2/2/3;
  }
  .second-address-text {
    font-size: 0.8rem;
  }
  .newsletter-first-text {
    font-size: 0.8rem;
  }
  .newsletter-email {
    font-size: 0.7rem;
  }
  .private-dining p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 900px) {
  .header {
    box-shadow: 0px 0.1px 3px #fff;
    height: 5rem;
    transition: all 0.5s ease-in-out;
    background: transparent;
  }
  .navbar-menu {
    height: 100%;
    top: 0px;
    background: transparent;
    transform: translateX(0%);
    transition: all 0.5s ease-in-out;
  }
  .menu-item {
    font-size: 1rem;
  }
  .navbar-menu li {
    height: 100% !important;
  }
  .about-list,
  .shop-list {
    top: 5rem;
  }
  .side-menu-toggle {
    right: 0rem;
  }
  .toggle1 {
    color: #fff;
  }
  .reservation-first-text {
    font-size: 0.9rem;
  }
  .third-col-text {
    font-size: 0.9rem;
  }
  .story-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: start;
    grid-gap: 1rem;
  }
  .story-list-text {
    font-size: 0.9rem;
  }
  .testimonial-background {
    width: 16.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .side-menu-toggle {
    right: 1rem;
  }
  .navbar-menu {
    right: 1.5rem;
  }
  .story-list-text {
    font-size: 1rem;
  }
  .testimonial-block {
    width: 55rem;
  }
  .first-event-img,
  .second-event-img {
    width: 13rem;
    height: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav-bar {
    width: 1201px;
  }
  .menu-item {
    font-size: 1.1rem;
  }
  .newsletter-email {
    font-size: 0.9rem;
  }
  .newsletter-first-text,
  .second-address-text,
  .private-dining p {
    font-size: 1rem;
  }
}
@media screen and (min-height: 800px) {
  .story-banner {
    height: 640px;
  }
  .mid-banner {
    height: 400px;
  }
}
