@font-face {
  font-family: "Cabin";
  src: url("/assets/fonts/Cabin-Medium.woff2") format("woff2"),
    url("/assets/fonts/Cabin-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabin";
  src: url("/assets/fonts/Cabin-Bold.woff2") format("woff2"),
    url("/assets/fonts/Cabin-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cabin";
  src: url("/assets/fonts/Cabin-Italic.woff2") format("woff2"),
    url("/assets/fonts/Cabin-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DK";
  src: url("/assets/fonts/DKLemonYellowSun.woff2") format("woff2"),
    url("/assets/fonts/DKLemonYellowSun.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Olivier";
  src: url("/assets/fonts/olivier.woff2") format("woff2"),
    url("/assets/fonts/olivier.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #48c22d 14%, #48c22d 64%);
  border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #f5d07f 14%, #f5d07f 64%);
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 1px;
  box-shadow: inset 7px 10px 12px 0px #f0f0f0;
}

body {
  font-family: "Cabin";
  font-weight: 500;
}

body.no-overflow {
  overflow: hidden;
}

a,
a:visited,
a:active {
  color: #339933;
}

a:hover {
  color: #339933;
  text-decoration: underline;
}

/* Preload */

#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preload .content img {
  margin: auto auto;
  width: 60%;
  max-width: 320px;
  display: block;
  padding-bottom: 2vw;
}

#preload .content .loader-dots {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}

#preload .circles {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#preload .circles div {
  position: absolute;
  border: 4px solid #339933;
  opacity: 1;
  border-radius: 50%;
  animation: circles 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preload .circles div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes circles {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Head */

.no-webp #head {
  background-color: #fff;
  background-image: url("/assets/images/head_hens.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.webp #head {
  background-color: #fff;
  background-image: url("/assets/images/head_hens.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#head .title {
  padding-top: 10vh;
  padding-bottom: 3rem;
}

#head .title h1 {
  font-family: "Olivier";
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
  width: 80%;
  max-width: 750px;
  margin: auto auto;
  line-height: 0.9;
}

#head .head-play {
  margin-top: 10vh;
  margin-bottom: 20vh;
  width: auto;
  max-width: 150px;
}

#head .head-play:hover {
  filter: drop-shadow(8px 8px 10px gray);
  cursor: pointer;
}

@media (max-width: 768px) {
  #head .title {
    padding-bottom: 1.4vh;
    margin: 0;
  }
  #head .title h1 {
    font-size: 2.5rem;
    line-height: 0.9;
  }
  #head .head-play {
    margin-top: 5vh;
    margin-bottom: 10vh;
    max-width: 72px;
  }
}

@media (max-width: 1200px) {
  #head #head-content {
    padding-bottom: 3vh;
  }
}

/* Benefits */

#benefits {
  background: #e8e5d9;
  margin-top: -5px;
}

#benefits .intro {
  padding: 2rem 2rem;
}

#benefits .intro h2 {
  font-family: "Olivier";
  font-weight: 500;
  font-size: 3rem;
  color: #333333;
  margin-top: 5vh;
}

#benefits .intro h2 span {
  color: #43b02a;
}

#benefits .intro h3 {
  margin-top: 5vh;
  font-family: "DK";
  color: #818181;
  text-transform: uppercase;
}

#benefits .intro p {
  font-family: "Cabin";
  color: #48744d;
}

#benefits .benefits-card {
  width: 80%;
  margin: auto;
  margin-top: 5vh;
  padding-left: 3vw;
  padding-right: 3vw;
  background-image: url("/assets/images/benefits_card_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#benefits .benefits-card p {
  padding: 3vh 5vw;
}

#benefits #benefits-chickens-image {
  margin-left: -40%;
}

#benefits #benefits-chickens-image .benefits-chickens {
  width: 120%;
  position: absolute;
  bottom: -50px;
}

#benefits .benefits-earth-container .benefits-earth-image {
  margin-top: 10vh;
}

#benefits .benefits-earth-container p {
  font-family: "DK";
  font-size: 1.8rem;
  color: #818181;
  line-height: 0.9;
  padding: 1rem 3rem;
}

@media (max-width: 1199px) {
  #benefits .benefits-earth-container p {
  font-size: 1.8rem;
  padding: 1rem 1rem;
}
}

