* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "changa one", serif; */
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  /* padding: 0 30px; */
  /* padding-top: 30px; */
}
.topmenu {
  /* border: 2px solid red; */
  padding: 0;
}

.page-1 {
  /* border: 2px solid red; */
  min-height: 100vh;
  /* padding: 0; */
  /* margin: 0; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("img/homeimage.jpg");
    /* url("img/homeimage.jpg"); */

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  /* position: relative; */
  position: fixed;
  top: 0;

  width: 100%;
  height: 70px;
  /* max-height: 700px ; */

  display: flex;
  background-color: rgb(0, 0, 0);
  /* background-color: rgba(0, 0, 0, 0.913); */
  border-bottom: 2px solid grey;
  padding: 0 60px;

  z-index: 1000;

  justify-content: space-between;
  align-items: center;
}

.logo {
  /* border: 2px solid red; */
  /* padding: 0; */
}
.logo a {
  text-decoration: none;
  color: #eeba0b;
  /* color: none; */
}
.logo h2 {
  /* border: 2px solid red; */
  /* padding: 0; */
  font-size: 1.9rem;
  font-family: "Cookie", cursive;
  cursor: pointer;
}
.nav {
  font-family: "DM Sans", sans-serif;
  /* border: 2px solid red; */
  /* padding: 10px 0; */
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.nav ul li a {
  /* font-family: "DM Sans", san-serif; */
  text-decoration: none;
  font-weight: 500;
  color: #a63c06;
  /* border: 2px solid red; */
  padding: 10px 20px;
  /* margin: 10px 20px; */
  font-size: 1.1rem;
  font-weight: 500;

  /* display: flex; */
}

.nav ul li a:hover {
  transition: 0.3s ease-in-out;
  color: #fff;
  background-color: #a63b0652;
  border-radius: 20px;
}

.hidebookatable {
  display: none;
}

.btn button a{
  text-decoration: none;
  color: #fff;
}

.btn button {
  /* text-decoration: none; */
  border: 2px solid #eeba0b;
  /* margin-right: 40px; */
  border-radius: 30px;
  width: 150px;
  height: 40px;
  /* font-size: 0.5rem; */
  /* padding: 10px; */
  align-content: center;
  /* margin: 10px 0; */
  /* background-color: none; */
  font-size: 0.9rem;
  background: none;
  cursor: pointer;
}
.btn button:hover {
  background-color: #eeb90b44;
  color: #a63c06;
  transition: 0.3s ease-in-out;
}
.clickhere {
  /* border: 2px solid red; */
  position: fixed;

  bottom: 20px;
  right: 20px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  opacity: 0;
  pointer-events: none;

  transition: 0.3s;
  /* align-content: end; */
}
.clickhere.showw {
  opacity: 1;
  pointer-events: auto;
}
.clickhere img {
  /* position: fixed; */
  background-color: #eeb90ba8;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  /* margin: auto; */
}

.clickhere img:hover {
  background-color: #eeb90b53;
}
.hamburgericon {
  display: none;
  font-size: 20px;
  /* max-height: 50px; */
  justify-content: center;
  color: white;
  border: 1.5px solid #eeba0b;
  /* max-width: auto; */
  border-radius: 10px;
  padding: 9px;
  /* color: red; */
  margin: 10px;
  cursor: pointer;
}
.content {
  width: 70%;
  margin: 70px 60px 0 60px;
  /* max-height: 0; */
  /* margin: 90px 30px ; */
  padding: 150px 0 0 0;
  /* border: 2px solid red; */
  justify-content: center;
  align-content: center;

  /* margin: 20px; */
  /* padding: 30px 0; */

  opacity: 0;

  transform: scale(0.5);
  transition: 1s;
}
.content.show-on {
  opacity: 1;
  transform: scale(1);
  /* transform: translateX(0); */
}

.content h2 {
  color: #fff;
  font-size: 2.5rem;
  font-family: "DM Sans", san-serif;
}

.content-btn {
  transform: translateY(0);
  opacity: 1;
}

.content span {
  color: #eeba0b;
  font-size: 2.5rem;
  font-family: "DM Sans", san-serif;
}

.content p {
  font-family: "Merriweather Sans", san-serif;
  color: #fff;
  font-size: 1rem;
  padding: 10px 0 0 0;
}

.content-btn button a{
  text-decoration: none;
  color: #fff;


}
.content-btn button {
  width: 150px;
  background: none;
  cursor: pointer;
  height: 40px;
  color: #fff;
  border: 2px solid #eeba0b;
  border-radius: 30px;
  margin: 10px 25px 0 0;
  font-size: 1rem;
  /* margin-right: 30px; */
  /* padding: ; */
}

.content-btn button:hover {
  background-color: #eeb90b49;
  color: #fff;
  transition: 0.3s ease-in-out;
}

/* About Section */
.page-2 {
  /* border: 2px solid red; */
  min-height: 100vh;
  color: white;
  background-color: #101004;
  padding-bottom: 50px;
}

.wrapper {
  color: #eeba0b;
  font-size: 2rem;
  padding: 100px 0 0 60px;
  font-family: "DM Sans", san-serif;

  opacity: 0;
  transform: translateX(-50px);
  transition: 2000ms ease;
}

.wrapper.appear {
  opacity: 1;
  transform: translateX(0);
}

.about-upper {
  display: flex;
  gap: 10px;
  padding: 50px 60px;
  /* border: 2px solid red; */
}

.why {
  margin: 0 8px;
  /* border: 2px solid red; */
  border-radius: 10px;
  background-color: #19180a;
  width: 500px;
  height: 300px;
  padding: 40px 30px;
  /* font-family: "DM Sans", san-serif; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  opacity: 0;
  transform: scale(0.5);
  /* transform:translateX(-50px); */
  transition: all 0.9s ease;
}
.why.slide-in {
  opacity: 1;
  transform: scale(1);
  /* transform: translateX(0); */
}

.why h1 {
  font-size: 1.8rem;
  padding: 0 0 20px 0;
  color: #a63c06;
  font-family: "DM Sans", san-serif;
}
.why h2 {
  font-size: 1.5rem;
  padding: 0 0 20px 0;
  font-family: "DM Sans", san-serif;
  color: #a63c06;
}
.why p {
  font-size: 1rem;
  font-family: "DM Sans", san-serif;
}

.why:hover {
  background-color: #eeba0b;
  padding: 20px 30px;
  color: #a63c06;
  transition: 0.3s ease-in-out;
}
.page3 {
  min-height: 100vh;
  /* border: 2px solid red; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("img/about2.jpeg");
    /* url("img/dark\about.jpeg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.aboutcard {
  display: flex;
  /* border: 2px solid blue; */
  /* background-color: #a63c06; */

  opacity: 0;
  transform: scale(0.5);
  /* transform: translateX(-50px); */
  transition: 1s;
  /* transition:all 0.9s ease ; */
}

.aboutcard.showup {
  opacity: 1;
  transform: scale(1);
  /* transform: translateX(0); */
}

.page3 .left {
  /* display: flex; */
  /* border: 2px solid red; */
  width: 50%;
  color: #fff;
  /* background: transparent; */
  font-family: "DM Sans", san-serif;
  padding: 100px 60px 0 60px;
  /* margin: 20px 10px; */
}
.left h2 {
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
}
.left p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}
.left .grey {
  color: #a63c06;
  margin-bottom: 20px;
}
.iconhub {
  display: flex;
}
.iconhub .icons img {
  width: 35px;
  display: flex;
  /* height: 30px; */
  /* margin: 0 10px; */
}
.iconhub .icontexts p {
  margin: 0 0 20px 0;
}
.page3 .right {
  width: 50%;
  /* border: 2px solid pink; */
  padding: 60px;
  margin: 0;
}

