:root {
  --bg: #090b12;
  --innerBg: #191b23;
  --innerBgLghter: #16171f;
  --innerBlackBg: #120e0b;
  --innerBlackLighterBg: #2e3038;

  --white20: #f0f2f5;
  --white30: #fafcff;

  --ultraDark20: #121213;
  --ultraDark30: #1e1e22;
  --ultraDark50: #303033;
  --black50: #2a2a2d;
  --blackDarker: #1d1d1e;

  --darkBlue: #12151e;
  --darkBlue30: #1b1f2a;
  --darkBlue50: #2a2e39;

  --purple: #8f60ff;

  --yellow: #ffc278;
  --yellowLight: #ffc421;
  --yellowDarker: #ff8d04;
  --orange: #ff7d34;
  --orangeDarker: #ff6320;
  --orangeLight: #fdf0ea;

  --red: #ff2020;

  --neturalGray10: #191b23;
  --neturalGray50: #75767f;
  --neturalGray70: #aaaab4;
  --lightGray: #8b90a6;
  --lightGray10: #1c2132;
  --lightGray40: #595e71;
  --lightGray50: #71768b;
  --lightGray80: #c1c5dc;
  --lightGray95: #eef0ff;
  --darkGray10: #030406;
  --darkGray70: #0b0e17;
  --darkGray80: #0e111c;

  --accent10: #8850ff;
  --accent20: #926cff;
  --accent30: #4e7cfe;
  --accent95: #e6d4ff;

  --textMain: #f5f6f7;
  --textP: #8b90a6;
  --textPLighter: #d1d1d4;
  --textBtn: #fcfdfe;
  --brad: 8px;
  --bradMed: 24px;
  --bradMed2: 28px;
  --bradBig: 32px;
}
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: none;
}
* {
  position: relative;
}
html {
  position: relative;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body {
  /* overflow: hidden; */
}

@media (max-width: 1340px) {
  body {
    overflow: hidden;
  }
}
body,
html {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  background-color: var(--white30);
  color: var(--textMain);
}
h2 > * {
  display: inline-block;
  vertical-align: middle;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: var(--darkGray80);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--accent10);
  border-radius: var(--brad);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul,
li {
  padding: 0;
  list-style: none;
  marker: none;
}

.template__list {
  margin-left: 18px;
  color: var(--accent20);
}
.template__list > *:not(:last-child) {
  margin-bottom: 24px;
}
.template__list li p {
  display: inline-block !important;
  vertical-align: middle !important;
}
.template__list li {
  list-style-type: disc;
}
.template__list li p:first-child {
  color: white !important;
  margin-right: 12px;
}
.template__list li p:last-child {
  color: var(--lightGray) !important;
  margin-right: 12px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1360px;
  height: 100%;
  width: 100%;
}
.main--dark {
  background-color: var(--ultraDark20);
  min-height: auto;
}

.lableHeader {
  color: var(--lightGray50) !important;
  text-align: center;
}

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(--m3C);
  line-height: 130% !important;
}
p,
a {
  font-family: "Poppins", sans-serif;
  color: var(--neturalGray70) !important;
  font-weight: 400;
  line-height: 180% !important;
  font-size: 18px;
  position: relative;
}

.hColorBlack {
  color: var(--neturalGray10) !important;
}
.hColorBlack p {
  color: var(--neturalGray50) !important;
}

