@font-face {
  font-family: "Lem";
  src: url("fonts/Lemon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Digi";
  src: url("fonts/DS-DIGI.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Kaph";
  src: url("fonts/Kaph-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Liber";
  src: url("fonts/LiberationSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#thumb_for_links {
  height: 0;
  opacity: 0;
  width: 0;
  display: block;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Liber";
  font-weight: 500;
}

#loading {
  top: 40vh;
  position: fixed;
  width: 100%;
  font-family: "Kaph";
  z-index: 999;
  text-align: center;
}

#loading h1 {
  font-family: "Kaph";
}

body {
  font-family: "Liber";
  overflow-x: hidden;
  --scrollbar-width: calc(100vw - 100%);
  --squaresize: calc(100vw - var(--scrollbar-width));
  --paint-color: darkblue;
  --motionreel: white;
}

img {
  width: 100%;
  display: block;
}

button {
  cursor: pointer;
}
/*Animation Start*********************************************************************************/

.animation-header-container {
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  background-color: white;
}

.addGoodbye {
  animation: sayGoodbye 4s forwards;
}

@keyframes sayGoodbye {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  99% {
    opacity: 0;
    height: 100vh;
  }

  100% {
    opacity: 0;
    height: 0vh;
  }
}

.anime-container-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(100vw, 100vh);
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
  background-color: white;
}

.anime-container {
  width: min(100vw, 100vh);
  height: min(100vw, 100vh);
  min-width: 300px;
  min-height: 300px;
  position: relative;
}

.anime-resize-container {
  position: absolute;
  left: -10%;
  width: 85%;
  height: 90%;
  transform: translateX(-200%) translateY(20%) scale(0.6);
}

.addMoveMe {
  animation: moveMe 3s forwards;
}

@keyframes moveMe {
  0% {
    transform: translateX(-100%) translateY(20%) scale(0.6);
  }

  25% {
    transform: translateX(0%) translateY(0%) scale(1);
  }

  75% {
    transform: translateX(0%) translateY(0%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(200%) translateY(0%) scale(1.4);
    opacity: 0;
  }
}

.arm-fg-container {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 90%;
  height: 90%;
}

.addMoveArmOne {
  animation: moveArmOne 1s forwards;
}

@keyframes moveArmOne {
  0% {
    transform: rotate(160deg) translateX(-38%) translateY(-120%);
  }

  72% {
    opacity: 1;
  }
  73% {
    transform: rotate(160deg) translateX(-38%) translateY(-120%);
    opacity: 0;
  }

  74% {
    opacity: 0;
    transform: rotate(0deg) translateX(0%) translateY(8%) scaleY(0.8);
  }

  75% {
    opacity: 1;
    transform: rotate(0deg) translateX(0%) translateY(8%);
  }

  76% {
    transform: rotate(0deg) translateX(0%) translateY(4%);
  }

  100% {
  }
}

.anime-resize-container-body {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hat-shade {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 8%;
  left: 24.5%;
  border-radius: 50%;
  background-color: #8b0000;
}

.hat-one {
  position: absolute;
  width: 55%;
  height: 50%;
  top: 6%;
  left: 21%;
  border-radius: 50%;
  background-color: #9f0000;
}

.hat-shade-two {
  position: absolute;
  width: 56%;
  height: 50%;
  top: 7%;
  left: 19%;
  border-radius: 50%;
  background-color: #8b0000;
}

.hat-two {
  position: absolute;
  width: 56%;
  height: 50%;
  top: 10%;
  left: 19%;
  border-radius: 50%;
  background-color: #9f0000;
}

.ear-left {
  position: absolute;
  top: 27%;
  left: 18%;
  height: 18%;
  width: 15%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.ear-left-black {
  position: absolute;
  width: 40%;
  height: 50%;
  left: 20%;
  top: 20%;
  border-radius: 50%;
  background-color: black;
}

.ear-left-cover {
  position: absolute;
  width: 40%;
  height: 50%;
  left: 19%;
  top: 22%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.ear-right {
  position: absolute;
  top: 27%;
  left: 67%;
  height: 18%;
  width: 15%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.ear-right-black {
  position: absolute;
  width: 40%;
  height: 50%;
  left: 40%;
  top: 20%;
  border-radius: 50%;
  background-color: black;
}

.ear-right-cover {
  position: absolute;
  width: 40%;
  height: 50%;
  left: 41%;
  top: 22%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.left-brow {
  position: absolute;
  background-color: #392613;
  top: 24%;
  left: 20%;
  width: 20%;
  height: 10%;
  border-radius: 50%;
}

.left-brow-cover {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 30%;
  border-radius: 50% 50% 0 0;
  background-color: #ffdbac;
}

.right-brow {
  transform: scaleX(-1);
  position: absolute;
  background-color: #392613;
  top: 24%;
  left: 59%;
  width: 20%;
  height: 10%;
  border-radius: 50%;
}

.right-brow-cover {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 30%;
  border-radius: 50% 50% 0 0;
  background-color: #ffdbac;
}

.face-container {
  position: absolute;
  left: 25%;
  top: 10%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #392613;
}

.face-skin {
  position: absolute;
  left: 5%;
  top: 0%;
  width: 90%;
  height: 90%;
  background-color: #ffdbac;
  border-radius: 50%;
  overflow: hidden;
}

.left-eye {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 10%;
  height: 10%;
  background-color: black;
  border-radius: 50%;
}

.left-eye-dot {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 20%;
  height: 20%;
  background-color: white;
  border-radius: 50%;
}

.left-eye-cover {
  position: absolute;
  width: 105%;
  height: 105%;
  top: 10%;
  left: -2.5%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.right-eye {
  position: absolute;
  top: 30%;
  left: 60%;
  width: 10%;
  height: 10%;
  background-color: black;
  border-radius: 50%;
}

.right-eye-dot {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 20%;
  height: 20%;
  background-color: white;
  border-radius: 50%;
}

.right-eye-cover {
  position: absolute;
  width: 105%;
  height: 105%;
  top: 10%;
  left: -2.5%;
  border-radius: 50%;
  background-color: #ffdbac;
}

.addCloseEyes {
  animation: closeEyes 2s forwards;
}

@keyframes closeEyes {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  51% {
    opacity: 1;
  }
}

.beard-one {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  border-radius: 50%;
  background-color: #392613;
}

.hair-one {
  position: absolute;
  left: 24%;
  top: -4%;
  width: 100%;
  height: 25%;
  border-radius: 50%;
  background-color: #392613;
}

.hair-two {
  transform: rotate(30deg);
  position: absolute;
  left: -2%;
  top: -5%;
  width: 25%;
  height: 40%;
  border-radius: 50%;
  background-color: #392613;
}

.hair-three {
  transform: rotate(-30deg);
  position: absolute;
  left: 80%;
  top: -5%;
  width: 25%;
  height: 40%;
  border-radius: 50%;
  background-color: #392613;
}

.smile {
  transform: rotate(3deg) scale(1);
  position: absolute;
  top: 30%;
  left: 50%;
  width: 40%;
  height: 50%;
  border-radius: 8% 8% 50% 50%;
  background-color: black;
  overflow: hidden;
}

.addOh {
  animation: oh 2s forwards;
}

@keyframes oh {
  0% {
    border-radius: 50%;
    width: 10%;
    height: 10%;
    transform: rotate(3deg) scale(0.2) translateX(-130%);
  }

  45% {
    border-radius: 50%;
    width: 10%;
    height: 10%;
    transform: rotate(3deg) scale(0.2) translateX(-90%);
  }

  60% {
    transform: rotate(3deg) scale(1) translateX(-60%);
  }

  100% {
    transform: rotate(3deg) scale(1) translateX(-60%);
  }
}

.smile-color {
  position: absolute;
  top: 2%;
  left: 1%;
  width: 100%;
  height: 100%;
  border-radius: 8% 8% 50% 50%;
  background-color: white;
}

.smile-line {
  transform: rotate(-2deg);
  position: absolute;
  top: 40%;
  width: 100%;
  height: 2%;
  background-color: black;
}

.nose {
  position: absolute;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  top: 40%;
  left: 41%;
  background-color: black;
}

.nose-color {
  background-color: #ffdbac;
  position: absolute;
  width: 100%;
  top: 2%;
  left: -2%;
  height: 100%;
  border-radius: 50%;
}

.neck {
  position: absolute;
  top: 40%;
  left: 37%;
  width: 20%;
  height: 30%;
  background-color: #ffdbac;
  overflow: hidden;
}

.neck-shade {
  position: absolute;
  background-color: #d9ba92;
  top: 22%;
  left: -7%;
  width: 130%;
  height: 50%;
  border-radius: 50%;
}

.char-body {
  position: absolute;
  top: 65%;
  left: 22%;
  height: 100%;
  width: 50%;
  border-radius: 30%;

  background-color: darkblue;
  overflow: hidden;
}

.char-body-neck {
  position: absolute;
  background-color: #d9ba92;
  left: 22%;
  width: 55%;
  height: 10%;
  border-radius: 50%;
  overflow: hidden;
}

.char-body-neck-cover {
  position: absolute;
  top: -12%;
  width: 100%;
  height: 100%;
  background-color: #ffdbac;
  border-radius: 50%;
}

.hand {
  transform: rotate(10deg);
  position: absolute;
  left: 93%;
  top: 36%;
  width: 23%;
  height: 20%;
  border-radius: 40% 40% 50% 30%;
  background-color: #ffdbac;
}

.thumb {
  transform: rotate(24deg);
  position: absolute;
  background-color: #ffdbac;
  top: 50%;
  left: -40%;
  width: 70%;
  height: 35%;
  border-radius: 60% 10% 10% 40%;
}

.pointer {
  transform: rotate(-10deg);
  position: absolute;
  background-color: #ffdbac;
  top: -65%;
  left: -6%;
  width: 24%;
  height: 100%;
  border-radius: 40% 60% 0 0;
}

.middle {
  transform: rotate(-4deg);
  position: absolute;
  background-color: #ffdbac;
  top: -85%;
  left: 22%;
  width: 26%;
  height: 110%;
  border-radius: 40% 60% 0 0;
}

.ring {
  transform: rotate(4deg);
  position: absolute;
  background-color: #ffdbac;
  top: -75%;
  left: 54%;
  width: 24%;
  height: 100%;
  border-radius: 40% 60% 0 0;
}

.pinky {
  transform: rotate(10deg);
  position: absolute;
  background-color: #ffdbac;
  top: -50%;
  left: 80%;
  width: 24%;
  height: 90%;
  border-radius: 40% 60% 0 0;
}

.hand-line {
  position: absolute;
  width: 45%;
  height: 30%;
  top: 50%;
  left: 5%;
  background-color: black;
  border-radius: 20% 60%;
}
.hand-line-cover {
  position: absolute;
  width: 47%;
  height: 30%;
  top: 51%;
  left: 4%;
  background-color: #ffdbac;
  border-radius: 20% 60%;
}

.hand-line-two {
  position: absolute;
  width: 80%;
  height: 30%;
  top: 10%;
  left: 8%;
  background-color: black;
  border-radius: 10% 60%;
}
.hand-line-two-cover {
  position: absolute;
  width: 84%;
  height: 30%;
  top: 11%;
  left: 6%;
  background-color: #ffdbac;
  border-radius: 10% 60%;
}

.forearm {
  transform: rotate(14deg);
  top: 60%;
  left: 83%;
  height: 50%;
  width: 20%;
  position: absolute;
  background-color: #ffdbac;
  border-radius: 60% 10% 50% 20%;
}

.sleeve-one {
  transform: rotate(8deg);
  position: absolute;
  background-color: #000060;
  left: -16%;
  top: 58%;
  width: 128%;
  height: 20%;
  border-radius: 20% 40% 30% 50%;
}

.sleeve-two {
  transform: rotate(4deg);
  position: absolute;
  background-color: #000060;
  left: -22%;
  top: 66%;
  width: 136%;
  height: 20%;
  border-radius: 20% 40% 30% 50%;
}

.sleeve-three {
  transform: rotate(4deg);
  position: absolute;
  background-color: #000060;
  left: -21%;
  top: 66%;
  width: 131%;
  height: 40%;
  border-radius: 20% 40% 50% 50%;
}

.sleeve-four {
  transform: rotate(4deg);
  position: absolute;
  background-color: darkblue;
  left: -19%;
  top: 67%;
  width: 128%;
  height: 42%;
  border-radius: 20% 40% 50% 50%;
}

.forearm-cover-shadow {
  position: absolute;
  transform: rotate(12deg);
  width: 101%;
  height: 20%;
  background-color: #d9ba92;
  border-radius: 50%;
  top: 51%;
  left: -1%;
}

.forearm-cover {
  position: absolute;
  transform: rotate(10deg);
  width: 100.5%;
  height: 20%;
  background-color: #ffdbac;
  border-radius: 50%;
  top: 49%;
}

.wrist {
  position: absolute;
  top: -20%;
  left: 20%;
  width: 80%;
  height: 100%;
  background-color: #ffdbac;
  overflow: hidden;
  border-radius: 10%;
}

.wrist-shadow {
  background-color: #d9ba92;
  width: 120%;
  height: 20%;
  position: absolute;
  border-radius: 50%;
  transform: rotate(-12deg);
  top: -8%;
  left: -24%;
}

.bicep {
  position: absolute;
  background-color: darkblue;
  width: 30%;
  height: 50%;
  border-radius: 10% 50%;
  left: 50%;
  top: 67%;
  transform: rotate(-20deg);
}

.bicep-left {
  position: absolute;
  background-color: darkblue;
  width: 30%;
  height: 60%;
  border-radius: 10% 50%;
  left: 14%;
  top: 66%;
  transform: rotate(20deg) scaleX(-1);
}

.hi {
  opacity: 0;
  left: 70%;
  top: 5%;
  width: 15%;
  height: 15%;
  position: absolute;
}

.addSayHi {
  animation: sayHi 3s forwards;
}

@keyframes sayHi {
  0% {
    transform: translateY(20%) translateX(0%);
    opacity: 0;
  }

  34% {
    transform: translateY(20%) translateX(0%);
    opacity: 0;
  }

  75% {
    transform: translateY(0%) translateX(0%);
    opacity: 1;
  }

  100% {
    transform: translateY(0%) translateX(1000%);
    opacity: 0;
  }
}

.hOne {
  position: absolute;
  border-radius: 20% 80%;
  height: 100%;
  width: 20%;
  background-color: black;
}

.hTwo {
  position: absolute;

  border-radius: 40% 60%;
  left: 50%;
  height: 100%;
  width: 20%;
  background-color: black;
}

.hThree {
  position: absolute;
  border-radius: 40% 60%;
  left: -10%;
  top: 40%;
  height: 20%;
  width: 80%;
  background-color: black;
}

.iOne {
  position: absolute;
  border-radius: 50%;
  left: 78%;
  height: 20%;
  width: 50%;
  background-color: black;
}

.iTwo {
  position: absolute;
  border-radius: 50%;
  left: 80%;
  top: 80%;
  height: 20%;
  width: 50%;
  background-color: black;
}

.iThree {
  position: absolute;
  border-radius: 40% 60%;
  left: 95%;
  height: 90%;
  width: 20%;
  background-color: black;
}

/*Animation End*********************************************************************************/

/*Navigation************************************************************************************/

#nav_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 12vw;
  height: 12vw;
  z-index: 50;
}

@media (min-width: 768px) {
  #nav_menu {
    width: 6vw;
    height: 6vw;
  }
}

#paint-bucket-container {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
}

.paint-bucket-container-anime-in {
  animation: paintBucketNav 0.75s forwards;
}

@keyframes paintBucketNav {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-100deg);
  }
}

.paint-bucket-container-anime-out {
  animation: paintBucketNavTwo 0.95s forwards;
}

@keyframes paintBucketNavTwo {
  0% {
    transform: rotate(-80deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.paint-bucket-bottom-rim {
  position: absolute;
  top: 80%;
  left: 13%;
  width: 74%;
  height: 15%;
  background-color: darkslategrey;
  border-radius: 50%;
}

.paint-bucket-bottom {
  position: absolute;
  top: 77%;
  left: 15%;
  width: 70%;
  height: 15%;
  background-color: grey;
  border-radius: 50%;
}

.paint-bucket {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  background-color: grey;
}

.paint-bucket-handle-front {
  transform: rotate(-20deg);
  position: absolute;
  left: -10%;
  top: -11%;
  width: 80%;
  height: 50%;
  border: solid calc(0.5vw) darkgrey;
  border-color: transparent transparent darkgrey transparent;
  border-radius: 50%;
}

.paint-bucket-handle-back {
  transform: rotate(-20deg);
  position: absolute;
  left: 2%;
  top: 22%;
  width: 80%;
  height: 50%;
  border: solid calc(0.5vw) darkgrey;
  border-color: darkgrey transparent transparent transparent;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .paint-bucket-handle-front {
    border: solid calc(0.25vw) darkgrey;
    border-color: transparent transparent darkgrey transparent;
  }

  .paint-bucket-handle-back {
    border: solid calc(0.25vw) darkgrey;
    border-color: darkgrey transparent transparent transparent;
  }
}

.paint-bucket-top-rim {
  position: absolute;
  top: 10%;
  left: 13%;
  width: 74%;
  height: 15%;
  background-color: darkslategrey;
  border-radius: 50%;
}

#paint-bucket-top-paint-inside {
  position: absolute;
  top: 13%;
  left: 19%;
  width: 62%;
  height: 8%;
  background-color: black;
  border-radius: 50%;
}

.paint-bucket-bar-one {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 44%;
  height: 5%;
  background-color: #333;
}

.paint-bucket-bar-two {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 54%;
  height: 5%;
  background-color: #333;
}

.paint-bucket-bar-three {
  position: absolute;
  width: 30%;
  left: 35%;
  top: 64%;
  height: 5%;
  background-color: #333;
}

#paint-bucket-top-paint {
  position: absolute;
  top: 13%;
  left: 19%;
  width: 62%;
  height: 8%;
  background-color: var(--paint-color);
  border-radius: 50%;
  transform: scale(1, 1) translateX(0%) translateY(0%);
}

.paint-bucket-top-paint-anime-in {
  animation: topPaintAnimeIn 2s forwards;
}

@keyframes topPaintAnimeIn {
  0% {
    transform: scale(1, 1) translateX(0%) translateY(0%) rotate(0deg);
  }
  50% {
    transform: scale(0.85, 1.5) translateX(-20%) translateY(-14%) rotate(2deg);
  }

  100% {
    transform: scale(0.85, 1.5) translateX(-22%) translateY(-14%) rotate(2deg);
  }
}

.paint-bucket-top-paint-anime-out {
  animation: topPaintAnimeOut 1s forwards;
}

@keyframes topPaintAnimeOut {
  0% {
    transform: scale(0.85, 1.5) translateX(-22%) translateY(-14%) rotate(3deg);
  }

  100% {
    transform: scale(1, 1) translateX(0%) translateY(0%) rotate(0deg);
  }
}

#paint-bucket-top-drip {
  position: absolute;
  top: 12%;
  left: 15%;
  width: 8%;
  height: 22%;

  transform: scale(1, 1) translateX(0%) translateY(0%);
}

.paint-bucket-top-drip-anime-in {
  animation: dripAnimeIn 1s forwards;
}

@keyframes dripAnimeIn {
  0% {
    transform: scale(1, 1) translateX(0%) translateY(0%);
  }
  100% {
    transform: scale(2, 0.8) translateX(-20%) translateY(-10%);
  }
}

.paint-bucket-top-drip-anime-out {
  animation: dripAnimeOut 1s forwards;
}

@keyframes dripAnimeOut {
  0% {
    transform: scale(2, 0.8) translateX(-20%) translateY(-10%);
  }

  100% {
    transform: scale(1, 1) translateX(0%) translateY(0%);
  }
}

#paint-bucket-top-drip div:nth-child(1) {
  top: 16%;
  left: 20%;
  position: absolute;
  width: 100%;
  height: 60%;
  border-radius: 40% 60%;
  background-color: var(--paint-color);
}

#paint-bucket-top-drip div:nth-child(3) {
  top: 16%;
  left: 24%;
  position: absolute;
  width: 60%;
  height: 100%;
  border-radius: 40% 60%;
  background-color: var(--paint-color);
}

#paint-bucket-menu-splatter {
  z-index: 51;
  position: fixed;
  top: 8vw;
  right: 9.6vw;
  background-color: var(--paint-color);
  width: 62%;
  height: 12vw;
  border-radius: 50% 0 50% 50%;
  transform: skewX(-30deg) scale(0) translateY(-20%) rotate(40deg);
}

