/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
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;
  /* 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;
  /* 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"] {
  appearance: button;
  -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"] {
  appearance: textfield;
  -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; }

/* Karla Font */
/* Poppins Font */
:root {
  --header-height: 3rem;
  /* Colors */
  --hue-color: 220;
  --first-color: hsl(var(--hue-color), 69%, 61%);
  --first-color-second: hsl(var(--hue-color), 69%, 61%);
  --first-color-alt: hsl(var(--hue-color), 57%, 53%);
  --first-color-lighter: hsl(var(--hue-color), 92%, 85%);
  --title-color: hsl(var(--hue-color), 8%, 15%);
  --text-color: hsl(var(--hue-color), 8%, 45%);
  --text-color-light: hsl(var(--hue-color), 8%, 65%);
  --input-color: hsl(var(--hue-color), 70%, 96%);
  --body-color: hsl(var(--hue-color), 60%, 99%);
  --container-color: #fff;
  --scroll-bar-color: hsl(var(--hue-color), 12%, 90%);
  --scroll-thumb-color: hsl(var(--hue-color), 12%, 80%);
  --shape-color: hsl(var(--hue-color), 100%, 97%);
  /* Font and typography */
  --body-font: 'Karla', sans-serif;
  --big-font-size: 2rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== Margenes Bottom ==========*/
  /* .25rem = 4px, .5rem = 8px, .75rem = 12px ... */
  --mb-0-25: .25rem;
  --mb-0-5: .5rem;
  --mb-0-75: .75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  --mb-3: 3rem;
  /* Z index */
  --z-tooltip: 10;
  --z-fixed: 100; }

/* Font size for large devices */
@media screen and (min-width: 968px) {
  :root {
    --big-font-size: 3rem;
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.5rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
    --smaller-font-size: .813rem; } }

/* Dark theme */
body.dark-theme {
  --first-color-second: hsl(var(--hue-color), 30%, 8%);
  --title-color: hsl(var(--hue-color), 8%, 95%);
  --text-color: hsl(var(--hue-color), 8%, 75%);
  --input-color: hsl(var(--hue-color), 29%, 16%);
  --body-color: hsl(var(--hue-color), 28%, 12%);
  --container-color: hsl(var(--hue-color), 29%, 16%);
  --scroll-bar-color: hsl(var(--hue-color), 12%, 48%);
  --scroll-thumb-color: hsl(var(--hue-color), 12%, 36%);
  --shape-color: hsl(var(--hue-color), 32%, 15%)
; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0 0 var(--header-height) 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  position: relative; }
  body::before {
    content: '';
    position: absolute;
    left: -10%;
    top: 11%;
    width: 300px;
    height: 300px;
    clip-path: circle(50% at 50% 50%);
    background-color: var(--shape-color);
    z-index: -10; }
  body::after {
    content: '';
    position: absolute;
    right: 10%;
    bottom: 12%;
    width: 300px;
    height: 300px;
    clip-path: circle(50% at 50% 50%);
    background-color: var(--shape-color);
    z-index: -10; }

h1, h2, h3, h4 {
  color: var(--title-color);
  font-weight: var(--font-semi-bold); }

ul {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  .main {
    padding: 0 1rem !important; } }

@media screen and (min-width: 1024px) {
  .main {
    padding: 0; } }

.button {
  display: inline-block;
  background-color: var(--first-color);
  color: #FFF;
  padding: .75rem 1rem;
  border-radius: 0.5rem;
  font-weight: var(--font-medium);
  transition: .3s; }
  .button:hover {
    background-color: var(--first-color-alt); }

.button__icon {
  font-size: 1.25rem;
  margin-left: var(--mb-0-5);
  transition: 0.3s; }

.button--flex {
  display: inline-flex;
  align-items: center; }

.carousel-control-prev {
  left: -15%; }

.carousel-control-next {
  right: -10%; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 50px;
  color: var(--text-color);
  background-image: none; }

.card-img {
  width: 100%;
  height: 100%;
  object-fit: fill; }

