@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Caveat:wght@400..700&display=swap');

:root {
    --primary-color: #7165FA;
    --darkColor: #222222;
    --light-color: #515F6E;
    --blue-color: #1D3042;


    --secondary-color: #3C3963;
    --bg-light-color: #ECEBFF;
    --bg-nav-color: #ECEBFF;
    --bg-dark-color: #081D33;
    --bg-color: #F1F6FA;
    --popup-bg: #f8f3f0;
    --popup-bgcolor-over: rgba(0, 0, 0, 0.5);
    --white-color: #ffffff;
    --title-color: #151819;
    --text-color: #69767A;
    --input-placeholder-color: #93A8AF;
    --border-color: #B1CDD7;
    --border-radius: 6px;
    --transition: all 0.3s;
    --fontBeVietnam: "Be Vietnam Pro", sans-serif;
    --fontCaveat: "Caveat", cursive;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Be Vietnam Pro", sans-serif;
    overflow-x: hidden;
    background-color: var(--white-color);
    color: var(--darkColor);
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #dddddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-color: var(--primary-color);
}

/* Scroll */
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    /* text-transform: capitalize; */
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
    font-family: "Be Vietnam Pro", sans-serif;
}

p {
    font-family: "Be Vietnam Pro", sans-serif;
}

img,
video {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    /* box-shadow: none;
  border: none; */
}

input,
select {
    height: 40px;
    background-color: var(--white-color);
    border-radius: 10px;
    border: none;
    color: var(--text-color);
    font-family: "Be Vietnam Pro", sans-serif;
}

input::placeholder,
textarea::placeholder {
    font-family: "Be Vietnam Pro", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button {
    cursor: pointer;
}

.deal-banner {
    background: radial-gradient(circle at center, #4c2cdb 0%, #5a3cd2 40%, #2c09a7 100%);
    color: white;
    border: 2px solid #2c09a7;
    /* /* border color you specified / */
    padding: 20px 26px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    text-align: center;
}
 
.warning-icon {
    font-size: 24px;
    margin-right: 12px;
}
 
.deal-text {
    line-height: 1.4;
}
 
.deal-text strong {
    font-weight: 700;
    display: block;
    font-size: 20px;
}
 
.deal-text p {
    margin: 4px 0 0;
    font-size: 16px;
    color: #e6e6e6;
}
 
.deal-text p strong {
    color: #ffffff;
}
 
.payment-info {
 
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    color: #222;
    margin: 10px auto;
    text-align: center;
    /* dark gray text for readability */
}
 
.lock-icon {
    font-size: 1rem;
    margin-right: 6px;
}

.container1440 {
    max-width: 1470px;
}
.sp_early_bird {
    color: #2c09a7;
    text-transform: uppercase;
}
/* new buy button css start */
.sp_buy_btn_plan {
    font-size: 34px;
}
.sp_buy_btn_price {
    background: #7165FA;
    color: #fff;
    padding: 5px 15px;
    display: inline-flex;
    border-radius: 50px;
}
/* .sp_buy_btn_box {
    background: url(../images/sticky_btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 15px;
    display: flex
;
    flex-direction: column;
    width: 100%;
    max-width: 530px;
    margin: 40px auto 0px;
        font-size: 36px;
} */
.sp_buy_btn_box {
    background: url(../images/sticky_btn.png) no-repeat;
    background-size: 100% 100%;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 530px;
    margin: 20px auto 0px;
    font-size: 24px;
    text-transform: uppercase;
}
.sp_buy_btn_box_coupon {
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF33;
    color: #FFED24;
    font-size: 18px;
    font-weight: 800;
    border-radius: 40px;
    padding: 13px 24px;
    width: max-content;
    margin: auto;
}



@media (max-width: 480px) {
.sp_buy_btn_box {
    font-size: 24px;
}
.sp_buy_btn_box_coupon {
    font-size: 14px;
    padding: 13px 24px;
}
.sp_buy_btn_box {
    padding: 20px 20px;
    margin: 20px auto 0px;
}
.sp_buy_btn_plan {
    font-size: 18px;
}
}
/* new buy button css end */
/* fe banner start */
.fe_video_wrapper_main{
    width: 100%;
    max-width: 820px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
.fe_banner_wrap {
    background: url(../images/banner/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
padding: 40px 0 40px;
    background-position: bottom center;
}
.fe_banner_title1_wrap {
    padding: 1px;
background: linear-gradient(90deg, #FF76FD 0%, #FF8800 100%);
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 16px 50px 0px #7E6BA333;

}
.fe_banner_title1 {
    background: #040655;
    border-radius: 60px;
    padding: 10px 30px;
}
.fe_banner_title3 {
    background: linear-gradient(90deg, #8683DC 0%, #A358FF 100%);
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    position: relative;
}
.fe_banner_title3:after, .fe_banner_title3:before {
    position: absolute;
    content: "";
    bottom: -20px;
    width: 38px;
    height: 45px;
     background: url(../images/banner/banner_arrow.svg);
    background-size: 38px 45px;
}
.fe_banner_title3.white_arrow:after, .fe_banner_title3.white_arrow:before {
     background: url(../images/banner/banner_arrow_white.svg);
    background-size: 38px 45px;
}
.fe_banner_title3:after{
right: -20px;
    transform: scaleX(-1);
}
.fe_banner_title3:before {
    left: -20px;
}
.pxu_video_wrapper {
    max-width: 820px;
    max-height: 450px;
    width: 820px;
    height: 450px;
    margin: 30px 0;
    aspect-ratio: 16 / 9;
}
.timerBOx.common_timer {
    position: relative;
    z-index: 1;
}
.common_timer .countdown-container {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #673ab7, #e91e63);
    padding: 25px 30px 25px 75px;
    border-radius: 130px;
    color: #fff;
    font-family: Arial, sans-serif;
    width: fit-content;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 100%;
}

.common_timer .clock-icon {
    height: auto;
    margin-right: 0;
    position: absolute;
    left: -30px;
}

.common_timer .countdown-timer {
    display: flex;
    align-items: center;
    gap: 30px;
}

.common_timer .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.common_timer .time {
    font-size: 36px;
    font-weight: normal;
    line-height: 46px;
}

.common_timer .label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
}

.common_timer .colon {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -10px;
}

.countdown-container:before {
    content: '';
    background: #2B1E51;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 130px;
    z-index: -1;
    opacity: 70%;
}

.pxu_countDown_wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pxu_countDown_wrap h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0;
    text-align: center;
    background: #A9A2FE;
    color: #fff;
    padding: 0px 30px;
    border-radius: 155px 155px 0 0;
}
.fe_timer_top_text {
 box-shadow: 0px 0px 30px 0px #1D176233;
    border: 2px dashed #7F71FF;
    background: #FFFFFF;
    border-radius: 80px;
    padding: 10px 20px;
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
}

.fe_btn_blue{
    padding: 20px 45px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 7px 31.8px -8px #5B00FF40;
    background: radial-gradient(50% 50% at 50% 50%, #A083F7 0%, #6B3CF6 100%);
}
.timerBOx.common_timer {
    /* position: relative;
    z-index: 1;
    background: #FFFFFFB2;
    border: 2px solid #A9A2FF;
    border-radius: 180px;
    width: 100%;
    max-width: 668px;
    margin: auto;
    padding: 55px 0; */
}
.timerBOx.common_timer:after {
    /* content: "";
    background: url(../images/banner/button_bg.png);
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
        border-radius: 170px;
    z-index: -1;
    background-position: center; */
}
.timerBOx.common_timer .fe_btn_blue {
    /* position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content; */
}


/* fe banner end */


.pxu_btn {
    min-width: 125px;
    width: fit-content;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: var(--border-radius);
    line-height: normal;
    padding: 0 20px;
    margin: 0;
    text-transform: capitalize;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: "Be Vietnam Pro", sans-serif;
    z-index: 0;
}

.pxu_btn:hover {
    color: var(--white-color);
}

.pxu_btn:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #5C54B5 0%, #0B0920 100%);
    opacity: 0;
    transition: opacity 0.3s linear;
    border-radius: var(--border-radius);
    z-index: -1;
}

.pxu_btn:hover:after {
    opacity: 1;
}


.pxu_btn_sm {
    height: 40px;
    padding: 0 10px;
}

.pxu_btn_full {
    width: 100%;
}

.pxu_react_select_60Per {
    width: 60%;
}

.pxu_btn.pxu_secondary_btn {
    background: linear-gradient(180deg, #5C54B5 0%, #0B0920 100%);
}

.pxu_btn.pxu_secondary_btn:after {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
}

.pxu_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 80px;
    background-color: white;
    width: 100%;
    flex-wrap: wrap;
    position: sticky;
    top: 0px;
    z-index: 9999;
    box-shadow: 0px 4px 90px 0px #4936A133;
    transition: all 0.4s linear;
    position: relative;
}

header.pxu_header.fixed {
    position: fixed;
    top: 0;
    animation: slideDown 0.5s linear forwards;
    /* smooth slide down */
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.pxu_header .navbar-toggler {
    position: absolute;
}

.pxu_header .navbar-nav {
    width: 100%;
    max-width: calc(100% - 530px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 70px;
}

.pxu_header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pxu_comingSoon_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow: auto; */
    width: 100%;
    flex-direction: column;
    gap: 50px;
    /* height: 100vh; */
    position: relative;
}

.pxu_header .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--darkColor);
    position: relative;
}

.pxu_header .navbar-nav .nav-link:hover,
.pxu_header .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.pxu_header .navbar-nav .nav-link:hover:after,
.pxu_header .navbar-nav .nav-link.active:after {
    width: 100%;
}

.pxu_header .navbar-nav .nav-link:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: var(--primary-color);
    margin: auto;
    transition: all 0.3s;
}

.sp_banner_form {
    background: #FFFFFF80;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 30px 40px;
    max-width: 700px;
    width: 100%;
}

.sp_banner_form .sp_input_wrap.icon.position-relative input {
    background: #ffffff;
}

.sp_banner_form_field_wrap form {
    display: flex;
    gap: 10px;
}

.sp_banner_form_field_left {
    width: 100%;
    max-width: 360px;
}

.sp_banner_form_btn input {
    text-transform: capitalize !important;
}

.sp_banner_box_inner {
    background: #FFFFFF;
    box-shadow: 0px 42px 56.3px 0px #1D26501A;
    border-radius: 14px;
    padding: 30px 30px;
    position: relative;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    margin-bottom: 30px;

}

.sp_banner_box_inner:after {
    background: linear-gradient(115.35deg, #C5BFFF 26.44%, #6557F9 101.49%);
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    width: 85%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
}

.sp_banner_box_wrap .sp_banner_box_inner:hover {
    transform: translateY(-10px);
}

.sp_banner_box_wrap .sp_banner_box_inner {
    transition: all 0.3s;
}

.sp_banner_box_wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);

}

.sp_banner_box_wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
}

.pxu_vertivalCenter_dv {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0 50px;
}



.pxu_gradText {
    background: linear-gradient(90deg, #FF84E4 0%, #A9A2FE 100%);
    border-radius: 60px;
    max-width: fit-content;
    margin: 50px auto;
    box-shadow: -7px 8px 30px 0px #5200FF33;
}

.pxu_gradText p {
    padding: 0px 30px;
    line-height: 53px;
    color: #fff;
}

.pxu_gradText p {
    padding: 0px 30px;
    line-height: 53px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    margin: 0px auto;
}

.pxu_formHead_wrap {
    border: 2px solid transparent;
    background: linear-gradient(white, white, white) padding-box, linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%) border-box;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
    position: absolute;
    width: 100%;
    top: -27px;
    box-shadow: -7px 8px 30px 0px #5200FF33;
}

.pxu_formHead_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    border-radius: 100px;
}

.pxu_textGradient {
    background: linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* for Firefox */
    font-weight: bold;
    position: relative;
}

.pxu_formWrap_dv {
    position: relative;
    max-width: 820px;
    width: 100%;
    padding: 50px 20px 30px;
    text-align: center;
    display: flex;
    min-height: 155px;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    margin: auto;
}

.pxu_formInner_wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.pxu_formGroup label {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2px;
    color: var(--bg-dark-color);
    margin-bottom: 5px;
}

.pxu_formGroup {
    display: block;
    width: 100%;
    max-width: calc(37% - 10px);
}

.pxu_formGroup .pxu_input {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    border: 1px solid #E0D3E6;
    width: 100%;
    padding: 0px 20px;
    border-radius: 6px;
}

.pxu_formBtn button.pxu_btn {
    height: 40px;
    color: #fff;
    border-radius: 40px;
    line-height: 40px;
    font-size: 14px;
}

