/* --------------- New Banner --------------------- */
.application_main {
    margin: auto;
    max-width: 970px;
}
.home_new_banner_background {
    padding: 173px 0px 60px;
    border-bottom: 1px solid #F0F0F0;
}
.home_banner_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.home_banner_image {
    max-width: 480px;
    margin-left: auto;
}
.home_banner_right ,.home_banner_left {
    width: 50%;
    padding: 0px 15px;
}
.banner_title_block {
    font-family: 'SatoshiBold';
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.banner_description {
    font-family: 'SatoshiRegular';
    color: rgba(65, 65, 65, 1);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
}
.banner_partner_animation {
    position: relative;
    height: 10px;
    width: 10px;
    display: block;
    background-color: green;
    border-radius: 50px;
}
.banner_partner_animation::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgba(23, 165, 37, 1);
    opacity: .2;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    animation: zoom-in-zoom-out 2.5s linear infinite;
}
.banner_partnr_block {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.banner_partnr_block p {
    font-family: 'SatoshiBold';
    color: rgba(23, 165, 37, 1);
    font-size: 18px;
    line-height: 1.55;
    text-transform: uppercase;
    margin-left: 16px;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.application_svg svg {
    height: 100%;
    width: 100%;
    display: block;
}
.home_new_banner_background .invints_app_button a.btn {
    padding-left: 50px;
    padding-right: 50px;
}
.invints_app_background .invints_app_button a.btn{
    padding-left: 110px;
    padding-right: 110px;
}
.application_svg {
    width: 123px;
    height: 123px;
    display: block;
    margin-bottom: 30px;
}
.application_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}
.application_trust {
    width:50%;
    padding: 0px 15px;
}
.application_wrapper {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #eaeade;
    padding: 40px 40px 40px 40px;
    overflow: hidden;
}
.application_wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(64deg, rgba(0, 0, 0, 0) 40%, rgb(226 39 70 / 15%) 100%);
    right: 0;
    top: 0;
}
.application_wrappe_title {
    font-size: 26px;
    font-family: 'SatoshiBold';
    line-height: 1.2;
    margin-bottom: 12px;
}
.apllication_description {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
    color: rgba(65, 65, 65, 1);
    margin-bottom: 30px;
}
.application_button .btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 51px;
}
.application_button .btn:hover span {
    color: #fff;
}
.application_tile .our_design_main_title {
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
}
.application_main {
    padding: 120px 0px;
}
.invints_app_main {
    text-align: center;
    padding: 120px 0px;
}
.invints_app_background {
    background-color: rgba(245, 247, 249, 1);
}
.happy_customer_background {
    background-color: rgba(21, 21, 21, 1);
    padding: 120px 0px;
}
.custome_title_customer {
    color: #fff;
    font-family: 'SatoshiBold';
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}
.customer_main_block {
    display: flex;
    margin: 0px -15px;
}
.customer_wrapper {
    padding: 0px 15px;
}
.happy_customer_inner {
    padding: 40px 40px 33px 40px;
    border: 1px solid rgba(62, 62, 62, 1);
    border-radius: 10px;
}
.happy_svg_custom svg , .happy_review svg {
    width: 100%;
    height: 100%;
    display: block;
}
.happy_customerline .happy_svg_custom {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 20px;
}
.happy_customer_image_text {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.happy_inner_title {
    font-family: 'SatoshiBold';
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.happy_customer_title_desblock .happy_subtitle {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.55;
    text-align: left;
    color: rgba(156, 158, 158, 1);
}
.happy_inner_description .happy_review {
    margin-bottom: 8px;
    display: block;
    max-width: 114px;
}
.happy_description_main {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.55;
    color: rgba(156, 158, 158, 1);
    margin-bottom: 24px;
}
.happy_slider_client{
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
}
.happy_customerline {
    position: relative;
}
.happy_customerline::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 36px;
    width: 50px;
    background-image: url(../images/quet.png);
    background-repeat: repeat;
    background-size: cover;
}
.invints_app_title_block {
    font-family: 'SatoshiBold';
    font-size: 55px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 16px;
}
.invints_app_title {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}
.invints_app_description {
    font-family: 'SatoshiRegular';
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
    .custome_title_customer, .invints_app_title_block {
        font-size: 48px;
    }
    .banner_title_block {
        font-size: 60px;
    }
    .application_main ,.happy_customer_background , .invints_app_main{
        padding: 100px 0px;
    }
}
@media screen and (max-width: 1199px) {
    .happy_customerline .happy_svg_custom {
        width: 60px;
        height: 60px;
        display: block;
        margin-right: 15px;
    }
    .happy_inner_title {
        font-size: 16px;
    }
    .invints_app_title {
        max-width: 590px;
    }
    .apllication_description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .application_button .btn {
        padding: 7px 40px;
    }
    .application_wrappe_title {
        font-size: 20px;
    }
    .application_svg {
        width: 100px;
        height: 100px;
        display: block;
        margin-bottom: 22px;
    }
    .banner_title_block {
        font-size: 52px;
    }
    .banner_partnr_block p {
        font-size: 16px;
    }
    .home_new_banner_background {
        padding: 133px 0px 50px;
    }
    .application_main, .happy_customer_background, .invints_app_main {
        padding: 80px 0px;
    }
    .happy_customer_title_desblock .happy_subtitle {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .customer_wrapper {
        padding: 0px 10px;
    }
    .customer_main_block {
        margin: 0px -10px;
    }
    .happy_customerline::before {
        top: -15px;
        right: -25px;
        height: 18px;
        width: 32px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .invints_app_title_block, .custome_title_customer {
        font-size: 38px;
    }
    .application_block {
        margin: 0px -10px;
    }
    .application_trust {
        width: 50%;
        padding: 0px 10px;
    }
    .invints_app_title {
        max-width: 490px;
    }
    .happy_customer_title_desblock .happy_subtitle ,.happy_description_main {
        font-size: 16px;
    }
    .application_wrapper {
        padding: 24px 24px 24px 24px;
    }
    .custome_title_customer {
        margin-bottom: 30px;
    }
    .happy_customer_inner {
        padding: 28px 28px 30px 28px;
    }
    .application_main, .happy_customer_background, .invints_app_main {
        padding: 70px 0px;
    }
    .home_new_banner_background .invints_app_button a.btn {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
    }
    .banner_description {
        font-size: 16px;
    }
    .application_main, .happy_customer_background, .invints_app_main {
        padding: 70px 0px;
    }
    .banner_title_block {
        font-size: 42px;
    }
    .invints_app_title_block, .custome_title_customer,.application_tile .our_design_main_title {
        font-size: 32px;
    }
    .banner_partnr_block p {
        font-size: 15px;
    }
    .home_new_banner_background {
        padding: 123px 0px 40px;
    }
}
@media (max-width: 767px) {
    .happy_customerline::before {
        top: -10px;
        right: -20px;
    }
    .happy_customer_inner {
        padding: 21px;
    }
    .invints_app_description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .invints_app_background .invints_app_button a.btn {
        padding-left: 50px;
        padding-right: 50px;
    }
    .happy_inner_title {
        font-size: 15px;
    }
    .happy_customer_title_desblock .happy_subtitle, .happy_description_main {
        font-size: 14px;
        line-height: 1.4;
    }
    .apllication_description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .application_wrappe_title {
        font-size: 17px;
        margin: 0 0 8px;
    }
    .happy_slider_client {
        font-size: 16px;
    }
    .application_tile .our_design_main_title {
        margin-bottom: 30px;
    }
    .invints_app_title_block, .custome_title_customer, .application_tile .our_design_main_title {
        font-size: 24px;
    }
    .application_main, .happy_customer_background, .invints_app_main {
        padding: 50px 0px;
    }
    .home_new_banner_background {
        padding: 113px 0px 50px;
    }
    .home_new_banner_background .invints_app_button a.btn {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
    }
    .home_banner_right {
        padding-bottom: 20px;
    }
    .banner_partnr_block p {
        font-size: 14px;
    }
    .banner_description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .banner_title_block {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .home_banner_inner {
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }
    .home_banner_right, .home_banner_left {
        width: 100%;
    }
}
/* shopify-trust-badges-application */
.trust_badget_hero .home_banner_inner {
    align-items: flex-start;
}

.trust_badget_hero .banner_title_block {
    font-size: 50px;
    margin-top: 20px;
}
.trust_badget_hero .home_banner_left {
    width: 42%;
}

.trust_badget_hero  .home_banner_right {
    width: 58%;
}
.trust_badget_hero .home_new_banner_background {
    padding-bottom: 0;
}
.trust_badget_hero .banner_partnr_block p {
    color: #414141;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    font-family: 'SatoshiMedium';
}
/* 2 sec */
.benefits_sec h2.our_design_main_title {
    margin: 0 0 30px;
    font-family: 'SatoshiBold';
    max-width: 380px;
    line-height: 1.3;
}
section.relax_while_wrap.benefits_sec {
    padding: 120px 0;
}



/* 3 */

.boost_sale_sec {
    background-color: #151515;
}
.boost_sale_sec .invints_app_title_block {
    color: #fff;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.boost_sale_sec p.invints_app_description {
    color: #9C9E9E;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.boost_sale_sec .btn {
    background: #E12951;
}

.boost_sale_sec .btn .before_effect {
    background: #fff;
}

.boost_sale_sec .btn:hover {
    color: #000;
}
/* 4 */

.title_to {
    font-family: 'SatoshiBold';
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize;
}
.use_slides img {
    box-shadow: 0px 3.33px 22px 0px #00000015;
    margin-bottom: 30px;
}
.use_slides {
    padding: 40px 15px 0;
}
.inner_contents {
    text-align: center;
}
.use_main_title {
    font-family: 'SatoshiBold';
    font-size: 26px;
    line-height: 1.2;
    padding: 0 0 10px;
}
p.use_desc {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #444444;
}
.use_case_sec {
    padding: 120px 0;
}

/* 5 */
section.features_sec {
    background: #F5F7F9;
    padding: 120px 0;
}
.feature_inner_banner {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #00000008;
    padding: 40px 0 40px 80px;
    border-radius: 10px;
    margin: 0 0 30px;
}
.fea_banner, .feature_img {
    width: 50%;
}
.feature_img {
    text-align: right;
    padding-left: 20px;
}
.fea_banner h3 {
    font-family: 'SatoshiBold';
    font-size: 36px;
    line-height: 1.3;
    color: #151515;
    margin: 0 0 20px;
    max-width: 500px;
    text-transform: capitalize;
}
.fea_banner p {
    font-family: 'SatoshiRegular';
    font-size: 18px;
    line-height: 1.5;
    color: #414141;
}
.feature_content {
    margin-top: 40px;
}

.right_image .feature_img {
    text-align: left;
    padding-right: 20px;
    padding-left: 0;
}
.feature_inner_banner.right_image {
    padding: 40px 80px 40px 0;
}
.feature_content .feature_inner_banner:last-child {
    margin: 0;
}
/* 6 */

.shopify_app_faqs {
    background: #fff;
    padding: 120px 0;
}
.shopify_app_faqs h2.title_to {
    text-align: left;
    line-height: 1.2;
}
.shopify_app_faqs h2.title_to {
    text-align: left;
    line-height: 1.2;
    max-width: 420px;
}
.shopify_app_faqs .faq_box_wrap {
    background: #F5F7F9;
    border-radius: 10px;
}

.shopify_app_faqs .faq_block {
    border-color: #D9D9D9;
    box-shadow: none;
}

.shopify_app_faqs .faq_title h4 {
    color: #151515;
    max-width: 500px;
}

.shopify_app_faqs .faq_image svg path {
    stroke: #000;
}

.shopify_app_faqs .faq_inner_block p {
    color: #414141;
}
.shopify_app_faqs::before {
    display: none;
}
/* 7 */
.shopify_app_end .invints_app_title_block {
    margin-bottom: 36px;
}
.app_icon_img {
    margin-top: -200px;
}

section.invints_app_background.shopify_app_end {
    position: relative;
    margin-top: 80px;
}

img.star_img {
    margin: 26px 0 20px;
}
.boost_sale_sec .invints_app_title_block {
    text-transform: capitalize;
}
@media(max-width:1400px){
    .app_icon_img img {
        max-width: 150px;
    }
    .app_icon_img {
        margin-top: -170px;
    }
    section.invints_app_background.shopify_app_end {
        margin-top: 80px;
    }
    .trust_badget_hero .banner_title_block {
        font-size: 44px;
    }
    section.relax_while_wrap.benefits_sec {
        padding: 100px 0;
    }
    .use_case_sec {
        padding: 100px 0;
    }
    
}
@media (max-width: 1530px){
body .shopify_app_faqs {
    padding-bottom: 100px;
}
}
@media(max-width:1199px){
    .app_icon_img img {
        max-width: 140px;
    }
    .app_icon_img {
        margin-top: -160px;
    }
    section.invints_app_background.shopify_app_end {
        margin-top: 82px;
    }
   body .shopify_app_faqs {
        padding: 80px 0;
    }
    .shopify_app_end .invints_app_title_block {
        margin-bottom: 32px;
    }
    section.features_sec {
        padding: 100px 0;
    }
    .feature_inner_banner {
        padding: 30px 0 30px 50px;
    }
    .feature_inner_banner.right_image {
        padding: 30px 50px 30px 0;
    }
    .fea_banner h3 {
        font-size: 30px;
        margin: 0 0 14px;
    }
    .fea_banner p {
        font-size: 16px;
    }
    .title_to {
        font-size: 38px;
    }
    .use_case_sec {
        padding: 80px 0;
    }
    .use_main_title {
        font-size: 20px;
        padding: 0 0 8px;
    }
    p.use_desc {
        font-size: 16px;
    }
    section.relax_while_wrap.benefits_sec {
        padding: 80px 0;
    }
    .trust_badget_hero .banner_title_block {
        font-size: 42px;
    }
    .trust_badget_hero .home_banner_left {
        padding-bottom: 40px;
    }
    .trust_badget_hero .home_banner_inner {
        align-items: end;
    }
}
@media(max-width:991px){
    .app_icon_img img {
        max-width: 120px;
    }
    .app_icon_img {
        margin-top: -130px;
    }
    section.invints_app_background.shopify_app_end {
        margin-top: 60px;
    }
   body .shopify_app_faqs {
        padding: 70px 0;
    }
    .shopify_app_end .invints_app_title_block {
        margin-bottom: 30px;
    }
    .feature_content {
        margin-top: 30px;
    }
    .feature_inner_banner {
        margin: 0 0 20px;
    }
    section.features_sec {
        padding: 70px 0;
    }
    .feature_inner_banner {
        padding: 20px 0 20px 30px;
    }
    .feature_inner_banner.right_image {
        padding: 20px 30px 20px 0;
    }
    .fea_banner h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .fea_banner p {
        font-size: 14px;
    }
    .title_to {
        font-size: 30px;
    }
    .use_slides {
        padding: 20px 7.5px 0;
    }
    .use_slides img {
        box-shadow: 0px 3.33px 12px 0px #00000015;
    }
    .benefits_sec .relax_while_content_box {
        height: 200px !important;
    }
    section.relax_while_wrap.benefits_sec {
        padding: 70px 0;
    }
    .trust_badget_hero .home_banner_inner {
        align-items: end;
    }
    .trust_badget_hero .banner_title_block {
        font-size: 36px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .trust_badget_hero .home_banner_left {
        padding-bottom: 40px;
    }
    
    .trust_badget_hero  .home_banner_right {
        width: 55%;
    }
    .trust_badget_hero .banner_partnr_block {
        flex-wrap: wrap;
        gap: 10px;
    }
    .trust_badget_hero .banner_partnr_block p {
        margin: 0;
    }
    .use_case_sec {
        padding: 60px 0;
    }
}
@media(max-width:767px){
    .app_icon_img img {
        max-width: 80px;
    }
    .app_icon_img {
        margin-top: -90px;
    }
    section.invints_app_background.shopify_app_end {
        margin-top: 40px;
    }
   body .shopify_app_faqs {
        padding: 50px 0;
    }
    .shopify_app_end .invints_app_title_block {
        margin-bottom: 25px;
    }
   body .shopify_app_faqs h2.title_to {
        text-align: center;
        padding: 0 0 25px;
        margin: auto;
    }
    .feature_inner_banner {
        margin: 0 0 15px;
    }
    .feature_content {
        margin-top: 25px;
    }
    .fea_banner h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .trust_badget_hero .home_banner_right {
        padding-bottom: 40px;
    }
    .feature_img {
        padding: 0;
    }
    .fea_banner, .feature_img {
        width: 100%;
    }
    .feature_inner_banner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .fea_banner {
        padding-top: 15px;
        text-align: center;
    }
    .feature_inner_banner {
        padding: 15px;
    }
    .feature_img img {
        border-radius: 10px;
    }
    .feature_inner_banner.right_image {padding: 20px;flex-direction: unset;}
    .trust_badget_hero .home_banner_right {
        padding-bottom: 40px;
    }
    .title_to {
        font-size: 22px;
    }
    .use_slides img {
        margin-bottom: 20px;
    }
    .use_case_sec {
        padding: 50px 0;
    }
    .use_main_title {
        font-size: 18px;
        padding: 0 0 8px;
    }
    p.use_desc {
        font-size: 14px;
    }
    section.relax_while_wrap.benefits_sec {
        padding: 50px 0;
    }
    .trust_badget_hero .banner_title_block {
        font-size: 28px;
    }
    .trust_badget_hero .home_banner_left {
        width: 100%;
    }
    .trust_badget_hero  .home_banner_right {
        width: 100%;
    }
}