html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300px);
  }
}
html {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  background: #F0F0F0;
}

*, *::before, *::after {
  box-sizing: inherit;
}

a:hover {
  color: #F7E293;
}

footer {
  font-size: 1rem;
  text-align: center;
  color: rgba(242, 244, 245, 0.4);
  background: #3C5E74;
}

p {
  font-size: 1.5rem;
  line-height: 1.55;
}

a {
  text-decoration: none;
  font-size: 2.25rem;
  font-weight: 600;
}

span {
  font-size: 2.25rem;
  font-weight: 600;
}

ul {
  font-size: 2.25rem;
  line-height: 2;
}

h3 {
  font-size: 2.25rem;
}

h2 {
  font-size: 3.375rem;
}

h1 {
  font-size: 5.0625rem;
}

@media (max-width: 420px) {
  footer {
    font-size: 1rem;
    text-align: center;
    color: rgba(242, 244, 245, 0.4);
    background: #3C5E74;
  }
  p {
    font-size: 1.333rem;
    line-height: 1.55;
  }
  a {
    text-decoration: none;
    font-size: 1.776889rem;
    font-weight: 600;
  }
  span {
    font-size: 1.776889rem;
    font-weight: 600;
  }
  ul {
    font-size: 1.776889rem;
    line-height: 2;
  }
  h3 {
    font-size: 1.776889rem;
  }
  h2 {
    font-size: 2.368593037rem;
  }
  h1 {
    font-size: 3.1573345183rem;
  }
}
em {
  color: #3C5E74;
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100vw;
  background: #3C5E74;
  height: auto;
  padding: 1rem;
  color: #F0F0F0;
  z-index: 10000;
}
.cookie-banner__text a {
  text-decoration: underline;
  color: #F0F0F0;
}
.cookie-banner__text a:hover {
  color: #FDB078;
}
.cookie-banner__button {
  display: inline-block;
  cursor: pointer;
  width: 150px;
  height: 40px;
  padding: 1rem;
  margin: 1rem;
}
.cookie-banner__button-1 {
  background: #FDB078;
  transition: all 0.2s ease-in;
}
.cookie-banner__button-1:hover {
  transform: scale(1.03, 1.03);
  color: #3C5E74;
  background: #fecdaa;
}
.cookie-banner__button-2 {
  border: 1.5px solid #F0F0F0;
  transition: all 0.2s ease-in;
}
.cookie-banner__button-2:hover {
  color: #3C5E74;
  transform: scale(1.03, 1.03);
  background: #F0F0F0;
}

#cookie__close,
#cookie__info {
  display: inline-block;
  margin: auto 1rem;
  cursor: pointer;
  color: #0c709e;
  text-decoration: none;
  transition: all 0.3s;
}

#cookie__close:hover,
#cookie__info:hover {
  color: rgba(118, 205, 255, 0.7);
}

body {
  margin: 0;
  padding: 0;
}

.cbox {
  width: 50%;
  height: 60%;
  position: absolute;
  margin: auto;
  top: 20%;
  left: 25%;
  background: grey;
}
.cbox_overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(41, 41, 41, 0.5);
}
.cbox_header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  top: 0;
  width: 100%;
  height: 3rem;
  background: white;
}
.cbox_footer {
  background: white;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 3rem;
  bottom: 0;
}

.btn {
  width: 10rem;
}
.btn-prim {
  background: rgb(90, 255, 153);
}
.btn-opt {
  background: rgb(255, 255, 255);
}

::-moz-selection {
  color: #3C5E74;
  background: #c3a18b;
}

::selection {
  color: #3C5E74;
  background: #c3a18b;
}

hr {
  color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  visibility: hidden;
}

header {
  position: relative;
}

body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 0.7rem;
}

::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.languages {
  position: absolute;
  left: 1%;
  bottom: 1%;
  z-index: 10;
}
.languages > * {
  margin: 0 1rem;
  font-size: 1.5rem;
  text-decoration: none;
}
.languages a:active {
  color: #88BE91;
}
.languages a:hover {
  color: #fefcf2;
}

.header__logo {
  background: #F0F0F0 url(../media/logo.png) center no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  margin: 2rem;
}

