@font-face {
  font-family: 潮字社凌渡鲲鹏简;
  src: url("../img/ChaoZiSheLingDuPengJian-2.ttf");
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  color: white;
  font-family: "Noto Sans SC", sans-serif;
  background: linear-gradient(
    135deg,
    rgb(0, 0, 0) 5.8%,
    rgb(178, 14, 14) 112.6%
  );
  cursor: url("./img/custom-cursor.png"), auto;
}
.section {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro {
  font-size: 3em;
  position: absolute;
  z-index: 2;
  padding-left: 10%;
  padding-right: 10%;
}
.ball {
  position: absolute;
  opacity: 1;
  bottom: 20%;
  height: 3em;
  width: 3em;
  background-color: white;
  border-radius: 100%;
}
#ball2 {
  pointer-events: none;
  position: fixed;
  transform: translate(0, 0);
  height: 6em;
  width: 6em;
  opacity: 1;
  cursor: url("./img/custom-cursor.png");
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(109, 8, 8);
}
#ball2 span {
  font-size: 2em;
}
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #eee;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 1000ms, height 1000ms;
  z-index: 100;
}

.cursor.large {
  height: 70px;
  width: 70px;
}
.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: url("./img/custom-cursor.png"), auto;
}
.hint {
  opacity: 0;
  font-weight: 100;
  font-size: 1em;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.text {
  color: transparent;
  font-family: 潮字社凌渡鲲鹏简;
  font-size: 2em;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  font-family: "Noto Sans SC", sans-serif;
  left: 0;
}
.loading h1 {
  display: inline-block;
  color: #de1c31;
  font-size: 2rem;
  font-family: "Noto Sans SC", sans-serif;
}
.loading-slider {
  height: 100%;
  width: 100%;
  background-color: #5a1216;
  position: fixed;
  transform: translateY(100%);
  top: 0;
  left: 0;
}
.hide {
  background-color: #000;
  overflow: hidden;
  font-family: "Noto Sans SC", sans-serif;
}
.hide span {
  display: inline-block;
  transform: translateY(100%);
  font-family: "Noto Sans SC", sans-serif;
}
