@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-SemiBoldItalic.woff2);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montnapha";
  src: url(/fonts/MontnaphaDemoMedium-RpOJ3[1].woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Noticia";
  src: url(/fonts/NoticiaText-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: "Noticia";
  src: url(/fonts/NoticiaText-Bold.woff2);
  font-weight: 600;
}
body {
  margin: 0;
}

.nav-menu {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  padding-top: 40px;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.nav-menu .nav {
  margin: auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.nav-menu .nav-link {
  color: #000000;
  text-decoration: none;
}
.nav-menu .nav-link:hover {
  color: #737373;
}
.nav-menu .center {
  color: #328b41;
  font-family: "Notica";
  font-weight: 600;
  font-size: 38px;
}
.nav-menu .center:hover {
  color: #86b649;
}
.nav-menu .burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 1001;
}
.nav-menu .burger span {
  width: 25px;
  height: 3px;
  background: #000;
  display: block;
  transition: all 0.3s ease;
}
.nav-menu .burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-menu .burger.active span:nth-child(2) {
  opacity: 0;
}
.nav-menu .burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 768px) {
  .nav-menu .burger {
    display: flex;
  }
  .nav-menu .nav {
    margin: 0;
  }
  .nav-menu #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0;
    z-index: 1000;
  }
  .nav-menu #navMenu.active {
    display: flex !important;
  }
  .nav-menu .nav-item {
    margin: 15px 0;
  }
  .nav-menu .nav-link {
    font-size: 28px;
  }
}

.heroshot {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 80px;
  background-color: #c6d1c6;
  overflow: hidden;
}
.heroshot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/gpt3.png");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  z-index: 1;
}
.heroshot .hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: start;
  text-align: left;
  max-width: 800px;
}
.heroshot .hero-shot {
  max-width: 100%;
  padding-bottom: 60px;
}
.heroshot .hero-shot h2 {
  font-family: "Noticia", serif;
  font-weight: 400;
  font-size: 80px;
  color: #e63946;
  padding-bottom: 10px;
  text-align: left;
}
.heroshot .hero-shot p {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #737373;
  padding-bottom: 30px;
  max-width: 600px;
}
.heroshot .hero-shot .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 28px;
  background-color: #328b41;
  color: #E8EAE7;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  border-radius: 30px 0 30px;
  border: 2px solid #328b41;
  margin-top: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.heroshot .hero-shot .btn:hover {
  background-color: #c6d1c6;
  color: #333;
  border-radius: 30px 0 30px;
  border-color: #333;
}
@media (max-width: 767.98px) {
  .heroshot {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 100vh;
    justify-content: center;
    text-align: center;
  }
  .heroshot::before {
    background-position: center;
    opacity: 0.3;
  }
  .heroshot .hero-container {
    justify-items: center;
    text-align: center;
  }
  .heroshot .hero-shot h2 {
    font-size: 80px;
    text-align: center;
  }
  .heroshot .hero-shot p {
    font-size: 24px;
    text-align: center;
    color: #000000;
  }
}

.mission {
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #dbe4db 0%, #ced9ce 100%);
  text-align: center;
  padding: 40px 0 60px 0;
}
.mission h3 {
  font-size: 56px;
  font-family: "Noticia";
  font-weight: 600;
  color: #0F6F4F;
}
.mission p {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #333;
  width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  .mission p {
    width: 80%;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .mission h3 {
    font-size: 36px;
  }
}

.how-it-works {
  padding: 80px 20px;
  text-align: center;
  background-color: #E8EAE7;
}
.how-it-works h2 {
  font-size: 56px;
  margin-bottom: 10px;
  font-family: "Notica";
  font-weight: 600;
  color: #0F6F4F;
}
@media (max-width: 767.98px) {
  .how-it-works h2 {
    font-size: 36px;
  }
}
.how-it-works .subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 24px;
  color: #737373;
}
.how-it-works .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.how-it-works .step {
  max-width: 220px;
}
.how-it-works .number {
  font-size: 56px;
  font-weight: 600;
  color: #0F6F4F;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .how-it-works .number {
    font-size: 46px;
  }
}
.how-it-works .step h3 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #000000;
  font-family: "Notica";
  font-weight: 600;
}
.how-it-works .step p {
  font-size: 22px;
  color: #737373;
  font-family: "Montserrat";
  font-weight: 400;
}
.how-it-works .divider {
  width: 60px;
  height: 1px;
  background-color: #737373;
}
.how-it-works .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  font-size: 28px;
  background-color: #328b41;
  opacity: 0.6;
  color: #E8EAE7;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  border-radius: 30px 0 30px;
  border: 2px solid #328b41;
  margin-top: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.how-it-works .btn:hover {
  background-color: #c6d1c6;
  color: #333;
  border-radius: 30px 0 30px;
  border-color: #333;
}
@media (max-width: 767.98px) {
  .how-it-works .steps {
    flex-direction: column;
    gap: 30px;
  }
  .how-it-works .divider {
    display: none;
  }
  .how-it-works h2 {
    font-size: 36px;
  }
}

