@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
  margin: 0;
  font-family: 'DM Sans';
  /* height: 100%; */
}
/* Scale canvas with resize attribute to full size */
canvas[resize] {
  width: 100%;
  height: 100%;
  position:absolute;
  background-color: aliceblue;
}

body p {
  margin: 0;
}

#hi-data {
  display: none;
}

#hi-display {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  font-size: 90px;
  /* font-weight: 900; */
}

#hi-text {
  text-align:unset;
}

/* Cursor */
.typed-cursor {
  color: #888888;
  font-size: 110px;
  font-weight: 100;
}

/* If fade out option is set */
.typed-fade-out {}


body #mobile-menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  max-width: 515px;
  position: fixed;
  top: 0;
  right: -515px;
  background: #131314;
  color: #FAFAFA;
  padding: 45px 165px 0 0;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body #mobile-menu button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 250px;
  outline: none;
}

body #mobile-menu .menu li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  cursor: pointer;
}

body #mobile-menu .menu li img {
  margin-right: 12px;
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: middle;
}

body #mobile-menu .menu a {
  vertical-align: middle;
  text-decoration: none;
  color: white;
}

body #mobile-menu .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #mobile-menu .icons li {
  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;
  margin-left: 30px;
  list-style-type: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #FAFAFA;
  cursor: pointer;
}

body #mobile-menu.active {
  right: 0;
}

body #mobile-menu-open {
  width: 30px;
}

body #mobile-menu-open img {
  margin-top: 2px;
}

body > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 50px;
}

body > .header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > .header .left a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .header .left img {
  margin-right: 12px;
  vertical-align: middle;
}

body > .header .left span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

body > .header .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Great Vibes';
  font-size: 48px;
  font-weight: 400;
}

body > .header .title a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > .header .right > .nav-icon {
  margin-right: 30px;
}

body > .header .right .nav-text {
  text-decoration: none;
  color: #4F4F4F;
  margin-right: 25px;
}

body > .header .right button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

body .banner {
  padding: 175px 165px 350px;
  position: relative;
}

body .banner .title {
  font-size: 54px;
  font-weight: 500;
  line-height: 68px;
  position: relative;
  z-index: 10;
  color: #131314;
  margin-bottom: 15px;
}

body .banner .description {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  line-height: 40px;
  margin-bottom: 35px;
}

body .banner .line {
  width: 160px;
  height: 5px;
  background: #131314;
  /* color: #FFF;
  border: none;
  outline: none; */
  position: relative;
  /* cursor: pointer; */
  z-index: 10;
  /* font-size: 16px;
  font-weight: 700; */
  margin-bottom: 10px;
}

body .banner .shapes img {
  position: absolute;
  z-index: 1;
}

body .banner .shapes img:nth-child(1) {
  top: 300px;
  left: 55%;
}

body .banner .shapes img:nth-child(2) {
  top: 500px;
  left: 53%;
}

body .banner .shapes img:nth-child(3) {
  top: 180px;
  left: 48%;
}

body .banner .shapes img:nth-child(4) {
  top: 380px;
  left: 45%;
}

body .products {
  padding: 0 165px 300px;
}

body .products .title {
  font-size: 54px;
  font-weight: 500;
  line-height: 68px;
  margin-bottom: 80px;
  color: #131314;
}

body .products .content {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .products .content .product {
  width: 50%;
  margin-bottom: 100px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .products .content .product > div {
  -webkit-box-shadow: 0px 10px 25px 5px rgb(19 19 20 / 9%);
          box-shadow: 0px 10px 25px 5px rgb(19 19 20 / 9%);
  position: relative;
}

body .products .content .product > div .avatar {
  overflow: hidden;
  position: relative;
}

/* body .products .content .product > div .avatar > .cover {
  margin: -5%;
  width: 110%;
} */

body .products .content .product > div .avatar > .cover img{
  width: 110%;
  margin: -5%;
}

body .products .content .product > div .avatar .flag {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 30px;
  right: 40px;
  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;
  border-radius: 50%;
}

body .products .content .product > div .detail {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  background: #FFF;
}

body .products .content .product > div .detail .name {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #131314;
  margin-bottom: 10px;
}

body .products .content .product > div .detail .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.5px;
  color: #4f4f4f;
  margin-bottom: 20px;
}

body .products .content .product > div .detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

body .products .content .product > div .detail .tags li {
  background: #ffffff;
  border-radius: 4px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  color: #828282;
  /* padding: 6px 17px; */
  text-transform:lowercase;
  margin-right: 15px;
}

body .products .content .product .juego-studio-icon {
  background: #fff7f7ff;
  -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
          box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
}

body .products .content .product .hypernova-interactive-icon {
  background: #000000d9;
  -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
          box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
}

body .products .content .product .locked-icon {
  background: #ffffff38;
  -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
          box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 35%);
}