.pxu_accessBox_btn {
    background: radial-gradient(50% 50% at 50% 50%, #A083F7 0%, #6B3CF6 100%);
    padding: 20px 45px;
    border-radius: 50px;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 7px 31.8px -8px #5B00FF40;
}

.pxu_aff_btn {
    background: radial-gradient(50% 50% at 50% 50%, #5C54B5 -21.76%, #0f0b34 93.36%);
    padding: 20px 45px;
    border-radius: 50px;
    border: 1px solid #353165;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 7px 31.8px -8px #5B00FF40;
}

#demo {
    background: radial-gradient(50% 50% at 50% 50%, #5C54B5 0%, #0B0920 100%);
    color: #fff;
}

.sp_review_access_img_vector>li {
    position: absolute;
}

.sp_review_access_img_vector>li:first-child {
    top: 7%;
    left: 11%;
}

.sp_review_access_img_vector>li:nth-child(02) {
    bottom: 0%;
    left: 0%;
}

.sp_review_access_img_vector>li:nth-child(03) {
    top: 0%;
    right: 0%;
}

.sp_review_access_img_vector>li:nth-child(04) {
    bottom: 0%;
    right: 0%;
}





.pxu_logoHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.btn_holder_header {
    display: flex;
    gap: 10px;
}

.pxu_vertivalCenter_dv h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #222222;
    margin-top: 15px;
}

.pxu_vertivalCenter_dv h1 span {
    color: #8277FF;
}

.pxu_launch_show {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.pxu_launch_show h3 {
    background: linear-gradient(317.92deg, #589BF5 -21.76%, #0E6AED 93.36%);
    text-align: center;
    width: 100%;
    padding: 0px 45px;
    border-radius: 50px;
    font-size: 26px;
    line-height: 70px;
    font-weight: 600;
}

.pxu_launch_show p {
    margin: 0;
    font-size: 14px;
    padding: 8px 30px 13px;
    background: #2D1B51;
    border-radius: 0px 0px 70px 70px;
}

.pxu_video_wrapper {
    max-width: 820px;
    max-height: 450px;
    width: 820px;
    height: 450px;
    margin: 30px 0;
    aspect-ratio: 16 / 9;
}


.pxu_access_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    max-width: 1090px;
    width: 100%;
    margin-top: -90px;
}

.pxu_access_box div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pxu_access_box>div {
    transition: all 0.3s;
}

.pxu_access_box .pxu_access_box_01:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgb(177 153 248 / 28%);
}

.pxu_access_box .pxu_access_box_02:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgb(255 160 11 / 11%);
}

.pxu_access_box h3 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.pxu_access_box p {
    margin: 0;
    min-height: 100px;
    padding: 20px 0px;
    font-size: 18px;
    color: #7D6A87;
    line-height: 28px;


}

.pxu_access_box_01 {
    max-width: 765px;
    border: 2px solid #B69EFF;
    box-shadow: 0px 29px 75.4px -1px #B7A1FF33;
    background: #F3EFFF;
    border-radius: 20px;
    padding: 90px 30px 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.pxu_access_box_01 .pxu_accessBox_btn {
    background: radial-gradient(50% 50% at 50% 50%, #A083F7 0%, #6B3CF6 100%);
    padding: 20px 45px;
    border-radius: 50px;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 7px 31.8px -8px #5B00FF40;
}

.pxu_access_box_01 .pxu_accessBox_btn.btn2 {
    box-shadow: 0px 7px 31.8px -8px #FF800040;
    background: radial-gradient(50% 50% at 50% 50%, #FFC078 0%, #FFB133 100%);


}

.pxu_accessBox_btn_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: inherit;
    flex-wrap: wrap;
}

.pxu_access_box_02 {
    max-width: 530px;
    min-height: 250px;
    border: 2px solid #FFDA9E;
    background: #FFF6E8;
    border-radius: 20px;
    box-shadow: 0px 29px 75.4px -1px #B7A1FF33;
    padding: 30px;
    width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.pxu_comingSoon_para {
    color: #222222;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
}



.pxu_featureContent {
    text-align: left;
    padding-left: 20px;
}

.pxu_three_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1090px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pxu_three_box>div {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    text-align: center;
}

.pxu_three_box>div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgb(113 101 250 / 37%);
}

.pxu_featuerList {
    transition: all 0.3s;
}

.pxu_three_box>div>div:first-child {
    width: 80px;
    height: max-content;
    padding: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pxu_three_box svg {
    width: 40px;
    height: 40px;
}

.pxu_three_box path {
    fill: white;
}

.pxu_three_box title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.sp_review_access_note {
    background: #F8F4FF;
    border-radius: 6px;
    padding: 20px;
    max-width: 840px;
    margin: auto;
    width: 100%;
}


.pxu_three_box p {
    font-size: 14px;
    line-height: 1.4;
    color: #f0f0f0;
    margin: 0;
}

.sp_bottom_arrow_inner {
    background: linear-gradient(180deg, #ADA6FF 0%, #6557F9 100%);
    box-shadow: -25px 14px 50px 0px #6522FF4D;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation: bounce 2s ease 0s infinite;
}

.sp_bottom_arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
}

/* Keyframes for bounce effect */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
        /* Start and end at original position */
    }

    40% {
        transform: translateY(-15px);
        /* Move up */
    }

    60% {
        transform: translateY(-5px);
        /* Slight bounce down */
    }
}

/* Fix for the second SVG (cart icon) */
.pxu_three_box>div:nth-child(2) svg path {
    fill: none;
    stroke: white;
}

/* Fix for the third SVG (bag icon) */
.pxu_three_box>div:nth-child(3) svg path {
    fill: none;
    stroke: white;
}

/* pxu_popup_wr */
.pxu_popup_wr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.pxu_popup_wr .pxu_over {
    position: fixed;
    background-color: #00000080;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pxu_popup_wr.pxu_popup_active {
    opacity: 1;
    visibility: visible;
}

.pxu_popup_wr.pxu_popup_active.pxu_zIndex_Dv {
    z-index: 99999;
}

.pxu_popup_inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
    opacity: 0;
    transition: all 0.3s;
}

.pxu_popup_wr.pxu_popup_active .pxu_popup_inner {
    opacity: 1;
}

.pxu_popup_close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 10;
}

.pxu_popup_close span {
    background: #FF5C5C;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.pxu_modal_title h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--title-color);
    margin-bottom: 25px;
}

.pxu_xlarge {
    max-width: 1320px;
}

.pxu_xxl {
    max-width: 1100px;
}

.pxu_xl {
    max-width: 900px;
}

.pxu_md {
    max-width: 700px;
}

.pxu_sm {
    max-width: 400px;
}

.pxu_550 {
    max-width: 550px;
}

.pxu_610 {
    max-width: 610px;
}

.pxu_popup_content {
    border-radius: 10px;
    padding: 30px 25px;
    background: var(--white-color);
    position: relative;
    z-index: 99999;
    width: 100%;
}

.pxu_popup_content h4 {
    font-size: 22px;
    color: var(--title-color);
    margin: 10px 0 15px;
}

.pxu_popup_content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222;
    margin: 0;
    margin-top: 10px !important;
}

.pxu_popup_btn {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.pxu_popup_btn .pxu_btn {
    font-size: 16px;
    width: 100%;
}

.pxu_main_input {
    margin-bottom: 15px;
}

.pxu_main_label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--text-color);
    display: block;
    text-transform: capitalize;
}

.pxu_custom_input {
    padding: 10px 15px;
    position: relative;
    height: 45px;
    background: var(--white-color);
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--title-color);
    font-weight: 400;
    border: none;
    border: 1px solid #E3EEF6;
    border-radius: var(--border-radius);
}

.d-none {
    display: none;
}

/* Section Header */
.sp_headerWrapper h2 span,
.textGradient {
    background: linear-gradient(180deg, #ADA6FF 0%, #6557F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sp_templateSection {}

.sp_headerWrapper p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    max-width: 750px;
    margin: 20px auto;
    color: var(--darkColor);
}

.sp_headerWrapper h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.sp_headerWrapper {
    text-align: center;
}

/* Slider Css */
.swiper-slide.aa_gallery_image {
    border: 1px solid #3C2F62;
    background: #1B1334;
    padding: 10px;
    border-radius: 10px;
}

.aa_meargImageGallery {
    margin-top: 50px;
}

.aa_meargImageGalleryReverse {
    margin-top: 30px;
}

.sp_templateSliderWrapper {
    position: relative;
    overflow: hidden;
}

.sp_templateSliderWrapper:before,
.sp_templateSliderWrapper:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 11;
}

.sp_templateSliderWrapper:after {
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 97.34%);
    right: 0px;
    top: 0px;
    left: auto;
}

.sp_templateSliderWrapper:before {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 97.34%);
    left: 0px;
    top: 0px;
}

.aa_gallery_image img {
    max-width: 100%;
    width: 100%;
}

/* Section Header */
.sp_stepSectionInner {
    max-width: 1400px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.sp_stepWrap {
    text-align: center;
}

.sp_stepWrap h2 {
    color: #222;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
}

.sp_stepWrap p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    margin: 20px auto;
    color: var(--darkColor);
}

.sp_stepSection {
    padding: 80px 0px;
}

.themeColor {
    color: var(--primary-color);
}

.sp_stepWrapItems {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sp_wrapList {
    max-width: 400px;
    position: relative;
    padding-top: 20px;
}

.stepNum {
    position: absolute;
    top: 0;
    left: 40px;
    border-radius: 10px;
    padding: 0px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 43px;
}

.step1 {
    background: #4ECBFF;
}

.sp_wrapList_inner h4 {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    color: var(--darkColor);
}

.sp_wrapList_inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 15px 0;
}

.step1Wrap .sp_stepInnerWrapper {
    background: linear-gradient(180deg, #CBEFFE 0%, #CBEFFE 100%);
}

.sp_stepBottomWrap {
    padding: 30px 0 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_formmWrapInner {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}

.sp_formmWrapInner {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 0 20px;
    color: #222;
}

.sp_stepInnerWrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    border-radius: 20px;
}

.step2Wrap .sp_stepInnerWrapper {
    background: #D9CCFF;
}

.step3Wrap .sp_stepInnerWrapper {
    background: #FBE2F7;
}

.stepNum.step2 {
    background: #8F84FF;
}

.stepNum.step3 {
    background: #FA8EE9;
}

/* tab steps automatic changes start */
/* Tab COntent */
.sp_tab_steps_box_wrap {
    background: #F8F4FF;
    padding: 35px;
    border-radius: 20px;
}

.sp_navTabsAutoChange .nav-link.active,
.sp_navTabsAutoChange .nav-link:hover {
    color: #fff
}

.sp_navTabsAutoChange .nav-link:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
}

.sp_navTabsAutoChange .nav-link:hover::after,
.sp_navTabsAutoChange .nav-link.active::after {
    opacity: 1;
}

.sp_navTabsAutoChange .nav-link {
    color: #222222;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 30px;
    font-weight: 600;
    background: #FBF9FF;
    border: 1px solid #E2D4FF;
    z-index: 0;
    position: relative;
}

.sp_tabContent_dv>.active {
    display: block;
    border-radius: 20px;
}

.sp_tabContent_dv .tab-pane {
    animation: custom-fade 0.5s linear;
}

@keyframes custom-fade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sp_tabContent_dv>.box1 {
    /* background: linear-gradient(180deg, #CBEFFE 0%, #CBEFFE 100%); */

}

.sp_tabContent_dv>.box2 {
    /* background: #D9CCFF; */

}

.sp_tabContent_dv>.box3 {
    /* background: #FBE2F7; */

}

.sp_navTabsAutoChange {
    border-bottom: 0px;
    justify-content: center;
    margin: 20px auto 40px;
    gap: 20px;
}

.sp_autoChange_tab {
    box-shadow: 0px 0px 60px 0px #7114AF1A;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #503FFF 0%, #FF6A00 100%);
    position: relative;
    overflow: hidden;
}

.sp_autoChange_tab:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    background: #fff;
    border-radius: 15px;
}

.sp_autoChange_tab>* {
    position: relative;
}

.sp_navTabsAutoChange .nav-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.sp_tab_steps_gif {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #B4A0EF;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px #6031B333;

}

/* .sp_tabContent_dv .box1 .sp_tab_steps_gif {
    border: 1px solid #7BD2F6;
    background: #A7DCF2;
}
.sp_tabContent_dv .box2  .sp_tab_steps_gif {
border: 1px solid #B4A0EF;
background: #CDBCFF;

}
.sp_tabContent_dv .box3  .sp_tab_steps_gif {
background: #FAD4F4;
border: 1px solid #FFADF2
} */
.sp_tab_steps_section .tab-content.sp_tabContent_dv {
    max-width: 1200px;
    margin: auto;
}

.sp_tab_steps_details {
    max-width: 685px;
    width: 100%;
    margin: 30px auto 0;
}

@media (max-width: 991px) {
    .tab-content.sp_tabContent_dv>.active {
        padding: 15px;
    }

}

@media (max-width: 480px) {
    .sp_navTabsAutoChange .nav-link {
        padding: 12px 20px;
    }
}

