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

@font-face {
  font-family: Eyesome-Script;
  src: url(https://font-public.canva.com/YAFMT3WXROc/0/Eyesome-Script.4638b439ad9e2117967846f2c.d331d3d1e15d64a9b3865e1e5e8a4f7c.woff2)
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Etna;
  src: url(https://font-public.canva.com/YADiGTsvS-0/0/Etna-Typeface7608483012636858831.f9a008a.6d452b1046bdb81497ae3d95ac0ba0f0.woff2)
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nourd;
  src: url(https://font-public.canva.com/YAD7UEhpH6I/0/Nourd-Medium.28df5fbc175fe1892abe2d179e0.8d1b33039ecfeb48762f4e6262fd476f.woff2)
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nourd;
  src: url(https://font-public.canva.com/YAD7UKfPF1E/0/Nourd-Heavy.66e180a817b00d1d25ace93b9420.92cf09d53cab83a4570594653c6c5816.woff2)
    format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@keyframes grow {
  0% {
    width: 100%;
  }
  100% {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #171616;
  font-family: "Nourd", sans-serif;
  color: #f0ece5;
  text-shadow: 1px 1px 5px black;
  scroll-behavior: smooth;
}

.sticky-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background: linear-gradient(rgb(0, 0, 0), rgb(10, 10, 10, 0.6));
  background-color: rgba(0, 0, 0, 0.4);
}

#page-logo img {
  padding-left: 20%;
  width: 80px;
  filter: invert(1);
  transition: all 0.85s ease;
}

#page-logo img:hover {
  filter: drop-shadow(0 0 0.05rem #c3a6ff);
}

.menu-container img {
  padding-right: 30%;
  width: 70px;
  transition: all 0.85s ease;
  filter: grayscale(0.95);
}

.menu-container img:hover {
  filter: grayscale(0.15);
}

.popover {
  display: none;
}

.popover:target {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2000%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: linear-gradient(#080808, rgba(5, 5, 5, 0.642));
  background-color: #7f4dec;
  font-family: "Etna", "Franklin Gothic Medium", "Arial Narrow", Arial,
    sans-serif;
  opacity: 0;
  animation: 0.08s grow ease forwards;
}

.nav-list {
  margin-top: 30px;
  overflow-y: scroll;
  list-style-type: none;
}

.nav-list a {
  text-decoration: none;
  font-size: 3em;
  color: #f0ece5;
}

.nav-list-item {
  /* overflow: hidden; */
  transition: all 300ms ease;
}

.nav-list-item:hover {
  background-color: rgba(158, 125, 228, 0.25);
  padding-left: 15px;
}

.nav-list li {
  padding: 10px 0;
  transform: translateY(160px);
  opacity: 1;
  position: relative;
}

.popover .close::after {
  right: 0.8em;
  top: 0.4em;
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  z-index: 1;
  font-size: 2em;
  align-items: center;
  justify-content: center;
  background-color: rgb(127, 77, 236, 0.6);
  color: #f0ece5;
  content: "×";
  cursor: pointer;
  opacity: 1;
  animation: 0.5s fadeIn ease forwards 0.5s;
}

.hero {
  position: relative;
  min-height: 70vh;
  padding: 150px 2% 50px;
  align-items: center;
  justify-content: center;
  background-color: rgb(10, 10, 10, 0.85);
  background-image: url("images/background-geordanna-cordero-unsplash.jpg");
  background-blend-mode: soft-light;
  background-blend-mode: multiply;
  filter: opacity(0.7);
  background-size: cover;
  background-attachment: scroll, fixed;
}

.hero-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}

.margin-container-hero {
  margin-top: 30px;
}

.hero-text {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text h1 {
  color: #b9f2e5;
  font-family: "Eyesome-Script", sans-serif;
  font-size: 2.75em;
  inline-size: max-content;
}

.hero-text h2 {
  font-family: "Etna", sans-serif;
  font-size: 2.5em;
  color: white;
  margin-top: 15px;
  inline-size: max-content;
}

.hero-text p {
  margin-top: 10px;
  max-width: 80%;
  font-size: 1.85em;
}

.highlight-words {
  color: #c3a6ff;
  transition: all 0.8s ease;
}

.highlight-words:hover {
  color: #7f4dec;
}

.hero-image-container {
  display: flex;
  flex-direction: column;
}

.hero-image {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}

.button-flex {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 100px;
}

.button {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  box-shadow: 1px 1px 10px rgba(31, 31, 31, 0.85);
  font-family: "Nourd", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-primary {
  background-color: rgba(66, 66, 66, 0.9);
  color: #c3a6ff;
  text-shadow: 1px 1px 2px black;
  transition: all 0.45s ease;
}

.button-primary:hover {
  background-color: rgba(66, 66, 66, 0.4);
  color: #7f4dec;
}

._50px {
  padding-top: 50px;
}

.features-container {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: 70px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
  justify-content: center;
}

.features-wrapper {
  display: flex;
  margin-right: 15px;
  margin-bottom: 25px;
  padding: 10px 20px;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: rgba(37, 37, 37, 0.9);
  transition: all 700ms ease;
}

.features-wrapper:hover {
  background-color: rgba(37, 37, 37, 0.4);
  transform: scale(0.9);
}

.feat-icon {
  width: 35px;
  height: 35px;
  padding: 1px 0;
  margin-right: 10px;
  filter: drop-shadow(1px 1px 0.05em #7f4dec);
}

.paragraph-no-margin {
  font-family: "Nourd", sans-serif;
  color: #c3a6ff;
  font-size: 1em;
  font-weight: normal;
}

.about-section {
  background-image: url("images/pastel-overlays/purple-mint-yellow.png");
  background-color: rgba(29, 31, 31, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: scroll, fixed;
  padding: 130px 0;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.about-main {
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .page-content {
    max-width: 100%;
  }

  .hero {
    max-width: 100%;
    justify-content: center;
  }

  .hero-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }

  .hero-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 1.75em;
  }

  .hero-text h2 {
    font-size: 1.85em;
  }

  .hero-text p {
    max-width: 90%;
    font-size: 1.3em;
  }

  .hero-image {
    padding-top: 20px;
  }

  .hero-image img {
    width: 250px;
  }

  .section-bg {
    width: 900px;
  }

  .nav-list {
    margin-top: 0px;
    overflow-y: visible;}

  .footer-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #left-side {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
  }

  #right-end {
    margin-left: 140px;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    max-width: 100%;
  }

  .about-section {
    padding-top: 260px;
    padding-bottom: 160px;
    max-width: 100%;
  }

  .about-main {
    grid-row-gap: 220px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 12px;
  }

  #rainbow-overlay {
    width: 100%;
    margin-top: 450px;
  }

  .socials-container {
    margin-left: 9px;
  }

  .socials-container i {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .socials-container.copyright {
    display: flex;
    position: absolute;
    transform: translateX(-80%);
  }
}

.about-images-container {
  display: flex;
  position: relative;
}

#circle-pattern {
  max-width: 350px;
  position: absolute;
  top: -99px;
  left: 15%;
  transform: translateX(-10%);
  filter: opacity(0.3);
}

#profile-photo {
  width: 300px;
  position: absolute;
  top: -14rem;
  left: 71%;
  transform: translateX(-71%);
}

.about-greeting {
  position: absolute;
  color: #a9dfd2;
  font-family: "Eyesome-Script", sans-serif;
  font-size: 2.5em;
  inline-size: max-content;
  transition: all 0.65s ease;
  top: 6rem;
  left: 65%;
  transform: translateX(-65%);
}

.about-caption {
  width: 100%;
  overflow-y: hidden;
}

.about-caption p {
  padding-bottom: 14px;
  font-size: 1.25em;
  padding-left: 15px;
}

.about-caption a {
  text-decoration: none;
  color: #ab90e6;
  font-weight: 700;
  transition: all 0.6s ease;
}

.about-caption a:hover {
  color: #7f4dec;
}

.socials-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.socials-container {
  display: flex;
  position: absolute;
  top: 0.5rem;
  left: 24%;
  transform: translateX(-23%);
  justify-content: space-around;
}

.socials-container i {
  padding-left: 30px;
  font-size: 1.75em;
  color: #ab90e6;
  transition: all 0.7s ease;
}

.socials-container i:hover {
  color: #7f4dec;
  text-shadow: 1px 1px 1px #000;
}

.steps {
  margin-top: 120px;
  margin-left: 8%;
  color: #a9dfd2;
  font-family: "Eyesome-Script", sans-serif;
  font-size: 2.35em;
  font-weight: bold;
  transition: all 0.65s ease;
}

.steps-grid {
  display: grid;
  max-width: 70%;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 200px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-template-rows: auto;
}

.steps-box {
  padding: 0;
  border-radius: 20px;
  box-shadow: 1px 1px 8px #222222;
  text-align: center;
  transition: all 900ms ease-in-out;
}

#step-one {
  background-image: linear-gradient(339deg, #101010, #324943);
}

#step-two {
  background-image: linear-gradient(150deg, #161616, #461b579b);
}

#step-three {
  background-image: linear-gradient(215deg, #324943, #313030ba);
}

.steps-box:hover {
  transform: scale(1.2);
}

.caption-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px 5px 30px 5px;
  z-index: 3;
}

.caption-box img {
  max-width: 260px;
  position: absolute;
  top: -180px;
  left: 51%;
  transform: translateX(-51%);
  filter: drop-shadow(1px 1px 0.25rem black);
  z-index: -1;
}

#lotus {
  width: 170px;
  top: -105px;
}

.steps-title {
  padding-bottom: 10px;
  font-size: 1.35em;
  font-weight: bold;
  color: white;
  color: #ab90e6;
  text-shadow: 2px 2px 2px #161616;
  transition: all 0.65s ease;
}

.caption-box p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.15em;
  text-align: left;
}