@media (max-width: 768px) {
  #benefits .intro h2 {
    font-weight: 500;
    font-size: 2.4rem;
    margin-top: 1vh;
    text-align: center;
  }
  #benefits #benefits-chickens-image {
    margin-left: -10%;
    max-height: 5vh;
  }
 
    #benefits #benefits-chickens-image .benefits-chickens {
    width: auto !important;
    height: 20vh;
     position: relative;
     margin-bottom: 3vh;
    }
  }

  #benefits .benefits-earth-container .benefits-earth-image {
    margin-top: 1vh;
  }
  #benefits .benefits-earth-container p {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }


}

@media (max-width: 576px) {
  #benefits #benefits-chickens-image .benefits-chickens {
    width: 30% !important;
     position: relative;
     margin-bottom: 3vh;
  }
}

/* Differences */

#differences {
  background: #fdfaee;
}

#differences .differences-head-image {
  margin-top: -3px;
}

#differences .intro {
  padding: 2rem 0 2rem 0;
  width: 80%;
  max-width: 1100px;
  margin: auto auto;
}

#differences .intro h2 {
  font-family: "Olivier";
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #818181;
}

#differences .intro h2 span {
  color: #43b02a;
}

#differences .intro p span {
  background-color: #fff;
  background-image: url("/assets/images/impact_textbackground.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#differences .info-card .header {
  text-align: center;
}

#differences .info-card .header .title {
  font-size: 2.5rem;
  font-family: "DK";
  color: #818181;
  margin-bottom: 0;
}

#differences .info-card .header.header-wrong .title {
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

#differences .info-card .header span.title-wrong {
  background-color: transparent;
  background-image: url("/assets/images/differences_wrong_title_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

#differences .info-card .header span.title-correct {
  background-color: transparent;
  background-image: url("/assets/images/differences_correct_title_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

#differences .info-card .header .subtitle {
  font-size: 2.5rem;
  font-family: "DK";
  color: #818181;
  font-weight: bold;
  margin-top: -0.8rem;
}

#differences .list-container.list-container-wrong {
  background-image: url("/assets/images/differences_wrong_list_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#differences .list-container.list-container-correct {
  background-image: url("/assets/images/differences_correct_list_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#differences .list-container.list-container-wrong .list {
  padding-left: 0.5rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
}

#differences .list-container.list-container-correct .list {
  padding-left: 0.5rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
}

#differences .list {
  display: table;
  width: 100%;
  border-spacing: 5px;
}

#differences .list .item {
  display: table-row;
  width: auto;
  clear: both;
  padding-top: 3rem;
}

#differences .list .item .mark {
  float: left;
  display: table-column;
  width: 10%;
  background-color: transparent;
}

#differences .list .item .mark img {
  width: 90%;
}

#differences .list .item .text {
  float: left;
  display: table-column;
  width: 90%;
  font-family: "Cabin";
}

#differences .list .item.item-wrong .text span {
  color: #e51746;
  font-weight: bold;
}

#differences .list .item.item-correct .text span {
  color: #4aa536;
  font-weight: bold;
}

#differences .info .content .text {
  margin-top: 1rem;
  font-family: "Cabin";
  font-size: 1rem;
  color: #818181;
  text-align: center;
}

#differences .info .content .text span {
  color: #43b02a;
}

#differences .info .content .more-info {
  margin-top: 1rem;
  font-family: "DK";
  font-size: 1.8rem;
  color: #818181;
  text-align: center;
  line-height: 0.9;
}

@media (max-width: 768px) {
  #differences .intro h2 {
    font-size: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* Products */

#products {
  background: #fdfaee;
}

.no-webp #products .title {
  background-color: #fdfaee;
  background-image: url("/assets/images/products_header_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webp #products .title {
  background-color: #fdfaee;
  background-image: url("/assets/images/products_header_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#products .title h2 {
  text-align: center;
  font-family: "Olivier";
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  padding: 5rem;
}

#products .products-container h3 {
  text-align: center;
  font-family: "Cabin";
  font-weight: 500;
  font-size: 1.4rem;
  color: #818181;
  padding: 2rem;
}

#products .products-container h3 span {
  font-family: "Olivier";
  color: #43b02a;
}

#products .products-list .product-item {
  border-radius: 5px;
  transition: background-color 0.5s ease;

}

#products .products-list .product-item:hover {
  background-color: #d9ffd0;
}

#products .products-list .product-item .product-title {
  font-family: "DK";
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1vh;
}

#products .products-list .product-item .product-image {
  margin-top: 2vh;
}

#products .products-list .product-item .product-title a,
#products .products-list .product-item .product-title a:active,
#products .products-list .product-item .product-title a:visited {
  color: #818181;
}

#products .products-list .product-item .product-title a:hover {
  color: #43b02a;
}

