@font-face {
  font-family: f;
  src: url("/media/games/choclate-factory/fonts/LilitaOne-Regular.ttf");
}
@font-face {
  font-family: f2;
  src: url("/media/games/choclate-factory/fonts/Burbank Big Condensed Font.otf");
}
#full-area {
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  overflow: hidden;
  user-select: none;
}
#full-area .screamAnim {
  animation: screamAnim 0.2s infinite;
}
#full-area #game-area {
  position: absolute;
  width: 1280px;
  height: 720px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#full-area #game-area #content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  padding: 20px;
  z-index: 999999999;
  background: url("/media/games/choclate-factory/images/background.png");
  background-size: 100%;
  background-position: center center;
}
#full-area #game-area #content #falling-anim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#full-area #game-area #content #falling-anim div {
  position: absolute;
  transform: translateY(-100%);
}
#full-area #game-area #content #falling-anim div img {
  max-width: 50px;
  max-height: 50px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #home-section {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000023;
}
#full-area #game-area #content #home-section #home-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#full-area #game-area #content #home-section #logo {
  height: 550px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  margin-left: 0px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #home-section #home-btns {
  width: 70%;
  margin-left: 11%;
  justify-content: space-around;
  display: flex;
  margin-top: 50px;
}
#full-area #game-area #content #home-section #home-btns img {
  width: 300px;
  cursor: pointer;
}
#full-area #game-area #content .calendar {
  position: absolute;
  left: 100%;
  transform: translateX(-130%);
}
#full-area #game-area #content .calendar img {
  width: 150px;
  position: relative;
}
#full-area #game-area #content .calendar p {
  font-family: f2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  text-align: center;
  font-size: 50px;
  line-height: 40px;
  width: 100%;
  text-wrap: nowrap;
  color: #000;
}
#full-area #game-area #content #toptip-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000023;
  left: 0;
  top: 0;
}
#full-area #game-area #content #toptip-section #top-tip {
  position: absolute;
  left: 50%;
  top: 52%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
#full-area #game-area #content #toptip-section #top-tip h1 {
  position: absolute;
  font-family: f2;
  color: white;
  font-size: 120px;
  text-shadow: 3px 5px rgba(0, 0, 0, 0.624);
  transform: rotate(-30deg) translate(-80px, -140px);
}
#full-area #game-area #content #toptip-section #top-tip img {
  width: 550px;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #toptip-section #alexa-msg {
  width: 100%;
  height: 100px;
  background: #000000b6;
  position: absolute;
  top: 100%;
  display: none;
  transform: translateY(-100%);
  border-top: 5px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.325);
}
#full-area #game-area #content #toptip-section #alexa-msg p {
  color: white;
  font-family: f;
  font-size: 60px;
  padding-left: 30px;
}
#full-area #game-area #content #choose-what-to-make {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000023;
  left: 0;
  top: 0;
}
#full-area #game-area #content #choose-what-to-make .content {
  height: 80%;
  width: 720px;
  background: url("/media/games/choclate-factory/images/chocolate-modal.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #content #choose-what-to-make .content #wwym {
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-top: 150px;
}
#full-area #game-area #content #choose-what-to-make .content .options {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#full-area #game-area #content #choose-what-to-make .content .options div {
  width: 180px;
  height: 193px;
  color: #663233a8;
  background: url("/media/games/choclate-factory/images/choc-menu-tile.png");
  background-size: cover;
  margin: 0 10px;
  cursor: pointer;
  animation: scale 1.5s infinite;
  border-radius: 45px;
  position: relative;
}
#full-area #game-area #content #choose-what-to-make .content .options div img {
  max-height: 100%;
  max-width: 100%;
}
#full-area #game-area #content #choose-what-to-make .content .options div .check {
  width: 30px;
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
  margin: -15px;
  display: none;
}
#full-area #game-area #content #design-section {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000023;
  left: 0;
  top: 0;
}
#full-area #game-area #content #design-section #design-flex {
  display: flex;
  justify-content: space-around;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  margin-top: -10px;
}
#full-area #game-area #content #design-section .bank {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: scale(0.9);
  margin-bottom: -50px;
}
#full-area #game-area #content #design-section #design-options {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  height: 98%;
  justify-content: space-between;
  position: relative;
  top: 49.9%;
  transform: translateY(-50%);
}
#full-area #game-area #content #design-section #design-options .design-option, #full-area #game-area #content #design-section #design-options .rdmBtn {
  width: 50%;
  height: 140px;
  cursor: pointer;
  margin: -75px 0;
}
#full-area #game-area #content #design-section #design-options .design-option img, #full-area #game-area #content #design-section #design-options .rdmBtn img {
  width: 100%;
}
#full-area #game-area #content #design-section #design-options .rdmBtn:active {
  transform: scale(0.9);
  transition: 0.1s;
}
#full-area #game-area #content #design-section #design-preview {
  width: 60%;
  background: url("/media/games/choclate-factory/images/chocolate-modal.png");
  background-size: cover;
  height: 614px;
  position: relative;
  top: 44.4%;
  transform: translateY(-50%);
}
#full-area #game-area #content #design-section #design-preview .txt {
  width: 100%;
  text-align: center;
  font-family: f2;
  font-size: 50px;
  margin-top: 120px;
  color: #6b3020;
  text-shadow: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  opacity: 0.9;
}
#full-area #game-area #content #design-section #design-preview #complete-btn {
  position: absolute;
  width: 35%;
  left: 50%;
  top: 103%;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
