@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

body {
  font-family: 'Amatic SC', cursive !important;
  background: #E0BAD7; /*Pink Lavender*/
	margin: 0px;
	padding: 0px;
  min-height: 100vh;
}


/* COW */

:root {
  --black: #141416;
  --pink: #E9BAA7;
}

.box-canvas{
  position: relative;
  margin: auto;
  display: block;
  margin-top: 10vmin;
  margin-bottom: 10vmin;
  width: 100vmin;
  height:80vmin;
}

.tail {
  width: 5vmin;
  height: 25vmin;
  position: absolute;
  right: 7vmin;
  box-shadow: 2vmin -2vmin 0 white;
  border-radius: 50%;
  transform: rotate(-20deg);
  top: 40vmin;
}

.tail::before {
  content: '';
  position: absolute;
  background: white;
  width: 5vmin;
  height: 5vmin;
  border-radius: 51% 49% 40% 60% / 91% 92% 8% 9%;
  bottom: 0;
  left: 3vmin;
}

.body {
  width: 70vmin;
  height: 35vmin;
  background: white;
  right: 10vmin;
  position: absolute;
  top: 25vmin;
  border-radius: 20% 50% 0% 0%;
  overflow: hidden;
}

.patch {
  position: absolute;
  background: var(--black);
}

.patch:nth-child(1) {
  width: 30vmin;
  height: 15vmin;
  bottom: -2vmin;
  left: 10vmin;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; 
  transform: rotate(20deg);
}

.patch:nth-child(2) {
  width: 20vmin;
  height: 10vmin;
  left: 20vmin;
  top: -2vmin;
  border-radius: 86% 14% 37% 63% / 30% 76% 24% 70%;
}

.patch:nth-child(3) {
  height: 20vmin;
  width: 20vmin;
  right: 10vmin;
  top: 10vmin;
  border-radius: 25% 75% 40% 60% / 54% 58% 42% 46%;
}

.legs {
  position: absolute;
  width: 70vmin;
  bottom: 0;
  height: 20vmin;
  right: 10vmin;
}

.leg {
  position: absolute;
  height: 20vmin;
  width: 8vmin;
  background: white;
  border-radius: 0 0 20% 20%;
}

.leg.right {
  right: 0;
}

.leg.left::before {
  content: '';
  position: absolute;
  height: 18vmin;
  left: 8vmin;
  width: 8vmin;
  background: #EFEDED;
  border-radius: 0 0 20% 20%;
}

.leg.right::before {
  content: '';
  position: absolute;
  height: 18vmin;
  right: 8vmin;
  width: 8vmin;
  background: #EFEDED;
  border-radius: 0 0 20% 20%;
}

.horns {
  position: absolute;
  left: 11vmin;
  top: -8vmin;
  width: 35vmin;
  height: 20vmin;
  transform: rotate(10deg);
  border-radius: 50%;
  box-shadow: 5vmin 5vmin 0 var(--pink), -5vmin 5vmin 0 var(--pink);
}



.head {
  position: absolute;
  left: 10vmin;
  top: 5vmin;
  width: 30vmin;
  height: 35vmin;
  background: white;
  border-radius: 50% 50% 45% 45%;
  overflow: hidden;
  transform: rotate(10deg);
}

/* Patch */
.head::before {
  content: '';
  position: absolute;
  width: 16vmin;
  height: 20vmin;
  background: var(--black);
  border-radius: 40% 40% 40% 30%;
  transform: rotate(10deg);
}

.snout {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25vmin;
  height: 15vmin;
  background: var(--pink);
  border-radius: 50%;
  bottom: 0;
}

.snout::before {
  content: '';
  left: 8vmin;
  top: 5vmin;
  position: absolute;
  width: 2vmin;
  height: 2vmin;
  border-radius: 50%;
  background: var(--black);
}

.snout::after {
  content: '';
  right: 8vmin;
  top: 5vmin;
  position: absolute;
  width: 2vmin;
  height: 2vmin;
  border-radius: 50%;
  background: var(--black);
}

