@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

:root {
  --back-clr: #121212;
  --primary-clr: #0ed3ee;
  --secondary-clr: #3f11fa;
  --text-clr: #fff;
  --orange-clr: #fa6511;
  --text2-clr: #c4c0c0;
  --block-clr: #242727;
  --hover-clr: #0ed3ee;
  --spacing: 1px;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  font-family: inter, sans-serif;
  height: 3820px;
  background-color: var(--back-clr);
  color: white;
}

main {
  width: 100%;
  overflow: hidden;
}

section {
  /* min-height: 100vh; */
  padding: 5rem 10% 2rem;
}

p {
  letter-spacing: var(--spacing);
  font-weight: 300;
}

.btn {
  padding: 10px 20px;
  border-radius: 20px;
  background: var(--orange-clr);
  box-shadow: 0 0 1rem var(--orange-clr);
  color: var(--text-clr);
  letter-spacing: var(--spacing);
  margin: 20px 0 20px 0;
  transition: 0.5s ease;
}

button a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.btn:hover {
  background: var(--orange-clr);
  color: #fff;
  box-shadow: 0 0 1rem var(--hover-clr);
  border: solid 1.2px var(--text-clr);
}

.btn-2 {
  padding: 10px 20px;
  border-radius: 20px;

  background: var(--block-clr);
  box-shadow: 0 0 1rem var(--primary-clr);
  color: #000;
  letter-spacing: var(--spacing);
  margin: 20px 0 20px 0;
  margin-left: 20px;
}

.btn-2:hover {
  box-shadow: 0 0 1rem var(--primary-clr);
  border: solid 1px var(--text-clr);
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.nav-wrapper {
  left: 0;
  top: 0;
  width: 100%;
  padding: 2rem 10%;
  border-bottom: solid 2px var(--block-clr);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  background: var(--back-clr);
}

.logo img {
  width: 30%;
}

.navbar {
  letter-spacing: var(--spacing);
}

.navbar a {
  font-size: 14px;
  font-weight: 300;
  margin-right: 25px;
  color: #fff;
}

.connect a {
  color: var(--hover-clr);
}

.navbar a:hover,
.active {
  color: var(--hover-clr);
}

#menu,
#close {
  font-size: 1.7rem;
  color: var(--text-clr);
  display: none;
}

.hero {
  height: 100vh;
}

.hero-content {
  width: 60%;
}

.title-wrapper {
  display: flex;
}

.fa-hand-wave {
  background: #fff;
}

.hero span {
  font-size: 30px;
  font-weight: 600;
  margin-right: 15px;
}

.auto-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auto-type h1 {
  font-size: 30px;
}

.text {
  font-size: 30px;
  color: var(--primary-clr);
  text-align: center;
  /* border-right: 1px solid var(--primary-clr); */
}

.hero-content img {
  margin-top: 90px;
}

.hero-content h1 {
  margin-top: 30px;
}

.hero-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: var(--spacing);
}

.intro {
  width: 90%;
  line-height: 25px;
  text-align: center;
}

.scroll {
  background-color: #fff;
}

.props {
  width: 60%;
  overflow: hidden;
}

.vetor,
.vetor2,
.vetor3,
.vetor4,
.vetor5,
.vetor6 {
  position: absolute;
}

.vetor {
  top: 180px;
  left: 200px;
}

.vetor2 {
  top: 180px;
  right: 200px;
}

.vetor3 {
  top: 70%;
  left: 270px;
}

.vetor4 {
  top: 70%;
  right: 280px;
}

.hero-banner {
  position: relative;
  width: 70%;
  background: var(--block-clr);
  height: 111px;
  top: 10vh;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, rgb(37, 42, 43), rgba(37, 42, 43));
  z-index: 2;
}

.hero-banner .tech {
  flex-basis: 25%;
  display: flex;
  z-index: 3;
}

.languages {
  display: flex;
  align-items: center;
}

.language-slide {
  display: flex;
  flex-wrap: nowrap;
  color: var(--text2-clr);
  gap: 35px;
  z-index: 1;
  animation: 35s slider infinite linear;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--primary-clr);
}

