:root {
    /* theme color start*/
    --primary-color: #FDAC31;
    --normal-gradient: linear-gradient(90deg, #FF9900 0%, #995C00 100%);
    --neon-gradient: linear-gradient(90deg, #F8BC62 0%, #FFA826 102.98%);
    --button-gradient: linear-gradient(90deg, #FF9900 0%, #995C00 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #2C1A00 0%, #0F0900 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #0C0700 0.77%, #1F1300 100.86%);
}

#why-choose-us-section {
    background: #0C0700;
}

#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: url('../images/amazon-clone-app/amazon-page-haro-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

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

.about-us-image img {
    border-radius: 20px;
}

#how-work-section .feature-card {
    background: #FFFFFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #00000026;
}

#how-work-section .feature-box .feature-list:hover .feature-title {
    font-style: normal;
}

#how-work-section .feature-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#how-work-section .feature-card:hover .feature-name h4 {
    font-style: italic;
}

#how-work-section .feature-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

#how-work-section .how-work-image-bg::-webkit-scrollbar {
    display: none;
}

#how-work-section .how-work-image-bg {
    max-height: 650px;
    overflow-y: scroll;
    padding: 10px;
}

.how-work-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: url(../images/amazon-clone-app/amazon-page-how-app-work-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    flex-shrink: 0;
    z-index: -1;
}

.how-work-bg {
    position: relative;
}

#app-features-section {
    background: url(../images/amazon-clone-app/amazon-admin-panel-feature-haro-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding: 50px 0;
}

#app-features-section .feature-list {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(115, 115, 115, 0.05) 100%);
    border: 1px solid #FFFFFF80;
    box-shadow: 0px 0px 20px 0px #0000001A;
    backdrop-filter: blur(100px);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 25px;
}

#app-features-section .feature-list::last-child {
    margin-bottom: 0;
}

#app-features-section .feature-list:hover {
    background: #ffffff;
}

#app-features-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 0.5px solid #FFFFFF;
    border-radius: 10px;
    margin-right: 15px;
}

#app-features-section .feature-list:hover .feature-icon {
    background: var(--normal-gradient);
}

#app-features-section .feature-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
}

#app-features-section .feature-list:hover .feature-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: italic;
}

#app-features-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #ffffff;
}

#app-features-section .feature-list:hover .feature-description {
    color: #303030;
}

.app-feature-img {
    position: sticky;
    top: 15%;
}

.what-we-provide-card {
    border: 1px solid #FF9900;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: #FFFFFF;
    padding: 0 25px 25px 25px;
    border-radius: 20px;
}

.what-we-provide-card:hover {
    background: linear-gradient(white, white) padding-box, var(--normal-gradient) border-box;
    border: 1px solid transparent;
}

.what-we-provide-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    margin-bottom: 0;
}

.what-we-provide-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 0;
}

.what-we-provide-icon {
    border: 2px solid transparent;
    background: var(--normal-gradient) padding-box, linear-gradient(127.06deg, rgba(255, 198, 113, 0.5) 15.01%, rgba(0, 0, 0, 0) 88.07%) border-box;
    border-radius: 10px;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-we-provide-row {
    padding-top: 50px;
}

#cta-1 {
    background: linear-gradient(93.66deg, #077D6F 4.33%, #002824 100%);
    margin-top: 130px;
    padding: 0;
}

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

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

#cta-2 {
    margin-top: 100px;
    padding: 0;
    background: linear-gradient(92.55deg, #302B63 0%, #24243E 100%);
}

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

#admin-panel-section {
    background: linear-gradient(275.21deg, #100A00 0%, #2F1C00 100.11%);
    margin-top: 100px;
    padding: 50px;
}

#admin-panel-section .feature-list {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(60px);
    box-shadow: 7px 7px 30px 0px #0000004D;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 0;
    color: #ffffff;
}

#admin-panel-section .feature-title {
    font-family: Nunito;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

#admin-panel-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
}

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

#admin-panel-section .feature-list:hover {
    box-shadow: 0px 0px 20px 0px #0000004D;
    background: #FCFCFC;
}

#admin-panel-section .feature-list:hover .make-diffirent-than-other-icon {
    background: #995C00;
    border: 1px solid #C87D0C;
}

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

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

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

.steps-features .feature-card {
    background-color: white;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 20px;
}

.steps-features .step {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 0px rgba(48, 48, 48, 0.5);
    text-shadow:
        -1px -1px 0 rgba(48, 48, 48, 0.5),
        1px -1px 0 rgba(48, 48, 48, 0.5),
        -1px 1px 0 rgba(48, 48, 48, 0.5),
        1px 1px 0 rgba(48, 48, 48, 0.5);
}

.steps-features .feature-title {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
    color: #303030;
}

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

.steps-features .feature-card:hover .feature-title {
    color: #FF9900;
}

.steps-features .feature-card:hover .step {
    -webkit-text-stroke: 0px #FF9900;
    text-shadow:
        -1px -1px 0 #FF9900,
        1px -1px 0 #FF9900,
        -1px 1px 0 #FF9900,
        1px 1px 0 #FF9900;
}

.steps-features .feature-card:hover {
    border: solid #FF9900;
    border-width: 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.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: 48px;
    line-height: 62px;
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 0px #995C00;
    text-shadow: -1px -1px 0 #995C00, 1px -1px 0 #995C00, -1px 1px 0 #995C00,
        1px 1px 0 #995C00;
}

.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-weight: 600;
    font-family: Nunito;
    font-size: 26px;
    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-panel-section {
        padding: 30px 20px;
    }

    #admin-panel-section .feature-title {
        font-size: 20px;
        line-height: 1.5;
    }

    #admin-panel-section .feature-list {
        padding: 20px;
    }

    #admin-panel-section .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 992px) {
    #admin-panel-section {
        margin-top: 50px;
    }

    #hit-the-market {
        padding-top: 0;
    }

    .how-work-bg::before {
        width: 100%;
    }

    #how-work-section .how-work-image-bg {
        padding: 10px 0;
        max-height: unset;
        overflow-y: unset;
    }

    #app-features-section {
        margin-top: 50px;
        padding: 30px 0;
    }

    .app-feature-img {
        position: unset;
        top: unset;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    #hit-the-market {
        margin-top: 50px;
    }

    .how-work-bg::before {
        width: 100%;
        top: 0;
    }

    .steps-features .feature-card {
        padding: 15px;
    }

    .steps-features .feature-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .steps-features .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .what-we-provide-row {
        padding-top: 20px;
        gap: 50px;
    }

    .what-we-provide-card {
        padding: 0 20px 20px 20px;
    }

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

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

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

    #admin-panel-section .make-diffirent-than-other-icon {
        width: 50px;
        height: 50px;
        padding: 5px;
        margin-right: 10px;
    }

    .development-process .feature-title {
        margin-left: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .development-process .feature-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .development-process .feature-card {
        padding: 15px;
    }
}