* {
    padding: 0;
    margin: 0;
}

/*h1,
h2 {
    font-family: 'Noto Serif';
    font-weight: 700;
}*/

h1 {
    font-size: 66px;
}

h2 {
    font-size: 46px;
}

p {
    font-size: 20px;
}

.container {
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
}

.mobile-app-banner {
    /* height: 100vh; */
    overflow: hidden;
    padding: 60px 0 100px;
}

.mobile-app-banner .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.banner-image {
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.banner-image-section {
    position: relative;
}

.banner-image-section .mobile-device {
    max-width: 400px;
    margin: 0 0 30px -50px;
}

.banner-image-section .mobile-inner-screen {
    max-width: 350px;
    margin: -30px 0 0 -125px;
    transition: 1s all;
}

.banner-image-section .mobile-inner-screen.animated {
    margin: -30px 0 0 -74px;
    /* max-width: 350px; */
}

.badge {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 1px;
    background: #ff6e44;
    border-radius: 0;
}

.banner-content {
    max-width: calc(100% - 420px);
    margin: 100px 0 0;
}

.banner-content h1 {
    margin: 20px 0 50px;
    line-height: 1.2;
}

.act-btn {
    padding: 12px 30px;
    margin: 30px 0 0;
}

.mobile-app-content-wrapper {
    padding: 200px 0 0;
    background: #fef5f2;
    position: relative;
    /* height: 800vh; */
}

.mobile-app-content-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    left: 0;
    top: -130px;
    background: url(/sites/default/files/recruit/mobile-app-content-bg.png) no-repeat center top 0;
    z-index: 1;
}

.mobile-app-content-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.mobile-app-section {
    width: 100%;
    /* height: 100vh; */
    /* position: absolute;
    left: 0;
    top: 0;
    opacity: 0; */
    padding: 120px 0;
}

.mobile-app-section:nth-child(1) {
    opacity: 1;
}

.mobile-app-section.active {
    /* position: fixed; */
}

.mobile-app-section.active-op {
    opacity: 1;
}


/* .mobile-app-section:nth-child(2) {
    top: 100vh;
}

.mobile-app-section:nth-child(3) {
    top: 200vh;
}

.mobile-app-section:nth-child(4) {
    top: 300vh;
}

.mobile-app-section:nth-child(5) {
    top: 400vh;
}

.mobile-app-section:nth-child(6) {
    top: 500vh;
}

.mobile-app-section:nth-child(7) {
    top: 600vh;
}

.mobile-app-section:nth-child(8) {
    top: 700vh;
} */

.mobile-app-content {
    max-width: 400px;
    width: 100%;
}

.mobile-app-content h2 {
    margin: 0;
}

.mobile-app-content p {
    margin: 40px 0;
}

.mobile-app-image {
    text-align: right;
    position: relative;
}

.mobile-app-image img.mob-view,
.banner-image-section img.mob-view {
    display: none;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.mobile-device {
    max-width: 400px;
}

.mobile-inner-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s all;
}

.images-section-1 img:nth-child(2) {
    max-width: 280px;
    margin: 10px 0 0 80px;
}

.images-section-1 img:nth-child(2).animated {
    margin: -10px 0 0 80px;
}

.images-section-1 img:nth-child(3) {
    max-width: 260px;
    margin: 65px 0 0 -150px;
    transition-delay: .3s;
}

.images-section-1 img:nth-child(3).animated {
    margin: 45px 0 0 -150px;
}

.images-section-1 img:nth-child(4) {
    max-width: 190px;
    margin: 105px 0 0 80px;
    transition-delay: .5s;
}

.images-section-1 img:nth-child(4).animated {
    margin: 85px 0 0 80px;
}

.images-section-1 img:nth-child(5) {
    max-width: 150px;
    margin: 160px 0 0 60px;
    transition-delay: .7s;
}

.images-section-1 img:nth-child(5).animated {
    margin: 160px 0 0 60px;
}

.images-section-2 img:nth-child(2) {
    max-width: 340px;
    margin: 170px 0 0 40px;
}

.images-section-2 img:nth-child(2).animated {
    margin: 180px 0 0 40px;
}

.images-section-3 img:nth-child(2) {
    max-width: 260px;
    margin: -50px 0 0 80px;
}

.images-section-3 img:nth-child(2).animated {
    margin: -50px 0 0 90px;
}

.images-section-3 img:nth-child(3) {
    max-width: 260px;
    margin: 105px 0 0 -60px;
    transition-delay: 0.3s;
}

.images-section-3 img:nth-child(3).animated {
    margin: 105px 0 0 -100px;
}

.images-section-4 img:nth-child(2) {
    max-width: 320px;
    margin: 50px 0 0 40px;
}

.images-section-4 img:nth-child(2).animated {
    margin: 18px 0 0 40px;
}

.images-section-5 img:nth-child(2) {
    max-width: 340px;
    margin: -20px 0 0 -60px;
}

