@font-face {
  font-family: "AeionMono-Bold";
  src: url("../fonts/AeionMono-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-ExtraBold";
  src: url("../fonts/AeionMono-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-ExtraLight";
  src: url("../fonts/AeionMono-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-Light";
  src: url("../fonts/AeionMono-Light.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-Regular";
  src: url("../fonts/AeionMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-SemiBold";
  src: url("../fonts/AeionMono-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "AeionMono-SemiLight";
  src: url("../fonts/AeionMono-SemiLight.woff2") format("woff2");
}
@font-face {
  font-family: "TASAOrbiter";
  src: url("../fonts/TASAOrbiterVF.woff2") format("woff2");
}
* {
  font-family: "TASAOrbiter";
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AeionMono-Bold";
  color: #FFFFFF;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "AeionMono-Bold";
}

a {
  color: #DCEF4F;
}

body {
  background-color: #121212;
  overflow-x: hidden !important;
}

.color-white {
  color: #FFFFFF;
}

.color-green {
  color: #DCEF4F;
}

.color-black {
  color: #1D1D1D;
}

.color-pure-black {
  color: #121212;
}

.color-blue-smoke {
  color: #C1C9CC;
}

.color-deep-gray {
  color: #CCCCCC;
}

.background-white {
  background-color: #FFFFFF;
}

.background-green {
  background-color: #DCEF4F;
}

.background-black {
  background-color: #1D1D1D;
}

.background-pure-black {
  background-color: #121212;
}

.background-blue-smoke {
  background-color: #C1C9CC;
}

.background-deep-gray {
  background-color: #CCCCCC;
}

.active {
  color: #DCEF4F !important;
}

.text-decoration-none {
  text-decoration: none;
  color: #CCCCCC !important;
}

.line {
  height: 1px;
}

.s-100 {
  width: 150px;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.nav-duop__end__list .active .dot, .nav-duop__end__list-item a:hover + .dot {
  opacity: 100;
  top: 32px;
}

.header-duop {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.header-duop::before {
  content: "";
  position: absolute;
  background-color: #121212;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.nav-duop {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  height: 64px;
  overflow: hidden;
}
.nav-duop__fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #DCEF4F;
  z-index: 2;
  transition: left 300ms ease;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav-duop__fullscreen__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-duop__fullscreen__list-item a {
  border-bottom: 1px solid #121212;
  display: block;
  padding: 16px;
  color: #121212;
  text-decoration: none;
  font-size: 24px;
}
.nav-duop__fullscreen-top {
  height: 64px;
  padding: 16px;
}
.nav-duop__fullscreen__img {
  width: 100px;
}
.nav-duop__fullscreen-button {
  background: none;
  border: none;
  font-size: 24px;
  color: #121212;
}
.nav-duop__img {
  width: 112px;
  height: 100%;
  position: relative;
}
.nav-duop__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-duop__logo {
  height: 100%;
}
.nav-duop__end__icon {
  padding: 0;
  width: 31px;
  height: 31px;
  border: none;
  position: relative;
  background: none;
}
.nav-duop__end__icon img {
  width: 100%;
}
.nav-duop__end__list {
  display: flex;
  list-style: none;
  font-size: 18px;
  margin: 0;
}
.nav-duop__end__list-item {
  position: relative;
  margin-left: 32px;
}
.nav-duop__end__list-item a {
  color: #FFFFFF;
  text-decoration: none;
}
.nav-duop__end__list-item a:hover {
  color: #DCEF4F;
}
.nav-duop__end__list-item .dot {
  opacity: 0;
  position: absolute;
  transition: all 300ms ease;
  top: 40px;
  left: 50%;
  transform: translate(0, -50%);
}
.nav-duop__end__list .active a {
  color: #DCEF4F;
}
.toggled-nav {
  left: 0;
}

@media (max-width: 709px) {
  .nav-duop__end__list {
    display: none;
  }
}
@media (min-width: 709px) {
  .nav-duop__end__icon {
    display: none;
  }
  .nav-duop__end__list {
    display: flex;
  }
}
.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #DCEF4F;
}

.button {
  background: none;
  border-radius: 0.5em;
  padding: 5px 15px;
}

.button-outline-gray {
  color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

.button-primary {
  color: #121212;
  background-color: #DCEF4F;
  border: none;
  font-weight: bold;
  border-radius: 2em;
}

.main {
  height: calc(100vh - 64px);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #FFFFFF;
}
.main__title {
  width: 75%;
}
.main__title h1 {
  font-size: 9em;
  text-transform: uppercase;
}
.main__title h1:nth-of-type(1) {
  opacity: 0;
  animation: leftEntrance 1s ease-in-out forwards;
}
.main__title h1:nth-of-type(2) {
  opacity: 0;
  text-align: right;
  animation: rightEntrance 1s ease-in-out forwards;
  animation-delay: 0.8s;
}
.main__title h1:nth-of-type(3) {
  opacity: 0;
  animation: leftEntrance 1s ease-in-out forwards;
  animation-delay: 1.5s;
}
.main__vector {
  opacity: 0;
  position: absolute;
  animation: rightEntrance 0.5s ease-in-out forwards;
  animation-delay: 2s;
  right: 10%;
}
.main__vector svg {
  width: 700px;
  height: 700px;
  stroke-width: 0.1px;
  animation: rotate 10s linear infinite;
}
.main button {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 75px;
  animation: opacity 1s ease-in-out forwards;
  animation-delay: 3s;
}

@media (max-height: 650px) {
  .main button {
    bottom: 25px;
  }
}
@media (max-height: 400px) {
  .main button {
    display: none;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 817px) and (max-width: 1169px) {
  .main__title h1 {
    font-size: 100px;
  }
}
@media (min-width: 497px) and (max-width: 817px) {
  .main__title h1 {
    font-size: 60px;
  }
  .main__vector svg {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 497px) {
  .main__title h1 {
    font-size: 40px;
  }
  .main__vector svg {
    width: 300px;
    height: 300px;
  }
}
@media (max-height: 590px) {
  .main__title h1 {
    font-size: 60px;
  }
  .main__vector svg {
    width: 300px;
    height: 300px;
  }
}
@keyframes leftEntrance {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightEntrance {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.solutions {
  overflow: hidden;
}
.solutions__container {
  padding: 25px;
}
.solutions__container-img {
  background-color: #1D1D1D;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 300ms ease;
  overflow: hidden;
}
.solutions__container-img:hover {
  background-color: #CCCCCC;
}
.solutions__container-img img {
  width: 100%;
}

.content-divisor {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

@media (max-width: 400px) {
  .solutions__container-img {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .content-divisor {
    border-left: none;
    border-right: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .solutions__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .solutions__container-img {
    padding: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .solutions__container-img {
    padding: 25px;
  }
}
.industries {
  min-height: 100vh;
  background-color: #1D1D1D;
  border-top: 1px solid #FFFFFF;
}
.industries-active {
  border-left: 2px solid #DCEF4F !important;
}
.industries-active .industries__container__img {
  opacity: 1;
}
.industries-active .industries__container__description h2 {
  color: #FFFFFF;
  opacity: 1;
}
.industries-active .industries__container__description p {
  opacity: 1;
}
.industries__container {
  cursor: default;
  border-left: 2px solid #C1C9CC;
  padding: 40px;
  transition: border-left-color 300ms ease;
}
.industries__container__description h2,
.industries__container__description p {
  color: #C1C9CC;
  font-family: "TASAOrbiter";
  transition: color 300ms ease, opacity 300ms ease;
  opacity: 0.3;
  margin: 0;
}
.industries__container__description h2 {
  font-weight: 500;
}
.industries__container__description p {
  margin-top: 16px;
  font-size: 20px;
}
.industries__container__img {
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: opacity 300ms ease;
}
.industries__container__img svg {
  width: 150px;
  height: 150px;
}
.industries__container:hover .industries__container__img {
  opacity: 1;
}
.industries__container:hover .industries__container__description h2 {
  color: #FFFFFF;
  opacity: 1;
}
.industries__container:hover .industries__container__description p {
  opacity: 1;
}
.industries__container:hover {
  border-left-color: #DCEF4F;
  color: #FFFFFF;
}

.presentation {
  overflow: hidden;
  background: linear-gradient(0deg, #121212 50%, #1D1D1D 50%);
}
.presentation__img {
  border-radius: 0.5em;
  width: 100%;
}

.wname {
  background-color: #121212;
}
.wname__title {
  text-transform: uppercase;
}
.wname__title span {
  color: #DCEF4F;
  font-family: "AeionMono-Bold";
}
.wname__img {
  width: 75%;
}
.wname__item {
  border-top: 1px solid #FFFFFF;
  font-size: 20px;
  color: #FFFFFF;
}
.wname__item-number {
  text-align: center;
  color: #DCEF4F;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #DCEF4F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.autoscroll {
  overflow: hidden;
  background-color: #DCEF4F;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
  cursor: default;
}
.autoscroll__container {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.autoscroll__container-item {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 25rem;
  height: 40rem;
  white-space: initial;
  padding: 40px;
}
.autoscroll__container-item h2 {
  bottom: 40px;
  position: absolute;
  font-family: "TASAOrbiter";
  font-weight: bold;
  font-size: 40px;
  color: #121212;
}
.autoscroll__container img {
  height: 40rem;
  width: 25rem;
  object-fit: cover;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.blog {
  background-color: #CCCCCC;
}
.blog__header {
  padding-bottom: 32px;
  border-bottom: 1px solid #FFFFFF;
}
.blog__header h1 {
  margin: 0;
  color: #121212;
  font-size: 40px;
  text-transform: uppercase;
}
.blog__header a {
  text-decoration: none;
  color: #121212;
}
.blog__content-card {
  border-radius: 1.5em;
  position: relative;
  padding: 20px;
}
.blog__content-card-link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blog__content-card-img {
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  position: relative;
}
.blog__content-card-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.blog__content-card h3, .blog__content-card p {
  font-family: "TASAOrbiter";
  color: #121212;
}
.blog__content-card h3 {
  margin-top: 20px;
  font-weight: bold;
}
.blog__content-card:hover {
  background-color: #DCEF4F;
}

.footer {
  padding: 40px 40px 10px 40px;
  background-color: #CCCCCC;
  position: relative;
}
.footer__social img {
  width: 30px;
  height: 30px;
}
.footer-icon {
  width: 25px;
  height: 25px;
}
.footer__img {
  overflow: hidden;
}
.footer__img img {
  width: 40%;
}
.footer__list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer__list li {
  margin-top: 5px;
  font-size: 18px;
}
.footer__list li a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer__bottom {
  color: #FFFFFF;
}
.footer__bottom a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(152deg, #DCEF4F 0%, #121212 100%);
  background-size: 150% 150%;
  animation: gradient 5s ease infinite;
  border-top-left-radius: 4em;
  border-top-right-radius: 4em;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.new-title {
  text-transform: uppercase;
}
.new-title span {
  color: #DCEF4F;
}
.new-content {
  color: #FFFFFF;
  font-size: 20px;
  text-align: justify;
}
.new-content p {
  margin-bottom: 24px;
}
.new-content h1, .new-content h2, .new-content h3, .new-content h4, .new-content h5, .new-content h6 {
  text-transform: uppercase;
}
.new-content * {
  background-color: transparent !important;
}
.new-img {
  width: 100%;
  margin-top: 24px;
}
.new-resume {
  font-size: 24px;
  margin-top: 24px;
  color: #CCCCCC;
}
.new-text {
  margin-top: 24px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: justify;
}
.new-about {
  margin-top: 24px;
  color: #DCEF4F;
}
.new__social {
  margin-top: 24px;
  display: flex;
}
.new__social-red {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}
.new__social-red a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.new__social-red img {
  width: 100%;
}
.new img {
  width: 100%;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.error__title {
  color: #DCEF4F;
}

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