div#carouselExampleDark .carousel-caption {
    width: 50%;
}

.explore-program .program-img img {
    height: 400px;
}

.explore-program .feature {
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}

.feature-data {
    display: none;
}

.feature.active .feature-data {
    display: block;
}

.explore-program .program-feature .feature h4 {
    font-weight: bold;
}

.benefit-brand .cta-box {
    width: 70%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.benefit-brand .cta-box::before {
    position: absolute;
    top: 28px;
    right: -93px;
    width: 194px;
    height: 194px;
    border-radius: 30px;
    transform: rotate(45deg);
    background: var(--primary-dark);
    content: "";
    z-index: -1;
}

.benefit-brand h3 {
    font-weight: 700;
    font-size: 35px;
}

.benefit-brand p {
    width: 98%;
}

.benefit-brand .brand-img {
    top: -90px;
}

.brand-img img {
    position: absolute;
    right: -120px;
    height: 300px;
}

.partner-keyfeatures .keyprogram-img img {
    height: 500px;
}

.partner-keyfeatures .program-points {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
}

.partner-keyfeatures .program-points p {
    width: 50%;
    display: flex;
    align-items: start;

}

.partner-keyfeatures .program-points p i {
    font-size: 20px;
    color: var(--primary-dark);
    line-height: 1.5;
    margin-right: 5px;
}

.valued-partners .partner-img {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #707070;
    height: 110px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.testimonial .carousel-feature {
    display: flex;
    align-items: center;
}

.testimonial .carousel-feature .feature-content {
    padding: 0 50px;
}

.testimonial .carousel-feature .feature-content h5 {
    color: var(--primary-dark);
}

.testimonial .carousel-feature p {
    font-size: 20px;
}

.intrested-program {
    background-image: url('../images/intrested bg.webp');
    background-position: center center;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
}

.intrested-program .intrested-content h3 {
    font-size: 30px;
    font-size: 40px;
    color: white;
    font-weight: 700;
}

.become-partner .partner-steps .steps-image img {
    height: 150px;
}

.become-partner .partner-steps h5 {
    font-weight: 600;
    margin-top: 25px;
}

.become-partner .partner-steps p {
    width: 93%;
}

.partner-steps {
    position: relative;
}

.arrowIcon {
    position: absolute;
    right: -45px;
    top: 25%;
    margin: auto;
    width: 50px;
}

.arrowIcon img {
    width: 100%;
}

.partner-cta .cta-bg {
    padding: 30px;
    background-color: rgba(202, 221, 255, 0.5);
    border-radius: 10px;
    color: #333333;
    height: 230px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.partner-cta .cta-bg .cta-image {
    position: absolute;
    /* top: -55px; */
    left: 180px;
    bottom: 0px;
}
.partner-cta .cta-bg img {
    height: 285px;
}

.partner-cta .contact-ctabox {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;

}

.partner-cta .contact-ctabox .contact-ico {
    margin-right: 10px;
    background-color: var(--primary-dark);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.contact-ctabox p {
    text-align-last: left;
    margin-bottom: 0;
}

.contact-ctabox:nth-child(2) {
    margin-left: 50px;
}

.icons-box {
    padding-top: 30px;
}

.icons-box a {
    color: #333333;
    font-weight: bold;
}

#supermarket-software-new {
    width: 100%;
    margin: auto;
}
#benefit-slider {
    width: 100%;
    margin: auto;
}

#partner-mobile {
    width: 100%;
    margin: auto;
}

.pos .slide .carousel-image {
    width: 80%;
    margin: auto;
    text-align: center;
}

.pos .slide .carousel-image .image {
    background-image: none !important;
    border-radius: 10px;
    width: 100%;
}

.pos .slide .carousel-image img {
    width: 70%;
    margin: auto;
    background-color: white;
    padding: 0px 10px;
}

.splide__slide img {
    padding: 20px !important;
}

.arrow-container {
    display: none;
}

.mobile-newcta {
    display: none;
}

/* Testimonial */

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px 60px;

    overflow: hidden;
}

.wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .5); */
}

.wrap .slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.wrap i {
    color: black;
}

.wrap .slick-prev,
.wrap .slick-next {
    bottom: -50px;
    /* Adjust this value to move the arrows further down or up */
    top: auto;
}

.wrap .slick-prev {
    left: 50%;
    transform: translateX(-150%);
}

