@font-face {
  font-family: national2;
  src: url("/assets/fonts/national2/national-2-web-regular-32604f8b6d44c382ea007db8cc75e238\ \(1\).woff2");
}

.visually-hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: national2;
}

*,
::after,
::before {
  box-sizing: unset;
}

html,
body {
  overflow-x: hidden;
  background-color: #f0ecdf;
}

body {
  margin-top: 158px;
}

a {
  text-decoration: none;
  text-transform: none;
  color: #000;
  border-bottom: 1px solid transparent;
}

#home-page-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-page.section,
.home-page.section .section-center {
  padding: 0;
  margin-top: 80px;
}

.mobile-menu {
  width: 100%;
  height: 100vh;
  background-color: #1d2119;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.mobile-menu-open {
  transform: translate(100%, 0);
  transition: 0.5s;
}

.mobile-menu button {
  background-color: transparent;
  border: none;
  width: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f0ecdf;
  font-size: 25px;
  margin-bottom: 30px;
  cursor: pointer;
}

.mobile-menu a {
  color: #d3e493;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.mobile-menu a[class*="instagram-logo"] {
  background-size: contain;
  display: inline-block;
  font-size: 0;
  height: 60px;
  margin: 8px 5px 0;
  width: 30px;
  background: url("/assets/images/instagram-white.svg") no-repeat 50%;
}

.mobile-menu a[class*="facebook-logo"] {
  background-size: contain;
  display: inline-block;
  font-size: 0;
  height: 60px;
  margin: 8px 5px 0;
  width: 30px;
  background: url("/assets/images/facebook-white.svg") no-repeat 50%;
}

header {
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 500;
  background-color: #f0ecdf;
  top: 0;
  left: 0;
  z-index: 999999999;
  position: fixed;
}

.nav-container {
  width: 1240px;
  height: 100%;
  margin: 0 15px;
  position: relative;
}

.nav-left-container {
  display: flex;
  position: absolute;
  transform: translate(0%, -50%);
  left: 0;
  top: 50%;
  gap: 55px;
}

.nav-container a:hover {
  color: #1d2119;
}

.nav-container a[href*=contact] {
  margin-right: 55px;
}

.nav-right-container>a:has(img)>img,
a[class*=svg-link]>img {
  width: 100%;
  position: relative !important;
  transform: translate(0%, 0%);
}

.double-logo img {
  width: 100%;
  position: relative !important;
  transform: translate(0%, 0%) !important;
}

.nav-right-container>a:has(img),
a[class*=svg-link] {
  width: 30px;
}

#footer>div.follow-us>div>a {
  width: auto;
}

.nav-container a {
  color: #1d2119 !important;
}

.nav-container a:not(a:first-child, a:last-child) {
  margin: 0 30px;
  color: #1d2119;
}

.nav-container a:hover:not(a:has(img)) {
  border-bottom: 1px solid #1d2119;
  transition: border-bottom 0.15s ease;
}

/* a:hover:not(a:has(img)), a:hover:not(a:has(svg)) {

} */

.nav-right-container-mobile {
  display: none;
}

.nav-right-container-mobile svg {
  width: 20px;
}

.nav-right-container {
  display: flex;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
}

.nav-right-container svg {
  width: 30px;
  height: 60px;
}

