@import url("../assets/fonts/Poppins/font.css");
:root {
    --white: #fff;
    --whiteSecond: #f9f9f9;
    --white20: #f0f2f5;
    --white30: #fafcff;

    --black: #111;
    --blackSecond: #1b1b1b;
    --black50: #2a2a2d;
    --blackDarker: #1d1d1e;
    --blackPrimary: #1d1d1e;
    --blackPrimary2: #111111;

    --ultraDark20: #121213;
    --ultraDark30: #1e1e22;
    --ultraDark50: #303033;

    --darkBlue: #12151e;
    --darkBlue30: #1b1f2a;
    --darkBlue50: #2a2e39;

    --purple: #8f60ff;

    --greenPrimary: #80f423;

    --yellow: #ffc278;
    --yellowLight: #ffc421;
    --yellowDarker: #ff8d04;
    --orange: #ff7d34;
    --orangeDarker: #ff6320;
    --orangeLight: #fdf0ea;
    --orangePrimary: #ff710a;

    --red: #ff2020;

    --gray: #1f1f1f;
    --graySecond: #5f5f5f;
    --neturalGray10: #191b23;
    --neturalGray50: #75767f;
    --neturalGray70: #aaaab4;
    --lightGray: #8b90a6;
    --lightGray2: #f6f6f6;
    --lightGray10: #1c2132;
    --lightGray40: #595e71;
    --lightGray50: #71768b;
    --lightGray80: #c1c5dc;
    --lightGray95: #eef0ff;
    --darkGray10: #030406;
    --darkGray70: #0b0e17;
    --darkGray80: #0e111c;

    --accent10: #8850ff;
    --accent20: #926cff;
    --accent30: #4e7cfe;
    --accent95: #e6d4ff;

    --brad: 10px;
    --bradMed: 24px;
    --bradMed2: 28px;
    --bradBig: 32px;
}
.bgWhite {
    background-color: var(--white);
}
*,
*::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,
html {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: var(--blackPrimary2);
    overflow-x: hidden;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h2 > * {
    display: inline-block;
    vertical-align: middle;
}
body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: var(--blackPrimary2);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--greenPrimary);
    border-radius: var(--bradMed);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
ul,
li {
    padding: 0;
    list-style: none;
    marker: none;
}
.ulMarkers li {
    margin-left: 7px;
}
.ulMarkers li p {
    margin-left: 8px;
}
.ulMarkers li::marker {
    content: "•";
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.wrapper_smaller,
.wrapper {
    margin: 0 auto;
    max-width: 1480px;
    height: 100%;
    width: 100%;
}
.wrapper_smaller {
    max-width: 980px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
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;
    font-family: "Poppins", sans-serif;
    color: var(--white);
    line-height: 130%;
}
p,
a {
    font-family: "Poppins", sans-serif;
    color: var(--white30);
    font-weight: 400;
    line-height: 160%;
    font-size: 20px;
    position: relative;
    text-decoration: none;
}
p > * {
    display: inline-block;
}
.taCenter {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.taLeft {
    text-align: left !important;
}
.colorBlack {
}
.colorBlack h1,
.colorBlack h2,
.colorBlack h3,
.colorBlack h4 {
    color: var(--blackPrimary2);
}
.colorBlack p,
.colorBlack a {
    color: var(--blackPrimary2);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.fz18 {
    font-size: 18px;
}
.fz124 {
    font-size: 124px;
}
.fz100 {
    font-size: 40px;
}
.fz72 {
    font-size: 72px;
    font-weight: 700;
}
.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;
}
.fz34 {
    font-size: 34px;
}
.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;
}
.fzH1OddPage {
    font-size: 52px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.width90 {
    max-width: 90%;
}
.width80 {
    max-width: 80%;
}
.width70 {
    max-width: 70%;
}
.width60 {
    max-width: 60%;
}
.width50 {
    max-width: 50%;
}
.width40 {
    max-width: 40%;
}
.width30 {
    max-width: 30%;
}
.width228 {
    max-width: 228px;
}
.width238 {
    max-width: 238px;
}
.how_workul{
    list-style: auto;
}
.how_workul li{
    list-style: auto;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0 0 20px 0;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
@media (max-width: 1480px) {
    #how-it-works{
        flex-direction: column;
        gap: 20px;
    }
    .how_workul {
        padding: 0 20px;
    }
    .wrapper {
        max-width: 95%;
    }
    .fz124 {
        font-size: 12vw;
    }
    body {
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .innerPadding {
        max-width: 94.62%;
        margin: 0 auto;
    }
    .taCenter {
        text-align: left !important;
    }
    .state_page {
        padding-top: calc(100px / 2);
    }
    .width228,
    .width238,
    .width90,
    .width80,
    .width70,
    .width60,
    .width40,
    .width30,
    .width235,
    .width50 {
        max-width: 100%;
    }
    .padding {
        padding: 0 14px;
    }
    h2 {
        font-size: 6vw;
    }
    .fz100 {
        font-size: 50px;
    }
    .fz72 {
        font-size: 52px;
    }
    .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: 4vw; */
        font-size: 32px;
    }
    .fz42 {
        font-size: 36px;
    }
    .fz36 {
        font-size: 32px;
        /* font-size: 4.6vw; */
    }
    .fz34 {
        font-size: 28px;
        /* 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; */
    }
    .fzH1OddPage {
        font-size: 36px;
    }
    .wrapper {
        max-width: 88%;
    }
    .wrapper_smaller {
        max-width: 84%;
        /* max-width: 100%; */
    }
}
@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 #80f423;
  }
  .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: #80f423;
    color: #222;
    border-radius: 0;
  }
  @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 50px -20px rgba(128, 244, 35, 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;
  }
  .pricing__container.premium {
    display: none;
  }
  /**********PRISING PLANS*********/
  .pricing__card_features{
    margin: 50px 0;
  }
  .pricing__card h3{
    text-transform: uppercase;
    font-style: italic;
  }

  p.h2{
    font-size: 48px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: var(--blackPrimary2);
    line-height: 130%;
  }
  p.h3_s{
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: var(--white);
    line-height: 130%;
  }