.bg-black-theme {
    background-color: #000!important
}

h5.portfolio-cat {
    display: inline-block;
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px
}

.section-title {
    margin-bottom: 50px;
    display: block;
    width: 100%
}

.section-title span.title-line {
    width: 70px;
    height: 3px;
    background-color: #fff;
    display: block
}

.section-title span.center-line {
    margin: 0 auto
}

.section-title p {
    color: #fff
}

.section-title h2 {
    margin: 30px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px
}

.threephone-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 700px
}

.left-phone {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 5
}

.right-phone {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 5
}

.center-phone {
    position: relative;
    z-index: 10;
    width: 315px
}

.center-phone .phone-frame {
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 314px
}

.center-phone .phone-gif-center {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 10;
    width: 310px
}

.center-phone .phone-gif-center img {
    border-radius: 30px;
    width: 305px;
    height: 613px
}

.app-detail-box {
    position: relative;
    width: 100%;
    text-align: center
}

.app-detail-header {
    width: 100%;
    margin-bottom: 60px;
    text-align: center
}

.app-detail-header h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    z-index: 10
}

.app-detail-box .app-detail-header::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    z-index: 8;
    width: 120px;
    height: 112px
}

.app-detail-box .header-one::after {
    background: url('../img/hairly/header-one.svg') no-repeat center center/cover
}

.app-detail-box .header-two::after {
    background: url('../img/hairly/header-two.svg') no-repeat center center/cover;
    width: 135px
}

.app-detail-content p {
    color: #fff;
    font-size: 14px;
    width: 70%;
    margin: 0 auto
}

.call-phone {
    text-align: right
}

.ui-box {
    text-align: center
}

.ui-box .ui-img-left {
    margin-bottom: 50px
}

.ui-box .ui-img-right {
    margin-bottom: 50px
}

.screen-box .screen-content {
    text-align: center
}

.screen-box {
    width: 100%;
    height: 600px;
    text-align: center
}

.screen-box .screen-content h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.screen-box .screen-content p.lead {
    color: #fff
}

.screen-ani {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 400px;
    width: 100%
}

.screen-gif,
.screen-frame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.screen-gif {
    position: absolute;
    bottom: 2px!important
}

.screen-gif img {
    border-radius: 35px
}

.screen-frame img {
    width: 217px
}

.menu-phone {
    text-align: right
}

.menu-phone img {
    width: 250px;
    height: auto
}

.menu-screen-hairly::after {
    content: '';
    background: url('../img/hairly/beauty.svg') no-repeat center center/cover;
    width: 170px;
    height: 100%;
    position: absolute;
    right: 100px;
    bottom: 100px;
    opacity: .4
}

.music-screen::after {
    content: '';
    background: url('../img/music/music-bg.svg') no-repeat center center/cover;
    width: 225px;
    height: 100%;
    position: absolute;
    right: 100px;
    bottom: 100px;
    opacity: .4
}

.profile-phone {
    text-align: left
}

.profile-phone img {
    width: 250px;
    height: auto
}

.profile-screen::after {
    content: '';
    background: url('../img/hairly/style.svg') no-repeat center center/cover;
    width: 170px;
    height: 475px;
    position: absolute;
    left: 100px;
    bottom: 100px;
    opacity: .4
}

.artist-screen::after {
    content: '';
    background: url('../img/music/artist-bg.svg') no-repeat center center/cover;
    width: 225px;
    height: 475px;
    position: absolute;
    left: 100px;
    bottom: 100px;
    opacity: .4
}

.owner-screen-box.odd-box {
    padding-top: 100px
}

.owner-screen-box {
    position: relative;
    width: 100%;
    animation: ownerscreen 4s infinite linear;
    transition: .5s all;
    text-align: center
}

@keyframes ownerscreen {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(20px)
    }
    100% {
        transform: translateY(0px)
    }
}

.tagline {
    margin-bottom: 100px
}

.tagline h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600
}