.brand-logo-div {
  width: auto;
  height: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.brand-logo-div img {
  height: 100%;
}

div[class*="container"] {
  align-items: center;
}

.nav-left-container,
.nav-right-container {
  padding: 1px 0;
}

.animation-container {
  background-color: #1d2119;
  height: 730px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 0 80px 0;
}

.animation-container .main-div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animation-container .img-div {
  position: relative;
  width: 21%;
  max-height: 359px;
  height: 29vw;
  margin-top: 63px;
  z-index: 999;
}

.animation-container .img-div img {
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animation-container .img-div img:nth-child(1) {
  max-width: 70%;
  transform: translate(-125%, -50%);
}

.animation-container .img-div img:nth-child(2) {
  max-width: 98%;
  z-index: 50;
}

.animation-container .img-div img:nth-child(3) {
  max-width: 70%;
  transform: translate(25%, -50%);
}

.animation-container .main-div h1 {
  color: #f0ecdf;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 110px;
  font-weight: 100;
  line-height: 93px;
  text-transform: uppercase;
  padding: 0;
  margin-top: -25px;
  z-index: 9999;
}

.animation-container .main-div h1>p {
  color: #f0ecdf;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 82px;
  text-transform: uppercase;
}

.animation-container .main-div a {
  border-radius: 2px;
  color: #f0ecdf;
  border: 1px solid #f0ecdf;
  display: inline-block;
  font-size: 20px;
  max-width: 100%;
  padding: 0.2% 18px 0.4%;
  transition: color 0.15s, background-color 0.15s;
  z-index: 999;
}

.animation-container .main-div a:hover {
  background-color: #d3e493;
  border: 1px solid #d3e493;
  color: #1d2119;
  text-decoration: none;
}

/*-----------------PRODUCTS PAGE---------------*/

.products-main {
  padding-top: 160px;
}

.item-container {
  margin-top: -100px;
  padding-top: 100px;
}

.products-title {
  margin: 10px 0;
  padding: 0 13px;
}

.products-title h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.product-content {
  color: #f0ecdf;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 24px auto 0;
  max-width: 432px;
}

.product-catogary-center .img-div {
  margin-top: 0px !important;
}

.product-catogary-center h1 {
  margin-top: 22px !important;
}

.category-sticker-1 {
  position: absolute;
  bottom: 12%;
  left: 4%;
  width: 15%;
  z-index: 60;
  top: 70%;
}

.category-sticker-2 {
  position: absolute;

  bottom: 75%;
  left: 65%;
  width: 15%;
  z-index: 60;
  top: 10;
}

.category-sticker-3 {
  position: absolute;

  bottom: 10%;
  left: 77%;
  width: 15%;
  z-index: 60;
  top: 80%;
}

.section {
  padding: 40px 0;
  display: block;
}

.bottom-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 10px;
  color: #1d2119;
  color: #f0ecdf;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-size: 6px;
  font-weight: 400;
  line-height: 22px;
  line-height: 6px;
  margin: 0;
  position: absolute;
  right: 10px;
  text-align: right;
}

.item-list {
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 12px;
}

.item-list-2 {
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 12px;
}

.section-center {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.items-all {
  padding-bottom: 147%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.items-all-bottom {
  padding-bottom: 96%;
}

.link {
  position: relative;
}

.single-product {
  bottom: 30.2%;
  left: 41%;
  position: absolute;
  width: 18%;
}

.single-product-title {
  bottom: 17%;
  left: 31%;
  position: absolute;
  width: 38%;
}

.product-title {
  bottom: 20%;
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
  font-size: 48px !important;
  width: 100%;
  height: auto;
  max-height: 24%;
  max-width: 93%;
  color: #f0ecdf !important;
}

.product {
  bottom: 33.2%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 43%;
}

.two-item-grid .product {
  bottom: 33.2%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 26%;
}

.sub-products {
  bottom: 47%;
  position: absolute;
}

.bottom-products {
  bottom: 34%;
  left: 36% !important;
  width: 27%;
  position: absolute;
}

.middle-products {
  bottom: 43%;
  left: 34% !important;
  width: 29%;
  position: absolute;
}

.product-first {
  display: block;
}

.product-second {
  display: block;
}

.product-third {
  display: block;
  width: 38%;
  left: 31%;
}

.product-hover-first {
  display: none;
}

.product-hover-second {
  display: none;
}

.product-hover-third {
  display: none;
  width: 38%;
  left: 31%;
}

.learn-more {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 15%;
  font-size: 20px;
  position: absolute;
}

.items-all:hover .learn-more {
  border-width: 1px;
  border-bottom: solid;
}

/* -------------- Products Category Page/Rice and Pea Chips------------------*/
#product-catogary-container {
  /* max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px; */
}

.product-catogary-center {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

#product-catogary-container h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.tns-item img {
  width: 100%;
}

.slider {
  padding: 0 0 40px 0 !important;
}

/*---------------- HOVER ANIMATION-----------*/

.item-all div:not(div[class*="transform-foods"])>img {
  height: auto;
  max-width: 62%;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
}

.pea-bean-hover .item-hover,
.pea-bean-hover .item-hover-2,
.pea-bean-hover .transform-foods-second,
.pea-bean-hover .transform-foods-fifth,
.pea-bean-hover .transform-foods-sixth,
.rice-pea-hover .transform-foods-first,
.rice-pea-hover .item-hover-img,
.rice-pea-hover .transform-foods-fourth,
.vegetable-hover .transform-foods-third,
.vegetable-hover .transform-foods-seventh,
.vegetable-hover .transform-foods-eighth,
.vegetable-hover .transform-foods-nineth,
.vegetable-hover .transform-foods-tenth,
.pea-bean-hover .transform-foods-eleventh,
.pea-bean-hover .transform-foods-twelfth,
.pea-bean-hover .transform-foods-thirtenth,
.pea-bean-hover .transform-foods-fourtheenth,
.pea-bean-hover .transform-foods-fifteenth {
  transform: scale(2.25);
  transition: transform 0.7s ease;
}

/* .rice-pea-hover:hover .learn-more,
  .pea-bean-hover:hover .learn-more,
  .vegetable-hover:hover .learn-more {
    text-decoration: underline;
  } */

.rice-pea-hover:hover .product-first {
  display: none;
}

.pea-bean-hover:hover .product-second {
  display: none;
}

.vegetable-hover:hover .product-first {
  display: none;
}

.vegetable-hover:hover .product-second {
  display: none;
}

.vegetable-hover:hover .product-third {
  display: none;
}

.rice-pea-hover:hover .product-hover-first {
  display: block;
}

.pea-bean-hover:hover .product-hover-second {
  display: block;
}

.vegetable-hover:hover .product-hover-first {
  display: block;
}

.vegetable-hover:hover .product-hover-second {
  display: block;
}

.vegetable-hover:hover .product-hover-third {
  display: block;
}

.rice-pea-hover:hover .transform-foods-first,
.rice-pea-hover:hover .transform-foods-third,
.rice-pea-hover:hover .item-hover-img,
.rice-pea-hover:hover .transform-foods-fourth {
  transform: scale(1);
  transition: transform 0.7s ease;
}

.pea-bean-hover:hover .item-hover,
.pea-bean-hover:hover .item-hover-2,
.pea-bean-hover:hover .transform-foods-second,
.pea-bean-hover:hover .transform-foods-fifth,
.pea-bean-hover:hover .transform-foods-sixth,
.pea-bean-hover:hover .transform-foods-twelfth,
.pea-bean-hover:hover .transform-foods-thirtenth,
.pea-bean-hover:hover .transform-foods-fourtheenth,
.pea-bean-hover:hover .transform-foods-fifteenth {
  transform: scale(1);
  transition: transform 0.7s ease;
}

.vegetable-hover:hover .transform-foods-third,
.vegetable-hover:hover .transform-foods-seventh,
.vegetable-hover:hover .transform-foods-eighth,
.vegetable-hover:hover .transform-foods-nineth,
.vegetable-hover:hover .transform-foods-tenth,
.pea-bean-hover:hover .transform-foods-eleventh {
  transform: scale(1);
  transition: transform 0.7s ease;
}

.transform-foods {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(5);
}

.transform-foods img {
  position: absolute;
}

.transform-foods-first img:nth-child(1) {
  /* transform: translate3d(165px, 0px, 0px); */
  bottom: 51%;
  left: 80%;
  width: 35%;
}

.transform-foods-first img:nth-child(2) {
  /* transform: translate3d(-135px, 135px, 0px); */
  bottom: -1%;
  left: -11%;
  width: 35%;
}

.transform-foods-first img:nth-child(3) {
  /* transform: translate3d(145px, 145px, 0px); */
  bottom: -28%;
  left: 20%;
}

.transform-foods-first img:nth-child(4) {
  /* transform: translate3d(-125px, 0px, 0px); */
  bottom: 20%;
  left: -48%;
  width: 90%;
}

.transform-foods-first img:nth-child(5) {
  /* transform: translate3d(-140px, -140px, 0px); */
  bottom: 91%;
  left: 2%;
  width: 18%;
}

.transform-foods-first img:nth-child(6) {
  /* transform: translate3d(125px, -125px, 0px); */
  bottom: 85%;
  left: 50%;
  width: 50%;
}

.transform-foods-first img:nth-child(7) {
  /* transform: translate3d(0px, -100px, 0px); */
  bottom: 90%;
  left: 33%;
  width: 34%;
}

.transform-foods-first img:nth-child(8) {
  /* transform: translate3d(0px, 115px, 0px); */
  bottom: -7%;
  left: 22%;
  width: 25%;
}

.transform-foods-first img:nth-child(9) {
  /* transform: translate3d(0px, -100px, 0px); */
  bottom: 92%;
  left: 19%;
  width: 7%;
}

/*--------------SECOND TRANSFORM----------------------*/
.transform-foods-second img:nth-child(1) {
  /* transform: translate3d(125px, -125px, 0px); */
  bottom: 69%;
  left: 50%;
  width: 75%;
}

.transform-foods-second img:nth-child(2) {
  /* transform: translate3d(-180px, 0px, 0px); */
  bottom: 28%;
  left: -42%;
  width: 74%;
}

.transform-foods-second img:nth-child(3) {
  /* transform: translate3d(-180px, 0px, 0px); */
  bottom: 28%;
  left: 2%;
  width: 14%;
}

.transform-foods-second img:nth-child(4) {
  /* transform: translate3d(0px, -100px, 0px); */
  bottom: 88%;
  left: 14%;
  width: 8%;
}

.transform-foods-second img:nth-child(5) {
  /* transform: translate3d(-165px, 165px, 0px); */
  bottom: -22%;
  left: -15%;
  width: 65%;
}

.transform-foods-second img:nth-child(6) {
  /* transform: translate3d(0px, -100px, 0px); */
  bottom: 92%;
  left: 21%;
  width: 20%;
}

.transform-foods-second img:nth-child(7) {
  /* transform: translate3d(0px, 145px, 0px); */
  bottom: -5%;
  left: 36%;
  width: 17%;
}

.transform-foods-second img:nth-child(8) {
  /* transform: translate3d(180px, 0px, 0px); */
  bottom: 37%;
  left: 79%;
  width: 32%;
}

.transform-foods-second img:nth-child(9) {
  /* transform: translate3d(0px, 145px, 0px); */
  bottom: -10%;
  left: 67%;
  width: 18%;
}

.transform-foods-second img:nth-child(10) {
  /* transform: translate3d(135px, 135px, 0px); */
  bottom: -10%;
  left: 79%;
  width: 24%;
}

.transform-foods-second img:nth-child(11) {
  /* transform: translate3d(-145px, -145px, 0px); */
  bottom: 94%;
  left: 4%;
  width: 5%;
}

.transform-foods-second img:nth-child(12) {
  /* transform: translate3d(-180px, 0px, 0px); */
  bottom: 34%;
  left: 14%;
  width: 9%;
}

/*------------THIRD TRANSFORM------*/
.transform-foods-third img:nth-child(1) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 34%;
  bottom: 45%;
  left: -7%;
  width: 73%;
}

.transform-foods-third img:nth-child(2) {
  /* transform: translate3d(0px, -190px, 0px); */
  bottom: 89%;
  left: 53%;
  width: 28%;
}

.transform-foods-third img:nth-child(3) {
  /* transform: translate3d(125px, 0px, 0px); */
  bottom: 89%;
  bottom: 47%;
  left: 70%;
  width: 35%;
}

.transform-foods-third img:nth-child(4) {
  /* transform: translate3d(0px, 180px, 0px); */
  bottom: -17%;
  left: 56%;
  width: 72%;
}

.transform-foods-third img:nth-child(5) {
  /* transform: translate3d(-125px, 125px, 0px); */
  bottom: -10%;
  left: -2%;
  width: 47%;
}

.transform-foods-third img:nth-child(6) {
  /* transform: translate3d(-115px, 0px, 0px); */
  bottom: 33%;
  left: -15%;
  width: 30%;
}

.transform-foods-third img:nth-child(7) {
  /* transform: translate3d(125px, 125px, 0px); */
  bottom: -21%;
  left: 70%;
  width: 50%;
  position: absolute;
}

/*------------FOURTH TRANSFORM------*/
.transform-foods-fourth img:nth-child(1) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 54%;
  left: 80%;
  position: absolute;
  width: 29%;
}

.transform-foods-fourth img:nth-child(2) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 1%;
  left: -10%;
  position: absolute;
  width: 30%;
  position: absolute;
}

.transform-foods-fourth img:nth-child(3) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: -45%;
  left: 25%;
  width: 90%;
  position: absolute;
}

.transform-foods-fourth img:nth-child(4) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 29%;
  left: -24%;
  position: absolute;
  width: 59%;
}

.transform-foods-fourth img:nth-child(5) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 89%;
  left: 5%;
  position: absolute;
  width: 11%;
}

.transform-foods-fourth img:nth-child(6) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 1%;
  display: block;
  left: 48%;
  position: absolute;
  width: 7%;
}

.transform-foods-fourth img:nth-child(7) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 82%;
  left: 39%;
  position: absolute;
  width: 43%;
}

.transform-foods-fourth img:nth-child(8) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 86%;
  left: 20%;
  position: absolute;
  width: 28%;
}

.transform-foods-fourth img:nth-child(9) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: -6%;
  left: 18%;
  position: absolute;
  width: 18%;
}

.transform-foods-fourth img:nth-child(10) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 88%;
  left: 15%;
  position: absolute;
  width: 5%;
}

/*------------FIFTH TRANSFORM------*/
.transform-foods-fifth img:nth-child(1) {
  /* transform: translate3d(-115px, -115px, 0px); */
  bottom: 90%;
  left: 31%;
  position: absolute;
  width: 18%;
}

.transform-foods-fifth img:nth-child(2) {
  bottom: -28%;
  left: -34%;
  position: absolute;
  width: 87%;
  z-index: 10;
}

.transform-foods-fifth img:nth-child(3) {
  bottom: 78%;
  left: -35%;
  position: absolute;
  width: 60%;
}

.transform-foods-fifth img:nth-child(4) {
  bottom: 60%;
  left: 77%;
  position: absolute;
  width: 8%;
}

.transform-foods-fifth img:nth-child(5) {
  bottom: 68%;
  left: -2%;
  position: absolute;
  width: 16%;
}

.transform-foods-fifth img:nth-child(6) {
  bottom: 40%;
  left: -11%;
  position: absolute;
  width: 26%;
}

.transform-foods-fifth img:nth-child(7) {
  bottom: 40%;
  left: 81%;
  position: absolute;
  width: 32%;
}

.transform-foods-fifth img:nth-child(8) {
  bottom: 64%;
  left: 67%;
  position: absolute;
  width: 38%;
}

.transform-foods-fifth img:nth-child(9) {
  bottom: 1%;
  left: 15%;
  position: absolute;
  width: 23%;
}

