@import url("style.css");

#hero {
  transition: transform 0.2s;
  height: 100vh;
  background-color: #ffc033;
  background-image: url("../img/tech/hero.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#hero .row {
  height: 90vh;
  margin: 0px;
}
#hero .row div {
  display: flex;
  justify-content: center;
}
#hero .container {
  padding-top: 50px;
}
#hero h1 {
  font-size: 41px;
}
#hero p {
  font-size: 20px;
}
#plant-based .container {
  background-image: url("../img/tech/bg-plant-based.png");
  background-size: contain;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#plant-based h2 {
  text-align: center;
  color: #999999;
  font-weight: bold;
  font-size: 110px;
  line-height: 55px;
  margin-top: 50px;
}
#plant-based .description {
  margin: auto;
  max-width: 500px;
  text-align: center;
  padding-top: 100px;
}
#plant-based .description .top-line {
  height: 8px;
  background-color: #ffc033;
  width: 50px;
  margin: auto;
  margin-bottom: 100px;
}
.ingredients {
  padding: 60px 0px;
  transform: skewY(-4.5deg);
}
.ingredients h2,
#wheat h2 {
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  padding: 50px 0px;
}
.ingredients h3,
#wheat h3 {
  font-size: 45px;
  font-weight: bold;
}
.ingredients img,
#wheat img {
  margin: auto;
  max-width: 100%;
}
.ingredients .container {
  transform: skewY(4.5deg);
}
#soy h2 {
  font-size: 200px;
  color: #ffca85;
}
#soy h3 {
  color: #f99d30;
}
#soy {
  background-color: #ffe8c7;
}
#soy .container {
  background-image: url("../img/tech/soy-tick.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200px;
}
#soy img {
  width: 80%;
}
#sunflower {
  background-color: #ffc033;
}
#sunflower h2 {
  font-size: 160px;
  color: #cc8800;
}
#sunflower h3 {
  color: #9b6402;
}
#sunflower img {
  width: 120% !important;
  margin-bottom: -100px;
}
#peanut {
  background-color: #f7931e;
}
#peanut h2 {
  font-size: 160px;
  color: #ffce00;
}
#peanut h3 {
  color: #ffe783;
}
#peanut img {
  width: 80%;
}
#about-nuts {
  background-color: #fff;
  padding: 100px 0px;
  transform: skewY(-4.5deg);
}
#about-nuts .container {
  transform: skewY(4.5deg);
}
#about-nuts div {
  text-align: center;
}
#about-nuts img {
  max-width: 100%;
}
#about-nuts .column {
  padding: 0px 80px;
}
#wheat {
  margin-top: -60px;
  background-color: #f7931e;
  padding-top: 120px;
}
#wheat img {
  width: 80%;
  margin-bottom: -100px;
}
#wheat h2 {
  font-size: 180px;
  color: #ffce00;
}
#wheat h3 {
  color: #ffe783;
}
#about-extrusion {
  background-image: url("../img/tech/about-extrusion.png");
  background-size: 100%;
  transform: skewY(0deg);
  padding-top: 140px;
  padding-bottom: 200px;
  color: #fff;
  background-repeat: no-repeat;
}
#about-extrusion label {
  font-size: 38px;
  font-weight: normal;
}
#about-extrusion h2 {
  font-size: 52px;
  font-weight: bold;
}
#extruder {
  background-color: #fff;
  transform: skewY(-4.5deg);
  margin-top: -60px;
}
#extruder .container {
  transform: skewY(4.5deg);
  padding: 80px 10px;
}
#extruder .description {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
#extruder img {
  width: 300px;
  max-width: 100%;
  margin-bottom: 20px;
}
#meat-like-texture {
  background-color: #f2f2f2;
}
#advanced-separation {
  transform: skewY(-4.5deg);
  background-color: #fff;
}
#advanced-separation .container {
  transform: skewY(4.5deg);
}
#meat-like-texture img,
#twin-screw img {
  max-width: 100%;
  width: 60%;
}
#twin-screw {
  background-color: #f2f2f2;
  padding: 150px 0px;
  margin-top: -60px;
  background-image: url("../img/tech/bg-twin-screw.png");
  background-position: right bottom;
  background-size: 35%;
  background-repeat: no-repeat;
}
#bg-footer {
  background-image: url("../img/tech/bg-footer.png");
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  #hero h1 {
    font-size: 28px;
  }
  #hero p {
    font-size: 18px;
  }
  #plant-based h2 {
    font-size: 80px;
  }
  #plant-based .description {
    padding-top: 50px;
  }
  #plant-based .description .top-line {
    margin-bottom: 40px;
  }
  .ingredients h2 {
    padding-bottom: 80px;
  }
  #about-extrusion {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #hero {
    background-size: 80%;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero p {
    font-size: 18px;
  }
  #hero .container {
    padding-top: 80px;
  }
  #plant-based {
    min-height: 80vh;
    height: auto;
  }
  #plant-based h2 {
    font-size: 55px;
  }
  .ingredients {
    padding: 40px 0px;
  }
  .ingredients h2 {
    padding: 60px 0px;
    margin-bottom: 20px;
  }
  .ingredients h3,
  #wheat h3 {
    font-size: 32px;
    margin-top: 20px;
  }

  .ingredients img {
    text-align: center;
  }
  #soy h2 {
    font-size: 150px !important;
  }
  #soy .container {
    background-size: 30%;
  }
  #sunflower h2 {
    font-size: 60px;
    padding: 20px 0px;
    margin-bottom: 0px;
  }
  #peanut h2 {
    font-size: 80px;
    padding: 20px 0px;
  }
  #sunflower img {
    width: 120% !important;
    margin-bottom: -70px;
  }
  #about-nuts .column {
    padding: 0px 30px;
  }
  #wheat h2 {
    font-size: 80px;
    padding: 20px 0px;
  }
  #about-extrusion {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 100px;
    color: #fff;
    background-position: center;
  }
  #extruder {
    margin-top: -60px;
  }
  #twin-screw {
    background-size: 50%;
  }
  #advanced-separation img {
    width: 70%;
    margin-bottom: 30px;
  }
  #twin-screw img {
    margin: auto;
    padding-bottom: 50px;
  }
  #meat-like-texture img {
    margin-bottom: 30px;
  }
  #bg-footer {
    height: 80px;
  }
}
@media only screen and (max-width: 330px) {
  #sunflower h2 {
    font-size: 40px;
    padding: 8px 0px;
    margin-bottom: 0px;
  }
  #peanut h2 {
    font-size: 60px;
    padding: 15px 0px;
    margin-bottom: 0px;
  }
}
