@import url('https://fonts.cdnfonts.com/css/changa');
* {
  margin: 0;
  padding: 0;
  font-family: 'Changa', sans-serif;
}

body {
  text-align: center;
  color: white;
  background-color: #012D1E;
  background-image: url(../images/PATTERN.png),linear-gradient(#012D1E, #004f1b,#012D1E);
  background-position: top,center;
  background-repeat: repeat,round;
  background-size: 20rem;
  direction: rtl;
  font-family: 'Changa', sans-serif;
}

.HideScrollbar::-webkit-scrollbar {
  display: none;
}
.HideScrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.eeeeee {
  display: none;
  background-color: #eeeeee;
  position: absolute;
  width: -webkit-fill-available;
  height: 63vh;
  bottom: 0;
  z-index: -1;
}
.c124830 {
  display: none;
  background-color: #012D1E;
  background-image: url(../images/PATTERN.png),linear-gradient(#012D1E, #004f1b,#012D1E);
  background-position: top,center;
  background-repeat: round;
  background-size: cover;
  position: absolute;
  width: -webkit-fill-available;
  height: 70vh;
  top: 0;
  z-index: -1;
}

.fbbb3f {
  color: #fbbb3f;
}

.back a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
}

.back a:hover {
  color: #ffffff;
}

/* SplashPage */
.SplashPage .title {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px;
  font-size: xx-large;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.SplashPage .DropDown {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 1px 20px;
}

.SplashPage .DropDown select,.SplashPage .DropDown option{
  color: white;
  background-color: #0000001a;
  border-radius: 8px;
  font-size: x-large;
  cursor: pointer;
  border: unset;
  padding: 7px 20px;
  text-decoration: unset;
}
.SplashPage .DropDown option{background-color: #003521;}

.SplashPage .DropDown div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 1px 20px;
}
.SplashPage .DropDown .BtnButtons {
  background-color: #80808073;
  font-weight: bold;
  text-align: start;
}
.SplashPage .DropDown button,
.SplashPage .DropDown a {
  color: white;
  background-color: #0000001a;
  border-radius: 8px;
  font-size: xx-large;
  cursor: pointer;
  border: unset;
  padding: 7px 20px;
  text-decoration: unset;
}
.SplashPage .DropDown button:hover {
  color: white;
  background-color: #00000047;
}
.SplashPage .DropDown a:hover {
  color: #ffffff;
  background-color: #4caf504d;
}
.SplashPage .DropDown .DropDownCategory,
.SplashPage .DropDown .DropDownLanguages {
  display: none;
}

.mylogo {
  width: -webkit-fill-available;
}

.mylogo img {
  width: 200px;
  border-radius: 50%;
}

.GOLD {
  color: #fbbb3f;
}
/* SplashPage */

/* home */
.HeaderW {
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .header,
.product .header,
.Products .header {
  width: 85%;
  margin: 30px;
  display: flex;
  justify-content: space-between;
  font-size: xx-large;
  gap: 100px;
  align-items: center;
}

.product .header .title
,.home .header .title
{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1;
}

.home input#s {
  width: 88%;
  /* height: 50px; */
  padding: 20px 10px;
  font-size: large;
  border-radius: 10px;
  border: unset;
  color: white;
  background-color: #ffffff42;
}

.home input#s:focus {
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.home .SectionsA {
  padding: 25px;
  padding-top: 20px;
  background: linear-gradient(
    to top,
    #eeeeee 0%,
    #eeeeee 50%,
    #afeeee00 50%,
    #afeeee00 100%
  );
}
.home .sections {
  overflow-x: scroll;
  display: flex;
  gap: 20px;
  padding: 10px;
}

.home .sections .item .img {
  width: 100px;
  height: 100px;
}

.home .sections .item .img img {
  width: 100%;
  height: 100%;
}

.home .sections .item {
  height: 150px;
  padding: 15px 20px;
  color: black;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  gap: 10px;
  box-shadow: 1px 1px 13px 4px #00000014;
}
.home .CommonFoods {
  box-shadow: 0px -20px 0px 20px #eeeeee;
  background-color: #eeeeee;
  padding-bottom: 100px;
}

.home .CommonFoods .path {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 30px;
}

.home .CommonFoods .path a {
  text-decoration: none;
  color: #97a29e;
}

.home .sections .item .text {
  color: #19452e;
  font-size: large;
  font-weight: bolder;
}

.home .CommonFoods .path .title {
  color: #104c32;
  font-size: x-large;
  font-weight: bolder;
}

.home .CommonFoods .CommonFoodsList .ItemBackground {
  width: -webkit-fill-available;
  height: 45%;
  background-color: white;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  z-index: -1;
}

.home .CommonFoods .CommonFoodsList .item,
.Products .CommonFoodsList .item {
  color: #104c32;
  /* width: 170px; */
  height: fit-content;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: start;
  z-index: 1;
}

.home .CommonFoods .CommonFoodsList,
.Products .CommonFoodsList {
  padding: 5px 20px;
  overflow-x: scroll;
  display: flex;
  gap: 20px;
}

.home .CommonFoods .CommonFoodsList .item .name,
.Products .CommonFoodsList .item .name {
  text-align: start;
  font-size: x-large;
  font-weight: bolder;
}

.home .CommonFoods .CommonFoodsList .item .dec,
.Products .CommonFoodsList .item .dec {
  color: #596460;
  font-size: medium;
}

.home .CommonFoods .CommonFoodsList .item .ProcessingTimePrice,
.Products .CommonFoodsList .item .ProcessingTimePrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.home .CommonFoods .CommonFoodsList .item .img,
.Products .CommonFoodsList .item .img {
  text-align: center;
  width: -webkit-fill-available;
  position: relative;
}

.home .CommonFoods .CommonFoodsList .item .ProcessingTimePrice .Price,
.Products .CommonFoodsList .item .ProcessingTimePrice .Price {
  font-size: xx-large;
  font-weight: bolder;
  white-space: nowrap;
  display: flex;
  direction: ltr;
  align-items: center;
}
.SPrice {
    font-size: 20px;
}
.home .CommonFoods .CommonFoodsList .item .ProcessingTimePrice .ProcessingTime,
.Products .CommonFoodsList .item .ProcessingTimePrice .ProcessingTime {
  font-weight: 500;
  clear: both;
  white-space: nowrap;
}
.fa-clock {
    font-size: x-large;
}
.home .CommonFoods .CommonFoodsList .item .img img,
.Products .CommonFoodsList .item .img img {
  width: 140px;
  height: 140px;
}

.home .CommonFoods .CommonFoodsList .item .row2,
.Products .CommonFoodsList .item .row2 {
  padding: 15px;
  padding-top: 5px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
  text-align: start;
  background-color: white;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}
/* home */

/* product */
.product .MyProduct {
  /* margin-top: 80px; */
}

.product .MyProduct .image {
  width: -webkit-fill-available;
  position: relative;
}

.product .MyProduct .image img {
  width: 250px;
  height: 250px;
}
.product .row2 .Categories .CategoriesList .item .img img {
  width: 100%;
  height: 100%;
}

.product .row2 {
  background-color: #eeeeee;
  color: #124830;
}

.product .row2 .InfoList {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: x-large;
  align-items: center;
  padding: 90px 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.product .row2 .InfoList .row {
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: bolder;
}

.product .row2 .Categories {
  margin-top: 35px;
}

.product .row2 .Categories .info {
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}

.product .row2 .Categories .info .title {
  font-size: xx-large;
}

.product .row2 .InfoList .row .name {
  font-size: xx-large;
  font-weight: bolder;
}

.product .row2 .InfoList .row .price {
  font-size: larger;
  white-space: nowrap;
  display: flex;
  direction: ltr;
  justify-content: center;
  align-items: center;
}

.product .row2 .InfoList .row .time {
  font-size: small;
  white-space: nowrap;
}

.product .row2 .InfoList .row .dec {
  font-size:medium;
  color: gray;
  text-align: start;
  width: 50%;
}

.product .row2 .Categories .CategoriesList {
  overflow-x: scroll;
  display: flex;
  gap: 20px;
  padding: 30px 20px;
}

.product .row2 .Categories .CategoriesList .item {
  height: 160px;
  padding: 15px 35px;
  color: black;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
}

.product .row2 .Categories .CategoriesList .item .img {
  width: 100px;
  height: 100px;
}

.product .row2 .Categories .CategoriesList .item .text {
  color: #19452e;
  font-size: x-large;
  font-weight: bolder;
  white-space: nowrap;
}
/* product */


.menu {
  position: fixed;
  top: 90px;
  left: -100%;
  background: #111;
  height: 100vh;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 99999;
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
}

.menu a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.menu a:hover {
  cursor: pointer;
  background: none;
  color: cyan;
}


.ltr {
  direction: ltr;
}