
.feature-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0a0a0a;
}

    .feature-sec .mb-16 {
        margin-bottom: 4rem;
    }

.feature-tag {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #daff01;
}

.feature-sec h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color:#fff
}

    .feature-sec h2 span {
        color: #daff01;
    }

.feature-sec p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #9ca3af;
    max-width: 48rem;
    margin-bottom: 2rem;
}

.feature-grid-sec {
    padding: 3rem;
    background-color: rgb(21, 21, 21, 1);
    border-color: rgb(28, 28, 28, 1);
    border-width: 1px;
    border-radius: 1rem;
    border-style: solid;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 68% 1fr;
}

.feature-top-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}


    .feature-top-box .feature-icon {
        width: 56px;
        height: 56px;
        background: rgb(218, 255, 1, .1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        color: #daff01;
        transition: all 0.3s ease;
        margin: 0px 20px 0 0;
    }

        .feature-top-box .feature-icon svg {
            width: 1.75rem;
            height: 1.75rem;
            color: #daff01;
        }

    .feature-top-box .text-title {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: #daff01;
    }

    .feature-top-box h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

.feature-grid-sec p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #9ca3af;
    max-width: 48rem;
    margin-bottom: 2rem;
}

.feature-grid-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-grid-sec li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 12px;
}

    .feature-grid-sec li:not(:last-child) {
        margin-bottom: 12px;
    }

    .feature-grid-sec li .rounded-bullet {
        border-radius: 9999px;
        flex-shrink: 0;
        width: 0.375rem;
        height: 0.375rem;
        margin-top: 0.5rem;
        margin-left: 0;
        margin-right: 0;
        background-color: #daff00;
    }

    .feature-grid-sec li span {
        color: #d1d5db;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 1rem
    }


.feature-grid {
/*    display: grid;
    gap: 1.5rem;
    grid-template-columns: 400px 1fr;*/
}

.feature-box {
    padding: 1.5rem;
    background-color: rgb(10, 10,10, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-width: 1px;
    border-radius: 0.75rem;
    border-color: rgb(26, 26, 26, 1);
    transition: transform .3s ease, box-shadow .3s ease;
    border-style: solid;
}

    .feature-box .text-title {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: #daff01;
    }

.hero-video-sec {
    width: 100%;
    height: 300px;
    border-width: 1px;
    border-color: rgb(26, 26, 26,.1);
    border-radius: 1rem;
    overflow: hidden;
    border-style: solid;
    background: #111111;
    background: linear-gradient(to bottom, #141414, #1f1f1f);
}

.video-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-content .video-icon {
        width: 3rem;
        height: 3rem;
        /*        background-color: rgb(218, 255, 1, 0.1);*/
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 0.2rem auto;
    }

        .video-content .video-icon svg {
            width: 2.5rem;
            height: 2.5rem;
            color: #daff01;
        }

    .video-content .text-center p {
        font-size: 1rem;
        line-height: 1rem;
        color: #6b7280;
        margin: 0;
    }

        .video-content p span {
            font-size: .85rem;
            line-height: 1.25rem;
            color: #4b5563;
            margin-bottom: 0;
        }


/*    .feature-box:hover {
        box-shadow: 0 10px 40px rgb(218, 255, 1, .15);
        transform: translateY(-5px);
        border-color: rgb(218, 255, 1, 0.3);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }*/

.feature-box .feature-icon {
    width: 3rem;
    height: 3rem;
    background: rgb(218, 255, 1, .1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    color: #daff01;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

        .feature-box .feature-icon svg {
            width: 1.5rem;
            height: 1.5rem;
            color: #daff01;
        }

    .feature-box h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: #fff;
        margin: 0;
        margin-bottom: 0.75rem;
    }

    .feature-box p {
        font-size: 1rem;
        line-height: 1.25rem;
        color: #fff;
        margin: 10px 0 20px 0;
    }


.device-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.device-sec h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff
}

.device-sec p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    text-align:center
}

.device-sec table td, table th {
    color: #9ca3af;
}
.device-sec table td {
    padding: .9em .5rem;
}
.device-sec table td:first-child{color:#fff}
.device-sec table td:last-child {
color: #daff01
}
.device-sec table tr {
    border-color: #303030;
}

.features-section p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    text-align: center;
}
