#home-slider .item {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#home-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#home-slider .owl-dots span {
    background-color: #606465;
    border: 2px solid #606465;
}

#home-slider .owl-dot.active span {
    background-color: #a6a1a5;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px 3px;
}