.cursor-none{
    cursor: auto;
}
/* ----------------------   header Start   -------------------------------- */
.header-bg{
    background-color: var(--primary-color-light);
    text-align: center;
    padding: 10px 20px;
}
.header-bg img{
    width: 230px;
    height: 100%;
}
/* ----------------------   header end   -------------------------------- */

/* ----------------------   hero section end   -------------------------------- */
.hero-section{
    padding-block: 20px;
}
.hero-section p{
    color: var(--primary-color-dark);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.hero-section h1{
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.speedup-btn{
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    color: #fff;
    background-color: #060606;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 22px 86px 22px 86px;
    transition: all .3s;
    text-align: center;
}
.speedup-btn:hover{
    background-color: #fff;
    color: #000;
}
.play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: var(--primary-color-dark);
    border-radius: 100px;
    transition: all .3s;
}
/* ----------------------   hero section end   -------------------------------- */


.general-info{
    max-width: 1140px;
    margin: 0 auto;
}
.general-info ul{
    max-width: 80%;
    margin: 0 auto;
}
/* ----------------------  common card css start -------------------------------- */
.common-card-wrapper{
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #BDBDBD;
    padding: 25px;
    width: 30.33%;
}
.common-card-wrapper.active{
    background-color: #000;
    border-color: var(--primary-color-dark);
}
.common-card-wrapper:hover{
    border-color: var(--primary-color-dark);
}
.common-card-wrapper h3{
    color: #000;
}
/* .common-card-wrapper .text-uppercase{
    text-transform: uppercase;
} */
.common-card-wrapper.active h3{
    color: #fff;
}
.num-label{
    /* position: absolute;
    top: 10px;
    left: 10px; */
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color-dark);
    background-color: #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----------------------  common card css end -------------------------------- */

/* ----------------------  plan card start -------------------------------- */
.plan-card-wrapper h2{
    color: #E89F87;
    font-family: "Nunito", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2.9px;
}
.plan-card-wrapper span{
    color: var(--dark-color-two);
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.plan-card-wrapper h4{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 700;
}
.plan-card-wrapper ul{
    list-style: none;
}
.plan-card-wrapper a{
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}
.plan-card-wrapper.active span, .plan-card-wrapper.active h4, .plan-card-wrapper.active ul li{
    color: #fff;
}
.plan-card-wrapper.active svg path{
    fill: #fff;
}
/* ----------------------  plan card end -------------------------------- */

/* ---------------------- testimonials section start -------------------------------- */

.testimonials-section{
    background-color: #eff3f6;
    padding-block: 40px;
    margin-top: 40px;
}
.testimonials-section img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
}
.testimonials-section p{
    color: var(--dark-color-two);
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
}
.testimonials-section h4{
    color: var(--dark-color-two);
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
/* ---------------------- testimonials section end -------------------------------- */

.moneyback-section{
    background-color: var(--dark-color-two);
    padding-block: 65px;
    margin-bottom: 40px;
}
.moneyback-section h2{
    color: var(--white);
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
}
.moneyback-section p{
    color: var(--white);
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
/* ----------------------   contact us start   -------------------------------- */
.contactus-form{
    max-width: 700px;
    margin: 0 auto;
}
.contactus-form button{
    width: 50%;
}
/* ----------------------   contact us end   -------------------------------- */


/* ----------------------   footer Start   -------------------------------- */
.footer-bg{
    background-color: var(--dark-color);
    padding-block: 10px;
}
.brand-logo-footer img{
    width: 50%;
}
/* ----------------------   footer end   -------------------------------- */

/* new design landing page css start */
.landing-page-banner-section{
    padding-top: 130px;
}
.landing-page-banner-section h1{
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: normal;
    color: var(--black);
    text-align: center;
}
.landing-page-banner-section p{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: var(--light-black);
    width: 60%;
    margin: 40px auto 0;
    
}
.landing-page-section{
    max-width: 1400px;
    margin: 0 auto;
}
.bg-center{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translate(-50% ,0%);
}
.section-margin{
    margin-top: 60px;
}
.sections-title{
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 75px;
    color: var(--black);
}
.challenges-section ul{
    list-style-type:none ;
    padding: 0;
    margin-top: 60px;
    width: 70%;
}
.challenges-section ul li{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    border-left: 4px solid transparent;
    color: var(--light-black);
    padding-left: 18px;
    border-image: linear-gradient(180deg, #E9204F 0%, #EF4970 100%);
    border-image-slice: 1;
    margin-bottom: 40px;

}
.challenges-img{
    box-shadow: 10px 15px #E68299;
    border-radius: 20px;
}
.background-box-shadow{
    box-shadow: 20px 20px #E68299;
    border-radius: 25px;
}
.white-label-section{
    margin-top: 140px;
}
.white-label-section .sections-title::after{
    content: '';
    width: 279px;
    height: 4px;
    border-radius: 100px;
    background: linear-gradient(180deg, #E9204F 0%, #EF4970 100%);
    margin-top: 20px;
    display: inline-block;
}
.white-label-section h6{
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: var(--light-black);
    width: 85%;
    margin-top: 40px;
    margin-bottom: 20px;

}
.white-label-section h6 span{
    font-weight: 600;
    background: linear-gradient(180deg, #E9204F 0%, #EF4970 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white-label-section p{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--light-black);
    width: 80%;
}
.section-padding-left{
    padding-left: 100px;
}
/* partnering-section css start */
.partnering-section h2{
    margin-bottom: 70px;
}
.bottom-margin{
    margin-bottom: 140px;
}
.challenges-card{
    background-color: var(--white);
    border: 4px solid var(--border-color);
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 40px;
    border-radius: 20px;

}
.challenges-card h5{
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color:var(--light-black);
}
.challenges-card span{
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    background: linear-gradient(180deg, #E9204F 0%, #EF4970 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.challenges-card p{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--light-black);
}
.cards-bussiness-inner{
    gap: 130px;
}
.card-right-inner{
    margin-top: 90px;
}
.challenges-card-container{
    position: absolute;
    top: 15px;
}
.left-side-card{
    transform: translateX(-100px);
}
/* partnering-section css end */

/* service section css start */
.service-section{
    padding: 100px 190px;
    background-color: var(--border-color);
}
.service-description h3{
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 88px;
    color:var(--black);
}
.service-description p{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: var(--light-black);
}
.service-card{
    border: 1px solid #F3F5F9;
    box-shadow: 0px 4px 4px 0px #00000014;
    border-radius: 10px;
    width: calc(100% / 5 - 8px);
    cursor: pointer;
    overflow: hidden; 
    position: relative;
    height: 460px;
    text-decoration: none;
}
.service-card h6 , .services-label{
    color: var(--black); 
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service-card p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #4f4f4f;
}
.service-card img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    transition: width 1s;
}
.service-card:hover img{
    width: 260px;
}
.img-container{
    text-align: end;
}
.service-bg-color-1{
    background-color: #C8D7B6;
}
.service-bg-color-2{
    background-color: #BDCDEB;
}
.service-bg-color-3{
    background-color: #D7B6D4;
}
.service-bg-color-4{
    background-color: #D2D9DF;
}

/* service section css end */
/* bussiness-fulfillment sectrion start */
.bussiness-fulfillment{
    padding-top: 130px;
    padding-bottom: 80px;
}
.business-card{
    background: var(--white);
    border: 2px solid var(--border-color);
    border-radius: 20px;
    padding: 30px;
    box-shadow:0px 4px 4px 0px #00000014;
}
.business-card label{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color:var(--light-black);
}
.business-card span{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:var(--light-black);
}
.business-card p{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--light-black);
    margin-top: 10px;
}
.section-title-width{
    width: 40%;
    margin: 0 auto;
}

.owl-carousel .owl-item .business-card img{
    width: 60px;
    height: 60px;
}
.bussiness-fulfillment-carousel .owl-stage-outer,
.bussiness-fulfillment-carousel1 .owl-stage-outer{
    padding-bottom: 10px;
}
/* bussiness-fulfillment sectrion end */
/* why-choose-us section css start */

.why-choose-us::after{
    content: '';
    display: inline-block;
    width: 460px;
    height: 1px;
    background: linear-gradient(180deg, #E9204F 0%, #EF4970 100%);
    border-radius: 100px;
    opacity: 20%;    
}
.why-choose-us h5{
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color:var(--light-black);
    margin-top: 15px;
}

.why-choose-us p{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color:var(--light-black);
    margin-bottom: 12px;
}
.why-choose-us-section{
    margin-top: 80px;
    margin-bottom: 130px;
}
.remove-why-choose-us::after{
    width: 0;
}
/* why-choose-us section css end */
/* footer section css start */
.footer-description{
    border: 2px solid var(--white);
    border-radius: 20px;
    padding: 50px 70px;
    margin-bottom: 70px;
}

.footer-description h4{
    font-family: "Outfit", sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: normal;
    color: var(--black);    
}

.footer-section{
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--light-black);
}

/* footer section css end */
/* new design landing page css end */
@media screen and (max-width: 1700px){
    .service-section{
        padding: 100px 120px;
    }
    .section-title-width{
        width: 50%;
    }
}
@media screen and (max-width: 1600px){
    .hero-section h1{
        font-size: 40px;
        line-height: normal;
    }
    .bussiness-fulfillment{
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .left-side-card{
        transform: unset;
    }
}
@media screen and (max-width: 1500px){
    .bg-center{
        transform: translate(-50% ,30%);
    }
    .service-section{
        padding: 100px;
    }
    .service-card{
        width: calc(100% / 4 - 8px);
    }
}
@media screen and (max-width: 1366px){
    .section-title-width{
        width: 70%;
    }
    .landing-page-banner-section{
        padding-top: 80px;
    }
    .bottom-margin{
        margin-bottom: 60px;
    }
    .service-description h3{
        font-size: 56px;  
        line-height: normal; 
    }
}

@media screen and (max-width: 1280px){
    .hero-section h1{
        font-size: 30px;
    }
    .speedup-btn{
        padding: 22px 50px 22px 50px;
    }
    .common-card-wrapper{
        width: 45%;
    }
    .moneyback-section h2{
        font-size: 30px;
        line-height: normal;    
    }
    .moneyback-section p{
        font-size: 18px;
        line-height: normal;
    }
    .why-choose-us-section{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .section-margin{
        margin-top: 40px;
    }
    .section-padding-left{
        padding-left:50px ;
    }
    .service-card img{
        width: 260px;
    }
    .service-card:hover img{
        width: 280px;
    }
}
@media screen and (max-width: 1200px){
    .section-padding-left{
        padding-left: 0;
    }
    .why-choose-us::after{
        width: 100%;
    }
    .landing-page-banner-section h1{
        font-size: 56px;
    }
    .bg-center{
        display: none;
    }
    .service-section{
        padding: 40px;
    }
    .landing-page-footer-bg{
        padding: 40px 40px 20px;
    }
    .sections-title{
        font-size: 48px;
        line-height: normal;
    }
    .service-card{
        width: calc(100% / 3 - 8px);
    }
}
@media screen and (max-width: 991px){
    .section-title-width{
        width: 80%;
    }
    .sections-title{
        font-size: 38px;
    }
    .challenges-card-container{
        position: unset;
    }
    .card-right-inner{
        margin-top: 20px;
    }
    .cards-bussiness-inner{
        gap: 20px;
    }
    .service-section{
        padding: 60px 40px;
    }
    .section-margin{
        margin-top: 20px;
    }
    .footer-description h4{
        line-height: normal;
        font-size: 36px;
    }
    .footer-description{
        padding: 40px;
    }
    .landing-page-banner-section{
        padding-top: 30px;
    }
    .landing-page-banner-section h1{
        font-size: 38px;
    }
    .landing-page-banner-section p{
        width: 100%;
        margin-top: 20px;
        line-height: normal;
    }
    .bottom-margin{
        margin-bottom: 40px;
    }
    .service-description h3{
        font-size: 42px;   
    }
    .bussiness-fulfillment{
        padding-top: 40px;
    }
    .challenges-section ul{
        width: 100%;
        margin-top: 40px;
    }
    .white-label-section{
        margin-top: 40px;
    }
    .white-label-section h6,.white-label-section p{
        width: 100%;
    }
    .partnering-section h2{
        margin-bottom:40px ;
    }
    .challenges-card span{
        font-size: 38px;
        line-height: normal;
    }
    .service-card img, .service-card:hover img{
        width: 70%;
        position: unset;
    }
    .service-card{
        width: calc(100% / 2 - 16px);
    }
    .service-section {
        padding: 60px 25px;
    }
}

@media screen and (max-width: 768px){
    .common-card-wrapper{
        width: 90%;
    }
    .general-info ul{
        max-width: 100%;
    }
    .text-center-sm{
        text-align: center;
    }
    .header-bg img{
        width: 250px;
    }
    .section-title-width{
        width: 100%;
    }
    .sections-title{
        font-size: 32px;
        line-height: normal;
    }
    .why-choose-us-section{
        margin-bottom: 20px;
    }
    .landing-page-footer-bg{
        padding: 20px;
    }
    .footer-description{
        padding: 20px;
    }
    .landing-page-banner-section{
        padding-top: 0;
    }
    .landing-page-banner-section h1{
        font-size: 32px;
    }
    .bottom-margin{
        margin-bottom: 20px;
    }
    .challenges-card{
        padding: 20px;
    }
    .white-label-section{
        margin-top: 20px;
    }
    .partnering-section h2{
        margin-bottom:20px ;
    }
    .white-label-section h6{
        line-height: normal;
        font-size: 20px;
        margin-top: 20px;
    }
    .challenges-section ul{
        margin-top: 20px;
    }
    .challenges-card h5{
        line-height: normal;
    }
    .challenges-card span{
        font-size: 34px;
    }
    .service-description h3{
        font-size: 36px;  
    }
    .service-card{
        gap: 28px;
        height: 380px;
    }
    .business-card{
        padding: 20px;
    }
    .service-card h6 {
        font-size: 20px;
    }
    .service-card img, .service-card:hover img{
        width: 80%;
    }
}

@media screen and (max-width: 576px){
    .contactus-form button{
        width: 100%;
    }
    .speedup-btn{
        padding: 10px 20px;
        font-size: 20px;
    }
    .common-card-wrapper{
        width: 100%;
    }
    .moneyback-section h2{
        font-size: 26px;  
    }
    .brand-logo-footer img {
        width: 60%;
    }
    .service-section{
        padding: 20px;
    }
    .footer-description h4{
        font-size: 20px;
    }
    .landing-page-banner-section h1 {
        font-size: 22px;
    }
    .landing-page-banner-section p{
        font-size: 18px;
    }
    .sections-title{
        font-size: 22px;
    }
    .challenges-card h5{
        font-size: 20px;
    }
    .service-card h6 {
        font-size: 18px;
    }
    .service-description h3{
        font-size: 30px;  
    }
    .service-card{
        height: 360px;
    }
}
@media screen and (max-width: 475px){
    .service-card{
        width: 80%;
    }
}