html {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  /* IE/Edge */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
}

html::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 3px;
  transition: background-color .4s;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .4);
}

main {
  background: #05001c;
}

main .text-light {
  opacity: 0.8;
}

main .btn-gradient {
  z-index: 1;
  position: relative;
  outline: none;
  border: none;
  background-size: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  main .btn-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(125deg,
        #cda6ff 11.02%,
        #dc58f1 38.37%,
        #5800ff 62.65%,
        #6c26ff 94.31%);
    background-size: 200%;
    border-radius: inherit;
    opacity: 0;
    transition: 0.5s;
  }
}

main .btn-gradient:hover {
  animation: btnEffects 15s linear infinite;
}

main .btn-gradient:hover::before {
  filter: blur(25px);
  opacity: 0.8;
  animation: btnEffects 3s linear infinite;
}

main .btn-gradient svg {
  margin-right: 0;
}

@keyframes btnEffects {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

@keyframes particles {
  0% {
    transform: translateY(90%);
  }

  100% {
    transform: translateY(-20%);
  }
}

.footer {
  border-radius: 0;
}

@media (min-width: 992px) {
  .footer .container .info-cont {
    padding: 48px 0 50px 32px;
  }
}

@media (min-width: 1280px) {
  .footer .container .info-cont {
    padding: 48px 0 50px 40px;
  }
}

@media (min-width: 992px) {
  .footer .container .info-cont::after {
    right: unset;
    left: 0;
  }
}

@media (max-width: 767px) {
  .footer .container .info-cont .span-title {
    font-size: 29px;
  }
}

.container {
  padding: 0 18px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1012px;
    padding: 0;
  }
}

@media (min-width: 1660px) {
  .container {
    max-width: 1432px;
  }
}

.feature-h1 {
  min-height: 3.5rem;
  contain: layout;
  font-size: 46px;
  line-height: 120%;
}

@media (max-width: 1659.98px) {
  .feature-h1 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .feature-h1 {
    font-size: 24px;
    line-height: 135%;
  }
}

.feature-h2 {
  font-size: 46px;
  line-height: 120%;
  color: #fff;
}

@media (max-width: 1659.98px) {
  .feature-h2 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .feature-h2 {
    font-size: 24px;
    line-height: 135%;
  }
}