.carousel-indicators {
  bottom: -25%; }

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  background-color: var(--title-color); }

.rounded-pill {
  border: 1px solid #ddd; }

.card {
  background-color: var(--body-color);
  border: 0; }

/* ------ MEDIA QUERIES ------ */
/* Small devices */
@media screen and (max-width: 350px) {
  .carousel-control-prev {
    left: -12%; }
  .carousel-control-next {
    right: -4%; }
  .carousel-img {
    padding: 1rem; } }

@media screen and (max-width: 567px) {
  .carousel-control-prev {
    left: -10%; }
  .carousel-control-next {
    right: -6%; }
  .carousel-img {
    padding: 2rem; } }

/* Small-Medium devices */
@media screen and (max-width: 767px) {
  .carousel-control-prev {
    left: -5%; }
  .carousel-control-next {
    right: -1%; }
  .carousel-img {
    padding: 0.5rem 2rem 4rem 2rem; }
  .card-body {
    padding: 0 4rem; } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .carousel-img {
    padding: 0; }
  .card-body {
    padding: 0; } }

.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  background-color: var(--first-color);
  opacity: 0.8;
  padding: 0 0.3rem;
  border-radius: 0.4rem;
  z-index: var(--z-tooltip);
  transition: 0.4s; }
  .scrollup:hover {
    background-color: var(--first-color-alt); }

.scrollup__icon {
  font-size: 1.5rem;
  color: #FFF; }

/* Show scroll */
.show-scroll {
  bottom: 5rem; }

::-webkit-scrollbar {
  width: 0.6rem;
  background-color: var(--scroll-bar-color);
  border-radius: 0.5rem; }

::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color);
  border-radius: 0.5rem; }

::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-color-light); }

/* Layout and utilities */
.container {
  max-width: 768px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5); }

.grid {
  display: grid;
  gap: 1.5rem; }

/* show menu */
.show-menu {
  bottom: 0; }

/* Active link */
.active-link {
  color: var(--first-color); }

/* Change background header */
.scroll-header {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15); }

/* Buttons themes and options */
.nav__btns {
  display: flex;
  align-items: center; }

/* Button to change theme */
.change-theme {
  font-size: 1.25rem;
  color: var(--title-color);
  margin-right: var(--mb-1);
  cursor: pointer; }
  .change-theme:hover {
    color: var(--first-color); }

/* Navbar */
.header {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--z-fixed);
  background-color: var(--body-color);
  padding: 0 1rem; }

.nav {
  max-width: 968px;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 1rem; }

.nav__logo {
  color: var(--title-color);
  font-weight: var(--font-medium); }
  .nav__logo:hover {
    color: var(--first-color); }

.nav__toggle {
  color: var(--title-color);
  font-weight: var(--font-medium);
  font-size: 1.1rem;
  cursor: pointer;
  margin: 0 var(--mb-1) 0 0; }
  .nav__toggle:hover {
    color: var(--first-color); }

.nav__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0; }

.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--small-font-size);
  color: var(--title-color);
  font-weight: var(--font-medium); }
  .nav__link:hover {
    color: var(--first-color); }

.nav__icon {
  font-size: 1.2rem; }

.nav__close {
  position: absolute;
  right: 1.3rem;
  bottom: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--first-color); }
  .nav__close:hover {
    color: var(--first-color-alt); }

/*------ Media Queries ------*/
/* Small devices */
@media screen and (max-width: 350px) {
  .container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1); }
  .nav__menu {
    padding: 2rem 0.25rem 4rem; }
  .nav__list {
    padding: 0;
    column-gap: 0;
    margin-bottom: 0; } }

