/* Fonts */
@font-face {
  font-family: 'Frederik';
  src: url('../fonts/frederik-font-family/Frederik-Regular-BF645d9bffaa893.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Frederik';
  src: url('../fonts/frederik-font-family/Frederik-Medium-BF645d9bffbc329.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Frederik';
  src: url('../fonts/frederik-font-family/Frederik-DemiBold-BF645d9bff7b6ff.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'VVDS';
  src: url('../fonts/VVDS Fifties/VVDS-Fifties-SExp-Med.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_18pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fde2cf;
  color: #111;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Font CLasses */
.title {
  font-family: 'VVDS', sans-serif;
  font-weight: 400 !important;
}

.content {
  font-family: 'Frederik';
  font-weight: 600 !important;
}

.btnText {
  font-family: 'VVDS', sans-serif !important;
  font-weight: 400 !important;
}

.aboutContent {
  font-family: 'Frederik', sans-serif;
  font-weight: 400;
}

.subContent {
  font-family: 'Frederik', sans-serif;
  font-weight: 500 !important;
}

.inputFont {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.faqFont {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

/* Navigation */
nav {
  margin: 0;
  width: 100%;
  background-color: #fde2cf;
  padding: 0.5rem 2rem 0 2rem;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  padding: 1em 2em 0 1em;
}

.nav_logo {
  width: 70%;
  height: auto;
}

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #111;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.nav-links li a {
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  color: #652614;
  font-family: 'Frederik', sans-serif;
  font-weight: 600;
}

.nav-links li a:hover {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 0.3);
}

.thispagebutton {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 1);
}

.thispagebutton:hover {
  border-radius: 20px;
  background-color: rgba(240, 162, 31, 1) !important;
}

/* Hero */
.hero {
  margin-top: 27vh;
  padding-top: 2rem;
  background-color: #fde2cf;
  text-align: center;
  justify-self: center;
  width: 80vw;
}

.hero h1 {
  font-size: 85px;
  /* font-weight: 700; */
  max-width: 100vw;
  margin: 0 auto;
  color: rgba(30, 26, 32);
  line-height: 1.1em;
  letter-spacing: 0.06em;
}

/* Introduction */
.introduction {
  padding: 3.5rem;
  text-align: center;
  max-width: 80vw;
  margin: auto;
  font-size: 24px !important;
  line-height: 1.6em;
  color: #642714;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.introText {
  width: 60%;
  text-align: left;
  font-weight: 600 !important;
}

.introduction button {
  margin-left: 15%;
  width: 100%;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  border-radius: 86px;
  font-size: 25px;
  letter-spacing: 0.05em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 1em 2.3em;
}

.introduction button:hover {
  box-shadow: 0 0 0 0;
}

/* Services */
.services {
  padding: 22vh 2rem 0 2rem;
  margin-top: 15vh;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services h1 {
  font-size: 72px;
  line-height: 1.1em;
  margin-bottom: 1rem;
  color: #8f2121;
  width: 60%;
}

.services h2 {
  font-size: 31px;
  letter-spacing: -1.25px;
  font-weight: 500;
  color: #642714;
}

.services ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}

.services li {
  background-color: #fde2cf;
  padding: 1rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.btn {
  width: fit-content;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  font-weight: 600;
  border-radius: 86px;
  font-size: 24px;
  letter-spacing: 0.05em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 1em 2.3em;
  margin-top: 2em;
}
.btn:hover {
  box-shadow: 0 0 0 0;
}

/* How We Cook */
.howWeCook {
  padding: 22vh 2rem 0 2rem;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.howWeCook h1 {
  columns: #1e1a16;
  font-size: 80px;
  line-height: 1.1em;
}

.cookList {
  margin: 3.5em 0;
  width: 80vw;
  display: flex;
  gap: 2vw;
  padding: 0 3em;
}

.cookList h2 {
  text-align: left;
  color: #642714;
  font-size: 35px;
  letter-spacing: -1.25px;
  line-height: 1.2em;
  font-weight: 630;
}

.cookList p {
  text-align: left;
  color: #ed6325;
  font-size: 28px;
  letter-spacing: -1.25px;
  line-height: 1.3em;
  font-weight: 600;
  width: 75%;
  justify-self: center;
  margin-left: 1em;
}

.cookListItem {
  width: 32%;
}

.cookListNumber {
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.964 63.419'><path d='M 28.432 2.029 C 30.033 -0.676 33.931 -0.676 35.532 2.029 L 38.465 6.988 C 39.469 8.685 41.524 9.436 43.378 8.785 L 48.797 6.881 C 51.754 5.841 54.741 8.359 54.236 11.466 L 53.311 17.159 C 52.994 19.107 54.088 21.01 55.925 21.708 L 61.295 23.749 C 64.224 24.863 64.902 28.721 62.527 30.775 L 58.177 34.538 C 56.688 35.826 56.308 37.99 57.269 39.712 L 60.076 44.743 C 61.608 47.489 59.659 50.881 56.526 50.921 L 50.786 50.994 C 48.821 51.019 47.146 52.431 46.78 54.371 L 45.712 60.038 C 45.129 63.131 41.465 64.471 39.04 62.478 L 34.596 58.827 C 33.075 57.577 30.889 57.577 29.368 58.827 L 24.924 62.478 C 22.499 64.471 18.835 63.131 18.252 60.038 L 17.184 54.371 C 16.818 52.431 15.143 51.019 13.178 50.994 L 7.438 50.921 C 4.305 50.881 2.356 47.489 3.888 44.743 L 6.695 39.712 C 7.656 37.99 7.276 35.826 5.787 34.538 L 1.437 30.775 C -0.938 28.721 -0.261 24.863 2.669 23.749 L 8.039 21.708 C 9.876 21.01 10.97 19.107 10.653 17.159 L 9.728 11.466 C 9.223 8.359 12.21 5.841 15.167 6.881 L 20.586 8.785 C 22.44 9.436 24.495 8.685 25.499 6.988 Z' fill='rgb(237, 99, 37)'/></svg>");
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookListDigit {
  color: #fbe0cd;
  font-size: 30px;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0.15em;
}

/* Banner */
.banner {
  padding: 15vh 13rem 0 17rem;
  background-color: #fde2cf;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
}

.imgContainer {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgContainer img {
  width: 11vw;
}

.banner h2 {
  color: #8f2121;
  font-size: 72px;
  line-height: 1.1em;
}

/* Our Products */
.products {
  padding: 22vh 2rem 0 2rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products h1 {
  color: #1e1a16;
  font-size: 72px;
  line-height: 1.1em;
  margin-bottom: 0.8em;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.productContainer {
  background: #ed6325;
  width: 58vw;
  height: 75vh;
  border-radius: 8px;
}

.productContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em 4em;
  gap: 0.5em;
}

.productImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.productImage img {
  width: 92%;
}

.productText {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fde2cf;
}

.productText h2 {
  font-size: 48px;
  letter-spacing: 1.65px;
  line-height: 1em;
}

.productLink {
  font-size: 16px;
  margin-bottom: 0.9em;
}

.productDesc {
  font-size: 24px;
  letter-spacing: -1.25px;
  line-height: 1.4em;
}

.btn2 {
  width: fit-content;
  border-width: 0px;
  height: fit-content;
  background-color: rgba(237, 99, 37, 1);
  color: #fde2cf;
  font-weight: 600;
  border-radius: 86px;
  font-size: 36px;
  letter-spacing: 0.06em;
  box-shadow: rgb(142, 33, 33) 0px 8px 0px 0px;
  transition: box-shadow 0.35s;
  padding: 0.2em 0.4em;
}

.btn2:hover {
  box-shadow: 0 0 0 0;
}

/* Team */
.team {
  padding: 22vh 2rem 0 2rem;
  margin-bottom: 0px;
  background-color: #fde2cf;
  text-align: center;
}

.team h2 {
  font-size: 80px;
  margin-bottom: 2rem;
  line-height: -1.25px;
  color: #1e1a16;
}

.team-member {
  display: inline-block;
  margin: 1.5rem 5rem 5rem 5rem;
  text-align: center;
}

.teamName {
  color: #050505;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.47px;
}

.teamRole {
  color: #642714;
  font-size: 17px;
  font-weight: 500;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  background-color: rgba(237, 99, 37, 1);
}
.xlogo img {
  height: 50px;
  width: 50px;
  display: block;
  margin: 0.5rem auto 0;
}

.xlogo img:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

/* Footer */
.custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 91vw;
  height: 50vh;
  background-color: #1e1a16;
  color: #fff;
  margin: auto;
  margin-bottom: 1rem;
  padding: 4em 6.2em;
  flex-wrap: wrap;
  border-radius: 10px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-logo {
  height: 55%;
  width: auto;
}

.footer-socials {
  display: flex;
  gap: 1rem;
}

.footer-socials a {
  display: flex;
  align-items: end;
}

.footer-socials img {
  height: 38px;
  width: 38px;
  background-color: #fde2cf;
  border-radius: 50%;
  padding: 0.4rem;
  transition: transform 0.3s ease;
}

.footer-socials img:hover {
  transform: scale(1.1);
}

.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.footer-nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.footer-nav li {
  border-right: 1px solid #28292a;
  padding: 0 1.5rem;
}

.footer-nav li:last-child {
  border-right: none;
}

.footer-nav a {
  color: #8c8e92;
  transition: color 0.3s ease;
  font-size: 16px;
  letter-spacing: -0.18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.footer-nav a:hover {
  color: #fff;
}

.copyright {
  color: #8c8e92;
  font-size: 14px;
  letter-spacing: -0.18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1080px) {
  nav {
    margin-left: 10%;
    margin-right: 10%;
  }
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fde2cf;
    border-top: 1px solid #ccc;
    padding: 1rem 0;
    gap: 1rem;
    margin-top: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    text-align: center;
  }
  .thispagebutton {
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    padding: 0.2rem 0.25rem;
    border-radius: 25px;
  }

  .hero h1 {
    font-size: 2rem;
  }
  .hero img {
    padding-left: 0;
    width: 150px;
  }

  .introduction {
    display: flex;
    flex-direction: column;
  }
  .introduction button {
    margin-left: 0%;
  }
  .services ul {
    flex-direction: column;
  }

  .team-member {
    display: block;
    margin: 2rem auto;
  }

  .custom-footer {
    margin-left: 10%;
    margin-right: 10%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    text-align: center;
    align-items: center;
  }

  .footer-nav {
    justify-content: center;
  }
}
