@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #00061D;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #815CE7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.preloader.fade-out {
  opacity: 0;
}

.loader {
  width: 64px;
  height: 64px;
  border: 5px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: transparent;
  z-index: 1000;
  transition: all 0.3s ease;
}

header.scrolled {
  height: 70px;
  box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.1019607843);
  background: #000011;
}

header.scrolled .nav-links a {
  color: #FFF;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 12px 0;
}

.logo {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #815CE7;
  align-items: center;
  cursor: none;
  margin: 0;
}
.logo:hover {
  color: #FFF;
  font-size: 2.5rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: #FFF;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  transition: all 0.3s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #815CE7;
  transition: all 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a.active::after {
  width: 100%;
}

.contact-btn {
  background: #815CE7;
  color: #FFF;
  outline: none;
  padding: 8px 16px;
  border: 2px solid #815CE7;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: transparent;
  color: #815CE7;
}

.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 1001;
  display: none;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #815CE7;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/** Hero Part ========================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.hero-text {
  flex: 1;
  animation: fadeInBottom 2s ease;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-text h1 {
  color: #FFF;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 3.5rem;
}

.hero-text h1 span {
  color: #815CE7;
}

.text-typing {
  overflow: hidden;
}

.text-typing .text {
  position: relative;
  color: #815CE7;
  font-size: 30px;
  font-weight: 600;
}

.text.sec-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00061D;
  border-left: 3px solid #815CE7;
  animation: animate 4s steps(16) infinite;
}

@keyframes animate {
  40%, 60% {
    left: calc(100% + 3px);
  }
  100% {
    left: 0;
  }
}
.hero-text p {
  font-size: 20px;
  margin-bottom: 34px;
  color: #DBDEDF;
  max-width: 600px;
}

.cta-btns {
  display: flex;
  gap: 16px;
}

.btn {
  display: flex;
  padding: 0.8rem 1.8rem;
  border-radius: 7px;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background: #815CE7;
  color: #FFF;
  border: 2px solid #815CE7;
}

.btn-primary:hover {
  background: transparent;
  transform: translateY(-3px);
}

.btn-outline {
  border: 2px solid #815CE7;
  color: #815CE7;
}

.btn-outline:hover {
  background: #815CE7;
  color: #FFF;
  transform: translateY(-3px);
}

.socials-icons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.socials-icons a {
  width: 48px;
  height: 48px;
  background-color: #F5F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #815CE7;
  font-size: 20px;
  border: 3px solid #815CE7;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.socials-icons a:hover {
  background-color: #815CE7;
  color: #F5F6FA;
  transform: translateY(-5px);
}

.home-img {
  position: relative;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInBottom 1.5s ease;
}

.home-img > img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 3px solid #815CE7;
}

.home-img .circle-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  width: 100%;
  height: 100%;
  border-top: 4px solid #815CE7;
  border-bottom: 4px solid #815CE7;
  border-left: 4px solid #DBDEDF;
  border-right: 4px solid #DBDEDF;
  border-radius: 50%;
  animation: spinner 8s linear infinite;
}

@keyframes spinner {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: #815CE7;
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-20px) translateX(-50%);
  }
  60% {
    transform: translateY(-10px) translateX(-50%);
  }
}
.scroll-down a {
  color: #815CE7;
  font-size: 24px;
}

/** About Part ========================================== */
.section {
  padding: 3rem 0;
  background: #0A0E35;
}

.section-title {
  text-align: center;
  padding: 16px 24px;
  margin-bottom: 4rem;
  background-color: #000011;
  border-radius: 1.1rem;
}

.section-title h2 {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  color: #FFF;
}

.section-title p {
  font-size: 1.8rem;
  color: #AFAFAF;
  width: 80%;
  margin: 0 auto;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.about-content .primeraParte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.about-img {
  min-width: 25%;
  position: relative;
  height: 350px;
}

.about-img > img {
  width: 98%;
  height: 98%;
  border-radius: 19px;
}

.about-img::before {
  content: "";
  width: 97%;
  height: 97%;
  position: absolute;
  border-top: 5px solid #815CE7;
  border-left: 5px solid #815CE7;
  border-radius: 19px;
  top: -17px;
  left: -17px;
  z-index: 1;
}

.about-text {
  width: 100%;
}

.primeraParte h3,
.about-text h3 {
  font-size: 2rem;
  color: #FFF;
}

.primeraParte p {
  font-size: 1.8rem;
  color: #AFAFAF;
  margin-bottom: 1.5rem;
}
.primeraParte p span {
  color: #FFF;
}

.skills-body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  background: #000011;
  border-radius: 19px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  animation: scrolling linear;
  animation-timeline: view();
  animation-range: entry 0%;
}

@keyframes scrolling {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.skills-body .circle {
  position: relative;
  color: #F5F6FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;
}

.skills-body .circle::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background-color: #010210;
  opacity: 0.8;
}

