@font-face {
  font-family: "kurdish-font2";
  /* The name you'll use in your code */
  src: url("/public/Xoshnus\ -\ Nizar\ Cocon\ Kurdish\ Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kurdish-font2";
  /* The same font-family name */
  src: url("/public/Xoshnus\ -\ Nizar\ Cocon\ Kurdish\ Regular.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
}

html,
body,
#root {
  height: 100%;
  background: linear-gradient(117deg, #5f1f0c, #af3f1d);
  /* font-family: "El Messiri", serif !important; */
  font-family: "El Messiri", serif !important;
  overflow-x: hidden;
}
html {
  background-color: #5f1f0c;
}

/* ------- main start ------- */
.wraper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.category {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.wraper .menu {
  width: 100%;
  max-width: 500px;
}

.wraper .footer {
  font-size: 12px;
  color: #ffffffb0;
  text-align: center;
  margin-top: -3vh;
  margin-bottom: 10px;
  position: relative;
  z-index: 110;
}

.wraper .footer .caviar {
  color: #000000c2;
  /* text-decoration: none; */
  font-weight: 700;
}

.wraper .main-logo {
  text-align: center;
  border-left: 1px solid #00000052;
  width: calc(100% - 500px);
  position: fixed;
  overflow: hidden;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.wraper .main-logo img {
  width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
  .wraper .menu {
    max-width: 100%;
  }

  .wraper .main-logo {
    display: none;
  }

  .carousel .slide img {
    height: 185px !important;
    object-fit: cover;
  }
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .menu-items .items {
    width: 70% !important;
  }

  .carousel .slide img {
    height: 500px !important;
    object-fit: cover;
  }

  .intro .footer {
    left: 45% !important;
  }

  .category .category-item {
    height: 200px !important;
    margin-bottom: 50px !important;
  }
}

/* ------- main end ------- */

/* ------- intro start ------- */

.intro {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 11;
}

.intro .head {
  text-align: center;
}

.intro .head img {
  width: 14rem;

  margin-bottom: 25px;
  border-radius: 50%;
}

.intro .head h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #ffffffe0;
}

.intro .head p {
  color: #fff;
  line-height: 1.6;
}

.intro form {
  margin: 30px;
}

.intro form button {
  font-family: "El Messiri", serif !important;
  display: block;
  margin: auto;
  margin-bottom: auto;
  border-radius: 12px;
  width: 15rem;
  height: 3rem;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffffd1;
  background: transparent;
  cursor: pointer;
  border: none;
  font-weight: bold;
  border: 1px solid #00000057;
}

.intro .social {
  text-align: center;
}

.intro .social a i {
  color: #252525bf;
  margin: 8px;
  font-size: 32px;
}

/* ------- intro end ------- */

/* ------- Category Start ------- */

.category {
  width: 100%;
}

.category .head {
  text-align: center;
  position: relative;
  height: 250px;
  clip-path: ellipse(150% 100% at 50% 0%);
}

.category .head img {
  width: 106px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(1.2);
  border-radius: 50%;
  box-shadow: 0 0 9px 0 #00000096;
  background: #6c250fed;
  padding: 0.5rem;
}

.category .head .backward {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 2px 3px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
}

.category .head .language {
  position: absolute;
  top: 10px;
  right: 10px;
}

.category .head .language button,
.menu-items .head .language button {
  display: block;
  width: 60px;
  height: 25px;
  background-color: #21212123;
  border: 1px solid #fefefe;
  margin-bottom: 5px;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: "El Messiri";
}

.category .head .language .activ,
.menu-items .head .language .activ {
  background-color: #00000060;
  color: #ffffff;
}

.category .info {
  margin-top: 15px;
}

.category .info b {
  display: block;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 400;
  padding: 0px 15px;
  color: white;
}

.category .info .address {
  padding: 5px 15px;
  color: white;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.category .info .address div {
  width: 100%;
  text-align: start;
  margin-bottom: 5px;
  display: flex;
}

.category .info .phone {
  display: flex;
}

.category .info .phone div {
  display: flex;
  flex-direction: column;
}

.category .info .address div i {
  padding-right: 10px;
  color: #fefefe;
}

.category .info button {
  margin-top: 15px;
  color: white;
  background-color: #d5d5d540;
  border-radius: 12px;
  border: 1px solid #fefefe;
  padding: 3px 15px;
}

.category .info h3 {
  display: block;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  padding: 15px 0px;
  color: white;
  letter-spacing: 1px;
  position: relative;
  z-index: 11;
}

.category .category-list {
  padding: 15px;
  position: relative;
  z-index: 11;
  min-height: 100vh;
  overflow: hidden;
}

.category .category-list .category-item {
  margin: 25px 0px;
  height: 20vh;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px #64200be6;
  position: relative;
  overflow: hidden;
}

.category .category-list .category-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  /* border: 1px solid #fefefe; */
}

.category .category-list .category-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #0000008f;
  opacity: 0.4;
}

.category .category-list .category-item h2 {
  color: #fefefeef;
  font-size: 28px;
  letter-spacing: 1px;
  text-shadow: 1px 2px 2px #00000091;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {
  width: 100%;
  /* min-height: 100vh; */
}

.menu-items .head {
  text-align: center;
  position: relative;
  height: 250px;
  clip-path: ellipse(150% 100% at 50% 0%);
}

.menu-items .head img {
  width: 106px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(1.2);
  border-radius: 50%;
  box-shadow: 0 0 9px 0 #00000096;
  background: #6c250fed;
  padding: 0.5rem;
}

.menu-items .head .backward {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 2px 3px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
}

.menu-items .head .language {
  position: absolute;
  top: 10px;
  right: 10px;
}

.menu-items .carousel {
  width: 100%;
  text-align: center;
  margin: 15px 0px;
}

.menu-items .carousel img {
  height: 150px;
  max-width: 90%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  object-fit: cover;
}

.menu-items .categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: auto;
  position: relative;
  z-index: 11;
}
.menu-items .categories::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .menu-items .categories {
    display: flex;
    justify-content: center;
  }
}

