:root {
  --white: #gray;
  --black: #000;
  --gray: gray;
}
h4 {
  margin: 0px;
}
body {
  background-image: url("https://e0.pxfuel.com/wallpapers/199/478/desktop-wallpaper-blue-ombre-watercolor-watercolor-ombre-background-watercolor-blue-background-blue-iphone-light-blue-pastel.jpg");
  margin: 0;
  padding: 0;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4vw;
  background-color: rgb(48, 48, 48);
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  border-bottom: 6px solid#000000;
  border-radius: 8px;
}

.box-inputSear {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.contenar {
  width: 350px;
  height: 400px;
  /* background-color: var(--white); */
  top: 40px;
  left: 0;
  border: 2px solid #000;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background-color: rgb(181, 181, 181);
  position: absolute;
}
.contenar::-webkit-scrollbar {
  display: none;
}
.box-itm {
  display: flex;
  flex-direction: row;
  padding: 5px;
  border-bottom: 3px solid var(--white);
  cursor: pointer;
}
.box-itm:hover {
  background-color: gainsboro;
}
.box-itm h2:hover {
  background-color: gainsboro;
}
.box-itm img {
  width: 30%;
  border: 2px solid rgb(169, 168, 168);
  border-radius: 20px;
}
.box-itm h2 {
  /* background-color: var(--white); */
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.box-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* background-color: var(--white); */
}
.welcome {
  color: #fff;
  background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L2lzMTYwNjItaW1hZ2Uta3d2eWZrd3IuanBn.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  /* background-color: var(--white); */
  display: flex;
  flex-direction: row;
  gap: 10px;
  border-bottom: 1px solid rgb(102, 102, 102);
  overflow: hidden;
}
.welcome h1 {
  color: red;
}
.please {
  padding-top: 20px;
  margin-top: 10px;
}
.filtar {
  width: 100%;
  height: 35vw;
  /* background-color:var(--white); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtarbox {
  padding: 20px;
  width: 80%;
  height: 100%;
  /* background-color: var(--white); */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.filtarbox div {
  cursor: pointer;
  width: 25%;
  height: 50%;
  /* background-color: var(--white); */
}
.filtarbox h4:hover {
  color: rgb(13, 125, 125);
}
.filtarbox div img {
  width: 100%;
  height: 100%;
}
.filtarbox div h4 {
  text-align: center;
  color: var(--black);
}

.content {
  margin-right: 20px;
  width: 50%;
  height: 100%;
  /* background-color: var(--white); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}
.content button {
  border: none;
  background-color: red;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
}
.content button:active {
  scale: 95%;
  opacity: 0.9;
}
.Slider {
  margin-left: 20px;
  width: 50%;
  height: 100%;
  /* background-color: var(--white); */
}
.slide {
  height: 100%;
  display: flex;

  justify-content: center;
  text-align: center;
}
.slide img {
  width: 100%;
  height: 100%;
  /* background-color: var(--white); */
  padding: 80px;
}

.op {
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
  width: 100%;
  height: 20vw;
  /* background-color: var(--white); */
}
.op img {
  width: 80%;
  height: 15vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: var(--white); */
}
.op * :hover {
  color: rgb(13, 125, 125);
}
.op h4 {
  width: 80%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2 {
  color: #fff;
  padding: 20px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: var(--white);
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
}

#imgBoat {
  /* background-color: white; */
  /* border-radius: 1400px; */
}
.AllItm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* height: calc( 100% + 50%); */
  height: 100%;
  /* background-color: var(--white); */
}
.childeAllItm {
  width: 70%;
  height: 100vh;
  /* background-color: var(--white); */
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px;
}
.childeAllItm div {
  width: 150px;
  height: 150px;
  text-align: center;
  cursor: pointer;
  /* background-color: var(--white); */
}
.childeAllItm div:hover {
  color: cadetblue;
}
#imgAll {
  width: 100%;
  height: 100%;
  /* border: solid gray 3px; */
  border-radius: 500px;
  cursor: pointer;
  /* background-color: var(--white); */
}

.inputsearch {
  height: 100%;
  width: 350px;
  padding-left: 30px;
  background-image: url("./search.svg");
  background-repeat: no-repeat;
  background-position: 5px 6px;
  /* background-color: var(--white); */
  border: 2px solid #ccc;
  border-radius: 8px;
  font-weight: bold;
  color: var(--black);
}

