/*apiary-intro.css*/


.intro-container {
    display: flex;
    width: 100%;

}

.intro-container .left-col {
    position: absolute;
    left: 16px;
    width: 60.5%;
    height: 100%;
    transition: all .5s ease 0s;
    max-height: 960px;
}

.intro-container .right-col {
    width: 50vw;
    max-width: 660px;
    margin: 50px 0;
    position: relative;
    z-index: 9;
    margin-left: auto;
}

.intro-container .content-wrapper {
    padding: 40px;
    background-color: #F9F7F5;
    box-shadow: -2px 4px 40px 0px rgba(0, 0, 0, 0.15);
}


.intro-type-1 .left-col .img-wrapper {
    background-size: cover;
    background-position: center;
    margin-right: 50px;
    width: calc(100% - 50px);
    height: 100%;
    max-height: 960px;
    overflow: hidden;
}

.intro-slider-wrapper {
    height: 100%;
}

.intro-slider-wrapper .slick-list,
.intro-slider-wrapper .intro-slider {
    height: 100%;
    max-height: 960px;
}

.intro-slider-wrapper .slick-track {
    height: 100%;
}

.intro-type-1 .left-col .img-wrapper img,
.intro-slider .slide-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bg-pattern {
    position: absolute;
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    max-width: 300px;
    opacity: .5;
}
/* intro type 2 css */
.intro-type-2 .right-col{
    width: 100%;
    padding-left: 0;
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
 .intro-type-2 .content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
 .intro-type-2 .intro-container .content-wrapper .section-buttons{
    justify-content: center;
}
 .intro-type-2 .intro-container .right-col{
    bottom: 0;
 }
 .intro-type-2 .content-wrapper .intro-heading{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
 }
/* End intro type 2 css */
@media screen and (min-width: 1675px) {
    .intro-container {
        max-width: 1420px;
    }
}

@media screen and (max-width: 992px) {
    .intro-container {
        flex-flow: wrap;
        padding: 0;
    }

    .intro-container .left-col {
        order: 1;
        width: 100%;
        position: relative;
        left: 0;

    }

    .intro-container .right-col {
        padding-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .intro-container .right-col {
        margin: 0 auto;
        padding: 0px;
        bottom: -15px;
    }

    .intro-container .right-col .content-wrapper {
        padding: 15px;
        box-shadow: none;
    }
     .intro-type-2 .intro-container .content-wrapper{
        padding: 24px 12px;
     }
    .intro-type-1 .left-col .img-wrapper{
            width: 100%;
    }

}