.transform-foods-fifth img:nth-child(10) {
  bottom: -21%;
  left: 66%;
  position: absolute;
  width: 27%;
}

.transform-foods-fifth img:nth-child(11) {
  bottom: -9%;
  left: 74%;
  position: absolute;
  width: 38%;
}

.transform-foods-fifth img:nth-child(12) {
  bottom: 59%;
  left: 9%;
  position: absolute;
  width: 9%;
}

.transform-foods-fifth img:nth-child(13) {
  bottom: 55%;
  left: 5%;
  position: absolute;
  width: 5%;
}

.transform-foods-fifth img:nth-child(14) {
  bottom: 93%;
  left: 67%;
  position: absolute;
  width: 13%;
}

.transform-foods-fifth img:nth-child(15) {
  bottom: 90%;
  left: 60%;
  position: absolute;
  width: 4%;
}

/*------------SIXTH TRANSFORM------*/
.transform-foods-sixth img:nth-child(1) {
  bottom: 68%;
  left: 77%;
  position: absolute;
  width: 50%;
}

.transform-foods-sixth img:nth-child(2) {
  bottom: -2%;
  left: 11%;
  position: absolute;
  width: 22%;
}

.transform-foods-sixth img:nth-child(3) {
  bottom: 82%;
  left: -6%;
  position: absolute;
  width: 45%;
}

.transform-foods-sixth img:nth-child(4) {
  bottom: -25%;
  left: -30%;
  position: absolute;
  width: 80%;
}

.transform-foods-sixth img:nth-child(5) {
  bottom: 94%;
  left: 87%;
  position: absolute;
  width: 7%;
}

.transform-foods-sixth img:nth-child(6) {
  bottom: 60%;
  left: 75%;
  position: absolute;
  width: 7%;
}

.transform-foods-sixth img:nth-child(7) {
  bottom: 24%;
  left: 80%;
  position: absolute;
  width: 16%;
}

.transform-foods-sixth img:nth-child(8) {
  bottom: 36%;
  left: -11%;
  position: absolute;
  width: 25%;
}

.transform-foods-sixth img:nth-child(9) {
  bottom: 88%;
  left: 53%;
  position: absolute;
  width: 24%;
}

.transform-foods-sixth img:nth-child(10) {
  bottom: 40%;
  left: 81%;
  position: absolute;
  width: 32%;
}

.transform-foods-sixth img:nth-child(11) {
  bottom: 52%;
  left: -26%;
  position: absolute;
  width: 56%;
}

.transform-foods-sixth img:nth-child(12) {
  bottom: -20%;
  left: 59%;
  position: absolute;
  width: 32%;
}

.transform-foods-sixth img:nth-child(13) {
  bottom: -9%;
  left: 77%;
  position: absolute;
  width: 28%;
}

.transform-foods-sixth img:nth-child(14) {
  bottom: 90%;
  left: 4%;
  position: absolute;
  width: 5%;
}

.transform-foods-sixth img:nth-child(15) {
  bottom: 90%;
  left: 60%;
  position: absolute;
  width: 4%;
}

/*------------SEVENTH TRANSFORM------*/
.transform-foods-seventh img:nth-child(1) {
  bottom: -17%;
  left: 0;
  position: absolute;
  width: 40%;
}

.transform-foods-seventh img:nth-child(2) {
  bottom: 43%;
  left: -4%;
  position: absolute;
  width: 50%;
}

.transform-foods-seventh img:nth-child(3) {
  bottom: 67%;
  left: 33%;
  position: absolute;
  width: 33%;
  z-index: 10;
}

.transform-foods-seventh img:nth-child(4) {
  bottom: 43%;
  left: 43%;
  position: absolute;
  width: 25%;
  z-index: 10;
}

.transform-foods-seventh img:nth-child(5) {
  bottom: 79%;
  left: 69%;
  position: absolute;
  width: 45%;
}

.transform-foods-seventh img:nth-child(6) {
  bottom: 21%;
  left: 65%;
  position: absolute;
  width: 39%;
}

.transform-foods-seventh img:nth-child(7) {
  bottom: -23%;
  left: 33%;
  position: absolute;
  width: 56%;
}

.transform-foods-seventh img:nth-child(8) {
  bottom: 27%;
  left: -12%;
  position: absolute;
  width: 25%;
}

.transform-foods-seventh img:nth-child(9) {
  bottom: 72%;
  left: -11%;
  position: absolute;
  width: 30%;
}

.transform-foods-seventh img:nth-child(10) {
  bottom: -19%;
  left: 43%;
  position: absolute;
  width: 30%;
}

.transform-foods-seventh img:nth-child(11) {
  bottom: 63%;
  left: 75%;
  position: absolute;
  width: 30%;
}

/*------------EIGHTH TRANSFORM------*/
.transform-foods-eighth img:nth-child(1) {
  bottom: 30%;
  left: -25%;
  position: absolute;
  width: 60%;
}

.transform-foods-eighth img:nth-child(2) {
  bottom: 81.5%;
  left: -10%;
  position: absolute;
  width: 42%;
}

.transform-foods-eighth img:nth-child(3) {
  bottom: 88%;
  left: 30%;
  position: absolute;
  width: 20%;
}

.transform-foods-eighth img:nth-child(4) {
  bottom: 90%;
  left: 84%;
  position: absolute;
  width: 20%;
}

.transform-foods-eighth img:nth-child(5) {
  bottom: 43%;
  left: 43%;
  position: absolute;
  width: 25%;
  z-index: 10;
}

.transform-foods-eighth img:nth-child(6) {
  bottom: 40%;
  left: 75%;
  position: absolute;
  width: 30%;
}

.transform-foods-eighth img:nth-child(7) {
  bottom: -9%;
  left: 59%;
  position: absolute;
  width: 40%;
}

.transform-foods-eighth img:nth-child(8) {
  bottom: -11%;
  left: -1%;
  position: absolute;
  width: 34%;
}

.transform-foods-eighth img:nth-child(9) {
  bottom: 29%;
  left: -12%;
  position: absolute;
  width: 23%;
}

.transform-foods-eighth img:nth-child(10) {
  bottom: 50%;
  left: -11%;
  position: absolute;
  width: 30%;
}

.transform-foods-eighth img:nth-child(11) {
  bottom: -17%;
  left: 9%;
  position: absolute;
  width: 31%;
}

.transform-foods-eighth img:nth-child(12) {
  bottom: 66%;
  left: 43%;
  position: absolute;
  width: 34%;
  z-index: 10;
}

/*------------NINETH TRANSFORM------*/
.transform-foods-nineth img:nth-child(1) {
  bottom: 30%;
  left: -10%;
  width: 25%;
  z-index: 10;
  position: absolute;
}

