body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
body {
  background-color: #ece0be;
  font-family: Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.blur {
  mix-blend-mode: color-dodge;
  position: absolute;
  z-index: 0;
}
body:before {
  background-image: url(i.imgur.com/cU3trJQ.png);
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.header {
  background-color: #fef1cc;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.header,
.logo-title-container {
  align-items: center;
  display: flex;
}
.titleHead {
  color: #000;
  font-family: clash_displaybold;
  font-size: 20px;
  letter-spacing: 2px;
  white-space: pre;
}
.logo {
  font-size: 24px;
  font-weight: 700;
  margin: 0 30px;
  padding: 0;
  scale: 0.9;
  transition: all 0.5s;
}
.logo img {
  -webkit-filter: drop-shadow(0 5px 17px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 5px 17px rgba(0, 0, 0, 0.5));
}
.logo:hover {
  cursor: pointer;
  scale: 1;
  transition: all 0.5s;
}
nav a {
  color: #333;
  margin: 0 15px;
  text-decoration: none;
}
.main-content {
  align-items: center;
  display: flex;
  height: 95vh;
  justify-content: center;
}
.image-container {
  text-align: center;
  z-index: 1;
}
.mainchar,
.mainchar:hover {
  transition: scale 0.5s;
}
.mainchar:hover {
  cursor: pointer;
  scale: 1.05;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-62%);
    transform: translateX(-62%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-62%);
    transform: translateX(-62%);
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
}
.content {
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}
.item {
  padding: 0 2em;
}
.footer {
  background-color: #fc3d5c;
  border-top: 3px solid #000;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-family: clash_displaybold;
  left: 0;
  padding: 16px 0;
  position: fixed;
  right: 0;
}
.footer:hover {
  cursor: default;
}
.dotted-border {
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
  padding: 8px 0;
}
.content {
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.content,
.item {
  align-items: center;
  display: flex;
}
.item {
  font-size: 3vw;
  gap: 8px;
}
.item img {
  width: 2vw;
}
.let-him-cook {
  align-items: center;
  line-height: 1.5;
  position: absolute;
  top: 80px;
}
.cook {
  left: -10px;
  position: relative;
  width: 100%;
}
@font-face {
  font-family: clash_displaybold;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/clashdisplay-bold-webfont.56a343add37351f884c2.woff2)
      format("woff2"),
    url(/static/media/clashdisplay-bold-webfont.130aeebcf0295cde3b8d.woff)
      format("woff");
}
@font-face {
  font-family: clash_displaymedium;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/clashdisplay-medium-webfont.5a91d17e76d9b745e5e7.woff2)
      format("woff2"),
    url(/static/media/clashdisplay-medium-webfont.04fc1cbe3c394e436179.woff)
      format("woff");
}
strong {
  font-family: clash_displaybold;
}
.text {
  left: 50px;
  position: relative;
  width: 400px;
}
.speech {
  line-height: 1.5;
  position: absolute;
  right: 10px;
  top: 80px;
}
.radio:hover {
  cursor: pointer;
}
.radio {
  -webkit-animation: scaleAnimation 2s infinite alternate;
  animation: scaleAnimation 2s infinite alternate;
  position: absolute;
  right: -100px;
  top: 120px;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.button {
  align-items: center;
  background-color: #000;
  border-radius: 200px;
  color: #fff;
  display: inline-flex;
  font-family: clash_displaybold;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-top: 10px;
  overflow: hidden;
  padding: 5px 7px 5px 30px;
  position: relative;
  text-decoration: none;
  transition: color 1s, box-shadow 0.777s, background-color 0.3s;
}
.button .button-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button .new-text {
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  transition: color 5s;
}
.button:hover .button-text {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}
.button:hover .new-text {
  color: #000;
  transition: color 0.5s;
}
.button:hover {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.777);
  transition: box-shadow 0.3s, background-color 0.3s;
}
.arrow-icon {
  margin-left: 20px;
  width: 40px;
}
.socials-box {
  padding: 0 50px 50px;
  width: 200px;
}
.socials-box h3 {
  font-family: clash_displaybold;
  font-size: 15px;
  margin-bottom: 5px;
}
.social-item {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 6px 6px 6px 20px;
}
.social-item span:hover {
  cursor: pointer;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}
.social-item:last-child {
  margin-bottom: 0;
}
.social-icon {
  height: 24px;
  margin-right: 30px;
  margin-top: 1px;
  width: 24px;
}
.kitchen {
  align-items: center;
  background-color: #000;
  border-radius: 200px;
  color: #fff;
  display: inline-flex;
  font-family: clash_displaymedium;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-top: 10px;
  overflow: hidden;
  padding: 5px 7px 5px 30px;
  position: relative;
  scale: 0.8;
  text-decoration: none;
  transition: color 1s, box-shadow 0.777s, background-color 0.3s;
}
.kitchen .kitchen-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.kitchen .new-text {
  color: #fff;
  font-size: 17px;
  position: absolute;
  -webkit-transform: translateY(210%);
  transform: translateY(210%);
  transition: color 5s;
}
.kitchen:hover .kitchen-text {
  -webkit-transform: translateY(-170%);
  transform: translateY(-170%);
}
.kitchen:hover .new-text {
  color: #000;
  transition: color 0.5s;
}
.kitchen:hover {
  background-color: #fff;
  transition: box-shadow 0.3s, background-color 0.3s;
}
#mobile,
#mobile-socials {
  display: none;
}
@media (max-width: 525px) {
  #mobile-socials {
    display: block;
  }
  .button {
    align-items: center;
    background-color: #000;
    border-radius: 200px;
    color: #fff;
    display: inline-flex;
    font-family: clash_displaybold;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 30px;
    overflow: hidden;
    padding: 10px 12px 10px 35px;
    position: relative;
    text-decoration: none;
    transition: color 1s, box-shadow 0.777s, background-color 0.3s;
  }
  .button .button-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .button .new-text {
    color: #000;
    position: absolute;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    transition: color 5s;
  }
  .button:hover .button-text {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .button:hover .new-text {
    color: #000;
    transition: color 0.5s;
  }
  .button:hover {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.777);
    transition: box-shadow 0.3s, background-color 0.3s;
  }
  .footer {
    background-color: #fc3d5c;
    border-top: 3px solid #000;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-family: clash_displaybold;
    left: 0;
    padding: 12px 0;
    position: fixed;
    right: 0;
  }
  .item {
    font-size: 7.77vw;
  }
  .item img {
    width: 30px;
  }
  .socials-box {
    padding: 0 50px 50px;
    width: 95%;
  }
  .socials-box h3 {
    font-family: clash_displaybold;
    font-size: 30px;
  }
  .social-item {
    align-items: center;
    border: 1px solid #000;
    display: flex;
    font-size: 18px;
    letter-spacing: 1.5px;
    padding: 4px 4px 4px 20px;
  }
  .social-item span:hover {
    cursor: pointer;
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000;
  }
  .social-item:last-child {
    margin-bottom: 0;
  }
  .social-icon {
    height: 24px;
    margin-right: 30px;
    margin-top: 1px;
    width: 24px;
  }
}
@media (max-width: 489px) {
  nav a {
    display: none;
  }
  .logo {
    display: block;
  }
}
@media (max-width: 792px) {
  .let-him-cook,
  .speech,
  .titleHead {
    display: none;
  }
}
@media (max-width: 1050px) {
  .text {
    opacity: 0;
  }
}
@media (max-width: 1140px) {
  .radio {
    display: none;
  }
}
@media (max-width: 1240px) {
  .radio {
    display: none;
  }
  .button {
    margin-left: 10px;
  }
  .socials-box {
    padding: 10px;
  }
  .text {
    left: 10px;
  }
}
.main-container {
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}
.main-overlay {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 1s;
  width: 100%;
  z-index: 1000;
}
.main-hidden {
  opacity: 0;
  visibility: hidden;
}
.page-content {
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-overlay h1 {
  align-items: center;
  flex-direction: column;
  font-family: clash_displaybold;
  font-size: 62px;
  justify-content: center;
  margin: 20px;
  transition: all 0.5s;
}
.reveal {
  font-family: AR One Sans, sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
}
.main-overlay h1:hover {
  cursor: pointer;
  scale: 1.1;
  transition: all 0.5s;
}
.star-icon {
  height: 100%;
  margin-left: 5x;
  scale: 0.5;
  width: 100%;
}
body {
  background-color: #fff5cf;
  color: #000;
}
.hotbar {
  display: flex;
  padding: 10px;
}
.hotbar-slot {
  align-items: center;
  background-color: gray;
  border-radius: 25%;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.25s;
  width: 50px;
}
.hotbar-slot img {
  max-height: 100%;
  max-width: 100%;
}
.hotbar-slot:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.25s;
}
.centered {
  display: grid;
  height: 100vh;
  overflow: hidden;
  place-items: center;
}
.drop-zone {
  align-items: center;
  background-color: #272727;
  border-radius: 2%;
  color: #fff;
  display: flex;
  font-family: clash_displaybold;
  font-size: 40px;
  height: 80vh;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  width: 60vw;
}
.drop-zone:hover {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.777);
  cursor: pointer;
  font-size: 45px;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.5s;
}
.header-container {
  align-items: center;
  display: flex;
  font-family: clash_displaybold;
  font-size: 40px;
}
.header-text {
  margin-right: 10px;
}
.glitch {
  position: relative;
  text-transform: uppercase;
}
.desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@font-face {
  font-family: clash_displaybold;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/clashdisplay-bold-webfont.56a343add37351f884c2.woff2)
      format("woff2"),
    url(/static/media/clashdisplay-bold-webfont.56a343add37351f884c2.woff2)
      format("woff2");
}
@font-face {
  font-family: clash_displaymedium;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/clashdisplay-medium-webfont.5a91d17e76d9b745e5e7.woff2)
      format("woff2"),
    url(/static/media/clashdisplay-medium-webfont.5a91d17e76d9b745e5e7.woff2)
      format("woff2");
}
@media (prefers-reduced-motion: reduce) {
  *,
  :after,
  :before {
    -webkit-animation-delay: -1ms !important;
    animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
/*# sourceMappingURL=main.833c22e4.css.map*/
