html {
  color-scheme: dark;
}
body {
  background-color: rgb(7, 10, 41);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar-thumb {
  border: none;
  box-shadow: none;
  background-color: transparent;
  /* background-color: rgb(128, 134, 139); */
  border-radius: 8px;
  min-height: 0px;
}
::-webkit-scrollbar {
  /* background: rgb(236, 236, 237); */
  background: transparent;
  height: 0px;
  width: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: rgb(7, 10, 41);
}
#app {
  transition: transform 1s ease;
}
a {
  color: inherit;
  text-decoration: none;
}
@font-face {
  font-family: "iconfont"; /* Project id 2616229 */
  src: url("../Rowdies-Light.ttf");
}
@font-face {
  font-family: "iconfont2"; /* Project id 2616229 */
  src: url("../Monoton-Regular.ttf");
}
.home {
  width: 100%;
  min-height: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-align: left;
  overflow-x: hidden;
}
.btn {
  border-radius: 80px;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 8px #dcdcdc;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #e6edf3;
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn:hover {
  box-shadow: 0 0 20px #dcdcdc;
}
.section {
  min-height: calc(100vh - 84px);
  min-height: -webkit-calc(100vh - 84px);
  position: relative;
  display: flex;
  justify-content: center;
}

.section .section-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #adadad;
  background: -webkit-linear-gradient(top, white 40%, #adadad 95%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 3.33333vw;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.5vw;
}
.nr {
  white-space: nowrap;
}
.section-desc {
  font-size: 1.66667vw;
  margin-top: 1vw;
  color: #c9c9c9;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.flex {
  display: flex;
  align-items: center;
}
.jCenter {
  justify-content: center;
}
.jAround {
  justify-content: space-around;
}
.jBetween {
  justify-content: space-between;
}
.aCenter {
  align-items: center;
}
.aStart {
  align-items: flex-start;
}
.aEnd {
  align-items: flex-end;
}
.item h3 {
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.66667vw;
  color: #fff;
}
.item {
  background: #212121;
  padding: 15px;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.item.trig {
  animation: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 normal both running
    swing-in-top-fwd;
}
.item:hover {
  transform: translateY(-15px);
}
.item:hover:before {
  opacity: 1;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.item:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background: radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.section:nth-child(odd) div > img.trig {
  animation: 0.6s ease-out 0s 1 normal both running bounceInRight;
}
.section:nth-child(even) div > img.trig {
  animation: 0.6s ease-out 0s 1 normal both running bounceInLeft;
}
.item p {
  font-size: 1.04167vw;
  color: #c9c9c9;
  margin-top: 0.52083vw;
  line-height: 1.6;
  margin-bottom: 2vw;
}
.item:not(:last-child) {
  margin-right: 40px;
}
.flexColumn {
  flex-direction: column;
}
.flexRow {
  flex-direction: row;
}
a {
  text-decoration: none;
}

.last-section .button-box {
  font-size: 16px;
  color: #ddd;
  margin: 80px 80px 100px;
  position: relative;
}
.button-box .item:not(:first-child) {
  margin-right: 30px;
}
.fifth-section .trig {
  animation: 0.6s ease-out 0s 1 normal both running roll-in-left;
}
.section h2 {
  position: relative;
  display: inline-block;
  color: #08a9ff;
  background: -webkit-linear-gradient(left, #3b00ff 10%, #08a9ff, white);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 6.25vw;
  margin-bottom: 3.125vw;
}

.first-section p {
  z-index: 2;
  transform: translateX(-100%);
  opacity: 0;
  transform: translateX(-300px) scale(0.8);
  transition: 3s;
  opacity: 0;
  font-weight: 600;
}

.first-section h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #adadad;
  transform: translateX(-300px) scale(0.8);
  transition: 2s;
  opacity: 0;
  letter-spacing: 10px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.first-section h2.trig,
.first-section h2.trigFlag,
.first-section p.trig,
.first-section p.trigFlag,
.first-section h2::before {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.section > h2,
.section > h3,
.section > h3,
.section > h4 {
  line-height: 1.25;
  font-weight: 700;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.trig {
  animation: fadeIn 1s normal forwards ease-in-out;
}
@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fourth-section {
  background-color: #fff;
}
.last-section {
  min-height: auto;
  padding-top: 60px;
}
.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.robot-hand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 1s ease;
  transform: translateX(100%);
}
.robot-hand.robotFlag {
  transform: translateX(0);
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px)
      skew(-35deg, 10deg);
    transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px)
      skew(-35deg, 10deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.letter-outer-box {
  position: absolute;
  top: -50%;
  right: -6%;
  height: 111%;
  width: 42%;
  overflow: hidden;
  transform: rotate(-45deg);
}
.letter-bg-box {
  transform-origin: center center;
  transform: rotate(56deg) translateY(150px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  color: rgb(99 150 111 / 38%);
}
.letter-outer-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to right, rgb(7, 10, 41), rgba(255, 255, 255, 0));
}

.letter-bg-box div span {
  margin-right: 2px;
  display: inline-block;
  user-select: none;
  transition: 1s;
  cursor: default;
  padding: 0 5px;
}

@keyframes animate1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

.letter-bg-box > div {
  display: flex;
  position: relative;
  transform-origin: center center;

  /* color: rgb(99 150 111 / 38%); */
  font-size: 30px;
}
.letter-bg-box > div div:last-child {
  position: absolute;
  left: 0%;
}

.letter-outer-box.trig .letter-bg-box > div:nth-child(even) div:nth-child(1) {
  animation: animate1 30s infinite linear;
}
.letter-outer-box.trig .letter-bg-box > div:nth-child(even) div:nth-child(2) {
  animation: animate1 30s infinite linear;
  animation-delay: 15s;
  transform: translate(-200%);
}
.letter-outer-box.trig .letter-bg-box > div:nth-child(odd) div:nth-child(1) {
  animation: animate2 30s infinite linear;
}
.letter-outer-box.trig .letter-bg-box > div:nth-child(odd) div:nth-child(2) {
  animation: animate2 30s infinite linear;
  animation-delay: 15s;
  transform: translate(200%);
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.colorful-boll {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 30px #fff, -30px 0 80px #f0f, 30px 0 80px #0ff,
    inset 0 0 60px #fff, inset 50px 0 80px #f0f, inset -50px 0 100px #0ff,
    inset 50px 0 400px #f0f, inset -50px 0 400px #0ff;

  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.colorful-boll.show {
  animation: pulsate 6s linear infinite, fadeIn 1s forwards;
}
@keyframes pulsate {
  50% {
    box-shadow: 0 0 20px #fff, 20px 0 80px #f0f, -20px 0 80px #0ff,
      inset 0 0 50px #fff, inset -50px 0 80px #f0f, inset 50px 0 80px #0ff,
      inset -50px 0 300px #f0f, inset 50px 0 300px #0ff;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.checkDetail {
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 auto;
  animation: flush 1s infinite;
  position: relative;
  z-index: 3;
  cursor: pointer;
  margin-top: 10px;
}
@keyframes flush {
  0% {
    box-shadow: 0 0 20px #fff;
  }
  50% {
    box-shadow: 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 20px #fff;
  }
}

.shape {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: -70%;
  left: -60%;
  z-index: -1;
  background: radial-gradient(
    34.98% 34.98% at 50% 50%,
    #725bda 0,
    rgba(6, 19, 45, 0) 100%
  );
  opacity: 0.5;
}
.shape.right {
  left: auto;
  right: -60%;
}
.line-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: rotateY(180deg);
}
.images {
  position: relative;
}
.images::after {
  content: "";
  position: absolute;
  top: 56px;
  right: 125px;
  z-index: 1;
  width: 420px;
  height: 533px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 110px;
  transform: rotate(10deg);
}
.img1 {
  width: 420px;
  height: 533px;
  object-fit: cover;
  border-radius: 110px;
  margin: 60px 0 0 -4px;
  z-index: 3;
  position: relative;
}
.img2 {
  width: 121px;
  height: 117px;
  object-fit: cover;
  top: 230px;
  left: -183px;
  animation: animate-2 15s linear 0s infinite;
}
.images .img3 {
  width: 222px;
  height: 222px;
  object-fit: cover;
  bottom: -93px;
  left: -108px;
  animation: animate-3 15s linear 0s infinite;
}
.images .img4 {
  width: 65px;
  height: 62px;
  object-fit: cover;
  bottom: -89px;
  left: 129px;
  animation: animate-4 15s linear 0s infinite;
}
.images .img5 {
  width: 255px;
  height: 246px;
  object-fit: cover;
  bottom: -162px;
  right: 75px;
  z-index: 4;
  animation: animate-5 15s linear 0s infinite;
}
.images .img2,
.images .img3,
.images .img4,
.images .img5 {
  position: absolute;
  border-radius: 20%;
}
@keyframes animate-1 {
  0%,
  100% {
    transform: translateY(0vh) translateX(0vmin);
  }

  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@keyframes animate-2 {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15vmin);
  }
}
@keyframes animate-3 {
  0%,
  100% {
    transform: translateY(0vh);
  }

  50% {
    transform: translateY(-5vmin);
  }
}
@keyframes animate-4 {
  0%,
  100% {
    transform: translateY(0vh);
  }

  50% {
    transform: translateY(10vmin);
  }
}
@keyframes animate-5 {
  0%,
  100% {
    transform: translateY(0vh) translateX(0vmin);
  }

  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}
[data-aos^="fade"][data-aos^="fade"].trig {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
.block-text {
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}
.block-text .sub-heading {
  padding: 7px 14px;
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 22px;
}
.block-text .heading {
  margin-bottom: 25px;
  text-transform: none;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}
.block-text p span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-26 {
  margin-bottom: 26px;
}
.action-btn,
.logout {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  padding: 5px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.action-btn span::after,
.logout span::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.13) 0,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0)
  );
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
  z-index: 4;
}
.action-btn:hover span::after,
.logout:hover span::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.block-text .sub-heading span {
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.block-text .action-btn span {
  padding: 14px 24px;
}
.action-btn span,
.logout span {
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.speciality {
  padding: 100px 0 75px;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.portfolio__right img {
  width: 110%;
  border-radius: 130px;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 900px;
  }
  .portfolio__right img {
    width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.col-xl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.speciality .block-text p {
  padding: 0 50px;
}
.speciality-box {
  text-align: center;
  margin-top: 108px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0) 73.86%
  );
  backdrop-filter: blur(4px);
  position: relative;
  padding: 65px 16px 10px;
  border-radius: 15px;
}
[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}
.speciality-box .icon {
  background: linear-gradient(289.89deg, #dec7ff -23.71%, #5c27fe 96.09%);
  backdrop-filter: blur(4px);
  width: 105px;
  height: 105px;
  min-width: 105px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.speciality-box .icon svg path,
.speciality-box .icon svg polyline,
.speciality-box .icon svg polygon {
  stroke-width: 4;
}
.speciality-box .title {
  margin-bottom: 11px;
}
h5,
.h5 {
  font-size: 20px;
}
.speciality-box p {
  margin-bottom: 14px;
}
.speciality-box .number,
.speciality-box .number + p {
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.speciality-box:hover .icon {
  transform: translate(-50%, -50%) rotateY(-360deg);
}
h3,
.h3 {
  font-size: 50px;
}

h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 15px;
}
.speciality-box:hover .number,
.speciality-box:hover .number + p {
  color: white;
}
.center {
  text-align: center;
}
.about .block-text {
  padding-left: 35px;
}
.about {
  padding: 0 0 100px;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

#scroll-top span {
  transform: rotate(-180deg);
  display: block;
  font-size: 12px;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

.portfolio .block-text .heading {
  margin-bottom: 38px;
}
.portfolio-box {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0,
    rgba(255, 255, 255, 0) 73.86%
  );
  backdrop-filter: blur(4px);
  border-radius: 16px;
  position: relative;
  padding: 40px 23px;
  display: flex;
  margin-bottom: 19px;
}
.portfolio-box.introduction-box {
  padding: 20px;
}
.portfolio-box .step {
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 22px;
  padding: 6px 16px;
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 12px;
  font-family: "Conthrax";
}
.portfolio-box .icon {
  margin-right: 17px;
  width: 80px;
}
.portfolio-box .content {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px;
}
.portfolio-box .content .title {
  margin-top: 4px;
  margin-bottom: 10px;
}
.portfolio .portfolio__right .image {
  animation: animate-1 15s linear 0s infinite;
}
.supportLanguage {
  margin-top: 10px;
  margin-bottom: 20px;
  position: absolute;
  z-index: 1;
  bottom: 150px;
  left: 50px;
}
.support {
  cursor: pointer;
}
.supportLanguage .flexColumn {
  margin-left: 10px;
  position: relative;
  text-align: center;
}
.supportLanguage span {
  color: rgba(255, 255, 255, 0.6);
}
.supportLanguage .flexColumn span {
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(160%);
  font-size: 12px;
}

.supportLanguage .flexColumn:hover span {
  opacity: 1;
}
.footer-item p,
.footer-item a {
  color: #fff;
}
.mouse {
  background: #4e5559
    linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  transform: scale(0.5);
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 20px;
  top: -30px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }

  20% {
    -webkit-transform: translateY(8px) scale(0.5);
    transform: translateY(8px) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(8px) scale(0.5);
    transform: translateY(8px) scale(0.5);
  }
  60% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }
  80% {
    -webkit-transform: translateY(8px) scale(0.5);
    transform: translateY(8px) scale(0.5);
  }
  90% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
  100% {
    background-color: #ffffff;
  }
}
.mouseFlag .mouse {
  opacity: 0;
}
.right-arrow {
  margin-left: 3px;
  animation: arrow 1.5s linear 0s infinite;
}
@keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50%);
  }
}
.flex {
  display: flex;
}
.logout,
.action-btn {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(
    89.96deg,
    rgba(255, 255, 255, 0.05) 0.03%,
    rgba(255, 255, 255, 0.008) 49.67%,
    rgba(255, 255, 255, 0.05) 99.96%
  );
  backdrop-filter: blur(4px);
  padding: 5px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.action-btn span,
.logout span {
  background: linear-gradient(264.28deg, #dec7ff -38.2%, #5c27fe 103.12%);
  padding: 18px 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.action-btn span::after,
.logout span::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.13) 0,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0)
  );
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
  z-index: 4;
}
.action-btn:hover span::after,
.logout:hover span::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.logout.login {
  background: none;
}
a {
  cursor: pointer;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 16px;
  box-sizing: border-box;
  /* position: fixed; */
  top: 0;
  z-index: 10;
  transition: all 0.3s;
  width: 100vw;
  background: transparent;
  position: relative;
  color: #fff;
  transition: opacity 0.3s ease;
  /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}
.nav-bar-inner-container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.Links_container {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  border-radius: 32px;
  flex: 2;
}

.Links_link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 20px;
  font-weight: 500;
  margin: 0 12px;
  transition: all 0.2s;
  border-radius: 20px;
  border-bottom: 2px solid transparent;
  letter-spacing: 2px;
  cursor: pointer;
}
.Links_activeLink {
  color: #5c27fe;
}
.Links_link:hover {
  box-shadow: none;
  transition: all 0.3s;
  color: #5c27fe;
}
.sub-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(26px);
}
.sub-item:hover path {
  fill: #5c27fe;
}