@media (min-width: 768px) {
  #paint-bucket-menu-splatter {
    position: fixed;
    top: 4vw;
    right: 4.8vw;
    background-color: var(--paint-color);
    width: 31%;
    height: 6vw;
    border-radius: 50% 0 50% 50%;
    transform: skewX(-30deg) scale(0) translateY(-20%) rotate(40deg);
  }
}

#paint-bucket-menu-splatter div:nth-child(1) {
  margin-left: 51%;
  margin-top: -5%;
  width: 50%;
  height: 25%;
  background-color: var(--paint-color);
  border-radius: 50%;
  transform: rotate(10deg);
}
#paint-bucket-menu-splatter div:nth-child(2) {
  margin-left: 87%;
  margin-top: 11%;
  width: 30%;
  height: 35%;
  background-color: var(--paint-color);
  border-radius: 50%;
  transform: rotate(-110deg);
}
#paint-bucket-menu-splatter div:nth-child(3) {
  width: 12.5%;
  height: 25%;
  background-color: var(--paint-color);
  border-radius: 50%;
}
#paint-bucket-menu-splatter div:nth-child(4) {
  width: 12.5%;
  height: 25%;
  background-color: var(--paint-color);
  border-radius: 50%;
  margin-left: 10%;
  margin-top: -30%;
  transform: rotate(10deg);
}
#paint-bucket-menu-splatter div:nth-child(5) {
  width: 50%;
  height: 50%;
  background-color: var(--paint-color);
  border-radius: 50%;
  margin-left: 50%;
  transform: rotate(10deg);
}

