@font-face {
  font-family: "glypholagy";
  src: url(../assets/fonts/IntrudingCat.ttf) format("truetype");
}

* {
  margin: 0;
  padding: 0;
  font-family: glypholagy;
  user-select: none;
  -webkit-user-drag: none;
}

body,
html {
  overflow: hidden;
}

.table {
  width: 100%;
  height: 100%;
  z-index: 100;
}

#error-message {
  background-color: #f8d7da;
  color: black;
  padding: 10px;
  border: 1px solid #721c24;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  left: 33%;
  display: none;
  z-index: 1000;
}

.table-top {
  width: 100vw;
  height: 58.59375vh;
  background-color: #c8a06d;
  display: flex;
  justify-content: center;
}

.left,
.right {
  width: 100%;
}

.top-left img {
  width: 100px;
  height: auto;
  position: absolute;
}

#grom-polaroid {
  rotate: -10deg;
  top: 25px;
  left: 25px;
}

#glyph-polaroid {
  rotate: 10deg;
  top: 25px;
  left: 185px;
}

#milkshake-polaroid {
  rotate: -10deg;
  top: 165px;
  left: 25px;
}

#oops-polaroid {
  rotate: 10deg;
  top: 165px;
  left: 185px;
}

#amity-note {
  width: 75px;
  height: auto;
  rotate: 5deg;
  top: 265px;
  left: 210px;
}

#glyph-note {
  width: 75px;
  height: auto;
  rotate: 30deg;
  top: 480px;
  left: 24.833434282253179890975166565718vw;
}

.notebook {
  position: absolute;
}

.glyphs {
  top: 310px;
  rotate: 5deg;
  left: 20px;
}

.glyphs:hover {
  cursor: pointer;
}

.combos {
  top: 370px;
  rotate: -10deg;
  left: 220px;
}

.combos:hover {
  cursor: pointer;
}

#small-page {
  width: 100px;
  height: 150px;
  background-color: #e4dcb7;
  border-radius: 20px;
  border: 1px solid black;
  margin-left: 10px;
}

#small-page-text {
  font-size: 26px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.small-rings {
  width: fit-content;
  height: fit-content;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6.67px;
  top: 18.01px;
}

#small-ring {
  width: 20px;
  height: 6.67px;
  border: 1px solid black;
  background-color: #86866a;
  border-radius: 20px;
}

.middle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: visible; */
}

#page {
  width: 370px;
  height: 53.9306640625vh;
  background-color: #e4dcb7;
  border-radius: 20px;
  border: 1px solid black;
}

.left-page {
  margin-right: 11.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* overflow: visible; */
}

.header,
.header-right {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.header p,
.header-right p {
  font-size: 18px;
}

.top {
  display: flex;
  width: 70%;
  justify-content: space-between;
}

#title {
  width: 70%;
  height: 30px;
  background-color: #e4dcb7;
  border: 2px solid black;
  padding-left: 5px;
}

#description-custom {
  height: 70px;
  background-color: #e4dcb7;
  border: 2px solid black;
  padding: 5px;
  margin-bottom: 10px;
  z-index: 1000;
  display: flex;
  resize: none;
  overflow: hidden;
}

.right-page .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.back-arrow,
.forward-arrow {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 10px;
  width: fit-content;
  position: relative;
  top: 150px;
}

.left-page .back-arrow {
  margin-left: 10px;
  rotate: 180deg;
}

.back-arrow:hover,
.forward-arrow:hover {
  cursor: pointer;
}

.back-arrow > div,
.forward-arrow > div {
  width: 10px;
  height: 2px;
  background-color: black;
}

.line-1 {
  rotate: 45deg;
  margin-bottom: 2px;
}

.line-2 {
  rotate: -45deg;
  margin-top: 2px;
}

.rings {
  width: 73px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2.38671875vh;
}

#ring {
  width: 73px;
  height: 2.38671875vh;
  border: 1px solid black;
  background-color: #86866a;
  border-radius: 20px;
}

.footer,
.footer-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 20px;
}

#info,
#info-right {
  font-size: 14px;
  width: 70%;
}

#description,
#description-right {
  width: 65%;
  margin-bottom: 20px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

#signature {
  width: fit-content;
  height: fit-content;
  position: relative;
  left: -20px;
}

#magnifying-glass,
#eraser,
#trash-can {
  z-index: 1000;
  width: fit-content;
  height: fit-content;
  position: unset;
}

#magnifying-glass {
  width: 25px;
  height: auto;
}

.images {
  display: flex;
  justify-content: space-between;
}

.images .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

#magnifying-glass:hover,
#eraser:hover,
#trash-can:hover {
  cursor: pointer;
}