/* tab steps automatic changes end */
/* 10 Years Section */
.sp_yearsSection {
    background: #FBF9FF;
}

.sp_experienceInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1400px;
    padding: 0px 20px;
    margin: 50px auto 0;
    position: relative;
}

.sp_leftWrap {
    max-width: calc(100% - 537px);
    width: 100%;
}

.sp_leftWrap .sp_headerWrapper h2 {
    text-align: left;
    max-width: 100%;
}

.sp_leftWrap .sp_headerWrapper p {
    text-align: left;
    max-width: 720px;
    margin-left: 0;
}

.sp_yearsInner {
    position: relative;
}

.sp_yearsInner:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: auto;
    left: 0;
    background-image: url(../images/10years.png);
    background-repeat: no-repeat;
    background-size: 1075px 405px;
    background-position: right bottom;
    right: 0;
  bottom: -20px;
}

.sp_rightWrap {
    max-width: 537px;
}

.sp_boxItemWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 600px;
}

.sp_boxItem {
    box-shadow: 0px 16px 50px 0px #7E6BA333;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
}

.sp_innerBox_wrapper {
    margin-top: 100px;
}

.sp_boxItem h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.sp_icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sp_boxItem p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #837499;
    margin-bottom: 0;
}

/* Pricing Section */
.sp_darkSection {
    padding-bottom: 80px;

}
.sp_pricingInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    max-width: 820px;
    margin: 50px auto 0;
    position: relative;
    flex-direction: column;
}

/* .sp_pricingWrapHeader h2 {
    font-weight: 800;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
}
.sp_pricingWrapHeader p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
} */
.sp_pricingBoxItem {
    background: linear-gradient(90deg, #FFA033 -4.94%, #00B3FF 106.17%);
    padding: 2px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.sp_pricingBoxItem::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFA033 -4.94%, #00B3FF 106.17%);
    opacity: 0.1;
    border-radius: 10px;
}

.sp_pricingBoxWrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 820px;
    margin-top: 30px;
}

.sp_pricingBoxInner {
    background: #F8F8FF;
    border-radius: 10px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.sp_priceLabel {
    min-width: 70px;
    position: relative;
}

.sp_pricingBoxInner h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    /* min-width: 115px; */
}

