@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Matemasie&display=swap");
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "SUSE", sans-serif;
  line-height: 1.5;
  color: #24262f;
}
body > * {
  padding-inline: 6.25rem;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #24262f;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}

::selection {
  background: #bdc3c7;
}

/* width */
::-webkit-scrollbar {
  width: 1.875rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.3125rem #6700f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #24262f, #6700f2);
  border-radius: 3.125rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, rgb(189.3, 189.9, 192.6), rgb(209.4, 0, 161.5));
}

.footer, .about, .header__content .header__social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header, .nav__title, .nav {
  display: flex;
  align-items: center;
}

.header__content {
  display: flex;
  justify-content: center;
}

.contact__form-container .contact__form .contact__btn, .about-info .resume-btn, .header__content .header__buttons .header__btn {
  font-family: "SUSE", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0.625rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  text-decoration: none;
}

.contact__form-container .contact__separator, .contact__form-container .contact__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #24262f;
  text-shadow: 1px 1px 4px rgba(59, 135, 202, 0.5647058824);
  border-bottom: 0.3125rem solid #6700f2;
  border-bottom-style: dotted;
  padding-bottom: 0.5rem;
  display: table;
  width: fit-content;
}

@media (max-width: 768px) {
  body > * {
    padding-inline: 1.875rem;
  }
}

