@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&family=Saira+Condensed&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: 'Roboto Mono', monospace;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#979797), to(#1F1F1F));
  background: linear-gradient(0deg, #979797 0%, #1F1F1F 100%);
}

body::-webkit-scrollbar {
  background: black;
  width: .75rem;
}

body::-webkit-scrollbar-thumb {
  background: grey;
}

.loadPage {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
}

nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  top: 0;
}

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul li {
  color: white;
  margin: 0 1rem;
}

nav {
  width: 100vw;
}

nav ul li {
  cursor: pointer;
  font-family: 'Roboto Mono', monospace;
}

.slNav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: black;
  z-index: 9000;
  margin-top: -5rem;
  padding: 4px 2rem;
}

.slNav .logo {
  margin: none;
}

@media (max-width: 480px) {
  .slNav .logo li {
    font-size: .7rem;
  }
}

.slNav .navlinks li {
  cursor: pointer;
  margin-left: 2rem;
  font-family: "Roboto Mono", monospace, monospace;
}

@media (max-width: 480px) {
  .slNav .navlinks li {
    font-size: .7rem;
  }
}

.backDrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#979797), to(#1F1F1F));
  background: linear-gradient(0deg, #979797 0%, #1F1F1F 100%);
}

.decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.decor svg {
  z-index: -1;
  width: 45vw;
}

@media (max-width: 480px) {
  .decor svg {
    width: 20rem;
  }
}

.decor .mq {
  z-index: -2;
  position: relative;
}

.decor .mq h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: -6rem;
  font-family: "Saira Condensed", sans-serif;
  word-spacing: 1rem;
  position: absolute;
  overflow: hidden;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 480px) {
  .decor .mq h1 {
    font-size: 1.5rem;
  }
}

.decor .mq span {
  margin: 0 1.5rem;
}

@media (max-width: 480px) {
  .decor .mq span {
    margin: 0 .25rem;
  }
}

.hero {
  -webkit-transform: perspective(50px);
          transform: perspective(50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .hNav {
  position: absolute;
  top: 5rem;
  padding-right: 5rem;
}

.hero .hNav ul li {
  margin-left: 5rem;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .hero .hNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .hNav .navlinks li {
    font-size: 1rem;
  }
}

.hero img {
  width: 70vw;
}

.hero #darrow {
  position: absolute;
  bottom: 5rem;
}

@media (max-width: 480px) {
  .hero #darrow {
    width: 3rem;
  }
}

.hero #darrow #arrbut {
  -webkit-transform: scaleX(1) scaleY(0.6);
          transform: scaleX(1) scaleY(0.6);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
}

.hero #darrow #arrbut:hover {
  fill: white;
}

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  min-height: 100vh;
  padding: 7rem;
  position: relative;
}

.projects .projI {
  width: 100%;
}

@media (max-width: 480px) {
  .projects .projI {
    width: 15rem;
  }
}

.projects .circ {
  position: absolute;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.projects .c1 {
  width: 200px;
  left: 0;
  top: 10rem;
}

@media (max-width: 480px) {
  .projects .c1 {
    width: 100px;
  }
}

.projects .c2 {
  width: 400px;
  right: 0;
}

@media (max-width: 480px) {
  .projects .c2 {
    width: 200px;
  }
}

.projects .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 4rem;
  padding-bottom: 0;
}

.projects .content .proj {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 35rem;
  height: 17.5rem;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  background-attachment: local;
}

@media (max-width: 480px) {
  .projects .content .proj {
    width: 15rem;
    height: 7rem;
  }
}

.projects .content .pa {
  background-image: url("./assets/images/projectImages/virtualSet.png");
}

.projects .content .pb {
  background-image: url("./assets/images/projectImages/dionysusCreative.png");
}

.projects .content .pc {
  background-image: url("./assets/images/projectImages/nftlol.png");
}

.projects .content .pd {
  background-image: url("./assets/images/projectImages/insoMusicb.png");
}

.projects .content .pe {
  background-image: url("./assets/images/projectImages/TNM.png");
}

.contact {
  min-height: 100vh;
  padding: 5rem 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem;
}

.contact img {
  width: 40vw;
}

.contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact form label {
  border-bottom: white solid 7px;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 400px;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.contact form label textarea, .contact form label input {
  color: white;
  background-color: rgba(255, 0, 0, 0);
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 40px;
}

.contact form label input {
  text-align: center;
}

.contact form label textarea {
  text-align: center;
}

.contact form svg {
  margin-top: -2rem;
  width: 150px;
}

.contact form svg rect {
  fill: white;
}

.contact form svg path {
  stroke: white;
}

.contact form svg #words {
  fill: white;
}

footer {
  background: #000000;
  background-image: url("./assets/images/svg/Group 4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

footer .toTop {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
}

footer .footNav {
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

footer .box {
  text-align: center;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

footer .left .top {
  font-size: .7rem;
  margin-bottom: 1rem;
  width: 60%;
  background-color: black;
}

footer .left .bottom {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .left .bottom div {
  background-color: black;
  margin-right: 10px;
}

footer .left .bottom a {
  margin-left: 10px;
}

footer .left .bottom a img {
  width: 1.5rem;
}

footer .right {
  background-image: url("./assets/images/svg/Group 59.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 8rem;
  min-height: 11rem;
  background-color: black;
  border-radius: 50px;
}

@media (max-width: 480px) {
  footer .toTop {
    font-size: 12px;
  }
  footer .footNav {
    font-size: 12px;
  }
  footer .left .top {
    font-size: .4rem;
  }
  footer .left .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .left .bottom div {
    font-size: .8rem;
  }
  footer .left .bottom a {
    margin: 0;
  }
  footer .left .bottom a img {
    width: 1.25rem;
  }
  footer .right {
    min-width: 5rem;
    min-height: 6rem;
  }
}
/*# sourceMappingURL=style.css.map */