@import url("https://use.typekit.net/xbw8qyu.css");
@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
@import url("https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap");
/* CUSTOM SCROLL BAR */
/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #132d43;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7cb5d7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0a001f;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

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

body {
  overflow-x: hidden;
}

#preLoader {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background-color: #0a001f;
}

#preLoader .preLoader1 {
  z-index: 3000;
  width: 100%;
  height: 100%;
  background-color: #0a001f;
  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;
}

#preLoader .preLoader1 .loading {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
  font-size: 1em;
  z-index: 3500;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

#preLoader .preLoader1 .loadingBar {
  margin-top: 1em;
  width: 80%;
  height: 1.2em;
  background-color: white;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preLoader .preLoader1 .loadingBar .loadingContent {
  margin: 0.1em;
  border-radius: 1em;
  background-image: linear-gradient(163deg, #9249dd 0%, rgba(146, 73, 221, 0.8) 11.8%, rgba(176, 60, 196, 0.6) 23.6%, rgba(192, 55, 173, 0.4) 35.4%, rgba(217, 46, 116, 0) 59%), radial-gradient(100% 100% at 10% 100%, #fdd575 0%, #fcc06a 14.29%, #fbaa63 28.57%, #f99262 42.86%, #f77868 57.14%, #f55973 71.43%, #d22e8c 100%);
  opacity: 0.2;
  min-width: 2%;
  width: 3%;
  height: 1em;
}

#preLoader .preLoader2 {
  z-index: 4000;
  width: 100%;
  height: 100%;
  background-color: #003a64;
  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;
}

#preLoader .preLoader2 img {
  z-index: 3000;
}

.grid-container {
  z-index: 10000;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: "header header header header header" "heroTop heroTop heroTop heroTop heroTop" "hero hero hero hero hero" "heroBottom heroBottom heroBottom heroBottom heroBottom" "profile profile profile profile profile" "project project project project project" "contact contact contact contact contact" "footerTop footerTop footerTop footerTop footerTop" "footer footer footer footer footer";
      grid-template-rows: "header header header header header" "heroTop heroTop heroTop heroTop heroTop" "hero hero hero hero hero" "heroBottom heroBottom heroBottom heroBottom heroBottom" "profile profile profile profile profile" "project project project project project" "contact contact contact contact contact" "footerTop footerTop footerTop footerTop footerTop" "footer footer footer footer footer";
}

/* container to set maximum width for components */
.container {
  margin: 0 auto;
  max-width: 71rem;
}

.headerBackground {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a001f), to(#132d43));
  background-image: linear-gradient(#0a001f, #132d43);
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/3/6;
  width: 100%;
}

header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1/1/2/6;
  z-index: 2000;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#headerContainer {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

#stickyNavBar {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: color .5s;
  transition: color .5s;
}

#stickyNavBar .logoImage {
  position: absolute;
  width: 2em;
  margin: 0;
  margin-left: 2em;
  margin-top: 0.5em;
}

#stickyNavBar ul li {
  margin: 0.8em;
  margin-left: 1.5em;
  margin-top: 0.8em;
  font-size: 1em;
}

#stickyNavBar ul li:hover {
  color: #7cb5d7;
}

#stickyNavBarContent {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3000;
}

#stickyNavBarContent navbar {
  font-size: 1em;
  margin: 0;
  margin-right: 1em;
}

#scrollProgressionBar {
  height: 0.2em;
  background-color: rgba(124, 181, 215, 0.5);
  -webkit-box-shadow: 0px 1px 5px rgba(103, 165, 188, 0.4);
          box-shadow: 0px 1px 5px rgba(103, 165, 188, 0.4);
}

#scrollProgressionBar progress {
  opacity: 0.6;
  position: fixed;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 0.2em;
  border: none;
  background: transparent;
  -webkit-animation: scrollProgressionAnimation 2s infinite;
          animation: scrollProgressionAnimation 2s infinite;
}

#scrollProgressionBar progress::-webkit-progress-bar {
  background: transparent;
}

