

/**** Banner css start  ****/

.ai-banner {
    padding: 160px 0 60px;
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);

}
.ai-new.ai-banner::before{
    display:none;
}
.ai-banner-box h1 {
    font-size: 56px;
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
}

.ai-banner-box h1 span {
    color: #0083EB;
}

.ai-banner-img {
    max-width: 1056px;
    height: 460px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.ai-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs-tab {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 6px;
}

.abs-tab img {
    height: 24px;
    width: 24px;
}

.abs-tab h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    text-align: start;
    margin: 0px;
}

.abs-tab.one {
    position: absolute;
    top: 35px;
    left: -53px;
}

.abs-tab.two {
    position: absolute;
    top: 135px;
    right: -116px;
    animation-delay: .4s;
}

.abs-tab.three {
    position: absolute;
    bottom: 100px;
    left: -120px;
    animation-delay: .6s;
}

/**** Banner css end  ****/



/**** CTA one css start  ****/


.ai-cta-inner-box {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 87px 87px 60px;
}

.ai-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 76px;
}

.ai-cta-content h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.theme-new-btn.white {
    background-color: #fff;
    color: #212121;
    border-color: #fff;
}

.theme-new-btn.white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.ai-cta-box {
    position: relative;
}

.abs-tab.cta-one {
    position: absolute;
    top: -54px;
    right: -16px;
    background: #2121211A;
}

.abs-tab.cta-one h6 {
    color: #fff;
}

.abs-tab.cta-two {
    position: absolute;
    top: -36px;
    left: -97px;
    background: #2121211A;
    animation-delay: .4s;
}

.abs-tab.cta-two h6 {
    color: #fff;
}

/**** CTA one css end  ****/

/**** technologies css start  ****/


.ai-tech-box {
    margin-bottom: 24px;
    height: calc(100% - 24px);
    border: 1px solid #eee;
}

.ai-tech-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.ai-tech-content {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    justify-content: space-between;
    min-height: 95px;
}

.ai-tech-content h4 {
    margin: 0px;
}

.ai-tech-content i {
    font-size: 26px;
}

.ai-tech-box {
    transition: all 0.3s ease-in-out;
}

.ai-tech-box:hover {
    background-color: #0083EB;
}

.ai-tech-box:hover .ai-tech-content .small-heading,
.ai-tech-box:hover .ai-tech-content i {
    color: #fff !important;
}

/**** technologies css end  ****/

/**** Models css start  ****/

.ai-models {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.model-content-box {
    position: relative;
}

.model-content-box h1 {
    font-weight: 600;
    font-size: 258px;
    line-height: 303px;
    text-align: center;
    background: radial-gradient(64.9% 64.9% at 50% 50%, #0083EB 0%, rgba(0, 131, 235, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.ais {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    position: absolute;
}

.ais p {
    padding: 15px 30px;
    border-radius: 56px;
    background-color: #fff;
    box-shadow: 4px 4px 17px 0px #00000012;
    font-size: 22px;
    font-weight: 200;
    line-height: 28px;
    text-transform: uppercase;
}

.ais-img {
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 17px 0px #00000012;
}

.ais-img img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.ais.one {
    top: 0;
    left: 250px;
}

.ais.two {
    top: 120px;
    right: 110px;
    animation-delay: .2s;
}

.ais.three {
    bottom: -24px;
    left: 10px;
    animation-delay: .4s;
}

.ais.four {
    bottom: -50px;
    left: 500px;
    animation-delay: .6s;
}

.ais.five {
    bottom: -24px;
    right: 10px;
    animation-delay: .8s;
}

.ai-models {
    padding: 100px 0;
}


/**** Models css end  ****/


/**** Happy Client css start  ****/

.ai-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 33px;
    row-gap: 44px;
}

.client-img-box {
    height: 90px;
    max-width: 180px;
}

.client-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/**** Happy Client css end  ****/

/**** process css start  ****/


.ai-process-img {
    max-width: 587px;
    height: 588px;

}

.ai-process-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.process-faq .accordion-item {
    border: none;
}

.process-faq .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: unset;
}

.process-faq .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.process-faq .accordion-button.collapsed:focus {
    box-shadow: none;
}

.process-faq .accordion-button {
    font-size: 24px;
    color: #212121 !important;
    font-weight: 600;
    line-height: 28px;
    border: none;
    padding-left: 0px;
    box-shadow: none;
    border-top: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 24px;
}

.process-faq .accordion-body {
    padding-left: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(33, 33, 33, 0.54);

}

/* .process-faq .accordion-button::after {
    content: unset;
} */

/**** process css end  ****/

