@font-face {
  font-family: MetroThinItalic;
  src: url("../fonts/Metropolis-ThinItalic.otf");
}
@font-face {
  font-family: MetroLight;
  src: url("../fonts/Metropolis-Light.otf");
}
@font-face {
  font-family: Chapaza;
  src: url("../fonts/Chapaza Italic.ttf");
}
@font-face {
  font-family: HelveticaNeueHV;
  src: url("../fonts/helveticaneuehv.ttf");
}
@font-face {
  font-family: HelveticaNeueBD;
  src: url("../fonts/helveticaneuebd.ttf");
}
@font-face {
  font-family: Trade;
  src: url("../fonts/Trade-Gothic.otf");
}
@font-face {
  font-family: Trade-CDN;
  src: url("../fonts/Trade-Gothic-CDN.otf");
}
@keyframes slide-in {
  0% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 70%;
    left: 52%;
  }
}
@keyframes slide-in2 {
  0% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 75%;
    left: 42%;
  }
}
/* line 3, ../sass/_body.scss */
body {
  margin: 0;
}
/* line 6, ../sass/_body.scss */
body .tutorials {
  background-image: url("../img/menu-bg.png");
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 100vh;
  position: absolute;
  right: 0px;
  box-shadow: 18px 0px 70px 6px black;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 19, ../sass/_body.scss */
body .tutorials .tutorials-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/* line 28, ../sass/_body.scss */
body .tutorials .tutorials-title {
  font-family: Trade, Arial, sans-serif;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  letter-spacing: 2px;
}
/* line 39, ../sass/_body.scss */
body .tutorials .tutorial-nav-wrap {
  height: 300px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  background: transparent;
}
/* line 49, ../sass/_body.scss */
body .tutorials .tutorial-nav-wrap a {
  text-decoration: none;
}
/* line 52, ../sass/_body.scss */
body .tutorials .tutorial-nav-wrap a h1 {
  font-family: Trade-CDN, Arial, sans-serif;
  color: white;
  font-size: 20px;
}
/* line 61, ../sass/_body.scss */
body .main-wrapper {
  width: 90vw;
  height: 90vh;
  padding: 5vh 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
/* line 70, ../sass/_body.scss */
body .main-wrapper .logo {
  width: 200px;
  height: auto;
}
/* line 75, ../sass/_body.scss */
body .main-wrapper .hammenu {
  display: none;
}
/* line 79, ../sass/_body.scss */
body .main-wrapper .primary-img {
  width: 80vh;
  max-width: 600px;
  height: auto;
}
/* line 85, ../sass/_body.scss */
body .main-wrapper .register-btn {
  width: 160px;
  height: 40px;
  background-color: #f66733;
  border-radius: 100px;
  box-shadow: 0px 6px 17px -5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
/* line 93, ../sass/_body.scss */
body .main-wrapper .register-btn h1 {
  font-family: Trade, Arial, sans-serif;
  color: white;
  font-size: 16px;
  margin-top: 12px;
}
/* line 105, ../sass/_body.scss */
body .main-wrapper .wrapper {
  filter: url("#goo");
}
/* line 108, ../sass/_body.scss */
body .main-wrapper .wrapper .button {
  text-align: center;
  background-color: #f66733;
  color: white;
  font-weight: bold;
  padding: .90em 0em .75em;
  line-height: 1;
  border-radius: 18px;
  position: relative;
  min-width: 170px;
  text-decoration: none;
  font-family: Trade-CDN;
  letter-spacing: 150px;
  font-size: 1.1rem;
  transition: background-color .5s, letter-spacing .6s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  letter-spacing: 4px;
}
/* line 130, ../sass/_body.scss */
body .main-wrapper .wrapper .button:hover {
  background-color: #FF9D00;
  letter-spacing: 2px;
}
/* line 135, ../sass/_body.scss */
body .main-wrapper .wrapper .button:before,
body .main-wrapper .wrapper .button:after {
  width: 4.4em;
  height: 2.95em;
  position: absolute;
  content: "";
  display: inline-block;
  background: #FF9D00;
  border-radius: 50%;
  transition: transform .5s ease;
  transform: scale(0);
  z-index: -1;
}
/* line 149, ../sass/_body.scss */
body .main-wrapper .wrapper .button:before {
  top: -25%;
  left: 20%;
}
/* line 154, ../sass/_body.scss */
body .main-wrapper .wrapper .button:after {
  bottom: -25%;
  right: 20%;
}
/* line 159, ../sass/_body.scss */
body .main-wrapper .wrapper .button:hover:before,
body .main-wrapper .wrapper .button:hover:after {
  transform: none;
}
/* line 164, ../sass/_body.scss */
body .main-wrapper .button-mobile {
  display: none;
  background-color: #f66733;
  color: white;
  font-weight: bold;
  padding: .90em 0em .75em;
  line-height: 1;
  border-radius: 40px;
  position: relative;
  min-width: 170px;
  text-decoration: none;
  font-family: Trade-CDN;
  letter-spacing: 150px;
  font-size: 1.1rem;
  transition: background-color .5s, letter-spacing .6s;
  justify-content: center;
  align-items: center;
  align-content: center;
  letter-spacing: 4px;
}

@font-face {
  font-family: MetroThinItalic;
  src: url("../fonts/Metropolis-ThinItalic.otf");
}
@font-face {
  font-family: MetroLight;
  src: url("../fonts/Metropolis-Light.otf");
}
@font-face {
  font-family: Chapaza;
  src: url("../fonts/Chapaza Italic.ttf");
}
@font-face {
  font-family: HelveticaNeueHV;
  src: url("../fonts/helveticaneuehv.ttf");
}
@font-face {
  font-family: HelveticaNeueBD;
  src: url("../fonts/helveticaneuebd.ttf");
}
@font-face {
  font-family: Trade;
  src: url("../fonts/Trade-Gothic.otf");
}
@font-face {
  font-family: Trade-CDN;
  src: url("../fonts/Trade-Gothic-CDN.otf");
}
@keyframes slide-in {
  0% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 70%;
    left: 52%;
  }
}
@keyframes slide-in2 {
  0% {
    top: 100%;
    left: 100%;
  }
  100% {
    top: 75%;
    left: 42%;
  }
}
@media screen and (max-width: 1000px) {
  /* line 10, ../sass/_responsive.scss */
  body {
    margin: 0;
  }
  /* line 13, ../sass/_responsive.scss */
  body nav {
    display: none;
  }
  /* line 17, ../sass/_responsive.scss */
  body .tutorials {
    display: none;
  }
  /* line 21, ../sass/_responsive.scss */
  body .main-wrapper {
    justify-content: center;
  }
  /* line 24, ../sass/_responsive.scss */
  body .main-wrapper .logo {
    position: absolute;
    height: 28px;
    width: auto;
    top: 20px;
    left: 20px;
  }
  /* line 32, ../sass/_responsive.scss */
  body .main-wrapper .hammenu {
    display: inline;
    position: absolute;
    height: 28px;
    top: 20px;
    right: 20px;
  }
  /* line 40, ../sass/_responsive.scss */
  body .main-wrapper .primary-img {
    width: 90vw;
  }
  /* line 57, ../sass/_responsive.scss */
  body .main-wrapper .wrapper .button {
    display: none;
  }
  /* line 62, ../sass/_responsive.scss */
  body .main-wrapper .button-mobile {
    display: flex;
    margin-top: 50px;
  }
}
/* line 1, ../sass/_navigation.scss */
nav {
  height: 100%;
  width: 35px;
  position: absolute;
  right: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  /* NAV */
}
/* line 14, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list {
  display: block;
  cursor: pointer;
}
/* line 18, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 40px;
  border-radius: 50%;
}
/* line 26, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item img {
  width: 28px;
  height: 28px;
}
/* line 31, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item:before,
nav .dot-nav .dot-nav--list .dot-nav--item:after {
  content: "";
}
/* line 35, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* line 51, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item:last-child:after {
  display: none;
}
/* line 55, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item.is-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 61, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--link {
  position: absolute;
  top: 50%;
  visibility: hidden;
  -webkit-transform: translate(-120%, -50%);
  -ms-transform: translate(-120%, -50%);
  transform: translate(-120%, -50%);
  width: 80px;
  padding: 8px 10px 5px 10px;
  margin: 0;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  font-family: Trade-CDN, Arial, sans-serif;
  color: #fff;
  background-color: #f66733;
  border-radius: 10px;
  transition: all .3s;
}
/* line 80, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f66733;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 94, ../sass/_navigation.scss */
nav .dot-nav .dot-nav--list .dot-nav--item:hover .dot-nav--link {
  visibility: visible;
  opacity: 1;
  transform: translate(-145%, -50%);
}

/* line 103, ../sass/_navigation.scss */
.mobile-nav-wrap {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/menu-bg.png");
  background-size: cover;
  position: absolute;
  z-index: 9000;
  display: none;
  justify-content: center;
  align-items: center;
}
/* line 114, ../sass/_navigation.scss */
.mobile-nav-wrap .logo-mobile {
  position: absolute;
  height: 28px;
  width: auto;
  top: 20px;
  left: 20px;
}
/* line 122, ../sass/_navigation.scss */
.mobile-nav-wrap .menu-mobile {
  display: inline;
  position: absolute;
  height: 28px;
  top: 20px;
  right: 20px;
}
/* line 130, ../sass/_navigation.scss */
.mobile-nav-wrap .mobile-nav {
  width: 90%;
  max-width: 500px;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* line 138, ../sass/_navigation.scss */
.mobile-nav-wrap .mobile-nav a {
  text-decoration: none;
}
/* line 141, ../sass/_navigation.scss */
.mobile-nav-wrap .mobile-nav a .mobile-nav-content {
  width: 35vw;
  max-width: 200px;
  height: 35vw;
  max-height: 200px;
  margin: auto;
  text-align: center;
}
/* line 149, ../sass/_navigation.scss */
.mobile-nav-wrap .mobile-nav a .mobile-nav-content img {
  width: 40%;
  height: auto;
}
/* line 154, ../sass/_navigation.scss */
.mobile-nav-wrap .mobile-nav a .mobile-nav-content h1 {
  font-family: Trade-CDN, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
}

/* line 164, ../sass/_navigation.scss */
.tutorial-nav-wrap {
  width: 100vw;
  height: 100vh;
  background-image: url("../img/menu-bg.png");
  background-size: cover;
  position: absolute;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 175, ../sass/_navigation.scss */
.tutorial-nav-wrap .logo-mobile {
  position: absolute;
  height: 28px;
  width: auto;
  top: 20px;
  left: 20px;
}
/* line 183, ../sass/_navigation.scss */
.tutorial-nav-wrap a {
  text-decoration: none;
}
/* line 186, ../sass/_navigation.scss */
.tutorial-nav-wrap a .menu-mobile {
  display: inline;
  position: absolute;
  height: 28px;
  top: 20px;
  right: 20px;
}
/* line 195, ../sass/_navigation.scss */
.tutorial-nav-wrap .tutorial-nav {
  width: 90%;
  height: 60%;
  max-width: 500px;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
/* line 205, ../sass/_navigation.scss */
.tutorial-nav-wrap .tutorial-nav a {
  text-decoration: none;
  color: white;
}
/* line 209, ../sass/_navigation.scss */
.tutorial-nav-wrap .tutorial-nav a h1 {
  font-family: Trade-CDN, Arial, sans-serif;
  color: white;
  font-size: 20px;
}

/* line 1, ../sass/_footer.scss */
footer {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
/* line 6, ../sass/_footer.scss */
footer img {
  width: 50px;
  height: auto;
  transition: width .2s;
}
/* line 12, ../sass/_footer.scss */
footer img:hover {
  width: 60px;
}