.metrics h3 {
  color: var(--hover-clr);
  font-size: 18px;
}

.metrics h6 {
  font-size: 12px;
  font-weight: lighter;
}

.language-slide h3:last-child {
  margin-right: 35px;
}

.hero-banner:hover .language-slide h3 {
  border-radius: 20px;
  animation-play-state: paused;
}

.hero-banner:hover {
  box-shadow: 0 0 1rem var(--hover-clr);
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 9%;
  gap: 25px;
}

.icon-twitter img {
  height: 28px;
  width: 28px;
}

.card i {
  font-size: 1.2 rem;
}

.social-icons i {
  font-size: medium;
}

ul.social-icons li.icon a i.fa-brands {
  font-size: 28px;
}

ul.social-icons-about li.icon a i.fa-brands {
  font-size: 28px;
}

.social-icons-about i {
  color: var(--hover-clr);
  font-size: medium;
}

.social-icons li i {
  font-size: medium;
  cursor: pointer;
  color: #0ed3ee;
}

.icon i:hover,
.icon-twitter img:hover {
  background: var(--hover-clr);
  /* padding: 5px; */
  color: #fff;
  box-shadow: 0 0 1rem var(--hover-clr);
}

.line {
  border-left: solid 1px var(--text2-clr);
  height: 390px;
  bottom: 4%;
  left: 9.5%;
}

.gmail {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 35%;
  right: 4.2%;
}

.gmail p {
  rotate: 90deg;
  color: #fff;
  font-size: 12px;
}

.line2 {
  border-left: solid 1px var(--text2-clr);
  height: 490px;
  margin-top: 45%;
}

.project-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.project-intro h2 {
  color: var(--primary-clr);
  margin-bottom: 80px;
  font-size: 30px;
}

