.aisevicecard{
    padding: 20px;
}
.metaverse_card{
    backdrop-filter: none;
}

/* Scope of Work: mobile app slider + progress bar{ */
.scope-progress-wrap {
    padding: 0;
}
.scope-progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.scope-progress-fill {
    height: 100%;
    background: var(--blue);
    border-radius: 3px;
    width: 0%;
    transition: width 0.25s ease;
}
.scope-slide{
    padding-right: 24px;
}
.scope-mobile-slider .slick-list{
    overflow: visible !important;
}
.banner_bg{
    height: calc(100dvh - 85px);
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.grid-5{
    background-color: transparent;
}
.h-20{
    height: 20px;
}
.ar-card{
    backdrop-filter: blur(100px);
    border: 1px solid #FFFFFF0D;
    background: #FFFFFF05;
    border-radius: 12px;
    padding: 21px;
}
.pb-12{
    padding-bottom: 12px;
}
@media (max-width: 1700px) {
    .aisevicecard{
        padding: 16px;
    }
    .scope-slide {
        padding-right: 16px;
    }
    .ar-card {
        padding: 16px;
        border-radius: 8px;
    }
    .h-20{
        height: 16px;
    }
}
@media (max-width: 1023.98px) {
    .banner_bg{
        height: 100%;
    }
}