@font-face {
  font-family: "Terminator Two";
  src: url("/fonts/TerminatorTwo.woff2") format("woff2"), url("/fonts/TerminatorTwo.woff") format("woff"), url("/fonts/TerminatorTwo.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  disabled_overflow: hidden;
}

p,
h1,
h2 {
  margin: 0;
}

.left {
  width: 30vw;
  height: 100vh;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#0011a6));
  background: linear-gradient(180deg, #333333 0%, #0011a6 100%);
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  z-index: 1;
}

.left .upperBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.left .upperBar .logo {
  width: 40px;
}

.left .upperBar h1 {
  font-family: "Terminator Two";
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 1rem;
  color: #ffffff;
}

.left .comingSoonContainer {
  margin-top: 20%;
}

.left .comingSoonContainer h2 {
  font-family: "Terminator Two";
  font-size: 35px;
  line-height: 50px;
  color: #efefef;
  text-transform: uppercase;
}

.left .comingSoonContainer p {
  font-family: "Terminator Two";
  color: #ffffff;
  margin-top: 1rem;
}

.left .comingSoonContainer .socialsContainer {
  margin-top: 10px;
}

.left .comingSoonContainer .socialsContainer a i {
  font-size: 24px;
  color: #ffffff !important;
}

.left .copyrightContainer {
  width: 200px;
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left .copyrightContainer p {
  font-family: "Terminator Two";
  font-size: 14px;
  color: #ffffff;
}

.left .copyrightContainer a i {
  color: #ffffff;
  font-size: 20px;
}

.right {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  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;
}

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

.upperRow .container {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.upperRow .container a i {
  font-size: 20px;
  margin-left: 8px;
  color: #ffffff;
}

.lowerRow {
  width: 100%;
  background-color: #666666;
}

.lowerRow .container {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lowerRow .container a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Terminator Two";
  font-size: 20px;
}

.lowerRow .container a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lowerRow .container a.logo img {
  width: 40px;
}

.lowerRow .container a.logo p {
  font-size: 30px;
  margin-left: 10px;
}

.content {
  width: 80%;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content img {
  width: 30%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 50px;
}

.content h1 {
  font-family: "Terminator Two";
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

@media only screen and (max-width: 440px) {
  .upperRow .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lowerRow .container .logo p {
    font-size: 20px !important;
  }
  .content {
    width: 100%;
  }
  .content h1 {
    font-size: 45px;
  }
}
/*# sourceMappingURL=style.css.map */
