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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.scroll-fix::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -30px;
}

.underline {
  width: 10%;
  max-width: 100px;
  height: 1px;
  margin: 5px auto;
  background-color: whitesmoke;
  text-shadow: 0px 0px 2px black;
}

.boldSentence {
  font-weight: bold;
}

.bl {
  margin-bottom: 15px;
}

.hero-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 29, 73, 0.5);
}

.headerTitle {
  color: whitesmoke;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  padding: 10px;
  text-align: center;
}

a:not(.sportowaKuzniaLink) {
  text-decoration: none;
  color: #96abd3;
  transition: color 0.3s;
}

a:hover:not(.sportowaKuzniaLink) {
  color: gold;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 40px;
  z-index: 10;
  background-image: url(imgs/header.jpg);
  background-size: cover;
  background-position: 50% 25%;
  background-attachment: fixed;
}
.header .title {
  display: block;
  font-size: 50px;
  text-align: center;
  padding: 0px 20px 5px 20px;
  margin: 0px 5px 10px 5px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.253);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: pre-wrap;
  background-image: url(imgs/mountain.jpg);
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
  background-attachment: fixed;
  --webkit-background-clip: text;
  color: transparent;
  animation: backgroundHeaderColor 2.5s;
}
.header .upperTitle {
  margin: 0 5px 0px 5px;
  padding: 20px 20px 5px 20px;
}
.header .underline {
  width: 10%;
  height: 1px;
  margin: 5px auto;
  background-color: whitesmoke;
  text-shadow: 0px 0px 2px black;
}
.header .subtitle {
  font-size: 30px;
  text-align: center;
  padding: 5px 30px 0 30px;
  color: rgba(255, 255, 255, 0.7725490196);
  text-shadow: 2px 2px 5px black;
}
.header .bouncingArrow {
  display: block;
  position: absolute;
  bottom: 25px;
  font-size: 35px;
  left: 50%;
  transform: translate(-50%);
  color: #65a2ff;
}

.aboutMe {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #00081a;
}
.aboutMe .hero-shadow {
  background-color: rgba(0, 0, 0, 0.5);
}
.aboutMe .descriptionWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 700px;
}
.aboutMe .descriptionWrapper .paragraphsWrapper {
  margin-bottom: 50px;
}
.aboutMe .descriptionWrapper .paragraphsWrapper .hero-shadow {
  display: none;
}
.aboutMe .descriptionWrapper .paragraphsWrapper .authorDescription {
  color: whitesmoke;
  text-align: justify;
  padding: 10px 20px 0px 20px;
  letter-spacing: 1px;
  line-height: 28px;
}
.aboutMe .personalData {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 30px;
  padding: 20px 0;
  font-size: 16px;
}
.aboutMe .personalData .photo {
  position: relative;
  background-image: url(imgs/profile2.jpg);
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px whitesmoke;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 1;
  margin: 10px auto 30px;
}
.aboutMe .personalData .personalTitle {
  color: whitesmoke;
  text-align: center;
  margin: 0px auto -26px auto;
  background-color: #00081a;
  text-transform: uppercase;
  padding: 5px;
  z-index: 10;
}
.aboutMe .personalData .box {
  display: flex;
  flex-direction: column;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  box-shadow: 2px 2px 5px black;
  background-color: rgba(21, 45, 112, 0);
  padding: 20px;
  margin: 5px;
}
.aboutMe .personalData .box .wingSidesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.aboutMe .personalData .box .wingSidesWrapper .leftSide, .aboutMe .personalData .box .wingSidesWrapper .rightSide {
  padding-left: 10px;
  padding-right: 10px;
}
.aboutMe .personalData .box .wingSidesWrapper .leftSide ul, .aboutMe .personalData .box .wingSidesWrapper .rightSide ul {
  list-style-type: none;
  padding: 10px;
}
.aboutMe .personalData .box .wingSidesWrapper .leftSide .titleList, .aboutMe .personalData .box .wingSidesWrapper .rightSide .titleList {
  font-weight: bold;
  text-transform: uppercase;
  color: #96abd3;
}
.aboutMe .personalData .box .wingSidesWrapper .leftSide li, .aboutMe .personalData .box .wingSidesWrapper .rightSide li {
  color: whitesmoke;
}
.aboutMe .personalData .box .bottomSide {
  padding: 0px 10px;
}
.aboutMe .personalData .box .bottomSide ul {
  list-style-type: none;
  padding: 0px 10px;
}
.aboutMe .personalData .box .bottomSide .titleList {
  font-weight: bold;
  text-transform: uppercase;
  color: #96abd3;
}
.aboutMe .personalData .box .bottomSide li {
  color: whitesmoke;
}

.softSkills {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  top: 0;
  padding: 20px;
  height: 100%;
  background-color: #000a22;
}
.softSkills .skill {
  position: relative;
  opacity: 0;
  display: block;
  text-align: center;
  color: whitesmoke;
  padding: 30px 5px;
  max-width: 465px;
  margin: 0 auto;
  cursor: pointer;
  transition: 1s;
}
.softSkills .skill h3 {
  text-transform: uppercase;
}
.softSkills .skill .skillTitle {
  padding: 20px 10px;
}
.softSkills .skill .skillIcon {
  font-size: 75px;
  color: #96abd3;
}
.softSkills .skill .skillDescription {
  text-align: center;
  padding: 5px 20px 5px 20px;
  letter-spacing: 0px;
  line-height: 28px;
  transition: 0.3s;
}
.softSkills .animate__zoomIn {
  opacity: 1;
}

.projects {
  position: relative;
  padding: 30px 20px;
  background-color: #000c2e;
  background-image: url(imgs/projectsbackground.jpg);
  background-size: cover;
  background-position: left;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: whitesmoke;
  z-index: 1;
}
.projects .hero-shadow {
  background-color: rgba(0, 8, 29, 0.85);
}
.projects .techWrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.projects .techWrapper .sportowaKuzniaLink {
  text-decoration: none;
  color: whitesmoke;
  transition: transform 0.3s;
}
.projects .techWrapper .sportowaKuzniaLink:hover {
  transform: scale(1.2);
}
.projects .techWrapper .sportowaKuzniaLink:hover .techDescription, .projects .techWrapper .sportowaKuzniaLink:hover .techTitle {
  color: gold;
}
.projects .techWrapper .card {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  transition: opacity 1s;
}
.projects .techWrapper .card .techTitle {
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-size: 32px;
  text-transform: uppercase;
  transition: color 0.3s;
}
.projects .techWrapper .card .projectGif {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 350px;
  height: 400px;
  margin: 0 auto;
  z-index: 1;
  background: royalblue;
  border-radius: 10px;
  background-image: url(imgs/sportowa.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.projects .techWrapper .card .projectGif .techList {
  list-style-type: none;
}
.projects .techWrapper .card .projectGif .techList .techEl {
  padding: 10px;
  text-align: center;
  font-size: 32px;
  text-shadow: 2px 2px 5px black;
}
.projects .techWrapper .card .projectGif .techList .frontendEl {
  color: #f3ec91;
}
.projects .techWrapper .card .projectGif .techList .frontendEl:first-child {
  color: #f3c591;
}
.projects .techWrapper .card .projectGif .techList .testEl {
  color: #91c7f3;
}
.projects .techWrapper .card .projectGif .techList .testEl:first-child {
  color: #f39191;
}
.projects .techWrapper .card .projectGif .techList .testEl:last-child {
  color: #b8f391;
}
.projects .techWrapper .card .projectGif .hero-shadow {
  background: rgb(9, 9, 121);
  background: linear-gradient(0deg, rgba(0, 12, 46, 0.9) 30%, rgba(0, 0, 0, 0) 100%);
  border-radius: 8px;
}
.projects .techWrapper .card .testProject {
  background-image: url(imgs/sql.gif);
  background-position: top;
}
.projects .techWrapper .card .techDescription {
  text-align: left;
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
  letter-spacing: 0px;
  line-height: 28px;
  max-width: 350px;
  background-color: rgba(0, 12, 46, 0.9);
  border-bottom-left-radius: 10px;
  color: rgb(214, 214, 214);
  transition: color 0.3s;
}
.projects .techWrapper .testing {
  transition-delay: 1s;
  animation-delay: 1s;
}
.projects .techWrapper .animate__slideInLeft {
  opacity: 1;
}
.projects .techWrapper .animate__slideInRight {
  opacity: 1;
}
.projects .techSummary {
  text-align: center;
  font-size: 20px;
}

.certs, .certifications {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  top: 0;
  padding: 20px;
  height: 100%;
  background-color: #000d2b;
}
.certs .certs, .certifications .certs {
  color: whitesmoke;
}
.certs .certs .certContainer, .certifications .certs .certContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 465px;
  margin: 0px auto;
  opacity: 0;
  padding: 30px 0;
}
.certs .certs .certContainer .logo, .certifications .certs .certContainer .logo {
  height: 100px;
  margin: 0 auto;
}
.certs .certs .certContainer .certTitle, .certifications .certs .certContainer .certTitle {
  text-align: center;
  padding: 30px 10px 0px 10px;
}
.certs .certs .certContainer .certDesc, .certifications .certs .certContainer .certDesc {
  text-align: center;
  padding: 5px 20px 5px 20px;
  margin: 20px auto 10px;
  letter-spacing: 0px;
  line-height: 28px;
}
.certs .certs .animate__zoomIn, .certifications .certs .animate__zoomIn {
  opacity: 1;
}
.certs .bigCerts, .certifications .bigCerts {
  justify-content: space-evenl;
}
.certs .bigCert, .certifications .bigCert {
  align-self: center;
  min-width: 260px;
  max-width: 400px;
  margin: 80px 0;
  box-shadow: 0 0 30px #00267e;
  cursor: pointer;
  transition: transform 1s;
}
.certs .istqbCert, .certifications .istqbCert {
  max-width: 600px;
  max-height: 450px;
}
.certs .bigCert:hover, .certifications .bigCert:hover {
  position: relative;
  transform: scale(1.7);
  z-index: 1000;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  background-color: #00081a;
  margin: 0;
  color: white;
}
.footer .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}
.footer .wrapper .contact, .footer .wrapper .quicklinks {
  margin-top: 30px;
}
.footer .wrapper .contact .title, .footer .wrapper .quicklinks .title {
  text-align: center;
  padding: 15px;
}
.footer .wrapper .contact .linklist, .footer .wrapper .quicklinks .linklist {
  list-style-type: none;
  text-align: center;
}
.footer .wrapper .contact .linklist .quickLink, .footer .wrapper .quicklinks .linklist .quickLink {
  padding: 10px;
}
.footer .wrapper .contact .mail, .footer .wrapper .quicklinks .mail {
  padding: 10px;
}
.footer .wrapper .contact .icons, .footer .wrapper .quicklinks .icons {
  text-align: center;
  margin-top: 20px;
}
.footer .wrapper .contact .icons .icon, .footer .wrapper .quicklinks .icons .icon {
  margin: 0 auto;
  padding: 20px;
}
.footer .wrapper .contact .icons .icon .socialIcon, .footer .wrapper .quicklinks .icons .icon .socialIcon {
  font-size: 38px;
}
.footer .copyright {
  border-top: 1px solid whitesmoke;
  padding-top: 30px;
  margin: 15px 0px;
}

@media screen and (min-width: 420px) {
  .box {
    font-size: 22px;
  }
}
@keyframes backgroundHeaderColor {
  0% {
    color: white;
  }
  100% {
    color: transparent;
  }
}/*# sourceMappingURL=style.css.map */