#full-area #game-area #content #design-section #design-preview #complete-btn img {
  width: 100%;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #design-section #design-preview .preview {
  width: 73.5%;
  background: url("/media/games/choclate-factory/images/modal-backer.png");
  background-size: cover;
  height: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -20px;
}
#full-area #game-area #content #design-section #design-preview .preview .preview-anim {
  width: 100%;
  height: 100%;
}
#full-area #game-area #content #design-section #design-preview .preview img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #design-section #design-preview p {
  color: white;
  font-family: f;
  font-size: 40px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.585);
  position: relative;
}
#full-area #game-area #content #design-section #design-preview #design-cost {
  font-size: 35px;
  top: -60px;
  left: 180px;
}
#full-area #game-area #content .bank, #full-area #game-area #content .production-cost {
  width: 290px;
  height: 112px;
  background: url("/media/games/choclate-factory/images/empty-box.png");
  background-size: cover;
  margin: 10px;
  padding-top: 10px;
  position: relative;
}
#full-area #game-area #content .bank p, #full-area #game-area #content .production-cost p {
  color: #6b3020;
  font-family: f2;
  font-size: 50px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  width: 100%;
  margin: -5px auto;
  justify-content: center;
  transform: translateY(-50%);
}
#full-area #game-area #content .production-cost {
  left: 100%;
  transform: translateX(-100%) translateY(-100%);
  top: 0;
  margin: 0;
  margin-top: -10px;
  margin-left: -10px;
}
#full-area #game-area #content #sell-info {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000023;
  left: 0;
  top: 0;
}
#full-area #game-area #content #sell-info #back-btn {
  position: absolute;
  width: 290px;
  height: 112px;
  left: 10px;
  bottom: 70px;
  cursor: pointer;
  transition: 0.2s;
}
#full-area #game-area #content #sell-info #back-btn:hover {
  filter: brightness(1.1);
}
#full-area #game-area #content #sell-info #back-btn:active {
  transform: scale(0.95);
}
#full-area #game-area #content #sell-info #back-btn img {
  width: 100%;
}
#full-area #game-area #content #sell-info .content {
  width: 90%;
  max-width: 750px;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
#full-area #game-area #content #sell-info .content .btnAnim {
  width: 37%;
  height: 100px;
  position: relative;
  left: 50%;
  top: 100%;
  transform: translateY(-80%) translateX(-50%) scale(1.15);
  z-index: 9;
}
#full-area #game-area #content #sell-info .content .btn {
  width: 100%;
  height: 100%;
  animation: scale 2s infinite;
  background: url("/media/games/choclate-factory/images/empty-box.png");
  background-size: cover;
}
#full-area #game-area #content #sell-info .content .btn p {
  color: white;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.585);
  font-family: f2;
  font-size: 45px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  padding-top: 5px;
  transform: translateY(-50%);
}
#full-area #game-area #content #sell-info .content .sell-option {
  background: url("/media/games/choclate-factory/images/sep-container.png");
  background-size: cover;
  height: 500px;
  width: 100%;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}
