.bg-gradient-blue {
    background: linear-gradient(
        0deg,
        rgba(2, 29, 87, 1) 0%,
        rgb(0 113 187) 69%,
        rgb(0 76 211) 99%
    );
}

.box-shadow-ice {
    box-shadow: 0px 0px 47px -1px #6bc8ff;
}

.bg-black {
    background-color: #000816 !important;
}

.img-cover {
    object-fit: cover;
}

.height-400 {
    height: 416px;
}

.border-custom {
    border-radius: 14px;
}

.faq-section-2__inner::after {
    background: #000816 !important;
}

.faq-section-2__inner {
    overflow: hidden;
}

.faq-3 {
    position: relative;
    z-index: 10;
}

.bg-primary-key {
    --bg-opacity: 1;
    background-color: #145fe2;
}

.border-primary-key {
    --border-opacity: 1;
    --bs-border-color: #145fe2;
}

.logo-style {
    width: 220px;
}

.gradient-btn-2 {
    color: hsl(var(--white));
    border: 1px double transparent;
    background-image: linear-gradient(
            90deg,
            rgb(2, 28, 71),
            rgb(6, 72, 172),
            rgb(81, 191, 255),
            rgb(7, 73, 172),
            rgb(1, 30, 80)
        ),
        radial-gradient(
            circle at left top,
            rgb(0, 54, 136),
            rgb(6, 19, 44),
            rgb(0, 54, 136)
        );
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200%;
    transition: all 0.4s ease-in-out;
    background-position: left;
}

.hero-2__title {
    padding: 1rem;
    position: relative;
    isolation: isolate;
    background-image: radial-gradient(
            circle closest-side,
            rgb(135, 217, 255) calc(100% - 0.5px),
            transparent 100%
        ),
        radial-gradient(
            circle closest-side,
            rgb(63, 217, 255) calc(100% - 0.5px),
            transparent 100%
        ),
        radial-gradient(
            circle closest-side,
            rgb(0, 191, 255) calc(100% - 0.5px),
            transparent 100%
        ),
        radial-gradient(
            circle closest-side,
            rgb(14, 227, 255) calc(100% - 0.5px),
            transparent 100%
        );
    background-position: 0 0, 100% 0, 0 100%;
    background-repeat: repeat-x, repeat-y;
    background-size: 4px 2px, 2px 4px;
}

.clr-grad-1 {
    background: linear-gradient(90deg, #0042bf 30%, #0063ff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-cust-blue {
    background: #145fe2 !important;
}

.faq-section-2__inner::before {
    background-image: linear-gradient(
        90deg,
        rgba(1, 14, 37, 0) 12%,
        rgb(6 15 87) 32%,
        rgb(36 93 250) 68%,
        rgba(237, 109, 75, 0) 87%
    );
}

.todo-nav__link.active::before {
    width: 2rem;
    height: 2px;
    border-radius: 0;
    background: linear-gradient(90deg, #0b27ad 30%, #295ade 70%);
}

.todo-nav__link:hover::before {
    width: 2rem;
    height: 2px;
    border-radius: 0;
    background: linear-gradient(90deg, #0b27ad 30%, #295ade 70%);
}

.img-features {
    width: 100%;
}

.pb-100px {
    padding-bottom: 100px;
}

.pt-100px {
    padding-top: 100px;
}

.custom-cursor div {
    border: 1px solid #295ade !important;
}

.custom-cursor div:nth-child(2) {
    background-color: #295ade !important;
}

.header-crossed .header--3::after {
    background: rgb(2, 49, 152, 0.7);
}

.text-blue {
    color: #295ade !important;
}

.text-blue:hover {
    color: #081c7c !important;
}

@media (min-width: 992px) {
    .header--3 .menu-nav > .list {
        background-color: hsl(var(--white));
        outline: 0.5rem solid #c1d2ff;
    }
}

.accordion-button:not(.collapsed) {
    color: #295ade !important;
}

@media (max-width: 768px) {
    .max-w-sm {
        max-width: 100% !important;
    }

    .menu-toggle {
        background: transparent;
    }
    .animate-line-3d {
        text-align: center;
    }

    .text-center-sm {
        text-align: center !important;
    }

    footer {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .gradient-card-2::after {
        background: #031741 !important;
        -webkit-mask: none;
    }

    .height-400 {
        height: 100%;
    }

    .section-space-sm-y {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.gradient-card-3 {
    background: linear-gradient(180deg, #0b0f0f 68.54%, rgb(11 15 15) 86.92%);
}