.nav {
  justify-content: space-between;
  padding-block: 1.03125rem;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.3);
}
.nav__title {
  font-size: 1.875rem;
}
.nav__title .nav__link {
  font-family: "SUSE", sans-serif;
  font-weight: 800;
  color: #24262f;
  transition: all 0.3s;
}
.nav__title .nav__link:hover {
  color: #6700f2;
}
.nav__menu {
  display: flex;
}
.nav__menu .nav__item:not(:last-child) {
  margin-right: 1.375rem;
}
.nav__menu .nav__item-link {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: rgb(100, 108, 129);
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
}
.nav__menu .nav__item-link:hover {
  color: #6700f2;
}
.nav.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
@media (max-width: 1100px) {
  .nav {
    padding-block: 0.75rem;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .nav {
    padding-block: 0.625rem;
  }
}
@media (max-width: 650px) {
  .nav {
    padding-block: 0.5rem;
  }
  .nav__title {
    font-size: 1.25rem;
  }
  .nav__menu .nav__item-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 520px) {
  .nav__title {
    font-size: 0.875rem;
  }
  .nav__menu .nav__item-link {
    font-size: 0.625rem;
  }
}

.header {
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: calc(100vh - 130px); /* Subtract the navbar height */
  padding-inline: 6.25rem;
  background-image: url(../img/WaveLine.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header__content {
  flex-direction: column;
  font-size: 1.125rem;
}
.header__content .header__title .header__welcome {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
.header__content .header__title .header__role {
  font-family: "Matemasie", sans-serif;
  font-size: 5.625rem;
  margin-top: -1.25rem;
}
.header__content .header__title .header__role--back {
  color: #6700f2;
}
.header__content .header__title .header__role--dev {
  display: block;
  line-height: 0.6;
}
.header__content .header__info {
  margin-top: 3.125rem;
  width: 37.5rem;
  color: rgb(100, 108, 129);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.22;
}
.header__content .header__buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.header__content .header__buttons .header__btn {
  padding: 1rem 1.5rem;
  font-size: 1.5625rem;
  font-weight: bold;
}
.header__content .header__buttons .header__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #6700f2;
}
.header__content .header__buttons .header__btn--primary {
  color: rgb(255, 255, 255);
  background-color: #24262f;
}
.header__content .header__buttons .header__btn--secondary {
  color: #24262f;
  background-color: rgb(235, 235, 235);
}
.header__content .header__buttons .header__btn--secondary:hover {
  color: rgb(235, 235, 235);
}
.header__content .header__social-links {
  margin-top: 1.5625rem;
  display: flex;
  gap: 1.25rem;
}
.header__content .header__social-links .social-link .img-link {
  height: 3.75rem;
  width: 3.75rem;
  fill: #24262f;
  transition: all 0.3s;
}
.header__content .header__social-links .social-link .img-link:hover {
  filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(7484%) hue-rotate(253deg) brightness(97%) contrast(101%);
}
.header__image {
  margin-top: 1.25rem;
}
.header__image img {
  height: 40.625rem;
  width: 40.625rem;
  border: 1px solid #6700f2;
  border-radius: 50%;
  padding: 3.5rem;
  transition: all 0.3s;
}
@media (max-width: 1470px) {
  .header__image img {
    height: 28.125rem;
    width: 28.125rem;
    padding: 2.25rem;
  }
}
@media (max-width: 1300px) {
  .header__image img {
    height: 21.875rem;
    width: 21.875rem;
    padding: 2rem;
  }
}
@media (max-width: 1100px) {
  .header__image img {
    display: none;
  }
}
.header__image img:hover {
  transform: scale(1.05);
}
@media (max-width: 1300px) {
  .header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .header .header__content {
    font-size: 0.9375rem;
    align-items: center;
  }
  .header .header__content .header__title .header__role {
    font-size: 4.375rem;
    margin-top: -0.625rem;
    margin-bottom: 0.3125rem;
  }
  .header .header__content .header__buttons {
    justify-content: center;
  }
  .header .header__social-links {
    justify-content: center;
  }
}
@media (max-width: 1100px) {
  .header {
    padding-inline: 3.125rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header {
    padding-inline: 1.25rem;
  }
  .header .header__content .header__title .header__role {
    font-size: 3.75rem;
  }
}
@media (max-width: 650px) {
  .header .header__content .header__info {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
  .header .header__content .header__title .header__welcome {
    font-size: 1.25rem;
  }
  .header .header__content .header__title .header__role {
    margin-top: 0.25rem;
    font-size: 1.875rem;
  }
  .header .header__buttons {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .header .header__buttons .header__btn {
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .header .header__buttons .header__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    background-color: #6700f2;
  }
  .header .header__social-links {
    margin-top: 0.9375rem;
    gap: 0.75rem;
  }
  .header .header__social-links .social-link .img-link {
    height: 2.1875rem;
    width: 2.1875rem;
  }
  .header .header__image {
    margin-top: 0.625rem;
  }
  .header .header__image img {
    height: 9.375rem;
    width: 9.375rem;
    padding: 0.5625rem;
    margin-top: 0.625rem;
  }
}

.about {
  background: #3494e6;
  background: -webkit-linear-gradient(to right, #fff, #6700f2);
  background: linear-gradient(to bottom right, #fff, #6700f2);
  gap: 1.25rem;
  padding-block: 4.6875rem;
}
.about-info {
  font-size: 1.25rem;
  width: 56.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid #24262f;
  border-radius: 15px;
  padding: 3.125rem;
  box-shadow: 0 1.25rem 2.25rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  .about-info {
    font-size: 1rem;
    text-align: center;
  }
}
.about-info .resume-btn {
  padding: 0.75rem 1.5rem;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.25rem;
  cursor: pointer;
  color: #24262f;
  border: 1px solid #6700f2;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1100px) {
  .about-info .resume-btn {
    font-size: 0.9375rem;
    margin-inline: auto;
  }
}
.about-info .resume-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #6700f2;
  color: #fff;
}
@media (max-width: 1200px) {
  .about-img {
    display: none;
  }
}
@media (max-width: 1100px) {
  .about {
    flex-direction: column;
    gap: 0.9375rem;
    text-align: center;
    padding-block: 3.125rem;
  }
  .about-info {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .about {
    padding-block: 1.875rem;
  }
  .about-info {
    font-size: 0.9375rem;
  }
}
@media (max-width: 600px) {
  .about .about {
    padding-block: 0.625rem;
  }
  .about .about-info {
    padding: 2.1875rem;
    font-size: 0.9375rem;
  }
  .about .about-info .resume-btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

.skills__cards {
  padding-block: 4.6875rem;
  text-align: center;
}
.skills__cards .card__title {
  font-size: 2.8125rem;
  margin-bottom: 3.125rem;
  text-decoration: underline;
  color: #24262f;
}
.skills__cards .card__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  gap: 1.5625rem;
  justify-items: center;
  padding-inline: 1.25rem;
}
.skills__cards .card__image-wrapper {
  background-color: #f8fbfd;
  border-radius: 0.9375rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  transition: all 0.3s ease;
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skills__cards .card__image-wrapper:hover {
  background-color: rgb(100, 108, 129);
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.skills__cards .card__image-wrapper:hover .card__name {
  color: rgb(255, 255, 255);
}
.skills__cards .card__image-wrapper:hover .card__image {
  transform: scale(1.1);
}
.skills__cards .card__image-wrapper .card__image {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
  object-fit: contain;
}
.skills__cards .card__image-wrapper .card__name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #24262f;
  transition: color 0.3s ease;
}

.experience {
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 12px;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 3rem;
}
.experience__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #222;
  border-bottom: 3px solid #00a884;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.experience__item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.experience__item:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease-in-out;
}
.experience__role {
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
}
.experience__role .experience__date {
  font-size: 0.95rem;
  color: #777;
  font-weight: normal;
  margin-left: 0.5rem;
}
.experience__company {
  font-weight: 500;
  color: #555;
  margin: 0.3rem 0 1rem;
}
.experience__company .experience__location {
  color: #999;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.experience__details {
  list-style: disc;
  padding-left: 1.5rem;
}
.experience__details li {
  margin-bottom: 0.5rem;
  color: #444;
  line-height: 1.5;
}

#projects {
  padding-block: 4.6875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#projects .card__title {
  font-size: 2.8125rem;
  margin-bottom: 3.125rem;
  text-decoration: underline;
  color: #24262f;
}
#projects .card__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
}
#projects .card__single {
  background-color: #f6fcfe;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0.9375rem;
  transition: all 0.3s ease;
  width: 30rem;
  padding: 1.875rem;
  text-align: left;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#projects .card__single:hover {
  border-color: #6700f2;
  background-color: rgb(100, 108, 129);
  transform: translateY(-5px);
}
#projects .card__single:hover .card__header .card__name {
  color: rgb(255, 255, 255);
}
#projects .card__single:hover .card__overview {
  color: white;
}
#projects .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#projects .card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
#projects .card__header .card__icon {
  width: 3.75rem;
  height: 3.75rem;
}
#projects .card__header .card__name {
  font-size: 1.625rem;
  font-weight: 700;
  color: #24262f;
}
@media (max-width: 1100px) {
  #projects .card__header .card__name {
    font-size: 1.375rem;
  }
}
@media (max-width: 720px) {
  #projects .card__header .card__name {
    font-size: 1.125rem;
  }
}
@media (max-width: 650px) {
  #projects .card__header .card__name {
    font-size: 1rem;
  }
}
#projects .card__overview {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(2.8192771084, 2.9759036145, 3.6807228916);
  margin-bottom: 0.625rem;
  flex-grow: 1;
}
@media (max-width: 1100px) {
  #projects .card__overview {
    font-size: 0.9375rem;
  }
}
#projects .card__links {
  margin-top: auto;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
