@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat&family=Rubik+Doodle+Shadow&display=swap');




h1, h2{
  font-family: 'Abril Fatface', serif;
}

h3{
  font-family: 'Montserrat', sans-serif;
}

h4.form{
  font-family: 'Abril Fatface', serif;
}

h5.form{
  font-family: 'Montserrat', sans-serif;
}

h4, h5{
    width: 60vw;
    text-align: center;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

h4{
    font-size: 26px;
    font-weight: 800;
    
}

h5{
    margin-top: 2vh;
    font-size: 16px;
    font-weight: 400;
}

a {
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

a.hero{
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

a.footer{
  margin: 10px;
  text-decoration: none;
  color: #121113;
}

a.footer:hover{
  color: #C7AA74;
  font-weight: 800;
}


article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #C7AA74;
}

article a:focus {
  outline: 1px dotted #C7AA74;
}

span.price{
  font-family: 'Abril Fatface', serif;
  font-size: 24px;
  font-weight: 800;
  margin-top: 3vh;
  margin-bottom: 3vh;
}

p.oz{
    font-size: 43px;
    margin-left: 6vw;
    margin-top: 10vh;
    font-weight: 800;
    font-family: 'Abril Fatface', serif;
}

p{
  font-family: 'Montserrat', sans-serif;
}

p.oz-1{
    font-size: 26px;
    margin-left: 6vw;
    width: 80vw;
    line-height: 1.3;
    text-align: justify;
    font-weight: 600;
    color: #C7AA74;
    
    font-family: 'Rubik Doodle Shadow', system-ui;

}

div.num{
  font-family: 'Rubik Doodle Shadow', system-ui;
}


p.oz-2{
    font-size: 16px;
    margin-left: 6vw;
    width: 80vw;
    line-height: 1.3;
    text-align: justify;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

p.bl-1{
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
    font-family: 'Abril Fatface', serif;
    
}

p.bl-2{
    font-size: 16px;
    font-weight: 600;
    color: #C7AA74;
    font-family: 'Rubik Doodle Shadow', system-ui;
}

p.bl-3{
    font-size: 16px;
    line-height: 1.3;
    text-align: justify;
    font-weight: 400;
}

strong{
    font-weight: 900;
    font-size: 26px;
    font-family: 'Rubik Doodle Shadow ';
}

div.divider{
    border-width: 2px;
    margin-top: 6vh;
    margin-left: 6vw;
    margin-bottom: 6vh;
    border: 2;
    border-bottom: 10;
    border-style: solid;
    border-color: #C7AA74;
    width: 20vw;
    
    
}

.card h1 {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-family: 'Abril Fatface', serif;
  }
  
  .card p {
    font-size: 0.75em;
    font-family: 'Open Sans';
    margin-top: 0.5em;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
  }


:root {
  --bar-scale-y: 0;
  --sparkle-color: rgb(253 244 215 / 40%);
}

@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes bar-scale {
  to {
    transform: scaleY(1);
  }
}

@keyframes sparkle {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(1) translate(4px, 1px) rotate(8deg);
  }

  100% {
    transform: scale(0) translate(4px, 1px) rotate(8deg);
  }
}

@keyframes shimmer {
  to {
    text-shadow: 0 0 8px #C7AA74;
  }
}


h1 {
  font-size: 7rem;
  line-height: 0.85;
  perspective: 500px;
}

.word {
  color: #121113;
  display: block;
  animation: show 0.01s forwards, pop-word 1.5s forwards;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  opacity: 0;
  transform: rotateX(120deg);
  transform-origin: 50% 100%;
  font-family: 'Rubik Doodle Shadow', system-ui;

}

.word:nth-of-type(2) {
  padding: 0 2rem;
  animation-delay: 1.5s;
  color: #C7AA74;
}

.superscript {
  position: relative;
  animation-delay: 3.6s;
  animation-duration: 0.25s;
  animation-name: shimmer;
  vertical-align: text-top;
}


/* sparkle */
.superscript::after {
  --size: 10rem;

  position: absolute;

  top: -5%;
  left: -85%;

  width: var(--size);
  height: var(--size);

  animation: sparkle 0.4s linear 3.5s 1 forwards;

  background: radial-gradient(
      circle at center,
      rgb(252 249 241 / 94%) 0% 7%,
      transparent 7% 100%
    ),
    conic-gradient(
      transparent 0deg 18deg,
      var(--sparkle-color) 18deg,
      transparent 20deg 40deg,
      var(--sparkle-color) 40deg,
      transparent 43deg 87deg,
      var(--sparkle-color) 87deg,
      transparent 95deg 175deg,
      var(--sparkle-color) 175deg,
      transparent 178deg 220deg,
      var(--sparkle-color) 220deg,
      transparent 222deg 270deg,
      var(--sparkle-color) 270deg,
      transparent 275deg 300deg,
      var(--sparkle-color) 300deg,
      transparent 303deg 360deg
    );

  border-radius: 50%;
  clip-path: polygon(
    50% 0,
    59.13% 26.64%,
    85.13% -2.35%,
    100% 50%,
    50% 100%,
    0 50%,
    31.39% 34.86%
  );

  content: "";

  filter: blur(1px);

  transform: scale(0);
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2{
    font-size: 18px;
  }

  h5.form{
background-color: rgba(255, 255, 255, 0.858);
border-radius: 8px;
padding: 10px 10px 10px 10px;
border: none;
box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

  }

  /* sparkle */
  .superscript::after {
    --size: 6rem;
  }
}
