:root {
    /* theme color start*/
    --primary-color: #D61F26;
    --normal-gradient: linear-gradient(90deg, #D61F26 0%, #701014 100%);
    --neon-gradient: linear-gradient(90.02deg, #FF703C 0.01%, #FF2F37 99.99%);
    --button-gradient: linear-gradient(90.02deg, #FF703C 0.01%, #FF2F37 99.99%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #3C0002 0.04%, #160001 99.96%);
}

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

#why-choose-us-section {
    background: #13020A;
}

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

.about-us-bg {
    background: #FFCACC;
    border-radius: 25px;
    padding: 25px;
}

.about-us-content-bg {
    background: #FFF6F7;
    border-radius: 25px;
    padding: 25px 20px;
}

.about-us-image img {
    background: #FFDBDD;
    border: 20px solid #FFCACC;
    border-radius: 25px;
}

#ui-slider {
    background: url(../../images/deliveryhero-clone-app/hero-clone-page-ui-section-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
    padding: 30px 0;
    margin-top: 100px;
}

/* 
@keyframes ui-slideScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
} */

/* 
@keyframes ui-slideScroll-mobile {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }
} */
/* 
#ui-slider .swiper-wrapper:hover {
    animation-play-state: paused;
}

@media only screen and (max-width:768px) {
    #ui-slider .swiper-wrapper {
        animation: 20s linear infinite ui-slideScroll-mobile
    }
}

@media only screen and (min-width:769px) {
    #ui-slider .swiper-wrapper {
        animation: 35s linear infinite ui-slideScroll
    }
} */

#ui-slider .nav-tabs::-webkit-scrollbar {
    display: none;
}

#ui-slider .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;
    padding: 10px;
    border-radius: 40px;
    background: #FFFFFF26;
    border: 1px solid #FFFFFF;
}

#ui-slider .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-slider .nav-link.active {
    background: #FFFFFF;
    border-radius: 30px !important;
    outline: unset !important;
}

#ui-slider .nav-link {
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding: 10px;
    flex-wrap: nowrap;
    transition: none;
    width: max-content;
}

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

#ui-slider .tab-icon {
    background: var(--normal-gradient);
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: none;
}

#ui-slider .tab-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
}

#ui-slider .tab-content>.active {
    display: block;
}

.how-app-work-inner-bg {
    background-image: url('../../images/deliveryhero-clone-app/hero-clone-page-how-app-work-bg-image.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0 80px;
    border-radius: 30px;
}

.how-app-work-inner-bg .card {
    box-shadow: 0px 0px 15px 0px #00000026;
    padding: 20px;
    margin-bottom: 40px;
    border: 0;
    border-radius: 20px;
}

.how-app-work-inner-bg .card .card-data h3 {
    font-family: Nunito;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.how-app-work-inner-bg .card p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.how-app-work-inner-bg .card:hover .card-data p {
    color: #303030;
}

.how-app-work-inner-bg .card:hover .card-data h3 {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.how-app-work-inner-bg .card:last-child {
    margin: 0;
}

.how-app-work-inner-bg .card.left {
    margin: 0 60px 40px -60px;
}

.how-app-work-inner-bg .card.right {
    margin: 0 -60px 40px 60px;
}

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

.cta-1 {
    background: linear-gradient(90deg, #314755 0%, #26A0DA 100%);
    border-radius: 30px;
    padding: 0 30px;
}

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

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

.cta-2 {
    background: linear-gradient(90deg, #25967F 0%, #07044B 100%);
    border-radius: 30px 0px 0px 30px;
    padding-left: 50px;
}

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

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

.admin-bg {
    background: radial-gradient(100% 243.89% at 0% 100%, #270002 0%, #2B0002 100%);
    padding: 175px 57px 35px 57px;
    border-radius: 30px;
    margin: 0 200px;
}

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

#admin-panel-section .feature-list.make-diffirent-than-other-list {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(50px);
    border-radius: 25px;
    padding: 20px;
}

#admin-panel-section .feature-list.make-diffirent-than-other-list:hover {
    background: #FCFCFC;
    box-shadow: 0px 0px 20px 0px #00000040;
}

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

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

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

#admin-panel-section .feature-title {
    width: 100%;
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

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

#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;
    padding: 5px;
    column-gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

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

#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%;
    border: 2px solid #FF797E;
    box-shadow: 0px 2px 2px 0px #FFFFFF40 inset;
    display: none;
}

#all-app-features-section .feature-card {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #6B0004;
}

#all-app-features-section .feature-card:hover {
    background: #FFEFF0;
}


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

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

#all-app-features-section .feature-card:hover .key-feature-icon-second path {
    fill: white;
}

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

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

#all-app-features-section img {
    border-radius: 25px;
    background: linear-gradient(90deg, #830005 0%, #2A0002 100%);
    box-shadow: 0px 0px 20px 0px #00000040;
    padding: 20px;
}

/* 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/deliveryhero-clone-app/hero-clone-page-what-we-provide-bg-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    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  */
.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;
}

/* development-process-section start  */
.development-process-card {
    width: 100%;
    height: 300px;
    perspective: 1000px;
    border-radius: 25px;
}

.development-process-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
}

.development-process-card-back,
.development-process-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    border: 1px solid transparent;
    background: #D61F2624;
}

.development-process-card:focus .development-process-card-inner,
.development-process-card:hover .development-process-card-inner {
    transform: rotateY(180deg);
}

.development-process-card-back {
    transform: rotateY(180deg);
    border: 1px solid var(--primary-color);
}

.development-process-card h4 {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    background: var(--normal-gradient);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.development-process-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-top: 20px;
}

.development-process-card img {
    margin-top: 10px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
}

/* development-process-section end  */

@media only screen and (max-width: 1600px) {
    .provide-content-bg {
        padding: 30px 30px 30px 15%;
    }

    .admin-bg {
        padding: 175px 40px 35px 40px;
        margin: 0 100px;
    }
}

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

    .how-app-work-inner-bg {
        padding: 40px 80px;
        background-size: contain;
    }

    .how-app-work-inner-bg .card.left {
        margin: 0 0 40px 0;
    }

    .how-app-work-inner-bg .card.right {
        margin: 0 0 40px 0;
    }

    .cta-1 .section-title-new.white,
    .cta-2 .section-title-new.white {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .admin-bg {
        padding: 170px 30px 30px 30px;
        margin: 0 20px;
    }

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

    .provide-img-bg {
        border-radius: 0;
        background: linear-gradient(167.96deg, #1A0003 0%, #46010C 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-inner-bg {
        padding: 40px 0px;
    }
}

@media only screen and (max-width: 992px) {
    #cta-1 {
        padding-top: 100px;
    }

    .how-app-work-inner-bg {
        background: unset;
        padding: 0;
    }

    .how-app-work-inner-bg .card {
        margin-bottom: 20px !important;
    }

    .how-app-work-img {
        background: linear-gradient(167.96deg, #430103 0%, #1A0000 100%);
        border-radius: 30px;
    }

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

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

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

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

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

@media only screen and (max-width: 768px) {
    .development-process-card-content {
        margin: 0;
        padding: 10px;
    }

    .development-process-card .img-card {
        padding: 10px;
    }

    .development-process-card-back {
        padding: 0;
    }

    .development-process-card h4 {
        font-size: 20px;
    }

    .development-process-card p {
        font-size: 16px;
    }

    .keywords-border-box {
        font-size: 14px;
        padding: 5px 8px;
    }

    .cta-1 .section-title-new.white,
    .cta-2 .section-title-new.white {
        font-size: 20px;
    }

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

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

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

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

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

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