.menu-items .categories .categories-item {
  width: 68px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  cursor: pointer;
  display: table;
}

.menu-items .categories .categories-item .categories-icon {
  width: 30px;
  height: 35px;
  padding: 10px 1px 0px !important;
  overflow: hidden;
  margin: auto;
}

.menu-items .categories .categories-item .categories-icon img {
  width: 30px;
  height: 30px;
  margin: auto;
}

.menu-items .categories .categories-item .categories-icon span {
  width: 20px;
  display: block;
  height: 20px;
  border: 1px solid #fefefe;
  border-radius: 50%;
  margin: auto;
  margin-top: 5px;
}

.menu-items .categories .categories-item .categories-name {
  padding: 2px;
  margin-top: 5px;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 13px;
  width: 130px;
}

.menu-items .categories .active .categories-name {
  color: #fefefe;
  font-weight: bold;
}

.menu-items .categories .active {
  border-bottom: 2px solid #e1e1e1;
}

.menu-items .categories .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.menu-items .subcategories > .item {
  border: 1px solid #c99c04;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 15px;
}

.menu-items .subcategories .item-head {
  background-color: #ffffff17;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.menu-items .subcategories .item-body {
  padding: 10px 15px;
  background-color: #1e322d73;
  border-radius: 5px;
}

.menu-items .items {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.menu-items .items .head-listview {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 15px 0px;
}

.menu-items .items .head-listview .category-name {
  color: rgb(252 252 252);
  font-size: 24px;
}

.menu-items .items .head-listview .listview {
  display: flex;
  justify-content: center;
  border: 1px solid white;
  border-radius: 4px;
}

.menu-items .items .head-listview .listview i {
  margin: 4px 5px;
  color: #fff;
  cursor: pointer;
}

.menu-items .items .head-listview .listview .active {
  color: #242424;
}

.item-order {
  position: absolute;
  background-color: #9d670a;
  color: white !important;
  border-radius: 5px;
  width: 25px;
  text-align: center;
  font-size: 14px !important;
  height: 15px;
}

.menu-items .items .style-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 16px;
  position: relative;
  z-index: 11;
  background-color: #0000002b;
  border: 1px solid #72240d;
  box-shadow: 0 0 5px 0 #9a351763;
}

.menu-items .items .style-list .side-right {
  width: 33.33333333%;
  text-align: end;
  height: 100px;
  overflow: hidden;
}

.menu-items .items .style-list .side-right img {
  width: 100px;
  height: 100px;
  border: 3px;
  /* box-shadow: 0px 1px 5px #fefefe; */
  border-radius: 16px !important;
  object-fit: cover;
}

.menu-items .items .style-list .side-left {
  width: 66.66666667%;
}

.menu-items .items .style-list .side-left h5 {
  color: #fefefe;
  font-size: 16px;
  margin: 10px;
}

.menu-items .items .style-list .side-left p {
  color: #d1cccc;
  font-size: 13px;
  margin-right: 10px;
  margin: 10px;
}

.menu-items .items .style-list .side-left .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 10px;
  flex-direction: column;
}

.menu-items .items .style-list .side-left .price span {
  color: #fefefe;
  font-size: 13px;
  font-weight: 600;
}

.menu-items .items .style-list .side-left .price span span {
  margin: 10px;
}

.menu-items .items .style-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  position: relative;
  z-index: 11;
}

.style-two,
.style-large,
.menu-items .items {
  margin-bottom: 3rem;
}

.menu-items .items .style-two .item {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  background-color: #0000002b;
  border: 1px solid #72240d;
  box-shadow: 0 0 5px 0 #9a351763;
}

.menu-items .items .style-two .image {
  position: relative;
  height: auto;
  overflow: hidden;
}

.menu-items .items .style-two .image .image-loading {
  width: 100%;
  height: 20vh;
}

