@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
@font-face {
  font-family: "sujoka";
  src: url("/fonts/font1.otf") format("opentype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #050313;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
}

header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #050313;
  z-index: 3;
}
header .header__container {
  width: 100%;
  height: 100%;
  max-width: 1124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__container .header__cta,
header .header__container .header__logo,
header .header__container .header__nav {
  height: auto;
}
header .header__container .header__logo {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  font-family: "sujoka";
  font-size: 24px;
}
header .header__container .header__nav {
  width: 40%;
  height: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__container .header__nav a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
}
header .header__container .header__nav a.active {
  color: #ffc700;
  opacity: 1;
  position: relative;
}
header .header__container .header__nav a.active::before {
  content: "";
  position: absolute;
  top: -22%;
  left: -30%;
  width: 170%;
  height: 170%;
  z-index: -1;
  background-image: url("../images/chop__sticks.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
header .header__container .header__cta {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border: none;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 3px;
}
header .header__container .header__cta .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  height: 89%;
  background-color: #0c0b11;
  border-radius: 3px;
}
header .header__container .header__cta a {
  background-image: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 11px;
}
header .header__container .header__cta:hover {
  cursor: pointer;
}
header .header__container .showMenu {
  display: none;
}

#phone__menu {
  display: none;
}

main {
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container {
  width: 100%;
  height: 100%;
  max-width: 1124px;
}
main .main__container #hero {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #hero .hero__text,
main .main__container #hero .hero__image {
  width: 35%;
  height: 100%;
}
main .main__container #hero .hero__text {
  color: #ffffff;
}
main .main__container #hero .hero__text h3 {
  font-size: 86px;
  font-weight: bold;
  font-family: "sujoka";
  line-height: 90px;
}
main .main__container #hero .hero__text p {
  width: 80%;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
}
main .main__container #hero .hero__text .hero__cta {
  margin-top: 20px;
  width: 120px;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border: none;
  height: 30px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 10px;
}
main .main__container #hero .hero__text .hero__cta:hover {
  cursor: pointer;
}
main .main__container #hero .hero__image {
  width: 62%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #hero .hero__image img {
  width: 80%;
  height: 100%;
}
main .main__container #about {
  width: 100%;
  height: 550px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .main__container #about .circle {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #about .circle .outer {
  filter: blur(25px);
  opacity: 0.7;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
main .main__container #about .circle .inner__circle {
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
}
main .main__container #about .sticks {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  background: url("../images/chop__sticks.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% 100%;
  transform: rotate(-30deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
main .main__container #about .about__text {
  width: 560px;
  height: auto;
  min-height: 200px;
  position: absolute;
  color: white;
  font-size: 14px;
}
main .main__container #about .about__text p {
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  margin-left: auto;
}
main .main__container #about .about__text1 {
  top: 90px;
  left: 15px;
  width: 530px;
}
main .main__container #about .about__text1 h3 {
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "sujoka";
}
main .main__container #about .about__text2 {
  right: 80px;
  bottom: 50px;
  width: 450px;
}
main .main__container #specials {
  width: 100%;
  height: auto;
  min-height: 480px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
