@font-face {
  font-family: 'punksnotdeadregular';
  src: url('../assets/fonts/punk_s_not_dead-webfont.woff2') format('woff2'),
    url('../assets/fonts/punk_s_not_dead-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* General Styles */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  color: #252525;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1,
h2 {
  text-align: center;
  font-family: 'punksnotdeadregular';
  text-transform: uppercase;
  font-size: 8rem;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #22ff22;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
}

h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  /* text-transform: uppercase; */
  font-size: 1.3rem;
  width: 80%;
  margin-left: 10rem;
}

p,
a,
li {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 1.5rem;

}

/* Header Styles */
header {
  padding: 10px 20px;
  position: sticky;
  top: 0;
  width: auto;
  z-index: 1000;
  background-image: url('../assets/banner.png');
  background-repeat: repeat-x;
  background-size: 35% auto;
  background-position-y: top center;

}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  height: 50px;
}

.header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header__nav li {
  margin-left: 20px;
}

.header__nav a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: #020202;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__nav a:hover {
  color: #22ff22;
}

.header__icons a {
  margin-left: 20px;
}

.header__icons img {
  height: 30px;
  transition: transform 0.3s ease;
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .header__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__nav ul {
    flex-direction: column;
    width: 100%;
  }

  .header__nav li {
    margin: 10px 0;
  }

  .header__nav a {
    width: 100%;
    text-align: left;
  }

  .header__icons {
    margin-top: 10px;
  }

  .items-grid {
    flex-direction: column;
  }

  .item-card {
    flex: 1 1 100%;
  }
}

/* Hero Banner */
.hero-banner {
  background-image: url('../assets/hero_Image.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #252525;
  color: #fff;
  /* padding: 2rem 2rem; */
  height: 55rem;
}

.hero-banner h1 {
  font-size: 11rem;
  color: #252525;
  margin-top: -3rem;
}

.hero-banner p {
  font-size: 1.6rem;
  max-width: 30rem;
  margin-top: 10rem;
  margin-left: 4rem;
  color: #252525;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  line-height: 2.4rem;
  background-image: url('../assets/stickyPaper.png');
  background-repeat: no-repeat;
  background-position-y: 60%;
  background-position-x: 48%;
  background-size: 46rem auto;
}

.hero-banner button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #22ff22;
  color: #252525;
  margin-left: 29rem;
  border: none;
  padding: 1.5rem 2.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-banner button:hover {
  background-color: #1ed41e;
  transform: scale(1.1);
}

/* CTA Section */

.cta-section {
  background-image: url('../assets/pantry.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 80%;
  text-align: center;
  padding: 2rem 2rem;
  height: 25rem;
  width: 100%;
}

.cta-section p {
  max-width: 60%;
  margin-left: 15rem;
}

.cta-section button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #22ff22;
  color: #252525;
  border: none;
  padding: 1.5rem 2.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-section button:hover {
  background-color: #1ed41e;
  transform: scale(1.1);
}


/* Highlight Section */
#highlight-section {
  padding: 50px 20px;
  text-align: center;
}



#highlight-section p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.highlight-card {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  width: 60%;
  margin-left: 14rem;
}

.highlight-card:hover {
  transform: scale(1.05);
}

.highlight-card img {
  height: 100px;
  margin-right: 20px;
}

.highlight-info h3 {
  font-size: 24pt;
}

.highlight-info p {
  font-size: 14pt;
}