.menu-items .items .style-two .image img {
  width: 100%;
  max-height: 100%;
  height: 20vh;
  border: 3px;

  object-fit: cover;
}

.menu-items .items .style-two .image .item-order {
  top: 4px;
  left: 4px;
}

.menu-items .items .style-two .info {
  padding: 10px 10px 5px;
}

.menu-items .items .style-two .info h5 {
  color: #fefefe;
  font-size: 14px;
}

.menu-items .items .style-two .info .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px;
}

.menu-items .items .style-two .info .price span {
  color: #fefefe;
  font-size: 13px;
  font-weight: 600;
}

.menu-items .items .style-two .info .price span span {
  display: block;
  margin-bottom: 5px;
}

.style-large .item {
  width: 90%;
  height: auto;
  margin: auto;
  background-color: #0000002b;
  padding: 8px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #72240d;
  box-shadow: 0 0 5px 0 #9a351763;
  position: relative;
  z-index: 11;
}

.style-large .item .image-loading {
  width: 100%;
  height: 25vh;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 #ffffff1c;
}

.style-large .item img {
  width: 100%;
  height: 25vh;
  border-radius: 8px;
  object-fit: cover;
}

@media (min-width: 600px) {
  .style-large .item .image-loading {
    height: 35vh;
  }

  .style-large .item img {
    height: 35vh;
  }
}

.style-large .item .item-order {
  top: 12px;
  left: 12px;
}

.style-large .item h5 {
  color: #fefefe;
  font-size: 16px;
  margin-top: 8px;
  padding: 0px 10px;
}

.style-large .item .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0px 10px;
}

.style-large .item .price span {
  color: #fefefe;
  font-size: 13px;
  font-weight: 600;
}

.style-large .item .price span span {
  display: block;
  margin-bottom: 5px;
}

/* ------- Menu end ------- */

/* ------- Loader start ------- */

.loader-container {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.loader {
  width: 35px;
  height: 35px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ------- Loader end ------- */

.swal2-container.swal2-center > .swal2-popup {
  background-color: #000000c4;
  border-radius: 16px;
}

.swal2-styled.swal2-confirm {
  background-color: #fefefe00 !important;
  color: #ffffff !important;
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 10px !important;
  box-shadow: 0 0 5px 0 #1e33149c;
}

.swal2-actions:not(.swal2-loading) .swal2-styled {
  font-family: "El Messiri", serif !important;
}

.swal2-show {
  animation: swal2-show 0.7s !important;
}

.image-loading {
  overflow: hidden;
}

.notfound {
  color: white;
  text-align: center;
  margin-top: 50px;
}

.feedback {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 11;
  gap: 0.9rem;
}

.feedback h1 {
  text-align: center;
  color: #eee;
  margin: 10px auto;
}

.feedback .feedback-item {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback .feedback-item .title {
  margin-bottom: 10px;
  color: #eee;
  font-size: 18px;
}

.feedback .feedback-item textarea,
input {
  background-color: #0000001c;
  border: none;
  outline: none;
  min-width: 280px;
  border-radius: 16px;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  /* box-shadow: 0 0 5px 0 #1e3314bf; */
  text-align: start;
  font-weight: 600;
  border: 1px solid #0000001a;
}
.feedback .feedback-item textarea::placeholder,
input::placeholder {
  color: #ffffffa8;
}

.feedback .feedback-item textarea {
  height: 100px;
}

.feedback .feedback-item input {
  height: 20px;
}

.feedback .feedback-item button {
  background-color: #00000052;
  border: none;
  outline: none;
  min-width: 230px;
  border-radius: 2px;
  color: #ffffffc2;
  padding: 10px;
  height: 40px;
  font-weight: bold;
  margin: 15px auto;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  border-radius: 13px;
  /* box-shadow: 0 0 5px 0 #1e33146b; */
  border: 1px solid #00000026;
}

.feedback-success-message {
  margin: 50px auto;
  padding: 15px;
  text-align: center;
  color: white;
  font-size: 20px;
}

.head-feedback {
  display: flex;
  justify-content: space-between;
}

.head-feedback .backward {
  padding: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.head-feedback .lang {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
  margin-right: 35px;
}

.head-feedback .lang div {
  color: #eee;
  cursor: pointer;
  font-size: 18px;
}

.head-feedback .lang div:nth-child(2n) {
  border-left: 1px solid #ac9874;
  border-right: 1px solid #ac9874;
  padding: 0 15px;
  margin: auto 15px;
}

.head-feedback .lang .active {
  color: #fefefe;
}

.send-feedback {
  text-align: center;
  margin: 25px auto;
  border: 1px solid #ffffff59;
  padding: 6px 18px;
  border-radius: 6px;
}

.send-feedback a {
  font-size: 14px;
  line-height: 20px;
  margin: 8px;
  color: #ffffffc2;
  text-decoration: none;
}

.send-feedback i {
  font-size: 12px;
  margin-right: 4px;
}

/*display dscription*/
.swal2-html-container p {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  align-items: center;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}
