:root {
    /* theme color start*/
    --primary-color: #FC153B;
    --normal-gradient: linear-gradient(270deg, #A8001C 0%, #FC153B 100%);
    --neon-gradient: linear-gradient(270deg, #FF006F 0%, #FF0B33 100%);
    --button-gradient: linear-gradient(270deg, #FF006F 0%, #FF0B33 100%);
    /* theme color end*/

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

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

#why-choose-us-section {
    background: #1E0101;
}

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

.about-us-image img {
    border-radius: 20px;
    background: linear-gradient(131.92deg, #FFEEF1 2.3%, #FFEEF1 98.23%);
    border: 1px solid #FF9BAC;
}

/* what we provide section start  */
.about-us-words {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

.keywords-border-box {
    padding: 7px 13px;
    border: 1px solid var(--primary-color);
    background: #FFEEF1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #303030;
}

.keywords-border-box:hover {
    background: var(--normal-gradient);
    color: white;
}

.what-we-provide-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 15px 0;
}

.what-we-provide-description {
    font-size: 18px;
    font-weight: 400;
}

.android-icon,
.apple-icon,
.window-icon {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #FFFFFF66;
    background: var(--normal-gradient);
}

.provide-img-bg {
    background-image: url('../../images/swvl-clone-app/what-we-provide-in-platform-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0 45px;
    border-radius: 50px 0px 0px 50px;
}

.provide-content-bg {
    border: 1px solid #FF9BAC;
    background: #FFEEF1;
    padding: 30px 0 30px 33%;
}

/* what we provide section end  */

.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 var(--primary-color);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #FFEEF1 100%);
    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;
}

#all-app-features-section {
    padding-left: 126px;
    padding-right: 126px;
    padding-top: 60px;
}

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

#all-app-features-section .nav-tabs {
    background: var(--normal-gradient);
    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;
    border-radius: 40px;
    padding: 12px 8px;
    border: 2px solid transparent;
    width: max-content;
}

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

#all-app-features-section .nav-tabs .nav-link .tab-title {
    margin: 0;
    margin-left: 10px !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    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: 10px;
    border-radius: 50%;
    display: none;
}

#all-app-features-section .feature-card {
    padding: 15px 20px;
    border-radius: 20px;
    background: #FFF8F9;
    border: 1px solid var(--primary-color);
    margin-bottom: 45px;
}

#all-app-features-section .feature-card:hover {
    background: linear-gradient(90deg, #A9001C 0%, #50030E 98.45%);
    color: white;
}

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

#all-app-features-section .feature-card svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-color);
}

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

#all-app-features-section .feature-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

#all-app-features-section .key-feature-icon-second {
    border: 1px solid #FC153B66;
    border-radius: 10px;
    margin: 5px;
    padding: 8px;
    width: fit-content;
}

#all-app-features-section .key-feature-icon-first {
    border: 1px solid #FC153B66;
    border-radius: 10px;
    margin-right: 15px;
    width: fit-content;
}

.cta-1 {
    border-radius: 0px 60px 60px 0px;
    background: linear-gradient(92.49deg, #010226 0%, #00025D 100%);
}

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

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

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

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

.admin-bg {
    padding: 175px 57px 35px 57px;
    background: url('../../images/swvl-clone-app/admin-panel-features-bg.webp'), linear-gradient(94.98deg, #310101 0.42%, #100101 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#admin-panel-section .make-diffirent-than-other-icon {
    margin-right: 15px;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #0A2C14;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#admin-panel-section .make-diffirent-than-other-icon svg {
    width: 27px;
    height: 27px;
}

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

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

#admin-panel-section .feature-list.make-diffirent-than-other-list {
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid #9999994D;
    backdrop-filter: blur(60px);
    box-shadow: 7px 7px 30px 0px #0000004D;
}

#admin-panel-section .feature-list:hover {
    background: #FFFFFF;
}

#admin-panel-section .feature-title,
#admin-panel-section .feature-description {
    color: #FFFFFF;
}

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

#admin-panel-section .feature-list:hover .feature-description {
    color: #303030;
}

