@font-face {
  font-family: hug-me-tight;
  src: url(https://dl.dropbox.com/s/lkx18y1mqiuxt63/Hug%20Me%20Tight%20-%20TTF.ttf);
}

@font-face {
  font-family: to-japan;
  src: url(https://dl.dropbox.com/scl/fi/3ljge25h5dpuuhrd354jn/To-Japan-3.ttf?rlkey=9r7pgjpzuy89e59hoa5eq4hwf&st=oz0fgqhy&dl=0);
}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  width: 95vw;
  height: 100vh;
  padding: 0;
  margin: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  background: url(https://dl.dropbox.com/scl/fi/9b08cck5booz8it7j8zfq/6c21ef9ce2965939a3a913e82b1c82cd-2.jpg?rlkey=42r2mur6sjp8magjxcut1m7tt&st=y6brvwha&dl=0);
  background-size: 10rem;
  position: relative;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.908), transparent),
    url(https://i.postimg.cc/xT0gZySk/1-9.gif);
  background-attachment: fixed;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #ffe1f0;
  }
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 15px;
    height: auto;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 20px;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #ffe1f0;
    border-radius: 20px;
    border: 1px solid #ffc7e4;
  }
}

/* Start https://www.cursors-4u.com */
* {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur274.cur), auto !important;
} /* End https://www.cursors-4u.com */

::-moz-selection {
  /* Code for Firefox */
  background: rgba(203, 245, 147, 0.47);
}

::selection {
  background: rgba(203, 245, 147, 0.47);
}

.wrapper {
  position: relative;
  z-index: auto;
}
.rings {
  position: absolute; 
  z-index: 200;
  height: 100%;
  left: -37px;
  top: 15px;
}

.rings .ring:nth-of-type(1) {
 top: 30px; 
}

.rings .ring:nth-of-type(2) {
 top: 50%; 
 margin-top: -20px;
}

.rings .ring:nth-of-type(3) {
    bottom: 70px;
}

