a {
  text-decoration: none;
  color: #f2f2f2;
}

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

body {
  background-color: #131313;
}

.btn-menu {
  display: none;
  width: 45px;
  height: 40px;
  background-color: transparent;
  color: #70FF00;
  border: none;
}
.btn-menu i {
  font-size: 35px;
}

.green-line {
  background-color: #70FF00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 4px #70FF00);
  -webkit-filter: drop-shadow(0px 0px 4px #70FF00);
  animation-name: blink;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.subtitle {
  display: flex;
  align-items: flex-end;
  margin: 24px 0;
}

.button-cv {
  margin-top: 24px;
  width: 150px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #6073dc;
  color: 131313;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.button-cv {
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
  -webkit-transition: 0.3s ease, transform 0.3s ease;
  -moz-transition: 0.3s ease, transform 0.3s ease;
  -ms-transition: 0.3s ease, transform 0.3s ease;
  -o-transition: 0.3s ease, transform 0.3s ease;
}

.button-cv:hover {
  scale: 1.05;
}

header {
  color: #f2f2f2;
  margin: 24px auto;
  position: sticky;
  z-index: 100;
  top: 0;
}
header nav {
  height: 85px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #31394D;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(136.6000061035px);
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
header nav .links,
header nav .social-media {
  display: flex;
  gap: 64px;
  padding: 8px 60px;
}
header nav a:hover {
  color: #70FF00;
  transition: transform ease 0.2s;
  -webkit-transition: transform ease 0.2s;
  -moz-transition: transform ease 0.2s;
  -ms-transition: transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
header .social-media .dribbble img {
  width: 24px;
  height: 24px;
}
header .social-media .linkedin,
header .social-media .git,
header .social-media .dribbble {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .social-media .fa-brands {
  font-size: 35px;
}

.container {
  width: 1280px;
  margin: auto;
}

a {
  text-decoration: none;
  color: #f2f2f2;
}

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

body {
  background-color: #131313;
}

.btn-menu {
  display: none;
  width: 45px;
  height: 40px;
  background-color: transparent;
  color: #70FF00;
  border: none;
}

.btn-menu i {
  font-size: 35px;
}

.green-line {
  background-color: #70FF00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 4px #70FF00);
  -webkit-filter: drop-shadow(0px 0px 4px #70FF00);
  animation-name: blink;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.subtitle {
  display: flex;
  align-items: flex-end;
  margin: 24px 0;
}

.button-cv {
  margin-top: 24px;
  width: 150px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #6073dc;
  color: 131313;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.button-cv {
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
  -webkit-transition: 0.3s ease, transform 0.3s ease;
  -moz-transition: 0.3s ease, transform 0.3s ease;
  -ms-transition: 0.3s ease, transform 0.3s ease;
  -o-transition: 0.3s ease, transform 0.3s ease;
}

.button-cv:hover {
  scale: 1.05;
}

.projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.projects .subtitle {
  grid-column: 1/4;
}

.grid {
  margin-bottom: 96px;
}

.project {
  width: 355px;
  border: 1px solid #4B2626;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(18.3500003815px);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.project p {
  margin-top: 20px;
  margin-left: 13px;
  padding: 0 8px;
  line-height: 1.5;
}
.project .production-image img {
  width: 300px;
  height: 350px;
}
.project .calculator-image img {
  width: 300px;
  height: 280px;
  object-fit: contain;
}
.project .kanban-image img {
  width: 300px;
  height: 200px;
}
.project .crud-image img {
  width: 300px;
  height: 280px;
  object-fit: contain;
}

.production-image,
.calculator-image,
.kanban-image,
.crud-image {
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
  -webkit-transition: 0.3s ease, transform 0.3s ease;
  -moz-transition: 0.3s ease, transform 0.3s ease;
  -ms-transition: 0.3s ease, transform 0.3s ease;
  -o-transition: 0.3s ease, transform 0.3s ease;
}

.production-image:hover,
.calculator-image:hover,
.kanban-image:hover,
.crud-image:hover {
  scale: 1.05;
}

.technologies {
  margin: 24px 0;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.technologies img {
  width: 36px;
  height: 36px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

.box-title {
  font-weight: 700;
}

.project-title {
  text-align: center;
  margin-bottom: 8px;
}

.box-ux {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box-ux h2 {
  margin: 20px 0;
  color: #70FF00;
}
.box-ux a {
  display: block;
  font-size: 18px;
  margin: 16px 0;
}
.box-ux a .hand {
  width: 25px;
}
.box-ux a:hover {
  text-decoration: underline;
  color: #70FF00;
}

.case-study {
  width: 50%;
}

.concepts {
  height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.transparent-box {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  transition: ease ease-in-out 0.3s;
  width: 550px;
  height: 400px;
  border: 1px solid #4B2626;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(18.3500003815px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.transparent-box img {
  width: 500px;
}

.transparent-box:hover {
  scale: 1.02;
  transition: transform ease-in-out 0.2s;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-transition: transform ease-in-out 0.2s;
  -moz-transition: transform ease-in-out 0.2s;
  -ms-transition: transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
}

a {
  text-decoration: none;
  color: #f2f2f2;
}

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

body {
  background-color: #131313;
}

.btn-menu {
  display: none;
  width: 45px;
  height: 40px;
  background-color: transparent;
  color: #70FF00;
  border: none;
}

.btn-menu i {
  font-size: 35px;
}

.green-line {
  background-color: #70FF00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 4px #70FF00);
  -webkit-filter: drop-shadow(0px 0px 4px #70FF00);
  animation-name: blink;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.subtitle {
  display: flex;
  align-items: flex-end;
  margin: 24px 0;
}

.button-cv {
  margin-top: 24px;
  width: 150px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #6073dc;
  color: 131313;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.button-cv {
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
  -webkit-transition: 0.3s ease, transform 0.3s ease;
  -moz-transition: 0.3s ease, transform 0.3s ease;
  -ms-transition: 0.3s ease, transform 0.3s ease;
  -o-transition: 0.3s ease, transform 0.3s ease;
}

.button-cv:hover {
  scale: 1.05;
}

.title {
  display: flex;
  justify-content: space-between;
  margin: 96px 0;
}
.title .info {
  margin-top: 96px;
}
.title h1 {
  color: #f2f2f2;
  font-size: 68px;
  font-weight: 400;
}
.title .bold-title {
  color: #70FF00;
  font-weight: 800;
}
.title h2 {
  font-weight: 400;
}

.profile-picture img {
  width: 536px;
  object-fit: cover;
}

.social-media-mobile {
  display: none;
}

a {
  text-decoration: none;
  color: #f2f2f2;
}

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

body {
  background-color: #131313;
}

.btn-menu {
  display: none;
  width: 45px;
  height: 40px;
  background-color: transparent;
  color: #70FF00;
  border: none;
}

.btn-menu i {
  font-size: 35px;
}

.green-line {
  background-color: #70FF00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 4px #70FF00);
  -webkit-filter: drop-shadow(0px 0px 4px #70FF00);
  animation-name: blink;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.subtitle {
  display: flex;
  align-items: flex-end;
  margin: 24px 0;
}

.button-cv {
  margin-top: 24px;
  width: 150px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #6073dc;
  color: 131313;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.button-cv {
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
  -webkit-transition: 0.3s ease, transform 0.3s ease;
  -moz-transition: 0.3s ease, transform 0.3s ease;
  -ms-transition: 0.3s ease, transform 0.3s ease;
  -o-transition: 0.3s ease, transform 0.3s ease;
}

.button-cv:hover {
  scale: 1.05;
}

ul li {
  color: #f2f2f2;
  margin-left: 40px;
  margin-bottom: 8px;
}
ul li .certificate {
  text-decoration: underline;
  cursor: pointer;
}

.contact-data {
  margin-bottom: 96px;
}
.contact-data h3 {
  color: #f2f2f2;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 18px;
  margin-left: 40px;
}
.contact-data a {
  text-decoration: underline;
}

.my-description {
  line-height: 1.5;
}

@media (max-width: 480px) {
  .hand {
    width: 38px;
  }
  h2 {
    font-size: 18px;
  }
  .container {
    width: 388px;
    padding: 0px 16px;
  }
  header {
    display: none;
  }
  .btn-menu {
    display: block;
  }
  .button-cv {
    width: 125px;
    height: 40px;
    font-size: 16px;
  }
  .subtitle {
    align-self: flex-start;
  }
  .title {
    margin: 48px 0;
    justify-content: space-between;
  }
  .title .profile-picture img {
    display: none;
  }
  .title .info {
    margin-top: 24px;
  }
  .title .info h1 {
    font-size: 1.8rem;
  }
  .title .info h2 {
    font-size: 18px;
  }
  .social-media-mobile {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 24px;
  }
  .social-media-mobile img {
    width: 26px;
    height: 26px;
  }
  .social-media-mobile .linkedin,
  .social-media-mobile .git {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .projects {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .project {
    margin-bottom: 16px;
    width: 368px;
  }
  .box-ux {
    flex-direction: column;
    align-items: baseline;
  }
  .box-ux .case-study {
    width: 100%;
  }
  .box-ux .transparent-box {
    width: 368px;
  }
  .box-ux .transparent-box img {
    width: 368px;
  }
}
@media (min-width: 481px) and (max-width: 825px) {
  .container {
    width: 768px;
    padding: 0px 24px;
  }
  header {
    display: none;
  }
  .title {
    justify-content: space-between;
  }
  .title .profile-picture img {
    width: 255px;
  }
  .title .info {
    margin-top: 48px;
  }
  .title .info h1 {
    font-size: 48px;
  }
  .projects {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-ux {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@keyframes blink {
  to {
    scale: 1.1;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

/*# sourceMappingURL=style.css.map */
