/** Web Site Special Variables **/
@import "../fonts/fontawesome/css/all.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Space Mono", monospace;
  line-height: 1.4;
  font-size: 14px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img, li, div, button, input, svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  clear: both;
}

/**************/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#homePage {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #0A0A0C;
  justify-content: center;
  justify-items: center;
  align-content: center;
  background-image: linear-gradient(0deg, transparent 24%, rgba(32, 255, 77, 0.05) 25%, rgba(32, 255, 77, 0.05) 26%, transparent 27%, transparent 74%, rgba(32, 255, 77, 0.05) 75%, rgba(32, 255, 77, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(32, 255, 77, 0.05) 25%, rgba(32, 255, 77, 0.05) 26%, transparent 27%, transparent 74%, rgba(32, 255, 77, 0.05) 75%, rgba(32, 255, 77, 0.05) 76%, transparent 77%, transparent);
  background-size: 7rem 7rem;
  background-position: -5.2rem -5.2rem;
}
#homePage .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  --animate-duration: 2500ms;
}
#homePage .content h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#homePage .content p {
  color: #eee;
  width: 70%;
  margin-top: 10px;
  text-align: center;
}
#homePage .content .searchBox {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
#homePage .content .searchBox input {
  background: none;
  border: 1px solid rgb(59, 255, 111);
  padding: 10px 10px;
  color: rgb(59, 255, 111);
  width: 400px;
}
#homePage .content .searchBox input::placeholder {
  color: rgb(59, 255, 111);
  opacity: 1; /* Firefox */
}
#homePage .content .searchBox input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(59, 255, 111);
}
#homePage .content .searchBox input:focus {
  border: 1px dotted rgb(59, 255, 111);
  outline: none;
}
#homePage .content .searchBox button {
  background: rgb(59, 255, 111);
  color: #000;
  padding: 10px;
  border: 1px solid rgb(59, 255, 111);
  margin-left: 10px;
  font-weight: 800;
}
#homePage .content .statistics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(59, 255, 111);
}
#homePage .content .statistics li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 20px 0;
}
#homePage .content .statistics li span {
  color: rgb(59, 255, 111);
  font-size: 24px;
  font-weight: 600;
}
#homePage .content .statistics li p {
  color: #cccccc;
}
#homePage .radar {
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
  opacity: 0.2;
  background: -webkit-radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), -webkit-repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), -webkit-linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), -webkit-linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);
  background: radial-gradient(center, rgba(32, 255, 77, 0.3) 0%, rgba(32, 255, 77, 0) 75%), repeating-radial-gradient(rgba(32, 255, 77, 0) 5.8%, rgba(32, 255, 77, 0) 18%, #20ff4d 18.6%, rgba(32, 255, 77, 0) 18.9%), linear-gradient(90deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%), linear-gradient(0deg, rgba(32, 255, 77, 0) 49.5%, #20ff4d 50%, #20ff4d 50%, rgba(32, 255, 77, 0) 50.2%);
  width: 70vw;
  height: 70vw;
  max-height: 70vh;
  max-width: 70vh;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.2rem solid #20ff4d;
  overflow: hidden;
}
#homePage .radar:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: blips 5s infinite;
  animation-timing-function: linear;
  animation-delay: 1.4s;
}
#homePage .radar:after {
  content: " ";
  display: block;
  background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, rgb(0, 255, 51) 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: radar-beam 5s infinite;
  animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}
@keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blips {
  14% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  }
  14.0002% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  }
  25% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
  }
  26% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
  }
  100% {
    background: radial-gradient(2vmin circle at 75% 70%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 63% 72%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%), radial-gradient(2vmin circle at 56% 86%, white 10%, #20ff4d 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  z-index: 99;
  --animate-duration: 1250ms;
  --animate-delay: 1s;
  background: #0A0A0C;
}
#header .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .container-fluid .logo {
  color: #fff;
  font-size: 32px;
}
#header .container-fluid .logo i {
  color: rgb(59, 255, 111);
  margin-right: 5px;
}
#header .container-fluid .logo span {
  font-weight: bold;
  color: rgb(59, 255, 111);
}
#header .container-fluid .menu {
  display: flex;
  flex-direction: row;
}
#header .container-fluid .menu li a {
  padding: 10px;
  color: #fff;
}
#header .container-fluid .menu li a:hover {
  color: rgb(59, 255, 111);
}
#header .container-fluid .rightButtons a {
  padding: 5px 10px;
  border: 1px solid rgb(59, 255, 111);
  background: rgb(59, 255, 111);
  color: #000;
}
#header .container-fluid .rightButtons a:last-child {
  color: rgb(59, 255, 111);
  background: none;
}
#header.scrolled {
  background: #000;
}