.ring {
   width: 60px;
  height: 10px;
  border-radius: 100px;
  background: -webkit-linear-gradient(left, #d1d1d1, #fff, #d1d1d1, #fff, #d1d1d1);
  position: absolute;
  left: 428px;
  box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}

.ring:before,
.ring:after {
   display: block;
  content: '';
  border-radius: 100px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #000;
  z-index: -1;
  top: -3px;
}

.ring:before {
  left: -3px;
}

.ring:after {
  right: -3px;
}
.main {
  margin: auto;
  margin-top: 10em;
  width: 860px;
  height: 650px;
  background: url(https://64.media.tumblr.com/1f2f9d9277c84c575a7908a57a71b1cb/dd9dbaefc87b6bc5-47/s400x600/2616997b76d1c1ff1d0fc2b5551198de0d7f7723.pnj);
  transform: rotate(-2deg);
  position: relative;
  border-radius: 20px 20px 20px 20px;
  border: #fff 3px dotted;
  box-shadow: #f6cddc 0 0 0 3px, rgba(0, 0, 0, 0.5) 0 0 20px;
  z-index: auto;
}
.main:after {
  content: "";
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  left: 367px;
  top: 0;
  border-right: #fff 2px dashed;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 50px;
  z-index: auto;
}

.left {
  width: 47%;
  height: 97%;
  background: url(https://i.pinimg.com/736x/88/45/e3/8845e398918ef0e5f4ca661963ea1559.jpg);
  background-size: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  float: left;
  box-sizing: border-box;
  margin: 0.5em;
  padding: 1.5em;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px 0px, #fff 3px 3px 0px,
    rgba(0, 0, 0, 0.4) 5px 5px 10px, #fff 6px 6px 0px;
    z-index: 50;
}

.row1 {
  width: 100%;
  left: -2em;
  margin: 1em;
  position: relative;
}

.icon {
  position: absolute;
  z-index: 9;
  left: -9.5em;
  top: -9.5em;
  width: 25rem;
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  transform: scale(1, 1) rotate(10deg);
}

h2 {
  font-size: 4.4em;
  transform: rotate(-1deg);
  padding: 0px;
  margin: 0px;
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  color: #ffd5dc;
  font-family: to-japan;
  background-image: url("https://i.postimg.cc/NMZFHx7d/he1-ani.gif");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #977357;
  display: inline-block;
  transition: 0.2s ease;
}
h2:hover {
  font-size: 4.62em;
}

h3 {
  padding: 0;
  margin: 0;
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  font-family: hug-me-tight;
  color: #726f70;
  font-size: 1em;
}

h4 {
  font-size: 1.6em;
  margin: 0.15em;
  padding: 0em;
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  font-family: hug-me-tight;
  text-align: center;
  color: #726f70;
}

.button {
  position: absolute;
  top: -1.8em;
  left: 35em;
  background: #f8bcd7;
  padding: 0px;
  height: 50px;
  width: 90px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
  border-width: 8px;
  border-style: solid;
  color: #726f70;
  font-family: hug-me-tight;
  font-size: 20px;
  transform: rotate(0deg);
  display: block;
  transition: 0.2s ease;
}
button:hover {
  height: 10%;
  transform: translatey(-10px) rotate(-2deg);
  transition: 0.2s ease;
}

a:link {
  color: inherit;
  text-decoration: wavy underline;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #ff6ac1;
}

.ext {
  display: none;
  padding: 1em;
  margin-top: 1em;
  background-color: #fff;
  background: url(https://64.media.tumblr.com/f3d4f9100ec5dd1070048e2e1e86c190/54dbdd530a69c1c9-f8/s75x75_c1/554afeed0758997760577ced06f2027841b0b628.pnj);
  border: 2px solid #977357;
  border-radius: 10px;
  font-family: hug-me-tight;
  color: #726f70;
  text-align: center;
  width: 20rem;
  height: 14rem;
  position: absolute;
  z-index: 999;
  top: 10em;
  left: 15em;
  transform: rotate(4deg);
  box-shadow: inset 0 13px 6px -10px white, inset 13px 0 5px -10px lightgray,
    inset -13px 0 6px -10px lightgray, inset 0 -13px 6px -10px lightgray;
}

.scroll1 {
  float: right;
  width: 80%;
  height: 19rem;
  margin-top: 14em;
  margin-right: 2em;
  background-color: #fff;
  border: 2px solid #977357;
  box-shadow: inset 0 13px 6px -10px white, inset 13px 0 5px -10px lightgray,
    inset -13px 0 6px -10px lightgray, inset 0 -13px 6px -10px lightgray;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  border-radius: 8px;
  font-family: "Kosugi Maru", sans-serif;
  color: #726f70;
  position: relative;
  z-index: auto;
}

.right {
  margin: 0.5em;
  width: 49%;
  height: 97%;
  float: left;
  background: url(https://64.media.tumblr.com/b1b2d712bdd9cbb97d061fe79dd933c8/7025f781cefd0e51-45/s100x200/2068e4bfc975f787e3a0d91657b11880fb2f2321.gifv);
  background-size: 20rem;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px 0px, #fff 3px 3px 0px,
    rgba(0, 0, 0, 0.4) 5px 5px 10px, #fff 6px 6px 0px;
  z-index: 50;
}

.top-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: url(https://i.pinimg.com/736x/9b/1d/b1/9b1db1590a3889a1527f7b9c4f7735bc.jpg);
  background-size: 102%;
}

.interests {
  margin: auto;
  position: relative;
  top: 2em;
  left: 0.5em;
  width: 90%;
  height: 80%;
  box-sizing: border-box;
  border: 2px solid #977357;
  box-shadow: inset 0 13px 6px -10px white, inset 13px 0 5px -10px lightgray,
    inset -13px 0 6px -10px lightgray, inset 0 -13px 6px -10px lightgray;
  padding: 0.5em;
  border-radius: 8px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  background-color: #fddef4;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
}

.item {
  width: 170px;
  height: 100%;
  overflow-y: auto;
  background: white;
  border: 1px solid #977357;
  border-radius: 9px;
  padding: 0.7em;
  box-sizing: border-box;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%),
    inset -13px 0px 6px -10px rgb(66 66 66 / 56%),
    inset 0px 13px 6px -10px #ffffff,
    inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  color: #726f70;
}

/* Bottom Section */

.bottom-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47%;
  /* Adjust height as needed */
  background-color: transparent;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%),
    inset -13px 0px 6px -10px rgb(66 66 66 / 56%),
    inset 0px 13px 6px -10px #ffffff,
    inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  filter: drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
  /* Pink as a base */
}
.pocket31 {
  background-color: #ffd3e9;
  position: absolute;
  border: 2px solid #aba8a2;
  border-radius: 10px;
  z-index: 0;
  width: 190px;
  height: 234px;
  border: outset 1px #fdeeee;
  margin-top: 160px;
  filter: drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 1px #424242);
}
.pocket32 {
  background-color: #ffd3e9;
  position: absolute;
  border-radius: 10px;
  z-index: 0;
  width: 180px;
  height: 222px;
  margin-left: 6px;
  margin-top: 168px;
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #b1887f,
    inset 0 -1px 1px rgba(0, 0, 0, 1), inset 0 1px 1px rgba(255, 255, 255, 1);
}
.pocketstitch3 {
  background-color: #ffd3e9;
  position: absolute;
  border-radius: 10px;
  border: 2px dotted #aba8a2;
  z-index: 0;
  width: 167px;
  height: 209px;
  margin-left: 10px;
  margin-top: 172px;
}
.pocket31,
.pocket32,
.pocketstitch3 {
  width: 55%;
  height: 100%;
  top: -10em;
}
.pocket21 {
  background-color: #ffd3e9;
  position: absolute;
  border: 2px solid #aba8a2;
  border-radius: 10px;
  width: 190px;
  height: 274px;
  border: outset 1px #fdeeee;
  margin-top: 120px;
  filter: drop-shadow(-1px 8px 6px rgba(172, 172, 172, 0.2))
    drop-shadow(-1px 8px 6px rgba(172, 172, 172, 0.2))
    drop-shadow(1px 8px 5px #424242);
}
.pocket22 {
  background-color: #ffd3e9;
  position: absolute;
  border-radius: 10px;
  width: 180px;
  height: 262px;
  margin-left: 6px;
  margin-top: 128px;
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #b1887f,
    inset 0 -1px 1px rgba(0, 0, 0, 1), inset 0 1px 1px rgba(255, 255, 255, 1);
}
.pocketstitch2 {
  background-color: #ffd3e9;
  position: absolute;
  border-radius: 10px;
  border: 2px dotted #aba8a2;
  width: 167px;
  height: 249px;
  margin-left: 10px;
  margin-top: 132px;
}
.pocket21,
.pocket22,
.pocketstitch2 {
  left: 10em;
  top: -7.5em;
  width: 70%;
  height: 100%;
  z-index: 30;
}
.charm2 {
  position: absolute;
  z-index: 20;
  margin-top: -10px;
  margin-left: -7px;
  transform: rotate(20deg);
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
}
.charm3 {
  position: absolute;
  z-index: 50;
 top: 200px;
  left: -20px;
  transform: rotate(-1deg);
  filter: drop-shadow(0 2.5px white) drop-shadow(2.5px 0 white)
    drop-shadow(0 -2.5px white) drop-shadow(-2.5px 0 white)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 2px #424242);
}

.mes {
  position: relative;
  left: 1.5em;
  width: 38%;
  height: 280px;
  margin-top: 0.5em;
  border-radius: 10px;
  overflow-y: scroll;
  scrollbar-width: none;
}

#s-m-t-tooltip {
  /* basic */
  max-width: 300px;
  z-index: 999;

  /* style and design */
  padding: 8px;
  font-size: 2rem;
  border-radius: 1rem;
  background: white;
  font-family: "Kosugi Maru", sans-serif;
  color: #726f70;
  box-shadow: -13px 14px 11px -8px rgba(0, 0, 0, 0.32) inset;
  -webkit-box-shadow: -13px 14px 11px -8px rgba(0, 0, 0, 0.32) inset;
  -moz-box-shadow: -13px 14px 11px -8px rgba(0, 0, 0, 0.32) inset;
}

#kin {
  width: 100%;
}
.keychain {
  position: absolute;
  z-index: -999;
  top: 5em;
  left: 45em;
  transform: rotate(-28deg) scaleX(1);
  filter: brightness(110%) saturate(120%)
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6))
    drop-shadow(1px 1px 0 rgba(172, 172, 172, 0.6)) drop-shadow(0 0 4px #424242);
   style: width: 10px; object-fit: cover;
}

.disk {
width: 22%;
object-fit: cover;
-webkit-mask-image: url(https://cdn.pixabay.com/photo/2013/07/12/18/04/dvd-152917_1280.png);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: absolute;
animation-duration: 2s;
animation-iteration-count: infinite;
  z-index:950;
  position: fixed;
  left: 621px;
  bottom: 61px;
  pointer-events: none;
}

.disk {
        animation-name: spin;
        animation-timing-function: linear;
    }
    @keyframes spin {
        from { transform: rotate(0deg) }
        to { transform: rotate(360deg) }
    }
.player{
  z-index:900;
  position: absolute;
  left: 110px;
  bottom: -30px;
  pointer-events: none;
  width: 350px;
height: 350px;
  transform: rotate(5deg);
  filter: brightness(120%) saturate(90%)
}