.sp_priceLabel span {
    font-weight: 700;
    font-size: 28.08px;
    line-height: 35.1px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sp_pricingBoxInner p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.sp_pricingBoxInner>span {
    font-size: 24px;
    font-weight: 500;
}

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

.sp_bottomLabelBox h4 {
    text-transform: capitalize;
    text-align: center;
    border-radius: 70px;
    padding: 21px 30px;
    background:
        linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    color: #ffffff;

}

.greenTextGradient {
    background: linear-gradient(90deg, #FFFF15 -25%, #00FFD5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.bg-b {
    background: linear-gradient(90deg, #FFA033 -4.65%, #00B3FF 100%);
    padding: 2px;
    position: relative;
    border-radius: 10px;
}

.sp_bgInnerBox {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.sp_bgInnerBox h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.giftBox {
    position: absolute;
    right: -35px;
    top: -35px;
}

.sp_preLaunch_box {
    background: #F9F6FF;
    border: 1px solid #E6DCFA;
    border-radius: 10px;
    padding: 60px 50px 30px;
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 40px;
    position: relative;
}

.sp_preLaunch_box_heading {
    box-shadow: -7px 8px 30px 0px #5200FF33;
    background: linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%);
    border-radius: 40px;
    padding: 1px;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1010px;
}

.sp_preLaunch_box_heading>h2 {
    background: #ffffff;
    border-radius: 40px;
    padding: 12px 24px;

}

.sp_launchSection_inner .container {
    /* max-width: 1110px;
    margin: 0px auto 50px; */
}

.sp_preLaunchWinner {
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 40px;
    gap: 30px;
}

.sp_preLaunchWinner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(203, 239, 254, 0) 0%, #CBEFFE 100%);
    opacity: 0.1;
    border-radius: 10px;
}

.sp_preLaunchWinner.sp_blue {
    background: linear-gradient(90deg, rgba(203, 239, 254, 0) 0%, #CBEFFE 100%);
}

.sp_preLaunchWinner.sp_purlple {
    background: linear-gradient(90deg, rgba(217, 204, 255, 0) 0%, #D9CCFF 100%);
}

.sp_preLaunchWinner.sp_red {
    background: linear-gradient(90deg, rgba(251, 226, 247, 0) 0%, #FBE2F7 100%);
}

.sp_preLaunchWinnerInner>span {
    font-weight: 800;
    font-size: 34px;
    line-height: 28px;
}

.sp_preLaunchWinnerInner>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}

.list-unstyled {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.darkbox_innerWrap {
    max-width: 1300px;
    margin: auto;
    background: #EDE9FF;

    border-radius: 15px;
    color: #fff;
    padding: 20px;
}

.darkbox_innerWrap .container {
    max-width: 100%;
    margin-bottom: 0;
}

.darkbox_inner h4 {
    text-transform: capitalize;
}

.darkbox_inner p {
    text-transform: capitalize;
    margin-top: 30px;
}

.darkbox_inner {
    padding: 35px;
}

.darkbox_inner img {
    margin-bottom: 20px;
}

.sp_pricePoolBox {
    padding: 50px 0px 0px;
}

.sp_pricePoolBox .container {
    max-width: 1480px;
    padding: 0px 20px;
    margin-bottom: 0px;
}

.sp_phasesBox {
    background: #DCD4FF;
    padding: 20px;
    border-radius: 18px;
}

.sp_phaseHead {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 20px;
}

.sp_phaseInner {
    text-align: center;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 18px;
}

.sp_phaseInnerBox {
    padding: 13px 15px;
    border-radius: 10px;
}

.sp_phaseInnerBox:nth-child(2n) {
    background: #F0EFFE;
}

.sp_phasesBox.sp_centerBox {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
}

.sp_phaseInnerBox b {
    font-weight: 800;
}

.sp_common_boxx {
    box-shadow: -20px 30px 50px 0px #7527881A;
    border: 1px solid #C7EDFE;
    background: linear-gradient(134.19deg, rgba(203, 239, 254, 0) 65.05%, #CBEFFE 104.62%);
    border-radius: 12px;
    padding: 40px 20px 30px;
    text-align: center;
    position: relative;
}

.sp_common_boxx.box2 {
    background: linear-gradient(125.84deg, rgba(217, 204, 255, 0) 60.68%, #D9CCFF 106.15%);
}

.sp_common_boxx.box2:before {
    background: #675AF9;

}

.sp_common_boxx:before {
    content: '';
    position: absolute;
    background: #B6E2F4;
    width: 90%;
    height: 10px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
    z-index: -1;
}

.sp_common_boxx_round_wrap {
    border-radius: 80px;
    padding: 10px 60px;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    min-height: 86px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;

}

.sp_launch_day {
    box-shadow: -20px 30px 50px 0px #7527881A;
    border-radius: 12px;
    padding: 50px 20px 30px;
    text-align: center;
    position: relative;
    border: 1px solid #8176FB;
    box-shadow: -20px 30px 50px 0px #7527881A;

}

.sp_launch_day:before {
    content: '';
    position: absolute;
    background: #675AF9;

    width: 90%;
    height: 10px;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
    z-index: -1;
}

.sp_launch_day_round_inner {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    display: inline-block;
    padding: 15px 25px;
    border-radius: 40px;
}

.sp_launch_day_round_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -36px;
}

/*  Section */
.sp_lightBoxSection {}

.sp_countBoxContent {
    width: 75px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    height: 75px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
    font-weight: 900;
    transform: rotate(45deg);
    border-radius: 5px;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
}

.sp_countBoxContent>span {
    font-size: 30px;
    font-weight: 600;
}

.sp_countBox {
    position: relative;
    overflow: hidden;
    background: #F8F8FF;
    border: 2px solid #7165FA30;
    border-radius: 10px;
}

.sp_countBoxHead {
    padding: 64px 40px 26px;
}

.sp_countBoxHead h4 {}

.sp_countBoxHead p {}

.sp_list_right_icon {
    background-color: #E6E4FF;
    padding: 18px;
    border-radius: 12px;
}

.sp_list_right_icon li {
    padding-left: 45px;
    position: relative;
}

.sp_list_right_icon li>img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 28px;
    height: 28px;
}

.sp_bottomBox_countList {
    margin: 0 20px 20px;
}

.blurrdiv {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    background-color: #f4eefc;
}

.sp_boxCard_wrap {
    background: linear-gradient(90deg, #FFA033 -4.65%, #00B3FF 100%);
    box-shadow: 0px 4px 20px 0px #4F449A1A;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 0px 30px;
}

/* .sp_countBox.box1{
background: #D0F9FF;
}
.sp_countBox.box2{
background: #FFF1C1;
}
.sp_countBox.box3{
background: #F5D8FF;
} */

/* .sp_countBox.box1 .sp_countBoxContent{
    background: #19CBE5;
}
.sp_countBox.box2 .sp_countBoxContent{
background: #DBB635;

}
.sp_countBox.box3 .sp_countBoxContent{
background: #D14BFF;

} */
.sp_bottomBox_countList {
    /* background-color: #ffffff; */
}

.sp_boxCard_wrap:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #ffffff;
    border-radius: 20px;
    z-index: -1;
}

.sp_boxCard_icon {
    width: 80px;
    height: 80px;
    background: #4ECBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.sp_boxCard_inner.box1 .sp_boxCard_icon {
    background: #4ECBFF;
}

.sp_boxCard_inner.box2 .sp_boxCard_icon {
    background: #8F84FF;
}

.sp_boxCard_inner.box3 .sp_boxCard_icon {
    background: #FA8EE9;
}

.sp_boxCard_inner.box4 .sp_boxCard_icon {
    background: #FFB43B;
}

.sp_boxCard_inner {
    padding: 0px 20px;
    position: relative;
}

.sp_boxCard_wrap>.sp_boxCard_inner:last-child::after {
    display: none;
}

.sp_boxCard_inner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E7EEE9;
    width: 1px;
}

.lrpadding.sp_boxCard_top {
    padding: 0 20px;
}

/* not only section start */
.sp_notOnly_inner {
    background: #FFFFFF;
    box-shadow: 0px 16px 50px 0px #7E6BA333;
    padding: 20px 30px;
    border-radius: 6px;
}

.sp_notOnly_icon {
    width: 80px;
    height: 80px;
    background: #4ECBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: none;
}

.sp_notOnly_inner.box1 .sp_notOnly_icon {
    background: #4ECBFF;
}

.sp_notOnly_inner.box2 .sp_notOnly_icon {
    background: #8F84FF;
}

.sp_notOnly_inner.box3 .sp_notOnly_icon {
    background: #FA8EE9;
}

.sp_notOnly_inner.box4 .sp_notOnly_icon {
    background: #FFB43B;
}

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

.sp_notOnly_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(366px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* not only section end */
/* solves section start */
.sp_solve_sation_wrap {}

.sp_solve_sation_table_left {
    background: #FBF9FF;
    border-radius: 20px;
    width: 100%;
    max-width: 722px;
    overflow: hidden;
}

.sp_solve_sation_table_heading {
    background: #E6E4FF;
    padding: 20px 25px;
    font-size: clamp(18px, 4vw, 28px);
    ;
    font-weight: 800;
}

.sp_solve_sation_table_list>li {
    text-indent: -33px;
    padding-left: 33px;
}

.sp_solve_sation_table_list>li:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sp_solve_sation_table_right .sp_solve_sation_table_list>li {

    border-bottom-color: #E8E8E845;
}

.sp_solve_sation_table_list {
    padding: 4.3% 5.5%;
}

.sp_solve_sation_table_right {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
}

.sp_solve_sation_table_right .sp_solve_sation_table_heading {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    overflow: hidden;
    width: 100%;
    max-width: 722px;
    color: #ffffff;
    border-radius: 20px 20px 0 0;
}

/* 60 Second Affiliate Challenge */
.sp_affi_chalange_wrap {
    /* background: url(../images/affilicate_chalange/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center; */
    /* padding-bottom: 220px; */

}

.sp_video_wrap iframe {
    width: 100%;
    max-width: 820px;
    height: 460px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FFA033 0%, #00B2FF 100%);
    padding: 2px;
}

.pils_round {
    background: #372851;
    border-radius: 70px;
    display: inline-block;
    padding: 1% 2.5%;
}

.sp_whitebox_with_gradient .bg-b {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.sp_whitebox_with_gradient_inner {
    background: #fff;
    border-radius: 19px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_whitebox_with_gradient {
    max-width: 640px;
    height: 345px;
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.box_absolute_img {
    position: absolute;
}

.box1_img1 {
    box-shadow: -16px 21px 31.6px 0px #483E721A;
}

.box1_img3 {
    bottom: 0;
    right: 0%;
}

.box1_img2 {
    bottom: 0;
    left: 0%;
}

.box2_img2 {
    bottom: 30px;
    left: 4%;
}

.box2_img3 {
    bottom: -26%;
    right: 36%;
}

.box2_img4 {
    top: -23%;
    left: -12%;
}

.box2_img5 {
    bottom: -14%;
    right: -6%;
}

.box3_img1 {
    top: -1%;
    bottom: 0;
    margin: auto;
    left: -5%;
}

.box3_img2 {
    top: 0;
    bottom: -10%;
    margin: auto;
    left: 19%;
}

.box3_img3 {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 42%;
}

.box3_img4 {
    bottom: -15%;
    margin: auto;
    left: 64%;
}

.box4_img2 {
    top: 15%;
    left: 1%;
}

.box4_img3 {
    bottom: -23%;
    left: -13%;
}

.box4_img4 {
    top: -34px;
    left: 23%;
}

.box4_img5 {
    top: -12%;
    right: -7%;
}

.box4_img6 {
    bottom: 6%;
    left: 46%;
}

.box4_img7 {
    bottom: -23%;
    right: -13%;
}

.box5_img2 {
    bottom: -25%;
    left: -11%;
}

.box5_img3 {
    top: -22%;
    left: 33%;
}

.box5_img4 {
    bottom: -26%;
    right: -11%;
}

.box5_img5 {
    bottom: 5%;
    right: 32%;
}


.box6_img2 {
    bottom: -24%;
    left: -16%;
}

.box6_img3 {
    top: -33%;
    left: -7%;
}

.box6_img4 {
    top: -12%;
    right: -10%;
}

.box6_img5 {
    bottom: -27%;
    right: -10%;
}

.box7_img2 {
    bottom: -20%;
    left: -10%;
}

.box7_img3 {
    top: 8%;
    right: -2%;
}


.box8_img1 {
    left: 2%;
    top: 5%;
    bottom: 0;
}

.box8_img2 {
    bottom: 0;
    left: 10%;
    margin: auto;
}

.box8_img3 {
    top: 0;
    right: 0%;
    bottom: 0;
    margin: auto;
}


.box9_img2 {
    bottom: -2%;
    left: -10%;
}

.box9_img3 {
    bottom: -29%;
    right: -16%;
}

.box10_img2 {
    bottom: -17%;
    left: -10%;
}

.box10_img3 {
    bottom: 15%;
    right: -7%;
}

.box11_img2 {
    bottom: 0;
    left: 0%;
}

.box11_img3 {
    bottom: -5%;
    right: 1%;
}

.box12_img2 {
    bottom: 0;
    left: -19%;
}

.box12_img3 {
    bottom: 0;
    left: 23%;
    top: 0;
    margin: auto;
}

.box12_img4 {
    bottom: -8%;
    right: 1%;
}


.box13_img2 {
    bottom: 0;
    right: 2%;
    top: 0;
    margin: auto;
}

.box13_img3 {
    top: -7%;
    right: 44%;
}

.box13_img1 {
    bottom: 0;
    left: 2%;
}

.box14_img2 {
    bottom: -6%;
    left: -12%;
}

.box14_img3 {
    top: -12%;
    right: 0;
}

.box14_img4 {
    bottom: -22%;
    right: -13%;
}

/* 60 Second Affiliate Challenge */
.sp_introdusing_logo img {
    max-width: 390px;
}

.sp_introdusing_grid {}

/* funnel section start */



/* funnel section start */
.sp_funnelBox-wrapper .container {
    max-width: 1600px;
}

.sp_reviewAccess_sation_wrap .pxu_btn {
    font-size: 18px;
    border-radius: 10px;
    height: inherit;
    line-height: inherit;
    padding: 1.4% 3%;
}

.sp_innerFunnel_box:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    opacity: 0.3;
    width: 90%;
    height: 100%;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 21px;
    z-index: -1;
}

.sp_innerFunnel_box {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.sp_innerFunnel_box h1 {
    background: #FFFFFF;
    font-weight: 900;
    font-size: 31.39px;
    line-height: 52.32px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    border-radius: 50px;
    color: var(--primary-color);
    max-width: fit-content;
    margin: auto;
    padding: 0px 30px;
}

.sp_innerFunnel_box h3 {
    font-weight: 600;
    font-size: 31.39px;
    line-height: 46.04px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.sp_borderLine {
    background: linear-gradient(90deg, #8C81FC 0%, rgba(255, 255, 255, 0.6) 49.52%, #8C81FC 100%);
    width: 100%;
    max-width: 190px;
    height: 5px;
    opacity: 1;
    border-radius: 62.78px;
    display: block;
    margin: 15px auto;
}

.sp_innerFunnel_box h2 {
    font-weight: 800;
    font-size: 57.55px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.sp_oneTime {
    font-weight: 600;
    font-size: 25.11px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: auto;
    display: inline-block;
}

.sp_funnerLight_box h1 {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    border-radius: 50px;
    text-align: center;
    max-width: 250px;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 31.39px;
    line-height: 52.32px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    max-width: fit-content;
    margin: auto;
    padding: 0px 30px;
}

.sp_funnerLight_box h3 {
    font-weight: 500;
    font-size: 23.3px;
    line-height: 52.32px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.sp_funnerLight_box {
    border: 2.09px solid #7165FA30;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
}

.sp_funnerLight_box .sp_borderLine {
    background: linear-gradient(90deg, #F8F8FF 0%, #6B5EF9 49.52%, #F8F8FF 100%);
}

.sp_funnerLight_box h2 {
    font-weight: 800;
    font-size: 57.55px;
    line-height: 52.32px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.sp_funnerLight_box .sp_oneTime {
    color: var(--darkColor);
}

.sp_arrow_down {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: -3px auto;
    z-index: 1;
}

.bigArrow_down {
    margin-top: -10px;
}

.sp_funnerLight_box {
    margin-top: 38px;
    margin-bottom: 50px;
}

.sp_funnelList {
    list-style: disc;
    padding-left: 25px;
}

.sp_funnelList li {
    font-weight: 500;
    font-size: 20.93px;
    line-height: 40.81px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left;
}

.sp_funnerLight_box h4 {
    font-weight: 800;
    font-size: 21.97px;
    line-height: 31.39px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary-color);
}

.sp_innerFunnel_box h5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 41.85px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary-color);
    padding: 0px 10px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 25px;
}


/* mission section start */
.sp_owner_box {
    background: #F8F8FF;
    border: 2px solid #7165FA30;
    border-radius: 20px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.sp_owner_details {
    background: #E9E9FF;
    border-radius: 10px;
    padding: 3%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 65%;
}

.sp_owner_details>a {
    word-break: break-all;
}

.sp_owner_name {
    width: 35%;
}

.sp_input_wrap.icon.position-relative input {
    background: #FBF9FF;
    border: 1px solid #F0EAFB;
    padding: 0 30px 0 20px;
    color: #A299B5;
    width: 100%;
    height: 50px;
}

.sp_input_icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp_mission_btm_box_two {
    border: 1px solid #DBDCFF;
    box-shadow: -10px 14px 80px 0px #6F62FA1A;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    min-height: 187px;
}

.sp_mission_btm_box_one {
    background: url(../images/mission/bg1.png) no-repeat;
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 100%);
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    max-width: 570px;
    width: 100%;
    z-index: 0;
}

.sp_mission_btm_box_one:after {
    background: url(../images/mission/bg1.png) no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
}

.sp_mission_bbo_number {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.2;
}

.sp_mission_btm_box_wrap {
    display: flex;
    gap: 20px;
    margin-top: 4%;
    justify-content: center;
}

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

.bb2.sp_mission_btm_box_one {
    background: #0F0514;
}

.bb2.sp_mission_btm_box_one:after {
    opacity: 0.3;
}

.bb2 .pxu_btn.dark {
    background: linear-gradient(180deg, #1F0820 8.97%, #31306A 100%);
}

.sp_one_link_wrap {
    background: url(../images/oneLink.png) no-repeat;
    background-size: cover;
}

/* true section start */
.withTrueSection .sp_whitebox_with_gradient {
    height: inherit;
}

.box1_top_img2 {
    top: -10%;
    left: -10%;
}

.box1_top_img3 {
    top: -19%;
    right: -23%;
}

.box2_top_img2 {
    top: -14%;
    left: -6%;
}

.box2_top_img3 {
    bottom: -16%;
    right: -10%;
}

.box2_top_img4 {
    top: -13%;
    right: 24%;
}

.box3_top_img2 {
    top: -14%;
    left: -6%;
}

.box3_top_img3 {
    bottom: -16%;
    left: -3%;
}

.box3_top_img4 {
    top: -17%;
    right: 15%;
}

.box3_top_img5 {
    bottom: -14%;
    right: -6%;
}

/* unstoppable section start */
.sp_t_g_reound {
    background: linear-gradient(90deg, #8277FF 0%, #D941FF 50%, #00FFE0 100%);
    box-shadow: -7px 8px 30px 0px #5200FF33;
    border-radius: 40px;
    display: inline-block;
    padding: 1px;
    overflow: hidden;
}

.sp_t_g_reound_inner {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 80px;
}

.sp_unstoppable_box {
    background: #FFFFFF;
    border: 1px solid #F5E5FF;
    box-shadow: -20px 30px 50px 0px #7527881A;
    border-radius: 5px;
    padding: 10px;
}

.sp_unstoppableBox_btm {
    padding: 6% 7% 1%;
}

.sp_light_bg_box {
    background: #FCFAFF;
    border: 1px solid #E7DBFA;
    border-radius: 10px;
    padding: 30px 30px;
}

/* unstoppable section end */
/* true section end */
/* footer start */
.sp_footerMenu_list {
    gap: 15px;
    display: flex;
}

.sp_listWrap_mrnu {
    max-width: calc(33.3% - 10px);
    width: 100%;
}

.sp_listWrap_mrnu h4 {
    color: var(--darkColor);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sp_listWrap_mrnu li a {
    color: var(--darkColor);
    line-height: 35px;
}

.sp_footerSection hr {
    margin: 45px 0;
    border-color:#7474ce;
    opacity: 0.1;
}

.sp_footMenu {
    align-items: center;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
}

.sp_footMenu li a {
    color: var(--dark-color);
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.sp_bottom_arrow.sp_top_arrow {
    transform: rotate(180deg);
    cursor: pointer;
}
@media (max-width: 991px) {
    .sp_footLogo_wrap {
        text-align: center;
        padding: 0 !important;
        margin-bottom: 50px;
    }
    .fe_footet_botm {
    text-align: center;
}

}

@media (max-width: 600px) {
    .sp_footerMenu_list {
        flex-direction: column;
        row-gap: 50px;
    }
}


/* competiton table start */
.completition_table_wrap {
    max-width: 460px;
    margin: 30px auto auto;
}

.completition_table_box {
    background: linear-gradient(180deg, #C5BFFF 0%, #6557F9 81.18%);
    padding: 0 20px 20px;
    border-radius: 18px;
    text-align: center;
}

.completition_table_box_top {
    background: #C3BDFF;
    border-radius: 0px 0px 30px 30px;
    padding: 25px 20px 25px;
    max-width: 92%;
    margin: auto;
}

.sp_specialprizes {
    background: #7F77E0;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 40px;
}

.sp_phaseInnerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.completition_table_opening {
    background: #32245C;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 20px 10px;
    max-width: 70%;
    margin: auto;
    letter-spacing: 1.1px;
}

/* competiton table end */
/* sales right section */
.sp_sales_right_saction_wrap{
    background: url(../images/sales_right/bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
 .sp_drop_off_main {
    display: none;
}
 .sp_drop_off_responsive {
margin: auto;
}
/* sales right section */
/* numbers section start */
.sp_numbers_saction_box {
    border: 1px solid #DCD5EA;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 16px 50px 0px #7E6BA31A;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 162px;
    background: linear-gradient(360deg, #FDF7FF 0%, #DCD9FF 100%);
}

/* numbers section start */
/* worse section start */
.sp_worse_dark_box {
    background: url(../images/worse/bg.png) no-repeat;
    /* background: radial-gradient(circle at 20% 30%, rgba(120, 0, 255, 0.4), transparent 60%),linear-gradient(135deg, #1b004a 0%, #0a0050 50%, #000d5a 100%); */
    border-radius: 30px;
    padding: 50px 30px;
    background-size: cover;
}
.fe_normal_list_box {
    text-align: start;
}
.fe_normal_list_wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px #3C18631A;
    border-radius: 20px;
    padding: 30px;
    display: flex;
gap: 30px 20px;
flex-wrap: wrap;
}
.fe_normal_list_wrap > li {
    width: calc(50% - 10px);
}
.sp_worse_box_btm_btn {
    position: relative;
    z-index: 0;
        top: -20px;
}

.sp_worse_gone_box {
    background: #E2D4FF;
    border-radius: 20px;
    padding: 20px;
    min-height: 164px;
    display: flex
;
    align-items: center;
    justify-content: center;
margin-bottom: 10px;
}
.sp_they_gone {
    display: none;
}
.sp_worse_gone_box {
    background: #E2D4FF;
    border-radius: 20px;
    padding: 20px;
}
.pils_blue {
    background: #7165FA;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 50px;
    position: relative;
}
.sp_worse_box .pils_blue{
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: auto;
    width: max-content;
}
.fe_wrose_sec_box_list_wrap {
    border: 1px solid #DCD5EA;
    background: linear-gradient(360deg, #FDF7FF 0%, #DCD9FF 100%);
    border-radius: 30px;
    padding: 25px 10px;
    width: 20%;
}
.fe_wrose_sec_box_list_icon {
    background: #A9A1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;

}
.fe_wrose_sec_box_list_m_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* worse section start */
/* fe introducting section mockups */
.sp_mockup_section{
    background: url(../images/mockup_intro/bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 0;
}
.sp_mockup_section:after {
    background: url(../images/mockup_intro/btm_img.png) no-repeat;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 585px;
    z-index: -1;
    background-size: 100% 585px;
}
/* bg dark video section */
.sp_video_dark_wrap {
    background: url(../images/video_bg_dark.png) no-repeat;
    background: radial-gradient(circle at 20% 30%, rgba(120, 0, 255, 0.4), transparent 60%), linear-gradient( 193deg, #000000 0%, #0E0737 50%, #000d5a 100%);
    border-radius: 30px;
    padding: 50px 30px;
    background-size: cover;
}
/* bg dark video section */
/* fe introducting section mockups */
.sp_common_boxx.bg_white_blue {
    border: 1px solid #DCD5EA;
    background: linear-gradient(360deg, #FDF7FF 0%, #DCD9FF 100%);
    position: relative;
    box-shadow: none;
justify-content: center;
}
.sp_common_boxx.bg_white_blue:before {
    z-index: 0;
    background: linear-gradient(115.35deg, #C5BFFF 26.44%, #6557F9 101.49%);
}
.sp_common_boxx.bg_white_blue .sp_common_boxx_pils {
    background: linear-gradient(180deg, #ADA6FF 0%, #6557F9 100%);
    border-radius: 70px;
    padding: 5px 20px;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}
.sp_common_boxx.bg_white_blue::after {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0px;
    content: "";
    width: 50px;
    height: 100px;
    background: url(../images/testimonial/logo.png) 0% 0% / 50px 100px no-repeat;
}
.sp_common_boxx.bg_white_blue.bottom_arrow::before {
    position: absolute;
    bottom:-13%;
    right:-20%;
    content: "";
    width: 201px;
    height: 57px;

    background: url(../images/bank_grid/arrow.png) no-repeat;
        background-size: 201px 57px;
    z-index: 1;
    left: auto;
    border-radius: 0;
    margin: inherit;
}
/* mocup bottom start */



.organge_pink_grading_bg{
    background: linear-gradient(90deg, #FF76FD 0%, #FF8800 100%);
}
.sp_m_lfBoxWrap{
    padding: 2px;
border-radius: 20px;
}
.sp_m_lf_box {
    background: #FFFFFF;
    box-shadow: 0px 16px 50px 0px #7E6BA333;
    border-radius: 20px;
    padding: 30px;
}

/* mocup bottom start */
/* mobile gif section */
.sp_transpatent_border_gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1A4FF 100%);
}
.buid .pils_blue{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
}
.buid .sp_transpatent_border_gradient_inner{
   padding: 20px 20px 50px;
}
.sp_mobile_desktop_gf_wrap {
    display: flex;
    gap:30px;
    justify-content: center;
}
.sp_mobile_desktop_gf_left {
}
.sp_mobile_desktop_gf_right{
    display: flex;
    justify-content: center;
}
.sp_desktop_gif_box {
    position: relative;
}
.sp_desktop_gif {
    position: absolute;
    top: 25px;
    left: 24px;
    right: 25px;
    bottom: 171px;
}
.sp_mobile_gif_box {
    position: relative;
}
.sp_mobile_gif {
    position: absolute;
    top: 7px;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-radius: 18px;
}
.sp_mobile_gif img {
    border-radius: 19px;
}
/* mobile gif section */
/* real life section */
.fe_real_life_box{
    background: #FFFFFF;
    border: 1px solid #D4D0DD;
    box-shadow: 0px 16px 50px 0px #7E6BA31A;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}
.fe_real_life_btm {
    padding: 50px 10px 30px;
}
.fe_real_life_top {
    position: relative;
    z-index: 0;
}
.fe_real_life_top:after {
    position: absolute;
    left: 50%;
    background: #EAD9FF;
    content: "";
    width: 700px;
    height: 700px;
    border-radius: 50%;
    bottom: -30px;
    margin: auto;
    z-index: -1;
    transform: translate(-50%, -0%);
}
.fe_real_life_box.box2 .fe_real_life_top:after {
    background: #FFD9DA;
}
.fe_real_life_box.box3 .fe_real_life_top:after {
    background: #FFD9F7;
}
.fe_real_life_box.box4 .fe_real_life_top:after {
    background: #D6EEBF;
}
.fe_real_life_box.box5 .fe_real_life_top:after {
    background: #C4E5FF;
}
.fe_real_life_box.box6 .fe_real_life_top:after {
    background: #D9E8FF;
}
/* real life section */
/* bonus week */
.sp_bonus_week_box {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    padding: 10px;
}
.sp_bonus_week_top {
    background: #FFFFFF4D;
    border-radius: 10px;
}
.sp_bonus_week_pils {
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 21px;
    position: absolute;
    top: -28px;
    left: 30px;
}
.sp_bonus_week_btm {
    position: relative;
    padding: 50px 30px 0;
}
.sp_bonus_week_btm_top {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.sp_bonus_week_price {
    background: #4F4B9E;
    border-radius: 30px;
    padding: 10px 20px;
}
.d_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.sp_bonus_coupon_wrap {
    background: #A100FF;
    border-radius: 40px;
    padding: 10px 20px;
    display: inline-block;
    top: 20px;
    z-index: 1;
    position: relative;
}
.sp_bonus_coupon_i_wrap h2 {
    padding: 30px 40px 20px;
    border-radius: 80px;
}
.sp_bonus_coupon_m_wrap{
    position: relative;
}
/* bonus week */
/* sp_exxclusive_launchl */
.sp_exxclusive_launch_logo {
    position: relative;
    top: 33px;
z-index: -1;
}
.sp_exxclusive_launch_box_list.two_colm > li {
    padding: 20px 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}
.sp_exxclusive_launch_box {
    max-width: 741px;
    box-shadow: 0px 0px 60px 0px #3B32981A;
    border: 1px solid #7C7BD6;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
}

.sp_exxclusive_launch_box_list.two_colm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0px;
}
.sp_exxclusive_launch_box_list.two_colm > li:nth-child(even){
 background: #F0EFFF;
}
.sp_exxclusive_launch_box_inner_box {
    display: flex;
    align-items: center;
    gap: 18px;
}
.sp_exxclusive_launch_box_logo_top_wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -20px;
    align-items: center;
}
.sp_exxclusive_launch_box_top_btn {
    background: #A09AF6;
    box-shadow: 0px 10px 30px 0px #211D6833;
    border-radius: 0 0 40px 40px;
    padding: 20px 20px;
}
.sp_exxclusive_launch_box_top_btn_inner {
    background: #ffffff;
    border-radius: 70px;
    padding: 0px 20px;
}

/* sp_exxclusive_launchl */

/* testimonial start */
.sp_testimonial_box{
    border-radius: 10px;
    padding: 50px 20px 20px;
    border: 1px solid #DCD5EA;
    background: linear-gradient(360deg, #FDF7FF 0%, #DCD9FF 100%);
    position: relative;
    margin-bottom: 60px;
}
.sp_testimonial_box:after {
    position: absolute;
    bottom: 12%;
    right: 0;
    content: "";
    background: url(../images/testimonial/logo.png) no-repeat;
    background-size: 50px 100px;
    width: 50px;
    height: 100px;
}
.sp_testimonial_box_tag {
    background: #6557F9;
    border-radius: 10px 60px 60px 30px;
    padding: 10px 20px;
    position: absolute;
    top: -26px;
    left: 0;
    display: none;
}
.sp_testimonial_icon {
    position: absolute;
    top: -26px;
    left: 8%;
}
.sp_testimonial_icon svg {
    width: 60px;
    height: auto;
}
.sp_testimonial_icon svg path {
    /* fill: var(--primary-color); */
}
.sp_testimonial_box_profile {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}


/* testimonial start */
/* last buy section start */
.sp_no_one_left {
    background: #FFFFFF;
    border: 1px solid #7C7BD6;
    box-shadow: 0px 0px 60px 0px #3B32981A;
    border-radius: 30px;
    padding: 50px 30px 30px;
    position: relative;
}
.sp_no_one_left_pils {
    background: #6557F9;
    border-radius: 40px;
    padding: 10px 20px;
    position: absolute;
    top: -20px;
    transform: translate(-50%, 0);
    left: 50%;
}
.sp_Guarantees_box_left {
    box-shadow: 0px 0px 60px 0px #3B32981A;
    border: 1px solid #A4A0F2;
    background: #A19DE0;
    border-radius: 20px;
    padding: 40px;
}
.sp_Guarantees_box {
    background: rgb(0 0 0 / 10%);
    border: 2px solid rgb(255 255 255 / 10%);
    border-radius: 20px;
    position: relative;
    margin-top: 110px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 100px 30px 30px;
}
.sp_Guarantees_box_img {
    position: absolute;
    top: -62px;
left: 0;
    right: 0;
    margin: auto;
}
/* last buy section start */
/* fe bottpm footer */
.fe_footet_botm_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.fe_footet_botm {
    background: #E4E4F6;
    padding: 10px 0px;
}
.fe_footMenu {
    display: flex;
    flex-wrap: wrap;
}
.fe_footMenu > li > a {
    padding: 5px 10px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.fe_footMenu > li > a:hover {
    color: var(--primary-color);
}

.fe_footMenu > li:not(:last-child) > a:after{
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #222222;
    width: 1px;
    height: 60%;
    margin: auto;
}
@media(max-width:991px) {
.fe_footet_botm_row{
    flex-wrap: wrap;
    justify-content: center;
}
}
@media(max-width:767px) {
.fe_footMenu {
    justify-content: center;
}
.fe_footMenu > li:not(:last-child) > a:after{
    display: none;
}
}
/* fe bottpm footer */
/* pricing table start */
.sp_tool_table_sec {
    background: url(../images/tool_table/bg.webp) no-repeat;
    background-size: cover;
}
.sp_tool_table_Main_wrap {
    position: relative;
    max-width: 1300px;
    margin: auto;
}
.sp_tool_table_wrap {
     width: calc(100% - 191px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #7C7BD6;
    padding: 5px;
    box-shadow: 0px 0px 60px 0px #3B32981A;
    background-color: var(--white-color);
}

.sp_toolTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.sp_toolTable td, .sp_toolTable thead th {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    padding: 25px 5px;
}
.sp_toolTable thead th {
    background: #F4EEFF;
    color: #000;
    font-weight: 700;
}




.sp_toolTable thead th:first-child {
    border-radius: 15px 0px 0px 15px;
    padding-left: 30px;
}
.sp_toolTable thead th:last-child {
    border-radius: 0px 15px 15px 0;
    padding-right: 30px;
}
.sp_toolTable tbody tr td:first-child {
    padding-left: 25px;
}
.sp_toolTable tbody tr:nth-child(even) {
    box-shadow: 0px 0px 0px 1px #E3DBF3;
    border-radius: 15px;
  background: #FBF9FF;
}
.sp_toolTable tbody tr:nth-child(even) td:first-child {
border-radius: 15px 0px 0px 15px;
}
.sp_toolTable tbody tr:nth-child(even) td:last-child {
border-radius: 0px 15px 15px 0px;

}

.sp_toolTable .brand-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}

.sp_toolTable .brand-header img {
  width: 70px;
}

.sp_toolTable .brand-header span {
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.sp_tool_table_right {
    background: linear-gradient(6.83deg, #6D6DC8 -25.74%, #A9A2FF 103.03%);
    box-shadow: 0px 0px 60px 0px #3B329833;
    border-radius: 30px;
    width: 285px;
    text-align: center;
    padding: 0px 10px 40px;
position: absolute;
    right: -65px;
    top: -27px;
    bottom: -30px;
border: 3px solid #FFFFFF
}
.sp_tool_table_title {
    font-size: 30px;
    font-weight: 900;
    color: #ffff;
    padding: 50px 0 27px;
}
.sp_tool_table_right .sp_tool_table_right_icon:not(:last-child){
margin-bottom: 0px;
}
.sp_tool_table_right .sp_tool_table_right_icon{

    border-radius: 15px;
    padding: 16.5px 2px;
}
.sp_tool_table_right .sp_tool_table_right_icon:nth-child(even){
    border: 1px solid #E3DBF333;
    background: #FFFFFF1A;
}
.sp_tool_table_right_img {
    position: absolute;
    top: -38px;

    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 1499px) {
.sp_tool_table_wrap {
    width: calc(100% - 258px);

}
.sp_tool_table_right {
    right: 0;
}
}
@media (max-width: 1320px) {
.sp_tool_table_Main_wrap {
    margin: 0 20px;
}
.sp_tool_table_right_img {
    top: -22px;
    max-width: 160px;
}
}
@media (max-width: 1199px) {
.sp_toolTable td, .sp_toolTable thead th {
    font-size: 15px;
    padding: 15px 5px;
}
.sp_toolTable tbody tr td:first-child {
    padding-left: 15px;
}
.sp_toolTable thead th:first-child {
    padding-left: 15px;
}
.sp_tool_table_right_icon img {
    width: 22px;
}
.sp_tool_table_title {
    font-size: 15px;
    padding: 50px 0 20px;
}
.sp_tool_table_right .sp_tool_table_right_icon {
    padding: 13px 2px;
}
.sp_tool_table_right_img {
    top: -19px;
    max-width: 150px;
}
}

@media (max-width: 991px) {
    .sp_tool_table_right {
        width: 80px;
        padding: 0px 10px 5px;
        right: -0;
}
    .sp_tool_table_wrap {
        width: calc(100% - 43px);
    }
}
@media (max-width: 768px) {

         .sp_tool_table_Main_wrap {
        margin: auto;
        width: 100%;
        max-width: 550px;
    }
        .sp_tool_table_wrap {
        width: calc(100% - 42px);
        overflow: auto;
    }
        .sp_toolTable {
        width: 654px;
    }
        .sp_tool_table_right {
        right: 0;
    }
    .sp_tool_table_right .sp_tool_table_right_icon:not(:last-child) {
        margin-bottom: 3px;
    }
        .sp_tool_table_title {
        padding: 50px 0 22px;
    }

}
@media(max-width:576px) {
        .sp_tool_table_Main_wrap {
        margin: auto;
        width: 100%;
        max-width: 450px;
    }
        .sp_tool_table_wrap {
        width: calc(100% - 42px);
        overflow: auto;
    }
        .sp_toolTable {
        width: 520px;
    }
        .sp_tool_table_right {
        right: 0;
    }
    .sp_bonus_coupon_wrap {
        position: static;
        margin-bottom: 13px;
    }
    .sp_bonus_coupon_i_wrap h2 {
        padding: 16px 20px;
    }
    .sp_exxclusive_launch_box_logo_top_wrap {
        display: inherit;
        padding-top: 20px;
    }
    .sp_exxclusive_launch_box_top_btn {
    padding: 3px;
    border-radius: 50px;
    width: max-content;
    margin: 20px auto 5px;
}
}
@media(max-width:480px) {
    .sp_tool_table_Main_wrap {
        margin: 0 10px;
    }
    .sp_toolTable td, .sp_toolTable thead th {
        font-size: 12px;
    }
        .sp_tool_table_title {
        padding: 50px 0 5px;
    }
    .sp_tool_table_right {
        right: 16px;
    }
}
/* pricing table start */
.organge_yellow_gradint_pils {
    border-radius: 80px;
    display: inline-block;
}
.organge_yellow_gradint_pils_inner{
    border-radius: 70px;
    background: #fff;
    padding: 14px 40px;
}

/* fe top grid section */
.fe_top_box1_img2{
    top: -10%;
    left: -7%;
}
.fe_top_box1_img3{
top: -14%;
    right: -7%;
}
.fe_top_box2_img2{
    top: 0;
    left: -2%;
    bottom: 0;
    margin: auto;
    box-shadow: -0.84px -1.67px 26.41px 0px #0C2C6626, -0.84px -1.67px 26.41px 0px #0C2C6626;
}
.fe_top_box2_img3{
    bottom: -3%;
    right: -7%;
    box-shadow: -0.84px -1.67px 26.41px 0px #0C2C6626;
}
.fe_top_box3_img1{
box-shadow: -0.84px -1.67px 26.41px 0px #0C2C6626;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4%;
}
.fe_top_box3_img2{
box-shadow: -0.84px -1.67px 26.41px 0px #0C2C6626;
    top: -12%;
    left: 23%;
}
.fe_top_box3_img3{
    top: -23%;
    right:-5%;
}
.fe_top_box4_img1{
    position: absolute;
    margin: auto;
    box-shadow: 0px 0px 20px 0px #1209241A;
    top: 9%;
    left: 6%;
    border-radius: 10px;
}
.fe_top_box4_img2{
    bottom: -3%;
    left: -3%;
    box-shadow: 0px 15px 20px 0px #0E31351A;

}
.fe_top_box4_img3{
bottom: 0;
    right: -5%;
}
.fe_top_box5_img1{
    margin: auto;
    box-shadow: 0px 0px 56.4px 5px #451D5533;
    border-radius: 10px;
}
.fe_top_box5_img2{
    bottom: 0%;
    left: 0%;

}
.fe_top_box5_img3{
    top: -7%;
    right: -3%;
}
.fe_top_box6_img1{
box-shadow: 0px 0px 56.4px 5px #451D5533;
    border-radius: 10px;
}
.fe_top_box6_img2{
    bottom: -1%;
    left: -1%;
        border-radius: 10px;
box-shadow: -16px 21px 31.6px 0px #483E721A;

}
.fe_top_box6_img3{
    top: -17%;
    left: -0%;
    right: 0%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
    margin: auto;

}
.fe_top_box6_img4{
    bottom: -7%;
    right: -3%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;

}
.fe_top_box7_img1{
    left: -5%;
    bottom: -8%;
}
.fe_top_box7_img2{
    bottom: -1%;
    right: -1%;
box-shadow: -16px 21px 31.6px 0px #483E721A;
}
.fe_top_box8_img1{
box-shadow: 0px 0px 56.4px 5px #451D5533;
border-radius: 10px;
}
.fe_top_box8_img2{
bottom: 1%;
    left: -1%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
    border-radius: 10px;
}
.fe_top_box8_img3{
box-shadow: -16px 21px 31.6px 0px #483E721A;
    left: 0;
    margin: auto;
    top: -9%;
    right: 0;
}
.fe_top_box8_img4{
    bottom: -1%;
    right: -1%;
box-shadow: -16px 21px 31.6px 0px #483E721A;

}
/* fe top grid section */
/* features grid start */

.sp_features_grid_box {
    max-width: 480px;
    margin: auto;
}
.feature_box1_img1{
    box-shadow: 0px 6px 56.4px 5px #451D551A;
    border-radius: 10px;
}
.feature_box1_img2{
    top: 3%;
    left: -2%;
    box-shadow: 0px 6px 56.4px 5px #451D551A;
    border-radius: 10px;
}
.feature_box1_img3{
    bottom: 0%;
    left: 0%;
}
.feature_box1_img4{
    top: -6%;
    right: 2%;
    border-radius: 10px;
    box-shadow: 0px 6px 56.4px 5px #451D551A;
}
.feature_box1_img5{
    bottom: -5%;
    left: 30%;
    border-radius: 10px;
    box-shadow: 0px 6px 56.4px 5px #451D551A;
}
.feature_box1_img1{
    box-shadow: 0px 6px 56.4px 5px #451D551A;
    border-radius: 10px;
}
.feature_box1_img2{
    /* top: 3%;
    left: -4%;
    box-shadow: 0px 6px 56.4px 5px #451D551A;
    border-radius: 10px; */
}

.feature_box2_img1{
box-shadow: -16px 21px 31.6px 0px #483E721A;
    border-radius: 10px;
}
.feature_box2_img2{
    bottom: -3%;
    left: -2%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
    border-radius: 10px;
}
.feature_box2_img3{
    top: -6%;
    left: 10%;
    border-radius: 10px;
box-shadow: -16px 21px 31.6px 0px #483E721A;
}
.feature_box2_img4{
    bottom: -4%;
    right: -2%;
    border-radius: 10px;
box-shadow: 0px 6px 56.4px 5px #451D551A, -16px 21px 31.6px 0px #483E721A;

}

.feature_box3_img1{
box-shadow: 0px 0px 30px 0px #7846AE1A;
border-radius: 10px;
}
.feature_box3_img2{
    bottom: 3%;
    left: 3%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
    border-radius: 10px;
}
.feature_box3_img3{
    top: -5%;
    left: 0;
    border-radius: 10px;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
    right: 0%;
    margin: auto;

}
.feature_box3_img4{
    bottom: 5%;
    right: 2%;
    border-radius: 10px;
box-shadow: -16px 21px 31.6px 0px #483E721A;

}


.feature_box4_img2{
    bottom: 20%;
    left: 2%;
box-shadow: 0px 0px 30px 0px #7846AE1A;
    border-radius: 10px;
}
.feature_box4_img3{
    top: -6%;
    left: 0;
    border-radius: 10px;
box-shadow: 0px 0px 30px 0px #7846AE1A;
    right: 0%;
    margin: auto;

}
.feature_box4_img4{
    bottom: 3%;
    right: 2%;

}

.feature_box5_img1{
    max-width: 460px;
}
.feature_box5_img2{
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #7846AE1A;
    right: 2%;
    bottom: 3%;

}

.feature_box6_img1{
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #7846AE1A;
    top: 8%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.feature_box6_img2{
bottom: -3%;
    left: 1%;

}
.feature_box6_img3{
    border-radius: 10px;
box-shadow: 0px 0px 30px 0px #7846AE1A;

    right: 0;
    top: -7%;
    left: 0%;
    margin: auto;

}
.feature_box6_img4{
    border-radius: 10px;
box-shadow: 0px 0px 30px 0px #7846AE1A;
    right: 2%;
    bottom: 10%;

}

.feature_box7_img1{
border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #7846ae24;
}
.feature_box7_img2{
    bottom: 3%;
    left: 3%;
    box-shadow: 0px 0px 30px 0px #7846AE1A;
border-radius: 10px;

}
.feature_box7_img3{
border-radius: 10px;
    right: 0;
       top: -4%;
    left: 0%;
    margin: auto;
    box-shadow: 0px 0px 30px 0px #7846AE1A;

}
.feature_box7_img4{
    border-radius: 10px;
right: 2%;
    bottom: 2%;
    box-shadow: 0px 0px 30px 0px #7846AE1A;

}
.feature_box8_img1{
    max-width: 450px;
}

.feature_box8_img2{
bottom: 10%;
    right: 2%;
    box-shadow: 0px 0px 30px 0px #7846AE1A;

}

.feature_box9_img2{
    bottom:2%;
    margin: auto;
    box-shadow: 0px 0px 30px 0px #7846AE1A;
    left: 20%;
}

.feature_box10_img2 {
    top: -4%;
    left: 2%;
}
.feature_box11_img2 {
bottom: 2%;
    right: 2%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;

}
.feature_box12_img2 {
    top: 27%;
    left: 2%;
    box-shadow: -16px 21px 31.6px 0px #483E721A;
}
.feature_box13_img1 {
    top: -7%;
    left: 0;
    right: 0;
    margin: auto;
}
.feature_box13_img2 {
     left: 0;
    right: 0;
    margin: auto;
    bottom: -13%;
}
.feature_box14_img2 {
    bottom: -13%;
    left: -8%;
}
.feature_box15_img1 {
    left: -4%;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 410px;
}
.feature_box15_img2 {
    right: -3%;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 320px;
}
.feature_box16_img1 {
   box-shadow: 0px 6px 56.4px 5px #451D551A;

}
.feature_box16_img2 {
    right: 5%;
    bottom: 3%;
    box-shadow: 0px 6px 56.4px 5px #451D551A;
    border-radius: 10px;

}
/* featues new css for changes */
.sp_features_main_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sp_features_main {
    width: calc(50% - 18px);
    background: linear-gradient(360deg, #FDF7FF 0%, #DCD9FF 100%);
    border: 1px solid #DCD5EA;
    border-radius: 30px;
    padding: 29px 20px;
}
.sp_features_main_list .sp_features_grid_box {
    max-width: 100%;
    margin: inherit;
    padding-top: 40px;
}
/* featues new css for changes */
/* features grid start */
/* Responsive Css */
@media(min-width:576px) {
    .sp_boxCard_inner {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media(min-width:1200px) {
    .sp_bonus_week_btm_top h2 {
        flex: 1;
    }
    .sp_mission_btm_box_one {
        height: 237px;
    }

    .sp_mission_btm_box_two {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 120px;
        max-width: 80%;
        margin: auto;

    }

}

@media(min-width:768px) {
    .sp_testimonial_box {
    min-height: 316px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .sp_drop_off_main {
        display: block;
        margin: auto;
    }
    .sp_drop_off_responsive {
        display: none;
    }
    .sp_solve_sation_table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sp_solve_sation_table_left {
        border-radius: 20px 0 0 20px;
    }

    .sp_solve_sation_table_right {
        height: calc(100% + 30px);
        margin: -20px 0 0;
        position: relative;

    }

    .sp_solve_sation_table_right .sp_solve_sation_table_heading {
        padding: 30px 25px;
    }

    .sp_countBox {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sp_common_boxx {
        min-height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sp_common_boxx_arrow {
        margin-top: -35px;
    }
    .min_height_296 {
    min-height: 304px!important;
}
}

@media(max-width:1599px) {
    .sp_introdusing_logo img {
        max-width: 290px;
    }

    .sp_introdusing_grid {
        margin-top: -298px;
        padding-top: 22%;
    }

    /* funnel */
    .sp_innerFunnel_box h1,
    .sp_funnerLight_box h1 {
        font-weight: 900;
        font-size: 20.39px;
    }

    .sp_innerFunnel_box h3 {
        font-size: 24.39px;
        line-height: normal;
    }

    .sp_funnerLight_box h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .sp_innerFunnel_box h2,
    .sp_funnerLight_box h2 {
        font-size: 40px;
        line-height: 35px;
    }

    .sp_oneTime,
    .sp_funnerLight_box .sp_oneTime {
        font-size: 20px;
        line-height: 26px;
    }

    .sp_funnelList li {
        font-size: 16px;
        line-height: 25.81px;
    }

    .sp_funnerLight_box h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .sp_innerFunnel_box h5 {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 10px;
    }

    /* funnel */
}

@media(max-width:1499px) {
    .pxu_header {
        padding: 15px 50px 15px;
    }

    .pxu_header .navbar-nav {
        gap: 30px;
    }

    .sp_stepWrap h2 {
        font-size: 30px;
    }

    .sp_stepWrap p {
        font-size: 16px;
        line-height: 25px;
    }

    .sp_wrapList_inner h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .sp_wrapList_inner p {
        font-size: 14px;
        line-height: 22px;
    }

    .stepNum {
        font-size: 14px;
    }

    .sp_countBoxHead {
        padding: 30px 20px 20px;
    }

    .sp_countBoxContent {
        width: 60px;
        height: 60px;
    }

    .sp_countBoxContent>span {
        font-size: 22px;
    }

    .box1_top_img2 {
        top: -10%;
        left: -10%;
        max-width: 50%;
    }

    .box1_top_img3 {
        top: 8%;
        right: -9%;
        max-width: 50%;
    }

}

@media(max-width:1399px) {
    .sp_yearsInner:before {
        display: none;
    }
    .sp_innerBox_wrapper {
        margin-top: 50px;
    }

    .sp_introdusing_grid {
        margin-top: -24%;
        padding-top: 27%;
    }

    .sp_banner_box_inner {

        max-width: inherit;
        min-width: inherit;
    }

    .sp_preLaunchWinnerInner>span {
        font-size: 24px;
        line-height: 1.2;
    }

    .sp_preLaunchWinnerInner>p {
        font-size: 16px;
    }

    .sp_preLaunchWinner {
        padding: 20px 20px;
        gap: 10px;
    }
            .box1_top_img2 {
        top: -2%;
        left: -7%;
    }
    .box2_top_img3 {
    bottom: -2%;
    right: -6%;
}
}

@media(max-width:1299px) {
    .box3_img1 {
        left: -10%;
    }

    .box3_img2 {
        left: 16%;
    }

    .box3_img3 {
        left: 39%;
    }

    .box3_img4 {
        left: auto;
        right: -12%;
    }
}

@media(max-width:1199px) {
    .mb_lg_30 {
        margin-bottom: 30px;
    }

    .mt_lg_30 {
        margin-top: 30px;
    }

    .pb_lg_30 {
        padding-bottom: 30px;
    }

    .pt_lg_30 {
        padding-bottom-top: 30px;
    }

    .pxu_header {
        padding: 15px 15px 15px;
    }

    .sp_leftWrap {
        max-width: calc(100% - 360px);
        width: 100%;
    }

    .sp_rightWrap {
        max-width: 330px;
    }

    .sp_headerWrapper h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .sp_headerWrapper p {
        font-size: 16px;
        line-height: 26px;
    }

    .sp_boxItem h4 {
        font-size: 20px;
    }

    .sp_boxItem p {
        font-size: 14px;
    }

    .menu_open .pxu_header .navbar-nav {
        left: 0;
    }

    .pxu_header .navbar-nav {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        width: 200px;
        max-width: inherit;
        background-color: var(--primary-color);
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        height: 100vh;
        z-index: 99;
        justify-content: start;
        flex-direction: column;
    }

    .pxu_header .navbar-nav .nav-item {
        padding: 15px 10px 15px 30px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        width: 100%;
    }

    .pxu_header .navbar-nav .nav-link {
        color: var(--white-color);
    }

    .pxu_header .navbar-nav {
        gap: 0;
    }

    .pre_toggle_btn {
        display: flex;
        background: var(--primary-color);
        border-radius: 2px;
    }

    .pre_toggle_btn>svg {
        cursor: pointer;
        -webkit-tap-highlight-color: #fff0;
        transition: transform .4s;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 35px
    }

    .menu_open .pre_toggle_btn>svg {
        transform: rotate(45deg)
    }

    .pre_toggle_btn_line {
        fill: none;
        transition: stroke-dasharray .4s, stroke-dashoffset .4s;
        stroke: var(--white-color);
        stroke-width: 4;
        stroke-linecap: round
    }

    .pre_toggle_btn .bottom,
    .pre_toggle_btn .top {
        stroke-dasharray: 40 121
    }

    .menu_open .pre_toggle_btn .bottom,
    .menu_open .pre_toggle_btn .top {
        stroke-dashoffset: -68px
    }

    .sp_boxCard_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp_boxCard_wrap .sp_boxCard_inner:nth-child(02):after {
        display: none;
    }

    .sp_introdusing_grid {
        margin-top: 0;
        padding: 8% 0;
        background: #f0ecf8;
    }

    .sp_affi_chalange_wrap {
        padding: 8% 0;
    }

    .pxu_vertivalCenter_dv h1 {
        font-size: 50px;
        line-height: 1.4;
    }

    .sp_review_access_img.position-relative>img {
        max-width: 90%;
        margin: auto;
    }

    .sp_review_access_img_vector>li:first-child {
        left: 0;
    }

    .sp_review_access_img_vector>li:first-child img {
        max-width: 70%;
    }

    .sp_review_access_img_vector>li:nth-child(02) {
        left: 0;
    }

    .sp_review_access_img_vector>li:nth-child(02) img {
        /* max-width: 70%; */
    }

    .sp_review_access_img_vector>li:nth-child(03) img {
        max-width: 70%;
    }

    .sp_review_access_img_vector>li:nth-child(04) img {
        max-width: 70%;
    }

    .sp_innerFunnel_box h3 {
        font-size: 20.39px;
    }

    .sp_innerFunnel_box h3 {
        font-size: 16px;
    }

    .box3_top_img2,
    .box3_top_img5 {
        max-width: 40%;
    }

    .box3_top_img3 {
        max-width: 60%;
    }

    .box3_top_img4 {
        max-width: 33%;
    }

    .box2_top_img2 {
        top: -14%;
        left: -6%;
        max-width: 50%;
    }

    .box10_img2 {
        width: 61%;
    }

    .box10_img3 {
        bottom: 24%;
        right: -5%;
        width: 60%;
    }
    .sp_Guarantees_box {
        gap: 20px;
        padding: 100px 20px 20px;
    }
    .sp_Guarantees_box_left {
    padding: 20px;
}
.fe_wrose_sec_box_list_m_wrap {
    flex-wrap: wrap;
}
.fe_wrose_sec_box_list_wrap {
        width: calc(33.33% - 20PX);
}
.sp_common_boxx.bg_white_blue.bottom_arrow::before {
   display: none;
}
}

@media(max-width:1024px) {
    br {
        display: none;
    }
}

@media(max-width:991px) {
    .mt_md_30 {
        margin-top: 30px;
    }

    .mt_md_50 {
        margin-top: 50px;
    }

    .mb_md_30 {
        margin-bottom: 30px;
    }

    .mb_md_50 {
        margin-bottom: 50px;
    }

    .sp_banner_box_wrap {

        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pxu_access_box_01 .pxu_accessBox_btn,
    .sp_review_access_wrap .pxu_accessBox_btn {
        padding: 18px 30px;
        font-size: 16px;
    }

    .sp_launchSection .pe-5 {
        padding-right: 15px !important;
    }

    .sp_leftWrap {
        /* order: 2; */
        max-width: 100%;
        width: 100%;
    }

    .sp_rightWrap {
        /* order: 1; */
        max-width: 100%;
        width: 100%;
    }

    .sp_experienceInner {
        flex-direction: column;
        margin-top: 0px;
    }

    .sp_phasesBox {
        margin-bottom: 20px;
    }

    .sp_whitebox_with_gradient {
        margin: auto auto 30px;
    }

    .sp_pricingBoxInner {

        padding: 12px 10px;
        gap: 10px;
    }

    .sp_pricingBoxInner h2 {

        font-size: 24px;
        min-width: inherit;
    }

    .sp_stepWrap h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .sp_review_access_img.position-relative>img {
        max-width: 600px;
        width: 100%;
    }

    .sp_review_access_img_vector>li:first-child {
        top: -11%;
    }

    .sp_review_access_img_vector>li:nth-child(02) {
        left: -6%;
        bottom: -16%;
    }

    .sp_notOnly_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-unstyled {
        flex-wrap: wrap;
    }

    .sp_pricePoolBox {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sp_mobile_desktop_gf_wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 80px 0px;
    }
    .sp_features_main {
        width: 100%;
            border-radius: 10px;
    padding: 29px 8px 10px;
    }

    .sp_features_main_list .sp_features_grid_box {

    padding-top: 20px;
}

}

@media(max-width:767px) {
    .mb_sm_50 {
        margin-bottom: 50px;
    }

    .mt_sm_50 {
        margin-top: 50px;
    }

    .mb_sm_30 {
        margin-bottom: 30px;
    }

    .mt_sm_30 {
        margin-top: 30px;
    }

    .pxu_header .pxu_btn {
        min-width: inherit;
        height: 45px;
        font-size: 15px;
        padding: 0 10px;
    }

    .sp_mission_btm_box_wrap {
        flex-wrap: wrap;
    }

    .pxu_accessBox_btn,
    .pxu_aff_btn {
        width: 100%;
    }

    .pxu_formGroup {
        max-width: calc(33.3% - 10px);
    }

    .pxu_launch_show h3 {
        padding: 10px 25px;
        font-size: 17px;
        line-height: 1.4;
    }

    .pxu_gradText p {
        padding: 20px;
        line-height: normal;
    }

    .common_timer .time {
        font-size: 26px;
        line-height: 30px;
    }

    .common_timer .countdown-timer {
        gap: 10px;
    }

    .common_timer .countdown-container {
        max-width: fit-content;
    }

    .pxu_countDown_wrap h4 {
        font-size: 12px;
        padding: 0px 20px;
        line-height: 30px;
    }

    .common_timer .time-box {
        min-width: 40px;
    }

    .common_timer .label {
        font-size: 10px;
    }

    .pxu_video_wrapper  {
        width: 100%;
        height: 100%;
    }

    .pxu_vertivalCenter_dv {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .pxu_video_wrapper iframe, .fe_video_wrapper iframe {
        height: auto !important;
        aspect-ratio: 16 / 10;
    }

    .sp_video_wrap iframe {
        height: auto !important;
        aspect-ratio: 16 / 10;
    }

    .sp_introdusing_logo img {
        max-width: 230px;
    }

    .sp_reviewAccess_signature img {
        max-width: 200px;
    }

    .sp_whitebox_with_gradient_inner .box2_img2,
    .sp_whitebox_with_gradient_inner .box2_img3,
    .sp_whitebox_with_gradient_inner .box2_img4,
    .sp_whitebox_with_gradient_inner .box2_img5 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box3_img2,
    .sp_whitebox_with_gradient_inner .box3_img3,
    .sp_whitebox_with_gradient_inner .box3_img4,
    .sp_whitebox_with_gradient_inner .box3_img1 {
        max-width: 40%;
    }

    .sp_whitebox_with_gradient_inner .box3_img2 {
        left: 18%;
    }

    .box3_img4 {
        right: -7%;
        bottom: -1%;
    }

    .sp_banner_form_field_wrap form {
        flex-direction: column;
    }

    .sp_banner_form_field_left {
        width: 100%;
        max-width: 100%;
    }

    .sp_notOnly_top {
        flex-wrap: wrap;
    }

    .box1_top_img2 {
        left: -5%;
    }

    .box1_top_img3 {
        right: -5%;
    }

    .box2_top_img2 {
        top: 0%;
        left: -5%;
        max-width: 40%;
    }

    .box2_top_img3 {
        bottom: 0;
        right: -3%;
        max-width: 40%;
    }

    .box2_top_img4 {

        max-width: 40%;
    }

    .sp_common_boxx_round_wrap {
        min-height: inherit;
        padding: 12px 20px;
    }

    .sp_launch_day_round_wrap,
    .sp_preLaunch_box_heading {
        position: static;
        margin-bottom: 20px;
    }

    .sp_launch_day,
    .sp_preLaunch_box {
        padding: 20px 10px;
    }
        .fe_banner_title3:before {
    left: 0;
}
.fe_banner_title3:after {
    right: 0;
}
.fe_banner_title3:after, .fe_banner_title3:before {
    bottom: -20px!important;
    width: 28px!important;
    height: 30px!important;
    background-size: 28px 30px!important;
}
.fe_banner_title3 {
    padding: 10px 15px;
}

.sp_bonus_week_btm {
    padding: 30px 15px 0;
}
.d_row {
    grid-template-columns: repeat(1, 1fr);
}

.sp_exxclusive_launch_logo > img {
    max-width: 30%;
}
.sp_exxclusive_launch_logo {
    top: 0px;
}
.sp_Guarantees_box {

    grid-template-columns: repeat(1, 1fr);
}
.sp_Guarantees_box_img{
    position: static;
}
    .sp_Guarantees_box {
        padding: 20px 20px;
        margin-top: 40px;
    }

    .fe_top_box1_img2 {
    top: -10%;
    left: -7%;
    max-width: 50%;
}
.fe_top_box1_img3 {
    top: -4%;
    max-width: 50%;
}
.fe_top_box2_img3 {
    right: 0;
    max-width: 40%;
}
.fe_top_box3_img3 {
    top: -8%;
    right: 0;
    max-width: 50%;
}
.fe_top_box3_img2 {
    top: 0%;
    left: 23%;
    max-width: 20%;
}
.fe_top_box4_img2 {
    left: 0;
}
.fe_top_box4_img3 {
    bottom: 0;
    right: 0;
    max-width: 50%;
}
.fe_top_box5_img3 {
    top: -5%;
    right: 0;
    max-width: 30%;
}
.fe_top_box6_img2 {
    max-width: 50%;
}
.fe_top_box6_img3 {
    top: -4%;
    max-width: 50%;
}
.fe_top_box7_img2 {
    max-width: 40%;
}
.fe_top_box8_img2, .fe_top_box8_img3 {
    max-width: 50%;
}

/* feature box ? */
.feature_box1_img4, .feature_box1_img5, .feature_box1_img2, .feature_box1_img3, .feature_box2_img4, .feature_box2_img3, .feature_box2_img2, .feature_box9_img2, .feature_box10_img2, .feature_box11_img2 {
    max-width: 30%;
}
.feature_box3_img3, .feature_box3_img2, .feature_box3_img4, .feature_box4_img2, .feature_box4_img3, .feature_box4_img4, .feature_box5_img2 {
    max-width: 50%;
}
.feature_box2_img2 {
    left: 0;
}
.feature_box6_img2 {
        max-width: 60%;
        bottom: -6%;
}
.feature_box6_img1 {
    max-width: 90%;
}
.feature_box6_img4 {
    right: 0;
    max-width: 40%;
}
.feature_box6_img3 {
    max-width: 50%;
}
.feature_box7_img4, .feature_box7_img3, .feature_box7_img2 {
    max-width: 40%;
}
.feature_box14_img2 {
    bottom: -17%;
    left: 24px;
    max-width: 80%;
}
.feature_box12_img2, .feature_box15_img2, .feature_box15_img1,  .feature_box16_img2{
    max-width: 60%;
}
/* feature box ? */
.fe_normal_list_wrap > li {
    width: 100%;
}
.sp_exxclusive_launch_box_list.two_colm > li {
    grid-template-columns: repeat(1, 1fr);
padding: 7px 0px;
}
.sp_exxclusive_launch_box_list.two_colm > li:nth-child(even) {
    background: transparent;
}
    .fe_wrose_sec_box_list_wrap {
        width: calc(50% - 20px);
    }
}

@media(max-width:575px) {
    .mb_xs_50 {
        margin-bottom: 50px;
    }

    .mt_xs_50 {
        margin-top: 50px;
    }

    .mb_xs_30 {
        margin-bottom: 30px;
    }

    .mt_xs_30 {
        margin-top: 30px;
    }

    .pb_xs_50 {
        padding-bottom: 50px;
    }

    .pt_xs_50 {
        padding-top: 50px;
    }

    .pb_xs_30 {
        padding-bottom: 30px;
    }

    .pt_xs_30 {
        padding-top: 30px;
    }

    .pxu_header h2 {
        font-size: 26px;
        line-height: 30px;
        line-height: 30px;
    }

    .pxu_header img {
        width: 140px;
    }

    .darkbox_inner {
        padding: 0;
    }

    br {
        display: none;
    }

    .pxu_gradText p {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pxu_formHead_wrap {
        font-size: 14px;
        line-height: 30px;
    }

    .common_timer .time-box {
        min-width: 40px;
    }

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

    .pxu_formGroup {
        max-width: calc(50% - 10px);
    }

    .pxu_formBtn,
    .pxu_formBtn button.pxu_btn {
        width: 100%;
    }

    .pxu_formWrap_dv {
        background-image: none !important;

    }

    .pxu_formWrap_dv::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        /* border width */
        border-radius: 10px;
        background: linear-gradient(180deg, #0051FF 0%, #BF00FF 115.22%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .pxu_formHead_wrap {
        top: -15px;
    }


    .pxu_vertivalCenter_dv .colon {
        top: -6px;
    }

    .pxu_logoHead .pxu_btn {
        min-width: fit-content;
    }

    .pxu_logoHead img {
        max-width: 150px;
    }

    .btn_holder_header .pxu_btn {
        font-size: 12px;
        height: 35px;
    }

    .pxu_three_box {
        gap: 15px;
    }

    .pxu_launch_show p {
        margin-top: 15px;
        border-radius: 20px;
    }

    .pxu_three_box title {
        font-size: 20px;
    }

    .pxu_three_box p {
        line-height: 1.2;
        font-size: 14px;
    }

    .pxu_three_box>div>div:first-child {
        width: 50px;
        height: 50px;
    }

    .pxu_launch_show {
        max-width: 90%;
    }

    .pxu_vertivalCenter_dv h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .pxu_comingSoon_para {
        font-size: 16px;
        line-height: 24px;
    }

    .pxu_launch_show h3 {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 40px;
    }

    .pxu_launch_show p {
        padding: 10px 20px;
    }



    .pxu_access_box_01 .pxu_accessBox_btn,
    .sp_review_access_wrap .pxu_accessBox_btn {
        font-size: 16px;
        font-weight: 600;
        padding: 8px 20px;
    }


    .pxu_access_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .pxu_access_box h3 {
        font-size: 20px;
    }

    .sp_icon {
        flex-direction: column;
    }

    .sp_boxItem p {
        text-align: center;
    }

    .sp_boxItem {
        padding: 10px;
    }

    .pxu_comingSoon_wrapper {
        gap: 10px;
    }

    .sp_boxCard_wrap .sp_boxCard_inner:after {
        display: none;
    }

    .sp_boxCard_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .sp_whitebox_with_gradient {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .sp_whitebox_with_gradient_inner .box1_img2,
    .sp_whitebox_with_gradient_inner .box1_img3 {
        max-width: 85px;
    }

    .sp_whitebox_with_gradient_inner .box1_img2 {
        bottom: 61px;
    }

    .sp_whitebox_with_gradient_inner .box1_img3 {
        bottom: 16%;
    }

    .sp_whitebox_with_gradient_inner .box4_img2,
    .sp_whitebox_with_gradient_inner .box4_img3,
    .sp_whitebox_with_gradient_inner .box4_img4,
    .sp_whitebox_with_gradient_inner .box4_img5,
    .sp_whitebox_with_gradient_inner .box4_img6,
    .sp_whitebox_with_gradient_inner .box4_img7 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box5_img2,
    .sp_whitebox_with_gradient_inner .box5_img3,
    .sp_whitebox_with_gradient_inner .box5_img4,
    .sp_whitebox_with_gradient_inner .box5_img5 {
        max-width: 50%;
    }

    .box5_img2 {
        bottom: -25%;
        left: -8%;
    }

    .box6_img3 {
        bottom: -5%;
        left: -4%;
    }

    .box6_img2 {
        bottom: -1%;
        right: -2%;
    }

    .sp_whitebox_with_gradient_inner .box6_img2,
    .sp_whitebox_with_gradient_inner .box6_img3 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box7_img2,
    .sp_whitebox_with_gradient_inner .box7_img3 {
        max-width: 50%;
    }

    .box7_img3 {
        right: 0;
    }

    .sp_whitebox_with_gradient_inner .box8_img2 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box8_img3 {
        max-width: 30%;
    }

    .sp_whitebox_with_gradient_inner .box9_img2,
    .sp_whitebox_with_gradient_inner .box9_img3 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box10_img2,
    .sp_whitebox_with_gradient_inner .box10_img3 {
        max-width: 50%;
    }

    .box10_img2 {
        bottom: 0;
        left: -6%;
    }

    .sp_whitebox_with_gradient_inner .box11_img2,
    .sp_whitebox_with_gradient_inner .box11_img3 {
        max-width: 50%;
    }

    .sp_whitebox_with_gradient_inner .box12_img2,
    .sp_whitebox_with_gradient_inner .box12_img3,
    .sp_whitebox_with_gradient_inner .box12_img4 {
        max-width: 40%;
    }

    .sp_whitebox_with_gradient_inner .box13_img2 {
        max-width: 33%;
    }

    .sp_whitebox_with_gradient_inner .box14_img2,
    .sp_whitebox_with_gradient_inner .box14_img3,
    .sp_whitebox_with_gradient_inner .box14_img4 {
        max-width: 50%;
    }

    .sp_pricingBoxInner {
        flex-wrap: wrap;
    }

    .box12_img2 {
        left: -6%;
    }

    .sp_preLaunchWinner {
        padding: 20px 15px;
        gap: 12px;
    }

    .sp_stepWrap h2 {
        font-size: 22px;
    }

    .sp_stepWrap p {
        font-size: 15px;
    }

    .sp_review_access_img_vector>li {
        display: none;
    }

    .sp_preLaunch_box {
        padding: 60px 20px 20px;
    }

    .sp_preLaunch_box {
        margin: 50px auto 40px;
    }


}

@media(max-width:520px) {
    .sp_funnelBox-wrapper .col-lg-3.col-md-6.col-6.position-relative {
        max-width: 100%;
        width: 100%;
    }

    .sp_innerFunnel_box {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .sp_arrow_down {
        position: relative;
        margin: 0px;
    }
}

@media(max-width:480px) {
    .sp_early_bird {
    font-size: 20px;
}
    .sp_owner_box {
        flex-wrap: wrap;
    }

    .sp_owner_details {
        width: 100%;
    }

    .sp_preLaunchWinnerInner>span {
        font-size: 26px;
        line-height: 20px;
    }

    .sp_preLaunchWinnerInner>p {
        font-size: 15px;
        line-height: 17px;
        margin-top: 10px;
    }

    .pxu_access_box_01 {
        padding: 80px 8px 35px;
    }

    .sp_banner_box_icon img {
        max-width: 60px;
    }

    .sp_banner_box_inner {
        padding: 20px 10px;
    }
    .sp_bonus_week_btm_top {

        gap: 10px;
    }
    .sp_bonus_week_pils {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
            margin-bottom: 15px;
}
.fe_normal_list_wrap {
    margin: 0;
}
.sp_testimonial_box {
    padding: 40px 10px 20px;
}


}

@media(max-width:450px) {
    .pxu_vertivalCenter_dv h1 {
        font-size: 26px;
        line-height: 1.5;
    }

    .pxu_formGroup {
        max-width: calc(100% - 0px);
    }


    .pxu_header {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .pxu_logoHead {
        flex-direction: column;
    }


    .common_timer .clock-icon {
        height: auto;
        margin-right: 0;
        position: relative;
        left: 0;
    }

    .common_timer .countdown-container {
        padding: 15px;
        flex-direction: column;
        border-radius: 10px;
        row-gap: 20px;
    }

    .countdown-container:before {
        border-radius: 10px;
    }

    .pxu_formHead_wrap {
        max-width: fit-content;
        padding: 5px 15px;
        line-height: 1.4;
    }

    .common_timer .countdown-container {
        max-width: 100%;
    }

    .pxu_launch_show h3 {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .timerBOx {
        width: 100%;
    }


    .sp_mission_btm_box_two {
        padding: 8px;
    }

    .sp_mission_btm_box_one {
        padding: 15px 10px;
    }

    .sp_stepWrap h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .fe_wrose_sec_box_list_wrap {
        width: 100%;
    }


}
