.form-group {
  margin-bottom: 1rem;
}
@media screen and (min-width: 80rem) {
  .form-group {
    margin-bottom: 2rem;
  }
}

input, textarea {
  background: none;
  border: none;
  border-bottom: solid 0.063rem #FFF;
  padding: 1rem;
}

input, select, textarea {
  color: #FFF;
}

textarea {
  resize: none;
}

input:focus,
.message:focus {
  border-color: #4EE1A0;
  outline: none;
}

.invisible {
  visibility: hidden;
  display: none;
}

.error-form {
  border-bottom: 0.063rem solid #FF6F5B;
  background-image: url(../images/icon-error.svg);
  background-position: 95% center;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  color: transparent;
  outline: none;
  filter: brightness(0) saturate(100%) invert(58%) sepia(49%) saturate(2728%) hue-rotate(324deg) brightness(101%) contrast(101%);
}

.error-message {
  color: #FF6F5B;
  text-align: right;
  font-size: 0.75rem;
  padding: 0.5rem 0 1rem 0;
}

.form__input {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .form__input {
    width: 100%;
  }
}

.message {
  width: 100%;
}

.send__btn {
  background: none;
  border: none;
  align-self: end;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.143rem;
  padding: 2rem 0;
}
.send__btn:hover {
  color: #4EE1A0;
}

.logo {
  color: #FFF;
  text-decoration: none;
}

.hero-text__wrapper {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .hero-text__wrapper {
    text-align: left;
  }
}
.hero-text__wrapper h1 {
  color: #FFF;
  font-size: 2.5rem;
}
@media screen and (min-width: 48rem) {
  .hero-text__wrapper h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: -0.128rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero-text__wrapper h1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: -0.156rem;
  }
}
.hero-text__wrapper p {
  font-size: 1rem;
  color: #D9D9D9;
  line-height: 1.625rem;
}
@media screen and (min-width: 48rem) {
  .hero-text__wrapper p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.underline {
  text-decoration: underline;
  text-decoration-color: #4EE1A0;
  text-underline-offset: 0.625rem;
}

.contact-link,
.contact-link__projects {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.143rem;
  text-align: center;
  text-transform: uppercase;
}

.contact-link:hover {
  color: #4EE1A0;
}

.contact-link::after,
.contact-link__projects::after,
.view-project::after,
.view-code::after,
.send__btn::after {
  content: "";
  display: block;
  border-bottom: 0.125rem solid #4EE1A0;
  padding-bottom: 0.625rem;
}

.hero__wrapper::after {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #FFF;
  width: 92%;
  max-width: 100%;
  margin: 5rem auto 2.5rem auto;
}
@media screen and (min-width: 48rem) {
  .hero__wrapper::after {
    margin: 0 auto;
  }
}
@media screen and (min-width: 80rem) {
  .hero__wrapper::after {
    margin: 8rem 0 4.375rem 0;
    width: 100%;
  }
}

.skills__wrapper {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .skills__wrapper {
    text-align: left;
  }
}

.skill h2 {
  font-size: 2rem;
  color: #FFF;
}
@media screen and (min-width: 48rem) {
  .skill h2 {
    font-size: 3rem;
  }
}
.skill p {
  font-size: 1rem;
  color: #D9D9D9;
  line-height: 1.625rem;
}

.skills__container:after {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #FFF;
  margin: 0 1rem;
}
@media screen and (min-width: 48rem) {
  .skills__container:after {
    display: none;
  }
}

.projects__header h1 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 48rem) {
  .projects__header h1 {
    font-size: 4.5rem;
  }
}

.project__title {
  color: #FFF;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 3.5rem;
}

.project__skill {
  color: #D9D9D9;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.project__links {
  color: #FFF;
  display: flex;
  gap: 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.143rem;
  line-height: 1.625rem;
}

@media screen and (min-width: 80rem) {
  .view-project__hovered,
  .view-code__hovered {
    color: #FFF;
    gap: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.143rem;
    line-height: 1.625rem;
  }
  .view-project__hovered:hover,
  .view-code__hovered:hover {
    color: #4EE1A0;
  }
}

