@import "tailwindcss";

:root {
  --background: #000000;
  --foreground: #adadad;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #adadad;
    --foreground: #ededed;
  }
}

/* body {
  background: var(--background);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
} */

.py-2.px-3.font-medium.text-sm{
  width: 250px !important;
}

.py-2.px-3.font-medium.text-sm{
  width: 250px !important;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

/* body {
  background-color: #efefef;
  font-family: arial, cursive;
} */

.artboard {
  position: fixed;
  transform: translateX(75%) translateY(75%);
  bottom: 0;
  right: 0;
  scale: 0.4;
  /* background-color: #fff; */
  width: 700px;
  height: 500px;
  margin: 5% auto 0 auto;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
}

.artboard .beeShadow {
  width: 380px;
  height: 380px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all ease-in-out 2s;
}

.artboard .beeShadow::after {
  content: " ";
  width: 152px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-animation: beeShadow 2s linear infinite;
          animation: beeShadow 2s linear infinite;
}

.artboard .beeShadow .beeContainer {
  -webkit-animation: flying 2s linear infinite;
          animation: flying 2s linear infinite;
  width: 380px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all ease-in-out 2s;
}

.artboard .beeShadow .beeContainer .beeBody {
  background-color: #FAA924;
  height: 224px;
  width: 224px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
}

.artboard .beeShadow .beeContainer .beeBody::after {
  content: " ";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -139px;
  left: 35px;
  z-index: 2;
  box-shadow: 0 0 10px 45px rgba(228, 154, 33, 0.12);
}

.artboard .beeShadow .beeContainer .beeBody .beeEyes {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #212121;
  position: absolute;
  top: 50px;
  left: 88px;
  -webkit-animation: eyesBlink 1000ms linear infinite;
          animation: eyesBlink 1000ms linear infinite;
}

.artboard .beeShadow .beeContainer .beeBody .beeEyes::after {
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #212121;
  position: absolute;
  left: 34px;
  -webkit-animation: eyesBlink 1000ms linear infinite;
          animation: eyesBlink 1000ms linear infinite;
}

.artboard .beeShadow .beeContainer .beeBody .beeMouth {
  height: 14px;
  width: 30px;
  background-color: #212121;
  position: absolute;
  top: 72px;
  left: 98px;
  border-radius: 0 0 14px 14px;
}

.artboard .beeShadow .beeContainer .beeBody .beeMouth::before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #E7981F;
  position: absolute;
  left: -12px;
}

.artboard .beeShadow .beeContainer .beeBody .beeMouth::after {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #E7981F;
  position: absolute;
  right: -12px;
}

.artboard .beeShadow .beeContainer .beeBody .beeMouth .beeTongue {
  width: 12px;
  height: 5px;
  background-color: #CB0E14;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 7px;
  left: 9px;
}

.artboard .beeShadow .beeContainer .beeBody .beeStrips {
  width: 100%;
  height: 18px;
  background-color: #212121;
  position: absolute;
  top: 144px;
}

.artboard .beeShadow .beeContainer .beeBody .beeStrips::before {
  content: " ";
  width: 100%;
  height: 18px;
  background-color: #212121;
  margin-top: -40px;
  display: block;
}

.artboard .beeShadow .beeContainer .beeBody .beeStrips::after {
  content: " ";
  width: 100%;
  height: 18px;
  background-color: #212121;
  margin-top: 60px;
  display: block;
}

.artboard .beeShadow .beeContainer .beeAntenna1 {
  width: 6px;
  height: 50px;
  background-color: #212121;
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
  position: absolute;
  top: 30px;
  left: 110px;
}

.artboard .beeShadow .beeContainer .beeAntenna1::before {
  content: " ";
  width: 16px;
  height: 16px;
  background-color: #212121;
  border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -5px;
}

.artboard .beeShadow .beeContainer .beeAntenna2 {
  width: 6px;
  height: 50px;
  background-color: #212121;
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
  position: absolute;
  top: 30px;
  right: 110px;
}

.artboard .beeShadow .beeContainer .beeAntenna2::before {
  content: " ";
  width: 16px;
  height: 16px;
  background-color: #212121;
  border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -5px;
}

