:root {
  --neon: #00ffd4;
  --gray-scale-01: #0B0C10;
  --gray-scale-02: #0f0c1b;
  --gray-scale-03: #57555f;
  --gray-scale-04: #9995a3;
  --gray-scale-05: #C2C2C2;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--gray-scale-01);
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style: none;
}

@media (max-width: 1200px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 560px) {
  section {
    padding: 40px 0;
  }
}

.s-hero {
  padding-top: 9rem;
}
.s-hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 9.7rem;
}
.s-hero .hero-content .left {
  flex: 1;
  max-width: 46.8rem;
}
.s-hero .hero-content .left h1 {
  font-size: 5.6rem;
  margin-bottom: 1.6rem;
}
.s-hero .hero-content .left h1 span {
  color: var(--neon);
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}
.s-hero .hero-content .left p {
  max-width: 46.8rem;
  color: var(--gray-scale-05);
  font-size: 2rem;
  line-height: 145%;
}
.s-hero .hero-content .left p strong {
  color: white;
}
.s-hero .hero-content .left ul {
  width: 14.5%;
  max-width: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.8rem 0;
}
.s-hero .hero-content .left ul li a:hover {
  opacity: 0.5;
}
.s-hero .hero-content .img-mobile {
  display: none;
}

.s-skills {
  background-color: #101114;
  padding-top: 11.1rem;
  /*.all-second{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 11.1rem;
  }*/
}
.s-skills .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.s-skills .top h3 {
  max-width: 69.5rem;
}
.s-skills .top p {
  color: var(--gray-scale-05);
  font-size: 1.6rem;
  line-height: 145%;
}
.s-skills .all {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 11.1rem;
}

.s-info {
  padding-top: 9rem;
}
.s-info .info-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 9.7rem;
}
.s-info .info-content .img-mobile {
  display: none;
}
.s-info .info-content .info-right {
  flex: 1;
  max-width: 75rem;
}
.s-info .info-content .info-right h3 {
  font-size: 3.6rem;
  margin-bottom: 2.6rem;
  margin-left: 5rem;
}
.s-info .info-content .info-right h3 span {
  color: var(--neon);
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}
.s-info .info-content .info-right p {
  max-width: 50.1rem;
  color: var(--gray-scale-05);
  font-size: 2rem;
  margin-left: 5rem;
  line-height: 150%;
}
.s-info .info-content .info-right p strong {
  color: white;
}
.s-info .info-content .info-right ul {
  width: 40.5%;
  max-width: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.8rem 5rem;
}
.s-info .info-content .info-right ul li a:hover {
  opacity: 0.5;
}

