* {
  padding: 0;
  margin: 0;
}


body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  background-color: rgb(0, 0, 0);
  color: hsl(34.29deg 89.74% 92.35%);
}

/*menu pophover */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffc400;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 5px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/*menu pophover ends*/
.b-bottom {
  border-bottom: #fff 1px solid;
}

.b-top {
  border-top: #fff 1px solid;
}

.text-center {

  justify-content: center;
  text-align: center;
  align-items: center;
}

.text-end {

  justify-content: end;
  text-align: end;
  align-items: center;
}

.text-dark {
  color: #000000;
}

.d-flex {
  display: flex;
}

.padding-full {
  padding-top: 35px;
  padding-bottom: 20px;
}

.color-light {
  color: #c9bcab;
}

.fit-content {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.fa-twitter {
  font-size: 30px;
  color: #fdeeda;
  cursor: pointer;
  margin: 10px;
}

.fa-twitter:hover {
  font-size: 30px;
  color: #01b7ff;
  cursor: pointer;
  margin: 10px;
}

.fa-facebook {
  font-size: 30px;
  color: #fdeeda;
  cursor: pointer;
  margin: 10px;
}

.fa-facebook:hover {
  font-size: 30px;
  color: #1f78fc;
  cursor: pointer;
  margin: 10px;
}

.fa-instagram {
  font-size: 30px;
  color: #fdeeda;
  cursor: pointer;
  margin: 10px;
}

.fa-instagram:hover {
  font-size: 30px;
  color: #fc1fea;
  cursor: pointer;
  margin: 10px;
}

.fa-github {
  font-size: 30px;
  color: #fdeeda;
  cursor: pointer;
  margin: 10px;
}

.fa-github:hover {
  font-size: 30px;
  color: #b61ffc;
  cursor: pointer;
  margin: 10px;
}

.sign-up {
  margin-left: 30px;
}

.sign-up .btn {
  border-radius: 30px;
  cursor: pointer;
}

.burger img {
  width: min(60vw, 400px);

  margin-left: -150px;
  padding: 0px;
}

.nuggets img {
  rotate: 90deg;
  width: min(60vw, 300px);
  margin-top: 50px;
}

.title-bg h1 {
 
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: clamp(1rem, 9vw, 10rem);
  background: url("assets/font-background-3.jpg") top;
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reserve-table .btn {
  width: 300px;
  height: 60px;
  border-radius: 30px;
}

.reserve-table .btn:hover {
  border: 4px solid #fff;
}

.menu-dishes li {
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 60px;

}

.menu-dishes .dish-1 a {
  background: no-repeat;
  color: #ffc107;
  text-decoration: underline;

}

.menu-dishes .dish-2 a {
  background: no-repeat;
  color: #ffc107;
  text-decoration: underline;

}

.menu-dishes .dish-3 a {
  background: no-repeat;
  color: #ffc107;
  text-decoration: underline;

}

.menu-dishes .dish-4 a {
  background: no-repeat;
  color: #ffc107;
  text-decoration: underline;

}

.menu-dishes .dish-5 a {
  background: no-repeat;
  color: #ffc107;
  text-decoration: underline;


}

.friendly-text p {
  font-size: 30px;
  font-family: 'Kalam';
  src: url(./assets/fonts/Kalam-Bold.ttf);
}

.friendly-text h1 {
  font-size: clamp(1rem, 10vw, 10rem);
  font-weight: bold;
  padding-bottom: 60px;
  font-family: 'PassionOne';
  src: url(./assets/fonts/PassionOne-Bold.ttf);
  z-index: 9;

}

.friendly-text img {
  width: 80%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-top: -200px;
}

.friendly-text .btn-warning {
  width: 220px;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 30px;
  text-align: center;
  margin-top: -260px;
}

.friendly-text .btn-warning .fa-circle-play {
  margin-left: 22px;
  font-size: 30px;
  color: #fff;

}

.offer-menu .btn-warning {
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
}

.title-next h1 {
  font-size: clamp(1rem, 22vw, 10rem);
  font-weight: bold;
  text-align: center;
}

.title-next button {
  margin-top: -95px;
}

.title-next .btn-warning {
  width: 300px;
  height: 60px;
  border-radius: 30px;

}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}