/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");

html {
  transition: all 0.5s ease-out;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  color: #abb2bf;
}

span {
  display: inline;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  /* font-size: 1.5rem */
}

.fa-link-simple {
  border: 1px solid #c778dd;
  font-size: 50px;
  width: 60px;
}

/* .project-display .each-project.show + .navigation ul li:nth-of-type(2) {
    color: white;
} */

.site-logo {
  color: #f4f4f4;
  text-decoration: none;
  display: inline;
  font-size: 1rem;
  font-style: italic;
  opacity: 0.5;
}

body {
  letter-spacing: 1px;
  background-color: #282c33;
  color: white;
  font-family: "Fira Code", monospace;
  padding-bottom: 50px;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.navigation img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin: 0 auto;
  position: fixed;
  top: 1.5rem;
  left: 0;
  right: 0;
}

.navigation div {
  display: flex;
  gap: 20px;
}

.nav {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #282c33;
  z-index: 1;
  max-width: 100vw;
}

.navigation ul {
  display: flex;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-weight: 700;
  font-size: 12px;
}

.purple.navEl {
  color: #c778dd;
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding-right: 3px;
}

.purple {
  color: #c778dd;
}

.purple.head {
  padding-right: 3px;
}

.gray {
  color: #abb2bf;
}

.navigation li {
  font-weight: 300;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 0px 10px 0px;
  text-align: center;
  transition: all 0.2s ease-out;
}