#features {
  background: #19191c;
}
#features .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}
#features .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#features .container-fluid .title h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#features .container-fluid .title p {
  color: #eee;
  width: 70%;
  margin-top: 10px;
  text-align: center;
}
#features .container-fluid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#features .container-fluid ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(25% - 20px);
  margin: 10px;
  border: 1px dashed rgb(59, 255, 111);
  padding: 40px;
}
#features .container-fluid ul li h2 {
  font-size: 18px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#features .container-fluid ul li p {
  color: #eee;
  margin-top: 10px;
  text-align: center;
}

#howWork {
  background: #000;
}
#howWork .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}
#howWork .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#howWork .container-fluid .title h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#howWork .container-fluid .title p {
  color: #eee;
  width: 70%;
  margin-top: 10px;
  text-align: center;
}
#howWork .container-fluid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
#howWork .container-fluid ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background: #19191c;
  padding: 40px;
}
#howWork .container-fluid ul li h2 {
  font-size: 18px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#howWork .container-fluid ul li p {
  color: #eee;
  margin-top: 10px;
  text-align: center;
}

#plans {
  background: #19191c;
}
#plans .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}
#plans .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#plans .container-fluid .title h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#plans .container-fluid .title p {
  color: #eee;
  width: 70%;
  margin-top: 10px;
  text-align: center;
}
#plans .container-fluid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
#plans .container-fluid ul li {
  position: relative;
  display: flex;
  width: calc(25% - 20px);
  margin: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #171717;
  padding: 40px 0;
  border: 1px solid rgb(59, 255, 111);
}
#plans .container-fluid ul li h2 {
  color: rgb(59, 255, 111);
  font-size: 18px;
  font-weight: 800;
}
#plans .container-fluid ul li .price {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
  color: #fff;
}
#plans .container-fluid ul li .price span {
  font-size: 14px;
  font-weight: 500;
  color: #eee;
}
#plans .container-fluid ul li .features {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
}
#plans .container-fluid ul li .features p {
  color: #b7b7b7;
  margin: 3px 0;
}
#plans .container-fluid ul li button {
  margin-top: auto;
  background: rgb(59, 255, 111);
  font-weight: 800;
  padding: 5px 10px;
  border: none;
}
#plans .container-fluid ul li .recommended {
  background: rgb(59, 255, 111);
  font-weight: 800;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 2px 5px;
}

#contact {
  background: #000;
}
#contact .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}
#contact .container-fluid .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact .container-fluid .title h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#contact .container-fluid .title p {
  color: #eee;
  width: 70%;
  margin-top: 10px;
  text-align: center;
}
#contact .container-fluid ul {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  width: 100%;
}
#contact .container-fluid ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background: #19191c;
  padding: 40px;
}
#contact .container-fluid ul li h2 {
  font-size: 18px;
  color: rgb(59, 255, 111);
  font-weight: 800;
  text-align: center;
}
#contact .container-fluid ul li a {
  color: #eee;
  margin-top: 10px;
  text-align: center;
}

footer {
  background: #111111;
  border-top: 1px solid #222;
}
footer .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}
footer .container-fluid .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}
footer .container-fluid .top .logo {
  color: #fff;
  font-size: 18px;
}
footer .container-fluid .top .logo i {
  color: rgb(59, 255, 111);
  margin-right: 5px;
}
footer .container-fluid .top .logo span {
  font-weight: bold;
  color: rgb(59, 255, 111);
}
footer .container-fluid .top ul {
  display: flex;
  flex-direction: row;
}
footer .container-fluid .top ul li a {
  padding: 10px;
  color: #fff;
}
footer .container-fluid .top ul li a:hover {
  color: rgb(59, 255, 111);
}
footer .container-fluid .bottom {
  text-align: center;
  color: #eee;
  font-size: 12px;
  margin-top: 10px;
}

