.lifestyle-wrapper {
    position: relative;
    overflow: hidden;
    padding: 196px 0 236px;
    background: #fdf9f8;
    display: flex;
    align-items: center;
    min-height: 100vh
}

.shape_1 {
    position: absolute;
    right: 0;
    bottom: 0
}

.shape_1 svg {
    opacity: .08
}

.shape_2 {
    position: absolute;
    right: 0;
    bottom: 0
}

.oppi_banner_img_content .banner_img img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.oppi_banner_img_content .banner_img {
    margin: 105px -127px -108px 0;
    position: relative
}

.oppi_banner_img_content .banner_img .lifestyle-img-2 {
    position: absolute;
    bottom: -15px;
    left: 0;
    animation: jump 2.3s linear infinite
}

.oppi_banner_img_content .banner_img .lifestyle-img-3 {
    position: absolute;
    top: -25px;
    right: 15px;
    animation: jump 2.3s linear infinite
}

.oppi_banner_img_content .banner_img .lifestyle-img-4 {
    position: absolute;
    top: -115px;
    left: 175px;
    animation: jump 2.3s linear infinite
}

.oppi_banner_img_content .banner_img .lifestyle-img-5 {
    position: absolute;
    right: 0;
    bottom: -30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.lifestyle-category-col {
    padding: 20px;
    margin-bottom: 30px;
    min-height: 280px;
    border-bottom: 4px solid transparent;
    transition: all ease .25s
}

.lifestyle-category-col:hover {
    box-shadow: 0 8px 9px 1px rgba(94, 116, 140, .24), 0 3px 6px 0 rgba(54, 73, 94, .08)
}

.lifestyle-category-col h4 {
    font-size: 20px;
    font-weight: 500
}

.lifestyle-category-col .story-img i {
    font-size: 146px
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(1) .lifestyle-category-col {
    border-bottom-color: #bb20bf
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(2) .lifestyle-category-col {
    border-bottom-color: #0b8493
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(3) .lifestyle-category-col {
    border-bottom-color: #ff6e5b
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(4) .lifestyle-category-col {
    border-bottom-color: #3ed1e5
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(5) .lifestyle-category-col {
    border-bottom-color: #f5d365
}

.lifestyle-category-wrapper .row [class*=col-]:nth-child(6) .lifestyle-category-col {
    border-bottom-color: #091780
}

.light-pink-back {
    background-color: #fff3fc
}

.light-orange-back {
    background-color: rgba(255, 110, 91, .1)
}

.light-yellow-back {
    background-color: rgba(245, 211, 101, .1)
}

.lifestyle-app-wrapper p {
    font-size: 18px
}

.carousel-lifestyle li {
    border-top: 1px solid #e0e6e8;
    padding: 32px;
    position: relative;
    overflow-y: hidden
}

.carousel-lifestyle li:before {
    content: '';
    height: 3px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -moz-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
    background-color: #aba3ff
}

.carousel-lifestyle li.active:before {
    animation-play-state: running;
    animation-name: animation-start;
    animation-duration: 5.17s;
    background-color: #aba3ff;
    animation-timing-function: linear
}

.carousel-lifestyle li.active:hover:before {
    animation-play-state: paused;
    animation-name: animation-pause;
    animation-duration: 1ms
}

@keyframes animation-start {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes animation-pause {
    0% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .oppi_banner_img_content .banner_img img {
        max-width: 430px
    }

    .oppi_banner_img_content .banner_img .img_5 img {
        max-width: 210px
    }
}

@media only screen and (max-width:991px) {
    .oppi_banner_img_content .banner_img img {
        max-width: 400px
    }

    .lifestyle-category-col h4 {
        font-size: 18px
    }

    .oppi_banner_img_content .banner_img {
        margin: 105px -127px -108px 0;
        position: relative
    }

    .lifestyle-wrapper {
        padding: 100px 0 60px
    }

    .lifestyle-wrapper .hero-content-wrap {
        margin-top: 200px
    }
}

@media only screen and (max-width:576px) {
    .lifestyle-app-wrapper {
        margin-bottom: 42px
    }
}