/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.1.0
* Updated	 :	11/22/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/

#particles-js {
  position: fixed !important;
  width: 100%;
  height: 100%;
  z-index: 150;
  overflow: hidden;
}

.bouncing-img {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.bouncing-img2 {
  -webkit-animation: mover2 2s infinite alternate;
  animation: mover2 2s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

#moving-logo {
  width: 100%;
  max-width: 300px;
}
#moving-logo {
  animation: rotate-logo 15s linear infinite;
}
@keyframes rotate-logo {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

.custom-3d {
  font-size: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #4f8cd7;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}
.custom-3d.md-3d {
  font-size: 70px;
}
.custom-3d.lg-3d {
  font-size: 100px;
}
.custom-3d.xlg-3d {
  font-size: 150px;
}
.custom-3d span {
  opacity: 0.9;
  position: absolute;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4f8cd7;
  right: 0;
}
.custom-3d span:first-child {
  left: -8px;
  top: 4px;
  z-index: -1;
}
.custom-3d span:nth-child(2) {
  left: -16px;
  top: 8px;
  z-index: -4;
}
.custom-3d span:nth-child(3) {
  left: -24px;
  top: 12px;
  z-index: -8;
}

.custom-3d.lg-3d span:first-child {
  left: -12px;
  top: 6px;
}
.custom-3d.lg-3d span:nth-child(2) {
  left: -24px;
  top: 12px;
}
.custom-3d.lg-3d span:nth-child(3) {
  left: -36px;
  top: 18px;
}

.custom-3d.xlg-3d span:first-child {
  left: -16px;
  top: 8px;
}
.custom-3d.xlg-3d span:nth-child(2) {
  left: -32px;
  top: 16px;
}
.custom-3d.xlg-3d span:nth-child(3) {
  left: -48px;
  top: 24px;
}

.container-two {
  /* max-width: 350px !important; */
  padding: 20px !important;
  transition: 0.5s;
  margin: 2%;
}

.container-two h2 {
  font-size: 28px !important;
  transition: 0.5s;
}
.container-two h3 {
  font-size: 24px !important;
  transition: 0.5s;
}

/* Shape conteúdo formulário */
.container-two {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1000px;
  padding: 35px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(15px);
}

.container-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  transform: skew(-15deg);
}

.container-two h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}

.container-two p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

.container-two .row100 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.container-two .row100 .col {
  position: relative;
  width: 90%;
  padding: 0 10px;
  margin: 30px 0 30px;
}

.container-two .row100 .col .inputBox {
  position: relative;
  width: 100%;
  height: 40px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

/* Config campos dos formulários */
.container-two .row100 .col .inputBox input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0 10px;
  z-index: 1;
  color: #000;
}

/* Config das Labels do Forms */
.container-two .row100 .col .inputBox .text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
  display: block;
  transition: 0.5s;
}

.bouncing-img {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.bouncing-img2 {
  -webkit-animation: mover2 2s infinite alternate;
  animation: mover2 2s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

.Box-elements {
  /* margin: 35px 5% 0px;
  padding-bottom: 20px; */
  margin: 0;
  padding: 0;
}
.chart-box {
  border-radius: 19px;
  margin-right: 6%;
  width: 118%;
  position: relative;
}
.box-element-flex {
  display: flex;
  margin-top: 20px;
}
.chart-box-main {
  width: 100%;
  border-radius: 19px;
  box-shadow: rgba(255, 255, 255, 0.294) 0px 0px 10px 0px;
  margin-top: 15px;
  animation-name: Activities;
  padding: 30px;
}
.chart-box-main > div {
  width: 100%;
  height: 100%;
  border-radius: 19px;
}

.card {
  position: relative;
  border-radius: 12px;
  background: #0000006f;
  overflow: hidden;
  box-shadow: 2px 2px 5px lightblue;
}

.wave {
  position: absolute;
  width: 500px;
  height: 700px;
  opacity: 0.6;
  left: -50%;
  top: 35px;
  background-color: #000358;
  border-radius: 40%;
  animation: wave 5s infinite linear;
}

.wave:nth-child(2) {
  top: 40px;
  animation: wave 7s infinite linear;
}
.wave:nth-child(3) {
  top: 45px;
  animation: wave 9s infinite linear;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content {
  position: relative;
  padding: 1rem;
  color: #ffffff;
  z-index: 10;
  border-radius: 12px;
}

.image_wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .flex-row-reverse .roadmap-s1:before {
    right: auto;
    left: auto;
  }
}

.timeline-content {
  box-shadow: rgba(102, 192, 244, 0.7) 0px 0px 25px,
    rgba(102, 192, 244, 0.4) 0px 0px 50px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  background: linear-gradient(0deg, rgba(3, 5, 19, 0.87), rgba(0, 0, 0, 0.69)),
    url(../images/23.png);
  padding: 20px;
  border-radius: 12px;
  transition: box-shadow 0.5s, transform 0.3s;
}

.tc-roadmap {
  color: rgb(102, 192, 244);
}

a {
  position: relative;
  z-index: 9999;
}