.project-display {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.project {
  padding: 10px;
  gap: 20px;
  margin: 80px 0 80px 0;
  display: flex;
  border: solid 1px var(--text-clr);
  border-radius: 15px;
}

.project:hover {
  box-shadow: 0 0 1rem var(--primary-clr);
}

.project-wrapper {
  position: relative;
  margin-bottom: 80px;
}

.line-num {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  color: #1f2425;
  font-weight: 700;
  top: -1%;
  left: -8%;
}

.right-ln {
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  top: -1%;
  right: -8%;
}

.line3 {
  border-bottom: solid 1px var(--text2-clr);
  width: 200px;
}

.line-num span {
  color: #5c5c5c;
  font-size: 45px;
  padding: 20px;
}

.project-section {
  margin-top: 20px;
}

.project-pic {
  flex-basis: 50%;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.project-pic img {
  width: 100%;
}

.project-pic:hover {
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.project .copy {
  flex-basis: 50%;
  font-size: 12px;
  line-height: 20px;
  padding: 20px;
}

.copy h2 {
  margin-bottom: 10px;
  color: var(--primary-clr);
}

.copy p {
  font-size: 15px;
  line-height: 25px;
}

.project-details p {
  margin-left: 0;
  color: var(--text2-clr);
  font-weight: 700;
  font-size: 15px;
}

.project-details h5 {
  font-size: 15px;
}

.project-details h5:last-of-type {
  margin-top: 20px;
}

.about {
  height: auto;
  background: var(--block-clr);
  margin-top: 20px;
}

.about-wrappper {
  display: flex;
  flex-direction: row;
}

.about-intro h2 {
  color: var(--primary-clr);
  font-size: 30px;
  text-align: center;
}

.social-icons-about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 65px;
  margin-top: 20%;
}

.card {
  background: var(--back-clr);
  border-bottom: solid 1px var(--text2-clr);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  width: 300px;
  height: auto;
}
.card i{
  font-size: 30px;
}

.card:hover {
  box-shadow: 0 0 1rem var(--primary-clr);
  border: solid 1px var(--text-clr);
}

.col-right {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  border-left: solid 1px var(--hover-clr);
}

.col-left {
  flex: 1;
  padding: 30px;
}

.col-left .bio {
  /* text-align: justify; */
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.col-right,
.col-left p {
  margin-top: 10px;
  line-height: 28px;
  font-size: 15px;
}

.col-left button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.status {
  display: flex;
  justify-content: space-between;
}

.metrics {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 10%;
}

.metrics-hr {
  margin-top: 10%;
  margin-right: 50px;
  color: var(--primary-clr);
}
.metrics-hr h6 {
  margin-top: 5px;
  color: #fff;
  font-size: 15px;
}
.address {
  margin-right: 50px;
}

.address h4,
.metrics h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.connect {
  margin: 20% 0 30px 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.contact {
  margin-top: 120px;
  min-height: 70vh;
  padding: 5rem 10% 2rem;
}

.contact-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-intro h2 {
  color: var(--primary-clr);
  margin-bottom: 20px;
  font-size: 30px;
}

.contact-intro .intro {
  /* text-align: justify; */
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}

#contact .contact-details h2 {
  color: var(--text2-clr);
  margin-top: 30px;
  font-size: 38px;
  line-height: 44px;
}

.contact-details p {
  color: var(--text2-clr);
  line-height: 28px;
  font-size: 20px;
}

.form,
.contact-form-input,
.message {
  width: 100%;
  font-size: 1rem;
}

.contact-form-input,
.message {
  border-radius: 0.4rem;
  margin-top: 30px;
  border: 1px solid #cfd8dc;
  font-family: 'Poppins', sans-serif;
}

.contact-form-input {
  padding: 1rem;
  width: 600px;
}

.back-home {
  background-color: var(--orange-clr);
  box-shadow: 0 0 1rem var(--orange-clr);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10%;
  flex-direction: column;
  animation: bounce 2s ease infinite;
}

.back-home a {
  color: #fff;
  font-size: 11px;
}
.back-home i {
  margin-right: 2px;
}

.back-home:hover {
  box-shadow: 0 0 1rem var(--primary-clr);
  border: solid 1px var(--text-clr);
  animation: bounce 0s ease infinite;
}

#footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 10px;
  text-align: center;
  border-top: solid 1px var(--text2-clr);
  width: 100%;
  height: 40px;
}

footer p {
  font-size: 12px;
}

@keyframes slider {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes animate {
  40%,
  60% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

/* ////======================Animation=========================//// */

.hero-content h1 {
  animation-duration: 3s;
  animation-name: slide-in;
}

@keyframes slide-in {
  from {
    margin-top: 100%;
    height: 300%;
  }

  to {
    margin-bottom: 0%;
    height: 100%;
  }
}

/* ///=========================== MEDIA QUERY=================================// */

@media screen and (max-width: 1200px) {
  .vetor {
    top: 180px;
    left: 10px;
  }

  .vetor2 {
    top: 180px;
    right: 20px;
  }

  .vetor3 {
    top: 70%;
    left: 270px;
  }

  .vetor4 {
    top: 70%;
    right: 145px;
  }
}

/* ///=========================== TABLET=================================// */

@media screen and (max-width: 991px) {
  html {
    font-size: 100%;
  }

  .logo img {
    width: 25%;
  }

  .header {
    padding: 0.5rem 3%;
  }

  .section {
    padding: 1rem 3% 2rem;
  }

  .vetor img,
  .vetor2 img,
  .vetor3 img,
  .vetor4 img,
  .vetor5 img,
  .vetor6 img {
    width: 60%;
  }

  .vetor {
    top: 180px;
    left: 8%;
  }

  .vetor2 {
    top: 180px;
    right: 20px;
  }

  .vetor3 {
    top: 80%;
    left: 8%;
  }

  .vetor4 {
    top: 80%;
    right: 5%;
  }
}

/* ///=========================== MOBILE=================================// */

@media screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  #menu {
    display: block;
  }

  #close {
    display: none;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 20%;
    width: 70%;
    right: 10%;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 1rem 3%;
    background: var(--block-clr);
    text-align: center;
    display: none;
    border: solid 1px #fff;
    box-shadow: 0 0 1rem var(--primary-clr);
  }

  .navbar.display {
    display: block;
  }

  .navbar a {
    display: block;
    font-size: 1.2rem;
    margin: 3rem 0;
    color: #fff;
    font-weight: 500;
  }

  .navbar a:hover {
    color: var(--hover-clr);
  }

  .hero-content {
    width: 100%;
  }

  .hero-content img {
    top: 60px;
  }

  .auto-type h1 {
    font-size: 20px;
  }

  .auto-type .text {
    font-size: 20px;
  }
  .hero-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 60px;
  }

  .intro {
    width: 370px;
    padding: 0 20px;
    line-height: 20px;
    text-align: center;
  }

  .social-icons {
    position: static;
    flex-direction: row;
    gap: 50px;
    margin-top: 35px;
  }

  ul.social-icons li.icon a i.fa-brands {
    font-size: 23px;
  }

  ul.social-icons-about li.icon a i.fa-brands {
    font-size: 23px;
  }

  .icon-twitter img {
    height: 25px;
    width: 25px;
  }

  .vetor img,
  .vetor2 img,
  .vetor3 img,
  .vetor4 img {
    width: 70%;
  }

  .vetor {
    top: 180px;
    left: 10%;
  }

  .vetor2 {
    top: 180px;
    right: 2%;
  }

  .vetor3 {
    top: 50%;
    left: 10%;
  }

  .vetor4 {
    top: 50%;
    right: 2%;
  }

  .hero-banner {
    position: relative;
    width: 100%;
    height: 85px;
    top: 80px;
  }

  .hero-btns {
    display: flex;
  }

  .project-container {
    margin-top: -40px;
  }

  .project {
    gap: 20px;
    margin: 80px 0 40px 0;
    display: flex;
    flex-direction: column;
  }

  .btn {
    /* padding: 5px 10px; */
    border-radius: 20px;
    background: var(--orange-clr);
    color: var(--text-clr);
    letter-spacing: var(--spacing);
    /* margin: 20px 0 20px 0; */
    transition: 0.5s ease;
  }

  .btn-2 {
    box-shadow: 0 0 1rem var(--primary-clr);
    border: solid 1px var(--text-clr);
    /* margin-left: 20px; */
  }

  .about-wrappper {
    display: flex;
    flex-direction: column;
  }

  .col-right {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    border: none;
  }
  .connect {
    gap: 20px;
  }

  .social-icons-about {
    gap: 50px;
    margin-top: 20%;
  }

  .col-left {
    flex: 1;
    padding: 20px;
  }

  .col-left .bio {
    text-align: left;
    text-justify: inter-word;
  }

  .contact-form-input {
    padding: 0.75rem;
    width: 300px;
  }
}

