/*  */
.h1 {
    z-index: 99;
}

:root {
    --pg-clr1: black;
    --pg-clr2: white;
    --pg-clr3: #000b22;
    --pg-clr4: #14df7d;
    --pg-clr5: #ff5800;
    --pg-clr6: #e1e5ef;
    --pg-clr7: #f4f4f4;
    --pg-clr8: gold;

    --pg-clr3: #0f2d49;
    --pg-clr9: #f1f1f1;
}


/*  */
.s1 {
    color: var(--pg-clr1);
    background-color: var(--pg-clr3);
    padding-top: 5rem;
    padding-bottom: 7rem;

    border-bottom-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
}

.s1-r1 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;
    /*  */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}

.s1-r1-b1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;

    align-self: center;
    align-self: start;
}

.s1-r1-b1-c1--p {
    color: var(--pg-clr8);
    font-size: 1.5rem;
    text-transform: capitalize;
}

.s1-r1-b1-c1--h1 {
    font-size: 2.5rem;
    font-family: Arial, sans-serif;
    color: var(--pg-clr2);
    letter-spacing: .5px;
    line-height: 1em;
    /* padding-bottom: 1rem; */

}

.s1-r1-b1-c2--p {
    color: var(--pg-clr2);
    font-size: 1.2rem;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: .5px;
    opacity: .75;
    padding-bottom: 2rem;
}

/*  */
.s1-r1-b1-c1--a {
    justify-self: left;
    align-self: start;

    background-color: var(--pg-clr5);
    color: var(--pg-clr2);
    border-color: var(--pg-clr5);
    font-size: 1.1rem;
    font-weight: 500;
    padding: .75rem;
    border-radius: .125rem;
    letter-spacing: .5px;
}

/* *********************************************** */

.s1-r1-b1-c3--p {
    display: inline;
    transition: 300ms;
    font-size: 1.1rem;
}

.s1-r1-b1-c1--a:hover .s1-r1-b1-c3--p {
    transition: 300ms;
    margin-left: 1rem;
}

/* *********************************************** */
/*  */

.s1-r1-b2 {
    justify-self: right;
    align-self: center;
}


.s1-r1-b2--img {
    max-width: 100%;
    height: auto;
    display: block;
}

.s1-r1-b2-c1--div {
    margin-top: 4rem;
    margin-left: -2rem;
    /* justify-self: right; */

    border-top: 17px solid var(--pg-clr8);
    width: 50px;
}


@media (max-width: 50rem) {
    .s1 {
        border-bottom-right-radius: 6rem;
        border-bottom-left-radius: 6rem;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }

    .s1-r1 {
        /*  */
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .s1-r1-b1 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .s1-r1-b1-c1--p {
        font-size: 1rem;
        /* justify-self: center; */
    }

    .s1-r1-b1-c1--h1 {
        font-size: 1.5rem;
        /* justify-self: center; */
        line-height: 1.2em;
    }


    .s1-r1-b1-c2--p {
        color: var(--pg-clr2);
        font-size: 1rem;
        text-transform: capitalize;
        line-height: 1.2em;
        letter-spacing: .5px;
        opacity: .75;
        padding-bottom: 1rem;
    }

    .s1-r1-b1-c1--a {
        font-size: 1rem;
        font-weight: 400;
    }

    .s1-r1-b2-c1--div {
        margin-left: 0;
        justify-self: right;
        margin-top: 3rem;
    }

    .s1-r1-b2--img {
        max-width: 80%;
        margin-inline: auto;
    }

}

/*  */

/*  */

.s2 {
    color: var(--pg-clr3);
    background-color: var(--pg-clr2);

    padding: 3rem 0;
    margin-top: 2rem;
}

.s2-r1 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;

    /* * */

    background-color: var(--pg-clr2);

    display: grid;
    grid-template-columns: 1fr;
}

.s2-r1-b1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;

    justify-self: center;
    max-width: 50rem;
}

/*  */

.s2-r1-b1-c1--img {
    justify-self: center;
}

.s2-r1-b1-c1--h2 {
    font-size: 3rem;
    font-family: Arial, sans-serif;
    line-height: 1em;
    font-weight: bold;

    justify-self: center;
}

.s2-r1-b1-c1--p {
    color: var(--pg-clr5);
    font-size: 1.2rem;
    font-weight: bold;

    /* justify-self: center; */
}

.s2-r1-b1-c2--p {

    padding-left: 2rem;
    border-left: 1px solid var(--pg-clr5);
    line-height: 1.8em;
    font-size: 1.2rem;
    letter-spacing: .5px;
    opacity: .5;
}


/*  */

.s2-r1-b1-c1--div {
    justify-self: right;
    border-top: 30px solid var(--pg-clr6);
    width: 30px;
}

.s2-r1-b1-c2--div {
    justify-self: right;
    margin-right: 50px;
    border-top: 40px solid var(--pg-clr4);
    width: 40px;
}

/*  */