.max-w-width {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.projects-section {
  margin-top: 120px;
  margin-bottom: 100px;
}

.section-bg {
  max-width: 100%;
  position: absolute;
  filter: opacity(0.25);
  z-index: -1;
}

#rainbow-overlay {
  width: 5000px;
}

.projects-section h3 {
  font-size: 2.35em;
  font-family: "Etna", "Franklin Gothic Medium", sans-serif;
  font-weight: normal;
  color: white;
  transition: all 0.45s ease;
}

.projects-header-container {
  position: relative;
  justify-content: center;
  align-items: center;
}

.projects-highlight {
  position: absolute;
  top: 2px;
  left: 55%;
  transform: translateX(-51%);
  width: 400px;
  filter: grayscale(0.7);
  z-index: -1;
}

.projects-wrapper {
  margin-top: 60px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.project-content {
  max-width: 200px;
  padding: 30px;
  border-radius: 10px;
  transition: all 650ms ease;
  color: #fff;
  text-decoration: none;
}

.project-card {
  margin-bottom: 50px;
  background-image: linear-gradient(135deg, #161616, #424242);
}

#postreview {
  background-image: linear-gradient(25deg, #32302e, #161616);
}

#journal {
  background-image: linear-gradient(190deg, #2a2929, #201f1f);
}

.project-content:hover {
  background-color: #141414;
  box-shadow: 6px 6px 9px rgb(0, 0, 0, 0.3);
}

.project-image {
  width: 100%;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  filter: opacity(0.65);
  margin-bottom: 20px;
  box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.46);
  transition: transform 500ms ease;
}

.project-image:hover {
  box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.49);
  transform: scale(1.1);
  filter: opacity(1);
}

