.dlVideoSliderSection{
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.dlVideoSliderWrapper{
  width: 100%;
  position: relative;
}    
.dlVideoSliderSection .dlVideoSliderInner{
  max-width: 1920px;
  margin: auto;
}
.dlVideoSliderSection p {
  width: 90%;
}
.dlVideoSliderSection h2{

}
/* old */
/* .dlVideoSliderSection .dlVideoSliderProgress{
  height: 3px;
  background: #ffffff;
  z-index: 99;
} */
.dlVideoSliderSection  .swiper-pagination-progressbar{
  position: relative;
  border-radius: 10px;
  width: 300px;
  transition: all .5s ease;
}
/* .dlVideoSliderSection .swiper-pagination-progressbar-fill{
  height: 3px;
  top: 0;
  border-radius: 10px;
  background: var(--e-global-color-secondary) !important;
  transition: all .5s ease;
} */

.dlVideoSliderSection .dlVideoSlider{
  width: 60%;
  max-width: 600px;
  margin: 0;
}
.dlVideoSlider, .dlVideoSliderItem{
  min-height: 100vh;
  z-index: 2 !important;
}
.dlVideoSliderItem{
  display: flex;
  /* background-color:var(--e-global-color-primary); */
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-content: flex-end;
}
.dlVideoSliderItem .dlVideoSliderItemContent{
  width: 100%;
  z-index: 2;
  /* max-width: 600px; */
  z-index: 3; 
  position: relative;
}
.dlVideoSliderNav{
  display: flex;
  gap: 20px;
  width: 35%;
  justify-content: flex-end;
  margin: auto;
  margin-right: 0;
  flex-direction: row-reverse;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  pointer-events: auto !important;
}
/* .dlVideoSliderNav .swiper-button-prev, .dlVideoSliderNav .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 42.74px;
  height: 42.74px;
  margin: auto 0;
  border: 2px solid #EBF7FF !important;
  border-radius: 10px;
  transition: all .3s ease;
  cursor: pointer;
}
.dlVideoSliderNav .swiper-button-next:after, .dlVideoSliderNav .swiper-button-prev:after{
  content: '';
  background-image: url('/wp-content/uploads/2025/03/arrow-angle-right.svg');
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.dlVideoSliderNav .swiper-button-next svg, .dlVideoSliderNav .swiper-button-prev svg{
  width: 12.9px;
  height: 12.9px;
}
.dlVideoSliderNav .swiper-button-prev svg{
  transform: rotateZ(180deg);
} */
.dlVideoSliderBgMediaContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* .dlVideoSliderBgMediaContainer:after{
  content: '';
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 23%);
  position: absolute;
  display: block;
  z-index: 2;
  opacity: 50%;
  top: 0;
} */
.dlVideoSliderBgMediaContainer:before{
  content: '';
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: rgba(0, 0, 0, 0); */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 73%);
  position: absolute;
  display: block;
  opacity: 40%;
  z-index: 2;
  pointer-events: none;
}

