﻿/* mobile apps page */

#mobile-apps-wrapper .gradient-overlay {
    position: relative;
    width: 100%;
}

#mobile-apps-wrapper .playstore-equal-height {
    position: relative;
    min-height: 598px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#mobile-apps-wrapper .gradient-overlay:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(246, 71, 149, 0.9), rgba(242, 0, 108, 0.62), rgba(242, 0, 108, 0.72), rgba(187, 5, 95, 0.73), rgba(119, 13, 79, 0.88));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#mobile-apps-wrapper .video-app-wrap {
    left: auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    z-index: 5;
    justify-items: flex-end;
    position: absolute;
    right: 8%;
    flex: 0 0 38%;
    top: -190px;
}

#mobile-apps-wrapper .iphone-mask {
    z-index: 10;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mobile-apps-wrapper .mask-img {
    object-fit: cover;
    height: 100%;
    width: 150%;
    z-index: 10;
    transition: all 400ms ease-in 0s;
    max-width: 100%;
}

#mobile-apps-wrapper .shape-bottom img.bottom-shape,
.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

#mobile-apps-wrapper .ptb-100 {
    padding-top: 80px;
    padding-bottom: 160px;
}

#mobile-apps-wrapper .lead {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

#mobile-apps-wrapper h1.text-white {
    font-size: 26px;
    margin-bottom: 15px;
}

#mobile-apps-wrapper .appContentSec .content_App {
    font-size: 14px;
    margin-bottom: 1rem;
    text-align: left;
}

#mobile-apps-wrapper .mobile-apps-icons img {
    width: 200px;
    margin: 0 10px;
}

#mobile-apps-wrapper .appContentSec .content_App ul {
    list-style-type: square;
    padding-left: 25px;
}

@media (max-width: 767px) {
    #mobile-apps-wrapper .mobile-apps-icons img {
        width: 150px;
        margin: 0 10px;
    }
}