html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 1500px) {
  .wrapper {
    width: 82%;
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: 90%;
  }
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
}

@font-face {
  font-family: "Raleway";
  src: url("../styles/fonts/Raleway-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "Playfair Display";
  src: url("../styles/fonts/PlayfairDisplay-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  src: url("../styles/fonts/MaterialSymbolsRounded.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "wght" 300, "GRAD" 0, "opsz" 48;
}
.material-symbols-rounded.solid {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

html {
  font-size: 62.5%;
}

body,
button {
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}
@media (max-width: 940px) {
  body,
  button {
    font-size: 1.45rem;
  }
}

.nav span {
  font-size: 5rem;
  line-height: 5rem;
}

button,
.download {
  font-size: 1.1rem;
}
button span,
.download span {
  font-size: 2rem;
}
@media (max-width: 940px) {
  button,
  .download {
    font-size: 1.2rem;
  }
}

body,
h1 {
  color: #3A3A3A;
}

h1 {
  white-space: nowrap;
  font-family: "Playfair Display", serif;
  font-size: 6.2rem;
  text-transform: capitalize;
  line-height: 7rem;
}
@media (max-width: 940px) {
  h1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 480px) {
  h1 {
    white-space: unset;
  }
}

header h2 {
  font-size: 1.85rem;
  color: #9d9d9d;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header h2 span {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  font-size: 3rem;
}
@media (max-width: 940px) {
  header h2 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 2.8rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

h4 {
  text-transform: uppercase;
  color: #FC384B;
  background-color: #FFEAED;
  font-weight: 700;
  padding: 0.3rem 2rem;
  border: transparent;
  border-radius: 1.25rem;
}

nav h3 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 940px) {
  nav h3 {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  nav h3 {
    font-size: 2.4rem;
  }
}

#about h4,
#skills h4,
#portfolio h4 {
  font-size: 1.1rem;
}

.social {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
}

#portfolio h3 {
  font-size: 1.9rem;
}
#portfolio h4 {
  background-color: unset;
  color: #9d9d9d;
  font-size: 1.3rem;
}
#portfolio a {
  font-size: 1.8rem;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.5rem #3A3A3A);
          filter: drop-shadow(0.1rem 0.1rem 0.5rem #3A3A3A);
}

#contact {
  background-color: unset;
}
#contact label,
#contact input,
#contact textarea {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}
#contact .links a {
  font-size: 1.8rem;
}

footer .download,
footer i {
  font-size: 1rem;
}
footer p {
  font-size: 1.15rem;
}
@media (max-width: 940px) {
  footer p {
    font-size: 1.2rem;
  }
}
footer p.copyright {
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
  font-size: 1.05rem;
}
@media (max-width: 940px) {
  footer p.copyright {
    font-size: 1.1rem;
  }
}

::-moz-selection {
  background-color: #E5D9FF;
}

