@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Overpass", "Segoe UI", "sans-serif";
}

.circle-link {
  background-color: rgb(230.15, 210.8, 246.05);
  color: rgb(140.9, 24.8, 236.3);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.circle-link:hover {
  background-color: rgb(140.9, 24.8, 236.3);
  color: rgb(230.15, 210.8, 246.05);
}
.circle-link__dark {
  background-color: rgb(75.6, 24, 118);
  color: rgb(170.65, 86.8, 239.55);
}
.circle-link__dark:hover {
  background-color: rgb(97.85, 14, 166.75);
  color: rgb(236.1, 223.2, 246.7);
}
.circle-link {
  transition: color 200ms 0ms, background-color 200ms 0ms;
}

.btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.btn__primary {
  background-color: rgb(129, 0, 235);
  padding: 10px 30px;
  color: rgb(248, 248, 248);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.btn__primary:hover {
  background-color: rgb(109.65, 0, 199.75);
  color: rgb(210.8, 210.8, 210.8);
}
.btn__primary:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.btn__primary {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.btn__primary {
  transition: background-color 300ms 0ms, color 300ms 0ms;
}
.btn__secondary {
  background-color: rgb(248, 248, 248);
  padding: 10px 30px;
  color: rgb(12, 12, 12);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.btn__secondary:hover {
  color: rgb(115.0021276596, 0, 209.5);
  background: rgb(236.1, 223.2, 246.7);
}
.btn__secondary:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.btn__secondary {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.btn__secondary {
  transition: box-shadow 300ms 0ms, color 300ms 0ms, background 300ms 0ms;
}
.btn__full {
  width: 100%;
}
.btn__fixed {
  width: 100%;
}
@media screen and (min-width: 0px) {
  .btn__fixed {
    width: 80%;
  }
}
@media screen and (min-width: 320px) {
  .btn__fixed {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .btn__fixed {
    width: 300px;
  }
}
.btn__centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--down-arrow {
  padding: 5px;
}
.btn--header-logo {
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: progid:DXImageTransform.Microsoft.gradient( 			startColorstr="#8100EB", 			endColorstr="#B753ED", 			GradientType=0 		);
}
.btn--header-logo:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.btn--header-logo {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.btn--header-logo {
  transition: box-shadow 300ms 0ms;
}
.btn--header-logo {
  background: rgb(129, 0, 235);
  background: linear-gradient(127deg, rgb(129, 0, 235) 0%, rgb(183, 83, 237) 100%);
}
.btn--header-navbar {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header {
  height: 85px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(248, 248, 248);
  z-index: 1000;
  box-sizing: border-box;
}
.header--logo-icon {
  width: 25px;
  height: 25px;
}
.header--btn-icon {
  width: 25px;
  height: 25px;
}
.header--navbar {
  gap: 30px;
  display: none;
}
@media screen and (min-width: 1025px) {
  .header--navbar {
    display: flex;
  }
}
.header--navbar-item {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}
.header--navbar-item__active {
  color: rgb(129, 0, 235);
}
.header--navbar-item__active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: rgb(129, 0, 235);
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  transform-origin: center;
  transform: translate3d(0, 0.2em, 0);
  transform: scale(1);
}
.header--navbar-item:hover, .header--navbar-item:focus {
  color: rgb(129, 0, 235);
}
.header--navbar-item:not(.header--navbar-item__active)::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: rgb(129, 0, 235);
  opacity: 0;
  transform-origin: center;
}
.header--navbar-item:hover::after, .header--navbar-item:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  transform: scale(1);
}
.header--navbar-item {
  transition: filter 300ms 0ms;
}
@media screen and (min-width: 1025px) {
  .header--navbar-item {
    width: 120px;
  }
}
@media screen and (min-width: 1201px) {
  .header--navbar-item {
    width: 140px;
  }
}
.header {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 320px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    gap: 100px;
  }
}
@media screen and (min-width: 0px) {
  .header {
    padding: 0 5%;
  }
}
@media screen and (min-width: 320px) {
  .header {
    padding: 0 8%;
  }
}
@media screen and (min-width: 481px) {
  .header {
    padding: 0 4%;
  }
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 0 8%;
  }
}
@media screen and (min-width: 1201px) {
  .header {
    padding: 0 12%;
  }
}

.section--button-container {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .section--button-container {
    align-items: start;
  }
}
@media screen and (min-width: 769px) {
  .section--button-container {
    flex-wrap: nowrap;
    justify-content: start;
    flex-direction: row;
  }
}
.section--stats {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .section--stats {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--stats {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--stats {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--stats {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--stats {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--stats {
    padding: 2rem 12%;
  }
}
.section--about {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .section--about {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--about {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--about {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--about {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--about {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--about {
    padding: 2rem 12%;
  }
}
.section--main {
  margin-top: 85px;
  background: #f0fffc;
  background: linear-gradient(127deg, rgb(240, 255, 252) 0%, rgb(215, 219, 219) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0FFFC", endColorstr="#D7DBDB", GradientType=0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 0px) {
  .section--main {
    padding: 4rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--main {
    padding: 4rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--main {
    padding: 4rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--main {
    padding: 4rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--main {
    padding: 4rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--main {
    padding: 4rem 12%;
  }
}
@media screen and (min-width: 1025px) {
  .section--main {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1025px) and (min-width: 0px) {
  .section--main {
    padding: 10rem 5%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  .section--main {
    padding: 10rem 8%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 481px) {
  .section--main {
    padding: 10rem 4%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .section--main {
    padding: 10rem 10%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .section--main {
    padding: 10rem 8%;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1201px) {
  .section--main {
    padding: 10rem 12%;
  }
}
@media screen and (min-width: 0px) {
  .section--projects {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--projects {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--projects {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--projects {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--projects {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--projects {
    padding: 2rem 12%;
  }
}
.section--skills {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) {
  .section--skills {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--skills {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--skills {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--skills {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--skills {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--skills {
    padding: 2rem 12%;
  }
}
.section--skills-stats {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .section--skills-stats {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--skills-stats {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--skills-stats {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--skills-stats {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--skills-stats {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--skills-stats {
    padding: 2rem 12%;
  }
}
.section--pluses {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .section--pluses {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--pluses {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--pluses {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--pluses {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--pluses {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--pluses {
    padding: 2rem 12%;
  }
}
.section--contact {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .section--contact {
    padding: 2rem 5%;
  }
}
@media screen and (min-width: 320px) {
  .section--contact {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 481px) {
  .section--contact {
    padding: 2rem 4%;
  }
}
@media screen and (min-width: 769px) {
  .section--contact {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 1025px) {
  .section--contact {
    padding: 2rem 8%;
  }
}
@media screen and (min-width: 1201px) {
  .section--contact {
    padding: 2rem 12%;
  }
}

.heading {
  margin: 0;
}
.heading--1 {
  color: rgb(129, 0, 235);
  font-size: 2rem;
}
.heading--1__spec {
  margin: 0 0;
  display: flex;
}
.heading--1__spec p {
  margin: 10px 0;
}
@media screen and (min-width: 320px) {
  .heading--1 {
    font-size: 3rem;
  }
}
.heading--2 {
  color: rgb(40, 40, 40);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.heading--2__bold {
  font-weight: 700;
}
.heading--2__centered {
  text-align: center;
  justify-content: center;
}
.heading--2__primary {
  color: rgb(129, 0, 235);
}
.heading--2__animated-600 {
  font-size: 0.75rem;
  font-family: monospace;
  border-right: 0.15em solid rgb(129, 0, 235);
  white-space: nowrap;
  letter-spacing: 0.15em;
  overflow: hidden;
  width: 0;
  animation: typing600 3s steps(23, end) forwards, blink-caret 0.5s step-end infinite forwards;
  margin-bottom: 4px;
}
.heading--2__animated-400 {
  font-size: 0.75rem;
  font-family: monospace;
  border-right: 0.15em solid rgb(129, 0, 235);
  white-space: nowrap;
  letter-spacing: 0.15em;
  overflow: hidden;
  width: 0;
  animation: typing400 3s steps(19, end) 0.3s forwards, blink-caret 0.5s step-end infinite forwards;
}
@media screen and (min-width: 320px) {
  .heading--2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 481px) {
  .heading--2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .heading--2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .heading--2 {
    font-size: 1.75rem;
  }
}
.heading--3 {
  color: rgb(115, 115, 115);
  font-weight: 300;
}
.heading--3__centered {
  text-align: center;
}
.heading--4 {
  color: rgb(82, 82, 82);
  font-size: 1.125rem;
  font-weight: 300;
}
.heading--4__centered {
  text-align: center;
}

.main--img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 30px;
}
.main--img {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 320px) {
  .main--img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 481px) {
  .main--img {
    height: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .main--img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .main--img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1201px) {
  .main--img {
    width: 400px;
    height: 400px;
    margin: 10px;
    margin-right: 150px;
  }
}
.main--links-btns-container {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .main--links-btns-container {
    justify-content: start;
  }
}
.main--cli-text-container {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main--cli-text-container {
    width: 45ch;
  }
}
.main--text-container {
  width: 100%;
  display: flex;
  margin: 10px 0px;
}
@media screen and (min-width: 1025px) {
  .main--text-container {
    display: block;
  }
}

.text {
  font-size: 1rem;
  color: rgb(82, 82, 82);
}
.text__main {
  min-width: 300px;
  max-width: 400px;
}

.rule {
  margin: 0px;
}
.rule__primary {
  height: 4px;
  background: linear-gradient(90deg, transparent, rgb(129, 0, 235), rgb(183, 83, 237), transparent);
  width: 50%;
  border-radius: 3px;
  border: none;
  animation: rule-blinking 3s ease-in-out infinite;
  margin: 10px auto;
}
.rule__secondary {
  height: 4px;
  background: rgb(210, 210, 210);
  width: 100%;
  border-radius: 3px;
  border: none;
}

.about {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
.about--item:first-child {
  grid-column: 1/-1;
}
@media screen and (min-width: 1201px) {
  .about--item:first-child {
    margin: 0 25% 0 25%;
  }
}
.about--title {
  margin: 10px 0 0 0;
  font-size: 2rem;
  color: rgb(129, 0, 235);
  font-weight: 800;
}
.about--subtitle {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.about--item {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.about--item__centered {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.about--item__squared {
  width: 240px;
  height: 240px;
  border-radius: 30px;
}
.about--item {
  transition: box-shadow 300ms 0ms;
}
.about--item {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.about--item:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.about--item::before {
  background-color: rgb(129, 0, 235);
  width: 0%;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0px 0px;
}
.about--item::before {
  transition: width 300ms 0ms;
}
.about--item:hover::before {
  width: 100%;
}
@media screen and (min-width: 481px) {
  .about--item {
    padding: 30px;
  }
}
.about--icon {
  padding: 10px;
  color: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about--icon {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.about--icon {
  background: rgb(129, 0, 235);
  background: linear-gradient(127deg, rgb(129, 0, 235) 0%, rgb(183, 83, 237) 100%);
}
.about--inline-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(248, 248, 248);
  border-radius: 3px;
}
.about--inline-icon {
  background: rgb(129, 0, 235);
  background: linear-gradient(127deg, rgb(129, 0, 235) 0%, rgb(183, 83, 237) 100%);
}
@media screen and (min-width: 481px) {
  .about--inline-icon {
    margin: 3px;
  }
}
.about--list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .about--list {
    padding: 0px 0px 0px 30px;
  }
}
.about--list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 3px 3px 8px;
  border-radius: 8px;
  position: relative;
}
.about--list-item {
  transition: background-color 300ms 0ms;
}
.about--list-item::before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  background-color: rgb(129, 0, 235);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about--list-item::before {
  transition: opacity 300ms 0ms;
}
.about--list-item:hover::before {
  opacity: 1;
}
.about--list-item:hover {
  background-color: rgb(219, 219, 237);
}
@media screen and (min-width: 1201px) {
  .about {
    grid-template-columns: 1fr 1fr;
  }
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.stats--text {
  text-align: center;
}
.stats--title {
  margin: 10px 0 0 0;
  font-size: 2rem;
  color: rgb(129, 0, 235);
  font-weight: 800;
}
.stats--subtitle {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .stats--subtitle {
    margin: 10px 0 0 0;
  }
}
.stats--item {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 10px;
}
.stats--item__centered {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
.stats--item__squared {
  padding-top: 30px;
  width: 240px;
  height: 220px;
  border-radius: 30px;
}
.stats--item {
  transition: box-shadow 300ms 0ms;
}
.stats--item {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.stats--item:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.stats--icon {
  background: rgb(129, 0, 235);
  padding: 10px;
  color: white;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stats--icon {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1025px) {
  .stats {
    flex-direction: row;
    gap: 100px;
  }
}

.projects {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0px;
}
.projects--rule {
  background-color: rgb(40, 40, 40);
  border: none;
  height: 1px;
  width: 100%;
}
.projects--text {
  font-size: 0.9rem;
  margin: 0;
}
.projects--title {
  margin: 0;
}
.projects--content {
  padding: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.projects--image {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  position: relative;
  display: block;
}
.projects--image-container {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.6) 50%, #000 75%);
  mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.6) 50%, #000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}
.projects--image-container:hover {
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.projects--image-container::after {
  content: "";
  border-radius: 15px 15px 0px 0px;
  top: 0;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  box-shadow: 0px -53px 66px 0px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px -53px 66px 0px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px -53px 66px 0px rgba(0, 0, 0, 0.4) inset;
}
.projects--technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.projects--rule {
  margin: 0;
}
.projects--date {
  font-size: 0.75rem;
  color: rgb(115, 115, 115);
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.projects--tech-item {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: default;
  color: rgb(109.65, 0, 199.75);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 5px 10px;
  border: solid 1px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgb(129, 0, 235), rgb(183, 83, 237));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.projects--tech-item:hover {
  border: solid 1px transparent;
  background-image: linear-gradient(rgb(219, 219, 237), rgb(219, 219, 237)), radial-gradient(circle at top left, rgb(129, 0, 235), rgb(183, 83, 237));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.projects--item {
  display: flex;
  width: 400px;
  position: relative;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}
.projects--item {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}

.skills {
  padding: 20px;
  gap: 20px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  max-height: 2000px;
  overflow: hidden;
  box-sizing: border-box;
  transform-origin: top;
  transition-timing-function: ease-in-out;
}
.skills__hidden {
  max-height: 0px;
  opacity: 0;
  scale: 1 0.3;
}
.skills--btn-dropdown {
  transition: rotate 300ms 0ms;
}
.skills--btn-dropdown__flipped {
  rotate: 180deg;
}
.skills--section {
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 0px 10px;
  padding: 0px 0px 30px 0px;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 481px) {
  .skills--section {
    flex-direction: row;
    justify-content: space-between;
  }
}
.skills--section__first {
  padding-top: 10px;
}
.skills--skills-count {
  font-size: 0.75rem;
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 5px;
  padding: 3px 10px;
  color: rgb(115, 115, 115);
  height: 25px;
  background: rgb(230, 230, 230);
  width: 100%;
}
@media screen and (min-width: 481px) {
  .skills--skills-count {
    width: initial;
  }
}
.skills--area {
  display: flex;
  gap: 10px;
}
.skills--area-icon {
  color: rgb(129, 0, 235);
}
.skills--count-arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .skills--count-arrow-container {
    width: initial;
  }
}
.skills--down-arrow {
  color: rgb(115, 115, 115);
}
.skills--item {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 200px;
}
.skills--item__advanced {
  border: rgb(18, 190, 130) 2px solid;
}
.skills--item__advanced:hover {
  box-shadow: 0px 5px 30px 0px #12be82;
  -webkit-box-shadow: 0px 5px 30px 0px #12be82;
  -moz-box-shadow: 0px 5px 30px 0px #12be82;
}
.skills--item__middle {
  border: rgb(240, 140, 60) 2px solid;
}
.skills--item__middle:hover {
  box-shadow: 0px 5px 30px 0px #f08c3c;
  -webkit-box-shadow: 0px 5px 30px 0px #f08c3c;
  -moz-box-shadow: 0px 5px 30px 0px #f08c3c;
}
.skills--item__beginner {
  border: rgb(70, 140, 230) 2px solid;
}
.skills--item__beginner:hover {
  box-shadow: 0px 5px 30px 0px #468ce6;
  -webkit-box-shadow: 0px 5px 30px 0px #468ce6;
  -moz-box-shadow: 0px 5px 30px 0px #468ce6;
}
.skills--item {
  transition: box-shadow 300ms 0ms;
}
.skills--item-experience {
  font-size: 0.75rem;
  color: rgb(100, 100, 100);
}
.skills--progress-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.skills--progress-bar-container {
  background: rgb(230, 230, 230);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  display: flex;
  height: 6px;
  width: 100%;
}
.skills--progress-bar {
  width: 100%;
}
.skills--progress-bar-value {
  box-shadow: 0 10px 40px -10px #000000;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  height: 6px;
  width: 100%;
}
.skills--progress-bar-value__advanced {
  animation: load75 3s normal forwards;
}
.skills--progress-bar-value__advanced {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills--progress-bar-value__middle {
  animation: load50 3s normal forwards;
}
.skills--progress-bar-value__middle {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills--progress-bar-value__beginner {
  animation: load25 3s normal forwards;
}
.skills--progress-bar-value__beginner {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.skills--progress-bar-value::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 1s infinite; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}
.skills--progress-title {
  font-size: 0.75rem;
  color: rgb(40, 40, 40);
}
.skills--item-level {
  font-size: 0.85rem;
  color: rgb(40, 40, 40);
  padding-top: 4px;
  font-weight: 500;
}
.skills--item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 10px;
}
.skills--item-icon {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.skills--item-icon__advanced {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills--item-icon__middle {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills--item-icon__beginner {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.skills--item-title {
  font-weight: 500;
}
.skills--icon-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.skills {
  transition: max-height 300ms 0ms, opacity 300ms 0ms, scale 300ms 0ms;
}

.skills-stats {
  display: flex;
  padding: 30px;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.skills-stats--item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 40px;
  gap: 10px;
  width: 160px;
  position: relative;
  overflow: hidden;
}
.skills-stats--item {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.skills-stats--item {
  transition: box-shadow 300ms 0ms;
}
.skills-stats--item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.skills-stats--item__advanced::before {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills-stats--item__middle::before {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills-stats--item__beginner::before {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.skills-stats--item__total::before {
  background: rgb(44.7608695652, 199.6739130435, 210.7391304348);
  background: linear-gradient(127deg, rgb(44.7608695652, 199.6739130435, 210.7391304348) 0%, rgb(35.5652173913, 160.0434782609, 168.9347826087) 100%);
}
.skills-stats--item:hover {
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.4);
}
.skills-stats--item-icon {
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: rgb(248, 248, 248);
}
.skills-stats--item-icon__advanced {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills-stats--item-icon__middle {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills-stats--item-icon__beginner {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.skills-stats--item-icon__total {
  background: rgb(44.7608695652, 199.6739130435, 210.7391304348);
  background: linear-gradient(127deg, rgb(44.7608695652, 199.6739130435, 210.7391304348) 0%, rgb(35.5652173913, 160.0434782609, 168.9347826087) 100%);
}
.skills-stats--number {
  font-size: 2rem;
  font-weight: 600;
}
.skills-stats--level {
  color: rgb(100, 100, 100);
  font-size: 1.5rem;
  font-weight: 600;
}
.skills-stats--progress-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.skills-stats--progress-bar-container {
  background: rgb(230, 230, 230);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  display: flex;
  height: 6px;
  width: 100%;
}
.skills-stats--progress-bar {
  width: 100%;
}
.skills-stats--progress-bar-value {
  box-shadow: 0 10px 40px -10px #000000;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  height: 6px;
  width: 100%;
}
.skills-stats--progress-bar-value__advanced {
  animation: load75 3s normal forwards;
}
.skills-stats--progress-bar-value__advanced {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills-stats--progress-bar-value__middle {
  animation: load50 3s normal forwards;
}
.skills-stats--progress-bar-value__middle {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills-stats--progress-bar-value__beginner {
  animation: load25 3s normal forwards;
}
.skills-stats--progress-bar-value__beginner {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.skills-stats--progress-bar-value::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 1s infinite; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}
.skills-stats--badge-container {
  display: flex;
  gap: 10px;
}
.skills-stats--badge {
  padding: 5px 5px 3px 5px;
  height: 25px;
  width: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: rgb(248, 248, 248);
  position: relative;
  font-weight: 600;
}
.skills-stats--badge__advanced {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.skills-stats--badge__middle {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.skills-stats--badge__beginner {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}

.pluses {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 40px;
  padding: 30px 0px;
}
.pluses--brief-number {
  font-size: 1.5rem;
  color: rgb(129, 0, 235);
  font-weight: 500;
}
.pluses--item-btn {
  width: 100%;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 5px;
  padding: 10px 5px;
  color: rgb(129, 0, 235);
}
.pluses--item-btn {
  transition: background-color 300ms 0ms;
}
.pluses--item-btn {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.pluses--item-btn:hover {
  background-color: rgb(245, 245, 245);
}
.pluses--title {
  font-size: 1.25rem;
  font-weight: 600;
}
.pluses--text {
  color: rgb(82, 82, 82);
}
.pluses--icon {
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  color: rgb(248, 248, 248);
}
.pluses--icon__green {
  background: rgb(20.2067307692, 213.2932692308, 145.9375);
  background: linear-gradient(127deg, rgb(20.2067307692, 213.2932692308, 145.9375) 0%, rgb(15.7932692308, 166.7067307692, 114.0625) 100%);
}
.pluses--icon__orange {
  background: rgb(241.8214285714, 153.9642857143, 83.6785714286);
  background: linear-gradient(127deg, rgb(241.8214285714, 153.9642857143, 83.6785714286) 0%, rgb(238.1785714286, 126.0357142857, 36.3214285714) 100%);
}
.pluses--icon__blue {
  background: rgb(92.4642857143, 153.9642857143, 233.0357142857);
  background: linear-gradient(127deg, rgb(92.4642857143, 153.9642857143, 233.0357142857) 0%, rgb(47.5357142857, 126.0357142857, 226.9642857143) 100%);
}
.pluses--icon__teal {
  background: rgb(44.7608695652, 199.6739130435, 210.7391304348);
  background: linear-gradient(127deg, rgb(44.7608695652, 199.6739130435, 210.7391304348) 0%, rgb(35.5652173913, 160.0434782609, 168.9347826087) 100%);
}
.pluses--icon {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.pluses--item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 15px;
  gap: 15px;
  position: relative;
  overflow: hidden;
}
.pluses--item {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}
.pluses--item {
  transition: box-shadow 300ms 0ms;
}
@media screen and (min-width: 481px) {
  .pluses--item {
    padding: 40px;
  }
}
.pluses--item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(129, 0, 235);
}
.pluses--brief {
  background-color: rgb(245, 245, 245);
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
.pluses--brief::before {
  content: "";
  height: 90%;
  border-radius: 10px;
  width: 100%;
  background-color: rgb(129, 0, 235);
  top: 5%;
  left: -5px;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .pluses {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.contact--list {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.contact--list-item {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact--list-item__animated:hover {
  color: rgb(40, 40, 40);
}
.contact--list-item__animated:hover .contact--link {
  color: rgb(40, 40, 40);
}
.contact--list-item__animated {
  transition: color 300ms 0ms;
}
.contact--form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .contact--form {
    width: 500px;
  }
}
.contact--label {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  font-size: 1rem;
}
.contact--btn-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .contact--btn-container {
    flex-direction: row;
  }
}
.contact--link {
  color: rgb(12, 12, 12);
  text-decoration: none;
}
.contact--input {
  border: 2px solid rgb(230, 230, 230);
  border-radius: 10px;
  padding: 10px 10px;
  outline: none;
  box-sizing: border-box;
}
.contact--input:hover {
  border: 2px solid rgb(199.7, 161, 231.5);
}
.contact--input:focus {
  border: 2px solid rgb(129, 0, 235);
}
.contact--input {
  transition: border 300ms 0ms;
}
.contact--textarea {
  border: 2px solid rgb(210, 210, 210);
  border-radius: 10px;
  padding: 5px 20px;
  outline: none;
  resize: none;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
.contact--textarea:hover {
  border: 2px solid rgb(199.7, 161, 231.5);
}
.contact--textarea:focus {
  border: 2px solid rgb(129, 0, 235);
}
.contact--textarea__error {
  border: 2px solid rgb(232.5, 165, 165);
}
.contact--textarea__error:hover {
  border: 2px solid rgb(255, 120, 120);
}
.contact--textarea__error:focus {
  border: 2px solid rgb(220, 40, 40);
}
.contact--textarea {
  transition: border 300ms 0ms;
}
.contact--label-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact--error-message {
  color: rgb(255, 120, 120);
  margin: 3px 0px;
  transform-origin: top;
}
.contact--error-message {
  transition: transform 300ms 0ms;
}
.contact--error-message__hidden {
  transform: scale(1, 0);
}
.contact--input-length {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 20px 12px 0px;
  font-size: 0.75rem;
  color: rgb(115, 115, 115);
}
.contact--input-length__blink {
  animation: error-blink 1000ms;
  animation-iteration-count: 1;
}
.contact--input-length {
  transition: color 300ms 0ms, transform 300ms 0ms;
}
.contact--textarea-container {
  position: relative;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px;
}
.footer {
  background: #12182a;
  background: linear-gradient(127deg, #12182a 0%, #1e2837 100%);
}
.footer--text {
  color: rgb(248, 248, 248);
  font-size: 1.25rem;
  text-align: center;
}
.footer--links-btns-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer--hr {
  width: 100%;
  border: 1px solid rgb(61, 61, 61);
}
.footer--subtitle {
  color: rgb(248, 248, 248);
  text-align: center;
}

.modal {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 100;
  overflow: auto;
  pointer-events: all;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__hidden {
  opacity: 0;
  pointer-events: none;
}
.modal__hidden .modal--content {
  transform: scale(0);
}
.modal--content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  transform: scale(1);
}
.modal--content {
  transition: transform 300ms 0ms;
}
.modal--close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal--close:hover, .modal--close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal {
  transition: opacity 300ms 0ms, transform 300ms 0ms;
}

@keyframes typing600 {
  from {
    width: 0;
  }
  to {
    width: 28.7ch;
  }
}
@keyframes error-blink {
  from, to {
    color: rgb(115, 115, 115);
    scale: 1;
  }
  50% {
    scale: 1.1;
    color: rgb(255, 120, 120);
  }
}
@keyframes typing400 {
  from {
    width: 0;
  }
  to {
    width: 23.7391304348ch;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(129, 0, 235);
  }
}
@keyframes rule-blinking {
  from, to {
    width: 50%;
  }
  50% {
    width: 30%;
  }
}
@keyframes load25 {
  0% {
    width: 0;
  }
  100% {
    width: 25%;
  }
}
@keyframes load50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes load75 {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}/*# sourceMappingURL=style.css.map */