:root {
  --bg: #fafcfd;
  --innerBg: #f2f4f8;
  --black: #121621;
  --black30: #252934;
  --black50: #292d38;
  --white30: #fafcff;
  --white20: #f0f2f5;
  --pink: #fe348c;
  --pink95: #ffdaea;
  --purple: #8850ff;
  --purple50: #e6d4ff;
  --textTitle: #191b23;
  --textP: #75767f;
  --btn: #fafcff;
  --radius: 24px;
}

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
}
* {
  position: relative;
}
html {
  position: relative;
  scroll-behavior: smooth;
}
body,
html {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg);
  color: var(--textMain);
  font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: var(--black30);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--pink);
  border-radius: var(--radius);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
ul,
li {
  padding: 0;
  list-style: none;
  marker: none;
}
#swiper-wrapper-bd1096e03ee2b2249 .swiper-slide,
#undress-girl .swiper-slide {
  border-radius: 20px !important;
  overflow: hidden !important;
}
/* a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  bottom: -2px;
  left: 0;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover::after {
  width: 100%;
} */
a:has(img, div)::after {
  content: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: var(--textTitle);
}
h1 {
  font-size: 42px;
  line-height: 54.6px;
  /* color: #fafcff; */
}
h2 {
  font-size: 30px;
  line-height: 39px;
}
h3 {
  font-size: 24px;
  line-height: 39px;
}
h4 {
  font-size: 18px;
  line-height: 39px;
}
.how_it_ul {
  list-style: auto !important;
}
.how_it_ul li {
  margin: 0 0 15px;
  list-style: auto;
}
p {
  line-height: 28.8px;
  color: var(--textP);
}
section {
  padding: 10px 0 10px 0;
}
@media (min-width: 900px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 130%;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 36px;
  }
  p {
    font-size: 18px;
    line-height: 180%;
  }
  section {
    padding: 30px 0 30px 0;
  }
}

p,
a {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  color: var(--textP);
  /* font-size: 18px; */
  position: relative;
}
/* main {
  display: flex;
  flex-direction: column;
  gap: 80px;
} */

/* p,
a {
  line-height: 180% !important;
} */
/* .fz18 {
    font-size: 18px;
}
.fz124 {
    font-size: 124px;
}
.fz64 {
    font-size: 64px;
}
.fz64 {
    font-size: 64px;
}
.fz56 {
    font-size: 56px;
}
.fz52 {
    font-size: 52px;
}
.fz48 {
    font-size: 48px;
}
.fz42 {
    font-size: 42px;
    line-height: 120% !important;
}
.fz36 {
    font-size: 36px;
}
.fz30 {
    font-size: 30px;
}
.fz28 {
    font-size: 28px;
    text-transform: none;
}
.fz24 {
    font-size: 24px;
    text-transform: none;
}
.fz20 {
    font-size: 20px;
    font-weight: 600;
}
.fz16 {
    font-size: 16px;
}
.fz14 {
    font-size: 14px;
}
p > * {
    display: inline-block;
}
section {
    position: relative;
}
.width60 {
    max-width: 60%;
}
.width50 {
    max-width: 50%;
}
.width40 {
    max-width: 40%;
}

@media (max-width: 1340px) {
    .wrapper {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    .fz124 {
        font-size: 12vw;
    }
}
@media (max-width: 768px) {
    *,
    body,
    html {
        user-select: none;
    }
    .liCircle li:not(:last-child) {
        margin-bottom: 2.5vw;
    }
    .liCircle li::before {
        margin-right: 2vw;
        font-size: 4vw;
    }
    .stars {
        width: 4vw;
        height: 4vw;
    }
    .width60 {
        max-width: 100%;
    }
    .width40 {
        max-width: 100%;
    }
    .width50 {
        max-width: 100%;
    }
    .padding {
        padding: 0 14px;
    }
    h2 {
        font-size: 6vw;
    }
    .fz64 {
        font-size: 52px;
        width: 100%;
        max-width: max-content;
    }
    .fz56 {
        font-size: 6.4vw;
    }
    .fz52 {
        font-size: 32px;
    }
    .fz48 {
        font-size: 4vw;
    }
    .fz36 {
        font-size: 24px;
    }
    .fz30 {
        font-size: 4.2vw;
    }
    .fz28 {
        font-size: 3.9vw;
    }
    .fz24 {
        font-size: 20px;
    }
    .fz20 {
        font-size: 20px;
    }
    p,
    a,
    .fz18 {
        font-size: 18px;
    }
    .fz16 {
        font-size: 16px;
    }
    .wrapper {
        max-width: 88%;
    }
} */

p.h2 {
  font-size: 36px;
  color: #191b23 !important;
}
p.h2b {
  font-size: 52px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: var(--textTitle);
  line-height: 100% !important;
}
.plans-and-pricing_header p.h2b {
  color: #fff;
}
#referral-program h3 {
  font-size: 52px;
  color: #fff;
  line-height: 100%;
}
h3.h2h3 {
  font-size: 52px;
}
@media (min-width: 900px) {
  p.h2,
  p.h2b {
    line-height: 130%;
  }
}
/**********PRISING PLANS*********/
#pricing-plans {
  border-radius: var(--bradBig);
}
#pricing-plans .pricing {
  max-width: 1578px;
  margin: 0 auto;
}
.pricing-list__selector {
  gap: 16px;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  border: none;
  background: var(--pink);
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
}
.pricing-list__selector-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  cursor: pointer;
}
.pricing-list__selector-item--active {
  background: #fff;
  color: #222;
}
@media (max-width: 768px) {
  #pricing-plans .wrapper {
    max-width: 88%;
  }
}
@media (max-width: 1340px) {
  #pricing-plans .wrapper {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .pricing-list__selector {
    margin-bottom: 20px;
  }
}
.new_btn {
  padding: 19px 24px;
  background: transparent;
  color: #fff !important;
  border-radius: 20px !important;
  font-size: 20px;
  transition-duration: 0.2s;
  width: 100% !important;
  border: 2px solid var(--pink);
  padding: 0 44px 0 44px;
  border-radius: 12px;
  box-shadow: 0 0 50px -20px rgba(255, 105, 180, 0.8);
}
.new_btn:hover {
  box-shadow: none !important;
  background: transparent;
  scale: 1 !important;
}
.new_btn .pricing-card__discount-price {
  font-size: 16px;
  color: #fff;
  text-decoration: line-through;
}
.plans-and-pricing_body.premium {
  display: none;
}
/**********PRISING PLANS*********/
