.app-banner {
    margin-top: 76px;
    padding: 50px 0;
    margin-bottom: 45px;
    position: relative;
    background-color: #f5f4f4;
}

.banner-top {
    margin-bottom: 15px;
}

.banner-top p {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    font-family: "Proxima Nova Rg";
}

.banner-top p br {
    display: none;
}

.banner-flex {
    margin-bottom: 20px;
}

.app-head {
    padding: 30px 15px;
    background-color: #14151b;
}

.moto {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 {
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: -1.5px;
    margin-bottom: 25px;
    line-height: 1;
    padding-top: 20px;
    position: relative;
    font-weight: 800;
    font-family: "Proxima Nova Bl";
}

h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 50px;
    height: 8px;
}

.believe {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Proxima Nova Lt";
}

.work-head p {
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: "Proxima Nova Th";
}

.click-here {
    color: #e01321;
    position: relative;
}

.click-here:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #d8d4d6;
    width: 100%;
    height: 2px;
}

.click-here:before {
    content: "";
    position: absolute;
    bottom: -4px;
    z-index: 1;
    left: 0;
    background-color: #14151b;
    width: 0%;
    height: 2px;
    transition: width 0.3s ease;
}

.click-here:hover:before {
    width: 100%;
    background-color: #1f212c;
    transition: width 0.3s ease;
}

.click-here:hover:before {
    width: 100%;
    background-color: #1f212c;
    transition: width 0.3s ease;
}

.app-right img {
    width: 100%;
    height: 100%;
}

.slick-track {
    display: flex;
}

.slick-dots {
    position: absolute;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
}

.slick-dots li {
    margin-right: 15px;
}

.app-portfolio li {
    position: relative;
    margin-bottom: 30px;
    min-height: 200px;
}

.spx-portfolio {
    background: #f88f7b;
    max-width: 619px;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

.spx-portfolio strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    letter-spacing: -0.6px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 18px;
    position: relative;
    font-family: "Proxima Nova Th";
}

.sub-title {
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #14151b;
}

.spx-portfolio strong:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 50px;
    height: 8px;
}

.spx-portfolio p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 18px;
}

.store-link {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.store-link li {
    width: auto !important;
    display: inline-block;
    margin: 0 15px 0 0;
    min-height: auto;
}

.store-link li a {
    width: 25px;
}

.btn-app {
    color: #fff;
    font-size: 1.6rem;
    background-color: #02789e;
    padding: 9px 12px 9px;
    border: 2px solid #02789e;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.5s;
    font-family: "Proxima Nova Rg";
}

.btn-app:hover {
    border: 2px solid #02789e;
    color: #14151b;
    background: #fff;
}

@media all and (min-width: 768px) {
    .moto {
        font-size: 2.2rem;
    }
    .app-head {
        padding: 60px 25px;
    }
    h1 {
        font-size: 4.4rem;
    }
    .banner-flex {
        margin-bottom: 30px;
    }
    .app-portfolio li {
        width: 619px;
    }
    .spx-portfolio {
        padding: 60px;
    }
    .spx-portfolio strong {
        font-size: 2.8rem;
    }
    .spx-portfolio p {
        font-size: 1.6rem;
    }
    .app-portfolio li:hover .spx-portfolio {
        opacity: 1;
    }
    .spx-portfolio {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.5s ease;
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .app-banner {
        padding: 80px 0 60px;
        margin-bottom: 80px;
    }
    .banner-flex {
        box-shadow: 0 0 19.36px 2.64px rgba(20, 21, 27, 0.05);
        display: flex;
        justify-content: space-between;
    }
    .app-head {
        width: 40%;
        display: flex;
        align-items: center;
    }
    .app-right {
        width: 60%;
    }
    .app-right figure {
        height: 100%;
    }
    .work-head {
        display: flex;
        justify-content: flex-end;
    }
    .app-portfolio {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .app-portfolio li {
        width: 49%;
    }
    .spx-portfolio {
        padding: 50px;
    }
}

@media all and (min-width: 1025px) {
    .app-banner {
        margin-top: 101px;
    }
}

@media all and (min-width: 1200px) {
    .app-banner {
        margin-top: 101px;
    }
    .believe,
    h1 {
        padding-left: 20px;
    }
    .spx-portfolio p,
    .store-link {
        padding-left: 25px;
    }
    .btn-app {
        margin-left: 25px;
    }
    .store-link {
        margin-top: 20px;
    }
    .store-link li a {
        width: 35px;
    }
    .store-link li {
        margin-right: 28px;
    }
}

@media all and (min-width: 1280px) {
    .app-banner {
        margin-top: 108px;
        padding: 90px 0 60px;
        margin-bottom: 100px;
    }
    .banner-flex {
        display: flex;
        margin-bottom: 27px;
    }
    .banner-top p br {
        display: block;
    }
    h1 {
        font-size: 4.8rem;
        letter-spacing: -2px;
        margin-bottom: 18px;
        line-height: 46px;
    }
    .believe,
    h1 {
        padding-left: 25px;
    }
    .moto {
        color: #fff;
        font-size: 2.6rem;
        letter-spacing: -0.9px;
        line-height: 26px;
        margin-bottom: 36px;
        font-weight: 300;
        font-family: "Proxima Nova Lt";
    }
    .app-head {
        padding: 0 20px 0 60px;
    }
    .work-head {
        display: flex;
        justify-content: flex-end;
    }
    .work-head p {
        font-size: 2rem;
        font-family: "Proxima Nova Th";
        margin-top: 15px;
    }
    .app-portfolio li {
        width: 605px;
        height: 382px;
        margin-bottom: 40px;
    }
    .app-portfolio img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .spx-portfolio {
        padding: 50px 70px;
    }
    .spx-portfolio strong {
        font-size: 3rem;
        margin-bottom: 30px;
    }
    .spx-portfolio p {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    .btn-app {
        padding: 12px 16px 11px;
    }
}

@media all and (min-width: 1366px) {
    .app-portfolio li {
        width: 619px;
        height: 382px;
        margin-bottom: 40px;
    }
}