@media screen and (max-width: 375px) {
  .section {
    padding: 5rem 8% 2rem;
  }

  .hero {
    padding: 5px;
  }

  .logo img {
    width: 20%;
  }
  .hero-content img {
    width: 35%;
    padding-bottom: 10px;
  }

  .hero .hero-content h1 {
    margin-top: -2px;
  }

  .intro {
    font-size: 13px;
    line-height: 19px;
    padding: 0 35px;
  }

  .project-section {
    margin-top: 120px;
  }

  .project-container {
    margin-top: 40px;
  }

  .social-icons {
    gap: 45px;
    left: 18%;
  }

  .vetor img,
  .vetor2 img,
  .vetor3 img,
  .vetor4 img {
    width: 45%;
  }

  .vetor {
    top: 120px;
    left: 10%;
  }

  .vetor2 {
    top: 7%;
    right: 1%;
  }

  .vetor3 {
    top: 64%;
    left: 10%;
  }

  .vetor4 {
    top: 65%;
    right: 1%;
  }
  .col-left {
    padding: 4px;
  }

  .col-right,
  .col-left p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
  }

  .address {
    margin-right: 30px;
  }

  .metrics-hr {
    margin-top: 10%;
    margin-right: 30px;
    font-size: 18px;
    color: var(--primary-clr);
  }
  .metrics-hr h6 {
    margin-top: 5px;
    color: #fff;
  }

  .project .copy {
    padding: 0px;
    font-size: 13px;
  }
  .bio {
    font-size: 13px;
    line-height: 30px;
  }
  .back-home {
    width: 30px;
    height: 30px;
  }
  .back-home {
    font-size: 7px;
  }
}
