﻿.leaf-campaign-3way {
    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-3way .top-bar {
        width: 100%;
        height: 20%;
        padding: 20px 20px;
        background-color: black;
        text-align: center;
        font: 600 40px HalisGR-Regular;
        z-index: 100;
        position: relative;
    }
        .leaf-campaign-3way .top-bar p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font: 600 40px HalisGR-Regular;
            width: 90%;
            line-height: 100%;
        }

        .leaf-campaign-3way .top-bar .arrow-box {
            position: absolute;
            width: 80px;
            height: 80px;
            background-color: black;
            bottom: -40px;
            left: 50%;
            margin-left: -10px;
            transform: rotate(45deg) translateX(-50%);
            z-index: -1;
        }

    .leaf-campaign-3way .bottom-bar {
        width: 100%;
        max-width: 1250px;
        margin: auto;
        height: 80%;
        display: flex;
        position: relative;
    }
        .leaf-campaign-3way .bottom-bar .bottom-left {

            width: 50%;
            height: 100%;
            display: flex;
            position: relative;
        }
            .leaf-campaign-3way .bottom-bar .bottom-left .cigar {
                width: 20%;
                height: 100%;
                margin-top: 18%;
                margin-right: 5%;
                opacity: .6;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                transition: margin-top 0.2s ease-in-out;
            }

            .leaf-campaign-3way .bottom-bar .bottom-left .cigar:hover {
                margin-top: 0px;
                opacity: 1;
            }

                .leaf-campaign-3way .bottom-bar .bottom-left .cigar img {
                    width: 100%;
                    height: auto; max-height: 100%;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                }


.leaf-campaign-3way .bottom-bar .bottom-left .cigar .cigar-text {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    font: 600 90px HalisGR-Regular;
    color: white;
    transform: translate(-50%, -50%);
    display: none;
}

.leaf-campaign-3way .bottom-bar .bottom-right {
    width: 50%;
    height: 100%;
    position: relative;
}
        .leaf-campaign-3way .bottom-bar .right-panel {
            height: auto;
            width: 100%;
            padding: 40px 10px;
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            transition: left 0.5s ease-in-out;

        }
    .leaf-campaign-3way .bottom-bar .right-panel h2 {
        font: 600 40px HalisGR-Regular;
        color: black; margin: 0px; line-height: 120%;
        max-width: 500px; padding-bottom: 10px; letter-spacing: 0px;
    }
    .leaf-campaign-3way .bottom-bar .right-panel p {
        font: 200 20px HalisGR-Regular;
        color: black;
        margin: 0px;
        line-height: 130%;
        max-width: 500px;
    }
#panel2 { left: 250%; }
#panel3 {
    left: 250%;
}

@media (max-width: 800px) {
    .leaf-campaign-3way .top-bar p {
        position: absolute;
        top: 50%; width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: 600 25px HalisGR-Regular;
    }

    .leaf-campaign-3way .bottom-bar {
        flex-direction: column-reverse;
    }

        .leaf-campaign-3way .bottom-bar .bottom-left {
            width: 100%; height: 40%;
            text-align: center; z-index: 100;
            padding: 0px 10%;
        }

        .leaf-campaign-3way .bottom-bar .bottom-right {
            width: 100%;
            height: 60%;
        }

        .leaf-campaign-3way .bottom-bar .right-panel h2 {
            font: 600 24px HalisGR-Regular;
            color: black;
            margin: 0px;
            line-height: 120%;
            max-width: 100%;
            padding-bottom: 10px;
            letter-spacing: 0px;
        }
        .leaf-campaign-3way .bottom-bar .bottom-left .cigar {
            width: 23%; margin: 15% 5%;
        }
        .leaf-campaign-3way .bottom-bar .right-panel p {
            font: 200 15px HalisGR-Regular;
            color: black;
            margin: 0px;
            line-height: 120%;
            max-width: 100%;
        }
    .leaf-campaign-3way .top-bar .arrow-box {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: black;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
        transform: rotate(45deg) translateX(-50%);
        z-index: -1;
    }

}