body {
  margin: 0;
  background-color: #f0f0f0;
  font-family: 'Exo 2', sans-serif;
}

/*
Primary color: #00C673
Secondary color: #004628
*/

@media screen and (max-width: 768px) {
  .header {
    width: 100vw;
    height: 30px;
    min-height: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    width: 100%;
    padding: 0;
  }

  .main-hero {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 80px;
    top: 0;
    height: 280px;
    min-height: 170px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    background-image: url('/images/Hero.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
  }

  .hero .hero-img {
    width: 125px;
    border-left: #d358e4 1px solid;
    border-right: #4b61d3 1px solid;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(211, 88, 228, 0.5);
  }

  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
    top: 0px;
  }

  .main-hero .header .navbar .logo {
    display: none;
  }

  .nav-links {
    position: absolute;
    width: 80%;
    top: 10px;
  }

  .nav-links li a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .hero-text {
    width: 40%;
  }

  .hero-text h1 {
    font-size: 1.6rem;
    margin: 0px auto;
  }

  .hero-text h2 {
    font-size: 0.6rem;
    margin: 0px auto;
  }

  .hero-text span {
    font-size: 1rem;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 65vh;
    width: 100%;
    padding: 20px 0;
    color: #4b61d3;
  }

  .about h1 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .about .projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 25vh;
    padding: 10px 0;
    max-height: 450px;
  }

  .about .projects img {
    width: 200px;
  }

  .about .work {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .about .work h1 {
    font-size: 1rem;
    text-align: center;
  }

  .about .work img {
    width: 200px;
  }

  .stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45vh;
    color: #4b61d3;
    min-height: 740px;
  }

  .stack h1 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .stack h3 {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
  }

  .main-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px 30px;
    padding-left: 0px;
    gap: 10px;
  }

  .main-stack h2 {
    text-align: center;
    font-weight: 400;
  }

  .main-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .second-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 90%;
    gap: 20px;
    color: #4b61d3;
  }

  .second-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .second-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px 30px;
    padding-left: 0px;
    gap: 20px;
  }
  .second-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10vh;
    min-height: 80px;
    width: 100%;
    padding: 160px 0;
    color: #4b61d3;
  }

  .footer h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer nav li {
    list-style: none;
  }

  .footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    height: 100px;
    padding-left: 0px;
    min-height: 80px;
  }

  .footer .social li a img {
    width: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
  .header {
    width: 100vw;
    height: 30px;
    min-height: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    width: 100%;
    padding: 0;
  }

  .main-hero {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 80px;
    top: 0;
    height: 280px;
    min-height: 170px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    background-image: url('/images/Hero.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
  }

  .hero .hero-img {
    width: 125px;
    border-left: #d358e4 1px solid;
    border-right: #4b61d3 1px solid;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(211, 88, 228, 0.5);
  }

  .nav-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
    top: 0px;
  }

  .main-hero .header .navbar .logo {
    display: none;
  }

  .nav-links {
    position: absolute;
    width: 80%;
    top: 10px;
  }

  .nav-links li a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .hero-text {
    width: 40%;
  }

  .hero-text h1 {
    font-size: 1.6rem;
    margin: 0px auto;
  }

  .hero-text h2 {
    font-size: 0.6rem;
    margin: 0px auto;
  }

  .hero-text span {
    font-size: 1rem;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 65vh;
    width: 100%;
    padding: 20px 0;
    color: #4b61d3;
  }

  .about h1 {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .about .projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 25vh;
    padding: 10px 0;
    max-height: 450px;
    gap: 30px;
  }

  .about .projects img {
    width: 200px;
  }

  .about .work {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 85px;
  }

  .about .work h1 {
    font-size: 1rem;
    text-align: center;
  }

  .about .work img {
    width: 200px;
  }

  .stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45vh;
    color: #4b61d3;
  }

  .stack h1 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .stack h3 {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
  }

  .main-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px 30px;
    padding-left: 0px;
    gap: 10px;
  }

  .main-stack h2 {
    text-align: center;
    font-weight: 400;
  }

  .main-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .second-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 90%;
    gap: 20px;
    color: #4b61d3;
    padding-top: 60px;
  }

  .second-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .second-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0px 30px;
    padding-left: 0px;
    gap: 20px;
  }
  .second-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10vh;
    min-height: 80px;
    width: 100%;
    padding: 160px 0;
    color: #4b61d3;
  }

  .footer h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer nav li {
    list-style: none;
  }

  .footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    height: 100px;
    padding-left: 0px;
    min-height: 80px;
  }

  .footer .social li a img {
    width: 30px;
  }
}

