@charset "UTF-8";
*, html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif;
}

body {
  background-color: black;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header nav {
  flex: 0 0 100%;
}
.header nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-weight: 200;
}
.header nav ul a {
  text-decoration: none;
  color: #EEE8DC;
  display: block;
  padding: 1rem;
  font-size: 1.5rem;
}
.header nav ul a:hover {
  color: rgba(60, 101, 122, 0.5);
}

.start {
  width: 100%;
  height: 100vh;
  background-image: url(img/profilx2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.start main {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.start main .navigation {
  list-style: none;
  padding-top: 6rem;
}
.start main .navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 2rem;
}
.start main .navigation ul li a {
  text-decoration: none;
  background-color: black;
  display: block;
  padding: 0.75rem 1.5rem;
  border-radius: 1.75rem;
  font-size: 1.5rem;
  color: #EEE8DC;
  font-weight: 200;
  letter-spacing: 0.1rem;
  transition-duration: 0.5;
}
.start main .navigation ul li a:hover {
  transform: scale(1.1);
  background-color: #EEE8DC;
  color: #052995;
  font-weight: 400;
  transition-duration: 0.5s;
}

.water {
  background-image: url(img/water.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 85px;
  width: 80px;
  padding: 0 0 0 4%;
  margin: 1rem;
}
.water a .burger {
  font-size: 2rem;
}

.burger-styles {
  background-repeat: no-repeat;
  background-size: cover;
  height: 85px;
  width: 80px;
  padding: 0 0 0 4%;
  margin: 1rem;
}
.burger-styles a .burger {
  font-size: 2rem;
}

footer {
  color: #EEE8DC;
  font-size: 1.5rem;
  font-weight: 200;
  width: 100%;
  display: flex;
}
footer section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem;
  flex: 0 0 55%;
}
footer section .arrow {
  font-size: 4rem;
}
footer section a {
  padding: 0.7rem 0.2rem 0.2rem 0.2rem;
  display: block;
  color: #EEE8DC;
}
footer section a:hover {
  color: rgba(60, 101, 122, 0.5);
}
footer section a:active {
  background-color: rgba(5, 41, 149, 0.5);
  border-radius: 1.75rem;
  color: #EEE8DC;
}
footer section p {
  flex: 0 0 60%;
}

.work {
  padding: 6rem;
}
.work .work-header {
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.work .work-header h1 {
  color: #EEE8DC;
  font-size: 10rem;
  font-weight: 600;
  bottom: 30%;
  left: 8rem;
  transform: translateY(40%);
  z-index: 2;
  mix-blend-mode: difference;
}

.work-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 4rem 0 0;
}
.work-box .work-part-1 {
  display: flex;
  justify-content: flex-end;
}
.work-box .work-part-2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.image-container {
  position: relative; /* Behövs för att kunna positionera overlay-texten */
  display: inline-block; /* Gör så att bilden är en inline block så att overlay inte går utanför */
}
.image-container img {
  transition: opacity 0.3s ease;
  flex: 0 0 100%;
}

ul {
  list-style: none;
}
ul li {
  padding: 0 1rem 0 0;
}

.optimera-img {
  padding-top: 2rem;
  position: relative;
  z-index: 0;
}

.scooter-img {
  padding-top: 1rem;
}

.flower-img {
  padding-top: 0.5rem;
}

.article-img {
  margin-bottom: 1rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #EEE8DC;
  justify-content: center;
  align-items: center;
  display: flex; /* Gör overlayen en flex-container för att centrera texten */
}

.overlay-text {
  font-size: 1.5rem; /* Anpassa textstorlek */
  text-align: center;
  display: none; /* Döljer overlay-texten från början */
}

.image-container:hover img {
  opacity: 0.3; /* Mörka bilden genom att minska opaciteten */
}

/* Visa overlay-texten när man hovrar över bilden */
.image-container:hover .overlay-text {
  display: flex; /* När användaren hovrar, visa overlay-texten */
}

.info-work {
  width: 100%;
  padding-top: 30rem;
  gap: 20rem;
  padding: 7rem;
}
.info-work #header-work-article, .info-work #header-work-musicapp, .info-work #header-work-optimization, .info-work #header-work-scooterapp, .info-work #header-work-flower {
  color: #EEE8DC;
}
.info-work #header-work-article .text-h2-container, .info-work #header-work-musicapp .text-h2-container, .info-work #header-work-optimization .text-h2-container, .info-work #header-work-scooterapp .text-h2-container, .info-work #header-work-flower .text-h2-container {
  padding-bottom: 10rem;
}
.info-work #header-work-article .text-h2-container h2, .info-work #header-work-musicapp .text-h2-container h2, .info-work #header-work-optimization .text-h2-container h2, .info-work #header-work-scooterapp .text-h2-container h2, .info-work #header-work-flower .text-h2-container h2 {
  font-size: 12.5rem;
}
.info-work #header-work-article .img-container, .info-work #header-work-musicapp .img-container, .info-work #header-work-optimization .img-container, .info-work #header-work-scooterapp .img-container, .info-work #header-work-flower .img-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10rem;
}
.info-work #header-work-article .text-p-container, .info-work #header-work-musicapp .text-p-container, .info-work #header-work-optimization .text-p-container, .info-work #header-work-scooterapp .text-p-container, .info-work #header-work-flower .text-p-container {
  width: 60%;
}
.info-work #header-work-article .text-p-container p, .info-work #header-work-musicapp .text-p-container p, .info-work #header-work-optimization .text-p-container p, .info-work #header-work-scooterapp .text-p-container p, .info-work #header-work-flower .text-p-container p {
  font-size: 2.5rem;
  font-weight: 300;
}

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

