:root {
    /* theme color start*/
    --primary-color: #FC6214;
    --normal-gradient: linear-gradient(90deg, #FC6214 0%, #963A0C 100%);
    --neon-gradient: linear-gradient(90deg, #FFAE51 0%, #FB5F10 100%);
    --button-gradient: linear-gradient(90deg, #FC6214 0%, #963A0C 100%);
    /* theme color end*/

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

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

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

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

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

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

#ui-section .ui-shape {
    background-image: url('../../images/gett-clone-app/gett-clone-page-ui-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    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 #FFBC9A;
    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;
    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;
        }
    } */

.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 #FFC09F;
    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: #FC62141A;
    border: 1px solid #FC6214;
}

#cta-1 {
    margin-top: 150px;
    padding-top: 0;
    background: linear-gradient(90deg, #003781 0%, #00A8DE 100%);
}

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

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

#cta-2 {
    margin-top: 220px;
    padding-top: 0;
    background: linear-gradient(90deg, #162000 0%, #6A9113 100%);
}

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

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

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

#all-app-features-section .nav-tabs {
    background: #FFFFFF1A;
    border: 1px solid #00000033;
    width: max-content;
    max-width: 100%;
    border-radius: 40px;
    overflow-x: scroll;
    margin: auto;
    column-gap: 10px;
    flex-wrap: nowrap;
    white-space: no-wrap;
    padding: 10px;
}

#all-app-features-section .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 40px;
    padding: 12px 8px;
    border: 0;
}

#all-app-features-section .nav-tabs .nav-link.active {
    padding: 8px;
    background: var(--normal-gradient);
}

#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;
    color: #303030;
}

#all-app-features-section .nav-tabs .nav-link.active .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;
    border: 2px solid #FC621433;
    box-shadow: 0px 2px 2px 0px #FFFFFF40 inset;
}

#all-app-features-section .feature-card {
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 45px;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #FC6214 0%, #963A0C 100%) border-box;
    box-shadow: none;
}

#all-app-features-section .feature-card:hover {
    background: var(--normal-gradient);
}

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

#all-app-features-section .feature-card:hover .key-feature-icon-second {
    background: #FFFFFF;
}

#all-app-features-section .feature-card .feature-name h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

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

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

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

.on-demand-delivery-solution-row h4,
.on-demand-delivery-solution-row a {
    font-family: Nunito;
    font-size: 28px;
    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: #808500;
}

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

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

/* convert your other bussiness with app start */
#convert-your-other-bussiness-with-app {
    padding-top: 100px;
    padding-bottom: 100px;
}

.convert-your-bussiness-one {
    border-radius: 30px;
    background: #FFFBEA;
    padding: 25px 15px 0 25px;
}

.convert-your-bussiness-one .convert-your-bussiness-title {
    color: #9E830F;
}

.convert-your-bussiness-two {
    display: flex;
    border-radius: 30px;
    background: #FFF5EA;
    padding: 0 0 0 25px;
}

.convert-your-bussiness-two img {
    border-radius: 30px;
}

.convert-your-bussiness-two .convert-your-bussiness-title {
    color: #B75F0F;
    padding-top: 20px;
}

.convert-your-bussiness-three {
    background: #EDFFEA;
    border-radius: 30px;
    padding: 25px 0 10px 0;
}

.convert-your-bussiness-three .convert-your-bussiness-subtitle {
    padding-left: 20px;
}

.convert-your-bussiness-three .convert-your-bussiness-title {
    color: #328324;
    padding-left: 20px;
}

.convert-your-bussiness-four {
    background: #EAF6FF;
    border-radius: 30px;
    padding: 25px 0 20px 25px;
}

.convert-your-bussiness-four .convert-your-bussiness-title {
    color: #2F5D7E;
}

.convert-your-bussiness-five {
    background: #F4EDFF;
    border-radius: 30px;
    padding: 25px 0 0 0;
}

.convert-your-bussiness-five .convert-your-bussiness-subtitle {
    padding: 0 25px 0 25px;
}

.convert-your-bussiness-five .convert-your-bussiness-title {
    color: #6332B1;
    padding: 0 25px 0 25px;
}

.convert-your-bussiness-six {
    background: #FFEDF5;
    margin-top: 30px;
    border-radius: 30px;
    padding: 15px 15px 15px 25px;
    display: flex;
}

.convert-your-bussiness-six .convert-your-bussiness-title {
    color: #9B2057;
}

.convert-your-bussiness-seven {
    background: #EDF3FF;
    margin-top: 30px;
    border-radius: 30px;
    padding: 15px 0 0 25px;
    display: flex;
}

.convert-your-bussiness-seven img {
    border-radius: 30px;
}

.convert-your-bussiness-seven .convert-your-bussiness-title {
    color: #2B4F96;
}

.convert-your-bussiness-eight {
    background: #FFEDED;
    margin-top: 30px;
    border-radius: 30px;
    padding: 15px 0 0 25px;
    display: flex;
}

.convert-your-bussiness-eight .convert-your-bussiness-title {
    color: #B62323;
}

.convert-your-bussiness-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
}

.convert-your-bussiness-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}

