@font-face {
  font-family: 'Technology';
  src: url('Technology.ttf') format('truetype');
}

@font-face {
  font-family: 'lucysaidok';
  src: url('Lucy Said Ok Personal Use.ttf') format('truetype');
}

@font-face {
  font-family: 'CascadiaCode';
  src: url('CascadiaMono.ttf') format('truetype');
}

body {
  margin: 0px;
  background-color: red;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden; /* Prevent animation from doing OOB thing */
}

.deskdiv {
  position: relative;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.deskimg {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: -100;
}

#calendar {
  position: absolute;
  top: 200px;
  left: 65px;
  height: 600px;
  width: 475px;
  transform: rotate(-10deg);
  color: black;
  box-sizing: border-box;
  z-index: 1;
}

#calendarpaper {
  position: absolute;
  z-index: 0;
  height: 600px;
  width: 475px;
}

#calendarcontent {
  position: absolute;
  height: 600px;
  width: 475px;
  z-index: 3;
}

#calendartitle {
  height: 30%;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: center;
  box-sizing: border-box;
}

#calendarmonths {
  height: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 5px;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 0;
  box-sizing: border-box;
}

#calendarmonths > div {
  border-radius: 10%;
  background-color: #91daff;
  opacity: 0.7;
  
}

.monthtitle {
  height: 30%;
  width: auto;
  font-size: 25px;
  font-family: 'lucysaidok';
  opacity: 1.0;
}

.monthtitlecontainer {
  border-radius: 20%;
  background-color: white;
  opacity: 0.7;
  padding-right: 3px;
  padding-left: 3px;
  text-align: center;
  max-width: fit-content;
  margin-left: auto;
}

.monthtex {
  opacity: 1.0;
  
  color: #060045;
}

.eventcontainer {
  height: 70%;
  padding: 6px;
  opacity: 1.0;
}


.frame {
  position: absolute;

}

.framepicture {
  position: absolute;
    
}

#tablet {
  position: absolute;
  top: 445px;
  left: 700px;
  height: 380px;
  transform: rotate(12deg);
  pointer-events: none;
  filter: drop-shadow(-5px -3px 5px #313030);
  z-index: 1;
}

#tabscreen {
  width: auto;
  height: 380px;
  z-index: 3;
  pointer-events: none;
  display: block;
}

#taskbar {
  position: absolute;
  top: 333px;
  left: 18px;
  z-index: -1;
  height: 30px;
  width: 550px;
  pointer-events: all;
}

#chromebtn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: red; 
  cursor: pointer;
}

#termbtn {
  position: absolute;
  top: 0px;
  left: 30px;
  width: 30px;
  height: 30px;
  background-color: blue; 
  cursor: pointer;
}

#h531 {
  position: absolute;
  height: 315px;
  width: 555px;
  top: 20px;
  left: 10px;
  z-index: -2;
  pointer-events: all;
  display: block;
  background-color: black;
}

#termcontainer {
  position: absolute;
  height: 355px;
  width: 555px;
  top: 10px;
  left: 10px;
  background-color: black;
  z-index: -2;
  font-size: 9px;
  pointer-events: all;
  display: none;
}

#terminal {
  position: absolute;
  height: 330px;
  width: 530px;
  top: -2px;
  left: 15px;
  font-family: "CascadiaCode", sans-serif;
  color: white;
  line-height: 1.05;
  pointer-events: none;
}

#inputline {
  font-family: "CascadiaCode", sans-serif;
  color: white;
  position: absolute;
  top: 300px;
  left: 15px;
}

#howlong {
  all: unset; 
  width: 500px;
  font-family: "CascadiaCode", sans-serif;
  color: white;
}