.text-gradient-primary {
  background: linear-gradient(90deg, #e0c7ff 30%, #ee87ff 60%, #742bff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-primary2 {
  background: linear-gradient(104.49deg,
      #f43ed9 0%,
      #ec78ff 28.67%,
      #9f24ff 62.17%,
      #6b57ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* first screen */
.first-screen .p2 {
  min-height: 58px;
}

/* product scene */
.product-scene .feature-h2,
.product-scene .p2 {
  max-width: 1000px;
  margin: 0 auto;
}

.product-scene .feature-h2 {
  min-height: 3.5rem;
  contain: layout;
}

.product-scene .p-text {
  max-width: 810px;
}

@media (min-width: 1600px) {
  .product-scene .p-text {
    max-width: 1000px;
  }
}

.product-scene .img-description {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 24px;
}

@media (min-width: 992px) {
  .product-scene .img-description {
    margin-top: 40px;
    gap: 48px;
  }
}

@media (min-width: 1600px) {
  .product-scene .img-description {
    margin-top: 64px;
    gap: 64px;
  }
}

.product-scene .img-description .card {
  border-radius: 16px;
  background: #15172c;
  gap: 12px;
}

@media (min-width: 992px) {
  .product-scene .img-description .card {
    background: transparent;
    gap: 36px;
  }
}

@media (min-width: 1600px) {
  .product-scene .img-description .card {
    gap: 48px;
  }
}

@media (min-width: 992px) {
  .product-scene .img-description .img-cont,
  .product-scene .img-description .text-cont {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .product-scene .img-description .img-cont {
    border-radius: 16px 16px 0 0;
    background: #3e395b;
  }
}

.product-scene .img-description .img-cont img  {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 732 / 530;
  object-fit: cover;
}

.product-scene .img-description .text-cont {
  padding: 12px 12px 32px;
  text-align: center;
}

@media (min-width: 992px) {
  .product-scene .img-description .text-cont {
    padding: 0;
    text-align: start;
  }
}

@media (min-width: 1600px) {
  .product-scene .img-description .text-cont {
    max-width: 652px;
  }
}

.product-scene .img-description .text-cont .h4 {
  min-height: 20px;
  margin-bottom: 12px;
}

@media (min-width: 1600px) {
  .product-scene .img-description .text-cont .h4 {
    margin-bottom: 18px;
  }
}

.product-scene .img-description .text-cont .p2 {
  min-height: 58px;
  color: rgba(250, 248, 255, 0.8) !important;
}

@media (min-width: 992px) {
  .product-scene .img-description .text-cont .p2 {
    color: #fff !important;
  }
}

.product-scene .img-description .list-tick {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}

@media (min-width: 992px) {
  .product-scene .img-description .list-tick {
    color: #fff;
  }
}

@media (min-width: 1600px) {
  .product-scene .img-description .list-tick {
    gap: 16px;
    padding-left: 34px;
    font-size: 18px;
  }
}

.product-scene .img-description .list-tick li {
  position: relative;
}

.product-scene .img-description .list-tick li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url('data: image/svg+xml, <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3.5" y="3.5" width="21" height="21" rx="10.5" fill="%236B57FF" stroke="%236B57FF" stroke-width="1.75"/><path d="M8.75 14.875L11.2249 17.3499C11.5666 17.6916 12.1206 17.6916 12.4623 17.3499L18.6495 11.1627" stroke="white" stroke-width="1.75" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
}

@media (min-width: 992px) {
  .product-scene .img-description .list-tick li::before {
    top: -2px;
  }
}

@media (min-width: 1600px) {
  .product-scene .img-description .list-tick li::before {
    left: -34px;
    width: 28px;
    height: 28px;
  }
}

/* why choose */
.why-choose {
  padding: 120px 0;
  background: url("https://images.edimakor.ai/product/why-choose-bg.webp") no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1659.98px) {
  .why-choose {
    padding: 80px 0;
  }
}

@media (max-width: 991.98px) {
  .why-choose {
    background: url("https://images.edimakor.ai/edimakorai-2025/product/ai-fight-generator/why-choose-bg-mb.webp") no-repeat;
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  .why-choose {
    padding: 64px 0;
  }
}

.why-choose h2 {
  max-width: 1000px;
}

@media (max-width: 1659.98px) {
  .why-choose h2 {
    max-width: 622px;
  }
}

.why-choose .swiper-reasons {
  overflow: hidden;
}

@media (max-width: 1659.98px) {
  .why-choose .swiper-reasons {
    max-width: 908px;
    margin: 0 auto;
  }
}

.why-choose .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto;
}

@media (max-width: 767.98px) {
  .why-choose .swiper-slide {
    width: 100% !important;
    padding: 0;
  }

  .why-choose .swiper-slide.swiper-slide-active .card {
    background: linear-gradient(104.49deg,
        #f43ed9 0%,
        #ec78ff 28.67%,
        #9f24ff 62.17%,
        #6b57ff 100%);
  }
}

.why-choose .swiper-wrapper {
  display: flex;
  gap: 20px 0;
}

@media (min-width: 768px) {
  .why-choose .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media (min-width: 992px) {
  .why-choose .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1600px) {
  .why-choose .swiper-wrapper {
    gap: 32px;
  }
}

.why-choose .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b3a9ff;
  opacity: 1;
}

.why-choose .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 19px;
  height: 9px;
  border-radius: 18px;
  background: #6b57ff;
}

.why-choose .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(250, 248, 255, 0.2);
  border-radius: 24px;
  padding: 1px;
  text-decoration: none;
  overflow: hidden;
}

@media (min-width: 992px) {
  .why-choose .card {
    border-radius: 15px;
  }
}

@media (min-width: 1600px) {
  .why-choose .card {
    border-radius: 24px;
  }
}

.why-choose .card:hover {
  background: linear-gradient(104.49deg,
      #f43ed9 0%,
      #ec78ff 28.67%,
      #9f24ff 62.17%,
      #6b57ff 100%);
}

.why-choose .card .card-body {
  width: 100%;
  height: calc(100% - 1px);
  padding: 20px;
  border-radius: 24px;
  background: #05001c linear-gradient(112.19deg,
      rgba(237, 234, 255, 0.12) 43.58%,
      rgba(207, 199, 255, 0.12) 81.65%);
}

@media (max-width: 1659.98px) {
  .why-choose .card .card-body {
    padding: 13px 13px 21px;
    border-radius: 15px;
  }
}

@media (max-width: 991.98px) {
  .why-choose .card .card-body {
    padding: 15px 15px 27px;
  }
}

@media (max-width: 768px) {
  .why-choose .card .card-body {
    border-radius: 24px;
    overflow: hidden;
  }
}

.why-choose .card .card-body img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 414 / 240;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1659.98px) {
  .why-choose .card .card-body img {
    border-radius: 12px;
  }
}

@media (max-width: 991.98px) {
  .why-choose .card .card-body img {
    border-radius: 16px;
  }
}

.why-choose .card .card-body h3 {
  font-size: 22px;
  line-height: 135%;
}

@media (max-width: 1659.98px) {
  .why-choose .card .card-body h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .why-choose .card .card-body h3 {
    font-size: 17.38px;
  }
}

.why-choose .card .card-body p {
  min-height: 51px;
  font-size: 16px;
  line-height: 160%;
  color: #bebebe;
}

@media (max-width: 1659.98px) {
  .why-choose .card .card-body p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .why-choose .card .card-body p {
    font-size: 12.16px;
  }
}

.why-choose .card .card-body .text-content {
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .why-choose .card .card-body .text-content {
    padding: 21px 0 0;
  }
}

@media (min-width: 1600px) {
  .why-choose .card .card-body .text-content {
    padding: 22px 0 0;
  }
}

/* video secnarios */
.video-secnarios p {
  color: white;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1659.98px) {
  .video-secnarios p {
    color: rgba(250, 248, 255, 0.8);
    max-width: 809px;
  }
}

@media (max-width: 1659.98px) {
  .video-secnarios .row {
    max-width: 908px;
    margin: 0 auto;
  }
}

.video-secnarios .row>div {
  padding: 0 14px;
}

@media (max-width: 1659.98px) {
  .video-secnarios .row>div {
    padding: 0 8px;
  }
}

@media (max-width: 991.98px) {
  .video-secnarios .row>div {
    padding: 0 6px;
  }
}

.video-secnarios .cell .cell-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 2px;
}

@media (max-width: 1659.98px) {
  .video-secnarios .cell .cell-video {
    border-radius: 12.67px;
    padding: 1.5px;
  }
}

@media (max-width: 991.98px) {
  .video-secnarios .cell .cell-video {
    border-radius: 8.82px;
  }
}

.video-secnarios .cell .cell-video:hover {
  background: linear-gradient(104.49deg,
      #f43ed9 0%,
      #ec78ff 28.67%,
      #9f24ff 62.17%,
      #6b57ff 100%);
}

.video-secnarios .cell .cell-video:hover .btn-cont {
  bottom: 11px;
}

.video-secnarios .cell .cell-video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 332 / 186;
  border-radius: 20px;
}

@media (max-width: 1659.98px) {
  .video-secnarios .cell .cell-video video {
    border-radius: 12.67px;
  }
}

@media (max-width: 991.98px) {
  .video-secnarios .cell .cell-video video {
    border-radius: 8.82px;
  }
}

.video-secnarios .cell .cell-video .btn-cont {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.video-secnarios .cell .cell-video .btn-cont .btn {
  width: -moz-max-content;
  width: max-content;
  height: 38px;
  border: 0;
  padding: 0 22px;
}

@media (max-width: 1659.98px) {
  .video-secnarios .cell .cell-video .btn-cont .btn {
    font-size: 12px;
    height: 26px;
    padding: 0 15px;
  }
}

@media (max-width: 991.98px) {
  .video-secnarios .cell .cell-video .btn-cont .btn {
    font-size: 14px;
    line-height: 23px;
    padding: 0 11px;
    height: 23px;
  }
}

.video-secnarios .cell h3 {
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px;
}

@media (max-width: 1659.98px) {
  .video-secnarios .cell h3 {
    font-size: 14.47px;
    margin-top: 6px;
  }
}

@media (max-width: 991.98px) {
  .video-secnarios .cell h3 {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* model example */
.model-example {
  padding: 40px 0;
}

@media (max-width: 992px) {
  .model-example .swiper {
    overflow: hidden;
  }
}

.model-example .models-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 8px;
}

@media (min-width: 1600px) {
  .model-example .models-cont {
    gap: 24px 46px;
  }
}

@media (max-width: 992px) {
  .model-example .models-cont {
    display: flex;
    flex-direction: row;
    gap: unset;
  }
}

.model-example .models-cont .card {
  border-radius: 12px;
  text-decoration: none;
}

.model-example .models-cont .card.coming-soon {
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .model-example .models-cont {
    margin-top: 8px;
  }
}

.model-example .models-cont .card .inner-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: linear-gradient(0deg,
      rgba(15, 16, 36, 0.25),
      rgba(15, 16, 36, 0.25)),
    radial-gradient(96.59% 96.59% at 14.71% 3.41%,
      rgba(107, 87, 255, 0.33) 0%,
      rgba(107, 87, 255, 0) 100%);
  backdrop-filter: blur(4.2px);
  border: 1px solid #8372ff33;
  border-radius: 12px;
}

.model-example .models-cont .card:hover .inner-card {
  border: 0;
  padding: 9px 11px;
  background: linear-gradient(104.49deg,
      #f43ed9 0%,
      #ec78ff 28.67%,
      #9f24ff 62.17%,
      #6b57ff 100%);
}

.model-example .models-cont .card .card-icon {
  display: flex;
  justify-content: start;
  align-items: center;
}

.model-example .models-cont .card .card-icon img {
  max-width: 46px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-right: 10px;
}

.model-example .models-cont .card .card-btn {
  border-radius: 35px;
  padding: 1px;
  background: linear-gradient(102.45deg,
      #ffffff -15.09%,
      rgba(255, 255, 255, 0) 105.23%);
  background: #ffffff33;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}

.model-example .models-cont .card .card-innerbtn {
  border-radius: 35px;
  padding: 1px 9px;
  background: #ffffff33;
}

.model-example .models-cont .card:hover .card-innerbtn {
  background: linear-gradient(156.99deg,
      #af4bf2 -3.58%,
      rgba(225, 179, 255, 0.6) 48.89%,
      rgba(225, 179, 255, 0.15) 105.04%);
}

.model-example .models-cont .card:hover .card-btn {
  background: linear-gradient(102.45deg,
      #ffffff -15.09%,
      rgba(255, 255, 255, 0) 105.23%);
}

.model-example .models-cont .card .card-btn:hover .card-innerbtn {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)),
    linear-gradient(156.99deg,
      #af4bf2 -3.58%,
      rgba(225, 179, 255, 0.6) 48.89%,
      rgba(225, 179, 255, 0.15) 105.04%);
}

.model-example .models-cont .card .subscript {
  padding: 1px;
  top: -10%;
  right: -1%;
  border-radius: 12px;
  background: linear-gradient(98.41deg,
      #5800ff 3.53%,
      #cda6ff 36.54%,
      #dc58f1 61.81%,
      #5800ff 102.56%),
    linear-gradient(102.45deg, #ffffff -15.09%, rgba(255, 255, 255, 0) 105.23%);
  background-blend-mode: overlay;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}

.model-example .models-cont .card .innersubscript {
  padding: 0 10px;
  font-size: 12px;
  border-radius: 12px;
  background: linear-gradient(98.41deg,
      #5800ff 3.53%,
      #cda6ff 36.54%,
      #dc58f1 61.81%,
      #5800ff 102.56%);
}

@media (min-width: 1600px) {
  .model-example .models-cont .card .subscript {
    right: -4%;
  }
}

@media (max-width: 992px) {
  .model-example .container {
    padding-right: 0;
  }

  .model-example .swiper .card {
    max-width: 237px;
  }
}

.model-example .swiper .swiper-button-prev,
.model-example .swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  background: radial-gradient(96.71% 102.84% at 14.71% 3.41%,
      rgba(107, 87, 255, 0.33) 0%,
      rgba(107, 87, 255, 0) 100%),
    rgba(15, 16, 36, 0.25);
  border-width: 0.8px;
  border-style: solid;
  border-color: rgba(131, 114, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 992px) {

  .model-example .swiper .swiper-button-prev,
  .model-example .swiper .swiper-button-next {
    top: -32%;
  }

  .model-example .swiper-button-prev {
    left: auto;
    right: 43px;
  }
}

.model-example .swiper .swiper-button-prev::after {
  content: "";
  background-image: url('data: image/svg+xml, <svg width="29" height="25" viewBox="0 0 29 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.8623 4.15265C9.8623 4.8547 9.29318 5.42383 8.59112 5.42383H6.69599C5.99393 5.42383 5.4248 5.99296 5.4248 6.69501V9.08429C5.4248 9.78634 4.85568 10.3555 4.15362 10.3555H1.27118C0.569126 10.3555 0 10.9246 0 11.6266V14.0159C0 14.718 0.569126 15.2871 1.27118 15.2871H4.15362C4.85568 15.2871 5.4248 15.8562 5.4248 16.5583V17.9603C5.4248 18.6623 5.99393 19.2314 6.69599 19.2314H8.59112C9.29318 19.2314 9.8623 19.8006 9.8623 20.5026V23.3851C9.8623 24.0871 10.4314 24.6562 11.1335 24.6562H14.5081C15.2102 24.6562 15.7793 24.0871 15.7793 23.3851V20.0095C15.7793 19.3074 15.2102 18.7383 14.5081 18.7383H11.6266C10.9246 18.7383 10.3555 18.1692 10.3555 17.4671V16.5583C10.3555 15.8562 10.9246 15.2871 11.6266 15.2871L27.3304 15.2871C28.0324 15.2871 28.6016 14.718 28.6016 14.0159V11.6266C28.6016 10.9246 28.0324 10.3555 27.3304 10.3555L11.6266 10.3555C10.9246 10.3555 10.3555 9.78634 10.3555 9.08429V7.18915C10.3555 6.4871 10.9246 5.91797 11.6266 5.91797H14.5081C15.2102 5.91797 15.7793 5.34884 15.7793 4.64679V1.27118C15.7793 0.569127 15.2102 0 14.5081 0L11.1335 0C10.4314 0 9.8623 0.569127 9.8623 1.27118V4.15265Z" fill="%238372FF"/></svg>');
  background-size: 100% 100%;
}

.model-example .swiper .swiper-button-next::after {
  content: "";
  transform: rotate(180deg);
  background-image: url('data: image/svg+xml, <svg width="29" height="25" viewBox="0 0 29 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.8623 4.15265C9.8623 4.8547 9.29318 5.42383 8.59112 5.42383H6.69599C5.99393 5.42383 5.4248 5.99296 5.4248 6.69501V9.08429C5.4248 9.78634 4.85568 10.3555 4.15362 10.3555H1.27118C0.569126 10.3555 0 10.9246 0 11.6266V14.0159C0 14.718 0.569126 15.2871 1.27118 15.2871H4.15362C4.85568 15.2871 5.4248 15.8562 5.4248 16.5583V17.9603C5.4248 18.6623 5.99393 19.2314 6.69599 19.2314H8.59112C9.29318 19.2314 9.8623 19.8006 9.8623 20.5026V23.3851C9.8623 24.0871 10.4314 24.6562 11.1335 24.6562H14.5081C15.2102 24.6562 15.7793 24.0871 15.7793 23.3851V20.0095C15.7793 19.3074 15.2102 18.7383 14.5081 18.7383H11.6266C10.9246 18.7383 10.3555 18.1692 10.3555 17.4671V16.5583C10.3555 15.8562 10.9246 15.2871 11.6266 15.2871L27.3304 15.2871C28.0324 15.2871 28.6016 14.718 28.6016 14.0159V11.6266C28.6016 10.9246 28.0324 10.3555 27.3304 10.3555L11.6266 10.3555C10.9246 10.3555 10.3555 9.78634 10.3555 9.08429V7.18915C10.3555 6.4871 10.9246 5.91797 11.6266 5.91797H14.5081C15.2102 5.91797 15.7793 5.34884 15.7793 4.64679V1.27118C15.7793 0.569127 15.2102 0 14.5081 0L11.1335 0C10.4314 0 9.8623 0.569127 9.8623 1.27118V4.15265Z" fill="%238372FF"/></svg>');
  background-size: 100% 100%;
}

.model-example .swiper .swiper-button-prev::after,
.model-example .swiper .swiper-button-next::after {
  width: 9.6px;
  height: 8.3px;
}

.model-example .swiper .swiper-button-prev:hover,
.model-example .swiper .swiper-button-next:hover {
  background: radial-gradient(96.71% 102.84% at 14.71% 3.41%,
      rgba(107, 87, 255, 0.72) 0%,
      rgba(107, 87, 255, 0.2) 100%),
    rgba(15, 16, 36, 0.25);
  transform: scale(1.1);
}

/* step */
.step {
  z-index: 1;
  position: relative;
  padding: 64px 0;
  background: linear-gradient(0deg, #6b57ff -18.02%, rgba(5, 0, 28, 0) 32.72%),
    linear-gradient(0deg, rgba(5, 0, 28, 0) 62.83%, #6b57ff 112.79%), #05001c;
}

@media (min-width: 992px) {
  .step {
    padding: 80px 18px;
  }
}

@media (min-width: 1600px) {
  .step {
    padding: 120px 0;
  }
}

.step::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("https://images.edimakor.ai/product/step-shadow-bg-mb-2.webp") no-repeat center/cover;
}

@media (min-width: 992px) {
  .step::after {
    width: calc(100% - 56px);
    background: url("https://images.edimakor.ai/product/step-shadow-bg-pc.webp") no-repeat center/cover;
  }
}

@media (min-width: 1280px) {
  .step::after {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .step::after {
    width: calc(100% - 122px);
  }
}

.step .container {
  padding: 0;
}

@media (max-width: 991.98px) {

  .step .feature-h2,
  .step .p-text {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.step .swiper-cont {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .step .swiper-cont {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .step .swiper-cont {
    margin-top: 64px;
  }
}

.step .stepList {
  max-width: 100%;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .step .stepList {
    max-width: 344px;
    padding: 0;
    margin-right: 16px;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .step .stepList {
    margin-right: 40px;
  }
}

@media (min-width: 1600px) {
  .step .stepList {
    max-width: 536px;
    margin-right: 42px;
  }
}

.step .stepList .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.step .stepList .swiper-slide {
  cursor: pointer;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 274px;
  height: auto;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #3c3c3c;
  background: linear-gradient(0deg, #15172c 0%, #15172c 100%), #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media (min-width: 992px) {
  .step .stepList .swiper-slide {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
}

@media (min-width: 1600px) {
  .step .stepList .swiper-slide {
    padding: 16px;
    border-radius: 20px;
  }
}

.step .stepList .swiper-slide:hover .step-title,
.step .stepList .swiper-slide:hover .step-text {
  color: #b3a9ff;
}

.step .stepList .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #b3a9ff;
  background: radial-gradient(391.68% 142.28% at 5.26% 0.18%,
      #6b57ff 0%,
      rgba(107, 87, 255, 0) 100%),
    linear-gradient(0deg, #2e2068 0%, #190d4a 100%);
}

.step .stepList .swiper-slide.swiper-slide-thumb-active::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://images.edimakor.ai/product/step-swiper-slide-bg.webp") no-repeat center/cover;
}

.step .stepList .swiper-slide.swiper-slide-thumb-active .step-title,
.step .stepList .swiper-slide.swiper-slide-thumb-active .step-text {
  color: #fff;
}

@media (min-width: 992px) {
  .step .stepList .swiper-slide:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .step .stepList .swiper-slide:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.step .stepList .step-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: rgba(250, 248, 255, 0.8);
}

@media (min-width: 992px) {
  .step .stepList .step-title {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .step .stepList .step-title {
    font-size: 24px;
    line-height: 135%;
  }
}

.step .stepList .step-text {
  font-size: 12px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
}

@media (min-width: 1600px) {
  .step .stepList .step-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .step .outside-cont {
    padding: 0 18px;
  }
}

.step .swiperPic {
  max-width: 100%;
  margin: 0;
  border-radius: 7px;
}

@media (min-width: 992px) {
  .step .swiperPic {
    max-width: unset;
    width: 100%;
    height: 100%;
  }
}

.step .swiperPic .swiper-slide img {
  border-width: 0.684px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}

@media (min-width: 992px) {
  .step .swiperPic .swiper-slide img {
    border-width: 1.2px;
    border-radius: 5px;
  }
}

@media (min-width: 1600px) {
  .step .swiperPic .swiper-slide img {
    border-width: 2px;
    border-radius: 8px;
  }
}

/* explore more */
.explore-more {
  z-index: 1;
  position: relative;
  padding: 64px 0 32px;
}

@media (min-width:992px) {
  .explore-more {
    padding: 80px 0;
  }
}

@media (min-width:1600px) {
  .explore-more {
    padding: 120px 0 60px;
  }
}

.explore-more .row {
  margin-top: 32px;
  gap: 14px 0;
}

@media (min-width:992px) {
  .explore-more .row {
    margin-top: 40px;
    gap: 0;
  }
}

@media (min-width:1600px) {
  .explore-more .row {
    margin-top: 64px;
  }
}

.explore-more .row>* {
  padding-right: 7px;
  padding-left: 7px;
}

@media (min-width:992px) {
  .explore-more .row>* {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width:1600px) {
  .explore-more .row>* {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.explore-more .tools-item {
  display: block;
  height: 100%;
  padding: 2px;
  border-radius: 16px;
  background: transparent;
  transition: all 0.4s ease;
  text-decoration: none;
}

@media (min-width:992px) {
  .explore-more .tools-item {
    border-radius: 12px;
    -webkit-backdrop-filter: blur(1.4px);
    backdrop-filter: blur(1.4px);
  }
}

@media (min-width:1600px) {
  .explore-more .tools-item {
    border-radius: 18px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}

.explore-more .tools-item:hover {
  background: linear-gradient(135deg, #e0c7ff 8%, #ee87ff 60%, #e0c7ff 100%);
}

@media (min-width:992px) {
  .explore-more .tools-item:hover {
    transform: translateY(-16px);
  }
}

.explore-more .tools-item .inside-bg {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4px 4px 8px;
  border-radius: 16px;
  background: linear-gradient(180deg, #6350ed 0%, #8173ea 100%), #fff;
  text-align: center;
  gap: 8px;
}

@media (min-width:992px) {
  .explore-more .tools-item .inside-bg {
    padding: 6px 6px 8px;
    border-radius: 12px;
  }
}

@media (min-width:1600px) {
  .explore-more .tools-item .inside-bg {
    padding: 8px 8px 14px;
    gap: 14px;
    border-radius: 18px;
  }
}

.explore-more .tools-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 312 / 197;
  object-fit: cover;
  border-radius: 14px;
}

@media (min-width:992px) {
  .explore-more .tools-item img {
    border-radius: 10px;
  }
}

@media (min-width:1600px) {
  .explore-more .tools-item img {
    border-radius: 16px;
  }
}

.explore-more .tools-item .p1 {
  height: auto;
  margin: auto;
  font-size: 14px;
}

@media (min-width:1600px) {
  .explore-more .tools-item .p1 {
    font-size: 16px;
  }
}

/* faq */
.faq {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 86px;
  background: url("https://images.edimakor.ai/product/inverted-light-effect-bg-mb.webp") no-repeat center/cover;
}

@media (min-width: 768px) {
  .faq::after {
    height: 126px;
    background: url("https://images.edimakor.ai/product/inverted-light-effect-bg-pc.webp") no-repeat center/cover;
  }
}

@media (min-width: 992px) {
  .faq::after {
    bottom: 8px;
    height: 135px;
  }
}

@media (min-width: 1280px) {
  .faq::after {
    bottom: 32px;
    height: 126px;
  }
}

@media (min-width: 1600px) {
  .faq::after {
    bottom: 0;
    height: 270px;
  }
}

@media (min-width: 2000px) {
  .faq::after {
    background: url("https://images.edimakor.ai/product/inverted-light-effect-bg-pc-large.webp") no-repeat center/cover;
  }
}

.faq .accordion.v1.v1-0-1 {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 866px;
  }
}

@media (min-width: 1600px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 1008px;
    margin-top: 64px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: unset;
  background-color: unset;
  border-radius: 18px;
  border: 1px solid #3c3c3c;
  overflow: hidden;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-item {
    border-radius: 24px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-item:not(:last-child) {
  margin-bottom: 0.875rem;
}

@media (min-width: 1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-item:has(.accordion-button.collapsed) {
  border: 1px solid #3c3c3c;
}

.faq .accordion.v1.v1-0-1 .accordion-button {
  padding: 16px;
  background: #15172c;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 24px;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 32px;
  }
}

@media (min-width: 1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    font-size: 24px;
    line-height: 135%;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button span {
  max-width: 232px;
}

@media (min-width: 768px) {
  .faq .accordion.v1.v1-0-1 .accordion-button span {
    max-width: 100%;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%23faf8ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
}

@media (min-width: 1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button:hover {
  color: #8372ff;
}

.faq .accordion.v1.v1-0-1 .accordion-button:hover::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.51472 13.5147L15.2929 21.2929C15.6834 21.6834 16.3166 21.6834 16.7071 21.2929L24.4853 13.5147" stroke="%238372ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round"/></svg>');
}

.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
  color: #fff;
  padding-bottom: 11px;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%23faf8ff" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-button.collapsed {
  background: #15172c;
}

.faq .accordion.v1.v1-0-1 .accordion-body {
  padding: 0 16px 16px;
  background: #15172c;
}

@media (min-width: 992px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 24px 24px;
  }
}

@media (min-width: 1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 32px 32px;
  }
}

.faq .accordion.v1.v1-0-1 .accordion-body p {
  margin-bottom: 0;
  color: rgba(250, 248, 255, 0.8);
}

/* bottom screen */
.bottom-screen {
  padding: 40px 0 92px;
  background: linear-gradient(180deg, #05001c 17.7%, #100247 62.59%);
  position: relative;
  overflow: hidden;
  background-image: url("https://images.edimakor.ai/product/bottom-screen-bg-pc-large.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (max-width: 1998.98px) {
  .bottom-screen {
    background-image: url("https://images.edimakor.ai/product/bottom-screen-bg.webp");
  }
}

@media (max-width: 1659.98px) {
  .bottom-screen {
    padding: 72px 0 47px;
  }
}

@media (max-width: 991.98px) {
  .bottom-screen {
    padding: 52px 0;
  }
}

.bottom-screen h2 {
  font-size: 52px;
  line-height: 120%;
  max-width: 571px;
  margin: 0 auto;
}

@media (max-width: 1659.98px) {
  .bottom-screen h2 {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .bottom-screen h2 {
    font-size: 28px;
  }
}

.bottom-screen .img-cont {
  max-width: 454px;
}

@media (max-width: 1659.98px) {
  .bottom-screen .img-cont {
    max-width: 324px;
  }
}

@media (max-width: 991.98px) {
  .bottom-screen .img-cont {
    max-width: 228px;
  }
}

.bottom-screen .particles-container {
  position: absolute;
  width: 100%;
  height: 400px;
  max-width: 100%;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

@media (min-wdth: 1600px) {
  .bottom-screen .particles-container {
    height: 560px;
  }
}

.bottom-screen .particles {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  animation: particles linear infinite;
}

.bottom-screen .particles.foreground {
  background-image: url("https://edimakor.hitpaw.com/images/home/particles-large.png");
  animation-duration: 15s;
}

.bottom-screen .particles.foreground.layered {
  animation-delay: 12s;
}

.bottom-screen .particles.background {
  background-image: url("https://edimakor.hitpaw.com/images/home/particles-small.png");
  animation-duration: 20s;
}

.bottom-screen .particles.background.layered {
  animation-delay: 15s;
}

/*# sourceMappingURL=edimakorai-features.css.map */