.transform-foods-nineth img:nth-child(2) {
  bottom: 84%;
  left: -3%;
  width: 15%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(3) {
  bottom: 88%;
  left: 15%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(4) {
  bottom: 90%;
  left: 84%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(5) {
  bottom: 28%;
  left: 9%;
  width: 15%;
  z-index: 10;
  position: absolute;
}

.transform-foods-nineth img:nth-child(6) {
  bottom: 33%;
  left: 72%;
  width: 16%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(7) {
  bottom: -9%;
  left: 17%;
  width: 19%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(8) {
  bottom: -11%;
  left: 0;
  width: 16%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(9) {
  bottom: 65%;
  display: block;
  left: 57%;
  position: absolute;
  width: 40%;
}

.transform-foods-nineth img:nth-child(10) {
  bottom: -8%;
  display: block;
  left: 50%;
  position: absolute;
  width: 10%;
}

.transform-foods-nineth img:nth-child(11) {
  bottom: -10%;
  display: block;
  left: 74%;
  position: absolute;
  width: 20%;
}

.transform-foods-nineth img:nth-child(12) {
  bottom: 10%;
  display: block;
  left: 88%;
  position: absolute;
  width: 18%;
}

.transform-foods-nineth img:nth-child(13) {
  bottom: 88%;
  display: block;
  left: 46%;
  position: absolute;
  width: 14%;
}

.transform-foods-nineth img:nth-child(14) {
  bottom: 29%;
  left: -5%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(15) {
  position: absolute;
  bottom: 71%;
  left: 23%;
  width: 16%;
}

.transform-foods-nineth img:nth-child(16) {
  position: absolute;
  bottom: -14%;
  left: 27%;
  width: 16%;
}

.transform-foods-nineth img:nth-child(17) {
  position: absolute;
  bottom: -5%;
  left: 65%;
  width: 16%;
  z-index: 10;
}

.transform-foods-nineth img:nth-child(18) {
  position: absolute;
  bottom: 63%;
  display: block;
  left: 95%;
  width: 10%;
}

.transform-foods-nineth img:nth-child(19) {
  position: absolute;
  bottom: 48%;
  display: block;
  left: -4%;
  position: absolute;
  width: 14%;
}

/* ------------- tenth ------------- */

.transform-foods-tenth img:nth-child(1) {
  position: absolute;
  bottom: -22%;
  left: -4%;
  width: 25%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(2) {
  position: absolute;
  bottom: 43%;
  left: -4%;
  width: 50%;
}

.transform-foods-tenth img:nth-child(3) {
  position: absolute;
  bottom: 67%;
  left: 22%;
  width: 18%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(4) {
  position: absolute;
  bottom: 32%;
  left: 17%;
  width: 15%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(5) {
  position: absolute;
  bottom: 77%;
  left: 73%;
  width: 25%;
}

.transform-foods-tenth img:nth-child(6) {
  position: absolute;
  bottom: 10%;
  left: 65%;
  width: 15%;
}

.transform-foods-tenth img:nth-child(7) {
  position: absolute;
  bottom: -15%;
  left: 18%;
  width: 23%;
}

.transform-foods-tenth img:nth-child(8) {
  position: absolute;
  bottom: 28%;
  display: block;
  left: 83%;
  position: absolute;
  width: 12%;
}

.transform-foods-tenth img:nth-child(9) {
  position: absolute;
  bottom: -22%;
  display: block;
  left: 50%;
  position: absolute;
  width: 23%;
}

.transform-foods-tenth img:nth-child(10) {
  position: absolute;
  bottom: -7%;
  display: block;
  left: 89%;
  position: absolute;
  width: 20%;
}

.transform-foods-tenth img:nth-child(11) {
  position: absolute;
  bottom: 57%;
  display: block;
  left: 60%;
  position: absolute;
  width: 44%;
}

.transform-foods-tenth img:nth-child(12) {
  position: absolute;
  bottom: 29%;
  left: -5%;
  width: 10%;
}

.transform-foods-tenth img:nth-child(13) {
  position: absolute;
  bottom: 72%;
  left: -11%;
  width: 30%;
}

.transform-foods-tenth img:nth-child(14) {
  position: absolute;
  bottom: -16%;
  left: 51%;
  width: 18%;
}

.transform-foods-tenth img:nth-child(15) {
  position: absolute;
  bottom: 63%;
  left: 75%;
  width: 30%;
}

.transform-foods-tenth img:nth-child(16) {
  position: absolute;
  bottom: 52%;
  display: block;
  left: 94%;
  position: absolute;
  width: 12%;
}

.transform-foods-tenth img:nth-child(17) {
  bottom: -20%;
  display: block;
  left: 22%;
  position: absolute;
  width: 18%;
}

/* -------- eleventh ------------*/

.transform-foods-eleventh img:nth-child(1) {
  position: absolute;
  bottom: 67%;
  left: 59%;
  width: 50%;
}

.transform-foods-eleventh img:nth-child(2) {
  position: absolute;
  bottom: -2%;
  left: 11%;
  width: 22%;
}

.transform-foods-eleventh img:nth-child(3) {
  position: absolute;
  bottom: 77%;
  left: -4%;
  width: 36%;
}

.transform-foods-eleventh img:nth-child(4) {
  position: absolute;
  bottom: -26%;
  left: -20%;
  width: 67%;
}

.transform-foods-eleventh img:nth-child(5) {
  position: absolute;
  bottom: 94%;
  left: 53%;
  width: 4%;
}

.transform-foods-eleventh img:nth-child(6) {
  position: absolute;
  bottom: 68%;
  left: 71%;
  width: 6%;
}

.transform-foods-eleventh img:nth-child(7) {
  position: absolute;
  bottom: 25%;
  left: 70%;
  width: 10%;
}

.transform-foods-eleventh img:nth-child(8) {
  position: absolute;
  bottom: 25%;
  left: -11%;
  width: 20%;
}

.transform-foods-eleventh img:nth-child(9) {
  position: absolute;
  bottom: -5%;
  left: 51%;
  width: 15%;
}

.transform-foods-eleventh img:nth-child(10) {
  bottom: 91%;
  display: block;
  left: 34%;
  position: absolute;
  width: 15%;
}

.transform-foods-eleventh img:nth-child(11) {
  position: absolute;
  bottom: 38%;
  left: 77%;
  width: 28%;
}

.transform-foods-eleventh img:nth-child(12) {
  position: absolute;
  bottom: 47%;
  left: -20%;
  width: 42%;
}

.transform-foods-eleventh img:nth-child(13) {
  position: absolute;
  bottom: -21%;
  left: 63%;
  width: 26%;
}

.transform-foods-eleventh img:nth-child(14) {
  position: absolute;
  bottom: -11%;
  left: 77%;
  width: 24%;
}

.transform-foods-eleventh img:nth-child(15) {
  position: absolute;
  bottom: 89%;
  left: 3%;
  width: 3%;
}

.transform-foods-eleventh img:nth-child(16) {
  position: absolute;
  bottom: 4%;
  display: block;
  left: 39%;
  position: absolute;
  width: 5%;
}

.transform-foods-eleventh img:nth-child(17) {
  position: absolute;
  bottom: 92%;
  left: 28%;
  width: 6%;
}

.transform-foods-eleventh img:nth-child(18) {
  bottom: 60%;
  display: block;
  left: 20%;
  position: absolute;
  width: 8%;
}

/* ------ twelfth ---------------*/

.transform-foods-twelfth img:nth-child(1) {
  position: absolute;
  bottom: 64%;
  left: 88%;
  width: 13%;
}

.transform-foods-twelfth img:nth-child(2) {
  bottom: -23%;
  left: -19%;
  width: 50%;
  z-index: 10;
}

.transform-foods-twelfth img:nth-child(3) {
  bottom: 77%;
  left: -11%;
  width: 50%;
}

.transform-foods-twelfth img:nth-child(4) {
  bottom: 2%;
  left: 45%;
  width: 8%;
}

.transform-foods-twelfth img:nth-child(5) {
  bottom: 67%;
  left: 0;
  width: 14%;
}

.transform-foods-twelfth img:nth-child(6) {
  bottom: 26%;
  left: -5%;
  width: 21%;
}

.transform-foods-twelfth img:nth-child(7) {
  bottom: 35%;
  left: 77%;
  width: 29%;
}

.transform-foods-twelfth img:nth-child(8) {
  bottom: 69%;
  left: 66%;
  width: 33%;
}

.transform-foods-twelfth img:nth-child(9) {
  bottom: 1%;
  left: 8%;
  width: 17%;
}

.transform-foods-twelfth img:nth-child(10) {
  bottom: -28%;
  left: 65%;
  position: absolute;
  width: 25%;
}

.transform-foods-twelfth img:nth-child(11) {
  bottom: -11%;
  left: 72%;
  position: absolute;
  width: 35%;
}

.transform-foods-twelfth img:nth-child(12) {
  bottom: 93%;
  left: 54%;
  width: 8%;
}

.transform-foods-twelfth img:nth-child(13) {
  bottom: 56%;
  left: 3%;
  width: 3%;
}

.transform-foods-twelfth img:nth-child(14) {
  bottom: 55%;
  left: 10%;
  width: 10%;
}

.transform-foods-twelfth img:nth-child(15) {
  bottom: 91%;
  left: 46%;
  width: 2%;
}

/*** TERMS AND CONDITIONS ***/

#terms-and-cond>div>div>div.header {
  background-color: transparent;
}

#terms-and-cond {
  position: relative;
  width: 100%;
}

#terms-and-cond .container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 40px 12px;
}

#terms-and-cond .container .content {
  background-color: #1d2119;
  padding: 84px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#terms-and-cond .header {
  margin: 0 auto;
  max-width: 660px;
  padding: 0;
}

#terms-and-cond .header h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3e493;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 105px;
  font-weight: 500;
  line-height: 93px;
  margin: 0 0 60px;
}

#terms-and-cond .text {
  margin: 0 auto;
  max-width: 660px;
}

#terms-and-cond .text p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3e493;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto 20px;
  max-width: 660px;
}

#terms-and-cond h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  color: #d3e493;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.3em;
  margin: 80px 0 12px;
}


/* ----------- thirtheenth ------------*/

.transform-foods-thirtenth img:nth-child(1) {
  position: absolute;
  bottom: 69%;
  left: 57%;
  width: 55%;
}

.transform-foods-thirtenth img:nth-child(2) {
  position: absolute;
  bottom: 22%;
  left: -38%;
  width: 69%;
}

.transform-foods-thirtenth img:nth-child(3) {
  position: absolute;
  bottom: 85%;
  left: 4%;
  width: 10%;
}

.transform-foods-thirtenth img:nth-child(4) {
  position: absolute;
  bottom: 5%;
  left: 62%;
  width: 5%;
}

.transform-foods-thirtenth img:nth-child(5) {
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 50%;
}

.transform-foods-thirtenth img:nth-child(6) {
  position: absolute;
  bottom: -4%;
  left: 36%;
  width: 13%;
}

.transform-foods-thirtenth img:nth-child(7) {
  position: absolute;
  bottom: 47%;
  left: 81%;
  width: 25%;
}

.transform-foods-thirtenth img:nth-child(8) {
  position: absolute;
  bottom: -8%;
  left: 71%;
  width: 13%;
}

.transform-foods-thirtenth img:nth-child(9) {
  position: absolute;
  bottom: -13%;
  left: 78%;
  width: 32%;
}

.transform-foods-thirtenth img:nth-child(10) {
  position: absolute;
  bottom: -8%;
  left: 71%;
  width: 13%;
}

.transform-foods-thirtenth img:nth-child(11) {
  position: absolute;
  bottom: 89%;
  left: 26%;
  width: 6%;
}

.transform-foods-thirtenth img:nth-child(12) {
  position: absolute;
  bottom: 75%;
  left: 20%;
  width: 6%;
}

/* ------- fourthteenth ----------*/

.transform-foods-fourtheenth img:nth-child(1) {
  position: absolute;
  bottom: 51%;
  left: 80%;
  width: 35%;
}

.transform-foods-fourtheenth img:nth-child(2) {
  position: absolute;
  bottom: -1%;
  left: -11%;
  width: 35%;
}

.transform-foods-fourtheenth img:nth-child(3) {
  position: absolute;
  bottom: -43%;
  left: 16%;
  width: 97%;
}

.transform-foods-fourtheenth img:nth-child(4) {
  position: absolute;
  bottom: 29%;
  left: -24%;
  width: 59%;
}

.transform-foods-fourtheenth img:nth-child(5) {
  position: absolute;
  bottom: 88%;
  left: 3%;
  width: 12%;
}

.transform-foods-fourtheenth img:nth-child(6) {
  position: absolute;
  bottom: 79%;
  left: 43%;
  width: 36%;
}

.transform-foods-fourtheenth img:nth-child(7) {
  position: absolute;
  bottom: 87%;
  left: 27%;
  width: 23%;
}

.transform-foods-fourtheenth img:nth-child(8) {
  position: absolute;
  bottom: -5%;
  left: 23%;
  width: 18%;
}

.transform-foods-fourtheenth img:nth-child(9) {
  position: absolute;
  bottom: 88%;
  left: 14%;
  width: 5%;
}

.transform-foods-nineth img:nth-child(2) {
  bottom: 84%;
  left: -3%;
  width: 15%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(3) {
  bottom: 88%;
  left: 15%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(4) {
  bottom: 90%;
  left: 84%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(5) {
  bottom: 28%;
  left: 9%;
  width: 15%;
  z-index: 10;
  position: absolute;
}

.transform-foods-nineth img:nth-child(6) {
  bottom: 33%;
  left: 72%;
  width: 16%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(7) {
  bottom: -9%;
  left: 17%;
  width: 19%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(8) {
  bottom: -11%;
  left: 0;
  width: 16%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(9) {
  bottom: 65%;
  display: block;
  left: 57%;
  position: absolute;
  width: 40%;
}

.transform-foods-nineth img:nth-child(10) {
  bottom: -8%;
  display: block;
  left: 50%;
  position: absolute;
  width: 10%;
}

.transform-foods-nineth img:nth-child(11) {
  bottom: -10%;
  display: block;
  left: 74%;
  position: absolute;
  width: 20%;
}

.transform-foods-nineth img:nth-child(12) {
  bottom: 10%;
  display: block;
  left: 88%;
  position: absolute;
  width: 18%;
}

.transform-foods-nineth img:nth-child(13) {
  bottom: 88%;
  display: block;
  left: 46%;
  position: absolute;
  width: 14%;
}

.transform-foods-nineth img:nth-child(14) {
  bottom: 29%;
  left: -5%;
  width: 10%;
  position: absolute;
}

.transform-foods-nineth img:nth-child(15) {
  position: absolute;
  bottom: 71%;
  left: 23%;
  width: 14%;
}

.transform-foods-nineth img:nth-child(16) {
  position: absolute;
  bottom: -14%;
  left: 27%;
  width: 16%;
}

.transform-foods-nineth img:nth-child(17) {
  position: absolute;
  bottom: -5%;
  left: 65%;
  width: 16%;
  z-index: 10;
}

.transform-foods-nineth img:nth-child(18) {
  position: absolute;
  bottom: 63%;
  display: block;
  left: 95%;
  width: 10%;
}

.transform-foods-nineth img:nth-child(19) {
  position: absolute;
  bottom: 48%;
  display: block;
  left: -4%;
  position: absolute;
  width: 14%;
}

/* ------------- tenth ------------- */

.transform-foods-tenth img:nth-child(1) {
  position: absolute;
  bottom: -22%;
  left: -4%;
  width: 25%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(2) {
  position: absolute;
  bottom: 43%;
  left: -4%;
  width: 50%;
}

.transform-foods-tenth img:nth-child(3) {
  position: absolute;
  bottom: 67%;
  left: 22%;
  width: 18%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(4) {
  position: absolute;
  bottom: 32%;
  left: 17%;
  width: 15%;
  z-index: 10;
}

.transform-foods-tenth img:nth-child(5) {
  position: absolute;
  bottom: 77%;
  left: 73%;
  width: 25%;
}

.transform-foods-tenth img:nth-child(6) {
  position: absolute;
  bottom: 10%;
  left: 65%;
  width: 15%;
}

.transform-foods-tenth img:nth-child(7) {
  position: absolute;
  bottom: -15%;
  left: 18%;
  width: 23%;
}

.transform-foods-tenth img:nth-child(8) {
  position: absolute;
  bottom: 28%;
  display: block;
  left: 83%;
  position: absolute;
  width: 12%;
}

.transform-foods-tenth img:nth-child(9) {
  position: absolute;
  bottom: -22%;
  display: block;
  left: 50%;
  position: absolute;
  width: 23%;
}

.transform-foods-tenth img:nth-child(10) {
  position: absolute;
  bottom: -7%;
  display: block;
  left: 89%;
  position: absolute;
  width: 20%;
}

.transform-foods-tenth img:nth-child(11) {
  position: absolute;
  bottom: 57%;
  display: block;
  left: 60%;
  position: absolute;
  width: 44%;
}

.transform-foods-tenth img:nth-child(12) {
  position: absolute;
  bottom: 29%;
  left: -5%;
  width: 10%;
}

.transform-foods-tenth img:nth-child(13) {
  position: absolute;
  bottom: 72%;
  left: -11%;
  width: 30%;
}

.transform-foods-tenth img:nth-child(14) {
  position: absolute;
  bottom: -16%;
  left: 51%;
  width: 18%;
}

.transform-foods-tenth img:nth-child(15) {
  position: absolute;
  bottom: 63%;
  left: 75%;
  width: 30%;
}

.transform-foods-tenth img:nth-child(16) {
  position: absolute;
  bottom: 52%;
  display: block;
  left: 94%;
  position: absolute;
  width: 12%;
}

.transform-foods-tenth img:nth-child(17) {
  bottom: -20%;
  display: block;
  left: 22%;
  position: absolute;
  width: 18%;
}

/* ------------- fifteenth ------------- */

.transform-foods-fifteenth img:nth-child(1) {
  bottom: 51%;
  left: 58%;
  position: absolute;
  width: 17%;
}

.transform-foods-fifteenth img:nth-child(2) {
  bottom: 37%;
  left: 23%;
  position: absolute;
  width: 15%;
}

.transform-foods-fifteenth img:nth-child(3) {
  bottom: 41%;
  left: 37%;
  position: absolute;
  width: 3%;
}

.transform-foods-fifteenth img:nth-child(4) {
  bottom: 64%;
  left: 33%;
  position: absolute;
  width: 2%;
}

.transform-foods-fifteenth img:nth-child(5) {
  bottom: 11%;
  left: 28%;
  position: absolute;
  width: 17%;
}

.transform-foods-fifteenth img:nth-child(6) {
  bottom: 66%;
  left: 37%;
  position: absolute;
  width: 6%;
}

.transform-foods-fifteenth img:nth-child(7) {
  bottom: 23%;
  left: 46%;
  position: absolute;
  width: 5%;
}

.transform-foods-fifteenth img:nth-child(8) {
  bottom: 44%;
  left: 68%;
  position: absolute;
  width: 5%;
}

.transform-foods-fifteenth img:nth-child(9) {
  bottom: 20%;
  left: 59%;
  position: absolute;
  width: 5%;
}

.transform-foods-fifteenth img:nth-child(10) {
  bottom: 22%;
  left: 62%;
  position: absolute;
  width: 7%;
}

.transform-foods-fifteenth img:nth-child(11) {
  bottom: 64%;
  left: 29%;
  position: absolute;
  width: 3%;
}

.transform-foods-fifteenth img:nth-child(12) {
  bottom: 45%;
  left: 41%;
  position: absolute;
  width: 3%;

}

/* ------------------- ANIMATED FOODS ------------------- */

.animated-foods {
  position: absolute;
  transition-delay: 0.0015ms;
  transition-property: translate;
  /* transition-duration: .0015ms; */
}

.animated-foods:nth-child(4) {
  top: 93%;
  left: 34%;
  width: 66px;
}

.animated-foods:nth-child(13) {
  top: -4%;
  right: -1%;
  width: 350px;
}

.animated-foods:nth-child(14) {
  bottom: 53%;
  right: 85%;
  width: 53px;
}

.animated-foods:nth-child(15) {
  bottom: 78%;
  right: 62%;
  width: 60px;
}

.animated-foods:nth-child(16) {
  top: 59%;
  right: 9%;
  width: 46px;
}

.animated-foods:nth-child(17) {
  top: 1%;
  right: 28%;
  width: 40px;
}

.animated-foods:nth-child(18) {
  display: none;
  top: 9%;
  right: 23%;
  width: 44px;
}

.animated-foods:nth-child(19) {
  top: -50px;
  display: none;
  left: 76px;
  width: 180px;
}

.animated-foods:nth-child(20) {
  top: 570px;
  left: 200px;
  width: 150px;
}

.animated-foods:nth-child(21) {
  top: 3px;
  left: 37px;
  width: 150px;
  z-index: 5;
}

.animated-foods:nth-child(5) {
  top: 50%;
  left: -3%;
  width: 446px;
}

.animated-foods:nth-child(6) {
  top: 15%;
  left: 70%;
  width: 74px;
}

.animated-foods:nth-child(7) {
  top: 94%;
  left: 67%;
  width: 60px;
}

.animated-foods:nth-child(8) {
  top: 49%;
  left: 26%;
  width: 67px;
}

.animated-foods:nth-child(9) {
  top: 47%;
  left: 5%;
  width: 60px;
}

.animated-foods:nth-child(10) {
  top: -7%;
  left: 7%;
  width: 360px;
}

.animated-foods:nth-child(11) {
  top: 62%;
  left: 73%;
  width: 314px;
}

.animated-foods:nth-child(12) {
  top: 13%;
  right: 5%;
  width: 368px;
}

/* ------------ Where to buy -------------*/

#where-to-buy {
  position: relative;
}

#where-to-buy .content {
  margin: 0 auto;
  max-width: 1240px;
  height: 100%;
  background-color: #1d2119;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #d3e493;
}


#where-to-buy .header {
  background-color: #1d2119;
}

.content .header {
  width: 100%;
  position: relative;
  padding-top: 84px;
  padding-bottom: 84px;
}

#where-to-buy .content .text {
  padding-bottom: 84px;
}

.header h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3e493;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 127px;
  font-weight: 100;
  line-height: 93px;
  margin: 0 0 60px;
  text-transform: uppercase;
  text-align: center;
}

#where-to-buy .content .text p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3e493;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto 20px;
  max-width: 660px;
  text-align: center;
}

.content .company {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-bottom: 84px;
}

.content .company a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.company img {
  width: 100%;
  max-height: 55px;
}

/* -----------------------------------------------------> */
/* VİDEO-DİV -------------------------------------------> */

.player-wrapper {
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 80px;
}

.play-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
}

.play-button-img {
  cursor: pointer;
  z-index: 90;
  opacity: 1;
}

.play-button-img.active {
  opacity: 0;
}

.module-player {
  left: 0;
  position: absolute;
  top: 0;
}

/* ------------------------------------------------------ */

#home-page-container h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 93%;
  text-align: center;
  text-transform: uppercase;
}

/* -------------------- Single PRoduct Page ----------------------- */
#single-product-page {
  position: relative;
  width: 100%;
}

#single-product-page .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.two-item {
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 12px;
}

