.owl-carousel .owl-item img {
    width: auto !important;
}

/*!*owl-flex*!*/
.owl-flex.owl-carousel .owl-stage {
    display: flex;
}

.owl-flex.owl-carousel .owl-item {
    display: flex;
}

.owl-flex.owl-carousel .owl-stage .item {
    display: flex;
    flex: 1;
}

/*owl-dots-style*/
.owl-dots-style.owl-theme .owl-dots:not(.disabled) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dots-style.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 7px;
    display: inline-block;
    margin: 0 2px;
    transition: all 0.5s;
    background-color: var(--primary-color) !important;
    border-radius: var(--border-radius);
}

.owl-dots-style.owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
}

.owl-dots-style.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-color) !important;
}

/*owl-main*/
.owl-main.owl-theme .owl-dots:not(.disabled) {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.owl-nav-style.owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    left: -51%;
    position: absolute;
    bottom: 0;
}

.owl-nav-style.owl-theme .owl-nav [class*="owl-"] {
    flex: none;
    color: var(--secondary-color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0;
}

.owl-nav-style.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color);
    color: white;
}


.owl-bod.owl-carousel .owl-stage .owl-item .item .bod-slider-image img {
    height: auto;
    width: 100% !important;
    height: 450px;
    object-fit: cover;
    position: relative;
}


/*owl-events*/
.owl-events.owl-nav-style.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

/*owl-media*/
.owl-media.owl-nav-style.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
}

.owl-media.owl-nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
    transform: translateY(-50%) translateX(calc(-100% - 10px));
}

.owl-media.owl-nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
    transform: translateY(-50%) translateX(calc(100% + 10px));
}

@media screen and (max-width: 575.98px) {
    .owl-events.owl-nav-style.owl-theme .owl-nav {
        position: unset;
    }

    .owl-events.owl-nav-style.owl-theme .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .owl-events.owl-nav-style.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .owl-events.owl-nav-style.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}

/*rtl*/

/*rtl:ignore*/
[dir=rtl] .owl-carousel.owl-rtl .owl-item {
    float: right !important;
}

/*rtl:ignore*/
[dir=rtl] .owl-carousel.owl-rtl {
    direction: rtl !important;
}


@media screen and (max-width:767.98px) {
    .owl-nav-style.owl-theme .owl-nav{
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }
}
