@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:wght@900&display=swap");

/* font-family: 'Noto Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Titillium Web', sans-serif;
"Playfair Display", sans-serif */

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

:root {
  --main-color: #85b72c;
  --font-family: "Playfair Display", sans-serif;
}
.container {
  max-width: 1100px;
  margin: auto;
}

.flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
body {
  height: auto;
  width: 100%;
  background-color: #fff;
  font-family: "Noto Sans", sans-serif;
  transition: 0.4s ease;
  scroll-behavior: smooth;
}

header {
  width: 100%;
  height: auto;
  z-index: 9999;
}

.topnav {
  width: 100%;
  height: 50px;
  background-color: #1d2228;
  color: #fff;
}
.topnav .container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.navicons {
  gap: 30px;
}

.navicons i {
  font-size: 13px;
}
.navicons a:hover i {
  color: var(--main-color);
}
.srbtn {
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s ease;
}

.srbtn i {
  margin-left: 5px;
  font-size: 13px;
  transition: 0.2s ease;
}

.srbtn:hover {
  color: var(--main-color);
}
.srbtn:hover i {
  transform: rotate(90deg);
}

.navicons a .fa-brands {
  transition: color 0.3s ease;
}
.navicons a:hover .fa-facebook-f {
  color: #1877f2;
}

.navicons a:hover .fa-twitter {
  color: #1da1f2;
}

.navicons a:hover .fa-linkedin {
  color: #0077b5;
}

.navicons a:hover .fa-youtube {
  color: #ff0000;
}
.mainnav {
  width: 100%;
  height: 90px;
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 5px #999;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}
.mainnav .container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
}

.logo {
  gap: 5px;
}
.logo img {
  width: 50px;
}
.logo h1 {
  font-size: 28px;
  font-family: Luminari;
  text-transform: uppercase;
  font-weight: 800;
  color: #1d2228;
  cursor: pointer;
  transition: 0.2s;
  font-style: normal;
  font-weight: bold;
}

.navlist {
  gap: 30px;
  margin-right: 150px;
  transition: 0.3s ease-in-out;
}
.navlist li a {
  font-size: 14px;
  font-weight: 600;
}

.navlist li a:hover {
  color: red;
}
.toggle-wrapper {
  display: flex;
  align-items: center;
}

#checkbox {
  display: none;
}

.toggle {
  --bg-toggle: hsl(0, 0%, 96%);
  --bg-circle: hsl(96, 85%, 34%);
  width: 60px;
  height: 30px;
  background-color: var(--bg-toggle);
  box-shadow: 0 0 5px #555;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  cursor: pointer;
  transition: background-color 400ms;
}

.toggle__circle {
  width: 20px;
  height: 20px;
  background-color: var(--bg-circle);
  border-radius: 50%;
  position: relative;
  transition: margin 400ms ease-in-out, background-color 400ms;
}

.toggle__circle::after,
.toggle__circle::before {
  content: "";
  position: absolute;
  background-color: var(--bg-toggle);
  bottom: 130%;
  left: 50%;
  transform-origin: center;
}

.toggle__circle::before {
  width: 7px;
  height: 14px;
  border-radius: 0% 100% 0% 100% / 0% 40% 60% 100%;
  transform: translateX(-80%) rotate(15deg);
}

.toggle__circle::after {
  width: 12px;
  height: 15px;
  border-radius: 100% 0% 100% 0% / 100% 0% 100% 0%;
  transform: translateX(-20%) rotate(-15deg);
}

#checkbox:checked + .toggle > .toggle__circle {
  margin-left: calc(100% - 20px);
}

#checkbox:checked + .toggle {
  --bg-toggle: hsl(96, 85%, 34%);
  --bg-circle: hsl(0, 0%, 96%);
}
.searchbar {
  gap: 20px;
  margin-right: 15px;
}
.searchbar i {
  font-size: 25px;
  color: #555;
  cursor: pointer;
}
.searchbar i:hover {
  color: var(--main-color);
}
.navonoff {
  display: none;
}

#checkbox2 {
  display: none;
}
.toggle2 {
  position: relative;
  width: 40px;
  cursor: pointer;
  margin: auto;
  display: block;
  height: calc(4px * 3 + 11px * 2);
}
.bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: calc(4px / 2);
  background: #111;
  color: inherit;
  opacity: 1;
  transition: 0.35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s;
}

.bar--top {
  bottom: calc(50% + 11px + 4px / 2);
  transition-property: bottom, transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
.bar--middle {
  top: calc(50% - 4px / 2);
  transition-property: opacity;
  transition-delay: calc(0s + 0.35s);
}
.bar--bottom {
  top: calc(50% + 11px + 4px / 2);
  transition-property: top, transform;
  transition-delay: calc(0s + 0.35s), 0s;
}
#checkbox2:checked + .toggle2 .bar--middle {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: calc(0s + 0.35s);
}
#checkbox2:checked + .toggle2 .bar--top {
  bottom: calc(50% - 4px / 2);
  transform: rotate(135deg);
  transition-delay: 0s, calc(0s + 0.35s);
}

