:root {
  /* colors */
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  text-decoration-style: none;
  padding: 0;
  margin: 0;
}
/*****& navBar *****/
nav {
  border-bottom: 0.0625rem solid #ffedd4;

  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
nav .navbar-brand span {
  background: linear-gradient(
    to right bottom,
    oklch(0.705 0.213 47.604) 0%,
    oklch(0.637 0.237 25.331) 100%
  );
  width: 3rem;
  height: 3rem;
}
nav .navbar-brand .title p {
  color: #6a7282;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
nav .icons span *,
nav .icons .profile-img span {
  color: #4a5565;
  transition: all 0.3s;
  cursor: pointer;
}
nav .icons span:hover *,
nav .icons .profile-img span:hover {
  color: #f54900;
}
nav .icons span i {
  font-size: 1.25rem;
}
nav .icons .profile-img img {
  width: 2.25rem;
  height: 2.25rem;
  border: 0.125rem solid #ffb86a;
  cursor: pointer;
}
nav.navbar .navbar-toggler {
  border: unset;
  font-size: 1.5rem;
  transition: all 0.3s;
}
nav.navbar .navbar-toggler:hover {
  color: #f54900;
}
nav.navbar .navbar-toggler:focus {
  box-shadow: unset;
}
/*****& End navBar *****/

/*****& main meal *****/
.main-meal {
  background-color: #fffbea;
}
.main-meal  .row {
  border-radius: 1.5rem;
}

.main-meal  .content::-webkit-scrollbar,
.main-meal .content .tab-content .tab-pane::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.main-meal  .content::-webkit-scrollbar-track,
.main-meal .content .tab-content .tab-pane::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 10px;
}

.main-meal  .content::-webkit-scrollbar-thumb,
.main-meal .content .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background: oklch(75% 0.15 35/0.3);
  border-radius: 10px;
}

.main-meal  .content::-webkit-scrollbar-thumb:hover,
.main-meal .content .tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
  background: rgb(180, 102, 83);
}

.main-meal .content .tab-content .tab-pane {
  height: 21.875rem;
  overflow-y: auto;
}
.main-meal .recipe-img{
  height: 400px;
}
.main-meal .recipe-img .overlay {
inset: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: self-start;
padding:1.5rem ;
}

.main-meal .recipe-img .stats {
  border-radius: 1rem;
  width: 100%;
}
.main-meal .recipe-img .stats p {
  font-size: .75rem;
  line-height: 1.4;
  color: #6a7282;
}
.main-meal .recipe-img .stats i.fa-fire-burner,
.main-meal .recipe-img .stats i.fa-clock,
.main-meal .recipe-img .stats i.fa-users {
  font-size: 1rem;
}

.main-meal .recipe-img .stats i.fa-clock {
  color: #ff6900;
}
.main-meal .recipe-img .stats i.fa-fire-burner {
  color: #fb2c36;
}
.main-meal .recipe-img .stats i.fa-users {
  color: #2b7fff;
}
    .main-meal .recipe-img .stats span {
  font-size: .875rem;
  line-height: 1.4;
    }

.main-meal .recipe-img .rating .total-rev {
  color: #6a7282;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.main-meal .content .diffeculty,
.main-meal .content .country {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
}
.main-meal .content .diffeculty {
  color: #008236;
  background-color: #dbfce7;
}
.main-meal .content .country {
  color: #1447e6;
  background-color: #dbeafe;
}
.main-meal .content .head {
  margin-block: 0.75rem;
}
.main-meal .content .head h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.main-meal .content p {
  color: #4a5565;
  font-size: .875rem;
  line-height: 1.25rem;
}
.main-meal .content .head button {
  width: 3rem;
  height: 3rem;
  color: #f54a00;
  background-color: #ffedd4;
  border-radius: 0.75rem;
  transition: all 0.3s;
  border: unset;
}
.main-meal .content .head button:hover {
  background-color: #ffd7a8;
}
.main-meal .content .prep-time {
  background-color: #fef2f2;
  border-left: 0.25rem solid #fb2c36;
  border-radius: 0.5rem;
}
.main-meal .content .prep-time span i {
  color: #fb2c36;
  font-size: 1.25rem;
}
.main-meal .content .prep-time p:first-child {
  color: #9f0712;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
.main-meal .content .prep-time p:last-child {
  color: #e7000b;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.main-meal .content ul.nav {
  border-bottom: 1px solid #ebe6e7;
}
.main-meal .content .nav .nav-link {
  background-color: unset;
  color: #6a7282;
  font-weight: 600;
  border-radius: unset;
  font-size: .75rem;
  line-height: 16px;
}
.main-meal .content .nav .nav-link:hover {
  color: #364153;
}
.main-meal .content .nav .nav-link.active {
  color: #f54a00;
  border-bottom: 0.125rem solid #f54a00;
}
.main-meal .content .ingrediants-tab {
  background-color: #fff9ec;
  border-radius: 1rem;
}
.main-meal .content .tab-content .ingrediants-tab > div {
  margin-bottom: 0.75rem;
}

.main-meal .content .ingrediants-tab .number {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ff6900;
  font-size: 0.75rem;
  line-height: 1rem;
}
.main-meal .content .instructions-tab .number {
  width: 3rem;
  height: 3rem;
  background-color: #ff6900;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 1rem;
}
.main-meal .content .tab-content .ingredient,
.main-meal .content .tab-content .instruction,
.main-meal .content .tab-content p.tip {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #364153;
}
.main-meal .content .nutrition-tab .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
}
.main-meal .content .nutrition-tab .type {
  color: #364153;
}
.main-meal .content .nutrition-tab .calories .icon {
  background-color: #ffedd4;
  color: #f54900;
}
.main-meal .content .nutrition-tab .protein .icon {
  background-color: #dbeafe;
  color: #155dfc;
}
.main-meal .content .nutrition-tab .carbohydrates .icon {
  background-color: #fef9c2;
  color: #d08700;
}
.main-meal .content .nutrition-tab .fats .icon {
  background-color: #ffe2e2;
  color: #e7000b;
}
.main-meal .content .nutrition-tab .fiber .icon {
  background-color: #dbfce7;
  color: #00a63e;
}
.main-meal .content .nutrition-tab .sodium .icon {
  background-color: #fce7f3;
  color: #e60076;
}
.main-meal .content .nutrition-tab .nutrition {
  background-color: #f9fafb;
  border-radius: 0.75rem;
}
.main-meal .content .nutrition-tab .nutrition span:last-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.main-meal .content .tips-tab div.tip {
  background-color: #fffbeb;
  border-left: 0.25rem solid #ffb900;
  border-radius: 0.75rem;
}
.main-meal .content .tips-tab div.tip span {
  color: #e17100;
}
.main-meal .content .btn-toggel {
  border-top: 0.0625rem solid #ebe6e7;
}
.main-meal .content .btn-toggel button {
  background: linear-gradient(
    to right,
    oklch(0.705 0.213 47.604) 0%,
    oklch(0.637 0.237 25.331) 100%
  );
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s;
  padding-block: 0.75rem;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -4px #0000001a;

  font-size: .875rem;
  line-height:20px ;

}

.main-meal .content .btn-toggel button:hover {
  background: linear-gradient(
    to right,
    oklch(0.646 0.222 41.116) 0%,
    oklch(0.577 0.245 27.325) 100%
  );
  transform: scale(1.05);
  box-shadow:
    0 20px 25px -5px #0000001a,
    0 8px 10px -6px #0000001a;
}

/*****& End main meal *****/
