:root {
    /* theme color start*/
    --primary-color: #0086FF;
    --normal-gradient: linear-gradient(90deg, #006FD4 0%, #003DBF 100%);
    --neon-gradient: linear-gradient(90deg, #48CEFF 0%, #2899FF 102.98%);
    --button-gradient: linear-gradient(90deg, #48CEFF 0%, #2899FF 102.98%);
    /* theme color end*/

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

#hit-the-market {
    background: linear-gradient(360deg, #000016 0.77%, #011849 100.86%);
}

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

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

#hero-section {
    background-image: url("../images/opensea-clone-app/hero-section-bg-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

#customer-features-section .features-bg {
    background: #E8F5FF;
    border-radius: 25px;
    padding: 30px;
    margin: 0;
}

#customer-features-section .feature-list.make-diffirent-than-other-list {
    border-radius: 20px;
    border: 1px solid #0086FF;
    background: #FFFFFF;
    box-shadow: none;
    margin-bottom: 0;
}

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

#customer-features-section .feature-list.make-diffirent-than-other-list:hover {
    background: var(--normal-gradient);
    box-shadow: 0px 0px 20px 0px #00000026;
    color: #ffffff;
}

#customer-features-section .feature-list.make-diffirent-than-other-list:hover .feature-title {
    font-style: normal;
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#customer-features-section .make-diffirent-than-other-icon {
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    fill: #ffffff;
    background: var(--normal-gradient) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

#customer-features-section .feature-list:hover .make-diffirent-than-other-icon {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(180deg, rgba(9, 104, 246, 0.6) 0%, rgba(9, 104, 246, 0.1) 100%) border-box;
}

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

#what-we-provide-section .feature-list.make-diffirent-than-other-list {
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover {
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

#what-we-provide-section .make-diffirent-than-other-icon {
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    fill: #ffffff;
    background: linear-gradient(white, white) padding-box,
        var(--normal-gradient) border-box;
}

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

#what-we-provide-section .feature-list:hover .make-diffirent-than-other-icon {
    background: var(--normal-gradient) padding-box,
        linear-gradient(#FFFFFF99, #FFFFFF99) border-box;
}

#what-we-provide-section .feature-title {
    background: #303030;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
}

#what-we-provide-section .feature-description {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
}

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover .feature-description {
    color: #303030;
}

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

.cta-1 {
    border-radius: 30px;
    background: linear-gradient(93.66deg, #8D1601 4.33%, #220500 100%);
    padding: 0 50px 0 50px;
}

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

.cta-2 {
    border-radius: 30px;
    background: linear-gradient(92.55deg, #008392 0%, #003036 100%);
    padding: 0 50px 0 50px;
}

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

/* make-diffirent-than-other section css end */
#admin-features-section {
    background: radial-gradient(46.78% 152.72% at 34.17% 61.11%, #0143C2 0%, #001B51 100%);
    padding-top: 30px;
    margin-top: 100px;
}

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

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

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

#admin-features-section .make-diffirent-than-other-icon {
    position: relative;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#admin-features-section .feature-title {
    background: linear-gradient(#FFFFFF, #FFFFFF);
    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 {
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid transparent;
}

#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;
    font-style: italic;
}

#admin-features-section .make-diffirent-than-other-list:hover .feature-description {
    color: #303030;
}

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

.how-app-work-steps .step-tag {
    background: #E3F0FF;
    border: 1px solid #ABD0FA;
    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: #ABD0FA;
    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: #ABD0FA;
    -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: 18px;
    font-weight: 400;
    line-height: 1.5;
}

#upscale-your-delivery-business {
    background: linear-gradient(104.28deg, #00297B 0%, #001030 100%);
    padding: 30px 0;
    margin-top: 100px;
}

.what-make-our-script-special-list {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(100px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(115, 115, 115, 0.05) 100%);
}

.what-make-our-script-special-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.what-make-our-script-special-title h3 {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
}

.what-make-our-script-special-description {
    color: #DBDBDB;
    font-size: 18px;
    font-weight: 400;
}

.what-make-our-script-special-icon {
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #FFFFFF99;
    background: #ffffff;
}

.what-make-our-script-special-list:hover {
    border: 1px solid #FFFFFF;
}

.what-make-our-script-special-list:hover .what-make-our-script-special-icon {
    background: var(--normal-gradient);
}

.what-make-our-script-special-list:hover .what-make-our-script-special-icon path {
    fill: #ffffff;
}

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

.development-process .feature-card:hover {
    background: var(--normal-gradient);
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px #00000026;
}

.development-process .step {
    font-family: 'Nunito';
    font-size: 64px;
    line-height: 87px;
    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-size: 26px;
    font-weight: 700;
    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;
}

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

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


@media only screen and (max-width: 992px) {
    #customer-features-section .features-bg {
        padding: 0px 10px 20px 10px;
    }

    #what-we-provide-section .feature-list.make-diffirent-than-other-list,
    #customer-features-section .feature-list.make-diffirent-than-other-list {
        padding: 15px;
    }

    #what-we-provide-section .feature-title,
    #customer-features-section .feature-title {
        font-size: 22px;
    }
}

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

    .how-app-work-steps .step-title {
        font-size: 16px;
    }

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

    .what-make-our-script-special-title h3 {
        font-size: 18px;
    }

    .development-process .step {
        font-size: 40px;
        line-height: 1.5;
    }

    #what-we-provide-section .feature-title,
    #customer-features-section .feature-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #what-we-provide-section .feature-list.make-diffirent-than-other-list,
    #customer-features-section .feature-list.make-diffirent-than-other-list {
        padding: 15px;
    }

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

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

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