#checkbox2:checked + .toggle2 .bar--bottom {
  top: calc(50% - 4px / 2);
  transform: rotate(225deg);
  transition-delay: 0s, calc(0s + 0.35s);
}

.searchinput {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.searchinput input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
}
.searchinput i {
  font-size: 18px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #111;
  box-shadow: 0 0 5px #999;
  border-radius: 5px;
  margin-right: 5px;
  transition: 0.3s ease;
  cursor: pointer;
}

.searchinput i:hover {
  background-color: rgb(232, 31, 31);
}

/* main start */
.headerimg {
  position: relative;
  width: 100%;
  height: auto;
  background: url("/img/cookies-7.jpg") no-repeat center center/cover;
  z-index: 1;
  transition: 0.3s ease;
}

.headerimg .container {
  width: 100%;
  height: 100%;
}

.headerimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Fixed missing px */
  background-color: #111;
  opacity: 0.3;
  z-index: -1;
  transition: background-color 0.3s;
}

.headerinfo {
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  z-index: 9;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 13rem;
  height: 580px;
  object-fit: contain;
}

.headertitle {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family);
}

.headerpara {
  font-size: 17px;
  padding-right: 35rem;
  color: #ffffffcd;
}

/* Header Button Styling */
.headerbtn {
  --black: #000000;
  --ch-black: #141414;
  --eer-black: #1b1b1b;
  --night-rider: #2e2e2e;
  --white: #ffffff;
  --af-white: #f3f3f3;
  --ch-white: #e1e1e1;
  border-radius: 8px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  border: none;
  color: white;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  background-color: var(--main-color);
  overflow: hidden;
}

/* Button Animation */
.headerbtn:before,
.headerbtn:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(
    45deg,
    var(--ch-black),
    var(--ch-black),
    var(--night-rider),
    var(--ch-white),
    var(--night-rider),
    var(--night-rider),
    var(--eer-black),
    var(--ch-black),
    var(--ch-black)
  );
  background-size: 200%; /* Adjusted for better animation */
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 5s linear infinite; /* Moved animation here */
}

/* Fixed Background Animation */
@keyframes steam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Glow Effect on Hover */
.headerbtn:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 10px #fff;
  transform: scale(1.05);
}

.headerslider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -120px;
  z-index: 99;
  overflow: hidden;
}

.slidertitle {
  color: #fff;
  margin-bottom: 30px;
  justify-content: space-between;
}

.slidertitle h4 {
  font-size: 20px;
  font-weight: 600;
  font-style: oblique;
}
.slider1fbtn button {
  position: relative;
  padding: 15px;
  border: 2px solid #fff;
  background: transparent;
  outline: none;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
}
.slider1fbtn button::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: -1;
}

.slider1fbtn button:hover::after,
.slider1fbtn button:hover {
  transform: scale(1);
  border: 2px solid var(--main-color);
}

