.static,
.owl-carousel {
    position: relative;
    z-index: 0;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 720px;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-nav button.owl-next:hover {
    background: var(--active);
    color: #fff;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    left: 0;
    padding: 0px 10px 6px 10px !important;
    background: #7a7d79;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    font-size: 35px;
    line-height: 1;
    color: var(--active);
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}

.owl-nav button.owl-next {
    right: 0;
    left: inherit;
}

.cards_carousel .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.full-fade-carousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-fade-carousel .owl-slide {
    height: 100vh;
}

.full-fade-carousel .owl-item {
    animation-duration: 0.6s !important;
}

.full-fade-carousel .owl-item.active {
    animation: zoom-in-zoom-out 5s linear;
}

.owl-theme .owl-nav {
    margin: 0;
}

.full-fade-carousel .owl-nav {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.full-fade-carousel .owl-nav button.owl-prev,
.full-fade-carousel .owl-nav button.owl-next {
    background: none;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
}

.full-fade-carousel .owl-nav button:hover {
    background: transparent !important;
}

.full-fade-carousel .owl-nav button.owl-prev span,
.full-fade-carousel .owl-nav button.owl-next span {
    display: block;
    text-indent: -9999px;
    background: url('../../img/arrow_right.svg') no-repeat;
    transform: rotate(180deg);
    width: 23px;
    height: 13px;
}

.full-fade-carousel .owl-nav button.owl-next span {
    transform: rotate(0);
    display: block;
    margin-left: 8px;
}

.full-fade-carousel .owl-dots {
    position: absolute;
    bottom: 3%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.full-fade-carousel .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px;
    border: 1px solid #13250e;
    display: block;
    transition: opacity 200ms ease;
    transform: rotate(45deg);
    background-color: white;
}

.full-fade-carousel .owl-item.center {
    box-shadow: 0px 0px 10px 5px rgba(181, 181, 181, 0.5);
    padding: 1.8rem;
    transform: scale(1.1);
}

.full-fade-carousel .owl-dots .owl-dot span {
    width: 0.5rem;
    height: 0.5rem;
    background-color: transparent;
    border: 1px solid white;
}

.full-fade-carousel .owl-dots .owl-dot.active span {
    background-color: white;
    padding: 0.2rem 1rem;
}

.full-fade-carousel .owl-dots .owl-dot.active span,
.full-fade-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 13px;
    height: 4px;
}

.product_owl_slide .owl-dots .owl-dot.active span,
.product_owl_slide .owl-dots .owl-dot:hover span {
    background: #505655;
    width: 13px;
    height: 13px;
}

@media (max-width: 1100px) {
    .full-fade-carousel .owl-slide.cover {
        background-size: auto 100% !important;
    }
}

.pager-carousel .light-text {
    color: var(--lightBg);
    text-align: center;
    font-size: var(--size16);
}

.pager-carousel .owl-nav button.owl-prev span,
.pager-carousel .owl-nav button.owl-next span {
    font-size: 1.5rem;
    padding: 0.5rem;
}

.pager-carousel .owl-nav button.owl-prev,
.pager-carousel .owl-nav button.owl-next {
    box-shadow: none;
}

@media (min-width: 320px) {
    .pager-carousel .owl-nav button.owl-prev,
    .pager-carousel .owl-nav button.owl-next {
        transform: translateY(-17px);
    }
}

@media (min-width: 1100px) {
    .pager-carousel .owl-nav button.owl-prev,
    .pager-carousel .owl-nav button.owl-next {
        transform: translateY(-20px);
    }
}
