.font-size-44{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}
.font-size-44::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}
.font-size-36{
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
}
.bg-gray {
    background: linear-gradient(88deg, transparent 0%, #232427 50%, transparent 100%);
}

.custom-web-app-sec{
    margin-top:0 !important;
    padding:35px 0 100px !important
}
.react-developmet-sec .dev-inner .title{
    font-size:44px;
    font-weight:600;
    line-height:58.58px
}
.react-developmet-sec .dev-inner .para{
    max-width:500px;
    width:100%;
    font-size:18.97px;
    font-weight:300;
    line-height:37.94px;
    color:#ededed
}
.custom-web-app-sec .dev-inner .para{
    line-height:26.01px !important;
    max-width:626px !important;
    width:100%
}
.main-title{

    font-weight:600;
    font-size:44px;
    line-height:100%
}
.tested-react-sec .title{
    font-size:44px;
    font-weight:600;
    line-height:63.58px;
    text-align:center;
}
.tested-react-sec .lead{
    font-size:18px;
    line-height:31.79px;
    max-width:1180px;
    width:100%;
    margin:20px auto;
    margin-bottom:60px;
}
.tested-react-sec p{
    font-size:18px
}
.tested-react-sec .card{
    padding:15px;
    background:linear-gradient(277.13deg, rgb(48 2 147 / 5%) 5.48%, rgb(109 53 122 / 5%) 94.36%);
    border-left:3px dashed #6a24fe;
    width:370px;
    border-top:0;
    border-right:0;
    border-bottom:0;
}
.tested-react-sec .card .card-title{
    font-size:28px;
    font-weight:600
}
.tested-react-sec .bg-orange{
    background:linear-gradient(135deg, #7d5fff, #00cfff) !important;
    padding:11px
}
.tested-react-sec .circle{
    width:50px;
    height:50px;
    background:linear-gradient(135deg, #7d5fff, #00cfff) !important;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:1.25rem;
}
.three-matrics-wrapper{
    border-radius:16px;
}
.three-matrics-wrapper .matrics-declaration{
    display:flex;
    align-items:center;
    gap:18px;
    padding-top:60px;
    position:relative
}
.three-matrics-wrapper .matrics-declaration .advanced-site-heading{
    display:flex;
    gap:24px;
    max-width:1220px;
    width:100%
}
.three-matrics-wrapper .matrics-declaration .advanced-site-heading .advanced{
    display:flex;
    flex-direction:column
}
.three-matrics-wrapper .matrics-declaration .advanced-site-heading .advanced .adavnced-heading{
    color:#ffffff!important;
    font-size:32px;
    font-weight:700;
    line-height:48px;
    text-align:left
}
.three-matrics-wrapper .matrics-declaration .advanced-site-heading span{
    font-size:102px;
    font-weight:500;
    line-height:92.02px;
    text-align:center;
    color:#ffffff;
}
.three-matrics-wrapper .matrics-declaration img{
    position:absolute;
    top:0;
    right:0
}
.three-matrics-wrapper .matrics-declaration .matrics-border{
    max-width:39px;
    width:100%;
    height:5px
}
.three-matrics-wrapper .matrics-declaration .matrics-para{
    font-size:24px;
    font-weight:500;
    line-height:30px;
    text-align:left;
}
.three-matrics-wrapper .matrics-cards-wrapper{
    margin-top:57px;
    padding:0 24px;
}
.three-matrics-wrapper .matrics-cards-wrapper .advanced-site-heading{
    display:flex;
    gap:24px;
    max-width:826px;
    width:100%;
    align-items:center
}
.three-matrics-wrapper .matrics-cards-wrapper .advanced-site-heading span{
    font-size:57px;
    font-weight:500;
    line-height:92.02px;
    text-align:center;
    color:#ffffff;
}
.three-matrics-wrapper .matrics-cards-wrapper .advanced-site-heading .advanced .adavnced-heading{
    color:#fff;
    font-size:32px;
    font-weight:700;
    line-height:48px;
    text-align:left
}
.three-matrics-wrapper .matrics-cards-wrapper .matrics-cards{
    display:flex;
    justify-content:space-between;
    list-style-type:none;
    padding:0;
    margin:0;
    gap:24px
}
.three-matrics-wrapper .matrics-cards-wrapper .matrics-cards .card{
    padding:24px;
    width:100%;
    border-radius:16px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:space-between;
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    overflow: hidden;
    background: #242424;
}
.three-matrics-wrapper .matrics-cards-wrapper .matrics-cards .card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}
.sub-title700{

    font-weight:700;
    font-size:22px
}
.partner-wrapper{
    background:#000;
    padding:40px 0px;
    max-width:100%;
    width:100%;
}
.partner-wrapper .parternship{
    display:flex;
    align-items:center;
    gap:74px;
    justify-content:center;
}
.partner-wrapper .parternship .partnership-content{
    max-width:689px;
    width:100%;
}
.partner-wrapper .parternship .partnership-content .partnership-title{
    color:#fff;
    font-size:40px;
    font-weight:600;
    line-height:60px;
    text-align:left
}
.seo-audit{
    /* box-shadow:0px 4px 26px 0px rgba(150,150,150,.25); */
    padding:50px;
    background: #232427;
    border-radius:15px;
    margin-top:-50px
}
.database-storage-sec{
    padding:100px 0;
    color:#fff
}
.database-storage-sec .para-content{
    font-size:18px;
    font-weight:400;
    margin-bottom:50px;
    color:#fff
}
.database-storage-sec .card{
    /* box-shadow:0px 0px 248px 0px rgba(255,255,255,.25) inset; */
    background:rgba(0,0,0,0);
    border:1px solid #fff;
    padding:42px;
    border-radius:20px;
    min-height:361.5px;
    height:100%
}
.database-storage-sec .card .card-img-top{
    box-shadow:0 0 40px 0 #000;
    border-radius:50px
}
.database-storage-sec .api{
    min-height:237px !important;
    height:100%;
    padding:22px 0 0
}
.database-storage-sec .card-left{
    max-width:388px;
    width:100%
}
.database-storage-sec .card-left .card-title{
    text-align:start
}
.database-storage-sec .card-left .card-text{
    text-align:start
}
.database-storage-sec .card-img-top{
    position:absolute;
    top:-30px;
    left:50%;
    margin-left:-30px;
    width:60px !important;
    height:60px
}
.database-storage-sec .database-title h4{
    font-size:32px;
    font-weight:600;
    line-height:46.24px
}
.database-storage-sec .database-title .para{
    font-size:18px;
    font-weight:400;
    margin-bottom:80px
}
.database-storage-sec .industries-bottom-para{
    margin-top:80px
}
.database-storage-sec .industries-bottom-para p{
    font-size:32px;
    line-height:46.24px;
    font-weight:600
}
.database-storage-sec .database-card{
    margin-top:30px;
    padding-top:30px
}
.database-storage-sec .client-side-techno{
    min-height:100px !important;
    height:100%;
    padding:30px 30px 10px 0
}
.database-storage-sec .client-side-techno .card-techno .card-title{
    text-align:start!important;
    padding: 0;
}
.database-storage-sec .client-side-techno .card-techno .card-text{
    text-align:start!important;
}
.discovery-call{
    background:#151614;
    text-align:center;
    color:#fff;
    padding:80px;
}
.discovery-call .corner-image-left{
    position:absolute;
    top:0;
    left:0
}
.discovery-call .corner-image-right{
    position:absolute;
    bottom:0;
    right:0
}
.discovery-call .discovery-content{
    max-width:747px !important;
    width:100%;
    font-size:22px;
    font-weight:400;
    line-height:31.79px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.sub-title28{
    font-weight:600;
    font-size:28px
}
.feature-sec .fture-accord-title{
    font-size:18px
}
.feature-sec .feature-customer{
    /* box-shadow:0px 0px 16px 0px rgba(176,176,176,.25); */
    padding:30px 60px;
    border-radius:30px
}
.feature-sec .feature-customer .feature-title{
    font-size:22px;
    font-weight:700;
    line-height:52.02px;
    margin-bottom:25px;
    font-weight:600;
    color:#ffffff;
}
.feature-sec .feature-customer .feature-wrap{
    display:flex;
    margin-bottom:20px
}
.feature-sec .feature-customer .feature-wrap .back-hand{
    background:linear-gradient(135deg, #7d5fff, #00cfff) !important;
    margin-right:13px;
    width:35px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50px
}
.industries-section{
    margin-top:100px;
    padding:80px 0;
    /* background:#151614; */
}
.industries-section h2{
    font-size:44px;
    font-weight:600;
    line-height:63.58px;
    text-align:center;
}
.industries-section h2 span{
    text-decoration-line:underline;
    text-decoration-style:solid;
}
.industries-section p{
    font-size:18px;
    font-weight:400;
    line-height:26.01px;
    text-align:center;
    margin-bottom:38px;
}
.advanced-site-heading-wrapper{
    display:flex;
    align-items:center;
    gap:24px;
    justify-content:space-between;
    margin-bottom:40px
}

.why-reactjs{
    background:linear-gradient(180deg, #043a9854 0%, #0d0113 100%);
    color:#fff
}
.why-reactjs .section-title{
    font-size:66.1px;
    font-weight:700;
    line-height:95.51px;
    color:#fff;
}
.why-reactjs .highlight{
    text-decoration:underline
}
.why-reactjs .section-description{
    font-size:20px;
    font-weight:500;
    line-height:28.9px;
    color:#fff;
}
.why-reactjs .tagline{
    background:#fff;
    border-radius:50px;
    font-size:22px;
    max-width:885px;
    width:100%;
    padding:10px 20px;
}
.database-storage-sec .card{
    border:1px solid #dddbdb;
    min-height:auto;
    height:100%
}

.database-storage-sec .client-side-ideal{
    background:#fff8f4 !important;
    color:#000 !important;
    min-height:100px !important;
    height:100%;
    padding:30px 20px;
    text-align:left;
    border-radius:15px
}
.database-storage-sec .client-side-ideal .api-img{
    background:#fff;
    width:77px;
    height:77px;
    border-radius:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px
}
.database-storage-sec .client-side-techno .api-img{
    width:50px;
    height:50px;
    border-radius:50px;
    background:linear-gradient(135deg, #7d5fff, #00cfff) !important;
    display:flex;
    justify-content:center;
    align-items:center
}
.database-storage-sec .client-side-techno .api-img .alphabet{
    font-weight:700;
    font-size:28px;
    line-height:40.46px
}
.database-storage-sec .card:hover{
    box-shadow:0 0 12px 0 #3e3e3e;
}
.cost-hiring-sec{
    color:#fff
}
.cost-hiring-sec .card-techno .card-title{
    text-align:start;
    font-size:22px
}
.cost-hiring-sec .api-img{
    width:50px;
    height:50px;
    border-radius:50px;
    background:linear-gradient(135deg, #7d5fff, #00cfff) !important;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    font-size: 26px;
    font-weight: 600;
}
.cost-hiring-sec .advanced-site-heading .advanced{
    display:flex;
    flex-direction:column;
    max-width:637px;
    font-size:18px
}
.cost-hiring-sec .advanced-site-heading span{
    font-size:32px;
    line-height:92.02px;
    font-weight:700;
    text-align:center;
    color:#fe7a36 !important;
    -webkit-text-fill-color:#fe7a36 !important;
    background:#000;
}
.cost-hiring-sec .card{
    padding:42px;
    border-radius:20px;
    min-height:auto;
    height:100%;
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    overflow: hidden;
    background: #242424;
}
.cost-hiring-sec .card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}
.cost-hiring-sec .card .card-techno .card-title{
    text-align:start;
    font-size:22px
}
.service-require-wrapper p{
    padding-top:32px;
    font-weight:500;
    font-size:14px;
    line-height:18px;
    color:#9f9f9f
}
.service-require-wrapper .services{
    padding-top:16px;
    display:flex;
    gap:16px;
    flex-wrap:wrap
}
.service-require-wrapper .services .service{
    display:flex;
    align-items:center;
    gap:8px;
    border:.5px solid #9f9f9f;
    border-radius:8px;
    padding:8px 16px;
    max-width:max-content
}
.service-require-wrapper .services .service .custom-checkbox{
    display:inline-flex;
    align-items:center;
    cursor:pointer;
    color:#606060;
    font-size:14px;
    font-weight:500;
    line-height:21px;
    text-align:center
}
.service-require-wrapper .services .service .custom-checkbox input{
    display:none
}
.service-require-wrapper .services .service .custom-checkbox input:checked+.checkmark{
    background-color:orange;
    border-color:orange
}
.service-require-wrapper .services .service .custom-checkbox input:checked+.checkmark::after{
    content:"";
    position:absolute;
    left:5px;
    top:2px;
    width:4px;
    height:8px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg)
}
.service-require-wrapper .services .service .custom-checkbox .checkmark{
    width:15px;
    height:15px;
    background-color:#fff;
    border:.94px solid #aaa;
    border-radius:4px;
    position:relative;
    margin-right:10px;
    transition:background-color .3s,border-color .3s
}
@media(max-width: 991px){
    .advanced-site-heading-wrapper{
        display:block
    }
    .partner-wrapper .parternship{
        flex-direction:column
    }
    .database-storage-sec .client-side-techno{
        padding:15px
    }
    .database-storage-sec .client-side-techno .card-techno .card-title{
        text-align:center
    }
    .database-storage-sec .client-side-techno .card-techno .card-text{
        text-align:center
    }
    .database-storage-sec .client-side-techno .api-img{
        padding-bottom:0 !important
    }
    .seo-audit{
        margin-top:0px
    }
    .three-matrics-wrapper .matrics-declaration .goole-search img{
        position:relative !important
    }
}
@media(max-width: 767px){
    .main-title{
        font-size:31px;
        line-height:38.58px
    }
    .feature-sec .feature-customer{
        padding:30px 25px
    }
    .feature-sec .feature-customer .feature-wrap .back-hand{
        display:none
    }
}
@media(max-width: 567px){
    .react-developmet-sec .dev-inner .title{
        font-size:30px
    }
    .tested-react-sec .title{
        font-size:28px
    }
    .button-container{
        font-size:18px
    }
    .discovery-call{
        padding:20px
    }
    .discovery-call .corner-image-left{
        display:none
    }
    .discovery-call .corner-image-right{
        display:none
    }
    .industries-section h2{
        font-size:26px
    }
    .partner-wrapper .parternship .partnership-content .partnership-title{
        font-size:22px;
        line-height:29.8px
    }
}
@media(max-width: 467px){
    .service-require-wrapper .services .service{
        width:100%;
        max-width:none
    }
    .cost-hiring-sec .advanced-site-heading span{
        font-size:22px
    }
}
/*# sourceMappingURL=style.css.map */
 