.Up,
.In {
  display: flex;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.Up button,
.In button {
  display: inline;
  font-weight: bold;
  padding: 5px;
  border: none;
  background-color: red;
  color: white;
  border: red 1px solid;
  border-radius: 10px;
}

.In button:active {
  scale: 90%;
  opacity: 0.9;
}
.Up button:active {
  scale: 90%;
  opacity: 0.9;
}
.boxButtonHead {
  /* width: 500px; */
  display: flex;
  gap: 10px;
  padding: 0 20px;
  flex-direction: row;
}

.liked {
  display: none;
  font-weight: bold;
  padding: 5px;
  border: none;
  background-color: red;
  color: white;
  border: red 1px solid;
  border-radius: 10px;
}
.liked:active {
  scale: 95%;
  opacity: 0.9;
}
/* .it:hover {
  background-color: rgb(223, 24, 24);
} */
.div_recipes_box {
  width: 100%;
  height: 50vw;
  background-color: #000;
}

.recipes {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  /* background-color: var(--white); */
  color: var(--black);
  padding-top: 200px;
  gap: 10px;
}

.recipesImg {
  width: 420px;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.recipesImg :first-child {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}

.recP {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  width: 30%;
  height: 80%;
  display: flex;
  padding: 10px;
  justify-content: center;
  /* background-color:var(--white); */
  /* border: 2px solid var(--white); */
  border-radius: 50px;
}
.recP p {
  text-align: center;
  display: flex;
  text-align: start;
  justify-content: start;
  align-items: center;
}

.recipesBack button {
  border: none;
  background-color: red;
  color: var(--white);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding: 13px;
  position: absolute;
  left: 60px;
  top: 100px;
  cursor: pointer;
  border: 2px solid rgb(76, 76, 76);
  border-radius: 30px;
}

.favotitBack {
  width: 70px;
  height: 50px;
  margin-top: 50px;
}
.favotitBack button {
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  background-color: red;
  border: 1px solid rgb(76, 76, 76);
  border-radius: 30px;
  font-size: 20px;
  align-items: center;
}
.divLikeNavBox {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-left: 20px;
  /* background-color: var(--white); */
  padding: 20px;
  /* background-color: var(--white); */
}
.divLikeNavBox1 {
  width: 100%;
  height: 350px;
  display: flex;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
.divLikeNavBox2img {
  width: 20%;
}

.divLikeNavBox2img img {
  width: 100%;
  border-radius: 20px;
}
.divLikeNavBox1 p {
  width: 450px;
}
.buttonInFavorite {
  width: 30px;
  height: 30px;
}
.buttonInFavorite button {
  padding: 5px;
  color: white;
  border: none;
  background-color: red;
  font-size: larger;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  border: 1px red solid;
  border-radius: 10px;
  text-align: center;
}
.logom {
  width: 60px;
  height: 60px;
  display: flex;
}

.logom img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
.logom h1 {
  color: #fff;
}
.logom span {
  color: rgb(255, 0, 0);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.BOx_ConteSignin {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ConteSignin {
  width: 600px;
  height: 600px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ConteSigni1 {
  width: 500px;
  height: 500px;
  background-color: rgb(216, 169, 169);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.inputx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.inputx input {
  border: none;
  border-radius: 8px;
}
.ConteSigni1 button {
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  background-color: red;
  color: white;
}
.ConteSigni1 button:active {
  scale: 95%;
  opacity: 0.9px;
}
.rate {
  color: red;
  font-weight: bold;
}
.love {
  background-color: gray;
  border: 2px solid red;
  border-radius: 10px;
  width: 140px;
  height: 55px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  padding: 8px;
}
.love:hover {
  background-color: red;
  color: #fff;
}
.love:active {
  scale: 95%;
  opacity: 0.9;
}
.chbox {
  display: flex;
  align-self: self-start;
  padding-top: 50px;
  padding-left: 20px;
}
.please {
  color: #820303;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Courier New", Courier, monospace;
  font-size: larger;

  border-radius: 10px;
}
.Hi {
  color: #ef0000;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.LogOut {
  font-weight: bold;
  padding: 5px;
  border: none;
  background-color: red;
  color: white;
  border: red 1px solid;
  border-radius: 10px;
}
.LogOut:active {
  scale: 95%;
  opacity: 0.9;
}
.boxlogo {
  display: grid;
  grid-template-columns: 1fr 2fr;
  cursor: pointer;
}
.logoText h1 {
  font-size: 20px;
  width: 100%;
  height: 100%;
}
.logoText h1 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: #fff;
}
.logoText span {
  color: red;
}
.listimg {
  display: none;
}
.s {
  display: none;
  /* z-index: 1;
  top: 40px;
  left: 190px;
  position: absolute;
  width: 130px;
  height: 200px;
  background-color: #dedcdc;
   border-radius:14px ;
   display: grid;
   grid-template-rows: 1fr 1fr 1fr ; */
}

.NotExist {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b16c6c;
}

@media (max-width: 600px) {
  .show {
    display: none;
  }
  .welcome {
    color: #fff;
    background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L2lzMTYwNjItaW1hZ2Uta3d2eWZrd3IuanBn.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    /* background-color: var(--white); */
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-bottom: 1px solid rgb(102, 102, 102);
  }
  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: rgb(48, 48, 48);
    justify-content: space-between;
    gap: 20px;
    position: fixed;
    border-bottom: 6px solid#000000;
    border-radius: 8px;
  }
  .head img {
    height: 70px;
    width: 70px;
  }
  .head h1 {
    text-align: center;
    display: flex;
    justify-self: center;
    align-self: center;
    height: 100%;
    font-size: 15px;
  }
  .inputsearch {
    /* display: none; */

    left: 30px;
    top: 20px;

    width: 190px;
    height: 26px;
  }
  .contenar {
    width: 100%;
    height: 40vh;
  }
  .box-itm img {
    /* width: 50%;
    height: 100%; */
  }
  .box-itm .content_h2 {
  }

  .box-itm h2 {
    font-size: 10px;
  }
  .box-itm {
    /* width: 100%;
    height: 30%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content * {
    font-size: 12px;
  }
  .content h1 {
    font-size: 20px;
  }
  .boxButtonHead {
    width: 300px;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 80%;
    top: 90%;
    gap: 2px;
    display: none;
  }
  .boxButtonHead div {
    font-size: 12px;
  }
  .Up,
  .In {
    font-size: 12px;
  }
  .Up button,
  .In button {
    padding: 8px;
  }

  .listimg img {
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 10px;
  }
  .listimg {
    padding: 7px;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }
  .logoText {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logoText h1 {
    font-size: 10px;
  }
  .Hi h4 {
    width: 100%;
    height: 100%;
  }
  .logom {
    width: 100%;
    height: 100%;
  }
  .logom img {
    width: 100%;
    height: 100%;
  }
  .boxlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 100px;
    height: 100%;
  }

  .s button {
    font-size: 12px;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid rgb(108, 30, 30);
  }
  .ConteSigni1 {
    width: 300px;
    height: 450px;
    background-color: #dedcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .ConteSigni1 * {
    font-size: 14px;
  }
  .Hi h4 {
    font-size: 13px;
  }

  .AllItm {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /* height: calc( 100% + 50%); */
    height: 100%;
    overflow: hidden;
    /* background-color: var(--white); */
  }
  .childeAllItm {
    width: 70%;
    height: 200vh;
    /* background-color: var(--white); */
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
  .childeAllItm div {
    width: 80px;
    height: 80px;
    text-align: center;
    cursor: pointer;
    /* background-color: var(--white); */
  }
  .childeAllItm div h4 {
    font-size: 12px;
  }
  .please {
    color: #e90000;
    font-weight: bold;
    /* font-size: 1px; */
    font-size: 14px;
    font-family: Courier, monospace;
    /* font-size: larger; */
  }
  .recipesBack button {
    border: none;
    background-color: red;

    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding: 4px;
    position: absolute;
    left: 20px;
    top: 60px;
    cursor: pointer;
    border: 2px solid rgb(76, 76, 76);
    border-radius: 10px;
  }
  .recP {
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bold;
    width: 60%;
    height: 50%;
    font-size: 12px;
    display: flex;
    padding: 10px;
    justify-content: center;
    /* background-color:var(--white); */
    /* border: 2px solid var(--white); */
    border-radius: 50px;
  }
  .recP p {
    text-align: center;
    display: flex;
    text-align: start;
    justify-content: start;
    align-items: center;
  }
  .recipesImg {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .love {
    background-color: gray;
    border: 2px solid red;
    border-radius: 10px;
    font-size: 10px;
    width: 70px;
    height: 55px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding: 8px;
  }
  .boxitm {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .boxitm div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .favotitBack {
    padding: 8px;
  }
  .favotitBack button {
    font-size: 12px;
  }
  .divLikeNavBox {
    height: 110vh;
  }
}
