/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/
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;
}

html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  color: #000;
}
a:focus {
  outline: 0;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

.from-wysiwyg {
  line-height: initial;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}
.from-wysiwyg em {
  font-style: inherit;
}
.from-wysiwyg a {
  color: inherit;
}
.from-wysiwyg hr {
  margin: inherit;
  border: none;
  width: unset;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
* {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  scrollbar-color: #000 #e8e8e8;
  scrollbar-width: thin;
}
html::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
html::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background-color: #e8e8e8;
}
html::-webkit-scrollbar-thumb {
  background-color: #000;
}

.home {
  background-color: #000;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home img {
  width: 400px;
  max-width: 90%;
  height: auto;
  margin-bottom: 50px;
}
.home a {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home a i {
  font-size: 20px;
}

.categories {
  padding: 50px 150px;
}
@media (max-width: 767px) {
  .categories {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .categories {
    padding: 30px 15px;
  }
}
.categories > img {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
}
.categories .title-cat {
  font-size: 25px;
  text-align: center;
  margin: 50px 0;
}
.categories .list-cats {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.categories .list-cats .cat-item {
  text-decoration: none;
  width: 25%;
  border-right: 1px solid #000;
  padding: 15px;
  margin-top: 30px;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .categories .list-cats .cat-item:nth-child(1) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(2) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(3) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(4) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(4n+4), .categories .list-cats .cat-item:last-child {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .categories .list-cats .cat-item {
    width: 50%;
  }
  .categories .list-cats .cat-item:nth-child(1) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(2) {
    margin-top: 0;
  }
  .categories .list-cats .cat-item:nth-child(2n+2), .categories .list-cats .cat-item:last-child {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .categories .list-cats .cat-item {
    width: 100%;
    border-right: none;
  }
}
.categories .list-cats .cat-item div {
  height: 50px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.categories .list-cats .cat-item div svg {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.categories .list-cats .cat-item p {
  margin-top: 15px;
  text-align: center;
  transition: color 0.3s;
}
.categories .list-cats .cat-item:hover {
  background-color: #000;
}
.categories .list-cats .cat-item:hover p {
  color: #fff;
}
.categories .list-cats .cat-item:hover div svg {
  fill: #fff;
}
.categories .list-cats .cat-item.cat-disabled {
  background-color: #e8e8e8;
  cursor: not-allowed;
}
.categories .list-cats .cat-item.cat-disabled p {
  color: darkgrey;
}
.categories .list-cats .cat-item.cat-disabled div svg {
  fill: darkgrey;
}

.visualization {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.visualization .cont-canvas {
  height: calc(100vh - 100px);
  width: calc(100vw - 150px);
  position: relative;
}
.visualization .cont-canvas canvas {
  background-color: #141414;
  height: 100%;
  width: 100%;
}
.visualization .cont-canvas a {
  position: absolute;
  top: 15px;
  left: 15px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.visualization .cont-canvas a i, .visualization .cont-canvas a p {
  color: #fff;
}
.visualization .cont-canvas a i {
  font-size: 20px;
  margin-right: 5px;
}
.visualization .cont-canvas .open-info {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.visualization .cont-canvas .detail-article {
  background-color: #141414;
  padding: 50px 15px;
  border-left: 1px solid #e8e8e8;
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  transform: translate(100%);
  transition: transform 0.2s;
}
.visualization .cont-canvas .detail-article.open-details {
  transform: translate(0);
}
.visualization .cont-canvas .detail-article .close-info {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.visualization .cont-canvas .detail-article div {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #9c9c9c #e8e8e8;
  scrollbar-width: thin;
}
.visualization .cont-canvas .detail-article div::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.visualization .cont-canvas .detail-article div::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #e8e8e8;
}
.visualization .cont-canvas .detail-article div::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
}
.visualization .cont-canvas .detail-article div p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.visualization .cont-canvas .detail-article div p:last-child {
  margin-bottom: 0;
}
.visualization .cont-models {
  height: 100%;
  width: 150px;
  background-color: #fff;
  padding: 0 15px;
  overflow-y: auto;
  scrollbar-color: #9c9c9c #e8e8e8;
  scrollbar-width: thin;
}
.visualization .cont-models::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.visualization .cont-models::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #e8e8e8;
}
.visualization .cont-models::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
}
.visualization .cont-models div {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.visualization .cont-models div:last-child {
  border-bottom: none;
}
.visualization .cont-models div img {
  width: 100%;
  height: auto;
}
.visualization .cont-models div p {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.visualization .cont-models div.current-model p {
  font-weight: bold;
}
.visualization .cont-models div.disabled-model {
  position: relative;
  cursor: not-allowed;
}
.visualization .cont-models div.disabled-model::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e8e8e8;
  opacity: 60%;
}
.visualization .cont-models div.disabled-model::after img {
  filter: grayscale(1);
}
.visualization .cont-models div.disabled-model::after p {
  color: darkgrey;
}
.visualization .cont-models div.disabled-model img {
  filter: grayscale(100%);
}
.visualization .cont-models div.disabled-model p {
  color: darkgrey;
}
.visualization .cont-colors {
  height: 100px;
  width: calc(100vw - 150px);
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  overflow-x: auto;
  scrollbar-color: #9c9c9c #e8e8e8;
  scrollbar-width: thin;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.visualization .cont-colors::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}
.visualization .cont-colors::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #e8e8e8;
}
.visualization .cont-colors::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
}
.visualization .cont-colors > div {
  min-width: calc(100px + 50px);
  width: calc(100px + 50px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visualization .cont-colors > div > div {
  height: 33px;
  width: 33px;
  border: 2px solid transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visualization .cont-colors > div > div div {
  height: 25px;
  width: 25px;
  border: 1px solid #000;
  border-radius: 100%;
}
.visualization .cont-colors > div p {
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
.visualization .cont-colors > div.current-color > div {
  border-color: #000;
}
.visualization .cont-colors > div.current-color p {
  font-weight: bold;
}
.visualization .cont-colors > div.disabled-color {
  background-color: #e8e8e8;
  cursor: not-allowed;
}
.visualization .cont-colors > div.disabled-color > div div {
  border: darkgrey;
  background-color: darkgrey !important;
}
.visualization .cont-colors > div.disabled-color p {
  color: darkgrey;
}
.visualization .landing-page {
  background-color: #141414;
  height: 100vh;
  left: 0;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 1.5s;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visualization .landing-page.loading {
  transform: translateY(0);
}
.visualization .landing-page > p {
  color: #fff;
  font-size: 25px;
  font-style: italic;
}
.visualization .landing-page > div {
  border-radius: 50%;
  height: 150px;
  margin: 50px 0;
  position: relative;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visualization .landing-page > div .spin-loader, .visualization .landing-page > div .bg-loader {
  position: absolute;
  height: 100%;
  width: 100%;
}
.visualization .landing-page > div .spin-loader {
  animation: spin 1.5s linear infinite;
  border-radius: 50%;
  border-top: 2px solid #d8d8d8;
  z-index: 1;
}
.visualization .landing-page > div .bg-loader {
  border-radius: 50%;
}
.visualization .landing-page > div p {
  color: #fff;
  font-size: 30px;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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