@import url("https://fonts.googleapis.com/css2?family=Abel&family=Actor&family=Aldrich&family=Enriqueta:wght@400;500;600;700&family=Inter:wght@100;200;300;400;500;600;800;900&family=Red+Rose:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Actor&family=Aldrich&family=Enriqueta:wght@400;500;600;700&family=Faustina:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;800;900&family=Red+Rose:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}
* body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
* body .container2 {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
* body .container2 .content_heading {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4em;
  line-height: 84px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #070707;
}
* body .container2 .para {
  position: relative;
  width: 90%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 62px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #070707;
}
* body .container2 .visuals {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
* body .container2 .visuals .terminal {
  position: relative;
  display: flex;
  justify-content: center;
}
* body .container2 .visuals .terminal .terminal_box {
  position: relative;
  width: 750px;
  height: 500px;
  display: flex;
  flex-direction: column;
}
* body .container2 .visuals .terminal .terminal_box #bar {
  text-align: center;
  /* width: 750px; */
  height: 25px;
  border: 2px solid black;
  /* margin: 0 auto; */
  font-family: "Roboto", sans-serif;
  /* padding: auto; */
  /* float: none; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
* body .container2 .visuals .terminal .terminal_box #bar #red {
  background-color: black;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  left: -47%;
  bottom: -20%;
  position: relative;
}
* body .container2 .visuals .terminal .terminal_box #bar #yellow {
  background-color: black;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  left: -44%;
  bottom: 40%;
  position: relative;
  display: block;
}
* body .container2 .visuals .terminal .terminal_box #bar #green {
  background-color: black;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  left: -41%;
  bottom: 99%;
  position: relative;
  display: block;
}
* body .container2 .visuals .terminal .terminal_box #screen .terminal_vdo {
  position: absolute;
  top: 25px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* height: 500px; */
}
* body .container2 .visuals .process {
  position: relative;
  width: 30%;
  height: 80%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
* body .container2 .visuals .process .learn,
* body .container2 .visuals .process .practice,
* body .container2 .visuals .process .development,
* body .container2 .visuals .process .optimize {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 150px;
  border: 2px solid black;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0.08em;
  z-index: 1;
  color: #000000;
}
* body .container2 .visuals .process .learn img,
* body .container2 .visuals .process .practice img,
* body .container2 .visuals .process .development img,
* body .container2 .visuals .process .optimize img {
  width: 40%;
  height: 40%;
  z-index: -1;
}
* body .container2 .visuals .process .learn .text,
* body .container2 .visuals .process .practice .text,
* body .container2 .visuals .process .development .text,
* body .container2 .visuals .process .optimize .text {
  position: relative;
  top: -10px;
  z-index: 1;
}
* body .container3 {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
* body .container3 .content_heading {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4em;
  line-height: 84px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #070707;
}
* body .container3 .project_list {
  position: relative;
  width: 90%;
  top: 100px;
}
* body .container3 .project_list ul {
  list-style-type: none;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 2fr));
  place-items: center;
  grid-gap: 1rem;
  grid-row-gap: 3rem;
}
* body .container3 .project_list ul li {
  position: relative;
  width: 350px;
  height: 350px;
  background: #FFFFFF;
  border: 4px solid black;
}
* body .container3 .project_list ul li .above_half {
  position: relative;
  width: 100%;
  height: 75%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
* body .container3 .project_list ul li .above_half img {
  position: absolute;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
* body .container3 .project_list ul li .above_half .desc {
  top: 20px;
  position: absolute;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  z-index: 1;
}
* body .container3 .project_list ul li .above_half .desc .intro_sm {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 1em;
  line-height: 30px;
  /* identical to box height */
  letter-spacing: 0.08em;
  color: black;
}
* body .container3 .project_list ul li .above_half .desc .intro_lg {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.6em;
  line-height: 67px;
  letter-spacing: 0.08em;
  color: black;
}
* body .container3 .project_list ul li .below_half {
  position: absolute;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
* body .container3 .project_list ul li .below_half .below_section {
  position: relative;
  top: 5px;
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
* body .container3 .project_list ul li .below_half .below_section .visite_cont,
* body .container3 .project_list ul li .below_half .below_section .about_cont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  color: grey;
  font-size: 1em;
  margin: 10px;
  cursor: pointer;
}
* body .container3 .project_list ul li .below_half .below_section .visite_cont img,
* body .container3 .project_list ul li .below_half .below_section .about_cont img {
  width: 30px;
  height: 30px;
}
* body .container3 .project_list ul li .play_button {
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}
* body .container3 .project_list ul li .play_button .outer_circle {
  position: absolute;
  right: 20px;
  top: -40px;
  width: 80px;
  height: 80px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
* body .container3 .project_list ul li .play_button .outer_circle .inner_circle {
  position: relative;
  width: 75px;
  height: 75px;
  background: white;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
* body .container3 .project_list ul li .play_button .outer_circle .inner_circle img {
  z-index: 1;
  width: 40px;
  height: 40px;
}
* body .container4 {
  position: relative;
  top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
* body .container4 .footer {
  margin-top: 100px;
  position: sticky;
  height: 10vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border: 4px solid black;
}
* body .container4 .footer .info {
  position: relative;
  left: 50px;
  width: 30%;
}
* body .container4 .footer .info .footer_name {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  /* identical to box height, or 143% */
  color: #000000;
}
* body .container4 .footer .info .footer_num,
* body .container4 .footer .info .footer_mail {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 0.7em;
  /* identical to box height, or 143% */
  color: #000000;
}
* body .container4 .footer .copyright {
  position: relative;
  left: -100px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  /* identical to box height, or 203% */
  color: #000000;
}
* body .container4 .footer .icon {
  position: relative;
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
* body .container4 .footer .icon .link_icon,
* body .container4 .footer .icon .git_icon {
  position: relative;
}
* body .container4 .footer .icon .link_icon img,
* body .container4 .footer .icon .git_icon img {
  width: 2vw;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  /*Tablets [601px -> 1200px]*/
  body {
    font-size: 65%;
    width: 100%;
    height: 100%;
  }
  body .container2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  body .container2 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 6em;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .para {
    position: relative;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .visuals {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 60%;
  }
  body .container2 .visuals .terminal {
    position: relative;
    display: flex;
    justify-content: center;
    top: 50px;
  }
  body .container2 .visuals .terminal .terminal_box {
    position: relative;
    width: 500px;
    height: 350px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
  }
  body .container2 .visuals .terminal .terminal_box #bar {
    text-align: center;
    /* width: 750px; */
    height: 25px;
    /* margin: 0 auto; */
    font-family: "Roboto", sans-serif;
    /* padding: auto; */
    /* float: none; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  body .container2 .visuals .terminal .terminal_box #bar #red {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    left: -47%;
    bottom: -20%;
    position: relative;
  }
  body .container2 .visuals .terminal .terminal_box #bar #yellow {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    left: -44%;
    bottom: 20%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #bar #green {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    left: -41%;
    bottom: 60%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #screen .terminal_vdo {
    position: absolute;
    top: 25px;
    width: 100%;
    /* height: 500px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body .container2 .visuals .process {
    position: relative;
    width: 100%;
    top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 4fr));
    place-items: center;
  }
  body .container2 .visuals .process .learn,
  body .container2 .visuals .process .practice,
  body .container2 .visuals .process .development,
  body .container2 .visuals .process .optimize {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    height: 120px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.08em;
    z-index: 1;
    color: #000000;
  }
  body .container2 .visuals .process .learn img,
  body .container2 .visuals .process .practice img,
  body .container2 .visuals .process .development img,
  body .container2 .visuals .process .optimize img {
    width: 50%;
    height: 50%;
    z-index: -1;
  }
  body .container2 .visuals .process .learn .text,
  body .container2 .visuals .process .practice .text,
  body .container2 .visuals .process .development .text,
  body .container2 .visuals .process .optimize .text {
    position: relative;
    top: 10px;
    z-index: 1;
  }
  body .container3 {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container3 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 5em;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container3 .project_list {
    position: relative;
    width: 90%;
    top: 100px;
  }
  body .container3 .project_list ul {
    list-style-type: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: center;
    grid-gap: 1rem;
    grid-row-gap: 3rem;
  }
  body .container3 .project_list ul li {
    position: relative;
    width: 300px;
    height: 300px;
    background: #FFFFFF;
    border: 4px solid black;
  }
  body .container3 .project_list ul li .above_half {
    position: relative;
    width: 100%;
    height: 75%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body .container3 .project_list ul li .above_half img {
    position: absolute;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
  }
  body .container3 .project_list ul li .above_half .desc {
    top: 20px;
    position: absolute;
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    z-index: 1;
  }
  body .container3 .project_list ul li .above_half .desc .intro_sm {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1.5em;
    line-height: 30px;
    /* identical to box height */
    letter-spacing: 0.08em;
    color: black;
  }
  body .container3 .project_list ul li .above_half .desc .intro_lg {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 2.6em;
    line-height: 67px;
    letter-spacing: 0.08em;
    color: black;
  }
  body .container3 .project_list ul li .below_half {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  body .container3 .project_list ul li .below_half .below_section {
    position: relative;
    top: 5px;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  body .container3 .project_list ul li .below_half .below_section .visite_cont,
  body .container3 .project_list ul li .below_half .below_section .about_cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    color: grey;
    font-size: 1em;
    margin: 10px;
    cursor: pointer;
  }
  body .container3 .project_list ul li .below_half .below_section .visite_cont img,
  body .container3 .project_list ul li .below_half .below_section .about_cont img {
    width: 30px;
    height: 30px;
  }
  body .container3 .project_list ul li .play_button {
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
  }
  body .container3 .project_list ul li .play_button .outer_circle {
    position: absolute;
    right: 20px;
    top: -40px;
    width: 80px;
    height: 80px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
  }
  body .container3 .project_list ul li .play_button .outer_circle .inner_circle {
    position: relative;
    width: 75px;
    height: 75px;
    background: white;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .container3 .project_list ul li .play_button .outer_circle .inner_circle img {
    z-index: 1;
    width: 40px;
    height: 40px;
  }
  body .container4 {
    position: relative;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
  body .container4 .footer {
    margin-top: 100px;
    position: sticky;
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border: 4px solid black;
  }
  body .container4 .footer .info {
    position: relative;
    left: 50px;
    width: 30%;
  }
  body .container4 .footer .info .footer_name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .info .footer_num,
  body .container4 .footer .info .footer_mail {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 0.7em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .copyright {
    position: relative;
    left: -100px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    /* identical to box height, or 203% */
    color: #000000;
  }
  body .container4 .footer .icon {
    position: relative;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
  }
  body .container4 .footer .icon .link_icon,
  body .container4 .footer .icon .git_icon {
    position: relative;
  }
  body .container4 .footer .icon .link_icon img,
  body .container4 .footer .icon .git_icon img {
    width: 2vw;
    cursor: pointer;
  }
}
@media only screen and (max-width: 600px) {
  /*Big smartphones [426px -> 600px]*/
  body {
    font-size: 65%;
    width: 100%;
    height: 100%;
  }
  body .container2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  body .container2 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4em;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .para {
    position: relative;
    width: 90%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .visuals {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 60%;
  }
  body .container2 .visuals .terminal {
    position: relative;
    display: flex;
    justify-content: center;
    top: -10px;
  }
  body .container2 .visuals .terminal .terminal_box {
    position: relative;
    width: 380px;
    height: 250px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
  }
  body .container2 .visuals .terminal .terminal_box #bar {
    text-align: center;
    /* width: 750px; */
    height: 25px;
    /* margin: 0 auto; */
    font-family: "Roboto", sans-serif;
    /* padding: auto; */
    /* float: none; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  body .container2 .visuals .terminal .terminal_box #bar #red {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -47%;
    bottom: -20%;
    position: relative;
  }
  body .container2 .visuals .terminal .terminal_box #bar #yellow {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -44%;
    bottom: 8%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #bar #green {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -41%;
    bottom: 36%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #screen .terminal_vdo {
    position: absolute;
    top: 25px;
    width: 100%;
    /* height: 500px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body .container2 .visuals .process {
    position: relative;
    width: 70%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
  body .container2 .visuals .process .learn,
  body .container2 .visuals .process .practice,
  body .container2 .visuals .process .development,
  body .container2 .visuals .process .optimize {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 140px;
    height: 90px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.08em;
    z-index: 1;
    color: #000000;
  }
  body .container2 .visuals .process .learn img,
  body .container2 .visuals .process .practice img,
  body .container2 .visuals .process .development img,
  body .container2 .visuals .process .optimize img {
    width: 50%;
    height: 50%;
    z-index: -1;
  }
  body .container2 .visuals .process .learn .text,
  body .container2 .visuals .process .practice .text,
  body .container2 .visuals .process .development .text,
  body .container2 .visuals .process .optimize .text {
    position: relative;
    top: 10px;
    z-index: 1;
  }
  body .container3 {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container3 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4em;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container4 {
    position: relative;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
  body .container4 .footer {
    margin-top: 100px;
    position: relative;
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
  body .container4 .footer .info {
    position: relative;
    left: 10px;
  }
  body .container4 .footer .info .footer_name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .info .footer_num,
  body .container4 .footer .info .footer_mail {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 0.7em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .copyright {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    left: 0px;
    /* identical to box height, or 203% */
    color: #000000;
  }
  body .container4 .footer .icon {
    position: relative;
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
  }
  body .container4 .footer .icon .link_icon,
  body .container4 .footer .icon .git_icon {
    position: relative;
  }
  body .container4 .footer .icon .link_icon img,
  body .container4 .footer .icon .git_icon img {
    width: 3vw;
    cursor: pointer;
  }
}
@media only screen and (max-width: 425px) {
  /*Small smartphones [325px -> 425px]*/
  body {
    font-size: 45%;
    width: 100%;
    height: 100%;
  }
  body .container2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  body .container2 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4em;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .para {
    position: relative;
    top: -30px;
    width: 90%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4em;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .visuals {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  body .container2 .visuals .terminal {
    position: relative;
    display: flex;
    justify-content: center;
  }
  body .container2 .visuals .terminal .terminal_box {
    position: relative;
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
  }
  body .container2 .visuals .terminal .terminal_box #bar {
    text-align: center;
    /* width: 750px; */
    height: 25px;
    /* margin: 0 auto; */
    font-family: "Roboto", sans-serif;
    /* padding: auto; */
    /* float: none; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  body .container2 .visuals .terminal .terminal_box #bar #red {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -47%;
    bottom: -20%;
    position: relative;
  }
  body .container2 .visuals .terminal .terminal_box #bar #yellow {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -43%;
    bottom: 8%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #bar #green {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -39%;
    bottom: 36%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #screen .terminal_vdo {
    position: absolute;
    top: 20px;
    width: 100%;
    /* height: 500px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body .container2 .visuals .process {
    position: relative;
    width: 90%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    place-items: center;
  }
  body .container2 .visuals .process .learn,
  body .container2 .visuals .process .practice,
  body .container2 .visuals .process .development,
  body .container2 .visuals .process .optimize {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 130px;
    height: 90px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.08em;
    z-index: 1;
    color: #000000;
  }
  body .container2 .visuals .process .learn img,
  body .container2 .visuals .process .practice img,
  body .container2 .visuals .process .development img,
  body .container2 .visuals .process .optimize img {
    width: 50%;
    height: 50%;
    z-index: -1;
  }
  body .container2 .visuals .process .learn .text,
  body .container2 .visuals .process .practice .text,
  body .container2 .visuals .process .development .text,
  body .container2 .visuals .process .optimize .text {
    position: relative;
    top: 10px;
    z-index: 1;
  }
  body .container3 {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container3 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4em;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container4 {
    position: relative;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body .container4 .footer {
    margin-top: 100px;
    position: relative;
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
  body .container4 .footer .info {
    position: relative;
    left: 10px;
  }
  body .container4 .footer .info .footer_name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .info .footer_num,
  body .container4 .footer .info .footer_mail {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1.7em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .copyright {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    /* identical to box height, or 203% */
    display: none;
    color: #000000;
  }
  body .container4 .footer .icon {
    position: relative;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
  }
  body .container4 .footer .icon .link_icon,
  body .container4 .footer .icon .git_icon {
    position: relative;
  }
  body .container4 .footer .icon .link_icon img,
  body .container4 .footer .icon .git_icon img {
    width: 8vw;
    cursor: pointer;
  }
}
@media only screen and (max-width: 325px) {
  body {
    font-size: 45%;
    width: 100%;
    height: 100%;
  }
  body .container2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
  }
  body .container2 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4em;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .para {
    position: relative;
    width: 90%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container2 .visuals {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container2 .visuals .terminal {
    position: relative;
    display: flex;
    justify-content: center;
  }
  body .container2 .visuals .terminal .terminal_box {
    position: relative;
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    /* align-items: center; */
  }
  body .container2 .visuals .terminal .terminal_box #bar {
    text-align: center;
    /* width: 750px; */
    height: 25px;
    /* margin: 0 auto; */
    font-family: "Roboto", sans-serif;
    /* padding: auto; */
    /* float: none; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  body .container2 .visuals .terminal .terminal_box #bar #red {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -47%;
    bottom: -20%;
    position: relative;
  }
  body .container2 .visuals .terminal .terminal_box #bar #yellow {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -43%;
    bottom: 8%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #bar #green {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    left: -39%;
    bottom: 36%;
    position: relative;
    display: block;
  }
  body .container2 .visuals .terminal .terminal_box #screen .terminal_vdo {
    position: absolute;
    top: 20px;
    width: 100%;
    /* height: 500px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body .container2 .visuals .process {
    position: relative;
    width: 80%;
    height: 60%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
    place-items: center;
  }
  body .container2 .visuals .process .learn,
  body .container2 .visuals .process .practice,
  body .container2 .visuals .process .development,
  body .container2 .visuals .process .optimize {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.08em;
    color: #000000;
  }
  body .container2 .visuals .process .learn img,
  body .container2 .visuals .process .practice img,
  body .container2 .visuals .process .development img,
  body .container2 .visuals .process .optimize img {
    width: 50%;
    height: 50%;
    z-index: -1;
  }
  body .container2 .visuals .process .learn .text,
  body .container2 .visuals .process .practice .text,
  body .container2 .visuals .process .development .text,
  body .container2 .visuals .process .optimize .text {
    position: relative;
    top: 10px;
    color: black;
    font-weight: bold;
  }
  body .container3 {
    position: relative;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .container3 .content_heading {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4em;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #070707;
  }
  body .container3 .project_list {
    position: relative;
    top: 20px;
  }
  body .container3 .project_list ul {
    list-style-type: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px));
    place-items: center;
    grid-gap: 1rem;
    grid-row-gap: 3rem;
  }
  body .container3 .project_list ul li {
    position: relative;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border: 3px solid black;
  }
  body .container3 .project_list ul li .above_half {
    position: relative;
    width: 100%;
    height: 75%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body .container3 .project_list ul li .above_half img {
    position: absolute;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
  }
  body .container3 .project_list ul li .above_half .desc {
    position: absolute;
    width: 90%;
    display: flex;
    z-index: 1;
  }
  body .container3 .project_list ul li .above_half .desc .intro_sm {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1.6em;
    /* identical to box height */
    color: black;
  }
  body .container3 .project_list ul li .above_half .desc .intro_lg {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 2.4em;
    line-height: 6px;
    color: black;
  }
  body .container3 .project_list ul li .below_half {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
  }
  body .container3 .project_list ul li .below_half .below_section {
    position: relative;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
  body .container3 .project_list ul li .below_half .below_section .visite_cont,
  body .container3 .project_list ul li .below_half .below_section .about_cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    color: grey;
    font-size: 1.6em;
    margin: 10px;
    cursor: pointer;
  }
  body .container3 .project_list ul li .below_half .below_section .visite_cont img,
  body .container3 .project_list ul li .below_half .below_section .about_cont img {
    width: 20px;
    height: 20px;
  }
  body .container3 .project_list ul li .play_button {
    position: relative;
    width: auto;
    height: auto;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
  }
  body .container3 .project_list ul li .play_button .outer_circle {
    position: absolute;
    right: 20px;
    top: -40px;
    width: 35px;
    height: 35px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
  }
  body .container3 .project_list ul li .play_button .outer_circle .inner_circle {
    position: relative;
    width: 30px;
    height: 30px;
    background: white;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .container3 .project_list ul li .play_button .outer_circle .inner_circle img {
    z-index: 1;
    width: 20px;
    height: 20px;
  }
  body .container4 {
    position: relative;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  body .container4 .footer {
    position: relative;
    height: 10vh;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
  body .container4 .footer .info {
    position: relative;
    left: 10px;
  }
  body .container4 .footer .info .footer_name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .info .footer_num,
  body .container4 .footer .info .footer_mail {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 1.4em;
    /* identical to box height, or 143% */
    color: #000000;
  }
  body .container4 .footer .copyright {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    /* identical to box height, or 203% */
    display: none;
    color: #000000;
  }
  body .container4 .footer .icon {
    position: relative;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
  }
  body .container4 .footer .icon .link_icon,
  body .container4 .footer .icon .git_icon {
    position: relative;
  }
  body .container4 .footer .icon .link_icon img,
  body .container4 .footer .icon .git_icon img {
    width: 6vw;
    cursor: pointer;
  }
}/*# sourceMappingURL=index.css.map */