:root {
    /* theme color start*/
    --primary-color: #ED037C;
    --normal-gradient: linear-gradient(90deg, #ED037C 0%, #A90057 100%);
    --neon-gradient: linear-gradient(270deg, #FF0687 0%, #C508C2 100%);
    --button-gradient: linear-gradient(270deg, #FF0687 0%, #C508C2 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #5D0130 0%, #1F0010 99.92%);
}

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

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

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

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

.cta-1-bg {
    border-radius: 170px 0px 0px 20px;
    background: linear-gradient(269.42deg, #0A0091 1.43%, #030029 99.5%);
    margin-top: 50px;
}

.cta-1-content {
    padding-left: 100px;
}

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

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

.run-business-modules-box.admin-panel img {
    border-radius: 26px;
}

#run-business-modules {
    background: url(../../images/instashop-clone-app/what-we-provide-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding: 40px 0;
}

.run-business-modules-box {
    border-radius: 30px;
    padding: 25px 0px 0 25px;
    background: #FFFFFF1A;
    border-color: #FFFFFF4D;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(30px);
}

.run-business-modules-box:hover {
    border-color: #FFFFFF;
}

.how-clone-app-work-text p {
    text-align: justify;
}

.android-icon,
.apple-icon,
.window-icon {
    position: relative;
    max-width: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%) padding-box,
        linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
    border: 2px solid transparent;
}

.run-business-modules-box:hover .android-icon,
.run-business-modules-box:hover .apple-icon,
.run-business-modules-box:hover .window-icon {
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
    fill: url(#paint0_linear_882_234);
}

.android-icon svg path,
.apple-icon svg path,
.window-icon svg path {
    fill: #ffffff;
}

.run-business-modules-box:hover svg path,
.run-business-modules-box:hover svg path,
.run-business-modules-box:hover svg path {
    fill: url(#paint0_linear_882_234);
}

.android-icon {
    padding: 14px 13px;
}

.apple-icon {
    padding: 14px 17px;
    margin-left: 10px;
}

.window-icon {
    padding: 16px;
}

.run-business-modules-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: white;
    margin-top: 15px;
}

.run-business-modules-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: white;
}

#app-feature-section .feature-list.make-diffirent-than-other-list {
    border-radius: 20px;
    border: 1px solid #DD007266;
    background: #DD00720D;
    box-shadow: none;
}

#app-feature-section .feature-list.make-diffirent-than-other-list:hover {
    background: linear-gradient(#73013C, #DD0072);
    border: 1px solid #DD007266;
    color: #ffffff;
}

#app-feature-section .make-diffirent-than-other-icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, rgba(221, 0, 114, 0.4) 0%, rgba(221, 0, 114, 0) 100%) border-box;
}

#app-feature-section .feature-list:hover .make-diffirent-than-other-icon {
    background: linear-gradient(#FFFFFF1A, #FFFFFF1A) padding-box, linear-gradient(135deg, rgba(221, 0, 114, 0.4) 0%, rgba(221, 0, 114, 0) 100%) border-box;
}

#app-feature-section .feature-list:hover .make-diffirent-than-other-icon svg path {
    fill: white;
}

#app-feature-section .app-feature-image {
    position: sticky;
    top: 15%;
}

#app-feature-section .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
}

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

#app-feature-section .feature-list:hover .feature-title {
    font-style: italic;
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


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