@media screen and (min-width: 920px) and (max-width: 1920px) {
  .mobileHeader {
    display: none;
  }

  .header {
    height: 100px;
    min-height: 80px;
  }

  .logo {
    font-size: 1.8rem;
    font-weight: bolder;
  }

  .logo a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .logo img {
    position: absolute;
    left: 18%;
    top: 6%;
    width: 150px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    height: 100px;
    min-height: 80px;

    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    color: #f0f0f0;
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 60px;
  }

  .hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 600px;
    width: 100%;
    padding: 0;
  }

  .header .navbar .nav-links li a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .main-hero {
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    top: 0;
    height: 800px;
    min-height: 700px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    background-image: url('/images/Hero.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
  }

  .image {
    width: 100%;
  }

  /*
  color : #d358e4
  */

  .hero .hero-img {
    width: 350px;
    border-left: #d358e4 1px solid;
    border-right: #4b61d3 1px solid;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(211, 88, 228, 0.5);
  }

  .hero-text h1 {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about h1 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .about .projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60vh;
    gap: 50px;
    padding: 50px 0;
    max-height: 150px;
  }

  .about .work {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85vh;
    min-height: 225px;
  }

  .about .work h1 {
    width: 60%;
    margin: 60px auto;
    text-align: center;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50vh;
    min-height: 650px;
    width: 100%;
    padding: 50px 0;
    color: #4b61d3;
  }

  .stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    align-items: center;
    height: 90vh;
    min-height: 580px;
    padding-top: 80px;
    color: #4b61d3;
    margin-top: 450px;
  }

  .stack .main-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    max-width: 60%;
    margin-top: 13px;
  }

  .stack h1 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 60px 0 0 0;
  }
  .stack h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }

  .stack .main-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 100px;
  }

  .main-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .main-stack .techs ul li span {
    display: none;
  }

  .main-stack .techs ul li:hover {
    span {
      font-size: 0.5rem;
      position: absolute;
      top: 20px;
    }
  }

  .main-stack .techs {
    width: 100%;
  }

  .stack .second-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin-top: 50px;
    margin-bottom: 450px;
  }

  .stack .second-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .second-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
  }

  .second-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
  }

  .second-stack .techs {
    width: 100%;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10vh;
    min-height: 80px;
    width: 100%;
    margin-top: 25px;
    color: #4b61d3;
  }

  .footer h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer nav li {
    list-style: none;
  }

  .footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50vw;
    height: 100px;
    min-height: 80px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  .mobileHeader {
    display: none;
  }

  .header {
    height: 100px;
    min-height: 80px;
  }

  .logo {
    font-size: 1.8rem;
    font-weight: bolder;
  }

  .logo a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .logo img {
    position: absolute;
    left: 18%;
    top: 6%;
    width: 150px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    height: 100px;
    min-height: 80px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    color: #f0f0f0;
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 60px;
  }

  .hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 600px;
    width: 100%;
    padding: 0;
  }

  .header .navbar .nav-links li a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .main-hero {
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    top: 0;
    height: 800px;
    min-height: 700px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    background-image: url('/images/Hero.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
  }

  .image {
    width: 100%;
  }

  /*
  color : #d358e4
  */

  .hero .hero-img {
    width: 500px;
    border-left: #d358e4 1px solid;
    border-right: #4b61d3 1px solid;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(211, 88, 228, 0.5);
  }

  .hero-text h1 {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 35vh;
    min-height: 620px;
    width: 100%;
    color: #4b61d3;
  }

  .about h1 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .about .projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60vh;
    gap: 50px;
    padding: 50px 0;
    max-height: 150px;
  }

  .about .work {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about .work h1 {
    width: 60%;
    margin: 60px auto;
    text-align: center;
  }

  .stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 53vh;
    gap: 10px;
    color: #4b61d3;
    padding-top: 140px;
  }

  .stack h1 {
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 60px 0 0 0;
  }
  .stack h3 {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
  }

  .stack .main-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    max-width: 60%;
  }
  .stack .main-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
  }

  .main-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .main-stack .techs ul li span {
    display: none;
  }

  .main-stack .techs ul li:hover {
    span {
      font-size: 0.5rem;
      position: absolute;
      top: 20px;
    }
  }

  .main-stack .techs {
    width: 100%;
  }

  .stack .second-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin-top: 40px;
  }

  .stack .second-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .second-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
  }

  .second-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
  }

  .second-stack .techs {
    width: 100%;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10vh;
    min-height: 80px;
    width: 100%;
    padding: 200px 0;
    color: #4b61d3;
  }

  .footer h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer nav li {
    list-style: none;
  }

  .footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50vw;
    height: 100px;
    min-height: 80px;
  }
}