.dlVideoSliderBgImg,
.dlVideoSliderBgVideo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* old */
.dlVideoSliderNav .sliderButtons{
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.dlVideoSliderItem .dlVideoSliderItemWrapper{
  width: 100%;
}
.dlVideoSliderItem .dlVideoSliderItemInner{
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  /* max-width: 1920px;
  margin: 0 auto; */
}

.dlVideoSliderSection .dlVideoSliderControls{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}
.dlVideoSliderSection .dlVideoSliderControlsInner{
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
.dlVideoSliderSection .swiper-button-next.swiper-button-disabled, .dlVideoSliderSection .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
}
.dlVideoSliderSection .dlVideoSliderBgImgDesktop,
.dlVideoSliderSection .dlVideoSliderBgVideoDesktop {
  display: block;
}
.dlVideoSliderSection .dlVideoSliderBgImgMobile,
.dlVideoSliderSection .dlVideoSliderBgVideoMobile {
  display: none;
}
.dlVideoSliderSection.dl-slider-loading {
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.dlVideoSliderSection.dl-slider-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
/* .dlVideoSliderSection video{
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.dlVideoSliderSection.dl-slider-loaded video {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
} */
/* pagination progress */
.dlVideoSliderPaginationNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0px 0;
  pointer-events: none;
}

.dlVideoSliderPaginationList {
  display: flex;
  /* gap: 3px; */
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  align-items: center;
}

.dlVideoSliderPaginationItem {
  display: flex;
  align-items: center;
  /* gap: 12px; */
  position: relative;
  cursor: pointer;
  transition: all 1s ease;
  max-width: 195px;
  min-width: 195px;
  margin-right: -155px;
}

.dlVideoSliderPaginationItem .slide-num {
    font-size: 24px !important;
    font-weight: 800;
    color: #fff;
    transition: color 0.3s ease;
    opacity: 0.5;
    /* width: 40px; */
    display: flex;
    justify-content: center !important;
    min-width: 25px;
    font-family: 'Roundelay';
}

.dlVideoSliderPaginationItem.active .slide-num {
  opacity: 1;
}
.dlVideoSliderPaginationItem.active{
  margin-right: 0;
  /* max-width: 195px;
  min-width: 195px; */
}
.slide-progress {
    width: 150px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    /* margin-left: -150px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all .8s ease;
    /* transform: translateX(-48px); */
    max-width: 150px;
}
.dlVideoSliderPaginationItem.prev .slide-progress{
  /* margin-right: -150px; */
  /* margin-left: 0px; */
  /* transform: translateX(48px); */
  /* transition: margin .8s ease, transform .8s ease, opacity .8s ease, visibility .8s ease; */
}
.dlVideoSliderPaginationItem.active .slide-progress {
  width: 155px !important;
  /* margin-left: 0px; */
  opacity: 1;
  visibility: visible;
  /* transform: translateX(0px); */
}
.dlVideoSliderPaginationItem  .progress-space{
  transition: all .8s ease;
  width: 150px;
   margin-left:-150px;
    opacity: 0;
    visibility: hidden;
}
.dlVideoSliderPaginationItem.active .progress-space{
  margin-left: 0; 
}
.slide-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0s;
}

.dlVideoSliderPaginationItem {
  cursor: pointer;
}
.dlVideoSliderBgMediaContainer .dlVideoSliderBgSlide {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  /* opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  pointer-events: none; */
}

/* .dlVideoSliderBgMediaContainer .dlVideoSliderBgSlide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
} */

.dlVideoSliderSection .dlVideoSliderBgSwiper{
  width: 100%;
  height: 100%;
}

.dlVideoSliderSection .swiper-slide:not(:first-child) .dlVideoSliderItemContent > * {
  opacity: 1;
  transform: translateY(0px) !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1024px) {
  .dlVideoSliderSection .dlVideoSlider{
    width: 100%;
    max-width: 600px;
  }
  .dlVideoSliderNav {
    width: 100%;
  }
  .dlVideoSliderSection .dlVideoSliderControlsInner{
    /* display: none; */
  }
  .dlVideoSliderSection p {
    width: 95%;
  }
  .dlVideoSliderSection .dlVideoSliderBgImgDesktop,
  .dlVideoSliderSection .dlVideoSliderBgVideoDesktop {
    display: none;
  }
  .dlVideoSliderSection .dlVideoSliderBgImgMobile,
  .dlVideoSliderSection .dlVideoSliderBgVideoMobile {
    display: block;
  }
  .dlVideoSliderSection .dlVideoSliderControls{
    bottom: unset;
    top: 0;
  }
  /* .dlVideoSliderPaginationNav {
    justify-content: center;
  } */
  /* .dlVideoSliderPaginationList {
    gap: 0px;
  } */
  /* .slide-progress {
    width: 40px;
  } */
}
@media (max-width: 768px) {

}