.page3 .right img {
  /* border: 10px solid grey; */
  width: 100%;
  height: 400px;
  object-fit: cover;

  border: 7px solid #a63c06;
}

/* menu section */

.page4 {
  min-height: 100vh;
  background-color: #101004;
  /* border: 2px solid red; */
  padding-bottom: 50px;
}
.page4 span img {
  width: 90px;
  color: #eeba0b;
}

.menulist {
  /* border: 2px solid red; */
  padding: 0 0 0 60px;
  margin: 1px 0 0 0;
  font-size: 1rem;
}
.meals {
  display: flex;
  /* background-color: transparent; */
  /* border: 2px solid red; */
  color: #fff;
  padding: 20px 10px 10px 60px;
  font-family: "DM Sans", san-serif;
  /* font-size: 1.2rem; */
}
.meal {
  /* border: 2px solid red; */
  width: 100%;
  display: flex;
  text-transform: capitalize;
  border: 2px solid rgb(41, 39, 39);
  align-items: center;
  gap: 15px;
  margin: 0 0 15px 0;
  padding: 9px 10px;

  cursor: pointer;

  opacity: 0;
  translate: -50%;
  transition: 600ms ease;
}
.meal.show {
  opacity: 1;
  translate: 0;
}
.meal:hover {
  background-color: #eeba0b;
  border: 1px solid #a63c06;
  padding: 10px 20px;
}
.meal-left,
.meal-right {
  /* display: flex; */
  width: 50%;
  /* border: 2px solid red; */
  margin-right: 50px;
}

