:root {
    --text-custom: #cb7de5;
    --text-default: #ffffff;
    --text-default-invert: #141414;
    --span: #c863df;
    --span-low: rgb(97 39 255 / 5%);
    --span-middle: rgb(97 39 255 / 25%);
    --money: #f4ca80;
    --money-bg: rgb(244 202 128 / 10%);
    --green: #bb0707f5;
    --orange: #f6b949;
    --red: #ff4940;
    --purple: #bb0707f5;
    --grey: #1e1731;
    --t: #ffc107;
    --ct: #2196f3;
    --top-one: #ffdb5c;
    --top-two: #bfe0ff;
    --top-three: #f8a785;
    --bg: #261941;
    --bg-table: #211b33;
    --bg-modal: rgb(22 22 22 / 80%);
    --transparent: rgb(255 255 255 / 2%);
    --bottom-line-table: rgb(255 255 255 / 2%);
    --navbar: #1a1529;
    --card: #1a1529;
    --button: #292142;
    --button-hover: #3a2f5c;
    --tooltip: #1a1529;
    --input-form: #2d2445;
    --toast-bg-success: rgb(80 165 80);
    --toast-msg-success: #fff;
    --toast-bg-error: rgb(200 59 59);
    --toast-msg-error: #fff;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
background-color: rgb(11 9 16);
    border-color: #050505;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 15px;
}



.image-slider {
  border-radius: 16px;
}

.image-slider__image {
  text-align: left;
  height: 100%;
}

.image-slider__image p {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 14px;
  width: 100%;
  text-wrap: nowrap;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.image-slider__image h3 {
  position: absolute;
  bottom: 100px;
  left: 20px;
  font-family: "Unbounded";
  font-size: 28px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
}

.image-slider__image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

.image-slider .swiper-button-next::after,
.image-slider .swiper-button-prev::after {
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: rgb(255 255 255);
}

.swiper-button-next:active::after,
.swiper-button-prev:active::after {
  transform: scale(0.8);
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 20px !important;
  right: 20px !important;
  top: unset !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  border: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto !important;
  right: 60px !important;
}

.swiper-buttons {
  width: 80px;
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: var(--bg-modal);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 45px;
  z-index: 1;
  border-radius: 50px;
}

.image-slider .swiper-pagination {
  bottom: 10px !important;
  right: 10px !important;
  border-radius: 25px !important;
  width: 100% !important;
  height: 9px;
  line-height: 4px;
}

.image-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  line-height: 20px;
  font-size: 14px;
  background-color: rgb(255 255 255 / 80%);
  border-radius: 7px;
  transition: width 0.15s linear;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  width: 18px;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  transition: width 0.15s linear;
}

.image-slider .swiper-pagination-fraction {
  font-size: 20px;
  color: #fff;
}

.image-slider .swiper-pagination-progressbar-fill {
  background-color: rgb(255 255 255 / 15%) !important;
  border-radius: 25px !important;
}

.autoplay-progress {
  background-color: var(--bg-modal);
  color: var(--border-color);
  backdrop-filter: blur(40px);
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: var(--border-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media (max-width: 768.9px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
    height: 370px;
  }
}

@media (min-width: 769px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    height: 95%;
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 10px;
  }
}

.right-swiper__second {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.card.right-swiper__store {
  width: 70%;
}

.card.right-swiper__ds {
  width: 30%;
}

.right-swiper__online {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.card.right-swiper__site {
  width: 50%;
}

.card.right-swiper__server {
  width: 50%;
}

.card.right-swiper__sc,
.card.right-swiper__store,
.card.right-swiper__ds,
.card.right-swiper__site,
.card.right-swiper__server {
  display: flex;
  position: relative;
  height: 100%;
    background: rgb(37 40 39 / 27%);
  overflow: hidden;
  justify-content: center;
  padding: 0 30px;
  margin-bottom: 10px;
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: var(--color-head) !important;
  transition: 0.3s;
  border-color: #050505;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border-radius: 15px;
}

.card.right-swiper__sc:hover,
.card.right-swiper__store:hover,
.card.right-swiper__ds:hover,
.card.right-swiper__site:hover,
.card.right-swiper__server:hover {
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

.card.right-swiper__site,
.card.right-swiper__server {
  cursor: default;
}

.card.right-swiper__ds {
  align-items: center;
}

.card.right-swiper__store {
  color: var(--money);
}

.card.right-swiper__sc img {
  position: absolute;
  right: -9px;
  height: auto;
  background-image: linear-gradient(273deg, color-mix(in srgb, var(--border-color) 40%, transparent), transparent);
  width: 66%;
  top: -4px;
  transform: scale(0.9);
}

.card.right-swiper__store img {
  position: absolute;
  right: -46px;
  height: auto;
  width: 80%;

  top: 20px;
  transform: scale(1.3);
}


.card.right-swiper__sc:before,
.card.right-swiper__store:before,
.card.right-swiper__ds:before,
.card.right-swiper__site:before,
.card.right-swiper__server:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, var(--border-color), #000000);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  animation: shimmer 2s linear infinite;
  animation-play-state: paused;
}

.card.right-swiper__sc:hover:before,
.card.right-swiper__store:hover:before,
.card.right-swiper__ds:hover:before,
.card.right-swiper__site:hover:before,
.card.right-swiper__server:hover:before {
  opacity: 0.2;
  animation-play-state: running;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.card.right-swiper__ds:before {
  background-image: linear-gradient(270deg, #5865f2, transparent);
}

.card.right-swiper__site:before {
  background-image: linear-gradient(270deg, #19ff8c, transparent);
}

.card.right-swiper__server:before {
  background-image: linear-gradient(270deg, var(--border-color), transparent);
}

.card.right-swiper__ds svg {
  width: 40px;
  height: auto;
  fill: #5865f2;
  transition: 0.5s ease-in-out;
}
.swipe-count-server {
  font-family: "Unbounded";
  font-size: 30px;
  color: var(--purple);
  font-weight: 700;
  margin-top: -3px;
}
.swipe-count {
  font-family: "Unbounded";
  font-size: 30px;
  color: var(--green);
  font-weight: 700;
  margin-top: -3px;
}

.card.right-swiper__ds:hover svg {
  transform: scale(1.3) rotateZ(360deg);
}

.right-swiper__site svg,
.right-swiper__server svg {
  position: absolute;
  width: 100px;
  height: auto;
  right: -21px;
  fill: var(--border-color);
  opacity: 0.1;
}

.right-swiper__server svg {
  fill: var(--border-color);
}

.card .right-swiper__site,
.card .right-swiper__server {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.swipe-title__count,
.swipe-title__count-server {
  font-size: 16px;
  color: var(--green);
  font-weight: 700;
  opacity: 0.9;
  font-family: "SF Pro Display", sans-serif;
}

.swipe-title__count-server {
  color: #ffe9e9f5;
}

.swiper_action_svg {
  position: absolute;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 133 133 / 46%);
  border-radius: 4px;
  left: 12px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.swiper_btn svg {
  position: absolute;
  left: 20px;
  height: 8px;
  width: 8px;
  fill: white;
  transition: 0.3s ease-in-out;
}

.swiper_btn:hover svg {
  transform: rotate(45deg);
}

.swiper_btn:hover .swiper_action_svg {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -12px;
}

.image-slider__image .swiper_btn {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  height: 41px;
  line-height: 41px;
 background-image: linear-gradient(273deg, color-mix(in srgb, var(--border-color) 40%, transparent), transparent);
  padding: 0 20px 0 45px;
  border-radius: 8px;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
}

.swiper-slide {
  width: 100% !important;
}

