:root {
    /* theme color start*/
    --primary-color: #950EDB;
    --normal-gradient: linear-gradient(93deg, #950EDB 2.44%, #500775 97.81%);
    --neon-gradient: linear-gradient(90deg, #E358FF 0%, #A01BE4 100%);
    --button-gradient: linear-gradient(90deg, #E358FF 0%, #A01BE4 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #25013A 0%, #160229 99.92%);
}

#what-our-client-say {
    margin-top: 100px;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 25px;
}

#hero-section {
    background-image: url('../../images/zepto-clone-app/zepto-clone-page-hero-section-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-button {
    background: var(--neon-gradient);
}

#hit-the-market {
    background: linear-gradient(360deg, #150227 0.77%, #29003F 100.86%);
}

#why-choose-us-section {
    background: #160229;
}

.how-does-platform-work-bg {
    background: linear-gradient(145.63deg, #1A0027 1.8%, #28003D 100%);
    padding: 50px 20px 0px 20px;
    border-radius: 30px;
}

.how-does-platform-work-list li {
    margin-bottom: 25px;
}

.how-does-platform-work-list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
}

.how-does-platform-work-list li:last-child {
    margin-bottom: 0;
}

.how-does-platform-work-list li::marker {
    font-size: 22px;
}

/* .how-does-platform-work-list {
    max-height: 450px;
    overflow-y: scroll;
}

.how-does-platform-work-list::-webkit-scrollbar {
    display: none;
} */

#ui-section .ui-shape {
    background-image: url(../../images/zepto-clone-app/zepto-clone-page-ui-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

#ui-section .nav-tabs .nav-link.active {
    background: #FFF;
}

#ui-section .nav-tabs .nav-link.active .tab-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#ui-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    column-gap: 20px;
    padding: 10px;
    border-radius: 40px;
    width: fit-content;
    white-space: nowrap;
    max-width: 100%;
    border: 1px solid #1EB074;
    background: #FFFFFF1A;
}

#ui-section .tabs-section .nav-tabs::-webkit-scrollbar {
    display: none
}

#ui-section .tabs-section .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
}

#ui-section .tabs-section .tab-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    color: #fff;
    margin: 0;
}

#ui-section .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border-radius: 25px;
    padding: 8px 15px;
}

#ui-section .tabs-section .tab-content {
    padding: 0 100px 50px 100px;
}

/* #ui-section .ui-slider .swiper-wrapper:hover {
        animation-play-state: paused
    } */

#ui-section .ui-slider .swiper-wrapper {
    white-space: nowrap;
    user-select: none !important;
}

#ui-section .ui-slider.swiper-slide {
    flex-shrink: 0
}

/* @keyframes ui-slideScroll {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-100%)
        }
    } */

/* @keyframes ui-slideScroll-mobile {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-100%)
        }
    } */

/* @media only screen and (min-width: 769px) {
        .ui-slider .swiper-wrapper {
            animation: 35s linear infinite ui-slideScroll;
        }
    }

    @media only screen and (max-width: 769px) {
        .ui-slider .swiper-wrapper {
            animation: 10s linear infinite ui-slideScroll;
        }
    } */


.on-demand-delivery-solution-row h4 {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.on-demand-delivery-solution-row .card-1 h4 {
    color: #F52028;
}

.on-demand-delivery-solution-row .card-2 h4 {
    color: #F0851D;
}

.on-demand-delivery-solution-row .card-3 h4 {
    color: #0C831F;
}

.cta-1 {
    margin-top: 100px;
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(90deg, #E00071 0%, #FFA845 100%);
}

.cta-1-content {
    padding: 0 80px 0 300px;
}

.cta-1-image {
    margin: -90px 0 0 0;
}

#cta-1 .section-button-white:hover {
    color: #EB3663;
}

#all-app-features-section .section-title {
    width: 75%;
    margin: auto;
}

#all-app-features-section .nav-tabs {
    background: var(--normal-gradient);
    border-radius: 40px;
    padding: 10px;
    max-width: 100%;
    column-gap: 10px;
    overflow-x: scroll;
    width: max-content;
    margin: auto;
}

#all-app-features-section .nav-tabs::-webkit-scrollbar {
    display: none
}

#all-app-features-section .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: nowrap;
    transition: none;
    border-radius: 30px;
    padding: 12px 8px;
}

#all-app-features-section .nav-tabs .nav-link.active {
    padding: 8px;
    background: #FFFFFF26;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 0px 20px 0px #00000033;
    backdrop-filter: blur(100px);
}

#all-app-features-section .nav-tabs .nav-link .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin-left: 10px;
}

#all-app-features-section .nav-tabs .nav-link .tab-title {
    color: #FFFFFF;
}

#all-app-features-section .nav-tabs .nav-link.active .medicine-ui-tab-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#all-app-features-section .medicine-ui-tab-icon {
    background: #FFFFFF;
    fill: var(--primary-color);
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    display: none;
}

#all-app-features-section .feature-card {
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 0px #00000026;
}

#all-app-features-section .feature-card:hover {
    background: #31004B;
    box-shadow: none;
}

#all-app-features-section .key-feature-icon-second {
    width: 60px;
    height: 60px;
    padding: 10px;
    fill: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    align-content: center;
}

#all-app-features-section .feature-card:hover .key-feature-icon-second {
    background: #FFFFFF;
    border: 1px solid #CB67FF;
}

#all-app-features-section .feature-card .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#all-app-features-section .feature-card:hover .feature-name h4 {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#all-app-features-section .feature-card:hover .feature-description {
    color: #FFFFFF;
}

#all-app-features-section .tab-content {
    margin-left: 130px;
    margin-right: 130px;
}

.run-business-modules-box {
    border-radius: 40px;
    background: radial-gradient(67.35% 59.44% at 0% 0%, #3D005D 0%, #11001A 100%);
    padding: 25px 25px 0 25px;
}

.apple-icon {
    max-width: 60px;
    border-radius: 50px;
    padding: 14px 17px;
    margin-left: 10px;
    fill: white;
    border: 2px solid transparent;
    background: linear-gradient(#FFFFFF26, #FFFFFF26) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.android-icon {
    max-width: 60px;
    border-radius: 50px;
    padding: 14px 13px;
    fill: white;
    border: 2px solid transparent;
    background: linear-gradient(#FFFFFF26, #FFFFFF26) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.window-icon {
    max-width: 60px;
    border-radius: 50px;
    padding: 16px;
    fill: white;
    border: 2px solid transparent;
    background: linear-gradient(#FFFFFF26, #FFFFFF26) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.run-business-modules-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: white;
    margin-top: 15px;
}

.run-business-modules-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: white;
}

#customer-admin-panel {
    background: url('../../images/zepto-clone-app/zepto-clone-page-admin-panel-feature-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 50px 0 0 0;
}

#customer-admin-panel .website-all-features::-webkit-scrollbar {
    display: none;
}

#customer-admin-panel .website-all-features {
    max-height: 700px;
    overflow-y: scroll;
    padding: 10px 0;
}

#customer-admin-panel .tab-content {
    padding: 0 50px;
}

#customer-admin-panel .tabs-section .nav-tabs::-webkit-scrollbar {
    display: none;
}

#customer-admin-panel .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: scroll;
    column-gap: 20px;
    padding: 10px;
    border-radius: 50px;
    border: 0;
    border: 1px solid #FFFFFF;
    width: fit-content;
    max-width: 100%;
    align-items: center;
}

#customer-admin-panel .nav-tabs .nav-link.active {
    background: #FFF;
}

#customer-admin-panel .tabs-section .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
    border: 0;
}

#customer-admin-panel .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border-radius: 40px;
    padding: 5px;
    margin: auto;
}

#customer-admin-panel .tabs-section .tab-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    color: #fff;
    margin: 0;
}

#customer-admin-panel .nav-tabs .nav-link.active .tab-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#customer-admin-panel .nav-link .indrive-ui-tab-icon {
    width: 40px;
    height: 40px;
    padding: 7px 10px 10px 10px;
    border-radius: 40px;
    display: none;
    background: var(--normal-gradient);
}

#customer-admin-panel .nav-link.active .indrive-ui-tab-icon {
    display: block;
}

#customer-admin-panel .key-feature-icon-second {
    width: 40px;
    height: 40px;
    padding: 10px;
    fill: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 10px;
    background: transparent;
    border: 0.5px solid #FFFFFF;
}

#customer-admin-panel .feature-card {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(115, 115, 115, 0.05) 100%);
    border: 1px solid #FFFFFF80;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(100px);
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 20px;
}

#customer-admin-panel .feature-card .feature-name {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.01px;
    color: #FFFFFF;
}

#customer-admin-panel .feature-card .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #FFFFFF;
}

#customer-admin-panel .feature-card:hover {
    background: #FFFFFF;
}

#customer-admin-panel .feature-card:hover .feature-name {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#customer-admin-panel .feature-card:hover .feature-description {
    color: #303030;
}

#customer-admin-panel .feature-card:hover .key-feature-icon-second {
    background: var(--normal-gradient);
}

.cta-2 {
    margin-top: 100px;
    border-radius: 0px 30px 30px 0px;
    background: linear-gradient(94.19deg, #5AEABD 0.08%, #008E8B 100%);
}

.cta-2-content {
    padding: 0 50px 0 0;
}

.cta-2-image {
    margin: -60px 0 0 0;
}

#cta-2 .section-button-white:hover {
    color: #257F73;
}

.development-process .feature-card {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000001a;
    border-radius: 25px;
    padding: 20px;
}

.development-process .feature-card:hover {
    background: #31004B;
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px #00000026;
}

.development-process .step {
    font-family: "Nunito";
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 0px var(--primary-color);
    text-shadow: -1px -1px 0 var(--primary-color), 1px -1px 0 var(--primary-color), -1px 1px 0 var(--primary-color),
        1px 1px 0 var(--primary-color);
}

.development-process .feature-card:hover .step {
    -webkit-text-stroke: 0px #ffffff;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

.development-process .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 15px;
    font-weight: 600;
    font-family: Nunito;
    font-size: 26px;
    line-height: 35px;
}

.development-process .feature-card:hover .feature-title {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.development-process .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.admin-bg {
    padding: 175px 57px 35px 57px;
    background: linear-gradient(94.98deg, #2D0045 0.42%, #11001A 100%);
}

#admin-panel-section .make-diffirent-than-other-icon {
    margin-right: 15px;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #0A2C14;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#admin-panel-section .feature-title {
    color: #FFFFFF;
}

#admin-panel-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-style: italic;
}

#admin-panel-section .feature-list:hover .make-diffirent-than-other-icon {
    background: var(--normal-gradient);
    border: 1px solid #B72BFF;
}

#admin-panel-section .make-diffirent-than-other-icon svg {
    width: 27px;
    height: 27px;
}

#admin-panel-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: #FFFFFF;
}

.admin-image {
    margin-bottom: -180px;
}

#admin-panel-section .feature-list {
    border: 1px solid #9999994D;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(60px);
    box-shadow: 7px 7px 30px 0px #0000004D;
}

#admin-panel-section .feature-description {
    color: #FFFFFF;
}

#admin-panel-section .feature-list:hover .feature-description {
    color: #303030;
}

#admin-panel-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#admin-panel-section .feature-list:hover {
    background: #FCFCFC;
    box-shadow: 0px 0px 20px 0px #0000004D;
}

@media only screen and (max-width: 1600px) {
    .cta-1-content {
        padding: 0 50px 0 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .cta-1-content {
        padding: 0 40px 0 60px;
    }

    .cta-1-image {
        margin: -50px 0 0 0;
    }

    .cta-1 {
        margin-top: 0px;
    }

    .cta-2-content {
        padding: 0 40px 0 60px;
    }

    .cta-2-image {
        margin: -50px 0 0 0;
    }

    .cta-2 {
        margin-top: 0px;
    }
}

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

    #cta-2 .custom-container-right,
    #cta-1 .custom-container-right {
        padding: 0 50px;
    }

    .cta-2,
    .cta-1 {
        border-radius: 20px;
    }

    .cta-2-content,
    .cta-1-content {
        padding: 20px;
    }

    #all-app-features-section .tab-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .admin-bg {
        padding: 175px 20px 35px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .how-does-platform-work-bg {
        padding: 30px 20px 0px 20px;
    }

    #how-does-platform-work .section-title p {
        margin: 0 auto;
        width: 70%;
        padding-bottom: 20px;
    }

    #all-app-features-section .tab-content {
        margin-left: 30px;
        margin-right: 30px;
    }

    .cta-1-image {
        margin: 0;
    }

    .cta-2,
    .cta-1 {
        padding: 20px 20px 0 20px;
    }

    .cta-2-image {
        margin: 0;
    }

    .cta-2-content,
    .cta-1-content {
        padding: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .how-does-platform-work-list li {
        margin-bottom: 15px;
    }

    .how-does-platform-work-bg {
        padding: 20px;
        border-radius: 20px;
    }

    #how-does-platform-work .section-title p,
    #all-app-features-section .section-title {
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    #all-app-features-section .tab-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    #all-app-features-section .feature-card {
        padding: 10px;
        margin-bottom: 20px;
    }

    #all-app-features-section .nav-tabs .nav-link {
        justify-content: start;
    }

    #all-app-features-section .feature-card .feature-name h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }

    .development-process .feature-title {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .development-process .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .development-process .feature-card {
        padding: 15px;
    }

    #admin-panel-section .feature-list {
        border-radius: 20px;
        padding: 15px;
    }

    #cta-2 .custom-container-right,
    #cta-1 .custom-container-right {
        padding: 0 20px;
    }

    #customer-admin-panel .tab-content {
        padding: 0 20px;
    }

    #all-app-features-section .nav-tabs {
        max-width: 100%;
        flex-wrap: nowrap;
    }

    #all-app-features-section .nav-tabs .nav-link {
        width: max-content;
    }
}