#paint-bucket-menu-splatter div:nth-child(6) {
  width: 12.5%;
  height: 25%;
  background-color: var(--paint-color);
  border-radius: 50%;
  margin-left: 5%;
  margin-top: -10%;
  transform: rotate(10deg) scale(0.5);
}

.paint-bucket-menu-splatter-anime-in {
  animation: splatterBucket 1s ease-in forwards;
}

@keyframes splatterBucket {
  0% {
    transform: skewX(-30deg) scale(0) translateY(-20%) rotate(40deg);
    transform-origin: right top;
  }

  25% {
    transform: skewX(-30deg) scale(0) translateY(-20%) rotate(40deg);
    transform-origin: right top;
  }

  45% {
    transform: skewX(-30deg) scale(1) translateY(-5%) rotate(0deg);
    transform-origin: right top;
  }
  100% {
    transform: skewX(-30deg) scale(1) translateY(0%) rotate(0deg);
    transform-origin: right top;
  }
}

#paint-bucket-menu {
  z-index: 52;
  position: fixed;
  top: 14vw;
  right: 13vw;
  background-color: var(--paint-color);
  width: 60%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  border-radius: 4%;
}

@media (min-width: 768px) {
  #paint-bucket-menu {
    position: fixed;
    top: 7vw;
    right: 6.5vw;
    background-color: var(--paint-color);
    width: 30%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 4%;
  }
}