.wrap .slick-next {
    right: 50%;
    transform: translateX(150%);
}

.wrap .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 50px;
    line-height: 150px;
    margin-top: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 30px;
    z-index: 300;
    outline: none;
}


.wrap .test-item.slick-slide {
    /* width: 425px; */
    width: 530px;
    height: 420px !important;
    transition: transform .5s ease;
    position: relative;
}

.wrap .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    transition: transform .4s;
}

/* .wrap .test-item.slick-slide {
    transform: scale(0.7) translate(640px);
    opacity: 0.8;
} */

.wrap .test-item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-200px);
    z-index: 10;
}

/* .wrap .test-item.slick-slide.slick-center+.slick-slide+.test-item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;

} */

.wrap .test-item.slick-slide.slick-active {
    transform: scale(0.8) translate(200px);
    opacity: 0.8;
}

.wrap .test-item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
    opacity: 1;

}

.wrap .test-content {
    position: relative;
    border: 1px solid #707070;
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    height: 395px;
    text-align: center;
}

.wrap .fa-arrow-right,
.wrap .fa-arrow-left {
    background-color: var(--primary-dark);
    color: white;
    padding: 8px 10px;
    border-radius: 100px;
}

.wrap .test-content i {
    position: absolute;
    top: -15px;
    color: var(--primary-dark);
    left: 0;
    background-color: white;
    right: 0;
    font-size: 30px;
    width: 50px;
    margin: auto;
}

.test-content h5 {
    color: var(--primary-dark);
}

.wrap .slick-slider .slick-track {
    padding-top: 20px !important;
}

.wrap .slick-center:after {
    opacity: 0;
    margin: 10px;
    padding: 10px;
}

@media (min-width:1920px) {
    .wrap .test-content {
        font-size: 16px;
    }
}

@media (min-width:1024px) and (max-width:1050px) {
    .homebanner {
        padding: 20px !important;
    }

    .homebanner .carousel-inner .banner-img {
        height: 535px;
    }

    .homebanner .carousel-inner .banner-img img {
        height: 100%;
    }

    div#carouselExampleDark .carousel-caption {
        top: 50%;
        width: 56%;
    }

    div#carouselExampleDark .carousel-caption p {
        font-size: 12px;
    }

    .careersectioncard {
        width: 300px;
    }

    div#carouselExampleDark .carousel-caption h1 {
        font-size: 25px !important;
        font-weight: 600;
    }

    div#carouselExampleDark .carousel-caption h1 span {
        font-size: 25px !important;
    }

    .carousel-caption h3 {
        font-size: 16px !important;
        width: 85%;
    }

    .benefit-brand .cta-box {
        width: 80%;
    }

    .brand-img img {
        display: none;
    }

    .partner-keyfeatures .keyprogram-img img {
        height: 400px;
    }

    .partner-cta .cta-bg .cta-image {
        left: 120px;
    }
    .partner-cta .cta-bg img {  
        height: 285px;
    }

    .benefit-brand .cta-box::before {
        position: absolute;
        display: block;
        top: 26px;
        right: -90px;
        width: 185px;
        height: 186px;
        border-radius: 30px;
        transform: rotate(45deg);
        background: var(--primary-dark);
        content: "";
        z-index: -1;
    }


}

@media (min-width:820px) and (max-width:1000px) {
    div#carouselExampleDark .carousel-caption {
        width: 90%;
        top: 20%;
    }

    #main-bannermobile img {
        width: 100%;
    }

    .homebanner .carousel-inner .person-img {
        position: absolute;
        bottom: 200px !important;
        right: 0;
        width: 90%;
        left: 0;
        margin: auto;
    }

    .banner-img img {
        display: none;
    }

    .head-features .boxes {
        height: 270px !important;
        margin-bottom: 10px !important;
    }

    .benefit-brand .cta-box::before {
        position: absolute;
        display: block;
        top: 21px;
        right: -71px;
        width: 157px;
        height: 156px;
        border-radius: 30px;
        transform: rotate(45deg);
        background: var(--primary-dark);
        content: "";
        z-index: -1;
    }

    .benefit-brand .cta-box {
        width: 80%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .benefit-brand .brand-img {
        display: none;
    }

    .arrowIcon {
        display: none;
    }

    .arrow-container {
        animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
        margin-top: 70px;
        margin-bottom: 50px;
        display: block;
    }

    .arrow-down {

        transform: rotate(90deg);
    }

    @keyframes bounce {
        50% {
            transform: translateY(-15px);
        }
    }

    .partner-cta .cta-bg .cta-image {
        position: absolute;
        height: 285px;
        left: 0;
    }

    .partner-cta .cta-bg {
        width: 90%;
    }

    .icons-box {
        margin-left: 50px !important;
    }

}

