body,
header {
    background: #000;
}


section {
    margin-top: 155px;
}

section .container-fluid {
    padding-bottom: 50px;
}

.bottom-content-sec1 {
    margin-top: 0px !important;
}

.mobile-app-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contentWrapper {
    display: flex;
}

.mobile-app-content {
    width: calc(100% - 20% - 26%);
    color: #FFFFFF;
    text-align: center;
}

.mobile-app-logo {
    position: relative;
    margin: 30px 0 50px;
}

.mobile-app-logo>img {
    height: 100px;
}

.mobile-app-sub-title {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 900;
}

.mobile-app-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 900;
}

.mobile-app-feature>div {
    width: 30%;
}

.mobile-app-feature>div>img {
    width: 25px;
    margin-right: 10px;
}

.mobile-app-feature>div>span {
    color: #EDBB54;
}

.mobile-app-step-box {
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobile-app-step-title {
    color: #000;
    font-size: 18px;
    line-height: 46px;
    font-weight: 900;
}

.mobile-app-step-sub-title {
    margin-top: 30px;
    font-size: 18px;
}

.mobile-app-steps {
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    padding: 30px 0px 50px;
}

.mobile-app-steps>div {
    width: 25%;
}

.mobile-app-step-img {
    height: 70px;
    margin-bottom: 15px;
}

.mobile-app-step-img>img {
    height: 80px;
}

.mobile-app-step-gold-text {
    margin-bottom: 10px;
    color: #EDBB54;
    font-size: 20px;
    font-weight: 900;
}

.mobile-app-qr-container {
    width: 320px;
    width: 20%;
    padding-top: 70px;
}

.mobile-app-qr-container>img {
    position: relative;
    margin-left: 28%;
    width: 95%;
    z-index: 1;
}

.mobile-phone-img {
    position: relative;
    width: 26%;
    margin: 50px auto;
}

.mobile-phone-img img {
    position: absolute;
    left: 0;
    width: 100%;
    /* -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; */
}

/* 
.mobile-phone-img img.transparent {
    opacity: 0;
}

.mobile-phone-img img.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
}

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
} */