.milkmor-title h2 {
    font-size: 50px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600
}

.milkmor-title p {
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

.project-section {
    min-height: 700px;
    position: relative
}

.project-img {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: img-animate 4s infinite linear
}

.project-idea {
    display: flex;
    justify-content: flex-end
}

.project-box {
    text-align: right
}

.target-section {
    width: 100%;
    min-height: 700px;
    position: relative
}

.target-audi {
    display: flex;
    justify-content: flex-start
}

.target-box {
    text-align: left
}

.target-img {
    position: absolute;
    bottom: 50px;
    right: 0;
    animation: img-animate 4s infinite linear
}

.onboarding-section {
    min-height: 700px;
    width: 100%;
    display: block
}

.onboarding-box {
    text-align: right;
    min-height: 600px
}

.onboarding-box p {
    font-size: 18px
}

.onboarding-box .img01 {
    position: absolute;
    left: -160px;
    bottom: -50px
}

.onboarding-box .img02 {
    position: absolute;
    top: 100px;
    right: -16px
}

.onboarding-box .img03 {
    position: absolute;
    left: -30px;
    bottom: -160px
}

.home-subs-gif img {
    width: 100%
}

.delivery-screen {
    margin-bottom: 30px
}

.center-row {
    padding-top: 100px
}

@media screen and (min-width:991px) {
    .last-sec-screen .screen-col:nth-child(2) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(5) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(8) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(11) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(14) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(17) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(20) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(23) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(26) {
        padding-top: 70px
    }
    .last-sec-screen .screen-col:nth-child(29) {
        padding-top: 70px
    }
}

.dev-process.new-tech-stack h2,
.dev-process.new-tech-stack p {
    color: #fff
}

#wireframe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.wireframe-section {
    width: 100%;
    height: 100vh;
    display: block
}

.outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.design {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-clip-path: circle(15% at var(--x, 50%) var(--y, 50%));
    clip-path: circle(15% at var(--x, 50%) var(--y, 50%))
}

.design:active {
    -webkit-clip-path: circle(40% at var(--x, 50%) var(--y, 50%));
    clip-path: circle(40% at var(--x, 50%) var(--y, 50%));
    -webkit-transition: -webkit-clip-path .2s;
    transition: -webkit-clip-path .2s;
    transition: clip-path .2s;
    transition: clip-path .2s, -webkit-clip-path .2s
}

@keyframes img-animate {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0px)
    }
}

.home-subs-video {
    width: 100%
}

.home-subs-video video {
    width: 100%
}

.main-gif-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 550px
}

.gocery-main-gif {
    position: relative;
    z-index: 10;
    width: 277px
}

.gocery-main-gif .phone-frame {
    z-index: 15;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px
}

.gocery-main-gif .phone-frame img {
    width: 290px
}

.gocery-main-gif .phone-gif-center {
    position: absolute;
    bottom: 15px;
    left: 5px;
    z-index: 10;
    width: 277px
}

.gocery-main-gif .phone-gif-center img {
    border-radius: 30px;
    width: 277px;
    height: 552px
}

.grocery-content-box {
    display: flex;
    align-items: flex-start;
    padding-right: 30px
}

.grocery-content-box .icon {
    margin-right: 20px
}

.grocery-content-box .app-box-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px
}

.grocery-content-box .app-box-content p {
    color: #fff;
    font-size: 16px
}

.branding-2 {
    width: 100%;
    animation: branding-two 4s infinite linear;
    transition: .5s all;
    text-align: center
}

@keyframes branding-two {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0px)
    }
}

.on-boarding-screen,
.menu-screen,
.signin-screen,
.grocery-menu-screen,
.grocery-profile-screen,
.delivery-screen {
    text-align: center;
    display: block;
    padding-bottom: 30px
}

.on-boarding-screen-center,
.signin-screen-center,
.grocery-menu-screen-center,
.grocery-profile-screen-center,
.delivery-screen-center {
    padding-top: 100px
}

