





/**** 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 , .abs-tab.cta-two h6 a {
    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: 6px;
    align-items: center;
    position: absolute;
    flex-direction: column-reverse;
}

.ais p {
    padding: 4px 14px;
    border-radius: 56px;
    background-color: #fff;
    box-shadow: 4px 4px 17px 0px #00000012;
    font-size: 12px;
    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;
    overflow: hidden;
}

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

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

.ais.two {
    top: 58px;
    right: 140px;
    animation-delay: .2s;
}

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

.ais.four {
    bottom: -14px;
    left: 26%;
    animation-delay: .6s;
}

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

.ais.six {
    bottom: -29px;
    right: 245px;
    animation-delay: .6s;
}
.ais.seven {
    top: 46px;
    left: 50%;
    animation-delay: .4s;
}

.ais.eight {
    bottom: -72px;
    right: 36%;
    animation-delay: .2s;
}


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


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