.skills-body .circle::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 11px solid #4d4c51;
  border-radius: 50%;
  background: #333;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.75), 0 -2px 2px rgba(255, 255, 255, 0.5), inset 0 4px 2px rgba(0, 0, 0, 0.25), inset 0 -2px 2px rgba(255, 255, 255, 0.5);
}

.circle .per {
  font-size: 1rem;
  font-weight: 600;
}

.circle .num {
  position: relative;
  color: #FFF;
  z-index: 10;
  line-height: 0;
  font-size: 1.8rem;
  margin-bottom: -10px;
}

.circle .name {
  margin: 0;
  margin-top: 1.5rem;
  position: relative;
  color: #DBDEDF;
  z-index: 10;
  font-weight: 500;
  font-size: 1.2rem;
}

.skills-body .skills-img {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
  z-index: 2;
}

.skills-body .circle:hover .skills-img {
  display: block;
}

.skills-body .circle:hover .num,
.skills-body .circle:hover .name {
  display: none;
}

/** Services Part ========================================== */
.services {
  background: #00061D;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 30px;
}

.services-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-card .services-title {
  width: 120px;
  height: 120px;
  border: 11px solid #00061D;
  background: #F5F6FA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.services-title > img {
  color: #815CE7;
  width: 96%;
  height: 96%;
  border: 3px solid #815CE7;
  border-radius: 50%;
}

.services-card .services-content {
  width: 98%;
  margin-top: -55px;
  padding: 64px 0 16px;
  text-align: center;
  background: #F5F6FA;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.services-card .services-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(135deg, #815CE7, #2ECC71);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.services-card .services-content:hover {
  transform: translateY(-10px);
  color: #FFF;
}

.services-card:hover .services-content::before {
  opacity: 1;
}

.services-content .title {
  font-size: 22px;
  font-weight: 600;
}

.services-content p {
  font-size: 1.5rem;
  width: 90%;
  margin: 16px auto;
}

.services-content > a {
  color: #815CE7;
  font-size: 17px;
  font-weight: 500;
}

/** Portfolio Part ========================================== */
.portfolio {
  background: #0A0E35;
}

