.version {
  display: flex;
  padding: 30px 30px 0;
  margin: 0 auto 30px;
}

.heading {
  margin-bottom: 0;
  font-size: 24px;
  flex-shrink: 0;
}

.fixing {
  color: #6d7a8a;
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #fff;
}

.release-link:hover {
  color: #f2cf6d !important;
}

.price-unit {
  color: white!important;
}

.simple-slider {
  overflow: visible !important;
}

.swiper-slide {
  padding: 0 50px;
}

special-font {
}

.special-font {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 1000;
}

.swiper-button-next {
  background-color: rgba(215,215,221,0.95);
  border-radius: 50%;
  margin: -23px 20px 0px;
}

.swiper-button-prev {
  background-color: rgba(215,215,221,0.95);
  border-radius: 50%;
}

loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(244, 244, 244, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.blinking-svg {
  animation: blink 1.5s infinite;
  border-radius: 50%;
  width: 100px;
  height: auto;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(244, 244, 244, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.carousel-card-item {
  /*background: blue;*/
  border-radius: .5vw;
  overflow: hidden;
}

.carousel-card-item img {
  width: 100%;
}

.carousel-pagination {
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 99;
  align-items: center;
}

@media (max-width: 592px) {
  .radial-light {
    max-width: 592px;
    top: 13%!important;
    left: -52%!important;
    background-size: 100% 75%!important;
  }
}

#spiderTemplate::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/fast-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(14px);
  z-index: 0;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
}

.task-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/task-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  background-position: center;
  filter: blur(10px);
}

.butterfly-light::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/come.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  z-index: 0;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
}

.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("advantage.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.95;
  pointer-events: none;
  filter: blur(5px);
}

.custom-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("custom-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.ai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../assets/img/ai-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px);
  transform: scale(1.05);
  z-index: -1;
}

.videos-content-item {
  padding: 80px 0;
}

.media-controls-container {
  -webkit-appearance: none !important;
  border-radius: 20px !important;
}

.media-controls-container {
  border-radius: 20px !important;
}

.media-controls {
  border-radius: 20px !important;
  overflow: hidden;
}

@keyframes bgflow {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

.page-section.exclusive-section-visual {
  background-image: url('../../assets/img/Exclusive/bg-preferential.jpg');
}

.exclusive-section-mark {
  background-image: url('../../assets/img/Exclusive/bg-customization.jpg');
}

@media (max-width: 768px) {
  .exclusive-title {
    font-size: 30px!important;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .exclusive-paragraph {
    font-size: 20px!important;
    margin: 12px 6px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