/* 
@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 {
    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;
}

.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 img {
    padding-top: 15px;
    border-radius: 40px;
}

.on-demand-delivery-solution-row .card-1 img {
    background: #FFD2D3;
}

.on-demand-delivery-solution-row .card-2 img {
    background: #FBDFC5;
}

.on-demand-delivery-solution-row .card-3 img {
    background: #BEE8FF;
}

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

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

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

.how-app-work-features .feature-card {
    border: 1px solid #D3D3D3;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 25px 25px 25px;
    position: relative;
}

.how-app-work-features .feature-card img {
    position: absolute;
    top: 35px;
    left: 20px;
}

.how-app-work-features .feature-title {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-app-work-features .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.how-app-work-features .feature-card:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-app-work-features .feature-card:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.cta-2 {
    background: linear-gradient(90deg, #293F00 0%, #679E05 100%);
    border-radius: 20px;
    padding: 0 50px;
}

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

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

#how-does-the-fox-jek-app-work-section {
    background: #FFFFFF;
    border: 1px solid #FFC2E1;
    padding: 30px 50px 0 50px;
    margin: 100px 100px 0 100px;
    border-radius: 30px;
}

#how-does-the-fox-jek-app-work-section img {
    background: radial-gradient(45.11% 60.83% at 51.12% 39.17%, #D40771 0%, #73013C 100%);
    border-radius: 30px;
    padding: 20px 20px 0 20px;
}

#how-does-the-fox-jek-app-work-section .how-work-steps {
    overflow-y: scroll;
    height: 30rem;
}

#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: 1px solid var(--primary-color);
    border-radius: 50%;
    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;
    color: var(--primary-color);
    margin-bottom: 0;
    padding-top: 10px;
}

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

#how-does-the-fox-jek-app-work-section .step-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    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 var(--primary-color);
}

#admin-panel-features-section .feature-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    border-radius: 50px;
    padding: 0 20px 20px 20px;
    margin: 0 20px 0 20px;
}

#admin-panel-features-section .feature-card {
    padding: 10px 20px;
    border-radius: 30px;
    background: #F9FFF333;
    border: 1px solid #FFD7EB;
}

#admin-panel-features-section .key-feature-icon-second {
    width: 50px;
    height: 50px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 15px;
    background: var(--normal-gradient) padding-box, linear-gradient(180deg, rgba(255, 215, 235, 0.3) 0%, rgba(255, 215, 235, 0.1) 100%) border-box;
    border: 2px solid transparent;
}

#admin-panel-features-section .key-feature-icon-second svg path {
    fill: #FFFFFF;
}

#admin-panel-features-section .feature-card:hover {
    background: linear-gradient(270deg, #73013C 0%, #DD0072 100%);
    border: 1px solid transparent;
}

#admin-panel-features-section .feature-card:hover .feature-description,
#admin-panel-features-section .feature-card:hover .feature-name {
    color: white;
}

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

#admin-panel-features-section .feature-card:hover .key-feature-icon-second svg path {
    fill: var(--primary-color);
}

#admin-panel-features-section .admin-panel-features-bg {
    margin: 200px 35px 0 35px;
}

#admin-panel-features-section .admin-panel-features-bg img {
    margin: -180px 0 0 0;
}

#panel-features-section .tabs-section .nav-tabs {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: max-content;
    max-width: 100%;
    overflow-x: scroll;
    border-radius: 40px;
    padding: 10px;
    background: var(--normal-gradient);
}

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

#panel-features-section .tabs-section .tab-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #ffffff;
}

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

#panel-features-section .tabs-section .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: nowrap;
    transition: none;
    border-radius: 30px;
    border: 0;
    padding: 8px;
}

#panel-features-section .tabs-section .nav-link.active .tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

#panel-features-section .tabs-section .tab-icon {
    width: 40px;
    height: 40px;
    display: none;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 50%;
}

#panel-features-section .tabs-section .tab-icon path {
    fill: var(--primary-color);
}

#panel-features-section .feature-card {
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #FFC2E1;
    box-shadow: none;
}

#panel-features-section h4 {
    font-weight: 600;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#panel-features-section .website-all-features {
    max-height: 32rem;
    overflow-y: scroll;
    background: #FFFFFF;
    border: 1px solid #FFC2E1;
    border-radius: 20px 0 0 20px;
    padding: 20px;
}

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

.panel-features-section-image {
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    background: linear-gradient(134.01deg, #CF006B 1.34%, #77013E 96.97%);
}

@media only screen and (max-width: 1800px) {
    #admin-panel-features-section .feature-box {
        margin: 0 100px 0 100px;
    }
}

@media only screen and (max-width: 1600px) {
    #admin-panel-features-section .feature-box {
        margin: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 1400px) {
    #admin-panel-features-section .feature-box {
        margin: 0 20px 0 20px;
    }

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

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

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

@media only screen and (max-width: 1200px) {
    .how-app-work-features .feature-title {
        font-size: 22px;
        line-height: 1.5;
    }

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

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

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

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

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

@media only screen and (max-width: 992px) {
    #admin-panel-features-section .admin-panel-features-bg {
        margin: 200px 0px 0 0px;
    }

    #admin-panel-features-section .feature-box {
        border-radius: 20px;
        margin: 0;
        padding: 0 10px 15px 10px !important;
    }

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

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

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

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

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

    .how-app-work-features .feature-title {
        font-size: 22px;
    }

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

@media only screen and (max-width:768px) {
    #admin-panel-features-section .admin-panel-features-bg img {
        margin: -100px 0 0 0;
    }

    #admin-panel-features-section .admin-panel-features-bg {
        margin: 120px 0px 0 0px;
    }

    .make-diffirent-than-other-list {
        padding: 15px;
    }

    #admin-panel-features-section h4 {
        font-size: 20px;
    }

    #how-does-the-fox-jek-app-work-section {
        padding: 20px;
        margin: 50px 20px 20px;
        border-radius: 20px;
    }

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

    #how-does-the-fox-jek-app-work-section .step-content h4 {
        font-size: 20px;
    }

    #how-does-the-fox-jek-app-work-section .step-content p {
        font-size: 16px;
    }

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
    #admin-panel-features-section .feature-box {
        padding: 0;
        margin: 0;
    }
}