@media (min-width:768px) and (max-width:819px) {
    div#carouselExampleDark .carousel-caption {
        top: 20%;
    }

    #main-bannermobile img {
        width: 100%;
        height: 50vh !important;
    }

    .homebanner .carousel-inner .person-img {
        bottom: 200px !important;
    }

    .head-features .boxes {
        margin-bottom: 10px !important;
    }

    .program-img {
        display: block !important;
    }

    .partner-keyfeatures .keyprogram-img img {
        height: 400px !important;
        margin: auto;
    }

    .partner-cta .tablet img {
        height: 300px;
    }

    .contact-ctabox:nth-child(1) {
        margin-right: 20px !important;
        margin-top: 10px;
    }

    div#carouselExampleDark .carousel-caption h1,
    div#carouselExampleDark .carousel-caption h2,
    .banner-text h1 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }
}

@media (max-width:768px) {
    .program-img {
        display: none;
    }

    div#carouselExampleDark .carousel-caption h1,
    div#carouselExampleDark .carousel-caption h2,
    .banner-text h1 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    div#carouselExampleDark .carousel-caption h1 span {
        font-size: 22px !important;
    }

    div#carouselExampleDark .carousel-caption h3 {
        font-size: 15px !important;
        width: 100% !important;
    }

    .carousel-caption {
        width: 100% !important;
        text-align: left;
    }

    div#carouselExampleDark .carousel-caption {
        left: 0 !important;
        padding: 0 10px;
    }

    .homebanner .carousel-inner .banner-img {
        display: block !important;
    }

    .homebanner .carousel-inner .banner-img img {
        display: none !important;
    }

    #main-bannermobile {
        height: 100vh;
    }

    #main-bannermobile img {
        width: 100%;
        height: 75vh;
    }

    .homebanner .carousel-inner .person-img {
        left: 0;
        right: 0;
        width: 90%;
        margin: auto;
    }

    .head-features .boxes h6 {
        margin-top: 0;
        font-size: 18px !important;
    }

    .head-features .boxes {
        height: 300px !important;
        padding: 25px 10px !important;
    }


    .benefit-brand {
        margin-top: 250px;
    }

    .benefit-brand p {
        font-size: 13px !important;
    }

    .benefit-brand h3 {
        font-weight: 700;
        font-size: 20px !important;
    }

    .benefit-brand .cta-box {
        padding: 20px;
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .brand-img {
        top: -200px !important;
        left: 0;
    }

    .brand-img img {
        position: absolute;
        right: 0;
        top: -30px;
        left: 0;
        z-index: -1;
        height: 230px;
        margin: auto;
    }

    .partner-keyfeatures .keyprogram-img {
        display: flex;
        justify-content: center;
    }

    .partner-keyfeatures .keyprogram-img img {
        height: 200px;
        background: white;
        padding: 0px 10px 0px 0px;
    }

    .btn-center {
        text-align: center;
    }

    .intrested-program .intrested-content h3 {
        font-size: 20px !important;
    }

    .arrowIcon {
        display: none;
    }

    .become-partner .partner-steps h5 {
        font-size: 20px !important;
    }

    .become-partner .partner-steps p {
        width: 95%;
        margin: auto;
    }

    .become-partner .partner-steps {
        margin-bottom: 30px;
    }

    .partner-cta .cta-bg {
        padding: 15px 0;
        background-color: rgba(202, 221, 255, 0.5);
        border-radius: 10px;
        color: #333333;
        height: auto;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    /* .partner-cta .cta-content {
        width: 100%;
        margin-left: auto;
        padding: 10px 0 !important;

    } */

    .cta-content h3 {
        text-align: left;
    }

    .partner-cta .contact-ctabox {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
    }

    .contact-ico i {
        font-size: 15px;
    }

    .pos .slick-next {
        right: 0 !important;
        background-color: var(--primary-dark);
        padding: 6px 10px;
        border-radius: 100px;
        color: white;
        font-size: 13px;

    }

    .pos .slick-prev {
        left: 0 !important;
        z-index: 1;
        background-color: var(--primary-dark);
        padding: 6px 10px;
        border-radius: 100px;
        color: white;
        font-size: 13px;
        top: 44% !important;

    }

    .pos .slide .carousel-image {
        width: 75%;
        margin: auto;
        text-align: center;
    }

    .partner-keyfeatures .program-points p {
        width: 100%;
    }

    /* Animation Arrow */
    .arrow-container {
        animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
        margin-top: 70px;
        display: block;
    }

    .arrow-down {
        transform: rotate(90deg);
    }


    @keyframes bounce {
        50% {
            transform: translateY(-15px);
        }
    }

    .become-partner .partner-steps .steps-image img {
        height: 200px;
    }

    /* .mobile-newcta {
        display: block;
    }

    .desktop-cta {
        display: none;
    } */

    .pos .slide .carousel-image h5 {
        font-size: 22px !important;
    }



    .intrested-program {
        margin-top: 20px;
        background-image: url("../images/intrested bg mobile.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    #partner-mobile .slick-next {
        bottom: 50% !important;
        right: -2% !important;
    }

    #partner-mobile .slick-prev {
         bottom: 50% !important;
        top: auto !important; 
        left: -2% !important;
    }


    #partner-mobile .slide .carousel-image {
        position: relative;
        width: 82%;
        margin: auto;
        text-align: center;
        padding: 20px;
        border: 1px solid #707070;
        margin: 20px auto;
        border-radius: 10px;
    }


    #partner-mobile .slide .carousel-image .fa-quote-right {
        position: absolute;
        top: -15px;
        font-size: 30px;
        background-color: white;
        color: var(--primary-dark);
        right: 0;
        left: 0;
        width: 50px;
        margin: auto;
    }


}

@media (min-width:620px) and (max-width:730px) {
    #main-bannermobile {
        height: 200vh !important;
    }

    #main-bannermobile img {
        width: 100%;
        height: 100vh;
    }
}


@media (min-width:340px) and (max-width:360px) {
    .pos .slide .carousel-image {
        width: 75% !important;
    }

    .pos .slick-next,
    .pos .slick-prev {

        padding: 3px 10px;

        font-size: 20px;
    }

    .pos .slick-prev {

        top: 45% !important;
    }

    .head-features .boxes {
        height: 270px !important;
        padding: 25px 10px !important;
    }

    .person-img {
        bottom: 25px !important;
    }

    #main-bannermobile img {
        width: 100%;
        height: auto;
    }
}

@media (min-width:319px) and (max-width:330px) {
    .carousel-caption p {
        font-size: 12px !important;
    }

    .head-features .boxes {
        height: 270px !important;
        padding: 25px 10px !important;
    }


    /* #partner-mobile .slick-prev {
        left: 30% !important;
    } */


    #partner-mobile .slick-left {
        right: 30% !important;
    }
}

@media (min-width:319px) and (max-width:350px) {
    .head-features .boxes h6 {
        margin-top: 0;
        font-size: 14px !important;
    }

}

@media (min-height: 753px) and (max-height:754px) {
    #main-bannermobile {
        height: 110vh !important;
    }
}

@media (min-height: 500px) and (max-height:750px) {
    #main-bannermobile {
        height: 120vh !important;
    }
}

@media (min-height: 565px) and (max-height:570px) {
    #main-bannermobile {
        height: 139vh !important;
    }

    .homebanner .carousel-inner .person-img {
        bottom: 12px !important;
    }

    #main-bannermobile img {
        width: 100%;
        height: 85vh;
    }
}

@media (min-height: 635px) and (max-height:641px) {
    #main-bannermobile {
        height: 135vh !important;
    }
}

@media (max-width: 991px) {
    .wrap .test-item.slick-slide {
        width: 425px;
    }
    .partner-cta .cta-bg .cta-image {
        left: 80px;
    }
    .icons-box {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start !important;
        margin-left: 0 !important;
        padding-top: 10px !important;
    }
    .contact-ctabox:nth-child(2) {
        margin-left: 0px !important;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .partner-cta .contact-ctabox .contact-ico {
        padding: 10px;
    }
    .partner-cta .cta-bg .cta-image {
        left: 12px;
    }
    .partner-cta .cta-bg img {
        height: 150px;
    }
}