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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow: hidden;
}

/* mobil */
.mobile-header {
  display: none;
}

.pil-rot {
  transform: rotate(90deg);
}

.skills-mobil {
  display: none;
}
/* ------- */

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(TEST_2024_BACKGROUND_6_Paper_Folds.webp);
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

/* *******
OM MIG
********** */

.portrait-mobile {
  display: none;
}

.om-mig {
  display: flex;
  flex-direction: column;
  width: 20rem;
  position: absolute;
}

.bio {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  color: white;
  border: 1px solid white;
  height: 4.5rem;
  width: 20rem;
  overflow: hidden;
  transition: all 0.7s;
  color: transparent;
}

.bio:hover {
  height: 35rem;
  width: 30rem;
  color: #fff;
  background-color: #000;
}

.bio-text {
  padding: 1.5rem;
  width: 30rem;
}

.pil-namn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  color: #fff;
  font-size: 1.8rem;
}

.pil {
  width: 2rem;
  height: 2rem;
  transition: all 0.5s;
}

.bio:hover .pil,
.some-container:hover .pil {
  transform: rotate(90deg);
}

.portrait {
  width: 12rem;
  height: 12rem;
  margin: 2rem;
  border-radius: 1000px;
  filter: grayscale(1) contrast(1.1);

  transition: all 0.7s;
}

.portrait:hover {
  width: 20rem;
  height: 20rem;
  margin: 2rem;
  border-radius: 1000px;
  filter: grayscale(0) contrast(1);
}

.om-mig-text {
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
  border: 1px solid white;
  padding: 1.5rem;
  margin-top: -1px;
}

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

.pil-ikon {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}

.some-logo {
  color: #fff;
  min-width: 3.6rem;
  height: 3.6rem;
}

.some-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;

  font-size: 1.6rem;
  text-decoration: none;
  color: transparent;

  border: 1px solid white;
  height: 6rem;
  overflow: hidden;

  transition: all 0.7s;
}

.instagram,
.linkedin {
  width: 20rem;
  transition: all 0.7s;
}

.instagram {
  margin: -1px 0;
}

.instagram:hover {
  border-radius: 0;
  color: #fff;
  width: 30rem;
  height: 15rem;
  background-color: #000;
}

.linkedin:hover {
  border-radius: 0;
  color: #fff;
  width: 20rem;
  height: 10rem;
  background-color: #000;
}

.some-text {
  padding-left: 1.5rem;
  width: 30rem;
}

/* *******
SHOWREEL/SKILLS
********** */

.showreel {
  margin: 0rem auto;
  height: 80%;
  width: 100%;
  top: 2rem;
  z-index: 0;
}

.all-skills {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: 2rem auto;
}

.skills {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;

  height: 12rem;
  width: 12rem;
  padding: 4rem;
  margin: 0 14rem 0 14rem;
  border: 1px solid white;
  border-radius: 100px;

  font-size: 1.2rem;
  color: transparent;
  filter: grayscale(1) opacity(0.5);
  box-shadow: 0 0 0 0px #000;
  background-color: rgba(255, 255, 255, 0);

  transition: all 0.7s;
}

.skills:hover {
  width: 40rem;
  gap: 2rem;

  height: 30rem;
  padding: 10rem 10rem 70rem 10rem;
  margin: 0;
  border-radius: 10rem;
  border: none;

  translate: 0% -70%;
  font-size: 2rem;

  color: rgba(20, 20, 20, 100%);
  filter: grayscale(0) opacity(1);

  box-shadow: 0 0 5rem 10px rgba(0, 0, 0, 0.2);

  background-color: rgba(255, 255, 255, 0.6);

  backdrop-filter: blur(10px);
}

.skills h3 {
  text-align: center;
  color: rgb(255, 255, 255);
}

.skill-text {
  padding-top: 4rem;
  width: 30rem;
}

.motion-img {
  width: 0;

  transition: all 1s;
}

.skills:hover .motion-img {
  width: 5rem;
}
/*
.motion-design {
  left: 30%;
}
 .creative-tech {
  left: 50%;
}

.industrial-viz {
  left: 70%;
} */

.lines-plusses {
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
  font-size: 2rem;
  z-index: 3;
  color: white;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.line {
  width: 30rem;
  border-bottom: 0.8px solid white;
}

/* *******
INDUSTRIAL VISUALIZATION
********** */

.section-industrial-viz {
  /* background-color: #fdf2e9; */
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    url(TEST_2024_BACKGROUND_6_Paper_Foldswhite.webp);
  background-size: cover;
}

.header {
  color: #fff;
  font-size: 3rem;
  margin: 3rem;
  padding: 5rem 3rem 4rem 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75vw;
  margin: 0 auto;
  height: 100vh;
}

/* Stänger ind-viz så länge */
.section-industrial-viz {
  display: none;
}