/* Hide spinner  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

#tickets {
  position: absolute;
  top: 10px;
  left: 980px;
  transform: rotate(7deg);
  pointer-events: none;
  margin: 0 auto;
}

#prticket {
  transform: rotate(-10deg);
  z-index: 3;
}

#tbmticket {
  transform: rotate(2deg);
  top: -25px;
  left: -9px;
  z-index: 2;
}

#spticket {
  transform: rotate(-4deg);
  top: -48px;
  left: 13px;
  z-index: 1;
}

.ticket {
  position: relative;
  width: 280px;
  height: auto;
  display: block;
  pointer-events: all;
}

.ticket:hover {
  animation: shake 0.8s ease-out;
}

@keyframes shake {
 25% {
    transform: scale(1.05) rotate(0.02turn);
 }
 50% {
    transform: scale(1.1) rotate(-0.02turn);
 }
 75% {
    transform: scale(1.05) rotate(0.02turn);
 }
}

#walkman {
  position: absolute;
  top: -50px;
  left: 10px;
  filter: drop-shadow(5px 3px 5px #313030);
  z-index: 5;
}

#player {
  position: absolute;
  height: 360px;
  width: auto;
  z-index: 4;
  cursor: pointer;
}

#walkmanscreen {
  position: absolute;
  height: 360px;
  width: auto;
  z-index: 2;
}

#disk {
  position: absolute;
  display: none;
  top: 10px;
  left: 32px;
  height: 305px;
  width: 305px;
  transform-origin: 50% 50%;
  z-index: 1;
  animation: spin 5s infinite linear;
  animation-play-state: paused;
}

@keyframes spin {
 0% {
    transform: rotate(0deg);
 }
 100% {
    transform: rotate(360deg);
 }
}

#diskbg {
  position: absolute;
  height: 300px;
  width: 300px;
  background-color: #171717;
  top: 15px;
  left: 40px;
  border-radius: 50%;
  z-index: 0;
}

#ytplaylist {
  width: 0px;
  height: 0px;
  z-index: -100;
}

#playercontrols {
  position: absolute;
  transform: rotate(-40deg);
  width: 200px;
  height: 60px;
  top: 166px;
  left: 160px;
  z-index: 5;
  pointer-events: none;
}

#rwbtn {
  position: relative;
  width: 60px;
  height: 45px;
  top: -28px;
  left: -35px;
  transform: rotate(60deg);
  clip-path: polygon(32% 25%, 68% 25%, 88% 16%, 100% 62%, 68% 76%, 32% 75%, 0 62%, 12% 16%);
  cursor: url('rw.png'), auto;
  pointer-events: all;
}

#playbtn {
  position: relative;
  width: 90px;
  height: 45px;
  top: -40px;
  left: 10px;
  clip-path: polygon(32% 25%, 68% 25%, 88% 16%, 100% 62%, 68% 76%, 32% 75%, 0 62%, 12% 16%);
  margin-right: 30px;
  cursor: url('playpause.png'), auto;
  pointer-events: all;
}

#ffbtn {
  position: relative;
  width: 60px;
  height: 45px;
  top: -110px;
  left: 85px;
  transform: rotate(-55deg);
  clip-path: polygon(32% 25%, 68% 25%, 88% 16%, 100% 62%, 68% 76%, 32% 75%, 0 62%, 12% 16%);
  cursor: url('ff.png'), auto;
  pointer-events: all;
}

#stopbtn {
  position: relative;
  width: 120px;
  height: 45px;
  top: -270px;
  left: 0px;
  transform: rotate(-180deg);
  clip-path: polygon(32% 25%, 68% 25%, 88% 0%, 100% 25%, 68% 76%, 32% 75%, 0 25%, 12% 0%);
  cursor: url('stop.png'), auto;
  pointer-events: all;
}

#infowindow {
  position: absolute;
  top: 160px;
  left: 80px;
  transform: rotate(-36.5deg);
  width: 200px;
  z-index: 3;
  overflow: hidden;
}

#songinfo {
  font-family: 'Technology';
  position: relative;
  width: fit-content;
  white-space: nowrap;
  animation: slidetext 13s infinite linear;
  animation-play-state: paused;
}

@keyframes slidetext {
 0% {
    transform: translate(100%);
 }
 100% {
    transform: translate(-100%);
 }
}

#diploma {
  position: absolute;
  top: 190px;
  left: 5px;
  transform: rotate(-2deg);
  z-index: 0;
  transform-origin: 0% 0%;
  height: fit-content;
  width: fit-content;
  transition: transform 2s ease;
}

#diplomaimg {
  height: 580px;
  width: auto;
}

#diploma:hover {
  transform: rotate(24deg); 
}


#silicobra {
  position: absolute;
  height: 180px;
  width: auto;
  top: 250px;
  left: 824px;
  transform: rotate(-6deg);
  z-index: 0;
  transition: transform 2s ease;
  cursor: pointer;
}

#silicobra:active {
  transform: translateY(130px); 
}

#eggbol {
  position: absolute;
  height: 90px;
  width: auto;
  top: 70px;
  left: 360px;
  transform: rotate(0deg);
  z-index: -80;
  filter: drop-shadow(-5px -3px 5px #313030);
}

#mangobite {
  position: absolute;
  height: 80px;
  width: auto;
  top: 410px;
  left: 555px;
  transform: rotate(50deg);
  z-index: 5;
  filter: drop-shadow(-5px -3px 5px #313030);
}

#sekirosen {
  position: absolute;
  height: 100px;
  width: auto;
  top: 360px;
  left: 1050px;
  transform: rotate(30deg);
  z-index: -80;
  filter: drop-shadow(-5px -3px 5px #313030);
}

#tictacs {
  position: absolute;
  height: 215px;
  width: auto;
  top: 500px;
  left: 560px;
  transform: rotate(160deg);
  z-index: -80;
  filter: drop-shadow(-5px -3px 5px #313030);
}

#geef {
  position: absolute;
  height: 110px;
  width: auto;
  top: 677px;
  left: 488px;
  transform: rotate(5deg);
  z-index: 2;
}

#tape {
  position: absolute;
  height: 30px;
  width: auto;
  top: 658px;
  left: 492px;
  transform: rotate(5deg);
  z-index: 3;
}

#agenda {
  position: absolute;
  height: 410px;
  width: auto;
  top: 35px;
  left: 545px;
  transform: rotate(35deg);
  z-index: 3;
  filter: drop-shadow(5px 3px 5px #313030);
}

#athack {
  position: absolute;
  height: 420px;
  width: auto;
  top: 65px;
  left: 965px;
  transform: rotate(-18deg);
  z-index: -81;
}

#yawn {
  position: absolute;
  height: 90px;
  width: auto;
  top: -20px;
  left: 800px;
  transform: rotate(-20deg);
  z-index: -80;
}

#kurz {
  position: absolute;
  height: 90px;
  width: auto;
  top: 140px;
  left: 750px;
  transform: rotate(41deg);
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(1px 1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px -1px 0 white) drop-shadow(-1px 1px 0 white);
}

#space {
  position: absolute;
  height: 80px;
  width: auto;
  top: 440px;
  left: 20px;
  transform: rotate(-61deg);
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(1px 1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px -1px 0 white) drop-shadow(-1px 1px 0 white);
}

#blush {
  position: absolute;
  height: 80px;
  width: auto;
  top: 300px;
  left: 850px;
  transform: rotate(-34deg);
  z-index: -80;
  pointer-events: none;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(1px -1px 0 black) drop-shadow(-1px -1px 0 black) drop-shadow(-1px 1px 0 black);
}