.contact__header {
  text-align: center;
}
@media screen and (min-width: 80rem) {
  .contact__header {
    text-align: left;
  }
}
.contact__header h1 {
  font-size: 2.5rem;
  color: #FFF;
  letter-spacing: -0.071rem;
}
@media screen and (min-width: 48rem) {
  .contact__header h1 {
    font-size: 4.5rem;
    letter-spacing: 0.128rem;
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .contact__header h1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
    letter-spacing: -0.156rem;
  }
}
.contact__header p {
  font-size: 1rem;
  color: #D9D9D9;
  line-height: 1.625rem;
}
@media screen and (min-width: 48rem) {
  .contact__header p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}

footer h1 a {
  color: #FFF;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

* {
  font-family: "Space Grotesk", system-ui;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: #000;
  overflow-x: hidden;
}

main {
  max-width: 100vw;
  overflow: hidden;
}

.hero__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-image: url(../images/pattern-rings.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-blend-mode: initial;
  background-position: -20rem 2rem;
}
@media screen and (min-width: 48rem) {
  .hero__wrapper {
    flex-direction: row-reverse;
    background-position: -16rem 0;
  }
}
@media screen and (min-width: 80rem) {
  .hero__wrapper {
    background-position: -6rem 0;
  }
}

.bg-circle-image:after {
  content: "";
  display: block;
  height: 100%;
  background-image: url(../images/pattern-circle.svg);
  background-repeat: no-repeat;
  background-size: initial;
  background-blend-mode: initial;
  transform: translate(80%, -80%);
}
@media screen and (min-width: 48rem) {
  .bg-circle-image:after {
    transform: translate(80%, -40%);
  }
}
@media screen and (min-width: 80rem) {
  .bg-circle-image:after {
    transform: translate(-12%, -54%);
  }
}

.skills__wrapper:after {
  content: "";
  background-image: url(../images/pattern-rings.svg);
  background-repeat: no-repeat;
  background-size: initial;
  position: absolute;
  width: 40%;
  height: 26%;
  z-index: 0;
  top: 95%;
  left: 60%;
  max-width: 100%;
}
@media screen and (min-width: 48rem) {
  .skills__wrapper:after {
    width: 28%;
    height: 20%;
    top: 80%;
    left: 72%;
  }
}
@media screen and (min-width: 80rem) {
  .skills__wrapper:after {
    width: 20%;
    height: 20%;
    top: 90%;
    left: 80%;
  }
}

.contact__wrapper {
  background-color: #242424;
  background-image: url(../images/pattern-rings.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-blend-mode: initial;
  background-position: -24rem 31rem;
}
@media screen and (min-width: 48rem) {
  .contact__wrapper {
    background-position: -22rem 40rem;
  }
}
@media screen and (min-width: 80rem) {
  .contact__wrapper {
    background-position: -14rem 24rem;
  }
}

.line {
  content: "";
  display: block;
  border-bottom: 0.063rem solid #FFF;
  width: 92%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 80rem) {
  .line {
    width: 78%;
  }
}

.social__link a {
  transition: color 0.3s ease, filter 0.3s ease;
}
.social__link:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(37%) saturate(537%) hue-rotate(104deg) brightness(95%) contrast(89%);
}

.nav__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .nav__wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 80rem) {
  .nav__wrapper {
    margin: 0 10rem;
  }
}

.logo {
  display: flex;
  justify-content: center;
  padding: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .logo {
    padding: 1.813rem 1rem;
  }
}
@media screen and (min-width: 80rem) {
  .logo {
    padding: 2.688rem 0;
  }
}

.social__container {
  display: flex;
  justify-content: center;
  gap: 1.625rem;
  z-index: 1;
}
@media screen and (min-width: 80rem) {
  .social__container {
    padding-right: 1.625rem;
  }
}

@media screen and (min-width: 80rem) {
  .hero__wrapper {
    padding: 0 10rem;
  }
}

