/* Fonts */
@font-face {
  font-family: Sharp Sans;
  src: url("./fonts/Sharp Sans Medium.otf");
}
@font-face {
  font-family: Wriggle;
  src: url("./fonts/Wriggle-Regular.otf");
}
/* No Select */
.noselect,
img,
* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  background-color: #f3f3f3;
  color: #f3f3f3;
  text-shadow: none;
}

*::selection {
  background-color: #f3f3f3;
  color: #f3f3f3;
  text-shadow: none;
}

/* Loading Page */
.loadingPage {
  position: fixed;
  top: 0;
  background-color: #4C1190;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  pointer-events: none;
}

/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: transparent;
  font-size: 10px;
  width: 100%;
  overflow-x: hidden;
  /* cursor: none; */
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

body {
  background-color: transparent;
  box-sizing: border-box;
  z-index: 100;
  font-size: 10px;
  width: 100%;
  overflow-x: hidden;
  font-family: DMSans;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4C1190;
}

.webgl {
  position: fixed;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  /* z-index: 100000000; */
}

/* Responsive */
/* Max-Width 1080px */
@media screen and (max-width: 1800px) {
  html {
    font-size: 8px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1800px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1800px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 1550px) {
  html {
    font-size: 7px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1550px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1550px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 6px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1350px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1350px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 5px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1150px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1150px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 950px) {
  html {
    font-size: 4px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 950px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 950px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 900px) {
  /* Responsive Common */
}
@media screen and (max-width: 900px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 700px) {
  /* Responsive Common */
}
@media screen and (max-width: 700px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 700px) and (orientation: landscape) {
  /* Landscape */
}
.barsSection {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

.bar {
  width: 100%;
  background-color: #000000;
  height: calc((100vh - 41.6666666667vw) / 2);
  pointer-events: auto;
}

.frontSection {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #f3f3f3;
  font-family: Sharp Sans;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5019607843), -1px -1px 1px rgba(0, 0, 0, 0.5019607843), 1px -1px 1px rgba(0, 0, 0, 0.5019607843), -1px 1px 1px rgba(0, 0, 0, 0.5019607843);
  pointer-events: none;
}

.frontBottomSection {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 1rem;
}

.playbarContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 5px;
  gap: 20px;
}

.playbar {
  position: relative;
  width: 100%;
  height: 6px;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The slider itself */
.playbarSlider {
  -webkit-appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background-color: transparent;
  z-index: 1;
  margin-inline: 10px;
  cursor: pointer;
}

.playbarSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e50920;
  box-shadow: 0 0 2px #000000;
}

.playbarBackground {
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  pointer-events: none;
  background-color: #f3f3f3;
  box-shadow: inset 0 0 2px #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.playbarProgress {
  width: 100%;
  height: 100%;
  background-color: #e50920;
  transform-origin: left center;
}

.currentSectionDisplay {
  width: 4rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12rem;
}

.menuContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playMenuContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.playButton {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pauseIcon {
  position: absolute;
}

.title {
  font-size: 1.8rem;
}

.otherMenuContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.menuIcon {
  pointer-events: auto;
  cursor: pointer;
}

.menuIconPath {
  fill: #ffffff;
}

.projectsSection {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9000;
  color: #f3f3f3;
  font-family: Sharp Sans;
  pointer-events: none;
}

.projectsContainer {
  position: relative;
  width: 25%;
  height: 41.6666666667vw;
  background-color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: auto;
}

.projectsHeader {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 1.8rem;
  padding: 1.4rem;
  background-color: #3a3a3a;
}

.projectsCardHolder {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

/* width */
.projectsCardHolder::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.projectsCardHolder::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.projectsCardHolder::-webkit-scrollbar-thumb {
  background: #4f4f4f;
}

.projectCard {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 2px;
  background-color: #2f2f2f;
}

.projectCardTop {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.thumbnail {
  width: 50%;
}

.projectCardHeader {
  height: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.projectCardName {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.projectCardDescription {
  text-align: right;
  font-size: 1.3rem;
}

.projectLink {
  text-decoration: none;
  color: #f3f3f3;
}

main {
  width: 100vw;
  background-color: transparent;
  color: #000000;
  font-size: 10vw;
  z-index: 2000;
  pointer-events: none;
  padding-top: 100vh;
}

.mainTest {
  width: 100%;
  height: 1000px;
}

.movieFrameSection {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10rem;
  z-index: 1000;
}

.movieFrame {
  position: fixed;
  width: 100%;
  height: 41.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.background0 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
}

.quote0 {
  position: absolute;
  color: #ffffff;
  z-index: 1;
}

.developerBrowser {
  position: relative;
  width: 60%;
  height: 90%;
  border: 1px solid #001a23;
  border-radius: 2.5rem;
  overflow: hidden;
  background-color: #001a23;
}

.browserUI {
  width: 100%;
  height: 5rem;
  background-color: #102a43;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.browserUIButton {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin-left: 1.9rem;
  box-shadow: inset 0 -1px 2px 1px rgba(0, 0, 0, 0.3725490196);
}

#browserRed {
  background-color: #ff605c;
}

#browserYellow {
  background-color: #ffbd44;
}

#browserGreen {
  background-color: #00ca4e;
}

.browserBarContainer {
  width: 100%;
  height: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.browserBar {
  width: 75%;
  height: 3rem;
  background-color: #f3f3f3;
  border-radius: 3rem;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  font-size: 1.6rem;
  font-family: Sharp Sans;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.browserBody {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

.browserNav {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  padding-block: 0.5rem;
  padding-inline: 5rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
}

.browserNavLogo {
  width: 5rem;
  height: 3rem;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.browserNavTabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.browserNavTab {
  width: 5rem;
  height: 2rem;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  background-color: #ffffff;
  border-radius: 1rem;
}

.browserNavTabCurrent {
  width: 5rem;
  height: 2rem;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  background-color: #e5e5e5;
  border-radius: 1rem;
}

.browserNavTabUnderline {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.browserHero {
  width: 100%;
  background-color: #e5e5e5;
  padding-block: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #f3f3f3;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3725490196);
  text-align: center;
}

.browserHeroCTA {
  width: 10rem;
  height: 3rem;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  background-color: #f3f3f3;
  border-radius: 1.5rem;
  margin-top: 2rem;
}

.browserContent {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #e5e5e5;
}

.browserImage {
  width: 50%;
  height: 30rem;
  background-color: #f3f3f3;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  border-radius: 0.5rem;
}

.browserParagraphContainer {
  width: 50%;
  height: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.browserParagraph {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.browserParagraphLine {
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  border-radius: 0.5rem;
}

.browserImageSlider {
  width: 100%;
  height: 50%;
  background-color: #f3f3f3;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
}

.browserImageSmall {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3725490196);
  border-radius: 0.5rem;
}

.browserFooter {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

.divSection {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Sharp Sans;
  font-weight: bold;
  color: #f3f3f3;
  text-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1882352941);
}

.buttonDiv {
  width: 60rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  background-color: #f3f3f3;
  padding: 1rem;
  box-shadow: inset -0.5rem -0.5rem 1rem 0rem rgba(0, 0, 0, 0.6274509804);
  pointer-events: auto;
  cursor: pointer;
  letter-spacing: 0.25rem;
}

.buttonInDiv {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0.5rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.1254901961);
}

.captionSection {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 5rem;
}

.caption {
  background-color: rgba(0, 0, 0, 0.6901960784);
  color: #f3f3f3;
  font-size: 4rem;
  padding: 1rem;
}

.negativeSection {
  position: fixed;
  z-index: 999999990;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: invert(1);
          backdrop-filter: invert(1);
}/*# sourceMappingURL=index.css.map */