.paint-bucket-scroll-menu {
  position: absolute;
  width: 90%;
  left: 5%;
  height: 90%;
}

.paint-bucket-scroll-menu h3 {
  text-align: center;
  padding: 2%;
  color: white;
  cursor: pointer;
  font-family: "Kaph";
}

.paint-bucket-menu-anime-in {
  animation: dumpBucket 1s ease-in forwards;
}

@keyframes dumpBucket {
  0% {
    transform: scaleY(0) rotate(2deg);
    transform-origin: right top;
  }

  50% {
    transform: scaleY(0) rotate(2deg);
    transform-origin: right top;
  }

  100% {
    transform: scaleY(1) rotate(2deg);
    transform-origin: right top;
  }
}

.paint-bucket-menu-anime-out {
  animation: closeBucket 1s forwards;
}

@keyframes closeBucket {
  0% {
    transform: scaleY(1) translateY(0%);
    transform-origin: right top;
  }

  100% {
    transform: scaleY(1) translateY(200%);
    transform-origin: right top;
  }
}

/*Navigation************************************************************************************/

/*POST ANIMATION SITE CONTAINER********************************************************************************************************/
/*POST ANIMATION SITE CONTAINER********************************************************************************************************/

.site-container {
  margin: 0 auto;
  width: 100%;
}

/*POST ANIMATION SITE CONTAINER********************************************************************************************************/
/*POST ANIMATION SITE CONTAINER********************************************************************************************************/

/*Welcome Container*********************************************************************************/

#welcome_paragraph_container {
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background: repeating-linear-gradient(
    45deg,
    #191970,
    #191970 20px,
    rgb(11, 11, 58) 20px,
    rgb(11, 11, 58) 40px
  );
}

@keyframes wannaGetNuts {
  0% {
    background: repeating-linear-gradient(
      45deg,
      #191970,
      #191970 20px,
      rgb(11, 11, 58) 20px,
      rgb(11, 11, 58) 40px
    );
  }

  50% {
    background: repeating-linear-gradient(
      45deg,
      rgb(11, 11, 58),
      rgb(11, 11, 58) 20px,
      #191970 20px,
      #191970 40px
    );
  }
}

.space {
  background: linear-gradient(45deg, green 25%, transparent 25%) 0 0/50px 50px,
    linear-gradient(45deg, green 25%, transparent 25%) 25px 25px/50px 50px, #000;
  background-color: #000;
}

#model_viewer_space_ship {
  margin: 0 auto;
  height: 100vh;
  width: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@keyframes moveShip {
  0% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#welcome_paragraph_square_container {
  width: 100%;
  height: 100%;
  position: relative; /* Make sure it's positioned relative */
}

#welcome_paragraph_square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the square */
  /* Fallback for older browsers */
  height: 80vw;
  width: 80vw;
  height: 80dvw;
  width: 80dvw;
  background-color: rgb(97, 134, 243) 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid white;
  box-sizing: border-box;

  background: repeating-linear-gradient(
    45deg,
    #8aa7ff,
    #8aa7ff 10px,
    rgb(97, 134, 243) 10px,
    rgb(97, 134, 243) 20px
  );

  @media (min-width: 768px) {
    /* Fallback for older browsers */
    height: 90vh;
    width: 90vh;
    height: 90dvh;
    width: 90dvh;
  }
}

.my-name {
  font-weight: 700;
}
.welcome-paragraph {
  text-align: center;
  bottom: 6vw;
  right: 6vw;
  padding: 1%;
  position: absolute;
  background-color: white;
  margin: 0 auto;
  width: 81%;
  border-radius: calc(2vw) calc(4vw);

  @media (min-width: 768px) {
    width: 26%;
    border-radius: calc(1vw) calc(2vw);
    bottom: 3vw;
    right: 3vw;
  }
}

.about-me {
  text-align: center;
  top: 6vw;
  left: 6vw;
  padding: 2%;
  position: absolute;
  background-color: white;
  margin: 0 auto;
  font-family: "Kaph";
  border-radius: calc(2vw) calc(4vw);
  cursor: pointer;

  @media (min-width: 768px) {
    border-radius: calc(1vw) calc(2vw);
    top: 3vw;
    left: 3vw;
    padding: 1%;
  }
}

.about-me h3 {
  font-family: "Kaph";
}

#about_me_popup {
  display: none;
  top: 3vw;
  left: 3vw;
  position: absolute;
  background-color: white;
  margin: 0 auto;
  border-radius: 10px 30px;
  width: 70%;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 10px 20px rgb(11, 11, 58);

  @media (min-width: 768px) {
    border-radius: 10px 30px;
    top: 3vw;
    left: 3vw;
    width: 50%;
  }
}

