#navbar
{
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#navbar .navbar-box
{
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
}

.slider-hero-section2 .hero-section2 .slide-hint
{
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.stats-container .stats-item
{
    box-shadow: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.stats-container .stats-item .stat-icon-box
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 14px;
    border-radius: 50%;
}

.stats-container .stats-item .stat-number
{
    color: var(--white) !important;
    font-size: 20px !important;
    direction: ltr;
}

.stats-container .stats-item .stat-title
{
    color: var(--white) !important;
}

.stats-container .stats-item:hover
{
    transform: none !important;
}

.stats-container .content-container
{
    background-color: var(--secondary);
    border-radius: 20px;
    padding: 30px;
    background-image: url('../img/statistics_bg_T0k.png');
}

.trend-categories-swiper .trending-card
{
    align-items: flex-start !important;
    background: #fff !important;
    padding: 20px;
    border-radius: 25px;
}

.trend-categories-swiper .trending-card .trending-image
{
    padding: 0 0 !important;
    border-radius: 100px;
    width: 50px !important;
    height: 50px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.trend-categories-swiper .trending-card .trending-image .icon
{
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 0 !important;
}

.trend-categories-swiper .trending-card .item-count
{
    top: 0;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #97a7bf !important;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.trend-categories-swiper .trending-card h3
{
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

.feature-slider-container .feature-price-box
{
    font-family: Yekan !important;
}

.course-content-sidebar .rounded-lg
{
    background-color: #fff;
}

.course-content-sidebar .rounded-lg.sidebar-ads, .course-content-sidebar img.rounded-lg
{
    background-color: transparent !important;
}

.webinar-card .webinar-card-body .user-inline-avatar, .product-card .product-card-body .user-inline-avatar
{
    display: none !important;
}

.footer p, .footer p a
{
    color: #fff;
}