.delete-confirmation {
  display: none;
  border: 2px solid black;
  border-radius: 5px;
  background-color: #e4dcb7;
  padding: 5px;
  width: 120px;
  position: absolute;
  top: 400px;
  right: 600px;
  z-index: 1000;
}

#pin-delete {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: -20px;
  left: 50%;
}

.checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 5px;
  top: 63%;
  left: 80%;
}

.checkmark:hover {
  .check-line1 {
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 12px;
    left: 0px;
    rotate: 65deg;
  }
  .check-line2 {
    width: 15px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 10px;
    left: 5px;
    rotate: -45deg;
  }
}

#pencil {
  width: fit-content;
  height: fit-content;
  top: 200px;
  right: 22.208884vw;
}

.right img {
  width: 100px;
  height: auto;
  position: absolute;
}

#hexsquad {
  top: 30px;
  right: 290px;
  rotate: -10deg;
}

#luz-vee {
  top: 30px;
  right: 120px;
  rotate: 10deg;
}

#giraffes {
  top: 170px;
  right: 120px;
  rotate: 10deg;
}

#king-note {
  width: 75px;
  height: 75px;
  top: 160px;
  right: 250px;
  rotate: 12deg;
}

#stringbean {
  top: 300px;
  right: 120px;
}

.plant-glyph-note {
  width: 100px;
  height: 150px;
  position: absolute;
  top: 350px;
  right: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #e4dcb7;
  border-radius: 20px;
  border: 1px solid black;
}

#plant-glyph {
  width: 75px;
  height: 75px;
  position: unset;
  margin-top: 25px;
}

#flower {
  transform: translateY(-35px);
  width: 38px;
  height: 38px;
  position: unset;
}

#eda-note {
  width: 75px;
  height: 75px;
  rotate: -45deg;
  top: 470px;
  right: 215px;
}

.table-bottom {
  width: 100vw;
  height: 2.9296875vh;
  background-color: #b58054;
}

.floor img {
  position: absolute;
}

#failed-glyph {
  width: 100px;
  height: auto;
  top: 80vh;
  left: 10vw;
}

#ghost {
  margin-top: 100px;
  left: -108px;
}

.dark-part {
  width: 100vw;
  height: 5.859375vh;
  position: relative;
  background-color: #8c4d16;
}

.break {
  width: 100vw;
  height: 1.12vh;
  background-color: #bf7534;
}

.plank {
  width: 100vw;
  height: 7.03125vh;
  background-color: #d9933d;
}

.chair {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 39.787652638404976753899080047921vh;
  left: calc(50% - 220px);
}

#chair-1 {
  width: 440px;
  height: 440px;
  background-color: #e88ac9;
  border-radius: 50%;
  clip-path: polygon(0 45%, 100% 45%, 100% 100%, 0% 100%);
}

.seated-line {
  width: 440px;
  height: 14px;
  background-color: #805588;
  position: absolute;
  top: 198px;
}

.seated-part {
  width: 350px;
  height: 350px;
  position: absolute;
  background-color: #805588;
  top: 22px;
  left: calc(50% - 205px);
  border-radius: 50%;
}

.leg-1,
.leg-2 {
  width: 20px;
  height: 85px;
  background-color: #56696f;
  position: absolute;
  border-radius: 20px;
  rotate: 45deg;
}

.leg-1 {
  top: 363px;
  left: calc(50% - 210px);
  clip-path: polygon(0 13%, 100% 13%, 100% 100%, 0% 100%);
}

.leg-2 {
  top: 363px;
  left: calc(50% + 131px);
  clip-path: polygon(0 13%, 100% 13%, 100% 100%, 0% 100%);
  rotate: -45deg;
}

.ball {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-color: #3c4645;
}

#ball-1 {
  top: 410px;
  left: 5px;
}

#ball-2 {
  top: 410px;
  left: calc(100% - 105px);
}

.done-creating {
  position: absolute;
  display: none;
  flex-direction: column;
  border: 1px solid black;
  border-radius: 5px;
  background-color: #e4dcb7;
  top: 280px;
  right: 360px;
  padding: 5px;
  gap: 5px;
}

#pin-creating {
  position: absolute;
  right: 40px;
  top: -20px;
  width: fit-content;
  height: fit-content;
}

.buttons {
  display: flex;
  justify-content: space-around;
}

.buttons button {
  padding: 0px 5px;
  font-size: 16px;
  color: black;
  background-color: #b795e1;
  border: 1px solid black;
  border-radius: 5px;
}

.buttons button:hover {
  cursor: pointer;
}

/* CSS for the glyphs and combos */

.content,
.content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#combo-canvas {
  border: 1px solid black;
  margin-top: 20px;
  height: 227px;
  width: 260px;
}