.highlight-info button {
  background-color: #313131;
  border: none;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.highlight-info button:hover {
  background-color: #1ecb1e;
  transform: scale(1.1);
}

/* Items Section Home */
.items-section-home {
  padding: 50px 20px;
  text-align: center;
}

.items-section-home h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.items-section-home ol {
  list-style-type: none;
  padding: 0;
}

.items-section-home li {
  margin-bottom: 50px;
}

.items-section-home img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.items-section-home h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.items-section-home p {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/*Recipes Section Home */

.sinisterrecipes {
  background-image: url('../assets/sinisterrecipes.png');
  /* Replace with the correct path to your image */
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensures the image covers the entire section */
  height: auto;
  /* Centers the image in the section */
  padding: 2rem;
  /* Adds some padding around the content */
  color: #2c2c2c;
  /* Sets text color to white for better contrast */
  text-align: center;
  /* Centers the text */

  /* Adds some margin at the top and bottom */
  min-height: 35rem;
}

.sinisterrecipes h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: 'punksnotdeadregular', Arial, sans-serif;
}

.sinisterrecipes p {
  font-size: 1.5rem;
}



/* Items Section */
.items-section {
  padding: 20px;
  text-align: center;
}

.items-grid,
.items-section-recipes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.items-section p {
  font-size: 1.5rem;
  max-width: 60%;
  padding: 2rem;
  /* text-align: center; */
  margin-left: 15rem;
}

.items-grid img {
  width: 100%;
  max-width: 60%;
  height: auto;
  margin-bottom: 20px;
}

.item-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.item-card:hover {
  transform: scale(1.05);
}

.item-card h3 {
  font-size: 24pt;
}

.item-card p {
  font-size: 14pt;
  padding: 1rem;
}

.item-card button {
  background-color: #313131;
  border: none;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.item-card button:hover {
  background-color: #1ecb1e;
  transform: scale(1.1);
}

/* Testimonials Section */
.testimonials-section {
  padding: 50px 20px;
  /* background-color: #f9f9f9; */
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonials-section h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px auto;
  max-width: 600px;
  text-align: left;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 20%;
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.testimonial-card h2 {

  font-size: 1.5rem;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 1rem;
  color: #666;
}

/* Recipe Section */
.recipe__title {
  font-size: 24pt;
  margin-bottom: 10px;
}

.recipe__wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin: 4rem;
}

.recipes__details dt {
  font-weight: bold;
}

.recipes__details dd {
  margin: 0 0 10px;
}

/* Form Styles */
.filter-form {
  margin-bottom: 4rem;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.filter-form label {
  display: block;
  margin-bottom: 20px;
}

.form__field {
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
}

.filter__field {
  padding: 10px;
  box-sizing: content-box;
  border: 4px solid #22ff22;
  border-radius: 5px;
}

.filter__field:focus {
  border-color: #22ff22;
  box-shadow: 0 0 5px rgba(34, 255, 34, 0.5);
}

.filter-form button {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #22ff22;
  color: #252525;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.filter-form button:hover {
  background-color: #1ed41e;
  transform: scale(1.1);
}

.filter-form button:focus {
  outline: none;
  border: 2px solid #1ed41e;
}

/* Footer */
footer {
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 20px;
}

footer a {
  color: #22ff22;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #1ecb1e;
}

/* Custom Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.quiz-welcome {
  background-image: url('../assets/quiz.png');
  /* Replace with the correct path to your image */
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensures the image covers the entire section */
  height: auto;
  /* Centers the image in the section */
  padding: 2rem;
  /* Adds some padding around the content */
  color: #2c2c2c;
  /* Sets text color to white for better contrast */
  text-align: center;
  /* Centers the text */

  /* Adds some margin at the top and bottom */
  min-height: 35rem;
}



article {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #323232;
  border: 1px solid #ddd;
  border-radius: 5px;
}

article h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #22ff22;
}

article p {
  font-size: 1rem;
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.button {
  padding: 10px 15px;
  font-size: 0.9rem;
  background-color: #22ff22;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.button:hover {
  background-color: #1ed41e;
  transform: scale(1.05);
}

article {
  margin-bottom: 20px;
}

article h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

article p {
  font-size: 1rem;
  margin-bottom: 10px;
}



.button {
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.button:hover {
  background-color: #1ed41e;
  transform: scale(1.1);
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.diary-card {
  cursor: pointer;
}