main .main__container #specials .specials__content {
  width: 470px;
  height: auto;
  position: absolute;
  padding: 0 10px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-color: #050313;
}
main .main__container #specials .specials__content h1 {
  font-size: 32px;
  font-family: "sujoka";
  text-transform: uppercase;
  letter-spacing: 2px;
}
main .main__container #specials .specials__content p {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
main .main__container #specials .specials__dishes {
  width: 80%;
  height: 200px;
  position: absolute;
  top: 110px;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main .main__container #specials .specials__dishes img {
  width: 100%;
  height: 100%;
}
main .main__container #specials .specials__dishes .specials__dish {
  width: 130px;
  height: 70px;
  position: absolute;
}
main .main__container #specials .specials__dishes .specials__dish::after {
  content: "1";
  width: 20px;
  height: 20px;
  background: rgba(255, 31, 0, 0.7);
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  font-size: 10px;
  left: 20px;
  top: -5px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(1) {
  left: -1.5%;
  top: -30px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(1)::after {
  right: 20px;
  top: -5px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(2) {
  left: 22%;
  top: 31px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(2)::after {
  content: "2";
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(3) {
  left: 44%;
  top: 40px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(3)::after {
  content: "3";
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(4) {
  left: 66%;
  top: 28px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(4)::after {
  content: "4";
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(5) {
  left: 85.5%;
  top: -30px;
}
main .main__container #specials .specials__dishes .specials__dish:nth-child(5)::after {
  left: 20px;
  top: -5px;
  content: "5";
}
main .main__container #specials .circle {
  width: 70%;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #specials .circle .inner {
  width: 98%;
  height: 96%;
  background-color: #050313;
  border-radius: 50%;
}
main .main__container #specials .dish__prices {
  width: 100%;
  height: 120px;
  position: absolute;
  top: 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
main .main__container #specials .dish__prices .dish {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
main .main__container #specials .dish__prices .dish .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  font-size: 14px;
  margin-right: 20px;
}
main .main__container #specials .dish__prices .dish p {
  font-weight: bold;
}
main .main__container #specials .dish__prices .dish p:nth-child(1) {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
main .main__container #specials .dish__prices .dish p:nth-child(2) {
  font-size: 10px;
  color: #ffc700;
}
main .main__container #discounts {
  width: 100%;
  height: auto;
  min-height: 90vh;
  position: relative;
  padding: 0 20px;
}
main .main__container #discounts .discount__text {
  width: 30%;
  height: 200px;
}
main .main__container #discounts .discount__text h2,
main .main__container #discounts .discount__text p {
  text-transform: capitalize;
  color: white;
  font-size: 30px;
}
main .main__container #discounts .discount__text p {
  font-weight: bold;
  background-image: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  background-size: 100%;
  background-clip: text;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  margin-top: 15px;
  -moz-text-fill-color: transparent;
}
main .main__container #discounts .discount__text button {
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 100px;
  margin-top: 20px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
main .main__container #discounts .discount__text button:hover {
  cursor: pointer;
}
main .main__container #discounts .discount__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -120px;
}
main .main__container #discounts .discount__image img {
  width: 120%;
  height: 120%;
  margin-left: -10%;
}
main .main__container #menu {
  width: 100%;
  height: auto;
  min-height: 700px;
  margin-top: 70px;
  padding: 0 20px;
}
main .main__container #menu .menu__header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .main__container #menu .menu__header .header__left {
  width: auto;
}
main .main__container #menu .menu__header .header__left h3 {
  text-transform: uppercase;
  color: white;
  font-family: "sujoka";
  font-size: 30px;
  letter-spacing: 2px;
}
main .main__container #menu .menu__header .seeAll {
  width: 20%;
  background-color: pink;
  height: 50%;
  border: none;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border: none;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 3px;
}
main .main__container #menu .menu__header .seeAll:hover {
  cursor: pointer;
}
main .main__container #menu .menu__header .seeAll .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  height: 89%;
  background-color: #0c0b11;
  border-radius: 3px;
}
main .main__container #menu .menu__header .seeAll a {
  background-image: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 11px;
}
main .main__container #menu .menu__content {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 100px;
}
main .main__container #menu .menu__content .dish {
  width: 100%;
  height: 400px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
