.theme-new-btn.outline {
    background-color: transparent;
    border-color: #0083EB;
    color: #0083EB;
}

.theme-new-btn.outline:hover {
    background-color: #0083EB;
    color: #fff;
}


.design-banner {
    padding: 130px 0 60px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(181deg, #ffffff00, #fafafa);
    background-image: url('../img/web-design/banner-bg.png');
}

.tag-line {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background: #d0fbe9;
    width: fit-content;
    gap: 10px;
    margin: 0 auto;
    border-radius: 2px;
}

.tag-line img {
    filter: invert(1);
}

.design-banner-inr>h1 {
    font-size: 74px;
    font-weight: 800;
    color: #212121;
    line-height: 84px;
    text-transform: capitalize;
    text-align: center;
}

.design-banner-inr h1 span {
    color: #0083EB;
}

.design-banner-inr {
    position: relative;
}

.anim-images img {
    width: 200px;
    height: 80px;
    position: absolute;
    animation: up-down 3s infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

img.heading-img-small {
    height: 100px;
    width: 160px;
    border: 4px solid #3961ff;
    object-fit: cover;
}

.anim-image.one {
    top: 20px;
    left: -80px;
}

.anim-image.two {
    top: 20px;
    right: -80px;
    animation-delay: .2s;
}

.anim-image.three {
    bottom: 0;
    left: 0;
    animation-delay: .4s;
}

.anim-image.four {
    bottom: 0;
    right: 0;
    animation-delay: .6s;
}

.design-tools-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-flow: wrap;
}

.design-tool-card {
    flex: calc(16.66% - 20px);
    max-width: calc(16.66% - 20px);
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
    padding: 25px 20px;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
}

.design-tool-card img {
    margin-bottom: 10px;
    width: 55px;
}

.design-tool-card h4 {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

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

.faq-sec .accordion-button,
.faq-sec .accordion-item {
    background: unset !important;
}

.ai-why-choose-img {
    max-height: 600px;
}

/**** web service css start  ****/


.web-service-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 54px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.web-service-content-box a {
    position: relative;
    font-size: 20px;
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #000;
}

.web-service-content-box a i {
    transform: rotate(-10deg);
}

.web-service-content-box a::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #414040;
    bottom: -1px;
}

.web-service-box.first {
    background-color: #D0FBE9;
}

.web-service-box.second {
    background-color: #D5F1FF;
}

.web-service-box.third {
    background-color: #FFEFCC;
}

/**** web service css end  ****/


/**** Cta box css start  ****/


/**** Cta box css start  ****/


/**** 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: 228px;
    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: 38px;
    right: 220px;
    animation-delay: .2s;
}

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

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

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

.ais.six {
    bottom: -29px;
    right: 385px;
    animation-delay: .6s;
}

.ais.seven {
    top: 0px;
    left: 39%;
    animation-delay: .4s;
}

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


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


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



/* New service section start  */

.design-service-box {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    transition: all 3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.design-service-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #00000057, transparent);
}


.design-service-box.one {
    height: 700px;
    background-image: url('../img/web-design/design-1.jpg');
}

.design-service-box.two {
    height: 337px;
    background-image: url('../img/web-design/branding.avif');
}

.design-service-box.three {
    height: 337px;
    background-image: url('../img/web-design/web-design.avif');
}

.design-service-box.four {
    height: 337px;
    background-image: url('../img/web-design/uiux.avif');
}

.design-service-box .small-heading,
.design-service-box .sub-heading {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.design-sticky-card {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
    padding: 64px;
}

.design-sticky-card:hover {
    cursor: url('../img/web-design/brand-identity.svg'), auto;
}

.sticky-tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 12px;
    margin: 10px 0;
}

.sticky-tags h6 {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    background: #843bee0f;
    color: #843bee;
}


/*  new bx css start  */

.bx-box {
    position: relative;
    padding: 34px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-right: 112px;
}

.bx-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    width: fit-content;
    padding: 6px 12px;
}

.dot {
    height: 10px;
    width: 10px;
}

.bx-content a {
    margin-top: 14px;
    display: inline-block;
    color: #000;
    text-decoration: underline !important;
    font-size: 18px;
}

.bx-box.first {
    background-color: #D7DAEE;
}

.bx-box.first .dot {
    background: #5D6FD1;
}

.bx-box.second {
    background-color: #CACACA;
}

.bx-box.second .dot {
    background: #000;
}

.bx-box.third {
    background-color: #F6DDCF;
}

.bx-box.third .dot {
    background: #FC7C35;
}

.bx-box.fourth {
    background-color: #DDECE5;
}

.bx-box.fourth .dot {
    background: #7BC8A4;
}

.bx-box img {
    max-width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}

@media (max-width: 1920px) {
    .model-content-box h1 {
        font-size: 180px;
        line-height: 303px;
    }
}


@media (max-width: 1600px) {
    .design-banner-inr>h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .anim-images img {
        width: 140px;
        height: 60px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 250px;
    }

    .design-service-box.four {
        height: 300px;
    }

    .design-service-box.one {
        height: 575px;
    }

    .bx-box {
        padding: 24px;
        margin-bottom: 24px;
        gap: 40px;
    }

    .bx-box img {
        max-width: 94px;
    }

    .design-sticky-card {
        padding: 40px;
    }

    .web-service-box {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
}

@media (max-width: 1200px) {
    .model-content-box h1 {
        font-size: 120px !important;
        line-height: 250px !important;
    }

    .ais.six {
        bottom: -37px;
        right: 100px;
        animation-delay: .6s;
    }
}

@media (max-width: 768px) {
    .design-banner {
        padding: 60px 0 40px;
    }

    .design-banner-inr>h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .tag-line p {
        font-size: 14px;
    }

    .anim-images img {
        width: 100px;
        height: 45px;
    }

    .design-service-box.one {
        margin-bottom: 24px;
        height: 250px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 250px;
        margin-bottom: 24px;
    }

    .design-service-box.four {
        height: 250px;
    }

    .design-sticky-card {
        padding: 20px;
    }

    .model-content-box h1 {
        font-size: 70px !important;
        line-height: 100px !important;
    }
}

@media (max-width: 576px) {
    .tag-line p {
        font-size: 12px;
    }

    .design-banner {
        padding: 40px 0 40px;
    }

    .design-banner-inr>h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px !important;
    }

    .anim-image.one {
        top: -14px;
        left: 0%;
    }

    .anim-image.two {
        top: -7px;
        right: 0%;
    }

    .anim-image.three {
        bottom: -44px;
        left: 0;
    }

    .anim-image.four {
        bottom: -44px;
    }

    .design-service-box {
        padding: 20px;
    }

    .design-service-box.one {
        margin-bottom: 20px;
        height: 200px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 200px;
        margin-bottom: 20px;
    }

    .design-service-box.four {
        height: 200px;
    }

    .bx-box {
        padding: 20px;
        margin-bottom: 24px;
        gap: 40px;
    }

    .model-content-box h1 {
        font-size: 80px !important;
        line-height: 100px !important;
    }

    .design-banner-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .design-banner-btns .theme-new-btn.outline {
        margin: 0px !important;
        justify-content: center;
    }

    .design-banner-btns .theme-new-btn.outline {
        margin: 0px !important;
        justify-content: center;
    }

    .design-banner-btns .theme-new-btn {
        justify-content: center;
    }

    .design-service-box .small-heading,
    .design-service-box .sub-heading {
        position: relative;
        z-index: 1;
    }
}