@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

* {
    box-sizing: border-box;
}

/* Style the body */
body {
    background-color: rgb(255, 255, 255);
    max-width: 100vw;
    margin: auto;
    font-family: 'Google Sans';
}

.container {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* --------------------------------------------------------------------------------------- */

/* link back */
.container .link-back {
    width: 100%;
    margin-top: 5%;
    padding: 0 20%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.container .link-back a {
    font-size: 14px;
    text-decoration: none;
    color: #0C4723;
    text-wrap: wrap;
}

.container .link-back p {
    font-size: 14px;
    text-decoration: none;
    color: #0C4723;
    text-wrap: wrap;
}

.container .link-back a:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #0C4723;
}

/* ---------------------------------------------------------------------------------- */

/* intro */
.container .intro {
    width: 100%;
    height: fit-content;
    padding: 5% 20%;
}

.container .intro h1 {
    font-size: 30px;
}

/* ---------------------------------------------------------------------------------- */

/* Manu Test Description */
.manu {
    width: 100%;
    padding: 0 20%;
}

.manu table {
    border-collapse: collapse;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid blue; */
}

.manu table tr {
    /* border: 1px solid rgb(45, 255, 132); */
    display: flex;
    justify-content: first baseline;
}

.manu table tr td {
    width: 200px;
    height: fit-content;
    padding: 20px 0px;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    background: linear-gradient(#0C4723, #020E07);
}

.manu table tr td a {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

/* ------------------------------------------------------------------------------------------- */

/* Test description */
.test-step {
    width: 100%;
    margin-top: 5%;
    padding: 0px 20%;
}

.test-step hr {
    margin: 30px 0px 30px 0px;
}

.test-step .step1,
.step2,
.step3,
.step4,
.step5 {
    width: 100%;
    height: fit-content;
    padding: 80px 0px;
    /* border: 1px solid green; */

    position: relative;
}

/* Step 1 */
.test-step .step1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-step .step1 img {
    height: 600px;

    position: relative;
}

.test-step .step1 .content {
    width: 700px;
    height: fit-content;
    padding: 40px;

    text-align: justify;

    margin-left: -30px;

    background-color: hsla(143, 71%, 16%, 0.55);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.60);
}

.test-step .step1 .content h5 {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.test-step .step1 .content .line {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
}

.test-step .step1 .content p {
    color: white;
    text-indent: 30px;
    text-wrap: stable;
}

/* Step 2 */
.test-step .step2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-step .step2 img {
    height: 500px;

    position: relative;
}

.test-step .step2 .content {
    width: 700px;
    height: fit-content;
    padding: 40px;

    text-align: justify;

    margin-right: -100px;

    background-color: hsla(143, 71%, 16%, 0.55);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.60);
    z-index: 5;
}

.test-step .step2 .content h5 {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.test-step .step2 .content .line {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
}

.test-step .step2 .content p {
    color: white;
    text-indent: 30px;
    text-wrap: stable;
}

/* Step 3 */
.test-step .step3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-step .step3 img {
    width: 700px;

    position: relative;
}

.test-step .step3 .content {
    width: 700px;
    height: fit-content;
    padding: 40px;

    text-align: justify;

    margin-left: -70px;

    background-color: hsla(143, 71%, 16%, 0.55);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.60);
}

.test-step .step3 .content h5 {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.test-step .step3 .content .line {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
}

.test-step .step3 .content p {
    color: white;
    text-indent: 30px;
    text-wrap: stable;
}

/* Step 4 */
.test-step .step4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-step .step4 img {
    width: 550px;

    position: relative;
}

.test-step .step4 .content {
    width: 700px;
    height: fit-content;
    padding: 40px;

    text-align: justify;

    margin-right: -50px;

    background-color: hsla(143, 71%, 16%, 0.55);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.60);

    position: relative;
    z-index: 20;
}

.test-step .step4 .content h5 {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.test-step .step4 .content .line {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
}

.test-step .step4 .content p {
    color: white;
    text-indent: 30px;
    text-wrap: stable;
}

/* Step 5 */
.test-step .step5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-step .step5 img {
    width: 500px;

    position: relative;
}

.test-step .step5 .content {
    width: 700px;
    height: fit-content;
    padding: 40px;

    text-align: justify;

    margin-left: -50px;

    background-color: hsla(143, 71%, 16%, 0.55);
    backdrop-filter: blur(5px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.60);
}

.test-step .step5 .content h5 {
    color: white;
    font-size: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.test-step .step5 .content .line {
    width: 100%;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100px;
}

.test-step .step5 .content p {
    color: white;
    text-indent: 30px;
    text-wrap: stable;
}

.credit {
    text-align: left;
    padding: 0px 25%;
    color: rgba(0, 0, 0, 0.5);
}

/* blank */
.container .blank {
    width: 100%;
    height: 500px;
}

/* ---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1320px) {

    /* intro */
    .container .intro {
        padding: 100px 15%;
    }

    /* link back */
    .container .link-back {
        padding: 0 15%;
    }

    /* Manu Test Description */
    .manu {
        display: none;
    }

    /* ------------------------------------------------------------------------------------------------------ */

    /* Test description */
    .test-step {
        width: 100%;
        margin-top: 0%;
        padding: 0px 15%;
    }

    .test-step hr {
        margin: 30px 0px 30px 0px;
    }

    .test-step .step1,
    .step2,
    .step3,
    .step4,
    .step5 {
        width: 100%;
        height: fit-content;
        padding: 50px 0px;
        /* border: 1px solid green; */

        position: relative;
    }

    /* Step 1 */
    .test-step .step1 {
        flex-direction: column;
    }

    .test-step .step1 .content {
        width: 100%;
        margin: 0;
    }

    .test-step .step1 img {
        height: 500px;
    }

    /* Step 2 */
    .test-step .step2 {
        flex-direction: column;
    }

    .test-step .step2 .content {
        margin-right: 0px;
        width: 100%;
    }

    .test-step .step2 img {
        width: 100%;
        height: auto;
    }

    /* Step 3 */
    .test-step .step3 {
        flex-direction: column;
    }

    .test-step .step3 .content {
        margin-left: 0px;
        width: 100%;
    }

    .test-step .step3 img {
        width: 100%;
        height: auto;
    }

    /* Step 4 */
    .test-step .step4 {
        flex-direction: column;
    }

    .test-step .step4 .content {
        margin-right: 0px;
        width: 100%;
    }

    /* Step 5 */
    .test-step .step5 {
        flex-direction: column;
    }

    .test-step .step5 .content {
        margin-left: 0px;
        width: 100%;
    }

    .credit {
        text-align: center;
        padding: 0px 20%;
        color: rgba(0, 0, 0, 0.5);
    }
}

/* responsive phone */
@media screen and (max-width: 800px) {

    /* link back */
    .container .link-back {
        padding: 0 10%;
    }

    /* intro */
    .container .intro {
        padding: 30px 10%;
    }

    .container .intro h1 {
        font-size: 20px;
    }

    /* ------------------------------------------------------ */

    /* ------------------------------------------------------------------------------------------------------ */

    /* Test description */
    .test-step {
        width: 100%;
        margin-top: 0%;
        padding: 0px 15%;
    }

    .test-step hr {
        margin: 30px 0px 30px 0px;
    }

    .test-step .step1,
    .step2,
    .step3,
    .step4,
    .step5 {
        width: 100%;
        height: fit-content;
        padding: 50px 0px;
        /* border: 1px solid green; */

        position: relative;
    }

    /* Step 1 */
    .test-step .step1 {
        flex-direction: column;
    }

    .test-step .step1 .content {
        width: 100%;
        margin: 0;
    }

    .test-step .step1 .content h5{
        font-size: 20px;
    }

    .test-step .step1 .content p{
        font-size: 14px;
    }

    .test-step .step1 img {
        height: 400px;
    }

    /* Step 2 */
    .test-step .step2 {
        flex-direction: column;
    }

    .test-step .step2 .content {
        margin-right: 0px;
        width: 100%;
    }

    .test-step .step2 .content h5{
        font-size: 20px;
    }

    .test-step .step2 .content p{
        font-size: 14px;
    }

    .test-step .step2 img {
        width: 100%;
        height: auto;
    }

    /* Step 3 */
    .test-step .step3 {
        flex-direction: column;
    }

    .test-step .step3 .content {
        margin-left: 0px;
        width: 100%;
    }

    .test-step .step3 .content h5{
        font-size: 20px;
    }

    .test-step .step3 .content p{
        font-size: 14px;
    }

    .test-step .step3 img {
        width: 100%;
        height: auto;
    }

    /* Step 4 */
    .test-step .step4 {
        flex-direction: column;
    }

    .test-step .step4 .content {
        margin-right: 0px;
        width: 100%;
    }

    .test-step .step4 .content h5{
        font-size: 20px;
    }

    .test-step .step4 .content p{
        font-size: 14px;
    }

    .test-step .step4 img {
        width: 100%;
        height: auto;
    }

    /* Step 5 */
    .test-step .step5 {
        flex-direction: column;
    }

    .test-step .step5 .content {
        margin-left: 0px;
        width: 100%;
    }

    .test-step .step5 .content h5{
        font-size: 20px;
    }

    .test-step .step5 .content p{
        font-size: 14px;
    }

    .test-step .step5 img {
        width: 100%;
        height: auto;
    }

    .credit {
        text-align: center;
        padding: 0px 20%;
        color: rgba(0, 0, 0, 0.5);
    }
}