html, body {
  background-image: linear-gradient(#00CCF1 20%, #25AF3F 50%, #FFBA00 80%); 
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
  * {
    padding: 0;
    margin: 0;
  }

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

  .nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 25px;
  }

    .nav {
      max-width: 1280px;
      width: 90%;
      margin: 0 auto;
      position: fixed;
      z-index: 1;
    }

    .navbar {
      min-height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .nav-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 60px;
    }

    .nav-link {
      transition: 0.3s ease-out;
    }

    .hamburger {
      display: none;
      cursor: pointer;
      position: relative;
      top: -20px;
      right: -2px;
    }

    .bar {
      display: block;
      width: 40px;
      height: 7px;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 14px;
      right: -27px;
    }

    #logo {
      font-size: 30px;
      z-index: 1;
      text-decoration: none;
      position: relative;
      right: -10px;
      top: -5px;
      font-weight: 900;
      color: white;
      border: 3px solid white;
      padding: 1px;
    }

    .hero h1 {
      color: white;
      letter-spacing: 30px;
      font-size: 30px;
      position: relative;
      top: 70px;
      text-align: center;
      right: -26px;
    }

    .circle {
      width: 250px;
      height: 250px;
      border: 7px solid white;
      border-radius: 50%;
      position: relative;
      top: 240px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .hero img {
      position: absolute;
      right: 20px;
      top: -30.9px;
      width: 240px;
      height: 300px;
      border-radius: 0px 0px 100px 118px;
    }

    .hero h2 {
      color: white;
      position: relative;
      top: 160px;
      text-align: center;
      margin-bottom: 20px;
    }

    .bubble, .bubble2, .bubble3 {
      height: 110px;
      width: 38%;
      border-radius: 50%;
      background-color: white;
    }

    .bubble {
      position: relative;
      bottom: -270px; 
      left: 32%;
      transform: translate(-50%, -50%);
    }

    .bubble2 {
      position: relative;
      bottom: -300px; 
      left: 32%;
      transform: translate(-50%, -50%);
    }

    .bubble3 {
      position: relative;
      bottom: -120px; 
      left: 75%;
      transform: translate(-50%, -50%);
    }

    .bubble p, .bubble2 p, .bubble3 p{
      font-size: 12px;
      text-align: center;
    }

    .bubble p {
      width: 80%;
      position: relative;
      top: 20px;
      left: 11%;
    }

    .bubble2 p {
      width: 80%;
      position: relative;
      top: 35px;
      left: 11%;
    }

    .bubble3 p {
      width: 80%;
      position: relative;
      top: 40px;
      left: 10%;
    }

    .promotional h2 {
      position: relative;
      top: 315px;
      text-align: center;
      color: white;
    }

    .promotional span {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      right: 0.5%;
      font-size: 80px;
      color: white;
    }

    .promotional a {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      left: 27%;
      font-size: 20px;
      padding: 8px;
      width: 41%;
      border: 3px solid white;
      background-color: #00CCF1;
      color: white;
      text-decoration: none;
    }

    .socials {
      font-size: 30px;
    }

    .socials li {
      display: inline-block;
      position: relative;
      top: 500px;
      right: -10px;
    }

  .about-hero h1 {
    color: white;
    letter-spacing: 25px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .about-about p {
    color: white;
    position: relative;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .skills h1 {
    color: white;
  }

  .skills {
    position: relative;
    top: 240px;
    text-align: center;
  }

  .skills li {
    display: inline-block;
    padding-top: 50px;
  }

  .skills ul {
    font-size: 100px;
  }

  .skills img {
    position: relative;
    top: 20px;
    width: 120px;
    height: 115px;
  }

  .steps h2 {
    position: relative;
    top: 330px;
    font-weight: bold;
    text-align: center;
  }

  .step {
    background-color: white;
    width: 350px;
    height: 300px;
    position: relative;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid black;
    margin-bottom: 80px;
  }

  .step-one {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-one p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .consult {
    width: 360px;
    height: 290px;
    position: relative;
    top: 6px;
    right: 5px;
  }

  .step-two {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-two p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .proto {
    width: 240px;
    height: 220px;
    position: relative;
    top: 45px;
    right: -56px;
  }

  .step-three {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-three p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .final {
    width: 390px;
    height: 220px;
    position: relative;
    top: 80px;
    right: 18px;
  }

  .step-four {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-four p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .off {
    width: 312px;
    height: 312px;
    position: relative;
    right: -10px;
  }

  .projects-hero h1 {
    color: white;
    letter-spacing: 23px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .project-box {
    background-color: white;
    width: 360px;
    height: 230px;
    position: relative;
    top: 375px;
    left: 50%;
    margin-bottom: 110px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 15px 30px 5px;
  }

  .portfolio {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .daycare {
    width: 340px;
    height: 220px;
    position: relative;
    left: 3%;
  }

  .concert {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .portfolio2 {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .projects-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects2-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects3-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects4-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects-projects li {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: 240px;
    left: 15%;
    width: 70%;
    color: white;
  }

}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
  }

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

  .nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 25px;
  }

    .nav {
      max-width: 1280px;
      width: 90%;
      margin: 0 auto;
      position: fixed;
      z-index: 1;
    }

    .navbar {
      min-height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .nav-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 60px;
    }

    .nav-link {
      transition: 0.3s ease-out;
    }

    .hamburger {
      display: none;
      cursor: pointer;
      position: relative;
      top: -20px;
      right: 20px;
    }

    .bar {
      display: block;
      width: 40px;
      height: 7px;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 14px;
      right: -70px; 
    }

    #logo {
      font-size: 30px;
      z-index: 1;
      text-decoration: none;
      position: relative;
      right: -10px;
      top: -5px;
      font-weight: 900;
      color: white;
      border: 3px solid white;
      padding: 1px;
    }

    .hero h1 {
      color: white;
      letter-spacing: 30px;
      font-size: 30px;
      position: relative;
      top: 70px;
      text-align: center;
      right: -26px;
    }

    .circle {
      width: 250px;
      height: 250px;
      border: 7px solid white;
      border-radius: 50%;
      position: relative;
      top: 240px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .hero img {
      position: absolute;
      right: 20px;
      top: -30.9px;
      width: 240px;
      height: 300px;
      border-radius: 0px 0px 100px 118px;
    }

    .hero h2 {
      color: white;
      position: relative;
      top: 160px;
      text-align: center;
      margin-bottom: 20px;
    }

    .bubble, .bubble2, .bubble3 {
      height: 110px;
      width: 28%;
      border-radius: 50%;
      background-color: white;
    }

    .bubble {
      position: relative;
      bottom: -230px; 
      left: 18%;
    }

    .bubble2 {
      position: relative;
      bottom: -270px; 
      left: 18%;
    }

    .bubble3 {
      position: relative;
      bottom: -90px; 
      left: 60%;
    }

    .bubble p, .bubble2 p, .bubble3 p{
      font-size: 12px;
      text-align: center;
    }

    .bubble p {
      width: 80%;
      position: relative;
      top: 20px;
      left: 11%;
    }

    .bubble2 p {
      width: 80%;
      position: relative;
      top: 35px;
      left: 11%;
    }

    .bubble3 p {
      width: 80%;
      position: relative;
      top: 40px;
      left: 10%;
    }

    .promotional h2 {
      position: relative;
      top: 315px;
      text-align: center;
      color: white;
    }

    .promotional span {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      right: 0.5%;
      font-size: 80px;
      color: white;
    }

    .promotional a {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      left: 27%;
      font-size: 20px;
      padding: 8px;
      width: 41%;
      border: 3px solid white;
      background-color: #00CCF1;
      color: white;
      text-decoration: none;
    }

    .socials {
      font-size: 30px;
    }

    .socials li {
      display: inline-block;
      position: relative;
      top: 500px;
      right: -10px;
    }

  .about-hero h1 {
    color: white;
    letter-spacing: 25px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .about-about p {
    color: white;
    position: relative;
    top: 220px;
    right: -30px;
    text-align: center;
    width: 90%;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .skills h1 {
    color: white;
  }

  .skills {
    position: relative;
    top: 240px;
    text-align: center;
  }

  .skills li {
    display: inline-block;
    padding-top: 50px;
  }

  .skills ul {
    font-size: 100px;
  }

  .skills img {
    position: relative;
    top: 20px;
    width: 120px;
    height: 115px;
  }

  .steps h2 {
    position: relative;
    top: 330px;
    font-weight: bold;
    text-align: center;
  } 

  .step {
    background-color: white;
    width: 350px;
    height: 300px;
    position: relative;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid black;
    margin-bottom: 100px;
  }

  .step-one {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-one p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .consult {
    width: 360px;
    height: 290px;
    position: relative;
    top: 6px;
    right: 5px;
  }

  .step-two {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-two p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .proto {
    width: 240px;
    height: 220px;
    position: relative;
    top: 45px;
    right: -56px;
  }

  .step-three {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-three p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .final {
    width: 390px;
    height: 220px;
    position: relative;
    top: 80px;
    right: 18px;
  }

  .step-four {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-four p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .off {
    width: 312px;
    height: 312px;
    position: relative;
    right: -10px;
  }

  .projects-hero h1 {
    color: white;
    letter-spacing: 23px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .project-box {
    background-color: white;
    width: 360px;
    height: 230px;
    position: relative;
    top: 375px;
    left: 50%;
    margin-bottom: 110px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 15px 30px 5px;
  }

  .portfolio {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .daycare {
    width: 340px;
    height: 220px;
    position: relative;
    left: 3%;
  }

  .concert {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .portfolio2 {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .projects-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects2-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects3-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects4-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects-projects li {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: 240px;
    left: 15%;
    width: 70%;
    color: white;
  }


}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  * {
    padding: 0;
    margin: 0;
  }

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

  .nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 25px;
  }

    .nav {
      max-width: 1280px;
      width: 90%;
      margin: 0 auto;
      position: fixed;
      z-index: 1;
    }

    .navbar {
      min-height: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .nav-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 60px;
    }

    .nav-link {
      transition: 0.3s ease-out;
    }

    .hamburger {
      display: none;
      cursor: pointer;
      position: relative;
      top: -20px;
      right: 20px;
    }

    .bar {
      display: block;
      width: 40px;
      height: 7px;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 14px;
      right: -87px;
    }

    #logo {
      font-size: 30px;
      z-index: 1;
      text-decoration: none;
      position: relative;
      right: -10px;
      top: -5px;
      font-weight: 900;
      color: white;
      border: 3px solid white;
      padding: 1px;
    }

    .hero h1 {
      color: white;
      letter-spacing: 30px;
      font-size: 30px;
      position: relative;
      top: 70px;
      text-align: center;
      right: -26px;
    }

    .circle {
      width: 250px;
      height: 250px;
      border: 7px solid white;
      border-radius: 50%;
      position: relative;
      top: 240px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .hero img {
      position: absolute;
      right: 20px;
      top: -30.9px;
      width: 240px;
      height: 300px;
      border-radius: 0px 0px 100px 118px;
    }

    .hero h2 {
      color: white;
      position: relative;
      top: 160px;
      text-align: center;
      margin-bottom: 20px;
    }

    .bubble, .bubble2, .bubble3 {
      height: 100px;
      width: 28%;
      border-radius: 50%;
      background-color: white;
    }

    .bubble {
      position: relative;
      bottom: -230px; 
      left: 18%;
    }

    .bubble2 {
      position: relative;
      bottom: -270px; 
      left: 18%;
    }

    .bubble3 {
      position: relative;
      bottom: -90px; 
      left: 60%;
    }

    .bubble p, .bubble2 p, .bubble3 p{
      font-size: 11px;
      text-align: center;
    }

    .bubble p {
      width: 80%;
      position: relative;
      top: 20px;
      left: 11%;
    }

    .bubble2 p {
      width: 80%;
      position: relative;
      top: 35px;
      left: 11%;
    }

    .bubble3 p {
      width: 80%;
      position: relative;
      top: 40px;
      left: 10%;
    }

    .promotional h2 {
      position: relative;
      top: 315px;
      text-align: center;
      color: white;
    }

    .promotional span {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      right: 0.5%;
      font-size: 80px;
      color: white;
    }

    .promotional a {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      left: 28%;
      font-size: 20px;
      padding: 8px;
      width: 41%;
      border: 3px solid white;
      background-color: #00CCF1;
      color: white;
      text-decoration: none;
    }

    .socials {
      font-size: 30px;
    }

    .socials li {
      display: inline-block;
      position: relative;
      top: 500px;
      right: -10px;
    }

  .about-hero h1 {
    color: white;
    letter-spacing: 25px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .about-about p {
    color: white;
    position: relative;
    top: 220px;
    right: -30px;
    text-align: center;
    width: 90%;
    font-size: 20px;
    margin-bottom: 50px;
  }

  .skills h1 {
    color: white;
  }

  .skills {
    position: relative;
    top: 240px;
    text-align: center;
  }

  .skills li {
    display: inline-block;
    padding-top: 50px;
  }

  .skills ul {
    font-size: 100px;
  }

  .skills img {
    position: relative;
    top: 20px;
    width: 120px;
    height: 115px;
  }

  .steps h2 {
    position: relative;
    top: 330px;
    font-weight: bold;
    text-align: center;
  } 

  .step {
    background-color: white;
    width: 350px;
    height: 300px;
    position: relative;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid black;
    margin-bottom: 100px;
  }

  .step-one {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-one p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .consult {
    width: 360px;
    height: 290px;
    position: relative;
    top: 6px;
    right: 5px;
  }

  .step-two {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-two p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .proto {
    width: 240px;
    height: 220px;
    position: relative;
    top: 45px;
    right: -56px;
  }

  .step-three {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-three p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .final {
    width: 390px;
    height: 220px;
    position: relative;
    top: 80px;
    right: 18px;
  }

  .step-four {
    background-color: white;
    width: 240px;
    height: 35px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-four p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 8px;
  }

  .off {
    width: 312px;
    height: 312px;
    position: relative;
    right: -10px;
  }

  .projects-hero h1 {
    color: white;
    letter-spacing: 23px;
    font-size: 22px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .project-box {
    background-color: white;
    width: 360px;
    height: 230px;
    position: relative;
    top: 375px;
    left: 50%;
    margin-bottom: 110px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 15px 30px 5px;
  }

  .portfolio {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .daycare {
    width: 340px;
    height: 220px;
    position: relative;
    left: 3%;
  }

  .concert {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .portfolio2 {
    width: 340px;
    height: 210px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .projects-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects2-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects3-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects4-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 15px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
  }

  .projects-projects li {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: 240px;
    left: 15%;
    width: 70%;
    color: white;
  }
}

@media only screen and (max-width: 1280px) {
  .hamburger{
    display: block;
  }
.hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
      transform: translateY(10px) rotate(45deg);
    }
  .hamburger.active .bar:nth-child(3){
      transform: translateY(-15px) rotate(-45deg);
    }
    
  .nav-menu {
      position: fixed;
      left: 100%;
      top: -20px;
      gap: 0;
      flex-direction: column;
      background-color: #FFBA00;
      width: 100%;
      transition: 0.3s;
    }

  .nav-item {
      margin: 16px 0;
      border-top: 1px solid white;
      padding-top: 30px;
    }

  .nav-menu.active{
      left: 0;
    }
}

@media only screen and (min-width: 1280px) {
  * {
    padding: 0;
    margin: 0;
  }

  .nav-menu {
    text-align: center;
  }

  .nav-menu li{
    list-style: none;
    display: inline-block;
    margin-right: 100px;
    position: relative;
    right: -85px;
  }

  .nav-menu a {
    text-decoration: none;
    color: white;
    font-size: 35px;
  }

  .nav-link:hover {
    color: #FFBA00;
  }

    #logo {
      font-size: 35px;
      text-decoration: none;
      position: relative;
      right: -280px;
      top: 41px;
      color: white;
      border: 3px solid white;
      padding: 1px;
    }

    .hero h1 {
      color: white;
      letter-spacing: 30px;
      font-size: 38px;
      position: relative;
      top: 70px;
      text-align: center;
      right: -30px;
    }

    .circle {
      width: 350px;
      height: 350px;
      border: 7px solid white;
      border-radius: 50%;
      position: relative;
      top: 290px;
      left: 50.1%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .hero img {
      position: absolute;
      right: 23px;
      top: -38px;
      width: 330px;
      height: 408px;
      border-radius: 0px 0px 150px 160px;
    }

    .hero h2 {
      color: white;
      position: relative;
      top: 180px;
      right: -310px;
      text-align: center;
      margin-bottom: 30px;
      font-size: 38px; 
      width: 60%;
    }

    .bubble, .bubble2, .bubble3 {
      height: 200px;
      width: 28%;
      border-radius: 50%;
      background-color: white;
    }

    .bubble {
      position: relative;
      bottom: -290px; 
      left: 18%;
    }

    .bubble2 {
      position: relative;
      bottom: -400px; 
      left: 18%;
    }

    .bubble3 {
      position: relative;
      bottom: -30px; 
      left: 55%;
    }

    .bubble p, .bubble2 p, .bubble3 p{
      font-size: 20px;
      text-align: center;
    }

    .bubble p {
      width: 80%;
      position: relative;
      top: 60px;
      left: 11%;
    }

    .bubble2 p {
      width: 80%;
      position: relative;
      top: 75px;
      left: 11%;
    }

    .bubble3 p {
      width: 80%;
      position: relative;
      top: 75px;
      left: 10%;
    }

    .promotional h2 {
      position: relative;
      top: 315px;
      right: 5.4px;
      text-align: center;
      color: white;
    }

    .promotional span {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      right: 0.5%;
      font-size: 80px;
      color: white;
    }

    .promotional a {
      position: relative;
      display: flex;  
      justify-content: center;  
      align-items: center;  
      top: 300px;
      left: 28.3%;
      font-size: 20px;
      padding: 8px;
      width: 41%;
      border: 3px solid white;
      background-color: #00CCF1;
      color: white;
      text-decoration: none;
    }

    .socials {
      font-size: 40px;
    }

    .socials li {
      display: inline-block;
      position: relative;
      top: 500px;
      right: -10px;
    }

  .about-hero h1 {
    color: white;
    letter-spacing: 25px;
    font-size: 38px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .about-about p {
    color: white;
    position: relative;
    top: 220px;
    right: -65px;
    text-align: center;
    width: 90%;
    font-size: 30px; 
    margin-bottom: 50px;
  }

  .skills h1 {
    color: white;
  }

  .skills {
    position: relative;
    top: 240px;
    text-align: center;
  }

  .skills li {
    display: inline-block;
    padding-top: 50px;
  }

  .skills ul {
    font-size: 100px;
  }

  .skills img {
    position: relative;
    top: 20px;
    width: 120px;
    height: 115px;
  }

  .steps h2 {
    position: relative;
    top: 330px;
    font-weight: bold;
    text-align: center;
  } 

  .step {
    background-color: white;
    width: 900px;
    height: 520px;
    position: relative;
    top: 590px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid black;
    margin-bottom: 100px;
  }

  .step-one {
    background-color: white;
    width: 640px;
    height: 60px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-one p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 15px;
    font-size: 25px;
  }

  .consult {
    width: 900px;
    height: 520px;
    position: relative;
    top: 6px;
    right: 5px;
  }

  .step-two {
    background-color: white;
    width: 640px;
    height: 60px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-two p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 15px;
    font-size: 25px;
  }

  .proto {
    width: 790px;
    height: 500px;
    position: relative;
    top: 11px;
    right: -56px;
  }

  .step-three {
    background-color: white;
    width: 640px;
    height: 60px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-three p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 15px;
    font-size: 25px;
  }

  .final {
    width: 800px;
    height: 560px;
    position: relative;
    top: 10px;
    right: -40px;
  }

  .step-four {
    background-color: white;
    width: 640px;
    height: 60px;
    border: 5px solid black;
    position: relative;
    top: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step-four p {
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 15px;
    font-size: 25px;
  }

  .off {
    width: 800px;
    height: 520px;
    position: relative;
    right: -50px;
  }

  .projects-hero h1 {
    color: white;
    letter-spacing: 25px;
    font-size: 38px;
    position: relative;
    top: 140px;
    right: -12px;
    text-align: center;
  }

  .project-box {
    background-color: white;
    width: 760px;
    height: 530px;
    position: relative;
    top: 490px;
    left: 50%;
    margin-bottom: 110px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0px 15px 30px 5px;
  }

  .project-box:not(:first-child) {
    margin-top: 100px;
  }

  .portfolio {
    width: 715px;
    height: 485px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .daycare {
    width: 715px;
    height: 485px;
    position: relative;
    top: 4%;
    left: 3%;
  }

  .concert {
    width: 715px;
    height: 485px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .portfolio2 {
    width: 715px;
    height: 485px;
    position: relative;
    top: 4.5%;
    left: 3%;
  }

  .projects-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 25px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    cursor: pointer;
  }

  .projects2-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 25px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    cursor: pointer;
  }

  .projects3-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 25px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    cursor: pointer;
  }

  .projects4-view {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    font-size: 25px;
    padding: 5px;
    border-radius: 15px;
    position: relative;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    cursor: pointer;
  }

  .projects-projects li {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: 240px;
    left: 15%;
    width: 70%;
    color: white;
    font-size: 25px;
  }
}