@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.footer {
  overflow: hidden;
  color: white;
  background-color: #303030;
  height: 700px;
}
.footer__conteiner {
  max-width: 1350px;
  padding: 0px 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 255px;
}
.footer__conteiner .main-conteiner h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 38px;
}
.footer__conteiner .main-conteiner p {
  max-width: 455px;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}
.footer__conteiner .main-conteiner .images img {
  margin-right: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer__conteiner .main-conteiner .images img:hover {
  -webkit-box-shadow: 0 0 10px white;
          box-shadow: 0 0 10px white;
}
.footer__conteiner .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__conteiner .columns .column {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 47px;
}
.footer__conteiner .columns .column h3 {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  padding-bottom: 38px;
}
.footer__conteiner .columns .column a {
  color: white;
  line-height: 39px;
  font-size: 20px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.footer__conteiner .columns .column a:hover {
  color: #ffc200;
}

@media (max-width: 1023px) {
  .footer {
    height: 1000px;
  }
  .footer__conteiner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 200px;
  }
  .footer__conteiner .main-conteiner {
    text-align: center;
    padding-bottom: 100px;
  }
  .footer__conteiner .columns .column {
    padding: 0px 80px;
  }
}
@media (max-width: 767px) {
  .footer__conteiner .columns .column {
    padding: 0px 30px;
  }
}
@media (max-width: 567px) {
  .footer {
    height: 100%;
  }
  .footer .main-conteiner p {
    text-align: justify;
  }
  .footer__conteiner .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__conteiner .columns .column {
    text-align: center;
    width: 260px;
    margin: 0px auto;
    padding: 20px 50px;
  }
  .footer__conteiner .columns .column h3 {
    padding-bottom: 25px;
  }
}
html,
body {
  height: 100%;
  font-family: Montserrat;
  overflow-x: hidden;
}

.wrapper {
  height: 100%;
  position: relative;
}

.header {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 42px;
}
.header__burger {
  display: none;
}
.header__logo {
  padding: 40px 61px;
}
.header__logo img {
  max-width: 100%;
}
.header__menu {
  padding: 58px 0px 58px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__menu a {
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.header__menu a:hover {
  color: #ffc200;
}
.header__menu img {
  position: relative;
  z-index: 150;
  margin-top: -10px;
  height: 30px;
  max-width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header__menu img:hover {
  opacity: 0.5;
  background-color: #ffc200;
}
.header .search {
  margin: 22px 25px 0px 0px;
  max-width: 100%;
}
.header .search img {
  max-width: 100%;
}

.searchinput {
  position: absolute;
  top: 100px;
  right: -500px;
  border-radius: 15px;
  z-index: 200;
  height: 30px;
  width: 0%;
  color: black;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: white;
}
.searchinput input {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  padding: 0px 12px;
  font-size: 20px;
}

.active {
  right: 13%;
  width: 50%;
}

.content {
  background-color: #303030;
  margin-top: -72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 25px;
}
.content__image {
  height: 100%;
}
.content__image img {
  max-width: 100%;
}
.content__shape {
  margin-left: -175px;
}
.content__shape img {
  max-width: 100%;
}
.content__text {
  padding: 0px 250px;
  margin: 150px 0px 0px -150px;
  max-width: 850px;
  position: relative;
  background-color: #303030;
}
.content__text h2 {
  color: #ffc200;
  font-family: "Grand Hotel", cursive;
  font-size: 103px;
}
.content__text p {
  max-width: 610px;
  padding-top: 50px;
  font-size: 20px;
  text-align: justify;
  line-height: 30px;
  color: white;
}
.content__text button {
  height: 50px;
  width: 245px;
  background-color: #ffc200;
  margin-top: 40px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.content__text button a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303030;
}
.content__text button:hover {
  -webkit-box-shadow: 0 0 15px #ffc200;
          box-shadow: 0 0 15px #ffc200;
}
.content__text img {
  position: absolute;
}
.content__text .papric {
  top: 0;
  right: 50px;
}
.content__text .onion {
  bottom: 150px;
  right: 0;
}
.content__text .ananas1 {
  top: 150px;
  right: 0;
}
.content__text .ananas2 {
  bottom: 100px;
  right: 250px;
}
.content__text .ananas3 {
  bottom: 120px;
  left: 50px;
}
.content__text .ananas4 {
  left: 50px;
  top: 0;
}
.content__text .greenery {
  top: 150px;
  left: -50px;
}
.content__text .tomato {
  bottom: 50px;
  left: 200px;
}
.content__text .sonion {
  bottom: 50px;
  right: 100px;
}

.bestseller {
  background-color: white;
  text-align: center;
  padding: 140px 0px;
  max-width: 1200px;
  margin: auto;
}
.bestseller__title {
  font-size: 80px;
  font-family: "Grand Hotel", cursive;
  padding-bottom: 40px;
}
.bestseller__text {
  font-size: 25px;
  margin: auto;
  max-width: 900px;
  padding: 0px 25px 100px 25px;
}
.bestseller__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bestseller__card .cards {
  margin: 0px 60px;
  max-width: 245px;
}
.bestseller__card .cards img {
  border-radius: 50%;
  max-width: 100%;
}
.bestseller__card .cards h2 {
  font-family: "Grand Hotel", cursive;
  font-size: 35px;
  padding: 20px 0px;
}
.bestseller__card .cards p {
  font-size: 18px;
  padding-bottom: 25px;
}

.originaltaste {
  position: relative;
  z-index: 5;
  padding-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  padding: 0px 15px;
  margin: auto;
}
.originaltaste__img {
  margin: auto;
}
.originaltaste__img img {
  max-width: 100%;
}
.originaltaste__content {
  margin: auto;
}
.originaltaste__content h2 {
  padding-top: 130px;
  font-size: 80px;
  font-family: "Grand Hotel", cursive;
  color: #ffc200;
}
.originaltaste__content p {
  font-size: 22px;
  max-width: 550px;
  padding: 50px 0px;
  color: white;
}
.originaltaste__content button {
  height: 65px;
  width: 322px;
  background-color: #ffc200;
  border-radius: 15px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.originaltaste__content button:hover {
  -webkit-box-shadow: 0 0 15px #ffc200;
          box-shadow: 0 0 15px #ffc200;
}
.originaltaste__content button a {
  font-size: 20px;
  font-weight: 700;
  color: #303030;
  text-transform: uppercase;
}

.background {
  height: 800px;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin-top: -600px;
}
.background img {
  width: 100%;
  height: 100%;
}

.statistic {
  background-color: #303030;
  margin-top: -50px;
  padding-bottom: 100px;
}
.statistic__content {
  position: relative;
  padding: 0px 115px;
  max-width: 1330px;
  height: 665px;
  text-align: center;
  margin: auto;
}
.statistic__content img {
  opacity: 0.5;
}
.statistic__content h2 {
  padding-top: 65px;
  font-family: "Grand Hotel", cursive;
  font-size: 75px;
  color: #ffc200;
}
.statistic__content p {
  margin: auto;
  max-width: 800px;
  padding: 60px 0px;
  font-size: 20px;
  color: white;
}
.statistic__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistic__cards .card {
  width: 233px;
  height: 233px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid white;
}
.statistic__cards .card nav {
  font-weight: 700;
  font-size: 37px;
  color: #ffc200;
  padding-top: 60px;
}
.statistic__cards .card p {
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.statistic img {
  position: absolute;
}
.statistic .papric {
  top: 0;
  right: 250px;
}
.statistic .papric1 {
  bottom: 10px;
  left: 300px;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.statistic .onion {
  bottom: 180px;
  right: 0;
}
.statistic .ananas1 {
  top: 250px;
  right: 50px;
}
.statistic .ananas2 {
  top: 0;
  left: 300px;
}
.statistic .ananas3 {
  left: 0;
  bottom: 0;
}
.statistic .greenery {
  top: 150px;
  left: 0;
}
.statistic .tomato {
  bottom: 0;
  right: 400px;
}
.statistic .sonion {
  bottom: 0;
  right: 80px;
}

.grill {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  padding: 0px 50px;
  margin: auto;
}
.grill__content h2 {
  font-size: 108px;
  color: #ffc200;
  font-family: "Grand Hotel", cursive;
}
.grill__content p {
  font-size: 22px;
  max-width: 573px;
  padding: 60px 0px;
  color: white;
}
.grill__content button {
  height: 65px;
  width: 322px;
  background-color: #ffc200;
  border-radius: 15px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.grill__content button a {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #303030;
}
.grill__content button:hover {
  -webkit-box-shadow: 0 0 15px #ffc200;
          box-shadow: 0 0 15px #ffc200;
}
.grill__img img {
  max-width: 100%;
}

.back {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 700px;
  margin-top: -600px;
}
.back img {
  width: 100%;
  height: 100%;
}

.fields {
  margin-top: 100px;
  background-size: cover;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  height: 100vh;
  background-color: #ffc200;
  padding: 0px 50px;
}
.fields p {
  padding-top: 38vh;
  max-width: 913px;
  margin: auto;
  font-size: 40px;
}
.fields h2 {
  padding-top: 50px;
  font-family: "Grand Hotel", cursive;
  font-size: 58px;
}

.yellow {
  height: 100vh;
  width: 100%;
  opacity: 0.3;
  margin-top: -100vh;
  -o-object-position: center top;
     object-position: center top;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.yellow img {
  background-size: cover;
}

.subscribe {
  text-align: center;
  margin: auto;
  height: 800px;
  max-width: 1330px;
  padding: 150px 15px;
  position: relative;
}
.subscribe h2 {
  font-size: 75px;
  font-family: "Grand Hotel", cursive;
}
.subscribe p {
  max-width: 827px;
  margin: 80px auto;
  font-size: 25px;
}
.subscribe .input {
  -webkit-box-shadow: 0 0 5px #303030;
          box-shadow: 0 0 5px #303030;
  max-width: 771px;
  height: 63px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}
.subscribe .input input {
  border-radius: 15px 0px 0px 15px;
  font-size: 20px;
  height: 63px;
  width: 549px;
  padding: 0px 25px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.subscribe .input input:focus {
  -webkit-box-shadow: 0 0 10px #ffc200;
          box-shadow: 0 0 10px #ffc200;
}
.subscribe .input button {
  border-radius: 0px 15px 15px 0px;
  background-color: #ffc200;
  height: 63px;
  width: 222px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.subscribe .input button a {
  font-size: 19px;
  font-weight: 700;
  color: #303030;
  text-transform: uppercase;
}
.subscribe .input button:hover {
  -webkit-box-shadow: 0 0 10px #ffc200;
          box-shadow: 0 0 10px #ffc200;
}
.subscribe img {
  opacity: 0.7;
  position: absolute;
}
.subscribe .papric {
  top: 0;
  right: 250px;
}
.subscribe .papric1 {
  bottom: 90px;
  left: 300px;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.subscribe .onion {
  bottom: 260px;
  right: 0;
}
.subscribe .ananas1 {
  top: 250px;
  right: 50px;
}
.subscribe .ananas2 {
  top: 0;
  left: 300px;
}
.subscribe .ananas3 {
  left: 0;
  bottom: 80px;
}
.subscribe .greenery {
  top: 150px;
  left: 0;
}
.subscribe .tomato {
  bottom: 80px;
  right: 400px;
}
.subscribe .sonion {
  bottom: 80px;
  right: 80px;
}

@media (max-width: 1500px) {
  .content__text {
    padding: 100px;
    margin-left: -300px;
  }
}
@media (max-width: 1340px) {
  .header .active {
    width: 200px;
  }
  .content__text {
    padding: 100px 0px;
  }
  .content__text .greenery {
    top: 150px;
    left: -100px;
  }
  .content__text .ananas2 {
    bottom: 200px;
    right: 200px;
  }
  .statistic__cards .card {
    height: 200px;
    width: 200px;
  }
  .statistic__cards .card nav {
    padding-top: 50px;
  }
}
@media (max-width: 1100px) {
  .header__menu {
    width: 60%;
  }
  .header .active {
    width: 170px;
  }
  .content__shape {
    margin-left: -250px;
  }
  .content__text .greenery {
    top: 50px;
    left: -100px;
  }
  .content__text .ananas2 {
    bottom: 170px;
    right: 150px;
  }
  .content__text .ananas3 {
    bottom: 50px;
    left: 50px;
  }
  .content__text .tomato {
    bottom: 30px;
    left: 250px;
  }
  .content__text .onion {
    bottom: 100px;
    right: 0;
  }
  .statistic__content {
    padding: 0px 50px;
  }
  .statistic__cards .card {
    height: 180px;
    width: 180px;
  }
  .statistic__cards .card nav {
    padding-top: 40px;
  }
  .statistic .papric1 {
    bottom: 10px;
    left: 250px;
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  .statistic .onion {
    bottom: 50px;
    right: 10px;
  }
  .statistic .tomato {
    bottom: 0;
    right: 300px;
  }
  .originaltaste__content p {
    max-width: 450px;
  }
  .back {
    margin-top: -620px;
  }
  .subscribe .papric1 {
    bottom: 90px;
    left: 250px;
  }
  .subscribe .tomato {
    bottom: 80px;
    right: 300px;
  }
  .footer__conteiner .main-conteiner p {
    font-size: 18px;
    max-width: 400px;
  }
  .footer__conteiner .columns .column a {
    font-size: 18px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .footer__conteiner .columns .column a:hover {
    color: #ffc200;
  }
}
@media (max-width: 980px) {
  .header__logo {
    padding: 40px 0px 0px 20px;
  }
  .header__menu {
    padding: 54px 0px 0px 25px;
  }
  .header .search {
    margin: 22px 20px 0px 0px;
  }
  .header .search img {
    max-width: 100%;
  }
  .content__shape {
    margin-left: -400px;
  }
  .content__text {
    max-width: 400px;
  }
  .content__text .greenery {
    top: 50px;
    left: -100px;
  }
  .content__text .ananas2 {
    bottom: 170px;
    right: 100px;
  }
  .content__text .ananas3 {
    bottom: 50px;
    left: 50px;
  }
  .content__text .tomato {
    bottom: 10px;
    left: 280px;
  }
  .content__text .onion {
    display: none;
    bottom: 150px;
    right: -50px;
  }
  .statistic__content {
    padding: 0px 50px;
  }
  .statistic__cards .card {
    height: 160px;
    width: 160px;
  }
  .statistic__cards .card nav {
    padding-top: 30px;
  }
  .statistic .papric {
    right: 150px;
  }
  .statistic .papric1 {
    left: 200px;
  }
  .statistic .tomato {
    bottom: 0;
    right: 250px;
  }
  .bestseller__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .bestseller__card .cards {
    width: 300px;
    margin: auto;
    padding-bottom: 50px;
  }
  .originaltaste__img {
    padding-right: 25px;
  }
  .originaltaste__content h2 {
    font-size: 70px;
  }
  .originaltaste__content p {
    max-width: 350px;
  }
  .originaltaste__content button {
    height: 50px;
    width: 300px;
  }
  .originaltaste__content button a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    padding: 40px 0px 0px 20px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: -200px;
    height: 100%;
    background-color: white;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0 1px #303030;
            box-shadow: 0 0 1px #303030;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__menu a {
    color: black;
    padding-top: 30px;
  }
  .header .show {
    left: 0;
  }
  .header__burger {
    display: block;
    position: fixed;
    z-index: 300;
    width: 30px;
    height: 20px;
    margin: 20px 0px 0px 20px;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #ffc200;
    position: absolute;
    z-index: 300;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    border-radius: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffc200;
    height: 3px;
    top: 9px;
    z-index: 300;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header .click::before {
    background-color: black;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header .click::after {
    background-color: black;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
  .header .click span {
    display: none;
  }
  .header .active {
    width: 100%;
    height: 30px;
    margin: -10px 15px 0px 15px;
  }
  .header .active input {
    height: 100%;
    width: 100%;
  }
  .searchinput {
    top: 45px;
  }
  .searchinput input {
    font-size: 18px;
  }
  .active {
    right: 17%;
    max-width: 45%;
  }
  .content__shape {
    margin-left: -400px;
  }
  .content__text {
    margin-top: 100px;
    padding: 20px 20px;
  }
  .content__text h2 {
    font-size: 80px;
  }
  .content__text p {
    font-size: 16px;
  }
  .content__text button {
    height: 40px;
    width: 200px;
  }
  .content__text button a {
    font-size: 12px;
  }
  .content__text img {
    max-width: 15%;
  }
  .content__text .tomato {
    bottom: 150px;
    left: 150px;
  }
  .content__text .onion {
    bottom: 150px;
    right: 80px;
  }
  .content__text .ananas2 {
    bottom: 170px;
    right: 20px;
  }
  .content__text .ananas1 {
    top: 50px;
    right: 0;
  }
  .content__text .ananas4 {
    left: 0px;
    top: -10px;
  }
  .content__text .greenery {
    top: 80px;
    left: -50px;
  }
  .statistic__content {
    padding: 0px 50px;
  }
  .statistic__cards {
    margin: 0px 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .statistic__cards .card {
    margin: 25px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 160px;
    width: 160px;
  }
  .statistic__cards .card nav {
    padding-top: 30px;
  }
  .statistic .greenery {
    top: 50px;
    left: 0;
  }
  .statistic .papric {
    right: 80px;
  }
  .statistic .papric1 {
    bottom: 100px;
    left: 20px;
  }
  .statistic .tomato {
    bottom: 200px;
    right: 10px;
  }
  .background {
    height: 600px;
    margin-top: -400px;
  }
  .originaltaste {
    padding-top: 250px;
    padding: 0px 15px;
  }
  .originaltaste__img {
    margin: auto;
  }
  .originaltaste__img img {
    max-width: 100%;
    padding-right: 40px;
  }
  .originaltaste__content h2 {
    padding-top: 20px;
    font-size: 55px;
  }
  .originaltaste__content p {
    font-size: 20px;
    max-width: 300px;
  }
  .originaltaste__content button {
    height: 50px;
    width: 250px;
    background-color: #ffc200;
    border-radius: 15px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .originaltaste__content button a {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    text-transform: uppercase;
  }
  .grill {
    padding: 0px 50px;
  }
  .grill__content h2 {
    font-size: 80px;
  }
  .grill__content p {
    font-size: 20px;
  }
  .grill__content button {
    height: 50px;
    width: 250px;
  }
  .grill__content button a {
    font-size: 16px;
  }
  .grill__img img {
    max-width: 100%;
  }
  .subscribe .papric1 {
    bottom: 90px;
    left: 200px;
  }
  .subscribe .tomato {
    bottom: 80px;
    right: 200px;
  }
  .subscribe .onion {
    bottom: 100px;
    right: 0;
  }
  .subscribe .papric {
    top: 0;
    right: 150px;
  }
  .subscribe .ananas2 {
    top: 0;
    left: 150px;
  }
}
@media (max-width: 629px) {
  .content {
    height: 500px;
  }
  .content__image img {
    height: 500px;
    width: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .content__shape {
    margin-left: -150px;
  }
  .content__shape img {
    width: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
    height: 500px;
  }
  .content__text {
    padding: 20px 0px;
    margin-left: -50px;
  }
  .content__text h2 {
    font-size: 60px;
  }
  .content__text p {
    font-size: 16px;
  }
  .content__text .papric {
    top: 0;
    right: 0;
  }
  .content__text img {
    max-width: 12%;
  }
  .content__text .tomato {
    bottom: 80px;
    right: 0px;
  }
  .content__text .onion {
    bottom: 0px;
    left: 0px;
  }
  .content__text .ananas2 {
    top: 170px;
    left: -35px;
  }
  .content__text .ananas3 {
    left: -50px;
    bottom: 80px;
  }
  .content__text .ananas1 {
    top: 90px;
    right: 0;
  }
  .content__text .ananas4 {
    left: 0px;
    top: -10px;
  }
  .content__text .greenery {
    top: 80px;
    left: -50px;
  }
  .content__text .sonion {
    bottom: 0;
    right: 0;
  }
  .searchinput input {
    font-size: 16px;
  }
  .active {
    right: 19%;
    max-width: 32%;
  }
  .originaltaste__img {
    padding-right: 15px;
  }
  .originaltaste__content h2 {
    font-size: 40px;
    padding-top: 40px;
  }
  .originaltaste__content p {
    font-size: 16px;
    max-width: 250px;
    padding: 25px 0px;
  }
  .originaltaste__content button {
    height: 35px;
    width: 200px;
  }
  .originaltaste__content button a {
    font-size: 16px;
  }
  .background {
    height: 500px;
    margin-top: -300px;
  }
  .statistic {
    padding-bottom: 550px;
  }
  .statistic__cards {
    margin: 0px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .statistic__cards .card {
    margin: 25px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 160px;
    width: 160px;
  }
  .statistic__cards .card nav {
    padding-top: 30px;
  }
  .statistic img {
    max-width: 10%;
  }
  .statistic .papric {
    right: 50px;
  }
  .grill {
    padding: 0px 25px;
  }
  .grill__content h2 {
    font-size: 45px;
  }
  .grill__content p {
    font-size: 18px;
    padding: 30px 0px;
    max-width: 180px;
  }
  .grill__content button {
    height: 40px;
    width: 200px;
  }
  .grill__content button a {
    font-size: 15px;
  }
  .grill__img img {
    max-width: 100%;
  }
  .fields p {
    padding-top: 35vh;
    font-size: 30px;
  }
  .subscribe .input button a {
    font-size: 16px;
  }
  .subscribe .papric1 {
    bottom: 90px;
    left: 50px;
  }
  .subscribe .tomato {
    bottom: 80px;
    right: 100px;
  }
  .subscribe .papric {
    top: 0;
    right: 50px;
  }
  .subscribe .ananas2 {
    top: 0;
    left: 50px;
  }
}
@media (max-width: 424px) {
  .header__logo {
    padding: 40px 0px 0px 20px;
  }
  .header__logo img {
    max-width: 70%;
  }
  .header .search {
    margin-top: 25px;
  }
  .header .search img {
    max-height: 80%;
    max-width: 70%;
  }
  .content {
    height: 500px;
  }
  .content__image img {
    height: 500px;
    width: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .content__shape {
    width: 800px;
  }
  .content__shape img {
    width: 100%;
  }
  .content__text h2 {
    font-size: 45px;
  }
  .content__text p {
    font-size: 14px;
  }
  .content__text button {
    height: 30px;
    width: 150px;
  }
  .content__text button a {
    font-size: 11px;
  }
  .content__text .ananas3 {
    display: none;
  }
  .searchinput {
    top: 50px;
    height: 16px;
  }
  .searchinput input {
    font-size: 12px;
  }
  .originaltaste__img {
    padding-right: 0px;
  }
  .originaltaste__content h2 {
    font-size: 35px;
  }
  .originaltaste__content button {
    height: 30px;
    width: 130px;
  }
  .originaltaste__content button a {
    font-size: 13px;
  }
  .background {
    height: 500px;
    margin-top: -350px;
  }
  .statistic {
    padding-bottom: 600px;
  }
  .statistic__cards {
    margin: 0px 0px;
  }
  .statistic img {
    max-width: 10%;
  }
  .statistic .papric {
    right: 50px;
  }
  .statistic .greenery {
    top: 50px;
    left: 0;
  }
  .statistic .papric1 {
    bottom: 100px;
    left: 20px;
  }
  .statistic .tomato {
    bottom: 200px;
    right: 10px;
  }
  .statistic .ananas1 {
    top: 1000px;
  }
  .statistic .ananas3 {
    top: 900px;
    left: 20px;
  }
  .statistic .sonion {
    top: 800px;
    right: 50px;
  }
  .grill {
    padding: 0px 25px;
  }
  .grill__content h2 {
    font-size: 40px;
  }
  .grill__content p {
    font-size: 18px;
    padding: 30px 0px;
    max-width: 180px;
  }
  .grill__content button {
    height: 30px;
    width: 130px;
  }
  .grill__content button a {
    font-size: 13px;
  }
  .grill__img img {
    max-width: 100%;
  }
  .fields p {
    padding-top: 15vh;
    font-size: 25px;
  }
  .subscribe img {
    max-width: 20%;
  }
  .subscribe .papric1 {
    bottom: 90px;
    left: 50px;
  }
  .subscribe .tomato {
    bottom: 80px;
    right: 100px;
  }
  .subscribe .papric {
    top: 0;
    right: 50px;
  }
  .subscribe .ananas2 {
    top: 0;
    left: 50px;
  }
  .subscribe .input {
    max-width: 771px;
    height: 35px;
  }
  .subscribe .input input {
    font-size: 15px;
    height: 100%;
    width: 100%;
  }
  .subscribe .input button {
    height: 35px;
    width: 200px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .subscribe .input button a {
    font-size: 15px;
    font-weight: 700;
    color: #303030;
    text-transform: uppercase;
  }
  .subscribe .input button:hover {
    -webkit-box-shadow: 0 0 10px #ffc200;
            box-shadow: 0 0 10px #ffc200;
  }
}