@media (max-width: 50rem) {
    .s2 {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .s2-r1 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .s2-r1-b1 {
        max-width: 90%;
        justify-self: center;
    }

    .s2-r1-b1-c1--h2 {
        font-size: 1.5rem;
    }

    .s2-r1-b1-c2--p {
        font-size: 1rem;
    }
}

/*  */

.s2-1 {
    background-color: var(--pg-clr7);
    padding-top: 3rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/*  */

.s3 {
    color: var(--pg-clr3);
    background-color: var(--pg-clr7);

    padding-top: 3rem;
    padding-bottom: 3rem;
}

.s3-r1 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;

    margin-bottom: 3rem;
}

.s3-r1-b1-c1--p {
    text-align: center;
    margin-bottom: .25rem;
    color: var(--pg-clr5);
    font-weight: 700;
    font-size: 1.5rem;
}

.s3-r1-b1-c1--h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.s3-r2 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;
}

.s3-r2-b1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
}

.s3-r2-b1-c1--div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.s3-r2-b1-c1--img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.s3-r2-b1-c1--h3 {
    font-family: Arial, sans-serif;
    text-align: center;
}

.s3-r2-b1-c1--p {
    line-height: 1.5em;
    letter-spacing: .2px;
    /* text-align: center; */
    justify-self: start;
}

.s3-r2-b1-c1--a {
    /* justify-self: center; */
    justify-self: start;
    background-color: var(--pg-clr7);
    color: var(--pg-clr1);
    font-size: 1.1rem;
    /* padding: .5rem; */
    font-weight: 400;
    opacity: .7;

}

/* *********************************************** */

.s3-r2-b1-c2--p {
    display: inline;
    transition: 300ms;
    font-size: 1.2rem;
}

.s3-r2-b1-c1--a:hover .s3-r2-b1-c2--p {
    transition: 300ms;
    margin-left: 1rem;
}

/* *********************************************** */

.s3-r2-b1-c1--a:hover {
    /* background-color: var(--pg-clr2); */
    opacity: 1;
}

/* --- */

.s3-r3 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;

    margin-top: 5rem;
}

.s3-r3-b1 {
    display: grid;
    grid-template-columns: 1fr;
}

/*  */
.s3-r3-b1-c1--a {
    background-color: var(--pg-clr5);
    color: var(--pg-clr2);
    border-color: var(--pg-clr5);
    font-size: 1.2rem;
    font-weight: 500;
    padding: .75rem;
    border-radius: .125rem;
    letter-spacing: .5px;
    justify-self: center;
}

/* *********************************************** */

.s3-r3-b1-c1--p {
    display: inline;
    transition: 300ms;
    font-size: 1.2rem;
}

.s3-r3-b1-c1--a:hover .s3-r3-b1-c1--p {
    transition: 300ms;
    margin-left: 1rem;
}

/* *********************************************** */
/*  */


/* --- */

/* b2 */

.s3-r2-b2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;

    margin-top: 7rem;
}

.s3-r2-b2-c1--div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.s3-r2-b2-c1--img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.s3-r2-b2-c1--h3 {
    font-family: Arial, sans-serif;
    text-align: center;
}

.s3-r2-b2-c1--p {
    line-height: 1.5em;
    letter-spacing: .2px;
    text-align: center;
}

.s3-r2-b2-c1--a {
    justify-self: center;

    background-color: var(--pg-clr7);
    color: var(--pg-clr5);
    font-size: 1.2rem;
    padding: .5rem;
    font-weight: 600;
}

/* *********************************************** */

.s3-r2-b2-c2--p {
    display: inline;
    transition: 300ms;
    font-size: 1.2rem;
}

.s3-r2-b2-c1--a:hover .s3-r2-b2-c2--p {
    transition: 300ms;
    margin-left: 1rem;
}

/* *********************************************** */

.s3-r2-b2-c1--a:hover {
    background-color: var(--pg-clr2);
}


/* b2 */

@media (max-width: 50rem) {

    .s3 {
        padding-top: 1rem;
    }

    .s3-r2-b1 {
        grid-template-columns: 1fr;
        gap: 5rem;
    }

    .s3-r1-b1-c1--p {
        margin-bottom: .5rem;
        font-size: 1.2rem;
    }

    .s3-r1-b1-c1--h2 {
        font-size: 1.8rem;
    }

    .s3-r2-b1-c1--img {
        max-width: 90%;
        display: block;
        margin-inline: auto;
    }

    /* b2 */
    .s3-r2-b2 {
        grid-template-columns: 1fr;
        gap: 5rem;
    }

    .s3-r1-b2-c1--p {
        margin-bottom: .5rem;
        font-size: 1.2rem;
    }

    .s3-r1-b2-c1--h2 {
        font-size: 1.8rem;
    }

    .s3-r2-b2-c1--img {
        max-width: 90%;
        display: block;
        margin-inline: auto;
    }

    /* b2 */

}

/* * */




/* s4 */
.s4 {
    color: var(--pg-clr1);
    background-color: var(--pg-clr2);

    /* padding-bottom: 3rem; */
    /* padding-top: 3rem; */
}

.s4-r1 {
    /* width: 90%; */
    /* max-width: 80rem; */
    /* margin-inline: auto; */
    /* background-color: var(--pg-clr9); */

    /* * */

    display: grid;
    grid-template-columns: 2.1fr 5fr 2.1fr;
    gap: 1rem;

    margin: 5rem 0;
}