.meal img {
  /* border: 2px solid red; */
  /* display:flex; */
  width: 60px;
  height: 60px;
  /* height: 100px; */
  border-radius: 50%;
  margin: 10px 0;
  /* padding: 10px  ; */
  object-fit: cover;
  border: 5px solid rgb(41, 39, 39);
  /* margin: 10px; */
}
.meal .food h3 {
  /* margin:0; */
  font-size: 1.5rem;
  /* border: 2px solid red; */
}

.meal .price {
  /* border: 2px solid red; */
  font-size: 1rem;
  margin-left: auto;
  /* padding-right: 30px; */
  /* margin: 30px 0 0 100px; */

  /* padding: 20px 0;   */
}
.meals-btn {
  /* border: 2px solid red; */
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
  /* color: #fff; */
  /* margin: 20px 0; */
}
.meals-btn button{
  color: #fff;
}

.food p {
  /* border: 2px solid red; */
  padding-right: 20px;
  font-size: 0.9rem;
  text-transform: capitalize;
}

/* specials section */
.page5 {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("img/menu.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.specialbox {
  display: flex;
  color: white;
  /* border: 2px solid red; */
  margin: 0 30px;
  /* gap: 20px; */
  /* padding: 60px; */
  font-family: "DM Sans", sans-serif;
}

.speciallist {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  /* border: 2px solid red; */

  border-right: 2px solid #eeba0b;
  /* background-color: #101004; */
  width: 50%;
  padding: 25px 0 0 30px;
  /* align-content: center; */
  justify-content: center;
  margin: 50px 0;
  height: 250px;

  font-size: 0.9rem;
  font-weight: 600;
}

.speciallist ul li {
  list-style-type: none;
  /* align-content: center; */
  /* text-align: center; */
  justify-content: center;
  /* border: 2px solid red; */
  margin: 10px 0;
  padding: 10px;
}
.speciallist ul li a {
  text-decoration: none;
  color: white;
  justify-content: center;
  /* align-content: center; 7*/
  /* margin: 30px; */
  /* padding: 20px 0; */
}
.speciallist ul li:hover {
  /* border: 2px solid red; */
  background-color: #eeb90ba8;
}
.specialtiesweb {
  display: flex;
  /* border: 2px solid red; */
  /* justify-content: center; */
  align-content: center;
  margin: 0;
  padding: 0 20px;
}
.specialties {
  /* width: 60%; */
  /* border: 2px solid red; */
  display: flex;
  /* flex-direction: row; */
  /* float: left; */
  padding: 20px 40px 20px 20px;
  /* padding-right: 30px; */
}
.specialties .specialnotes {
  /* color: white; */
  /* border: 2px solid red; */
  align-content: center;
  /* width: 70%; */
  /* padding: 0 20px ; */
}
.specialties .specialnotes h2 {
  font-size: 1.5rem;
  padding-bottom: 15px;
  /* width: 50%; */
}

.specialties .specialnotes p {
  /* border: 2px solid red; */
  /* width: 50%; */
  font-style: italic;
  color: wheat;
  font-size: 1rem;
  padding-bottom: 15px;
}
.specialties .specialimg {
  align-content: center;
  padding: 20px;
  /* border: 2px solid red; */
  /* width: 40%; */
}
.specialties .specialimg img {
  border-radius: 50%;
  width: 200px;
  object-fit: cover;
  height: 200px;
}
.specialtiesmobile {
  display: none;
}

.stayon {
  display: flex;
}
.stayon.active {
  display: none;
}

.one.show {
  display: flex;
}
.two {
  display: none;
}
.two.show {
  display: flex;
}
.three {
  display: none;
}
.three.show {
  display: flex;
}
.four {
  display: none;
}
.four.show {
  display: flex;
}


/* All meals section */
.foodmenu {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("img/menu2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  /* padding-top: 90px; */
  /* border: 2px solid red; */
  /* background-color: red; */
}

header .allmealsnav ul {
  display: flex;
  /* border: 2px solid red; */
  /* margin: 0 ; */
  font-family: "DM Sans", sans-serif;
}

.allmealsnav ul li {
  list-style-type: none;
}
.allmealsnav ul li a {
  text-decoration: none;
  color: #a63c06;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  /* border: 2px solid red; */
  /* margin: 0px 0; */
  padding: 10px 20px;
}

.allmealsnav a:hover {
  color: #fff;
  background-color: #a63c06;
  border-radius: 50px;
  transition: 0.9s ease;
  /* text-decoration: ; */
  /* background-color: #19180a; */
  /* border-radius: 15px; */
}
.mainco {
  /* border: 2px solid red; */
  /* font-size: ; */
  padding-top: 100px;
  font-size: 1.5rem;
  margin: 0;
}
.maincourses {
  min-height: 100vh;
  /* margin: 0; */
  background: rgb(25, 22, 22);
}
.maincourses .starters {
  color: #a63c06;
}

.deserrt {
  min-height: 100vh;
  /* margin: 0; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("img/menu\ 3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Book a Table Section */

.page7{
  min-height: 100vh;
  background-color: #19180a;
  padding-bottom:50px ;
  /* border: 2px solid red; */
}

.form2{
  /* border: 2px solid red; */
  /* width: 100%; */
  /* margin: 0; */
  /* padding-right: 30px; */
}

.page7 .form2 .form-name.bookatableform{
  /* border: 2px solid red; */
  /* width: 900px; */
  /* width: 100%; */
  /* align-content: center; */
  /* justify-items: center; */
  /* align-items: center; */
  /* margin: 0 0 0 50px; */
  /* padding: 20px; */
  /* gap: 20px; */
  /* display: flex; */
  /* flex-direction: column; */
}
.form-name.bookatableform input{
  /* border: 2px solid red; */
  height: 50px;
  /* width: 100%; */
  /* width: 1000px; */
  /* margin: 20px 10px; */
  padding: 10px; 
  /* width:50% */
}
.form-name.bookatableform input[type="date"]{
  color: grey;
}
.form-name.bookatableform input[type="time"]{
  color: grey;
}

.form-name.bookatableform.textareaa{
  display: block;
  /* border: 2px solid red; */
  width: 100%;
  /* margin-left: 100px; */
  /* align-content: center; */
  /* justify-items: center; */
  /* align-items: center; */
  margin: 10px 0;
  /* margin: 0 0 0 0; */
  /* padding: 20px 0; */
  /* gap: 20px; */
}
textarea{
  /* height: 200px; */
  /* width: 100%;  */
  /* padding: 10px; */
}

/* contact section */

.page6 {
  min-height: 100vh;
  background-color: #19180a;
  padding-bottom: 50px;
}
.page6 .contactbox {
  /* border: 2px solid red; */
  display: flex;

  opacity: 0;
  transform: scale(0);
  /* transform: translateX(-50px); */
  transition: 0.8s ease;
  /* width: 100%; */
}
.page6 .contactus {
  /* border: 2px solid red; */
  /* margin: 0 20px; */
  width: 50%;
  color: white;
}
.contactbox.showout {
  opacity: 1;
  transform: scale(1);
  /* transform: translateX(0); */
}
.page6 .contactlist {
  font-size: 1.2rem;
  padding: 0 60px;
  /* border: 2px solid red; */
}

.contact {
  display: flex;
  /* border: 2px solid red; */
  padding: 30px 0 0 60px;
  /* margin: 10px 0 0 0; */
}

.contact .icons img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  /* stroke: #a63c06; */
  /* border: 2px solid #a63c06; */
  border-radius: 10px;
  background-color: #eeb90ba8;
  padding: 10px;
}
.numbers {
  /* color: #a63c06; */
  align-content: center;
  /* border: 2px solid ; */
  /* display: block; */
}
.numbers h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}
.numbers p {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
}
.form {
  /* width: 60%; */
  /* border: 2px solid #a63c06; */
  /* margin: 20px 30px 0 0; */
  padding: 10px 60px 20px 60px;
}

.form-name {
  /* border: 2px solid yellow; */
  display: flex;
  gap: 20px;
  /* margin: 0 ; */
  /* margin-right: 0; */
}
.form input {
  font-size: 1rem;
  background: transparent;
  border: 1px solid #eeb90ba8;
  margin: 15px 0;
  padding: 20px;
  color: #fff;
  width: 100%;
  /* width: 50%; */
  height: 40px;
}
.form input[type="email"] {
  color: #fff;
}

.form input:focus {
  outline: 1px solid #eeb90ba8;
}
.form textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  background: transparent;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid #eeb90ba8;
}