#full-area #game-area #content #sell-info .content .sell-option p {
  color: white;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.585);
  font-family: f2;
  font-size: 80px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 140px;
}
#full-area #game-area #content #sell-info .content .sell-option .slidecontainer {
  width: 60%;
  /* Width of the outside container */
  display: flex;
  margin: 0 auto;
  position: relative;
  left: 0px;
  transform: scale(1.2);
  margin-top: 50px;
}
#full-area #game-area #content #sell-info .content .sell-option .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  background: orange;
  outline: none;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 50px;
  border: 1px solid black;
  box-shadow: none;
}
#full-area #game-area #content #sell-info .content .sell-option .slider:focus,
#full-area #game-area #content #sell-info .content .sell-option .slider:active {
  outline: none;
  box-shadow: none;
}
#full-area #game-area #content #sell-info .content .sell-option .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
#full-area #game-area #content #sell-info .content .sell-option .slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
}
#full-area #game-area #content #sell-info .content .sell-option #range1 {
  background: #b0660f;
}
#full-area #game-area #content #sell-info .content .sell-option #range2 {
  background: #47851a;
}
#full-area #game-area #content #sell-info .content .sell-option #range3 {
  background: #4c1a85;
}
#full-area #game-area #content #sell-info .content .sell-option .slider::-webkit-slider-thumb:focus {
  opacity: 1;
  transform: scale(0.9);
}
#full-area #game-area #content #sell-info .content .sell-option #range1::-webkit-slider-thumb {
  width: 60px;
  height: 60px;
  background: url("/media/games/choclate-factory/images/range1.png") center/cover no-repeat;
  cursor: pointer;
}
#full-area #game-area #content #sell-info .content .sell-option #range2::-webkit-slider-thumb {
  width: 60px;
  height: 60px;
  background: url("/media/games/choclate-factory/images/range2.png") center/cover no-repeat;
  cursor: pointer;
}
#full-area #game-area #content #sell-info .content .sell-option #range3::-webkit-slider-thumb,
#full-area #game-area #content #sell-info .content .sell-option #range3-cup::-webkit-slider-thumb,
#full-area #game-area #content #sell-info .content .sell-option #range3-ice::-webkit-slider-thumb {
  width: 80px;
  height: 80px;
  transform: rotate(30deg);
  cursor: pointer;
}
#full-area #game-area #content #sell-info .content .sell-option .ice-range::-webkit-slider-thumb {
  background: url("/media/games/choclate-factory/images/ice.png") center/cover no-repeat;
}
#full-area #game-area #content #sell-info .content .sell-option .cup-range::-webkit-slider-thumb {
  background: url("/media/games/choclate-factory/images/cup.png") center/cover no-repeat;
}
#full-area #game-area #content #sell-info .content .sell-option .bar-range::-webkit-slider-thumb {
  background: url("/media/games/choclate-factory/images/bar.png") center/cover no-repeat;
}
#full-area #game-area #content #sell-info .content .sell-option input[type=range]::-webkit-slider-thumb {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
#full-area #game-area #content #selling-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: #00000023;
}
#full-area #game-area #content #selling-section #timer {
  position: absolute;
  font-size: 80px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 0 5px 0px darkcyan;
  font-family: f2;
  width: 300px;
  left: calc( 50% - 150px );
}
#full-area #game-area #content #selling-section #timer.scaleP {
  animation: scaleP 0.8s ease-out 1;
  animation-fill-mode: forwards;
}
@keyframes scaleP {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#full-area #game-area #content #selling-section #roller {
  width: 100000px;
  height: 150px;
  background: url("/media/games/choclate-factory/images/roller.png");
  background-size: contain;
  position: absolute;
  top: 60%;
}
#full-area #game-area #content #selling-section #roller .preview {
  width: 200px;
  height: 100px;
  position: absolute;
  margin-top: 0px;
  left: 0;
  border-radius: 2000px;
  top: 0;
}
#full-area #game-area #content #selling-section #roller .preview .preview-anim {
  width: auto;
  height: 150%;
  position: relative;
  animation: sellAnim 1.5s infinite;
  transform: scale(1) translateY(-50%);
}
#full-area #game-area #content #selling-section #roller .preview img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #selling-section .content {
  width: 35%;
  height: 80%;
  background: url("/media/games/choclate-factory/images/small-choc-modal.png");
  background-size: cover;
  position: absolute;
  left: 2%;
  top: 45%;
  transform: translateY(-50%) scale(0.9);
}
#full-area #game-area #content #selling-section .content #selling-billboards, #full-area #game-area #content #selling-section .content #selling-quantity {
  width: 65%;
  height: 155px;
  background: #000;
  margin-bottom: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url("/media/games/choclate-factory/images/modal-backer.png");
  background-size: cover;
  margin-left: -2%;
  padding: 10px;
  display: flex;
  margin-top: 15px;
}
#full-area #game-area #content #selling-section .content #selling-billboards .preview, #full-area #game-area #content #selling-section .content #selling-quantity .preview {
  width: 50%;
  height: 100%;
  position: relative;
  margin-top: 0px;
  left: 0;
  animation: logoAnim 1.5s infinite;
}
#full-area #game-area #content #selling-section .content #selling-billboards .preview .preview-anim, #full-area #game-area #content #selling-section .content #selling-quantity .preview .preview-anim {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1);
}
#full-area #game-area #content #selling-section .content #selling-billboards .preview img, #full-area #game-area #content #selling-section .content #selling-quantity .preview img {
  width: 140%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#full-area #game-area #content #selling-section .content #selling-billboards:nth-child(1), #full-area #game-area #content #selling-section .content #selling-quantity:nth-child(1) {
  margin-top: 100px;
}
#full-area #game-area #content #selling-section .content #selling-billboards .img, #full-area #game-area #content #selling-section .content #selling-quantity .img {
  max-height: 100%;
  max-width: 50%;
  animation: logoAnim 1.5s infinite;
}
#full-area #game-area #content #selling-section .content #selling-billboards p, #full-area #game-area #content #selling-section .content #selling-quantity p {
  font-size: 50px;
  font-family: f2;
  color: #6b3020;
  text-align: center;
  width: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
}
#full-area #game-area #content #selling-section .content .btnAnim {
  cursor: default;
  width: 60%;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(-80%) translateX(-50%) scale(1.15);
  margin-left: -2%;
}
#full-area #game-area #content #selling-section .content .btn {
  width: 100%;
  height: 100%;
  background: url("/media/games/choclate-factory/images/empty-box.png");
  background-size: cover;
  cursor: default;
}
#full-area #game-area #content #selling-section .content .btn p {
  color: #6b3020;
  font-family: f2;
  font-size: 40px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#full-area #game-area #content #selling-section .content h2 {
  font-family: f2;
  color: #6b3020;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: -2%;
}
#full-area #game-area #content #end-section {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
  background: #00000023;
}
#full-area #game-area #content #end-section .content {
  width: 100%;
  left: 0%;
  height: 100%;
  position: relative;
  top: 0;
  background-size: cover;
}
#full-area #game-area #content #end-section .content h1 {
  font-family: f2;
  color: #f3d66e;
  text-align: center;
  font-size: 70px;
  text-shadow: 5px 5px #6b3020;
}
#full-area #game-area #content #end-section .content #game-over {
  width: 60%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}