main .main__container #menu .menu__content .dish .dish__image {
  width: 100%;
  height: 50%;
  position: relative;
}
main .main__container #menu .menu__content .dish .dish__image img {
  width: 100%;
  height: 110%;
}
main .main__container #menu .menu__content .dish .dish__content {
  width: 100%;
  height: 50%;
  padding: 30px 20px;
  color: white;
}
main .main__container #menu .menu__content .dish .dish__content .name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
main .main__container #menu .menu__content .dish .dish__content .desc {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
main .main__container #menu .menu__content .dish .dish__content .info {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .main__container #menu .menu__content .dish .dish__content .info .price {
  font-weight: bold;
  font-size: 14px;
}
main .main__container #menu .menu__content .dish .dish__content .info .buy__now {
  border: none;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border: none;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 6px;
}
main .main__container #menu .menu__content .dish .dish__content .info .buy__now:hover {
  cursor: pointer;
}
main .main__container #menu .menu__content .dish .dish__content .info .buy__now .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 85%;
  background-color: #0c0b11;
  border-radius: 3px;
}
main .main__container #menu .menu__content .dish .dish__content .info .buy__now a {
  background-image: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  font-size: 9px;
}
main .main__container #feedback {
  width: 100%;
  margin-top: 100px;
  height: 500px;
}
main .main__container #feedback .feedback__fold {
  padding-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow-x: hidden;
  gap: 100px;
}
main .main__container #feedback .feedback__fold .customer {
  width: 40%;
  height: 260px;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #feedback .feedback__fold .customer:nth-child(1) {
  margin-left: -90px;
  background-color: green;
}
main .main__container #feedback .feedback__fold .customer:nth-child(1) .inner .ratings {
  padding-left: 30px;
}
main .main__container #feedback .feedback__fold .customer:nth-child(2) {
  margin-top: 55px;
}
main .main__container #feedback .feedback__fold .customer:nth-child(3) {
  margin-right: -90px;
  background-color: green;
}
main .main__container #feedback .feedback__fold .customer .inner {
  width: 98%;
  height: 98%;
  border-radius: 10px;
  background-color: #050313;
  position: relative;
}
main .main__container #feedback .feedback__fold .customer .inner .profile {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main .main__container #feedback .feedback__fold .customer .inner .profile img {
  width: 100%;
  height: 100%;
}
main .main__container #feedback .feedback__fold .customer .inner .content {
  width: 100%;
  height: 100%;
  color: white;
  padding: 0 20px;
  padding-top: 70px;
}
main .main__container #feedback .feedback__fold .customer .inner .content .name {
  font-weight: bold;
  font-size: 14px;
}
main .main__container #feedback .feedback__fold .customer .inner .content .ratings {
  width: 100%;
  height: 20px;
  margin: 10px 0;
}
main .main__container #feedback .feedback__fold .customer .inner .content .ratings i {
  font-size: 10px;
  color: #ffc700;
}
main .main__container #feedback .feedback__fold .customer .inner .content .ratings .unfilled {
  color: rgba(255, 255, 255, 0.4);
}
main .main__container #feedback .feedback__fold .customer .inner .content .comment {
  font-size: 12px;
  width: 100%;
  line-height: 20px;
}
main .main__container #feedback .feedback__fold::before, main .main__container #feedback .feedback__fold::after {
  content: "";
  width: 340px;
  height: 85%;
  position: absolute;
  top: 0;
  z-index: 2;
}
main .main__container #feedback .feedback__fold::before {
  left: -10px;
  background: rgb(5, 3, 19);
  background: linear-gradient(69deg, rgba(5, 3, 19, 0.9) 10%, rgba(5, 3, 19, 0.9) 21%, rgba(5, 3, 19, 0.9) 100%);
}
main .main__container #feedback .feedback__fold::after {
  right: -10px;
  background: rgb(5, 3, 19);
  background: linear-gradient(-69deg, rgba(5, 3, 19, 0.9) 10%, rgba(5, 3, 19, 0.9) 21%, rgba(5, 3, 19, 0.9) 100%);
}
main .main__container #feedback .feedback__indicators {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .main__container #feedback .feedback__indicators .indicator {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin-right: 10px;
}
main .main__container #feedback .feedback__indicators .indicator:last-child {
  margin-right: 0;
}
main .main__container #feedback .feedback__indicators .active {
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  width: 15px;
  height: 15px;
  position: relative;
}
main .main__container #feedback .feedback__indicators .active::before {
  content: "";
  height: 55%;
  width: 55%;
  position: absolute;
  background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #050313;
}

