@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800&display=swap");
.intro {
  background: #100407;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  margin-left: 7em;
}

.contentM {
  display: none;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.title object {
  width: 90%;
}

.lightLogo {
  position: absolute;
}
.lightLogo img {
  width: 214px;
}

.introLogo object {
  margin-right: -130px;
}
.introLogo img {
  opacity: 0;
  margin-right: -140px;
}

.introText,
.enter {
  overflow: hidden;
}

.introTextImg {
  transform: translateY(103%);
  display: inline-block;
}

.enter {
  margin: 2.5em 0 2.5em -130px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-family: "Raleway", sans-serif !important;
  text-align: center;
}

.enterText {
  transform: translateY(103%);
  display: inline-block;
  transition: 0.2s ease-in;
}
.enterText:hover {
  letter-spacing: 1.5px;
}

@media (max-width: 750px) {
  .content {
    display: none;
  }
  .contentM {
    display: block;
  }
  .contentM .titleM {
    overflow: hidden;
  }
  .contentM .titleM img {
    transform: translateY(105%);
    display: inline-block;
  }
  .contentM .enter {
    margin: 2.5em 0 1em 0;
    width: 100%;
  }
  .contentM .enterText2 {
    transform: translateY(103%);
    display: inline-block;
    text-align: center;
    font-size: 0.87em;
  }
}/*# sourceMappingURL=intro.css.map */