.homeCarouselWrap {
}

.homeCarouselWrap .container {
    display: flex;
    flex-direction: column;
    height: 70vh;
}

.homeCarousel {
    position: absolute;
    bottom: -60px;
}

.homeCarousel .owl-stage-outer {
    zoom: 1.2;
    margin: 0 0 0 -40px;
}

.girlImg {
    transform: scale(0.9); position: relative; bottom: -22px;
}

.homeCarouselSlide {
    display: flex;
    justify-content: space-between;
    margin: auto 0 0 0;
}

.homeCarouselSlide .leftArea {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 0 120px;
}

.rightArea {
    width: 48%;
    position: relative;
}

.rightArea .animatedCircles {
    bottom: 50%;
    left: 50%;
}

.homeCarouselSlide .innerCircles {
    height: 400px;
    width: 400px;
}

.sliderHeading {
    font-size: 54px;
    line-height: 70px;
    font-weight: 600;
    margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
    .sliderHeading {
        font-size: 34px;
        line-height: 40px;
    }

    .homeCarouselWrap .container {
        height: auto;
        padding: 30px 20px 0;
    }

    .homeCarouselWrap {
        padding: 10px 0;
    }

    .homeCarouselSlide {
        flex-direction: column;
    }

    .homeCarouselSlide .innerCircles {
        height: 200px;
        width: 200px;
    }

    .homeCarouselSlide .leftArea {
        width: 100%;
        padding: 0;
        margin: 0 0 9;
    }

    .leftArea,
    .rightArea {
        width: 100%;
        padding: 100px 0 0;
    }

    .homeCarousel {
        position: relative;
        bottom: -10px;
    }

    .girlImg {
        transform: scale(1);
        position: relative;
        bottom: 0;
    }
}