.project-title {
  color: #ab90e6;
  font-family: "Nourd", sans-serif;
  font-size: 1.75em;
  font-weight: bolder;
  transition: all 0.65s ease;
}

.category-text {
  color: #8b5af1;
  font-family: "Nourd", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.3px;
}

.project-summary {
  font-family: "Nourd", sans-serif;
  font-size: 1.15em;
  text-align: left;
  letter-spacing: 0.2px;
  padding: 0 30px;
  margin-top: 15px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.button-black {
  padding: 10px 14px;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(50, 73, 67, 0.3);
  box-shadow: 4px 4px 15px -5px #000;
  color: #a9dfd2;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.button-black:hover {
  background-color: #324943;
  color: white;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 35px;
  z-index: 99;
  border: none;
  background-color: rgba(171, 144, 230, 0.5);
  cursor: pointer;
  padding: 20px;
  border-radius: 100%;
  transition: all 300ms ease;
  animation: 1s fadeIn ease forwards 1s;
}

#myBtn:hover {
  background-color: rgba(157, 116, 248, 0.85);
  box-shadow: 2px 2px 15px #000;
}

#up-arrow {
  width: 20px;
}

.footer {
  padding: 50px 2% 40px;
  background: linear-gradient(rgb(158 125 228 / 12%), rgb(0 0 0));
}

.footer-container {
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.footer-grid {
  display: grid;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.footer-signature {
  color: #a9dfd2;
  font-family: "Eyesome-Script", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  transition: all 0.65s ease;
}

.footer-caption {
  width: 80%;
  margin-bottom: 10px;
  font-size: 1.15em;
  line-height: 24px;
  font-weight: 200;
}

.footer-link {
  display: inline-block;
  font-family: "Nourd", sans-serif;
  color: #3e5b53;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.75s ease;
}

.footer-link:hover {
  color: #a9dfd2;
  text-shadow: 1px 1px 1px #000;
}

.footer-link.bigger {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 700;
}

.footer-link.email {
  margin-top: 2rem;
  text-align: end;
}

.footer-email {
  text-align: end;
}

.footer-navigation-flex {
  display: flex;
}

.copyright-container {
  margin-top: 4.5rem;
}

.copyright-container p {
  color: rgb(171, 144, 230, 0.45);
  text-align: right;
}

.bottom-section {
  text-align: right;
}

.socials-wrapper-bottom {
  display: flex;
  position: relative;
  top: 6rem;
  left: 152%;
  transform: translateX(-100%);
}

.socials-container.copyright {
  display: flex;
  position: absolute;
}

.socials-container.copyright i {
  color: #c3a6ff;
  text-shadow: 0.35px 0.35px 0.25px #000000;
  transition: color 0.85s ease;
}

.socials-container.copyright i:hover {
  color: #7f4dec;
  text-shadow: 1px 1px 3px #000;
}

.copyright-icons {
  color: #ab90e6;
  transition: color 0.65s ease;
}

.copyright-icons:hover {
  color: #7f4dec;
  text-shadow: 1px 1px 1px #000;
}
