/* 1200px - */
/* 992px - */
/* 768px - */
/* 576px - */
/* 352px - */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Inter Tight", sans-serif;
}

.home__wrapper {
  max-width: 135rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 70em) {
  .home__wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 37rem) {
  .home__wrapper {
    padding: 0;
  }
}

.home_wrapper-head {
  width: 100%;
  min-height: 66.6vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 70em) {
  .home_wrapper-head {
    min-height: 60vh;
  }
}
@media (max-width: 37rem) {
  .home_wrapper-head {
    min-height: 66.6vh;
  }
}

.home__navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 37rem) {
  .home__navigation {
    padding: 1rem 0.75rem;
  }
}

.home__nav {
  display: flex;
  justify-content: space-between;
  width: 25%;
  align-items: center;
  padding-top: 0.7rem;
}
@media (max-width: 70em) {
  .home__nav {
    width: 37.5%;
  }
}
@media (max-width: 37rem) {
  .home__nav {
    width: auto;
  }
}

.home__logo-svg {
  cursor: pointer;
  width: 150px;
  padding-top: 0.7rem;
}
@media (max-width: 37rem) {
  .home__logo-svg {
    padding-top: 1rem;
  }
}

.home__main-heading {
  font-size: 5rem;
  line-height: 5.2rem;
  font-weight: 400;
  max-width: 50rem;
}
@media (max-width: 70em) {
  .home__main-heading {
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
}
@media (max-width: 629px) {
  .home__main-heading {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 37rem) {
  .home__main-heading {
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
    line-height: 2.7rem;
    padding: 0.5rem;
    font-weight: 500;
  }
}

.home__nav-li--link {
  cursor: pointer;
  text-decoration: none;
  color: #fc6666;
  font-size: 0.9rem;
}
@media (max-width: 629px) {
  .home__nav-li--link {
    font-size: 1.1rem;
  }
}

#lottie {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  background-color: transparent;
  width: 8rem;
  display: block;
  overflow: hidden;
  opacity: 1;
}
@media (max-width: 37rem) {
  #lottie {
    display: none;
  }
}

.home__content-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
}
@media (max-width: 37rem) {
  .home__content-heading {
    align-items: center;
  }
}

.home__wrapper-bottom {
  display: flex;
  color: #f5efef;
  min-height: 33.3vh;
}
@media (max-width: 70em) {
  .home__wrapper-bottom {
    min-height: 40vh;
  }
}
@media (max-width: 37rem) {
  .home__wrapper-bottom {
    min-height: 33.3vh;
  }
}

.home__wrapper-bottom-box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 37rem) {
  .home__wrapper-bottom-box {
    flex-direction: column;
    padding: 0.6rem 0.6rem 0.5rem;
  }
}