.sub-item {
  position: relative;
  display: flex;
}
.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 240px;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
}
.sub-menu li {
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #5c27fe;
  transition: width 0.3s ease-in-out;
}
.sub-menu li:hover::before {
  width: 100%;
}
.menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-item img {
  margin-right: 10px;
  border-radius: 10px;
}
.menu-item .a {
  /* position: relative; */
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.footer-box {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  height: auto;
  background: none;
}
.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap;
  padding-bottom: 32px;
  margin: 20px auto;
}
.footer-item {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 160px;
}
.footer-item p {
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  margin-bottom: 6px;
}
.Layout_base__6IeUC {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.Layout_base__6IeUC a,
.Layout_base__6IeUC .a {
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  margin-top: 16px;
}

.Layout_base__6IeUC a:hover,
.Layout_base__6IeUC .a:hover {
  opacity: 0.7;
}
.flex {
  display: flex;
}

a {
  cursor: pointer;
}

.Links_container {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  border-radius: 32px;
}

.Links_link {
  font-size: 16px;
  text-decoration: none;
  padding: 12px 4px;
  font-weight: 500;
  margin: 0 12px;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}

.Links_link:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0.54);
}
.footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  padding: 16px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.footer p {
  margin-bottom: 5px;
}
.link-text-color {
  color: #ffffff;
  text-decoration: none;
}
.footer-box p:last-child {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.footer img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.link-text-color {
  color: #ffffff;
  text-decoration: none;
}