#full-area #game-area #content #end-section .content #game-over img {
  width: 100%;
}
#full-area #game-area #content #end-section .content #logo2 {
  height: 50%;
  display: flex;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 2;
  position: relative;
  top: -20px;
  animation: logoAnim 1.3s infinite;
}
#full-area #game-area #content #end-section .content #end-btns {
  left: 50%;
  top: 69%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  padding-top: 0px;
  display: flex;
  margin-left: 5px;
  justify-content: center;
  width: 50%;
  padding: 20px 0;
  padding-bottom: 30px;
  border-radius: 50px;
}
#full-area #game-area #content #end-section .content #end-btns img {
  height: 130px;
  cursor: pointer;
  margin: 0px 20px;
  margin-bottom: -20px;
  display: flex;
  animation: scale 1.5s infinite;
}
#full-area #game-area #content #play-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}
#full-area #game-area #content #play-section .content {
  position: relative;
  height: 100%;
  width: 100%;
}
#full-area #game-area #content #scoreboard-section {
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000097;
}
#full-area #game-area #content #scoreboard-section h1 {
  color: white;
  font-family: f2;
  font-size: 70px;
  text-align: center;
  color: black;
  letter-spacing: 10px;
  top: 120px;
  width: 100%;
  z-index: 2;
  position: absolute;
}
#full-area #game-area #content #scoreboard-section #back-btn {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%);
  margin: -5px -25px;
  cursor: pointer;
  z-index: 1;
  cursor: pointer;
}
#full-area #game-area #content #scoreboard-section #back-btn img {
  width: 200px;
}
#full-area #game-area #content #scoreboard-section #back-btn p {
  font-size: 50px;
  color: white;
  font-family: f;
  padding: 0 30px;
  border: 2px solid white;
  border-radius: 15px;
  background: #000000a1;
}
#full-area #game-area #content #scoreboard-section #scores {
  width: 67%;
  height: 520px;
  position: absolute;
  background: url("/media/games/choclate-factory/images/parchment.png");
  background-size: cover;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) scale(1.1);
  padding-top: 175px;
}
#full-area #game-area #content #scoreboard-section #scores h6 {
  color: black;
  font-family: f;
  font-size: 70px;
  position: relative;
  width: 75%;
  text-align: center;
  top: 20%;
  transform: translateY(-100%);
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
  margin-bottom: 20px;
}
#full-area #game-area #content #scoreboard-section #scores p {
  color: black;
  font-family: f2;
  letter-spacing: 5px;
  font-size: 35px;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.716);
  margin: -37px 0;
  margin-left: 220px;
}
#full-area #game-area #content #scoreboard-section #scores p img {
  height: 50px;
  margin-right: 20px;
  margin-top: -10px;
  margin-left: 5px;
}
#full-area #game-area #content #scoreboard-section #scores p span:nth-child(1) {
  position: relative;
  top: 10px;
  font-size: 65px;
  margin-right: 50px;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.716);
}