.two-item .learn-more {
  bottom: 15%;
  font-size: 20px;
  position: absolute;
}

.items-all-spp {
  padding-bottom: 100%;
}

.content .information {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
}

.content .information-hide {
  display: none;
}

.information .text,
.information .image-box {
  width: 50%;
  text-align: center;
}

.information .text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 158px);
  justify-content: center;
  left: 0;
  top: 0;
  width: 50%;
  color: #111;
  position: absolute;
}

.text .link svg {
  margin: 0 7px 0 0;
  position: relative;
  right: 0;
  top: 2px;
  transition: right 0.15s ease;
}

.text .link a {
  border-bottom: 1px solid transparent;
  color: #1d2119;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 13px;
  transition: border-bottom 0.15s ease;
  position: relative;
  z-index: 3;
}

.text .information-header {
  width: 100%;
}

.information-header h1 {
  width: 100%;
  line-height: 90%;
  margin: 0 auto;
  max-width: 470px;
  color: #1d2119;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-weight: 500;
  text-align: center;
  font-size: 56px;
}

.text p {
  color: #111;
}

.information .body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 24px auto 0;
  max-width: 533px;
  padding: 0 20px;
}

.information .body h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d2119;
  font-family: National2, Lato, Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.information .image-box-scroll {
  overflow: auto;
  height: calc(100vh - 158px);
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: auto;
  z-index: 2;
}