@media screen and (min-width: 48rem) {
  .hero-image__wrapper {
    width: 41%;
    max-width: 100%;
  }
}
@media screen and (min-width: 80rem) {
  .hero-image__wrapper {
    height: 100%;
  }
}
.hero-image__wrapper img {
  margin: 0 auto;
  position: relative;
  transform: translateY(-6rem);
  width: 10.875rem;
  height: 24rem;
}
@media screen and (min-width: 48rem) {
  .hero-image__wrapper img {
    width: 20.125rem;
    height: 37.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero-image__wrapper img {
    width: 28rem;
    height: 45rem;
    transform: translateY(-7rem);
  }
}
.hero-image__wrapper picture {
  height: 18.125rem;
}
@media screen and (min-width: 48rem) {
  .hero-image__wrapper picture {
    height: 35rem;
  }
}

@media screen and (min-width: 48rem) {
  .hero-text__wrapper {
    width: 59%;
    z-index: 5;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero-text__wrapper {
    padding-left: 0;
  }
}
.hero-text__wrapper h1 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 48rem) {
  .hero-text__wrapper h1 {
    width: 115%;
    margin-top: 4.5rem;
  }
}
.hero-text__wrapper p {
  margin: 1.5rem 1rem;
}
@media screen and (min-width: 48rem) {
  .hero-text__wrapper p {
    margin: 3.5rem 1rem 2.125rem 0;
  }
}
@media screen and (min-width: 80rem) {
  .hero-text__wrapper p {
    margin: 3.5rem 15rem 2.125rem 0;
  }
}

.break {
  display: none;
}
@media screen and (min-width: 48rem) {
  .break {
    display: inline;
  }
}
@media screen and (min-width: 80rem) {
  .break {
    display: none;
  }
}

.contact-link::after {
  margin: 0 8rem;
}
@media screen and (min-width: 48rem) {
  .contact-link::after {
    margin: 0 19rem 0 0;
    width: 7.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .skills__container {
    margin: 0 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .skills__container {
    margin: 0 10rem;
  }
}

.skills__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 3rem;
  min-height: 40vh;
}

.projects__wrapper {
  padding-bottom: 4.5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 80rem) {
  .projects__wrapper {
    padding-bottom: 8.5rem;
  }
}

.projects__header {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 48rem) {
  .projects__header {
    justify-content: space-between;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .projects__header {
    margin: 0 10rem;
  }
}

.project__content {
  margin-top: 2.5rem;
}

.projects__gallary {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
@media screen and (min-width: 80rem) {
  .projects__gallary {
    margin: 1rem 10rem;
  }
}

.project__image {
  margin: 1rem 0;
}

.project__links {
  padding-top: 1.25rem;
}

@media screen and (min-width: 80rem) {
  .links__hidden {
    display: none;
  }
}

.project__image {
  position: relative;
  display: inline-block;
}
.project__image .links__hovered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.75);
  gap: 1rem;
}
.project__image:hover .links__hovered {
  opacity: 1;
  pointer-events: auto;
}

.bottom__wrapper {
  width: 100%;
  max-width: 100%;
}

.contact__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 80rem) {
  .contact__wrapper {
    flex-direction: unset;
  }
}

.contact__header {
  padding: 3.125rem 1rem;
}
@media screen and (min-width: 48rem) {
  .contact__header {
    padding: 3.5rem 10rem;
  }
}
@media screen and (min-width: 80rem) {
  .contact__header {
    padding: 5.25rem 5rem 3.5rem 10rem;
    width: 50%;
  }
}
.contact__header h1 {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 80rem) {
  .contact__header h1 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  .contact__header p {
    padding-right: 2rem;
  }
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  padding: 3.125rem 1rem;
}
@media screen and (min-width: 48rem) {
  .form__wrapper {
    padding: 3.5rem 10rem 5.75rem 10rem;
  }
}
@media screen and (min-width: 80rem) {
  .form__wrapper {
    padding: 5.25rem 10rem 5.75rem 5rem;
    width: 50%;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 48rem) {
  footer {
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 80rem) {
  footer {
    justify-content: space-between;
    padding: 2.625rem 10rem 5.625rem 10rem;
  }
}
footer h1 {
  padding: 1.25rem 0;
}
@media screen and (min-width: 48rem) {
  footer h1 {
    padding: 2rem 0;
  }
}

.name__footer {
  text-decoration-line: none;
}

@media screen and (min-width: 48rem) {
  .skills__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 80rem) {
  .skills__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 48rem) {
  .projects__gallary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}/*# sourceMappingURL=style.css.map */