.clock {
  opacity: 0;
  position: absolute;
  top: 5%;
  left: 80%;
  bottom: 0;
  right: 0;
  width: 5%;
  color: white;
  text-align: right;
  font-size: 18px;
  z-index: 3;
}
.clock .clock-container {
  width: 400%;
  border: 1px solid #dadada;
  border-right: none;
  border-radius: 3px;
  padding-right: 0px 40px;
}
.clock .clock-container p {
  letter-spacing: 1px;
  margin-right: 20px;
  text-shadow: 2px 2px 5px black;
}

.back-vid {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 10s;
  pointer-events: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: -1;
}

#startup {
  display: none;
}

#menu {
  opacity: 0;
  transition: opacity 1s;
}
#menu img {
  filter: drop-shadow(0 0 0.25rem black);
}
#menu p {
  text-shadow: 2px 2px 5px black;
}

.xmb-main {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 14%;
  margin-right: 0;
  color: #dadada;
  transition: margin-right 300ms;
  z-index: -2;
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .xmb-main {
    margin-right: -40%;
  }
}

.xmb-title {
  transition: scale 300ms;
  z-index: 2;
}
.xmb-title img {
  transition: scale 200ms;
}
.xmb-title .titletext {
  margin-top: -2px;
  font-size: 18px;
}

.xmb-title.homeMenu {
  transition: margin-left 200ms;
}
.xmb-title.homeMenu img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.homeMenu .titletext {
  display: none;
}
.xmb-title.homeMenu .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.homeMenu.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.homeMenu.active .titletext {
  display: inherit;
}
.xmb-title.homeMenu.active .xmb-contents {
  opacity: 1;
}
.xmb-title.homeMenu.active .titletext {
  margin-top: -10px;
}

.xmb-title.settings {
  margin-left: 80px;
}
.xmb-title.settings .titletext {
  margin-top: -2px;
}
.xmb-title.settings img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.settings .titletext {
  display: none;
}
.xmb-title.settings .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.settings.active {
  transition: all 300ms ease-in-out;
}
.xmb-title.settings.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.settings.active .titletext {
  display: inherit;
}
.xmb-title.settings.active .xmb-contents {
  opacity: 1;
}

.xmb-title.music {
  margin-left: 38px;
}
.xmb-title.music img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.music .titletext {
  display: none;
}
.xmb-title.music .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.music.active {
  margin-left: 30px;
  transition: all 300ms ease-in-out;
}
.xmb-title.music.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.music.active .titletext {
  display: inherit;
}
.xmb-title.music.active .xmb-contents {
  opacity: 1;
}
.xmb-title.music.active .xmb-contents {
  margin-right: 54px;
}

.xmb-title.messages {
  margin-left: 65px;
}
.xmb-title.messages img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.messages .titletext {
  display: none;
}
.xmb-title.messages .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.messages.active {
  margin-left: 60px;
  transition: all 300ms ease-in-out;
}
.xmb-title.messages.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.messages.active .titletext {
  display: inherit;
}
.xmb-title.messages.active .xmb-contents {
  opacity: 1;
}
.xmb-title.messages.active .xmb-contents {
  margin-right: 24px;
}

.xmb-title.videos {
  margin-left: 55px;
}
.xmb-title.videos img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.videos .titletext {
  display: none;
}
.xmb-title.videos .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.videos.active {
  transition: all 300ms ease-in-out;
}
.xmb-title.videos.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.videos.active .titletext {
  display: inherit;
}
.xmb-title.videos.active .xmb-contents {
  opacity: 1;
}

.xmb-title.games {
  margin-left: 18px;
}
.xmb-title.games img {
  scale: 0.8;
  opacity: 0.6;
}
.xmb-title.games .titletext {
  display: none;
}
.xmb-title.games .xmb-contents {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.xmb-title.games .abimg {
  margin-left: 0px;
  scale: 1.1;
}
.xmb-title.games #about {
  position: absolute;
  margin-left: 220px !important;
}
.xmb-title.games .twoimg {
  margin-left: 10px;
  scale: 1.1;
}
.xmb-title.games #twotext {
  position: absolute;
  margin-left: 225px !important;
}
.xmb-title.games.active {
  margin-left: 20px;
  transition: all 300ms ease-in-out;
}
.xmb-title.games.active img {
  scale: 1;
  opacity: 0.85;
}
.xmb-title.games.active .titletext {
  display: inherit;
}
.xmb-title.games.active .xmb-contents {
  opacity: 1;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20%;
  padding: 40px;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}
