.videotweets__list {
  padding: 0;
  list-style: none;
}
.videotweets__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video {
  position: relative;
  z-index: 10;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1019607843));
}
.video__img {
  filter: drop-shadow(0 0 2px #fff);
}
.video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__btn--blur {
  backdrop-filter: blur(2px);
}
.video__btn img {
  width: 80%;
}
.video svg {
  fill: #F18221;
  cursor: pointer;
  transition: all 1s ease;
}
.video svg:hover {
  fill: #fff;
  transform: scale(1.1);
}
.video__text {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 10;
}

.swiper-videotweets {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-videotweets-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
.swiper-videotweets-button-prev, .swiper-videotweets-button-next {
  position: absolute;
  user-select: none;
  top: unset;
  left: 0;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: all 0.4s ease;
  z-index: 1;
}
.swiper-videotweets-button-prev img, .swiper-videotweets-button-next img {
  width: 2.2rem;
}
.swiper-videotweets-button-prev:after, .swiper-videotweets-button-next:after {
  content: none;
}
.swiper-videotweets-button-prev {
  top: 50%;
  left: -0.3rem;
  background: #F18221;
}
.swiper-videotweets-button-prev:hover {
  background-color: rgb(233.7584745763, 116.8792372881, 14.7415254237);
}
.swiper-videotweets-button-next {
  top: 50%;
  right: -3.2rem;
  left: auto;
  background: #F18221;
}
.swiper-videotweets-button-next:hover {
  background-color: rgb(233.7584745763, 116.8792372881, 14.7415254237);
}
.swiper-videotweets-button-next img {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  cursor: default;
  opacity: 1;
  background: #B8B8B8 !important;
}

.soon {
  position: absolute;
  top: -60px;
  right: -4px;
  z-index: 10;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 14px;
  padding: 6px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.2509803922));
}
.soon div {
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 4px;
  aspect-ratio: 1;
  font-size: 75%;
}
.soon.pink {
  background-color: rgba(249, 96, 162, 0.95);
}
.soon.yellow {
  background-color: rgba(252, 205, 102, 0.95);
}

@media (max-width: 1399px) {
  .soon {
    top: -80px;
  }
  .soon div {
    font-size: 90%;
  }
}
@media (max-width: 1199px) {
  .soon {
    top: -60px;
  }
}
@media (max-width: 991px) {
  .soon {
    top: -100px;
  }
  .soon div {
    font-size: 120%;
  }
}
@media (max-width: 767px) {
  .soon {
    top: -70px;
  }
  .soon div {
    font-size: 100%;
  }
}
@media (max-width: 500px) {
  .soon {
    top: -55px;
  }
  .soon div {
    font-size: 75%;
  }
}
@media (max-width: 449px) {
  .soon {
    top: -50px;
  }
  .soon div {
    font-size: 55%;
  }
}

/*# sourceMappingURL=swiperVideotweets.css.map */