::selection {
  background-color: #E5D9FF;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 90rem;
}
@media (max-width: 1370px) {
  header {
    height: 70rem;
  }
}
@media (max-width: 1070px) {
  header {
    height: 58rem;
  }
}
@media (max-width: 940px) {
  header {
    height: 50rem;
  }
}
@media (max-width: 768px) {
  header {
    height: 72.5rem;
    margin-bottom: 10%;
    padding-top: 10rem;
  }
}
header .info {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  header .info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header h1,
header h2,
header h4 {
  margin-bottom: 4%;
}

nav {
  width: 100%;
}

header .wrapper {
  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;
  min-height: inherit;
  position: relative;
  z-index: 40;
  padding-top: 5%;
}
@media (max-width: 768px) {
  header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.wave {
  position: relative;
  background-color: #FAFBFC;
}
.wave::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51rem;
  background: url(../assets/decorative/startBg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 2060px) {
  .wave::before {
    height: 46rem;
  }
}
@media (max-width: 1830px) {
  .wave::before {
    height: 41rem;
  }
}
@media (max-width: 1645px) {
  .wave::before {
    height: 37rem;
  }
}
@media (max-width: 1500px) {
  .wave::before {
    height: 35rem;
  }
}
@media (max-width: 1370px) {
  .wave::before {
    height: 31rem;
  }
}
.wave .displayPic::after {
  content: "";
  position: absolute;
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
  background: -webkit-gradient(linear, left top, right top, color-stop(1.8rem, #FAFBFC), color-stop(1%, transparent)) center, -webkit-gradient(linear, left top, left bottom, color-stop(1.8rem, #FAFBFC), color-stop(1%, transparent)) center, #9d9d9d;
  background: linear-gradient(90deg, #FAFBFC 1.8rem, transparent 1%) center, linear-gradient(#FAFBFC 1.8rem, transparent 1%) center, #9d9d9d;
  background-size: 2rem 2rem;
  left: 1%;
  top: 44.5%;
  height: 35%;
  width: 20%;
  z-index: -20;
}
@media (max-width: 1070px) {
  .wave .displayPic::after {
    width: 30%;
    top: 48%;
    height: 32%;
  }
}
@media (max-width: 768px) {
  .wave .displayPic::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(1.8rem, #fff), color-stop(1%, transparent)) center, -webkit-gradient(linear, left top, left bottom, color-stop(1.8rem, #fff), color-stop(1%, transparent)) center, #9d9d9d;
    background: linear-gradient(90deg, #fff 1.8rem, transparent 1%) center, linear-gradient(#fff 1.8rem, transparent 1%) center, #9d9d9d;
    background-size: 2rem 2rem;
  }
}

.displayPic {
  position: relative;
  max-width: 50%;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.displayPic img {
  -webkit-clip-path: circle(37% at 47% 51%);
          clip-path: circle(37% at 47% 51%);
}
@media (max-width: 768px) {
  .displayPic {
    max-width: 75%;
    min-width: 40rem;
  }
}
@media (max-width: 480px) {
  .displayPic {
    min-width: 100%;
    max-width: 100%;
  }
}

.curve,
.bio::after {
  height: 15rem;
  width: 14rem;
  border: 0.4rem solid #0ea3f7;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 80%, 51% 47%, 0 80%);
          clip-path: polygon(0 100%, 100% 100%, 100% 80%, 51% 47%, 0 80%);
  position: absolute;
  left: 7.5%;
  top: 54%;
  z-index: -10;
}
@media (max-width: 1070px) {
  .curve,
  .bio::after {
    top: 50%;
  }
}
@media (max-width: 940px) {
  .curve,
  .bio::after {
    top: 45%;
    left: 5%;
  }
}

.bio {
  width: 70%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bio p {
  margin-bottom: 7%;
}
@media (max-width: 768px) {
  .bio {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bio::after {
  content: "";
  height: 16rem;
  top: 48.5%;
  left: 55%;
  border: 0.8rem inset #9d9d9d;
  -webkit-filter: opacity(0.15) blur(0.2rem);
          filter: opacity(0.15) blur(0.2rem);
}
@media (max-width: 1070px) {
  .bio::after {
    display: none;
  }
}

.displayPic::before {
  content: "";
  height: 7.5rem;
  width: 7.5rem;
  background-color: rgb(245, 255, 152);
  position: absolute;
  left: 2.5%;
  top: 38%;
  z-index: 10;
  border: transparent;
  border-radius: 50%;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}
@media (max-width: 1070px) {
  .displayPic::before {
    height: 5rem;
    width: 5rem;
    left: 4.5%;
  }
}
@media (max-width: 768px) {
  .displayPic::before {
    height: 6.5rem;
    width: 6.5rem;
  }
}
@media (max-width: 480px) {
  .displayPic::before {
    display: none;
  }
}

.info::before {
  content: "";
  position: absolute;
  height: 6rem;
  width: 6rem;
  z-index: 40;
  background-color: #FFEAED;
  left: 61%;
  top: 19%;
  border: transparent;
  border-radius: 50%;
  -webkit-filter: opacity(0.7) brightness(99%) saturate(400%);
          filter: opacity(0.7) brightness(99%) saturate(400%);
}
@media (max-width: 1070px) {
  .info::before {
    height: 3.5rem;
    width: 3.5rem;
    top: 20.5%;
  }
}
@media (max-width: 768px) {
  .info::before {
    top: unset;
    bottom: 50%;
    left: 27.5%;
    height: 5rem;
    width: 5rem;
  }
}
@media (max-width: 418px) {
  .info::before {
    display: none;
  }
}

.info::after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-color: #E5D9FF;
  position: absolute;
  left: 88.5%;
  z-index: 40;
  top: 27%;
  border: transparent;
  border-radius: 50%;
  -webkit-filter: opacity(0.7) brightness(90%) saturate(300%);
          filter: opacity(0.7) brightness(90%) saturate(300%);
}
@media (max-width: 1070px) {
  .info::after {
    height: 2.25rem;
    width: 2.25rem;
    left: 88.25%;
  }
}
@media (max-width: 768px) {
  .info::after {
    top: unset;
    bottom: 50%;
    left: 67.5%;
    height: 2.75rem;
    width: 2.75rem;
  }
}
@media (max-width: 418px) {
  .info::after {
    display: none;
  }
}

.bgAccent::after {
  content: "";
  position: absolute;
  height: 22rem;
  width: 22rem;
  background-color: #F4F5F5;
  right: 7.5%;
  top: 16%;
  border: transparent;
  border-radius: 50%;
  z-index: -10;
}
@media (max-width: 940px) {
  .bgAccent::after {
    height: 12rem;
    width: 12rem;
    top: 18%;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .bgAccent::after {
    visibility: hidden;
  }
}

.bgAccent::before {
  content: "star";
  font-family: "Material Symbols Rounded";
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "wght" 300, "GRAD" 0, "opsz" 48;
  color: #FAFBFC;
  text-shadow: 0 0.1rem #9d9d9d;
  font-weight: 900;
  position: absolute;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left bottom, from(#27A2AA), to(rgb(167, 255, 224)));
  background: linear-gradient(to bottom left, #27A2AA, rgb(167, 255, 224));
  border: transparent;
  border-radius: 1.5rem;
  left: 77%;
  top: 62.5%;
  z-index: 40;
}
@media (max-width: 1070px) {
  .bgAccent::before {
    left: 68%;
    top: 70%;
  }
}
@media (max-width: 940px) {
  .bgAccent::before {
    height: 4.5rem;
    width: 4.5rem;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .bgAccent::before {
    height: 5.5rem;
    width: 5.5rem;
  }
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  header::after {
    content: "";
    background-color: rgba(241, 241, 241, 0.3);
    position: fixed;
    top: 0;
    height: 9rem;
    left: 0;
    right: 0;
    border-radius: unset;
    z-index: 40;
    -webkit-transition: height 1s, background-color 1s;
    transition: height 1s, background-color 1s;
  }
}

.expand::after {
  background-color: rgba(255, 255, 255, 0.4);
  height: 27rem;
}

nav {
  position: relative;
  bottom: 1rem;
  z-index: 40;
}
@media (max-width: 768px) {
  nav {
    margin-bottom: 5%;
  }
}
nav::before {
  content: "";
  border: #27A2AA 0.75rem solid;
  border-radius: 50%;
  -webkit-clip-path: inset(0 0 50% 0);
          clip-path: inset(0 0 50% 0);
  position: absolute;
  left: 2.5%;
  top: -2.5%;
  width: 10.5rem;
  height: 10.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  nav::before {
    -webkit-transform: unset;
            transform: unset;
    border: unset;
  }
}
nav button,
nav a.mainContent {
  display: none;
  margin: auto;
  background: transparent;
  border: unset;
  cursor: pointer;
}
@media (max-width: 768px) {
  nav button,
  nav a.mainContent {
    display: block;
    z-index: 100;
  }
}
nav button.nav {
  display: none;
  margin: auto;
  font-size: 5rem;
  background: transparent;
  border: unset;
  cursor: pointer;
}
@media (max-width: 768px) {
  nav button.nav {
    display: block;
    position: fixed;
    top: 3%;
    right: 10%;
    z-index: 100;
    margin-right: 1.5%;
    -webkit-transition: color 1s ease-out;
    transition: color 1s ease-out;
  }
  nav button.nav:hover, nav button.nav:focus-within {
    color: #F030DA;
  }
}
nav a.mainContent {
  font-size: 4rem;
  color: #7638FC;
}
@media (max-width: 768px) {
  nav a.mainContent {
    position: absolute;
    bottom: -6.5rem;
    width: 10rem;
    text-align: center;
    left: 50%;
    margin-left: -5rem;
    -webkit-animation: arrow 2s ease 5;
            animation: arrow 2s ease 5;
  }
}
@media (max-width: 480px) {
  nav a.mainContent {
    bottom: -5rem;
  }
}
@-webkit-keyframes arrow {
  0% {
    bottom: -5rem;
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  10% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
  90% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    bottom: -6.5rem;
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
}
@keyframes arrow {
  0% {
    bottom: -5rem;
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  10% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
  90% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    bottom: -6.5rem;
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 28.5%;
}
@media (max-width: 940px) {
  nav ul {
    padding: 0 22.5%;
  }
}
@media (max-width: 768px) {
  nav ul {
    padding: 0 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 26rem;
    position: fixed;
    top: 10rem;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 15rem;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
nav h3 {
  padding: 0.25rem 1rem;
  border: transparent;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  nav h3 {
    padding: 1rem;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 12% 50%;
    border-bottom-left-radius: 12% 50%;
    min-width: 15rem;
  }
}
@media (max-width: 480px) {
  nav h3 {
    margin-top: 5%;
  }
}

.start {
  color: #FC384B;
  background-color: #FFEAED;
  width: 65%;
}

.skills {
  color: #7638FC;
  background-color: #E5D9FF;
  width: 62%;
}

.projects {
  color: #27A2AA;
  background-color: #DBFEFF;
  width: 70%;
}

.contact {
  color: #F030DA;
  background-color: #FFD4F4;
  width: 62%;
}

@media (max-width: 768px) {
  nav li {
    display: none;
  }
}

@media (max-width: 768px) {
  .start,
  .skills,
  .projects,
  .contact {
    width: 100%;
    text-align: right;
    min-width: 15rem;
  }
}

li:hover .start,
li:hover .skills,
li:hover .projects,
li:hover .contact,
li:focus-within .start,
li:focus-within .skills,
li:focus-within .projects,
li:focus-within .contact {
  width: 100%;
  -webkit-transition: color 0.5s linear, background-color 0.5s ease-out, width 0.75s ease-in-out;
  transition: color 0.5s linear, background-color 0.5s ease-out, width 0.75s ease-in-out;
}

li:hover .start,
li:focus-within .start {
  color: #fff;
  background-color: #FC384B;
}

li:hover .skills,
li:focus-within .skills {
  color: #fff;
  background-color: #7638FC;
}

li:hover .projects,
li:focus-within .projects {
  color: #fff;
  background-color: #27A2AA;
}

li:hover .contact,
li:focus-within .contact {
  color: #fff;
  background-color: #F030DA;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #about {
    height: unset;
  }
}
#about::after {
  content: "";
  background-image: url(../assets/decorative/blob1.svg);
  overflow: hidden;
  position: absolute;
  height: 60rem;
  width: 50rem;
  z-index: 20;
  right: -21%;
  top: -15%;
  background-size: cover;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
}
@media (max-width: 1070px) {
  #about::after {
    width: 20rem;
    height: 30rem;
    right: -9%;
    top: -10%;
  }
}
@media (max-width: 480px) {
  #about::after {
    display: none;
  }
}
#about .aboutContainer {
  background-color: #fff;
  position: relative;
  border-bottom: #FAFBFC solid 0.75rem;
  border-left: #FAFBFC solid 0.75rem;
  border-radius: 0.75rem;
  padding: 3% 4.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15% 10%;
}
@media (max-width: 1500) {
  #about .aboutContainer {
    margin: 20%;
  }
}
@media (max-width: 1070px) {
  #about .aboutContainer {
    margin: 10%;
  }
}
#about .aboutContainer::before {
  content: "";
  height: 7.5rem;
  width: 7.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.15rem, #fff), color-stop(1%, transparent)) center, -webkit-gradient(linear, left top, left bottom, color-stop(1.15rem, #fff), color-stop(1%, transparent)) center, #FC384B;
  background: linear-gradient(90deg, #fff 1.15rem, transparent 1%) center, linear-gradient(#fff 1.15rem, transparent 1%) center, #FC384B;
  background-size: 1.5rem 1.5rem;
  position: absolute;
  left: -8.5%;
  top: -20%;
  z-index: -10;
}
#about .aboutContainer::after {
  content: "";
  height: 50rem;
  width: 50rem;
  position: absolute;
  background-image: url(../assets/decorative/blob2.svg);
  background-size: cover;
  -webkit-transform: scale(-1, 1) rotate(-30deg);
          transform: scale(-1, 1) rotate(-30deg);
  right: -30%;
  top: -70%;
  z-index: -10;
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
}
@media (max-width: 480px) {
  #about .aboutContainer::after {
    display: none;
  }
}
#about h4,
#about h2,
#about p {
  margin: 1.5% 0;
}
#about h4 {
  margin-top: 1%;
}
#about h2 {
  margin: 3% 0;
}
#about p:last-of-type {
  margin-bottom: 0;
}
#about p {
  font-family: "Playfair Display", serif;
}

#skills {
  background-image: url(../assets/decorative/cityBg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  #skills {
    background-size: cover;
  }
}
#skills .wrapper {
  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;
  padding-top: 5%;
  padding-bottom: 5%;
}
#skills ul {
  padding: 5% 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1070px) {
  #skills ul {
    padding: 5% 10%;
  }
}
@media (max-width: 940px) {
  #skills ul {
    padding: 5%;
  }
}
@media (max-width: 480px) {
  #skills ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#skills li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
#skills li:nth-of-type(4), #skills li:nth-of-type(5), #skills li:nth-of-type(6), #skills li:nth-of-type(10), #skills li:nth-of-type(11), #skills li:nth-of-type(12), #skills li:nth-of-type(16), #skills li:nth-of-type(17), #skills li:nth-of-type(18) {
  margin: 7.5% 0;
}
@media (max-width: 480px) {
  #skills li:nth-of-type(4), #skills li:nth-of-type(5), #skills li:nth-of-type(6), #skills li:nth-of-type(10), #skills li:nth-of-type(11), #skills li:nth-of-type(12), #skills li:nth-of-type(16), #skills li:nth-of-type(17), #skills li:nth-of-type(18) {
    margin: unset;
  }
}
@media (max-width: 480px) {
  #skills li {
    width: 50%;
    margin: 5% 0;
  }
}
#skills li:nth-of-type(1) i, #skills li:nth-of-type(12) i {
  color: #F030DA;
}
#skills li:nth-of-type(6) i, #skills li:nth-of-type(10) i {
  color: #FC384B;
}
#skills li:nth-of-type(2) i, #skills li:nth-of-type(11) i, #skills li:nth-of-type(17) i {
  color: #27A2AA;
}
#skills li:nth-of-type(3) i, #skills li:nth-of-type(18) i {
  color: #7638FC;
}
#skills li:nth-of-type(4) i {
  color: rgb(167, 255, 224);
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
#skills .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 10rem;
  height: 10rem;
  font-size: 7.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.2), -0.1rem -0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.2);
          box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.2), -0.1rem -0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.2);
}
@media (max-width: 1070px) {
  #skills .icon {
    width: 15rem;
    height: 15rem;
    font-size: 11rem;
  }
}
@media (max-width: 768px) {
  #skills .icon {
    width: 10rem;
    height: 10rem;
    font-size: 7.5rem;
  }
}
#skills .icon img {
  padding: 10%;
  max-height: 100%;
  display: block;
}
#skills h2 {
  margin-top: 1.5%;
}
#skills h3 {
  text-align: center;
  margin-top: 5%;
}
#skills h4 {
  color: #7638FC;
  background-color: #E5D9FF;
}