.image-box-scroll::-webkit-scrollbar {
  display: none;
}

.image-box .first-box,
.image-box .second-box,
.image-box .third-box {
  padding-bottom: 106%;
  position: relative;
  width: 100%;
  scroll-snap-align: center;
}

.first-box img {
  width: 100%;
  max-width: 100%;
}

.first-box img:nth-child(1) {
  bottom: 20%;
  left: 26%;
  position: absolute;
  width: 45%;
}

.first-box img:nth-child(2) {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.first-box img:nth-child(3) {
  bottom: 15%;
  left: 58%;
  position: absolute;
  width: 26%;
  z-index: 10;
}

.first-box img:nth-child(4) {
  bottom: 25%;
  left: 9%;
  position: absolute;
  width: 26%;
  z-index: 10;
}

.first-box img:nth-child(5) {
  bottom: 57%;
  left: 58%;
  position: absolute;
  width: 26%;
  z-index: 10;
}

.image-box .second-box {
  padding-bottom: 110%;
  margin: 0 auto;
  background-color: rgb(40, 10, 5);
}

.second-box img {
  width: 100%;
  bottom: 15%;
  left: 14%;
  position: absolute;
  width: 72%;
}

.image-box .third-box {
  padding-bottom: 106.5%;
  margin: 0 auto;
}

.third-box img:nth-child(1) {
  bottom: 23%;
  left: 26%;
  position: absolute;
  width: 47%;
  z-index: 10;
}

.third-box img:nth-child(2) {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.two-item-grid {
  width: 100%;
}

.item-hover img:nth-child(1) {
  bottom: 69%;
  left: 57%;
  width: 55%;
  position: absolute;
}

.item-hover img:nth-child(2) {
  bottom: 20%;
  left: -40%;
  width: 69%;
  position: absolute;
}

.item-hover img:nth-child(3) {
  bottom: 80%;
  left: 3%;
  width: 10%;
  position: absolute;
}

.item-hover img:nth-child(4) {
  bottom: 5%;
  left: 62%;
  width: 5%;
  position: absolute;
}

.item-hover img:nth-child(5) {
  bottom: -20%;
  left: -5%;
  width: 50%;
  position: absolute;
}

.item-hover img:nth-child(6) {
  bottom: -4%;
  left: 36%;
  width: 13%;
  position: absolute;
}

.item-hover img:nth-child(7) {
  bottom: 47%;
  left: 81%;
  width: 25%;
  position: absolute;
}

.item-hover img:nth-child(8) {
  bottom: -14%;
  left: 69%;
  width: 30%;
  position: absolute;
}

.item-hover img:nth-child(9) {
  bottom: 87%;
  left: 11%;
  width: 38%;
  position: absolute;
}

.item-hover img:nth-child(10) {
  bottom: 22%;
  left: 92%;
  width: 6%;
  position: absolute;
}

.item-hover img:nth-child(11) {
  bottom: 75%;
  left: 20%;
  width: 6%;
  position: absolute;
}

.item-hover-2 img:nth-child(1) {
  bottom: 64%;
  left: 88%;
  width: 13%;
  position: absolute;
}

.item-hover-2 img:nth-child(2) {
  bottom: 80%;
  left: -1%;
  width: 36%;
  position: absolute;
}

.item-hover-2 img:nth-child(3) {
  bottom: -13%;
  left: 53%;
  width: 28%;
  position: absolute;
}

.item-hover-2 img:nth-child(4) {
  bottom: -23%;
  left: -19%;
  width: 50%;
  z-index: 10;
  position: absolute;
}

.item-hover-2 img:nth-child(5) {
  bottom: -18%;
  left: 71%;
  width: 50%;
  position: absolute;
}

.item-hover-2 img:nth-child(6) {
  bottom: 28%;
  left: 89%;
  width: 8%;
  position: absolute;
}

.item-hover-2 img:nth-child(7) {
  bottom: 67%;
  left: 0;
  width: 14%;
  position: absolute;
}

.item-hover-2 img:nth-child(8) {
  bottom: 26%;
  left: -5%;
  width: 21%;
  position: absolute;
}

.item-hover-2 img:nth-child(9) {
  bottom: 35%;
  left: 74%;
  width: 32%;
  position: absolute;
}

.item-hover-2 img:nth-child(10) {
  bottom: 1%;
  left: 8%;
  width: 17%;
  position: absolute;
}

.item-hover-2 img:nth-child(11) {
  bottom: 69%;
  left: 66%;
  width: 33%;
  position: absolute;
}

.item-hover-2 img:nth-child(12) {
  bottom: 93%;
  left: 54%;
  width: 8%;
  position: absolute;
}

.item-hover-2 img:nth-child(13) {
  bottom: 56%;
  left: 3%;
  width: 3%;
  position: absolute;
}

.item-hover-2 img:nth-child(14) {
  bottom: 55%;
  left: 10%;
  width: 10%;
  position: absolute;
}


.item-hover-2 img:nth-child(15) {
  bottom: 91%;
  left: 46%;
  width: 2%;
  position: absolute;
}

.two-item-grid .item-img:nth-child(1) {
  width: auto;
  height: auto;
  max-height: 23%;
  max-width: 84%;
}

.item-img:nth-child(1) {
  bottom: 22%;
  position: absolute;
}

.item-img:nth-child(2) {
  bottom: 47%;
  position: absolute;
  display: block;
}

.item-img:nth-child(3) {
  position: absolute;
  bottom: 47%;
  display: none;
}

.item-list-1 {
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 12px;
}

.item-list-1 .items-all {
  padding-bottom: 50%;
}

.one-product {
  bottom: 43%;
  left: 41.5%;
  width: 15%;
}

.one-product-title {
  bottom: 21%;
  left: 38%;
  width: 23%;
}

.big-title-2 {
  bottom: 21%;
  left: 41%;
  width: 16%;
}

.big-title-3 {
  bottom: 26%;
  left: 22%;
  width: 55%;
}

.item-list-1 .learn-more {
  left: 45%;
}

.product-title-two-grid {
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.product-title {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: National2 Condensed, Impact, Sans-Serif;
    font-weight: 700;
    line-height: 93%;
    text-align: center;
    text-transform: uppercase;
}

/* width 62 */
.item-list-2 .learn-more {
  left: 42%;
}

.transform-foods-sixth img:nth-child(12) {
  width: 40%;
}

.two-products {
  bottom: 46%;
  left: 35%;
  width: 30%;
}

/* FOOTER ---------------------------------------------> */

#footer {
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer .follow-us,
.links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer p {
  color: #f0ecdf;
  font-family: National2 Condensed, Impact, Sans-Serif;
  font-size: 50px;
  text-transform: uppercase;
}

#footer .where-to-buy p {
  margin-bottom: 50px;
}

#footer .follow-us {
  width: 100%;
  height: 360px;
  background-color: #141e32;
}

#footer .follow-us svg>path {
  fill: #afb9dc;
}