.artboard .beeShadow .beeContainer .beeWings1 {
  width: 88px;
  height: 88px;
  background-color: #ccc;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  position: absolute;
  top: 100px;
  left: -10px;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.artboard .beeShadow .beeContainer .beeWings1::after {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 6px solid #ccc;
  position: absolute;
  -webkit-transform: rotate(-58deg) translate(-18px, -11px);
      -ms-transform: rotate(-58deg) translate(-18px, -11px);
          transform: rotate(-58deg) translate(-18px, -11px);
}

.artboard .beeShadow .beeContainer .beeWings1::before {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom: 6px solid #ccc;
  position: absolute;
  -webkit-transform: rotate(-26deg) translate(0, 52px);
      -ms-transform: rotate(-26deg) translate(0, 52px);
          transform: rotate(-26deg) translate(0, 52px);
}

.artboard .beeShadow .beeContainer .beeWings2 {
  width: 88px;
  height: 88px;
  background-color: #ccc;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  position: absolute;
  top: 100px;
  right: -10px;
  -webkit-transform: rotate(-145deg);
      -ms-transform: rotate(-145deg);
          transform: rotate(-145deg);
}

.artboard .beeShadow .beeContainer .beeWings2::after {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 6px solid #ccc;
  position: absolute;
  -webkit-transform: rotate(-57deg) translate(-9px, -10px);
      -ms-transform: rotate(-57deg) translate(-9px, -10px);
          transform: rotate(-57deg) translate(-9px, -10px);
}

.artboard .beeShadow .beeContainer .beeWings2::before {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom: 6px solid #ccc;
  position: absolute;
  -webkit-transform: rotate(-26deg) translate(0, 52px);
      -ms-transform: rotate(-26deg) translate(0, 52px);
          transform: rotate(-26deg) translate(0, 52px);
}

.artboard .beeShadow .beeContainer .beeTail {
  width: 10px;
  height: 80px;
  background-color: #212121;
  border-radius: 50%;
  position: absolute;
  bottom: 32px;
  left: 184px;
}

.cross {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

.cross::after {
  content: " ";
  height: 13px;
  width: 3px;
  border-radius: 3px;
  background-color: #ccc;
  position: absolute;
}

.cross::before {
  content: " ";
  height: 3px;
  width: 13px;
  border-radius: 3px;
  background-color: #ccc;
  position: absolute;
  left: -5px;
  top: 5px;
}

.cross.c1 {
  top: 8px;
  left: 110px;
  -webkit-animation: blink 700ms linear infinite;
          animation: blink 700ms linear infinite;
}

.cross.c2 {
  top: 54px;
  left: 297px;
  -webkit-animation: blink 700ms linear infinite;
          animation: blink 700ms linear infinite;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #ccc;
  position: absolute;
}

.circle.c1 {
  top: 7px;
  left: 71px;
  -webkit-animation: blink 800ms linear infinite;
          animation: blink 800ms linear infinite;
}

.circle.c2 {
  top: 29px;
  left: 58px;
  -webkit-animation: blink 300ms linear infinite;
          animation: blink 300ms linear infinite;
}

.circle.c3 {
  top: 52px;
  left: 80px;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
}

.circle.c4 {
  top: 52px;
  right: 56px;
  -webkit-animation: blink 800ms linear infinite;
          animation: blink 800ms linear infinite;
}

.circle.c5 {
  top: 27px;
  right: 49px;
  -webkit-animation: blink 300ms linear infinite;
          animation: blink 300ms linear infinite;
}

.circle.c6 {
  top: 8px;
  right: 71px;
  -webkit-animation: blink 1s linear infinite;
          animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(0.2) rotate(95deg);
            transform: scale(0.2) rotate(95deg);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(0.2) rotate(95deg);
            transform: scale(0.2) rotate(95deg);
  }
}

@-webkit-keyframes flying {
  0% {
    top: 50%;
  }
  50% {
    top: 38%;
  }
  100% {
    top: 50%;
  }
}

@keyframes flying {
  0% {
    top: 50%;
  }
  50% {
    top: 38%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes beeShadow {
  0% {
    width: 152px;
    height: 16px;
    opacity: 1;
  }
  50% {
    width: 102px;
    height: 11px;
    opacity: .8;
  }
  100% {
    width: 152px;
    height: 16px;
    opacity: 1;
  }
}

@keyframes beeShadow {
  0% {
    width: 152px;
    height: 16px;
    opacity: 1;
  }
  50% {
    width: 102px;
    height: 11px;
    opacity: .8;
  }
  100% {
    width: 152px;
    height: 16px;
    opacity: 1;
  }
}

@-webkit-keyframes eyesBlink {
  0% {
    height: 16px;
  }
  20% {
    height: 6px;
  }
  40% {
    height: 16px;
  }
  100%{
    height: 16px;
  }
}

@keyframes eyesBlink {
  0% {
    height: 16px;
  }
  20% {
    height: 6px;
  }
  40% {
    height: 16px;
  }
  100%{
    height: 16px;
  }
}

#navbar, #navbar > *{
  user-select: none;
}
#navbar img{
  pointer-events: none;
}