﻿.container_slider {
  width: 700px;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  gap: 1rem;
}

.slider_video {
  width: 100%;
  height: 25rem;
  max-height: 25rem;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  border-radius: 30px !important;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 100px !important;
  height: 45px !important;
  background: linear-gradient(135deg, #f1f3f4, #e8eaed) !important;
  border-radius: 20px !important;
  text-align: center !important;
  padding-top: 0.7rem !important;
  line-height: 20px !important;
  font-size: 13px !important;
  color: var(--text-dark) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
  border: solid 2px var(--primary-color) !important;
  color: white !important;
}

@media screen and (max-width: 800px) {
  .container_slider {
    width: 100%;
  }

  .slider_video {
    width: 100%;
    max-height: 18.75rem;
  }
}