.images-section-5 img:nth-child(2).animated {
    margin: -20px 0 0 -43px;
}

.images-section-6 img:nth-child(2) {
    max-width: 320px;
    margin: 50px 0 0 40px;
}

.images-section-6 img:nth-child(2).animated {
    margin: 30px 0 0 40px;
}

.images-section-7 img:nth-child(2) {
    max-width: 326px;
    margin: -40px 0 0 -60px;
}

.images-section-7 img:nth-child(2).animated {
    margin: -40px 0 0 -35px;
}

.images-section-8 img:nth-child(2) {
    max-width: 320px;
    margin: 50px 0 0 40px;
}

.images-section-8 img:nth-child(2).animated {
    margin: 30px 0 0 40px;
}

.mobile-app-footer {
    text-align: center;
    background: #fef5f2;
}

.mobile-app-footer h2 {
    margin: 0
}

.mobile-app-footer p:nth-of-type(1) {
    margin: 30px auto 0;
    max-width: 450px;
}

.mobile-app-footer p:nth-of-type(2) {
    margin: 0 auto 50px;
}

.footer-image {
    max-width: 500px;
    margin: 0 auto;
}

.footer-image img {
    display: block;
    /* max-width: 500px; */
    width: 100%;
}


/* store Buttons */

.mobile-app-banner .apps-download-links-wrap {
    margin: -30px 0 40px -50px;
    position: relative;
    z-index: 6;
}

.apps-download-links-wrap {
    display: block
}

.apps-download-links-wrap a {
    display: inline-block;
    height: 40px;
    margin: 5px;
    background: url(/sites/default/files/download-apps-sprite2x.png) no-repeat left top;
    background-size: auto 40px
}

.apps-download-links-wrap {
    margin-bottom: 40px
}

.zp-mobile-apps-wrap .m-apps-poster-wrap img {
    vertical-align: bottom
}

.apps-download-links-wrap a.app-store {
    width: 135px;
    background-position: 0 0
}

.apps-download-links-wrap a.g-play {
    width: 134px;
    background-position: -135px 0
}

.apps-download-links-wrap a.windows-app {
    width: 145px;
    background-position: -269px 0
}

.apps-download-links-wrap a.amazon-app {
    width: 85px;
    background-position: -415px 0
}


/* progress bar */

.slider-progress-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
    margin: 0 0 40px 0;
}

.slider-progress {
    max-width: 250px;
    width: 100%;
    height: 3px;
    background: #555;
    max-width: 360px;
    position: relative;
    overflow: hidden;
    order: 1;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: #000;
    position: absolute;
}

.slick-next,
.slick-prev {
    top: initial;
    bottom: -77px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* width: 20px; */
    /* height: 25px; */
}

.slick-prev {
    left: initial;
    right: -60px;
}

.slick-next {
    right: -85px;
}


/* progress bar */

.slider-progress {
    /* width: 100%;
    height: 10px; */
    background: #ffd9cc;
    /* position: absolute; */
    bottom: 0;
}

.slider-progress .progress {
    width: 0%;
    height: 10px;
    background: #f7865f;
}

.quick-connect-links-wrap {
    display: none;
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #ff6e44;
}

.mobile-app-footer .apps-download-links-wrap {
    display: none !important;
}

