:root {
    /* theme color start*/
    --primary-color: #476F00;
    --normal-gradient: linear-gradient(90deg, #68A201 0%, #314C00 100%);
    --neon-gradient: linear-gradient(270deg, #00A43F 0%, #A2FE00 100%);
    --button-gradient: linear-gradient(270deg, #00A43F 0%, #A2FE00 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #1F3001 0%, #0C1200 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #0B1100 0%, #213301 100%);
}

#why-choose-us-section {
    background: #0C1200;
}

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

.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: var(--primary-color);
}

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

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

.about-us-bg {
    background: #ECFFC9;
    border-radius: 25px;
    padding: 25px;
}

.about-us-content-bg {
    background: #FFEBE0;
    border-radius: 25px;
    padding: 25px 20px;
}

.about-us-image img {
    background: linear-gradient(143.07deg, #476F00 2.88%, #1E3000 99.53%);
    box-shadow: 0px 0px 20px 0px #79B46526;
    border-radius: 20px;
    padding-top: 45px;
}

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

.cta-1 {
    background: linear-gradient(269.42deg, #740091 1.43%, #17001D 99.5%);
    border-radius: 220px 0px 0px 220px;
}

.cta-1-image {
    margin-top: -90px;
    margin-bottom: -50px;
}

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

.cta-1-content {
    padding: 0 10px 0 100px;
}

.what-we-provide-box {
    border-radius: 25px;
    background: linear-gradient(143.07deg, #476F00 2.88%, #1E3000 99.53%);
    box-shadow: 0px 0px 20px 0px #79B46526;
    padding: 25px 25px 0 25px;
    z-index: -2;
    position: relative;
}

.window-icon::before,
.apple-icon::before,
.android-icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.android-icon {
    position: relative;
    max-width: 60px;
    border-radius: 50px;
    padding: 14px 13px;
    fill: white;
    background: #619604;
}

.apple-icon {
    position: relative;
    max-width: 60px;
    border-radius: 50px;
    padding: 14px 17px;
    margin-left: 10px;
    background: #619604;
    fill: white;
}

.window-icon {
    position: relative;
    max-width: 60px;
    border-radius: 50px;
    background: #619604;
    padding: 16px;
    fill: white;

}

.what-we-provide-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: white;
    margin-top: 15px;
}

.what-we-provide-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: white;
}

#ui-slider {
    background-image: url('../../images/bigbasket-clone-app/ui-section-bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding: 30px 0;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active {
    background: #ffffff;
}

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

#ui-slider .handyman-ui-tab .nav-tabs .nav-link {
    background: transparent;
    border: 0;
}

#ui-slider .handyman-ui-tab .nav-tabs .nav-link.active {
    background: #fff;
}

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

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

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

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

#ui-slider .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    border-radius: 30px;
    padding: 5px;
    border: 0;
    border: 1px solid #476F00;
    background: #FFFFFF1A;
}

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

/*
@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: 30s linear infinite ui-slideScroll;
    }
} */

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

#app-features-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    max-width: 100%;
    width: max-content;
    overflow-x: scroll;
    border-radius: 40px;
    padding: 10px;
    background: var(--normal-gradient);
}

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

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

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

#app-features-section .app-features {
    padding: 0 130px;
}

#app-features-section .nav-tabs .nav-link .tab-title {
    margin-left: 5px !important;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #ffffff;
}

#app-features-section .tabs-section .tab-icon {
    transition: opacity .1s;
    width: 40px;
    height: 40px;
    display: none;
    padding: 10px;
    background: white;
    border-radius: 50%;
    fill: var(--primary-color);
}

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

#app-features-section .feature-section-image img {
    background: linear-gradient(143.07deg, #476F00 2.88%, #1E3000 99.53%);
    box-shadow: 0px 0px 20px 0px #79B46526;
    border-radius: 25px;
    padding-top: 30px;
}

.app-features .feature-card {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 0px 15px 0px #00000026;
    border: 2px solid transparent;
}

.app-features .feature-card:hover {
    background: #416601;
    border: 2px solid #41660180;
    color: white;
}

