.page-banner {
  padding: 90px 0 20px;
  overflow: hidden;
  background-image: linear-gradient(90deg, #ddf0ff 0%, #ffffff 50%, #ffe5d0 100%);
}
@media screen and (min-width: 992px) {
  .page-banner {
    padding: 100px 0 40px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner {
    padding: 100px 0 60px;
  }
}
.page-banner .title {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .page-banner .title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .page-banner .title {
    font-size: 56px;
  }
}
@media screen and (min-width: 992px) {
  .page-banner .img {
    margin-right: -10%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .img {
    margin-right: -15%;
  }
}
@media screen and (min-width: 1960px) {
  .page-banner .img {
    margin-right: -20%;
  }
}
.page-banner .video-wrap video {
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-banner .video-wrap video {
    border-radius: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .video-wrap video {
    border-radius: 40px;
  }
}
.page-banner .info {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .page-banner .info {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .info {
    font-size: 20px;
  }
}
.page-banner .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-banner .info ul > li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.page-banner .info ul > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99219 11.9951L9.99219 16.9951L19.9922 6.99512" stroke="%236B57FF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media screen and (min-width: 992px) {
  .page-banner .info ul > li::before {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media screen and (min-width: 1400px) {
  .page-banner .info ul > li::before {
    top: 3px;
  }
}

.swiper-section-1 .img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .swiper-section-1 .img {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-section-1 .img {
    border-radius: 32px;
  }
}
.swiper-section-1 .info {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .swiper-section-1 .info {
    font-size: 20px;
  }
}
.swiper-section-1 .swiper-slide {
  opacity: 0.3;
  transition: all 0.3s linear;
}
@media screen and (min-width: 992px) {
  .swiper-section-1 .swiper-slide {
    max-width: 33.333%;
  }
}
.swiper-section-1 .swiper-slide-active {
  opacity: 1;
}
.swiper-section-1 .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s linear;
  background-color: #dadce0;
  opacity: 1;
}
.swiper-section-1 .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #6b57ff;
  border-radius: 100px;
}
.swiper-section-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 47px;
  border-radius: 100px;
}
.swiper-section-1 .swiper-pagination .swiper-pagination-bullet-active::after {
  animation: progressbar 4900ms linear forwards;
}

@keyframes progressbar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.item-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .item-box {
    gap: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .item-box {
    gap: 64px;
  }
}
.item-box .item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(255, 247, 227) 0%, rgba(255, 250, 236, 0.2) 100%);
  color: #d78a17;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .item-box .item {
    border-radius: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .item-box .item {
    border-radius: 32px;
    font-size: 20px;
  }
}
.item-box .item .title {
  color: #d78a17;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .item-box .item .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .item-box .item .title {
    font-size: 32px;
  }
}
.item-box .item .ul-tick li {
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .item-box .item .ul-tick li {
    padding-left: 30px;
  }
}
.item-box .item .ul-tick li:before {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 992px) {
  .item-box .item .ul-tick li:before {
    width: 24px;
    height: 24px;
  }
}
.item-box .item.item-1 {
  background: linear-gradient(45deg, rgba(255, 250, 236, 0.2) 0%, rgb(255, 247, 227) 100%);
  color: #d78a17;
}
.item-box .item.item-1 .title {
  color: #d78a17;
}
.item-box .item.item-1 .ul-tick li:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 17.5c-.7.7-1.8.7-2.4 0l-5.4-5.1c-.7-.6-.7-1.6 0-2.2.7-.7 1.7-.7 2.4 0l4.1 3.9 8.1-7.6c.7-.7 1.7-.7 2.4 0 .7.5.7 1.6 0 2.2l-9.2 8.8z" fill="%23d78a17"/></svg>');
}
.item-box .item.item-2 {
  background: linear-gradient(90deg, rgb(244, 255, 210) 0%, rgba(244, 255, 210, 0.4) 100%);
  color: #435705;
}
.item-box .item.item-2 .title {
  color: #435705;
}
.item-box .item.item-2 .ul-tick li:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 17.5c-.7.7-1.8.7-2.4 0l-5.4-5.1c-.7-.6-.7-1.6 0-2.2.7-.7 1.7-.7 2.4 0l4.1 3.9 8.1-7.6c.7-.7 1.7-.7 2.4 0 .7.5.7 1.6 0 2.2l-9.2 8.8z" fill="%23435705"/></svg>');
}
.item-box .item.item-3 {
  background: linear-gradient(90deg, rgba(224, 220, 255, 0.2) 0%, rgb(224, 220, 255) 80%);
  color: #5244b5;
}
.item-box .item.item-3 .title {
  color: #5244b5;
}
.item-box .item.item-3 .ul-tick li:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 17.5c-.7.7-1.8.7-2.4 0l-5.4-5.1c-.7-.6-.7-1.6 0-2.2.7-.7 1.7-.7 2.4 0l4.1 3.9 8.1-7.6c.7-.7 1.7-.7 2.4 0 .7.5.7 1.6 0 2.2l-9.2 8.8z" fill="%235244b5"/></svg>');
}
.item-box .item.item-4 {
  background: linear-gradient(90deg, rgb(255, 227, 239) 0%, rgba(255, 227, 239, 0.2) 100%);
  color: #91335b;
}
.item-box .item.item-4 .title {
  color: #91335b;
}
.item-box .item.item-4 .ul-tick li:before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 17.5c-.7.7-1.8.7-2.4 0l-5.4-5.1c-.7-.6-.7-1.6 0-2.2.7-.7 1.7-.7 2.4 0l4.1 3.9 8.1-7.6c.7-.7 1.7-.7 2.4 0 .7.5.7 1.6 0 2.2l-9.2 8.8z" fill="%2391335b"/></svg>');
}

.swiper-effect .item {
  display: block;
  color: #000;
}
.swiper-effect a.item:hover {
  text-decoration: none;
  color: var(--bs-primary);
}
.swiper-effect .img-box {
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .swiper-effect .img-box {
    border-radius: 24px;
  }
}
@media (min-width: 992px) {
  .swiper-effect .swiper-wrapper {
    flex-wrap: wrap;
    gap: 32px;
  }
  .swiper-effect .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 32px);
  }
  .swiper-effect .swiper-wrapper .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .more-tools-list .swiper-wrapper {
    gap: 1.75rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.more-tools-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 992px) {
  .more-tools-list .item {
    gap: 1.75rem;
  }
}
.more-tools-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #000;
  border-radius: 100px;
  background-color: #F9F8FF;
  padding: 12px 24px;
  width: 100%;
  font-size: 14px;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .more-tools-list a {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .more-tools-list a {
    padding: 20px 24px;
    width: 30%;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .more-tools-list a {
    width: 28%;
    font-size: 20px;
  }
}
.more-tools-list a.bcolor-1 {
  background-color: #EFEDFF;
}
.more-tools-list a.bcolor-2 {
  background-color: rgba(255, 191, 89, 0.15);
}
.more-tools-list a.bcolor-3 {
  background-color: #D9F9FF;
}
.more-tools-list a.bcolor-4 {
  background-color: #E6FFD2;
}
.more-tools-list a.bcolor-5 {
  background-color: #E9EEFF;
}
.more-tools-list a.bcolor-6 {
  background-color: #FFFDD8;
}
.more-tools-list a.bcolor-7 {
  background-color: #FFEFEF;
}
.more-tools-list a.bcolor-8 {
  background-color: #FFE9FE;
}
.more-tools-list a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.more-tools-list a:hover:not(.disabled) {
  text-decoration: none;
  color: var(--bs-primary);
  transform: scale(1.08);
}
.more-tools-list a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.generate-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .generate-box {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .generate-box {
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .generate-box {
    border-radius: 32px;
  }
}
.generate-box .item {
  width: 100%;
  position: relative;
}
.generate-box .item .tips {
  display: block;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 24px;
  position: absolute;
  z-index: 2;
  top: 8px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .generate-box .item .tips {
    font-size: 16px;
    top: 24px;
  }
}
.generate-box .item .info {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .generate-box .item .info {
    border-radius: 24px;
    padding: 24px 32px;
    font-size: 16px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
.generate-box .item .info .name {
  color: #fff;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .generate-box .item .info .name {
    margin-bottom: 16px;
  }
}
.generate-box .item .box-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.generate-box .item .box-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.generate-box .item:nth-of-type(1) .tips {
  left: 8px;
}
@media (min-width: 992px) {
  .generate-box .item:nth-of-type(1) .tips {
    left: 24px;
  }
}
.generate-box .item:nth-of-type(2) .tips {
  right: 8px;
}
@media (min-width: 992px) {
  .generate-box .item:nth-of-type(2) .tips {
    right: 24px;
  }
}

.tab-nav-wrap {
  text-align: center;
  padding-bottom: 24px;
  overflow-x: auto;
}
@media screen and (max-width: 992px) {
  .tab-nav-wrap {
    margin: 0 var(--bs-gutter-x, -1rem);
  }
}
.tab-nav-wrap .nav {
  background-color: #F1EFFF;
  border-radius: 100px;
  border: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin: 0 auto;
  display: inline-flex;
  flex-wrap: nowrap;
  padding: 4px;
}
.tab-nav-wrap .nav .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-wrap: nowrap;
  padding: 10px 40px;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .tab-nav-wrap .nav .nav-link {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .tab-nav-wrap .nav .nav-link {
    padding: 8px 24px;
  }
}
.tab-nav-wrap .nav .nav-link:hover {
  color: var(--bs-primary);
}
.tab-nav-wrap .nav .nav-link.active {
  color: #000;
  background-color: rgba(var(--bs-primary-rgb), 0.15);
}

.swiper-explore video {
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .swiper-explore video {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-explore video {
    border-radius: 32px;
  }
}
.swiper-explore .swiper-slide {
  opacity: 0.3;
  transition: all 0.3s linear;
}
.swiper-explore .swiper-slide-active {
  opacity: 1;
}
.swiper-explore .swiper-button-prev,
.swiper-explore .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  background-color: var(--bs-primary);
  width: 56px;
  height: 56px;
  border-radius: 100px;
}
.swiper-explore .swiper-button-prev::after,
.swiper-explore .swiper-button-next::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 5l7 7l-7 7"></path></svg>') no-repeat center/contain;
}
.swiper-explore .swiper-button-prev::after {
  transform: rotate(180deg);
}
.swiper-explore .swiper-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
@media screen and (min-width: 1400px) {
  .swiper-explore .swiper-button-wrap {
    padding: 32px 0 0 0;
  }
}
.swiper-explore .prompt-txt {
  padding: 0 24px;
}
@media screen and (min-width: 992px) {
  .swiper-explore .prompt-txt {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-explore .prompt-txt {
    padding: 0 48px;
  }
}
.swiper-explore .prompt-txt .list {
  display: none;
  position: relative;
  z-index: 1;
  background-color: transparent;
  backdrop-filter: blur(10px);
  --border-radius: 100px;
  padding: 16px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .swiper-explore .prompt-txt .list {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.swiper-explore .prompt-txt .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(130deg, #27E2FF 0%, #66CBBA 50%, #FF3CEB 100%);
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: var(--border-radius);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.swiper-explore .prompt-txt .list.active {
  display: block;
}/*# sourceMappingURL=ai-tattoo-generator.css.map */