p,
a {
  line-height: 160% !important;
}
.fz18 {
  font-size: 18px;
}
.fz124 {
  font-size: 124px;
}
.fz72 {
  font-size: 72px;
}
.addPagesH1 {
  font-size: 48px !important;
}
.fz64 {
  font-size: 64px;
}
.fz64 {
  font-size: 64px;
}
.fz56 {
  font-size: 56px;
}
.fz52 {
  font-size: 52px;
}
/* .fz48 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
} */
.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;
}
.fz12 {
  font-size: 12px;
}
.fz10 {
  font-size: 10px;
}
p > * {
  display: inline-block;
}
section {
  position: relative;
}
.width80 {
  max-width: 80%;
}
.width70 {
  max-width: 70%;
}
.width60 {
  max-width: 60%;
}
.width50 {
  max-width: 50%;
}
.width40 {
  max-width: 40%;
}
.width30 {
  max-width: 30%;
}
.width256 {
  max-width: 256px;
}
.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.taCenter {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.taLeft {
  text-align: left !important;
}
.ulMarkers li {
  margin-left: 7px;
}
.ulMarkers li p {
  margin-left: 8px;
}
.ulMarkers li::marker {
  content: "•";
}
.state_page {
  padding-top: 100px;
}
@media (max-width: 1360px) {
  .wrapper {
    max-width: 95%;
  }
  .fz124 {
    font-size: 12vw;
  }
}
@media (max-width: 768px) {
  .state_page {
    padding-top: calc(100px / 2);
  }
  .width80,
  .width70,
  .width60,
  .width40,
  .width30,
  .width50 {
    max-width: 100%;
  }
  .padding {
    padding: 0 14px;
  }
  h2 {
    font-size: 6vw;
  }
  .addPagesH1 {
    font-size: 28px !important;
  }
  .fz72 {
    font-size: 44px;
  }
  .fz64 {
    /* font-size: 6vw; */
    font-size: 52px;
    width: 100%;
    max-width: max-content;
  }
  .fz56 {
    /* font-size: 6.4vw; */
    font-size: 40px;
  }
  .fz52 {
    font-size: 32px;
    /* font-size: 6.2vw; */
  }
  .fz48 {
    font-size: 42px;
    /* font-size: 4vw; */
  }
  .fz42 {
    font-size: 36px;
  }
  .fz36 {
    font-size: 32px;
    /* font-size: 4.6vw; */
  }
  .fz30 {
    font-size: 26px;
    /* font-size: 4.2vw; */
  }
  .fz28 {
    font-size: 20px;
    /* font-size: 3.9vw; */
  }
  .fz24 {
    font-size: 20px;
    /* font-size: 3.8vw; */
  }
  .fz20 {
    font-size: 18px;
    /* font-size: 3.6vw; */
  }
  p,
  a,
  .fz18 {
    font-size: 16px;
    /* font-size: 2.6vw; */
  }
  .fz16 {
    font-size: 14px;
    /* font-size: 2.2vw; */
  }
  .wrapper {
    max-width: 88%;
  }
  .wrapper_smaller {
    max-width: 84%;
  }
}
@media (max-width: 425px) {
  .width256 {
    max-width: 100%;
  }
}

/**********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: none;
  background: var(--pink);
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  border: 1px solid #8850ff;
  border-radius: 8px;
}
.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: #8850ff;
  color: #fff;
}
@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;
  font-size: 20px;
  transition-duration: 0.2s;
  width: 100% !important;
  border: 2px solid var(--pink);
  padding: 0 44px 0 44px;
  box-shadow: 0 0 60px -20px rgba(136, 80, 255, 1);
  border-color: #8850ff !important;
  background: #8850ff;
}
.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;
}
.pricing__container.premium {
  display: none;
}
/**********PRISING PLANS*********/
.pricing__card_features {
  margin: 50px 0;
}
.pricing__card p.h3 {
  text-transform: uppercase;
  font-style: italic;
}
#explore-other-modes img {
  object-fit: cover !important;
}
#explore-other-modes .models__cards_container > div > div {
  height: 100% !important;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.models__cards_container > div > div:last-child {
  padding-top: 20px;
}
p.h2_s {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 130% !important;
}
p.h2 {
  font-size: 52px;
  margin-bottom: 32px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  line-height: 130% !important;
  color: var(--neturalGray10) !important;
}
#pricing-plans p.h2 {
  color: #fff !important;
}
p.h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  color: var(--m3C);
  line-height: 130% !important;
}
p.h4 {
  color: var(--neturalGray10) !important;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 130% !important;
  text-transform: none;
}
