:root {
    /* theme color start*/
    --primary-color: #FCD535;
    --normal-gradient: linear-gradient(90deg, #EDBF02 0%, #FF9D00 100%);
    --neon-gradient: linear-gradient(90deg, #FFCD00 0%, #FCA314 102.98%);
    --button-gradient: linear-gradient(90deg, #FFCD00 0%, #FCA314 102.98%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #131429 0%, #04050A 99.92%);
}

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

#why-choose-us-section {
    background: #04050A;
}

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

#app-features-section {
    background: radial-gradient(67.42% 68.85% at 41.92% 31.15%, #303257 0%, #111427 100%);
    margin-top: 100px;
    padding: 30px 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;
}

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

.cta-1 {
    border-radius: 30px;
    background: linear-gradient(93.66deg, #016F8D 4.33%, #00161C 100%);
    padding: 0 50px 0 50px;
}

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

.cta-2 {
    border-radius: 20px 100px 20px 100px;
    background: linear-gradient(92.55deg, #750092 0%, #19001F 100%);
    padding: 0 50px 0 50px;
}

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

#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 {
    border: 1px solid var(--primary-color);
    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;
}

#what-make-script-special {
    background: linear-gradient(104.28deg, #1F213C 0%, #0B0C22 100%);
    margin-top: 100px;
    padding: 30px 0;
}

.what-make-script-special-svg {
    border-radius: 15px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF29;
    width: 60px;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-make-script-special-horizontal {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.what-make-script-special-horizontal div {
    width: 60px;
}

.what-make-script-special-horizontal .card-title {
    width: 180px;
}

.what-make-script-special-horizontal .card-text {
    width: 555px;
}

.what-make-script-special-vertical .card-text {
    margin-top: 20px;
}

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

.what-make-script-special-row .card-title {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.what-make-script-special-row .card-text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.what-make-script-special-row .card:hover {
    background: #FFFFFF;
    border-top: 1px solid #FFFFFF80;
}

.what-make-script-special-row .card:hover .card-title {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what-make-script-special-row .card:hover .card-text {
    color: #303030;
}

.what-make-script-special-row .card:hover .what-make-script-special-svg {
    border: 2px solid #FFFFFF;
    background: var(--normal-gradient);
}

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

#customer-website-section .feature-name h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

/* how does clone app work section start */
.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 var(--primary-color);
    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: #FCD53533;
}

/* how does clone app work section end */

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

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

#development-process-section .feature-card:hover .feature-name h3 {
    font-style: italic;
}

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

#development-process-section .website-all-features::-webkit-scrollbar {
    display: none;
}

#development-process-section .website-all-features {
    max-height: 700px;
    overflow-y: scroll;
    padding: 10px;
}

.development-process-bg::before {
    content: "";
    border: 10px solid #ffffff;
    outline: 1px solid rgba(255, 161, 1, 0.4);
    position: absolute;
    top: 0.5%;
    bottom: 0;
    left: -3%;
    margin: 5px;
    border-radius: 20px;
    background: #FFA10166;
    width: 65%;
    height: 100%;
    flex-shrink: 0;
    z-index: -1;
}

.development-process-bg {
    position: relative;
}

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

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

@media only screen and (max-width: 992px) {
    .development-process-bg::before {
        display: none;
    }

    #development-process-section .feature-card {
        padding: 15px;
        margin-top: 20px;
    }

    #development-process-section .website-all-features {
        max-height: unset;
        overflow-y: unset;
        padding: 0px;
    }

    .development-process-image img {
        border: 10px solid #ffffff;
        outline: 1px solid rgb(245, 66, 145, 0.4);
        margin: 5px;
        border-radius: 20px;
        background: #F4D9FF;
        padding: 10px 10px 0 10px;
    }

    #what-we-provide-section .feature-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .what-make-script-special-horizontal {
        flex-wrap: wrap;
    }

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

    #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) {
    #what-make-script-special {
        margin-top: 50px;
    }

    .how-app-work-box-title,
    .what-make-script-special-row .card-title {
        font-size: 18px;
    }

    .what-make-script-special-row .card-title {
        margin: 0;
    }

    #development-process-section .feature-name h3,
    #app-features-section .feature-title {
        font-size: 20px;
    }

    .how-app-work-box .how-app-work-box-description,
    .what-make-script-special-row .card-text {
        font-size: 16px;
    }

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