.inner-hero-section
{
    position: relative;
    padding-top: 160px;
    padding-bottom: 160px;
    z-index: 1;
    background-color: rgba(2, 2, 2, 1);
}
.inner-hero-section::before
{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(209, 213, 219, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.2) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
    mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
    pointer-events: none;
}
.banner_space.inner-hero-section::before 
{
    background-image: linear-gradient(to right, rgba(209, 213, 219, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.08) 1px, transparent 1px);
}
.inner-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(circle at top right, rgba(255, 106, 0, 0.26), transparent 60%);
    background-repeat: no-repeat;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
}
.inner-hero-section.ai-banner::after
{
    background: radial-gradient(circle at top right, rgb(0 126 255 / 26%), transparent 60%);
}
.inner-hero-section.aws_banner::after
{
    background: radial-gradient(circle at top right, rgb(137 145 251 / 26%), transparent 60%);
}
.inner-hero-section.data-banner::after
{
    background: radial-gradient(circle at top right, rgb(137 145 251 / 26%), transparent 60%);
}
.inner-hero-section.web-banner-hero::after
{
    background: radial-gradient(circle at top right, rgb(166 177 255 / 26%), transparent 60%);
}
.inner-banner-heading
{
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 30px;
    text-align: left;
}
.ai-eyebrow
{
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(11px);
    color: #fff;
    margin-bottom: 20px;
}
.aws-eyebrow
{
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(11px);
    color: #fff;
    margin-bottom: 20px;
}
.data-eyebrow,
.web-eyebrow
{
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(11px);
    color: #fff;
    margin-bottom: 20px;
}
.ai-banner .inner-banner-text
{
    font-size: 16px;
    color: #fff;
}
.banner-aws
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: difference;
    opacity: .2;
    /* transform: rotateX(180deg); */
    z-index: -1;
}
.banner-data
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
}
.banner-web
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
}
.dark-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .86);
    z-index: -1;
}
.inner-hero-section.web-banner-hero:before
{
    z-index: -2;
}
.aws-banner-wrapper
{
    position: relative;
    width: 370px;
    height: 370px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}