#projects .card__links .card__btn {
  background-color: #6700f2;
  color: rgb(255, 255, 255);
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#projects .card__links .card__btn:hover {
  background-color: rgb(81.2933884298, 0, 191);
}
#projects .card__links .card__btn--demo {
  background-color: #00b16a;
}
#projects .card__links .card__btn--demo:hover {
  background-color: rgb(0, 126, 75.4576271186);
}
@media (max-width: 1024px) {
  #projects .card__single {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #projects .card__wrapper {
    justify-content: center;
  }
  #projects .card__single {
    width: 90%;
    max-width: 31.25rem;
  }
  #projects .card__overview {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  #projects .card__title {
    font-size: 2rem;
  }
  #projects .card__single {
    width: 100%;
    padding: 1.25rem;
  }
  #projects .card__overview {
    font-size: 0.75rem;
  }
  #projects .card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  #projects .card__header .card__icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.projects__cards {
  background-color: rgb(235, 235, 235);
}

.contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline: 9.375rem;
  padding-block: 4.6875rem;
}
@media only screen and (max-width: 1700px) {
  .contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contact__form-container {
  width: 50%;
}
@media only screen and (max-width: 1700px) {
  .contact__form-container {
    width: 100%;
  }
}
.contact__form-container .contact__intro-text {
  font-size: 3.75rem;
  color: #6700f2;
  font-weight: bold;
}
.contact__form-container .contact__form {
  width: 100%;
}
.contact__form-container .contact__form .contact__field {
  width: 100%;
  outline: none;
}
.contact__form-container .contact__form .contact__field:not(:last-child) {
  margin-bottom: 1rem;
}
.contact__form-container .contact__form .contact__field .contact__label {
  display: block;
}
.contact__form-container .contact__form .contact__field .contact__label:not(:last-child) {
  margin-bottom: 0.25rem;
}
.contact__form-container .contact__form .contact__field .contact__input,
.contact__form-container .contact__form .contact__field .contact__textarea {
  width: 100%;
  padding: 0.75rem;
  border: rgba(15, 12, 41, 0.6823529412) 3px solid;
  border-radius: 3px;
  outline: none;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.05px;
}
.contact__form-container .contact__form .contact__field .contact__input:focus,
.contact__form-container .contact__form .contact__field .contact__textarea:focus {
  border-color: #6700f2;
  border-width: 0.1875rem;
}
.contact__form-container .contact__form .contact__field .contact__input::placeholder,
.contact__form-container .contact__form .contact__field .contact__textarea::placeholder {
  font-family: "SUSU", sans-serif;
  letter-spacing: 0.5px;
}
.contact__form-container .contact__form .contact__field .contact__textarea {
  resize: vertical;
  height: 9.375rem;
  max-height: 15.625rem;
}
@media only screen and (max-width: 1700px) {
  .contact__form-container .contact__form .contact__field .contact__textarea {
    height: 15.625rem;
    max-height: 21.875rem;
  }
}
.contact__form-container .contact__form .contact__btn {
  background-image: linear-gradient(to right, #0984e3, #ec008c, #3023ae);
  background-size: 300% 100%;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.25rem;
  opacity: 1;
  padding: 1rem 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .contact__form-container .contact__form .contact__btn {
    font-size: 0.9rem !important;
    padding: 0.75rem 0.625rem;
  }
}
.contact__form-container .contact__form .contact__btn:hover {
  background-position: -100%;
}
.contact__form-container .contact__separator {
  border-top: #6700f2 solid 3px;
  margin-top: 1.5rem;
  font-size: 2rem;
  padding-bottom: 0;
  padding: 0.25rem 0;
}
@media only screen and (max-width: 660px) {
  .contact__form-container .contact__separator {
    font-size: 1.1rem !important;
  }
}
.contact__form-container .contact__email {
  font-size: 2rem;
}
@media (max-width: 1300px) {
  .contact__form-container .contact__email {
    font-size: 1.75rem;
  }
}
.contact__form-container .contact__links .contact__linkedIn,
.contact__form-container .contact__links .contact__facebook {
  text-decoration: underline;
  font-size: 1.5625rem;
}
@media (max-width: 1300px) {
  .contact__form-container .contact__links .contact__linkedIn,
  .contact__form-container .contact__links .contact__facebook {
    font-size: 1.5625rem;
  }
}
.contact__form-container .contact__links .contact__linkedIn:hover,
.contact__form-container .contact__links .contact__facebook:hover {
  color: #6700f2;
}
@media (max-width: 1300px) {
  .contact .contact__image-container .contact__image {
    margin-top: 1.875rem;
    width: 31.25rem;
  }
}
@media (max-width: 768px) {
  .contact {
    padding-inline: 3.125rem;
  }
  .contact__form-container {
    width: 100%;
  }
  .contact .contact__intro-text {
    font-size: 2.8125rem;
  }
  .contact .contact__form .contact__field {
    font-size: 0.875rem;
  }
  .contact .contact__image-container .contact__image {
    width: 21.875rem;
  }
}
@media (max-width: 600px) {
  .contact {
    padding-inline: 1.25rem;
  }
  .contact .contact__separator {
    font-size: 1.125rem;
  }
  .contact .contact__email {
    font-size: 1.25rem;
  }
  .contact .contact__links .contact__linkedIn,
  .contact .contact__links .contact__facebook {
    font-size: 1.25rem;
  }
}

.footer {
  text-align: center;
  background-color: #24262f;
  flex-direction: column;
  color: rgb(255, 255, 255);
  height: 15.625rem;
  border-top: 0.1875rem solid #6700f2;
}
.footer > * {
  margin-bottom: 0.5rem;
}
.footer .footer__social-links {
  margin-top: 1.5625rem;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 1100px) {
  .footer .footer__social-links {
    justify-content: center;
  }
}
.footer .footer__social-links .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__social-links .social-link .img-link {
  height: 3.125rem;
  width: 3.125rem;
  filter: invert(100%);
  transition: all 0.3s;
}
.footer .footer__social-links .social-link .img-link:hover {
  filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(7484%) hue-rotate(253deg) brightness(97%) contrast(101%);
}
.footer .footer__copyright .footer__created,
.footer .footer__copyright .footer__inspired {
  display: block;
}
.footer .footer__copyright .footer__created .footer__created-link,
.footer .footer__copyright .footer__created .footer__inspired-link,
.footer .footer__copyright .footer__inspired .footer__created-link,
.footer .footer__copyright .footer__inspired .footer__inspired-link {
  color: #6700f2;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  transition: all 0.3s;
  display: inline-block;
}
.footer .footer__copyright .footer__created .footer__created-link:hover,
.footer .footer__copyright .footer__created .footer__inspired-link:hover,
.footer .footer__copyright .footer__inspired .footer__created-link:hover,
.footer .footer__copyright .footer__inspired .footer__inspired-link:hover {
  text-decoration: underline;
  transform: scale(1.01) translateY(-0.1875rem);
}
@media (max-width: 600px) {
  .footer {
    padding: 1rem;
  }
  .footer .footer__social-links {
    gap: 2.1875rem;
  }
  .footer .footer__social-links .social-link {
    width: 1.875rem;
  }
  .footer .footer__copyright a {
    font-size: 1rem;
  }
  .footer .footer__copyright .footer__citation {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */