main {
  background: #05001c;
}
main .feature-h2 {
  color: #fff;
}

.first-screen {
  padding: 64px 0;
  background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/first-screen-banner-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:992px) {
  .first-screen {
    padding: 80px 0;
    background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/first-screen-banner-bg-pc.webp") no-repeat center/cover;
  }
}
@media (min-width:1600px) {
  .first-screen {
    padding: 120px 0;
  }
}
.first-screen .main-cont {
  max-width: 944px;
  gap: 32px;
}
@media (min-width:992px) {
  .first-screen .main-cont {
    gap: 40px;
  }
}
@media (min-width:1600px) {
  .first-screen .main-cont {
    gap: 64px;
  }
}

.product-scene {
  padding: 64px 0;
}
@media (min-width:992px) {
  .product-scene {
    padding: 80px 0;
  }
}
@media (min-width:1600px) {
  .product-scene {
    padding: 120px 0;
  }
}

.product-for-users {
  padding: 64px 0;
  background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/product-for-users-banner-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:992px) {
  .product-for-users {
    padding: 80px 0;
    background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/product-for-users-banner-bg-pc.webp") no-repeat center/cover;
  }
}
@media (min-width:1600px) {
  .product-for-users {
    padding: 120px 0;
  }
}
.product-for-users .container {
  padding: 0;
}
@media (max-width: 991.98px) {
  .product-for-users .feature-h2 {
    padding: 0 18px;
  }
}
.product-for-users .p-text {
  max-width: 810px;
  padding: 0 18px;
}
@media (min-width:992px) {
  .product-for-users .p-text {
    padding: 0;
  }
}
@media (min-width:1600px) {
  .product-for-users .p-text {
    max-width: 1000px;
  }
}
.product-for-users .nav {
  flex-wrap: nowrap;
  padding: 0 18px;
  margin: 32px auto 24px;
  gap: 14px;
  overflow: auto;
}
@media (min-width:992px) {
  .product-for-users .nav {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    margin: 42px auto 18px;
    gap: 0;
    border-radius: 16.827px;
    border: 1px solid rgba(131, 114, 255, 0.21);
    background: linear-gradient(112deg, rgba(237, 234, 255, 0.12) 43.58%, rgba(207, 199, 255, 0.12) 81.65%);
    overflow: unset;
  }
}
@media (min-width:1600px) {
  .product-for-users .nav {
    padding: 10px;
    margin: 46px auto 20px;
    border-radius: 24px;
  }
}
.product-for-users .nav .nav-link {
  width: 47.5%;
  padding: 1px;
  border-radius: 8px;
  background: #5e568c;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width:992px) {
  .product-for-users .nav .nav-link {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
  }
  .product-for-users .nav .nav-link:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width:1600px) {
  .product-for-users .nav .nav-link {
    border-radius: 14px;
  }
  .product-for-users .nav .nav-link:not(:last-child) {
    margin-right: 16px;
  }
}
.product-for-users .nav .nav-link svg {
  width: 24px;
  height: 24px;
  color: rgba(250, 248, 255, 0.8);
}
@media (min-width:992px) {
  .product-for-users .nav .nav-link svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width:1600px) {
  .product-for-users .nav .nav-link svg {
    width: 32px;
    height: 32px;
  }
}
.product-for-users .nav .nav-link span {
  color: rgba(250, 248, 255, 0.8);
  white-space: nowrap;
}
.product-for-users .nav .nav-link:hover svg {
  color: #b3a9ff;
}
.product-for-users .nav .nav-link:hover span {
  color: #b3a9ff;
}
@media (min-width:992px) {
  .product-for-users .nav .nav-link.active {
    transform: scale(1.2) translateY(-4px);
    background: linear-gradient(200deg, #fff 17%, #a9a0e5 61%, #594f93 87%);
  }
  .product-for-users .nav .nav-link.active:nth-child(1) {
    margin: 0 25px 0 17px;
  }
  .product-for-users .nav .nav-link.active:nth-child(2) {
    margin: 0 27px 0 19px;
  }
  .product-for-users .nav .nav-link.active:nth-child(3) {
    margin: 0 30px 0 22px;
  }
  .product-for-users .nav .nav-link.active:nth-child(4) {
    margin: 0 22px 0 21px;
  }
}
@media (min-width:1600px) {
  .product-for-users .nav .nav-link.active {
    transform: scale(1.3) translateY(-8px);
  }
  .product-for-users .nav .nav-link.active:nth-child(1) {
    margin: 0 45px 0 29px;
  }
  .product-for-users .nav .nav-link.active:nth-child(2) {
    margin: 0 48px 0 32px;
  }
  .product-for-users .nav .nav-link.active:nth-child(3) {
    margin: 0 53px 0 38px;
  }
  .product-for-users .nav .nav-link.active:nth-child(4) {
    margin: 0 36px 0 37px;
  }
}
.product-for-users .nav .nav-link.active .nav-inside {
  background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/nav-inside-active-bg.webp") no-repeat center/cover;
}
.product-for-users .nav .nav-link.active svg {
  color: #fff;
}
.product-for-users .nav .nav-link.active span {
  color: #fff;
}
.product-for-users .nav .nav-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  gap: 4px;
  border-radius: 8px;
  background: linear-gradient(0deg, #423c63 0%, #4e4679 100%);
}
@media (min-width:992px) {
  .product-for-users .nav .nav-inside {
    padding: 10px 14px;
    gap: 8px;
    border-radius: 10px;
  }
}
@media (min-width:1600px) {
  .product-for-users .nav .nav-inside {
    padding: 14px 20px;
    gap: 6px;
    border-radius: 14px;
  }
}
@media (max-width: 1279.98px) {
  .product-for-users .nav .p2 {
    font-size: 12px;
  }
}
.product-for-users .tab-content {
  z-index: 1;
  position: relative;
  padding: 4px;
  margin: 0 18px;
  border-radius: 24px;
  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%);
}
@media (min-width:992px) {
  .product-for-users .tab-content {
    padding: 8px;
    margin: 0;
    border-radius: 21px;
  }
}
@media (min-width:1600px) {
  .product-for-users .tab-content {
    padding: 10px;
    border-radius: 30px;
  }
}
.product-for-users .tab-content::before, .product-for-users .tab-content::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 20px;
}
@media (min-width:992px) {
  .product-for-users .tab-content::before, .product-for-users .tab-content::after {
    top: 9px;
    left: 9px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 16px;
  }
}
@media (min-width:1600px) {
  .product-for-users .tab-content::before, .product-for-users .tab-content::after {
    top: 11px;
    left: 11px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 22px;
  }
}
.product-for-users .tab-content::before {
  z-index: -2;
  border: 1px solid rgba(250, 248, 255, 0.2);
  background: #05001c;
}
.product-for-users .tab-content::after {
  z-index: -1;
  background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/tab-pane-inside-grid-bg-mb.webp") no-repeat center/cover;
}
@media (min-width:992px) {
  .product-for-users .tab-content::after {
    background: url("https://images.edimakor.ai/edimakorai-2025/product/image-to-video/tab-pane-inside-grid-bg-pc.webp") no-repeat center/cover;
  }
}
.product-for-users .tab-content .tab-inside {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width:992px) {
  .product-for-users .tab-content .tab-inside {
    flex-direction: row-reverse;
    padding: 20px 20px 20px 36px;
    gap: 24px;
  }
}
@media (min-width:1280px) {
  .product-for-users .tab-content .tab-inside {
    gap: 36px;
  }
}
@media (min-width:1600px) {
  .product-for-users .tab-content .tab-inside {
    padding: 32px 32px 32px 61px;
    gap: 48px;
  }
}
.product-for-users .tab-content .text-cont {
  padding: 20px 13px;
}
@media (min-width:992px) {
  .product-for-users .tab-content .text-cont {
    width: 36%;
    padding: 0;
  }
}
.product-for-users .tab-content .text-cont .h4 {
  margin-bottom: 8px;
}
@media (min-width:992px) {
  .product-for-users .tab-content .text-cont .h4 {
    margin-bottom: 12px;
  }
}
@media (min-width:1600px) {
  .product-for-users .tab-content .text-cont .h4 {
    margin-bottom: 17px;
  }
}
@media (min-width:992px) {
  .product-for-users .tab-content .img-cont {
    width: 64%;
  }
}
@media (max-width: 991.98px) {
  .product-for-users .tab-content .img-cont img {
    border-radius: 20px 20px 0 0;
  }
}

.faq {
  padding: 32px 0 64px;
}
@media (min-width:992px) {
  .faq {
    padding: 40px 0 80px;
  }
}
@media (min-width:1600px) {
  .faq {
    padding: 60px 0 120px;
  }
}

.explore-more {
  padding: 64px 0 32px;
}
@media (min-width:992px) {
  .explore-more {
    padding: 135px 0 40px;
  }
}
@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;
}
@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 {
  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;
}

.bottom-screen {
  padding: 32px 14px 64px;
}
@media (min-width:992px) {
  .bottom-screen {
    padding: 25px 0 80px;
  }
}
@media (min-width:1600px) {
  .bottom-screen {
    padding: 63px 0 135px;
  }
}
.bottom-screen h2 {
  max-width: 100%;
}/*# sourceMappingURL=image-to-video.css.map */