:root {
    /* theme color start*/
    --primary-color: #FF8000;
    --normal-gradient: linear-gradient(270deg, #AA5600 0%, #FF8000 100%);
    --neon-gradient: linear-gradient(270deg, #FF3C00 0%, #FF8000 100%);
    --button-gradient: linear-gradient(270deg, #FF3C00 0%, #FF8000 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #331E00 0%, #270C00 99.92%);
}

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

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

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

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

.about-us-image img {
    border-radius: 50px;
    position: relative;
    right: -4%;
    z-index: 1;
}

.about-us-text {
    background: linear-gradient(157.83deg, #FFF8F0 0%, #FFE8D0 100%);
    border: 1px solid #FFBB7380;
    border-radius: 0 50px 50px 0;
    padding: 20px 20px 20px 40px;
}

.about-us-text .section-title h2 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-us-text .label {
    margin-bottom: 5px !important;
}

.about-us-text .section-description {
    margin-bottom: 15px;
}

/* launch app section css start  */
#launch-app-section {
    overflow: hidden;
}

#launch-app-section swiper-container {
    position: relative;
}

#launch-app-section swiper-slide {
    border-radius: 25px;
    padding: 35px 25px 20px 0px;
}

#launch-app-section swiper-slide:nth-child(1) {
    background: #FF952B;
}

#launch-app-section swiper-slide:nth-child(2) {
    background: #FA7D00;
}

#launch-app-section swiper-slide:nth-child(3) {
    background: #CE6700;
}

#launch-app-section swiper-slide:nth-child(4) {
    background: #AF5A05;
}

#launch-app-section swiper-slide:nth-child(5) {
    background: #944A00;
}

#launch-app-section swiper-slide:nth-child(6) {
    background: #743A00;
}

.apple-icon {
    border-radius: 10px;
    fill: #CE6700;
    border: 2px solid #FFFFFF66;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    max-width: 45px;
    max-height: 45px;
    padding: 10px;
}

.android-icon {
    max-width: 45px;
    max-height: 45px;
    border-radius: 10px;
    padding: 10px 8px;
    fill: #CE6700;
    border: 2px solid #FFFFFF66;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#launch-app-section h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    color: white;
    margin-top: 15px;
    margin-bottom: 0;
}

#launch-app-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: white;
    margin-top: 25px;
    margin-bottom: 0;
}

#launch-app-section .keywords {
    border-radius: 21px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF99;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

#launch-app-section .swipe-animation {
    position: absolute;
    bottom: 80px;
    right: 80px;
    opacity: 1;
    transition: 300ms;
    pointer-events: none;
    z-index: 1000;
}

#launch-app-section #tap-gesture {
    position: absolute;
    transform: rotate(30deg);
    animation: handMove 5s infinite;
    width: 60px;
    height: 60px;
}

@keyframes handMove {
    0% {
        transform: rotate(30deg);
    }

    50% {
        transform: translate(-60%, -10%) rotate(-30deg) scale(0.9);
    }

    100% {
        transform: rotate(30deg);
    }
}

/* launch app section css end  */

#cta-1 {
    padding-top: 200px;
}

.cta-1 {
    background: linear-gradient(270deg, #731643 0%, #4D004E 100%);
    border-radius: 30px 250px 250px 30px;
    padding: 0 70px 0 25px;
}

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

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

#cta-2 {
    padding-top: 150px;
}

.cta-2 {
    background: linear-gradient(93.85deg, #0AAC5B -0.71%, #00593A 100%);
    border-radius: 30px;
    padding: 0 40px;
}

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

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

/* app features section start  */
.app-features-section-bg {
    background: linear-gradient(rgba(255, 239, 223, 1), rgba(255, 239, 223, 1)) padding-box,
        linear-gradient(99.4deg, rgba(250, 125, 0, 0.5) 0%, rgba(250, 125, 0, 0.1) 30%, rgba(250, 125, 0, 0.1) 70%, rgba(250, 125, 0, 0.5) 100%) border-box;
    border: 2px solid transparent;
    border-radius: 50px;
    margin: 0 50px;
    padding: 30px;
}

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

.app-features .nav-tabs {
    margin: auto;
    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: 20px;
    border-radius: 40px;
    padding: 5px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 15px 1px #0000001A;
}

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

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

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

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

.app-features .tab-icon {
    opacity: 0;
    transition: opacity 0.1s;
    display: none;
}

.app-features .tab-title {
    font-size: 20px;
    font-weight: 400;
    color: #303030;
    margin: 0;
}

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

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

.app-feature {
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 25px;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(99.4deg, rgba(255, 128, 0, 0.5) 0%, rgba(255, 128, 0, 0.1) 30%, rgba(255, 128, 0, 0.1) 70%, rgba(255, 128, 0, 0.5) 100%) border-box;
}

.app-feature .app-feature-title {
    margin: 10px 0 0 15px;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px
}

.app-feature p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-bottom: 0
}