@media (max-width: 768px) {
  #products .title h2 {
    font-size: 2.4rem;
    color: #fff;
    padding: 3rem 1rem;
  }
}
/* Media */

.no-webp #media {
  background-color: #fdfaee;
  background-image: url("/assets/images/media_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webp #media {
  background-color: #fdfaee;
  background-image: url("/assets/images/media_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



.no-webp #media .media-recipes-container {
  background-image: url("/assets/images/media_recipes_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webp #media .media-recipes-container {
  background-image: url("/assets/images/media_recipes_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#media .media-recipes-container .content {
  padding: 2.2rem;
}

#media .media-recipes-container .content h3 {
  text-align: center;
  font-family: "Olivier";
  font-size: 1.6rem;
  color: #ef7e20;
}

#media .media-recipes-container .content p {
  font-family: "DK";
  font-size: 1.6rem;
  line-height: 0.9;
  padding-right: 2.5rem;
  color: #818181;
}

#media .media-recipes-container .content p.subtitle {
  font-size: 1.8rem;
}

#media .media-recipes-container .content p.link {
  text-align: center;
  font-family: "Olivier";
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#media .media-recipes-container .content p.link a {
  background-color: transparent;
  background-image: url("/assets/images/media_recipes_link_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 3rem 0.4rem 3rem;
  color: #fff;
}

#media-recipes-food-image .media-recipes-food {
  display: inline;
  position: absolute;
  width: 100%;
  margin-left: -40%;
  margin-top: 60%;
}


#media .swiper {
  width: 100%;
  height: 100%;
}

#media .swiper h3 {
  text-align: center;
  font-family: "Olivier";
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  margin-top: 5vh;
}

#media .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#media .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#media .swiper .navigation_button {
  color: #fff !important;
  outline-color: transparent;
  border-width: 0;
  top: 60%;
}

#media .slider-video-item {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
}
#media .slider-video-item:before {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 75px;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
#media .slider-video-item:hover:before {
  color: #eee;
}

#media .media-footer {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #464342;
}

@media (max-width: 1200px) {
  #media .media-recipes-container .content {
    padding: 1.6rem;
  }
  #media .media-recipes-container .content p {
    font-size: 1.4rem;
    padding-right: 0.8rem;
  }
  #media .media-recipes-container .content p.link {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

     #media .swiper h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  #media-recipes-food-image .media-recipes-food {
    width: 180%;
    margin-left: -100%;
    margin-top: 50%;
  }


}

@media (max-width: 768px) {

  #media .media-recipes-container .content p {
    font-size: 1.3rem;
    padding-right: 1rem;
  }

  .no-webp #media .media-recipes-container {
    background-image: url("/assets/images/media_recipes_bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .webp #media .media-recipes-container {
    background-image: url("/assets/images/media_recipes_bg.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

    #media .swiper h3 {
    font-size: 1.8rem;
  }
}


/* Footer */

#media-footer-spacer {
  height: 15vh;
}

.no-webp footer {
  background-color: transparent;
  background-image: url("/assets/images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.webp footer {
  background-color: transparent;
  background-image: url("/assets/images/footer_bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

footer {
  margin-top: -10vh;
  color: #fff;
}

footer .container {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

footer .logo {
  text-align: right;
}

footer .logo img {
  width: 100%;
  max-width: 180px;
}

footer .info .question {
  text-align: center;
  font-family: "Olivier";
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

footer .info .contact_us {
  text-align: center;
  font-family: "DK";
  font-size: 2rem;
}

footer .info .contact_us span {
  color: #fff;
}

footer .social p {
  font-family: "Olivier";
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

footer .social p a,
footer .social p a:hover,
footer .social p a:active,
footer .social p a:visited {
  color: #fff;
}

footer .social p img {
  width: 30px;
}

@media (max-width: 768px) {
  .no-webp footer {
    background-color: transparent;
    background-image: url("/assets/images/footer_bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .webp footer {
    background-color: transparent;
    background-image: url("/assets/images/footer_bg.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  footer {
    text-align: center;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo img {
    max-width: 120px;
    padding-bottom: 1vh;
  }
  footer .info .question {
    font-size: 1.4rem;
  }
  footer .info .contact_us {
    font-size: 1.6rem;
  }

  footer .social p {
    display: inline;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 576px) {
  footer .logo img {
    max-width: 120px;
    padding-bottom: 3vh;
  }

  footer .info .contact_us {
    font-size: 1.2rem;
  }

  footer .social p {
    display: block;
    text-align: center;
    margin-bottom: 0.1rem;
  }

  footer .social p img {
    width: 20px;
  }
}
