.subtitle {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      font-size: 1.9vh;
     }

.subtitle a {
      color: #fff;
      text-decoration: none;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      margin-left: auto;
}

.subtitle_child_link{
      font-style: italic;
}

.link {
      display: inline-block;
  }
  .link, .link:hover {
      color: #fff;
      text-decoration: none;
  }
  .link:hover:after {
      width: 100%}
  .link:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background: #fff;
      transition: 0.4s;
  }

.details {
      font-size: 2vh;
      display: flex;
      justify-content: space-between;
      margin-bottom: 2.2%;
      flex-wrap: wrap; /* add this to allow elements to wrap to a new line if the screen is too small */
}
    
.details .left, .details .right {
      display: flex;
      flex-direction: column;
      flex-basis: 45%; /* add this to set a minimum width for the elements */
}
    
.details .left div, .details .right div {
      margin: 1px 0;
}
    
.details .right {
      align-items: flex-end;
}
    
.details_dsc{
      font-family: var(--font-druk-wide-medium);
	color: #5c5c5c;
      font-size: 87%;
      font-style: italic;
}
.details_desc_konten{
      font-family: var(--font-druk-wide-medium);
	color: #5c5c5c;
      font-size: 1.9vh;
      text-align: justify !important;
      text-transform: none;
}



/* icon link */
.icon-externallink2 {
      position: relative;
      width: calc(1.18125rem + .375vw);
      top: -0.8rem;
      left: 1%
  } 

/*--------------- typewriter effect --------------- */
.line {
      width: 24em;
      top: 50%;
      margin: auto;
      border-right: 2px solid rgba(255, 255, 255, 0.75);
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      transform: translateY(-50%);
}

.anim-typewriter {
      animation: typewriter 4s steps(40) 1s 1 normal both,
      blinkTextCussor 500ms steps(40) infinite normal;
}

@keyframes typewriter {
      from {
            width: 0;
      }
      to {
            width: 18em;
      }
}

@media(max-width: 768px) {
      @keyframes typewriter {
            from {
                  width: 0;
            }
            to {
                  width: 17em;
            }
      }
}

@keyframes blinkTextCussor {
      from {
            border-right-color: rgba(255, 255, 255, 0.75);
      }
      to {
            border-right-color: transparent;
      }
}

/*--------------- navigation --------------- */


/*--------------- hero section --------------- */
.hero {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
}

.hero h1 {
      font-weight: lighter;
      text-align: center;
      letter-spacing: -2px;
      line-height: 58px;
}

@media(max-width: 768px) {
      .header h1 {
            font-size: 26px;
      }
}


/*--------------- projects section --------------- */
h6 {
      text-align: center;
}

/*--------------- servicekonten --------------- */
.service_container {
      margin-top: -10px;
}

.service_title2 {
      position: relative;
      justify-content: center;

}

.service_title {
      font-family: "Helvetica Neue" !important;
      font-weight: lighter !important;
      margin-bottom: 20px;
}

.hr {
      background: #fff;
      height: 1px;
      width: auto;

}

.info h4 {
      font-size: 18px;
      font-weight: lighter;
}

.info p {
      color: grey;
      font-weight: lighter;
}

.info li {
      font-weight: lighter;
      color: #fff;
      font-size: 18px;
      padding-left: 20px;
}

#fb::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #3b5998;
}


#ig::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #fcaf45;
}


#tw::before {
      display: inline-block;
      content: '';
      border-radius: 100%;
      height: 4px;
      width: 4px;
      margin-right: 6px;
      background: #55acee;
}



/*--------------- work page --------------- */

.hero-content {
      margin-left: 0%;
}

.hero-content p {
      font-weight: 300px;
      line-height: 36px;
      color: grey;
}

.hero-content h6 {
      text-align: left;
}


/*--------------- project page --------------- */



.konten {
      max-width: auto;
      margin-left: 25% ;
	margin-right: 25% ;
    }
    
    .whitespace {
      height: 50px;
    }
    
    /* Project Image Section */
    .project-img {
      margin-top: 1.2%;
      margin-bottom: 1.2%;
    }
    
    .project-image {
      height: auto;
      width: 100%;
      display: block;
}
    
    /* Project Nav */
    
    .project-nav {
      padding: 20px;
      text-align: center;
    }
    
    .project-nav p {
      font-size: 18px;
      margin-bottom: 20px;
    }

    .project-nav-prev p{
      font-size: 2vh;
      color: #333;
      float: left;
    }
    .project-nav-next p{
      float: right;
      font-size: 2vh;
      color: #333;
    }
    .project-nav-prev p:hover {
      color: #fff;
      font-style: italic;
    }
    .project-nav-next p:hover {
      color: #fff;
      font-style: italic;
    }

    .footer p {
      font-size: 18px;
      margin-bottom: 20px;
    }
    
    .footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .footer li {
      display: inline-block;
      margin-right: 20px;
    }
    

    
    /* Media Queries */
    /* @media MAX-WIDTH!!  Responsive*/
@media (min-width:1200px) {
      .icon-externallink2 {
      width: 1.5625rem;
      }
}

@media(max-width: 1055px) {
      .konten{
            margin-left: 7% !important;
            margin-right: 7% !important;
      }
}

@media (max-width: 992px) {
      .konten {
        max-width: 900px;
      }
      .hero-content {
        padding: 10px;
      }
     
      .project-nav {
        padding: 10px;
      }
      .footer {
        padding: 10px;
      }
}
    
@media (max-width: 768px) {
      .konten {
        max-width: 700px;
      }
      .project-nav {
        padding: 5px;
      }
      .subtitle {
            font-size: 16px;
      }

      .details {
            font-size: 1.8vh;
      }
      .details .left, .details .right {
            margin-bottom: 2.2%;
      }
      .whitespace {
            display: none;
      }
      .konten{
            margin-left: 7% !important;
            margin-right: 7% !important;
      }
      .footer {
        padding: 5px;
      }

      .icon-externallink2 {
            width: 1.3625rem;
      }
}
@media (max-width: 600px) {
      .subtitle {
            font-size: 14px; 
      }
      .icon-externallink2 {
            width: 1.1625rem;
      }
}

@media (max-width: 580px) {
      .subtitle {
            font-size: 12px; 
      }
}

    
@media (max-width: 480px) {
      .konten {
        max-width: 400px;
      }
      .hero-content {
        padding: 2px;
      }
      .project-nav {
        padding: 2px;
      }
      .subtitle {
            font-size: 10px; 
      }
      .details {
            font-size: 1.3vh;
          }
      .footer {
        padding: 2px;
      }
      .icon-externallink2 {
            width: 0.8125rem;
            top: -0.5rem;
      }
}


@media (max-width: 380px) {
      .subtitle {
            font-size: 8px; 
      }
}

@media (max-width: 300px) {
      .subtitle {
            font-size: 6px; 
      }
}