.banner-video-aws
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 740px !important;
    height: 740px;
    transform: translate(-50%, -50%);
    mix-blend-mode: exclusion;
}
.banner-ai
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: difference;
    opacity: .2;
    /* transform: rotateX(180deg); */
    z-index: -1;
}
.ai-img-container
{
    position: absolute;
    width: 80%;
    bottom: -30%;
    right: 0;
}
.ai-element-wrapper
{
    position: relative;
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 50px;
}
.ai-img-container .ai-element-img
{
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
    margin-bottom: -50px;
}
.ai-eyebrow span
{
    display: inline-block;
    background: linear-gradient(to right, #8bedf7, #5b50ff);
    background-size: 400px 400px;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    animation: bgMove 7s linear infinite;
    font-weight: 600;
}
.aws-eyebrow span,
.web-eyebrow span
{
    display: inline-block;
    background: linear-gradient(to right, #8bc0f7, #508eff);
    background-size: 400px 400px;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    animation: bgMove 7s linear infinite;
    font-weight: 600;
}
.data-eyebrow span
{
    display: inline-block;
    background: linear-gradient(to right, #f7c78b, #ff9150);
    background-size: 400px 400px;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    animation: bgMove 7s linear infinite;
    font-weight: 600;
}
.data-imgwrapper img
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 520px;
}
@keyframes bgMove
{
    0%,100%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 50%;
    }
}
.inner-banner-text
{
    font-family: 'DM Sans';
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}
.choose-us-img {
    border-radius: 30px;
        height: 100%;
    object-fit: cover;
    object-position: center center;
}
img.opt-python-icon {
    width: 70px;
    height: 70px;
}
img.deliver-service-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border: 1px solid #ff7800;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.service-section-heading
{
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-about-section
{
    padding: 120px 0 0;
}
.listing-text
{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin-bottom: 20px;
}
.listing-text li
{
    margin-bottom: 12px;
    font-family: 'DM Sans', sans-serif;
}
.deliver-service-section
{
    background-image: url('../assets/achievment_shape_2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fff9f4;
    padding: 120px 0;
    width: calc(100% - 5rem);
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}
.deliver-heading
{
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}
.deliver-card h4
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.deliver-card p
{
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0px;
}
.tech-stack-section
{
    padding: 120px 0;
}
.tech-wrapper
{
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
}
.tech-wrapper .tech-view
{
    padding: 20px;
    background-color: #f16122;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    min-width: 250px;
}
.tech-skill-wrapper
{
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.tech-skill-wrapper > span
{
    font-size: 16px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}
.opt-section
{
    padding: 120px 0;
    background: #020202;
    position: relative;
    z-index: 1;
}
.opt-section:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/bg-shape-dark.png');
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.opt-card
{
    position: relative;
    padding: 30px;
    background: #110e15;
    border-radius: 10px;
    z-index: 1;
    transition: .3s ease;
    height: 100%;
}
.opt-card:hover
{
    background: #ff7a00;
}
.opt-card:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/circle_aviox_white.png');
    background-repeat: no-repeat;
    background-position: 90% 30px;
    background-size: 50%;
    opacity: 0;
    z-index: -1;
    transition: .3s ease;
}
.opt-card:hover:before
{
    opacity: .4;
}
.opt-icon
{
    margin-bottom: 70px;
}
.opt-heading
{
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.opt-text
{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.process-section
{
    padding: 120px 0;
}
.service-wrapper
{
    background: #f8fafc;
}
.process-card
{
    border-radius: 20px;
}
.hiring-btn
{
    background-color: transparent;
    color: #000;
}
.hiring-btn:not(.collapsed)
{
    background-color: transparent;
    color: #000;
}
.hiring-item:first-of-type .hiring-btn,
.hiring-item:first-of-type
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.hiring-item
{
    border: none;
}
.hiring-header .hiring-btn
{
    display: flex;
    align-items: center;
    gap: 24px;
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hiring-header .hiring-btn span
{
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #e9e9e9;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}
.hiring-btn:not(.collapsed) span
{
    box-shadow: 0px 0px 0px 10px #ffca99;
    background-color: #ff7a00;
    color: #fff;
}
.hiring-collapse .accordion-body
{
    padding-left: 84px;
    font-family: 'DM Sans', sans-serif;
}
.hiring-accordion
{
    position: relative;
    z-index: 1;
}
.hiring-accordion::before
{
    content: "";
    position: absolute;
    width: 2px;
    height: 85%;
    border-left: 2px dashed #ff7a00;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
}

.driven-growth-img-ai {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    width: 85% !important;
    margin-bottom: -40px;
}

/* responsive start */
@media screen and (max-width: 1024px) {
    .service-section-heading {
    font-size: 38px;
}
.deliver-heading {
    font-size: 38px;
}
.opt-heading {
    font-size: 24px;
}
.service-about-section {
    padding: 60px 0 0;
}
.deliver-service-section {
    padding: 60px 0;
}
.tech-stack-section {
    padding: 60px 0;
}
.opt-section {
    padding: 60px 0;
}
.process-section {
    padding: 60px 0;
}
.lg-main-heading {
    font-size: 38px;
}
.faq-section {
    padding: 60px 20px !important;
}
.form-sec-home {
    padding: 60px 0px !important;
}
.inner-banner-heading {
    font-size: 38px;
}
}


@media screen and (max-width: 768px) {
    .service-section-heading {
    font-size: 28px;
}
.deliver-heading {
    font-size: 28px;
}
.lg-main-heading {
    font-size: 2px;
}
.opt-heading {
    font-size: 22px;
}
.service-about-section {
    padding: 40px 0px;
}
.deliver-service-section {
    padding: 40px 0px;
}
.tech-stack-section {
    padding: 40px 0px;
}
.opt-section {
    padding: 40px 0px !important;
}
.process-section {
    padding: 40px 0px;
}
.faq-section {
    padding: 40px 20px !important;
}
.form-sec-home {
    padding: 40px 0px !important;
}
.inner-banner-heading {
    font-size: 28px;
}     
.reasonable-service-inner {
        padding-top: 40px;
        padding-bottom: 60px;
    }
.inner-hero-section .inner-banner-heading {
        font-size: 32px;
    }
.inner-hero-section {
    padding-top: 100px;
    padding-bottom: 60px;
    }
.our-roadmap-heading h3 {
        font-size: 28px;
    }
}






/* responsive end */