:root {
    /* theme color start*/
    --primary-color: #009DE0;
    --normal-gradient: linear-gradient(90deg, #009DE0 0%, #00567A 100%);
    --neon-gradient: linear-gradient(90deg, #33C2FF 0%, #59A1FF 100%);
    --button-gradient: linear-gradient(90deg, #33C2FF 0%, #59A1FF 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #002636 0%, #001119 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #00090D 0%, #001E2B 100%);
}

#why-choose-us-section {
    background: #00090D;
}

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

#about-us-section {
    padding-top: 0 !important;
}

.about-us-bg {
    border-radius: 0 0 50px 50px;
    padding: 30px;
    background: white;
    box-shadow: 0px 10px 30px 0px #0000001A;
}

.about-img {
    border: 1px solid #009DE0;
    background: #DFF5FF;
    border-radius: 30px;
}

.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.5),
        1px -1px 0 rgba(48, 48, 48, 0.5),
        -1px 1px 0 rgba(48, 48, 48, 0.5),
        1px 1px 0 rgba(48, 48, 48, 0.5);
}

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

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

.how-app-work-features .feature-card:hover .feature-title {
    color: var(--primary-color);
}

.how-app-work-features .feature-card:hover .step {
    -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);
}

.how-app-work-features .feature-card:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

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

.cta-1 {
    background: linear-gradient(90deg, #066855 0%, #191654 100%);
    border-radius: 200px;
}

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

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

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

#cta-2 {
    padding-top: 0;
    margin-top: 200px;
    background: linear-gradient(90deg, #DD247E 0%, #973F00 100%);
    border-right: 20px solid white;
}

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

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

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

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

#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;
    border-radius: 30px;
    padding: 12px 8px;
}

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

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

#ui-section .tabs-section .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    color: #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 .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
}

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

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

.stickey-features {
    position: sticky;
    top: 15%;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    background: #EBF9FF;
    border: 1px solid var(--primary-color);
}

.feature-card {
    border: 1px solid #009DE080;
    box-shadow: none;
}

.feature-card:hover {
    background: radial-gradient(55.68% 260.31% at 55.68% 0%, #003045 0%, #001721 100%);
    color: #ffffff;
}

.feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-card:hover .feature-title {
    font-style: normal !important;
    background: var(--neon-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-icon {
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    fill: #ffffff;
    background: var(--normal-gradient) padding-box,
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.run-business-modules-box.admin {
    padding: 25px 0 0 25px;
}

.admin-content {
    padding-right: 25px;
}

.run-business-modules-box {
    padding: 25px 25px 0 25px;
    border-radius: 25px;
    background: linear-gradient(143.07deg, #000000 2.88%, #033448 99.53%);
    box-shadow: 0px 0px 20px 0px #79B46526;
}

.apple-icon {
    max-width: 60px;
    padding: 14px 17px;
    margin-left: 10px;
    fill: white;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: #005A81;
}

.android-icon {
    max-width: 60px;
    padding: 14px 13px;
    fill: white;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: #005A81;
}

.window-icon {
    max-width: 60px;
    padding: 16px;
    fill: white;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: #005A81;
}

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

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

/* how we develop clone app section css start */
#how-we-develop-clone-app .tabs-section {
    background: #009DE00D;
    border: 1px solid #009DE080;
    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);
    border: 2px solid transparent;
}

#how-we-develop-clone-app .nav-tabs .nav-link p {
    margin: 0;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 500;
}

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

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

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

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

/* how we develop clone app section css end */

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

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

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

@media only screen and (max-width: 1400px) {
    #cta-2 .custom-container-left {
        padding-left: 5%;
    }
}

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

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

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

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

@media only screen and (max-width: 1100px) {
    .cta-2-image {
        margin: -100px 0 0 0;
    }
}

@media only screen and (max-width: 992px) {
    .how-app-work-features .feature-title {
        font-size: 22px;
    }

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

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

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

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

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

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

    #cta-2 {
        margin-top: 100px;
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width:768px) {
    #how-we-develop-clone-app .tabs-section {
        padding: 20px;
    }

    #how-we-develop-clone-app .nav-tabs {
        border: 0;
        row-gap: 15px;
        justify-content: flex-start;
    }

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

    .how-app-work-features .feature-description,
    .how-app-work-features .feature-title {
        margin: 0 !important;
    }

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

    .feature-title {
        margin-bottom: 10px;
        font-size: 20px;
    }

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

    .feature-card {
        padding: 15px;
    }

    .run-business-modules-box {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }

    .run-business-modules-title {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .run-business-modules-subtitle {
        font-size: 16px;
        margin-top: 10px;
    }

    #cta-2 {
        margin-top: 50px;
        padding: 20px 0px 0 0px;
        border-right: 10px solid white;
    }
}