.nm-slider {
    position: relative;
    overflow: hidden;
}

.nm-slide {
    display: none;
}

.nm-slide.active {
    display: block;
}

.nm-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.nm-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.nm-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }

.nm-numbers {
    text-align: center;
    margin-top: 10px;
}

.nm-numbers span {
    margin: 0 5px;
    cursor: pointer;
    background: #eee;
    padding: 5px 10px;
}

.tumunu-gor {
    background: red;
    color: #fff;
    padding: 5px 10px;
}