/* Admin Styles */
.gabbi-slider-admin {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 99;
    opacity: 0.4;
}
    .gabbi-slider-admin:hover{
        opacity:1;
    }
    .gabbi-slider-admin a{
        color: darkorange;
    }
    .owl-nav {
        position: absolute;
        top: calc(50% - 40px);
        width: 100%;
        margin: 0 !important;
        display: block;
        height: 43px;
    }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev {
    opacity: 1;
}

button.owl-prev {
    position: absolute;
    left: 0;
    font-size: 2em !important;
    font-weight: bold;
    width: 30px; /*
    height: 2em;
    line-height: 2em !important;*/
    /*background: #eee !important;*/
    transition: 0.6s ease;
    color: #fff !important;
    background-color: rgba(0,0,0,0.2) !important;
}

button.owl-next {
    position: absolute;
    right: 0;
    font-size: 2em !important;
    font-weight: bold;
    width: 30px; /*
    height: 2em;
    line-height: 2em !important;*/
    /*background: #eee !important;*/
    transition: 0.6s ease;
    color: #fff !important;
    background-color: rgba(0,0,0,0.2) !important;
}

    button.owl-next:hover, button.owl-prev:hover {
        background-color: rgba(0,0,0,0.8) !important;
        text-decoration: none;
        opacity: 1;
        color: #165ba8 !important;
    }
    button.owl-next span, button.owl-prev span {
        display: none !important;
    }

@keyframes fade {
    from {
        opacity: 0.25
    }

    to {
        opacity: 1
    }
}
.videoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    /* display: contents; */
    width: 100%;
    z-index: -1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 500px; /* Or any height you need */
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills div without stretching */
    z-index: -1; /* Places video behind the content */
}

.content {
    position: relative;
    z-index: 1; /* Ensures content stays above the video */
    color: white;
    text-align: center;
    padding-top: 20%;
}

#slidersAdmin .card {
    padding: 10px;
    border-radius: 0;
    border-color: #333;
}
#slidersAdmin .card-title{
    color: var(--bs-card-title-color);
    border-bottom: 1px #333 solid;
    margin-bottom: 1em !important;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .gabbi-slider .prev, .gabbi-slider .next, .gabbi-slider .text {
        font-size: 11px
    }
}