.navigation ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c778dd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.navigation li:hover,
.navigation li:active,
.navigation li:focus {
  color: whitesmoke;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation li:hover::after,
.navigation li:active::after,
.navigation li:focus::after {
  color: whitesmoke;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation li:hover span {
  color: whitesmoke;
  font-weight: bolder;
}

.navigation li:active,
.navigation li:focus {
  color: white;
}

.intro-container {
  display: flex;
  max-width: 80vw;
  margin: 0 auto;
  margin-top: 70px;
  align-items: center;
  gap: 5rem;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1rem;
}

.intro-container .first-div {
  width: 50%;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: auto;
}

.intro-container .first-div h1 {
  margin-bottom: 2rem;
  line-height: 2rem;
}

.intro-container .first-div p {
  margin-bottom: 20px;
  color: #abb2bf;
  line-height: 1.5rem;
}

.intro-container .first-div button {
  background: transparent;
  padding: 0.5rem 1rem;
  color: white;
  border: 1px solid #c778dd;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
}

.intro-container .first-div button:hover,
.intro-container .first-div button:active,
.intro-container .first-div button:focus {
  background-color: #c778dd;
  color: black;
  outline: none;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
}

.intro-container .second-div {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateX(100%);
}

.styling {
  position: absolute;
  right: -20px;
  bottom: 40%;
}

.intro-container .second-div .profile {
  width: 90%;
  border-radius: 50%;
  height: 60vh;
  object-fit: cover;
}

.intro-container .second-div p {
  border: 2px solid #abb2bf;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-container .second-div .progress-bar {
  background-color: #c778dd;
  position: absolute;
  bottom: -1px;
  height: 5px;
  width: 100%;
  animation: scal 10s linear infinite;
  transform-origin: left; /*This takes the transform origin to the left instead of the animation coming from the middle*/
}

@keyframes scal {
  0% {
    transform: scaleX(0%);
  }

  100% {
    transform: scaleX(100%);
  }
}

.status {
  background-color: #c778dd;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  animation: grow 2s linear infinite;
  cursor: pointer;
}

@keyframes grow {
  0% {
    background-color: #c778dd;
  }

  30% {
    background-color: #792b8f;
  }

  60% {
    background-color: #3c1147;
  }

  100% {
    background-color: #c778dd;
  }
}

.bold {
  font-weight: bold;
  color: white;
}

.social-links {
  position: fixed;
  top: 0;
  left: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-links span {
  display: inline-block;
  height: 12rem;
  width: 2px;
  font-weight: bold;
  border-radius: 0 0 12px;
  background-color: #abb2bf;
  margin: 0 auto;
}

.social-links ul li i {
  color: #abb2bf;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.social-links ul li {
  list-style-type: none;
  text-align: center;
  cursor: pointer;
}

.intro-container .first-div.show,
.intro-container .second-div.show {
  transform: translateX(0);
  opacity: 1;
}

.quote {
  font-size: 0.7rem;
  width: 40%;
  margin: 0 auto;
  height: 25vh;
  cursor: pointer;
  transition: all 1s ease-out;
  transform: translateY(-2px);
  position: relative;
}

.fa-quote {
  color: rgba(225, 255, 255, 0.3);
  font-size: 20px;
  position: absolute;
  z-index: 1;
  /* background-color: #282C33; */
}

.fa-quote-right {
  left: 10px;
  top: -17px;
  padding: 5px;
}

.fa-quote-left {
  right: 10px;
  top: 40px;
  /* padding: 5px; */
}

.rectangle1-body {
  position: absolute;
  right: -60px;
}

.quote h2 {
  border: 1px solid #abb2bf;
  padding: 1rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.quote div {
  display: flex;
  justify-content: flex-end;
}

.quote h3 {
  border: 1px solid #abb2bf;
  padding: 1rem;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.quote:hover h2,
.quote:hover h3 {
  border: 1px solid #c778dd;
}

.project-showcase {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.project-showcase .project-head {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.rectangle2-body {
  position: absolute;
  width: 70px;
  height: 80px;
  left: -50px;
}

.project-head div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}

.project-head div:nth-of-type(2) {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.project-head div:nth-of-type(2) span {
  width: 30%;
  height: 1px;
  display: inline-block;
  margin-top: 15px;
  background-color: #c778dd;
  margin-left: 1.5rem;
}

.project-display {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: start;
  /* display: grid;
    grid-template-rows: repeat(3, 1fr); */
}

.project-showcase .intro {
  max-width: 550px;
  margin: 0 auto;
}

.each-project {
  border: 1px solid #abb2bf;
  /* max-height: 450px; */
  width: 30%;
  border-radius: 0 0 20px 0;
  cursor: pointer;
  opacity: 0;
  /* transform: translateX(-50%); */
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.each-project:hover,
.each-project:active,
.each-project:focus {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #c778dd;
  outline: none;
}

.each-project:hover .project-content h2,
.each-project:active .project-content h2,
.each-project:focus .project-content h2 {
  color: #d582ec;
}

.each-project:nth-of-type(1) {
  transition-delay: 200ms;
}

.each-project:nth-of-type(2) {
  transition-delay: 400ms;
}

.each-project:nth-of-type(3) {
  transition-delay: 600ms;
}

.each-project.show {
  opacity: 1;
  transform: scale(1);
}

.each-project img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
}

.each-project > p {
  padding: 10px 5px;
  border-bottom: 1px solid #abb2bf;
  font-size: 14px;
}

.each-project .project-content {
  padding: 10px 10px;
}

.each-project .project-content p,
.each-project .project-content div {
  margin-top: 15px;
}

.each-project .project-content button {
  background: transparent;
  border: none;
  color: #abb2bf;
  border: 1px solid #c778dd;
  padding: 5px 10px;
  font-weight: bold;
}

.each-project .project-content button.live {
  color: white;
}

.skills {
  max-width: 80vw;
  padding-bottom: 10rem;
  margin: 0 auto;
}

.skills-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin-bottom: 1rem;
}

.skill-set {
  display: flex;
  height: 50vh;
  gap: 30px;
  font-size: 1rem;
}

.skills-geometrics {
  width: 40%;
  position: relative;
}

.skills-list {
  width: 60%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.skills-list .hidden {
  width: 200px;
  border: 1px solid #abb2bf;
  cursor: pointer;
}

.skills-list div h4 {
  border-bottom: 1px solid #abb2bf;
  padding: 10px;
}

.skills-list div p {
  padding: 10px;
}

.skills-geometrics img:nth-of-type(1) {
  position: absolute;
  top: 25%;
  width: 50px;
}

.skills-geometrics img:nth-of-type(5) {
  width: 50px;
  position: absolute;
  bottom: 30%;
  left: 40%;
  animation: move 1.5s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.skills-geometrics img:nth-of-type(2) {
  position: absolute;
  top: 10%;
  right: 30%;
}

.skills-geometrics img:nth-of-type(4) {
  position: absolute;
  right: 20%;
  bottom: 20%;
  width: 50px;
}

.skills-geometrics img:nth-of-type(3) {
  width: 100px;
  position: absolute;
  top: 60%;
  left: 0;
}

.skills-head div:nth-of-type(2) {
  width: 90%;
  display: flex;
  justify-content: flex-start;
}

.skills-head div:nth-of-type(2) span {
  width: 95%;
  height: 1px;
  display: inline-block;
  background-color: #c778dd;
  margin-left: 1.5rem;
}

.about-me {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 9rem;
}

.skills-head.head {
  margin-bottom: 2rem;
}

.about-me .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about-me .content .hidden {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}

.about-me .content p {
  margin-bottom: 20px;
}

.about-me section img {
  height: 220px;
  position: relative;
  border-radius: 45%;
  margin-top: 30px;
}

.about-me .content button {
  display: none;
}

.content div div button:hover,
.content div div button:active,
.content div div button:focus {
  background-color: #c778dd;
  color: black;
  outline: none;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
}

.content div div img {
  position: absolute;
  height: 70px;
  left: -160px;
  top: 50px;
}

.content section img:nth-of-type(1) {
  position: relative;
}

.content section .shapes {
  position: absolute;
  width: 100px;
  right: 170px;
}

.contacts {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.contacts .content {
  display: flex;
  justify-content: space-between;
}

.contacts .intro {
  margin-bottom: 2rem;
}

.contacts .content .info {
  border: 1px solid #abb2bf;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
}

/* .contacts .content form {
    position: relative;
} */
.contacts .content form {
  position: relative;
}

/* .contacts .content form img:nth-of-type(1)  */
.contacts .content form img:nth-of-type(1) {
  position: absolute;
  left: -150px;
  top: 0;
  width: 60px;
}

/* .contacts .content form img:nth-of-type(2 */
.contacts .content form img:nth-of-type(2) {
  position: absolute;
  width: 40px;
  top: 30%;
  right: -80%;
  animation: move 1.5s linear infinite;
}

.contacts .content .input {
  background: transparent;
  border: 1px solid #abb2bf;
  outline: none;
  transition: all 0.3s ease-out;
  padding: 10px 20px;
  position: relative;
  color: #abb2bf;
  font-family: "Fira Code", monospace;
}

.contacts input {
  width: 100%;
  margin-top: 10px;
  color: white;
  text-align: start;
}

/* .contacts .content form div:nth-of-type(2) .input */
.contacts .content form div:nth-of-type(2) .input {
  /* border: 2px solid white; */
  /* height: 15vh; */
  /* padding: 20px; */
  width: 100%;
  height: 15vh;
  margin-top: 10px;
}

.contacts .input::placeholder {
  color: #abb2bf;
}

/* .contacts .content form div */
.contacts .content form div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.contacts input:focus {
  border-bottom: 3px solid #c778dd;
}

/* .contacts .content form button */
.contacts .content form button {
  background: transparent;
  padding: 0.5rem 1rem;
  color: white;
  border: 1px solid #c778dd;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

/* .contacts .content form button:hover */
.contacts .content form button:hover,
.contacts .content form button:active,
.contacts .content form button:focus {
  background-color: #c778dd;
  color: black;
  outline: none;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.98);
}

/* .contacts .content form div button */
.contacts .content form div button {
  background-color: #c778dd;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.contacts .info a {
  text-decoration: none;
}

.main-footer {
  border-top: 1px solid #abb2bf;
}

.footer {
  max-width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.footer div div {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.footer .mail {
  padding-bottom: 0.5rem;
}

.media h3 {
  text-align: center;
  padding-bottom: 5px;
}

.footer .media i {
  color: #abb2bf;
  font-size: 1.5rem;
  margin-top: 10px;
}

.menu {
  display: none;
}

.times {
  display: none;
}

.mobile-nav {
  display: none;
}

.skills-list .hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(50%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.skills-list .hidden.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateX(0);
}

.skills-list .hidden:nth-of-type(1) {
  transition-delay: 200ms;
}

.skills-list .hidden:nth-of-type(2) {
  transition-delay: 500ms;
}

.skills-list .hidden:nth-of-type(3) {
  transition-delay: 700ms;
}

.skills-list .hidden:nth-of-type(4) {
  transition-delay: 900ms;
}

.skills-list .hidden:nth-of-type(5) {
  transition-delay: 1100ms;
}

.skills .intro {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.project-showcase .intro {
  margin-bottom: 3rem;
  text-align: center;
}
/* 1100 */

@media screen and (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  html {
    overflow-x: hidden;
  }

  .nav {
    height: 70px;
    width: 100vw;
    position: fixed;
  }

  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90vw;
    margin: 0 auto;
    position: fixed;
    top: 1.5rem;
  }

  .intro-container {
    display: block;
    margin-top: 40px;
    max-width: 90vw;
  }

  .intro-container .first-div {
    width: 100%;
    margin-bottom: 70px;
    font-size: 0.79em;
  }

  .intro-container .second-div {
    width: 70%;
    margin: 0 auto;
  }

  .intro-container .first-div h1 {
    margin-bottom: 1rem;
  }

  .quote {
    width: 90vw;
    font-size: xx-small;
    margin-bottom: 30px;
  }

  .social-links {
    display: none;
  }

  .navigation ul {
    display: none;
  }

  .project-showcase {
    max-width: 90vw;
  }

  .each-project {
    width: 100%;
    font-size: smaller;
  }

  .each-project:nth-of-type(3) {
    display: none;
  }

  .skills {
    max-width: 90vw;
  }

  .skill-set {
    display: flex;
    height: 140vh;
  }

  .skills-geometrics {
    height: 95%;
    width: 100%;
    margin: 0 auto;
    border: 1px dashed #abb2bf;
  }

  .skills-list {
    font-size: 0.8em;
    justify-content: start;
  }

  .skills-geometrics img:nth-of-type(1) {
    position: absolute;
    top: 25%;
    width: 40px;
    animation: move 1.5s linear infinite;
    left: 30%;
  }

  .skills-geometrics img:nth-of-type(5) {
    width: 40px;
    position: absolute;
    top: 40%;
    left: 30%;
    animation: move 1.5s linear infinite;
  }

  @keyframes move {
    0% {
      transform: translate(0);
    }

    50% {
      transform: translateY(-20px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .skills-geometrics img:nth-of-type(2) {
    position: absolute;
    top: 8%;
    left: 15%;
    width: 50px;
  }

  .skills-geometrics img:nth-of-type(4) {
    position: absolute;
    left: 20%;
    bottom: 39%;
    width: 50px;
  }

  .skills-geometrics img:nth-of-type(3) {
    width: 60px;
    position: absolute;
    top: 70%;
    left: 10%;
  }

  .about-me {
    max-width: 85vw;
  }

  .about-me .content {
    flex-direction: column;
    align-items: start;
    width: 100%;
  }

  .about-me .content .hidden {
    width: 100%;
  }

  .about-me .content section {
    width: 100%;
  }

  .about-me .content button {
    background: transparent;
    padding: 0.5rem 1rem;
    color: white;
    border: 1px solid #c778dd;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin-top: 20px;
  }

  .content button:active,
  .content button:hover,
  .content button:focus {
    background-color: #c778dd;
    color: black;
    outline: none;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transform: scale(0.98);
  }

  .contacts {
    max-width: 85vw;
  }

  .contacts .content .info {
    width: 100%;
  }

  .contacts .content {
    flex-direction: column;
    gap: 30px;
  }

  .about-me .content .shapes {
    display: none;
  }

  .footer {
    flex-direction: column;
    gap: 30px;
    max-width: 90vw;
  }

  .main-footer {
    max-width: 90vw;
    margin: 0 auto;
  }

  .media h3 {
    text-align: start;
  }

  .contacts .content div img:nth-of-type(1) {
    position: absolute;
    left: -70px;
    top: 0;
    width: 50px;
  }

  .times {
    display: none;
  }

  .times.visible {
    display: block;
  }

  .menu {
    display: none;
  }

  .menu.visible {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background-color: #282c33;
    height: 100vh;
    width: 70vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-100%);
  }

  .mobile-nav ul .site-logo {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 20px;
  }

  .mobile-nav.visible {
    transform: translateX(0);
  }

  .mobile-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 15px;
  }

  .mobile-nav li {
    cursor: pointer;
  }

  .mobile-nav .media {
    border-top: 1px solid #abb2bf;
    text-align: center;
    padding-top: 30px;
    max-width: 100%;
    /* margin: 0 auto; */
  }

  .mobile-nav .media i {
    color: #abb2bf;
    font-size: 1.5rem;
  }

  .mobile-nav .media h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .mobile-nav li {
    font-weight: 300;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px 0px 10px 0px;
    text-align: start;
    width: 100%;
    padding: 10px 20px;
    transition: all 0.2s ease-out;
  }

  .mobile-nav ul li:nth-of-type(1) {
    border-top: 1px solid #abb2bf;
    padding-top: 30px;
  }

  .mobile-nav ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #c778dd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }

  .mobile-nav li:hover,
  .mobile-nav li:active,
  .mobile-nav li:focus {
    color: whitesmoke;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .mobile-nav li:hover::after,
  .mobile-nav li:active::after,
  .mobile-nav li:focus::after {
    color: whitesmoke;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .mobile-nav li:hover span {
    color: whitesmoke;
    font-weight: bolder;
  }

  .mobile-nav li:active,
  .mobile-nav li:focus {
    color: white;
  }

  .footer div div p {
    font-weight: bold;
  }
}

@media screen and (max-width: 630px) {
  .fa-quote-left {
    right: 10px;
    top: 45px;
    padding: 5px;
  }
  .each-project {
    width: 90%;
    margin: 0 auto;
  }

  .intro-container .second-div {
    width: 95%;
    font-size: 0.8em;
  }

  .each-project:nth-of-type(3) {
    display: block;
  }

  .quote {
    font-size: xx-small;
  }

  .project-display {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    width: 100vw;
  }
}

@media screen and (max-width: 2560px) {
  .skills {
    width: 100vw;
  }
}
