/* Base SCSS setup */
body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: rgba(46, 44, 44, 0.431372549);
}

.container {
  position: relative;
  width: 43.75em;
  --aspect-ratio: calc(885 / 700);
  height: calc(43.75em * var(--aspect-ratio));
  min-height: 443px;
  background-color: #fff5da;
  border-radius: 0.3em;
  overflow: hidden;
  font-size: clamp(0.5em, min(2vw, 1.5vh), 1.35em);
  z-index: 0;
}
.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("clean-gray-paper.png");
  opacity: 0.2;
  pointer-events: none;
}
.container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 23px -15px 66px #452710;
}

.top-strip {
  margin-top: 2.5em;
  width: 100%;
  height: 1.4em;
  background-color: #1f5d3f;
}

.main-bg {
  height: 59%;
  background-color: #fff5da;
  clip-path: circle(25.7em at 50% 21%);
  margin: 0 3%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.main-bg::after {
  content: "";
  position: absolute;
  top: 9.05em;
  left: 25em;
  width: 1em;
  height: 2em;
  background-color: #3d866b;
  z-index: -1;
  border: 0.39em solid #a2bb8e;
}

.bottom-bg {
  background-color: #1f5d3f;
  height: 54.3%;
  margin: -24% 3% 0 3%;
  box-shadow: inset 0 -10px 10px -10px #452710;
  display: flex;
  justify-content: center;
}

.sticker {
  position: absolute;
  top: -3.4em;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  background: #a2bb8e;
  color: #3d866b;
  border-radius: 3px;
  width: 17.12em;
  height: 12.7em;
  z-index: 1;
  padding-bottom: 1em;
  display: flex;
  gap: 1.2em;
}
.sticker .sticker-left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-radius: 0.1em;
  width: 46%;
  height: 100%;
  margin-left: 6%;
  border-left: 0.2em solid #3d866b;
  border-bottom: 1em solid #3d866b;
}
.sticker .sticker-left .inner-left {
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  width: 70%;
  height: 2.5em;
  border-right: 0.2em solid #3d866b;
  border-top: 1em solid #3d866b;
}
.sticker .sticker-left .inner-left .innerest-left {
  border-bottom-left-radius: 0.1em;
  width: 70%;
  height: 1em;
  border-left: 0.2em solid #3d866b;
  border-bottom: 0.2em solid #3d866b;
}
.sticker .sticker-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 0.1em;
  width: 46%;
  height: 100%;
  margin-right: 3%;
  border-right: 0.2em solid #3d866b;
  border-bottom: 1em solid #3d866b;
}
.sticker .sticker-right .inner-right {
  display: flex;
  justify-content: flex-end;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  width: 70%;
  height: 2.5em;
  border-left: 0.2em solid #3d866b;
  border-top: 1em solid #3d866b;
}
.sticker .sticker-right .inner-right .innerest-right {
  border-bottom-right-radius: 0.1em;
  width: 70%;
  height: 1em;
  border-right: 0.2em solid #3d866b;
  border-bottom: 0.2em solid #3d866b;
}
.sticker .diamond {
  width: 1.75em;
  height: 1.75em;
  border: 0.22em solid #3d866b;
  transform: rotate(45deg);
  position: absolute;
  top: 6.3em;
  left: 46.5%;
}
.sticker .sticker-text {
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  font-size: 3em;
  position: absolute;
  top: 0.7em;
  left: 1%;
  transform: rotate(90deg);
  color: #3d866b;
}
.sticker .ring {
  width: 14em;
  height: 14em;
  position: absolute;
  top: -7.9em;
  left: 20%;
}
.sticker .ring .ring-inner {
  position: absolute;
  top: 0.875em;
  left: 0.875em;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 0.8em solid #3d866b;
}
.sticker .ring .ring-outer {
  position: absolute;
  width: 13.75em;
  height: 13.75em;
  border-radius: 50%;
  border: 0.1em solid #3d866b;
}

.bowl {
  height: 2.69em;
  width: 8.06em;
  background-color: #1f5d3f;
  clip-path: ellipse(50.2% 113% at 50% 0%);
  margin-bottom: 0.2em;
}

.handle {
  width: 3.5em;
  height: 15.7em;
  margin-top: 10.37em;
}
.handle .handle-shaft {
  height: 12.32em;
  width: 100%;
  background: #fff5da;
  /* prettier-ignore */
  clip-path: polygon(0% 0%, 100% 0%, 72% 100%, 28% 100%);
}
.handle .handle-pommel {
  width: 100%;
  height: 5em;
  background: #fff5da;
  clip-path: ellipse(48% 48% at 50% 52%);
  margin-top: -2.5em;
}

.flame {
  height: 25em;
  width: 25em;
  background: #f51a1e;
  mask-image: url("flame.svg");
  -webkit-mask-image: url("flame.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

.title-text {
  font-size: 8em;
  font-family: "Poller One", serif;
  font-weight: bold;
  position: absolute;
  width: 94%;
  top: 54%;
  margin: 0 3%;
  color: #020410;
  display: flex;
  justify-content: space-between;
}
.title-text span {
  position: absolute;
  transform-origin: center;
  display: inline-block;
}
.title-text .l {
  transform: rotate(34.5deg) scaleY(0.5) scaleX(0.95) translate(-52%, 9%);
  left: 10%;
}
.title-text .i {
  transform: rotate(26deg) scaleY(0.5) scaleX(0.95) translate(-36%, 36%);
  left: 21%;
}
.title-text .b {
  transform: rotate(14.5deg) scaleY(0.5) scaleX(0.95) translate(-46%, 70%);
  left: 35%;
}
.title-text .e {
  transform: rotate(0deg) scaleY(0.5) scaleX(0.95) translate(-57%, 67%);
  left: 50%;
}
.title-text .r {
  transform: rotate(-13.5deg) scaleY(0.5) scaleX(0.9) translate(43%, 67%);
  right: 35%;
}
.title-text .t {
  transform: rotate(-25deg) scaleY(0.5) scaleX(0.85) translate(39%, 42%);
  right: 21%;
}
.title-text .x {
  transform: rotate(-35deg) scaleY(0.5) scaleX(0.85) translate(51%, 5%);
  right: 8%;
}

.sub-text {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #020410;
  z-index: 0;
  position: absolute;
  bottom: 7.5%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform: scaleY(0.9);
}
.sub-text span {
  display: block;
}

.home-link {
  font-family: "Poller One", serif;
  margin-top: 5em;
  font-size: 1em;
  padding: 0.5em;
  opacity: 0.8;
}
.home-link a {
  color: #1f5d3f;
  text-shadow: #452710 0.05em 0.05em 0.05em;
  text-decoration: none;
  transition: 0.3s;
}
.home-link a:hover {
  color: #452710;
  transition: 0.3s;
}
.home-link:hover {
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
