main {
  padding: 0;
  margin: 0;
}
main .home-h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width:992px) {
  main .home-h1 {
    font-size: 40px;
  }
}
@media (min-width:1280px) {
  main .home-h1 {
    font-size: 48px;
  }
}
@media (min-width:1600px) {
  main .home-h1 {
    font-size: 68px;
  }
}
main .home-h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #fff;
}
@media (min-width:992px) {
  main .home-h2 {
    font-size: 32px;
  }
}
@media (min-width:1280px) {
  main .home-h2 {
    font-size: 38px;
    line-height: 120%;
  }
}
@media (min-width:1600px) {
  main .home-h2 {
    font-size: 46px;
  }
}
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;
}
main .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  margin: 0 3px;
  border-radius: 21px;
  background: #8c8c8c;
  opacity: 0.3;
}
main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 21px;
  background: #6b57ff;
  opacity: 1;
}
@keyframes btnEffects {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.first-screen {
  z-index: 1;
  position: relative;
  max-height: 710px;
  height: 100vh;
  padding: 73px 0 0;
  background: #0a012f;
  overflow: hidden;
}
@media (min-width:992px) {
  .first-screen {
    max-height: 640px;
    padding: 72px 0 0;
  }
}
@media (min-width:1280px) {
  .first-screen {
    height: 100vh;
  }
}
@media (min-width:1600px) {
  .first-screen {
    max-height: 960px;
    height: 103vh;
    padding: 80px 0 0;
  }
}
.first-screen::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.first-screen .videoBgSwitch {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first-screen .videoBgSwitch .swiper-slide {
  overflow: hidden;
}
.first-screen .videoBgSwitch .video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-screen .videoControlIcon {
  display: none;
}
@media (min-width:992px) {
  .first-screen .videoControlIcon {
    z-index: 6;
    display: block;
    position: absolute;
    top: 35%;
    right: 32px;
    max-width: 60px;
    will-change: transform;
    backface-visibility: hidden;
  }
}
@media (min-width:1280px) {
  .first-screen .videoControlIcon {
    top: 38%;
    right: 70px;
  }
}
@media (min-width:1600px) {
  .first-screen .videoControlIcon {
    top: 40%;
    right: 207px;
    max-width: 68px;
  }
}
.first-screen .videoControlIcon .swiper-wrapper {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 10px;
  gap: 10px;
  border-radius: 51.538px;
  border: 1px solid rgba(131, 114, 255, 0.2);
  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);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transform: translateZ(0) !important;
}
.first-screen .videoControlIcon .swiper-slide {
  cursor: pointer;
  padding: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.first-screen .videoControlIcon .swiper-slide:hover, .first-screen .videoControlIcon .swiper-slide.swiper-slide-active {
  background: linear-gradient(104deg, #f43ed9 0%, #ec78ff 28.67%, #9f24ff 62.17%, #6b57ff 100%);
}
.first-screen .container {
  position: relative;
  height: calc(100% - 52px);
}
@media (min-width:992px) {
  .first-screen .container {
    height: calc(100% - 72px);
  }
}
@media (min-width:1600px) {
  .first-screen .container {
    height: calc(100% - 80px);
  }
}
.first-screen .top-text {
  max-width: 808px;
}
@media (min-width:1600px) {
  .first-screen .top-text {
    max-width: 992px;
  }
}
.first-screen .btn-cont {
  margin-top: 32px;
  gap: 16px;
}
@media (min-width:1280px) {
  .first-screen .btn-cont {
    margin-top: 40px;
    gap: 20px;
  }
}
@media (min-width:1600px) {
  .first-screen .btn-cont {
    margin-top: 48px;
    gap: 40px;
  }
}
.first-screen .btn-cont .btn {
  min-width: 222px;
}
.first-screen .btn-cont .icon {
  max-width: 18px;
}
@media (min-width:992px) {
  .first-screen .btn-cont .icon {
    max-width: 22px;
  }
}
@media (min-width:1600px) {
  .first-screen .btn-cont .icon {
    max-width: 24px;
  }
}
.first-screen .created-copyright {
  position: absolute;
  bottom: 24px;
  right: 50%;
  transform: translateX(50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 160%;
  color: #8c8c8c;
  white-space: nowrap;
}
@media (min-width:992px) {
  .first-screen .created-copyright {
    bottom: 16px;
    right: 0;
    transform: translateX(0);
  }
}
@media (min-width:1600px) {
  .first-screen .created-copyright {
    bottom: 24px;
  }
}

.media-box {
  position: relative;
  background: rgba(27, 22, 49, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (min-width:992px) {
  .media-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.media-box .media-list-pc img {
  width: 85px;
}
@media (min-width:1280px) {
  .media-box .media-list-pc img {
    width: 128px;
  }
}
@media (min-width:1600px) {
  .media-box .media-list-pc img {
    width: 160px;
  }
}
.media-box .media-list-pc img:not(:last-child) {
  margin-right: 56px;
}
@media (min-width: 1920px) {
  .media-box .media-list-pc img:not(:last-child) {
    margin-right: 48px;
  }
}
.media-box .mediaList .swiper-wrapper {
  transition-timing-function: linear;
}
.media-box .mediaList img {
  width: 92px;
}

.make-video-online {
  padding: 64px 12px 56px;
  background: linear-gradient(0deg, #05001c 0%, #05001c 100%), #fff;
  overflow: hidden;
}
@media (min-width:992px) {
  .make-video-online {
    padding: 80px 12px;
  }
}
@media (min-width:1600px) {
  .make-video-online {
    padding: 120px 0;
  }
}
.make-video-online .main-cont {
  margin-top: 32px;
}
@media (min-width:992px) {
  .make-video-online .main-cont {
    margin-top: 40px;
  }
}
@media (min-width:1600px) {
  .make-video-online .main-cont {
    margin-top: 64px;
  }
}
@media (min-width:992px) {
  .make-video-online .make-material-cont {
    height: 280px;
    gap: 12px;
  }
}
@media (min-width:1280px) {
  .make-video-online .make-material-cont {
    height: 308px;
  }
}
@media (min-width:1600px) {
  .make-video-online .make-material-cont {
    height: 378px;
    gap: 16px;
  }
}
.make-video-online .card-item {
  padding: 24px 6px 5px;
  border-radius: 28px;
  border: 1px solid rgba(250, 248, 255, 0.2);
  background: linear-gradient(0deg, #05001c 0%, #05001c 100%), #fff;
  overflow: hidden;
}
@media (min-width:992px) {
  .make-video-online .card-item {
    width: 17%;
    padding: 1px;
    border-radius: 20px;
    border: none;
    background: rgb(69, 64, 98);
    transition: width 0.3s linear;
  }
}
@media (min-width:1600px) {
  .make-video-online .card-item {
    border-radius: 24px;
  }
}
@media (min-width:992px) {
  .make-video-online .card-item.active {
    width: 32%;
    background: linear-gradient(135deg, #e0c7ff 8%, #ee87ff 60%, #e0c7ff 100%);
  }
  .make-video-online .card-item.active .inside-bg {
    background: radial-gradient(97.06% 97.06% at 50% 2.94%, #6b57ff 0%, rgba(107, 87, 255, 0) 100%), linear-gradient(0deg, #423c63 0%, #857ac9 100%), linear-gradient(112deg, rgba(237, 234, 255, 0.12) 43.58%, rgba(207, 199, 255, 0.12) 81.65%), linear-gradient(0deg, #05001c 0%, #05001c 100%), #fff;
  }
  .make-video-online .card-item.active .card-item-arrow {
    visibility: visible;
    opacity: 1;
  }
  .make-video-online .card-item.active .card-title {
    min-height: unset;
    text-align: start;
  }
  .make-video-online .card-item.active .card-desc {
    visibility: visible;
    opacity: 1;
  }
  .make-video-online .card-item.active .video-cont {
    border-radius: 13px;
  }
  .make-video-online .card-item.active .video-cont::after {
    display: none;
  }
  .make-video-online .card-item.active video {
    border-radius: 13px;
    width: 100%;
  }
}
@media (min-width:1600px) {
  .make-video-online .card-item.active .video-cont {
    border-radius: 16px;
  }
  .make-video-online .card-item.active video {
    border-radius: 16px;
  }
}
.make-video-online .card-item .inside-bg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
}
@media (min-width:992px) {
  .make-video-online .card-item .inside-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 8px 8px;
    border-radius: 20px;
    background: linear-gradient(112deg, rgba(237, 234, 255, 0.12) 43.58%, rgba(207, 199, 255, 0.12) 81.65%), linear-gradient(0deg, #05001c 0%, #05001c 100%), #fff;
    gap: 20px;
  }
}
@media (min-width:1600px) {
  .make-video-online .card-item .inside-bg {
    padding: 29px 10px 10px;
    border-radius: 24px;
    gap: 24px;
  }
}
.make-video-online .card-item .card-item-arrow {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 28px;
  aspect-ratio: 1/1;
  visibility: hidden;
  opacity: 0;
}
@media (min-width:1600px) {
  .make-video-online .card-item .card-item-arrow {
    top: 16px;
    right: 10px;
    width: 36px;
  }
}
.make-video-online .card-item .text-cont {
  z-index: 2;
  position: relative;
}
.make-video-online .card-item .card-title {
  text-align: center;
}
@media (max-width: 1279.98px) {
  .make-video-online .card-item .card-title {
    font-size: 20px;
  }
}
.make-video-online .card-item .card-desc {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 160%;
  color: rgba(250, 248, 255, 0.8);
  text-align: center;
}
@media (min-width:992px) {
  .make-video-online .card-item .card-desc {
    max-height: 45px;
    visibility: hidden;
    opacity: 0;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    color: #bebebe;
    text-align: start;
  }
}
@media (min-width:1600px) {
  .make-video-online .card-item .card-desc {
    margin-top: 8px;
    font-size: 14px;
  }
}
.make-video-online .card-item .video-cont {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
@media (min-width:992px) {
  .make-video-online .card-item .video-cont {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 0 0 13px 13px;
  }
  .make-video-online .card-item .video-cont::after {
    display: block;
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 137px;
    background-image: url("https://images.edimakor.ai/home/video-shadow-bg.webp");
    background-size: cover;
  }
}
@media (min-width:1600px) {
  .make-video-online .card-item .video-cont {
    border-radius: 0 0 16px 16px;
  }
}
.make-video-online .card-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 24px;
}
@media (min-width:992px) {
  .make-video-online .card-item video {
    transition: width 0.3s ease;
    border-radius: unset;
  }
}
.make-video-online .makeAIOnline {
  z-index: 1;
  position: relative;
  padding-bottom: 8px;
}
.make-video-online .makeAIOnline::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 150px;
  background-image: url("https://images.edimakor.ai/home/make-ai-online-light-effect.webp");
  background-size: 100% 100%;
}
.make-video-online .makeAIOnline .swiper-slide {
  padding: 6px;
  border-radius: 32px;
  border: 1px solid rgba(250, 248, 255, 0.2);
  background: linear-gradient(180deg, rgba(196, 188, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}
.make-video-online .makeAIOnline .swiper-button-prev,
.make-video-online .makeAIOnline .swiper-button-next {
  top: 0;
  width: 26px;
  height: 26px;
  margin-top: 4px;
}
.make-video-online .makeAIOnline .swiper-button-prev::after,
.make-video-online .makeAIOnline .swiper-button-next::after {
  display: none;
}
.make-video-online .makeAIOnline .swiper-button-prev.swiper-button-disabled,
.make-video-online .makeAIOnline .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.make-video-online .makeAIOnline .swiper-button-prev {
  left: -32px;
  background: url("https://images.edimakor.ai/home/swiper-btn-prev-bg.webp") no-repeat;
  background-size: 100% 100%;
}
.make-video-online .makeAIOnline .swiper-button-next {
  right: -32px;
  background: url("https://images.edimakor.ai/home/swiper-btn-next-bg.webp") no-repeat;
  background-size: 100% 100%;
}

.video-effects {
  padding: 64px 12px 32px;
  background: url("https://images.edimakor.ai/home/video-effects-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:992px) {
  .video-effects {
    padding: 80px 12px 40px;
    background: url("https://images.edimakor.ai/home/video-effects-bg-pc.webp") no-repeat center/cover;
  }
}
@media (min-width:1600px) {
  .video-effects {
    padding: 120px 0 60px;
  }
}
.video-effects .p-text {
  max-width: 810px;
}
@media (min-width:1600px) {
  .video-effects .p-text {
    max-width: 1000px;
  }
}
.video-effects .video-group {
  z-index: 1;
  position: relative;
  padding: 1px;
  margin: 32px 0;
  border-radius: 24px;
  background: linear-gradient(90deg, #7469c5 0%, #483d9c 100%);
}
.video-effects .video-group::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: rgba(11, 7, 40, 0.43);
  box-shadow: 0 3.255px 34.262px -4.883px rgba(94, 76, 227, 0.21);
  filter: blur(0.8px);
}
@media (min-width:992px) {
  .video-effects .video-group {
    margin: 40px 0;
  }
}
@media (min-width:1600px) {
  .video-effects .video-group {
    margin: 64px 0;
    border-radius: 32px;
  }
  .video-effects .video-group::after {
    border-radius: 32px;
    box-shadow: 0 4px 42.1px -6px rgba(94, 76, 227, 0.21);
    filter: blur(1px);
  }
}
.video-effects .video-group .inside-bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 25px;
  background: rgba(11, 7, 40, 0.43);
  gap: 12px;
}
@media (min-width:992px) {
  .video-effects .video-group .inside-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 17px;
    gap: 15px;
  }
}
@media (min-width:1280px) {
  .video-effects .video-group .inside-bg {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width:1600px) {
  .video-effects .video-group .inside-bg {
    padding: 21px;
    border-radius: 33px;
    gap: 18px 24px;
  }
}
.video-effects .video-group .arc {
  display: none;
}
@media (min-width:992px) {
  .video-effects .video-group .arc {
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url("https://images.edimakor.ai/home/border-arc.svg");
    background-size: 100% 100%;
  }
}
@media (min-width:1600px) {
  .video-effects .video-group .arc {
    width: 42px;
    height: 42px;
  }
}
.video-effects .video-group .arc.arc-1 {
  top: -1px;
  left: -1px;
}
.video-effects .video-group .arc.arc-2 {
  top: -1px;
  right: -1px;
  transform: rotate(90deg);
}
.video-effects .video-group .arc.arc-3 {
  bottom: -1px;
  right: -1px;
  transform: rotate(180deg);
}
.video-effects .video-group .arc.arc-4 {
  bottom: -1px;
  left: -1px;
  transform: rotate(270deg);
}
.video-effects .video-group .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width:992px) {
  .video-effects .video-group .item {
    width: 23%;
  }
}
@media (min-width:1280px) {
  .video-effects .video-group .item {
    width: 100%;
  }
}
.video-effects .video-group .item .btn-cont {
  z-index: 2;
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width:768px) {
  .video-effects .video-group .item .btn-cont {
    top: 150px;
  }
}
@media (min-width:992px) {
  .video-effects .video-group .item .btn-cont {
    top: 90px;
  }
}
@media (min-width:1280px) {
  .video-effects .video-group .item .btn-cont {
    top: 95px;
  }
}
@media (min-width:1600px) {
  .video-effects .video-group .item .btn-cont {
    top: 115px;
  }
}
.video-effects .video-group .item .btn {
  height: 30px;
  padding: 0 24px;
  font-size: 16px;
}
@media (min-width:1600px) {
  .video-effects .video-group .item .btn {
    height: 35px;
    padding: 0 26px;
    font-size: 18px;
  }
}
.video-effects .video-group .item .video-cont {
  padding: 1px;
  margin-bottom: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width:1600px) {
  .video-effects .video-group .item .video-cont {
    margin-bottom: 8px;
  }
}
.video-effects .video-group .item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.video-effects .video-group .item:hover .btn-cont {
  display: block;
  opacity: 1;
}
.video-effects .video-group .item:hover .video-cont {
  background: linear-gradient(104deg, #f43ed9 0%, #ec78ff 28.67%, #9f24ff 62.17%, #6b57ff 100%);
}

.improve-efficiency {
  padding: 32px 12px 64px;
  background: linear-gradient(180deg, #05001c 58.62%, #7e3eff 100%);
}
@media (min-width:992px) {
  .improve-efficiency {
    padding: 40px 12px 80px;
  }
}
@media (min-width:1600px) {
  .improve-efficiency {
    padding: 60px 0 120px;
  }
}
.improve-efficiency .p-text {
  max-width: 810px;
}
@media (min-width:1600px) {
  .improve-efficiency .p-text {
    max-width: 1000px;
  }
}
.improve-efficiency .row {
  margin-top: 32px;
  gap: 16px 0;
}
@media (min-width:992px) {
  .improve-efficiency .row {
    margin-top: 40px;
    gap: 24px 0;
  }
}
@media (min-width:1600px) {
  .improve-efficiency .row {
    margin-top: 64px;
    gap: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .improve-efficiency .row > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.improve-efficiency .tools-item {
  height: 100%;
  padding: 1px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.4s linear;
}
@media (min-width:992px) {
  .improve-efficiency .tools-item {
    border-radius: 18px;
    -webkit-backdrop-filter: blur(1.6px);
            backdrop-filter: blur(1.6px);
  }
}
@media (min-width:1600px) {
  .improve-efficiency .tools-item {
    padding: 2px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.improve-efficiency .tools-item:hover {
  background: linear-gradient(135deg, #e0c7ff 8%, #ee87ff 60%, #e0c7ff 100%);
}
@media (min-width:992px) {
  .improve-efficiency .tools-item:hover {
    transform: translateY(-16px);
  }
}
.improve-efficiency .tools-item .inside-bg {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6px 6px 12px;
  border-radius: 11px;
  background: linear-gradient(180deg, #6350ed 0%, #8173ea 100%), #fff;
  text-align: center;
  gap: 8px;
}
@media (min-width:992px) {
  .improve-efficiency .tools-item .inside-bg {
    border-radius: 17px;
  }
}
@media (min-width:1600px) {
  .improve-efficiency .tools-item .inside-bg {
    padding: 8px 8px 14px;
    gap: 14px;
  }
}
.improve-efficiency .tools-item .h5 {
  height: auto;
  margin: auto;
}

.join-users {
  z-index: 1;
  position: relative;
  padding: 64px 12px;
  background: #05001c;
  overflow: hidden;
}
@media (min-width:992px) {
  .join-users {
    padding: 80px 12px;
  }
}
@media (min-width:1600px) {
  .join-users {
    padding: 120px 0 80px;
  }
}
.join-users::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 343px;
  background: url("https://images.edimakor.ai/home/earth-banner-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:768px) {
  .join-users::after {
    bottom: -24px;
    height: 474px;
    background: url("https://images.edimakor.ai/home/earth-banner-bg-pc.webp") no-repeat center/cover;
  }
}
@media (min-width:992px) {
  .join-users::after {
    bottom: 0;
  }
}
@media (min-width:1600px) {
  .join-users::after {
    height: 570px;
  }
}
.join-users .swiper {
  margin: 16px 0 32px;
}
@media (min-width:992px) {
  .join-users .swiper {
    padding: 20px 20px;
    margin: 20px auto;
  }
}
@media (min-width:1280px) {
  .join-users .swiper {
    max-width: 1050px;
  }
}
@media (min-width:1600px) {
  .join-users .swiper {
    max-width: 1160px;
    padding: 32px 20px 20px;
    margin: 32px auto 40px;
  }
}
@media (min-width:992px) {
  .join-users .swiper .swiper-slide {
    width: 33%;
  }
}
.join-users .swiper .review-item {
  position: relative;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(90deg, #ff40e3 0%, #e0b7ff 50%, #5e48ff 100%);
  box-shadow: 0 0 32px 0 rgba(134, 55, 255, 0.4) inset;
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
}
@media (min-width:768px) {
  .join-users .swiper .review-item {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (min-width:992px) {
  .join-users .swiper .review-item {
    max-width: unset;
    margin: 0;
  }
}
@media (min-width:992px) {
  .join-users .swiper .review-item.item-1 {
    z-index: 1;
    transform: rotate(5deg);
  }
}
@media (min-width:992px) {
  .join-users .swiper .review-item.item-2 {
    z-index: 2;
    transform: rotate(-7deg);
    margin-top: 24px;
  }
}
@media (min-width:992px) {
  .join-users .swiper .review-item.item-3 {
    z-index: 3;
    transform: rotate(7deg);
    margin-top: 12px;
  }
}
.join-users .swiper .review-item .inside-bg {
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #05001c 37.9%, rgba(5, 0, 28, 0.6) 100%);
}
.join-users .swiper .review-item .top-part {
  padding-bottom: 10px;
}
.join-users .swiper .review-item .double-quotation {
  margin-bottom: 10px;
}
.join-users .swiper .review-item .double-quotation img {
  width: 32px;
  height: 20px;
}
@media (min-width:1600px) {
  .join-users .swiper .review-item .double-quotation img {
    width: 40px;
    height: 26px;
  }
}
.join-users .swiper .review-item .review-text {
  margin-bottom: 0;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .join-users .swiper .review-item .review-text {
    font-size: 14px;
  }
}
.join-users .swiper .review-item .review-cont {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 248, 255, 0.2);
}
.join-users .swiper .review-item .review-cont .p-title {
  margin-bottom: 0;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .join-users .swiper .review-item .review-cont .p-title {
    font-size: 14px;
  }
}
.join-users .swiper .review-item .avatar-list {
  margin-right: 16px;
}
.join-users .swiper .review-item .avatar-list img {
  width: 56px;
}
.join-users .swiper .review-item .star-list svg {
  width: 20px;
  aspect-ratio: 1/1;
}
.join-users .swiper .review-item .star-list svg:not(:last-child) {
  margin-right: 8px;
}
.join-users .btn-cont {
  z-index: 1;
  position: relative;
}

.faq {
  padding: 0 12px 32px;
  background: #05001c;
}
@media (min-width:992px) {
  .faq {
    padding: 80px 12px;
  }
}
@media (min-width:1600px) {
  .faq {
    padding: 120px 0 60px;
  }
}
.faq .accordion.v1.v1-0-1 {
  max-width: 100%;
  width: 100%;
  margin-top: 32px;
  font-family: "Geologica" !important;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 600px;
    margin-top: 0;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 800px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 {
    max-width: 865px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: 0;
  background-color: unset;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.faq .accordion.v1.v1-0-1 .accordion-item:not(:first-child) {
  border-top: 1px dashed rgba(250, 248, 255, 0.8);
}
.faq .accordion.v1.v1-0-1 .accordion-item:first-child .accordion-button {
  padding-top: 0 !important;
}
.faq .accordion.v1.v1-0-1 .accordion-button {
  padding: 20px 0;
  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 0;
    font-size: 20px;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    padding: 32px 0;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button {
    font-size: 24px;
    line-height: 32px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button span {
  max-width: 270px;
}
@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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.05 8.33337L20.0195 31.6667" stroke="%23FAF8FF" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.33398 20H31.6673" stroke="%23FAF8FF" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button::after {
    width: 40px;
    height: 40px;
  }
}
.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="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.05 8.33337L20.0195 31.6667" stroke="%238372ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.33398 20H31.6673" stroke="%238372ff" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
  color: #fff;
  padding-bottom: 12px;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
    padding-bottom: 20px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed) {
    padding-bottom: 22px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75 20H32.0833" stroke="%23FAF8FF" stroke-opacity="0.8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
    width: 32px;
    height: 32px;
  }
}
@media (min-width:1600px) {
  .faq .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
    width: 40px;
    height: 40px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-button.collapsed {
  background: transparent;
}
.faq .accordion.v1.v1-0-1 .accordion-body {
  padding: 0 0 20px;
}
@media (min-width:992px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 0 24px;
  }
}
@media (min-width:1280px) {
  .faq .accordion.v1.v1-0-1 .accordion-body {
    padding: 0 0 32px;
  }
}
.faq .accordion.v1.v1-0-1 .accordion-body p {
  margin-bottom: 0;
  color: rgba(250, 248, 255, 0.8);
}

.bottom-screen {
  padding: 32px 12px 64px;
  background: linear-gradient(0deg, #05001c 0%, #05001c 100%), #10101a;
}
@media (min-width:992px) {
  .bottom-screen {
    padding: 80px 12px;
  }
}
@media (min-width:1600px) {
  .bottom-screen {
    padding: 60px 0 120px;
  }
}
.bottom-screen .bottom-banner {
  padding: 48px 43px;
  border-radius: 40px;
  background-image: url("https://images.edimakor.ai/home/bottom-banner-bg-mb.webp");
  background-size: 100% 100%;
}
@media (min-width:768px) {
  .bottom-screen .bottom-banner {
    border-radius: 80px;
  }
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner {
    padding: 24px 160px 20px 80px;
    background: url("https://images.edimakor.ai/home/bottom-banner-bg-pc.webp");
    background-size: 100% 100%;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner {
    padding: 24px 202px 20px 104px;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner {
    padding: 20px 243px 25px 160px;
  }
}
.bottom-screen .bottom-banner .btn-cont {
  margin-top: 32px;
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .btn-cont {
    margin-top: 50px;
  }
}
.bottom-screen .bottom-banner .img-cont {
  width: 91%;
  margin-top: 35px;
  margin-left: -32px;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont {
    width: 42.5%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .img-cont {
    width: 34.1%;
  }
}
.bottom-screen .bottom-banner .img-cont .main-pic {
  z-index: 1;
  position: relative;
}
@media (min-width:768px) {
  .bottom-screen .bottom-banner .img-cont .main-pic {
    max-width: 233px;
    margin: 0 auto;
  }
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .main-pic {
    max-width: unset;
    margin: 0;
  }
}
.bottom-screen .bottom-banner .img-cont .main-pic::after {
  z-index: -2;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 21px;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("https://images.edimakor.ai/home/bottom-main-pic-after-bg.webp");
  background-size: 100% 100%;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .main-pic::after {
    bottom: 0;
    left: 20px;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner .img-cont .main-pic::after {
    bottom: -9px;
    left: 25px;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .img-cont .main-pic::after {
    bottom: -11px;
    left: 31px;
  }
}
.bottom-screen .bottom-banner .img-cont .element {
  position: absolute;
}
.bottom-screen .bottom-banner .img-cont .element.element-1, .bottom-screen .bottom-banner .img-cont .element.element-3, .bottom-screen .bottom-banner .img-cont .element.element-4 {
  z-index: 2;
}
.bottom-screen .bottom-banner .img-cont .element.element-1 {
  top: 32px;
  left: -16px;
  width: 92px;
  aspect-ratio: 148/121;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .element.element-1 {
    top: 16px;
    left: -45px;
    width: 148px;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner .img-cont .element.element-1 {
    top: 48px;
    left: -24px;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .img-cont .element.element-1 {
    top: 50px;
  }
}
.bottom-screen .bottom-banner .img-cont .element.element-2 {
  z-index: -1;
  top: 24px;
  right: -58px;
  width: 104px;
  aspect-ratio: 167/176;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .element.element-2 {
    top: 0;
    right: -108px;
    width: 167px;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner .img-cont .element.element-2 {
    top: 35px;
    right: -94px;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .img-cont .element.element-2 {
    top: 10px;
    right: -88px;
  }
}
.bottom-screen .bottom-banner .img-cont .element.element-3 {
  bottom: 12px;
  right: -45px;
  width: 75px;
  aspect-ratio: 120/181;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .element.element-3 {
    bottom: -24px;
    right: -80px;
    width: 125px;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner .img-cont .element.element-3 {
    bottom: 16px;
  }
}
@media (min-width:1600px) {
  .bottom-screen .bottom-banner .img-cont .element.element-3 {
    bottom: 12px;
    right: -82px;
  }
}
.bottom-screen .bottom-banner .img-cont .element.element-4 {
  bottom: 45px;
  left: -14px;
  width: 67px;
  aspect-ratio: 97/98;
}
@media (min-width:992px) {
  .bottom-screen .bottom-banner .img-cont .element.element-4 {
    bottom: 60px;
    left: -24px;
    width: 97px;
  }
}
@media (min-width:1280px) {
  .bottom-screen .bottom-banner .img-cont .element.element-4 {
    bottom: 75px;
    left: -13px;
  }
}
.bottom-screen .bottom-banner .animate__animated {
  animation-duration: 2s;
}/*# sourceMappingURL=home.css.map */