#about_me_popup h3 {
  font-family: "Kaph";
  background-color: lightskyblue;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.about-me-close {
  font-family: "Kaph";
  background-color: midnightblue;
  border-radius: 10px;
  padding: 8px;
  color: white;
  float: right;
}

#about_me_popup h3 {
  font-family: "Kaph";
}

#about_me_popup p {
  padding: 20px;
}

.designer-text {
  font-family: "Lem";
}

.dev-text {
  font-family: "Digi";
  font-weight: 999;
}

.welcome-paragraph h3 {
  font-family: "Kaph";
  padding: 10px 10px 10px 10px;
}

.welcome-paragraph p {
  padding: 0px 10px 10px 10px;
}

/*Welcome Container*********************************************************************************/

/*Design************************************************************************************/

#design_container {
  overflow: hidden;
  width: 100%;
  background-color: rgb(204, 236, 246);
}

#design_header {
  position: relative;
  font-family: "Lem";
  padding: 20px 0;
  padding-bottom: 30px;
  background-color: rgb(11, 11, 58);
  /*box-shadow: 0px 2px 4px gray;*/
  color: white;
  overflow: hidden;
}

#design_header h2 {
  padding: 10px 20px;
  font-family: "Lem";
  background-color: midnightblue;
}

.design-headers {
  width: 96%;
  position: relative;
  padding: 10px 0;
  padding-bottom: 15px;
  background-color: rgb(11, 11, 58);
  /*box-shadow: 0px 2px 4px gray;*/
  color: white;
  overflow: hidden;
  text-align: center;
  border-radius: 0 10px 10px 0;
}


@media (min-width: 768px) {
  .design-headers {
    width: 98%;
  }

}

.design-headers h3 {
  padding: 5px 10px;
  font-family: "Lem";
  background-color: midnightblue;
  border-radius: 0 10px 10px 0;
  margin-right: 10px;
}

.design-headers-right {
  margin-left: 4%;
  width: 96%;
  position: relative;
  padding: 10px 0;
  padding-bottom: 15px;
  background-color: rgb(11, 11, 58);
  color: white;
  overflow: hidden;
  text-align: center;
  border-radius: 10px 0 0 10px;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .design-headers-right {
    width: 98%;
    margin-left: 2%;
  }
}

.design-headers-right h3 {
  padding: 5px 10px;
  font-family: "Lem";
  background-color: midnightblue;
  border-radius: 10px 0 0 10px;
  margin-left: 10px;
}

.design-blog {
  width: 90%;
  margin-left: 2%;
  background-color: white;
  border-radius: 10px 0 0 10px;
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 4%;
  box-shadow: 0px 2px 4px gray;
}

@media (min-width: 768px) {
  .design-blog {
    width: 92%;
    padding: 2%;
    margin-left: 4%;
  }
}

.design-blog h3 {
  padding: 10px 0;
  font-family: "Lem";
}

.design-paragraph-container {
  line-height: 1.5;
  font-family: "Liber";
  color: #081820;
  max-width: 1000px;
  margin: 0 auto;
}
.design-paragraph-container p {
  padding-bottom: 10px;
  font-weight: 500;
}

.video-background {
  padding-top: 36px;
  background: linear-gradient(135deg, white, 25%, transparent 25%) -50px -50px/100px
      100px,
    linear-gradient(45deg, white, 25%, transparent 25%) -50px -50px/100px 100px,
    linear-gradient(135deg, white, 25%, transparent 25%) 0 0/100px 100px,
    linear-gradient(45deg, white, 25%, transparent 25%) 0 0/100px 100px,
    linear-gradient(135deg, white, 25%, transparent 25%) -50px 50px/100px 100px,
    linear-gradient(45deg, white, 25%, transparent 25%) -50px 50px/100px 100px,
    linear-gradient(135deg, white, 25%, transparent 25%) 0 100px/100px 100px,
    linear-gradient(45deg, white, 25%, transparent 25%) 0 100px/100px 100px;
}
.video-container {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 12px;
  width: 90%;
  animation: videoBoxShadow 8s infinite;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .video-container {
    width: 50%;
  }
}

video {
  border-radius: 10px;
}

#video_overlay_header {
  width: 56.25%;
  height: 100%;
  position: relative;
}

/*WORD MOTION**************************************************/
#video_overlay_motion {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 5%;
}
/*M*************************/
#video_overlay_motion :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 20%;
}

#video_overlay_motion :nth-child(1) :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
  transform: skew(0);
}

#video_overlay_motion :nth-child(1) :nth-child(2) {
  position: absolute;
  width: 20%;
  height: 77%;
  top: -20%;
  left: 60%;
  transform: rotate(45deg);
  background-color: var(--motionreel);
}
#video_overlay_motion :nth-child(1) :nth-child(3) {
  position: absolute;
  width: 20%;
  height: 77%;
  top: -20%;
  left: 20%;
  transform: rotate(-45deg);
  background-color: var(--motionreel);
}

#video_overlay_motion :nth-child(1) :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 80%;
  top: 0;
  background-color: var(--motionreel);
}

/*M*************************/

/*O*************************/
#video_overlay_motion :nth-child(2) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 43%;
}

#video_overlay_motion :nth-child(2) :nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  border-radius: 50%;
  background-color: var(--motionreel);
}

#video_overlay_motion :nth-child(2) :nth-child(2) {
  position: absolute;
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
  border-radius: 50%;
  background-color: lightblue;
}

/*O*************************/

/*T***********************/
#video_overlay_motion :nth-child(3) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 63%;
}

#video_overlay_motion :nth-child(3) :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 40%;
  top: 0;
  background-color: var(--motionreel);
  transform: skew(0);
}

#video_overlay_motion :nth-child(3) :nth-child(2) {
  position: absolute;
  width: 80%;
  height: 20%;
  top: 0%;
  left: 10%;
  background-color: var(--motionreel);
}

/*T***********************/

/*I***********************/
#video_overlay_motion :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 80%;
}

#video_overlay_motion :nth-child(4) :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 40%;
  top: 0;
  background-color: var(--motionreel);
}

#video_overlay_motion :nth-child(4) :nth-child(2) {
  position: absolute;
  width: 60%;
  height: 20%;
  top: 0%;
  left: 20%;
  background-color: var(--motionreel);
}

#video_overlay_motion :nth-child(4) :nth-child(3) {
  position: absolute;
  width: 60%;
  height: 20%;
  top: 80%;
  left: 20%;
  background-color: var(--motionreel);
}

/*I***********************/

/*O*************************/
#video_overlay_motion :nth-child(5) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 98%;
}

#video_overlay_motion :nth-child(5) :nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  border-radius: 50%;
  background-color: var(--motionreel);
}

#video_overlay_motion :nth-child(5) :nth-child(2) {
  position: absolute;
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
  border-radius: 50%;
  background-color: lightblue;
}

/*O*************************/

/*N***********************/
#video_overlay_motion :nth-child(6) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  top: 10%;
  left: 121%;
}

#video_overlay_motion :nth-child(6) :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
  transform: skew(0);
}

