/* default variables */
:root {
    --purple: #3B3EFF;
    --blue: #022850;
    --grad-purple: #4E00C0;
    --grad-blue: #004186;
    --white-closure: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* navbar */
.btn-purple {
    background: var(--purple);
    color: white;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-purple:hover {
    background: var(--purple);
    opacity: .9;
    color: white;
}

.btn-purple-invert {
    background: #fff;
    color: var(--purple);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn-purple-invert:hover {
    background: #fff;
    opacity: .9;
    color: var(--purple);
}

.bg-purple {
    background: var(--purple);
}

.text-purple {
    color: var(--purple);
}

.text-blue {
    color: var(--blue);
}

.bg-blue {
    background: var(--blue);
}

.bg-linear {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--grad-purple) 0%, var(--grad-blue) 100%);
}

.bg-linear-vertical {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--purple) 0%, var(--grad-blue) 100%);
}

.bg-linear-2 {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--purple) 0%, rgb(28, 103, 196) 100%);
}

.bg-cover {
    /* new */
    background: #3B3EFF;
    background: linear-gradient(120deg, rgba(59, 62, 255, 1) 0%, rgba(67, 147, 243, 1) 50%, rgba(59, 62, 255, 1) 100%);
    /* new */
    position: relative;
    /* background-image: url(https://fv.templateorbit.com/hyperai/wp-content/uploads/sites/72/2025/02/Hyper-AI-Hero-section.webp); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover-nob {
    /* new */
    background: #3B3EFF;
    background: linear-gradient(120deg, rgba(59, 62, 255, 1) 0%, rgba(67, 147, 243, 1) 50%, rgba(59, 62, 255, 1) 100%);
    /* new */
    position: relative;
    /* background-image: url(https://fv.templateorbit.com/hyperai/wp-content/uploads/sites/72/2025/02/Hyper-AI-Hero-section.webp); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover::before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .39;
    mix-blend-mode: overlay;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--grad-purple) 0%, var(--grad-blue) 100%);
}

.w-fit-content {
    width: fit-content;
}

/* ---------------------------------- */

/* .img-drag-right {
    transition: transform 2s ease, opacity 3s ease;
    opacity: 1;
}

.translator {
    transform: translateX(200%);
    opacity: 0;
} */

.pulse-button {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}



.service-rad::before {
    content: '';
    background-image: url('https://fv.templateorbit.com/hyperai/wp-content/uploads/sites/72/2025/02/Hyper-AI-bg.webp');
    background-size: auto;
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    right: 0;
    filter: hue-rotate(-45deg);
}

.service-rad::after {
    content: '';
    background-image: url('https://fv.templateorbit.com/hyperai/wp-content/uploads/sites/72/2025/02/Hyper-AI-bg.webp');
    background-size: auto;
    transform: scaleX(-1);
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    left: 0;
    filter: hue-rotate(-45deg);
}

.service-rad.rad-inverted::before {
    rotate: 90deg;
    bottom: 0;
    top: unset;

}


.service-rad.rad-inverted::after {
    rotate: 270deg;
    bottom: 0;
    top: unset;

}

.bg-fixated {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5)), url('https://fv.templateorbit.com/hyperai/wp-content/uploads/sites/72/2025/02/robot-ali-2024-10-12-14-15-36-utc-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.counter-list-fix {
    top: 90%;
    position: absolute;
}

.bg-fixated.custom-margin {
    margin-bottom: 200px;
}

.x-small {
    font-size: 12px;
}

.accordian-purple {
    background: linear-gradient(90deg, var(--grad-blue) 0%, var(--grad-blue) 100%) !important;
    color: white !important;
}

.accordian-purple:not(.collapsed) {
    background: #fff !important;
    color: #575a5f !important;
}

.accordion-button::after {
    background-image: var(--white-closure);
}

.rounded-end-custom {
    border-radius: 10px 10px 10px 10px;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media(max-width:1199px) {
    .custom-img-absolute {
        width: 100%;
    }

    .mw-xl-100 {
        max-width: 100%;
    }

    .w-xl-100 {
        width: 100%;
    }

    .h-xl-100 {
        height: 100%;
    }

    .custom-rounded {
        border-radius: 0;
        border-bottom-left-radius: 1rem !important;
        border-bottom-right-radius: 1rem !important;
    }
}

@media(max-width:991px) {
    .bg-fixated.custom-margin {
        margin-bottom: 316px;
    }

    .service-rad::before {
        background-size: contain;
        width: 150px;
        height: 150px;
    }

    .service-rad::after {
        background-size: contain;
        width: 150px;
        height: 150px;
    }
}

@media(max-width:991px) {
    .service-rad::before {
        width: 80px;
        height: 80px;
    }

    .service-rad::after {
        width: 80px;
        height: 80px;
    }
}

@media(max-width:767px) {

    .faq-img {
        width: 100%;
        height: 500px;
    }
}

@media(max-width:575px) {
    .counter-list-fix {
        position: static;
    }

    .busi-grow-img {
        width: 100%;
        height: 300px;
    }

}

@media(min-width:768px) {
    .custom-width {
        max-width: 330px;
    }

    .rounded-end-custom {
        border-radius: 0px 10px 10px 0px;
    }
}

@media(min-width:1200px) {
    .custom-rounded {
        border-radius: 1rem;
        border-bottom-left-radius: 0;
    }
}

@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, .4), 0px 0px 0px 0px var(--purple);
    }

    100% {
        box-shadow: inset 0px 0px 0px 0px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}



/* custom aos classes */
/* Custom modifier for AOS fade-left */
[data-aos="fade-left"].aos-far-left {
    transform: translateX(200%);
    /* default is 100px, increase for more distance */
    opacity: 0;
}

/* When animation is triggered (AOS adds this class) */
[data-aos="fade-left"].aos-far-left.aos-animate {
    transform: translateX(0);
    opacity: 1;
}


/* FOR RIGHT */
[data-aos="fade-right"].aos-far-right {
    transform: translateX(-100%);
    /* default is 100px, increase for more distance */
    opacity: 0;
}

/* When animation is triggered (AOS adds this class) */
[data-aos="fade-right"].aos-far-right.aos-animate {
    transform: translateX(0);
    opacity: 1;
}