@font-face {
  src: url(fonts/ibmplexmono/IBMPlexMono-MediumItalic.ttf);
  font-family: IBM;
}

@font-face {
  src: url(fonts/handjet/Handjet-Regular.ttf);
  font-family: Handjet;
}

@font-face {
  src: url(fonts/handjet/Handjet-Light.ttf);
  font-family: HandjetLight;
}

@font-face {
  src: url(fonts/handjet/Handjet-Bold.ttf);
  font-family: HandjetBold;
}

@font-face {
  src: url(fonts/handjet/Handjet-SemiBold.ttf);
  font-family: HandjetSemibold;
}

@font-face {
  font-family: HomeadeApple;
  src: url(fonts/homeadeapple/HomemadeApple-Regular.ttf);
}

@font-face {
  font-family: PatrickHand;
  src: url(fonts/patrickhand/PatrickHand-Regular.ttf);
}

*::selection{
  color:#c01168;
  background-color: #fff1bb8a;
}


   ::-webkit-scrollbar {
width: 14px
}

::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e1cbd7, #ffe7f5 20%);
border-left: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:vertical {
background: linear-gradient(90deg, rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-left: 1px solid #c33072;
}

/*horizontal scroll*/

::-webkit-scrollbar:horizontal {
height: 14px
}

::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e1cbd7, #ffe7f5 20%);
 border-top: 1px solid #c33072;
}

::-webkit-scrollbar-thumb:horizontal {
background: linear-gradient(180deg,  rgb(122, 27, 79) 0%, rgb(255, 194, 219) 28%, rgb(238, 138, 190) 55%, rgb(252, 202, 239) 87%);
  border-top: 1px solid #c33072;
}

body {
  background-image: url(bg/fancy2.png);
}

#glitterstar {
  display: block;
  margin: 0 auto;
  width: 70%;
}

#glitterstripe {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.logocont {
    position: relative;
    width: 100%;
}

#logobg {
    position: relative;
    height: auto;
    width: 100%;
}

#logo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 5px 10px #c9167e);

    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
    transform: translateY(0);
    }

    50% {
    transform: translateY(-20px);
    }

    100% {
    transform: translateY(0);
    }}

.tradcont {
  position: relative;
  width: 100%;
  height: clamp(100px, 50vw, 500px);
}