#grocery-right .section-title {
    text-align: right
}

#grocery-right .section-title span.title-line {
    margin-left: auto
}

#admin-section {
    text-align: center
}

.mockup {
    display: inline-block;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0;
    perspective: 2400px;
    perspective-origin: 50% 100%;
    opacity: 0;
    transition: 500ms opacity
}

.mockup.loaded {
    opacity: 1
}

.mockup .part .top,
.mockup .part .bottom {
    position: absolute;
    top: 0;
    left: 0
}

.mockup .part.top {
    transform: translate3d(0, 0, 0) rotateX(-90deg)
}

.laptop-mockup:hover .part.top {
    transform: translate3d(0, 0, 0) rotateX(0deg)
}

.mockup .part {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    transition: 900ms
}

.mockup.opened .part .top {
    transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1)
}

.mockup .part .top {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, -11px) rotateX(90deg);
    transition: 900ms
}

.mockup img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden
}

.mockup .part .cover {
    position: relative
}

.mockup .dashboard-img {
    display: block;
    position: absolute;
    top: 8%;
    left: 4%;
    width: 92%;
    border-radius: 6px;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 1px)
}

.mockup .part.bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) rotateX(-90deg)
}

.mockup .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, 0) rotateX(90deg)
}

.grocery-wireframe {
    position: relative
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .app-detail-box {
        margin-bottom: 80px
    }
    .ui-img-center {
        margin-bottom: 50px
    }
    .screen-box {
        margin-bottom: 50px
    }
    .screen-content p {
        width: 70%;
        margin: 0 auto
    }
    .owner-screen-box {
        padding-bottom: 30px
    }
    .owner-screen-box.odd-box {
        padding-top: 0
    }
    .menu-screen-hairly::after {
        display: none
    }
    .profile-screen::after {
        display: none
    }
    .project-section {
        min-height: 600px
    }
    .project-img {
        left: -150px
    }
    .target-img {
        right: -350px
    }
    .onboarding-box {
        height: auto;
        min-height: auto
    }
}

@media screen and (max-width:480px) {
    .section-title {
        text-align: center
    }
    .title-line {
        margin: 0 auto
    }
    .call-to-action-btn {
        text-align: center
    }
    .call-phone,
    .menu-phone,
    .profile-phone {
        margin-top: 50px;
        text-align: center
    }
    h1.case-study-title {
        font-size: 36px;
        line-height: 40px
    }
    .project-img {
        left: -150px;
        top: 150px
    }
    .milkmor-title h2 {
        font-size: 32px
    }
    .milkmor-title p {
        font-size: 16px;
        line-height: 22px
    }
    .target-img {
        right: -350px;
        top: 50px
    }
    .onboarding-box {
        height: auto;
        min-height: auto;
        width: 100%;
        overflow: hidden
    }
    .center-row {
        padding-top: 0
    }
    .onboarding-img {
        display: block;
        width: 100%;
        text-align: center
    }
    .on-boarding-screen-center,
    .signin-screen-center,
    .grocery-menu-screen,
    .grocery-profile-screen-center,
    .delivery-screen-center {
        padding-top: 0
    }
    #grocery-right .section-title {
        text-align: center
    }
    .main-gif-box {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 550px
    }
    .gocery-main-gif {
        position: relative;
        z-index: 10;
        width: 277px
    }
    .gocery-main-gif .phone-frame {
        z-index: 15;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 290px
    }
    .gocery-main-gif .phone-frame img {
        width: 290px
    }
    .gocery-main-gif .phone-gif-center {
        position: absolute;
        bottom: 15px;
        left: 5px;
        z-index: 10;
        width: 277px
    }
    .gocery-main-gif .phone-gif-center img {
        border-radius: 30px;
        width: 277px;
        height: 552px
    }
}

section.cursor-svg {
    cursor: url(../img/case-study/kems/slider-arrow.svg), auto
}