/* Small-Medium devices */
@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: var(--body-color);
    padding: 2rem 1.5rem 4rem;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 1.5rem 1.5rem 0 0;
    transition: 0.3s; }
  .show-menu {
    bottom: 0; } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto; }
  .header {
    top: 0;
    bottom: initial;
    padding: 0 1rem; }
  .nav {
    max-width: 700px;
    height: calc(var(--header-height) + 2.5rem);
    column-gap: 1rem;
    padding: 2rem 0; }
  .nav__icon,
  .nav__close,
  .nav__toggle {
    display: none; }
  .nav__list {
    display: flex;
    column-gap: 2rem;
    margin: 0;
    padding: 0; }
  .nav__menu {
    margin: 0 0 0 auto; }
  .change-theme {
    margin: 0 0 0 1rem; } }

/* Large devices */
@media screen and (min-width: 1024px) {
  .header {
    padding: 0; }
  .nav {
    max-width: 968px; }
  .nav__logo {
    font-size: 1.125rem;
    transition: .3s; }
    .nav__logo:hover {
      transform: scale(0.9); } }

.my-name {
  position: relative; }
  .my-name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15%;
    width: 100%;
    height: 50%;
    border-radius: 1rem;
    background-color: var(--shape-color);
    z-index: -10; }

.section {
  padding: 2rem 0 6.5rem; }

.home__container {
  gap: 1rem;
  max-width: 768px;
  margin-left: var(--mb-1);
  margin-right: var(--mb-1);
  margin-top: var(--mb-1-5); }

.home__content {
  grid-template-columns: 0.5fr 3fr;
  padding-top: 3.5rem;
  align-items: center; }

.home__social {
  display: grid;
  grid-template-columns: max-content;
  row-gap: 1rem; }

.home__social-icon {
  font-size: 1.25rem;
  color: var(--first-color); }
  .home__social-icon:hover {
    color: var(--first-color-alt); }

.home__blob {
  width: 200px;
  fill: var(--first-color); }

.home__blob-img {
  width: 170px; }

.home__data {
  grid-column: 1/3; }

.home__title {
  font-size: var(--big-font-size);
  font-weight: 700; }

.home__subtitle {
  font-size: var(--h3-font-size);
  color: var(--text-color);
  font-weight: var(--font-medium);
  margin-bottom: var(--mb-0-75); }

.home__description {
  margin-bottom: var(--mb-2); }

.home__scroll {
  display: none; }

.home__scroll-button {
  cursor: pointer;
  color: var(--first-color);
  transition: 0.3s; }
  .home__scroll-button:hover {
    transform: translateY(0.25rem); }

.home__scroll-mouse {
  font-size: 2rem; }

.home__scroll-name {
  font-size: var(--small-font-size);
  color: var(--title-color);
  font-weight: var(--font-medium);
  margin-right: var(--mb-0-25); }

.home__scroll-arrow {
  font-size: 1.25rem; }

/*------ Media Queries ------*/
/* Small devices */
@media screen and (max-width: 350px) {
  .home__container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1); }
  .home__content {
    grid-template-columns: 0.25fr 3fr; }
  .home__blob {
    width: 180px; } }

/* Small-medium devices */
@media screen and (min-width: 568px) {
  .home__content {
    grid-template-columns: max-content 1fr 1fr; }
  .home__data {
    grid-column: initial; }
  .home__img {
    order: 1;
    justify-self: center; } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .home__container {
    margin-left: auto;
    margin-right: auto;
    row-gap: 5rem; }
  body {
    margin: 0; }
  .section {
    padding: 6rem 0 2rem; }
  .section__subtitle {
    margin-bottom: 4rem; }
  .home__content {
    padding-top: 5.5rem;
    column-gap: 2rem; }
  .home__blob {
    width: 270px; }
  .home__scroll {
    display: flex;
    justify-content: center; }
  .home__scroll-button {
    margin-left: 3rem; } }

/* Large devices */
@media screen and (min-width: 1024px) {
  .home__blob {
    width: 320px; }
  .home__social {
    transform: translate(-6rem); } }

.section {
  padding: 2rem 0 6.5rem; }

.section__title {
  font-size: var(--h1-font-size);
  color: var(--title-color); }

.section__subtitle {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: var(--mb-3); }

.section__title,
.section__subtitle {
  text-align: center; }

.about__container {
  max-width: 768px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5); }

