
.custom-marquee {
overflow: hidden;
white-space: nowrap;
width: 100%;
}

.custom-marquee-track {
display: flex;
width: max-content;
animation: marquee 50s linear infinite;
}

.custom-marquee p {
margin: 0;
padding-right: 50px;
/* font-size: inherit; */
}

@keyframes marquee {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
  .owl-carousel.video-carousel.owl-loaded.owl-drag {
    width: 100%;
    height: 100%;
}

.owl-carousel.video-carousel .owl-stage-outer {
        width: 100%;
    height: 100%;
}

.owl-carousel.video-carousel .video-wrapper {
    width: 100%;
    height: 100%;
}

.owl-carousel.video-carousel .owl-nav {
    display:none;
}

.owl-carousel.video-carousel button.owl-dot.active span {
    width: 10px;
    height: 10px;
    display: block;
    color: #ffc30f;
    background-color: #ffc30f;
}

.owl-carousel.video-carousel button.owl-dot span  {
        width: 10px;
    height: 10px;
    display: block;
    color: #363636;
    background-color: #b0b0b0;
    border-radius:20px;
}

.owl-carousel.video-carousel .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.owl-carousel.video-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

.owl-carousel.video-carousel .owl-item.first.active { height: 100%;}

.owl-carousel.video-carousel .item { height: 100%;
      }

.owl-carousel.video-carousel .owl-dots {
    margin-top:20px;
}
.owl-carousel.video-carousel .owl-nav {
    display: block;
}

.owl-carousel.video-carousel button.owl-prev {
    position: absolute;
    top: 45%;
    left: -45px;
}

.owl-carousel.video-carousel button.owl-next {
    position: absolute;
    top: 45%;
    right: -45px;
}

.owl-carousel.video-carousel button img.nav-arrow {
    width: 40px;
}


.youtube-placeholder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
    padding: 0;
}
.youtube-placeholder .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    background: #000;
    margin: 0 auto;
}

.flex-content {
    position: relative;
    display: flex;
    height: 100%;
}

@media (max-width:767px){
.owl-carousel.video-carousel    button.owl-prev {
    position: absolute;
    top: 45%;
    left: -20px;
}

.owl-carousel.video-carousel button.owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}
}