@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-color: #009239;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(29, 33, 35, .9);
    font-family: "Red Hat Display", sans-serif;
}

p {
    margin: 0;
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.btn-primary {
    min-height: 60px;
    border: solid 1px;
    border-radius: 200px;
    padding: 0 64px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: solid 1px var(--primary-color);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary:hover {
    background-color: var(--primary-color);
}

.parallax-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: .4;
    background: url("./images/banner-image.jpg") no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
}

.spthree-banner {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 320px 50px 360px 50px;
    position: relative;
    z-index: 2;
}

.spthree-banner-inner {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spthree-banner-inner .logo {
    width: 320px;
    height: auto;
    display: flex;
    flex-direction: row;
}

.spthree-banner-inner .logo img {
    width: 100%;
    height: auto;
}

.spthree-banner-inner ul {
    margin: 116px 0 0 0;
    display: flex;
    flex-direction: row;
    column-gap: 160px;
    position: relative;
}

.spthree-banner-inner ul:after {
    content: "";
    width: 13px;
    height: 230px;
    background: url("./images/vertical-line.svg") center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 13px 230px;
    display: block;
}

.spthree-banner-inner ul li {
    max-width: 310px;
    font-size: 28px;
    line-height: 38px;
    color: #7E8487;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
}

.spthree-banner-inner ul li:nth-child(1) {
    text-align: right;
}

.spthree-banner-inner ul li:nth-child(2) {
    text-align: left;
}

.spthree-presentation {
    width: calc(100% - 160px);
    margin: 0 80px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
    position: relative;
    z-index: 2;
}

.sspthree-presentation-image {
    width: 100%;
    height: auto;
}

.spthree-presentation-image img {
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.spthree-presentation-content {
    width: calc(100% - 320px);
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    margin: 240px 0 0 0;
}

.spthree-presentation-content .section-one,
.spthree-presentation-content .section-two {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    column-gap: 240px;
    position: relative;
}

.spthree-presentation-content .section-one {
    margin-bottom: 50px;
}

.spthree-presentation-content .section-one:after {
    content: "";
    width: 100%;
    height: 13px;
    display: block;
    background: url("./images/horizontal-line.svg") no-repeat center;
    background-size: 100% 13px;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.spthree-presentation-content .section-one .section-one-left {
    width: calc(50% - 230px);
    max-width: 560px;
    background-color: var(--primary-color);
    border-radius: 200px 0 100px 0;
    padding: 145px 114px 145px 88px;
    position: relative;
    top: -320px;
}

.spthree-presentation-content .section-one .section-one-left h2,
.spthree-presentation-content .section-two .section-two-right h2 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-weight: 300;
}

.spthree-presentation-content .section-one .section-one-right,
.spthree-presentation-content .section-two .section-two-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.spthree-presentation-content .section-one .section-one-right p,
.spthree-presentation-content .section-two .section-two-left p {
    font-size: 21px;
    line-height: 36px;
    color: #7E8487;
    font-weight: 400;
}

.spthree-presentation-content .section-one p.big,
.spthree-presentation-content .section-two p.big {
    color: #fff;
    font-weight: 700;
}

.spthree-presentation-content .section-two .section-two-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 0;
}

.spthree-presentation-content .section-two .section-two-right {
    width: calc(50% - 230px);
    max-width: 560px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100px 0 200px 0;
    padding: 145px 114px 145px 88px;
    position: relative;
    top: 0;
}

.spthree-contact {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 264px 0 0 0;
    position: relative;
    z-index: 2;
}

.spthree-address {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 148px 0 120px 0;
    position: relative;
    z-index: 2;
}

.spthree-address p {
    font-size: 18px;
    line-height: 36px;
    color: #7E8487;
}

/* Responsive */

@media only screen and (max-width: 1600px) {
    .spthree-banner {
        padding: 250px 50px 290px 50px;
    }

    .spthree-presentation {
        width: calc(100% - 120px);
        margin: 0 60px;
    }

    .spthree-presentation-content {
        width: calc(100% - 100px);
        padding: 0 50px;
    }

    .spthree-presentation-content .section-one,
    .spthree-presentation-content .section-two {
        column-gap: 180px;
    }

    .spthree-presentation-content .section-one .section-one-right,
    .spthree-presentation-content .section-two .section-two-left {
        row-gap: 25px;
    }

    .spthree-presentation-content .section-one .section-one-left {
        padding: 100px 90px 100px 70px;
        border-radius: 150px 0 75px 0;
    }

    .spthree-presentation-content .section-one .section-one-left h2,
    .spthree-presentation-content .section-two .section-two-right h2 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 1300px) {
    .spthree-banner {
        width: calc(100% - 80px);
        padding: 200px 40px 240px 40px;
    }

    .spthree-presentation {
        width: calc(100% - 80px);
        margin: 0 40px;
    }

    .spthree-presentation-content {
        width: 100%;
        padding: 0;
        margin: 120px 0 0 0;
    }

    .spthree-presentation-content .section-one,
    .spthree-presentation-content .section-two {
        column-gap: 120px;
    }

    .spthree-presentation-content .section-one {
        margin-bottom: 80px;
    }

    .spthree-presentation-content .section-one:after {
        bottom: -40px;
    }

    .spthree-contact {
        margin: 150px 0 0 0;
    }

    .spthree-address {
        margin: 120px 0;
    }
}

@media only screen and (max-width: 991px) {
    .spthree-banner {
        width: calc(100% - 60px);
        padding: 180px 30px 240px 30px;
    }

    .spthree-banner-inner .logo {
        width: 280px;
    }

    .spthree-banner-inner ul {
        column-gap: 120px;
    }

    .spthree-presentation {
        width: 100%;
        margin: 0;
    }

    .spthree-presentation-image img {
        border-radius: 0;
    }

    .spthree-presentation-content {
        margin: 0;
        width: calc(100% - 60px);
        padding: 0 30px;
    }

    .spthree-presentation-content .section-one,
    .spthree-presentation-content .section-two {
        flex-direction: column;
        column-gap: 0;
    }

    .spthree-presentation-content .section-one {
        margin-bottom: 120px;
    }

    .spthree-presentation-content .section-one:after {
        bottom: -60px;
    }

    .spthree-presentation-content .section-one .section-one-left {
        width: 100%;
        max-width: calc(100% - 100px);
        padding: 80px 50px;
        border-radius: 100px 0 50px 0;
        top: -50px;
        margin-bottom: -15px;
    }

    .spthree-presentation-content .section-one .section-one-right,
    .spthree-presentation-content .section-two .section-two-left {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .spthree-presentation-content .section-one .section-one-left h2,
    .spthree-presentation-content .section-two .section-two-right h2 {
        text-align: left;
    }

    .spthree-presentation-content .section-two {
        flex-direction: column-reverse;
    }

    .spthree-presentation-content .section-two .section-two-left {
        margin: 40px 0 0 0;
    }

    .spthree-presentation-content .section-two .section-two-right {
        width: 100%;
        max-width: calc(100% - 100px);
        padding: 80px 50px;
        border-radius: 100px 0 50px 0;
    }

    .spthree-contact {
        margin: 100px 0 0 0;
    }

    .spthree-address {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 768px) {
    .spthree-banner {
        width: calc(100% - 50px);
        padding: 130px 25px 240px 25px;
    }

    .spthree-banner-inner .logo {
        width: 200px;
    }

    .spthree-banner-inner ul {
        column-gap: 0;
        flex-direction: column;
        row-gap: 10px;
        margin: 64px 0 0 0;
    }

    .spthree-banner-inner ul:after {
        content: "";
        width: 13px;
        height: 150px;
        background-size: 13px 150px;
        top: 160px;
    }

    .spthree-banner-inner ul li {
        font-size: 24px;
        line-height: 30px;
    }

    .spthree-banner-inner ul li:nth-child(1),
    .spthree-banner-inner ul li:nth-child(2) {
        text-align: center;
    }

    .spthree-presentation-content {
        width: calc(100% - 50px);
        padding: 0 25px;
    }

    .spthree-presentation-content .section-one:after {
        width: calc(100% + 50px);
        left: -25px;
    }

    .spthree-presentation-content .section-one .section-one-left,
    .spthree-presentation-content .section-two .section-two-right {
        max-width: calc(100% - 80px);
        padding: 60px 40px;
        border-radius: 80px 0 50px 0;
    }

    .spthree-presentation-content .section-two .section-two-left {
        margin: 35px 0 0 0;
    }

    .spthree-presentation-content .section-one .section-one-left h2,
    .spthree-presentation-content .section-two .section-two-right h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .spthree-contact {
        margin: 80px 0 0 0;
    }

    .spthree-address {
        width: calc(100% - 50px);
        margin: 80px 0 60px 0;
        padding: 0 25px;
    }

    .spthree-address p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
}