.about__img {
  width: 200px;
  border-radius: 0.5rem;
  justify-self: center;
  align-self: center; }

.about__description {
  text-align: center;
  margin-bottom: var(--mb-2-5); }

.about__info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: var(--mb-3); }

.about__info-title {
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold);
  color: var(--title-color); }
  .about__info-title i {
    font-size: 1.75rem; }

.about__info-name {
  font-size: var(--smaller-font-size); }

.about__info-title,
.about__info-name {
  display: block;
  text-align: center; }

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

/*------ Media Queries ------*/
/* Small devices */
@media screen and (max-width: 350px) {
  .about__container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1); } }

/* Small-medium devices */
@media screen and (min-width: 568px) {
  .about__container {
    grid-template-columns: repeat(2, 1fr); } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .section {
    padding: 6rem 0 2rem; }
  .section__subtitle {
    margin-bottom: 4rem; }
  .about__container {
    margin-left: auto;
    margin-right: auto;
    column-gap: 5rem; }
  .about__img {
    width: 350px; }
  .about__description {
    text-align: initial; }
  .about__info {
    justify-content: space-between; }
  .about__buttons {
    justify-content: initial; } }

.section {
  padding: 2rem 0 6.5rem; }

.section__title {
  font-size: var(--h1-font-size);
  color: var(--title-color); }

.section__subtitle {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: var(--mb-3); }

.section__title,
.section__subtitle {
  text-align: center; }

.skills__container {
  row-gap: 0;
  max-width: 768px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5); }

.skills__header {
  display: flex;
  align-items: center;
  margin-bottom: var(--mb-2-5);
  cursor: pointer; }

.skills__icon,
.skills__arrow {
  font-size: 2rem;
  color: var(--first-color); }

.skills__icon {
  margin-right: var(--mb-0-75); }

.skills__title {
  font-size: var(--h3-font-size); }

.skills__subtitle {
  font-size: var(--small-font-size);
  color: var(--text-color-light); }

.skills__arrow {
  margin-left: auto;
  transition: 0.4s; }

.skills__list {
  row-gap: 1.5rem;
  padding-left: 2.7rem; }

.skills__data td {
  background-color: transparent; }

.skills__close .skills__list {
  height: 0;
  overflow: hidden; }

.skills__open .skills__list {
  height: max-content; }

.skills__open .skills__arrow {
  transform: rotate(-180deg); }

/* ------ MEDIA QUERIES ------ */
/* Small devices */
@media screen and (max-width: 350px) {
  .skills_container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1); }
  .skills__title {
    font-size: var(--normal-font-size); } }

@media screen and (max-width: 567px) {
  .skills__list {
    padding-left: 0; } }

/* Small-Medium devices */
@media screen and (min-width: 568px) {
  .skills__container {
    grid-template-columns: repeat(2, 1fr); } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .skills__container {
    margin-left: auto;
    margin-right: auto; }
  body {
    margin: 0; }
  .section {
    padding: 6rem 0 2rem; }
  .section__subtitle {
    margin-bottom: 4rem; } }

.section {
  padding: 2rem 0 6.5rem; }

.section__title {
  font-size: var(--h1-font-size);
  color: var(--title-color); }

.section__subtitle {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: var(--mb-3); }

.section__title,
.section__subtitle {
  text-align: center; }

.qualification__container {
  max-width: 768px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5); }

.qualification__tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: var(--mb-2); }

.qualification__button {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium);
  cursor: pointer; }
  .qualification__button:hover {
    color: var(--first-color); }

.qualification__icon {
  font-size: 1.8rem;
  margin-right: var(--mb-0-25); }

.qualification__data {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 1.5rem;
  margin-top: 1.5rem; }

.qualification__title {
  font-size: var(--normal-font-size);
  font-weight: var(--font-medium); }

.qualification__subtitle {
  display: inline-block;
  font-size: var(--small-font-size);
  margin-bottom: var(--mb-1); }

.qualification__text,
.qualification__calendar {
  font-size: var(--smaller-font-size);
  color: var(--text-color-light); }