#video_overlay_motion :nth-child(6) :nth-child(2) {
  position: absolute;
  width: 120%;
  height: 20%;
  top: 40%;
  left: -10%;
  background-color: var(--motionreel);
  transform: rotate(50deg);
}

#video_overlay_motion :nth-child(6) :nth-child(3) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 80%;
  top: 0;
  background-color: var(--motionreel);
}

/*N***********************/

/*WORD MOTION**************************************************/

/*WORD REEL************************************************/
#video_overlay_reel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 65%;
  left: 53%;
}
/*R*************************/
#video_overlay_reel :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
}

#video_overlay_reel :nth-child(1) :nth-child(1) {
  position: absolute;
  width: 80%;
  height: 60%;
  border-radius: 0 50% 50% 0;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(1) :nth-child(2) {
  position: absolute;
  height: 100%;
  transform: rotate(-30deg);
  width: 20%;
  top: 20%;
  left: 50%;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(1) :nth-child(3) {
  position: absolute;
  width: 40%;
  height: 30%;
  border-radius: 0 50% 50% 0;
  left: 20%;
  top: 15%;
  background-color: lightblue;
}

#video_overlay_reel :nth-child(1) :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--motionreel);
}

/*R*************************/

/*E*************************/
#video_overlay_reel :nth-child(2) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  left: 20%;
}

#video_overlay_reel :nth-child(2) :nth-child(1) {
  position: absolute;
  width: 75%;
  height: 20%;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(2) :nth-child(2) {
  position: absolute;
  width: 60%;
  height: 20%;
  left: 0%;
  top: 40%;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(2) :nth-child(3) {
  position: absolute;
  width: 80%;
  height: 20%;
  left: 0%;
  top: 80%;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(2) :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--motionreel);
}

/*E*************************/

/*E*************************/
#video_overlay_reel :nth-child(3) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  left: 40%;
}

#video_overlay_reel :nth-child(3) :nth-child(1) {
  position: absolute;
  width: 75%;
  height: 20%;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(3) :nth-child(2) {
  position: absolute;
  width: 60%;
  height: 20%;
  left: 0%;
  top: 40%;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(3) :nth-child(3) {
  position: absolute;
  width: 80%;
  height: 20%;
  left: 0%;
  top: 80%;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(3) :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--motionreel);
}

/*E*************************/

/*L*************************/

#video_overlay_reel :nth-child(4) {
  position: absolute;
  width: 20%;
  height: 20%;
  overflow: hidden;
  left: 60%;
}

#video_overlay_reel :nth-child(4) :nth-child(1) {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0%;
  top: 0;
  background-color: var(--motionreel);
}

#video_overlay_reel :nth-child(4) :nth-child(2) {
  position: absolute;
  width: 70%;
  height: 20%;
  left: 0%;
  top: 80%;
  background-color: var(--motionreel);
}

/*L*************************/

/*WORD REEL************************************************/

#video_overlay {
  top: 0;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: lightblue;
}

#video_play_button {
  position: absolute;
  width: 20%;
  height: 20%;
  top: 40%;
  left: 40%;
  border-radius: 10px;
  background-color: darkslateblue;
  cursor: pointer;
}

.video_play_button_icon_container {
  position: absolute;
  width: 28%;
  height: 50%;
  transform: scaleY(0.6);
  left: 29%;
  top: 25%;
}

.video_play_button_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background-color: white;
  cursor: pointer;
}

.video_play_button_icon_cover {
  cursor: pointer;
  position: absolute;
  width: 33%;
  height: 80%;
  top: 10%;
  left: 10%;
  background-color: darkslateblue;
}

@keyframes videoBoxShadow {
  0% {
    box-shadow: 10px 10px 0 rgb(82, 68, 170), -10px 20px 0 darkslateblue;
  }

  25% {
    box-shadow: -10px 10px 0 rgb(82, 68, 170), 10px 20px 0 darkslateblue;
  }

  50% {
    box-shadow: -10px 20px 0 rgb(82, 68, 170), 10px 10px 0 darkslateblue;
  }

  75% {
    box-shadow: 10px 20px 0 rgb(82, 68, 170), -10px 10px 0 darkslateblue;
  }

  100% {
    box-shadow: 10px 10px 0 rgb(82, 68, 170), -10px 20px 0 darkslateblue;
  }
}

video {
  display: block;
  width: 100%;
}

.controls-container {
  width: 100%;
  text-align: center;
  margin-top: -5px;
  padding-bottom: 80px;
}

#controls {
  display: inline-block;
  background-color: lightblue;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  animation: videoBoxShadow 8s infinite;
}

#controls button {
  padding: 10px;
  margin: 0 5px;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
}

.anime-controls-container {
  width: 100%;
  text-align: center;
}

.anime-video-background{
  background-color: black;
}

#anime_overlay{
  position: absolute;
  background-color: darkblue;
  height: 100%;
  width: 100%;
}

#anime_controls {
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px;
  color: white;
  font-weight: bold;
}

#anime_controls button {
  padding: 10px;
  margin: 0 5px;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
}

#seekSlider,
#volumeSlider {
  width: 150px; /* adjust as needed */
  vertical-align: middle;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: white;
  outline: none;
  border-radius: 5px;
  margin: 10px 0;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: darkslateblue;
  cursor: pointer;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: darkslateblue;
  cursor: pointer;
  border-radius: 50%;
}

.anime-video-container {
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
  width: 90%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .anime-video-container {
    width: 50%;
  }
}

/*Video***********/

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.column {
  float: left;
  width: 23%; /* 4 columns */
  padding: 5px;
  margin: 1%;
  box-sizing: border-box;
  border-radius: 10px;
}

/* Clear floats after every 4th column */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - 2 columns on small screens */
@media screen and (max-width: 768px) {
  .column {
    width: 48%; /* 2 columns */
  }
}

/* Style for demonstration purposes */
.column {
  text-align: center;
}

.putj {
  background-color: burlywood;
}

.folsom {
  background-color: white;
}

.som {
  background-color: black;
}

.last-logo {
  background-color: lightgrey;
}

#model_viewer_poppr {
  width: 100%;
  height: 100%;
}

/*Development************************************************************************************/

#dev_container {
  padding-bottom: 36px;
  background-color: lightgrey;
}

.dev-reachout {
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-family: "Digi";
  font-weight: bold;
}

#dev_header {
  position: relative;
  font-family: "Digi";
  padding: 20px;
  padding-bottom: 30px;
  background-color: silver;
  box-shadow: 0px 2px 4px gray;
  overflow: hidden;
}

#dev_header h2 {
  position: relative;
  z-index: 2;
  color: #081820;
  font-family: "Digi";
  background-color: #88c070;
  display: inline-block;
  padding: 30px 20px;
  border-radius: 4px;
  box-shadow: 0 0px 0 4px darkslategray, 0 0 0 10px dimgray,
    0 10px 0 10px dimgray;
}

.dev-header-line {
  top: 40px;
  left: 0;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: darkslategray;
}

.dev-header-line-two {
  top: 32px;
  left: 0;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: slategray;
}

#dev_header_square {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