#scrollProgressionBar progress::-webkit-progress-value {
  background-image: -webkit-gradient(linear, right top, left top, from(#db38b5), color-stop(#01b3e3), color-stop(#fdc741), color-stop(#ff6b01), to(#fc4236));
  background-image: linear-gradient(to left, #db38b5, #01b3e3, #fdc741, #ff6b01, #fc4236);
  -webkit-animation: scrollProgressionAnimation 2s infinite;
          animation: scrollProgressionAnimation 2s infinite;
}

#scrollProgressionBar progress::-moz-progress-bar {
  background-image: linear-gradient(to left, #db38b5, #01b3e3, #fdc741, #ff6b01, #fc4236);
  animation: scrollProgressionAnimation 2s infinite;
}

header.container.active {
  z-index: 2000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a001f), to(#132d43));
  background-image: linear-gradient(#0a001f, #132d43);
}

footer {
  background: purple;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logoImage {
  z-index: 2000;
  width: 3em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1.5rem;
  -webkit-animation: stickyLogo 3s infinite ease-in-out;
          animation: stickyLogo 3s infinite ease-in-out;
  cursor: pointer;
}

.logoImage:hover {
  -webkit-animation: logoHoverAnimation 2s infinite;
          animation: logoHoverAnimation 2s infinite;
}

@-webkit-keyframes logoHoverAnimation {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #78bbff);
            filter: drop-shadow(0px 0px 0px #78bbff);
  }
  50% {
    -webkit-filter: drop-shadow(0px 3px 6px rgba(173, 210, 246, 0.855));
            filter: drop-shadow(0px 3px 6px rgba(173, 210, 246, 0.855));
  }
}

@keyframes logoHoverAnimation {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #78bbff);
            filter: drop-shadow(0px 0px 0px #78bbff);
  }
  50% {
    -webkit-filter: drop-shadow(0px 3px 6px rgba(173, 210, 246, 0.855));
            filter: drop-shadow(0px 3px 6px rgba(173, 210, 246, 0.855));
  }
}

@-webkit-keyframes stickyLogo {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
}

@keyframes stickyLogo {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.2em);
            transform: translateY(0.2em);
  }
}

.logoText {
  font-family: 'gravesend-sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}

navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: carlmarx, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1a5187;
  cursor: pointer;
}

.menu li {
  font-size: 1.15em;
  list-style: none;
  margin: 20px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.menu li a {
  text-decoration: none;
  color: inherit;
  text-shadow: 0px 1px 4px rgba(88, 149, 225, 0.2);
}

.menu li:hover {
  color: #f2f2f2;
  -webkit-animation: navAnimation 0.2s forwards ease-in-out;
          animation: navAnimation 0.2s forwards ease-in-out;
}

@-webkit-keyframes navAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
}

@keyframes navAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
  }
}

.activeMenu {
  position: relative;
  color: #5895e1;
}

.activeMenu::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #7cb5d7;
  left: 0;
  bottom: -6px;
  -webkit-animation: navLine .5s ease-in-out;
          animation: navLine .5s ease-in-out;
}

