@import url("https://font.nmscd.com/assets/font/NMSGeoSans_Kerned/Web-TT/NMSGeoSans_Kerned.css");

@font-face {
  font-family: "3270";
  src:
    url(../fonts/3720/3270-Regular.woff) format("woff"),
    url(../fonts/3720/3270-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "3270", sans-serif;
  font-size: 40px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.inactive {
  display: none !important;
}

p {
  margin: 0;
}

#custom-pointer {
  position: fixed;
  pointer-events: none;
  z-index: 500;
  width: 1440px;
  height: 2447px;
  background: url(../assets/Hand.png) no-repeat;
  background-size: contain;
  top: -3000px;
  left: -3000px;
  transform: translate(-5.7%, -4.5%);
  will-change: left, top;
}

#overlay {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  z-index: 998;
}

#background {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  position: fixed;
  pointer-events: none;
  width: 250vw;
  height: 300vh;
  z-index: -500;
}

#backgroundTop,
#backgroundBottom {
  width: 100%;
  height: 3%;
}

#backgroundView {
  width: 100%;
  height: 25%;
}

#helmet {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#helmetTop {
  position: relative;
  width: 75%;
  height: 5%;
  filter: blur(5px);
  border-radius: 0 0 100% 100%;
  border: 4px solid;
  top: -4%;
}

#helmetBottom {
  position: relative;
  width: 30%;
  height: 7%;
  filter: blur(5px);
  border-radius: 100% 100% 0 0;
  border: 4px solid;
  bottom: -4%;
}

#perspective {
  overflow: hidden;
  display: flex;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
}

#visual {
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 250%;
  height: 200%;
  align-items: center;
  justify-content: center;
  transform: rotateX(0deg);
  transform: translateY(0px);
}

#outerDetail1 {
  overflow: visible;
  width: 300%;
  height: 200px;
  border: 3px solid;
  margin-bottom: 15px;
}

#outerDetail2 {
  overflow: visible;
  width: 300%;
  height: 200px;
  border: 3px solid;
  margin-top: 15px;
}

#musicControls {
  display: flex;
  justify-content: space-around;
}

#musicTopBorder {
  width: 100%;
  height: 0px;
  border: 25px solid;
  border-top: 0px;
}

#musicBorder1 {
  width: 100vw;
  height: fit-content;
  border: 4px solid;
}

#musicBorder2 {
  width: 100%;
  height: 100%;
  border: 30px solid;
}

#screenBorder1 {
  width: 80%;
  height: 60%;
  border: 4px solid;
}

#screenBorder2 {
  width: 100%;
  height: 100%;
  border: 30px solid;
  border-bottom-width: 70px;
}

#screenBorder3,
#musicBorder3 {
  width: 100%;
  height: 100%;
  border: 4px solid;
}

#screenBorder4,
#musicBorder4 {
  width: 100%;
  height: 100%;
  border: 25px solid;
}

#trackInfo {
  display: flex;
  justify-content: center;
  width: fit-content;
}

#trackInfo p,
#musicCreditButton,
#musicControls p {
  margin-left: 10px;
  margin-right: 10px;
}

#monitorBackground {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#monitorDetail {
  position: absolute;
  width: 97%;
  height: 97%;
  filter: blur(6px);
  z-index: 49;
}

.active {
  position: relative;
  width: 97%;
  height: 97%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  z-index: 50;
}

.divider,
.dividerLight {
  width: 100%;
  border: none;
  height: 2px;
  background-size: 40px 100%;
}

button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

li {
  list-style: square;
  font-size: 35px;
}

ul {
  margin: 0px;
}

#menuScreen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.menuButton {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#startingScreen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.infoText {
  font-size: 25px;
}

.project,
.experience,
.certification {
  margin-top: 15px;
  margin-bottom: 15px;
}

.setting {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.titleReturn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.screenContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 100%;
}

.scroll-box {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-box::-webkit-scrollbar {
  width: 30px;
}
.scroll-box::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #b0e0ff;
  border-radius: 0px;
}

#musicPlayer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
}

#aboutMe {
  display: flex;
  align-items: space-between;
  justify-content: center;
}

#aboutMe div {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

#avatar {
  width: 20%;
}

#contactLine {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  transform: translateY(-70px);
  font-family: "NMSGeoSans", "3270";
}

#latestCommit {
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-15px);
  font-family: "NMSGeoSans", "3270";
  font-size: 30px;
}
#latestCommit div {
  margin: 10px;
}
#versionMessage {
  font-size: 20px;
}

#socials {
  display: flex;
  font-size: 30px;
  align-items: center;
}

.volumeText {
  width: 500px;
}

#pixelationText {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#pixelationStatus {
  width: 30%;
}

.audioSlider {
  appearance: none;
  width: stretch;
  height: 10px;
}

.audioSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}

#textEditorSizeInput {
  appearance: none;
  width: stretch;
  height: 10px;
}

#textEditorSizeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 0px;
}

hr {
  border: 1px solid;
  margin: 5px;
  height: 100%;
  width: 1px;
}

.textInput {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  font-size: 50px;
  border: 2px solid;
  text-align: center;
  caret-shape: block;
}

#accessCodeInput {
  text-transform: uppercase;
  margin: 20px;
}

#textProperties {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#colorTextEditor {
  width: 300px;
}

#sizeTextEditor {
  width: stretch;
}

#textEditorSizeInput,
#textEditorColorInput {
  width: stretch;
}

#textEditorText {
  height: stretch;
  border: 2px solid;
  text-align: center;
  align-content: center;
  font-size: 50px;
  font: inherit;
  width: 100%;
  caret-shape: block;
}

#TimelineSetup7117 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14000px;
}

#TimelineCenter7117 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1%;
  height: 100%;
}
.TimelineIndicator7117 {
  position: absolute;
  width: 200%;
  height: 3px;
}

#TimelineRight7117,
#TimelineLeft7117 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49.5%;
  height: 100%;
}

.TimelineContentDivider7117 {
  width: stretch;
  height: 2px;
}

.TimelineDate7117 {
  display: flex;
  height: fit-content;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.TimelinePointerR7117,
.TimelinePointerL7117 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.TimelineEvent7117 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}
.TimelineEventText7117 {
  text-align: justify;
  font-size: 35px;
  padding: 10px;
}
.TimelineEventImage7117 {
  width: 100%;
  height: auto;
  align-self: center;
}

#TimelineNowIndicator7117 {
  justify-self: center;
  position: relative;
  z-index: 10;
  width: fit-content;
  border-radius: 8px;
}

/* Background Stars */

#backgroundView {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 20%;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}

#backgroundView .star-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--star-shadows);
  animation: animStar var(--star-duration) linear infinite;
  will-change: transform;
}

#backgroundView .star-layer::after {
  content: "";
  position: absolute;
  display: block;
  top: 2000px;
  left: 0;
  width: inherit;
  height: inherit;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--star-shadows);
}

#backgroundView #stars {
  --star-duration: 50s;
  width: 1px;
  height: 1px;
}

#backgroundView #stars2 {
  --star-duration: 100s;
  width: 2px;
  height: 2px;
}

#backgroundView #stars3 {
  --star-duration: 150s;
  width: 3px;
  height: 3px;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