.app-feature:hover {
    background: #FFFFFF;
    border: 2px solid #FF800080;
}

.app-feature:hover .app-feature-title {
    background: var(--button-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-style: italic; */
}

/* app features section end  */

#ui-section .ui-shape {
    background-image: url(../../images/justeat-clone-app/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;
        }
    } */


.development-process .feature-card {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000001a;
    border-radius: 25px;
    padding: 20px;
}

.development-process .feature-card:hover {
    background: linear-gradient(274.52deg, #834200 0%, #D96D00 100%);
    color: #ffffff;
}

.development-process .step {
    font-family: "Nunito";
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: white;
    -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);
}

.development-process .feature-card:hover .step {
    -webkit-text-stroke: 0px #ffffff;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
        1px 1px 0 #ffffff;
}

.development-process .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 15px;
    font-weight: 600;
    font-family: Nunito;
    font-size: 26px;
    line-height: 35px;
}

.development-process .feature-card:hover .feature-title {
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.development-process .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

#admin-panel-section {
    margin: 0 85px;
}

.admin-bg {
    padding: 175px 40px 40px 40px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 40px;
}

#admin-panel-section .make-diffirent-than-other-list {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: #FFFFFF;
}

#admin-panel-section .feature-list:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF1E3 100%);
}

#admin-panel-section .feature-title {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 22px;
    color: var(--text-color);
}

#admin-panel-section .feature-description {
    font-weight: 400;
    font-size: 18px;
}

#admin-panel-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

#admin-panel-section .feature-list:hover .feature-description {
    color: var(--text-color);
}

#admin-panel-section .make-diffirent-than-other-icon {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#admin-panel-section .feature-list:hover .make-diffirent-than-other-icon {
    background: var(--normal-gradient);
}

#admin-panel-section .make-diffirent-than-other-icon svg path {
    fill: var(--primary-color);
}

#admin-panel-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: #FFFFFF;
}

.admin-image {
    margin-bottom: -180px;
}

.how-app-work-content {
    padding: 0 100px;
}

#how-app-work-section .feature-card {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #00000026;
}

#how-app-work-section .feature-card:hover {
    background: var(--normal-gradient);
    border-radius: 15px;
    color: white;
}

#how-app-work-section .key-feature-icon-second {
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px;
    background: var(--primary-color);
}

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

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

#how-app-work-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {
    .app-features-section-bg {
        border-radius: 30px;
        margin: 0 20px;
        padding: 20px;
    }

    .admin-bg {
        padding: 175px 15px 15px 15px;
        border-radius: 30px;
    }

    #admin-panel-section {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-us-text {
        border-radius: 25px;
        padding: 80px 30px 30px 30px;
    }

    .about-us-image img {
        right: 0;
        bottom: -50px;
    }

    #cta-1 {
        padding-top: 150px;
    }

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

    .feature-list {
        padding: 15px;
    }

    #admin-panel-section .make-diffirent-than-other-icon {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    #admin-panel-section .feature-title {
        font-size: 18px;
    }

    #admin-panel-section .feature-description {
        font-size: 16px;
    }

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

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

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

    .about-us-text {
        border-radius: 25px;
        padding: 80px 20px 20px 20px;
    }

    #launch-app-section swiper-slide {
        border-radius: 20px;
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width:768px) {
    .development-process .feature-title {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .development-process .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .development-process .feature-card {
        padding: 15px;
    }

    #launch-app-section .keywords {
        font-size: 14px;
        line-height: 1.5;
        border-radius: 15px;
        padding: 5px;
        margin-top: 10px;
    }

    #launch-app-section swiper-slide {
        padding: 15px 15px 0 15px;
    }

    #launch-app-section h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-top: 10px;
    }

    #launch-app-section p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

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

    .tabs-section .nav-tabs {
        justify-content: start !important;
    }

    #hero-section {
        background: linear-gradient(360deg, #1C0900 0%, #321100 100%);
    }

    #ui-section {
        background: linear-gradient(360deg, #2F1400 0%, #5C1A00 100%);
    }

    #cta-1 {
        padding-top: 100px;
    }

    .app-features-section-bg {
        border-radius: 20px;
        margin: 0 10px;
        padding: 10px;
    }

    .app-feature {
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 20px;
    }

    .app-feature .app-feature-title {
        margin: 5px 0 0 10px;
        font-size: 20px;
    }

    .app-feature p {
        font-size: 16px;
    }

    .admin-image {
        margin-bottom: 0;
    }

    .admin-bg {
        padding: 0;
        margin-top: 20px;
        border-radius: 20px;
    }

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

@media only screen and (max-width: 500px) {
    #launch-app-section .swipe-animation {
        display: none;
    }
}