.app-features .feature-name h4 {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 15px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.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: var(--primary-color);
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

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

.app-features .feature-card:hover .feature-icon path {
    fill: var(--primary-color);
}

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

.admin-panel-features {
    position: relative;
    padding: 0;
}

.admin-panel-features::before {
    content: '';
    position: absolute;
    top: -13%;
    width: 100%;
    height: -webkit-fill-available;
    z-index: -1;
    background: linear-gradient(143.07deg, #476F00 2.88%, #1E3000 99.53%);
    box-shadow: 0px 0px 20px 0px #79B46526;
    border-radius: 120px 120px 10px 10px;
    padding: 0;
}

.admin-panel-features .feature-card {
    padding: 25px;
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.2) 100%);
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 20px 0px #00000040;
}

.admin-panel-features .feature-card:hover svg path {
    fill: var(--primary-color);
}

.admin-panel-features .feature-card .key-feature-icon-first,
.admin-panel-features .feature-card .key-feature-icon-second {
    border: 1px solid var(--primary-color);
}

.admin-panel-features .feature-card .key-feature-icon-second {
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #FFFFFF33;
}

.admin-panel-features .feature-card:hover .key-feature-icon-second {
    background: #FFFFFF;
}

.admin-panel-features .feature-card h3 {
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0;
}

.admin-panel-features .feature-card:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 20px 0px #00000040;
}

.admin-panel-features .feature-card:hover.feature-card h3 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.admin-panel-features .feature-card:hover.feature-card p {
    color: var(--text-color);
}

.admin-panel-features .feature-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.admin-panel-features .key-feature-icon-second {
    border: 1px solid#FFFFFF;
    border-radius: 50%;
    margin: 5px;
    padding: 8px;
    width: fit-content;
}

.admin-panel-features .key-feature-icon-first {
    border: 1px solid#FFFFFF;
    border-radius: 50%;
    margin-right: 15px;
    width: fit-content;
}

#panel-features-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: max-content;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 20px;
    border-radius: 40px;
    padding: 10px;
    background: #476F001A;
    border: 1px solid #476F00;
}

#panel-features-section .tabs-section .nav-link.active {
    background: #476F00;
    box-shadow: 0px 0px 10px 0px #00000026;
}

#panel-features-section .tabs-section .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--primary-color);
}

#panel-features-section .tabs-section .nav-link.active .tab-title {
    color: #ffffff;
}

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

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

#panel-features-section .tabs-section .nav-link.active .tab-icon {
    display: flex;
    align-items: center;
    justify-content: centerl;
}

#panel-features-section .tabs-section .tab-icon {
    width: 40px;
    height: 40px;
    display: none;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 50%;
}

#panel-features-section .tabs-section .tab-icon path {
    fill: var(--primary-color);
}

#panel-features-section .feature-card {
    padding: 20px;
    margin-top: 30px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 15px 3px #34343412;
}

#panel-features-section .feature-card:hover {
    box-shadow: 0px 0px 10px 3px #476F0026;
}

#panel-features-section .feature-card:hover .feature-name h4 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#panel-features-section h4 {
    font-weight: 600;
}

#panel-features-section .website-all-features {
    max-height: 800px;
    overflow-y: scroll;
    padding: 10px 20px
}

#panel-features-section .website-all-features::-webkit-scrollbar {
    display: none
}

.panel-features-section-bg {
    position: relative;
    margin-top: 30px;
}

.panel-features-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #477001 51.24%, #1F3101 100%);
    width: 60%;
    height: 103%;
    flex-shrink: 0;
    z-index: -1;
}

.panel-features-section-image {
    margin-bottom: -25px;
}

#how-we-develop-clone-app .tabs-section {
    background: #476F000D;
    border: 1px solid #476F0080;
    box-shadow: 0px 0px 20px 0px #27BEAC26;
    border-radius: 25px;
    padding: 30px 30px 0 30px;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link {
    border-radius: 30px;
    border: 2px solid var(--primary-color);
}

#how-we-develop-clone-app .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-right: 15px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: max-content;
    flex-wrap: nowrap;
    transition: none;
}

#how-we-develop-clone-app .nav-tabs .nav-link.active {
    background: var(--normal-gradient);
}

#how-we-develop-clone-app .nav-tabs .nav-link p {
    margin: 0;
    color: var(--primary-color);
    font-weight: 600;
}

