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

body {
  font-family: 'Inter', sans-serif;
}

h2,
.bg-infor,
.navbar-light .navbar-nav .nav-link {
  color: #3a4a42;
}

h2 {
    font-size: 1.8rem;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
  line-height: 44px;
  font-style: normal;
}

.navbar-light .navbar-nav .nav-link,
.welcome {
  font-weight: 600;
}

.bg-infor {
  background-color: #ebf0ee;
}

.welcome {
  position: static;
  height: 28px;
  top: 10px;
  left: 12px;
  line-height: 28px;
  font-size: 32px;
  text-align: center;
}

.fas .fa-bars,
.navbar-light .navbar-toggler,
.navbar-light .navbar-brand {
  color: #28352f;
}

.introd-one,
.introd-two,
.contact-links,
.direct-flow,
.headline-two,
.about-me-header {
  text-align: center;
  font-style: normal;
  color: #172b4d;
}

.introd-one,
.introd-two,
.contact-links,
.direct-flow,
.headline-two {
  position: relative;
  margin: 0 auto;
  width: 80%;
  z-index: 3;
}

.introd-one,
.headline-two {
  top: 80px;
}

.introd-one,
.headline-two,
.about-me-header,
.form-div > p.expression {
  font-weight: bold;
  line-height: 52px;
  font-size: 40px;
}

.introd-one > span {
  color: green;
}

.introd-two {
  top: 110px;
}

.introd-two,
.about-me-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

.contact-links {
  top: 140px;
}

.contact-links > span,
.contact-links-two > span {
  padding: 5px;
}

.direct-flow {
  top: 190px;
}

