@font-face {
  font-family: "SunriseInternational";
  src: url("/assets/fonts/SunriseInternational.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamCond Bold";
  src: url("/assets/fonts/GothamCondBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamCond Medium";
  src: url("/assets/fonts/GothamCondMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Monologue Rounded";
  src: url("/assets/fonts/MonologueRounded.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "GothamCond Medium", sans-serif;
  font-size: 26px;
  line-height: 1.5;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SunriseInternational", sans-serif;
}

h1 {
  font-size: 72px;
}

h3 {
  font-size: 36px;
}

.text-green {
  color: #156334;
}

.bg-green {
  background-color: #156334;
}

.text-orange {
  color: #eb7555;
}

.bg-orange {
  background-color: #eb7555;
}

.desc-green {
  color: #1e6839;
}

.desc-orange {
  color: #7b6840;
}

.curved-1-bottom {
  background: url("/assets/images/curve1.png") no-repeat bottom center;
  background-size: cover;
  height: 300px;
}

.curved-1-top {
  background: url("/assets/images/curve1.png") no-repeat top center;
  background-size: cover;
  height: 300px;
}

.curved-2-bottom {
  background: url("/assets/images/curve2.png") no-repeat bottom center;
  background-size: cover;
  height: 300px;
}

.curved-2-top {
  background: url("/assets/images/curve2.png") no-repeat top center;
  background-size: cover;
  height: 300px;
}

/* Hero Section */
section.hero {
  background: linear-gradient(to bottom, #506e4d, #1e3c1e);
}

section.hero h1 {
  font-size: 120px;
  color: #fcdcbc;
  font-family: "Monologue Rounded";
  text-transform: uppercase;
}

section.hero h3 {
  font-size: 48px;
  color: #ffffff;
  font-family: "Monologue Rounded";
  text-transform: uppercase;
}

section.hero .curved-2-top {
  height: 300px;
}

/*Products Section */

section.products {
  position: relative;
  background-color: #e9eac7;
}

section.products .container {
  top: -150px;
  position: relative;
  margin-bottom: -250px;
  z-index: 1;
}

section.products .curved-1-top {
  width: 100%;
  position: absolute;
  height: 300px;
  top: -300px;
}

section.products .product-1-image {
  width: 100%;
  position: absolute;
}

section.products .product-2-image {
  width: 120%;
  position: absolute;
  left: -85px;
  top: -30px;
}

section.products .product-3-image {
  width: 100%;
  position: absolute;
  top: -55px;
}

section.products .product-4-image {
  width: 100%;
  position: absolute;
  left: -5px;
  top: -30px;
}

section.products .product-5-image {
  width: 100%;
  position: absolute;
  top: -55px;
}

section.products .product-6-image {
  width: 130%;
  position: absolute;
  left: -5px;
  top: -10px;
}

/* Boxes Section */
section.boxes {
  background-color: #fdf3e6;
}

section.boxes .container {
  margin-top: -155px;
  z-index: 1;
  position: relative;
}

section.boxes .container img {
  width: 100%;
}

/* Articles Section */
section.articles {
  background: linear-gradient(to bottom, #fdf3e6 50%, #e0ca9a 50%);
  padding-top: 100px;
  position: relative;
}

section.articles .container {
  position: relative;
  z-index: 3;
}

.wave {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 220px;
  transform: translateY(-70%);
  z-index: 1;
}

.wave2 {
  transform: scaleY(-1);
}

section.articles .article {
  position: relative;
  border-radius: 45px;
  padding: 30px;
  background-color: #e0ca9a;
  z-index: 2;
}

section.articles .article-1 {
  margin-right: 15px;
  background-color: #156334;
  z-index: 5;
}

section.articles .article-1-image-1 {
  position: absolute;
  object-fit: cover;
  pointer-events: none;
  top: -115px;
  right: -93px;
  z-index: 3;
}

section.articles .article-1 h2 {
  text-align: center;
  color: #ffffff;
}

section.articles .article-1 h2 span {
  color: #e9eac7;
}

section.articles .article-1 p {
  padding: 0;
  margin: 0;
  color: #fbdbbb;
  text-align: center;
}

section.articles .article-1 p span {
  color: #ffffff;
}

section.articles .article-2 {
  margin-left: 15px;
  background-color: #e0ca9a;
  margin-top: 120px;
}

section.articles .article-2-image-1 {
  position: absolute;
  right: -27px;
  top: 65px;
  z-index: 3;
}

section.articles .article-2 h2 {
  text-align: center;
  color: #eb7555;
}

section.articles .article-2 p {
  padding: 0;
  margin: 0;
  color: #156334;
  text-align: center;
}

section.articles .article-2 p span {
  color: #ffffff;
}

/* Article 3 */

section.articles .article-3 {
  margin-right: 15px;
  background-color: #eb7555;
  margin-top: -80px;
}

section.articles .article-3-image-1 {
  position: absolute;
  top: -120px;
  left: 50px;
  z-index: 5;
}

section.articles .article-3-image-2 {
  position: absolute;
  bottom: 180px;
  z-index: 5;
  left: 30px;
}

section.articles .article-3 h2 {
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

section.articles .article-3 h2 span {
  color: #e9eac7;
}

section.articles .article-3 p {
  padding: 0;
  margin: 0;
  color: #fbdbbb;
  text-align: center;
}

section.articles .article-3 p span {
  color: #ffffff;
}

/* Article 4 */
section.articles .article-4 {
  margin-left: 15px;
  background-color: #156334;
  margin-top: 60px;
  padding-bottom: 80px;
  z-index: 4;
}

section.articles .article-4-image-1 {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: -65px;
}

section.articles .article-4-image-2 {
  position: absolute;
  z-index: 5;
  right: 40px;
  top: 45px;
}

section.articles .article-4-image-3 {
  position: absolute;
  z-index: 3;
  bottom: 63px;
  left: -65px;
}

section.articles .article-4-image-4 {
  position: absolute;
  z-index: 5;
  right: -25px;
  bottom: -31px;
}

section.articles .article-4 h2 {
  text-align: center;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
}

section.articles .article-4 p {
  padding: 0;
  margin: 0;
  color: #e9eac7;
  text-align: center;
}

section.articles .article-4 p span {
  color: #ffffff;
}

/* Article 5 */
section.articles .article-5 {
  margin-right: 15px;
  background-color: #e9eac7;
  margin-top: -145px;
}

section.articles .article-5-image-1 {
  position: absolute;
  z-index: 5;
  left: -10px;
  top: -28px;
}

section.articles .article-5-image-2 {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 210px;
}

section.articles .article-5-image-3 {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 102px;
}

section.articles .article-5 h2 {
  text-align: center;
  color: #156334;
}

section.articles .article-5 h2 span {
  color: #e9eac7;
}

section.articles .article-5 p {
  padding: 0;
  margin: 0;
  color: #156334;
  text-align: center;
}

section.articles .article-5 p span {
  color: #eb7555;
}

/* Article 6 */
section.articles .article-6 {
  margin-left: 15px;
  background-color: #eb7555;
  margin-top: 90px;
}

section.articles .article-6-image-1 {
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 60px;
}

section.articles .article-6 h2 {
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}

section.articles .article-6 p {
  padding: 0;
  margin: 0;
  color: #fcdcbc;
  text-align: center;
}

section.articles .article-6 p span {
  color: #ffffff;
}

section.articles .article-section-footer {
  margin-top: 40px;
  padding: 20px 75px;
  text-align: center;
  background-color: #4a753a;
  width: 80%;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  color: #fdf3e6;
  font-size: 30px;
  line-height: 32px;
}

/* Recipes Section */
section.recipes .recipes-title {
  font-size: 96px;
  text-align: center;
}

section.recipes .recipe {
  display: flex;
  border: 3px solid #eb7555;
  border-radius: 60px;
  margin-bottom: 30px;
}

section.recipes .recipe .recipe-image {
  width: 320px;
  min-width: 320px;
  height: 372px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
}

section.recipes .recipe .recipe-image.img1 {
  background-image: url("/assets/images/recipes/recept-1.png");
}

section.recipes .recipe .recipe-image.img2 {
  background-image: url("/assets/images/recipes/recept-2.png");
}

section.recipes .recipe .recipe-image.img3 {
  background-image: url("/assets/images/recipes/recept-3.png");
}

section.recipes .recipe .recipe-content {
  padding: 50px;
}
section.recipes .recipe .recipe-content h3 {
  color: #e9eac7;
  background-color: #156334;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 10px;
  font-family: "Monologue Rounded";
  text-transform: uppercase;
}
section.recipes .recipe .recipe-content p {
  color: #4a753a;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

section.recipes .recipe-footer {
  padding: 60px;
  padding-bottom: 120px;
  border: 3px solid #156334;
  border-radius: 60px;
  background-color: #fcdcbc;
  text-align: center;
  background-image: url("/assets/images/recipes/recipes-footer-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom -10px;
}

section.recipes .recipe-footer h1 {
  font-size: 102px;
}

section.recipes .recipe-footer h3 {
  font-family: "Monologue Rounded";
  font-size: 48px;
  text-transform: uppercase;
}

/* Video Section */
section.video {
  margin-bottom: 80px;
}

section.video .youtube-video {
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

footer.footer {
  background-color: #156334;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}

footer.footer p {
  margin: 0;
  font-size: 28px;
  padding: 0;
}

.cookie-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      border-top: 1px solid #ccc;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      z-index: 9999;
      font-family: sans-serif;
      font-size: 15px;
      box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    }
    
    .cookie-buttons {
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }
    
    .cookie-buttons button {
      padding: 8px 14px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
    }
    
    .cookie-buttons button:first-child {
      background-color: #28a745;
      color: #fff;
    }
    
    .cookie-buttons button:last-child {
      background-color: #ddd;
      color: #333;
    }
    
    @media (min-width: 601px) {
      .cookie-buttons {
        margin-top: 0;
      }
    }

/* Tablet (npr. širina do 991px) */
@media (max-width: 991px) {
  body {
    font-size: 22px;
  }

  h1 {
    font-size: 54px;
  }

  h3 {
    font-size: 28px;
  }

  .separator-1 .curved-1-bottom {
    display: none;
  }

  .separator-1 .curved-2-bottom {
    display: none;
  }

  section.hero h1 {
    font-size: 72px;
  }

  section.hero h3 {
    font-size: 32px;
  }

  section.hero .curved-2-top {
    height: 200px;
  }

  section.hero img {
    width: 200px;
  }

  section.products .product-1-image {
    width: 190px;
    top: -521px;
    right: 0;
  }
  section.products .product-2-image {
    left: auto;
    top: -26px;
    width: 190px;
    right: 0;
  }

  section.products .product-3-image {
    top: -340px;
    width: 190px;
    right: 0;
  }

  section.products .product-4-image {
    top: 38px;
    width: 190px;
    right: 0;
    left: auto;
  }

  section.products .product-5-image {
    top: -365px;
    width: 174px;
    right: 0;
  }

  section.products .product-6-image {
    left: auto;
    top: -20px;
    width: 190px;
    right: 0;
  }

  /* Articles Section */
  section.articles .article {
    padding: 20px;
    border-radius: 30px;
    margin: 20px auto !important;
  }

  section.articles .article-1-image-1 {
    top: -60px;
    right: -50px;
    width: 150px;
  }

  section.articles .article-2-image-1 {
    right: 0px;
    top: -20px;
    width: 95px;
  }

  section.articles .article-3-image-1 {
    top: -50px;
    left: 30px;
    width: 120px;
  }

  section.articles .article-3-image-2 {
    bottom: 120px;
    left: 20px;
    width: 100px;
    display: none;
  }

  section.articles .article-4-image-1 {
    position: absolute;
    z-index: 2;
    top: -60px;
    left: -65px;
  }

  section.articles .article-4-image-2 {
    display: none;
  }

  section.articles .article-4-image-3 {
    position: absolute;
    z-index: 3;
    bottom: 63px;
    left: -29px;
    width: 80px;
  }

  section.articles .article-4-image-4 {
    position: absolute;
    z-index: 5;
    right: -25px;
    bottom: -31px;
  }

  section.articles .article-5-image-1 {
    display: none;
  }

  section.articles .article-5-image-2 {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 30px;
    width: 110px;
  }

  section.articles .article-5-image-3 {
    position: absolute;
    z-index: 5;
    right: 27px;
    bottom: 0px;
    width: 120px;
  }

  section.articles .article-6-image-1 {
    position: absolute;
    z-index: 5;
    top: -15px;
    left: 40px;
    width: 70px;
  }

  section.articles .article-1,
  section.articles .article-2,
  section.articles .article-3,
  section.articles .article-4,
  section.articles .article-5,
  section.articles .article-6 {
    margin: 20px auto !important;
  }

  section.articles .article-1 img {
    max-height: 200px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
  }

  section.articles .article-3 h2,
  section.articles .article-4 h2,
  section.articles .article-6 h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  section.articles .article-section-footer {
    width: 90%;
    padding: 20px 40px;
    font-size: 24px;
    line-height: 28px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  /* Recipes Section */
  section.recipes .recipes-title {
    font-size: 64px;
  }

  section.recipes .recipe {
    flex-direction: column;
    align-items: center;
  }

  section.recipes .recipe .recipe-image {
    width: 100%;
    max-width: 400px;
  }

  section.recipes .recipe .recipe-content {
    padding: 30px;
    text-align: center;
  }

  section.recipes .recipe-footer {
    padding: 40px 20px 80px;
    border-radius: 30px;
    background-position: center bottom;
    background-size: contain;
  }

  section.recipes .recipe-footer h1 {
    font-size: 72px;
  }

  section.recipes .recipe-footer h3 {
    font-size: 36px;
  }

  footer.footer p {
    font-size: 22px;
  }
}

/* Mobilni (npr. širina do 575px) */
@media (max-width: 575px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 36px;
  }

  h3 {
    font-size: 22px;
  }

  .separator-1 .curved-1-bottom {
    background-size: cover;
    height: 430px;
    top: 100;
    position: absolute;
    width: 100%;
  }

  .separator-1 .curved-2-bottom {
    height: 490px;
  }

  section.hero h1 {
    font-size: 48px;
  }

  section.hero h3 {
    font-size: 24px;
  }

  section.hero .curved-2-top {
    height: 150px;
  }

  section.hero img {
    width: 150px;
  }

  section.products .product-1-image {
    width: 100px;
    top: -400px;
    right: 0;
  }
  section.products .product-2-image {
    left: auto;
    top: 25px;
    width: 100px;
    right: 0;
  }

  section.products .product-3-image {
    top: -310px;
    width: 100px;
    right: 0;
  }

  section.products .product-4-image {
    top: -25px;
    width: 120px;
    right: 110px;
    left: auto;
  }

  section.products .product-5-image {
    top: -365px;
    width: 93px;
    right: 0;
  }

  section.products .product-6-image {
    left: auto;
    top: -20px;
    width: 120px;
    right: 100px;
  }

  /* Articles Section */
  section.articles .article {
    padding: 15px;
    border-radius: 20px;
  }

  section.articles .article-1-image-1 {
    top: -30px;
    right: 0px;
    width: 100px;
  }

  section.articles .article-2-image-1 {
    right: 0px;
    top: -15px;
    width: 60px;
  }

  section.articles .article-3-image-1 {
    top: -10px;
    left: 15px;
    width: 60px;
  }

  section.articles .article-3-image-2 {
    bottom: 80px;
    left: 10px;
    width: 70px;
  }

  section.articles .article-4-image-1 {
    position: absolute;
    z-index: 2;
    top: -60px;
    left: -65px;
    width: 150px;
  }

  section.articles .article-4-image-2 {
    display: none;
  }

  section.articles .article-4-image-3 {
    position: absolute;
    z-index: 3;
    bottom: 63px;
    left: -29px;
    width: 80px;
  }

  section.articles .article-4-image-4 {
    display: none;
  }

  section.articles .article-5-image-1 {
    display: none;
  }

  section.articles .article-5-image-2 {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -8px;
    width: 55px;
  }

  section.articles .article-5-image-3 {
    position: absolute;
    z-index: 5;
    right: 15px;
    bottom: 223px;
    width: 65px;
  }

  section.articles .article-6-image-1 {
    position: absolute;
    z-index: 5;
    top: -15px;
    right: 0px;
    left: auto;
    width: 70px;
  }

  section.articles .article-1 h2,
  section.articles .article-2 h2,
  section.articles .article-3 h2,
  section.articles .article-4 h2,
  section.articles .article-5 h2,
  section.articles .article-6 h2 {
    font-size: 20px;
  }

  section.articles .article-1 p,
  section.articles .article-2 p,
  section.articles .article-3 p,
  section.articles .article-4 p,
  section.articles .article-5 p,
  section.articles .article-6 p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Smanjujemo margin-top za sve članke koji su pomerani */
  section.articles .article-2,
  section.articles .article-3,
  section.articles .article-4,
  section.articles .article-5,
  section.articles .article-6 {
    margin-top: 20px !important;
  }

  section.articles .article-section-footer {
    width: 95%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  section.recipes .recipes-title {
    font-size: 48px;
  }

  section.recipes .recipe {
    flex-direction: column;
    align-items: center;
  }

  section.recipes .recipe .recipe-content {
    padding: 20px;
  }

  section.recipes .recipe .recipe-content h3 {
    font-size: 18px;
  }

  section.recipes .recipe .recipe-content p {
    font-size: 22px;
    line-height: 26px;
  }

  section.recipes .recipe-footer {
    padding: 30px 15px 60px;
    border-radius: 20px;
    background-position: center bottom;
    background-size: contain;
  }

  section.recipes .recipe-footer h1 {
    font-size: 48px;
  }

  section.recipes .recipe-footer h3 {
    font-size: 28px;
  }

  footer.footer {
    padding: 15px 0;
  }

  footer.footer p {
    font-size: 18px;
  }
}
