@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: roboto, montserrat, sans-serif;
  /* text-transform: uppercase; */
}

header {
  display: flex;
  flex-direction: column;
  width: 100vw;
  position: relative;

}


.bottom-header {
  height: rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  position: relative;
  padding: 0 4rem;
}

.bottom-header img {
  height: 7rem;
}

nav {
  display: flex;
  column-gap: 4rem;
  margin-left: 13%;
  position: relative;


}

nav a {
  font-size: 1.4rem;
  font-weight: 600;
  color: maroon;
  display: inline-block;
  transition: 400ms ease-in-out;
  position: relative;
  text-decoration: none;
}

/* nav a.activeNav{
  text-decoration: 4px underline;
} */
.bottom-header nav a:hover {
  color: maroon;


}

.bottom-header nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: maroon;
  transition: width 0.4s ease;
  position: absolute;
  left: 0;
  bottom: 0;

}

/* Hover effect to expand the line */
.bottom-header nav a:hover::after {
  width: 100%;

}


.headerBtns {
  display: flex;
  gap: 3rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;


}

.reservationBtn,
.orderBtn {
  position: relative;
}

.orderBtn:after {
  content: "";
  height: 3px;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  background: #ff5804;
  transition: width .5s ease;
}

.orderBtn:hover::after {
  width: 100%;
}

.reservationBtn:after {
  content: "";
  height: 3px;
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 0;
  background: #ff5804;
  transition: width .5s ease;
}

.reservationBtn:hover::after {
  width: 100%;
}

.headerBtns a {
  color: #ff5804;
  transition: 1s ease;


}






.hamburger {
  width: 4rem;
  height: 3rem;
  position: relative;
  right: -3rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem;
  z-index: 2222222;
  cursor: pointer;

}

.hamburger span {

  height: 5px;
  width: 80%;
  background: maroon;
  border-radius: 1rem;
  transition: 800ms ease-in-out;

}

/* Transition to close icon */
.open {
  display: inline-block;
  position: fixed;
  right: 1rem;
  width: 3rem;


}

.open span {
  display: block;
  position: absolute;

}

.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.open span:nth-child(2) {
  opacity: 0;
}

.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.offscreenMenu {
  width: 450px;
  height: 100%;
  background: white;
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  padding: 8rem .5rem;
  row-gap: .5rem;
  transition: 700ms ease-in-out;


}

.offscreenMenu.show {
  right: 0;
}

.offscreenMenu img {
  position: absolute;
  height: 5rem;
  top: 1rem;
  left: .5rem;
}

.offscreenMenu a {
  width: 100%;
  background: maroo;
  padding-left: 2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  color: maroon;
  border: 2px solid maroon;
  border-radius: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  transition: 400ms ease-in-out;

}

.offscreenMenu a:hover {
  background: maroon;
  color: white;
}




.offscreenRights {
  position: absolute;
  bottom: 0;
  color: black;
  font-weight: 500;
  padding: .5rem;

}

.bodyIntro {
  position: relative;
  height: 90vh;
  width: 100vw;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;


}

.introText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 15;
}

.introText h1 {
  color: white;
  font-size: clamp(3rem, 3vw + 1px, 5rem);
  font-family: roboto;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 4px;
  text-align: center;

}

.introText p {

  font-size: clamp(1rem, 3vw + 1px, 1.3rem);
  color: white;
  font-weight: 500;
  margin-top: 1rem;
  text-align: center;


}


.whyUs {
  width: 100vw;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;

}

