body {
    overflow-x: hidden;
}

.bg-primary\/20 {
    background-color: #01f0d21c;
}

.bg-primary {
    background: #01f0d2;
}

.bg-main-footer {
    background: url(../image/comman/footer-bg.png)no-repeat;
    height: 600px;
}

.know-bac {
    background: url(../image/know/page-title-bg.jpg)no-repeat;
    height: 600px;
}

.custom-border-radius {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.bg-main-after {
    background: url(../image/home/app_features_bg1.png);
    background-size: contain;
    z-index: 9;
}

.testimonial-item {
    background-color: #1f2937; /* Tailwind's gray-800 */
    border-radius: 0.5rem; /* Tailwind's rounded-lg */
    padding: 1.5rem; /* Tailwind's p-6 */
    position: relative;
}

.d-none-custom{
    display: none;
}