#portfolio .wrapper {
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#portfolio ul {
  overflow-x: hidden;
  margin: 7.5% 10% 10%;
}
@media (max-width: 1500px) {
  #portfolio ul {
    margin: 7.5% 19% 10%;
  }
}
@media (max-width: 1070px) {
  #portfolio ul {
    margin: 7.5% 10% 10%;
  }
}
@media (max-width: 940px) {
  #portfolio ul {
    margin: 7.5% 0 10%;
  }
}
#portfolio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28rem;
  margin: 5% 0;
  border: transparent;
  border-radius: 1rem;
  background-color: #F4F9F9;
}
@media (max-width: 480px) {
  #portfolio li {
    height: 48rem;
  }
}
#portfolio .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  #portfolio .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#portfolio li:nth-of-type(even) .project {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 480px) {
  #portfolio li:nth-of-type(even) .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#portfolio li:nth-of-type(even) .imgContainer {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}
#portfolio li:nth-of-type(odd) .imgContainer {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
#portfolio p {
  padding: 1% 5% 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#portfolio .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media (max-width: 480px) {
  #portfolio .title {
    max-height: 50%;
  }
}
#portfolio .imgContainer {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  min-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5%;
  background-color: #3A3A3A;
  border: transparent;
}
@media (max-width: 480px) {
  #portfolio .imgContainer {
    max-height: 50%;
    padding: 15%;
  }
}
#portfolio .liveLink {
  margin-right: 1rem;
}
#portfolio .liveLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#portfolio .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  border: transparent;
  border-radius: 3rem;
}
#portfolio .links img {
  height: 1.8rem;
  opacity: 0.8;
}
#portfolio li:nth-of-type(1) .links,
#portfolio li:nth-of-type(5) .links {
  background-color: #F030DA;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(240, 48, 218, 0.4);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(240, 48, 218, 0.4);
}
#portfolio li:nth-of-type(1) .links a,
#portfolio li:nth-of-type(5) .links a {
  color: #FFD4F4;
}
#portfolio li:nth-of-type(1) .links a:hover, #portfolio li:nth-of-type(1) .links a:focus-within,
#portfolio li:nth-of-type(5) .links a:hover,
#portfolio li:nth-of-type(5) .links a:focus-within {
  color: #fff;
}
#portfolio li:nth-of-type(1) .links a:hover img, #portfolio li:nth-of-type(1) .links a:focus-within img,
#portfolio li:nth-of-type(5) .links a:hover img,
#portfolio li:nth-of-type(5) .links a:focus-within img {
  opacity: 1;
}
#portfolio li:nth-of-type(2) .links {
  background-color: #27A2AA;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(39, 162, 170, 0.4);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(39, 162, 170, 0.4);
}
#portfolio li:nth-of-type(2) .links a {
  color: #DBFEFF;
}
#portfolio li:nth-of-type(2) .links a:hover, #portfolio li:nth-of-type(2) .links a:focus-within {
  color: #fff;
}
#portfolio li:nth-of-type(2) .links a:hover img, #portfolio li:nth-of-type(2) .links a:focus-within img {
  opacity: 1;
}
#portfolio li:nth-of-type(3) .links {
  background-color: #7638FC;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(118, 56, 252, 0.5);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(118, 56, 252, 0.5);
}
#portfolio li:nth-of-type(3) .links a {
  color: #E5D9FF;
}
#portfolio li:nth-of-type(3) .links a:hover, #portfolio li:nth-of-type(3) .links a:focus-within {
  color: #fff;
}
#portfolio li:nth-of-type(3) .links a:hover img, #portfolio li:nth-of-type(3) .links a:focus-within img {
  opacity: 1;
}
#portfolio li:nth-of-type(4) .links {
  background-color: #FC384B;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(252, 56, 76, 0.5);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(252, 56, 76, 0.5);
}
#portfolio li:nth-of-type(4) .links a {
  color: #FFEAED;
}
#portfolio li:nth-of-type(4) .links a:hover, #portfolio li:nth-of-type(4) .links a:focus-within {
  color: #fff;
}
#portfolio li:nth-of-type(4) .links a:hover img, #portfolio li:nth-of-type(4) .links a:focus-within img {
  opacity: 1;
}