.inspiration {
  padding: 30px 20px;
  justify-items: center;
  gap: 30px;
  background: linear-gradient(to right, #dbe4db 0%, #ced9ce 100%);
  padding-bottom: 50px;
}
.inspiration h2 {
  font-family: "Noticia";
  font-weight: 600;
  font-size: 56px;
  color: #0F6F4F;
}
@media (max-width: 767.98px) {
  .inspiration h2 {
    font-size: 36px;
  }
}
.inspiration p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 767.98px) {
  .inspiration p {
    font-size: 18px;
  }
}
.inspiration .inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 120px;
}
@media (max-width: 767.98px) {
  .inspiration .inspiration-grid {
    display: grid;
    grid: none;
  }
}
.inspiration .inspiration-card {
  width: 100%;
  max-width: 333px;
  min-height: 333px;
  display: flex;
  flex-direction: column;
  background: #E8EAE7;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  border-color: #737373;
}
.inspiration .inspiration-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.inspiration .inspiration-card .card-content {
  padding: 20px;
  background-color: rgba(217, 217, 217, 0.3019607843);
  text-align: center;
}
.inspiration .inspiration-card .card-content h3 {
  font-family: "Noticia";
  font-weight: 400;
  color: #0F6F4F;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.inspiration .inspiration-card .card-content p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  color: #737373;
  margin-bottom: 15px;
}
.inspiration .inspiration-card .card-content .read-more {
  font-family: "Noticia";
  font-weight: 600;
  font-size: 14px;
  color: #0F6F4F;
  text-decoration: none;
}
.inspiration .inspiration-card .card-content .read-more:hover {
  color: #ff5757;
}
@media (max-width: 1023.98px) {
  .inspiration {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .inspiration {
    justify-items: center;
    text-align: center;
  }
}

.generate {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 80px 0;
  background-color: #E8EAE7;
  z-index: 1;
  overflow: hidden;
}

.nav-menu {
  position: absolute;
  z-index: 1000;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 1001;
}
.burger span {
  width: 25px;
  height: 3px;
  background: #000;
  display: block;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
  .burger {
    display: flex;
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #navMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    margin: 0;
    padding: 0;
  }
  #navMenu.active {
    display: flex !important;
  }
  .nav-item {
    margin: 15px 0;
  }
  .nav-link {
    font-size: 28px;
  }
}
.generate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/generatehero.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.14;
  z-index: -1;
}

body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #E8EAE7;
}

h2 {
  font-family: "Notica";
  font-weight: 600;
  font-size: 80px;
  color: #e63946;
  padding-bottom: 10px;
  text-align: center;
}

h1 {
  text-align: center;
  padding: 20px;
  color: #0F6F4F;
}

#ingredients {
  display: block;
  width: 700px;
  margin: 10px auto;
  padding: 10px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #0F6F4F;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #ingredients {
    width: 90%;
    font-size: 16px;
  }
}

#generateBtn {
  display: block;
  margin: 10px auto;
  padding: 10px;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #ff5757;
}

#generateBtn {
  font-size: 20px;
  background-color: #0F6F4F;
  color: #fff6e7;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 40px;
  border-color: #737373;
}

#generateBtn:hover {
  background-color: #c6d1c6;
  color: #333;
  border-radius: 40px;
  border-color: #333;
}

#result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  margin: 20px auto;
  max-width: 900px;
  min-height: 80vh;
  background-color: #dbe4db;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0.2, 0.3, 0.5);
  line-height: 1.6;
}
#result h5 {
  color: #0F6F4F;
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
}
#result h3 {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
}
#result ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
}
#result p {
  white-space: pre-wrap;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
}
#result #changeBtn {
  display: block;
  margin: 20px auto;
  padding: 15px 30px;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #FFF;
  background-color: #0F6F4F;
  border: 1px solid #0F6F4F;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
#result #changeBtn #changeBtn:hover {
  background-color: #86b649;
}
@media (max-width: 767.98px) {
  #result #changeBtn #result {
    padding: 20px;
    margin: 10px;
  }
  #result #changeBtn #ingredients,
  #result #changeBtn #generateBtn,
  #result #changeBtn #changeBtn {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  #result #changeBtn {
    width: 80%;
    padding: 15px;
  }
  #result #changeBtn li {
    font-size: 14px;
    font-weight: 600;
  }
  #result #changeBtn h5 {
    font-size: 24px;
    color: #0F6F4F;
  }
  #result #changeBtn h3 {
    color: #000000;
    font-weight: 600;
    font-style: italic;
  }
  #result #changeBtn p {
    text-align: center;
  }
}

.full-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.full-popup.active {
  display: flex;
}
.full-popup .popup-container {
  background: linear-gradient(to right, #dbe4db 0%, #ced9ce 100%);
  padding: 40px;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.full-popup .popup-container img {
  max-width: 100%;
  max-height: 40vh;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.full-popup .popup-container .close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 40px;
  color: #333;
  z-index: 100;
  line-height: 1;
}
.full-popup .popup-container .close-btn:hover {
  color: #737373;
}
.full-popup .popup-container h1 {
  font-family: "Noticia";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  color: #0F6F4F;
}
.full-popup .popup-container p {
  font-family: "Montserrat";
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
.full-popup .popup-container h3 {
  font-family: "Noticia";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: #737373;
}

.footer {
  padding: 0 90px 0 20px;
  background-color: #E8EAE7;
}
.footer .footer-container {
  display: grid;
  text-align: center;
  justify-content: grid;
  border-bottom: 2px solid #737373;
}
.footer .footer-contact {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 25px;
  padding-bottom: 20px;
}
.footer h3 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 400;
  color: #0F6F4F;
  margin-top: -20px;
}
.footer img {
  width: auto;
}
.footer p {
  font-family: "Notica";
  font-weight: 600;
  font-size: 20px;
  color: #737373;
}
.footer .footer-bottom {
  display: flex;
  text-align: left;
  font-size: 10px;
  border-color: #000000;
  margin-top: 20px;
  color: #000000;
  font-family: "Notica";
  font-weight: 400;
}
.footer .footer-bottom p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "Notica";
}
@media (max-width: 767.98px) {
  .footer {
    padding: 40px 20px;
  }
  .footer .footer-contact {
    font-size: 18px;
  }
  .footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */