﻿.leaf-campaign-header {
    height: 70vh;
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
    .leaf-campaign-header .outer-box {
        width: 100%;
        max-width: 100%;
        margin: auto;
        height: 100%;
        display: flex;
        position: relative;

    }
.left-content, .right-content {
    width: 50%;
    height: 100%;
}
.leaf-campaign-header .outer-box .left-content {
    padding-left: 10%;
}
    .leaf-campaign-header .outer-box .left-content .header-logo {
        width: 100%; height: 50%;
        text-align: left;
        position: relative;
    }
        .leaf-campaign-header .outer-box .left-content .header-logo .header-logo-img {
            width: 100%; max-width: 250px; height: auto; border: 0px;
            position: absolute;
            top: 50%; left: 0px; transform: translateY(-50%);

        }
    .leaf-campaign-header .outer-box .left-content .header-text {
        width: 100%;
        height: 50%;
        text-align: left;
    }
        .leaf-campaign-header .outer-box .left-content .header-text h1 {
            font: 600 40px HalisGR-Regular; text-align: left;
            margin: 0px; line-height: 100%; padding-bottom: 10px; letter-spacing: 0px;
        }
        .leaf-campaign-header .outer-box .left-content .header-text p {
            font: 300 20px HalisGR-Regular;
            text-align: left;
            max-width: 400px;
            margin: 0px;
            line-height: 100%;
        }

.leaf-campaign-header .outer-box .right-content {
    display: flex;
    position: relative;
    overflow: hidden;
}

    .leaf-campaign-header .outer-box .right-content .animated-band-1,
    .leaf-campaign-header .outer-box .right-content .animated-band-2,
    .leaf-campaign-header .outer-box .right-content .animated-band-3 {
        width: 33%;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
        align-self: flex-start;
        padding: 10px;
    }

.inside-image-part {
    width: 100%; height: 200px;
}
.inside-image-part2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
    .inside-image-part2 img {
        position: absolute; bottom: 0px; left: 0px;
    }

    .leaf-campaign-header .outer-box .right-content .animated-band-2 {
        align-self: flex-end;
    }


    .animated-band-1 img, .animated-band-2 img, .animated-band-3 img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }


@media (max-width: 800px) {
    .leaf-campaign-header .outer-box {
        flex-direction: column;
        }
        .leaf-campaign-header .outer-box .left-content {
            width: 100%;
            height: 60%;
            padding: 0px;
            overflow: hidden;
        }

            .leaf-campaign-header .outer-box .left-content .header-logo {
                width: 100%;
                height: 40%;
                text-align: left;
                position: relative;
                
            }

                .leaf-campaign-header .outer-box .left-content .header-logo .header-logo-img {
                    width: auto; height: 90%;
                    max-width: auto;
                    border: 0px;
                    position: absolute;
                    top: auto; bottom: 0px;
                    left: 50%;
                    transform: translate(-50%, 0);
                }

            .leaf-campaign-header .outer-box .left-content .header-text {
                width: 100%;
                height: 60%;
                text-align: center;
                padding: 10px 30px;
            }

                .leaf-campaign-header .outer-box .left-content .header-text h1 {
                    font: 600 30px HalisGR-Regular;
                    text-align: center;
                    margin: 0px;
                    line-height: 110%;
                    padding-bottom: 10px;
                    letter-spacing: 0px;
                }

                .leaf-campaign-header .outer-box .left-content .header-text p {
                    font: 300 16px HalisGR-Regular;
                    text-align: center;
                    max-width: auto;
                    margin: 0px;
                    line-height: 120%;
                }

        .leaf-campaign-header .outer-box .right-content {
            width: 100%;
            height: 40%;
        }

            .leaf-campaign-header .outer-box .right-content .animated-band-1,
            .leaf-campaign-header .outer-box .right-content .animated-band-2,
            .leaf-campaign-header .outer-box .right-content .animated-band-3 {
                display: inline-flex;
                flex-direction: row;
                position: relative;
                height: 150%;
                align-self: flex-start;
                white-space: nowrap;
                overflow: visible;
            }
            .animated-band-1 img, .animated-band-2 img, .animated-band-3 img {
                width: auto;
                height: 100%;
                display: block;
            }

            .leaf-campaign-header .outer-box .right-content .animated-band-2 {
                display: none;
            }
            .leaf-campaign-header .outer-box .right-content .animated-band-3 {
                display: none;
            }
  }