@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
h3 {
  font-weight: normal;
  color: rgb(0, 0, 0);
}

h1 {
  font-weight: 700;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
}

.navbar {
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.menu {
  z-index: 998;
  display: flex;
  overflow: hidden;
}
.menu :nth-child(4) {
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in;
}
.menu :nth-child(4):hover {
  background: #000;
}
.menu :nth-child(4):hover a {
  color: #fff;
}
.menu :nth-child(4) a {
  margin: 8px;
  line-height: 40px;
  font-weight: 600;
}

main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
}
main .section-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  padding: 30px;
  animation: loadfleft 1s;
}

.title-btn-contato {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.title-btn-contato .btn-contato {
  margin-top: 50px;
  background-color: #000;
  border-radius: 50px;
  width: 275px;
  height: 70px;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.title-btn-contato .btn-contato:hover:after {
  transform: translate(0%);
  transition: 0.5s;
}
.title-btn-contato .btn-contato a {
  z-index: 999;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 65px;
}
.title-btn-contato .btn-contato a img {
  animation: ocilar 3s infinite linear;
  display: block;
  width: 15px;
  height: 20px;
}
.title-btn-contato .btn-contato::after {
  position: absolute;
  content: "";
  border: 1px solid #000;
  transform: translate(2.5%, 15%);
  width: 270px;
  height: 65px;
  border-radius: 50px;
  z-index: 0;
  transition: 0.5s;
}
.title-btn-contato .title-me {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-width: -moz-min-content;
  min-width: min-content;
  animation: loadfleft 0.5s;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards .back-card {
  position: absolute;
  width: 175px;
  height: 400px;
  border-radius: 15px;
  background: linear-gradient(#CC00FF, #00E0FF);
}
.cards .card {
  z-index: 1;
  border-radius: 15px;
  width: 280px;
  height: 280px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.cards .card::after {
  transform: translate(50%, -50%);
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  animation: ocilarvert1 2s infinite;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.cards .card::before {
  transform: translate(-125%, -50%);
  top: 100%;
  left: 100%;
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: inherit;
  animation: ocilarvert2 2s infinite;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.section-2 {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.section-2 .title-sec2 {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 20px;
}
.section-2 .projects {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section-2 .projects .projects-all {
  position: relative;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.5), inset -5px -5px 5px rgba(206, 206, 206, 0.5);
  border-radius: 15px;
}
.section-2 .projects .projects-all .content-p1 {
  transition: 0.5s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
}
.section-2 .projects .projects-all .content-p1 p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.section-2 .projects .projects-all .content-p1 h2 {
  font-size: 20px;
  color: #000;
}
.section-2 .projects .projects-all .img-control {
  transition: 0.5s ease-in;
}
.section-2 .projects .projects-all .img-control img {
  width: 100%;
  border-radius: 15px;
}
.section-2 .projects .project1 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 40px 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 95%;
  transform-style: preserve-3d;
}
.section-2 .projects .project1:hover .img-control {
  transform: translate3d(-10%, 0%, 100px);
}
.section-2 .projects .project1:hover .content-p1 {
  transform: translate3d(0%, 0%, 100px);
}
.section-2 .projects .project1 .img-control {
  width: 450px;
  transform: translateX(-10%);
}
.section-2 .projects .project1 .content-p1 {
  height: 100%;
}
.section-2 .projects .project1 .content-p1 h2 {
  padding-left: 20px;
}
.section-2 .projects .project-box {
  display: flex;
  gap: 40px;
  margin: 50px 0;
}
.section-2 .projects .project-box .project2 {
  padding: 15px;
  padding: 0 35px;
  transform-style: preserve-3d;
}
.section-2 .projects .project-box .project2 .content-p1 {
  transform: translateY(-10%);
  align-items: center;
}
.section-2 .projects .project-box .project2 .content-p1 h2 {
  margin-bottom: 25px;
}
.section-2 .projects .project-box .project2 .content-p1 p {
  min-height: 200px;
}
.section-2 .projects .project-box .project2 .img-control {
  transform: translateY(-20%);
}
.section-2 .projects .project-box .project2:hover .img-control {
  transform: translate3d(0%, -15%, 50px);
}
.section-2 .projects .project-box .project2:hover .content-p1 {
  transform: translate3d(0%, 0%, 50px);
}

footer {
  background-color: #151515;
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .img-box-footer {
  display: flex;
  gap: 10px;
}
footer .img-box-footer :hover {
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  .title-me {
    text-align: center;
    height: 100px;
  }
  h3 {
    font-size: 15px;
  }
  h1 {
    font-size: 22px;
  }
  .section-1 {
    height: 700px;
  }
  .section-1 .cards {
    order: 1;
    transform: scale(0.8, 0.8);
  }
  .section-1 .title-btn-contato {
    order: 2;
    align-items: center;
  }
  .section-2 {
    padding: 10px !important;
  }
  .section-2 .title-sec2 {
    margin-bottom: 75px;
  }
  .section-2 .projects {
    gap: 75px !important;
  }
  .section-2 .projects-all {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 15px !important;
    text-align: justify;
  }
  .section-2 .projects-all .img-control {
    width: 95% !important;
    transform: translateY(-25%) !important;
  }
  .section-2 .projects-all .content-p1 {
    transform: translateY(-15%) !important;
    align-items: center !important;
  }
  .section-2 .projects-all .content-p1 h2 {
    margin-bottom: 10px;
    width: auto !important;
    height: 100% imo !important;
  }
  .section-2 .projects-all .content-p1 p {
    min-height: 0px !important;
  }
  .section-2 .project1 {
    margin-bottom: 0 !important;
  }
  .section-2 .project-box {
    flex-direction: column;
    margin: 0 !important;
    gap: 75px !important;
  }
  .navbar {
    height: 80px;
  }
  .navbar .dad-hamburguer {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .navbar .hamburguer {
    z-index: 998;
    height: 40px;
    border-radius: 20%;
    width: 40px;
    transition: 0.4s linear;
    position: relative;
    z-index: 998;
    background: transparent;
  }
  .navbar .hamburguer:hover {
    cursor: pointer;
  }
  .navbar .hamburguer * {
    background-color: #000;
    position: absolute;
    width: 60%;
    height: 3px;
    right: 0;
    transition: 0.3s;
    border-radius: 2px;
  }
  .navbar .hamburguer div:nth-child(1) {
    top: 33%;
    width: 80%;
  }
  .navbar .hamburguer div:nth-child(2) {
    top: 66%;
  }
  .menu {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in;
  }
  .menu li {
    margin-bottom: 20px;
  }
  .menu a {
    font-size: 15px;
    font-weight: 500;
    transition: 0.1s ease-in;
    color: #000;
  }
  #hamburguer:checked ~ label .hamburguer div:nth-child(1) {
    top: 50%;
    transform: rotate(-225deg);
    transition: 0.5s;
    width: 50%;
  }
  #hamburguer:checked ~ label .hamburguer div:nth-child(2) {
    top: 50%;
    transform: rotate(225deg);
    transition: 0.5s;
    width: 50%;
  }
  #hamburguer:checked ~ label ~ ul {
    height: 40vh;
    background: #fff;
    box-shadow: 0 4px 10px -2px rgb(199, 199, 199);
    transition: 0.2s ease-in;
  }
  footer p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 820px) {
  h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 35px;
  }
  .navbar {
    padding: 30px;
  }
  .navbar .menu {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar .menu a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
  }
  .title-btn-contato {
    height: 100%;
  }
  .title-me {
    height: 140px;
  }
  .title-me::after {
    content: "";
    width: 5px;
    height: 105%;
    position: absolute;
    left: -5%;
    border-radius: 5px;
    background: #000;
  }
  .section-1 {
    height: 550px;
  }
}
@keyframes ocilar {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ocilarvert1 {
  0% {
    transform: translate(50%, -50%);
  }
  50% {
    transform: translate(50%, -40%);
  }
  100% {
    transform: translate(50%, -50%);
  }
}
@keyframes ocilarvert2 {
  0% {
    transform: translate(-125%, -50%);
  }
  50% {
    transform: translate(-125%, -55%);
  }
  100% {
    transform: translate(-125%, -50%);
  }
}
@keyframes loadfleft {
  from {
    opacity: 0;
    transform: translatex(-50%);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}/*# sourceMappingURL=style.css.map */