@charset "UTF-8";
@font-face {
  font-family: "Exo 2";
  src: url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap"); }
*, html, body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all ease-in-out 0.3s; }

* {
  font-family: "Exo 2.0", sans-serif;
  font-size: 18px;
  font-weight: 400; }

body {
  width: 100%;
  height: 100%;
  min-width: 360px;
  background: #333044; }

section {
  padding: 70px 32px;
  position: relative;
  overflow: hidden; }

.section-bg-gradient {
  background: linear-gradient(180deg, #333044 0%, #111018 100%); }

.section-bg-light {
  background: #EFEFEF; }

.section-bg-gradient-medium {
  background: #22202E; }

.section-bg-gradient-dark {
  background: #111018; }

.section-bg-gradient-light {
  background: #333044; }

.content {
  display: flex;
  flex-direction: column;
  gap: 42px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 62px;
  line-height: 72px;
  font-weight: bold;
  letter-spacing: 2px; }

h2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 500; }

.menu-list {
  list-style-type: none;
  display: flex; }

.divider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  padding: 0 30px; }
  .divider .line {
    width: 100%;
    border-bottom: 1px solid #D4D3D8; }

.subtext {
  font-size: 18px;
  color: #333044;
  line-height: 28px;
  text-align: center;
  max-width: 700px; }

.text-light {
  color: #E3DDFF; }

.text-white {
  color: #FFFFFF; }

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  z-index: 10; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex; }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-gap-30 {
  gap: 30px; }

.flex-gap-20 {
  gap: 30px; }

a.tiktok,
a.instagram,
a.youtube,
a.facebook,
a.linkedin {
  display: block;
  height: 21px;
  transition: all ease-in-out 0.3s; }

a.tiktok,
a.linkedin {
  width: 16px; }

a.tiktok {
  background: url("../assets/tiktok.svg"); }
  a.tiktok:hover {
    background: url("../assets/tiktok-hovered.svg"); }

a.instagram {
  width: 17px;
  background: url("../assets/instagram.svg"); }
  a.instagram:hover {
    background: url("../assets/instagram-hovered.svg"); }

a.youtube {
  width: 21px;
  background: url("../assets/youtube.svg"); }
  a.youtube:hover {
    background: url("../assets/youtube-hovered.svg"); }

a.facebook {
  width: 18px;
  background: url("../assets/facebook.svg"); }
  a.facebook:hover {
    background: url("../assets/facebook-hovered.svg"); }

a.linkedin {
  background: url("../assets/linkedin.svg"); }
  a.linkedin:hover {
    background: url("../assets/linkedin-hovered.svg"); }

.mobile-image {
  display: none; }

.review-stars-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px; }

.review-stars-description {
  color: #5D5875; }

.user-images > ul > li {
  display: inline; }
  .user-images > ul > li > img {
    border: 2px solid #FFFFFF;
    border-radius: 50%; }
.user-images > ul > li:not(:first-of-type) {
  margin-left: -36px; }

@media (min-width: 0) and (max-width: 1023px) {
  h1 {
    font-size: 42px;
    line-height: 50px; }

  .content-wrapper {
    max-width: 100%;
    gap: 30px; }

  .content-holder {
    padding: 0 32px; }

  section {
    padding: 40px 32px; } }
@media (min-width: 0) and (max-width: 719px) {
  .divider {
    padding: 0 16px; }

  section {
    padding: 40px 0; }

  .content-holder {
    padding: 0 16px; } }
.btn {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 25px;
  border-radius: 40px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  z-index: 2; }

.transparent {
  background: #333044;
  color: #E3DDFF; }
  .transparent:hover {
    background: linear-gradient(90deg, #F52786 0%, #D84298 15%, #C455A5 30%, #AD6CB3 45%, #9A7EBF 60%, #8295CE 75%, #6EA8DB 85%, #52C3EC 100%); }

.highlighted {
  background: #F52887;
  color: #FFFFFF; }
  .highlighted:hover {
    background: #BF0C5F;
    box-shadow: 0 10px 15px rgba(49, 49, 49, 0.25); }

.button-wrapper {
  width: max-content;
  padding: 3px;
  border-radius: 40px;
  background: linear-gradient(90deg, #F52786 0%, #D84298 15%, #C455A5 30%, #AD6CB3 45%, #9A7EBF 60%, #8295CE 75%, #6EA8DB 85%, #52C3EC 100%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25); }
  .button-wrapper .btn-sm {
    padding: 11px 15px;
    border-radius: 40px;
    box-shadow: none; }
  .button-wrapper .btn-lg {
    padding: 17px 22px;
    border-radius: 40px;
    box-shadow: none; }
  .button-wrapper:hover {
    cursor: pointer; }

@media (min-width: 0) and (max-width: 1023px) {
  .btn {
    font-size: 16px; } }
header {
  display: flex;
  justify-content: center;
  background: none;
  padding: 30px 30px; }
  header .content-holder {
    display: flex;
    justify-content: space-between;
    align-content: center; }

.header-dark {
  background: #22202E; }

.top-nav {
  display: flex;
  gap: 30px; }

.logo {
  display: flex;
  gap: 20px;
  align-items: center; }

.top-menu {
  list-style-type: none;
  display: flex;
  gap: 20px; }
  .top-menu li {
    border-radius: 40px;
    overflow: hidden;
    transition: all ease-in-out 0.3s; }
    .top-menu li a {
      display: block;
      color: #E3DDFF;
      text-decoration: none;
      padding: 20px 25px;
      transition: ease-in-out 0.3s; }
    .top-menu li:hover {
      background-color: #333044; }

@media (min-width: 0) and (max-width: 1023px) {
  header {
    padding: 20px 30px;
    min-width: 360px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #22202E;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); }
    header .top-nav {
      width: 100%;
      display: flex;
      justify-content: flex-end; } }
@media (min-width: 0) and (max-width: 719px) {
  header {
    padding: 15px 16px;
    top: unset;
    bottom: 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.3); }
    header .top-nav {
      justify-content: center; }
      header .top-nav .top-menu {
        display: none; }
    header .logo {
      display: none; } }
@media (min-width: 720px) and (max-width: 1023px) {
  header .top-nav .btn {
    padding: 14px 18px; } }
.top-section {
  position: relative;
  padding: 16px 30px 70px;
  overflow: hidden; }

.checkout-top-section {
  position: relative; }
  .checkout-top-section .mobile-crown {
    display: none; }
  .checkout-top-section button {
    width: max-content; }
  .checkout-top-section .content {
    width: 540px; }
  .checkout-top-section .heading {
    gap: 16px; }
    .checkout-top-section .heading h1 {
      color: #FFFFFF;
      font-size: 42px;
      line-height: 52px;
      font-weight: normal;
      letter-spacing: 0; }
    .checkout-top-section .heading .heading-subtext {
      font-size: 22px;
      line-height: 32px;
      color: #E3DDFF;
      font-weight: normal; }
  .checkout-top-section .review-stars {
    display: flex;
    gap: 16px; }
  .checkout-top-section > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc((100% - 1400px) / 2);
    z-index: 3; }

.bg-lights {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .bg-lights .light1 {
    background: rgba(255, 1, 137, 0.05);
    box-shadow: 0 0 100px 100px rgba(255, 1, 137, 0.05);
    width: 245px;
    height: 245px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc((100% - 1024px) / 2); }
  .bg-lights .light2 {
    background: rgba(57, 199, 240, 0.05);
    box-shadow: 0 0 100px 100px rgba(57, 199, 240, 0.05);
    width: 290px;
    height: 290px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc((100% - 1024px) / 2);
    margin: auto 0; }
  .bg-lights .light3 {
    background: rgba(104, 116, 199, 0.07);
    box-shadow: 0 0 100px 1060px rgba(104, 116, 199, 0.07);
    width: 420px;
    height: 420px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .bg-lights .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }

@supports (-webkit-backdrop-filter: blur(100px)) or (backdrop-filter: blur(100px)) {
  .bg-lights .light1 {
    background: #ff0189;
    box-shadow: unset; }
  .bg-lights .light2 {
    background: #39c7f0;
    box-shadow: unset; }
  .bg-lights .light3 {
    background: #6874c7;
    box-shadow: unset; }
  .bg-lights .cover {
    background: linear-gradient(180deg, rgba(51, 48, 68, 0.8) 0%, rgba(17, 16, 24, 0.8) 100%);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px); }

  .backdrop-blur {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em); } }
.mobile-logo {
  display: none; }

.top-section-heading {
  padding: 70px 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center; }
  .top-section-heading h1 > span {
    font-size: inherit;
    font-weight: inherit;
    text-transform: uppercase; }
  .top-section-heading .subtext {
    width: 430px; }

.play-list {
  display: flex;
  flex-direction: column;
  gap: 60px; }

.play-list-section {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .play-list-section .play-list-section-title {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0; }
    .play-list-section .play-list-section-title .wing {
      width: 50%;
      display: flex;
      align-items: center; }
      .play-list-section .play-list-section-title .wing .border {
        width: 100%;
        height: 1px;
        border-top: 1px dashed #544D76; }
    .play-list-section .play-list-section-title span {
      background: #544D76;
      padding: 6px 15px;
      border-radius: 8px;
      font-size: 12px;
      text-transform: uppercase;
      color: #FFFFFF; }
  .play-list-section .play-list-items {
    display: flex;
    justify-content: space-around; }

.book-item {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative; }
  .book-item:hover .book-item-image {
    box-shadow: 0 0 20px rgba(227, 221, 255, 0.3); }
  .book-item:hover .book-item-image-play-button {
    box-shadow: 0 -3px 10px 8px rgba(227, 221, 255, 0.3);
    background: #BF5BA8; }
  .book-item .book-item-image {
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 20px; }
    .book-item .book-item-image .mobile-play-item-image {
      display: none; }
    .book-item .book-item-image img {
      mask-image: url("../assets/mask.png");
      -webkit-mask-image: url("../assets/mask.png");
      mask-position: center;
      position: relative;
      width: 200px;
      height: 200px;
      border-radius: 8px;
      overflow: hidden; }
  .book-item .book-item-image-play-button {
    cursor: pointer;
    position: absolute;
    top: 182px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #5D5875;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .book-item .book-item-image-play-button i {
      color: #FFFFFF;
      font-size: 12px; }
    .book-item .book-item-image-play-button i[class="fa fa-play"] {
      margin-left: 2px;
      margin-top: 1px; }
  .book-item .book-item-image-play-button.active {
    background: #BF5BA8; }
  .book-item .book-item-description {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .book-item .book-item-description .book-item-title {
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF; }
    .book-item .book-item-description .book-item-synopsis {
      font-size: 12px;
      line-height: 18px;
      color: #E3DDFF; }

.cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; }

@media (min-width: 0) and (max-width: 1023px) {
  .checkout-top-section {
    padding: 60px 32px; }

  .bg-lights .light1 {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0; }
  .bg-lights .light2 {
    width: 150px;
    height: 150px;
    top: 250px;
    bottom: unset;
    right: 0;
    margin: unset; }
  .bg-lights .light3 {
    width: 130px;
    height: 130px;
    bottom: 0; }
  .bg-lights .cover {
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px); }

  .top-section {
    padding: 150px 0 70px; }
    .top-section .cta-wrapper {
      display: none; }

  .top-section-heading {
    padding: 0 16px;
    gap: 8px;
    width: 100%;
    text-align: center; }
    .top-section-heading .subtext {
      max-width: 100%; }

  .play-list {
    padding: 0 30px; }

  .play-list-section .play-list-items {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px; }
    .play-list-section .play-list-items .book-item-image img {
      display: none; }
    .play-list-section .play-list-items .book-item-image .mobile-play-item-image {
      display: block;
      width: 80px;
      height: 80px; }

  .book-item {
    width: calc(50% - 30px);
    flex-direction: row;
    align-items: center;
    gap: 16px; }
    .book-item:hover .book-item-image {
      box-shadow: unset; }
    .book-item:hover .book-item-image-play-button {
      box-shadow: unset;
      background: #5D5875; }
    .book-item:hover .active {
      background: #BF5BA8; }
    .book-item .book-item-image {
      margin-bottom: 0;
      height: 80px;
      width: 80px; }
    .book-item .book-item-image-play-button {
      position: static;
      border: none; }

  .book-item-synopsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }

  .checkout-top-section {
    margin-top: 80px; }
    .checkout-top-section .content {
      width: 380px; }
    .checkout-top-section .heading {
      gap: 16px; }
      .checkout-top-section .heading h1 {
        color: #FFFFFF;
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        letter-spacing: 1.75px; }
      .checkout-top-section .heading .heading-subtext {
        font-size: 22px;
        line-height: 32px;
        color: #E3DDFF;
        font-weight: normal; } }
@media (min-width: 0) and (max-width: 719px) {
  .top-section {
    padding: 70px 0; }
    .top-section .mobile-logo {
      display: flex;
      justify-content: center;
      align-items: center; }

  .checkout-top-section {
    margin-top: 0;
    padding: 0 0; }
    .checkout-top-section .content-wrapper {
      gap: unset; }
    .checkout-top-section .heading {
      gap: 42px; }
      .checkout-top-section .heading h1 {
        letter-spacing: 0.35px; }
    .checkout-top-section button {
      display: none; }
    .checkout-top-section .review-stars {
      flex-direction: column;
      align-items: center; }
      .checkout-top-section .review-stars .review-stars-detail {
        align-items: center; }
    .checkout-top-section .mobile-crown {
      display: flex;
      background: #22202E;
      align-items: center;
      justify-content: center;
      padding: 20px 0; }
      .checkout-top-section .mobile-crown img {
        display: inline; }
    .checkout-top-section .content {
      width: 100%;
      height: calc(100vh - 170px);
      align-items: center;
      justify-content: center;
      gap: 60px;
      padding: 0 16px; }
      .checkout-top-section .content .heading h1, .checkout-top-section .content .heading .heading-subtext {
        text-align: center; }
    .checkout-top-section > img {
      display: none; }

  .book-item {
    width: 100%; }

  .play-list {
    padding: 0 16px; }

  .play-list-items {
    flex-direction: column; } }
.testimonials {
  background: #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px; }

.testimonials-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center; }
  .testimonials-heading .subtext {
    font-size: 22px; }

.testimonials-list {
  padding: 0 30px;
  display: flex;
  gap: 60px; }

.testimonial-list-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center; }
  .testimonial-list-item img {
    width: 200px;
    height: 200px; }
  .testimonial-list-item .testimonial-item-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    .testimonial-list-item .testimonial-item-description .testimonial-item-text-full {
      color: #333044;
      font-weight: 400;
      text-align: center;
      line-height: 28px; }
    .testimonial-list-item .testimonial-item-description .testimonial-item-text-author {
      font-size: 14px;
      font-style: oblique;
      color: #111018;
      font-weight: 700; }
      .testimonial-list-item .testimonial-item-description .testimonial-item-text-author:before {
        content: "—  "; }

@media (min-width: 0) and (max-width: 1023px) {
  .testimonials-list {
    flex-direction: column;
    padding: 0 16px; } }
.cta-app-banner {
  position: relative;
  background: #111018; }
  .cta-app-banner .content-holder {
    padding: 0 30px;
    display: flex;
    gap: 60px;
    justify-content: center; }

.cta-app-promo-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center; }
  .cta-app-promo-description h2 {
    padding-left: 10px;
    font-weight: 700;
    letter-spacing: 0.35px;
    line-height: 40px;
    max-width: 400px; }
  .cta-app-promo-description .subtext {
    padding-left: 10px;
    text-align: left;
    max-width: unset; }
  .cta-app-promo-description .appstores {
    display: flex; }

@media (min-width: 0) and (max-width: 1023px) {
  .cta-app-banner .content-holder {
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    .cta-app-banner .content-holder > img {
      display: none; }
    .cta-app-banner .content-holder .mobile-image {
      display: block; }

  .cta-app-promo-description {
    align-items: center;
    text-align: center;
    gap: 24px; }
    .cta-app-promo-description h2, .cta-app-promo-description .subtext {
      text-align: inherit;
      padding-left: 0;
      max-width: 590px; } }
@media (min-width: 0) and (max-width: 719px) {
  .content-holder {
    padding: 0 16px; }

  .cta-app-promo-description h2 {
    width: 85%; } }
.app-promo {
  background: #EFEFEF; }
  .app-promo .content-holder {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; }

@media (min-width: 0) and (max-width: 719px) {
  .app-promo .content-holder {
    padding: 0 16px; } }
.links-section {
  background: #EFEFEF; }
  .links-section .menu-list {
    gap: 30px; }
    .links-section .menu-list li > a {
      text-decoration: none;
      color: #5D5875;
      background-image: linear-gradient(#F52887 0, #F52887 100), linear-gradient(#F52887 0, #F52887 100);
      background-size: 100% 2px, 0 2px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: all ease-in-out 0.3s; }
      .links-section .menu-list li > a:hover {
        background-size: 0 2px, 100% 2px;
        color: #F52887; }

.reviews .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .reviews .content-holder h2 {
    font-size: 62px;
    line-height: 72px;
    font-weight: bold;
    color: #E3DDFF;
    width: 680px;
    text-align: center; }
  .reviews .content-holder .review-stars-detail {
    gap: 16px; }
    .reviews .content-holder .review-stars-detail .review-stars-description {
      justify-content: center;
      text-align: center;
      font-size: 22px;
      line-height: 32px; }
    .reviews .content-holder .review-stars-detail .review-stars-stars {
      display: flex;
      justify-content: center;
      gap: 6px; }

.reviews-list {
  display: flex;
  justify-content: space-around;
  gap: 32px; }

.review-item {
  padding: 30px;
  background: #E3DDFF;
  color: #333044;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  .review-item strong {
    font-weight: bold; }

.review-item-author {
  display: flex;
  gap: 16px; }

.review-item-author-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  font-size: 18px;
  line-height: 24px; }
  .review-item-author-description .name {
    font-weight: bold; }
  .review-item-author-description .author-subtext {
    color: #5D5875; }

@media (min-width: 0) and (max-width: 1023px) {
  .reviews-list {
    flex-direction: column; } }
@media (min-width: 0) and (max-width: 719px) {
  .reviews {
    padding-bottom: 140px; }
    .reviews button {
      display: none; }
    .reviews .content-holder h2 {
      font-size: 32px;
      line-height: 42px;
      width: 100%; } }
.plans .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .plans .content-holder .heading {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .plans .content-holder .heading h2 {
      text-align: center; }
    .plans .content-holder .heading .heading-subtext {
      text-align: center; }
.plans .plans-list {
  width: 830px;
  display: flex;
  flex-direction: column;
  align-items: center; }
.plans .plan-row, .plans .plans-header {
  width: 100%;
  display: flex;
  justify-content: space-between; }
.plans .plans-body {
  width: 100%; }
.plans .plans-header {
  justify-content: flex-end; }
  .plans .plans-header .feature-plan-title {
    display: none; }
  .plans .plans-header .plan-check-area {
    width: 100%;
    gap: 30px;
    justify-content: flex-end; }
    .plans .plans-header .plan-check-area .feature-basic, .plans .plans-header .plan-check-area .feature-pro {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      padding-top: 30px; }
    .plans .plans-header .plan-check-area .feature-pro {
      color: #F52887;
      font-weight: bold;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      .plans .plans-header .plan-check-area .feature-pro .grad-bg-frame {
        background: linear-gradient(90deg, #F52786 0%, #D84298 15%, #C455A5 30%, #AD6CB3 45%, #9A7EBF 60%, #8295CE 75%, #6EA8DB 85%, #52C3EC 100%);
        padding: 3px;
        border-radius: 30px; }
        .plans .plans-header .plan-check-area .feature-pro .grad-bg-frame .grad-bg-content {
          background: #22202E;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px 20px 15px 20px;
          border-radius: 28px; }
.plans .feature-plan-title {
  display: none;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  .plans .feature-plan-title strong {
    color: #F52887; }
.plans .feature-basic, .plans .feature-pro {
  width: 400px;
  height: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 26px; }
  .plans .feature-basic .feature-wrapper, .plans .feature-pro .feature-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    padding: 30px 0; }
    .plans .feature-basic .feature-wrapper .feature-plan-check, .plans .feature-pro .feature-wrapper .feature-plan-check {
      margin-top: 3px;
      width: 24px;
      min-width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #5BA733;
      display: flex;
      align-items: center;
      justify-content: center; }
.plans .feature-plan-title, .plans .feature-basic > .feature-wrapper {
  border-bottom: 1px solid #D4D3D8; }
.plans .feature-plan-title strong, .plans .feature-basic strong, .plans .feature-pro strong {
  text-transform: uppercase;
  font-weight: bold; }
.plans .feature-pro {
  color: #E3DDFF;
  display: flex;
  background: #22202E; }
  .plans .feature-pro > .feature-wrapper {
    border-bottom: 1px solid #544D76; }
    .plans .feature-pro > .feature-wrapper strong {
      color: #F52887; }
.plans .feature-disabled .feature-wrapper {
  color: #AEAEAE; }
  .plans .feature-disabled .feature-wrapper .feature-plan-check {
    background: #D4D4D4; }
.plans .plan-check-area {
  display: flex;
  gap: 30px; }
.plans .plans-header .space {
  display: none;
  width: 100%; }
.plans .plans-header .plan-titles {
  display: flex;
  gap: 32px; }
  .plans .plans-header .plan-titles .first, .plans .plans-header .plan-titles .second {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px; }
  .plans .plans-header .plan-titles .second {
    background: #22202E; }

.price-row {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .price-row .feature-pro {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    gap: 30px;
    padding: 40px 20px 70px 20px;
    align-items: flex-end; }
    .price-row .feature-pro .pricing {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center; }
    .price-row .feature-pro .real-price {
      position: relative;
      padding: 6px 0; }
      .price-row .feature-pro .real-price .price {
        font-size: 28px; }
      .price-row .feature-pro .real-price svg {
        position: absolute;
        top: 0; }
    .price-row .feature-pro .discount-price {
      font-size: 32px;
      font-weight: bold; }

@media (min-width: 0) and (max-width: 1023px) {
  .plans .plans-header .plan-title-img {
    width: 90px; }
  .plans .plans-header .plan-check-area {
    gap: 0; }
    .plans .plans-header .plan-check-area .feature-basic, .plans .plans-header .plan-check-area .feature-pro {
      width: 150px;
      padding-top: 20px; }
    .plans .plans-header .plan-check-area .feature-basic {
      font-size: 22px;
      font-weight: bold; }
    .plans .plans-header .plan-check-area .feature-pro > .grad-bg-frame {
      background: none;
      padding: 0; }
      .plans .plans-header .plan-check-area .feature-pro > .grad-bg-frame .grad-bg-content {
        padding: 0; }
  .plans .plan-row:last-of-type .feature-pro {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .plans .plan-row:last-of-type .feature-pro .feature-wrapper {
      border-bottom: none; }
  .plans .plan-row:last-of-type .feature-plan-title, .plans .plan-row:last-of-type .feature-basic > .feature-wrapper {
    border-bottom: none; }
  .plans .plans-list {
    width: 100%; }
  .plans .plan-check-area {
    gap: 0; }
  .plans .feature-plan-title {
    display: flex;
    width: 100%;
    padding-right: 30px; }
  .plans .feature-basic, .plans .feature-pro {
    width: 150px;
    height: 70px;
    padding: 0; }
    .plans .feature-basic .feature-wrapper, .plans .feature-pro .feature-wrapper {
      width: 100%;
      height: 100%;
      padding: 20px 0;
      gap: unset;
      justify-content: center; }
      .plans .feature-basic .feature-wrapper .feature-plan-name, .plans .feature-pro .feature-wrapper .feature-plan-name {
        display: none;
        padding: 0;
        min-height: 100%; }

  .price-row {
    justify-content: flex-end;
    align-content: flex-end; }
    .price-row .feature-pro {
      height: 100%;
      width: 100%;
      background: none;
      color: unset;
      gap: 30px;
      padding: 40px 0 0;
      justify-content: flex-end;
      align-items: flex-end; } }
@media (min-width: 0) and (max-width: 719px) {
  .plans button {
    display: none; }
  .plans .plans-header .plan-check-area .feature-basic, .plans .plans-header .plan-check-area .feature-pro {
    padding-top: 10px;
    padding-bottom: 0;
    max-width: 90px; }
  .plans .plans-header .plan-check-area .feature-basic {
    font-size: 16px;
    font-weight: normal; }
  .plans .plans-header .plan-title-img {
    width: 60px; }
  .plans .feature-basic, .plans .feature-pro, .plans .feature-plan-name {
    width: 90px;
    height: 100%; }
  .plans .feature-plan-title, .plans .feature-basic > .feature-wrapper, .plans .feature-pro > .feature-wrapper {
    padding: 20px 0; }
  .plans .price-row .feature-pro {
    width: 100%;
    flex-direction: column;
    align-items: center; }
    .plans .price-row .feature-pro .wording-span {
      font-size: 32px;
      line-height: 42px; } }
.features .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; }
  .features .content-holder .heading {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .features .content-holder .heading h2, .features .content-holder .heading .heading-subtext {
      text-align: center; }
    .features .content-holder .heading .heading-subtext {
      color: #333044; }

.features-list {
  display: flex;
  gap: 30px; }

.feature-card {
  padding: 30px;
  background: linear-gradient(180deg, #333044 0%, #111018 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 20px; }
  .feature-card span {
    text-align: center;
    display: inline-flex; }
  .feature-card .card-title, .feature-card .metrics-label {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal; }
  .feature-card .card-title, .feature-card .metrics {
    font-weight: bold; }
  .feature-card .metrics {
    font-size: 42px;
    color: #F52887; }

@supports (background-clip: text) {
  .metrics {
    background-image: linear-gradient(60deg, #E21143, #FFB03A);
    background-clip: text;
    color: transparent; } }
@media (min-width: 0) and (max-width: 1023px) {
  .features-list {
    flex-wrap: wrap;
    width: 630px;
    justify-content: center; }

  .feature-card {
    width: 300px; } }
@media (min-width: 0) and (max-width: 719px) {
  .features button {
    display: none; }

  .features-list {
    width: 100%;
    padding: 0 16px; }

  .feature-card {
    width: 100%; } }
footer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-content {
  padding: 40px 30px;
  display: flex;
  justify-content: space-between; }
  .footer-content nav {
    display: flex;
    gap: 30px; }

.footer-nav-box .menu-item-label {
  color: #5D5875;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px; }

.footer-socials {
  display: flex;
  width: max-content; }
  .footer-socials ul.menu {
    justify-content: right; }

.menu-item > ul.menu {
  width: 200px;
  max-width: 300px; }
  .menu-item > ul.menu li {
    padding-top: 16px; }
    .menu-item > ul.menu li a {
      font-size: 16px; }
      .menu-item > ul.menu li a:hover {
        color: #F52887; }

ul.menu {
  list-style-type: none; }
  ul.menu li a {
    transition: all ease-in-out 0.3s;
    color: #E3DDFF;
    text-decoration: none; }

.footer-after {
  width: 100%;
  color: #E3DDFF;
  font-size: 14px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (min-width: 0) and (max-width: 1023px) {
  .footer-after {
    align-items: flex-start; }

  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 40px; }
    .footer-content .footer-socials {
      order: 1; }
    .footer-content .footer-nav-box {
      order: 2; }

  .menu-item .menu-item-label {
    text-align: center; }
  .menu-item ul.menu {
    text-align: center; } }
@media (min-width: 0) and (max-width: 719px) {
  .footer-content {
    padding: 40px 16px; }
    .footer-content .footer-nav-box {
      flex-direction: column; }

  .footer-after {
    padding-bottom: 114px; } }

/*# sourceMappingURL=styles.css.map */