.whyUsContainer {
  width: 80%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.whyUsContainer div {
  width: 20rem;
  height: 20rem;
  padding: 1rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 4px solid maroon;
}


.whyUsContainer div img {
  height: 20%;

}

.whyUsContainer div h3 {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.whyUsContainer div hr {
  width: 4rem;
  height: 5px;
  background: maroon;
  border: none;
  margin: 1rem;
  border-radius: 5px;
}

.whyUsContainer div p {
  font-size: 1.1rem;
  font-weight: 500;
}

.aboutBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-image: url(../images/aboutBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: -1111;
}

.aboutSection {
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;

}

.aboutContainer {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.aboutLeft {
  width: 50%;
  padding: 2rem;
  filter: blur();
  color: black;
  background: white;
  box-shadow: 0 0 5px;
  border: 1rem ridge rgba(128, 0, 0, 0.76);
}

.aboutLeft h1 {
  font-size: clamp(1.5rem, 2vw + 1px, 2.7rem);
  font-family: roboto, montserrat, sans-serif;
  line-height: 1.5;
  color: maroon;
  text-transform: uppercase;



}

.aboutLeft h2 {
  margin-bottom: 0.5rem;
  color: maroon;
  font-size: clamp(1.3rem, 2vw + 1px, 1.8rem);
  font-family: roboto, montserrat, sans-serif;
  text-transform: uppercase;

}

.aboutLeft p {
  margin-bottom: 0.5rem;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 500;
}

.aboutRight {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 200px;
  height: 200px;
  background: maroon;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutRight img {
  width: 60%;
}

.aboutRightText {
  width: 100%;
  height: 100%;
  position: absolute;

}

.aboutRightText span {
  position: absolute;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  transform-origin: 0 100px;


}

.alsoOffer {
  width: 100vw;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;

}

.alsoOfferContainer {
  height: 100%;
  width: 80%;
  padding: 5rem 0rem;
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;


}

.alsoOfferContainer h1 {
  font-size: clamp(1.5rem, 2vw + 1px, 2.7rem);
  margin-left: 2rem;
  color: maroon;
  width: 100%;
}

.alsoOfferContainer div {
  width: 45%;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgba(128, 0, 0, 0.343);
  border-radius: .5rem;

}

.offersLeft img {
  margin-top: auto;
  border-radius: 1rem;
}


.alsoOfferContainer div h2 {
  font-size: clamp(1.3rem, 5vw + 1px, 1.8rem);
  margin-bottom: 0.5rem;
  color: maroon;

}

.alsoOfferContainer div p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-bottom: 1rem;
  font-weight: 500;



}

.alsoOfferContainer div img {
  width: 100%;
  object-fit: cover;
  height: 25rem;
  border-radius: 1rem;
}

.reservation {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  background: white;
  flex-wrap: wrap;
  /* border-bottom: .5rem solid maroon; */
  /* border-top: .5rem solid maroon; */

}

.reserveOrderDiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: rem;


}

.ordersContainer {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;


}




.orders {
  position: relative;
  width: 100%;
  margin: rem;
  padding: 0rem 1rem;
  background: maroon;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3rem;
  z-index: 2;
  /* border-radius: 100% 49% 100% 50% / 100% 100% 54% 52% ;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.563); */
  transition: 400ms ease;


}

.orderPseudo1 {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 12;
}

.orderPseudo2 {
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 12;
}

.orderPseudo1::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: #800;
  box-shadow: 0px 0px 30px -9px black;
  position: absolute;
  left: 0;
  top: 15%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;

}

.orderPseudo1::after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: #800;
  box-shadow: 0px 0px 30px -9px black;
  position: absolute;
  left: 0;
  bottom: 15%;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;


}

.orderPseudo2::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: #800;
  box-shadow: 0px 0px 30px -9px black;
  position: absolute;
  left: 0;
  top: 15%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;

}

.orderPseudo2::after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background: #800;
  box-shadow: 0px 0px 30px -9px black;
  position: absolute;
  left: 0;
  bottom: 15%;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;


}


.orders h1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: clamp(1.5rem, 2vw + 1px, 1.8rem);
  color: black;

}

.orders div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: rem;
  row-gap: rem;
  margin-top: 0rem;
  flex-wrap: wrap;
  padding: .5rem;
  z-index: 14;
}

.orders div a {
  display: block;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 400ms ease;

}

.orders div a:hover {
  color: red;

}

.orders div div {
  width: 100%;


}

.orders div img {
  max-height: 2rem;
  min-height: 1.5rem;
  flex-shrink: 1;
  margin: rem 0;


}

.reserveSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  column-gap: 5rem;

}

.reserveTable {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.reserveTable img {
  width: 90%;
  align-self: center;
}

.reserveSection h1 {
  font-size: clamp(1.5rem, 6vw + 1px, 2.7rem);
  color: maroon;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.reserveTable p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: maroon;
  font-weight: 600;


}


.reservationDiv {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.reserveContainer {
  display: flex;
  flex-direction: column;
  width: 90%;

}

.reservationDiv label {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: black;
  font-weight: 600;
}

.reservationDiv input {
  height: 2.2rem;
  width: 100%;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: white;
  font-weight: 500;
  padding-left: 1rem;
  margin: 0.5rem 0;
  border-radius: .5rem;
  border: none;
  background: maroon;

}

.reservationDiv select {
  height: 2.2rem;
  width: 100%;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: white;
  font-weight: 500;
  padding-left: 1rem;
  margin: 0.5rem 0;
  border: none;
  border-radius: .5rem;
  background: maroon;
}

.reservationDiv select .default {
  color: black;
}

.reservationDiv select::placeholder {
  color: white;
}

.reservationDiv select,
input,
textarea:focus {
  outline: none;
}

.reservationDiv textarea {
  min-height: 5rem;
  width: 100%;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: white;
  font-weight: 500;
  padding: 1rem;
  margin: 0.5rem 0;
  border: none;
  border-radius: .5rem;
  background: maroon;


}

#reservationSubmit {
  width: 8rem;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 0.5rem 0;
  background: linear-gradient(black, maroon);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  border-radius: .5rem;

}

#reservationSubmit:hover {
  filter: brightness(0.4);
}