.mouth {
  position: absolute;
  bottom: 4vmin;
  left: 50%;
  transform: translateX(-50%);
  width: 15vmin;
  height: 5vmin;
  border-radius: 50%;
  box-shadow: 0 0.75vmin 0 var(--black);
}

.eye {
  width: 5vmin;
  height: 5vmin;
  position: absolute;
  border: 2px solid var(--black);
  border-radius: 50%;
  top: 10vmin;
  background: white;
}

.eye::before {
  width: 2vmin;
  height: 2vmin;
  content: '';
  position: absolute;
  background: var(--black);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.eye.left {
  left: 5vmin;
}

.eye.right {
  right: 5vmin;
}

/* COW END */

/* BEE */

.bee {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 90px;
  z-index: 100;
  background-color: #61555a;
  border-radius: 100% 98% 98% 100%;
  box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
  transform: rotate(2deg);
  animation: float 3s infinite;
}

.bee:before, .bee:after {
  display: block;
  content: "";
  position: absolute;
}

.bee:before {
  right: 24px;
  bottom: 57%;
  width: 8px;
  height: 15px;
  border-radius: 100% 100% 88% 88%;
  background-color: #fff;
  box-shadow: 10px 0px 0px -2px #fff;
  animation: blink 7s infinite;
}

.bee:after {
  left: -7px;
  top: 50%;
  width: 20px;
  height: 10px;
  border-radius: 100% 100% 0 0%;
  border-top: 5px solid #61555a;
}

.bee .antennae {
  position: relative;
}

.bee .antennae:before, .bee .antennae:after {
  display: block;
  content: "";
  position: absolute;
}

.bee .antennae:before {
  top: 4px;
  right: 2px;
  height: 32px;
  width: 18px;
  z-index: -1;
  border-left: 4px solid #61555a;
  border-radius: 100% 0 0 100%;
  transform: rotate(30deg);
  animation: antenna 5s infinite;
}

.bee .antennae:after {
  top: -4px;
  right: 20px;
  height: 32px;
  width: 6px;
  z-index: -1;
  border-left: 4px solid #61555a;
  border-radius: 100% 0 0 100%;
  transform: rotate(14deg);
  animation: antenna 10s infinite;
}

.bee .wing {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100% 100% 100% 100%;
}

.bee .wing.one {
  width: 34px;
  height: 52px;
  top: -44px;
  left: 27px;
  box-shadow: inset 6px 1px 0px -4px rgba(0, 0, 0, 0.3);
  transform-origin: 50% 100%;
  transform: rotate(-30deg);
  animation: wings 0.01s infinite;
}

.bee .wing.two {
  width: 32px;
  height: 44px;
  top: -48px;
  left: 32px;
  box-shadow: 3px 1px 0px -1px rgba(0, 0, 0, 0.4);
  transform-origin: 50% 100%;
  transform: rotate(50deg);
  animation: wingstwo 0.01s infinite;
}

.shadow {
  position: absolute;
  width: 90px;
  height: 30px;
  z-index: 10;
  top: 62%;
  left: 50%;
  margin-left: -45px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.20);
  animation: shadow 3s infinite;
}

@keyframes float {
  0% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.20), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    transform: translate(0, 7px);
  }
  50% {
    box-shadow: inset 0px -10px 0px -2px rgba(0, 0, 0, 0.15), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    transform: translate(0, 0);
  }
  100% {
    box-shadow: inset 0px -11px 0px -2px rgba(0, 0, 0, 0.20), inset 32px 0px 0px -20px #61555a, inset 48px 0px 0px -20px #fcd658, inset 58px 0px 0px -20px #61555a, inset 88px 0px 0px -28px #fcd658;
    transform: translate(0, 7px);
  }
}

@keyframes shadow {
  0% {
    margin-left: -49px;
    width: 98px;
  }
  50% {
    margin-left: -45px;
    width: 90px;
  }
  100% {
    margin-left: -49px;
    width: 98px;
  }
}