#contact {
  background-image: url(../assets/decorative/cityBg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8.5%;
  padding-bottom: 12%;
}
#contact .wrapper {
  padding: 0 10%;
}
@media (max-width: 1070px) {
  #contact .wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 940px) {
  #contact .wrapper {
    padding: 0;
  }
}
#contact .contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 940px) {
  #contact .contactForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#contact h2 {
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  #contact h2 {
    text-align: center;
  }
}
#contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media (max-width: 1250px) {
  #contact form {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
#contact input,
#contact textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 3.25rem;
  border: none;
  border-bottom: 0.25rem solid rgba(157, 157, 157, 0.2);
}
@media (max-width: 768px) {
  #contact input,
  #contact textarea,
  #contact label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#contact label:nth-of-type(1) {
  padding-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
#contact input:nth-of-type(1) {
  min-width: 0;
  width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 768px) {
  #contact input:nth-of-type(1) {
    height: 4.5rem;
  }
}
#contact input:nth-of-type(2) {
  height: 4.5rem;
  margin-bottom: 5rem;
}
#contact label:nth-of-type(2),
#contact input:nth-of-type(2) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#contact textarea {
  margin-bottom: 4rem;
  min-width: 100%;
}
#contact label:nth-of-type(2) {
  margin-bottom: 2.5rem;
}
#contact .email,
#contact .artstation,
#contact form {
  -webkit-box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.1), -0.1rem -0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.1);
          box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.1), -0.1rem -0.1rem 1rem 0.1rem rgba(157, 157, 157, 0.1);
  border: transparent;
  border-radius: 0.75rem;
}
#contact form,
#contact .email {
  background-color: #fff;
  padding: 5.5rem 4rem;
}
#contact .contactAside {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1250px) {
  #contact .contactAside {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (max-width: 940px) {
  #contact .contactAside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5%;
    -ms-flex-preferred-size: 36.5%;
        flex-basis: 36.5%;
  }
}
@media (max-width: 390px) {
  #contact .contactAside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .artstation {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10%;
}
@media (max-width: 940px) {
  #contact .artstation {
    margin-top: unset;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-height: 30rem;
  }
}
#contact .artstation img:last-of-type {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #contact .artstation img:last-of-type {
    -webkit-transform: scale(150%);
            transform: scale(150%);
  }
}
#contact .artstation a {
  display: block;
}
#contact .artstation a:hover img:first-of-type, #contact .artstation a:focus-within img:first-of-type {
  opacity: 1;
}
#contact .artstation img:first-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: absolute;
  z-index: 100;
  font-size: 15rem;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #171717;
  color: #1ec9f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  #contact .artstation img:first-of-type {
    font-size: 8rem;
  }
}
@media (max-width: 390px) {
  #contact .artstation img:first-of-type {
    font-size: 20rem;
  }
}
#contact .email {
  padding: 2.25rem 2rem 2.25rem 1rem;
  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;
}
@media (max-width: 940px) {
  #contact .email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-height: 30rem;
  }
}
#contact .email .icon {
  width: 22.5%;
  min-width: 2rem;
  position: relative;
}
@media (max-width: 940px) {
  #contact .email .icon {
    margin: unset;
    width: 20%;
  }
}
@media (max-width: 768px) {
  #contact .email .icon {
    width: 15%;
  }
}
@media (max-width: 480px) {
  #contact .email .icon {
    width: 15%;
  }
}
#contact .email .icon::before {
  content: "";
  background-image: url(../assets/decorative/paperPlane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  bottom: 6%;
  left: 5%;
  right: 0;
}
@media (max-width: 390px) {
  #contact .email,
  #contact .artstation {
    margin-top: 4%;
  }
}
#contact span {
  padding: 0.3% 0;
  border-bottom: 0.2rem solid rgba(252, 56, 75, 0.2);
}

