*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main{
  width: 100%;
  overflow: hidden;
}

/* gallery/carousel */

.mainContainer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

/*carousel-lazy-loading-square*/

.container2 { margin: 150px auto; }
[class*="slideshow"] {
max-width: 600px;
height: 450px;
margin: 0 auto 40px;
outline: none;
}

[class*="slideshow"] img {
display:none;
}
.image_wrapper .text_content {
position: absolute;
bottom: 50px;
left: 50px;
color: #fff;
text-shadow: 0 0 3px rgba(0,0,0,.5);
opacity: 1;
}

.text_content * {
margin: .1em 0;
}
/* banner */

.home {
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: url(../images/banner.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}

.home .content{
  max-width: 60rem;
}

.home .content h3{
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 6em;
  color:white;
  text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.59);
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 8%;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .home .content h3{
  font-size: 4em;
  font-weight: 800;
  line-height: 2em;
  top: 60%;
  left: 7%;
  text-align: center;
  line-height: 1.5;
  }
}

.home .content p{
  font-size: 2rem;
  font-weight: lighter;
  line-height: 1.8;
  padding:1rem 0;
  color:#eee;
}


/*ScrollTrigger */


section{
  width: 100% !important;
  height: 100vh;
  color: white;
  background-color: #000;
}
section header{
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 10%;
}
section header h3{
 font-size: 2rem;
 padding: 10px;
}
section h1{
 font-family: 'Lobster', cursive;
 font-size: 5rem;
 position: relative;
 z-index: 9;
 background: transparent;
 margin-bottom: 10px;
}
@media (max-width: 575px) {
  section h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  }
}


section header .one{
 position: relative;
}
.one .box{
 width: 500px;
 height: 500px;
 background: transparent;
 border: 15px solid #4c544e;
 transform: rotateZ(65deg);
 position: absolute;
 top: 0px;
 left: 0px;
}
.img{
 width: 100%;
 height: 100vh;
 text-align: center;
 position: relative;
}
.img img{
 width: 20%;
 position: absolute;
 top: -10%;
 left: 37%;
 z-index: 9;
}
.main section.three{
 position: relative;
}
.ball{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 background: tomato;
 position: absolute;
 top: 0px;
}
.ball.one{
 top: 40%;
}
.ball:nth-child(2){
 width: 200px;
 height: 200px;
 background: turquoise;
}
.ball3{
 position: absolute;
 right: 0px;
 top: 30px;
 width: 300px;
 height: 300px;
 background: #02ec50;
}
.three p{
 position: absolute;
 top: 50%;
 width: 100%;
 background: transparent;
 text-align: center;
 font-size: 40px;
}

.first-section {
  width: 100%;
  height: 150vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.first-section .images-wrapper {
  position: absolute;
}

.ingredient-images {
  position: absolute;
  width: 400px;
  left: calc(50% - 400px);
  height: 530px;
  top: 420px;
}

.section_1_01 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.section_1_02 {
  position: absolute;
  top: 80px;
  right: 130px;
}

.section_1_03 {
  position: absolute;
  top: 100px;
  right: 10px;
}

.section_1_04 {
  position: absolute;
  top: 200px;
  right: 120px;
}

.section_1_05 {
  position: absolute;
  top: 225px;
  right: 150px;
}

.section_1_06 {
  position: absolute;
  top: 170px;
  right: 210px;
}

.section_1_07 {
  position: absolute;
  top: 250px;
  right: 10px;
}

.section_1_08 {
  position: absolute;
  top: 320px;
  right: 110px;
}

.section_1_09 {
  position: absolute;
  top: 370px;
  right: 10px;
}

.second-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.second-section .images-wrapper {
  position: absolute;
  display: flex;
  padding: 200px 0;
  top: 20%;
  overflow: hidden;
}

.image-container {
  overflow: hidden;
  height: 100%;
}

.third-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.third-section .images-wrapper {
  margin-top: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.third-section .images-wrapper img {
  position: absolute;
}


.forth-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-bottom: 300px;
}

.forth-section .wrapper {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forth-section .wrapper img {
  position: absolute;
}

.forth-section .wrapper p {
  width: 70%;
  font-size: 2em;
  padding-top: 10%;
}



@media (max-width: 575px) {
  .forth-section{
    height: 10vh;
  }
  .forth-section .wrapper {
    max-height: 10vh;
  }

  .forth-section .wrapper p {
    width: 95%;
    font-size: 1em;    
  padding-top: 0;
  }
}