.py152{
    padding-top: 152px;
    padding-bottom: 152px;
}
.heroBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.tabslider{
    display: flex;
    overflow-x: auto;
    padding: 16px;
    scrollbar-width: none;
}
.glowimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.workcard:hover .glowimg{
    opacity: 1;
}
.workcard{
    gap: 0 !important;
}
.workcard .text-white{
    color: white !important;
}
.worktab{
    padding: 12px 8px;
    border-radius: 8px;
    color: var(--pure-white);
    width: 100%;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
}
.worktab.active{
    background: linear-gradient(360deg, #223DFF 0%, #0075F8 100%);
    border: 1px solid #FFFFFF29;
}
.gray_badge{
    background: #FFFFFF1A;
    backdrop-filter: blur(4px);
    padding: 8px 16px;
    border-radius: 8px;
    color: var(--pure-white);
    width: fit-content;
}
.countRightBorder2 {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid var(--charcoal-gray);
}
.viewproduct{
    border-radius: 999px;
    height: unset;
    width: unset;
    padding: 14px 24px;
    padding-right: 54px;
}
.viewproduct br{
    display: none;
}
.viewproduct::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url('https://theintellify.com/wp-content/themes/intelify/images/arrow-down-header.svg') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%) rotate(-90deg);
}
.workcard{
    border: 2px solid var(--ink-black);
}
.button_blue{
    border-radius: 8px;
    border: 1px solid #FFFFFF29;
    background: linear-gradient(360deg, #223DFF 0%, #0075F8 100%);
    padding: 16px;
}
button.worktab{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
}
.matterjsborder{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
radial-gradient(114.28% 158.31% at -8.52% -28.57%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
padding: 1px;
border-radius: 8px;
}
.matterjs{
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    min-height: clamp(360px, 52vw, 520px);
    padding: clamp(56px, 8vw, 96px) clamp(16px, 4vw, 32px) clamp(130px, 15vw, 170px);
    touch-action: none;
    
}
.container.matterjsborder{
    margin-left: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    width: calc(100% - 32px);
}
.matter-content{
    position: relative;
    z-index: 3;
    width: min(100%, 720px);
    pointer-events: none;
}
.matter-content .button_blue{
    pointer-events: auto;
}
.matter-canvas{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
    touch-action: none;
    cursor: grab;
}
.matterjs::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(16,16,16,0.85) 100%);
}
.px16{
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 991px){
    .matterjs{
        min-height: clamp(340px, 64vw, 460px);
        padding-top: clamp(40px, 9vw, 72px);
        padding-bottom: clamp(120px, 24vw, 160px);
    }
    .matter-content .fs-48{
        font-size: clamp(28px, 5.5vw, 40px);
        line-height: 1.2;
    }
    .matter-content .fs-18{
        font-size: clamp(15px, 2.9vw, 18px);
        margin-bottom: 28px !important;
    }
}
@media (max-width: 575px){
    .matterjs{
        border-radius: 6px;
        min-height: 340px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 118px;
    }
    .matter-content .button_blue{
        width: 100%;
        max-width: 260px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.bg-primary{
    background-color: var(--blue) !important;
}
.buttonContent{
    padding: 1px;
    background: linear-gradient(180deg, rgba(34, 61, 255, 0.3) 0%, rgba(34, 61, 255, 0.3) 100%),radial-gradient(63.87% 50% at 52.08% 100%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 58px;
    width: fit-content;
}
.button:hover{
    box-shadow: 0px 10.27px 13.4px 0px #223DFF38, 0px 24.72px 32.26px 0px #223DFF30, 0px 42px 107px 0px #223DFF57, 0px 1px 4px 2px #223DFF inset, 0px 1px 18px 2px #F9F9FA inset;
}
.aspect1{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.imgabsolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.4;
}
.allwhite img{
    filter: brightness(0) invert(1) ;
}
.bg-bottom-gradient{
    background: linear-gradient(195.06deg, #0F0F0F 45.57%, #223DFF 101.01%);
}
.bg-bottom-gradient2{
    background: linear-gradient(195.06deg, #000000 45.57%, #223DFF 101.01%);
}

@media (max-width: 1700px){
    .py152{
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .tabslider{
        padding: 12px;
    }
    .worktab{
        padding: 10px 6px;
        border-radius: 6px;
        min-width: 80px;
    }
    .gray_badge{
        padding: 6px 12px;
        border-radius: 6px;
    }
    .countRightBorder2 {
        padding-right: 20px;
        margin-right: 20px;
    }
    .viewproduct{
        padding: 10px 20px;
        padding-right: 44px;
    }
    .viewproduct br{
        display: none;
    }
    .viewproduct::after{
        right: 20px;
        width: 20px;
        height: 20px;
    }
    .workcard{
        border: 2px solid var(--ink-black);
    }
    .button_blue{
        border-radius: 6px;
        padding: 12px;
    }
}
@media (max-width: 1024px){
    .w-50{
        width: 100% !important;
    }
}