footer {
  margin: 3.5% 0 3%;
}
footer .wrapper {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1070px) {
  footer .wrapper {
    width: 65%;
  }
}
@media (max-width: 940px) {
  footer .wrapper {
    -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;
    width: 40%;
  }
}
@media (max-width: 480px) {
  footer .wrapper {
    width: 85%;
  }
}
footer .downloadLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  footer .downloadLink {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .download {
  margin-left: 1.5rem;
}
@media (max-width: 1070px) {
  footer .download {
    position: absolute;
    left: 50%;
    margin: -8rem;
    min-width: 16rem;
  }
}
@media (max-width: 940px) {
  footer .download {
    position: static;
    margin: 4% 0 6%;
  }
}

#contact .social {
  position: absolute;
  bottom: 0;
  left: 75%;
}
@media (max-width: 1370px) {
  #contact .social {
    left: 73%;
  }
}
@media (max-width: 1250px) {
  #contact .social {
    left: 70%;
  }
}
@media (max-width: 940px) {
  #contact .social {
    bottom: 5.5rem;
    left: unset;
    right: 4rem;
  }
}
@media (max-width: 480px) {
  #contact .social {
    right: 50%;
    margin-right: -6.5rem;
  }
}

#about .social {
  padding: 4% 0 2.5%;
}
#about .social p {
  padding-bottom: 7.5%;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social li {
  border: transparent;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
.social li img {
  padding: 0.5rem;
}
.social li a {
  -webkit-transition: text-shadow 0.25s ease-out;
  transition: text-shadow 0.25s ease-out;
  color: #fff;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li:first-of-type {
  background-color: #3A3A3A;
}
.social li:nth-of-type(2) {
  background-color: #00acee;
}
.social li:last-of-type {
  background-color: #0072b1;
}
.social li:last-of-type img {
  padding: 0.75rem;
}
.social li:hover a,
.social li:focus-within a {
  text-shadow: 0 0 0.5rem #fff;
}
.social p {
  margin-bottom: 10%;
}

button {
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  font-weight: 600;
  cursor: pointer;
}

.download {
  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;
}
.download p {
  margin-bottom: unset;
}
.download span {
  margin-right: 0.75rem;
}

.download,
#contact button {
  color: #fff;
  background-color: #FC384B;
  border: transparent;
  padding: 0.35rem 2rem 0.6rem 1rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(252, 56, 75, 0.3);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(252, 56, 75, 0.3);
  -webkit-transition: -webkit-box-shadow 0.5s ease-out;
  transition: -webkit-box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
}
.download:hover, .download:focus-within,
#contact button:hover,
#contact button:focus-within {
  -webkit-box-shadow: 0.5rem 0.75rem 3.5rem 0.3rem rgba(252, 56, 75, 0.5);
          box-shadow: 0.5rem 0.75rem 3.5rem 0.3rem rgba(252, 56, 75, 0.5);
}
.download span span,
#contact button span span {
  font-size: 2rem;
}

footer .download {
  background-color: #7638FC;
  -webkit-box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(118, 56, 252, 0.4);
          box-shadow: 0.25rem 0.5rem 3rem 0.1rem rgba(118, 56, 252, 0.4);
  -webkit-transition: -webkit-box-shadow 0.5s ease-out;
  transition: -webkit-box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
}
footer .download:hover, footer .download:focus-within {
  -webkit-box-shadow: 0.5rem 0.75rem 3.5rem 0.3rem rgba(118, 56, 252, 0.5);
          box-shadow: 0.5rem 0.75rem 3.5rem 0.3rem rgba(118, 56, 252, 0.5);
}

#contact button {
  padding: 2.25% 8% 2.25% 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#contact button span {
  color: #FC384B;
  background-color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  border: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  left: 5%;
  font-size: 2rem;
  padding-right: unset;
}
@media (max-width: 480px) {
  #contact button {
    margin: auto;
    margin-bottom: 40%;
    min-width: 14.5rem;
    padding-left: 3rem;
  }
}