.music-h1, .scooter-h1 {
  width: 50%;
}

.music-img {
  padding-top: 30rem;
  padding-right: 15rem;
}

.text-container-long {
  padding-top: 5rem;
}

.img-article-2 {
  width: 100%;
  height: 170vh;
  background-image: url(img/article-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.about-project {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.about-project .text-container {
  padding-top: 6rem;
  flex: 0 0 80%;
}
.about-project .text-container .h3-container {
  display: flex;
  flex-wrap: wrap;
}
.about-project .text-container .h3-container .h3-text {
  flex: 0 0 33.3333333333%;
  padding-bottom: 3rem;
  color: #313131;
}
.about-project .text-container .h3-container .h3-text h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  background-color: white;
}
.about-project .text-container .h3-container .h3-text p {
  font-size: 1.3rem;
  font-weight: 300;
  color: #494949;
}
.about-project .text-container .h4-container {
  display: flex;
}
.about-project .text-container .h4-container .h4-text {
  flex: 0 0 50%;
  padding-top: 8rem;
  color: #313131;
}
.about-project .text-container .h4-container .h4-text h4 {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.about-project .text-container .h4-container .h4-text p {
  font-size: 1.25rem;
  font-weight: 300;
}

.challenge {
  padding-right: 4rem;
}

.article-txt {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 20re;
}
.article-txt .txt-img-set {
  display: flex;
  width: 80%;
  gap: 1.5rem;
}
.article-txt .txt-img-set .txt-item-1 {
  flex: 0 0 50%;
}
.article-txt .txt-img-set .txt-item-1 img {
  width: 100%;
  padding-bottom: 1rem;
}
.article-txt .txt-img-set .txt-item-2 {
  flex: 0 0 50%;
}
.article-txt .txt-img-set .txt-item-2 img {
  width: 100%;
}

.typografi {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30rem;
}
.typografi .typografi-img-set {
  display: flex;
  flex: 0 0 80%;
  gap: 1rem;
}
.typografi .typografi-img-set .typo-item1 {
  flex: 0 0 50%;
}
.typografi .typografi-img-set .typo-item1 img {
  width: 100%;
}
.typografi .typografi-img-set .typo-item2 {
  flex: 0 0 50%;
}
.typografi .typografi-img-set .typo-item2 img {
  width: 100%;
}

.font-color {
  padding-top: 30rem;
  padding-bottom: 20rem;
  width: 100%;
}

.wireframes-h2 {
  color: #EEE8DC;
  font-size: 8rem;
  padding-top: 12rem;
  padding-left: 9rem;
}

.wireframes {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.wireframes .wireframes-img-set {
  display: flex;
  flex: 0 0 80%;
  gap: 1rem;
}
.wireframes .wireframes-img-set .lofi-item1 {
  flex: 0 0 33.3333333333%;
}
.wireframes .wireframes-img-set .lofi-item1 img {
  width: 100%;
}
.wireframes .wireframes-img-set .lofi-item2 {
  flex: 0 0 33.3333333333%;
}
.wireframes .wireframes-img-set .lofi-item2 img {
  width: 100%;
}
.wireframes .wireframes-img-set .lofi-item3 {
  flex: 0 0 33.3333333333%;
}
.wireframes .wireframes-img-set .lofi-item3 img {
  width: 100%;
}

.musicapp-mockups, .insta-mockups, .scooterapp-mockups {
  margin: auto;
  width: 80%;
  padding-top: 20rem;
}
.musicapp-mockups img, .insta-mockups img, .scooterapp-mockups img {
  width: 100%;
}

.img-hand-optimization img {
  display: block;
}

.img-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta-mockups {
  width: 100%;
  padding-bottom: 20rem;
}

.info-work-no-padding {
  padding-bottom: 0;
}

.scooter-image {
  padding-top: 30rem;
  padding-right: 8rem;
}

.img-scooter-2 {
  width: 100%;
}
.img-scooter-2 img {
  width: 100%;
  display: block;
}

.scooterapp-mockups {
  padding-bottom: 20rem;
}

.img-flower {
  padding-top: 4rem;
  padding-bottom: 10rem;
  width: 100%;
}
.img-flower img {
  width: 60%;
  display: block;
  margin: auto;
}

.aboutme-img {
  padding-top: 4rem;
  padding-bottom: 10rem;
  width: 100%;
}
.aboutme-img img {
  width: 60%;
  display: block;
  margin: auto;
}

.me-img-intro {
  width: 90%;
  margin: auto;
}
.me-img-intro .me-intro {
  color: #EEE8DC;
  font-size: 1.5rem;
  font-weight: 200;
  width: 45%;
  padding-left: 8rem;
  padding-top: 4rem;
}

.me-text-container {
  color: #EEE8DC;
  font-size: 1.5rem;
  font-weight: 200;
  width: 80%;
  padding-left: 13rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.resume-img {
  padding-top: 4rem;
  padding-bottom: 10rem;
  width: 100%;
}
.resume-img img {
  width: 50%;
  display: block;
  margin: auto;
}

.container-content {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 10rem;
}
.container-content .contact-content {
  color: #EEE8DC;
  font-size: 1.5rem;
  font-weight: 200;
}/*# sourceMappingURL=style.css.map */