html {
  font-family: "Open Sans", sans-serif;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100vw;
  max-width: 100%;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 1.3rem;
  color: #0653c7;
  padding-top: 25px;
  margin-bottom: 0;
}

p {
  font-size: 1.3rem;
}

ul {
  padding-left: 1.2rem;
}

li {
  font-size: 1.3rem;
}

a {
  text-decoration: none;
}
a:hover {
  color: #aaa;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.container {
  position: relative;
  padding: 0 20px;
}

.full {
  padding: 0;
  margin: 0 0 20px 0;
}

#img-container {
  position: relative;
  background-color: #ddd8d8;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100vw;
}

#image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#slogan {
  position: absolute;
  width: 60%;
  bottom: 130px;
  left: 20%;
  padding: 0;
  margin: 0;
}
#slogan h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.3;
  color: #000;
  text-align: left;
}
#slogan p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
#slogan #lets-talk {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  margin-top: 20px;
  margin-left: 5px;
}

#scrollbtn {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 45px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.4rem;
  text-align: center;
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
}
#scrollbtn:hover {
  background-color: #eef1f3;
  -ms-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.3);
}

#skip-nav-link {
  position: absolute;
  top: 5%;
  left: 20%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: transform 300ms ease-in-out;
  transform: translateY(-500%);
}
#skip-nav-link:focus {
  transform: translateY(0%);
  outline: 0;
}

#logo {
  position: absolute;
  top: 10%;
  left: 20%;
  max-width: 120px;
  height: auto;
}

.profile-item {
  padding-top: 0;
}

.section-title {
  margin-top: -15px;
}

.section-icon {
  font-size: 200px;
  line-height: 1.3;
}
.section-icon .fad {
  --fa-primary-color: rgba(0,80,203,0.7);
  --fa-secondary-color: rgba(13,110,253,0.4);
}

.project-item {
  padding: 8px 8px;
  box-sizing: border-box;
}
.project-item .inner {
  background-color: #eef1f3;
  border-radius: 10px;
  height: 230px;
  position: relative;
}
.project-item .inner .ofcover {
  width: 100%;
  height: 230px;
  object-fit: cover;
  -o-object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 10px;
}
.project-item .inner .ofcover img {
  vertical-align: middle;
  border-style: none;
}
.project-item .inner .ofcover img[class] {
  width: 100%;
}
.project-item .inner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.05);
}
.project-item .inner .overlay .ov-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.project-item .inner .overlay .title {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 10px;
  color: #fff;
  display: none;
}
.project-item .inner .overlay .title h1 {
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 700;
  padding: 0 15px;
}
.project-item .inner .overlay .title p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  padding: 0 15px;
}
.project-item .inner .overlay .title.invers {
  color: #fff;
}

.skill-item h3 {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 2px;
  margin-top: 11px;
}
.skill-item .progress {
  height: 0.25rem;
}

/* ---------------------------------------- */
/* Team                                     */
/* ---------------------------------------- */
.team {
  margin: 70px 0 0 0;
  padding: 20px 0 40px 0;
  background: #eaecee;
  font-family: "Open Sans", sans-serif;
}

.team-box {
  position: relative;
  padding: 30px;
  padding-top: 5em;
  background: #fff;
  float: left;
  width: 100%;
  -ms-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.user {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -73px;
  margin-left: -73px;
  width: 147px;
  height: 147px;
}

.user-img {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  border: 15px solid #eaecee;
}

.user-position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}

/* ---------------------------------------- */
/* Footer                                   */
/* ---------------------------------------- */
.footer {
  margin: 0px 0 0 0;
  padding: 60px 0 70px 0;
  background: #eaecee;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #333;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer a {
  color: #888;
  text-decoration: none;
}
.footer a:hover {
  color: #aaa;
}