/* how-does-the-fox-jek-app-work-section start  */
#how-does-the-fox-jek-app-work-section {
    background: linear-gradient(101.26deg, #150700 -0.75%, #301102 100.18%);
    padding-top: 50px;
    margin-top: 100px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
    overflow-y: scroll;
    height: 28rem;
    padding-right: 100px;
    margin-top: 30px;
}

.how-work-steps::-webkit-scrollbar {
    display: none;
}

#how-does-the-fox-jek-app-work-section .step-content {
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    text-align: left;
}

#how-does-the-fox-jek-app-work-section .step-count {
    background: #872D00;
    border: 2px solid #EF7F47;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.step-count svg {
    fill: white;
    width: 25px;
    height: 25px;
}

#how-does-the-fox-jek-app-work-section .step-content h4 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.01px;
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}

#how-does-the-fox-jek-app-work-section .box {
    padding: 20px;
    border-radius: 15px;
    border: 2px solid transparent;
    background: linear-gradient(#872D00, #872D00) padding-box,
        linear-gradient(99.4deg, rgba(239, 127, 71, 0.5) 0%, rgba(239, 127, 71, 0.1) 30%, rgba(239, 127, 71, 0.1) 70%, rgba(239, 127, 71, 0.5) 100%) border-box;
    margin-top: 15px;
}

#how-does-the-fox-jek-app-work-section .step-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 0;
}

#how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50px;
    bottom: -40px;
    width: 1px;
    border-left: 2px dashed #ffffff;
}

.workflow-img,
.workflow-img img {
    position: relative;
}

.workflow-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    border-radius: 60px 0 0 60px;
    border-width: 2px 0px 2px 2px;
    border-style: solid;
    border-color: #FFFFFF80;
    background: #FFFFFF26;
    backdrop-filter: blur(4px);
}

.workflow-img {
    padding: 20px 0 20px 20px;
}

/* how-does-the-fox-jek-app-work-section end  */

#unlock-posibilities-section {
    background: url(../../images/gett-clone-app/gett-clone-page-what-we-provide-bg-image.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 150px;
    margin-top: 600px;
}

.unlock-posibilities-section-content {
    margin-top: -32%
}

.unlock-posibilities-section-content .food-platforms-list-item p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 50px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF4D;
    background: linear-gradient(272.21deg, rgba(255, 255, 255, 0.05) 3.92%, rgba(255, 255, 255, 0.2) 95.42%);
}

.development-process-row .col {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.development-process-row .card {
    position: relative;
    padding: 20px;
    border-radius: 25px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: transparent;
    box-shadow: 0px 10px 20px 0px #FD5A011A;
    background: linear-gradient(white, white) padding-box,
        var(--normal-gradient) border-box;
}

.development-process-row .development-process-img {
    background: #FFFFFF;
    border-radius: 15px;
    text-align: center;
}

.development-process-row .card-title {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.46px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

.development-process-row .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    margin-top: 10px;
}

.development-process-row .card-2 {
    margin-top: 50px;
}

.development-process-row .card-3 {
    margin-top: -50px;
}

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

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

    .unlock-posibilities-section-content {
        margin-top: -35%;
    }

    #unlock-posibilities-section {
        margin-top: 480px;
    }
}

@media only screen and (max-width: 1200px) {
    #cta-1 .section-title .section-title-new.white {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #cta-1 .section-title p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    #cta-1 .section-button-white {
        border-radius: 20px;
        padding: 5px 20px;
        margin-top: 10px;
    }

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

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

@media only screen and (max-width: 992px) {
    .how-app-work-box {
        margin-bottom: 20px !important;
    }

    .how-app-work-box-title {
        padding: 10px;
        margin: -30px auto 16px auto;
    }

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

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

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

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        overflow-y: unset;
        height: unset;
        padding-right: 20px;
        margin-top: 30px;
    }

    #how-does-the-fox-jek-app-work-section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 50px;
    }

    #how-does-the-fox-jek-app-work-section .custom-container-left {
        padding-left: 20px;
        padding-right: 0px;
    }

    .unlock-posibilities-section-content {
        margin-top: -45%;
    }

    #unlock-posibilities-section {
        margin-top: 450px;
    }

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

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

    .development-process-row .card-3,
    .development-process-row .card-2 {
        margin-top: unset;
    }

    .convert-your-bussiness-eight,
    .convert-your-bussiness-seven,
    .convert-your-bussiness-six {
        flex-wrap: wrap;
    }

    .convert-your-bussiness-two {
        flex-wrap: wrap;
    }

    .convert-your-bussiness-four,
    .convert-your-bussiness-two {
        margin-top: 24px;
    }

    .workflow-img::before {
        border-radius: 20px 0 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;
    }

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

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

    .unlock-posibilities-section-content .food-platforms-list-item p {
        font-size: 18px;
    }

    #how-does-the-fox-jek-app-work-section .box {
        padding: 15px;
        margin-top: 10px;
    }

    #hero-section {
        background: linear-gradient(167.83deg, #070202 0.9%, #31140B 100%);
    }

    #unlock-posibilities-section {
        background: linear-gradient(168.21deg, #310800 0%, #160401 99.63%);
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .unlock-posibilities-section-content {
        margin-top: -80%;
    }

    #unlock-posibilities-section {
        margin-top: 380px;
    }
}