.cta-2 {
    background: linear-gradient(92.49deg, #06322C 0%, #005D50 100%);
    border-radius: 60px 0px 0px 60px;
    margin-top: 160px;
    padding-left: 100px;
}

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

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

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

#ui-section .ui-shape {
    background-image: url(../../images/swvl-clone-app/ui-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 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 #1EB074;
    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;
    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;
        }
    } */

/* 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 {
    background: radial-gradient(50% 84.93% at 50% 54.8%, #330101 0%, #100000 100%);
    padding: 30px 30px 0 30px;
    margin: 100px 50px 0px 50px;
    border-radius: 30px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
    overflow-y: scroll;
    height: 34rem;
    padding-bottom: 20px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps::-webkit-scrollbar {
    display: none;
}

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

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

#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;
    background: #FFFFFF1A;
    border-radius: 15px;
    border: 2px solid #FFFFFF26;
    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;
}

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

@media only screen and (max-width: 1800px) {
    #all-app-features-section {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1600px) {
    #all-app-features-section {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .cta-2 {
        padding-left: 50px;
    }

    #how-does-the-fox-jek-app-work-section {
        padding: 20px 20px 0 20px;
    }

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        height: 26rem;
    }

    .provide-content-bg {
        padding: 30px 30px 30px 15%;
    }
}

@media only screen and (max-width: 1400px) {
    .provide-content-bg {
        padding: 20px 20px 20px 5%;
    }

    .provide-img-bg {
        padding: 20px 0 0 20px;
        border-radius: 30px 0px 0px 30px;
    }

    .admin-bg {
        padding: 170px 20px 20px 20px;
    }
}

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

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

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

    #admin-panel-features-section .feature-box {
        margin: 0px 10px;
        padding: 10px;
    }

    #how-does-the-fox-jek-app-work-section .step-content {
        margin-bottom: 20px;
        padding-left: 65px;
    }
}

@media only screen and (max-width: 1200px) {
    #all-app-features-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #all-app-features-section .feature-card {
        margin-bottom: 20px;
    }

    #cta-1 .custom-container-right {
        padding-left: 0;
    }

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

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

    .cta-2-content {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .provide-content-bg {
        padding: 20px 20px 20px 20px;
    }

    .provide-img-bg {
        border-radius: 0;
        background: linear-gradient(180deg, #190004 0%, #200005 50%, #5A000F 100%);
    }

    .about-us-words {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5px;
        row-gap: 10px;
    }

    .what-we-provide-title {
        font-size: 20px;
        margin: 10px 0;
    }

    .android-icon,
    .apple-icon,
    .window-icon {
        width: 45px;
        height: 45px;
    }

    .how-app-work-box-title {
        font-size: 20px;
        padding: 15px;
    }

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

    #how-does-the-fox-jek-app-work-section .how-work-steps {
        height: unset;
    }
}

@media only screen and (max-width: 1100px) {
    .cta-2 {
        padding-left: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .how-app-work-box {
        margin-bottom: 20px !important;
    }

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

    #all-app-features-section .feature-card h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    #all-app-features-section .feature-card {
        padding: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .keywords-border-box {
        font-size: 14px;
        padding: 5px 8px;
    }

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

    #all-app-features-section {
        padding-top: 50px;
    }

    .how-app-work-box-title {
        font-size: 18px;
    }

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

    #admin-panel-section .feature-list.make-diffirent-than-other-list {
        border-radius: 20px;
        padding: 15px;
    }

    #how-does-the-fox-jek-app-work-section {
        margin-left: 20px;
        margin-right: 20px;
    }

    #how-does-the-fox-jek-app-work-section .step-content {
        margin-bottom: 20px;
        padding-left: 60px;
    }

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

    #how-does-the-fox-jek-app-work-section .step-content p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    #how-does-the-fox-jek-app-work-section .step-count {
        width: 40px;
        height: 40px;
    }

    .step-count svg {
        width: 20px;
        height: 20px;
    }

    #how-does-the-fox-jek-app-work-section .step-content:not(:last-child)::after {
        left: 20px;
        top: 39px;
        bottom: -20px;
    }

    #all-app-features-section .feature-card p {
        font-size: 16px;
    }

    .admin-bg {
        padding: 120px 0px 20px 0px;
    }

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

    .feature-title {
        font-size: 18px;
    }

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

@media only screen and (max-width: 600px) {
    #how-does-the-fox-jek-app-work-section {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 0;
    }
}