@media only screen and (min-width: 1920px) {
    h1 {
        font-size: 72px;
    }
    .mobile-app-banner {
        padding: 100px 0 200px;
    }
    .mobile-app-content-wrapper:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 270px;
        left: 0;
        top: -130px;
        background: url(/sites/default/files/recruit/bg-big-screen.png) no-repeat center top 0;
        z-index: 1;
    }
    .mobile-app-section {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 40px;
    }
    p {
        font-size: 18px;
    }
    .container {
        max-width: 740px;
    }
    .act-btn {
        padding: 10px 30px;
    }
    .mobile-app-banner {
        padding: 60px 0 130px;
    }
    .mobile-app-banner .container {
        max-width: 760px;
    }
    .banner-content {
        max-width: calc(100% - 380px);
        margin: 30px 0 0;
    }
    .banner-image-section .mobile-device {
        max-width: 320px;
    }
    .banner-image-section .mobile-inner-screen {
        max-width: 300px
    }
    .slider-progress-count {
        max-width: 320px
    }
    .slider-progress {
        max-width: 260px
    }
    .slick-next {
        right: -20px;
    }
    .slick-prev {
        right: 0;
    }
    .mobile-app-content-wrapper {
        padding-top: 100px;
    }
    .mobile-device {
        max-width: 320px;
        margin: 0 auto;
    }
    .images-section-1 img:nth-child(2) {
        max-width: 240px;
        margin: 20px 0 0 80px;
    }
    .images-section-1 img:nth-child(3) {
        max-width: 240px;
        margin: 65px 0 0 -120px;
    }
    .images-section-1 img:nth-child(4) {
        max-width: 150px
    }
    .images-section-1 img:nth-child(5) {
        max-width: 100px;
    }
    .images-section-1 img:nth-child(2).animated {
        margin: 0px 0 0 80px;
    }
    .images-section-1 img:nth-child(3).animated {
        margin: 45px 0 0 -120px;
    }
    .images-section-1 img:nth-child(4).animated {}
    .images-section-1 img:nth-child(5).animated {
        margin: 140px 0 0 60px;
    }
    .images-section-2 img:nth-child(2) {
        max-width: 280px;
    }
    .images-section-2 img:nth-child(2).animated {
        margin: 150px 0 0 40px;
    }
    .images-section-3 img:nth-child(2) {
        max-width: 200px;
    }
    .images-section-3 img:nth-child(3) {
        max-width: 200px;
    }
    .images-section-3 img:nth-child(2).animated {}
    .images-section-3 img:nth-child(3).animated {}
    .images-section-4 img:nth-child(2) {
        max-width: 264px;
    }
    .images-section-5 img:nth-child(2) {
        max-width: 289px;
    }
    .images-section-6 img:nth-child(2) {
        max-width: 260px;
    }
    .images-section-7 img:nth-child(2) {
        max-width: 272px;
    }
    .images-section-8 img:nth-child(2) {
        max-width: 290px;
    }
    .footer-image {
        max-width: 400px
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 32px;
    }
    p {
        font-size: 18px;
    }
    .badge {
        font-size: 12px;
    }
    .mobile-app-banner {
        height: auto;
        padding: 20px 0;
    }
    .mobile-app-banner .container {
        flex-direction: column;
    }
    .mobile-app-banner .apps-download-links-wrap {
        margin: -40px 0 0;
    }
    .banner-image {
        order: 1;
        margin: 30px auto 100px;
        position: relative;
        max-width: 320px;
    }
    .banner-image-section {
        left: 60px;
        margin: 0 0 0px;
    }
    .banner-content {
        margin: 0 auto;
        text-align: center;
        max-width: 360px;
    }
    .banner-content p:nth-of-type(1) {
        margin: 0
    }
    .mobile-app-section {
        height: auto;
        padding: 0 0 100px;
    }
    .mobile-app-content-wrapper {
        padding: 140px 0 0;
    }
    .mobile-app-content-wrapper .container {
        display: block;
    }
    .mobile-app-content {
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
    }
    .mobile-app-image {
        text-align: center;
    }
    .mobile-app-image img,
    .banner-image-section img {
        display: block;
    }
    .mobile-app-image img.mob-view,
    .banner-image-section img.mob-view {
        max-width: 320px;
        /* display: block; */
        margin: 0 auto;
    }
    .mobile-app-footer h2 {
        max-width: 580px;
        margin: 0 auto;
    }
    .mobile-app-content h2 {
        max-width: 320px;
        margin: 0 auto
    }
    .mobile-app-content p {
        margin: 20px 0;
    }
    .banner-image-section .mobile-inner-screen {
        max-width: 300px;
        margin: -10px 0 0 -120px;
    }
    .banner-image-section .mobile-inner-screen.animated {
        margin: -10px 0 0 -100px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 28px
    }
    .mobile-app-banner {
        padding: 25px 0 50px;
    }
    .banner-content {
        max-width: 100%;
    }
    .banner-content h1 {
        margin: 20px;
    }
    .banner-image-section {
        /* left: 0 */
    }
    .mobile-app-content p {
        margin: 25px 0;
    }
    .mobile-app-section .apps-download-links-wrap,
    .mobile-app-footer p:nth-of-type(2) {
        display: none !important;
    }
    .mobile-app-footer .apps-download-links-wrap {
        display: block !important;
    }
    .mobile-app-footer p:nth-of-type(1) {
        margin: 30px auto;
    }
    .slick-next,
    .slick-prev {
        bottom: -49px;
    }
}

@media only screen and (max-width: 380px) {
    .banner-image-section .mobile-inner-screen {
        max-width: 270px;
        margin: -10px 0 0 -100px;
    }
    .banner-image-section .mobile-inner-screen.animated {
        margin: -10px 0 0 -85px;
    }
    .images-section-3 img:nth-child(3) {
        /* max-width: 200px; */
        margin: 80px 0 0 -80px;
    }
    .images-section-3 img:nth-child(3).animated {
        margin: 80px 0 0 -60px;
    }
    .images-section-5 img:nth-child(2) {
        max-width: 270px;
        margin: -20px 0 0 -35px;
    }
    .images-section-5 img:nth-child(2).animated {
        margin: -20px 0 0 -33px;
    }
    .slider-progress-count {
        max-width: 270px;
    }
    .slider-progress {
        max-width: 200px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        right: 20px;
    }
}
.i18n-ar .banner-image-section .mobile-inner-screen {
    left: 115%;
}
.i18n-ar .slick-next {
        right: 340px;
    }
.i18n-ar .slick-prev {
        right: 360px;
    }