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

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

.project-title {
  font-size: 2rem;
}

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;
}

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;
}

.project-title {
  font-size: 2rem;
}

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;
}

.project {
  width: 100%;
  margin: auto;
  border: 1px solid #4B2626;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(18.3500003815px);
  padding: 5rem 12px;
  display: flex;
  border-radius: 8px;
}
.project p {
  margin-top: 20px;
  margin-left: 13px;
  padding: 0 8px;
  line-height: 1.5;
}
.project .beauty-image img {
  object-fit: contain;
}
.project .bold {
  font-weight: 600;
}

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

.concepts {
  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);
}

.box {
  margin: 4rem 0;
}

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

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

.project-title {
  font-size: 2rem;
}

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;
}

.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;
}

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

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

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

.project-title {
  font-size: 2rem;
}

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;
}

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 .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;
  }
}
@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);
  }
}
@keyframes blink {
  to {
    scale: 1.1;
  }
}
a {
  text-decoration: none;
  color: #f2f2f2;
}

p,
h2 {
  color: #f2f2f2;
}

h2 {
  font-weight: 500;
}

.project-title {
  font-size: 2rem;
}

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;
}

.form {
  margin-top: 2rem;
  width: 50%;
  border: 1px solid #4B2626;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(18.3500003815px);
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 6px;
}
.form label {
  color: #f2f2f2;
}
.form .form-text {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.form input {
  color: #f2f2f2;
  width: 100%;
  background-color: #111111;
  border: none;
  border-radius: 6px;
  height: 2rem;
  padding: 0.5rem;
}
.form input:focus,
.form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.form .txtArea {
  padding: 0.5rem;
  color: #f2f2f2;
  background-color: #111111;
  border: none;
  border-radius: 6px;
  height: 2rem;
  width: 100%;
  height: 200px;
  resize: none;
}
.form button {
  margin-top: 24px;
  width: 100px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #6073dc;
  color: 131313;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

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