@media screen and (min-width: 2561px) {
  .mobileHeader {
    display: none;
  }

  .header {
    height: 100px;
    min-height: 80px;
  }

  .logo {
    font-size: 1.8rem;
    font-weight: bolder;
  }

  .logo a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .logo img {
    position: absolute;
    left: 18%;
    top: 6%;
    width: 150px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    height: 100px;
    min-height: 80px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    color: #f0f0f0;
  }

  .nav-links {
    list-style: none;
    display: flex;
    gap: 60px;
  }

  .hero {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 600px;
    width: 100%;
    padding: 0;
  }

  .header .navbar .nav-links li a {
    text-decoration: none;
    color: #f0f0f0;
  }

  .main-hero {
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    top: 0;
    height: 800px;
    min-height: 700px;
    /*   background-image: linear-gradient(to right, rgba(211, 88, 228,0.5), rgba(75, 97, 211, 0.8)); */
    background-image: url('/images/Hero.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f0f0f0;
    padding: 0;
  }

  .image {
    width: 100%;
  }

  /*
  color : #d358e4
  */

  .hero .hero-img {
    width: 500px;
    border-left: #d358e4 1px solid;
    border-right: #4b61d3 1px solid;
    border-radius: 50%;
    box-shadow: 10px 10px 10px rgba(211, 88, 228, 0.5);
  }

  .hero-text h1 {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 35vh;
    min-height: 620px;
    width: 100%;
    color: #4b61d3;
  }

  .about h1 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .about .projects {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60vh;
    gap: 50px;
    padding: 50px 0;
    max-height: 150px;
  }

  .about .work {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about .work h1 {
    width: 60%;
    margin: 60px auto;
    text-align: center;
  }

  .stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30vh;
    gap: 10px;
    color: #4b61d3;
  }

  .stack h1 {
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 60px 0 0 0;
  }
  .stack h3 {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
  }

  .stack .main-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    max-width: 60%;
  }
  .stack .main-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .main-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
  }

  .main-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
    position: relative;
  }

  .main-stack .techs ul li span {
    display: none;
  }

  .main-stack .techs ul li:hover {
    span {
      font-size: 0.5rem;
      position: absolute;
      top: 20px;
    }
  }

  .main-stack .techs {
    width: 100%;
  }

  .stack .second-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin-top: 40px;
  }

  .stack .second-stack h2 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
  }

  .second-stack .techs ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 60px;
  }

  .second-stack .techs ul li {
    list-style: none;
    font-size: 1.5rem;
  }

  .second-stack .techs {
    width: 100%;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 10vh;
    min-height: 80px;
    width: 100%;
    padding: 200px 0;
    color: #4b61d3;
  }

  .footer h4 {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer nav li {
    list-style: none;
  }

  .footer nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 50vw;
    height: 100px;
    min-height: 80px;
  }
}
