@font-face {
  font-family: "merriweatherblack";
  src: url("../fonts/merriweather-black-webfont.woff2") format("woff2"), url("../fonts/merriweather-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherbold";
  src: url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatheritalic";
  src: url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherlight";
  src: url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherregular";
  src: url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 0 3rem 0;
  font-family: "merriweatherregular";
  font-size: 0.938rem;
  background-color: #eeedf0;
  color: #17181f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "merriweatherblack";
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.dark-theme {
  background-color: #17181f;
  color: #eeedf0;
}

.dark-theme header {
  background-color: #17181f;
}

.dark-theme .projects__content,
.dark-theme .contact__content {
  background-color: #2d2f3c;
}

.dark-theme .nav__menu {
  background-color: #2d2f3c;
}

.dark-theme .contact__input {
  color: #fff;
}

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

.section__title {
  text-align: center;
}

.section__subtitle {
  display: block;
  text-align: center;
  color: #4d5168;
  font-size: 0.813rem;
  margin-bottom: 3rem;
}

.container {
  max-width: 768px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

::-webkit-scrollbar {
  width: 0.6rem;
  background-color: #cec5c9;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to top, #6c72cb, #cb69c1);
  border-radius: 0.5rem;
}

.header {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #eeedf0;
}

.nav {
  max-width: 968px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__brand {
  color: #6c72cb;
  font-family: "merriweatherbold";
}

.nav__toggle-img {
  cursor: pointer;
}

.nav__items {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #6c72cb;
  font-weight: 600;
}

.nav__link:hover {
  color: #3456ff;
}

.nav__icon {
  font-size: 1.2rem;
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}

.nav__toggle-img {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
}

.nav__close {
  position: absolute;
  right: 1.3rem;
  bottom: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6c72cb;
}

.nav__close:hover {
  color: #3456ff;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #eeedf0;
    padding: 2rem 1.5rem 4rem;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

.show-menu {
  bottom: 0;
}

.nav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change-theme {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  margin-right: 1rem;
  cursor: pointer;
}

.home__container {
  gap: 1rem;
}

.home__content {
  -ms-grid-columns: 0.5fr 3fr;
      grid-template-columns: 0.5fr 3fr;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home__social {
  margin-bottom: 1rem;
}

.home__icon {
  font-size: 1.25rem;
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__profile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

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

.home__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.home__name {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  -webkit-animation: shine 1s linear infinite;
          animation: shine 1s linear infinite;
}

@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.home__subtitle {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.home__desc {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}

.home__btn {
  padding: 1rem;
  background-color: #6c72cb;
  border-radius: 0.5rem;
  color: #eeedf0;
  font-family: "merriweatherblack";
}

.home__btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to right, #6c72cb, #cb69c1);
}

.home__btn-icon {
  margin-left: 0.5rem;
}

.home__scroll {
  display: none;
}

.home__scroll-btn {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1rem 0;
}

.home__scroll-point {
  font-size: 1.8rem;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__img {
  width: 200px;
  height: 200px;
  border-radius: 0.5rem;
}

.about__desc {
  line-height: 1.7rem;
  text-align: center;
}

.cvv {
  text-align: center;
  margin-bottom: 3rem;
}

.cvv__button {
  padding: 1rem;
  background-color: #6c72cb;
  border-radius: 0.5rem;
  color: #eeedf0;
  font-family: "merriweatherblack";
}

.cvv__button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to right, #6c72cb, #cb69c1);
}

.cvv__icon {
  margin-left: 0.5rem;
}

.skills__container {
  row-gap: 0;
}

.skills__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
  cursor: pointer;
}

.skills__icon, .skills__arrow {
  font-size: 2rem;
  color: #6c72cb;
}

.skills__icon {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.skills__title {
  font-size: 1.125rem;
}

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

.skills__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}

.skills__name {
  font-size: 0.938rem;
  font-family: "merriweatherlight";
}

.skills__bar, .skills__percentage {
  height: 5px;
  border-radius: 0.25rem;
}

.skills__bar {
  background-color: #9296d8;
}

.skills__percentage {
  display: block;
  background-color: #6c72cb;
}

.skills__slider {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  outline: none;
  background-color: #b7bae6;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
}

.skills__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: -350px 0px 0px 340px #6c72cb;
          box-shadow: -350px 0px 0px 340px #6c72cb;
}

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

.skills__open .skills__list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 2.5rem;
}

.skills__open .skills__arrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qualification__tabs {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.qualification__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 1rem;
  border: none;
  cursor: pointer;
  color: #6c72cb;
}

.qualification__btn:hover {
  color: #cb69c1;
}

.qualification__icon {
  margin-right: 10px;
}

.qualification__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content 1fr;
      grid-template-columns: 1fr -webkit-max-content 1fr;
      grid-template-columns: 1fr max-content 1fr;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.qualification__title {
  font-size: 1.125rem;
  font-family: "merriweatherlight";
}

.qualification__subtitle, .qualification__calendar {
  display: block;
  font-size: 0.813rem;
  margin-bottom: 1rem;
}

.qualification__rounder {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(#6c72cb, #cb69c1);
  border-radius: 50%;
}

.qualification__line {
  display: block;
  width: 1px;
  height: 90%;
  background-color: #cb69c1;
  -webkit-transform: translate(6px, -7px);
          transform: translate(6px, -7px);
}

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

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

.projects__container {
  gap: 1.5rem;
}

.projects__content {
  background-color: #d4d1d9;
  padding: 1.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.projects__content:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.projects__icon {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.projects__title {
  margin-bottom: 1rem;
}

.projects__icon-repo {
  margin-right: 0.25rem;
}

.projects__repo {
  color: #eeedf0;
  padding: 0.5rem 0.5rem;
  background: -webkit-gradient(linear, right top, left top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to left, #6c72cb, #cb69c1);
  border-radius: 10px;
}

.projects__repo:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.contact__container {
  row-gap: 3rem;
}

.contact__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.contact__icon {
  background: -webkit-linear-gradient(left, #cb69c1, #6c72cb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  margin-right: 0.75rem;
}

.contact__title {
  color: 1.125rem;
  font-family: "merriweatherregular";
}

.contact__subtitle {
  font-size: 0.813rem;
  font-family: "merriweatherlight";
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #d4d1d9;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem 0.25rem;
}

.contact__label {
  color: #4d5168;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}

.contact__input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d4d1d9;
  border-radius: 5px;
}

.contact__input:focus {
  outline: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.contact__btn {
  cursor: pointer;
  margin: 0.5rem 0;
  background: -webkit-gradient(linear, right top, left top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to left, #6c72cb, #cb69c1);
  border: none;
  padding: 0.7rem 0.5rem;
  color: #eeedf0;
  border-radius: 10px;
  font-family: "merriweatherbold";
}

.contact__btn-icon {
  margin-left: 0.5rem;
}

.footer {
  padding-top: 2rem;
}

.footer__container {
  row-gap: 2.5rem;
  color: #eeedf0;
}

.footer__bg {
  background: -webkit-gradient(linear, right top, left top, from(#6c72cb), to(#cb69c1));
  background: linear-gradient(to left, #6c72cb, #cb69c1);
  padding: 2rem 0 3rem;
}

.footer__title {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.footer__subtitle {
  font-size: 0.813rem;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #eeedf0;
  margin-bottom: 1.5rem;
}

.footer__link:hover {
  color: #d4d1d9;
}

.footer__social {
  font-size: 1.25rem;
  color: #eeedf0;
  margin-right: 1.5rem;
}

.footer__social:hover {
  color: #d4d1d9;
}

.footer__copy {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 2rem;
  color: #eeedf0;
}

@media screen and (max-width: 350px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .nav__menu {
    padding: 2rem 0.25rem 4rem;
  }
  .nav__list {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .home__content {
    -ms-grid-columns: 0.25fr 3fr;
        grid-template-columns: 0.25fr 3fr;
  }
  .qualification__data {
    gap: 0.5rem;
  }
  .projects__container {
    -ms-grid-columns: max-content;
        grid-template-columns: -webkit-max-content;
        grid-template-columns: max-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 568px) {
  .home__content {
    -ms-grid-columns: max-content 1fr 1fr;
        grid-template-columns: -webkit-max-content 1fr 1fr;
        grid-template-columns: max-content 1fr 1fr;
  }
  .home__data {
    grid-column: initial;
  }
  .home__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__container,
  .projects__container,
  .contact__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .footer__container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .qualification__sections {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.6fr;
        grid-template-columns: 0.6fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__profile {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  body {
    margin: 0;
  }
  .section {
    padding: 6rem 0 2rem;
  }
  .section__subtitle {
    margin-bottom: 4rem;
  }
  .header {
    top: 0;
    bottom: initial;
  }
  .home__scroll {
    display: block;
  }
  .home__img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header,
  .main,
  .footer__container {
    padding: 0 1.5rem;
  }
  .header {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
  .nav {
    height: 4.5rem;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .nav__icon,
  .nav__close,
  .nav__toggle {
    display: none;
  }
  .dark-theme .nav__menu {
    background-color: transparent;
  }
  .dark-theme .header {
    -webkit-box-shadow: 0 3px 5px rgba(255, 255, 255, 0.15);
            box-shadow: 0 3px 5px rgba(255, 255, 255, 0.15);
  }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  .home__container {
    row-gap: 5rem;
  }
  .home__content {
    padding-top: 5.5rem;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  .home__profile {
    width: 250px;
    height: 250px;
    border-radius: 50%;
  }
  .about__container {
    -webkit-column-gap: 5rem;
            column-gap: 5rem;
    margin-bottom: 5rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
  .about__desc {
    text-align: initial;
  }
  .skills__container {
    width: 65%;
  }
  .qualification__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .qualification__btn {
    margin: 0 4rem;
  }
  .projects__container {
    -ms-grid-columns: (325px)[2];
        grid-template-columns: repeat(2, 325px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bg {
    padding: 3rem 0 3.5rem;
  }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
  .footer__socials {
    justify-self: flex-end;
  }
  .footer__copy {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .header,
  .main,
  .footer__container {
    padding: 0;
  }
  .home__social {
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
  .skills__container {
    width: 55%;
  }
  .contact__form {
    width: 460px;
  }
}
/*# sourceMappingURL=main.css.map */