#footer .where-to-buy {
  width: 100%;
  min-height: 250px;
  padding: 50px 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #1d2119;
}

#footer .links {
  width: 100%;
  height: 200px;
  background-color: #280a05;
  position: relative;
  overflow: hidden;
}

#footer .links p {
  font-size: 14px;
}

#footer .links .double-logo {
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}


.svg-link {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;

}



.svg-link {
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
}

#footer .links .double-logo svg {
  height: 100%;
}

#footer .links .double-logo svg>path {
  fill: #fff;
}

#footer .links .brand-logo-svg {
  width: 78px;
  height: auto;
}

#footer .links a {
  color: #f0ecdf;
  font-size: 16px;
  transition: border-bottom 0.15s ease;
}


#footer .links a:not(a:has(img)):hover {
  border-bottom: 1px solid #f0ecdf;
  text-decoration: none;
  transition: border-bottom 0.15s ease;
}

#footer .links .footer-sub-col {
  width: 15%;
  height: 100%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

#footer .links .footer-sub-col:nth-child(1) {
  left: 10%;
  justify-content: center;
  align-items: flex-start;
  gap: 25%;
}

#footer .links .footer-sub-col:nth-child(2) {
  top: -15%;
  right: 15%;
  gap: 20px;
  align-items: flex-start;
}

#footer .links .footer-sub-col:nth-child(3) {
  justify-content: center;
  align-items: flex-end;
  gap: 50%;
  right: 10%;
}

#footer .links .footer-sub-col:nth-child(3) p {
  color: #f0ecdf;
  font-family: National2, Lato, Sans-Serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

#footer .links img:not(img[class*="brand-logo-svg"]) {
  position: absolute;
  transform: translate(-50%, -50%);
}

/* FOOTER BACKGROUND IMAGES ----------------------------------------------------> */

#footer .links img:nth-child(4)

/* start from 4 because there is other images in .links */
  {
  top: -6%;
  left: 34%;
  width: 200px;
}

#footer .links img:nth-child(5) {
  top: 70%;
  left: 62%;
  width: 110px;
  transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-28deg) !important;
}

#footer .links img:nth-child(6) {
  top: 70%;
  left: 48%;
  width: 270px;
  transform: translate(-50%, -50%) rotateZ(80deg) !important;
}

#footer .links img:nth-child(7) {
  top: 20%;
  left: 51%;
  width: 77px;
}

#footer .links img:nth-child(8) {
  top: 38%;
  left: 55%;
  width: 38px;
}

#footer .links img:nth-child(9) {
  top: 23%;
  left: 22%;
  width: 150px;
  transform: translate(-50%, -50%) rotateZ(-150deg) !important;
}

#footer .links img:nth-child(10) {
  top: 94%;
  left: 26%;
  width: 95px;
  transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-180deg) !important;
}

#footer .links img:nth-child(11) {
  top: 48%;
  left: 6%;
  width: 88px;
  transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-180deg) !important;
}

#footer .links img:nth-child(12) {
  top: 69%;
  left: 33%;
  width: 110px;
  transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-50deg) !important;
}

#footer .links img:nth-child(13) {
  top: 10%;
  left: 79%;
  width: 95px;
  /* transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-50deg) !important; */
}

#footer .links img:nth-child(14) {
  top: 54%;
  left: 91%;
  width: 150px;
  /* transform: translate(-50%, -50%) rotateY(180deg) rotateZ(-50deg) !important; */
}

/* --------------------------------------------------------------------------------- */

.footer-sub-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 45px;
  width: 100%;
  height: 110px;
}

.footer-sub-row.mobile {
  height: auto !important;
}

.mobile-row {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mobile-row img {
  height: 200px;
}

#footer>div.where-to-buy>div>div>a {
  width: fit-content;
}

.footer-sub-row img,
svg {
  width: auto;
  height: 50%;
}

/* ----------------------------------------------------- */

/* --------------------------MEDİA QUERY---------------------------- */

@media only screen and(max-width: 1240px) {
  #where-to-buy .content {
    width: 100%;
  }

  .product-title {
    font-size: 36px !important;
  }

  .header h1 {
    font-size: 100px;
    margin: 46px 0 24px;
    line-height: 100px;
  }

}

@media screen and (max-width: 1050px) and (min-width: 600px) {

  .products-title h2,
  #product-catogary-container h2 {
    line-height: 65px;
  }

  .product-title {
    font-size: 26px !important;
  }

  .text .information-header {
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .nav-container a {
    font-size: 16px;
  }

  .footer-sub-row.mobile {
    flex-direction: column;
  }

  .where-to-buy {
    justify-content: space-around;
  }

}