/* body .products .content .product:nth-child(2) .flag {
  background: #403C30;
  -webkit-box-shadow: 0px 18px 32px -15px rgba(226, 88, 63, 0.3);
          box-shadow: 0px 18px 32px -15px rgba(226, 88, 63, 0.3);
}

body .products .content .product:nth-child(3) .flag {
  background: #F9E759;
  -webkit-box-shadow: 0px 18px 32px -15px rgba(29, 29, 29, 0.4);
          box-shadow: 0px 18px 32px -15px rgba(29, 29, 29, 0.4);
}

body .products .content .product:nth-child(4) .flag {
  background: #618030;
  -webkit-box-shadow: 0px 18px 32px -15px rgba(241, 87, 19, 0.35);
          box-shadow: 0px 18px 32px -15px rgba(241, 87, 19, 0.35);
} */

body .products .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .products .footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  color: #131314;
  font-size: 16px;
  font-weight: 400;
}

body .products .footer a span {
  margin-right: 12px;
}

body .products .footer a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body .about {
  padding: 0 165px 300px;
}

body .about .header {
  padding-bottom: 130px;
  border-bottom: 1px solid #E2E4E8;
  font-size: 54px;
  font-weight: 400;
  line-height: 68px;
  color: #131314;
}

body .about .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
}

body .about .body .left {
  width: 50%;
  max-width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-right: 34px;
}

body .about .body .left img {
  position: absolute;
}

body .about .body .left img:first-child {
  width: 80%;
  max-width: 410px;
  top: -190px;
  left: 0;

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body .about .body .left img:last-child {
  width: 80%;
  max-width: 320px;
  top: -24px;
  right: 34px;

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body .about .body .right {
  width: 100%;
  padding-left: 34px;
}

body .about .body .right .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #131314;
  margin-bottom: 23px;
}

body .about .body .right .description {
  font-size: 20px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 23.5px;
}

body > .footer {
  padding: 0 165px;
}

body > .footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 80px;
  border-bottom: 1px solid #E2E4E8;
}

body > .footer .top .left .title {
  font-size: 54px;
  font-weight: 500;
  line-height: 68px;
  color: #131314;
  margin-bottom: 30px;
}

body > .footer .top .left .description {
  font-size: 21px;
  font-weight: 400;
  color: #46464a;
  line-height: 23.5px;
  text-decoration: none;
  padding: 5px;
}

body > .footer .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body > .footer .top .right a {
  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;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  /* background: #F2F2F2; */
  margin-right: 35px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

body > .footer .top .right .resume {
  width: auto;
  height: auto;
  background: none;
  border-radius: none;
  text-decoration: none;
}

body > .footer .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 53px 0;
  font-size: 16px;
  font-weight: 400;
  color: #4F4F4F;
}

body > .footer .bottom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Great Vibes';
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
  color: #4F4F4F;
}

body > .footer .bottom .title a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .footer .bottom #to-top {
  cursor: pointer;
}

@media (max-width: 1024px) {
  body .banner {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .products {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .about {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .about .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .about .body .left {
    width: 100%;
    padding-right: 0;
  }
  body .about .body .right {
    margin-top: 300px;
    padding-left: 0;
  }
  body .footer {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

@media (max-width: 768px) {
  body > .header {
    padding: 20px !important;
  }
  body > .header .title {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
  body > .header .left {
    display: none;
  }
  body > .header .right > img {
    margin-right: 20px;
  }
  body > .header .right a {
    margin-right: 20px;
  }
  body .banner {
    padding: 20px !important;
    padding-bottom: 150px !important;
  }
  body .banner .title {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  body .products {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 150px !important;
  }
  body .products .content .product {
    width: 100% !important;
  }
  body .about {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 150px !important;
  }
  body .footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .footer .top .left {
    margin-bottom: 50px;
  }

  body .products .content .product > div .avatar > .cover img{
    margin: -20% -5% 20% -5%;
  }

  #hi-display {
    position: absolute;
    top: 32%;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
  }
  
  #hi-text {
    text-align:unset;
  }
  
  /* Cursor */
  .typed-cursor {
    color: #888888;
    font-size: 50px;
    font-weight: 100;
  }
  
}

@media (max-width: 530px) {
  #mobile-menu {
    padding: 50px !important;
  }
  #mobile-menu #mobile-menu-close {
    margin-bottom: 120px;
  }
  #mobile-menu ul {
    padding-left: 0;
  }
}
/*# sourceMappingURL=home.css.map */