.sketchcover {
  z-index: 5;
  position: absolute;
  top: 10%;
  left: 20%;
  height: auto;
  filter: grayscale(100%) drop-shadow(0px 5px 10px #f62d81);
  transition: .25s ease-out;
  width: 50%;;
  }

  
.sketchcover:hover{
  width: 55%;
filter: grayscale(0%) drop-shadow(0px 0px 20px #f62d81);
transform: rotate(5deg);
transition: .25s ease-in;
}     
    
.cuttingmat {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  filter: drop-shadow(-5px 0px 5px #8b0a51);
}

.stickerbook {
  z-index: 1;
  position: absolute;
  bottom: 5%;
  left: 8%;
  filter: drop-shadow(3px 0px 5px #8b0a51);
  width: 17%;
  transform: rotate(-45deg);
}

.pen1 {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 23%;
  filter: drop-shadow(3px 0px 5px #8b0a51);
  width: 28%;
}

.pen2 {
  z-index: 2;
  position: absolute;
  bottom: 5%;
  right: 29%;
  filter: drop-shadow(3px 0px 5px #8b0a51);
  width: 25%;
}

.scissors {
  z-index: 3;
  position: absolute;
  left: 10%;
  top: 0;
  filter: drop-shadow(3px 0px 5px #8b0a51);
  width: 10%;
  transform: rotate(15deg);
}

.comb {
  z-index: 3;
  position: absolute;
  right: 10%;
  top: 10%;
  filter: drop-shadow(-3px 0px 5px #8b0a51);
  width: 15%;
  transform: rotate(15deg);
}

.blush {
  z-index: 3;
  position: absolute;
  right: 15%;
  top: 12%;
  filter: drop-shadow(-3px 0px 5px #8b0a51);
  width: 10%;
}

#arrow1 {
  padding: 0;
  line-height: 0;
  position: absolute;
  left: 25%;
  display: inline-block;
  z-index: 4;
  top: 0%;
  font-family: Handjet;
  font-style: italic;
  text-decoration: underline;
  background-image: url(bg/x5mnyr7.gif);
  color: rgb(255, 237, 172);
}

#laptop {
  z-index: 5;
  position: absolute;
  top: 5%;
  right: 17%;
  height: auto;
  filter: grayscale(100%) drop-shadow(0px 5px 10px #f62d81);
  transition: .25s ease-in-out;
  width: 60%;
  }

  
#laptop:hover{
  width: 63%;
filter: grayscale(0%) drop-shadow(0px 0px 20px #f62d81);
transform: rotate(-5deg);
}

#deskmat {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  -webkit-mask-image: linear-gradient(to left, black 80%, transparent 100%);
  mask-image: linear-gradient(to left, black 80%, transparent 100%);
  filter: drop-shadow(5px 0px 5px #8b0a51);
}

#mouse {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: 10%;
  width: 11%;
  filter: drop-shadow(3px 0px 5px #8b0a51);
}

#earphones {
  bottom: 0;
  z-index: 3;
  position: absolute;
  width: 40%;
  filter: drop-shadow(3px 0px 3px #8b0a51);
}

#pen3 {
  position: absolute;
  z-index: 2;
  width: 3%;
  right: 12%;
  top: 30%;
    transform: rotate(-15deg);
  filter: drop-shadow(-3px 0px 3px #8b0a51);
}

#lippie {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  right: 0;
  width: 17%;
  filter: drop-shadow(-3px 0px 3px #8b0a51);
}

#xiao {
  position: absolute;
  z-index: 3;
  bottom: 3%;
  left: 2%;
  width: 20%;
  filter: drop-shadow(3px 0px 5px #8b0a51);
  transform: rotate(25deg);
}

#ven {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0%;
  width: 20%;
  filter: drop-shadow(-3px 0px 3px #8b0a51);
  transform: rotate(-5deg);
}

#arrow2 {
  z-index: 2;
  padding: 0;
  line-height: 0;
  position: absolute;
  left: 45%;
  display: inline-block;
  z-index: 4;
  bottom: 5%;
  font-family: Handjet;
  font-style: italic;
  text-decoration: underline;
  background-image: url(bg/x5mnyr7.gif);
  color: rgb(255, 237, 172);
}

.bottom {
  position: relative;
  width: 100%;
    height: clamp(100px, 35vw, 350px);
  background-image: url(bg/corkboard.png);
  box-shadow: 0px 5px 10px #8b0a51;
  border-radius: 20px;
}

#pil {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 30%;
  box-shadow: 0px 0px 10px #faf5c6;
}

#corkmess {
    box-shadow: 0px 5px 10px #c9167e;
  padding: 10px;
  font-size: 0.9rem;
  position: absolute;
  right: 5%;
  top: 10%;
  width: 55%;
  font-family: PatrickHand;
  height: 50%;
  overflow-y: scroll;
  color: #8b0a51;
  background-image: url(img/sketchbook/yellowpadbg.png);
}

#corkmess::-webkit-scrollbar {
  width: 8px;
  }

#corkmess::-webkit-scrollbar-track {
  background-color: rgba(228, 228, 228, 0.714);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e4539ba4;
  }

#corkmess::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:  #faf5c6;
  border: 1px solid #e26b97;
  }

  #mw2 {
    position: absolute;
    bottom: 7%;
    right: 28%;
    filter: drop-shadow(0px 0px 5px #ffffb4) grayscale(100%);
    transition: .25s ease-in-out;
  }
  #mw2:hover {
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 5px #ff1f87) grayscale(0%);
  }
  