.s4-r1-b1-c1--img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 100%;
    object-fit: cover;
}

.s4-r1-b3-c1--img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 100%;
    object-fit: cover;
}

.s4-r1-b2 {
    align-self: center;
    /* align-self: start; */

    padding-left: 5rem;
    padding-right: 5rem;
}

.s4-r1-b2-c1--h2 {
    padding-bottom: 2rem;
    text-align: center;
}

.s4-r1-b2-c1--div {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--pg-clr5);
    margin-bottom: 2rem;
}


.s4-r1-b2-c2--div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a c"
        "b d";
    column-gap: 5rem;
    row-gap: 3rem;
}

.s4-r1-b2-c3--div {
    grid-area: a;
}

.s4-r1-b2-c4--div {
    grid-area: b;
}

.s4-r1-b2-c5--div {
    grid-area: c;
}

.s4-r1-b2-c6--div {
    grid-area: d;
}

.s4-r1-b2-c1--h3 {
    padding-bottom: 1rem;
}

.s4-r1-b2-c1--h2 {
    line-height: 1.5em;
    font-size: 2rem;
    letter-spacing: .5px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.s4-r1-b2-c1--h3 {
    line-height: 1.5em;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.s4-r1-b2-c1--p {
    line-height: 1.5em;
    opacity: .7;
    font-size: 1rem;
    letter-spacing: 1px;
}

@media (max-width: 50rem) {
    .s4-r1 {
        width: 90%;
        max-width: 80rem;
        margin-inline: auto;

        /* * */

        display: grid;
        grid-template-columns: 1fr;

        margin-bottom: 3rem;
    }

    .s4-r1-b1 {
        display: none;
    }

    .s4-r1-b3 {
        display: none;
    }

    .s4-r1-b2 {
        padding: 1rem;
    }

    .s4-r1-b2-c2--div {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "a"
            "b"
            "c"
            "d";
        gap: 3rem;
        padding-bottom: 1rem;
    }

}

/* s4 */

/* * */

.s5 {
    color: var(--pg-clr1);
    background-color: var(--pg-clr2);

    padding-bottom: 3rem;
}

.s5-r1 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;
    background-color: var(--pg-clr3);
}

.s5-r1-b1 {
    padding: 5rem 7rem;
    margin-bottom: 0rem;

    padding-top: 3rem;
    padding-bottom: 0rem;


    /* * */

    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

.s5-r1-b1-c1--h2 {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 3.125rem;
    color: var(--pg-clr7);
}

.s5-r1-b1-c1--a {
    font-weight: 500;
    font-size: 1.125rem;
    background-color: var(--pg-clr5);
    padding: 1.125rem 2.5rem;
    align-self: center;
    justify-self: center;
    color: var(--pg-clr2);
}

/* *********************************************** */

.s5-r1-b1-c1--p {
    display: inline;
    transition: 300ms;
    font-size: 1.125rem;
}

.s5-r1-b1-c1--a:hover .s5-r1-b1-c1--p {
    transition: 300ms;
    margin-left: 1rem;
}

/* *********************************************** */

.s5-r1-b2 {
    display: grid;
    grid-template-columns: 1fr;
}

.s5-r1-b2-c1--img {
    justify-self: center;
    margin-bottom: 2rem;
}


.s5-r2 {
    width: 90%;
    max-width: 80rem;
    margin-inline: auto;

    /* * */

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding-top: 2rem;
}

.s5-r2-b1-c1--h3 {
    line-height: 1.3em;
    font-size: 1.25rem;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.s5-r2-b1-c1--p {
    line-height: 1.3em;
    font-size: 1.25rem;
}

.s5-r2-b2-c1--p {
    line-height: 1.3em;
    font-size: 1.25rem;

    border-bottom: 1px solid var(--pg-clr5);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.s5-r2-b3-c1--a {
    font-size: 1.1rem;
    line-height: 1.8em;

    display: block;
    margin-bottom: 1rem;
}

.s5-r2-b3-c1--a:hover {
    color: var(--pg-clr5);
    opacity: .75;
}

.s5-r2-b3 {
    justify-self: end;
    padding-right: 3rem;
}


@media (max-width: 50rem) {

    .s5-r1-b1 {
        padding: 1rem;
        margin-bottom: 2rem;
        /*  */
        grid-template-columns: 1fr;
        padding: 2.5rem;
    }

    .s5-r1-b1-c1--h2 {
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }

    .s5-r1-b1-c1--a {
        font-size: 1rem;
        padding: 1rem;
    }

    .s5-r2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-top: 2rem;

        padding-left: .5rem;
    }

    .s5-r2-b1-c1--h3 {
        font-size: 1.2rem;
    }

    .s5-r2-b2-c1--p {
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-top: 1rem;

        border-bottom: 0;
        padding-bottom: 0;
    }

    .s5-r2-b3 {
        justify-self: start;
        padding-right: 0;
        margin-top: 1rem;
    }
}

/* * */