.s-portfolio {
  padding-top: 10rem;
  padding-bottom: 11rem;
}
.s-portfolio .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.s-portfolio .top .ctrl-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  max-width: 18.4rem;
}
.s-portfolio .top .ctrl-slide .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
}
.s-portfolio .top .ctrl-slide .swiper-pagination .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.3rem;
  background-color: var(--neon);
  border-radius: 0;
  opacity: 0.25;
  transition: background-color 0.3s ease;
}
.s-portfolio .top .ctrl-slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.s-portfolio .top .ctrl-slide .ctrl {
  display: flex;
  align-items: center;
}
.s-portfolio .top .ctrl-slide .ctrl .btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.s-portfolio .top .ctrl-slide .ctrl .btn-prev {
  transform: rotate(180deg);
  margin-right: 1.7rem;
}
.s-portfolio .slide-portfolio {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .s-hero {
    padding-top: 5rem;
    padding-bottom: 0.098rem;
  }
  .s-hero .hero-content {
    padding-bottom: 5rem;
  }
  .s-hero .hero-content .left {
    max-width: 55rem;
  }
  .s-hero .hero-content .left h1 {
    font-size: 5rem;
  }
  .s-hero .hero-content .left p {
    font-size: 2rem;
  }
  .s-hero .hero-content > img {
    max-width: 53rem;
  }
  .s-kills {
    padding-top: 5rem;
    padding-bottom: 0.098rem;
  }
  .s-kills .all,
  .s-kills .all-second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .s-info {
    padding-top: 5rem;
  }
  .s-info .info-content {
    padding-bottom: 5rem;
  }
  .s-info .info-content .info-left {
    max-width: 55rem;
  }
  .s-info .info-content .info-left h1 {
    font-size: 5rem;
  }
  .s-info .info-content .info-left p {
    font-size: 2rem;
  }
  .s-info .info-content > img {
    max-width: 53rem;
  }
  .s-portfolio .container {
    padding: 0;
  }
  .s-portfolio .top {
    padding: 0 15px;
  }
  .s-portfolio .top .ctrl-slide {
    justify-content: flex-end;
  }
  .s-portfolio .top .ctrl-slide .swiper-pagination {
    display: none;
  }
  .s-portfolio .slide-portfolio {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .s-hero {
    padding-bottom: 0.098rem;
  }
  .s-hero .hero-content {
    flex-direction: column;
    gap: 4rem;
  }
  .s-hero .hero-content .left {
    max-width: 100%;
    text-align: center;
  }
  .s-hero .hero-content .left p {
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .s-hero .hero-content .left ul {
    margin: 4rem auto;
  }
  .s-skills {
    padding-bottom: 0.078rem;
  }
  .s-skills .top {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
  }
  .s-skills .top h3 {
    text-align: center;
  }
  .s-skills .all {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .s-skills .all-second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .s-info .info-content {
    flex-direction: column;
    gap: 4rem;
  }
  .s-info .info-content .info-left {
    max-width: 100%;
    text-align: center;
  }
  .s-info .info-content .info-left p {
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .s-info .info-content .info-left ul {
    margin: 4rem auto;
  }
}
@media (max-width: 560px) {
  .s-hero {
    padding-top: 7.2rem;
    padding-bottom: 0.098rem;
  }
  .s-hero .hero-content .left h1 {
    font-size: 4rem;
  }
  .s-hero .hero-content .left h1 span {
    display: block;
  }
  .s-hero .hero-content .left p {
    font-size: 1.6rem;
  }
  .s-hero .hero-content > img {
    display: none;
    max-width: 100%;
  }
  .s-hero .hero-content > img.img-mobile {
    display: block;
  }
  .s-skills {
    padding-top: 4rem;
    padding-bottom: 0.078rem;
  }
  .s-skills .top {
    margin-bottom: 3rem;
  }
  .s-skills .top h3 {
    font-size: 2.8rem;
  }
  .s-skills .all,
  .s-skills .all-second {
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
  .s-info {
    padding-top: 7.2rem;
  }
  .s-info .info-content .info-left h1 {
    font-size: 4rem;
  }
  .s-info .info-content .info-left h1 span {
    display: block;
  }
  .s-info .info-content .info-left p {
    font-size: 1.6rem;
  }
  .s-info .info-content > img {
    display: none;
    max-width: 100%;
  }
  .s-info .info-content > img.img-mobile {
    display: block;
  }
  .s-portfolio .top {
    margin-bottom: 2rem;
  }
}
.container {
  width: 100%;
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.8rem;
}

a {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--neon);
}

ul li {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #fff;
}

p, li {
  font-weight: 400;
  color: var(--gray-scale-03);
}

.btn-primary {
  width: 20rem;
  margin-top: 8rem;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 14px 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #fff;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: var(--neon);
}

.item-categorie {
  display: flex;
  align-items: center;
}
.item-categorie:hover span {
  color: var(--neon);
}
.item-categorie span {
  opacity: 0.7;
  color: #fff;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 600;
  margin-left: 0.5rem;
  transition: color 0.3s ease;
}

.card-skills {
  width: 100%;
  max-width: 26.5rem;
}
.card-skills .icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 1.6rem;
}
.card-skills .text h6 {
  color: var(--neon);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.card-skills .text p {
  color: var(--gray-scale-05);
  font-size: 1.6rem;
  line-height: 150%;
}

.card-portfolio {
  position: relative;
  display: block;
  width: 100%;
  max-width: 28rem;
  height: 42rem;
  overflow: hidden;
}
.card-portfolio:hover .image img {
  transform: scale(1.05);
}
.card-portfolio:hover .info {
  bottom: 2rem;
}
.card-portfolio .image {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  z-index: 0;
}
.card-portfolio .image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 1, 16, 0.1) 45.77%, #0B0C10 80.06%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-portfolio .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.card-portfolio .info {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  padding: 0 2.4rem;
  z-index: 1;
  transition: bottom 0.3s ease;
}
.card-portfolio .time {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.card-portfolio .time .tag-work {
  display: inline-block;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  border-radius: 8rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 105%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--neon);
  margin-right: 1.6rem;
}
.card-portfolio .resumo {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
}
.card-portfolio .resumo span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  color: var(--neon);
}

@media (max-width: 1150px) {
  .card-skills {
    max-width: 100%;
  }
  .icon {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .text {
    text-align: center;
  }
  .card-portfolio .info {
    bottom: 4rem;
  }
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  background-color: rgba(11, 12, 16, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: 2022;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hamburger {
  margin-left: 2rem;
  display: none;
}
header .hamburger.is-active .hamburger-inner,
header .hamburger.is-active .hamburger-inner::before,
header .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner::before,
header .hamburger .hamburger-inner::after {
  background-color: white;
}
header .menu-mobile {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #0B0C10;
  padding: 4rem 1.5rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
header .menu-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
header .menu-mobile ul li .item-categorie {
  padding: 2rem 0;
}
header .menu-mobile ul li .item-categorie span {
  font-size: 2rem;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  max-width: 60rem;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li:not(:first-child) {
  margin-left: 6.4rem;
}
@media (max-width: 1100px) {
  header nav {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  header .hamburger {
    display: block;
  }
  header nav {
    max-width: 100%;
    justify-content: flex-end;
  }
  header nav ul {
    display: none;
  }
}
@media (max-width: 560px) {
  header .logo {
    max-width: 13rem;
  }
  header nav .hamburger {
    margin-left: 0;
    padding: 0;
  }
}

.menu-opened header .menu-mobile {
  transform: translateY(0%);
  opacity: 1;
}

footer {
  background-color: #101114;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6.3rem;
}
footer:before {
  content: "";
  width: 100%;
  max-width: 121.6rem;
  height: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -61.5rem;
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .left-footer {
  flex: 1;
  display: flex;
  align-items: flex-start;
  max-width: 82rem;
}
footer .left-footer strong {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 145%;
  color: white;
}
footer .left-footer p {
  flex: 1;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8.5rem;
}
footer .right-footer {
  display: flex;
  align-items: center;
}
footer .right-footer .group {
  display: flex;
  align-items: center;
  margin-right: 7.1rem;
}
footer .right-footer .group span {
  color: #ffffff;
  font-size: 1.6rem;
  margin-right: 1.6rem;
}
footer .right-footer button {
  width: 3.7rem;
  height: 3.7rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
}
footer .right-footer button:hover {
  filter: brightness(0.5);
}
@media (max-width: 1150px) {
  footer {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  footer .left-footer p {
    margin-left: 3rem;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  footer:before {
    left: 0;
    margin-left: 0;
    background-size: cover;
  }
  footer .container {
    flex-direction: column;
    align-items: center;
  }
  footer .left-footer {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
  footer .left-footer p {
    max-width: 80%;
    text-align: center;
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 560px) {
  footer {
    padding: 4rem 0;
  }
  footer .left-footer p {
    max-width: 100%;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=main.css.map */