.p3s1{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    justify-content: center;
    height: 80vh;
    padding-bottom: 10vh;
}
.p3s1c2{
    text-align: center;
    font-size: 2rem;
    width:clamp(80%, 95vw, 30em);;
}
.p3s2{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-SMI-Pruple);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7em;
    padding-bottom: 7em;
}
.p3s2Inner{
    width: var(--Width-Section);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5em;
    position: relative;
    z-index: 10;
}
.p3s2c1{
    height: 50em;
}
.p3s2c2SMI{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.p3s2c2Element{
    border-color: var(--Color-White);
}
.p3s3{
    padding-top: 7em;
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-White);
    display: flex;
    justify-content: center;
    color: var(--Color-Black);
}
.p3s3Inner{
    width: var(--Width-Section);
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.p3s3c2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15vw;
}
.p3s3c2Element{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p3s3c2Img{
    height: 12em;
}
.p3s3c2Title{
    font-size: 2rem;
    padding: 0.5em 0;
}
.p3s3c2MainImg{
    height: 25em;
}

.p3s3c2Keywords{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;

}
.p3s3c3Keyword{
    color: var(--Color-Black);
    border-color: var(--Color-Black);
    background: var(--Color-White);
}

.p3s4{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7em;
    position: relative;
    z-index: 10;
}
.p3s4c2{
    font-size: 2rem;
    text-align: center;
    width: 80%;
    height: 100%;
    margin-bottom: 2em;
}
.p3s4c3{
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: #FFFFFF;
}
.p3s4c3Line{
    display: flex;
    flex-direction: row;
    gap: 1em;
}
.p3s4c3Small{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--Color-SMI-Dark-Purple);
    border: var(--Color-SMI-Pink) solid 1px;
    border-radius: 5px;
    width: 30%;
}
.p3s4c3Big{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--Color-SMI-Dark-Purple);
    border: var(--Color-SMI-Pink) solid 1px;
    border-radius: 5px;
    width: 70%;
    height: 20em;
}
.ImgPerformance{
    height: 9em;
}
.PerformanceText{
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.2rem;
}
.p3s4c3BigText{
    text-align: center;
    font-size: 2.3rem;
    padding: 0.5em 1em;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;

}
.p3s4c3BigTextHead{
    font-size: 2.8rem;
    margin-bottom: 0.4em;
    font-family: Raleway-Heavy, serif;
}
.cleanCodeText{
    font-size: 2.2rem;
}
.cleanCodeImg{
    height: 14em;
}
.p3s4c3Keywords{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.p3s4c3KeywordsRow{
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}
.p3s4c3Keyword{
    display: flex;
    flex-direction: row;
}
.p3s4c3Keyword{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #1EFF00;
    border-radius: 20px;
    padding: 0.2em 1em 0.2em 0.5em;
    width: clamp(5.8em,38%,6em);
    font-size: clamp(1.4rem,1.5vw,1.7em);
}
.p3s4c3KeywordsRow{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.p3s4c3KeywordsHead{
    font-size: 2rem;
    text-align: center;
    margin-top: 1em;
}
.p3s4c3LastHead{
    text-align: center;
    font-size: 1.7rem;
    padding: 0 1em;
    font-family: Raleway-Heavy, serif;
    margin-bottom: 1em;
}


.p3s4c3Button{
    background-color: white;
    animation: safariGlowAnimWhite 4s ease-in-out infinite !important;
}

.p3s4c3Button:after{
    background-color: var(--Color-White);
}
.p3s4c3Button{
    color: var(--Color-SMI-Pruple);
}

.p3s5{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}


.p3s5c3{
    width: 80%;
    text-align: center;
    font-size: 2rem;
}


.p3s5c2{
    display: flex;
    flex-direction: row;
    gap: 5em;
    margin-bottom: 5em;
    margin-top: 2em;
    flex-wrap: wrap;
    justify-content: center;
}

.p3s5c2Element{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background-color: var(--Color-SMI-Dark-Purple);
    border: var(--Color-SMI-Pink) solid 1px;
    border-radius: 5px;
    width: 16em;
    height: 14em;
    color: #FFFFFF;
}
.p3s5c2Last{
    background-color: darkgreen;
}
.p3s5c2ElementHead{

    text-align: center;
    font-size: 2rem;
}
.p3s5c2ElementTextKlein{
    text-align: center;
    margin-top: 1em;
    font-size: 1.3rem;
}

.p3s5c2ElementText{
    display: flex;
    flex-direction: column;

    position: relative;
    padding: 0 1em;
}
.p3s5c2Arrow{
    position: absolute;
    left: 90%;
    height: 6em;
}
@media screen and (max-width: 1200px) {
    .p3s2{
        position: relative;
        padding-bottom: 20em;
    }

    .p3s2c1{
        height: 35em;
        position: absolute;
        bottom: -190%;
    }

    .p3s1c2{
        font-size: 1.5rem;
        font-variation-settings: "wght" 400;
        font-family: var(--Font-RVW), sans-serif;

    }

    .p3s2c2SMI{
        align-items: center;
    }

    .p3s3{
        padding-top: 17em;
        height: 100%;
    }
    .p3s3c2{
        flex-wrap: wrap;
        height: 100%;
    }
    .paddingTop{
        padding-top: 5em;
    }



    .p3s4Wrap{
        flex-wrap: wrap;
    }
    .p3s4WrapRev{
        flex-wrap: wrap-reverse;
    }
    .p3s4c3Small, .p3s4c3Big{
        width: 100%;
        margin: 0 1em;
        height: unset;
        padding: 2em 0;
    }
    .p3s4c3Line{
        margin-bottom: 2em;
    }
    .p3s4c3BigTextHead{
        text-align: center;
    }


}
@media only screen and (max-width: 700px) {

    .p3s1c1 h1{
        font-size: 2rem;
        font-variation-settings: "wght" 700;
        font-family: var(--Font-RVW), sans-serif;
        margin-bottom: .5em;
    }

    .p3s1c2{
        font-size: 1.2rem;
        font-variation-settings: "wght" 400;
        font-family: var(--Font-RVW), sans-serif;

    }


    .p3s5{
        padding-bottom: 5em;
    }
    .p3s5c2{
        flex-direction: column;
    }
    .p3s5c2Arrow{
        left: 50%;
        right: 50%;
        bottom: -10%;
        rotate: 90deg;
    }
    .p3s3c2Element{
        max-width: 98vw;
    }
    .p3s3c2MainImg{
        height: 70vw;
    }
    .p3s3c2MainImgSecond{
        height: 80vw;
    }


}