html {
    scroll-behavior: smooth;
}

h2 {
    font-family: 'Bitter', sans-serif;
}

.pp-link {
    text-decoration: underline;
    transition: 0.6s;
    cursor: pointer;
}

.pp-link:hover {
    transform: scale(1.05);
    color: #379ec1;
}

.pp-link a {
    background: none;
}

#pp-hover-text {
    font-family: 'Bitter', sans-serif;
    position: absolute;
    background-image: url('/wp-content/uploads/2020/10/head.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-position: center;
    text-align: center;
    font-size: 1.4em;
    padding: 90px 10px 0 10px;
    line-height: 1.2em;
}

.pp-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color: #002E3B;
    overflow: hidden;
}

.pp-intro {
    color: #121747;
    background: #ffb36e;
    height: 650px;
}

.pp-intro .pp-row {
    align-items: center;
}

.pp-follow-container {
    position: relative;
    width: 400px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
}

.pp-follow-text {
    position: absolute;
    top: 30px;
    width: 400px;
    height: auto;
}

.pp-follow-hand {
    position: absolute;
    top: 90px;
    height: 300px;
    animation-name: finger;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    cursor: pointer;
}

.pp-follow-container a {
    width: 150px;
}

.pp-meet {
    background: #fff;
    color: #121747;
    height: 550px;
}

.pp-life {
    color: #121747;
    background: #ffb36e;
    align-items: center;
    flex-wrap: wrap;
}

.pp-life-col {
    width: 360px;
    height: auto;
}

.pp-hover-container {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-animation-name: rotate;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 20s;
    /* Safari 4.0 - 8.0 */
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: running;
    transition: 0.5s;
}

.pp-hover-container:hover {
    animation-play-state: paused;
}

#pp-hover-box {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pp-hover-item {
    width: auto;
    height: 120px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: 0.6s;
}

.pp-hover-item:hover {
    transform: scale(1.2);
}

.pp-hover--1 {
    top: 50px;
    left: 250px;
}

.pp-hover--2 {
    top: 120px;
    right: 120px;
}

.pp-hover--3 {
    right: 50px;
    top: 330px;
    height: 50px;
}

.pp-hover--4 {
    bottom: 90px;
    right: 200px;
}

.pp-hover--5 {
    left: 110px;
    bottom: 150px;
    height: 90px;
}

.pp-hover--6 {
    left: 60px;
    bottom: 375px;
}

.pp-flare {
    height: auto;
    padding: 200px 0;
    background: #FF7247;
    color: #121747;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
    position: relative;
    justify-content: center;
}

.pp-flare-number {
    width: 400px;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121747;
    background-size: contain;
}

.pp-flare-number img {
    position: absolute;
}

.pp-treatment {
    background: #061425;
    height: 600px;
    color: #d8e5ed;
    display: flex;
}

.pp-row {
    width: 960px;
    display: flex;
}

.pp-col-3-1 {
    display: flex;
    width: 320px;
}

.pp-col-3-1 img {
    width: 250px;
    height: auto;
    align-self: center;
}

.pp-col-3-2 {
    width: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pp-col-2 {
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.pp-symptoms a, .pp-flare a {
    background-image: linear-gradient(#FDCC80, #FDCC80);
}

.pp-symptoms a:hover, .pp-flare a:hover {
    color: #FDCC80;
}

.pp-relapse-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 400px;
    height: 400px;
}

.relapse-ball {
    animation-name: rotateWheel;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.36, -0.34, 0.68, 1.4);
    animation-iteration-count: infinite;
    position: absolute;
}

.relapse-arrow {
    position: absolute;
    top: -63px;
    width: 55px;
    animation-name: wheelArrow;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.36, -0.34, 0.68, 1.5);
    animation-iteration-count: infinite;
}

.early {
    transform: translateX(-100vw);
}

.middle {
    transform: translateX(-200vw);
}

.late {
    transform: translateX(-300vw);
}

#early {
    background-image: url("/wp-content/uploads/2020/10/early.png");
}

#middle {
    background-image: url("/wp-content/uploads/2020/10/middle.png");
}

#late {
    background-image: url("/wp-content/uploads/2020/10/late.png");
    color: #fff;
}