.home__bottom-boxes-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home__wrapper-bottom-box:first-child {
  background-color: rgb(151, 146, 128);
  background-image: url(../images/dw_home_blurry_mood_nyc.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 70em) {
  .home__wrapper-bottom-box:first-child {
    width: 80%;
  }
}
@media (max-width: 37rem) {
  .home__wrapper-bottom-box:first-child {
    width: 100%;
  }
}

.home__bottom-boxes-container-impressum {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4rem;
}
@media (max-width: 70em) {
  .home__bottom-boxes-container-impressum {
    gap: 2rem;
  }
}
@media (max-width: 37rem) {
  .home__bottom-boxes-container-impressum {
    width: 100%;
    align-self: flex-end;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 240px) {
  .home__bottom-boxes-container-impressum {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}

.home__wrapper-bottom-box:last-child {
  background-color: rgb(151, 146, 128);
  background-image: url(../images/dw_home_mockups_v3.jpg);
  background-repeat: no-repeat;
  background-position: center bottom center;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
.home__wrapper-bottom-box:last-child:hover {
  background-image: url(../images/dw_home_mockups_v1.jpg);
}
@media (max-width: 37rem) {
  .home__wrapper-bottom-box:last-child {
    display: none;
  }
}

.home__greeting {
  color: #f5efef;
  font-weight: 200;
  font-size: 0.9rem;
}
@media (max-width: 37rem) {
  .home__greeting {
    display: none;
  }
}

.home__bottom-boxes-p {
  font-size: 0.8rem;
  font-weight: 200;
  padding-top: 0.3rem;
}
@media (max-width: 37rem) {
  .home__bottom-boxes-p {
    font-size: 0.7rem;
  }
}

@media (max-width: 37rem) {
  .home__bottom-boxes-location {
    display: none;
  }
}

.home__bottom-boxes-skills {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (max-width: 37rem) {
  .home__bottom-boxes-skills {
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
  }
}

.home__bottom-boxes-p-link {
  cursor: pointer;
  text-decoration: none;
  color: #f5efef;
  text-transform: none;
}

.btn-contact--mobile {
  display: none;
  cursor: pointer;
  background-color: #fc6666;
  color: #f5efef;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-size: 0.9rem;
  padding: 0.5rem 0.6rem;
  border-radius: 2rem;
  border: none;
  margin-bottom: 1.7rem;
}
@media (max-width: 37rem) {
  .btn-contact--mobile {
    display: block;
  }
}

.btn-contact--mobile-link {
  text-decoration: none;
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterTight-VariableFont_wght.ttf) format("woff2");
}
@font-face {
  font-family: "Inter Tight";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/InterTight-Italic-VariableFont_wght.ttf) format("woff2");
}
.btns {
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-size: 0.8rem;
  padding: 0.5rem 0.8rem;
  border-radius: 3rem;
  border: none;
}

.btn--main-heading {
  margin-bottom: 0.8rem;
}
@media (max-width: 37rem) {
  .btn--main-heading {
    display: none;
  }
}

.light-mode {
  background-color: rgb(230, 230, 225);
  color: rgb(47, 47, 46);
  transition: all 0.5s ease;
}

.dark-mode {
  background-color: rgb(47, 47, 46);
  color: #f5efef;
  transition: all 0.5s ease;
}

.btns-dark-mode {
  background-color: rgb(47, 47, 46);
  color: #f5efef;
  transition: all 0.5s ease;
}

.btns-light-mode {
  background-color: rgb(230, 230, 225);
  color: rgb(47, 47, 46);
  transition: all 0.5s ease;
}

.logo-dark-mode {
  fill: #f5efef;
}

.logo-light-mode {
  fill: rgb(47, 47, 46);
}

.hp__p-heading {
  padding: 0.5rem 0 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media (max-width: 36em) {
  .hp__p-heading {
    justify-content: space-between;
    align-items: center;
  }
}

.hp__p-heading-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  padding-top: 0.7rem;
  align-items: baseline;
}
@media (max-width: 36em) {
  .hp__p-heading-nav {
    display: none;
  }
}

.portfolio__navigation {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1rem;
  gap: 1.5rem;
}
@media (max-width: 36em) {
  .portfolio__navigation {
    display: none;
  }
}

.portfolio__navigation-jump-label-link {
  color: rgb(47, 47, 46);
}

.portfolio-nav__mobile-fixed {
  display: none;
}
@media (max-width: 36em) {
  .portfolio-nav__mobile-fixed {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transform: translateY(90%);
    transition: all 0.6s ease-in-out;
  }
}

.mobile-nav-opened {
  transform: translateY(0);
}

.portfolio-nav__mobile-fixed-btn {
  cursor: pointer;
  height: 3rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: rgba(17, 17, 16, 0.8);
  backdrop-filter: blur(5px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
}

.portfolio__mobile-navigation-ul {
  padding-top: 1.5rem;
  background-color: rgba(17, 17, 16, 0.8);
  backdrop-filter: blur(5px);
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}

.portfolio__mobile-navigation-li {
  padding-top: 1.2rem;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.portfolio__mobile-navigation-li-link {
  text-decoration: none;
  color: white;
}

.portfolio__mobile-navigation--hr {
  margin-top: 1rem;
  margin: 1.5rem auto 0;
  text-align: center;
  width: 70%;
  border: 0.01rem solid rgb(107, 106, 106);
}

.hp__p-wrapper {
  max-width: 135rem;
  margin: 0 auto;
  padding: 2rem;
}
@media (max-width: 36em) {
  .hp__p-wrapper {
    padding: 1rem;
  }
}

.portfolio {
  margin: 3rem auto 5rem;
  padding: 1.5rem;
}
@media (max-width: 36em) {
  .portfolio {
    padding: 0rem;
  }
}

.portfolio__sectors-heading {
  padding-bottom: 1.2rem;
  font-size: 1.8rem;
}

.portfolio__sectors-discription {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding-bottom: 1.5rem;
  max-width: 35rem;
}

.portfolio__items-li {
  cursor: default;
  position: relative;
  text-decoration: none;
  color: rgb(47, 47, 46);
}

.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.5rem;
  row-gap: 4rem;
}
@media (max-width: 75em) {
  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 48em) {
  .portfolio__grid {
    display: block;
  }
}

.portfolio__items-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio__items-mov {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports (object-fit: cover) and (object-position: center center) {
  .portfolio__items-mov {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.portfolio__items-li--ll {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (max-width: 75em) {
  .portfolio__items-li--ll {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.portfolio__items-li--lr {
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 2;
}
@media (max-width: 75em) {
  .portfolio__items-li--lr {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
  }
}

.portfolio__items-p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  min-height: 4.5rem;
  font-weight: 400;
  padding-bottom: 0.8rem;
}

.--cursor-pointer {
  cursor: pointer;
}

.hover-description {
  display: none;
}

.portfolio__moving-image-gallery {
  width: 100%;
  background-color: rgb(47, 47, 46);
  padding: 4rem 0 8rem;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.portfolio__moving-image-gallery-slide {
  margin-left: 0.3rem;
  display: flex;
  gap: 0.3rem;
}

.--slide-animation {
  animation: slideImgs 80s linear infinite;
}

@keyframes slideImgs {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.portfolio__moving-image-gallery-img-wrapper {
  height: 22.5rem;
  width: auto;
}

.portfolio__moving-image-gallery-discription {
  color: #f5efef;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  padding-bottom: 1rem;
}

.portfolio__moving-image-gallery-imgs {
  height: 100%;
}

.portfolio__moving-image-gallery:hover .portfolio__moving-image-gallery-slide {
  animation-play-state: paused;
}

.portfolio__contact-card {
  display: none;
}

.portfolio__contact-card--open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  animation-name: contact-card--fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
@supports (backdrop-filter: blur(4rem)) {
  .portfolio__contact-card--open {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(3rem);
  }
}

@keyframes contact-card--fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.portfolio__contact-card-content {
  max-width: 15rem;
  max-height: 100vh;
  overflow: auto;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #DCD9D4;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light, screen;
}

.portfolio__contact-card-top {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1rem;
}

.portfolio__contact-card-close-btn {
  cursor: pointer;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  color: rgb(47, 47, 46);
}

.portfolio__contact-card-img {
  width: 80%;
  border-radius: 50%;
  align-self: center;
}

.portfolio__contact-card-heading {
  color: rgb(47, 47, 46);
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0 3rem;
}

.portfolio__contact-card-heading-p {
  font-weight: 300;
  font-size: 0.9rem;
  padding-top: 0.1rem;
}

.portfolio__contact-card-footer {
  width: 100%;
  background-color: rgba(17, 17, 16, 0.8);
}

.portfolio__contact-card-footer-icons {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 3rem 0.3rem;
}

.portfolio__contact-card-footer-icon {
  cursor: pointer;
  width: 1rem;
  fill: white;
  text-decoration: none;
  transition: all 0.4s ease;
}
.portfolio__contact-card-footer-icon:hover {
  scale: 1.1;
  fill: #fc6666;
}

.js-pro__bird-app {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  background: url(../../images/projects/bird-app/main/bird-app_background-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5rem;
}
@media (max-width: 700px) {
  .js-pro__bird-app {
    justify-content: center;
    align-items: flex-start;
    padding: 3rem 0 1rem;
  }
}

.js-pro__bird-app-card {
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 700px) {
  .js-pro__bird-app-card {
    padding: 0 0.6rem;
  }
}

.bird-app-card__logo {
  max-width: 100%;
  padding-bottom: 1rem;
  margin-left: -0.3rem;
}

.bird-app-card__logo-svg {
  max-width: 6rem;
  fill: white;
}

.js-pro__bird-app-card-content-wrapper {
  background-color: rgba(205, 210, 250, 0.5);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  backdrop-filter: blur(3px);
  transition: all 0.2s ease;
}
.js-pro__bird-app-card-content-wrapper:hover {
  background-color: rgba(205, 210, 250, 0.6);
}

.bird-app-card__img-img {
  width: 100%;
  transition: all 0.2s ease-in;
}

.bird-app-card__content {
  width: 100%;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgb(30, 38, 72);
  padding: 0.75rem;
}

.bird-app-card__content-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 22em) {
  .bird-app-card__content-heading {
    font-size: 1.1rem;
  }
}

.bird-app-card__content--headline {
  text-transform: uppercase;
  letter-spacing: -0.02rem;
}

.bird-app-card__content-input-output {
  min-height: 7rem;
}

.bird-app-card__content-label {
  font-size: 16px;
  margin-top: 1.2rem;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: transparent;
  border: 1px solid rgb(14, 36, 121);
  border-radius: 20px;
}

.bird-app-card__content-label:focus {
  border: none;
}

.bird-app-card__content-label::placeholder {
  font-size: 0.9rem;
  color: rgb(30, 38, 72);
  opacity: 0.85;
}

.bird-app-card__content-output--heading {
  font-size: 1.3rem;
  padding: 0.3rem 0;
  font-weight: 400;
}
@media (max-width: 22em) {
  .bird-app-card__content-output--heading {
    font-size: 1.1rem;
  }
}

.bird-app-card__content-output--answer-latin {
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-weight: 400;
}

.bird-app-card__content-output--answer {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 0.1rem;
}
@media (max-width: 22em) {
  .bird-app-card__content-output--answer {
    font-size: 1.1rem;
  }
}

.bird-app-card__content-buttons {
  padding-bottom: 2rem;
}

.bird-app-card__buttons {
  cursor: pointer;
  background-color: rgb(14, 36, 121);
  border: none;
  padding: 0.6rem 1.5rem;
  color: rgb(233, 232, 232);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: -0.01rem;
  transition: all 0.75s ease;
  border-radius: 3rem;
}
.bird-app-card__buttons:hover {
  background-color: rgb(22, 53, 178);
}

.game-over-screen {
  display: none; /* !! */
}

.bird-app-card-gif {
  width: 100%;
}

.game-over-score-number {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.game-over-score-number-numb {
  padding-right: 1px;
  font-size: 1.19rem;
}

.game-over-score-message {
  padding-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  max-width: 70%;
}
@media (max-width: 22em) {
  .game-over-score-message {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=main.css.map */