#loginRegister {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #0A0A0C;
  justify-content: center;
  justify-items: center;
  align-content: center;
  background-image: linear-gradient(0deg, transparent 24%, rgba(32, 255, 77, 0.05) 25%, rgba(32, 255, 77, 0.05) 26%, transparent 27%, transparent 74%, rgba(32, 255, 77, 0.05) 75%, rgba(32, 255, 77, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(32, 255, 77, 0.05) 25%, rgba(32, 255, 77, 0.05) 26%, transparent 27%, transparent 74%, rgba(32, 255, 77, 0.05) 75%, rgba(32, 255, 77, 0.05) 76%, transparent 77%, transparent);
  background-size: 7rem 7rem;
  background-position: -5.2rem -5.2rem;
}
#loginRegister .content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  --animate-duration: 2500ms;
}
#loginRegister .content .lgform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(59, 255, 111);
  padding: 50px 0;
}
#loginRegister .content .lgform h2 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#loginRegister .content .lgform h3 {
  color: #eee;
  width: 70%;
  margin: 10px 0;
  text-align: center;
}
#loginRegister .content .lgform input {
  background: none;
  border: 1px solid rgb(59, 255, 111);
  padding: 10px 10px;
  color: rgb(59, 255, 111);
  width: 500px;
  margin: 10px 0;
}
#loginRegister .content .lgform input::placeholder {
  color: rgb(59, 255, 111);
  opacity: 1; /* Firefox */
}
#loginRegister .content .lgform input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(59, 255, 111);
}
#loginRegister .content .lgform input:focus {
  border: 1px dotted rgb(59, 255, 111);
  outline: none;
}
#loginRegister .content .lgform .footlinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 500px;
}
#loginRegister .content .lgform .footlinks a {
  color: #eee;
}
#loginRegister .content .lgform .footlinks a:hover {
  color: rgb(59, 255, 111);
}
#loginRegister .content .lgform button {
  width: 500px;
  background: rgb(59, 255, 111);
  color: #000;
  padding: 10px;
  border: 1px solid rgb(59, 255, 111);
  font-weight: 800;
  margin: 10px 0;
}
#loginRegister .content .panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(59, 255, 111);
  padding: 50px 0;
}
#loginRegister .content .panel .title h1 {
  font-size: 24px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#loginRegister .content .panel .title p {
  color: #eee;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
#loginRegister .content .panel .userMenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
  border: 1px dotted rgb(59, 255, 111);
  width: 100%;
  padding: 20px 0;
}
#loginRegister .content .panel .userMenu li {
  display: flex;
  margin-right: 5px;
}
#loginRegister .content .panel .userMenu li a {
  padding: 10px;
  color: #fff;
  border: 1px solid rgb(59, 255, 111);
}
#loginRegister .content .panel .userMenu li a.active, #loginRegister .content .panel .userMenu li a:hover {
  color: rgb(59, 255, 111);
}
#loginRegister .content .panel .dashboard {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: center;
}
#loginRegister .content .panel .dashboard .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: calc(60% - 40px);
  padding: 40px;
  border: 1px dashed rgb(59, 255, 111);
  height: 400px;
}
#loginRegister .content .panel .dashboard .left h2 {
  font-size: 18px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#loginRegister .content .panel .dashboard .left button {
  width: 100%;
  background: rgb(59, 255, 111);
  color: #000;
  padding: 10px;
  border: 1px solid rgb(59, 255, 111);
  font-weight: 800;
  margin: 10px 0;
}
#loginRegister .content .panel .dashboard .left select,
#loginRegister .content .panel .dashboard .left input {
  background: none;
  border: 1px solid rgb(59, 255, 111);
  padding: 10px 10px;
  color: rgb(59, 255, 111);
  width: 100%;
  margin: 10px 0;
}
#loginRegister .content .panel .dashboard .left select::placeholder,
#loginRegister .content .panel .dashboard .left input::placeholder {
  color: rgb(59, 255, 111);
  opacity: 1; /* Firefox */
}
#loginRegister .content .panel .dashboard .left select::-ms-input-placeholder,
#loginRegister .content .panel .dashboard .left input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(59, 255, 111);
}
#loginRegister .content .panel .dashboard .left select:focus,
#loginRegister .content .panel .dashboard .left input:focus {
  border: 1px dotted rgb(59, 255, 111);
  outline: none;
}
#loginRegister .content .panel .dashboard .left select optgroup {
  background: #333;
}
#loginRegister .content .panel .dashboard .left select option {
  background: #000;
}
#loginRegister .content .panel .dashboard .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: calc(40% - 40px);
  padding: 40px;
  border: 1px dashed rgb(59, 255, 111);
  height: 400px;
}
#loginRegister .content .panel .dashboard .right h2 {
  font-size: 18px;
  color: rgb(59, 255, 111);
  font-weight: 800;
}
#loginRegister .content .panel .dashboard .right p {
  color: #eee;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
#loginRegister .content .panel .dashboard .right p a {
  color: rgb(59, 255, 111);
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