.qualification__rounder {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: var(--first-color);
  border-radius: 50%; }

.qualification__line {
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--first-color);
  transform: translate(6px, -7px); }

.qualification[data-content] {
  display: none; }

.qualification__active[data-content] {
  display: block; }

.qualification__button.qualification__active {
  color: var(--first-color); }

/*------ Media Queries ------*/
/* FSmall devices */
@media screen and (max-width: 350px) {
  .qualification__container {
    margin-left: var(--mb-1);
    margin-right: var(--mb-1); }
  .qualification__data {
    gap: 0.5rem; } }

/* Small-Medium devices */
@media screen and (min-width: 568px) {
  .qualification__sections {
    display: grid;
    grid-template-columns: 0.6fr;
    justify-content: center; } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .qualification__container {
    margin-left: auto;
    margin-right: auto; }
  .section {
    padding: 6rem 0 2rem; }
  .section__subtitle {
    margin-bottom: 4rem; }
  .qualification__tabs {
    justify-content: center; }
  .qualification__button {
    margin: 0 var(--mb-1); }
  .qualification__sections {
    grid-template-columns: 0.5fr; } }

.portfolio {
  max-width: 1400px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto; }

.portfolio__title {
  font-size: var(--h3-font-size);
  margin-bottom: var(--mb-0-5);
  color: var(--title-color); }

.portfolio__description {
  margin-bottom: var(--mb-0-75);
  color: var(--text-color); }

.portfolio__link {
  color: var(--first-color);
  transition: .3s; }
  .portfolio__link:hover {
    transform: translateX(5px); }

.section {
  padding: 2rem 0 6.5rem; }

.contact {
  padding-bottom: 0 !important; }

.contact__container {
  max-width: 768px;
  margin-left: var(--mb-1-5);
  margin-right: var(--mb-1-5);
  row-gap: 3rem; }

.contact__information {
  display: flex;
  margin-bottom: var(--mb-2); }

.contact__icon {
  font-size: 2rem;
  color: var(--first-color);
  margin-right: var(--mb-1); }

.contact__title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-medium); }

.contact__subtitle {
  font-size: var(--small-font-size);
  color: var(--text-color-light); }

/*------ Media Queries ------*/
/* Small devices */
@media screen and (max-width: 350px) {
  .contact__container {
    margin-left: var(--mb-2);
    margin-right: var(--mb-2); } }

@media screen and (max-width: 567px) {
  .contact__container {
    margin-left: 3rem;
    margin-right: 3rem; } }

/* Small-medium devices */
@media screen and (min-width: 568px) {
  .contact__container {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 4rem;
    padding-right: 4rem; } }

/* Medium devices */
@media screen and (min-width: 768px) {
  .contact__container {
    margin-left: auto;
    margin-right: auto; } }

.footer {
  position: relative;
  background: var(--first-color);
  min-height: 250px;
  margin-top: auto;
  padding: 2rem 0 4.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.footer__socials {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 1.5rem 0; }

.footer__social {
  font-size: 1.75rem;
  color: #FEF2E4;
  margin: 0 0.625rem;
  display: inline-block;
  transition: 0.5s; }
  .footer__social:hover {
    color: #FFE5C4;
    transform: translateY(-0.3125rem) scale(0.9); }

.footer__copy {
  color: #FEF2E4;
  margin: .25rem 0;
  padding: .5rem;
  font-size: 1.125rem; }

/*
.footer__wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../../images/wave.png");
    background-size: 1000px 100px;
}
#wave-1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves-1 4s linear infinite;
}
#wave-2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWaves-2 4s linear infinite;
}
#wave-3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves-1 3s linear infinite;
}
#wave-4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWaves-2 3s linear infinite;
}
@keyframes animateWaves-1 {
    0% { background-position-x: 1000px; }
    100% { background-positon-x: 0px; }
}
@keyframes animateWaves-2 {
    0% { background-position-x: -1000px; }
    100% { background-positon-x: 0px; }
}
*/
