html,
body {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 2.6rem;
  color: #401e1f;
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffc000;
  font-size: 1.8rem;
}

header {
  position: relative;
  z-index: 100;
}

main {
  position: relative;
}

h1 {
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 11rem;
  line-height: 0.8;
  margin: 0;
}

p {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0 8rem;
  margin: 2.6rem 0;
}

a {
  font-size: 1.4rem;
  line-height: 1.3;
}

a {
  color: #fff;
}

img {
  max-width: 100%;
  max-height: 100%;
}

header {
  box-sizing: border-box;
  width: 100%;
  /* height: 9rem; */
  padding: 30px 0;
  min-width: 200px;
  position: relative;
}

footer {
  display: flex;
  min-height: 50px;
  background-color: #fff;
}

footer ul {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  /* max-width:25vw; */
  list-style: none;
}

footer ul li {
  margin-right: 3rem;
}

footer ul li a {
  color: #401e1f;
  /* padding-right:1rem; */
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

footer ul li a:hover {
  color: #d80028;
}

sup {
  font-size: 60%;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  padding: 0 10rem;
}

header .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  text-align: center;
  max-width: 780px;
}

.container.landing {
  z-index: 100;
}

.button {
  border-radius: 31px;
  border: none;
  background-color: #fff;
  color: #401e1f;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  filter: drop-shadow(0rem 0rem 3rem #f26764);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  /* transform: translateZ(0); */
  -webkit-font-smoothing: subpixel-antialiased;
}

.button p {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.1;
  padding: 0 3rem 0 3rem;
  margin: 0;
  text-transform: uppercase;
}

.button img {
  width: 41px;
}

.button:hover {
  transform: scale(1.04);
}

.graphic {
  width: 100%;
  min-height: 900px;

  position: relative;
  background: no-repeat center url("../assets/graphic.jpg");
  background-size: cover;
  margin-top: 1rem;
  z-index: -10;
}

.placeholder {
  width: 100px;
}

/* .packaging{
    max-width:325px;
    margin-top: -37%;
    margin-right: -112%;
    z-index: 100;
} */

.packaging {
  position: absolute;
  max-width: 380px;
  width: 80%;
  height: auto;
  right: 2%;
  bottom: -30%;
  /* margin-top: -45%;
    margin-right: -125%; */
  z-index: 100;
}

.extra-bold {
  font-weight: 900;
}

.legal {
  font-size: 1rem;
}

.gf-wrapper {
  /* padding: 0 7%; */
  position: absolute;
  max-width: 90%;
  /* max-width: 1000px; */
  margin: 0 auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.gf-sm,
.gf-lg,
#gf-5,
#gf-8 {
  height: auto;
  position: absolute;
  z-index: 0;
}

#gf-1 {
  width: 230px;
  top: -2%;
  left: 2%;
}

#gf-2 {
  width: 230px;
  top: 37%;
  left: 0%;
}

#gf-3 {
  width: 330px;
  top: 64%;
  left: 0%;
}

#gf-4 {
  width: 230px;
  top: 110%;
  left: 10%;
}

#gf-5 {
  width: 330px;
  top: 135%;
  left: 0%;
}

#gf-6 {
  width: 330px;
  top: -2%;
  right: -5%;
}

#gf-7 {
  width: 230px;
  top: 38%;
  right: 0%;
}

#gf-8 {
  width: 330px;
  top: 100%;
  right: -2%;
  z-index: 1000;
}

#d-logo {
  width: 140px;
}

#gf-logo {
  width: 140px;
}

@media only screen and (max-width: 1300px) {
  .gf-wrapper {
    display: none;
  }

  .container {
    padding: 0;
  }

  .packaging {
    display: none;
  }

  .wrapper {
    padding: 0;
  }

  p {
    padding: 0;
  }
}

@media only screen and (max-width: 670px) {
  header {
    padding: 10px 0;
  }

  footer ul {
    max-width: 100%;
    justify-content: space-between;
  }

  br,
  .placeholder {
    display: none;
  }

  h1 {
    font-size: 5rem;
    line-height: 0.8;
  }

  .button p {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .graphic {
    background: no-repeat center url("../assets/packaging.png");
    background-size: contain;
    width: 90%;
    position: relative;
    margin: 0 auto;
    min-height: 400px;
  }

  #gf-logo {
    width: 110px;
    margin: 0 auto;
  }

  #d-logo {
    display: none;
  }

  a {
    font-size: 1.1rem;
  }
}
