@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
}

.video-container {
  overflow: hidden;
  position: relative;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  left: -200px;
}

#conteudo {
  background: rgba(0, 0, 0, 0.9);
  height: 920px;
  text-align: center;
  padding: 160px 0 150px;
  z-index: 1;
  position: relative;
  text-align: left;
}

img {
  width: 260px;
  margin: 30px 200px;
}

#txt {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffcb07;
}

p {
  margin-top: 10px;
  margin-left: 5px;
}

.footer {
  color: #5b5a5a;
  font-size: 14px;
  padding-top: 80px;
}

/* ANIMAÇÃO INICIO */
.services {
  font-size: 50px;
  font-weight: 600;
  line-height: 61px;
  margin-top: 150px;
  margin-left: 35px;
  margin-right: 60px;
}

.services span {
  position: relative;
  font-weight: 200;
}

.services span::before {
  content: '';
  color: rgb(255, 255, 255);
  animation: itens 20s infinite;
}

.services span::after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 2px solid #fff;
  right: -10px;
  animation: cursor 0.8s infinite, digita 20s steps(15) infinite;
  width: calc(100% + 12px);
  background-color: #191919;
}

@keyframes digita {
  10%,
  15%,
  30%,
  35%,
  50%,
  55%,
  70%,
  75%,
  90%,
  95% {
    width: 0;
  }
  5%,
  20%,
  25%,
  40%,
  45%,
  60%,
  65%,
  80%,
  85% {
    width: calc(100% + 12px);
  }
}

@keyframes cursor {
  0% {
    border-left: 2px solid #000;
  }
}

@keyframes itens {
  0%,
  20% {
    content: 'Front-end & Web/App';
  }
  21%,
  40% {
    content: 'Back-end & APIs';
  }
  41%,
  60% {
    content: 'Dados & Analytics';
  }
  61%,
  80% {
    content: 'SEO Técnico & Performance';
  }
  81%,
  100% {
    content: 'Branding & Social Media';
  }
}

/* ANIMAÇÃO FIM*/

@media only screen and (max-width: 500px) and (min-width: 300px) {
  .video-container {
    overflow: hidden;
    height: 854px !important;
  }

  #conteudo {
    padding: 50px 0 120px !important;
    height: 1099px !important;
  }

  img {
    width: 180px;
    margin: 0px;
  }

  #txt {
    background-image: linear-gradient(
      to bottom,
      rgba(25, 25, 25, 0) 10%,
      30%,
      rgb(25, 25, 25) 100%
    );
  }

  p {
    font-size: 27px;
    width: 370px;
    margin: 10px auto;
  }

  .services {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 70px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }


  .footer {
    padding: 45px 50px;
    background: #191919;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 768px) {
  #conteudo {
    padding: 110px 0 120px !important;
    height: inherit;
  }

  img {
    width: 170px;
    margin: 0 0 0 120px;
  }

  p {
    font-size: 40px;
  }

  .video-container video {
    left: -500px;
  }

  .services {
    margin-right: -20px;
    margin-top: 60px;
    font-size: 40px;
    line-height: 50px;
  }
}
