/*
Theme Name: Angelos Ioannou Portfolio
Author: Angelos Ioannou
Description: My Personal Porftolio Theme for my Website
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
.top-container {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: black;
  color: #eeeeee;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .top-container {
    background: url("./img/stock4.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.top-container .background-vid {
  height: 100%;
  position: relative;
  background-attachment: fixed;
}

.top-container .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  padding: 16px;
  -webkit-animation: 2s ease slide-up;
          animation: 2s ease slide-up;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9999;
}

.top-container .header-nav.pinned {
  background-color: rgba(50, 50, 50, 0.9);
  border-bottom: 1px solid #eeeeee;
}

.top-container .header-nav [class^="logo"] {
  height: 34px;
}

@media screen and (max-width: 480px) {
  .top-container .header-nav {
    padding: 8px;
    height: 24px;
    line-height: 24px;
  }
  .top-container .header-nav [class^="logo"] {
    height: 28px;
    width: auto;
  }
}

.top-container .header-nav .navigation {
  margin-left: 2em;
}

.top-container .header-nav .navigation .nav-item {
  line-height: normal;
  margin-right: 1.5em;
  color: inherit;
}

.top-container .header-nav .navigation .nav-item:visited {
  color: inherit;
}

.top-container .header-nav .navigation .nav-item:hover {
  color: #14ffec;
}

.top-container .header-nav .contact-btn {
  margin-left: auto;
  min-width: 230px;
  border: none;
  background: #0d7377;
  background: -webkit-gradient(linear, left top, left bottom, from(#14ffec), to(#0d7377));
  background: linear-gradient(top, #14ffec 0%, #0d7377 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$from, endColorstr=$to,GradientType=0 );
  border-radius: 8px;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  display: block;
  text-align: center;
}

.top-container .header-nav .contact-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 1224px) {
  .top-container .header-nav .contact-btn {
    min-width: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .top-container .header-nav .contact-btn {
    min-width: 100px;
  }
}

.top-container .header-nav .contact-icon {
  margin-left: auto;
  margin-right: 8px;
  position: relative;
  text-align: right;
}

.top-container .header-nav .contact-icon img {
  height: 100%;
  width: auto;
}

.top-container .about-me-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 66px;
  left: 10%;
  bottom: 0;
}

.top-container .about-me-block h1 {
  position: relative;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
  .top-container .about-me-block h1 {
    font-size: 1.5em;
  }
}

.top-container .about-me-block h1.animated::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #14ffec;
  -webkit-animation: slide-side 2s ease;
          animation: slide-side 2s ease;
}

@media screen and (max-width: 480px) {
  .top-container .about-me-block h2 {
    font-size: 1.25em;
  }
}

.top-container .about-me-block .profile-description {
  max-width: 480px;
  color: #a2a2a2;
  -webkit-animation: 4s ease slide-up;
          animation: 4s ease slide-up;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .top-container .about-me-block {
    left: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}

#aboutMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #212121;
  position: relative;
  padding: 65px 16px;
  background-color: #eeeeee;
}

#aboutMe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212121;
  z-index: 99;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#aboutMe.animate::before {
  left: 100%;
}

#aboutMe .picture-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

#aboutMe .picture-container .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #eeeeee;
  border: 4px solid #0d7377;
}

#aboutMe .description-container {
  max-width: 600px;
}

#leistungen {
  background-color: #323232;
  padding: 65px 8px;
  color: #eeeeee;
  background: #323232;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#323232));
  background: linear-gradient(top, #eeeeee 0%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$from, endColorstr=$to,GradientType=0 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
}

#leistungen .leistung-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1000px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#leistungen .leistung-card-container .leistung-card {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 4px;
  margin-bottom: 16px;
  border-top: 2px solid #0d7377;
  width: 100%;
  max-width: 300px;
  height: 300px;
  opacity: 0;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 2px 5px 0px #525252;
          box-shadow: 0px 2px 5px 0px #525252;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#leistungen .leistung-card-container .leistung-card:hover {
  background-color: #323232;
  color: #eeeeee;
}

#leistungen .leistung-card-container .leistung-card .leistung-card__icon {
  height: 20%;
  padding-top: 8px;
  text-align: center;
}

#leistungen .leistung-card-container .leistung-card .leistung-card__header {
  font-size: 1.25em;
  text-align: center;
  margin: 8px 0;
}

#leistungen .leistung-card-container .leistung-card .leistung-card__desc {
  padding: 0 8px;
}

#leistungen .leistung-card-container .leistung-card.animate {
  -webkit-animation: slide-up-fast ease 0.5s;
          animation: slide-up-fast ease 0.5s;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #leistungen .leistung-card-container {
    max-width: 800px;
  }
  #leistungen .leistung-card-container .leistung-card {
    height: 250px;
    width: 250px;
  }
}

#referenzen {
  padding: 65px 16px;
  background: #212121;
  background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#212121));
  background: linear-gradient(top, #323232 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$from, endColorstr=$to,GradientType=0 );
  color: #eeeeee;
  position: relative;
}

#referenzen .section-header {
  text-align: center;
  margin-bottom: 40px;
}

#referenzen .projects-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

#referenzen .project-container {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#referenzen .project-container .text-container,
#referenzen .project-container .image-container {
  padding: 8px;
  opacity: 0;
}

#referenzen .project-container .text-container.animate,
#referenzen .project-container .image-container.animate {
  -webkit-animation: slide-up-fast ease 0.5s;
          animation: slide-up-fast ease 0.5s;
  opacity: 1;
}

#referenzen .project-container .text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}

#referenzen .project-container .text-container .text-container__title {
  border-bottom: 2px solid #14ffec;
}

#referenzen .project-container .text-container .text-container__desc {
  margin: 16px 0;
}

#referenzen .project-container .text-container .text-container__link {
  color: #14ffec;
  border: 2px solid #14ffec;
  min-width: 160px;
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 2px;
}

#referenzen .project-container .text-container .text-container__link:hover {
  background-color: #14ffec;
  color: #212121;
  font-weight: bold;
}

#referenzen .project-container .image-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

#referenzen .project-container .image-container .main-image {
  width: 100%;
  height: auto;
}

#referenzen .project-container .image-container .responsive-image {
  float: right;
  -webkit-transform: translate(8px, -40%);
          transform: translate(8px, -40%);
  position: relative;
  width: 30%;
  height: auto;
  border: 2px solid black;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  #referenzen .project-container .image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  #referenzen .project-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: calc(768px + 1px)) {
  #referenzen .project-container:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.kontakt {
  padding: 65px 8px 0 8px;
  background-color: #0d7377;
  position: relative;
}

.kontakt .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  margin: auto;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  background-color: #eeeeee;
  padding: 16px 8px;
  opacity: 0;
  -webkit-box-shadow: 0px 3px 4px 0px #424242;
          box-shadow: 0px 3px 4px 0px #424242;
  color: #212121;
}

.kontakt .form-container.animate {
  opacity: 1;
  -webkit-animation: slide-from-left 1s ease;
          animation: slide-from-left 1s ease;
}

.kontakt .form-container .form-header {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .kontakt .form-container .form-header {
    font-size: 1.5em;
  }
}

.kontakt .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.kontakt .form-group input {
  min-width: 0;
}

@media screen and (min-width: calc(768px + 1px)) {
  .kontakt .form-group input {
    margin-left: 4px;
    margin-right: 4px;
  }
  .kontakt .form-group input:first-child {
    margin-right: 4px;
    margin-left: 0;
  }
  .kontakt .form-group input:last-child {
    margin-left: 4px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .kontakt .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kontakt .submit-btn {
  background-color: #0d7377;
  color: #eeeeee;
}

.kontakt .submit-btn:hover {
  cursor: pointer;
}

#responses {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#responses.sending {
  color: #212121;
}

#responses.successfull {
  color: #0d7377;
}

#responses.failed {
  color: crimson;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: gainsboro;
  border-radius: 8px;
  padding: 6px;
  width: 100%;
  margin-bottom: 8px;
}

#projekte {
  padding: 65px 8px;
  position: relative;
  color: #212121;
  overflow-x: hidden;
}

#projekte:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 50%;
  height: 100px;
  background-color: #0d7377;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
  z-index: -10;
}

#projekte:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 50%;
  height: 100px;
  background-color: #0d7377;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  z-index: -10;
}

#projekte .section-header {
  text-align: center;
  margin-bottom: 40px;
}

#projekte .small-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: auto;
}

#projekte .small-projects .small-project-container {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background-color: #0d7377;
  color: #eeeeee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 16px 16px 24px 16px;
  margin: 8px;
  -webkit-box-shadow: 0px 2px 5px 0px #525252;
          box-shadow: 0px 2px 5px 0px #525252;
}

#projekte .small-projects .small-project-container .small-project__header {
  margin: 0 0 8px 0;
  margin-bottom: 24px;
}

#projekte .small-projects .small-project-container .small-project__desc {
  color: gainsboro;
}

#projekte .small-projects .small-project-container:hover {
  background-color: #15b6bc;
}

.footer {
  padding: 65px 16px;
  background-color: #212121;
  color: #eeeeee;
}

.footer p {
  margin: 8px 0;
}

@-webkit-keyframes slide-side {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes slide-side {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes slide-absolute {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@keyframes slide-absolute {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-up-fast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-up-fast {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-from-left {
  0% {
    -webkit-transform: translate(-200%, -120px);
            transform: translate(-200%, -120px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -120px);
            transform: translate(0, -120px);
    opacity: 1;
  }
}

@keyframes slide-from-left {
  0% {
    -webkit-transform: translate(-200%, -120px);
            transform: translate(-200%, -120px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -120px);
            transform: translate(0, -120px);
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #eeeeee;
}

body,
html,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

.hidden {
  display: none;
}

@media screen and (max-width: 480px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: calc(480px + 1px)) {
  .show-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-tablets {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-laptops {
    display: none !important;
  }
}

@media screen and (max-width: 1224px) {
  .hide-large {
    display: none !important;
  }
}

* {
  outline: none;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 1224px) {
  * {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  * {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */