*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #f5e9e2;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  color: #0b0014;
  scroll-behavior: smooth;
}

.contact, main, .about {
  width: 70vw;
  margin: auto;
  padding: 4rem 0;
}

.html-bar, .css-bar, .js-bar, .php-bar, .wp-bar, .sql-bar {
  padding: 0.1rem;
  border-radius: 1rem;
  height: 1.4rem;
  background: #773344;
}

.header {
  font-family: "Courier New", Courier, monospace;
  width: 100%;
  z-index: 10;
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #0b0014;
  gap: 5rem;
  z-index: 30;
}

.header-logo-img {
  height: 8rem;
  margin-left: 15%;
}

nav {
  padding: 3rem 0;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

a.nav-item {
  font-size: 2.4rem;
  color: #f5e9e2;
  text-decoration: none;
}

.nav-item:hover {
  color: #d44d5c;
}

.login-btn {
  padding: 0.4rem 1rem;
  background-color: #f5e9e2;
  border-radius: 0.4rem;
  border: 2px solid #d44d5c;
  font-family: "Courier New", Courier, monospace;
  font-weight: 600;
}

.login-btn:hover {
  background-color: #d44d5c;
  color: #f5e9e2;
}

main {
  padding-top: 10rem;
}

.about {
  display: flex;
}

.main-left {
  width: 80%;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  background-color: #f5e9e2;
}

.about .about-title {
  font-weight: 300;
  color: #000;
  font-size: 7rem;
  text-align: left;
  white-space: nowrap;
  width: 6em;
  overflow: hidden;
  animation: type 1s steps(60, end);
}

.about .about-span {
  width: 10em;
  font-size: 5rem;
  color: #000;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  animation: type 2s steps(80, end);
  animation-delay: 1s;
}

.main-left p span {
  color: #d44d5c;
  font-size: 4rem;
  font-weight: 300;
}

.main-left-links {
  padding: 2rem 0;
  display: flex;
  gap: 2rem;
}

.main-left-links i {
  font-size: 3.6rem;
  color: #0b0014;
}

.main-left-links i:hover {
  color: #d44d5c;
}

@keyframes type {
  from {
    width: 0;
  }
}
.about {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.about h4 {
  font-size: 1.8rem;
}
.about p {
  font-size: 1.6rem;
}

.about-sec {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.about-intro-text {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-intro {
  font-size: 2rem;
  font-weight: 500;
}

.about-lists {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}
.about-lists li {
  list-style: none;
  font-size: 1.6rem;
}

.about-img {
  width: 60%;
  height: 60%;
}

.about-small-sec-coll {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-small-sec {
  display: flex;
  width: 25%;
  height: 100%;
  position: relative;
}
.about-small-sec .about-small-text {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  border-radius: 5%;
}
.about-small-sec h4 {
  font-size: 2rem;
  padding: 1rem;
}
.about-small-sec p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1rem;
}
.about-small-sec img {
  width: 100%;
  border-radius: 5%;
}

.project-collection {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4rem;
  flex-wrap: wrap;
}

.project {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 30rem;
  height: 40rem;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: transform 330ms ease-in-out;
  gap: 2rem;
}

.project:hover {
  transform: translate(0, -20px);
}

.project-info {
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project-title {
  font-family: "Courier New", Courier, monospace;
  font-weight: 300;
  font-size: 2.4rem;
  color: #0b0014;
}

.project-logo {
  position: absolute;
  top: -4rem;
  left: -4rem;
  height: 7rem;
  transform: rotate(-20deg);
}

.project-img {
  object-fit: contain;
  width: 100%;
  max-height: 15rem;
}

.project-text {
  color: #0b0014;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  border-radius: 14px;
}

.project-more {
  font-size: 1.4rem;
  font-weight: 500;
  color: #d44d5c;
}

.project-jaar {
  font-size: 1.6rem;
  text-decoration: none;
  color: #773344;
}

.project-page-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 2.8rem;
  padding: 2rem 0;
  text-transform: uppercase;
}

.project-page-text {
  font-size: 1.8rem;
}

.ervaring {
  padding: 15rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-wrap: wrap;
}

.ervaring-heading {
  font-size: 3rem;
  font-weight: 300;
}

.ervaring-items {
  display: flex;
  gap: 20rem;
  flex-direction: row;
  align-items: start;
}

.ervaring-items-group {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}

.ervaring-sub {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.6rem;
  font-size: 2rem;
}

.progressbar {
  border: 1px solid #0b0014;
  height: 1.6rem;
  width: 30rem;
  border-radius: 1rem;
}

.html-bar {
  width: 80%;
}

.css-bar {
  width: 75%;
}

.js-bar {
  width: 35%;
}

.php-bar {
  width: 30%;
}

.wp-bar {
  width: 25%;
}

.sql-bar {
  width: 10%;
}

.indiv-skill-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.indiv-title {
  font-weight: 400;
  font-size: 4rem;
  margin: 2rem 0;
}

.indiv-info {
  display: flex;
  gap: 4rem;
  gap: 2rem;
  font-size: 2rem;
}

.indiv-sec-1 {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.indiv-sec-1 .text {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  justify-content: space-between;
  width: 40%;
}
.indiv-sec-1 .text .links {
  display: flex;
  gap: 2rem;
}
.indiv-sec-1 .text .links .icon {
  font-size: 3rem;
  padding: 4rem 0;
  color: #0b0014;
}
.indiv-sec-1 .indiv-figure {
  width: 60%;
}
.indiv-sec-1 .img-1 {
  height: 40rem;
  object-fit: contain;
  width: 100%;
}

.indiv-sec-2 {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.indiv-sec-2 .skills-list {
  width: 40%;
}
.indiv-sec-2 .skills-list .skill-collection {
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.indiv-sec-2 .skills-list .skill-collection i {
  font-size: 5rem;
  color: #0b0014;
}
.indiv-sec-2 .tasks-list {
  width: 60%;
}
.indiv-sec-2 h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1REM;
}
.indiv-sec-2 ul {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  width: 80rem;
  list-style-type: circle;
}

.footer {
  background-color: #0b0014;
  color: #f5e9e2;
}

.contact {
  display: flex;
  justify-content: space-evenly;
}

.footer-title {
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
}

.footer-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.interesse {
  margin: 2rem 0;
  font-weight: 400;
  font-size: 1.8rem;
}

.contact-text {
  text-decoration: none;
  font-size: 1.4rem;
  color: #f5e9e2;
  font-weight: 400;
}

.contact-icon {
  color: #d44d5c;
  font-size: 1.4rem;
}

.contact-bericht {
  font-weight: 400;
  font-size: 2rem;
}

form {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  caret-color: #d44d5c;
}

.gegevens {
  display: flex;
  gap: 0.4rem;
}

.gegevens input {
  width: 50%;
  padding: 0.6rem;
  margin: 0.6 0rem;
  height: 3rem;
  color: #d44d5c;
}

.bericht-input {
  width: 100%;
  padding: 0.6rem;
  margin: 0.6 0rem;
  height: 10rem;
  color: #d44d5c;
}

.footer-form button {
  width: 30%;
  padding: 0.6rem;
  border-radius: 0.3rem;
  border: 2px solid #d44d5c;
  background-color: #f5e9e2;
}

.footer-form button:hover {
  background-color: #d44d5c;
  color: #f5e9e2;
}

.popup {
  border: 1px solid #d44d5c;
  background-color: #f5e9e2;
  border-radius: 14px;
  color: #000;
  padding: 6rem 10rem;
  width: 40rem;
  height: 20remrem;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  display: none;
}

.popbtn {
  height: 2rem;
  width: 2rem;
  background-color: #0b0014;
  color: #f5e9e2;
  border-radius: 5%;
  border: none;
}

.open-popup {
  display: flex;
}

@media only screen and (max-width: 1400px) {
  .progressbar {
    width: 25rem;
  }
  .ervaring-items {
    gap: 10rem;
  }
  .about-small-sec {
    width: 30%;
  }
}
@media only screen and (max-width: 1280px) {
  .about-intro {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .about h4 {
    font-size: 1.4rem;
  }
  .about-lists li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .about p {
    font-size: 1.4rem;
  }
  .about-img {
    width: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .about-title {
    font-size: 6rem;
  }
  .ervaring-items {
    gap: 10rem;
  }
  .main-left {
    padding-top: 8rem;
  }
  .project {
    width: 30rem;
    height: 35rem;
  }
  .project .project-title {
    font-size: 2rem;
  }
  .ervaring-items {
    flex-direction: column;
    gap: 2.6rem;
  }
  .about-small-sec-coll {
    justify-content: flex-start;
    gap: 5rem;
  }
  .about-small-sec {
    width: 40%;
  }
}
@media only screen and (max-width: 920px) {
  .about .about-title {
    font-size: 6rem;
  }
  .project {
    width: 35rem;
  }
}
@media only screen and (max-width: 800px) {
  .about-small-sec {
    width: 65%;
  }
}
@media only screen and (max-width: 700px) {
  .header {
    gap: 3rem;
  }
  .header-logo-img {
    height: 6rem;
  }
  .navitem {
    font-size: 2rem;
  }
  .about .about-title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .about .about-span {
    width: 8em;
  }
  .main-left p span {
    font-size: 3rem;
  }
  .about-sec .about-img {
    display: none;
  }
  .header {
    justify-content: center;
  }
  .header-logo-img {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    justify-content: space-evenly;
    gap: 1rem;
    font-size: 2rem;
  }
  .navitem {
    font-size: 1.8rem;
  }
  .about-small-sec {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