.nav {
  position: absolute;
  right: 0;
  text-align: right;
  margin: 4rem;
}
.nav__wrapper {
  position: relative;
}
.nav__menu {
  color: #F7E293;
  display: inline-block;
}
.nav__menu:hover {
  color: white;
}
.nav__menu-link {
  display: inline-block;
  color: #3C5E74;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nav__menu-link:visited {
  color: #3C5E74;
}
.nav__menu-link:hover {
  color: #779fb9;
}
.nav__menu-link:active {
  color: #88BE91;
}
.nav__list {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -6rem;
  margin-top: 1rem;
}
.nav__item {
  background-color: #3C5E74;
  border-radius: 30px;
  height: 6rem;
  width: 15rem;
  margin: 0.6rem 0;
  padding: 0.5rem 2rem;
}
.nav__item:visited .nav__item__link {
  color: #F7E293;
}
.nav__item:hover .nav__item__link {
  color: white;
}
.nav__link {
  color: #F0F0F0;
  display: inline-block;
  text-align: right;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.nav__link:hover {
  color: #F7E293;
}
.nav__link:active {
  color: #3C5E74;
}

.intro {
  width: 100%;
  height: 100vh;
  background: url(../media/portrait.png) right no-repeat;
  background-position: 93% bottom;
  background-size: 55vh;
  display: flex;
}
.intro__photo {
  height: inherit;
  width: inherit;
  position: absolute;
  background: linear-gradient(45deg, rgba(24, 30, 32, 0.7), rgba(24, 30, 32, 0.3));
  z-index: -1;
}

.center-content {
  color: #F0F0F0;
  text-align: left;
  align-self: center;
  margin: 0 7%;
}
.center-content__link {
  display: inline-block;
  width: 100%;
}
.center-content__subtitle {
  color: #FDB078;
  margin-bottom: 20px;
}
.center-content__button {
  background: linear-gradient(45deg, #F7E293, #FDB078);
  padding: 2rem;
  border-radius: 2rem;
  color: #3C5E74;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 40px;
  text-align: center;
}
.center-content__button:hover {
  transform: scale(1.1, 1.1);
  background: linear-gradient(45deg, #FDB078, #F36879);
  color: #F0F0F0;
}

.about {
  background: #F0F0F0;
  width: 100%;
  padding: 7%;
  display: flex;
  flex-direction: column;
  color: #3C5E74;
}
.about__txt {
  width: 45%;
  margin: 2rem 0;
}

.section__title {
  text-align: left;
  line-height: 10rem;
  padding-bottom: 2rem;
}

.portfolio {
  padding: 7%;
  background: #F0F0F0;
  margin: 0;
  color: #3C5E74;
}
.portfolio__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 4% 0;
}
.portfolio__item {
  text-align: center;
  line-height: 1.5;
  margin: 1rem 1rem;
  align-self: center;
}
.portfolio__item-img {
  width: 380px;
  height: 186px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion {
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px 36px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 12px;
}
.accordion__panel {
  background-color: rgba(247, 226, 147, 0.1);
  border-radius: 0 0 20px 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 4% 0;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

.grafika {
  background-color: #F36879;
  color: #F0F0F0;
}
.grafika:hover {
  background-color: #f797a3;
}

.panel__grafika {
  border: 5px solid #F36879;
  background-color: rgba(243, 104, 121, 0.1);
}

.ux {
  background-color: #2A9C9D;
  color: #F0F0F0;
}
.ux:hover {
  background-color: #35c4c5;
}

.panel__ux {
  background-color: rgba(42, 156, 157, 0.1);
  border: 5px solid #2A9C9D;
}

.frontend {
  background-color: #F7E293;
  color: #3C5E74;
}
.frontend:hover {
  background-color: #fbefc2;
}

.panel__frontend {
  background-color: rgba(247, 226, 147, 0.2);
  border: 5px solid #F7E293;
}

.contact {
  padding: 7%;
  padding-bottom: 10px;
  background: #3C5E74;
  color: #F0F0F0;
}
.contact a {
  color: inherit;
}
.contact a:hover {
  color: #F7E293;
}
.contact__methods {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.contact__form .contact__others {
  padding: 5%;
}
.contact__form button, .contact__form input, .contact__form textarea {
  width: 100%;
  font-size: inherit;
  padding: 1%;
}
.contact__others {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact__direct {
  margin-bottom: 5%;
}
.contact__phone {
  display: flex;
}
.contact__phone::before {
  content: url("./media/phone.svg");
  margin-right: 10px;
}
.contact__email {
  display: flex;
}
.contact__email::before {
  content: url("./media/mail.svg");
  margin-right: 10px;
}
.contact__social {
  display: flex;
  justify-content: space-around;
}
.contact__social a {
  font-size: 1.5rem;
}
.contact__social a:hover {
  color: #F7E293;
}

.backToTop {
  position: fixed;
  right: 4vh;
  bottom: 6vh;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  border-radius: 3rem;
  border-style: none;
  background: url("../media/upwards-arrow.svg") center no-repeat;
  cursor: pointer;
  outline: 0;
  font-size: 7rem;
}

.hidden {
  visibility: hidden;
}

.isActive {
  color: #F36879;
}

.isInactive {
  color: #F7E293;
}

.lightbox, .lightbox__overlay {
  position: fixed;
  overflow: overlay;
}

.lightbox {
  background-color: #F0F0F0;
  border-radius: 10px;
}
.lightbox__overlay {
  background: rgba(20, 28, 33, 0.7);
  top: 0;
}
.lightbox__close {
  cursor: pointer;
  position: fixed;
  right: 3%;
  top: 3%;
  font-size: 2rem;
  z-index: 11;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.lightbox__head {
  width: 100%;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
}
.lightbox__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.lightbox__content--subtitle {
  line-height: 2;
}
.lightbox__content--section {
  margin: 5rem 0 0 0;
}
.lightbox__content--sectiontitle {
  line-height: 2;
  padding: 1rem 10%;
  margin: 2rem 0;
}
.lightbox__content--linkcontainer {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.lightbox__content--link {
  display: inline-block;
  background: linear-gradient(45deg, #F7E293, #FDB078);
  padding: 1rem;
  border-radius: 1rem;
  color: #3C5E74;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem 0;
  align-self: center;
}
.lightbox__content--link:hover {
  transform: scale(1.03, 1.03);
  background: linear-gradient(45deg, #FDB078, #F36879);
  color: #F0F0F0;
}
.lightbox__content--tag {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem;
  align-self: center;
}
.lightbox__content--presentation {
  font-size: 1.6rem;
  width: 100%;
  align-self: center;
  margin: 1rem auto 4rem auto;
}
.lightbox__content--presentation dt {
  line-height: 1.5;
  margin: 2rem;
}
.lightbox__content--presentation img {
  max-width: 100%;
}
.lightbox__content--image {
  max-width: 90%;
  text-align: center;
  margin: 3rem auto;
}
.lightbox__content--description {
  margin: 0 1rem;
  align-self: left;
  padding: 1rem 10%;
  text-align: left;
}

.graphictitle {
  background-color: #F36879;
  color: #F0F0F0;
}

.uxtitle {
  background-color: #2A9C9D;
  color: #F0F0F0;
}

.fetitle {
  background-color: #F7E293;
  color: #3C5E74;
}

.double {
  max-height: 40rem;
  margin: auto 1rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.half {
  width: 45%;
}

.wide {
  max-height: 50rem;
}

.center {
  align-self: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.full {
  width: 100%;
}

@media all and (max-width: 930px) {
  .section__title {
    text-align: center;
  }
  .center-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .center-content__title {
    position: absolute;
    top: 22%;
    text-align: center;
  }
  .center-content__subtitle {
    color: #F0F0F0;
    position: absolute;
    top: 17%;
  }
  .center-content__button {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: auto;
    bottom: 10%;
  }
  .about__txt {
    width: 100%;
  }
  .contact__item {
    margin: 1rem;
  }
  .lightbox__content--section {
    margin: auto;
  }
  .lightbox__content--image {
    margin: 1rem auto;
  }
  .lightbox__content--presentation {
    width: 100%;
  }
  .lightbox__close {
    background-image: url("./media/close.png") center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .portfolio__items {
    justify-content: center;
  }
  .portfolio__item {
    margin: 2rem 1rem;
  }
  .flex {
    flex-direction: column-reverse;
  }
  .double {
    margin: 2rem auto;
  }
}
.light {
  color: #F0F0F0;
}/*# sourceMappingURL=styles.css.map */