﻿/*

The ASO Project, LLC
Apple Search Ads Management Lead Page

*/

.g {
    color: #489184;
}

.big-back {
    width: 100%;
    background: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /* background: url('../img/service-page/bg-upper-left.png') left bottom no-repeat, url('../img/service-page/bg-upper-right.png') right top no-repeat; */
    padding-top: 50px;
}
.big-back .innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 25px;
    height: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.big-back-scroll-down {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    animation: scrollDownArrow 0.75s linear infinite;
    -webkit-animation: scrollDownArrow 0.75s linear infinite;
    -moz-animation: scrollDownArrow 0.75s linear infinite;
    -o-animation: scrollDownArrow 0.75s linear infinite;
}

.big-back-scroll-down button {
    background: transparent;
    border: 0;
    color: black;
    font-size: 40px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.big-back-phones {
    position: relative;
    float: right;
    width: 49%;
    margin-left: 1%;
    z-index: 2;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
.big-back-phones-small {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.big-back-phones-large {
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
}
.big-back-phones-medium {
    -ms-transform: scale(0.66, 0.66);
    -webkit-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66);
}
.big-back-phones-small {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.big-back-phones img.big-back-phones-back {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 18;
    margin-top: 30px;
}
.big-back-phones video {
    max-width: 66.5%;
    left: 22%;
    top: 6.5%;
    display: block;
    z-index: 13;
    position: absolute;
}
.big-back-phones div.big-back-phones-wrap {
    position: absolute;
    background: white;
    padding: 1%;
    padding-top: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 66%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 73.15%;
    top: 10%;
    left: 23%;
    z-index: 19;
}
.big-back-phones div.big-back-phones-inner {
    width: 100%;
}
.big-back-phones div.big-back-phones-inner img {
    width: 98%;
    margin: 0 auto;
}

.big-back-phones div.big-back-phones-inner img[data-blog-link] {
    width: 98%;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.big-back-phones div.big-back-phones-inner img:first-of-type {
    width: 100%;
}
.big-back-phones div.big-back-phones-inner img:not(:first-child):hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.big-back-phones div.big-back-phones-inner a img:hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.big-back-text {
    float: left;
    width: 50%;
    text-align: left;
    max-height: 100%;
    z-index: 2;
}

.big-back-text h1 {
    color: black;
    background: url('https://www.theasoproject.com/img/geometric-back.jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-align: left;
}
.big-back-text div:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 15px;
    padding: 0;
}

.big-back-text img {
    width: 90%;
    max-width: 75px;
    min-width: 75px;
    min-height: 75px;
    display: block;
}

.big-back-text-buttons {
    margin-top: 30px;
}

.big-back-text-buttons button {
    width: 45%;
    max-width: 280px;
    height: 60px;
    color: white;
    margin-bottom: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.big-back-text-buttons button:last-of-type {
    margin-left: 3%;
}
.big-back-text-buttons button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.service-trusted-by-title {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 15px auto;
    text-align: left;
    color: #A7A7A7;
    font-weight: bold;
}
.service-trusted-by {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 55px;
    align-items: center;
    display: flex;
}
.service-trusted-by img {
    width: 25%;
    max-width: 150px;
    min-width: 5px;
    min-height: 5px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-trusted-by img:not(:first-of-type) {
    margin-left: 15px;
}

.lead-form-service {
    width: 100%;
    margin: 35px 0;
    padding: 0 !important;
}
.bottom-form {
    width: 100%;
    max-width: 750px;
    margin: 40px auto;
    padding: 0 !important;
}
.lead-form-service div {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 !important;
    margin-bottom: 2%;
    font-size: 18px;
    margin-top: 15px;
}
.lead-form-service input {
    background: white;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.25);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    width: 49%;
    float: left;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    border-radius: 10px;
}
.lead-form-service div input:last-of-type {
    float: right;
}
.lead-form-service input[data-app-url], .lead-form-service input[data-full-name] {
    width: 100%;
    margin-bottom: 2%;
}
.lead-form-service input[data-email-address] {
    width: 75%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 3;
    border-right: 0;
}
.lead-form-service input:hover, .lead-form-service input:focus {
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.lead-form-service .budget-buttons button {
    width: 25%;
    height: 50px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: white;
    color: #A9A9A9;
    border-top: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    white-space: nowrap;
    overflow: hidden;
}
.lead-form-service .budget-buttons button:first-of-type {
    border-left: 1px solid rgba(0,0,0,0.25);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.lead-form-service .budget-buttons button:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lead-form-service .budget-buttons button.selected {
    background: #A9A9A9;
    color: white;
    border: 1px solid #A9A9A9;
}
.lead-form-service button.service-form-submit {
    width: 25%;
    height: 50px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lead-form-service button.service-form-submit:hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    z-index: 1;
    background: #CF6502;
}

.service-footer {
    width: 100%;
    margin-top: 75px;
}

.service-top-size, .service-middle-size {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    color: black;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.service-middle-size {
    font-size: 50px;
    font-weight: 700;
}

.service-questions {
    width: 100%;
    margin: 50px auto 50px auto;
}
.service-question {
    width: 33%;
    display: inline;
    float: left;
    text-align: center;
}
.service-question img {
    width: 60px;
}
.service-question-header {
    width: 80%;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto;
}
.service-question-text {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto;
}
.service-full-width {
    padding: 50px 0 50px 0;
    position: relative;
}
.service-full-width.dark-blue-back {
    background: #222d3f;
    color: white;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 175px 0 175px 0;
    position: relative;
}
.service-full-width.dark-blue-back {
    background: #222d3f;
    color: white;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 175px 0 175px 0;
    position: relative;
}
.service-dashboard-list {
    width: 100%;
    clear: both;
}
.service-dashboard-item {
    width: 100%;
    clear: both;
    padding: 50px 0 50px 0;
    position: relative;
}
.service-dashboard-item-right {
    float: right;
    width: 50%;
    text-align: left;
}
.service-dashboard-item-left {
    float: left;
    width: 50%;
    text-align: right;
}
.service-dashboard-item-left img, .service-dashboard-item-right img {
    width: 98%;
    /* max-width: 500px; */
    display: block;
    margin: 0 auto;
}
.service-dashboard-item-desc {
    width: 100%;
    padding: 20px;
    padding-top: 70px;
    box-sizing: border-box;
}
.service-dashboard-item-head {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-dashboard-item-text {
    font-size: 16px;
}
.service-dashboard-item-full-web {
    width: 100%;
}
.service-dashboard-item-full-web img {
    width: 100%;
}

.service-full-width.dark-blue-back .service-top-size, .service-full-width.dark-blue-back .service-middle-size {
    color: white;
}
.service-full-width[data-left-only-back] {
    background: url('https://www.theasoproject.com/img/service-page/bg-center-small.png') left center no-repeat;
    padding: 50px 0 50px 0;
}
.service-full-width[data-phones-back] {
    background: url('https://www.theasoproject.com/img/service-page/white-fade-top.png') left top repeat-x, url('https://www.theasoproject.com/img/service-page/white-fade-bottom.png') left bottom repeat-x, url('https://www.theasoproject.com/img/preview-videos-page/iphone-devices-back.jpg') no-repeat center center / cover;
    padding: 75px 0 75px 0;
}
.service-iphones-middle {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 50px auto;
    display: block;
}
.service-full-width[data-both-back] {
    /* background: url('../img/service-page/bg-bottom-right-big.png') right top no-repeat, url('../img/service-page/bg-bottom-left.png') left bottom no-repeat; */
    padding-bottom: 40px;
}

.service-app-icons-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.service-app-icon {
    width: calc(25% - 10px);
    display: inline-block;
    position: relative;
}
.service-app-icon img.video-still {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.service-app-icon img.video-still:hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.service-app-icon img.video-still-play {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.service-app-icon img.video-still-play:hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.service-app-icon img.video-icon {
    width: 50%;
    max-width: 50px;
    display: block;
    margin: 30px auto 0 auto;
    border-radius: 22.5%;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.service-app-icon div {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

.blue-divider-200 {
    background: #26C7F0;
    width: 30%;
    max-width: 200px;
    height: 2px;
    border-radius: 3px;
    margin: 40px auto 20px auto;
}
.green-divider-200 {
    background: #4EBA55;
    width: 30%;
    max-width: 200px;
    height: 2px;
    border-radius: 3px;
    margin: 40px auto 20px auto;
}
.geometric-back {
    background: url('https://www.theasoproject.com/img/geometric-back.jpg');
    background-size: cover;
    color: white !important;
}
.geometric-back div, .geometric-back p {
    color: white !important;
}
.top-angled-section {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    padding: 200px 0 200px 0;
    margin-bottom: -190px;
}
h1.big-gradient-header {
    background: url('https://www.theasoproject.com/img/geometric-back.jpg');
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    background-size: cover;
}

/* --------------------- HEADER --------------------- */

.big_head_land {
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    height: 75px;
    z-index: 30;
    color: black;
}
.small_head_land {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: 75px;
    z-index: 29;
    position: relative;
}
.small_head_land img.left-logo {
    vertical-align: middle;
    height: 40px;
    margin-top: 15px;
}
.small_head_land img.right-logo {
    vertical-align: middle;
    height: 20px;
    position: absolute;
    right: 0;
    top: 20px;
}

/* --------------------- SCREEN < 1140px --------------------- */

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

}

/* --------------------- SCREEN < 1080px --------------------- */

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

}

/* --------------------- SCREEN < 1080px --------------------- */

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

}

/* --------------------- END SCREEN < 955px --------------------- */


/* --------------------- SCREEN < 800px --------------------- */

@media screen and (max-width: 800px) {
    .big-back {
        /* background: url('../img/service-page/bg-upper-left.png') left bottom no-repeat, url('../img/service-page/bg-upper-right.png') right bottom no-repeat; */
    }

    .big-back .innerwrap {
        display: block;
        align-items: center;
    }
    .big-back, .big-back .innerwrap {
        height: auto;
        min-height: auto;
        padding-top: 20px;
    }
    .big-back-phones img.big-back-phones-back, .big-back-phones img.big-back-phones-cover {
        left: 0%;
        height: auto;
        width: 90%;
        margin: 0 auto;
    }
    .big-back-phones {
        float: none;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        margin-left: 0;
    }
    .big-back-phones video {
        left: 17%;
    }
    .big-back-text {
        text-align: left;
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .big-back-text div:first-of-type {
        text-align: left;
    }
    .big-back-text h1 {
        font-size: 40px;
    }
    .service-middle-size {
        font-size: 36px;
    }
    .big-back-text img {
        margin: 0;
    }
    .service-app-icon {
        width: 100%;
        display: block;
        margin-bottom: 75px;
    }
    .service-app-icon:last-of-type {
        margin-bottom: 0;
    }
    .service-question {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 50px;
    }
    .service-full-width[data-left-only-back] {
        background: white;
    }
    .service-full-width[data-both-back] {
        background: white;
        padding-bottom: 40px;
    }
    .service-dashboard-item-right, .service-dashboard-item-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .service-full-width.dark-blue-back {
        background: #222d3f;
        color: white;
        -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
        clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
        padding: 150px 0 125px 0;
        position: relative;
    }
    .top-angled-section {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
        padding: 150px 0 150px 0;
        margin-bottom: -150px;
    }
    .service-big-back {
        padding-top: 50px;
    }

}

/* --------------------- END SCREEN < 800px --------------------- */


/* --------------------- SCREEN < 700px --------------------- */
@media screen and (max-width: 700px) {
    .big-text-lead {
        font-size: 28px !important;
    }
    .middle-text-lead {
        font-size: 20px !important;
    }
}
/* --------------------- END SCREEN < 700px --------------------- */


/* --------------------- SCREEN < 575px --------------------- */
@media screen and (max-width: 575px) {
    .big-text-lead {
        font-size: 28px !important;
    }
}
