@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&family=Mulish:wght@400;700&family=Plus+Jakarta+Sans:wght@300;400;500;700;800&display=swap");

:root {
  --bg-color: #07d184;
  --text-color: #ffffff;
  --btn-color: #ff9936;
  --shadow-set: inset 0px 11px 8px -10px rgba(255, 255, 255, 0.5),
    inset 0px -11px 8px -10px rgba(0, 0, 0, 0.2);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  direction: rtl;
  background-color: var(--bg-color) !important;
}

.head-seaction {
  height: 100px;
  width: 100%;
  border: 1px solid red;
  display: flex;
  /* align-items: center; */
  justify-content: space-between !important;
}

/* sideBar sratr */

.sideBar {
  height: 100vh;
  width: 256px;
  position: fixed;
  top: 0;
  right: -256px;
  display: flex;
  flex-direction: column;
  align-items: start;

  background-color: #fff;
  text-align: center;
  /* padding-top: 20px; */
  transition: right 0.3s ease;
  overflow-x: scroll;
}

.sideBar a {
  margin-right: 30px;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 23px;
  color: #818181 !important;
  display: block;
}

.toggle-btn {
  font-size: 20px;
  cursor: pointer;
  top: 20px;
  right: 100px;
  z-index: 1;
  color: white;
}

.content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 0;
  transition: 0.3s ease;
}

.toggle-btn h6,
.content-form > i,
.content-form > h6 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
}

.content-form > h6 {
  color: #fff;

  text-align: right;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  /* 170% */
  letter-spacing: 0.5px;
}

.toggle-btn i {
  width: 26px;
  height: 26px;
}

/* sideBar End */
.cursol .card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 332px;
  height: fit-content;

  height: 127px;
}

.cursol .card .card-p {
  color: var(--btn-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cursol .card h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.cursol .card .btns {
  width: 252px;
  border-radius: 10px;
  border: 0.2px solid rgba(255, 255, 255, 1);
  color: rgba(119, 119, 119, 1);
  background-color: rgba(255, 255, 255, 1);
  margin: auto;
}

.cursol .card .green {
  background-color: var(--bg-color);
  border-radius: 0px, 10px, 10px, 0px;
  color: #fff;
}

.cursol .cardContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cursol h6 {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: rgba(79, 79, 79, 1);
}

.cursol-btns {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.cursol-btns button {
  box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.5) inset;
  background-color: rgba(237, 237, 237, 1);
  width: 80px;
  height: 80px;
  font-size: 18px;
  border-radius: 100px;
  color: rgba(79, 79, 79, 1);
}

.cursol-btns .active {
  background-color: var(--btn-color);
  color: #fff;
}

.cursol-btns i {
  /* border: 2px solid rgba(255, 255, 255, 1); */
  color: rgba(255, 255, 255, 1);
}

#meals .headline {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
}

#meals .col-md-6 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.next {
  box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.5) inset;
  background-color: var(--btn-color);
  border-radius: 8px;
  color: #fff;
  width: 268.46px;
  font-size: 24px;
  font-weight: 700;
}

ul li {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 32.13px;
}

.circle {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 650px;
  z-index: -1;
}

.t-circle {
  display: flex;
  align-items: start;
}

.e-circle {
  display: flex;
  align-items: end;
}

.first-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(rgba(20, 198, 255, 1), rgba(183, 237, 255, 1));
  border-radius: 50%;
  position: absolute;
  right: 100px;
  z-index: -1;
}

.secand-circle {
  width: 35px;
  height: 35px;
  background: linear-gradient(rgba(255, 114, 34, 1), rgba(255, 239, 97, 1));
  /* position: absolute;
left: 55px; */
  border-radius: 50%;
}

.three-circle {
  width: 109px;
  height: 109px;
  background: linear-gradient(rgba(255, 249, 115, 1), rgba(98, 255, 227, 1));
  border-radius: 50%;
  position: absolute;
  left: -50px;
  /* position: absolute;
left: -50px; */
}

.four-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(rgba(255, 114, 34, 1), rgba(255, 239, 97, 1));
  border-radius: 50%;
  position: relative;

  right: -100px;
}

form {
  background: white;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;

  border-radius: 50px;
  /* margin-top: -30px; */
  height: 70px;
}

.nav-form {
  width: 100%;
  display: flex;
  align-items: center;
}

.input-navbar {
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 0.5rem;
  /* position: relative; */
  /* border: 1px solid red; */
}

.input-navbar i {
  /* position: absolute; */
  color: #777777;
  /* right: 20px; */
  font-size: 20px;
}

.input-navbar input {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  /* margin-top: 10px; */
  outline: none;
  border: none;
  background: #eee;
  color: #696969;
  border-radius: 32px;
  /* margin-right: 20px; */
  width: 100%;
  height: 60px;
}

.fa-bars {
  font-size: 30px;
}

.icon-nav {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 30px;
  width: 100%;
}

.icon-nav i {
  width: 30px;
  height: 30px;
  background: rgba(238, 239, 252, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(119, 119, 119, 1);
}

.globe {
  display: flex;
  align-items: center;
}

.icon-nav .user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-user,
.fa-moon {
  color: rgba(7, 209, 132, 1) !important;
}

.icon-nav span {
  color: #777777;
  font-size: 15px;
  font-family: Plus Jakarta Sans;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}

@media screen and(max-width:600px) {
  .toggle-btn {
    flex-direction: column;
  }
}

.image-recipes-new {
  width: 50vw;
}

.image-recipes-new img {
  width: 100%;
}