.form textarea:focus {
  outline: 1px solid #eeb90ba8;
}
.form button {
  border: 1px solid #eeb90ba8;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  border-radius: 10px;
  /* align-content: center; */
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px;
  margin-top: 10px;
  /* justify-items: center; */
  /* text-align: center; */
}

.form button:hover {
  cursor: pointer;
  background-color: #eeba0b;

  transition: 0.5s;
}
footer {
  min-height: 20vh;
  background-color: black;
  /* border-top: #a63b0652; */
}

.footer-container {
  display: flex;
  /* margin:20px; */

  padding: 60px 60px 10px 60px;
  color: white;
  justify-content: space-evenly;
  /* margin-top: auto; */
  font-family: "DM Sans", sans-serif;
  /* border: 2px solid red; */
  /* min-height: 100vh; */
}

.footer-container .addresses .footerheader {
  /* border: 2px solid red; */
  font-size: 1.8rem;
  font-family: "Cookie", cursive;
}

.footer-container .footer-header {
  font-size: 1.1rem;
  /* margin: 70px 0 20px 0; */
  /* padding: 10px ; */
}

.addresses h4 {
  font-size: 0.9rem;
  text-transform: capitalize;
  /* border: 2px solid red; */
  margin: 10px 0;
}
.addresses .phone {
  text-transform: capitalize;
  font-size: 0.9rem;
  margin: 10px 0;
  /* margin-top: 17px; */
}