#how-we-develop-clone-app .nav-tabs {
    border: 0;
    margin: 0;
    width: auto;
    column-gap: 0px;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    list-style: none;
    overflow-x: scroll;
}

#how-we-develop-clone-app .nav-tabs .nav-item.show .nav-link,
#how-we-develop-clone-app .nav-tabs .nav-link.active p {
    color: #FFFFFF;
    margin: 0;
}

.how-we-develop-clone-app-list li {
    font-size: 18px;
    font-weight: 400;
}

.how-we-develop-clone-app-list li::marker {
    font-size: 24px;
    color: var(--primary-color);
}

.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: #FF5215;
}

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

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

.what-make-script-special-row .card {
    border-radius: 25px;
    background: linear-gradient(271.15deg, #F5FFE4 0%, #FFFFFF 100%);
    border: 1px solid #A6CF5F;
}

.what-make-script-special-row .card:hover {
    border-radius: 25px;
    background: linear-gradient(272.76deg, #1F3100 0%, #456C00 99.9%);
    border: 1px solid #FFFFFF66;
}

.what-make-script-special-row .card:hover .card-title {
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-make-script-special-row .card:hover .card-text {
    color: #FFFFFF;
}

.what-make-script-special-row .card:hover .what-make-script-special-svg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid white;
}

.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: 700;
    line-height: 30.01px;
}

.what-make-script-special-row .card-text {
    font-family: ibm-plex-sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

.what-make-script-special-svg {
    border-radius: 15px;
    background: linear-gradient(0.15deg, #00381C 0.13%, #029E51 98.32%);
    width: 60px;
    height: 60px;
    padding: 15px;
}

.what-make-script-special-horizontal {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.what-make-script-special-horizontal div {
    width: 60px;
}

.what-make-script-special-horizontal .card-title {
    width: 180px;
}

.what-make-script-special-horizontal .card-text {
    width: 555px;
}

.what-make-script-special-vertical .card-text {
    margin-top: 20px;
}

.cta-2 {
    background: linear-gradient(269.42deg, #910065 1.43%, #350025 99.5%);
    border-radius: 0 220px 220px 0px;
    margin-top: 50px;
}

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

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

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

@media only screen and (max-width: 1600px) {
    #app-features-section .app-features {
        padding: 0 50px;
    }

    #cta-1 .section-title-new.white,
    #cta-2 .section-title-new.white {
        font-size: 30px;
    }

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

@media only screen and (max-width: 1450px) {
    .cta-1-image {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .cta-1 {
        border-radius: 100px 0px 0px 100px;
    }

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

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

@media only screen and (max-width: 1300px) {
    .app-features .feature-name h4 {
        font-size: 24px;
    }

    .cta-1-content {
        padding: 0;
    }

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

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

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

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

@media only screen and (max-width: 1200px) {
    .cta-1-image {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #panel-features-section .website-all-features {
        max-height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .about-us-image img {
        padding-top: 20px;
    }

    .admin-panel-features::before {
        top: -5%;
        border-radius: 50px 50px 10px 10px;
    }

    #cta-1 .section-title-new.white,
    #cta-2 .section-title-new.white {
        font-size: 22px;
    }

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

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

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

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

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

    #panel-features-section .website-all-features {
        max-height: none;
        overflow-y: unset;
        padding: 0;
    }

    .panel-features-section-bg::before {
        display: none;
    }

    .panel-features-section-image {
        margin-bottom: 10px;
        border-radius: 20px;
        background: linear-gradient(90deg, #477001 51.24%, #1F3101 100%);
    }
}

@media only screen and (max-width: 768px) {
    .admin-panel-features .feature-card {
        padding: 15px;
    }

    .admin-panel-features .feature-card h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .admin-panel-features .feature-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .on-demand-delivery-solution-row h4,
    .on-demand-delivery-solution-row a {
        display: block;
        font-size: 22px;
    }

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

    .app-features .feature-name h4 {
        font-size: 20px;
    }

    .feature-description {
        font-size: 16px;
    }

    #how-we-develop-clone-app .tabs-section {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }

    .how-we-develop-clone-app-list li {
        font-size: 16px;
    }

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

@media only screen and (max-width: 350px) {
    .cta-1 {
        padding: 15px;
    }
}