@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+IN:wght@100..400&display=swap");

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

.active {
  color: orange !important;
}
.active-tab {
  border-bottom: orange 1px solid;
}

#logo a img {
  width: 40%;
}

header {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 1.7rem 2.2rem 1.3rem 1.5rem;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}

nav ul {
  display: flex;
  list-style: none;
}

.tab a {
  color: white;
  padding: 1rem;
  text-decoration: none;
  font-family: poppins;
  font-size: 0.9rem;
  transition: 0.5s;
}

.tab a:hover {
  color: orange;
}

#enquiry-btn {
  background-color: orange;
  padding: 0.5rem 1rem;
  color: white;
  font-family: poppins;
  font-size: 0.8rem;
  font-weight: 500;
}

#enquiry-btn:hover {
  cursor: pointer;
  background-color: rgb(255, 173, 20);
}

.hero {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  border-bottom: #0e161d 1px solid;
  padding: 10rem 0;
}

.hero-text {
  display: grid;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: auto;
  text-align: center;
  color: white;
}

.hero-text p {
  font-family: dosis;
  line-height: 2rem;
}

.p-animation {
  /* animation for paragraphs */
  animation: appear 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.hero-text h1 {
  font-family: montserrat;
  margin: 1.5rem 0;
  font-size: 2.5rem;
  overflow: hidden;
}

.hero-text h1 span {
  display: block;
}
.h-animation {
  /* animation for hero h1 */
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reserve-btn {
  background-color: orange;
  padding: 0.7rem;
  font-family: poppins;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
  transition: 0.5s;
  animation: appear 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.reserve-btn:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.hero-img {
  width: 100%;
  filter: brightness(30%);
  position: absolute;
  z-index: -999;
  top: 0;
  object-fit: cover;
  /* clip-path: inset(0 0 10% 0); */
  min-height: 100vh;
}

/* ------------------------------------- About section -------------------------- */

.about-section {
  background-color: #0a1116;
  padding: 7rem 0;
}

.about-text {
  color: white;
  text-align: center;
}
.cursive-text {
  font-family: playwrite in !important;
  font-size: 0.8rem;
}
.about-text h1 {
  font-family: lexend giga;
  font-weight: 300;
  font-size: 2rem;
  margin-top: 1rem;
}

.about-cards {
  display: flex;
  padding: 3rem;
  margin-top: 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  width: 30%;
  row-gap: 1rem;
  margin: 0 1rem;
  color: white;
  background-color: #0e161d;
}

.card h1 {
  font-family: lexend giga;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5rem 0;
}

#text-card {
  text-align: center;
  padding: 0 1.5rem;
  display: grid;
  align-content: center;
  justify-items: center;
}

#text-card #p2 {
  font-family: poppins;
  font-size: 0.8rem;
  color: grey;
}

.read-more-btn {
  background-color: orange;
  padding: 0.5rem 1rem;
  color: white;
  font-family: poppins;
  font-size: 0.7rem;
  font-weight: 500;
  margin-top: 0.85rem;
}
.read-more-btn:hover {
  background-color: rgb(255, 177, 32);
  cursor: pointer;
}

.card-img {
  width: 100%;
}

/* --------------------------------- Menu Section ------------------------------ */

.menu-section {
  padding: 5.5rem 4.5rem;
  display: flex;
  background-color: #0e161d;
}

.menu-div {
  display: flex;
  align-items: start;
  /* justify-content: space-around; */
  column-gap: 2.2rem;
  max-width: 100%;
}

.menu-text {
  width: 50%;
  margin-top: 3rem;
}

.menu-div img {
  width: 45%;
  /* filter: brightness(80%); */
}

.menu-heading {
  color: white;
  margin-bottom: 1rem;
}
.menu-heading h1 {
  font-family: montserrat;
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-top: 0.3rem;
}

.menu-list {
  margin-top: 3rem;
}

.menu-item {
  color: white;
  margin-bottom: 1.5rem;
}

.menu-item-line1 {
  display: flex;
  align-items: center;
  font-family: dosis;
  margin-bottom: 0.5rem;
  width: 100%;
  justify-content: space-between;
}

.span-price {
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: flex-end;
}

.menu-item span {
  width: 100%;
  height: 1px;
  background-color: rgb(161, 139, 9);
  margin: 0 0.5rem 0 0;
}
.menu-item-line1 h4 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
}

.menu-item .food-description {
  font-family: poppins;
  font-size: 0.7rem;
  color: grey;
}

.read-menu-btn {
  background-color: orange;
  padding: 0.7rem;
  font-family: poppins;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
  transition: 0.5s;
}

.read-menu-btn:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

/* --------------------------------- Footer section ---------------------------- */

footer {
  background-color: black;
  width: 100%;
  height: 100px;
}