@media (max-width: 2500px) {
  #slogan {
    bottom: 130px;
    left: 18%;
  }
  #slogan h1 {
    font-size: 70px;
  }
  #slogan p {
    font-size: 30px;
  }
  #slogan #lets-talk {
    font-size: 2rem;
    margin-top: 80px;
    margin-left: 5px;
  }

  #logo {
    top: 9%;
    left: 18%;
    max-width: 100px;
  }
}
@media (max-width: 1920px) {
  #slogan {
    bottom: 80px;
    left: 14%;
  }
  #slogan h1 {
    font-size: 70px;
  }
  #slogan p {
    font-size: 30px;
  }
  #slogan #lets-talk {
    font-size: 2rem;
    margin-top: 80px;
    margin-left: 5px;
  }

  #logo {
    top: 9%;
    left: 14%;
    max-width: 100px;
  }

  #scrollbtn {
    bottom: 35px;
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
@media (max-width: 1800px) {
  #slogan {
    left: 11%;
  }

  #logo {
    left: 11%;
  }
}
@media (max-width: 1600px) {
  p {
    font-size: 1.2rem;
  }

  li {
    font-size: 1.2rem;
  }

  #slogan {
    bottom: 70px;
    left: 7%;
  }
  #slogan h1 {
    font-size: 60px;
  }
  #slogan p {
    font-size: 26px;
  }
  #slogan #lets-talk {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-left: 2px;
  }

  #logo {
    top: 7%;
    left: 7%;
    max-width: 100px;
  }
}
@media (max-width: 1200px) {
  #slogan {
    bottom: 45px;
    left: 7%;
  }
  #slogan h1 {
    font-size: 48px;
  }
  #slogan p {
    font-size: 23px;
  }
  #slogan #lets-talk {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-left: 1px;
  }

  #logo {
    top: 7%;
    left: 7%;
    max-width: 70px;
  }
}
@media (max-width: 992px) {
  #slogan {
    bottom: 40px;
    left: 45px;
  }
  #slogan h1 {
    font-size: 38px;
  }
  #slogan p {
    font-size: 19px;
  }
  #slogan #lets-talk {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-left: 0px;
  }

  #scrollbtn {
    bottom: 25px;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  #logo {
    top: 7%;
    left: 45px;
    max-width: 50px;
  }

  .section-icon {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  #slogan {
    bottom: 35px;
    left: 40px;
    width: 70%;
  }
  #slogan h1 {
    font-size: 35px;
  }
  #slogan p {
    font-size: 18px;
  }
  #slogan #lets-talk {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 0px;
  }

  #logo {
    top: 9%;
    left: 40px;
    max-width: 50px;
  }

  .profile-item {
    padding-top: 20px;
  }

  .section-title {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section-icon {
    font-size: 70px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
@media (max-width: 544px) {
  p {
    font-size: 1.1rem;
  }

  li {
    font-size: 1.1rem;
  }

  #img-container {
    width: 200vw;
    transform: translateX(-35%);
  }

  #slogan {
    bottom: 20px;
    left: 38%;
    width: 28%;
  }
  #slogan h1 {
    font-size: 28px;
  }
  #slogan p {
    font-size: 16px;
  }
  #slogan #lets-talk {
    font-size: 0.9rem;
    margin-top: 0px;
    margin-left: 0px;
  }

  #scrollbtn {
    display: none;
  }

  #logo {
    top: 9%;
    left: 38%;
    max-width: 45px;
  }

  .profile-item.gallery {
    padding-right: 0;
    padding-left: 0;
  }

  .project-item {
    padding: 0;
    margin: 0;
  }
  .project-item .inner {
    background-color: #eee;
    border-radius: 0;
    height: 250px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  .project-item .inner .ofcover {
    border-radius: 0;
  }
  .project-item .inner .overlay {
    border-radius: 0;
  }
  .project-item .inner .overlay .title h1 {
    padding: 0 25px;
  }
  .project-item .inner .overlay .title p {
    padding: 0 25px;
  }

  .footer {
    font-size: 1.1rem;
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 400px) {
  #slogan h1 {
    font-size: 25px;
  }

  #logo {
    top: 9%;
    left: 38%;
    max-width: 36px;
  }

  .skill-item h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 350px) {
  p {
    font-size: 1rem;
  }

  #slogan {
    bottom: 15px;
    left: 38%;
    width: 28%;
  }
  #slogan h1 {
    font-size: 24px;
  }
  #slogan p {
    font-size: 14px;
  }
  #slogan #lets-talk {
    font-size: 0.8rem;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0.25rem 0.5rem;
  }

  #logo {
    max-width: 30px;
  }

  .footer {
    font-size: 1rem;
    padding: 45px 0 50px 0;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes buttonblink {
  0% {
    background-color: #fff;
    color: #000;
  }
  25% {
    background-color: #0d6efd;
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #000;
  }
  75% {
    background-color: #0d6efd;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #000;
  }
}
@keyframes buttonblink {
  0% {
    background-color: #fff;
    color: #000;
  }
  25% {
    background-color: #0d6efd;
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #000;
  }
  75% {
    background-color: #0d6efd;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #000;
  }
}
.animate {
  -webkit-animation: 1.2s ease 0s normal forwards 1 fadein;
          animation: 1.2s ease 0s normal forwards 1 fadein;
}

.animate2 {
  opacity: 0;
  -webkit-animation: 1.2s ease 0.3s normal forwards 1 fadein;
          animation: 1.2s ease 0.3s normal forwards 1 fadein;
}

.animate3 {
  opacity: 0;
  -webkit-animation: 1.2s ease 0.7s normal forwards 1 fadein;
          animation: 1.2s ease 0.7s normal forwards 1 fadein;
}

.buttonanimate {
  -webkit-animation: 0.6s ease 4s normal forwards 1 buttonblink;
          animation: 0.6s ease 4s normal forwards 1 buttonblink;
}

.navbar .container {
  height: 50px;
}

.imprint {
  font-size: 1.2rem !important;
}
.imprint h1 {
  color: #2654b8;
}/*# sourceMappingURL=styles.css.map */