@font-face {
  font-family: "UniSIRWANSomar";
  src: url("../assets/UniSIRWANSomarRegular.ttf") format("truetype");
}
* {
  padding: 0px;
  margin: 0px;
}

html,
body,
#root {
  height: 100%;
  background-color: #264d16;
  font-family: "UniSIRWANSomar", serif;
}

/* ------- main start ------- */
.wraper {
  display: flex;
  justify-content: space-between;
  /* background: conic-gradient(from 241.85deg at 92.53% 8.81%, #E9EFFF 0deg, #C0D2FE 268.2deg, #E9EFFF 360deg); */
  background-color: #264d16;
  height: 100%;
  overflow-x: hidden;
}
.wraper::-webkit-scrollbar {
  display: none;
}
.wraper .menu {
  width: 100%;
  max-width: 500px;
  position: relative;
}

.wraper .menu .footer {
  font-weight: 400;
  font-size: 8px;
  color: #fffef0;
  text-align: center;
  padding-bottom: 10px;
  z-index: 1001;
  margin-top: -2rem;
}
.footerItro {
  font-size: 1rem;
  color: #ffffff;
  padding-bottom: 10px;
  z-index: 5;
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}
.caviarIntor {
  color: #ffffff;
}

.wraper .menu .footer .caviar {
  color: #ffffff;
}

.wraper .main-logo {
  text-align: center;
  background: #264d16;
  border-left: 1px solid black;
  width: calc(100% - 500px);
  position: fixed;
  overflow: hidden;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
}

.wraper .main-logo img {
  width: 22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
  .backgroundImgFeedback img {
    width: 100% !important;
  }
  .wraper .menu {
    max-width: 100%;
  }

  .wraper .main-logo {
    display: none;
  }

  .carousel .slide img {
    height: 185px !important;
    object-fit: cover;
  }
}
.carousel .slide img {
  margin: 5px;
  box-shadow: 0 0 5px 0 #11224d6e;
  border-radius: 18px / 16px;
}

@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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.wNh-100 {
  width: 100%;
  height: 100%;
}
.intro .head,
.category .head {
  /* margin: auto; */
  text-align: center;
}
.intro .head {
  margin-top: 9.2rem;
}

.intro .intro-title {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "playball", sans-serif;
}
.intro .head img,
.category .head img {
  width: 18.125rem;
  height: 4.75rem;

  z-index: 7;
  position: relative;
}
@media (min-width: 650px) {
  .backgroundImage {
    border-radius: 145px;
    height: 75vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 64% !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1281px) {
  .backgroundImage {
    width: 100% !important;
  }
}

.intro .head h3 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #fff;
}

.intro .head p {
  color: #fff;
  font-size: 20px;
}

.intro form,
.category .category-list {
  margin-top: 50px;
  z-index: 20;
  position: relative;
}
.category-list a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 242px !important;
  text-decoration: none;
}

.category-list a h2 {
  font-size: 24px;
  font-weight: 600;
  color: #163070;
}
.intro .btns-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.intro form button,
.category-list a {
  border: 0.5px solid white;
  background: transparent;
  text-align: center;
  font-size: 1.25rem;
  color: white;
  cursor: pointer;
  width: 7.3rem;
  height: 2.5rem;
  left: 40px;
  gap: 8px;
  border-radius: 20rem;
  font-family: "UniSIRWANSomar";
}
.English-button {
  font-size: 26px;
  font-family: "UniSIRWANSomar", Arial, Helvetica, sans-serif !important;
}

