html{
    overflow-x: hidden;
}
body, .body-text {
    font-family: "PT Sans", sans-serif;
    letter-spacing: .025em;
}

    /* Progress indicator */
    .progress-bar {
        position: fixed;
        top: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
        z-index: 100;
      }

.text-black {
    color: black;
}

header.scrolled {
    position: fixed;
}

.hero-caption {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero-title {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.hero-content {
    line-height: 68px;
}
#animate-text-2{
    word-spacing: .2em;
}

.hero-footer {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.h-full {
    height: 100%;
}

.section-title {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #1D0D69;
}

/* Case studies */
.client-list li.normal {
    transform: translateX(0px);
    transition: transform 0.3s ease-out;
}
/* Active List Item (Bold + Translate) */
.client-list li.active {
    transform: translateX(40px); /* Move slightly to the right */
    transition: transform 0.3s ease-out;
}
.solution {
    width: 100%;
}

::placeholder {
    color: #36343c;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #36343c;
  }
/* .solution {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
} */