.headercards {
  width: 100%;
  gap: 30px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  transition: transform 0.5s ease-in-out;
}
.headercard {
  background-color: #e2e1ec;
  min-width: 345px;
  max-width: 345px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.headercards::-webkit-scrollbar {
  display: none;
}

.headercard img {
  width: 110px;
  height: 100px;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.headercard:hover {
  box-shadow: 0 0 15px #5f5f5f;
}

.hcardinfo {
  margin-left: 10px;
}
.hcardinfo span {
  color: brown;
  font-size: 15px;
  margin-bottom: 10px;
}
.hcardinfo h3 {
  color: #333;
  font-family: var(--font-family);
  margin-top: 8px;
}

.threecards {
  gap: 25px;
  padding: 0 20px;
  margin-top: 6rem;
}

.tcard {
  position: relative;
  width: 350px;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 10px 999;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid red;
}

.tcardimg {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
}

.tcardimage img {
  position: relative;
  top: -125px;
  right: 40px;
  object-fit: cover;
}

.tcardsimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s ease;
}

.tcard:hover .tcardimg {
  transform: scale(1.1);
}

.tcardimg span {
  position: absolute;
  top: 2%;
  left: 2%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.tcardimg span:hover {
  color: orange;
}
.tcardinfo {
  position: relative;
  flex-direction: column;
  margin-top: 10px;
  gap: 15px;
  padding: 5px;
}

.tlabel {
  color: brown;
  font-weight: 600;
  font-size: 22px;
}
.tcardinfo h3 {
  font-size: 20px;
  font-family: var(--font-family);
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.star-rating {
  display: flex;
}

.fa-star {
  color: #555;
}
.checked {
  color: orange;
}
.tcardinfo p {
  font-size: 14px;
  line-height: 22px;
  color: #444;
  text-align: center;
}
.tcardinfo ul {
  gap: 12px;
}

.tcardinfo ul li {
  font-size: 12px;
  cursor: pointer;
}
.tcardinfo ul li i {
  margin-right: 5px;
  color: brown;
}

.tcardinfo ul li i:hover {
  color: brown;
}
.tcardbtn {
  position: relative;
  background-color: var(--main-color);
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.tcardbtn::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1111112a;
  z-index: -1;
  transform: scale(0);
  transition: 0.2s ease-in-out;
}

.tcardbtn:hover:before {
  transform: scale(1);
}

.categoriescards {
  margin-top: 6rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.catecard {
  width: 250px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px #ffffff;
}
.catecard:hover {
  border: 1px solid red;
  transition: 0.2s ease-in-out;
}

.catecardinfo {
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cateimg {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.cateimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  transition: 0.3s ease;
}

.catecard:hover img {
  transform: scale(1.1);
}

.catecardinfo span {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}
.catecardinfo h3 {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 400;
}
.catecardinfo p {
  text-align: center;
  font-size: 14p;
}

.catecard:hover {
  box-shadow: 0 0 20px #999;
}

.svg-main {
  fill: black;
}
.svg-sub {
  fill: white;
}

.logo:hover h1 {
  color: #e63946;
  transition: color 0.3s ease;
}

.logo:hover .svg-main {
  fill: #e63946;
  transition: fill 0.3s ease;
}
.logo:hover .svg-sub {
  transition: fill 0.3s ease;
}

.categoriesfilter {
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 8rem;
  gap: 30px;
  padding: 20px;
}
.filter {
  gap: 30px;
}

.filtername {
  width: 252px;
  height: 180px;
  background-color: #f6f0f0;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  transition: 0.3s ease;
}

.filtername .flex {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  transition: 0.3s ease;
}
.filtername .flex .i {
  font-size: 40px;
  color: var(--main-color);
}
.filtername .flex h3 {
  color: #555;
}

.filtername:hover .flex,
.filtername:hover .flex i,
.filtername:hover .flex h3 {
  background-color: var(--main-color);
  color: #1c1919;
}
.catecarbtn {
  position: relative;
  background-color: #ff6767;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.catecarbtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1111112a;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}

.filtercards {
  gap: 25px;
}

.catecarbtn:hover::before {
  transform: scale(1);
}

/* Added hover effect for .tcard and .tcardimg together */
.tcard {
  transition: transform 0.3s ease-in-out;
}

.tcardimg img {
  transition: transform 0.3s ease-in-out;
}

.tcard:hover {
  transform: scale(1.05);
}

.tcard:hover .tcardimg img {
  transform: scale(1.05);
}
.featuredrecipe {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 9rem;
  padding: 0 20px;
}

.featuredtitles {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.titleicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.titleicon img {
  width: 40px;
  height: 40px;
  z-index: 2;
}

.titleicon::before,
.titleicon::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, transparent, #ff6767);
  top: 50%;
}
.titleicon::before {
  right: 100%;
  margin-right: 10px;
  background: linear-gradient(to right, transparent, #ff6767);
}

.titleicon::after {
  left: 100%;
  margin-left: 10px;
  background: linear-gradient(to left, transparent, #ff6767);
}

.titleicon::before {
  right: 100%;
  margin-right: 10px;
}

.titleicon::after {
  left: 100%;
  margin-left: 10px;
}
.featuredtitles h1 {
  font-family: var(--font-family);
  font-size: 45px;
  color: #1d2228;
}
.north {
  margin-top: 50px;
  margin-bottom: 20px;
}

.north h1{
  font-size: 30px;
  text-align: center;
}

/* Adding styles to the subheading */
.featuredtitles p {
  position: relative;
  max-width: 600px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #D2691E;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.featuredtitles p {
  position: relative;
  max-width: 600px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #D2691E;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.featuredtitles p::before {
  content: ''; 
  background-image: url('../img/foodd.jpg'); 
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 120%; 
  left: 50%;
  transform: translate(-50%, -100%); 
  width: 600px;
  height: 200px; 
  opacity: 0.1; 
  z-index: -1;
  pointer-events: none;
}




.featuredcards {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4rem;
  display: flex;
  position: relative;
  white-space: nowrap;
}

.scroll-container {
  display: flex;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.fcard {
  position: relative;
  width: 350px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.fcardimg {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.fcardimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: center;
  object-position: center;
  transition: 0.3s ease;
}

.fcard:hover .fcardimg img {
  transform: scale(1.08);
}

.fauthorname {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  border-top-right-radius: 10px;
}

.fauthorname img {
  width: 40px;
  margin-right: 10px;
}

.fauth h5 {
  font-family: var(--font-family);
  font-size: 15px;
  color: #555;
}

.fauth p {
  font-size: 12px;
  margin-top: 5px;
}

.fcardimg i {
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: #e8e5e5;
  color: #ff6767;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.fcardimg i:hover {
  background-color: #fff;
  color: red;
}

.fcardinfo {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0 0 20px;
  align-items: flex-start;
  gap: 10px;
  white-space: normal; /* Ensure text wraps properly */
  cursor: pointer;

}

.menu {
  margin-top:-40px;
  margin-bottom: 20px;
}

.menu h1{
  text-align: center;
  font-size: 30px;
}

.gfgb{
  position: relative;
  background: url('/img/fruitt.jpg') no-repeat center center / cover;
  width: 100%;
  height: 45vh;
  margin-top: 8rem;
}
.gfgb .container{
  height: 100%;
  width: 100%;
  justify-content:space-between ;
  flex-wrap: wrap;
  
}