.intro .buttomIntro {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.intro .buttomIntro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.intro .social,
.category .social {
  text-align: center;
  font-size: 20px;
}

.intro .social a i,
.category .social a i {
  margin: 0px 5px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.intro .info {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  height: 120px;
  width: 260px;
  background-color: #dddddd47;
  border-radius: 9px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro .info div {
  margin-bottom: 15px;
  width: 90%;
}

.intro .info div i {
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
}

.intro .info .social i {
  font-size: 28px;
}

.intro .info .phone {
  display: flex;
  align-content: center;
}
.intro .info .phone span {
  display: block;
}
.introBackground {
  width: 248px;
  height: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro .social,
.category .social {
  text-align: center;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.category .social {
  margin-top: 8.7rem;
}
@media (max-height: 744px) {
  .footerItro {
    margin-bottom: 0;
  }
  .intro .social {
    margin-top: 0rem;
  }
  .category .social {
    margin-top: 4.65rem;
  }
}

.intro .social a,
.category .social a {
  background-color: #264d16;
  display: inline-block;
  border-radius: 3rem;

  width: 47px;
  height: 47px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.intro .social a i,
.category .social a i {
  color: #ffffff;
  margin: 5px;
  font-size: 1.5rem;
  padding: 1px;
}

/* ------- intro end ------- */

/* ------- Category Start ------- */

.category .info {
  text-align: center;
  padding: 10px 0px;
}

.category .info button {
  margin-top: 15px;
  color: white;
  background-color: #d5d5d540;
  border-radius: 12px;
  border: 1px solid #fff;
  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;
}

.category .info .social a {
  padding: 4px 10px;
  margin: 2px;
  color: #fff;
  font-size: 20px;
}

.category .category-item {
  position: relative;
  background: white;
  margin: 10px 0px;
  text-align: center;
  height: 200px;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
  width: 97%;
  z-index: 2;
  font-family: "UniSIRWANSomar", cursive;
  border-radius: 16px;
  border: 3px solid #d88838;
}

.category .category-item a {
  position: absolute;
  text-decoration: none;
  bottom: 6px;
  width: 93%;
  right: 50%;
  transform: translateX(50%);
}

.category .category-item h2 {
  color: #487532;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #ffffff;
  padding: 5px 5px;
  border-radius: 8px;
}

/* ------- Category end ------- */

/* ------- Menu start ------- */

.menu-items {
  width: 100%;
}

.menu-items .head {
  text-align: center;
  position: relative;
}

.menu-items .head .backward {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.menu-items .carousel,
.category .carousel {
  text-align: center;
  margin: auto;
  z-index: 6;
  margin-top: 1rem;
  z-index: 7;
  position: relative;
}
.headLogo img {
  width: 100%;
}
.headLogo {
  width: 18.125rem;
  margin: 0 auto;
}
.menu-items .carousel img,
.category .carousel img {
  height: 160px !important;
  width: 90% !important;
  background-size: cover;
  object-fit: cover;
}

.menu-items .categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 2px 5px;
  border-radius: 8px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 85%;
}

.menu-items .categories .categories-item {
  height: fit-content;
  border-radius: 6px;
  width: auto;
  text-align: center;
  text-decoration: none;
  margin: 0px 5px;
  position: relative;
  z-index: 7;
}

.menu-items .categories .categories-item .categories-name {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  height: 35px;
  overflow: hidden;
  width: max-content !important;
}

.menu-items .categories .categories-item .categories-icon img {
  width: 20px;
  height: 20px;
}

.menu-items .categories .categories-item .categories-name {
  width: auto;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 2px 8px;
  display: block;
  color: #ffffff5e;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto 0.3rem;
}

.menu-items .categories .categories-item .active {
  color: #ffffff;
}

.menu-items .categories .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.menu-items .subcategories > .item {
  border: 1px solid #4b1103;
  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: #313131;
  border-radius: 5px;
}

.menu-items .items {
  width: 92%;
  margin: auto;
  margin-bottom: 20px;
  font-family: "UniSIRWANSomar", cursive;
  padding-bottom: 2rem;
}
.listview {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.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 .active {
  color: #d77e07;
}

.menu-items .items .head-listview .listview i {
  margin: 4px 5px;
  color: #fff;
  cursor: pointer;
}

.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;
  margin: 1.25rem 0px;
  background-color: #ffffff;
  height: 11rem;
  justify-content: space-between;
  align-items: center;
}

.menu-items .items .style-list .side-right {
  width: 100%;
  height: 100%;
}

.menu-items .items .style-list .side-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-items .items .style-list .side-left {
  width: 100%;
  height: 100%;
  padding: 0.625rem 1.5rem;
  position: relative;
}
.addToCartButtonList {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.addToCartButtonList button {
  border: none;
  background-color: transparent;
}
.menu-items .items .style-list .side-left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-items .items .style-list .side-left h5 {
  color: #264d16;
  font-size: 11px;
}

.menu-items .items .style-list .side-left p {
  color: #000000;
  font-size: 11px;
  font-weight: 200;
  margin-top: 0.5rem;
}

.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: #264d16;
  font-size: 11px;
  font-weight: 400;
}

.menu-items .items .style-list .side-left .price span span {
  margin: 10px;
}

.menu-items .items .style-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.menu-items .items .style-two .item {
  height: auto;
  margin: auto;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
  width: 40%;
  height: 120px;
  overflow: hidden;
}

.menu-items .items .style-two .item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 2px 5px 2px #0a0a0aa6;
}

.menu-items .items .style-two .item h5 {
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #00000080;
  border-radius: 15px;
  z-index: 5;
  height: 20px;
}

.menu-items .items .style-two .item .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 5;
  height: 20x;
  gap: 5px;
  flex-direction: column;
}

.menu-items .items .style-two .price span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #00000080;
  border-radius: 15px;
  padding: 1px 5px;
}

.style-large .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  height: 200px;
  overflow: hidden;
  flex-direction: column;
  z-index: 4;
}

.style-large .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
  object-position: center;
}

.style-large .item h5 {
  font-weight: 400;
  color: #264d16;
  font-size: 14px;
  padding: 2px 0px;
  border-radius: 15px;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.style-large .item .price {
  display: flex;
  z-index: 5;
  height: 20x;
}

.style-large .item .price span {
  color: #264d16;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-family: "UniSIRWANSomar";
}

.style-large .item .addToCart {
  z-index: 8;
  pointer-events: auto;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.style-large .item .addToCart .addToCartButton {
  display: flex;
  width: 19px;
  height: 19px;
  border: none;
  align-items: center;
  justify-content: center;
}

.style-large .item .addToCart .action::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 6px;
  z-index: -1;
  border-radius: 16px;
}

.style-large .item .addToCart .action {
  width: 110px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: white;
  padding: 2px 5px;
  border-radius: 7px;
  position: relative;
  top: 8px;
  color: #797979;
  display: none;
}

.style-large .item .addToCart .action i {
  /* background-color: #f0f0f0; */
  color: #797979;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 3px;
  padding: 5px;
  border-radius: 16px;
}

.item-contant {
  background-color: #ffffff;
  z-index: 7;
  /* border-radius: 18px / 16px; */
  /* margin: 4.5% 6%; */
  margin-top: auto;
  padding: 0.2rem 0.6rem 0.6rem;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ------- 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: #4b1103;
}

.swal2-styled.swal2-confirm {
  background-color: #ffffff !important;
  color: #4b1103 !important;
}

.swal2-show {
  animation: swal2-show 1s !important;
}

.cartButton {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: none;
  position: fixed;
  bottom: 5%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px #373636;
  color: #2b2929;
  font-weight: bold;
  font-size: 25px;
}

.cartButton i {
  color: #4b1103;
}

.cartButton .cartQty {
  position: absolute;
  right: -8%;
  top: -10px;
  background-color: #ff2a2a;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
}

/* .cartButton:hover {
    transform: rotate(90deg);
  } */

.cart {
  background: #264d16;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 31.25rem;
  z-index: 10;
  display: none;
  overflow-y: scroll;
  flex-direction: column;
  justify-content: center;
}
.cart-show {
  display: flex;
}
.cart-head {
  color: #262626;
  font-weight: bold;
  padding: 12px;
  /* box-shadow: 0px 0px 1px 1px #EEE; */
  border: none;
  display: flex;
  justify-content: end;
  font-size: 20px;
}
.cart-head-close i {
  cursor: pointer;
  /* background-color: #decbab; */
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}
.cart {
}
.backgroundImg {
  opacity: 0.09;
  position: fixed;
  inset: 0;
  pointer-events: none;
}
.backgroundImg img {
  object-fit: cover;
  width: 31.25rem;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .cart {
    max-width: 100%;
  }
}

.cart-show {
  display: block;
}

.cart-head {
  color: #262626;
  font-weight: bold;
  padding: 12px;
  /* box-shadow: 0px 0px 1px 1px #EEE; */
  border: none;
  display: flex;
  justify-content: end;
  font-size: 20px;
}

.cart-head-close i {
  color: #ffffff !important;
  cursor: pointer;
  /* background-color: #4B1103; */
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f2f2f;
}
.feedback-head .cart-head-close i {
  color: white !important;
}

.cart-body {
  padding: 10px;
  height: calc(75% - 175px);
  overflow: scroll;
  margin-top: 20px;
}

.cart-body p {
  position: absolute;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 95%;
  font-weight: 400;
  font-size: 1.2rem;
}

.cart-body .cart-item {
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
  padding: 1.5rem 10px 1rem;
}

.cart-body .cart-item .img {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.cart-body .cart-item .info {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-body .cart-item .action {
  align-items: center;
  font-size: 1.125rem;
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.cart-body .cart-item .action i {
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-body .cart-item .img img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.cart-footer {
  bottom: 0px;
  margin-top: auto;
}

.cart-footer .info {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #737373;
  font-weight: bold;
}

.cart-footer .btn {
  background-color: #4b1103;
  width: 60%;
  margin-top: 10px;
  padding: 3px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fefbf9;
  box-shadow: 0px 0px 1px 1px #f2f2f2;
  font-weight: bold;
}

.cart-footer .btn i {
  margin: 0px 8px;
}

@media only screen and (max-width: 1280px) {
  .cart-footer {
    max-width: 100%;
  }
}

.flex-1 {
  /* flex: 1; */
  width: 100%;
}

/*intro*/

.black-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: black;
}
.backgroundImage {
  height: 75vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.intro-tittle {
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro-tittle .tittle {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.005em;
  text-align: center;
}
.intro-tittle .tittle:last-child {
  background: linear-gradient(179deg, #ffffff, #fafafa2e);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-b-intro {
  z-index: 101;
  padding-bottom: 2rem;
}

/*head menue*/

@media ((min-width: 800px) and (max-width: 1281px)) {
  .menuItem {
    font-size: 18px;
  }
}

.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 2rem 30px;
  border-radius: 0 0 14px 14px;
}

.head .head-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.head .feedback-btn a {
  text-decoration: none;
  color: #264d16;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0.4rem;
}

.head .head-left {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.head .head-btn {
  padding: 0 5px;
  border-radius: 20rem;
  background: #d9d9d9;
  cursor: pointer;
  height: 22px;
  box-sizing: border-box;
  position: relative;
  border: none;
  display: flex !important
;
  justify-content: center !important;
  align-items: center !important;
}

.head .order-btn {
  background: none !important;
}

.head .language .language-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 38px;
  gap: 2px;
}
.head .language .language-active i:last-child {
  font-size: 12px;
  color: #ffffff;
}

.d-flex {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head .head-btn .cartQty {
  position: absolute;
  background: #d9d9d9;
  font-size: 8px;
  font-weight: 700;
  color: #264d16;
  border-radius: 32px;
  display: flex;
  padding: 0.5px;
  top: -5px;
  left: -5px;
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
}

.carousel {
  z-index: 1001;
}

.c-f-all {
  flex: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.c-f-all .info h4 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 200 !important;
}
.c-f-all .info span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 200 !important;
}
.cart-btn {
  background-color: #383227 !important;
  box-shadow: 0px 0px 3px 0px #383227 !important;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.head-right .logo {
  position: absolute;
  width: 48px;
  height: 48px;
  gap: 0px;
  z-index: 101;
  right: 50%;
  transform: translateX(50%);
}
.background-head-color {
  width: 100%;
  height: 172px;
  background: linear-gradient(257.62deg, #4b1103 63.28%, #d88838 193.42%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0 5px 0 #0a0a0a91;
}

.feedback-btn svg {
  margin-right: 5px;
}

.style-large {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
}
.price-addToCart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo {
  z-index: 33;
  position: absolute;
  top: 7%;
  text-align: start;
}
.promo .promo-tittle {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px 0 #383e36;
  font-weight: 600;
  font-size: 14px;
  width: 60px;
  height: 26px;
  padding: 4px 6px 5px 6px;
  border-radius: 8px;
  opacity: 0px;
  background-color: #487532;
  color: #ffffff;
}
.promo .promo-text {
  margin-top: 9px;
  padding: 2px 13px;
  border-radius: 20px;
  background-color: #101b0b6c;
  text-shadow: 2px 2px #487532;
  font-size: 28px;
  font-weight: 600;
  line-height: 40.32px;
  text-align: left;
  color: white;
}
.promo .promo-text span {
  text-shadow: 2px 2px #d88838;
}
.price .iqd {
  font-size: 7px !important;
  color: #4f71c3a3 !important;
  padding-bottom: 4px !important;
  padding-left: 2px !important;
}
.langModalShow {
  display: block;
}
.langModal {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
  z-index: 80;
  display: none;
}

.langModalContainer {
  width: 80%;
  height: 33vh;
  background-color: #c0b4a0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10181;
  max-width: 300px;
  box-shadow: 0 0 6px 0 #65370b;
}

.langModalShow {
  display: block;
}

.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  cursor: pointer;
}

.langModalContainer .langModalBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 190px;
}

.langModalContainer .langModalBody button {
  width: 100%;
  height: 40px;
  background-color: #264d16;
  padding: 9px;
  font-size: 18px;
  color: #f7f6de;
  cursor: pointer;
  border: none;
  border: 1px solid #487532;
  width: 60%;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 4px 0 #6b6764;
  display: flex;

  justify-content: center;
  align-items: center;
}
.langModalContainer {
  width: 90%;
  height: 18rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10181;
  max-width: 364px;
}
@media (max-width: 500px) and (max-height: 675px) {
}

.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  cursor: pointer;
}

.langModalContainer .langModalBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 190px;
}

.langModalContainer .langModalBody button {
  width: 100%;
  background-color: #264d16;
  padding: 22px 9px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UniSIRWANSomar";
}
.langModalContainer .langModalHead {
  padding: 13px 19px 0px;
  display: flex;
  justify-content: end;
}

.langModalContainer .langModalHead i {
  font-size: 26px;
  color: #264d16;
  cursor: pointer;
}
@media (min-width: 500px) {
  .menu-items .carousel img,
  .category .carousel img {
    height: 220px !important;
  }
  .promo {
    top: 50%;
    z-index: 33;
    position: absolute;
    left: 12%;
    text-align: start;
    transform: translateY(-50%);
  }
}
@media (min-width: 900px) {
  .menu-items .carousel img,
  .category .carousel img {
    height: 260px !important;
  }
}
.menu-2 {
  height: 40px;
  opacity: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0.4rem;
  gap: 0.6rem;
  position: relative;
  z-index: 7;
  margin-top: 1rem;
}
.menu-2 button {
  border: none;
  border-radius: 20rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0.5px solid #ffffff;
  width: 10rem;
  height: 2.5rem;
  background-color: transparent;
  cursor: pointer;
}
.active-menu-button1,
.active-menu-button2,
.menu-2c.default,
.menuItemActive {
  background-color: #ffffff !important;
  color: #264d16 !important;
}

/*cart*/
.cart-background-image {
  box-shadow: 0 0 5px 0 #00000063;
  border-radius: 0 0 24px 24px;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  left: 0;
  object-fit: cover;
  height: 172px;
  z-index: -1;
}
.cart-bottom-line {
  border: solid 1px #e3e3e31a;
  width: 87% !important;
  margin: auto;
  margin-bottom: 5px;
}
.summary-of-price {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  width: 90%;
  margin: 20px;
}
.info-content-container {
  gap: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.summary-of-price p {
  margin-bottom: 1.3rem;
}
.info-content-container .item-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
}
.info-content-container .item-quantity {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}
.info-content-container {
  margin-bottom: 0.7rem;
}

/*Feedback*/

.menu-items .head,
.feedback-head {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.2rem 24px 1rem;
}

@media (min-device-width: 800px) and (max-device-width: 1280px) {
  .menu-items .head,
  .feedback-head {
    padding: 4rem 60px 30px !important;
  }
}

.send-feedback {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.send-feedback a {
  font-size: 16px;
  margin: 8px;
  color: #65370b;
  text-decoration: none;

  display: flex;
  align-items: center;
  background-color: #decbab2e;
  padding: 3px 6px;
  border-radius: 8px;
}

.send-feedback svg {
  font-size: 26px;
  margin-right: 4px;
}

.feedback {
  margin-top: 1rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.feedback h1 {
  text-align: center;
  color: #383227;
  margin: 10px auto;
}

.feedback .feedback-item {
  margin: 10px 0 1.1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.feedback .feedback-item .title {
  font-weight: 200;
  margin-bottom: 0.3rem;
  color: #ffffff;
  font-size: 1.25rem;
}

.feedback .feedback-item textarea,
input {
  font-weight: 400;
  background-color: #16307000;
  border: 1px solid #ffffff;
  outline: none;
  width: 89%;
  color: #ffffff;
  padding: 1rem;
  margin-top: 10px;
  font-size: 12px;
  /* border-radius: 16px; */
  font-size: 15px;
}
.feedback .feedback-item textarea::placeholder,
input::placeholder {
  color: white;
}
.Comment,
.field {
  min-width: 100% !important;
}

.feedback .feedback-item textarea {
  height: 100px;
}

.feedback .feedback-item input {
  height: 20px;
}

.feedback .feedback-item button,
.cart-button {
  background-color: #ffffff;
  border: none;
  outline: none;
  width: 10.6rem;
  border-radius: 20rem;
  color: #264d16;
  padding: 10px;
  height: 48px;
  font-weight: 400;
  margin: 15px auto;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback-success-message {
  margin: 50px auto;
  padding: 15px;
  text-align: center;
  color: #ffffff !important;
  font-size: 20px;
}

.head-feedback {
  display: flex;
  justify-content: space-between;
}

.head-feedback .backward {
  padding: 25px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.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: #d77e07;
}

.lang {
  position: absolute;
  background-color: #f6f5f5;
  z-index: 1001 !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  border-radius: 8px;
  color: #5a2012;
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  flex-direction: row-reverse;
  font-weight: 600;
}
.lang .active {
  color: #f7f3e9;
  margin: 4px;
  width: 103px;
  background-color: #5a2012;
  height: 85%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px #1018280f;
  box-shadow: 0px 1px 3px 0px #1018281a;
}
.lang .button {
  margin: 4px;
  width: 103px;
  height: 85%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.css-1xc33vf-MuiRating-root {
  font-size: 2.2rem !important;
  color: #f0ba57 !important;
}
.css-9xw0na-MuiRating-icon {
  color: #7b50001a !important;
}

@media (min-width: 650px) {
  .lang {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    border-radius: 14px;
    width: 50%;
    font-size: 16px;
    margin-top: 5rem;
  }
  .cart-background-image {
    height: 275px;
  }
}

/**/
.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
  border-radius: 200px;
  background: #f0f2f2 !important;
  fill: #e9491d !important;
}

.PhotoView__PhotoWrap {
  background-color: white !important;
  z-index: 0;
}

.PhotoView-Slider__ArrowLeft {
  position: fixed !important;
  z-index: 550 !important;
  top: 75% !important;
  transform: translateY(-75%);
}

.PhotoView-Slider__ArrowRight {
  position: fixed !important;
  z-index: 550 !important;
  top: 75% !important;
  transform: translateY(-75%);
}

.item-photo-view h5 {
  color: #264d16;
  font-size: 24px;
  font-weight: 600;
}

.item-photo-view .price {
  color: #264d16;
  font-size: 28px;
  font-weight: 700;
}
.item-photo-view .price .currency {
  color: #16260fb2;
  font-size: 12px;
  font-weight: 600;
}

.item-photo-view p {
  color: #16260f;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.item-photo-view h5,
.item-photo-view div {
  padding: 5px;
}
.item-photo-view div {
  padding: 0px 10px !important;
}
.item-photo-view h5 {
  font-size: 1.4rem;
}

.item-photo-view {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
  width: 102%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* max-height: 113px; */
  max-width: 80%;
  padding: 2%;
  background: #ffffffbf;
  border-radius: 0rem;
}

@media (max-width: 650px) {
  .item-photo-view {
  }
}
@media (min-width: 650px) {
  .item-photo-view {
    max-width: 72%;
    bottom: 21vh;
  }
}
@media (max-width: 376px) {
  .item-photo-view {
    padding: 4px;
  }
  .item-photo-view h5,
  .item-photo-view div span {
    font-size: 20px;
    padding: 4px 8px;
  }
}
@media (max-height: 760px) and(min-width: 900px) {
  .item-photo-view {
    position: absolute;
    top: 72vh;
    left: 50vw;
    transform: translateX(-50%);
    z-index: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px 32px 0px 0px;
    max-height: 100px;
    max-width: 260px;
  }
}
@media (min-width: 950px) {
  .item-photo-view {
    max-width: 50%;
    bottom: 26%;
  }
}
@media (min-width: 1100px) {
  .item-photo-view {
    max-width: 50%;
    bottom: 19%;
  }
}
@media (min-width: 1400px) {
  .item-photo-view {
    max-width: 26%;
    bottom: 15%;
  }
  @media (min-width: 1550px) {
    .item-photo-view {
      max-width: 20%;
      bottom: 15%;
    }
  }
}

@media (min-width: 1280px) {
  .langModalShow {
    max-width: 500px !important;
  }
  .langModalContainer {
    max-width: 500px;
  }
  .item-photo-view {
    left: 15.6rem !important;
    width: 22.4rem;
    transform: auto !important;
  }
  .langModal {
    width: 500px !important;
  }
}
.PhotoView__Photo {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  height: 0;
  top: 0;
  object-fit: cover !important;
}

.bottomOfDisplay {
  box-shadow: 0 0 5px 0 #79797900;
  border-radius: 20px 20px 0 0;
  content: "";
  height: 118px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #000000 !important;
  z-index: 103;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: start;
}
.bottomOfDisplay:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}
.d-flex0 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}
.item-photo-view p:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}
.PhotoView__PhotoBox {
  text-align: center;
  max-width: 100%;
  min-height: 80%;
  position: fixed !important;
  top: 49% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.photoProviderImg {
  width: 100% !important;
  height: 62% !important;
  object-fit: cover !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .style-large .item {
    height: 20rem !important;
  }
  .photoProviderImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: bottom;
  }
  .item-photo-view {
    max-width: 70% !important;
  }
}

@media (max-width: 768px) {
  .item-photo-view {
    max-width: 87% !important;
  }
}

.PhotoView__PhotoWrap {
  background-color: transparent !important;
}
@media (min-height: 100px) and (min-width: 750px) {
  .PhotoView__PhotoBox {
    max-width: 80%;
    min-height: 70%;
  }
}
@media (max-width: 400px) {
  .PhotoView__PhotoBox {
    max-width: 87%;
    min-height: 80vh;
  }
  .PhotoView__Photo {
    min-width: 100% !important;
  }
}
@media (min-width: 950px) {
  .PhotoView__PhotoBox {
    max-width: 64vh;
    min-height: 80%;
  }
}

.PhotoView__PhotoBox {
  max-width: 87%;
  min-height: 80vh;
}
/*animation*/
.ani-btt {
  animation: ani-btt 2s ease-in-out;
}
.ani-rtl {
  animation: ani-rtl 2s ease-in-out;
}
.ani-ltr {
  animation: ani-ltr 2s ease-in-out;
}
.ani-ttb {
  animation: ani-ttb 2s ease-in-out;
}
.ani-stb {
  animation: ani-stb 2s ease-in-out;
}
.ani-bts {
  animation: ani-bts 2s ease-in-out;
}
.ani-fadeIn {
  animation: ani-fadeIn 2s ease-in;
}
@keyframes ani-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes ani-stb {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes ani-bts {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ani-btt {
  0% {
    transform: translateY(20vh);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes ani-rtl {
  0% {
    transform: translatex(5vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr {
  0% {
    transform: translatex(-5vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ttb {
  0% {
    transform: translateY(-20vh);
  }

  100% {
    transform: translateY(0);
  }
}
/**/
.ani-btt-s {
  animation: ani-btt-s 2s ease-in-out;
}
.ani-rtl-s {
  animation: ani-rtl-s 2s ease-in-out;
  animation-delay: 2.3s;
}
.ani-ltr-s {
  animation: ani-ltr-s 2s ease-in-out;
}
.ani-ttb-s {
  animation: ani-ttb-s 2s ease-in;
}
.ani-stb-s {
  animation: ani-stb-s 2s ease-in;
}
.ani-fadeIn-s {
  animation: ani-fadeIn-s 2s ease-in;
}
@keyframes ani-fadeIn-s {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes ani-stb-s {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes ani-btt-s {
  0% {
    transform: translateY(20vh);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes ani-rtl-s {
  0% {
    transform: translatex(20vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr-s {
  0% {
    transform: translatex(-20vh);
  }

  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ttb-s {
  0% {
    transform: translateY(-8vh);
  }
  100% {
    transform: translateY(0);
  }
}
/*fast ani*/

.ani-btt-f {
  animation: ani-btt-f 1.5s ease-in-out;
}
.ani-rtl-f {
  animation: ani-rtl-f 1.5s ease-in-out;
}
.ani-ltr-f {
  animation: ani-ltr-f 1.5s ease-in-out;
}
.ani-ttb-f {
  animation: ani-ttb-f 1.5s ease-in-out;
}
.ani-fade-in {
  animation: ani-fade-in 1s ease-in;
}
.ani-stb-f {
  animation: ani-stb-f 1.5s ease-in;
}
.ani-bts-f {
  animation: ani-bts-f 1.5s ease-in;
}
@keyframes ani-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-stb-f {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ani-bts-f {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes ani-btt-f {
  0% {
    transform: translateY(5vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ani-rtl-f {
  0% {
    transform: translatex(5vh);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ltr-f {
  0% {
    transform: translatex(-5vh);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes ani-ttb-f {
  0% {
    transform: translateY(-5vh);
  }
  100% {
    transform: translateY(0);
  }
}

.loading-container01 {
  position: fixed;
  background: linear-gradient(190deg, #0c1409, #101b0b 21.83%);
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.spinnerLoader {
  width: 50px;
}

.loading-container01 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Duration and smoothness of fade-out */
}

.loading-container01.fade-out {
  opacity: 0;
}

.loader01 {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader01::after,
.loader01::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}
.loader01::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.item .image {
  height: 100%;
  flex: 1;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1280px) {
  .cart-footer {
    width: 31.25rem;
  }
}

.PhotoView-Slider__BannerWrap {
}

/*  */
.under-head-container img {
  width: 9rem;
}
.under-head-container h1 {
  font-weight: 400;
  font-size: 2.5rem;
  color: #ffffff;
}
.under-head-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 2rem;
  gap: 0.5rem;
}

/* test */
.animationTest {
  color: white;
}

.animationTest span {
  display: inline-block;
  transition: transform 0.3s;
}

/* Animate each letter in sequence for "Welcome To" */
.animationTest .letter:nth-child(1) {
  animation: growLetter 0.6s forwards, shrinkLetter 0.6s 0.6s forwards;
}
.animationTest .letter:nth-child(2) {
  animation: growLetter 0.6s 0.2s forwards, shrinkLetter 0.6s 0.8s forwards;
}
.animationTest .letter:nth-child(3) {
  animation: growLetter 0.6s 0.4s forwards, shrinkLetter 0.6s 1s forwards;
}
.animationTest .letter:nth-child(4) {
  animation: growLetter 0.6s 0.6s forwards, shrinkLetter 0.6s 1.2s forwards;
}
.animationTest .letter:nth-child(5) {
  animation: growLetter 0.6s 0.8s forwards, shrinkLetter 0.6s 1.4s forwards;
}
.animationTest .letter:nth-child(6) {
  animation: growLetter 0.6s 1s forwards, shrinkLetter 0.6s 1.6s forwards;
}
.animationTest .letter:nth-child(7) {
  animation: growLetter 0.6s 1.2s forwards, shrinkLetter 0.6s 1.8s forwards;
}
.animationTest .letter:nth-child(8) {
  animation: growLetter 0.6s 1.4s forwards, shrinkLetter 0.6s 2s forwards;
}
.animationTest .letter:nth-child(9) {
  animation: growLetter 0.6s 1.6s forwards, shrinkLetter 0.6s 2.2s forwards;
}
.animationTest .letter:nth-child(10) {
  animation: growLetter 0.6s 1.8s forwards, shrinkLetter 0.6s 2.4s forwards;
}

@keyframes growLetter {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}

@keyframes shrinkLetter {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}

/*  */
@media (min-width: 1280px) {
  .feedback {
    width: 29rem;
  }
  .PhotoView-Slider__ArrowRight {
    left: 27rem !important;
  }

  .PhotoView-Slider__ArrowLeft,
  .PhotoView-Slider__ArrowRight {
    margin: 0 !important;
  }
  .PhotoView-Slider__BannerWrap {
    width: 31.2rem !important;
  }
}