.addresses span {
  font-weight: 800;
}

.addresses .footer-logos {
  margin: 10px 0;
  /* border: 2px solid red; */
}

.usefullinks ul {
  /* border: 2px solid red; */
  /* text-decoration: none; */
  list-style-type: none;
}

.usefullinks li {
  /* border: 2px solid red; */
  margin: 20px 0;
}
.usefullinks li a {
  /* padding: 30px 0; */
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  /* border: 2px solid red; */
  /* margin: 30px 0; */
  /* padding: ; */
}
.ourservices ul {
  list-style-type: none;
}

.ourservices li {
  margin: 15px 10px;
}
.ourservices li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
  /* margin: 10px ; */
}
.newsletter p {
  font-size: 0.9rem;
  text-transform: capitalize;
  /* border: 2px solid red; */
}
.newsletter input {
  width: 250px;
  height: 40px;
  margin: 30px 0 0 0px;
  border: 1.5px solid #eeba0b;
  background: none;
  border-radius: 12px;
  /* margin: 0 auto; */
}
.newsletter button {
  width: 100px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  background: none;
  border: 1.5px solid #eeba0b;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  border-radius: 12px;
  /* margin: 0 auto; */
}

.footer-logos{
  display: flex;
  gap: 10px;
}
.footer-logos img{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  /* border: 2px solid white; */
  background-color: #eeb90ba8;
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
}
.footer-end {
  /* border: 2px solid red; */
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  padding: 70px 0;
  /* margin-top: 10px; */

  /* align-items: center; */
  justify-items: center;
}
.footer-end p {
  font-size: 0.9rem;
}