.headline {
  width: auto;
  height: 599.77px;
  background-image: url('../images/header-illsutration-mobile.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.headline-two {
  top: 70px;
  margin-bottom: 80px;
}

.project {
  height: auto;
  margin: 0 0 10px 0;
}

.wrapper,
.wrapper-two,
.modal-wrapper {
  width: 95%;
  margin: 0 auto;
  height: auto;
}

.wrapper,
.wrapper-two {
  height: auto;
  border: 1px solid rgb(202, 195, 195);
  border-radius: 10px;
}

.modal-wrapper {
  height: auto;
  margin-top: 10px;
}

.image-container-project,
.img-container,
.wrapper-two {
  background-color: #e5e5e5;
}

.wrapper-two {
  height: 460px;
}

.image-container-project,
.img-container {
    height: 301px;
    margin: auto;
    width: 98%;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.image-container-project,
.img-container,
.logo-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.image-container-project > img,
.img-container > img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.language,
.modal-language {
  background-color: rgb(255, 255, 255);
}

.language {
  margin: auto;
  height: 235px;
  border-radius: 10px;
  border: 1px solid rgb(202, 195, 195);
  width: 98%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.modal-language {
  height: auto;
}

.modal-img-container {
  border-radius: 10px;
  height: 200px;
  border: 1px solid grey;
}

.modal-content {
  border-radius: 1.3rem;
  padding-right: 2px;
  padding-left: 2px;
}

/* .project-link > a,
.submit-btn {
    color: #fff;
} */

.about-me-header {
  background-image: url('../images/graphics/illustration\ 1-\ about\ me-mobile.svg');
  background-repeat: no-repeat;
  background-position: right;
  height: 100px;
}

.liveview {
  background-image: url('../images/icons/see\ live\ icon.svg');
  background-repeat: no-repeat;
  background-position: right;
}

.sourcecode {
  background-image: url('../images/icons/Vector.svg');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 5px;
}

.about-me-header > span {
  position: relative;
  top: 50px;
}

.about-me-text {
  text-align: center;
  margin: 0 auto;
  width: 85%;
  margin-top: 35px;
}

.bg-success-resume {
  background-color: #51BD69;
  font-size: 18px;
}

.about-me-resume {
  background-image: url('../images/graphics/illustration\ 2-about\ me\ mobile.svg');
  background-repeat: no-repeat;
  background-position: left;
  height: 100px;
}

.about-me-resume > span {
  position: relative;
  top: 30px;
}

.bg-success-resume,
.about-me-resume > span > a {
    color: #370606;
}

.bg-inform:hover {
    color: #fff;
}

.bg-inform {
  background-color: #0C0808;
  color: #35B152;
}

.skills {
  margin-top: 30px;
}

.image-logo {
  position: relative;
  top: 70px;
}

.logo-image {
  height: 250px;
}

.foot {
  background-image: url('../images/graphics/illustration-contact-form.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 740px;
}

.contact-links-two {
  margin-top: 50px;
  text-align: center;
}

/* #region Tablet version (Tablet: up to 768px) */
@media screen and (min-width: 768px) {
  .header-cl {
    position: absolute;
    z-index: 21;
    width: 100%;
  }

  .bg-whitee {
    margin: 0 auto;
    background-color: none;
  }

  .introd-one {
    top: 220px;
  }

  .introd-two {
    top: 240px;
    width: 60%;
  }

  .contact-links {
    top: 260px;
  }

  .direct-flow {
    top: 340px;
  }

  .description {
      margin: auto;
      width: 98%;
      border-radius: 10px;
  }

  .description > ol,
  .description > p {
      font-size: 14px;
      line-height: 24px;
      font-weight: normal;
  }

  .image-container-project {
      height: auto;
      min-height: 600px;
      margin-bottom: 0;
  }

  .img-container > p {
      padding: 0 20px 0 20px;
  }

  .wrapper-two {
    width: 100%;
  }

  .form-div {
    margin-top: 50px;
    height: 400px;
  }

  .expression {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 15px;
  }

  .contact-form {
    width: 93%;
    margin: 0 auto;
  }
}

/* #endregion */

/* #region Desktop version (Desktop: up to 1024px) */
@media screen and (min-width: 1023px) {
  .headline {
    position: relative;
    z-index: 2;
    height: 1000.77px;
    background-image: url('../images/Header-llustration-desktop.svg');
  }

  .about-me-header {
    background-image: url('../images/desktop/Frame-r.svg');
    background-size: 140px;
    height: 150px;
  }

  .about-me-resume {
    background-image: url('../images/desktop/illustration-about-me-2-desktop.svg');
    background-size: 140px;
    height: 150px;
  }

  .about-me-text {
    width: 60%;
    margin-top: -30px;
  }

  .moving {
    position: relative;
    top: -350px;
    z-index: -1;
  }

  .div-right,
  .div-left,
  .div-center {
    background-repeat: no-repeat;
    height: 450px;
  }

  .div-left,
  .div-center {
    background-position: bottom left;
  }

  .div-right {
    background-image: url('../images/desktop/Frame-fr.svg');
    background-position: bottom right;
  }

  .div-left {
    background-image: url('../images/desktop/Frame-fl.svg');
  }

  .div-center {
    position: relative;
    top: -70px;
    background-image: url('../images/desktop/illustration-2-contact-form-desktop.svg');
  }

  .contact-links-two {
    margin-top: 10px;
  }

  .form-div {
    height: auto;
  }

  .expression {
    padding: 0 15px 0 50px;
  }

  .foot {
    background: none;
  }
}

/* #endregion */

/* #region TV and extra large screen version (TV or Extra Large: from 1024px) */
@media screen and (min-width: 1024px) {
  .expression {
    padding: 0 5px 0 120px;
  }

  .contact-form {
    width: 80%;
    margin-left: 25px;
  }

  .moving {
    position: absolute;
    top: 3950px;
    z-index: -1;
  }
}

/* #endregion */

/* #region TV and extra large screen version (TV or Extra Large: from 1366px) */
@media screen and (min-width: 1366px) {
  .moving {
    top: 3350px;
  }
}

/* #endregion */