@media screen and (max-width: 1124px) {
  header {
    padding: 0 20px;
  }
  main {
    padding: 0 20px;
  }
  main .main__container #hero .hero__text p {
    width: 100%;
  }
  main .main__container #hero .hero__image img {
    width: 130%;
  }
  main .main__container #about .about__text1 {
    width: 45%;
  }
  main .main__container #about .about__text2 {
    width: 40%;
    right: 30px;
    bottom: 60px;
  }
  main .main__container #specials .dish__prices {
    grid-template-columns: repeat(3, 1fr);
  }
  main .main__container #discounts .discount__image {
    top: -40px;
    height: 120%;
  }
  main .main__container #discounts .discount__image img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  main .main__container #menu .menu__content {
    gap: 40px;
  }
  main .main__container #feedback .feedback__fold {
    gap: 40px;
  }
  main .main__container #feedback .feedback__fold::before, main .main__container #feedback .feedback__fold::after {
    width: 30%;
  }
}
@media screen and (max-width: 949px) {
  main {
    padding: 0 20px;
  }
  main .main__container #hero .hero__image img {
    width: 150%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(1) {
    left: -2.5%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(5) {
    left: 83.5%;
  }
}
@media screen and (max-width: 834px) {
  header .header__container .header__nav {
    width: 50%;
  }
  main .main__container #about .about__text p {
    line-height: 20px;
  }
  main .main__container #about .sticks {
    width: 60%;
  }
  main .main__container #about .circle {
    width: 250px;
    height: 40%;
  }
  main .main__container #menu .menu__content {
    grid-template-columns: 1fr 1fr;
    gap: 34px 36px;
  }
  main .main__container #menu .menu__content .dish {
    min-height: 390px;
  }
  main .main__container #feedback .feedback__fold {
    gap: 12px;
  }
  main .main__container #feedback .feedback__fold .customer {
    width: 45%;
    height: 290px;
  }
  main .main__container #feedback .feedback__fold .customer:nth-child(1) {
    margin-left: -25%;
  }
  main .main__container #feedback .feedback__fold .customer:nth-child(3) {
    margin-right: -25%;
  }
  main .main__container #feedback .feedback__fold .customer p {
    font-size: 14px;
    line-height: 20px;
  }
  main .main__container #feedback .feedback__fold::before, main .main__container #feedback .feedback__fold::after {
    width: 22%;
  }
  main .main__container #specials .specials__content {
    height: 120px;
    width: 60%;
    top: 20px;
  }
  main .main__container #specials .specials__content p {
    width: 100%;
  }
  main .main__container #specials .specials__dishes {
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(1) {
    top: -48px;
    left: 8%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(2) {
    top: -4px;
    left: 39%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(3) {
    top: -48px;
    left: 74%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(3)::after {
    right: 15px;
    background-color: gren;
    left: auto;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(4), main .main__container #specials .specials__dishes .specials__dish:nth-child(5) {
    display: none;
  }
  main .main__container #specials .dish__prices .dish:nth-child(4), main .main__container #specials .dish__prices .dish:nth-child(5) {
    display: none;
  }
  main .main__container #discounts .discount__text {
    width: 50%;
  }
}
@media screen and (max-width: 630px) {
  header .header__container .header__nav {
    display: none;
  }
  header .header__container .header__cta {
    display: none;
  }
  header .header__container .showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
    border-radius: 5px;
  }
  header .header__container .showMenu i {
    color: white;
    font-size: 18px;
  }
  #phone__menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: block;
    top: 0;
    left: -100%;
    background-color: #050313;
    z-index: 4;
  }
  #phone__menu .top__section {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 25px;
  }
  #phone__menu .top__section .closeMenu {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #phone__menu .top__section .closeMenu i {
    color: white;
    font-size: 18px;
  }
  #phone__menu .content {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #phone__menu .content ul {
    list-style-type: none;
    padding: 0 30px;
  }
  #phone__menu .content ul li {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  #phone__menu .content ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  #phone__menu .content ul li .active {
    color: #ffc700;
  }
  #phone__menu .content .menu__cta {
    width: 50%;
    display: block;
    border: none;
    margin-left: 30px;
    border-radius: 10px;
    height: 50px;
    background: linear-gradient(273.78deg, #ff1f00 5.01%, #ff6b00 47.1%, #ffc700 98.99%);
    color: white;
    font-size: 18px;
    margin-top: 50px;
  }
  main .main__container #hero {
    height: auto;
    flex-direction: column;
    padding: 10px 0;
    margin-top: -18px;
  }
  main .main__container #hero .hero__text {
    width: 100%;
    order: 2;
  }
  main .main__container #hero .hero__text h3 {
    font-size: 36px;
    line-height: 30px;
  }
  main .main__container #hero .hero__text p {
    width: 100%;
    line-height: 28px;
  }
  main .main__container #hero .hero__text .hero__cta {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
  main .main__container #hero .hero__image {
    width: 100%;
    max-width: 450px;
  }
  main .main__container #about {
    margin-top: 30px;
  }
  main .main__container #about .about__text {
    width: 100%;
    left: 0;
    height: auto;
    min-height: 100px;
    text-align: justify;
  }
  main .main__container #about .about__text1 {
    top: 0;
  }
  main .main__container #about .about__text2 {
    bottom: 0;
    height: 90px;
  }
  main .main__container #about .circle {
    margin-top: 50px;
  }
  main .main__container #about .sticks {
    width: 90%;
    height: 50%;
    margin: 180px auto;
    bottom: 0;
    transform: rotate(-30deg);
  }
  main .main__container #specials {
    padding: 0;
  }
  main .main__container #specials .specials__content {
    height: 120px;
    width: 100%;
    top: 20px;
  }
  main .main__container #specials .specials__content p {
    width: 100%;
  }
  main .main__container #specials .specials__dishes {
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(1) {
    top: -27px;
    left: 5%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(2) {
    top: 0px;
    left: 35%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(3) {
    top: -22px;
    left: 68%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(4), main .main__container #specials .specials__dishes .specials__dish:nth-child(5) {
    display: none;
  }
  main .main__container #specials .circle {
    width: 95%;
    top: 20px;
    height: 200px;
  }
  main .main__container #specials .dish__prices {
    grid-template-columns: 1fr 1fr;
  }
  main .main__container #menu {
    padding: 0;
  }
  main .main__container #menu .menu__content {
    grid-template-columns: 1fr;
    gap: 16px 12px;
    margin-top: 30px;
  }
  main .main__container #menu .menu__content .dish {
    height: 350px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  main .main__container #discounts {
    min-height: 600px;
  }
  main .main__container #discounts .discount__text {
    width: 80%;
  }
  main .main__container #discounts .discount__image {
    height: 100%;
    margin-top: 50px;
  }
  main .main__container #feedback .feedback__fold .customer {
    width: 80%;
  }
  main .main__container #feedback .feedback__fold .customer:nth-child(1), main .main__container #feedback .feedback__fold .customer:nth-child(3) {
    display: none;
  }
  main .main__container #feedback .feedback__fold .customer:nth-child(2) {
    margin: 0 auto;
  }
  main .main__container #feedback .feedback__fold::before, main .main__container #feedback .feedback__fold::after {
    display: none;
  }
}
@media screen and (max-width: 466px) {
  main .main__container #specials .specials__dishes {
    margin-top: 17px;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(1) {
    top: -27px;
    left: 2%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(2) {
    top: 0px;
    left: 33.5%;
  }
  main .main__container #specials .specials__dishes .specials__dish:nth-child(3) {
    top: -22px;
    left: 65%;
  }
  main .main__container #specials .circle {
    margin-top: 18px;
    height: 200px;
  }
  main .main__container #specials .circle inner {
    background-color: green;
  }
  main .main__container #discounts .discount__image {
    width: 130%;
    margin-left: -14%;
    height: 110%;
  }
}
@keyframes slideLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}