.title h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -2px;
  color: #dadada;
  text-shadow: 2px 2px 5px black;
}
.title p {
  font-size: 32px;
  margin-top: -40px;
  letter-spacing: -2px;
  color: #dadada;
  text-shadow: 2px 2px 5px black;
}

.warning {
  opacity: 0;
  color: #dadada;
  text-shadow: 2px 2px 5px black;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 300ms;
}
.warning .warninghead {
  margin-top: 25%;
  margin-left: 20%;
}
.warning p {
  margin-top: -10px;
  margin-left: 20%;
  width: 65%;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.xmb-contents {
  transition: opacity 300ms ease-in-out;
}
.xmb-contents p {
  font-size: 1.2rem;
}
.xmb-contents .submenu {
  display: flex;
  align-items: center;
  transition: all 250ms ease, opacity 200ms ease;
  font-size: 1.3rem;
}
.xmb-contents .submenu.one {
  margin-left: 5px;
  margin-top: 50px;
  transition: all 250ms ease, opacity 200ms ease;
}
.xmb-contents .submenu.one #about {
  position: absolute;
  margin-left: 115px;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  font-size: 1.5rem;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #d3d3d3, 0 0 2px #acacac, 0 0 2px #b1afaf, 0 0 5px #9b9b9b;
  }
  to {
    text-shadow: 0 0 5px #dfdfdf, 0 0 8px #c9c9c9, 0 0 15px #b6b6b4, 0 0 20px #b9b9b9;
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 1px #d3d3d3, 0 0 2px #acacac, 0 0 2px #b1afaf, 0 0 5px #9b9b9b;
  }
  to {
    text-shadow: 0 0 5px #dfdfdf, 0 0 8px #c9c9c9, 0 0 15px #b6b6b4, 0 0 20px #b9b9b9;
  }
}
.xmb-contents .submenu.one img {
  z-index: 2;
}
.xmb-contents .submenu.one.inactive {
  margin-top: -250px;
  margin-bottom: 0px;
  margin-top: -270px;
  transition: all 250ms ease, opacity 200ms ease;
}
.xmb-contents .submenu.one.inactive .subtext {
  opacity: 0;
}
.xmb-contents .submenu.one.inactive .about-bg {
  opacity: 0;
}
.xmb-contents .submenu.one.inactive #about {
  -webkit-animation: none;
          animation: none;
}
.xmb-contents .submenu.one.inactive img {
  transition: scale 300ms;
  scale: 0.7;
}
.xmb-contents .submenu.two {
  transition: all 250ms ease, opacity 200ms ease;
}
.xmb-contents .submenu.two #twotext {
  font-size: 1.5rem;
  position: absolute;
  margin-left: 120px;
}
.xmb-contents .submenu.two img {
  scale: 0.7;
}
.xmb-contents .submenu.two.active {
  margin-top: 200px;
}
.xmb-contents .submenu.two.active #twotext {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 1px #d3d3d3, 0 0 2px #acacac, 0 0 2px #b1afaf, 0 0 5px #9b9b9b;
  }
  to {
    text-shadow: 0 0 5px #dfdfdf, 0 0 8px #c9c9c9, 0 0 15px #b6b6b4, 0 0 20px #b9b9b9;
  }
}
.xmb-contents .submenu.two.active img {
  transition: scale 100ms ease-in-out;
  scale: 1;
}

.xmb-title.homeMenu.active .xmb-contents .submenu.one.active .about-bg {
  opacity: 1;
}
.xmb-title.homeMenu.active .xmb-contents .submenu.one.inactive .about-bg {
  opacity: 0;
}

