﻿*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

body{
    background-color: #d3eefe;
}

h1{

    font-weight: lighter;
    font-size: 70px;
    color: #333333;
    letter-spacing: -5px;
    /*padding-top: 50px;*/
    z-index: 999;
}


p{

    font-weight: 100;
    font-size: 24px;
    color: #333333;
    z-index: 999;
}

.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;
    /* background: red; */
    left: 175px;
    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: auto;*/
    display: flex;
        align-items: center;
/*    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;
    width: 960px;
}

.image_container{
    overflow: hidden;
    height: 100%;
}

.third_section{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.third_section .images_wrapper{
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.third_section .images_wrapper img{
    position: absolute;
}

.forth_section{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.forth_section .images_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forth_section .images_wrapper img{
    position: absolute;
}