@font-face {
    font-family: baloo-2;
    src: url(../fonts/baloo-2.ttf);
}

.uterus-article img{
    width: 580px;
    position: absolute;
    top: 25%;
    left: 10%;
}

.uterus-article h1{
    font-family: baloo-2;
    font-weight: bold;
    position: absolute;
    text-align: center;
    right: 10%;
    top: 56%;
    font-size: 80px;
    color: #4D1717;
}

.uterus-article h2{
    font-family: baloo-2;
    font-weight: 300;
    width: 450px;
    color: #4D1717;
    position: absolute;
    right: 8%;
    top: 72%;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
  }

#pil{
    position: absolute;
    top: 50%;
    left: 35%;
    width: 800px;
}

#pil-2{
  position: absolute;
  width: 620px;
  top: 25%;
  left: 7%;
}

.uterus-article h3{
    color: white;
    text-shadow: 2px 2px 8px #aa3c4c;
    font-family: baloo-2;
    font-weight: 400;
    font-size: 22px;
    position: absolute;
    bottom: 4%;
    right: 4%;
    animation: puls 1.8s ease-in-out infinite;
}

@keyframes puls {
    0% {
      transform: scale(1);
      text-shadow: 2px 2px 8px #aa3c4c;
    }
    50% {
      transform: scale(1.08);
      text-shadow: 3px 3px 12px #ff6b81;
    }
    100% {
      transform: scale(1);
      text-shadow: 2px 2px 8px #aa3c4c;
    }
  }

  .fullscreen-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  }

  .cyklus h4{
    background-color: #F9C1C1;
    position: absolute;
    color:#4D1717;
    border-radius: 25px;
    font-family: baloo-2;
    width: 210px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
    border: #FB809B solid 4px;
    transition: ease 0.8s;
    cursor: pointer;
  }

  .cyklus h5 {
    font-family: baloo-2;
    font-size: 50px;
    line-height: 35px;
    color: #4D1717;
    margin-bottom: 30px;
  }
  
  .cyklus h4:hover{
    transform: scale(1.1);
  }

  .cyklus {
    height: 100%;
    width: 40%;
    text-align: left;
  }

  .cyklus h6{
    position: relative;
    top: 0;
    left: 0;
    color: #4D1717;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .cyklus video {
    z-index: 1000;
    width: 20%;
    height: auto;
    position: absolute;
    top: 380px;  
  }
  
  .endometriose h4{
    background-color: #F9C1C1;
    color:#4D1717;
    border-radius: 25px;
    font-family: baloo-2;
    width: 260px;
    padding: 25px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 200;
    border: #FB809B solid 4px;
    transition: ease 0.8s;
    cursor: pointer;
  }
  
  .endometriose h4:hover{
    transform: scale(1.1);
  }
  .endometriose {
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .endometriose h5 {
    font-family: baloo-2;
    font-size: 50px;
    line-height: 35px;
    color: #4D1717;
    margin-bottom: 30px;
  }

  .endometriose h6{
    position: relative;
    top: 0;
    left: 0;
    color: #4D1717;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .endometriose-tekst{
    font-family: baloo-2;
    font-size: 50px;
    text-align: center;
    line-height: 35px;
    color: #4D1717;
    text-align: right;
  }

  .endometriose-tekst h6{
    position: relative;
    top: 0;
    left: 0;
  }

  .endometriose a {
    text-decoration: none;
  }
  
  .fourth {
    position: absolute;
    bottom: 50px;
    left: -40px;
  }
  
  .fourth h1 {
    margin-bottom: -35px;
  }

  .fourth h1, .fourth h2 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }

  .fifth {
    height: 100vh;
  }

  .fifth main {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .fifth main .uterus-img {
    top: -30px;
    left: 0;
    width: 100%;
  }

  .fifth main .uterus-img img {
    width: 50%;
  }

  .fifth-column {
    display: flex;
    justify-content: space-between;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 20%;
  }

  .uterus-img {
    position: relative;
  }
  
  .uterus-img img {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease-in-out;
  }
  
  .tryk-videre{
    font-family: baloo-2;
    color: white;
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    top: 4%;
    right: 4%;
    animation: puls 1.8s ease-in-out infinite;
}

@keyframes puls {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.08);
    }
    100% {
      transform: scale(1);
    }
  }