.pp-slider--container {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

.pp-slider--slide-container {
    width: 400vw;
    display: flex;
    transition: 0.6s;
}

.pp-slider--slide {
    width: 100vw;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.pp-slider--slide-content {
    width: 600px;
    margin-top: -100px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    color: #002029;
}

.pp-slider--slide-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10%;
    width: 100vw;
    z-index: 1;
}

.pp-slider--slide-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    background-size: contain;
    margin: 0 50px;
    transition: 0.6s;
    cursor: pointer;
}

.pp-slider--slide-button:hover {
    transform: scale(1.1);
}

.early-slide {
    background-image: url("/wp-content/uploads/2020/10/early-bg.jpg");
    background-size: cover;
}

.stages-slide {
    background-image: url("/wp-content/uploads/2020/10/stages-bg.jpg");
    background-size: cover;
}

.late-slide {
    background-image: url("/wp-content/uploads/2020/10/late-bg.jpg");
    background-size: cover;
}

.middle-slide {
    background-image: url("/wp-content/uploads/2020/10/middle-bg.jpg");
    background-size: cover;
}

@media screen and (max-width: 960px) {
    .pp-row {
        width: 768px;
    }
    .pp-intro {
        height: auto;
    }
    .pp-follow-container {
        margin-left: 0px;
    }
    .pp-meet {
        height: auto;
    }
    .pp-hover-container {
        width: 300px;
        height: 300px;
    }
    .pp-life {
        padding: 60px 20px;
    }
    #pp-hover-text {
        height: 140px;
        font-size: 1em;
        padding: 40px 50px 0 50px;
        line-height: 1em;
    }
    .pp-hover-item {
        height: 70px;
    }
    .pp-hover--1 {
        top: 25px;
        left: 20px;
    }
    .pp-hover--2 {
        top: -10px;
        right: 80px;
    }
    .pp-hover--3 {
        top: 106px;
        right: -26px;
        height: 30px;
    }
    .pp-hover--4 {
        right: 0px;
        bottom: 36px;
    }
    .pp-hover--5 {
        bottom: 0px;
        right: 175px;
        height: 55px;
    }
    .pp-hover--6 {
        bottom: 73px;
        left: 0px;
    }
    .pp-flare {
        height: auto;
        padding-top: 50px;
    }
    .pp-relapse-container {
        width: 80vw;
        height: 200px;
    }
    .pp-flare-number {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .pp-row {
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .pp-col-2 {
        width: 80vw;
        align-items: center;
    }
    .pp-col-3-1 {
        width: 80vw;
        justify-content: center;
        margin-bottom: 20px;
    }
    .pp-col-3-2 {
        width: 80vw;
    }
    .pp-life-col {
        width: 80vw;
    }
    .pp-flare p {
        width: 80vw;
        padding: 10px;
    }
    .pp-flare-number {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
    #pp-hover-box {
        height: 400px;
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .pp-follow-container {
        width: 80vw;
        margin-left: 0px;
    }
    .pp-follow-container a {
        width: 30vw;
    }
    .pp-follow-hand {
        width: 25vw;
    }
    .pp-follow-text {
        width: 80vw;
    }
}

@media screen and (max-width: 480px) {
    .pp-slider--slide-buttons-container {
        bottom: 6%;
    }
    .pp-slider--slide-button {
        height: 80px;
        width: 80px;
        margin: 0 20px;
        background-repeat: no-repeat;
    }
    .pp-slider--slide-content {
        width: 600px;
        margin-top: -100px;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px;
        width: 85vw;
    }
}

/* Animations */

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateWheel {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wheelArrow {
    0% {
        transform: rotate(0deg);
    }
    2% {
        transform: rotate(30deg);
    }
    10% {
        transform: rotate(-30deg);
    }
    12% {
        transform: rotate(20deg);
    }
    15% {
        transform: rotate(-20deg);
    }
    20% {
        transform: rotate(20deg);
    }
    25% {
        transform: rotate(-20deg);
    }
    30% {
        transform: rotate(20deg);
    }
    35% {
        transform: rotate(-20deg);
    }
    45% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes finger {
    0% {
        top: 120px;
    }
    50% {
        top: 90px;
    }
    100% {
        top: 120px;
    }
}

@keyframes swell {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}