@-webkit-keyframes navLine {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLine {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.activeMenu::before:hover {
  color: #f2f2f2;
}

/* Hero */
.shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shape {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
  margin: 10px;
  -webkit-animation: starAnimation 2s linear infinite;
          animation: starAnimation 2s linear infinite;
}

.shapeContainer:nth-child(2) .shape {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.shapeContainer:nth-child(3) .shape {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.shapeContainer:nth-child(4) .shape {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.shapeContainer:nth-child(5) .shape {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.shapeContainer:nth-child(6) .shape {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.shapeContainer:nth-child(7) .shape {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.shapeContainer:nth-child(8) .shape {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.shapeContainer:nth-child(9) .shape {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.shapeContainer {
  position: absolute;
  opacity: 0;
  left: 10%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 10px;
  -webkit-animation: starMovingAnimation 4s linear infinite;
          animation: starMovingAnimation 4s linear infinite;
}

.shapeContainer:nth-child(2) {
  opacity: 0;
  left: 20%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.shapeContainer:nth-child(3) {
  opacity: 0;
  left: 30%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.shapeContainer:nth-child(4) {
  opacity: 0;
  left: 40%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.shapeContainer:nth-child(5) {
  opacity: 0;
  left: 50%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.shapeContainer:nth-child(6) {
  opacity: 0;
  left: 60%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.shapeContainer:nth-child(7) {
  opacity: 0;
  left: 70%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.shapeContainer:nth-child(8) {
  opacity: 0;
  left: 80%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.shapeContainer:nth-child(9) {
  opacity: 0;
  left: 90%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes starMovingAnimation {
  0% {
    opacity: 0;
    bottom: 10%;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    bottom: 90%;
  }
}

@keyframes starMovingAnimation {
  0% {
    opacity: 0;
    bottom: 10%;
  }
  10% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    bottom: 90%;
  }
}

@-webkit-keyframes starAnimation {
  0% {
    -webkit-transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateZ(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateZ(360deg) rotateY(360deg);
  }
}

@keyframes starAnimation {
  0% {
    -webkit-transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateZ(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateZ(360deg) rotateY(360deg);
  }
}

.hero {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 3/1/4/6;
  background: -webkit-gradient(linear, left top, left bottom, from(#003f6e), to(#2f98d5));
  background: linear-gradient(#003f6e, #2f98d5);
  padding: 3rem;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

#heroTitle {
  width: 100%;
  height: auto;
  max-width: 600px;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#heroTitle-junior {
  font-size: 1.3em;
  font-family: dessert-script, script;
  font-weight: 400;
  font-style: normal;
}

#heroTitle-fullstack {
  font-size: 3em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#heroTitle-sun {
  text-indent: 8px;
  line-height: 80%;
  font-size: 8.4em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background: linear-gradient(45deg, rgba(255, 211, 245, 0.9), rgba(255, 233, 210, 0.9), rgba(218, 255, 203, 0.9), rgba(255, 211, 254, 0.9), rgba(169, 249, 255, 0.9), rgba(255, 211, 245, 0.9));
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: heroSun 30s infinite;
          animation: heroSun 30s infinite;
}

@-webkit-keyframes heroSun {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

@keyframes heroSun {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

#heroTitle-choi {
  text-indent: 2px;
  font-size: 6.1em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 211, 245, 0.9)), color-stop(rgba(255, 233, 210, 0.9)), color-stop(rgba(218, 255, 203, 0.9)), color-stop(rgba(255, 211, 254, 0.9)), color-stop(rgba(169, 249, 255, 0.9)), to(rgba(255, 211, 245, 0.9)));
  background: linear-gradient(90deg, rgba(255, 211, 245, 0.9), rgba(255, 233, 210, 0.9), rgba(218, 255, 203, 0.9), rgba(255, 211, 254, 0.9), rgba(169, 249, 255, 0.9), rgba(255, 211, 245, 0.9));
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: heroSun 45s infinite;
          animation: heroSun 45s infinite;
}

#heroTitle-developer {
  line-height: 70%;
  text-indent: 3px;
  font-size: 2.75em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

#heroTitle-description {
  margin-top: 1.5em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-family: dessert-script, script;
}

.scroll-down {
  height: 70px;
  width: 40px;
  border: 2px solid white;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
  cursor: pointer;
}

.scroll-down::before,
.scroll-down::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  border: 2px solid white;
  height: 10px;
  width: 10px;
  -webkit-transform: translate(-50%, -100%) rotate(45deg);
          transform: translate(-50%, -100%) rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  -webkit-animation: scroll-down 1s ease-in-out infinite;
          animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down::after {
  top: 15%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 90%;
  }
}

@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 90%;
  }
}

.heroScrollButton {
  cursor: pointer;
  margin-top: 3em;
  margin-bottom: 4em;
  font-size: 1em;
  font-family: mostra-nuova, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 1em;
  border-radius: 4em;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0px 0px 0 #003f6e;
  -webkit-animation: scrollButtonAnimate 1s linear infinite;
          animation: scrollButtonAnimate 1s linear infinite;
}

@-webkit-keyframes scrollButtonAnimate {
  0%, 100% {
    color: rgba(255, 255, 255, 0.5);
  }
  50% {
    color: white;
  }
}

@keyframes scrollButtonAnimate {
  0%, 100% {
    color: rgba(255, 255, 255, 0.5);
  }
  50% {
    color: white;
  }
}

/* Hero Waves*/
.waveTop {
  background: rgba(0, 0, 0, 0);
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 2/1/3/6;
  z-index: 1000;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.waveBottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/5/6;
}

.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

/* Profile Section */
.profile-background {
  z-index: -100;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 4/1/6/6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a001f), to(#132d43));
  background-image: linear-gradient(#0a001f, #132d43);
  color: purple;
}

.profile {
  margin: 0 auto;
  padding-bottom: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 5/1/6/6;
  max-width: 71em;
}

.profile .profileContents {
  margin-top: 10em;
  max-width: 71rem;
  width: 90vw;
  min-height: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.profile .profileContents .profileContent {
  background-color: rgba(29, 49, 80, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 2em;
  position: relative;
  width: 100vw;
  min-height: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 6em;
}

.profile .profileContents.active {
  opacity: 1;
}

.profile .profileCardBackground {
  position: absolute;
  z-index: 0;
  content: ' ';
  width: 24em;
  height: 48em;
  border-radius: 2em;
  -webkit-transform: translate(-50%, 6em);
          transform: translate(-50%, 6em);
}

.profile .profileCardContent {
  z-index: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.profile .profile-heading {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 5vw;
  height: 20vh;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  opacity: 0;
}

.profile .profile-heading h2 {
  color: white;
  font-size: 2.5em;
  position: absolute;
  left: 50%;
  margin-top: 2em;
}

.profile .profile-heading h2 .about {
  position: absolute;
  -webkit-transform: translateX(-2.35em);
          transform: translateX(-2.35em);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  z-index: 1;
  text-shadow: 1px 1px 5px #2f98d5;
}

.profile .profile-heading h2 .me {
  padding-left: 0.2em;
  margin-left: -0.2em;
  z-index: 0;
  position: absolute;
  -webkit-transform: translate(0.04em, -0.35em);
          transform: translate(0.04em, -0.35em);
  font-size: 3em;
  font-family: 'Aguafina Script', cursive;
  font-weight: 100;
  color: #2f98d5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 227, 166, 0.7)), color-stop(rgba(118, 253, 255, 0.7)), color-stop(rgba(107, 255, 255, 0.7)), color-stop(rgba(146, 255, 188, 0.7)), color-stop(rgba(201, 187, 255, 0.7)), to(rgba(255, 227, 166, 0.7)));
  background: linear-gradient(90deg, rgba(255, 227, 166, 0.7), rgba(118, 253, 255, 0.7), rgba(107, 255, 255, 0.7), rgba(146, 255, 188, 0.7), rgba(201, 187, 255, 0.7), rgba(255, 227, 166, 0.7));
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: heroSun 20s infinite;
          animation: heroSun 20s infinite;
}

.profile .profile-heading.container.active {
  opacity: 1;
}

.profile .profilePic {
  opacity: 1;
  margin-top: 1em;
  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;
  font-size: 1.3em;
  font-family: mostra-nuova, sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.profile .profilePic .name {
  font-size: 1.2em;
  margin-top: 1em;
}

.profile .profilePic .role {
  margin-top: 0.4em;
  font-size: 0.7em;
}

.profile .profilePic .location {
  margin-top: 0.7em;
  font-size: 0.7em;
}

.profile .profilePic .profile-contacts {
  margin-top: 1.5em;
  font-size: 1em;
  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;
}

.profile .profilePic .profile-contacts .tooltip {
  opacity: 0;
  font-size: 0.8em;
  font-weight: 400;
  position: absolute;
  background-color: white;
  padding: 0.5em;
  border-radius: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.profile .profilePic .profile-contacts .tooltip:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  bottom: -4px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
}

.profile .profilePic .profile-contacts .profile-contact:hover .tooltip {
  opacity: 1;
  -webkit-transform: translateY(-3.1em);
          transform: translateY(-3.1em);
}

.profile .profilePic .profile-contacts .profile-contact {
  margin: 0 1em;
  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;
  width: 2em;
  height: 2em;
  color: #0a001f;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.profile .profilePic .profile-contacts .profile-contact a:active {
  color: #7cb5d7;
}

.profile .profilePic .profile-contacts .profile-contact a:visited {
  color: #0a001f;
}

.profile .profilePic img {
  border-radius: 50%;
  width: 8em;
  outline-color: #214a72;
  outline-style: solid;
  outline-width: 5px;
}

@media (max-width: 400px) {
  .profile .profileContents {
    width: 95vw;
  }
}

@media (max-width: 590px) {
  .profile .profileContents {
    width: 80vw;
  }
  .profile .profileContents .profileContent .profilePic {
    position: absolute;
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
  .profile .profileContents .profileContent #generalSkills {
    margin-top: 16em;
    margin-bottom: 4em;
  }
  .profile .profileContents .profileContent #educationCard1 {
    display: none;
  }
}

@media (min-width: 590px) {
  .profile .profileContents {
    width: 90vw;
    margin-top: 10em;
    font-size: 0.9em;
    gap: 10px;
  }
  .profile .profileContents .profileContent {
    position: relative;
    width: 44vw;
    min-height: 20em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile .profileContents .profileContent .profilePic {
    position: absolute;
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
  .profile .profileContents .profileContent #generalSkills {
    margin-top: 16em;
    margin-bottom: 4em;
  }
  .profile .profileContents .profileContent #educationCard1 {
    display: none;
  }
}

@media (min-width: 900px) {
  .profile .profileContents {
    max-width: 1200px;
    width: 95vw;
    margin-top: 4em;
    font-size: 0.7em;
  }
  .profile .profileContents .profileContent {
    position: relative;
    width: 28vw;
    min-height: 20em;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .profile .profileContents .profileContent .profilePic {
    position: absolute;
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
  .profile .profileContents .profileContent #generalSkills {
    margin-top: 16em;
    margin-bottom: 4em;
  }
  .profile .profileContents .profileContent #educationCard1 {
    display: block;
  }
  .profile .profileContents #educationCard2 {
    display: none;
  }
}

.profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 250em;
}

.profile-content .profileCard {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
  margin-top: 3em;
  margin-bottom: 1em;
  border-radius: 0.2em;
}

.skillStatsTable {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.skillStatsTable .skillStatsCategory {
  width: 20em;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryHeading {
  margin-top: 4em;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  letter-spacing: 2px;
  border-bottom: white solid 4px;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns {
  margin-top: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns .skillContent {
  width: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns .skillContent .skillName {
  font-size: 0.8em;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 4em;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns .skillContent .gap {
  content: ' ';
  width: 1em;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns .skillContent .skillStat .skillStatBar {
  background-color: white;
  width: 6em;
  height: 0.8em;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 1px 1px white;
          box-shadow: 0px 0px 1px 1px white;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-2columns .skillContent .skillStat .skillStatBar .skillStatBarValue {
  background: linear-gradient(45deg, #28a518, #299a98, #00b846);
  background-size: 400%;
  width: 90%;
  height: 0.8em;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-box-shadow: 0px 0px 1px 1px #cbffd6;
          box-shadow: 0px 0px 1px 1px #cbffd6;
  border-radius: 1em;
  -webkit-animation: statValueAnimation 5s infinite;
          animation: statValueAnimation 5s infinite;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column .skillContent {
  margin-top: 1em;
  width: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column .skillContent .skillName {
  font-size: 0.8em;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 12em;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column .skillContent .gap {
  content: ' ';
  width: 1em;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column .skillContent .skillStat .skillStatBar {
  background-color: white;
  width: 10em;
  height: 0.8em;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 1px 1px white;
          box-shadow: 0px 0px 1px 1px white;
}

.skillStatsTable .skillStatsCategory .skillStatsCategoryContents-1column .skillContent .skillStat .skillStatBar .skillStatBarValue {
  background-color: #1e965a;
  background: linear-gradient(45deg, #28a518, #299a98, #00b846);
  background-size: 400%;
  width: 90%;
  height: 0.8em;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-box-shadow: 0px 0px 1px 1px #cbffd6;
          box-shadow: 0px 0px 1px 1px #cbffd6;
  border-radius: 1em;
  -webkit-animation: statValueAnimation 5s infinite;
          animation: statValueAnimation 5s infinite;
}

.skillStatsTable .skillStatsCategory .workExperienceContent .job {
  font-family: century-gothic, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.25px;
  margin-top: 1.2em;
  font-size: 1em;
}

.skillStatsTable .skillStatsCategory .workExperienceContent .job .company .workDuration {
  font-size: 0.85em;
}

.skillStatsTable .skillStatsCategory .workExperienceContent .job .jobRole {
  font-weight: 200;
  margin-top: 0.3em;
  font-size: 0.8em;
}

.skillStatsTable .skillStatsCategory .workExperienceContent .job .certificateLink {
  margin-top: 0.2em;
}

.skillStatsTable .skillStatsCategory .workExperienceContent .job .certificateLink a {
  color: #1d3150;
  background-color: white;
  text-decoration: none;
  border-radius: 1em;
  font-size: 0.75em;
  padding: 0.25em;
}

@-webkit-keyframes statValueAnimation {
  0%, 100% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
}

@keyframes statValueAnimation {
  0%, 100% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
}

/* Portfolio Section */
#projectViewModal {
  opacity: 0;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  font-family: 'Source Sans Pro', sans-serif;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

#projectViewModal .modalContent {
  color: white;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 63, 110, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#projectViewModal .modalContent .modalSide {
  z-index: 11000;
  width: 10%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#132d43), to(#0a001f));
  background-image: linear-gradient(0deg, #132d43, #0a001f);
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  padding: 2em;
}

#projectViewModal .modalContent .modalSide #exitButton {
  font-size: 2em;
  cursor: pointer;
}

#projectViewModal .modalContent .modalSide #exitButton p {
  font-size: 0.5em;
}

#projectViewModal .modalContent .projectContent {
  padding: 2em;
  z-index: 12000;
  width: 90%;
  height: 100%;
  background-color: rgba(0, 63, 110, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}

#projectViewModal .modalContent .projectContent .ModalLinks {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2em;
}

#projectViewModal .modalContent .projectContent .ModalLinks .projectLink {
  text-decoration: none;
  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;
  color: white;
  padding: 1em;
  margin: 1em;
  border-radius: 50%;
}

#projectViewModal .modalContent .projectContent .ModalLinks .projectLink i {
  color: rgba(0, 63, 110, 0.95);
  background-color: white;
  padding: 0.5em;
  border-radius: 2em;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

#projectViewModal .modalContent .projectContent .ModalHeader {
  font-size: 2.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}

#projectViewModal .modalContent .projectContent .ModalTechs {
  margin-bottom: 2em;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#projectViewModal .modalContent .projectContent .ModalTechs .tech {
  color: #003f6e;
  background-color: white;
  margin: 0.25em;
  padding: 0.25em 0.75em;
  border-radius: 2em;
  white-space: nowrap;
}

#projectViewModal .modalContent .projectContent #clickedProjectContent {
  text-align: center;
  width: 90%;
  font-size: 1em;
  margin-bottom: 2em;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#projectViewModal .modalContent .projectContent #clickedProjectContent p {
  margin: 1em;
}

#projectViewModal .modalContent .projectContent #clickedProjectContent img {
  margin: 1em;
  width: 100%;
}

#projectViewModal .modalContent .projectContent #clickedProjectContent .projectContentLink {
  color: black;
  margin: 1em auto;
  padding: 1em;
  background-color: white;
  text-decoration: none;
  font-size: 1em;
  border-radius: 3em;
}

#projectViewModal .modalContent .projectContent hr {
  width: 50%;
  background-color: white;
  margin-bottom: 3em;
}

.portfolio-background {
  z-index: -100;
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 6/1/10/6;
  -webkit-animation: portfolioBackgroundAnimation 10s infinite alternate;
          animation: portfolioBackgroundAnimation 10s infinite alternate;
  background-size: 400%;
  background-image: -webkit-gradient(linear, left top, right top, from(#132d43), to(#0a001f));
  background-image: linear-gradient(90deg, #132d43, #0a001f);
}

@-webkit-keyframes portfolioBackgroundAnimation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes portfolioBackgroundAnimation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.portfolio-ui-icons {
  size: 12px;
}

.portfolio-heading {
  padding: 3em 0;
  text-align: center;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 6/1/7/6;
  z-index: 1500;
}

.portfolio-heroBottom {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 8/1/9/6;
}

.portfolio-header-wrapper {
  text-align: center;
  margin-bottom: 2em;
}

.portfolio {
  font-family: 'Mr Dafoe',cursive;
  font-size: 3em;
  position: relative;
  z-index: 3;
  color: #2f98d5;
  top: 0.4em;
  font-weight: 100;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 227, 166, 0.9)), color-stop(rgba(118, 253, 255, 0.9)), color-stop(rgba(107, 255, 255, 0.9)), color-stop(rgba(146, 255, 188, 0.9)), color-stop(rgba(201, 187, 255, 0.9)), to(#ffe3a6));
  background: linear-gradient(90deg, rgba(255, 227, 166, 0.9), rgba(118, 253, 255, 0.9), rgba(107, 255, 255, 0.9), rgba(146, 255, 188, 0.9), rgba(201, 187, 255, 0.9), #ffe3a6);
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: heroSun 20s infinite;
          animation: heroSun 20s infinite;
}

.projects {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: -4em;
  font-size: 1.75em;
  color: white;
}

.portfolio-main {
  background-color: #2f98d5;
}

.project-cards {
  margin-top: 5em;
}

.project-cards .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.project-cards .row .column {
  max-width: 25%;
  padding: 0 4px;
}

.project-cards .project-card {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 15em;
  padding: 1em;
  color: white;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}

.project-cards .project-card hr {
  opacity: 0;
  margin-top: 1em;
  background-color: white;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
}

.project-cards .project-card .background {
  opacity: 0;
  position: absolute;
  height: 15em;
  width: 10em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 1.5em;
  z-index: -1;
}

.project-cards .project-card img {
  border-radius: 1em;
  padding: 0;
  width: 100%;
  height: 17em;
  margin-bottom: 0.35em;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.project-cards .project-card h4 {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  letter-spacing: 0.05em;
  font-size: 1em;
  font-family: carlmarx, sans-serif;
}

.project-cards .project-card .description {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  -webkit-transform: translateY(-6em);
          transform: translateY(-6em);
  margin-top: 1em;
  font-size: 0.8em;
}

.project-cards .project-card button {
  cursor: pointer;
  font-family: mostra-nuova, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
  opacity: 0;
  padding: 1em;
  border-radius: 2em;
  z-index: 100;
  border: 1px;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
}

.project-cards .project-card:hover {
  font-size: 1em;
  place-items: center;
}

.project-cards .project-card:hover .background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f98d5), to(#003f6e));
  background-image: linear-gradient(to bottom, #2f98d5, #003f6e);
  border-radius: 1.5em;
  width: 15em;
  height: 25em;
  opacity: 1;
}

.project-cards .project-card:hover hr {
  visibility: visible;
  -webkit-transform: translateY(-4.5em);
          transform: translateY(-4.5em);
}

.project-cards .project-card:hover img {
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 10px 10px #003f6e;
          box-shadow: 0px 10px 10px #003f6e;
}

.project-cards .project-card:hover h4 {
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
  -webkit-animation: headingAnimation 1s forwards ease-in-out;
          animation: headingAnimation 1s forwards ease-in-out;
}

.project-cards .project-card:hover .description {
  -webkit-animation: headingAnimation 1s forwards ease-in-out;
          animation: headingAnimation 1s forwards ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.project-cards .project-card:hover hr {
  width: 30%;
  -webkit-animation: hrAnimation 0.5s forwards ease-in-out;
          animation: hrAnimation 0.5s forwards ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.project-cards .project-card:hover button {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -webkit-animation: headingAnimation 1s forwards ease-in-out;
          animation: headingAnimation 1s forwards ease-in-out;
}

.project-cards .project-card:hover button:hover {
  opacity: 1;
  background-color: white;
  color: #003f6e;
  -webkit-box-shadow: 0px 5px 20px #2f98d5;
          box-shadow: 0px 5px 20px #2f98d5;
}

@-webkit-keyframes hrAnimation {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 30%;
    opacity: 1;
  }
}

@keyframes hrAnimation {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 30%;
    opacity: 1;
  }
}

@-webkit-keyframes headingAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headingAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* shrinking for mobile */
@media (max-width: 768px) {
  .waves {
    height: 60px;
    min-height: 40px;
  }
  h1 {
    font-size: 24px;
  }
  .project-cards {
    margin-top: 4em;
  }
  .project-cards .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project-cards .row .column {
    max-width: 50%;
    width: 50%;
  }
}

/* Contact Section Style */
.contactSection {
  margin-bottom: 20em;
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 8/1/10/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}

.contactSection .container .contactHeading {
  position: relative;
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactSection .container .contactHeading .contact {
  position: absolute;
  -webkit-transform: translateX(-1.1em);
          transform: translateX(-1.1em);
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3em;
  z-index: 1;
}

.contactSection .container .contactHeading .Me {
  z-index: 0;
  position: absolute;
  -webkit-transform: translate(0.7em, -0.35em);
          transform: translate(0.7em, -0.35em);
  font-size: 7em;
  font-weight: 100;
  color: #2f98d5;
  font-family: 'Aguafina Script', cursive;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 227, 166, 0.7)), color-stop(rgba(118, 253, 255, 0.7)), color-stop(rgba(107, 255, 255, 0.7)), color-stop(rgba(146, 255, 188, 0.7)), color-stop(rgba(201, 187, 255, 0.7)), to(rgba(255, 227, 166, 0.7)));
  background: linear-gradient(90deg, rgba(255, 227, 166, 0.7), rgba(118, 253, 255, 0.7), rgba(107, 255, 255, 0.7), rgba(146, 255, 188, 0.7), rgba(201, 187, 255, 0.7), rgba(255, 227, 166, 0.7));
  background-size: 400%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: heroSun 20s infinite;
          animation: heroSun 20s infinite;
}

.contactSection .container .panels {
  width: 90vw;
  max-width: 40em;
  margin-top: 10em;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 2em;
  overflow: hidden;
  background-color: rgba(29, 49, 80, 0.4);
  z-index: -2;
}

.contactSection .container .panels .leftPanel::after {
  content: "";
  background: url("./img/keyboard.png") no-repeat center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.contactSection .container .panels .leftPanel {
  width: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  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;
}

.contactSection .container .panels .leftPanel .profile-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactSection .container .panels .leftPanel .profile-contacts .profile-contact a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: mostra-nuova, sans-serif;
  font-weight: 300;
  font-style: normal;
  opacity: 1;
  margin: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #003f6e;
  color: white;
  text-decoration: none;
  padding: 0.2em;
  border-radius: 2em;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactSection .container .panels .leftPanel .profile-contacts .profile-contact a i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0.5em;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(120, 187, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
}

.contactSection .container .panels .leftPanel .profile-contacts .profile-contact a div {
  margin-left: 0.7em;
  margin-right: 1em;
  font-size: 0.8em;
  color: white;
}

.contactSection .container .panels .leftPanel .profile-contacts .profile-contact a:hover {
  -webkit-box-shadow: 1px 1px 2px #78bbff;
          box-shadow: 1px 1px 2px #78bbff;
  -webkit-transform: translate(-0.2em);
          transform: translate(-0.2em);
}

.contactSection .container .panels .leftPanel .profile-contacts .profile-contact a:hover i {
  color: #003f6e;
  background-color: white;
}

.contactSection .container .panels .rightPanel {
  padding-top: 1em;
  font-family: mostra-nuova, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.8em;
  width: 50%;
}

.contactSection .container .panels .rightPanel .contactFormField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  margin: 1em;
}

.contactSection .container .panels .rightPanel .contactFormField input {
  margin-top: 2em;
  padding: 1.5em;
  border-radius: 3em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: white;
}

.contactSection .container .panels .rightPanel .contactFormField textarea {
  margin-top: 2em;
  padding: 1.5em;
  border-radius: 1.75em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contactSection .container .panels .rightPanel .contactFormField button {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 2em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border-color: white;
  border-style: solid;
}

.contactSection .container .panels .rightPanel .contactFormField button:hover {
  -webkit-animation: contactIconAnimation 0.2s forwards ease-in-out;
          animation: contactIconAnimation 0.2s forwards ease-in-out;
}

@-webkit-keyframes profileContactAnimation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-box-shadow: 0px 0.5px 5px rgba(120, 187, 255, 0.5);
            box-shadow: 0px 0.5px 5px rgba(120, 187, 255, 0.5);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes profileContactAnimation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-box-shadow: 0px 0.5px 5px rgba(120, 187, 255, 0.5);
            box-shadow: 0px 0.5px 5px rgba(120, 187, 255, 0.5);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes contactIconAnimation {
  100% {
    background-color: white;
    color: #003f6e;
  }
}

@keyframes contactIconAnimation {
  100% {
    background-color: white;
    color: #003f6e;
  }
}

@media (max-width: 600px) {
  .contactSection .container .panels {
    margin-left: 2em;
    margin-right: 2em;
  }
  .contactSection .container .panels .leftPanel {
    display: none;
  }
  .contactSection .container .panels .rightPanel {
    width: 100%;
  }
}

.footerTop {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 9/1/10/6;
  z-index: 0;
}

.footer {
  height: 20em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003f6e), to(#2f98d5));
  background-image: linear-gradient(to bottom, #003f6e, #2f98d5);
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 10/1/11/6;
  padding-top: 7em;
}

.footer .footerContent {
  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;
  color: white;
}

.footer .profile-contacts {
  margin-top: 1.5em;
  font-size: 1.2em;
  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;
  margin-bottom: 3em;
}

.footer .profile-contacts .tooltip {
  opacity: 0;
  font-size: 0.6em;
  font-weight: 400;
  position: absolute;
  background-color: white;
  padding: 0.5em;
  border-radius: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.footer .profile-contacts .tooltip i {
  color: white;
}

.footer .profile-contacts .tooltip:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  bottom: -4px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
}

.footer .profile-contacts .profile-contact:hover .tooltip {
  opacity: 1;
  -webkit-transform: translateY(-3.7em);
          transform: translateY(-3.7em);
}

.footer .profile-contacts .profile-contact {
  margin: 0 2em;
  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;
  width: 2em;
  height: 2em;
  color: #0a001f;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.footer .profile-contacts .profile-contact a:active {
  color: #7cb5d7;
}

.footer .profile-contacts .profile-contact a:visited {
  color: #0a001f;
}

.footer .footerContent {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 2px 1px rgba(0, 63, 110, 0.2);
}

.footer .footerContent .profile-contacts {
  color: white;
}

.footer .footerContent .profile-contacts .profile-contact {
  background-color: #7cb5d7;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 2px 1px rgba(0, 63, 110, 0.5);
          box-shadow: 0px 2px 1px rgba(0, 63, 110, 0.5);
}

.footer .footerContent .profile-contacts .profile-contact a {
  color: #003f6e;
}

.footer .footerContent .profile-contacts .profile-contact:hover {
  background-color: #003f6e;
}

.footer .footerContent .profile-contacts .profile-contact:hover a {
  color: white;
}

.footer .footerContent .tooltip {
  opacity: 0;
  font-size: 0.6em;
  font-weight: 400;
  position: absolute;
  color: #003f6e;
  padding: 0.5em;
  border-radius: 1em;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */