#cta-1,
#grocery-app-ui-section,
#what-our-client-say {
    margin-top: 100px;
}

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

.section-button-white {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 23.4px;
    width: fit-content;
    margin-top: 20px;
}

.section-button-white:hover {
    background: #ffffff;
    color: #040c17;
}

/* hero section css start */
#hero-section {
    background-image: url("../images/hero-section-bg.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 100px;
}

/* hero section css end*/

/* about us css start */
#about-us-section .section-title h2 {
    margin: 0 auto;
    width: 70%;
    padding-bottom: 20px;
}

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

.section-description.white p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 25px;
    color: #ffffff;
}

.about-us-words {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

.about-us-bg {
    border-radius: 50px;
    padding: 20px;
    background: white;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

/* about us css end*/

.how-app-work-features .feature-card {
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 20px;
}

.how-app-work-features .step {
    font-family: 'ibm-plex-sans';
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 0px rgba(48, 48, 48, 0.5);
    text-shadow:
        -1px -1px 0 rgba(48, 48, 48, 0.502),
        1px -1px 0 rgba(48, 48, 48, 0.502),
        -1px 1px 0 rgba(48, 48, 48, 0.502),
        1px 1px 0 rgba(48, 48, 48, 0.502);
}

.how-app-work-features .feature-title {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
    color: #303030;
}

.how-app-work-features .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.how-app-work-features .feature-card:hover .feature-title {
    background: var(--normal-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.how-app-work-features .feature-card:hover .step {
    -webkit-text-stroke: 0px #34A853;
    text-shadow:
        -1px -1px 0 #34A853,
        1px -1px 0 #34A853,
        -1px 1px 0 #34A853,
        1px 1px 0 #34A853;
}

.how-app-work-features .feature-card:hover {
    border: solid #34A853;
    border-width: 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

/* cta 1 css start */
.cta-1 {
    background: linear-gradient(123deg, #00c2ff 0%, #574a8f 100%);
    border-radius: 40px;
    padding-left: 50px;
}

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

.cta-1-image {
    margin: -150px -20px -14px 0;
}

/* cta 1 css end */
/* cta 3 css start */
#cta-3 {
    margin: 0 100px;
}

.cta-3 {
    padding: 50px 0 0 120px;
    border-radius: 200px 30px;
    background: url("../images/fox-grocery-cta-3-bg.webp"),
        radial-gradient(49.2% 266.33% at 50% 50%,
            #541335 0%,
            #450527 27.54%,
            #400323 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-3-image {
    margin: -100px 0 0 0;
}

/* cta 3 css end */
#cta-4 {
    margin: 100px 216px 0 216px;
}

.cta-4 {
    border-radius: 180px 43px;
    background: linear-gradient(90deg, #6000FC 0%, #0595DD 100%);
}

.cta-4-image {
    margin-top: -120px;
    margin-bottom: -34px;
}

.cta-4 .section-title {
    padding-left: 80px;
}

#web-panels-section .website-all-features {
    padding-right: 100px;
}

#web-panels-section {
    background: url(../images/fox-grocery-admin-panel-bg.webp), #134120;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 50px 0 20px 0;
}

#web-panels-section .tabs-section .nav-link.active::after,
#web-panels-section .tabs-section .nav-link.active::before {
    display: none;
}

#web-panels-section .tabs-section .nav-tabs {
    background: #FFFFFF1A;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 5px;
    border-radius: 35px;
    padding: 5px;
    margin: auto;
}

#web-panels-section .tabs-section .nav-item {
    width: fit-content;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 0;
    padding: 5px;
    width: max-content;
}

#web-panels-section .tabs-section .nav-link {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: nowrap;
    transition: none;
    border: 2px solid transparent !important;
}

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

#web-panels-section .indrive-app-feature-tab .nav-tabs .nav-link.active {
    background: #ffffff !important;
}

#web-panels-section .indrive-app-feature-tab .circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary-color);
    margin-right: 0px;
    display: none;
}

#web-panels-section .indrive-app-feature-tab .nav-tabs .nav-link.active .circle {
    display: block;
}

#web-panels-section .indrive-app-feature-tab .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;
}

.what-make-our-script-special-list {
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #FFFFFF4D;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(103, 103, 103, 0.1) 100%);
    box-shadow: 0px 0px 15px 0px #00000040;
    margin-bottom: 20px;
}

.what-make-our-script-special-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.what-make-our-script-special-title h3 {
    color: #FFFFFF;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
}

.what-make-our-script-special-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    flex-shrink: 0;
    flex-grow: 0;
}

.what-make-our-script-special-description {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

#set-of-module-section {
    background-image: url(../images/what-we-provide-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 30px 0;
    border-bottom: 1px solid #34A853;
}

.set-of-modules-bg {
    background: var(--normal-gradient);
    padding: 20px;
    border-radius: 20px;
}

#set-of-module-section .what-make-our-script-special-icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
}

.extra-feature-batch {
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 10px 13px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    border: 1px solid rgba(255, 255, 255, .5);
    background: linear-gradient(270deg, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .1) 100%);
}

.extra-feature-batch,
.section-button-white {
    font-size: 18px;
    line-height: 23.4px;
    width: fit-content;
}

.all-extra-features.app {
    flex-direction: column;
}

.all-extra-features {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}

/* app features section start  */
.app-features {
    padding: 0 100px;
}

.app-features .tab-img {
    border-radius: 30px;
}

.app-features .nav-tabs::-webkit-scrollbar {
    display: none;
}

.app-features .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 20px;
    border-radius: 40px;
    padding: 10px;
    border: 1px solid #ffffff33;
    background: #ffffff1a;
    box-shadow: 0px 0px 15px 1px #00000033;
}

.app-features .nav-link.active {
    background: var(--normal-gradient);
    outline: 0 !important;
    border: 0 !important;
}

.app-features .nav-link:hover {
    border: 1px solid #34a85380;
}

#our-blogs .section-title p,
#our-other-products .section-title p,
#convert-app-to-other-app .section-title p,
#app-features-section .section-title p {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.app-features .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
}

.app-features .nav-link {
    padding: 5px 10px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: nowrap;
    transition: none;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #34a85380;
}

.app-features .tab-icon {
    display: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.app-features .nav-link.active .tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-features .tab-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #303030;
    margin: 0;
}

.app-features .nav-link.active .tab-title {
    color: white;
}

.app-features .tab-content>.active {
    display: block;
}

.app-features .feature-card {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 20px;
    background: white;
    border: 2px solid rgba(52, 168, 83, 0.4);
}

.app-features .feature-card:hover {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: radial-gradient(50% 131.05% at 50% 50%, #1c7d36 0%, #144221 100%);
    box-shadow: 0px 0px 10px 0px rgba(52, 168, 83, 0.15);
    color: white;
}

.app-features .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 15px;
    color: #34a853;
}

.app-features .feature-card:hover .feature-name h4 {
    font-style: italic;
    color: white;
}

.app-features .feature-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
}

.app-features .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #34a853;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.app-features .feature-icon svg path {
    fill: white;
}

.app-features .feature-card:hover .feature-icon path {
    fill: #144221;
}

.app-features .feature-card:hover .feature-icon {
    background: white;
}

/* app features section end  */

/* ui section start  */
#grocery-app-ui-section {
    background: url(../images/fox-grocery-app-feature-ui-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 50px;
}

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

#grocery-app-ui-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 20px;
    border-radius: 40px;
    padding: 10px;
    border: 1px solid #ffffff26;
    background: #ffffff1a;
    box-shadow: 0px 0px 15px 1px #0000001a;
    backdrop-filter: blur(50px);
}

#grocery-app-ui-section .tabs-section .nav-link.active {
    border-radius: 25px;
    background: #ffffff;
    border: 0;
}

#grocery-app-ui-section .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
}

#grocery-app-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;
    border-radius: 25px;
    border: 1px solid #34a853;
    color: #ffffff;
    padding: 5px 10px;
}

#grocery-app-ui-section .tabs-section .tab-icon {
    display: none;
    width: 20px;
    height: 20px;
    display: none;
    fill: #34a853;
}

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

#grocery-app-ui-section .tabs-section .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
}

#grocery-app-ui-section .tabs-section .nav-link.active .tab-title {
    color: #34a853;
    font-weight: 600;
}

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

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

.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(-200%);
    }
} */

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

/* ui section end  */

.what-make-script-special-row {
    padding: 0 100px;
}

.what-make-script-special-row .card {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid transparent;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px #0000001A;
}

.what-make-script-special-row .card:hover {
    background: radial-gradient(50% 50% at 50% 50%, rgba(212, 255, 229, 0.5) 0%, rgba(229, 255, 232, 0.5) 100%);
    border: 1px solid #34A85380;
    box-shadow: 0px 0px 15px 0px #34A85340;
}

.what-make-script-special-row .card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
}

.what-make-script-special-row .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 10px;
}

#how-tutor-work-section .how-tutor-work-bg {
    border-radius: 40px;
    padding: 30px 50px;
    padding-bottom: 0;
    background: radial-gradient(133.94% 100% at 50% 100%, #00473A 0%, #003229 11.89%, #00261F 51.13%, #001A15 100%);
}

#how-tutor-work-section .add-on-all-features {
    max-height: 500px;
    overflow-y: scroll;
}

#how-tutor-work-section .add-on-all-features::-webkit-scrollbar {
    display: none
}

#how-tutor-work-section .add-on-feature {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #FFFFFF4D;
    box-shadow: 0px 0px 15px 0px #0000001A;
    background: linear-gradient(94.31deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
}

#how-tutor-work-section .add-on-feature h3 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

#how-tutor-work-section .add-on-feature p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
}

.how-tutor-work-img img {
    border-radius: 40px;
}

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

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

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

.on-demand-delivery-solution-row .card-3 h4,
.on-demand-delivery-solution-row .card-3 a {
    color: #476F00;
}

.on-demand-delivery-solution-row .card-4 h4,
.on-demand-delivery-solution-row .card-4 a {
    color: #ED037C;
}

.on-demand-delivery-solution-row .card-5 h4,
.on-demand-delivery-solution-row .card-5 a {
    color: #83B622;
}

.on-demand-delivery-solution-row .card-6 h4,
.on-demand-delivery-solution-row .card-6 a {
    color: #E12374;
}

@media only screen and (max-width: 1800px) {
    #cta-4 {
        margin: 100px 120px 0 120px;
    }
}

@media only screen and (max-width: 1600px) {
    .app-features .feature-card {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .what-make-our-script-special-list {
        padding: 15px;
    }

    .what-make-script-special-row {
        padding: 0 50px;
    }

    #web-panels-section .website-all-features {
        padding-right: 20px;
    }

    #cta-4 {
        margin: 100px 50px 0 50px;
    }

    .cta-3 {
        padding: 30px 0 0 30px;
        border-radius: 30px;
    }

    .cta-3-image {
        margin: 0px 0 0 0;
    }

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        padding-right: 50px;
    }

    #hero-section {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1450px) {
    #hero-section {
        padding-left: 20px;
    }

    .cta-4 {
        border-radius: 130px 40px 100px 40px;
    }

    .app-features {
        padding: 0 50px;
    }

    .cta-3 {
        border-radius: 100px 30px;
    }

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        padding-right: 20px;
    }

    #how-does-the-fox-jek-app-work-section .custom-container-left {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .cta-4 .section-title {
        padding-left: 50px;
    }

    .cta-4 {
        border-radius: 130px 40px 50px 40px;
    }

    #cta-4 {
        margin: 50px 50px 0 50px;
    }

    .cta-4-image {
        margin-top: -80px;
        margin-bottom: -30px;
    }

    #hero-section {
        padding-left: 0;
    }

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

    .app-features {
        padding: 0 20px;
    }

    #cta-3 {
        margin: 0 50px;
    }

    .admin-panel-img {
        position: sticky;
        top: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    #cta-1 {
        margin-top: 0;
    }

    .cta-4 .section-title {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .cta-4 .section-title.white h2 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #cta-4 {
        margin: 50px 20px 0 20px;
    }

    .cta-4 {
        border-radius: 40px 40px 40px 40px;
    }

    .cta-1 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 992px) {
    #web-panels-section .website-all-features {
        padding: 0 20px;
    }

    .admin-panel-img {
        position: unset;
        top: unset;
    }

    .cta-3 {
        padding: 20px 20px 0 20px;
        border-radius: 30px;
    }

    #cta-3 {
        margin: 0 10px;
    }

    #about-us-section .section-title h2 {
        width: 100%;
    }

    #about-us-section .section-description {
        margin-bottom: 10px;
    }

    #our-blogs .section-title p,
    #our-other-products .section-title p,
    #convert-app-to-other-app .section-title p,
    #app-features-section .section-title p {
        margin: unset;
        width: 100%;
    }

    .cta-4-image {
        margin-top: 0px;
        margin-bottom: -35px;
    }

    .cta-4 .section-title {
        padding: 20px 20px 0 20px;
    }

    .cta-1 {
        padding-left: 0px;
    }

    .workflow-img::before {
        border-radius: 60px 60px 0 0;
    }

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

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

    #how-tutor-work-section .add-on-all-features {
        max-height: unset;
        overflow-y: unset;
    }
}

@media only screen and (max-width: 768px) {
    .what-make-our-script-special-list {
        padding: 15px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    #set-of-module-section {
        margin-top: 50px;
        background: radial-gradient(50% 69.17% at 50% 50%, rgba(252, 255, 207, 0.3) 0%, rgba(206, 255, 197, 0.3) 100%);
        border-top: 1px solid #34A853;
    }

    #web-panels-section {
        background: #134120;
    }

    .what-make-script-special-row {
        padding: 0 20px;
    }

    #how-tutor-work-section .how-tutor-work-bg {
        border-radius: 30px;
        padding: 20px;
    }

    .what-make-script-special-row .card-title,
    .what-make-our-script-special-title h3 {
        font-size: 20px;
    }

    .what-make-script-special-row .card-text,
    .what-make-our-script-special-description {
        font-size: 16px;
    }

    .how-app-work-features .feature-card {
        padding: 10px;
    }

    #hero-section {
        background: linear-gradient(163.99deg, #23823D 0%, #21562F 100%);
    }

    #grocery-app-ui-section {
        margin-top: 50px;
        background: linear-gradient(163.99deg, #151E0A 0%, #070D05 100%);
    }

    .how-app-work-features .feature-title {
        font-size: 24px;
        margin: 5px 0;
    }

    #cta-4 {
        margin: 30px 20px 0 20px;
    }

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

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

    .cta-1,
    .about-us-bg {
        border-radius: 30px;
    }

    .cta-3 {
        border-radius: 20px;
    }

    .app-features {
        padding: 0;
    }

    #grocery-app-ui-section .tabs-section .nav-tabs,
    .app-features .nav-tabs {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 426px) {
    #cta-4 {
        margin: 0px 0px 0 0px;
    }

    .cta-4-image {
        margin-bottom: -23px;
    }

    .cta-4 .section-title.white h2 {
        font-size: 20px;
    }
}