.dev-keyboard {
  width: 100%;
  height: 30%;
  position: absolute;
  background-color: dimgray;
  transform: skewX(45deg) rotate(-5deg);
  left: 150%;
  top: 50%;
  box-shadow: -1px 1px 0 #081820, -2px 2px 0 #081820, -3px 3px 0 #081820,
    -5px 4px 0 #081820;
}

.cord {
  position: absolute;
  width: 100%;
  height: 40%;
  border-radius: 50%;
  background-color: #081820;
  left: 90%;
  top: 40%;
}

.cord-cover {
  position: absolute;
  width: 100%;
  height: 40%;
  border-radius: 50%;
  background-color: silver;
  left: 90%;
  top: 43%;
}

.cord-two {
  position: absolute;
  width: 60%;
  height: 40%;
  border-radius: 50%;
  background-color: #081820;
  left: 220%;
  top: 50%;
  transform: rotate(-22.5deg);
}

.cord-cover-two {
  position: absolute;
  width: 60%;
  height: 40%;
  border-radius: 50%;
  background-color: silver;
  left: 220%;
  top: 53%;
  transform: rotate(-22.5deg);
}

.mouse {
  position: absolute;
  height: 25%;
  width: 20%;
  border-radius: 50%;
  background-color: dimgray;
  transform: rotate(-35deg);
  left: 270%;
  top: 50%;
  overflow: hidden;
}

.right-mouse-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: darkgray;
  border-radius: 50%;
}
.left-mouse-button {
  position: absolute;
  width: 75%;
  height: 100%;
  border-radius: 0 50% 0 0;
  background-color: darkslategray;
}
.mouse-button-cover {
  position: absolute;
  top: 30%;
  border-radius: 50% 50% 0 0;
  width: 100%;
  height: 70%;
  background-color: gray;
}

.allkeys {
  width: 100%;
  height: 100%;
  margin-top: 1%;
}
.keys {
  width: 90%;
  height: 10%;
  margin-bottom: 2%;
  margin-left: 6%;
  display: flex;
}

.key {
  flex: auto;
  background-color: #88c070;
  height: 100%;
  margin: 2%;
}

.bottom-key-one {
  width: 70%;
  height: 10%;
  margin-left: 16%;
  margin-top: 4%;
  background-color: #88c070;
}

.bottom-key-two {
  width: 7%;
  height: 10%;
  margin-left: 6%;
  margin-top: -3%;
  background-color: #88c070;
}

.bottom-key-three {
  width: 7%;
  height: 10%;
  margin-left: 88%;
  margin-top: -3%;
  background-color: #88c070;
}

.dev-blog {
  width: 90%;
  background-color: whitesmoke;
  border-radius: 0 10px 10px 0;
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 4%;
  box-shadow: 0px 2px 4px gray;
}

@media (min-width: 768px) {
  .dev-blog {
    width: 92%;
    padding: 2%;
  }
}

.dev-blog h3 {
  padding: 10px 0;
  font-weight: bold;
}

.dev-paragraph-container {
  line-height: 1.5;
  font-family: "Liber";
  color: #081820;
  max-width: 1000px;
  margin: 0 auto;
}
.dev-paragraph-container p {
  padding-bottom: 10px;
  font-weight: 500;
}

iframe {
  margin-top: 24px;
  border-radius: 12px;
  width: 90%;
  height: 90vh;
  margin-left: 5%;
  min-height: 500px;
  border: none;
  background-color: white;
}

/*Development************************************************************************************/

#reachout_header {
  background-color: darkgreen;
  color: white;
  position: relative;
}

#reachout_header_square {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.reach-out-mail {
  position: absolute;
  top: 17%;
  left: 270%;
  width: 100%;
  height: 60%;
  background-color: white;
  transform: rotate(-4deg);
  border-radius: 4px;
  overflow: hidden;
}

.reach-out-mail :nth-child(1) {
  position: absolute;
  width: 100%;
  height: 10%;
  background-color: darkgreen;
  transform: rotate(25deg);
  left: -48%;
  top: 2%;
}
.reach-out-mail :nth-child(2) {
  position: absolute;
  width: 100%;
  height: 10%;
  background-color: darkgreen;
  transform: rotate(-25deg);
  left: 48%;
  top: 2%;
}

.reach-out-mail :nth-child(3) {
  position: absolute;
  width: 16%;
  height: 28%;
  background-color: darkgreen;
  border-radius: 50%;
  left: 42%;
  top: 24%;
}

#reachout_header h2 {
  position: relative;
  z-index: 2;
  padding: 24px;
  font-family: "Kaph";
}

.reachout-paragraph {
  text-align: center;
  background-color: rgb(198, 248, 198);
  padding-top: 36px;
}

.reachout-paragraph-container {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.reachout-paragraph-container h2 {
  font-family: "Kaph";
  padding: 10px;
  color: darkgreen;
}

.reachout-paragraph-container p {
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
}

/* Contact Form Styles */
.form-area {
  background-color: rgb(198, 248, 198);
  padding: 36px 0;
}

.contact-form {
  width: 70%;
  margin: 0 auto;
  background-color: rgb(121, 212, 121);
  padding: 24px;
  border-radius: 10px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.form-textarea {
  resize: vertical;
}

.submit-btn {
  background-color: darkgreen;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: green;
}

footer {
  background-color: darkgreen;
  color: white;
  text-align: center;
  padding: 36px;
}

footer h3 {
  font-family: "Kaph";
}

footer a {
  font-weight: bold;
  color: white;
  text-decoration: dotted;
}

/*Pump up the Jam************************************************************************************/
.pump_up_the_jam_anime {
  animation: pump_up_the_jam 0.5s forwards;
}

@keyframes pump_up_the_jam {
  5% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}
.pump_up_the_jam_anime_out {
  animation: pump_up_the_jam_out 0.5s forwards;
}

@keyframes pump_up_the_jam_out {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}
#pump_up_the_jam {
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
  max-width: 1000px;
  max-height: 1000px;
  height: 100vw;
  background-color: #00afef;
  overflow: hidden;
}

@media (min-width: 768px) {
  #pump_up_the_jam {
    position: relative;
    width: calc(50vw - calc(var(--scrollbar-width) / 2));
    max-width: 1000px;
    height: 50vw;
    max-height: 1000px;
  }
}

.pump-bar-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -5%;
}

