*{
    margin:0;
    padding:0;
}
body {
    background-color: #4a4a4a;
}
.app p {
    font-family: Candara;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    font-size: 21px;
    line-height: 30px;
}
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
* {
  box-sizing: border-box;
  padding: 0;
  margin: 10;
}
html {
  font-size: calc(5px + 0.4vw);
}
body {
  font-family: "Playfair Display", serif;
}
a {
  text-decoration: none;
}
h3.s {
    color: white;
    font-size: 35px;
    text-shadow: 2px 2px 10px black;
    transition: opacity 0.7s 0s, transform 0.5s 0.2s;
    transform: translate3d(0, 50%, 0);
}
h2.s   {
    font-size: 61px;
    line-height: 80px;
    text-shadow: 4px 4px 4px #a3a3a3, -4px -4px 7px #141414;
    color: #ffffff;
    font-family: sans-serif, cursive;
    text-align: center;
    /* animation: blink 12s infinite; */
    -webkit-animation: blink 13s infinite;
    opacity: 0;
    transition: opacity 0.7s 0s, transform 1.5s 1.2s;
    font-weight: 100;
    display: contents;
    letter-spacing: -3.42px;
}
.intro {
  position: relative;
  width: 100%;
  height: 70vh;
}
.left {
  float: left;
  height: 70%;
  width: 50%;
  padding: 0rem 2rem 2rem 0rem;
  display: table;
}
.left > div {
  display: table-cell;
  vertical-align: middle;
}
.le {
  display: table-cell;
  vertical-align: middle;
}
.le span {
  color: #e8ca2b;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}
.le h1 {
  font-size: 8rem;
  margin-bottom: 3rem;
}
.le h1 + p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.le p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider {
  float: right;
  position: relative;
  width: 50%;
  height: 100%;
}
.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: table;
}
.center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ad1717;
}
h3 {
  font-size: 5rem;
  font-style: italic;
}
h3 + a {
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  margin-top: 2rem;
}
h3,
h3 + a {
    font-size: 1.6rem;
    display: inline-block;
    font-size: 31px;
    color: #000000;
    margin-top: 3rem;
    text-shadow: 2px 3px 11px white, 1px 1px 3px white;
    font-weight: 700;
    font-family: Candara;
    line-height: 1.2;
    letter-spacing: -0.066em;
}
li.current h3,
li.current h3 + a {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
  clip: rect(0, 0, 100vh, 0);
}
.slider nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.slider nav a {
  display: inline-block;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  margin: 0 1rem;
  transition: transform 0.3s;
}


a.current_dot {
  transform: scale(1.4);
}
@media screen and (max-width: 700px) {
  .left {
    width: 100%;
    height: 30%;
  }
  .slider {
    width: 100%;
    height: 70%;
  }
}


.first-section{
    width:100%;
    height:60vh;
    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:20px;
    right:-150px;
}
.section_1_02 {
    position: absolute;
    top: 80px;
    right: -50px;
}
.section_1_03{
    position: absolute;
    top:110px;
    right:-150px;
}
.section_1_04{
    position: absolute;
    top:210px;
    right:-30px;
}
.section_1_05{
    position: absolute;
    top:235px;
    right:0px;
}
.section_1_06{
    position: absolute;
    top:180px;
    right:60px;
}
.section_1_07{
    position: absolute;
    top:260px;
    right:-140px;
}
.section_1_08 {
    position: absolute;
    top: 365px;
    right: -25px;
}
.section_1_09 {
    position: absolute;
    top: 430px;
    right: -140px;
}

.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:150vh;
    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:150vh;
    display:flex;
    align-items: center;
    flex-direction: column;
    text-align:center;
    position:relative;
}

.forth-section .images-wrapper{
    margin-top:300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forth-section .images-wrapper img{
    position: absolute;
}



.intro {
  position: relative;
  width: 100%;
  height: 100vh;
}
.left {
  float: left;
  height: 100%;
  width: 60%;
  padding: 3rem 3rem 3rem 5rem;
  display: table;
}
.left > div {
  display: table-cell;
  vertical-align: middle;
}

h1 {
    font-size: 8rem;
    margin-bottom: 3rem;
    z-index: 2;
}
h1 + p {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider {
  float: right;
  position: relative;
  width: 40%;
  height: 100%;
}
.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: table;
}
.center-y {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
h3 {
  font-size: 5rem;
  font-style: italic;
}
h3 + a {
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  margin-top: 2rem;
}
h3,
h3 + a {
  opacity: 0;
  transition: opacity 0.7s 0s, transform 0.5s 0.2s;
  transform: translate3d(0, 50%, 0);
}
li.current h3,
li.current h3 + a {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
  clip: rect(0, 0, 100vh, 0);
}
.slider nav {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
nav a {
display: contents;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  margin: 0 1rem;
  transition: transform 0.3s;
}
a.current_dot {
  transform: scale(1.4);
}
@media screen and (max-width: 700px) {
  .left {
    width: 100%;
    height: 30%;
  }
  .slider {
    width: 100%;
    height: 70%;
  }
}


/* Blockquote main style */
.blockquote {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  max-width: 620px;
  margin: 80px auto;
  align-self: center;
}

/* Blockquote header */
.blockquote h1 {
  font-family: "Abril Fatface", cursive;
  position: relative; /* for pseudos */
  color: #e74848;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid #e74848;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -62px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

.blockquote h1:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #292a2b;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .blockquote h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

/* Blockquote subheader */
.blockquote h4 {
  position: relative;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 150px;
  padding-left: 12px;
}

.blockquote h4:first-letter {
  margin-left: -12px;
}

:root {
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
}
body {
  margin: 0;
}
.wrapper {
  background: radial-gradient(#272727, #1b1b1b);
  display: grid;
  grid-template-areas: "overlap";
  place-content: center;
  text-transform: uppercase;
  height: 100vh;
}
.wrapper > div {
  background-clip: text;
  -webkit-background-clip: text;
  color: #363833;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: clamp(3em, 18vw, 15rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
div.fg {
  /* background-image: repeating-linear-gradient(
    5deg,
    var(--gold) 0%,
    var(--light-shadow) 23%,
    var(--gold) 31%
  ); */
  color: #1e2127;
  transform: scale(1);
  margin: 0%;
  text-align: center;
  font-family: Candara;
  font-size: 34px;
}
/*div.fg {
  background-image: repeating-linear-gradient(
    5deg,
    var(--gold) 0%,
    var(--light-shadow) 23%,
    var(--gold) 31%
  );
  color: #1e2127;
  transform: scale(1);
}
*/