:root {
    /* theme color start*/
    --primary-color: #C90117;
    --normal-gradient: linear-gradient(90deg, #C90117 0%, #63000B 100%);
    --neon-gradient: linear-gradient(90deg, #FE6739 0%, #FF001C 100%);
    --button-gradient: linear-gradient(90deg, #FE6739 0%, #FF001C 100%);
    /* theme color end*/

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

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

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

#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/seamless-clone-app/seamless-clone-page-hero-section-bg-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 35px;
}

/* #about-us-section img {
    background: #FFD2D7;
    outline: 1px solid #AC5555;
    border: 10px solid #ffffff;
    border-radius: 30px;
    padding: 5px 15px;
} */

.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 #FF697A;
    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: #C901171A;
    border: 1px solid #C90117;
}

#cta-1 {
    padding: 0;
    margin-top: 80px;
}

.cta-1-bg {
    background: linear-gradient(90deg, #C34000 0%, #E6AB00 100%);
    padding: 40px 250px 40px 300px;
    position: relative;
    margin-right: -540px;
}

.cta-1-image {
    z-index: 1;
    position: relative;
}

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


#ui-slider {
    background: url(../../images/seamless-clone-app/seamless-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;
}

#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: nowrap;
    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: 25px;
}

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

/* #all-app-features-section img {
    background: linear-gradient(135deg, #1F0005 0%, #40000A 100%);
    padding: 15px 15px 0 15px;
    border-radius: 20px;
} */

.apple-icon,
.window-icon,
.android-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    background: var(--normal-gradient) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.what-we-provide-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.01px;
    color: var(--primary-color);
    margin: 16px 0;
}

.provide-content-bg {
    background: linear-gradient(360deg, #FFEEF0 0%, #FBFEFF 100%);
    border-radius: 40px;
    padding: 30px 0 30px 40px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #FF7B89;
    margin-top: 50px;
}

.about-us-words {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
    margin-bottom: 25px;
}

.keywords-border-box {
    padding: 7px 13px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 25px;
    border: 1px solid #C9011733;
}

.what-we-provide-image {
    margin: -90px 0 -80px 0px;
}

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

.cta-2 {
    border-radius: 0px 100px 100px 0px;
    background: linear-gradient(90deg, #003A00 0%, #011501 100%);
}

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

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

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

#admin-features-section {
    background: linear-gradient(104.28deg, #370006 0%, #0C0001 100%);
    padding-top: 30px;
    margin-top: 100px;
}

#admin-features-section .all-features {
    max-height: 610px;
    overflow-y: scroll;
}

#admin-features-section .all-features::-webkit-scrollbar {
    display: none
}

#admin-features-section .make-diffirent-than-other-list {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(119, 119, 119, 0.1) 100%);
    border: 1px solid #FFFFFF4D;
    box-shadow: 0px 0px 10px 5px #0000001A;
    backdrop-filter: blur(100px);
}

#admin-features-section .make-diffirent-than-other-list:hover {
    background: #FFFFFF;
}

#admin-features-section .make-diffirent-than-other-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #DF1067 0%, rgba(223, 16, 103, 0) 100%) border-box;
}

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

#admin-features-section .feature-title {

    font-family: "Nunito";
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

#admin-features-section .make-diffirent-than-other-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

#admin-features-section .make-diffirent-than-other-list:hover .feature-description {
    color: var(--text-color);
}

.how-app-work-steps .step-card {
    margin-top: 25px;
}

.how-app-work-steps .step-tag {
    background: #F4CBD133;
    border: 1px solid #F4CBD1;
    border-radius: 30px;
    width: fit-content;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
}

.how-app-work-steps .step {
    font-family: Nunito;
    background: #FFDEE3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
    -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-steps .step-title {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-app-work-steps .step-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.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: 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-bg {
        margin-right: -470px;
        padding: 40px 250px 40px 100px;
    }

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

    .what-provide-content {
        padding-right: 20px;
    }

    #what-we-provide .custom-container-left {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1450px) {
    .cta-1-bg {
        margin-right: -430px;
    }

    #what-we-provide .custom-container-left {
        padding: 0 0 0 20px;
    }

    .provide-content-bg {
        border-radius: 20px;
        padding: 20px 0 20px 30px;
        margin-top: 20px;
        border-width: 1px;
    }

    .what-we-provide-image {
        margin: 0px;
    }

    #cta-2 {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 1300px) {
    .cta-1-bg {
        margin-right: -220px;
        padding: 40px 170px 40px 40px;
    }
}


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

    #four-step-section,
    #all-app-features-section {
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .cta-1-bg {
        margin-right: -150px;
        padding: 40px 130px 40px 40px;
    }

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

    #cta-1 .section-title.white h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

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

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

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

@media only screen and (max-width: 1024px) {
    #admin-features-section .all-features {
        max-height: 450px;
    }
}

@media only screen and (max-width: 992px) {
    #admin-features-section .all-features {
        max-height: unset;
        overflow-y: unset;
    }

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

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

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

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

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

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

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

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

    .cta-1 {
        background: linear-gradient(180deg, #C34000 0%, #E6AB00 100%);
        border-radius: 30px 30px 338px 338px;
        padding: 20px;
        margin: 0 160px;
    }

    .cta-1-bg {
        margin-right: 0;
        padding: 0px;
        background: none;
    }
}

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

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

    #admin-features-section .feature-title,
    #app-feature-section .feature-title {
        font-size: 20px;
    }

    #admin-features-section .feature-description,
    #app-feature-section .feature-description {
        font-size: 16px;
    }

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

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

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

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

    #hero-section {
        background: linear-gradient(168deg, #4F0109 0.71%, #1C0003 100.98%);
    }

    #ui-slider {
        background: linear-gradient(168deg, #270004 0.71%, #1C0003 100.98%);
    }

    #admin-features-section {
        background: linear-gradient(168deg, #4F0109 0.71%, #1C0003 100.98%);
    }

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

    #four-step-section,
    #all-app-features-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

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

@media only screen and (max-width: 600px) {
    .what-provide-content {
        padding-right: 20px;
    }

    #what-we-provide .custom-container-left {
        padding: 0;
    }

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