#formMessage {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  background-color: #f8f9fa;
  padding: 0;
  border-radius: 5px;
}

#formMessage.show {
  max-height: 2rem;
  padding: 5px;
  }

#formMessage.hide {
  max-height: 0;
  padding: 0;
}


.loyalClients {
  width: 100vw;
  height: rem;
  padding: 3rem 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4rem;
  overflow: hidden;
  border-top: 1px solid maroon;



}

.loyalClients h2 {

  width: 100%;
  text-align: center;
  font-size: clamp(1.4rem, 2vw + 1px, 1.8rem);
  margin-bottom: 1rem;
  color: maroon;
}

.clientsLogo {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem;
  width: 100%;
  align-items: center;
  padding: .5rem 2rem;

}

.clientsLogo div {
  padding: 1rem;
  border: 1px solid maroon;
  border-radius: 2px;


}

.clientsLogo img {
  width: 100%;
  object-fit: contain;


}

.clientsLogo img:last-child {
  height: 4rem;


}


.variousDishes {
  padding: 2rem 0.5rem;
  width: 100vw;
  background: white;
  display: flex;
  justify-content: cente;
  flex-wrap: wrap;
  gap: 2rem;

}

.variousDishes div {
  height: 20rem;
  width: 24%;
  min-width: 18rem;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;


}

.variousDishes img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.variousDishes div:hover img {
  transform: scale(1.2);


}

.variousDishes div p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 0, 0.333);
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.variousDishes div a p {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;

}

.variousDishes div:hover p {
  display: flex;
}

footer {
  width: 100vw;
  background: maroon;
  display: flex;
  flex-direction: column;

}

.footerTop {
  width: 100%;
  display: flex;
  padding: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;

}

.footerTop div {
  min-width: 15rem;
  padding: 1rem;
  color: white;
  display: flex;
  flex-direction: column;
}

.footerTop div h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.footerTop div p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  display: flex;

}

.contactLeft a p {
  color: white;
  font-size: 1rem;
  margin-top: 0.5rem;
  transition: 400ms ease;
}

.contactLeft a p:hover {
  color: #0056b3;
}


.contactLeft span {
  margin-top: 1rem;
  font-size: 1.5rem;
  display: flex;
  column-gap: 1rem;

}

.contactLeft span a i {
  color: white;
  cursor: pointer;
  transition: 400ms ease;
}

.contactLeft span a:nth-child(1) i:hover {
  color: #1877F2;

}

.contactLeft span a:nth-child(2) i:hover {
  color: #d62976;

}

.contactLeft span a:nth-child(3) i:hover {
  color: #25F4EE;

}

.footerBottom {
  width: 100%;
  height: 3rem;
  padding: 0 2rem;
  display: flex;
  color: white;
  align-items: center;
  font-size: 1rem;

}

.footerBottom p i {
  font-size: 0.8rem;

}

/*------------scroll-reveal-------*/
.scroll-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}




.scrollUp {
  position: fixed;
  bottom: 1rem;
  left: 2rem;
  background: #333;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 1rem;
  cursor: pointer;
}

.scrollUp i {
  font-size: 2.5rem;
  color: white;


}

.scrollUp.show {
  display: block;
  opacity: 1;
}

.scrollUp.hide {
  opacity: 0;
}

.whatsappIcon {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 5s infinite ease-in-out;
  transition: transform 0.5s ease-in-out;
  z-index: 111;


}

.whatsappIcon:hover {
  animation-play-state: paused;
  transform: translateY(0);
}

.whatsappIcon:hover::after {
  content: "Let's chat";
  width: 8rem;
  height: 3rem;
  background: white;
  position: absolute;
  top: -3rem;
  left: -7rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  font-size: 1.2rem;
  font-weight: 500;

}

.whatsappIcon:hover::before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background: white;
  top: -1.2rem;
  left: -1.5rem;
  z-index: 3;
  transform: rotate(20deg);
}