.pump-bar-container .pump-white-bar:nth-child(1) {
  position: absolute;
  width: 110%;
  height: 3%;
  transform: rotate(2deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(2) {
  position: absolute;
  top: 20%;
  width: 110%;
  height: 6%;
  transform: rotate(8deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(3) {
  position: absolute;
  top: 40%;
  width: 110%;
  height: 4%;
  transform: rotate(-2deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(4) {
  position: absolute;
  top: 60%;
  width: 110%;
  height: 12%;
  transform: rotate(-8deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(5) {
  position: absolute;
  top: 87%;
  width: 110%;
  height: 4%;
  transform: rotate(2deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(6) {
  position: absolute;
  top: 87%;
  width: 110%;
  height: 7%;
  transform: rotate(-8deg);
  background-color: white;
}

.pump-bar-container .pump-white-bar:nth-child(7) {
  position: absolute;
  width: 120%;
  height: 2%;
  transform: rotate(-3deg);
  background-color: deeppink;
}

.pump-bar-container .pump-white-bar:nth-child(8) {
  position: absolute;
  top: 23%;
  width: 110%;
  height: 6%;
  transform: rotate(6deg);
  background-color: deeppink;
}

.pump-bar-container .pump-white-bar:nth-child(9) {
  position: absolute;
  top: 40%;
  width: 110%;
  height: 4%;
  transform: rotate(-8deg);
  background-color: deeppink;
}

.pump-bar-container .pump-white-bar:nth-child(10) {
  position: absolute;
  top: 54%;
  width: 110%;
  height: 8%;
  transform: rotate(2deg);
  background-color: deeppink;
}

.pump-bar-container .pump-white-bar:nth-child(11) {
  position: absolute;
  top: 84%;
  width: 110%;
  height: 4%;
  transform: rotate(-6deg);
  background-color: deeppink;
}

.pump-bar-container .pump-white-bar:nth-child(12) {
  position: absolute;
  top: 97%;
  width: 110%;
  height: 7%;
  transform: rotate(2deg);
  background-color: deeppink;
}
#pump_up_the_jam_box_art {
  position: absolute;
  opacity: 1;
  width: 45%;
  top: 40%;
  left: 52%;
}

.pump-last-card-anime {
  animation: pullCard 1s forwards;
}

@keyframes pullCard {
  0% {
    transform: scaleX(1) translateX(0%) translateY(0%);
  }

  20% {
    transform: scaleX(-1) translateX(9%) translateY(1%);
    z-index: 3;
  }

  45% {
    transform: scaleX(-1) translateX(9%) translateY(1%);
    z-index: 1;
  }
  60% {
    transform: scaleX(-1) translateX(-25%) translateY(1%);
    z-index: 1;
  }
  80% {
    transform: scaleX(1) translateX(-100%) translateY(1%);
    z-index: 1;
  }
}

#pump_up_the_jam_card_art {
  opacity: 1;
  position: absolute;
  width: 31.3%;
  top: 39.5%;
  left: 6%;
  z-index: 2;
}

#pump_up_the_jam_card_art img {
  border-radius: 1.5vw;
}

@media (min-width: 768px) {
  #pump_up_the_jam_card_art img {
    border-radius: 0.75vw;
  }
}

.pump-first-card-anime {
  animation: flipCard 1s forwards;
}

@keyframes flipCard {
  0% {
    transform: scaleX(1) translateX(0%);
  }

  25% {
    transform: scaleX(-1) translateX(-110%);
    z-index: 3;
  }

  50% {
    transform: scaleX(-1) translateX(-60%);
    z-index: 1;
  }

  55% {
    z-index: 1;
  }
  60% {
    transform: scaleX(-1) translateX(9%) translateY(1%);
  }

  79% {
    z-index: 1;
  }
  90% {
    transform: scaleX(-1) translateX(9%) translateY(1%);
    z-index: 1;
  }

  100% {
    transform: scaleX(1) translateX(0%);
    z-index: 3;
  }
}

#pump_up_the_jam_card_art_two {
  opacity: 1;
  position: absolute;
  width: 31.3%;
  top: 39%;
  left: 9%;

  z-index: 3;
}

#pump_up_the_jam_card_art_two img {
  border-radius: 1.5vw;
}

@media (min-width: 768px) {
  #pump_up_the_jam_card_art_two img {
    border-radius: 0.75vw;
  }
}

#pump_up_the_jam_bottom_container {
  background-color: black;
  position: absolute;
  height: 67%;
  width: 92%;
  top: 29%;
  left: 4%;
  border-radius: 0 0 6% 0;
}

#pump_up_the_jam_bottom_container_two {
  background-color: #00afef;
  position: absolute;
  height: 67%;
  width: 44%;
  top: 26%;
  left: 8%;
  border-radius: 0 0 6% 0;
}

#pump_up_the_jam_product_photo {
  position: absolute;
  top: 6%;
  width: 56%;
  left: 6%;
}

#pump_up_the_jam_product_photo img {
  border-radius: 6%;
  box-shadow: calc(-3vw) calc(1vw) 0px black;
}

@media (min-width: 768px) {
  #pump_up_the_jam_product_photo img {
    box-shadow: calc(-1.5vw) calc(0.5vw) 0px black;
  }
}

#pump_up_the_jam_product_logo {
  position: absolute;
  top: 2%;
  width: 42%;
  left: 51%;
}

#pump_up_the_jam_product_logo img {
  border-radius: 50%;
  border: calc(2vw) solid black;
}

@media (min-width: 768px) {
  #pump_up_the_jam_product_logo img {
    border-radius: 50%;
    border: calc(1vw) solid black;
  }
}

#pump_up_the_card_button_next {
  position: absolute;
  transform: rotate(90deg);
  top: 74%;
  left: 41%;
  width: 0;
  height: 0;
  --pump-button: calc(6vw);
  border-left: var(--pump-button) solid transparent;
  border-right: var(--pump-button) solid transparent;
  border-bottom: var(--pump-button) solid white;
  cursor: pointer;
}

@media (min-width: 768px) {
  #pump_up_the_card_button_next {
    position: absolute;
    --pump-button-full: calc(3vw);
    border-left: var(--pump-button-full) solid transparent;
    border-right: var(--pump-button-full) solid transparent;
    border-bottom: var(--pump-button-full) solid white;
  }
}

#pump_up_the_card_button_previous {
  position: absolute;
  transform: rotate(-90deg);
  top: 56%;
  left: 40%;
  width: 0;
  height: 0;
  --pump-button: calc(6vw);
  border-left: var(--pump-button) solid transparent;
  border-right: var(--pump-button) solid transparent;
  border-bottom: var(--pump-button) solid white;
  cursor: pointer;
}

@media (min-width: 768px) {
  #pump_up_the_card_button_previous {
    --pump-button-full: calc(3vw);
    border-left: var(--pump-button-full) solid transparent;
    border-right: var(--pump-button-full) solid transparent;
    border-bottom: var(--pump-button-full) solid white;
  }
}

/*Pump up the Jam************************************************************************************/

/*Sleepless************************************************************************************/

#sleepless {
  position: relative;
  width: 100%;

  height: 98vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  #sleepless {
    position: relative;
    width: calc(50vw - calc(var(--scrollbar-width) / 2));
    margin-left: calc(50vw - calc(var(--scrollbar-width) / 2));
    margin-top: -50vw;
    height: 50vw;
    overflow: hidden;
  }
}

#sleepless_design {
  position: absolute;
  width: 30%;
  top: -5%;
  left: 37%;
  box-shadow: 2px 4px 16px black, -2px 4px 16px black;
}

#sleepless_board_one {
  transform: rotate(-1deg);
  position: absolute;
  top: -0.25%;
  width: 80%;
  left: -32.5%;
}

#sleepless_board_two {
  position: absolute;
  top: -2.6%;
  width: 77%;
  left: 58%;
}

/*Sleepless************************************************************************************/

#pop_up {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  z-index: 10000;
  opacity: 0.5;
  display: none;
}
