:root {
    /* theme color start*/
    --primary-color: #FF6600;
    --normal-gradient: linear-gradient(90deg, #FF7010 0%, #B84B02 100%);
    --neon-gradient: linear-gradient(270deg, #FF6600 0%, #FF2600 100%);
    --button-gradient: linear-gradient(270deg, #FF6600 0%, #FF2600 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #410D01 0%, #200600 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #1F0600 0%, #480E01 100%);
}

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

#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/beelivery-clone-app/hero-section-bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

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

.about-us-image img {
    background: linear-gradient(134.01deg, #F96D0F 1.34%, #8D3A03 96.97%);
    border-radius: 20px;
    padding-top: 35px;
}

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

.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;
}

.cta-1 {
    background: linear-gradient(269.42deg, #850091 1.43%, #3C0041 99.5%);
    border-top-left-radius: 20px;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 130px;
    padding: 50px 50px 0 50px;
}

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

.cta-2 {
    background: linear-gradient(90deg, #00123F 0%, #003DD8 100%);
    border-radius: 20px;
    padding: 0 50px;
}

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

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

#we-provide-section {
    background: url("../../images/beelivery-clone-app/what-we-provide-bg-pattern.webp"),
        radial-gradient(111.46% 267.5% at -8.02% 69.38%, #200700 0%, #490E00 68.96%, #200700 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: 100px;
}

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

.keywords-border-box {
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(268.06deg, rgba(255, 255, 255, 0.1) 0.01%, rgba(255, 255, 255, 0.2) 98.36%);
    backdrop-filter: blur(50px);
}

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

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

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

.we-provide-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;
}

.we-provide-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    margin: 0;
}

#key-features-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    width: 1000px;
    max-width: 100%;
    overflow-x: scroll;
    column-gap: 20px;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid var(--primary-gradient);
    background: #FF66000D;
}

#key-features-section .tabs-section .nav-item {
    width: -webkit-fill-available
}

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

#key-features-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: 2px solid transparent !important
}

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

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

#key-features-section .tabs-section .nav-link.active,
#key-features-section .tabs-section .nav-link:focus,
#key-features-section .tabs-section .nav-link:focus-within,
#key-features-section .tabs-section .nav-link:hover {
    background-color: transparent;
    position: relative
}

#key-features-section .tabs-section .nav-link.active::after {
    content: '';
    width: 32.5%;
    height: 5px;
    position: absolute;
    top: -12px;
    border-radius: 0 0 3px 3px;
    background: var(--primary-color)
}

#key-features-section .tabs-section .nav-link.active::before {
    content: '';
    width: 32.5%;
    height: 5px;
    position: absolute;
    bottom: -12px;
    border-radius: 3px 3px 0 0;
    background: var(--primary-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: 0;
    border-radius: 30px;
    padding: 8px;
    margin: auto
}

#key-features-section .feature-card {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 20px;
    background: radial-gradient(50.9% 71.56% at 49.1% 50.35%, rgba(255, 247, 242, 0) 0%, #FFF7F2 100%);
    border: 1px solid var(--primary-gradient);
}

#key-features-section .feature-card:hover {
    background: var(--normal-gradient);
    color: white;
}

#key-features-section .feature-name h4 {
    font-family: Nunito;
    font-size: 20px;
    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;
}

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

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

#key-features-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--normal-gradient);
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

#key-features-section .feature-icon svg path {
    fill: white;
}

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

#key-features-section .feature-card:hover .feature-icon {
    background: white;
}

#ui-section .ui-shape {
    background-image: url(../../images/beelivery-clone-app/ui-section.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

#panel-features-section .tabs-section .nav-tabs,
#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 #FFFFFF;
    background: #FFFFFF26;
}

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

#panel-features-section .tabs-section .nav-link,
#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: 30px;
    padding: 12px 8px;
}

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

#panel-features-section .nav-tabs .nav-link.active,
#ui-section .nav-tabs .nav-link.active {
    background: #FFFFFF;
    padding: 8px;
}

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

#panel-features-section .nav-tabs .nav-link.active .tab-title,
#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;
}

#panel-features-section .tabs-section .tab-content,
#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
}

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

