.swiper-section {
  width: 100%;
}

.swiper-section .property-swiper-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.swiper-section .slide-img-wrapper {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #cbefff57;
}

.swiper-section .main-img,
.swiper-section .main-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.swiper-section .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-section .video-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.35);
  color: #fff;

  transition: 0.3s;
  pointer-events: none;
}

.swiper-section .play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  margin-bottom: 10px;
}

.swiper-section .video-overlay .text {
  font-size: 15px;
  font-weight: 600;
}

.swiper-section .thumbnail-wrapper {
  margin-top: 18px;
}

.swiper-section .thumb-image {
  /* height: 130px; */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1/1;
}

.swiper-section .thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-section .thumb-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-section .thumb-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #fff;
}
.swiper-section .thumb-play-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 16px;
  margin-bottom: 6px;
}
.swiper-section .thumb-video-overlay .text {
  font-size: 12px;
  font-weight: 600;
}
.swiper-section .property-swiper-wrapper {
  position: relative;
}
.swiper-section .custom-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.swiper-section .custom-prev,
.swiper-section .custom-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}
.swiper-section .custom-prev:hover,
.swiper-section .custom-next:hover {
  background: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-section .slide-img-wrapper {
    height: 345px;
  }
  .swiper-section .custom-prev,
  .swiper-section .custom-next {
    width: 38px;
    height: 38px;
  }
  .swiper-section .custom-navigation {
    padding: 0 9px;
  }
  .swiper-section .thumb-image {
    /* height: 110px; */
  }
  .swiper-section .thumb-play-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 992px) {
  .swiper-section .custom-prev,
  .swiper-section .custom-next {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
  .swiper-section .slide-img-wrapper {
    height: 380px;
  }
  .swiper-section .custom-navigation {
    padding: 0px 8px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .swiper-section .slide-img-wrapper {
    height: 280px;
  }
  .swiper-section .play-btn {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  .swiper-section .video-overlay span {
    font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .swiper-section .slide-img-wrapper {
    height: 185px;
  }
  .swiper-section .custom-prev,
  .swiper-section .custom-next {
    width: 28px;
    height: 28px;
    font-size: 18px;
    padding: 0;
  }
  .swiper-section .thumb-image {
    /* height: 90px; */
  }
  .swiper-section .thumb-play-btn {
    width: 20px;
    height: 20px;

    font-size: 10px;
  }
  .swiper-section .thumb-video-overlay .text {
    font-size: 10px;
  }
  .swiper-section .thumbnail-wrapper {
    margin-top: 10px;
  }
}