.end {
  animation: end 1s ease-out;
  animation-fill-mode: forwards;
}

@keyframes sellAnim {
  0% {
    transform: translateY(-70%) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(-70%) scale(1.1) rotate(10deg);
  }
  100% {
    transform: translateY(-70%) scale(1) rotate(0deg);
  }
}
@keyframes highlightAnim {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes btnAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoAnim {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(0.96) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes seqAnim {
  0% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
  50% {
    transform: scale(0.96) rotate(-5deg);
    transform-origin: bottom right;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    transform-origin: bottom right;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  #full-area #game-area #content {
    background: url("/media/games/choclate-factory/images/background.png");
    background-size: cover;
    background-position: center center;
  }
  #full-area #game-area #content #home-section #logo {
    height: 400px;
    margin-top: 330px;
  }
  #full-area #game-area #content #toptip-section #top-tip {
    left: 55%;
  }
  #full-area #game-area #content #choose-what-to-make .content {
    background: none;
  }
  #full-area #game-area #content #choose-what-to-make .content #wwym {
    width: 90%;
    margin-top: 220px;
  }
  #full-area #game-area #content #choose-what-to-make .content .options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 220vw;
    margin-left: 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding-top: 30px;
  }
  #full-area #game-area #content #choose-what-to-make .content .options div {
    width: 78vw;
    height: 50vw;
    background: url("/media/games/choclate-factory/images/mobile/panel.png");
    background-size: cover;
    margin: 20px;
    border-radius: 0;
  }
  #full-area #game-area #content #choose-what-to-make .content .options div img {
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    top: 47%;
    height: 93%;
  }
  #full-area #game-area #content #choose-what-to-make .content .options div .check {
    height: auto;
    width: 40px;
    max-height: 40px;
    margin: -35px;
  }
  #full-area #game-area #content #design-section {
    width: 100%;
  }
  #full-area #game-area #content #design-section #design-options {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    height: 25%;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: 53%;
    z-index: 2;
    transform: scale(0.95);
  }
  #full-area #game-area #content #design-section #design-options .bank {
    position: absolute;
    margin-top: -100px;
    left: 0;
    top: -150px;
    transform: scale(0.8);
    left: 70px;
  }
  #full-area #game-area #content #design-section #design-options .design-option {
    width: 30%;
    margin: 0;
  }
  #full-area #game-area #content #design-section #design-options .rdmBtn {
    width: 30%;
    position: relative;
    height: auto;
    margin: 0;
  }
  #full-area #game-area #content #design-section #design-preview {
    position: absolute;
    width: 97%;
    top: 1%;
    transform: scale(0.95);
  }
  #full-area #game-area #content .production-cost {
    left: 100%;
    top: 0;
    position: absolute;
    transform: translate(-100%, 0%);
    margin-top: 10px;
    margin-left: -10px;
  }
  #full-area #game-area #content #selling-section #timer {
    left: calc( 50% - 450px );
  }
  #full-area #game-area #content #selling-section #roller {
    margin-top: 35px;
  }
  #full-area #game-area #content #selling-section .content {
    background: url("/media/games/choclate-factory/images/chocolate-modal.png");
    background-size: cover;
    width: 95%;
    height: 600px;
    top: 350px;
  }
  #full-area #game-area #content #selling-section .content h2 {
    display: none;
  }
  #full-area #game-area #content #selling-section .content .btnAnim {
    top: 100%;
    position: relative;
    height: 175px;
    margin-left: 5px;
    margin-top: 30px;
  }
  #full-area #game-area #content #selling-section .content .btn p {
    font-size: 70px;
  }
  #full-area #game-area #content #selling-section .content #selling-quantity, #full-area #game-area #content #selling-section .content #selling-billboards {
    width: 76vw;
    height: 40vw;
    top: 30px;
    margin-left: 10px;
  }
  #full-area #game-area #content #selling-section .content #selling-quantity p, #full-area #game-area #content #selling-section .content #selling-billboards p {
    font-size: 80px;
    padding-top: 10px;
    margin-left: -10px;
  }
  #full-area #game-area #content .calendar {
    z-index: 2;
  }
  #full-area #game-area #content #sell-info .content {
    width: 94%;
    height: 70%;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 52%;
  }
  #full-area #game-area #content #sell-info .content .btn {
    width: 350px;
    height: 134px;
    margin: 0;
    margin-top: -100px;
    margin-left: -50px;
  }
  #full-area #game-area #content #sell-info .content .btn p {
    font-size: 54px;
    margin-top: 4px;
  }
  #full-area #game-area #content #sell-info .content .sell-option {
    transform: translateY(-50%) scale(1);
    top: 50%;
    margin-left: -20px;
    margin-top: 50px;
  }
  #full-area #game-area #content #sell-info .content .sell-option p {
    font-size: 80px;
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 400px;
    margin-top: 90px;
  }
  #full-area #game-area #content #end-section .content #empire-money {
    font-size: 100px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: -130px;
    width: 80%;
    margin-left: -110px;
    display: flex;
    flex-wrap: wrap;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 0;
    top: 0;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 200px;
    margin: 0px auto;
  }
}
@media (width: 960px) and (height: 480px) {
  #full-area #game-area {
    width: 960px;
    height: 480px;
  }
  #full-area #game-area #content .btnn {
    width: 250px;
    font-size: 25px;
  }
  #full-area #game-area #content #comment h1 {
    font-size: 50px;
    line-height: 80px;
  }
  #full-area #game-area #content #home-section #logo {
    height: 300px;
    max-height: 950px;
    margin-top: 40px;
    margin-left: 20px;
  }
  #full-area #game-area #content #home-section #home-btns {
    width: 90%;
    margin-left: -1%;
    justify-content: space-around;
    display: flex;
    margin-top: 0px;
    transform: scale(0.6);
  }
  #full-area #game-area #content #toptip-section #top-tip h1 {
    font-size: 80px;
    transform: rotate(-30deg) translate(-80px, -80px);
  }
  #full-area #game-area #content #toptip-section #top-tip img {
    width: 350px;
  }
  #full-area #game-area #content #choose-what-to-make .content {
    margin-top: 25px;
    height: 150%;
  }
  #full-area #game-area #content #design-section {
    width: 110%;
  }
  #full-area #game-area #content #design-section #design-flex {
    margin-top: -40px;
  }
  #full-area #game-area #content #design-section #design-preview {
    width: 100%;
    height: 595px;
    margin-top: 25px;
    transform: scale(0.75) translateY(-57%);
  }
  #full-area #game-area #content #design-section .bank {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    transform: scale(0.9);
    margin-bottom: 10px;
  }
  #full-area #game-area #content #design-section #design-options {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    height: 98%;
    justify-content: space-between;
    position: relative;
    top: 49.9%;
    transform: translateY(-50%);
  }
  #full-area #game-area #content #design-section #design-options .design-option, #full-area #game-area #content #design-section #design-options .rdmBtn {
    width: 50%;
    height: 140px;
    cursor: pointer;
    margin: -25px 0;
  }
  #full-area #game-area #content #design-section #design-options .design-option img, #full-area #game-area #content #design-section #design-options .rdmBtn img {
    width: 100%;
  }
  #full-area #game-area #content #design-section #design-options .rdmBtn:active {
    transform: scale(0.9);
    transition: 0.1s;
  }
  #full-area #game-area #content #play-section {
    width: 130%;
    margin-left: -15%;
  }
  #full-area #game-area #content #play-section .content {
    transform: scale(0.65);
  }
  #full-area #game-area #content #sell-info #back-btn {
    width: 230px;
    margin: 0 -20px;
    bottom: -20px;
    transform: scale(0.8);
  }
  #full-area #game-area #content #sell-info .bank {
    width: 230px;
    height: 90px;
    transform: scale(0.8);
    margin: 0 -20px;
  }
  #full-area #game-area #content #sell-info .bank p {
    font-size: 40px;
  }
  #full-area #game-area #content #sell-info .content {
    height: 450px;
  }
  #full-area #game-area #content #sell-info .content .btnAnim {
    transform: translateY(-82%) translateX(-50%) scale(0.8);
    text-wrap: nowrap;
    width: 260px;
  }
  #full-area #game-area #content #sell-info .content .sell-option {
    height: 430px;
    width: 650px;
    margin-left: 50px;
  }
  #full-area #game-area #content #sell-info .content .btn {
    width: 260px;
    height: 100px;
    margin-top: 40px;
    margin-left: 0px;
  }
  #full-area #game-area #content #sell-info .content .btn p {
    font-size: 45px;
  }
  #full-area #game-area #content .production-cost {
    width: 230px;
    height: 90px;
    transform: scale(0.8);
    margin-top: -90px;
    margin-left: -10px;
    left: 79%;
  }
  #full-area #game-area #content .production-cost p {
    font-size: 40px;
  }
  #full-area #game-area #content #selling-section #roller {
    height: 100px;
  }
  #full-area #game-area #content #selling-section #roller .preview {
    width: 200px;
    height: 70px;
  }
  #full-area #game-area #content #selling-section .content {
    height: 550px;
    width: 450px;
    margin-top: 5px;
    margin-left: -50px;
  }
  #full-area #game-area #content #selling-section .content .btnAnim {
    margin-top: 30px;
  }
  #full-area #game-area #content #end-section .content {
    width: 140%;
    margin-left: -20%;
    transform: scale(0.6);
  }
  #full-area #game-area #content #end-section .content #logo2 {
    height: 360px;
    margin-top: -50px;
  }
  #full-area #game-area #content #end-section .content #end-btns {
    margin-top: 250px;
  }
  #full-area #game-area #content #end-section .content #end-btns img {
    height: 140px;
  }
  #full-area #game-area #content #scoreboard-section h1 {
    font-size: 30px;
    -webkit-text-stroke: 1px darkred;
    left: 60%;
    top: 10%;
  }
  #full-area #game-area #content #scoreboard-section #scores {
    width: 1000px;
    transform: translate(-50%, -50%) scale(0.65);
  }
  #full-area #game-area #content #scoreboard-section #back-btn {
    margin: -10px 0px;
    transform: translate(-100%, -100%) scale(0.8);
  }
}
/*# sourceMappingURL=index.css.map */

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