.portfolio-filter {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-btn {
  padding: 8px 18px;
  background: transparent;
  color: #FFF;
  border: 1px solid #DBDEDF;
  border-radius: 21px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
}

.filter-btn.active, .filter-btn:hover {
  background: linear-gradient(to right, #815CE7, #2ECC71);
  color: #FFF;
  border-color: transparent;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.portfolio-item {
  position: relative;
  border-radius: 7px;
  padding: 13px;
  overflow: hidden;
  background: #DBDEDF;
}

.portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio-img > img {
  width: 100%;
  height: 240px;
  border-radius: 7px;
  display: block;
  transition: all 0.3s ease;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #815CE7, #2ECC71);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-overlay h3 {
  color: #FFF;
  font-size: 22px;
  margin-bottom: 10px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.portfolio-overlay p {
  color: #F5F6FA;
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.portfolio-overlay a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  color: #815CE7;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay h3,
.portfolio-item:hover .portfolio-overlay p {
  transform: translateY(0);
}

/** Testimonials Part ========================================== */
.testimonials {
  background: #00061D;
}

.testimonials-slider {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.testimonials-slide {
  background: #F5F6FA;
  padding: 2rem;
  border-radius: 11px;
  display: none;
}
.testimonials-slide .contenedorFLex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.testimonials-slide img {
  width: 15rem;
  height: 15rem;
}
.testimonials-slide:nth-child(1) {
  border: 1px solid red;
}
.testimonials-slide:nth-child(1) h4 {
  font-size: 3rem;
}
.testimonials-slide:nth-child(1) p {
  font-size: 2rem;
}

.testimonials-slide.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.testimonials-content {
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #636E72;
}

.testimonials-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonials-content > img {
  object-fit: cover;
}

.author-info h4 {
  margin: 0;
  margin-bottom: 0.2rem;
  color: #815CE7;
  font-size: 2rem;
}

.author-info p {
  color: #636E72;
  font-size: 1.8rem;
  margin: 0;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.slider-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #636E72;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-btn.active {
  background-color: #815CE7;
  transform: scale(1.5);
}

/** Contact Part ========================================== */
.contact-content {
  display: flex;
  gap: 2rem;
}

.contact-info {
  flex: 0.5;
}

.contact-card {
  background: #F5F6FA;
  padding: 1.2rem 2rem;
  border-radius: 11px;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card i {
  font-size: 1.6rem;
  color: #815CE7;
  margin-bottom: 0.5rem;
}

.contact-card h3 {
  margin-bottom: 0.2rem;
}

.contact-card p, .contact-card a {
  color: #636E72;
  display: block;
}

.contact-form {
  flex: 1;
  background: #F5F6FA;
  padding: 2rem;
  border-radius: 11px;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #AFAFAF;
  border-radius: 5px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #815CE7;
  box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
}

textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.submit-btn {
  background-color: #815CE7;
  color: #FFF;
  border: 2px solid #815CE7;
  padding: 0.8rem 2rem;
  margin-top: 6px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px -10px #815CE7;
}

.submit-btn:hover {
  background: transparent;
  color: #815CE7;
  transform: translateY(-3px);
}

/** Footer Part ========================================== */
footer {
  background: #000011;
  color: #FFF;
  padding: 50px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 1fr;
  gap: 30px;
}

footer h4 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #FFF;
}

.footer-img .sub {
  width: 98%;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
}

.sub > input {
  padding: 12px 18px;
  outline: none;
  border-top: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sub > .sub-btn {
  background: #815CE7;
  outline: none;
  border-top: 1px solid #815CE7;
  border-right: 1px solid #815CE7;
  border-bottom: 1px solid #815CE7;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #815CE7;
}

footer a:hover {
  color: #F5F6FA;
}

.contact-flex {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}

.contact-flex i {
  background: #FFF;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  place-content: center;
  border: 2px solid #815CE7;
  border-radius: 50%;
  color: #815CE7;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-flex i:hover {
  background: #815CE7;
  color: #FFF;
}

footer .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 12px;
  border-bottom: 1px solid #FFF;
}

.icons i {
  background: #FFF;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #815CE7;
  border-radius: 50%;
  color: #815CE7;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 6px;
}

.icons i:hover {
  background: #815CE7;
  color: #FFF;
}

.copy-right {
  text-align: center;
  margin-top: 12px;
}

/** Responsive Part ========================================== */
@media (max-width: 1135px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
    margin: 44px 0;
  }
  .hero-content .home-img {
    width: 200px;
    height: 200px;
  }
  .contact-btn {
    display: none;
  }
  .hero-text {
    margin-bottom: 3rem;
  }
  .cta-btns {
    justify-content: center;
  }
  .socials-icons {
    justify-content: center;
  }
  .about-content {
    flex-direction: column;
  }
  .about-content .about-img {
    height: 222px;
  }
  .contact-content {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .nav-links {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -100%;
    width: 50%;
    height: 100vh;
    background: black;
    flex-direction: column;
    gap: 2rem;
    z-index: 1000;
    transition: all 0.3s ease;
  }
  .nav-links.active {
    right: 0;
  }
  .hamburger {
    display: block;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
  .footer .footer-content {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .nav-links {
    width: 100%;
  }
  .hero-content .home-img {
    width: 340px;
    height: 340px;
  }
  .hero-text h1 {
    font-size: 2.3rem;
  }
  .primeraParte {
    flex-direction: column;
  }
  .services-container {
    display: flex;
    flex-direction: column;
  }
  .filter-btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .testimonials-slide img {
    width: 10rem;
    height: 10rem;
    margin-right: 0.5rem;
  }
  .author-info h4 {
    font-size: 1.8rem;
  }
  .author-info p {
    font-size: 1.2rem;
  }
}
@media (max-width: 410px) {
  .text-typing .text {
    font-size: 2.5rem;
  }
  .hero-content .home-img {
    width: 260px;
    height: 260px;
  }
  .about-content .about-img {
    width: 150px;
    height: 150px;
  }
  .cta-btns {
    flex-direction: column;
    gap: 1rem;
  }
  .cta-btns a {
    text-align: center;
    justify-content: center;
  }
  .about-img {
    width: 280px;
  }
  .testimonials-slide img {
    width: 4rem;
    height: 4rem;
    margin-right: 0.5rem;
  }
  .testimonials-slide:nth-child(1) .author-info h4 {
    font-size: 1.5rem;
  }
  .testimonials-slide:nth-child(1) .author-info p {
    font-size: 0.8rem;
  }
  .testimonials-slide:nth-child(1) .author-info h4 {
    font-size: 1rem;
  }
  .author-info h4 {
    font-size: 1rem;
  }
  .author-info p {
    font-size: 0.8rem;
  }
}
@media (max-width: 360px) {
  .text-typing .text {
    font-size: 2rem;
  }
  .skills-body {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .skills-body .circle {
    width: 110px;
    height: 110px;
  }
  .skills-body .circle::after {
    width: 60px;
    height: 60px;
  }
  .skills-img {
    width: 50px;
    height: 50px;
  }
  .services-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .testimonials-slide img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
  .testimonials-slide:nth-child(1) h4 {
    font-size: 1rem;
  }
  .testimonials-slide:nth-child(1) p {
    font-size: 0.8rem;
  }
  .testimonials-slide:nth-child(1) .author-info h4 {
    font-size: 1rem;
  }
  .author-info h4 {
    font-size: 1rem;
  }
  .author-info p {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=app.css.map */
