﻿
/* --- ABOUT WEST LANDING PAGE   
LeftContent WithVideo
Our Values Component ---*/

.our-values-section .our-values-row {
    flex-direction: row-reverse;
}

    .our-values-section .our-values-row .image-container {
        width: 70%;
        margin: 0 auto;
    }

        .our-values-section .our-values-row .image-container img {
            max-width: 100%;
        }

.our-values-row {
    height: 500px;
    position: relative;
    background-color: #e3f2fb;
}

    .our-values-row::before {
        content: "";
        background-image: url("/-/media/Feature/Page Content/images/banner-bg-webp.webp");
        background-size: 70%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

    .our-values-row .blue-area {
        /*background-color: #00a0c8;*/
        height: auto;
        width: auto;
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .our-values-row .image-container {
        /*position: absolute;*/
        /*right: 8%;*/
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .our-values-row .image-container img {
            height: 380px;
            width: 700px;
            object-fit: cover;
        }

.our-values-text {
    width: 90%;
    margin: 0 auto;
}

.our-values-title {
    font-size: 40px;
    padding-bottom: 2rem;
    color: #002f6d;
    font-family: var(--font-noto);
    font-weight: 400;
}

.our-values-subtitle {
    font-size: 30px;
    padding-bottom: 1rem;
    color: #00a0c8;
    font-weight: 400;
}

.our-values-text p {
    font-size: 24px;
    color: #444444;
    margin-bottom: 1rem;
}

.our-values-row .play-video {
    font-size: 25px;
    font-weight: 550;
    color: var(--primary-green);
}

@media (max-width: 1336px) {
    .our-values-title {
        font-size: 32px;
    }
}

    @media (max-width: 1538px) {
        .our-values-text {
            width: 90%;
            margin: 0 auto;
            margin-left: 4rem;
        }

        .our-values-title {
            font-size: 32px;
        }

        .our-values-subtitle,
        .our-values-text p {
            font-size: 20px;
        }

        .our-values-row .play-video {
            font-size: 20px;
        }

        .our-values-row .image-container img {
            height: 380px;
            width: 660px;
            object-fit: cover;
        }
    }

    @media (max-width: 1366.98px) {
        .our-values-row {
            height: 400px;
        }

        .our-values-text {
            padding-right: 15px;
        }

        .our-values-section .our-values-row .image-container {
            width: 80%;
        }

        .our-values-row .image-container img {
            height: 320px;
            width: 580px;
        }

        .our-values-text p {
            font-size: 16px;
            margin-bottom: 0.5rem;
        }
    }

    @media (max-width: 1224px) {
        .our-values-row .image-container img {
            height: 194px;
            width: 365px;
        }

        .our-values-section .our-values-row .image-container img {
            width: 100%;
            height: auto;
        }
    }

    @media (max-width: 1024px) {
        .our-values-row {
            height: 400px;
        }

            .our-values-row .image-container img {
                height: 194px;
                width: 365px;
            }

        .our-values-text {
            width: 90%;
        }

        .our-values-section .our-values-row .our-values-text {
            margin-left: 0;
        }

        .our-values-title {
            font-size: 30px;
            padding-bottom: 1rem;
        }

        .our-values-subtitle,
        .our-values-text p {
            font-size: 20px;
        }

        .our-values-text p {
            margin-bottom: 1rem;
        }

        .our-values-row .play-video {
            font-size: 18px;
        }
    }

    @media (max-width: 991.98px) {
        .our-values-row .image-container img {
            height: 190px;
            width: 280px;
        }
    }

    @media (max-width: 767.98px) {
        .our-values-row {
            height: 100%;
            margin: 0;
            background: #ffffff;
            flex-wrap: wrap-reverse;
            box-shadow: 0 3px 6px 0 rgba(0 0 0 / 16%);
            margin-bottom: 10px;
        }

            .our-values-row::before {
                content: "";
                background-image: none !important;
            }

            .our-values-row .image-container {
                padding: 1rem;
                padding-bottom: 0;
                position: relative;
                left: 0;
                width: 100%;
                /*height: 280px; */
                height: auto;
                display: flex;
                flex-direction: column;
                justify-content: center;
                background: #ffffff;
                /*background-image: linear-gradient(to right, #a8e5ee 7%, #cbf0f5 29%, #f2f2f2 101%, rgba(255, 255, 255, 0.94) 101%);*/
            }

                .our-values-row .image-container img {
                    width: 100%;
                    object-fit: cover;
                    margin: auto;
                    height: auto;
                }

        .our-values-text {
            margin-left: 0;
            margin-right: 0;
            padding: 1.5rem;
            width: 100%;
            background-color: #FFF;
        }

        .our-values-title {
            font-size: 25px;
            padding-bottom: 0.75rem;
            text-align: center;
        }

        .our-values-subtitle,
        .our-values-text p {
            font-size: 18px;
            text-align: center;
        }

        .our-values-text p {
            margin-bottom: 0.5rem;
        }

        .our-values-row .blue-area {
            display: none;
        }

        .our-values-row .play-video {
            font-size: 16px;
            margin-top: 0.5rem;
            text-align: center;
        }
    }
