:root {
    /* theme color start*/
    --primary-color: #0041D9;
    --normal-gradient: linear-gradient(90deg, #0041D9 0%, #0E2865 100%);
    --neon-gradient: linear-gradient(90deg, #456AFF 0%, #36C3FF 102.98%);
    --button-gradient: linear-gradient(90deg, #0041D9 0%, #0E2865 100%);
    /* theme color end*/

    --review-platforms-bg: linear-gradient(94.46deg, #011E60 0%, #00040D 99.92%);
}

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

#why-choose-us-section {
    background: #00091D;
}

#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: linear-gradient(99.85deg, #C9D9FF 0%, #E8EFFF 100%);
}

.hero-title span {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other-websites .feature-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(rgb(238, 243, 255), rgb(238, 243, 255)) padding-box, var(--normal-gradient) border-box;
}

#other-websites .feature-card:hover {
    background: var(--normal-gradient) padding-box, linear-gradient(90deg, #00856C 0%, #026452 98.45%) border-box;
}

#other-websites .feature-card h3 {
    font-family: Nunito;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 10px 0;
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other-websites .feature-card:hover h3 {
    font-style: italic;
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other-websites .feature-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#other-websites .feature-card:hover p {
    color: #ffffff;
}

#other-websites .key-feature-icon-first {
    border: 1px solid #0041D966;
    border-radius: 50%;
    margin-right: 15px;
    width: fit-content;
    background: #FFFFFF;
}

#other-websites .key-feature-icon-second {
    border: 1px solid #0041D966;
    border-radius: 50%;
    margin: 5px;
    padding: 8px;
    width: fit-content;
}

#other-websites .feature-card svg {
    width: 26px;
    height: 26px;
}

#other-websites .feature-card svg path {
    fill: var(--primary-color);
}

.monetize-card {
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.monetize-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #C9D7F7;
}

.monetize-title {
    margin-top: 10px;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
}

.monetize-description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.monetize-card:hover {
    border: 1px solid var(--primary-color);
}

.what-we-provide-card {
    border: 1px solid transparent;
    box-shadow: 0px 0px 30px 0px #0000001A;
    background: linear-gradient(#ffffff, #ffffff) padding-box, var(--normal-gradient) border-box;
    padding: 0 25px 25px 25px;
    border-radius: 20px;
}

.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: 100%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#cta-1 {
    background: linear-gradient(93.66deg, #1E2A78 4.33%, #49BCF6 100%);
    margin-top: 200px;
    padding: 0;
}

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

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

#cta-2 {
    margin-top: 100px;
    padding: 0;
    background: linear-gradient(90deg, #3C1053 0%, #AD5389 100%);
}

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

/* development-process-section start  */
.development-process-card {
    width: 100%;
    height: 300px;
    perspective: 1000px;
    border-radius: 25px;
}

.development-process-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
}

.development-process-card-back,
.development-process-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    border: 2px solid var(--primary-color);
    background: #0041D91A;
}

.development-process-card:focus .development-process-card-inner,
.development-process-card:hover .development-process-card-inner {
    transform: rotateY(180deg);
}

.development-process-card-back {
    transform: rotateY(180deg);
}

.development-process-card-content {
    margin: 20px;
    padding: 30px;
    border-radius: 30px;
    background: #FFFFFF;
}

.development-process-card h4 {
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    background: var(--normal-gradient);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.development-process-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin-top: 20px;
}

.development-process-card img {
    margin-top: 10px;
}

.development-process-card .img-card {
    background: #FFFFFF;
    padding: 10px;
    width: 90%;
    border-radius: 30px;
}

/* development-process-section end  */

#admin-feature-section {
    background: linear-gradient(275.21deg, #000614 0%, #00174D 100.11%);
    padding: 50px 0;
    margin-top: 100px;
}

.admin-features-row {
    padding: 0 50px;
}

#admin-feature-section .feature-card {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 20px;
    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;
}

#admin-feature-section .feature-card:hover .feature-icon {
    background: #0041D9;
    border: 1px solid #79A1FF;
}

#admin-feature-section .feature-card:hover {
    background: #FFFFFF;
}

#admin-feature-section .feature-card:hover .feature-name {
    background: var(--normal-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

#admin-feature-section .feature-card:hover .feature-icon svg path {
    fill: #FFFFFF;
}

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

#admin-feature-section .feature-name {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 15px;
    color: #FFFFFF;
}

#admin-feature-section .feature-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    color: #FFFFFF;
}

#admin-feature-section .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #0041D9;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

@media only screen and (max-width: 1200px) {
    .development-process-card {
        height: 300px;
    }

    .development-process-card-content {
        margin: 0;
        padding: 20px;
    }

    .monetize-title {
        font-size: 20px;
    }

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

    .admin-features-row {
        padding: 0 20px;
    }

    #admin-feature-section .feature-name {
        font-size: 18px;
        margin-left: 10px;
    }

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

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

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

    #other-websites .feature-card {
        padding: 10px;
    }

    #other-websites .feature-card h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    #other-websites .feature-card p {
        font-size: 18px;
        line-height: 1.5;
    }
}

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

    .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 0 0;
    }

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

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

    #other-websites .feature-card h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    #other-websites .feature-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .monetize-card {
        padding: 15px;
    }

    #admin-feature-section .feature-card {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .development-process-card-content {
        margin: 0;
    }

    .development-process-card h4 {
        font-size: 20px;
    }

    .development-process-card {
        height: 250px;
    }

    .development-process-card p {
        font-size: 16px;
        margin-top: 10px;
    }

    #admin-feature-section {
        padding: 20px 0;
        margin-top: 50px;
    }
}