.xmb-title.settings .xmb-contents .submenu.one {
  margin-top: 50px;
  margin-bottom: 20px;
}
.xmb-title.settings .xmb-contents .submenu.one #about {
  position: absolute;
  margin-left: 10px;
  margin-top: -20px;
  font-size: 1.5rem;
}
.xmb-title.settings .xmb-contents .submenu.one .subtext {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #dadada;
}
.xmb-title.settings .xmb-contents .submenu.one.inactive {
  margin-top: -250px;
  margin-bottom: 0px;
}
.xmb-title.settings .xmb-contents .submenu.one.inactive .subtext {
  opacity: 0;
}
.xmb-title.settings .xmb-contents .submenu.one.inactive.gotop {
  margin-top: -350px;
}
.xmb-title.settings .xmb-contents .submenu.two #disptext {
  position: absolute;
  margin-left: 10px;
  margin-top: -20px;
  font-size: 1.5rem;
}
.xmb-title.settings .xmb-contents .submenu.two .subtext {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #dadada;
  opacity: 0;
}
.xmb-title.settings .xmb-contents .submenu.two.active {
  margin-top: 180px;
  padding-bottom: 30px;
}
.xmb-title.settings .xmb-contents .submenu.two.active #disptext {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 1px #d3d3d3, 0 0 2px #acacac, 0 0 2px #b1afaf, 0 0 5px #9b9b9b;
  }
  to {
    text-shadow: 0 0 5px #dfdfdf, 0 0 8px #c9c9c9, 0 0 15px #b6b6b4, 0 0 20px #b9b9b9;
  }
}
.xmb-title.settings .xmb-contents .submenu.two.active .subtext {
  opacity: 1;
}
.xmb-title.settings .xmb-contents .submenu.three {
  margin-top: -10px;
}
.xmb-title.settings .xmb-contents .submenu.three .subtext {
  opacity: 0;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #dadada;
}
.xmb-title.settings .xmb-contents .submenu.three #systext {
  position: absolute;
  margin-left: 10px;
  margin-top: -20px;
  font-size: 1.5rem;
}
.xmb-title.settings .xmb-contents .submenu.three img {
  scale: 0.7;
}
.xmb-title.settings .xmb-contents .submenu.three.active {
  margin-top: 190px;
}
.xmb-title.settings .xmb-contents .submenu.three.active img {
  scale: 1;
}
.xmb-title.settings .xmb-contents .submenu.three.active #systext {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}
@keyframes glow {
  from {
    text-shadow: 0 0 1px #d3d3d3, 0 0 2px #acacac, 0 0 2px #b1afaf, 0 0 5px #9b9b9b;
  }
  to {
    text-shadow: 0 0 5px #dfdfdf, 0 0 8px #c9c9c9, 0 0 15px #b6b6b4, 0 0 20px #b9b9b9;
  }
}
.xmb-title.settings .xmb-contents .submenu.three.active .subtext {
  opacity: 1;
}

.xmb-title.music .xmb-contents {
  margin-right: 25px !important;
}
.xmb-title.music .xmb-contents .submenu.one {
  margin-left: 10px;
  padding-bottom: 20px;
}

.xmb-title.messages .xmb-contents {
  margin-top: 15px;
  margin-left: 40px;
}
.xmb-title.messages .xmb-contents .submenu.one {
  padding-bottom: 20px;
}

.xmb-title.music .xmb-contents {
  margin-left: 10px;
}
.xmb-title.music .xmb-contents .submenu.one {
  padding-bottom: 20px;
}

.xmb-title.games .xmb-contents {
  margin-top: 70px;
  margin-left: 10px;
  margin-right: 0 !important;
}
.xmb-title.games .xmb-contents .submenu.one {
  padding-bottom: 20px;
}
.xmb-title.games .xmb-contents .submenu.two.active {
  margin-top: 200px;
}

.about-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 300ms;
  opacity: 1;
  background: -webkit-linear-gradient(253deg, rgb(46, 29, 158) 0%, rgb(21, 18, 84) 72%);
}
.about-bg .infowrapper {
  border: 1px solid;
  border-radius: 15px;
  z-index: -1;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 40%;
  height: auto;
  background: -webkit-linear-gradient(253deg, rgb(21, 18, 84) 10%, rgb(0, 0, 0) 100%);
  text-align: left;
  padding: 20px;
  line-height: 30px;
}
.about-bg .infowrapper h1 {
  font-size: 2rem;
  border-bottom: 2px solid white;
  padding: 20px 0px;
  margin-top: -10px;
}/*# sourceMappingURL=main.css.map */