#panel-features-section .medicine-ui-tab-icon,
#ui-section .medicine-ui-tab-icon {
    background: var(--normal-gradient);
    fill: #FFFFFF;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    display: none;
}

/* @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;
        }
    } */


#admin-feature-section .feature-card {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(271.15deg, #FFF8F2 0%, #FFFFFF 100%);
    border: 1px solid var(--primary-color);
}

#admin-feature-section .feature-card:hover {
    background: var(--normal-gradient);
    border: 1px solid #ffffff;
    color: #ffffff;
}

#admin-feature-section .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 15px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#admin-feature-section .feature-card:hover .feature-name h4 {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#admin-feature-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
}

#admin-feature-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: var(--normal-gradient);
}

#admin-feature-section .feature-card:hover .feature-icon {
    background: #ffffff;
}

#admin-feature-section .feature-card:hover .feature-icon svg path {
    fill: var(--primary-color);
}

#panel-features-section {
    background: linear-gradient(101.56deg, #200700 1.1%, #712D00 100%);
    padding: 30px 0 28px 0;
    padding-bottom: 0;
    margin-top: 100px;
}

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

#panel-features-section .feature-card {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    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);
}

#panel-features-section .feature-card:hover {
    background: #FFFFFF;
    border: 1px solid transparent;
}

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

#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;
    font-weight: 600;
    font-style: italic;
}

#panel-features-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    color: #ffffff;
}

#panel-features-section .feature-card:hover .feature-description {
    color: #303030;
}

#panel-features-section .website-all-features {
    padding-right: 30px;
}

.how-to-develop-app-color {
    padding-top: 50px;
}

#how-to-develop-app .card {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#how-to-develop-app .card h3 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#how-to-develop-app .card ul {
    margin-bottom: 0;
}

#how-to-develop-app .card li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

#how-to-develop-app .card li:last-child {
    margin-bottom: 0;
}

.how-to-develop-app-bootom-image {
    margin-top: -28rem;
}

/* how does clone app work section start */
.how-app-work-box-title {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: #ffffff;
    width: fit-content;
    color: var(--primary-color);
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    margin: -35px auto 16px auto;
}

.how-app-work-box {
    border-radius: 30px;
    border: 1px solid #FF9A57;
    background: #ffffff;
    margin-bottom: 35px !important;
    padding: 5px 10px;
}

.how-app-work-box:last-child {
    margin-bottom: 0;
}

.how-app-work-box .how-app-work-box-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.how-app-work-box:hover .how-app-work-box-title {
    background: var(--normal-gradient);
    color: white;
}

.how-app-work-box:hover {
    background: #FF66001A;
    border: 1px solid #FF6600;
}

/* how does clone app work section end */

@media only screen and (max-width: 1600px) {
    #we-provide-section .custom-container-left {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1400px) {
    .cta-1 {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }

    .how-to-develop-app-bootom-image {
        margin-top: -26rem;
    }
}

@media only screen and (max-width: 1300px) {
    .how-to-develop-app-bootom-image {
        margin-top: unset;
        display: none;
    }

    .how-to-develop-app-color {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .how-app-work-box-title {
        padding: 10px;
        margin: -30px auto 16px auto;
    }

    /* #key-features-section .feature-card, */
    #admin-feature-section .feature-card {
        margin-bottom: 0px;
    }

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

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

@media only screen and (max-width: 768px) {
    .how-app-work-box-title {
        font-size: 18px;
    }

    .how-app-work-box .how-app-work-box-description {
        font-size: 16px;
    }

    #ui-section {
        margin-top: 50px;
    }

    #we-provide-section {
        background: radial-gradient(111.46% 267.5% at -8.02% 69.38%, #200700 0%, #490E00 68.96%, #200700 100%);
    }

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

    #admin-feature-section .feature-name h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    #admin-feature-section .feature-description {
        font-size: 16px;
        margin-top: 10px;
    }

    ol,
    ul {
        padding-left: 20px;
    }

    #how-to-develop-app .card li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #how-to-develop-app .card {
        border-radius: 20px;
    }

    #admin-feature-section .feature-card {
        padding: 15px;
    }
}