@media (max-width: 768px) {

  #footer .links .double-logo {
    height: 5%;
    justify-content: center;
  }

  .product-title {
    font-size: 10vw !important;
    bottom: 18%;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
  }

  .learn-more {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 12%;
    font-size: 20px;
    position: absolute;
  }

  .sub-products {
    bottom: 43;
  }

  .two-item-grid .product {
    width: 43%;
  }

  .product {
    width: 43%;
  }

  .product-title-two-grid {
    bottom: 20%;
    width: 90%;
    position: absolute;
  }

  #footer .links .double-logo {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    margin-bottom: 50%;
  }

  #footer .links .footer-sub-col:nth-child(2) {
    top: -15%;
    right: 15%;
    gap: 20px;
    align-items: flex-start;
  }

  #footer .links .footer-sub-col:nth-child(3) {
    justify-content: center;
    align-items: flex-end;
    gap: 50%;
    right: 10%;
    top: 20%;
  }

  #footer>div.links>div:nth-child(3)>a {
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    gap: 13px;
  }

  #footer .links img:nth-child(4) {
    left: 2%;
    top: 65%;
    width: 300px;
  }

  #footer .links img:nth-child(5) {
    display: none;
  }

  #footer .links img:nth-child(9) {
    top: 15%;
    left: 13%;
  }

  #footer .links .double-logo {
    justify-content: center;
  }

  #a-wrapper {
    display: block;
    width: 100vw;
    transform: none;
    align-self: center;
  }

  .animation-container .main-div h1 {
    font-size: 48px;
    line-height: 39px;
    margin-top: 60px;
  }

  .animation-container .img-div {
    margin-top: calc(-40vw + 355px);
  }

  .animation-container .img-div img:nth-child(1) {
    max-width: 91%;
    transform: translate(-125%, -45%);
  }

  .animation-container .img-div img:nth-child(2) {
    max-width: 112%;
  }

  .animation-container .img-div img:nth-child(3) {
    max-width: 91%;
    transform: translate(25%, -45%);
  }

  body {
    margin-top: 91px;
  }

  .information-hide .first-box {
    width: 100vw;
    height: auto;
  }

  .products-main {
    padding-top: 120px;
  }

  .products-title h2,
  #product-catogary-container h2 {
    font-size: 46px;
    line-height: 45px;
  }

  #home-page-container h2 {
    font-size: 36px;
  }

  .section {
    padding: 30px 0;
  }

  .bottom-products {
    bottom: 32.5%;
    left: 28% !important;
    width: 44%;
  }

  .vegetable-bottom {
    bottom: 32.5%;
    left: 30% !important;
    width: 39% !important;
  }

  .middle-products {
    bottom: 36%;
    left: 25% !important;
    width: 48% !important;
    position: absolute;
  }

  .items-all {
    margin-bottom: 12px;
  }

  .item-list,
  .item,
  .item-list-2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .items-all-bottom,
  .items-all-spp {
    padding-bottom: 147%;
  }

  .product-title-2 {
    bottom: 22%;
    left: 4%;
    width: 92%;
  }

  .item-all div:not(div[class*="transform-foods"])>img {
    height: auto;
    max-width: 45%;
    transform: translate(-50%, 0);
    left: 50%;
  }

  /* .item-img:nth-child(1) {
        bottom: 22%;
        position: absolute;
        width: auto;
        height: 16% !important;
        max-width: 84%;
    } */

  /* .item-img:nth-child(1) {
      bottom: 21%;
      left: 4%;
      width: 90%;
      position: absolute;
    }
  
    .item-img:nth-child(2) {
      position: absolute;
      display: block;
      bottom: 45%;
      left: 4%;
      width: 90%;
    }
  
    .item-img:nth-child(3) {
      position: absolute;
      bottom: 45%;
      left: 4%;
      width: 90%;
      display: none;
    } */

  .header h1 {
    font-size: 60px;
    margin: 46px 0 24px;
    line-height: 60px;
  }

  .text p {
    font-size: 14px;
    line-height: 15.4px;
  }

  .content .company {
    flex-wrap: wrap;
  }

  .company img {
    width: 49%;
    margin: 20px 0;
  }

  /* MOBİLE ANİMATİON CONTAİNER BACKGROUND IMAGES ------------> */

  .main-div .img-div {
    width: 33% !important;
    /* margin-top: 20vw !important; */
    /* z-index: 99 !important; */
  }

  #home-page-container>div.animation-container>div>img:nth-child(18) {
    top: 17px;
    left: 7.5px;
    width: 150px;
  }

  .animated-foods:nth-child(10) {
    top: 21px;
    left: -33px;
    width: 188px;
    z-index: 5;
  }

  .animated-foods:nth-child(13) {
    top: 13px;
    right: -8px;
    width: 178px;
  }

  .animated-foods:nth-child(12) {
    top: 127px;
    right: -44px;
    width: 177px;
    transform: rotateZ(107deg);
  }

  #home-page-container>div.animation-container>div>img:nth-child(6) {
    top: 26px;
    left: 158px;
    width: 37px;
  }

  .animated-foods:nth-child(17) {
    top: 69px;
    right: 162px;
    width: 26px;
  }

  .animated-foods:nth-child(16) {
    top: 40%;
    right: 90%;
    width: 30px;
  }

  .animated-foods:nth-child(8) {
    top: 316px;
    left: 294px;
    width: 60px;
    transform: rotateZ(270deg);
  }

  .animated-foods:nth-child(11) {
    top: 421px;
    left: 194px;
    width: 185px;
    transform: rotateZ(208deg);
  }

  .animated-foods:nth-child(5) {
    top: 481px;
    left: 0px;
    width: 240px;
  }

  .animated-foods:nth-child(4) {
    top: 622px;
    left: 162px;
    width: 25px;
  }

  #home-page-container>div.animation-container>div>img:nth-child(7) {
    top: 615px;
    left: 231px;
    width: 30px;
    transform: rotate(45deg);
  }

  .animated-foods:nth-child(15) {
    bottom: -32px;
    right: 15px;
    width: 30px;
  }

  .main-div img[src*="9"] {
    top: 316px;
    left: 86px;
    width: 53px;
  }

  /* .main-div img[src*="5"] {
    display: none;
  }

  .main-div img[src*="cookie"] {
    left: -150px;
    top: -5%;
    width: 300px;
  }

  .main-div img[src*="10"] {
    top: 60%;
    right: -393px;
  }

  .main-div img[src*="-4"] {
    top: 45%;
    left: 0;
    width: 120px;
  }

  .main-div img[src*="animated-food-3"] {
    top: 0%;
    left: 20%;
    width: 140px;
  }

  .main-div img[src*="animated-food-8"] {
    top: 90%;
    left: -20px;
    width: 300px;
  }

  .main-div img[src*="13"] {
    top: -8%;
    right: -150px;
  }

  .main-div img[src*="11"] {
    bottom: -25%;
    right: 15%;
    width: 150px;
  }

  .main-div img[src*="12"] {
    bottom: -12%;
    right: 5%;
    width: 80px;
  }



  .main-div img[src*="6"] {
    top: 60%;
    left: 85%;
    transform: rotate(50deg) !important;
    width: 80px;
  }

  .main-div img[src*="14"] {
    top: 0%;
    right: 50%;
    transform: rotate(70deg) !important;
    width: 50px;
  }

  .main-div img[src*="7"] {
    top: 85%;
    left: -200px;
  } */

  /* ---------------------------------------------------------> */


  .mobile-row {
    flex-direction: column;
    gap: 45px;
  }

  .links img[src*="animated-food-10"],
  img[src*="animated-food-16-2"] {
    display: none;
  }

  .links img[src*="animated-food-cookie"] {
    left: -5% !important;
    top: 65% !important;
  }

  .links img[src*="animated-food-8"] {
    left: 10% !important;
    top: 5% !important;
  }

  .links img[src*="animated-food-7"] {
    left: 90% !important;
    top: 90% !important;
    width: 320px !important;
  }

  .links img[src*="animated-food-5"] {
    left: 25% !important;
    top: 100% !important;
  }

  .links img[src*="animated-food-14"] {
    left: 30% !important;
    top: 0% !important;
  }

  .links img[src*="animated-food-4"] {
    left: 75% !important;
    top: 15% !important;
  }

  .links img[src*="animated-food-17-2"] {
    left: 90% !important;
    top: 20% !important;
  }

  #footer .links {
    height: 520px;
  }

  .links .footer-sub-col {
    position: absolute;
    transform: translate(-50%, 0%);
  }

  .links .footer-sub-col:nth-child(1) {
    top: 10% !important;
    left: 50% !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 48% !important;
    width: fit-content !important;
  }

  #footer .links .brand-logo-svg {
    width: 90px;
    height: auto;
  }

  .footer-sub-col:nth-child(2) {
    flex-direction: row !important;
    left: 50% !important;
    top: 45% !important;
    gap: 77px !important;
  }

  .footer-sub-col:nth-child(3) {
    left: 50%;
    top: 14%;
    gap: 3% !important;
    max-width: 92px !important;
    width: auto !important;
  }

  .footer-sub-col:nth-child(1) p,
  .footer-sub-col:nth-child(3) p {
    width: 200px;
    text-align: center;
    font-size: 14px !important;
    font-weight: 100 !important;
    font-family: sans-serif !important;
  }

  .footer-sub-col:nth-child(3) p {
    transform: translate(28%);
  }

  /* -------------------------> */
  /* MOBİLE HEADER ----------> */

  .nav-left-container,
  .nav-right-container {
    display: none;
  }

  .nav-right-container-mobile {
    display: block;
    position: absolute;
    transform: translate(0%, -50%);
    right: 8%;
    top: 50%;
    cursor: pointer;
  }

  /* ------------------------> */

  /* HOME PAGE --------------> */

  .animation-container {
    margin: 0px 0 80px 0;
  }

  /* .animation-container .img-div {
      width: 33%;
      margin-top: 23px;
    } */

  /* .animation-container .main-div a {
    background-color: #d3e493;
    border: none;
    color: #1d2119;
    font-size: 17px;
    margin: 16px 0 124px 0;
    padding: 1% 12.5px 1%;
  } */

  .animation-container .main-div a:hover {
    background-color: #1d2119;
    border: 1px solid #d3e493;
    color: #d3e493;
    text-decoration: none;
  }


  .animated-sticker {
    transform: scale(0.5) !important;
    position: absolute;
    transition-delay: 0.0015ms;
    transition-property: translate;
    /* transition-duration: .0015ms; */
  }

  header {
    max-height: 74px;
    padding: 10px 0 7px;
    transition: .5s;
  }

  header .brand-logo-div {
    width: auto;
    height: 95%;
  }

  .video-container {
    padding: 0;
  }

  .play-button img {
    width: 20%;
  }

  /* ------------------------> */

  /* --------- SINGLE PRODUCT PAGE --------- */
  .content .information {
    display: none;
  }

  .content .information-hide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  #information-text svg,
  #information-text h1,
  #information-text p {
    color: #1d2119;
  }

  #information-text>div.link>a:hover+svg {
    transform: translate(-15px, 0);
    transition: .2s;
  }

  #information-text>div.link>a+svg {
    transition: .2s;
  }

  #information-text>link>a:hover {
    border-bottom: 1px solid #1d2119;
    transition: .2s;
  }

  #information-text>link>a {
    transition: .2s;
  }

  /* --------- SINGLE PRODUCT PAGE --------- */
  .content .information {
    display: none;
  }

  .content .information-hide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .information-hide .text {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .information-hide .text .information-header h1 {
    line-height: 75%;
    margin: 0 auto;
    max-width: 470px;
    text-transform: uppercase;
    width: 80%;
    font-size: 65px;
  }

  .information-hide .text .body {
    width: 75%;
  }

  .information-hide .text .body h5 {
    text-align: center;
  }

  .two-item {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }

  .item-list-1 .items-all {
    padding-bottom: 100%;
  }

  .one-product {
    bottom: 42% !important;
    left: 30% !important;
    width: 40% !important;
  }

  .one-product-title {
    bottom: 21%;
    left: 33.5%;
    position: absolute;
    width: 32%;
  }

  .transform-foods-nineth img:nth-child(9) {
    width: 50%;
  }

  .transform-foods-tenth img:nth-child(3) {
    width: 36%;
  }

  .transform-foods-tenth img:nth-child(11) {
    width: 50%;
  }

  .item-list-1 .learn-more {
    left: 42%;
  }

  .information-hide .text {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .text .information-header {
    width: 90%;
  }

  .information-hide .text .information-header h1 {
    line-height: 75%;
    margin: 0 auto;
    max-width: 470px;
    text-transform: uppercase;
    width: 80%;
    font-size: 65px;
  }

  .information-hide .text .body {
    width: 75%;
  }

  .information-hide .text .body h5 {
    text-align: center;
  }

  .two-item {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    padding: 0 20px;
  }

  .item-list-1 .items-all {
    padding-bottom: 147%;
  }

  .one-product {
    bottom: 42% !important;
    left: 30% !important;
    width: 40% !important;
  }

  .one-product-title {
    bottom: 23%;
    left: 19%;
    width: 60%;
  }

  .transform-foods-nineth img:nth-child(9) {
    width: 70%;
  }

  .transform-foods-tenth img:nth-child(3) {
    width: 60%;
  }

  .transform-foods-tenth img:nth-child(11) {
    width: 50%;
  }

  .item-list-1 .learn-more {
    left: 42%;
  }

  .two-products {
    bottom: 43%;
    left: 28%;
    width: 45%;
  }

  .big-title {
    bottom: 20%;
    left: 20%;
    width: 58%;
    position: absolute;
  }

  .big-title-2 {
    bottom: 21%;
    left: 25%;
    width: 46%;
  }

  .big-title-3 {
    bottom: 27%;
    left: 10%;
    width: 79%;
  }
}

@media only screen and (max-width: 689px) {

  .content .company {
    flex-wrap: wrap;
  }

  .company img {
    width: 100%;
  }

  .information-hide .text .information-header h1 {
    line-height: 80%;
  }

  .animation-container .main-div a {
    background-color: #1d2119;
    border: 1px solid #d3e493;
    color: #d3e493;
    text-decoration: none;
  }

}