@keyframes antenna {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-8deg);
  }
  79% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(10deg);
  }
  81% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes blink {
  0% {
    height: 14px;
  }
  30% {
    height: 14px;
  }
  31% {
    height: 1px;
  }
  32% {
    height: 14px;
  }
  88% {
    height: 14px;
  }
  89% {
    height: 1px;
  }
  90% {
    height: 14px;
  }
  100% {
    height: 14px;
  }
}

@keyframes wings {
  0% {
    transform: rotate(-36deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(-36deg);
  }
}

@keyframes wingstwo {
  0% {
    transform: rotate(50deg);
  }
  50% {
    transform: rotate(54deg);
  }
  100% {
    transform: rotate(50deg);
  }
}

html, body {
  height: 100%;
  background-color: #fcfade;
  font-size: 62.5%;
  line-height: 3rem;
}

.v-t {
  display: none;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.v-t .v-tc {
  display: table-cell;
  vertical-align: middle;
}

.background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle, #fffdfd 20%, rgba(230, 230, 230, 0.1) 100%);
}

h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  position: absolute;
  width: 100%;
  z-index: 10;
}

h1 {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.5);
  top: 16%;
}

h2 {
  bottom: 12%;
  font-size: 1.0rem;
  color: rgba(0, 0, 0, 0.35);
}

span {
  font-size: 9.2rem;
  line-height: 98px;
  z-index: 100;
  text-shadow: 0.04em 0.04em 0 #fcfade;
  font-weight: 600;
  color: #58c4b1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  letter-spacing: 0.16em;
}

span:after {
  content: "Bee Mine";
  color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
  position: absolute;
  left: 0.08em;
  top: 0.08em;
  z-index: -1;
  -webkit-mask-image: url(http://jonambas.com/valentines/public/images/mask.png);
}

/* BEE END */

/* make everything not selectable */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.wheel-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  pointer-events: none;
}

#dialog, #dialogEnd, #dialogStart, #welcomeDialog {
  height: 45rem;
  width: 50rem;
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 25px;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#dialogStart {
  background-color: #743c67; /*Pink Lavender*/
}

#dialogStart 

#dialog[open], #dialogEnd[open], #dialogStart[open] {
  -webkit-animation: puff-in-center 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-12-8 19:52:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
 @-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

#dialog button, #dialogStart button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  outline: none;
  background: none;
  color: rgb(91, 48, 7); /*Pink Lavender E0BAD7*/
  font-size: 2rem;
  padding: 1rem 1rem;
  cursor: pointer;
  border-radius: 25px;
}

#welcomeDialog button {
  text-decoration: none;
  /* Place in Bottom Center*/
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  /* Button Style */
  background: #FFCC00; /*GOLDEN POPPY*/
  border: none;
  outline: none;
  color: #013243; /*SHERPA BLUE*/
  font-size: 1rem;
  padding: 1rem 1rem;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

#bumbleebeeEndButton {
  text-decoration: none;
  /* Place in Bottom Center*/
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  /* Button Style */
  background: #FFCC00; /*GOLDEN POPPY*/
  border: none;
  outline: none;
  color: #013243; /*SHERPA BLUE*/
  font-size: 1rem;
  padding: 1rem 1rem;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

#welcomeDialog button:hover {
  transform: translate(-50%, -50%);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

#welcomeDialog button:active {
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.speech-bubble {
  position: absolute;
  top: 50px;
  right: 50px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 40px;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 1.25rem;
}

.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -5px;
  margin-bottom: -10px;
}

#chart {
  width: 500px;
  height: 500px;
}

.chartholder {
  border: 1px solid #743c67; /*Pink Lavender*/
  border-radius: 50%;
}

#question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  text-align: center;
  padding: 0 5rem;
}

#question h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #88557c; /*Pink Lavender*/
  padding: 0;
  margin-bottom: 1rem;
}

#question p {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c2b5bf; /*Pink Lavender*/
  padding: 0;
  margin: 0;
}

#question img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#question button {
  background: #88557c; /*Pink Lavender*/
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease;
}

#question button:hover {
  background: #743c67; /*Pink Lavender*/
}