#display-canvas,
#display-canvas-right {
  margin-top: 20px;
  width: 260px;
  height: 227px;
}

.choose {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  width: 200px;
  background-color: #e4dcb7;
  border: 2px solid black;
  gap: 3px;
  padding: 5px;
  top: -80px;
  left: -100px;
}

#pin {
  position: absolute;
  top: -15px;
  left: 100px;
}

#line,
#curved-line,
#glyph,
#circle {
  width: 100%;
}

#line:hover,
#curved-line:hover,
#glyph:hover,
#circle:hover {
  background-color: #7e7965;
  cursor: pointer;
}

.top-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cross:hover {
  cursor: pointer;
  background-color: #7e7965;
}

#heart-icon,
#heart-icon-right {
  width: 40px;
  height: auto;
  position: relative;
  top: -45px;
  left: 240px;
  z-index: 999;
}

#heart-icon:hover,
#heart-icon-right:hover {
  cursor: pointer;
}

#like-count,
#like-count-right {
  position: relative;
  top: -40px;
  left: 240px;
  font-size: 16px;
  color: black;
}

.sticky-notes,
.sticky-notes-right {
  display: flex;
}

.sticky-notes img {
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin-top: -20px;
  margin-left: 20px;
  width: 50px;
  height: auto;
}

.sticky-notes-right {
  justify-content: flex-end;
  width: 85%;
  height: 0px;
  position: relative;
  padding-top: 0px;
  /* overflow: visible; */
  gap: 10px;
}

.sticky-notes p,
.sticky-notes-right p {
  font-size: 14px;
  transform: translateX(27px) translateY(-18px);
  position: absolute;
}

.sticky-notes-right p {
  transform: translateX(27px) translateY(-20px);
  position: unset;
  border: 1px solid black;
  border-bottom: 0px;
  padding: 0px 5px;
  background-color: #abd948;
  width: 45px;
  height: fit-content;
  text-align: center;
}

.sticky-notes-right p:nth-child(2) {
  background-color: #f2e399;
}

.sticky-notes img:hover,
.sticky-notes-right img:hover {
  cursor: pointer;
}

.sticky-notes p:hover,
.sticky-notes-right p:hover {
  cursor: pointer;
}

.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
  z-index: 1000;
  border-radius: 100px;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.dropdown-content {
  display: none;
  background-color: rgba(255, 0, 187, 0.3);
  flex-direction: column;
  width: 170px;
  height: 100vh;
  z-index: 999;
  justify-content: space-between;
}

.top-dropdown,
.bottom-dropdown {
  display: flex;
  width: 150px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.bottom-dropdown {
  position: relative;
  top: -40px;
}

.dropdown-content a {
  font-size: 20px;
  padding: 10px 0px 10px 20px;
  margin-left: 20px;
  width: 100%;
  color: black;
  text-decoration: none;
  display: block;
  position: relative;
  top: 40px;
}

.dropdown-content a:hover {
  background-color: rgba(255, 0, 187, 0.5);
}

.show {
  display: block;
}

.dropdown-content.show {
  display: flex;
}

.container,
.dropdown-content {
  position: absolute;
  right: 0px;
}
.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
  z-index: 1000;
  border-radius: 100px;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.dropdown-content {
  display: none;
  background-color: rgba(255, 0, 187, 0.3);
  flex-direction: column;
  width: 170px;
  height: 100vh;
  z-index: 999;
  justify-content: space-between;
}

.top-dropdown,
.bottom-dropdown {
  display: flex;
  width: 150px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.bottom-dropdown {
  position: relative;
  top: -40px;
}

.dropdown-content a {
  font-size: 20px;
  padding: 10px 0px 10px 20px;
  margin-left: 20px;
  width: 100%;
  color: black;
  text-decoration: none;
  display: block;
  position: relative;
  top: 40px;
}

.dropdown-content a:hover {
  background-color: rgba(255, 0, 187, 0.5);
}

.show {
  display: block;
}

.dropdown-content.show {
  display: flex;
}

.container,
.dropdown-content {
  position: absolute;
  right: 0px;
}

@media (max-width: 780px) {
  #grom-polaroid,
  #glyph-polaroid,
  #milkshake-polaroid,
  #oops-polaroid,
  #amity-note,
  #pencil,
  #hexsquad,
  #luz-vee,
  #giraffes,
  #king-note,
  #stringbean,
  .plant-glyph-note,
  #eda-note,
  .notebook,
  #glyph-note {
    display: none;
  }

  #display-canvas,
  #display-canvas-right {
    margin-top: 20px;
    width: 218px;
    height: 185px;
  }
}
