@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&family=Noto+Sans:wght@300;400;700&display=swap");
.nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.navbar__item__img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .navbar__item__img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
  }
}
.navbar__item__img > img {
  width: 100%;
  height: auto;
}
.navbar__item__hamburger {
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.navbar__item__hamburger > span {
  width: 35px;
  height: 2px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}
.navbar__item__hamburger > span:first-child {
  margin-top: 4.5px;
}
.navbar__item__hamburger > span:last-child {
  margin-bottom: 0;
}
.navbar__item__lang-selector {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar__item__lang-selector > p {
  margin-bottom: 0;
  opacity: 0.5;
}
.navbar__item__lang-selector > p.active {
  opacity: 1;
}
.navbar__item__lang-selector > span {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #000;
  margin: 0 10px;
}

.avatar > img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .avatar > img {
    width: 200px;
    height: 200px;
    margin-right: 20px;
  }
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin: 100px 30px 50px 30px;
}
.main__text h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 38px;
}
@media screen and (min-width: 767px) {
  .main__text h1 {
    font-size: 2rem;
  }
}
.main__text p {
  font-size: 1.05rem;
}
@media screen and (min-width: 767px) {
  .main {
    flex-direction: row;
    margin-top: 200px;
    margin-bottom: 150px;
    margin: 200px 50px 150px 50px;
  }
  .main__text h1 {
    margin-bottom: 0;
    font-size: 4.5rem;
  }
  .main__text p {
    font-size: 1.6rem;
  }
}

.about, .tech-stacks, .projects {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .about, .tech-stacks, .projects {
    margin-bottom: 80px;
  }
}

.about p {
  font-size: 0.95rem;
}
@media screen and (min-width: 600px) {
  .about p {
    font-size: 1rem;
  }
}

.tag-lewagon {
  font-weight: bold;
  background-color: #ff0099;
  color: #fff;
  padding: 3px 20px;
  text-decoration: none;
  border-radius: 5px;
}

h1 {
  font-family: "Lexend", sans-serif;
  font-weight: bold;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.02rem;
}

@media screen and (min-width: 600px) {
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 3rem;
  }
}
.projects {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .projects .swiper {
    display: none;
  }
}
.projects .grid {
  display: none;
}
@media screen and (min-width: 960px) {
  .projects .grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1%;
  }
}
@media screen and (min-width: 600px) {
  .projects {
    margin-bottom: 140px;
  }
}
.projects .card-project {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  margin-left: 12px;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .projects .card-project {
    margin: 0 auto;
  }
}
.projects .card-project__img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.projects .card-project__text {
  padding: 0 10px 0 10px;
  background-color: #fff;
}
.projects .card-project__text__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.projects .card-project__text__title > h4 {
  margin-bottom: 0;
}
.projects .card-project__text__title > a {
  text-decoration: none;
  color: #ff0099;
}
.projects .card-project__text > p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.projects .card-project__text > ul {
  opacity: 0.6;
}
@media screen and (min-width: 600px) {
  .projects .card-project__text > ul {
    margin-top: 5px;
  }
}
@media screen and (min-width: 600px) {
  .projects .card-project__text > ul > li > i {
    font-size: 20px;
  }
}
.projects .card-project__text__tags {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.projects .card-project__text__tags > ul > .tag {
  color: #fff;
  font-weight: bold;
  background-color: #ff0099;
  margin-right: 5px;
  font-size: 10px;
  padding: 4px 10px 4px 10px;
  border-radius: 30px;
}

.section-title {
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.section-title > h2 {
  font-size: 38px;
}
@media screen and (min-width: 600px) {
  .section-title {
    margin-bottom: 30px;
  }
  .section-title > h2 {
    font-size: 60px;
  }
}
.section-title:after {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ff0099;
}
@media screen and (min-width: 600px) {
  .section-title:after {
    width: 100%;
    height: 3px;
    top: 100%;
  }
}

.footer {
  opacity: 0.6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.footer__text p {
  font-size: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .footer__text p {
    font-size: 16px;
  }
}
.footer__text p:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #000;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 600px) {
  .footer__text p:first-child:after {
    width: 1px;
    height: 16px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 600px) {
  .footer__links > li {
    margin-right: 10px;
  }
}
.footer__links > li > a {
  text-decoration: none;
  color: #ff0099;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .footer__links > li > a > i {
    font-size: 32px;
  }
}

.list-inline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2px;
}
.list-inline > li {
  display: inline;
}

.tech-stacks__items {
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.tech-stacks__items__icons {
  margin: 12px 0px 20px 12px;
}
.tech-stacks__items__icons i {
  font-size: 30px;
  margin-right: 12px;
}
@media screen and (min-width: 600px) {
  .tech-stacks__items__icons i {
    font-size: 38px;
  }
}
.tech-stacks__items__icons__top {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.tech-stacks__items__icons__bottom {
  display: flex;
  flex-direction: row;
}

body {
  height: auto;
}/*# sourceMappingURL=style.css.map */