.whatsappIcon i {
  font-size: 5rem;
  color: #25D366;
}

/* @keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-70px);
  }
} */

@media screen and (orientation: landscape) {
  .offscreeMenu {
    width: 50%;

  }

  .offscreeMenu a {
    height: auto;
    padding: .5rem;
  }
}

@media(max-width:1760px) {}

@media(max-width:1536px) {
  .reservationDiv {

    width: 40%;
  }
}

@media(max-width:1280px) {
  .bottom-header nav {
    margin: 0;
  }

  .bodyIntro {
    height: 85vh;
  }

  .alsoOfferContainer {
    width: 95%;


  }

  .aboutLeft {
    width: 75%;
  }

  .reserveOrderDiv {
    width: 100%;
  }

  .reservationDiv {

    width: 50%;


  }

  .clientsLogo {
    grid-template-columns: repeat(6, 1fr);
  }

}

@media(max-width:1024px) {
  .bottom-header img {
    margin-left: -2rem;
  }

  .bodyIntro {
    height: 60vh;
  }

  .whyUsContainer {
    width: 95%;
  }

  .aboutContainer {
    width: 95%;
  }

  .aboutLeft {
    width: 70%;
  }

  .offersLeft {
    width: 100% !important;


  }

  .offersRight {
    width: 100% !important;
  }

  .reserveTable {
    text-align: center;
    margin-top: 1rem;
    width: 60%;

  }

  .reserveTable img {
    width: 90%;
  }



  .reservationDiv {
    width: 70%;
    padding: .5rem;

  }

  .reserveContainer {
    width: 90%;


  }

  .hamburger {
    display: flex;
  }

  .headerBtns {
    display: none;
  }

  .bottom-header nav {
    display: none;
  }

  .orders {
    margin: 0 1rem;
    border-radius: .5rem;
    width: 90%;
  }

  .clientsLogo {
    grid-template-columns: repeat(5, 1fr);
  }

  .clientsLogo img {
    height: 4rem;

  }

}

@media(max-width:768px) {
  .bottom-header nav {
    display: none;
    margin: 0;
  }

  .bottom-header img {
    margin-left: -3rem;
  }

  .bodyIntro {
    height: 55vh;
  }

  .whyUsContainer div {
    width: 15rem;
    height: 15rem;
  }

  .aboutLeft {
    width: 100%;
  }

  .aboutRight {
    display: none;
  }

  .offersLeft {
    width: 100%;
  }

  .offersLeft img {
    margin-top: 0;
  }

  .alsoOfferContainer div {
    min-height: 20rem;
    margin: 0 1rem;
  }

  .reserveContainer {
    width: 95%;
    padding: 0 1rem;
  }

  .reservationDiv {
    width: 100%;
  }

  .clientsLogo {
    grid-template-columns: repeat(4, 1fr);
  }

  .variousDishes div {
    min-width: 100%;
  }

  .footerTop div {
    width: 100%;

  }

}

@media(max-width:640px) {
  .bodyIntro {
    height: 45vh;
  }

  .whyUsContainer {
    padding: 1rem;
  }

  .whyUsContainer div {
    width: 100%;

  }

  .alsoOfferContainer {
    padding: 1rem;
    width: 100%;
    row-gap: 1rem;

  }

  .alsoOfferContainer div {
    padding: 1rem;
  }

  .alsoOfferContainer h1 {
    margin: 0;
  }

  .offersLeft {
    width: 100%;

  }

  .offersRight {
    width: 100%;
  }

  .reserveTable {
    width: 90%;
  }

  .reserveTable img {
    width: 80%;
  }

  .reserveContainer {
    width: 95%;
  }

  .reservationDiv {
    width: 100%;
    padding: 1rem;
  }

  .aboutContainer {
    width: 100%;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aboutLeft {
    width: 100%;
    padding: 1rem;
  }

  .reserveOrderDiv {
    width: 100%;
    padding: .5rem;
  }

  .reservationDiv {
    padding: 0;
  }

  .clientsLogo {
    grid-template-columns: repeat(3, 1fr);
  }

  .footerTop {
    padding: 1rem;
  }

  .footerBottom {
    padding: 0 1rem;
  }

  .footerTop div {
    padding: 0;
  }




}

@media(max-width:525px) {
  .bodyIntro {
    height: 40vh;
  }

  .offscreenMenu {
    width: 100%;
    right: -100%;
  }

  .clientsLogo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:380px) {
  .bodyIntro {
    height: 35vh;
  }
}