

/*copy pasta*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}


#container {
  width: 100vw;
  height: 100vh;
  
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


.container > .heading {
width: 100%;
height: 10vh;

  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 8%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: small;
}
/* yo download  */
.download {
    position: absolute;
    bottom: -20%;
    left: 17%;
    font-size: medium;
    border: 1px solid black;
    background-color: white;
    padding: .25em 1em;
    border-radius: 10px;
    color: black;
    text-decoration: none;
}

.heading > img {
  width: 39px;
  height: 37px;
}


.container > .nav-container1 {
  width: 237px;
  height: 98px;
  position: absolute;
  top: 20%;
  display: grid;
  place-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  z-index: 999;
}

.desktop {
  display: none;
}

.nav-container2 {
  width: 220px;
  height: 98px;
  position: absolute;
  left: 0;
  top: 15%;
  margin-left: 5px;
}

.nav {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 999;

}

.nav > div > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  text-decoration: none;
}

main {
  position: relative;
  width: 100%;
  height: 70%;
  background-color: white;
  z-index: 1;
  display: grid;
  place-items: center;
}
/* yo tala ko sabai */

.resume-path {
    position: absolute;
    margin-top: 158vw;
    rotate: 90deg;
    z-index: -1;
    overflow: hidden;
    width: 900px;
}

.qn {
    position: absolute;
    bottom: -690px;
}

.path-block-container {
    margin-top: 5em;
    height: 100vh;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10em;

}

.path-block {
    border: 1px solid black;
    border-radius: 30px;
    padding: 1em 2em;
    position: relative;
    background-color: white;
}

.pb-first {
    left: 1em;
}

.pb-second {
    right: 1em;
}



.pb-third {
    left: 1em;
}



.pb-fourth {
    right: 1em;
}



@media only screen and (min-width: 550px) and (max-width: 912px) {
    .resume-path {
        width: unset;
        margin-top: 70vw;
    }    
}

@media only screen and (max-width: 280px) {
    .resume-path {
        margin-top: 100vh;
    }

  .path-block {
    inset: unset;
  }
}




  @media only screen and (min-width: 913px) {
    .desktop {
      display: block;
    }
    .mobile {
        display: none;
    }

#container {
    width: 100vw;
    height: 100vh;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.container > .heading {
    width: 68%;
    height: 22%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 8%;
    left: 5%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: xx-large;
}

.download {
    position: absolute;
    bottom: 10%;
    left: unset;
    font-size: medium;
    border: 1px solid black;
    background-color: white;
    padding: .25em 1em;
    border-radius: 10px;
    color: black;
    text-decoration: none;
}



.heading > img {
    width: 100px;
    height: 105px;
}

.container > .nav-container1 {
    width: 239px;
    height: 261px;
    position: absolute;
    top: 5%;
    right: 5%;
    display: grid;
    place-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    z-index: 999;
}

.nav-container2 {
    width: 215px;
    height: 192px;
    position: absolute;
    inset: unset;
    margin: unset;
}
.nav {
    width: 192px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    z-index: 999;

}

.nav > div > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
}

main {
    width: 90%;
    height: 70%;
    background-color: white;
    border-radius: 100px 100px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    
}

.resume-path {
    width: unset;
    position: absolute;
    rotate: unset;
    margin: unset;
    margin-left: -90px;
    bottom: unset;
}

.qn {
    position: absolute;
    right: 10px;
    top: 50%;
}

.path-block-container {
    margin: unset;
    position: relative;
    width: 100vw;
    height: 80vh;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.path-block {
    border: 1px solid black;
    border-radius: 30px;
    padding: 1em 2em;
    position: absolute;
    inset: unset;
}

.pb-first {
    top: 25%;
    left: 2.5%;
}


.pb-second {
    top: 75%;
    left: 25%;
}



.pb-third {
    top: 20%;
    left: 40%;
}



.pb-fourth {
    top: 50%;
    left: 70%;
}



  }