.footer-end span {
  color: #eeba0b;
}

.footer-end .end {
  color: white;
  font-weight: 800;
  font-family: "Cookie", cursive;
}

.footer-end .lastline {
  margin-top: 6px;
}

.footer-mobile {
  display: none;
}

/* media queries
 */

@media (max-width: 768px) {
  .hamburgericon {
    display: block;
    /* border: 2px solid red; */
    /* margin: 10px 0; */
  }

  .nav {
    position: fixed;
    inset: 0;
    width: 100%;
    max-height: 100vh;
    /* background:black; */

    display: flex;
    /* flex-direction: column; */

    justify-content: center;
    /* gap: 25px; */
    transition: 0.5s ease;

    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    z-index: 1001;
    align-items: center;
  }
  .nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .nav.navmobile ul li a {
    padding: 0 6px;
    font-size: 1.2rem;
    /* border: 2px solid red; */
  }

  .nav.navmobile ul li a:hover {
    font-size: white;
    background: transparent;
  }

  .nav.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .hidebookatable{
    display: block;
  }
  

  #btn {
    display: none;
  }
  header {
    align-content: center;
    /* justify-content: center; */
    /* border: 2px solid red; */
    /* margin: 0; */
    padding: 15px;
  }

  header .logo h2 {
    /* border: 2px solid red; */
    font-size: 2rem;
    padding: 0 15px;
  }

  .content {
    align-content: center;
    margin: 70px 0 0 0;
    text-align: center;
    padding: 200px 15px;
    width: 100%;
    /* border: 2px solid red; */
    /* margin-top: 0; */
  }
  .content h2 {
    font-size: 1.8rem;
    padding: 0 3px;
  }
  .content span {
    font-size: 1.8rem;
  }
  .content p {
    padding: 2px 2px 0 2px;
    font-size: 1rem;
  }
  .content-btn button {
    font-size: 1rem;
  }

  .page-2 {
    /* border: 2px solid red; */
    padding: 60px 15px;
  }

  .menu {
    /* border: 2px solid red; */
    padding: 50px 0 0 15px;
    /* margin: 20px 0 0 0  ; */
    /* padding: 10px 4px 0 4px; */
    font-size: 1.5rem;
  }
  .menulist {
    /* border: 2px solid red; */
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .about-upper {
    /* height: 100%; */
    display: block;
    /* border: 2px solid red; */
    /* margin-bottom: 0; */
    padding: 0 15px;
    padding-bottom: 25px;
  }

  .why {
    /* border: 2px solid red; */
    /* width: 100%; */
    margin: 9px 0 0 0;
    /* margin-bottom: 30px; */
    /* padding: 0 20px; */
    width: 100%;
  }
  .why h1 {
    font-size: 1.5rem;
  }
  .why h2 {
    font-size: 1.5rem;
  }
  .why p {
    font-size: 1rem;
  }

  /* page3 about*/

  .aboutcard {
    display: block;
    /* border: 2px solid red; */
    padding: 15px;
  }
  .page3 .left {
    /* border: 2px solid red; */
    width: 100%;
    padding: 30px 15px 0 15px;
    margin-top: 0;
    /* margin: 0; */
  }
  .page3 .left h2 {
    /* border: 2px solid red; */
    font-size: 1.5rem;
  }
  .page3 .left p {
    font-size: 1rem;
  }
  .page3 .right {
    width: 100%;
    /* border: 2px solid red; */
    padding: 15px 15px 0 15px;
  }
  .page3 .right img {
    width: 100%;
  }

  /* menu section */
  #menu {
    /* border: 2px solid red; */
    padding: 60px 15px;
  }
  .menulist {
    /* display: block; */
    font-size: 1rem;
    /* border: 2px solid red; */
  }
  .meal {
    /* border: 2px solid red; */
    height: 60px;
    padding: 0 10px;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .meal .food h3 {
    font-size: 1.3rem;
    /* border: 2px solid red; */
  }

  .meal p {
    font-size: 0.6rem;
  }
  .meal .price {
    font-size: 1rem;
  }

  .page4 .meals {
    /* display: block; */
    /* border: 2px solid red; */
    padding: 10px;
  }

  .meal img {
    width: 50px;
    height: 50px;
  }

  .meal-left {
    width: 100%;
    margin: 0;
    /* padding: 0; */
    /* height: 200px; */
    /* border: 2px solid red; */
  }
  .meal-right {
    display: none !important;
  }

  /* specials */
  .page5 {
    /* border: 2px solid red; */
    padding: 60px 15px;
  }

  .specialbox {
    /* border: 2px solid white; */
    padding: 10px;
    /* width: 100%; */
    margin: 10px 0;
    display: block;
    /* justify-content: left; */
  }
  .speciallistmobile {
    display: block;
    border-right: none;
    border-bottom: 6px solid #eeba0b;
    width: 100%;
    padding: 0;
    margin: 0 ;
  }
  .specialtiesmobile .specialnotemobile{
    border: 2px solid #101004;
    /* background-color:  #19180a; */
    padding: 10px;
    margin: 0;
  }
  .specialtiesmobile .specialnotemobile:hover{
    /* background-color: #101004; */
    color: #eeba0b;
    /* background-color:  #19180a; */
    padding: 10px;
    margin: 0;
  }
  .specialties {
    display: block;
    width: 100%;
    /* border: 2px solid red; */
    margin: 10px 0;
    padding: 10px;
  }

  .specialtiesweb {
    /* border: 2px solid red; */
    display: none;
    /* width: 100%; */
  }

  .specialties h2 {
    /* border: 2px solid red; */
    font-size: 1.2rem;
    /* width: 100px; */
  }
  .specialties p {
    font-size: 0.9rem;
  }

  .specialimg img {
    width: 200px;
    /* border: 2px solid red; */
  }

  .stayon2 {
    display: block;
  }
  .stayon2.active {
    display: none;
  }

  .one2.show {
    display: block;
  }
  .two2 {
    display: none;
  }
  .two2.show {
    display: block;
  }
  .three2 {
    display: none;
  }
  .three2.show {
    display: block;
  }
  .four2 {
    display: none;
  }
  .four2.show {
    display: block;
  }
/* book a table */


 .bookatableform{
  display: block;

 }

  /* contact */

  .page6 {
    /* border: 2px solid red; */
    padding: 60px 15px;
  }
  .page6 .contactlist {
    /* display: ; */
    padding: 0 15px;
    font-size: 1rem;
    /* border: 2px solid red; */
  }
  .page6 .contactbox {
    display: block;
    /* padding: 0 10px; */
    /* margin: 0; */
    /* border: 2px solid red; */
  }
  .page6 .contactus {
    /* border: 2px solid red; */
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .contact {
    /* border: 2px solid red; */
    padding: 10px 20px;
  }

  .form {
    /* border: 2px solid red; */
    width: 100%;
    padding: 2px 20px 10px 15px;
  }

  /* all meals */

  .topmenu header {
    width: 100%;
    /* border: 2px solid red; */
    padding: 20px;
  }

  .logo.allmenulogo h2 {
    font-size: 1.1rem;
    padding: 0;
  }

  header .mobilenavv ul li a {
    /* border: 2px solid red; */
    padding: 5px;
    /* margin: 0; */
    /* padding-right: 1px; */
    /* gap: 20px; */
    font-size: 0.6rem;
    font-weight: 700;
  }

  #starters {
    /* border: 2px solid red; */
    padding: 100px 30px 0;
  }

  .foodmenu .meal {
    /* border: 2px solid red; */
    height: 60px;
  }
  .foodmenu .meal h2 {
    font-size: 1.2rem;
    /* border: 2px solid red; */
  }
  .mainco {
    font-size: 1.5rem;
    /* margin: 20px 0; */
    padding: 100px 30px 0;
    /* border: 2px solid red; */
  }

  .foodmenu .mainmenu {
    /* border: 2px solid brown; */
    width: 100%;
    padding-bottom: 20px;
  }
  .foodmenu .meals {
    /* border: 2px solid red; */
    display: block;
    padding: 5px 30px;
  }

  .foodmenu .meal-left {
    width: 100%;
    margin: 0;
    /* border: 2px solid red; */
  }

  .foodmenu .meal-right {
    display: block !important;
    width: 100%;
    /* border: 2px solid red; */
    padding-right: 0;
    padding-bottom: 30px;
  }

  .maincourses .meals {
    display: block;
    padding: 0 30px;
    /* border: 2px solid red; */
  }

  .maincourses .meal-left {
    width: 100%;
    margin: 0;
    /* border: 2px solid red; */
  }
  .maincourses .meal-right {
    display: block !important;
    width: 100%;
    /* border: 2px solid red; */
    padding-right: 0;
    padding-bottom: 30px;
  }

  .deserrt .meals {
    display: block;
    padding: 0 30px;
    /* border: 2px solid red; */
  }
  .deserrt .meal-left {
    width: 100%;
    margin: 0;
    /* border: 2px solid red; */
  }
  .deserrt .meal-right {
    display: block !important;
    width: 100%;
    /* border: 2px solid red; */
    padding-right: 0;
    padding-bottom: 30px;
  }

  /* footer */
  .footer-container {
    /* border: 2px solid red; */
    padding: 10px;
    display: block;
  }
  .addresses {
    display: none;
  }
  .usefullinks {
    display: none;
  }
  .ourservices {
    display: none;
  }
  .newsletter {
    display: none;
  }

  .footer-end {
    display: none;
    /* border: 2px solid red; */
    padding: 2px;
    align-content: center;
  }
  .footer-mobile {
    display: block;
    color: white;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    padding: 30px 0;
  }

  .footer-mobile h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #eeba0b;
  }
  .footer-mobile p {
    font-size: 1rem;
    color: wheat;
  }
  .footer-mobile a {
    text-decoration: none;
    color: wheat;
    margin: 0 10px;
    /* gap: 100px; */
    /* border: 2px solid red; */
  }
  .footer-mobile .footerlinks {
    /* border: 2px solid red; */
    margin: 30px 0;
    /* gap: 20px; */
  }
}

/* Small laptops */
@media (max-width: 1024px) {
}
