
:root {
    --color-dark: #161616;
    --color-ocean: #416dea;
    --color-grass: #3dd28d;
    --color-snow: #ffffffdc;
    --color-salmon: #F32C52;
    --color-sun: #feee7d;
    --color-alge: #7999a9;
    --color-flower: #353866;
    --color-smoke: #e4e4e4;
    --borderRadius: 36px;
    --font-face: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }

  html {
    scroll-behavior: smooth;
  }
  
  body {
    background-color: #161616;
    margin: 0;
  }

  .bg {
    height: 100vh;
    width: 100vw;
    background-image: url(https://www.transparenttextures.com/patterns/graphy.png);
    position: absolute;
    opacity: 30%;
    z-index: -5;
  }

.hero {
  position: relative;
    height:100%;
    width:100%;
    overflow: hidden;
}

#myVideo {
  position: absolute;
  bottom: 0;
  opacity: 0.50;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  }
  
  /* #Navigation
  ================================================== */
  
  .cd-header{
      position: fixed;
      width:100%;
      top:0;
      left:0;
      z-index:100;
  }
  .header-wrapper{
      position: relative;
      width: calc(100% - 100px);
      margin-left: 50px;
  }
  .logo-wrap {
      position: absolute;
      display:block;
      left:0;
      top: 40px;
      cursor: pointer;
  }
  .logo-wrap a {
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      text-decoration: none;
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #3fe04c;
      transition : all 0.3s ease-out;
  }
  .logo-wrap a span{
      color: #5da0f8;
  }
  .logo-wrap a:hover {
      opacity: 0.9;
  }
  .nav-but-wrap{
      position: relative;
      display: inline-block;
      float: right;
      padding-left: 15px;
      padding-top: 15px;
      margin-top: 26px;
      transition : all 0.3s ease-out;
  }
  .menu-icon {
      height: 30px;
      width: 30px;
      position: relative;
      z-index: 2;
      cursor: pointer;
      display: block;
  }
  .menu-icon__line {
      height: 2px;
      width: 30px;
      display: block;
      background-color: rgb(255, 255, 255);
      margin-bottom: 7px;
      cursor: pointer;
      -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
      transition: background-color .5s ease, -webkit-transform .2s ease;
      transition: transform .2s ease, background-color .5s ease;
      transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
  }
  .menu-icon__line-left {
      width: 16.5px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .menu-icon__line-right {
      width: 16.5px;
      float: right;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .menu-icon:hover .menu-icon__line-left,
  .menu-icon:hover .menu-icon__line-right {
      width: 30px;
  }
  .nav {
      position: fixed;
      z-index: 98;
  }
  .nav:before, .nav:after {
      content: "";
      position: fixed;
      width: 100vw;
      height: 100vh;
      background: rgba(20, 21, 26,0.6);
      border-bottom-left-radius: 200%;
      z-index: -1;
      -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
      transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
      transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
      transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
      -webkit-transform: translateX(100%) translateY(-100%);
            transform: translateX(100%) translateY(-100%);
  }
  .nav:after {
      background: rgba(9, 9, 12, 0.918);
      -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav:before {
      -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .nav__content {
      position: fixed;
      visibility: hidden;
      top: 50%;
      margin-top: 20px;
      -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
      width: 100%;
      text-align: center;
  }
  .nav__list {
      position: relative;
      padding: 0;
      margin: 0;
      z-index: 2;
  }
  .nav__list-item {
      position: relative;
      display: block;
      -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
      opacity: 0;
      text-align: center;
      color: #fff;
      overflow: hidden;
      font-family: 'Montserrat', sans-serif;
      font-size: 8vh;
      font-weight: 900;
      line-height: 1.15;
      letter-spacing: 3px;
      -webkit-transform: translate(100px, 0%);
            transform: translate(100px, 0%);
      -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
      transition: opacity .2s ease, -webkit-transform .3s ease;
      transition: opacity .2s ease, transform .3s ease;
      transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
      margin-top: 0;
      margin-bottom: 0;
  }
  .nav__list-item a{
      position: relative;
      text-decoration: none;
      color: rgba(255,255,255,0.6);
      overflow: hidden;
      cursor: pointer;
    margin-top: 20px;
      padding-left: 5px;
      padding-right: 5px;
      font-weight: 900;
      z-index: 2;
      display: inline-block;
      text-transform: uppercase;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .nav__list-item a:after{
      position: absolute;
      content: '';
      top: 50%;
      margin-top: -2px;
      left: 50%;
      width: 0;
      height: 0;
      opacity: 0;
      background-color: #31e63a;
      z-index: 1;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
  }
  .nav__list-item a:hover:after{
      height: 4px;
      opacity: 1;
      left: 0;
      width: 100%;
  }
  .nav__list-item a:hover{
      color: rgba(255,255,255,1);
  }
  .nav__list-item.active-nav a{
      color: rgba(255,255,255,1);
  }
  .nav__list-item.active-nav a:after{
      height: 4px;
      opacity: 1;
      left: 0;
      width: 100%;
  }
  body.nav-active .nav__content {
      visibility: visible;
  }
  body.nav-active .menu-icon__line {
      background-color: #fff;
      -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
  body.nav-active .menu-icon__line-left {
      width: 15px;
      -webkit-transform: translate(2px, 4px) rotate(45deg);
            transform: translate(2px, 4px) rotate(45deg);
  }
  body.nav-active .menu-icon__line-right {
      width: 15px;
      float: right;
      -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
            transform: translate(-3px, -3.5px) rotate(45deg);
  }
  body.nav-active .menu-icon:hover .menu-icon__line-left,
  body.nav-active .menu-icon:hover .menu-icon__line-right {
      width: 15px;
  }
  body.nav-active .nav {
      visibility: visible;
  }
  body.nav-active .nav:before, body.nav-active .nav:after {
      -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
      border-radius: 0;
  }
  body.nav-active .nav:after {
      -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  body.nav-active .nav:before {
      -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.nav-active .nav__list-item {
      opacity: 1;
      -webkit-transform: translateX(0%);
            transform: translateX(0%);
      -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, color .3s ease;
      transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
  }
  body.nav-active .nav__list-item:nth-child(0) {
      -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.nav-active .nav__list-item:nth-child(1) {
      -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body.nav-active .nav__list-item:nth-child(2) {
      -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body.nav-active .nav__list-item:nth-child(3) {
      -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  body.nav-active .nav__list-item:nth-child(4) {
      -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  body.nav-active .nav__list-item:nth-child(5) {
      -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body.nav-active .nav__list-item:nth-child(6) {
      -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  body.nav-active .nav__list-item:nth-child(7) {
      -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  body.nav-active .nav__list-item:nth-child(8) {
      -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  body.nav-active .nav__list-item:nth-child(9) {
      -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  body.nav-active .nav__list-item:nth-child(10) {
      -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }

  /*              Hero               */
  
  .container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
  }
  
  h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 50px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
  }
  
  h1 span {
    display: inline-block;
    animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  @keyframes slideLeft {
    from {
      opacity: 0;
      transform: translateX(200px);
    } 
    to {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  
  
  /* OPTIONAL / for device responsiveness */
  @media only screen and (max-width: 850px) {
    h1 {
      font-size: 33px;
    }
  
    .small {
      opacity: 0;
    }
  
    .big {
      opacity: 0;
    }
  }


  /*              Arrows               */

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 200px;
}

.arrows path {
	stroke: #2994D1;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}


  /*              What we make better               */

  :root {
    --bg-color: rgb(20, 20, 20);
    --card-color: rgb(23, 23, 23);
  }
  
  .sec-i {
    align-items: center;
    background-color: var(--bg-color);
    display: flex;
    height: 100vh;
    justify-content: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
  }
  
  #cards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;  
    max-width: 916px;
    width: calc(100% - 20px);
  }
  
  #cards:hover > .card::after {
    opacity: 1;
  }
  
  .card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 260px;
    flex-direction: column;
    position: relative;
    width: 300px;  
  }
  
  .card:hover::before {
    opacity: 1;
  }
  
  .card::before,
  .card::after {
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: opacity 500ms;
    width: 100%;
  }
  
  .card::before {
    background: radial-gradient(
      800px circle at var(--mouse-x) var(--mouse-y), 
      rgba(255, 255, 255, 0.06),
      transparent 40%
    );
    z-index: 3;
  }
  
  .card::after {  
    background: radial-gradient(
      600px circle at var(--mouse-x) var(--mouse-y), 
      rgba(126, 255, 147, 0.4),
      transparent 40%
    );
    z-index: 1;
  }
  
  .card > .card-content {
    background-color: var(--card-color);
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    inset: 1px;
    padding: 10px;
    position: absolute;
    z-index: 2;
  }
  
  /* -- ↓ ↓ ↓ extra card content styles ↓ ↓ ↓ -- */
  
  h1, h2, h3, h4, span {
    color: rgb(240, 240, 240);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin: 0px;
  }
  
  i {  
    color: rgb(51, 255, 10);
  }
  
  .card-image {
    align-items: center;
    display: flex;
    height: 140px;
    justify-content: center;
    overflow: hidden;
  }
  
  .card-image > i {
    font-size: 6em;
    opacity: 1;
  }
  
  .card-info-wrapper {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 0px 20px;
  }
  
  .card-info {
    align-items: flex-start;
    display: flex;
    gap: 10px;
  }
  
  .card-info > i {  
    font-size: 1em;
    height: 20px;
    line-height: 20px;
  }
  
  .card-info-title > h3 {
    font-size: 1.1em;
    line-height: 20px;
  }
  
  .card-info-title > h4 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85em;
    margin-top: 8px;
  }
  
  /* -- ↓ ↓ ↓ some responsiveness ↓ ↓ ↓ -- */
  
  @media(max-width: 1000px) {
    body {
      align-items: flex-start;  
      overflow: auto;
    }
    
    #cards {    
      max-width: 1000px;
      padding: 10px 0px;
    }
    
    .card {
      flex-shrink: 1;
      width: calc(50% - 4px);
    }
  }
  
  @media(max-width: 500px) {
    #cards {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;  
      margin-left: 0px;
      margin-left: 0px;
      max-width: 916px;
      width: calc(100% - 20px);
    }

    .card {
      height: 180px;
    }
    
    .card-image {
      height: 80px;  
    }
    
    .card-image > i {
      font-size: 3em;
    }
      
    .card-info-wrapper {
      padding: 0px 10px;
    }
    
    .card-info > i { 
      font-size: 0.8em; 
    }
    
    .card-info-title > h3 {
      font-size: 0.9em;
    }
  
    .card-info-title > h4 {
      font-size: 0.8em;
      margin-top: 4px;
    }
  }
  
  @media(max-width: 320px) {
    .card {
      width: 100%;
    }
  }
  
  


/*      Process      */

.download {
    background-color: #161616;
    color: white;
	background-image: url("https://www.transparenttextures.com/patterns/pinstripe-light.png");
}

@import url('https://fonts.googleapis.com/css?family=Poppins:900i');

* {
  box-sizing: border-box;
}


.texto {
  font-size: 40px;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    margin-top: 100px;
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: white;
    background: #1de91d;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

@media(max-width: 500px) {

.texto {
  font-size: 40px;
}

    .cta {
        margin-top: 100px;
        display: flex;
        padding: 20px 20px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        color: white;
        background: #3fe91d;
        transition: 1s;
        box-shadow: 6px 6px 0 black;
        transform: skewX(-15deg);
    }
  }

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #ffffff;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  span {
    transform: skewX(15deg) 
  }

  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}
 
/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #38fb42;
    }
    100% {
        fill: white;
    }
}

/*Animations*/

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1.2s;
 }
 
 .show {
   opacity: 1;
   filter: blur(0);
   transform: translateX(0);
 }

/* News */



.news {
  padding: 100px 0;
}

img {
  width: 100%;
  vertical-align: middle;

}

.blog-item img {
display: block;
}

.blog-item a {
  display: flex;
  padding: 50px;
  overflow: hidden;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  color: rgb(255, 255, 255);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 50px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item a:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item .icon {
  width: 35%;
  object-fit: cover;
  margin-right: 50px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}

.blog-item .content {
  width: 65%;
}

.blog-item .content .title {
  font-size: 21px;
  text-transform: capitalize;
  color: #25e15d;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}



.blog-item .content .title .blog-date {
  font-size: 12px;
  margin-left: 20px;
  color: #333;
  font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date:before {
  content: '/';
  color: #2bb673;
  font-size: 25px;
  top: auto;
  position: relative;
  margin-right: 10px;
}

.blog-item .content .rounded {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-item .item-arrow {
  height: 20px;
  width: 15%;
  position: relative;
  text-align: center;
  font-size: 35px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item a:hover > .item-arrow {
  /*padding-left: 40px;*/
  color: #2be125;
  left: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.rounded {
  width: 70px;
  height: 5px;
  border-radius: 6px;
  background-image: linear-gradient(to right, #25e189, #40e495);
  /* background: #2bb769; */
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){

  .blog-item .content {
      width: 100%;
      margin-top: 35px;
  }

  .blog-item .content .title {
      font-size: 18px;
  }

  .blog-item .item-arrow {
      margin: auto;
  }

  .blog-item .icon {
      width: 100%;
  }

  .blog-item .icon img {
      width: 100%;
      height: 150px;
      object-fit: cover;
  }

  .blog-item {
      width: 92%;
      margin: auto;
  }

  .blog-item a {
      display: block;
      padding: 30px;
  }

}









 /*Footer*/

 
.footer-distributed {
  background-color: #1a1919;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #8f9296;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:underline;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}


