:root {
    /* theme color start*/
    --primary-color: #E00000;
    --normal-gradient: linear-gradient(90deg, #E00000 0%, #670000 100%);
    --neon-gradient: linear-gradient(90deg, #FF4A4A 0%, #FF0000 100%);
    --button-gradient: linear-gradient(90deg, #FF4A4A 0%, #FF0000 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #510000 0%, #1C0000 99.92%);
}

#hit-the-market {
    background: linear-gradient(360deg, #1C0000 0.77%, #5D0000 100.86%);
}

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

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

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

.cta-1 {
    background: linear-gradient(90deg, #310D50 0%, #51237A 100%);
    border-radius: 50px;
    padding: 0 40px 0 50px;
}

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

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

#customer-features-section .feature-list.make-diffirent-than-other-list {
    border-radius: 20px;
    border: 1px solid #C9011780;
    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(255, 114, 130, 0.6) 0%, rgba(255, 114, 130, 0.1)) border-box;
}

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

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

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

.cta-2 {
    margin-top: 50px;
    border-radius: 0px 200px 200px 0px;
    background: linear-gradient(90deg, #032367 0%, #001137 100%);
}

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

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

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

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

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

#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: 45px;
    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 {
    padding: 20px;
    background: #FF8B8B1A;
    border-radius: 15px;
    border: 1px solid #FFFFFF26;
    margin-top: 15px;
}

#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-bg {
    background: radial-gradient(77.29% 72.11% at 22.92% 57.5%, #630000 0%, #2B0000 100%);
    padding: 30px 70px 70px 70px;
    border-radius: 120px 120px 20px 20px;
}

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

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

#admin-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%;
    background: #FFFFFF1A;
    border: 2px solid #FFFFFF99;
}

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

#admin-features-section .feature-title {
    background: linear-gradient(white, white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
}

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

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

.provide-sticky {
    position: sticky;
    top: 15%;
}


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

#what-we-provide-section .feature-list.make-diffirent-than-other-list:hover {
    border: 1px solid #FF2841;
    background: none;
    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;
}

@media only screen and (max-width: 1400px) {
    .cta-2-content {
        padding: 0 20px 0 0;
    }

    .admin-bg {
        padding: 20px 20px 20px 20px;
        border-radius: 100px 100px 20px 20px;
    }

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

@media only screen and (max-width: 1200px) {
    #cta-2 .custom-container-right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .cta-1 {
        border-radius: 20px;
        padding: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 992px) {
    .admin-bg {
        border-radius: 80px 80px 20px 20px;
    }

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

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

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

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

    #customer-features-section .features-bg {
        padding: 0px 10px 20px 10px;
    }

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
    #customer-features-section .feature-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

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

    #hero-section {
        padding-bottom: 30px;
    }

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

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

    #what-we-provide-section .feature-title {
        font-size: 24px;
    }

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