@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
   --primary-color: #FA43F3;
   --white-color: #ffffff;
   --dark-color: #1D3042;
   --dark-color2: #1F0820;
   --text-color: #515F6E;
   --black-color:#333333;
   --lightGreen-color: #90C128;
   --green-color:#76BB56;
   --red-color: #FF6581;
   --purple-color: #C928CC;
   --orange-color: #FF8224;
   --yellow-color: #EEFF26;
   --blue-color:#41CDD6;
    --lightBlue-color:#789EFF;
   --theme-font: "Inter", sans-serif;
   --pxl-gradient-color: linear-gradient(91.34deg, #A9239F 0.68%, #5C09C2 99.14%);
}
/********************************************************
1. body start
 *******************************************************/
body.menu-open {
    overflow: hidden;
}
.sp_bannerHeading h2 b >img {
    filter: brightness(13.5);
}
.pxl_main_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* .pxl_main_wrapper::before, .pxl_main_wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    transition: all 0.5s ease-in-out;
    background: var(--pxl-white-color);
    z-index: 55;
} */

.pxl_main_wrapper::before {
    top: 0;
    left: 0;
}

.pxl_main_wrapper::after {
    top: 0;
    right: 0;
}

.pxl_main_wrapper.open::before, .pxl_main_wrapper.open::after {
    width: 0%;
}

.container-fluid {
    max-width: 1550px;
    margin: auto;
}
.containerBig{
    max-width: 1840px !important;
}
html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--theme-font);
	font-weight: 400;
	font-size: 16px;
	background-color: var(--white-color);
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: var(--text-color);
    position: relative;
}
/* body::after,
body::before {
    content: "";
    inset: 0;
    width: 700px;
    height: 700px;
    max-width: 45%;
    max-height: 45%;
    max-height: 720px;
    z-index: 1;
    position: fixed;
}
body::before {
    background: radial-gradient(circle at top right, rgba(255, 147, 147, 75),transparent 50%);
    mask-image: radial-gradient(circle,rgb(0 0 0) 30%,rgb(0 0 0 / .7) 60%,#fff0 100%);
    -webkit-mask-image: radial-gradient(circle,rgb(0 0 0) 30%,rgb(0 0 0 / .7) 60%,#fff0 100%);
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
} */
.pxl_body_Wrapper {
    position: relative;
    z-index: 2;
}
body::after {
    background: radial-gradient(circle at bottom left,rgba(147, 255, 246, 0.75),transparent 50%);
    mask-image: radial-gradient(circle,rgb(0 0 0) 30%,rgb(0 0 0 / .7) 60%,#fff0 100%);
    -webkit-mask-image: radial-gradient(circle,rgb(0 0 0) 30%,rgb(0 0 0 / .7) 60%,#fff0 100%);
    left: 0;
    bottom: 0;
    right: auto;
    top: auto
}
html {
	scroll-behavior: smooth;
    overflow-x: hidden;
}

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

a,
a:hover,
a:focus {
	color: #313131;
	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 {
	font-family: var(--theme-font);
	-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;
    color: var(--dark-color);
}

img {
	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;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

p {
	margin: 0px;
	word-break: break-word;
}
.container {
    max-width: 1240px;
}
.dz_blue_color {
	color: #00afff;
}

::-webkit-scrollbar {
	width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #424242;
	width: 4px;
}
.mx_w720{
    max-width: 720px;
    margin:0px auto 0px;
}
.mx_w900{
    max-width: 900px;
    margin: 0px auto 20px;
}
.mx_w950 {
    max-width: 950px;
    margin: 0px auto 20px;
}
.mx_w990 {
    max-width: 990px;
    margin: 0px auto;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: 30px;
}
.font32 {
    font-size: 32px;
}
.font34{
    font-size: 34px;
}
.font36{
    font-size: 36px;
}
.font38{
    font-size: 38px;
}
.font40{
    font-size: 40px;
}
.font42{
    font-size: 42px;
}
.font44{
    font-size: 44px;
}
.font46{
    font-size: 46px;
}
.font48{
    font-size: 48px;
}
.font50{
    font-size: 50px;
}
.fontW_100{
    font-weight: 100;
}
.fontW_200{
    font-weight: 200;
}
.fontW_300{
    font-weight: 300;
}
.fontW_400{
    font-weight: 400;
}
.fontW_500{
    font-weight: 500;
}
.fontW_600{
    font-weight: 600;
}
.fontW_700{
    font-weight: 700;
}
.fontW_800{
    font-weight: 800;
}
.fontW_900{
    font-weight: 900;
}
.underline{
    text-decoration: underline;
}
.adv_button_box {
    text-align: center;
}
.adv_btn, .adv_btn:focus {
    background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s;
    background-position: top left;
    padding: 0px 20px;
    transform: translate(0px, 0px);
    cursor: pointer;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 0px;
    outline: none;
    width: 100%;
}
.adv_btn:hover {
    color: #ffffff;
    transition: all 0.3s;
    background: linear-gradient(180deg, #D400EA 8.97%, #FC57FF 100%);
}
.sp_menu_item {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.pre_manu_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
/********************************************************
1. body end
 *******************************************************/
/* -----------------------------------------
Header css start
----------------------------------------- */
.sp_header_wrapper {
    position: relative;
    z-index: 9;
    transition: all 0.3s;
    background-color: rgb(255 255 255 / 50%);
    padding: 18px 15px;
}
.sp_header_wrapper.fixedHeader {
    position: fixed;
    top: 0;
    background: #fff9fa;
    border-bottom: 1px solid #f8eaec;
    padding: 20px 0;
    left: 0;
    right: 0;
}
.sp_menu_item{
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
    outline: 0;
}
.sp_menu_list > li.active .sp_menu_item {
    color: var(--primary-color);
    font-weight: 500;
}
.sp_themeColor{
    color: var(--primary-color);
}
.sp_bannerWrapper{
    position: relative;
    z-index: 9;
    padding-bottom: 0px;
    background-position: top center;
    background-size: cover;
    padding-bottom: 150px;
}
.sp_bannerWrapper>*{
    position: relative;
    z-index: 2;
}
.sp_bannerWrapper:before{
    content: '';
    background-image: url('../images/bannerBg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    /* opacity: 0.5; */
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sp_bannerHeading {
    padding: 62px 0;
    text-align: center;
    max-width: 1420px;
    margin: auto;
    position: relative;
}
.sp_menu_item:hover{
    color: var(--primary-color);
}
.sp_menu_list {
    display: flex;
    /* margin: 0 -10px; */
    justify-content: end;
}
.sp_menu_list > li {
    padding: 5px 25px;
}
.sp_other_list {
    display: flex;
    align-items: center;
}
.sp_bannerHeading p {
    /* font-weight: 500; */
    font-size: 26px;
    line-height: 55px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 20px;
    /* background: #FFFFFF1A;
    border: 1px solid #FFFFFF26; */
    backdrop-filter: blur(4px);
    border-radius: 10px;
    /* color: var(--dark-color); */
    margin-bottom: 15px;
}
.sp_bannerHeading .sp_whiteBg_trans{
    background: #ffffff29;
    border: 1px solid #FFFFFF26;
    padding: 12px 30px;
    margin: 35px auto 20px;
    max-width: 1170px;
    /* font-weight: 600; */
    font-size: 27px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
}
.sp_bannerHeading .sp_whiteBg_trans b{
    font-weight: 700;
}
.sp_bannerHeading span.sp_yellowColor{
    text-decoration: none;
    color: #ffd600;
}
.sp_bannerHeading span.sp_yellowColor.text-underline{
    text-decoration: underline;
}
.sp_bannerHeading h2 {
    font-weight: 800;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}
.sp_bannerHeading h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
.sp_bannerBtnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 23px;
}
.sp_bannerBtnWrap > a {
    height: 78px;
    padding: 7px 30px 7px 75px;
    position: relative;
    border-radius: 80px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: left;
    color: var(--white-color);
}
.sp_bannerBtnWrap > a sup {
    text-transform: none;
    font-weight: 500;
}
.sp_bannerBtnWrap > a label {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    width: fit-content;
    margin: auto;
    padding: 5px 15px;
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 35px;
}
.sp_orangeBtn{
    box-shadow: -25px 14px 50px 0px #FF6B6B4D;
    background: linear-gradient(180deg, #FF870A 6.41%, #FF7360 54.14%);
    border-radius: 80px;
    color: #fff;
    line-height: 100%;
}
.sp_voilateBtn{
    background: linear-gradient(180deg, #AD45FF 8.97%, #EB27FF 100%);
    box-shadow: -25px 14px 50px 0px #E737F84D;
}
.sp_bannerBtnWrap span {
    position: absolute;
    left: 10px;
}
.sp_videowrapper {
    border: 0px solid #FFFFFF;
    box-shadow: 0px 0px 120px 0px #984AFB4D;
    background: rgb(255 255 255 / 20%);
    padding: 0px;
    margin: auto;
    max-width: 957px;
    position: relative;
    border-radius: 10px;
}
.sp_videowrapper video {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px;
}
.sp_bannerIconBox_wrapper .sp_boxWrapper {
    box-shadow: 0px 0px 60px 0px rgba(113, 20, 175, 0.1);
    border: 1px solid rgba(237, 231, 226, 1);
    max-width: 300px;
    margin: auto;
}
.sp_bannerIconBox_wrapper .container {
    max-width: 1040px;
}
.sp_circleIcon_wrap {
    box-shadow: 0px 0px 30px 0px rgba(55, 16, 77, 0.12);
    border-radius: 50%;
    background: #fff;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_bannerIconBox_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}






/*  */
.sp_themeGradient {
    background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%);
    box-shadow: -25px 14px 50px 0px #D914EA4D;
}
.sp_blueGradient {
    background: linear-gradient(180deg, #8A74FF 6.41%, #694EFF 54.14%);
    box-shadow: -25px 14px 50px 0px #4A67FF4D;
}
.sp_greenGradient {
    background: linear-gradient(180deg, #A0D681 6.41%, #67B838 54.14%);
    box-shadow: -25px 14px 50px 0px #40B8614D;
}
.sp_arrowDown{
    border-radius: 70px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto 0;
}
.sp_themeText_gradient, .text-gradient {
    background: linear-gradient(90deg, #FF4E37 0%, #FF40F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_themeDarkText_gradient{
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_blueText_gradient{
    background: linear-gradient(90deg, #2B5D8C 0%, #2092FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_purpleText_gradient{
    background: linear-gradient(90deg, #8240B4 0%, #BC14FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_redText_gradient{
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_pinkText_gradient{
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_themeLightText_gradient{
    background: linear-gradient(90deg, #FD81FF 0%, #6150FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.sp_bannerBtnWrap>a.sp_whiteBtn:hover,
.sp_menu_item:hover,
.sp_navTabsAutoChange .nav-link.active .sp_tabCount,
.sp_pinkText,
.sp_themeColor {
    color: var(--primary-color);
}
.sp_yellow_color {
    color: #fffa25;
}
.sp_yellowColor {
    color: #fffa25;
    text-decoration: underline;
}
.sp_whiteColor{
    color: #ffffff;
}
.sp_pinkBg{
    background: #E860E5;
}
.sp_orangeBg{
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
}
.yellow_bg_dark_text{
        display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fffa25;
    border-radius: 50px;
    min-height: 50px;
    padding: 0 30px;
}
.sp_bonus2_heading .yellow_bg_dark_text h6{
font-weight: 800;
}
.sp_socialList_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 15px;
    margin-top: 30px
}

.sp_grayScaleImg.sp_socialList_wrap li {
    filter: grayscale(1)
}

.sp_grayScaleImg.sp_socialList_wrap li:hover {
    filter: none
}
.sp_socialList_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    cursor: pointer
}
.sp_socialList_wrap li.sp_circleIcon{
    border-radius: 70px;
}
/***** loader ******/

/* Banner Icons */
.sp_banner_icon li {
    position: absolute;
    animation: rotate linear infinite;
    z-index: -1;
}
.sp_banner_icon li:first-child {
    top: 100px;
    left: 0px;
    animation-duration: 5s;
}
.sp_banner_icon li:nth-child(02) {
    top: 0px;
    right: 0px;
    animation-duration: 8s;
}
.sp_banner_icon li:nth-child(03) {
    top: 480px;
    left: 215px;
    animation-duration: 3s;
}
.sp_banner_icon li:nth-child(04) {
    top: 380px;
    right: 295px;
    animation-duration: 5s;
}
.sp_banner_icon li:nth-child(05) {
    bottom: 120px;
    left: 130px;
    animation-duration: 2s;
}
.sp_banner_icon li:nth-child(06) {
    bottom: 115px;
    right: 115px;
    animation-duration: 5s;
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-moz-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-5px) rotate(0deg);
		-o-transform: rotate(0deg) translate(-5px) rotate(0deg);
		transform: rotate(0deg) translate(-5px) rotate(0deg);
		transition: 1s ease-in-out;
	}

	to {
		-webkit-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-moz-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-ms-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		-o-transform: rotate(360deg) translate(-5px) rotate(-360deg);
		transform: rotate(360deg) translate(-5px) rotate(-360deg);
		transition: 1s ease-in-out;
	}
}
/* bounsing Arrrow */
.sp_arrowDown {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/* Pulse Effect */
.blob {
    box-shadow: 0 0 0 rgb(235, 7, 244, 0.4);
    animation: shadow-pulse 2s infinite;
}
.blob:hover {
    animation: none;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgb(235, 7, 244, 0.4);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.pxl_body_overlay {
    position: fixed;
    background: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    cursor: zoom-in;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.menu-open .pxl_body_overlay {
    opacity: 1;
    visibility: visible;
}
span#sp_brand_typoScript, span#sp_brand_typoScript .typed {
    text-transform: capitalize !important;
}

/***** loader ******/
/* bottom to top css */
.dz_top_icon a {
	display: flex;
	background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%);
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
    animation: border-transform 4s linear infinite alternate forwards;
}

@keyframes border-transform {
    0% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
        transform: translateY(0px);
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
        transform: translateY(-20px);
    }
}
.dz_top_icon a svg {
	fill: #ffffff;
	transform: rotate(270deg);
}
.dz_top_icon a:hover {
	cursor: poHeebo;
	box-shadow: 0 0 0 25px #2a2f48 inset;
}
.dz_top_icon a:active {
	background-color: #555;
}
.dz_top_icon a.show {
	opacity: 1;
	visibility: visible;
}
/********************************************************
    Loader Style
********************************************************/
.loader img {
	width: 60px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}
.spinner {
    position: relative;
    max-width: 200px;
    width: 200px;
}
.ball {
    border-radius: 50%;
    background: var(--pxl-gradient-color);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 50px;
    animation: loading 1.2s linear infinite;
}
.ball:nth-of-type(2) {
    animation-delay: 0.4s;
}
.ball:nth-of-type(3) {
    animation-delay: 0.8s;
}

@keyframes loading {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        transform: translate3d(33px, 0, 0);
    }
    60% {
        transform: translate3d(66px, 0, 0);
    }
    80% {
        transform: translate3d(99px, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(99px, 0, 0) scale(0.5);
        opacity: 0;
    }
}
/* bottom to top */


.confettiPapper {
    --random: 0.5;
    --random-sine: calc((var(--random) - 0.5) * 2);
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(60px + (var(--p) * 200px) + calc(var(--random) * 10%));
    height: calc((var(--random) * 120px) + 170px);
    border-radius: 40% 90% 0 0;
    pointer-events: none;
    --color: calc(var(--random) * 1turn) 85% 60%;
}
/* .container:hover .confettiPapper {
    border: solid 1px hsla(var(--color)/40%);
    border-bottom: none;
    border-left: none;
} */
.confettiPapper:nth-child(even) {
    transform: scale(-1, 1);
    left: auto;
    right: 50%;
}
.z-9{
    z-index: 9;
}
.confettiPapper::before {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-color: hsl(var(--color));
    animation: confettiPapper 2s cubic-bezier(0.5, 0, 0.5, 1) both, confettiPapper-opacity 2s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-duration: calc(1.4s + (var(--random) * 0.5s));
    animation-delay: calc(0.6s * var(--random-sine));
    animation-iteration-count: infinite;
    offset-path: padding-box;
}

@keyframes confettiPapper-opacity {
    0% {
        opacity: 0;
    }
    20%, 40% {
        opacity: 1;
    }
    95%, 100% {
        opacity: 0;
    }
}
@keyframes confettiPapper {
    0% {
        offset-distance: -10%;
        offset-rotate: 0turn;
    }
    100% {
        offset-distance: 38%;
        offset-rotate: calc(4turn + var(--random) * 2turn);
    }
}
.sp_bgGradient {
    position: relative;
}
.sp_boxWrapper{
    padding: 30px 20px;
}
.sp_boxWrapper .sp_textContent {
    padding: 0;
    margin: 20px 0 10px;
}
.sp_boxWrapper .sp_textContent h4 {
    margin-bottom: 10px;
}
/* Paid ADs Section */
.sp_rightContent p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: var(--text-color);
}
.sp_headingSection h2 {
    font-weight: 800;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    margin: 20px 0;
}
.sp_platformSection .sp_headingSection h2{
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
}
.sp_sectionPadd{
    padding: 70px 0;
}
.sp_subPara_head{
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    color: var(--dark-color);
}
.sp_prizeWrap_item {
    position: relative;
    padding: 30px 15px 15px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.sp_funnelPrizeBox_item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
}
.sp_iconWrap {
    max-width: 290px;
    margin: auto;
    width: 100%;
    min-height: 250px;
}
.sp_iconWrap img{
    margin-bottom: 20px;
    display: inline-block;
}
.sp_arrowIcon {
    min-width: 30px;
}
.sp_prizeWrap_item.first {
    border: 2px solid #2bd3ee;
    /* box-shadow: 0 0 50px rgb(43 212 238 / 32%);
    background: #DFFBFF; */
}
.sp_prizeWrap_item.second {
    border: 2px solid #ae95fb;
    /* box-shadow: 0 0 50px rgb(175 150 251 / .32);
    background: #F2EEFF; */
}
.sp_prizeWrap_item.three {
    border: 2px solid #3cce98;
    /* box-shadow: 0 0 50px rgb(60 206 155 / .32);
    background: #DEFFF3; */
}
.first .sp_btnWhiteBox{
    background: #DFFBFF;
}
.second .sp_btnWhiteBox{
    background: #F2EEFF;
}
.three .sp_btnWhiteBox{
    background: #DEFFF3;
}
.first .sp_countNo, .sp_prizeWrap_item.first .sp_circleIcon {
    background-color: #2bd3ee;
}
.second .sp_countNo, .sp_prizeWrap_item.second .sp_circleIcon {
    background-color: #ae95fb;
}
.sp_prizeWrap_item.three .sp_circleIcon, .three .sp_countNo {
    background-color: #3cce98;
}
.sp_countNo {
    width: 55px;
    font-size: 28px;
    color: #fff;
    background-color: #303030;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    top: -5px;
    border-radius: 5px;
    font-weight: 900;
    transform: rotate(15deg);
}
.sp_countList_wrapper{
    margin-top: 40px;
}
.sp_btnWhiteBox {
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: start;
    border-radius: 10px;
    background-color: #fff;
    justify-content: start;
    padding: 15px;
    text-align: left;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
}
.sp_funnelPrizeBox_item .sp_btnBox {
    background: transparent;
    margin-bottom: 0px;
}
.sp_funnelPrizeBox_item h4 {
    font-size: 24px;
    font-weight: 600;
}
.sp_funnelPrizeBox_item p {
    font-size: 22px;
}
.sp_commanBox {
    padding: 40px;
    border-radius: 20px;
    box-shadow: -10px 14px 20px 0px #1E0D1F0F;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    max-height: calc(100% -30px);
    margin-bottom: 0px;
    border: 1px solid #FCA8FF;
}
/* .sp_gradient1_bg {
    background: linear-gradient(100.28deg, #FF6767 33.07%, #E75DEE 95.45%);
}
.sp_gradient2_bg {
    background: linear-gradient(100.86deg, #B067FF 29.84%, #E75DEE 95.23%);
}
.sp_gradient3_bg {
    background: linear-gradient(100.28deg, #7E67FF 33.07%, #3BA7FF 95.45%);
}
.sp_gradient4_bg {
    background: linear-gradient(100.86deg, #E167FF 29.84%, #5D97EE 95.23%);
}
.sp_gradient5_bg {
    background: linear-gradient(100.86deg, #A167F2 29.84%, #FF7E50 95.23%);
} */
 .sp_paidSection.sp_sectionPadd{
    padding-bottom: 40px;
 }
.sp_boxContent .sp_btnWhiteBox {
    height: auto;
    padding: 15px;
    background: #FDE9FC;
    border: 1px solid transparent;
    min-height: auto;
}
.sp_boxContent {
    max-width: calc(100% - 90px);
    width: 100%;
}
.sp_btnBox {
    background: linear-gradient(45deg, rgba(150, 37, 179, 0.5) 8%, rgba(253, 37, 236, 0.5) 92%);
    border: 1px solid transparent;
    margin-top: 20px;
    border-radius: 10px;
}
.sp_gradientBox_icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    min-width: 90px;
}
.sp_headingSection{
    position: relative;
    z-index: 1;
}
.sp_headingSection::before {
    content: '';
    background-image: url(../images/blurLogo.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 1150px;
    height: 100%;
    z-index: -1;
    margin: auto;
    background-size: 90%;
}
/* Table Css  */
.sp_tableSection .table tr th {
    padding: 14px 50px;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}
.sp_tableSection .table{
    /* background-color:#060338; */
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 15%) !important;
    margin-bottom: 0px;
}
.sp_tableSection .table tr td{
    padding: 14px 50px;
}
 .sp_tableSection ~ .sp_tableSection .table tr th:nth-child(3){
    padding: 14px 20px;
    text-align: center;
 }
.sp_tableSection {
    border-radius: 20px;
    overflow: hidden;
    padding: 3px;
    background: linear-gradient(180deg, #E939EA 0%, #781FAC 100%);

}
.sp_tableSection .table p {
    color: #fff;
}
/* People Run Ads */
.sp_lightBlueSection{
    background: #FFF1FF;
    position: relative;
}
img.sp_topArrow {
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_arrowDown {
    border-radius: 70px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto 0;
    background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%);
}
.sp_whiteRadiusBox{
    background: #FFFFFF;
    border: 1px solid #CEC9FF;
    border-radius: 20px;
    padding: 50px 15px 0px;
}
.sp_simpaleHead h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
}
.sp_whiteRadiusBox p{
    line-height: normal;
}
.sp_commanBrandBox {
    border-radius: 20px;
    border: 1px solid;
    padding: 20px 10px 10px;
    height: 100%;
}
.sp_innerWhiteBox {
    background: #FDFBFF;
    border-radius: 20px;
    padding: 20px;
    text-align: left;
    margin-bottom: 0px;
    min-height: 195px
}
.sp_innerWhiteBox ul {
    list-style: disc;
    padding-left: 20px !important;
}
.sp_lightPinkBox {
    background: #FFE5F6;
    border: 1px solid #FFBDE8;
}
.sp_brandLogo {
    height: 53px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_lightOrangeBox {
    background: #FFEFE5;
    border: 1px solid #FFCDAE;
}
.sp_lightPurpelBox {
    background: #F3E5FF;
    border: 1px solid #E5C7FF;
}
.sp_lightGreenBox {
    background: #ECFFE5;
    border: 1px solid #ACEE95;
}
.sp_lightBlueBox {
    border: 1px solid #9ECEF8;
    background: #E5F3FF;
}
.sp_lightDarkBlueBox {
    background: #E5EDFF;
    border: 1px solid #A7C2FF;
}
/* Personal Brands */
.sp_darkBlueSection{
    background-image: url('../images/darkBlueBg.png');
    background-position: center;
    background-size: cover;
    position: relative;
}
.adv_selling_wrapper {
    margin-top: 70px;
}
.sp_pinkGradientSection{
    background: linear-gradient(180deg, #E939EA 0%, #781FAC 100%);
    background-position: center;
    background-size: cover;
    position: relative;
}
.sp_darkBlueSection > .container {
    max-width: 1280px;
}
.sp_purpleColor{
    color: #9333EA;
}
.sp_darkColor{
    color: var(--dark-color);
}
.sp_clienBrandBox {
    text-align: center;
    border: 1px solid #E0DDF9;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0px 15px 0px;
    position: relative;
    /* height: 100%; */
    /* margin-bottom: 70px; */
    /* max-height: calc(100% - 70px); */
    padding: 50px;
}
.sp_imgCircle {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    text-align: left;
    gap: 20px;
}
.sp_details {
    position: relative;
    text-align: left;
}
.sp_details b {
    font-weight: 600;
}
.sp_details .sp_innerWhiteBox {
    border: 1px solid #E0DDF9;
    background: #FFF1FF;
    margin: 30px 0;
    min-height: 150px;
}
.sp_brandingBox {
    height: 100%;
    max-height: calc(100% - 65px);
}
.sp_textCover {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 50px;
    position: relative;
}
.sp_downArreo {
    position: absolute;
    left: calc(100% + 20px);
    top: -20px;
}
/* Break It Down */
.sp_commanBreak_box {
    border-radius: 25px;
    padding: 20px 75px 20px 25px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    overflow: hidden;
    min-height: 98px;
}
.sp_commanBreak_box>*{
    position: relative;
}
.sp_commanBreak_box:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 0;
}
.sp_commanBreak_box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}
.sp_shadowIcon {
    position: absolute;
    top: 15px;
    right: 20px;
}
.sp_innerShadow_box{
    margin-top: 50px;
}

.sp_purpleShadowBox {
    /* background: #F3DEFF; */
    box-shadow: 0px -22px 26px 0px #E9C3FF inset;
    border: 1px solid #A32AFF;
}
.sp_lightGreenShadowBox {
    /* background: #D2F6EF; */
    border: 1px solid #3CCE98;
    box-shadow: 0px -22px 26px 0px #96E8D8 inset;
}
.sp_lightBlueShadowBox {
    /* background: #DFE3FF; */
    border: 1px solid #2BD3EE;
    box-shadow: 0px -22px 26px 0px #C5CDFF inset;
}
.sp_lightOrangeShadowBox {
    /* background: #FFEEDE; */
    border: 1px solid #FFDAC3;
    box-shadow: 0px -22px 26px 0px #FFD8B4 inset;
}
.sp_lightRedShadowBox {
    /* background: #FFDEF2; */
    border: 1px solid #AE95FB;
    box-shadow: 0px -22px 26px 0px #FFB7E3 inset;
}
.sp_darkGreenShadowBox {
    /* background: #EBF0D5; */
    border: 1px solid #3CCE98;
    box-shadow: 0px -22px 26px 0px #D9E5A2 inset;
}
.sp_darkBlueShadowBox {
    /* background: #CCF1F8; */
    border: 1px solid #A2E3EF;
    box-shadow: 0px -22px 26px 0px #89DEEE inset;
}
.sp_darkRedShadowBox {
    /* background: #FFDEDE; */
    border: 1px solid #FBBBBB;
    box-shadow: 0px -22px 26px 0px #FDBABA inset;
}
.sp_lightGrayShadowBox{
    border: 1px solid #E0DDF9;
}
.sp_innerBreakBox {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sp_innerContentbox {
    max-width: calc(100% - 66px);
}
.sp_commanBreak_box.sp_textCenter .sp_innerBreakBox {
    justify-content: start;
}
.sp_commanBreak_box.sp_textCenter .sp_innerContentbox {
    max-width: calc(100% - 0px);
        line-height: normal;
}
.sp_commanBreak_box.sp_textCenter {
    background: #fff;
    height: 100%;
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}
.sp_commanBreak_box.sp_textCenter{
    background: #fff;
}
.sp_commanBreak_box.sp_textCenter::before{
    display: none;
}
/* Steps Section Start */
.sp_stepSection_wrap{
    padding: 70px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F8F7 12.83%);
}
.sp_stepSection_wrap h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 40px;
}
.sp_stepsItems h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.sp_stepsItems p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.sp_stepsItems {
    padding: 55px 35px 35px;
    border-radius: 20px;
    box-shadow: 0px 0px 80px 0px #F8F1EB99;
    /* border: 1px solid var(--primary-color) !important; */
    background: var(--white-color);
    position: relative;
    max-width: calc(33.3% - 34px);
    transition: all 0.3s;
    transform: translate(0, 0);
}
.sp_stepsItems:hover {
    transform: translate(0px, -20px);
}
.sp_multiSteps_list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 50px;
    max-width: 1500px;
    margin: auto;
    padding: 0px 20px;
    flex-wrap: wrap;
}
.sp_stepsLabel {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    width: 120px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 60px;
    top: -20px;
    left: 50px;
}
.sp_bgLightGreen{
    /* background-color: var(--lightGreen-color); */
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
    background: #00AAFF;
}
.sp_blueColor{
    /* background-color: var(--blue-color); */
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
    background: #FFA851;
}
.sp_redColor{
    /* background-color: var(--red-color); */
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
    background: #C165FF;
}
.sp_greenColor{
    color: var(--green-color);
}
.sp_stepsItems {
    margin-top: 25px;
}
.sp_arrowStepsRight {
    position: absolute;
    right: -25%;
    top: -5%;
    z-index: 1;
}
.sp_stepsItems.first{
    border: 1px solid var(--blue-color);
}
.sp_stepsItems.second {
    /* margin-top: 125px; */
    border: 1px solid #FFA851;
}
.sp_stepsItems.third {
    /* margin-top: 210px; */
    border: 1px solid #C165FF;
}
.sp_stepsItems.first span.sp_arrowStepsRight {
    top: -8%;
}
.sp_stepsItems.first > img {
    margin-left: -25px;
}
.sp_stepsItems.second h5 {
    max-width: 375px;
}
.sp_stepsItems.second img {
    margin-top: -20px;
}
.sp_stepsItems.third h5 {
    max-width: 290px;
}
.sp_stepsItems::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
}
.sp_stepsItems.first:before{
    background-color: #B3E6FF;
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
}
.sp_stepsItems.second:before{
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
    background-color: #FFDAB5;
}
.sp_stepsItems.third:before{
    /* background-color: var(--red-color); */
    /* background: linear-gradient(180deg, #FC57FF 8.97%, #D400EA 100%); */
    background: #EFD8FF;
}
.sp_bottomText p {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}
.sp_bottomText{
    margin: 70px 0 0;
}
/* About Section */
.mx_w970{
    max-width: 970px;
}
.sp_darkPinkColor{
    color:#AE25C0;
}
.sp_aboutClient .sp_textContent {
    margin: 0;
}
.sp_aboutClient .sp_textContent p{
    color: var(--dark-color);
}
.sp_aboutClient .sp_boxWrapper {
    padding: 20px 10px;
    justify-content: start;
}
.sp_innerDark_auoutBox .container {
    /* max-width: 100%; */
}
.sp_aboutClient p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* color: #fff; */
    margin-bottom: 25px;
}
.sp_aboutClient p b{
    font-weight: 600;
}
.sp_aboutClient h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    /* color: #fff; */
    margin-bottom: 30px;
}
.sp_aboutClient p:last-child{
    margin-bottom: 0px;
}
.sp_pinkText {
    color: var(--primary-color);
}
.sp_bgImageBox {
    border-radius: 50px;
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding: 90px 20px;
}
.sp_innerDark_auoutBox{
    background-image: url('../images/darkBg_icon.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 35px;
    border-radius: 20px;
    color: #fff;
    max-width: 1480px;
    margin: 0 auto;
}
.sp_centerContent, .sp_centerContent img {
    position: relative;
    z-index: 11;
}
span.sp_topImg, span.sp_bottomImg {
    position: absolute;
    z-index: 1;
}
span.sp_topImg {
    left: -30px;
    top: -70px;
}
span.sp_bottomImg {
    right: -40px;
    bottom: -85px;
}
.sp_topArrowOrange {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_innerGradient_box {
    background: linear-gradient(90deg, #9C62FF 0%, #FF4E86 58.65%, #FF9A0C 100%);
    padding: 2px;
    border-radius: 20px;
}
.sp_innerGradient_box .sp_bgWhite {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.sp_innerGradient_box h4 {
    font-size: 26px;
    line-height: 40px;
}
.sp_gradientBox {
    position: relative;
}
.sp_leftSape {
    position: absolute;
    left: -30px;
    top: -27px;
    z-index: -1;
}
.sp_rightSape {
    position: absolute;
    right: -30px;
    bottom: -45px;
    z-index: -1;
}
.sp_videoBox_wrapper iframe{
    aspect-ratio: 16/10;
    width: 100%;
    border-radius: 10px;
}
.sp_videoBox_wrapper .sp_videowrapper {
    padding: 2px;
    background: linear-gradient(90deg, #9C62FF 0%, #FF4E86 58.65%, #FF9A0C 100%);
}
.sp_videoBox_wrapper {
    position: relative;
}
span.sp_videoTopShap {
    position: absolute;
    top: -55px;
    left: 35px;
    z-index: -1;
}
span.sp_videoBottomShap {
    position: absolute;
    right: 50px;
    bottom: -20px;
    z-index: -1;
}
.sp_lightYellowColor{
    color: #E1FF00;
}
.sp_boxWrapper {
    position: relative;
    padding: 30px 20px;
    box-shadow: -10px 14px 80px 0px #AD21B11A;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border: 1px solid #F8E4FB;
}
.sp_boxWrapper.first .sp_textContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.sp_boxWrapper:before,
.sp_stepsItems:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 10px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
}
.sp_boxWrapper.first:before{
    /* background-color: #FDC4FF; */
}
.sp_boxWrapper.first >img {
    max-height: max-content;
}
.sp_boxWrapper>img {
    max-height: 188px;
}
.sp_boxWrapper>img {
    max-height: 188px;
    width: fit-content;
    margin: 0px auto;
}
.sp_textContent {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.sp_boxWrapper.second::before {
    /* background: #D4BFFF; */
}
.sp_boxWrapper.third::before {
    /* background: #FFD39F; */
}
.sp_wrapBoxList:before {
    content: '';
    background-image: url('../images/transBg.png');
    background-position: bottom;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    border-radius: 30px;
    width: 100%;
    height: 330px;
    left: 0;
    right: 0;
    opacity: 0.4;
}
.sp_wrapBoxList {
    position: relative;
    max-width: 1330px;
    margin: 0px auto 70px;
    padding: 0px 0px 70px;
}
/* Theme Gradient Section */
.sp_bgGradient {
    background: linear-gradient(to right, #9433e7, #fe2da0);
}
.sp_headIcon,.sp_minBox_head {
    align-items: center;
    display: flex
}

.sp_headDv_wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 50px
}

.sp_headIcon {
    width: 65px;
    height: 65px;
    border-radius: 100px;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: none;
    background: rgb(255 255 255 / 42%);
}
.sp_headDv_wrapper h2 {
    margin: 20px 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.sp_headDv_wrapper h2, .sp_headDv_wrapper h3{
    padding: 5px;
}
.sp_headDv_wrapper p {
    font-size: 1.3rem;
    max-width: 640px;
    margin: auto
}
.sp_featurBox_wrapper h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff !important;
    font-weight: bold;
}
.sp_textBoxContent p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.sp_verticalCenter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.sp_transBox_wrap {
    border: 2px solid #FFFFFF33;
    background: #FFFFFF33;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.sp_transBox_wrap:last-child{
    margin-bottom: 10px;
}
.sp_textBoxContent {
    padding-left: 30px;
    padding-top: 35px;
    padding-right: 15px;
}
.countLeft, .countRight {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(169, 1, 153, 0.4) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(205, 28, 213, 0.4) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
}
.countRight{
    left: auto;
    right: 20px;
}
/* Tab COntent */

.sp_navTabsAutoChange .nav-link.active,
.sp_navTabsAutoChange .nav-link:hover,
.sp_verticalTabAutoChange .nav-link.active,
.sp_verticalTabAutoChange .nav-link:hover {
    border: 0;
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);

    color: #fff
}

.sp_navTabsAutoChange .nav-link:hover {
    /* background: #f3e8ff!important; */
    /* color: var(--black-color) */
}

.sp_navTabsAutoChange .nav-link,
.sp_verticalTabAutoChange .nav-link {
    background: transparent;
    color: var(--black-color);
    border: 0!important;
    border-radius: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 30px;
    font-weight: 600
}
.tab-content.sp_tabContent_dv>.active {
    display: block;
    background: #FFF1FF;
    padding: 35px;
    border-radius: 20px;
}
.sp_countTap{
    background: linear-gradient(90deg, #FD81FF 0%, #6150FF 100%);
    opacity: 10%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    left: -10px;
    top: -15px;
}
.sp_navTabsAutoChange,
.sp_verticalTabAutoChange {
    border-radius: 70px;
    border-bottom: 0px;
    gap: 20px;
    justify-content: center;
    margin: 20px auto 40px;
    width: fit-content;
    background: #f3e8ff !important;
}
.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,.sp_verticalTabAutoChange .nav-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.sp_tabContent_dv .sp_verticalCenter.sp_imgAutoChange_Tab {
    display: flex;
    position: relative;
    max-width: 100%;
    margin: auto
}

.sp_tabContent_dv .sp_verticalCenter.sp_imgAutoChange_Tab video {
    width: 100%;
    border-radius: 15px
}

.sp_tabContent_dv .sp_verticalCenter .sp_textBoxContent {
    padding: 35px;
    position: relative;
    border-radius: 15px;
    width: fit-content;
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: transparent;
    color: var(--text-color);
    max-width: 100%;
    flex-direction: column;
    border: 0px solid #efefef;
    /* height: 100% */
}
.sp_tabContent_dv .sp_verticalCenter .sp_textBoxContent h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.sp_navTabsAutoChange .nav-link>.sp_afterArrow {
    position: absolute
}
.sp_verticalCenter span.sp_videoTopShap,
.sp_verticalCenter .sp_videoBottomShap{
    max-width: 145px;
}
.sp_verticalCenter span.sp_videoTopShap {
    left: -40px;
    top: -40px;
}
.sp_verticalCenter .sp_videoBottomShap {
    right: -25px;
    bottom: -25px;
}
.sp_verticalCenter{
    position: relative;
    z-index: 1;
}
.sp_tabCount {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.sp_tabContent_dv .sp_textBoxContent p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color:var(--dark-color);
}
.sp_imgAutoChange_Tab iframe {
    aspect-ratio: 16/9;
    border-radius: 15px;
    max-width: 100%
}
.sp_tabCount {
    width: 40px;
    height: 40px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
/* Promotion section */
.sp_promotion_box_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
}
.sp_promotion_heading {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.sp_promotion_heading p{
    max-width: 855px;
    width: 100%;
    margin: auto;
    line-height: 28px;
}
.sp_promotion_box{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 20px;
    border: 1px solid #FCA8FF;
    background-color: #F8E3F8;
    position: relative;
        display: flex;
    justify-content: flex-end;
}
.sp_promotion_box.sp_second {
    background: url(../images/promotion-img2_bg.png) #F8E3F8;
    background-repeat: no-repeat;
}
.sp_promotion_box.sp_gradientPromBox{
    background: linear-gradient(180deg, #E939EA 0%, #781FAC 100%);
}
.sp_promotion_content {
    border-radius: 20px;
    width: calc(100% - 325px);
    padding: 80px 40px 80px 30px;
    text-align: left;
}
.sp_promotion_content h1 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}
.sp_promotion_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.sp_promotion_box.sp_third .sp_promotion_content p, .sp_promotion_box.sp_second .sp_promotion_content p  {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #1D3042;
}
.sp_promotion_img {
}
.sp_promotion_wrapper .container {
    max-width: 1540px;
}
.sp_promotion_img {
    position: absolute;
    left: -34px;
}
.sp_promotion_wrapper {
    background: #FFF1FF;
}
/* Promotion section */

/* Table 1 */
.sp_table_wrapper2 {
    padding-top: 100px;
}
.sp_table_wrapper2 .sp_advrtmt{
    left: auto;
    right: 0;
}
.sp_advrtmt_logo{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_table2_heading{
    position: relative;
}
.sp_table_btn .sp_yellow_btn{
    margin-bottom: 32px;
}
/* Table 1 */

/* Testimonial */
.sp_testmnl_wrapper{
    /* background: #101124; */
    background: rgba(104, 32, 164, 1);
}
.sp_testmnl_heading h1{
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.sp_tesmnl_box{
    /* background-image: linear-gradient(0deg, #161730, #161730),linear-gradient(90deg, #D738FF 0%, #FFAE00 100%); */
    background-color: #fff;
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    max-height: calc(100% - 100px);
    height: 100%;
    position: relative;
}
.sp_tesmnl_box:before {
    content: '';
    position: absolute;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    top: 100%;
}
.sp_tesmnl_flex:before {
    content: '';
    background: rgba(255 255 255 / 10%) !important;
    height: 60px;
    left: 25px;
    border-radius: 70px;
    right: 0px;
    position: absolute;
    width: 75%;
}
.sp_tesmnl_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    position: relative;
}
.sp_client_image{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
}
.sp_client_name{
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
}
.sp_tesmnl_content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sp_tesmnl_content p:last-child {
    margin-bottom: 0;
}


/* Testimonial */

/* Table 2 css */
.sp_table_wrapper{
    position: relative;
    z-index: 1;
}
.sp_advrtmt{
    position: absolute;
    left: 0;
    bottom: 50px;
}
.sp_table_box{
    max-width: 560px;
    width: 100%;
    margin: auto;
    background: var(--white-color);
    box-shadow: 0px 0px 90px 0px #9400EA1A;
    border: 2px dashed #F13FF8;
    border-radius: 20px;
    position: relative;
}
.sp_table_logo {
    max-width: 445px;
    width: 100%;
    height: 90px;
    margin: auto;
    background: #1D3042;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin-top: -2px;
}
.sp_table_price {
    background: linear-gradient(180deg, #F638FD 5%, #E15BE6 85%);
    width: 156px;
    height: 100px;
    border-radius: 0 0 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
}
.sp_table_feat_list{
    padding: 5px;
    margin: 30px 0;
}
.sp_table_feat_list p{
    font-size: 20px;
    font-weight: 500;
    color: var(--dark-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.sp_table_feat_list p:nth-of-type(2n+2){
    background: #FBF3FF;
}
.sp_table_btn {
    text-align: center;
}
.sp_yellow_btn{
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);;
    min-height: 80px;
    max-width: 415px;
    width: 100%;
    border-radius: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color) !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: var(--white-color);
    box-shadow: inset 4px 4px 6px rgba(255, 255, 255, .3);
}
.sp_yellow_btn:hover{
    transform: translateY(-5px);
}
.sp_yellow_btn.big {
    max-width: 450px;
    min-height: 110px;
}
/* Table 2 css */

/* Guarntee css */
.sp_guarntee_head h2{
    text-transform: none;
    max-width: 650px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.sp_grntee_flexbox {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background-image: linear-gradient(0deg, #fff, #fff),linear-gradient(90deg, #D738FF 0%, #FFAE00 100%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 30px 40px;
}
.sp_grtee_img{
    flex: none;
}
.sp_grntee_text p{
    line-height: 30px;
}
.sp_grntee_text p span, .sp_grntee_text h4{
    /* color: var(--primary-color); */
    font-weight: 600;

    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
/* Guarntee css */

/* Footer Text css */
.sp_footer_text_wrapper{
    background: linear-gradient(180deg, #E939EA 0%, #781FAC 100%);
    text-align: center;
}
.sp_footer_text_wrapper .container{
    max-width: 1550px;
}
/* Footer Text css */

/* Footer css */
.sp_footer_wrapper{
    background: #101124;
    text-align: center;
}
.sp_footer_wrapper .container{
    max-width: 1280px;
}
.sp_copyright_wrapper {
    background: #1A1C3D;
    padding: 8px 0;
    position: relative;
}
.sp_footer_wrapper p{
    line-height: 22px;
}
.sp_copyright_wrapper .container{
    max-width: 1200px;
}
.sp_cpyrht_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.sp_cpyrgtText{
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color) !important;
}
.sp_cpyrht_flex ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.sp_cpyrht_flex ul li{
    position: relative;
}
.sp_cpyrht_flex ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--white-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 17px;
    right: -8px;
}
.sp_cpyrht_flex ul li:last-child:before{
    display: none;
}
.sp_copyright_wrapper .sp_arrowDown {
    animation: none;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
/* Footer css */
.sp_sectionPadd.sp_introSection .sp_headingSection::before{
    background-image: url(../images/advertmate_blurDark.png);
}
.sp_lightRed_gradient, .sp_table_wrapper2  {
    background: #fff;
}
/* Testimonial Slider */
.testi-user-img .swiper-container-3d .swiper-slide-shadow-right,
.testi-user-img .swiper-container-3d .swiper-slide-shadow-left {
    background-image: none;
}

.testi-user-img .swiper-slide {
    /* flex-shrink: 0; */
    /* width: 250px !important;
    height: 330px !important; */
    position: relative;
    /* transition-property: transform; */
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
     /* justify-content: center; */
     padding-top: 100px;
}
 .gallery-thumbs .swiper-slide {
	 /* background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px; */
	 position: relative;
     text-align: center;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(0.5px);
	 /* width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px; */
     transform: scale(0.8);
     transition: all ease-in 0.3s;
     transform-origin: bottom;
         opacity: 0.5;
}
.gallery-thumbs .swiper-slide.active img,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
	 filter: contrast(1) blur(0px) !important;
     transform: scale(1.15);
     transition: all ease-in 0.3s;
         opacity: 1;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    z-index: 111;
}
 /* .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
} */
.testimonial-section .user-saying {
    background: var(--theme-color2);
    max-width: 520px;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: end;
    justify-content: end;
}
.testimonial-section .sp_simpaleHead h3{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: left;
    max-width: 1850px;
}
.testi-user-img {
    max-width: calc(100% - 520px);
    width: 100%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 30px 30px 0;
    background-color: #FFF1FF;
    border-radius: 20px;
}
.gallery-thumbs .swiper-slide img {
    height: auto;
    width: auto !important;
    cursor: pointer !important;
}
.gallery-thumbs .swiper-slide:first-child Img {
    margin: 0 !important;
    max-width: none;
}
.gallery-thumbs .swiper-slide.active{
    z-index: 99;
}
/* .gallery-thumbs .swiper-slide:first-child{
    left: 45px;
}
.gallery-thumbs .swiper-slide:nth-child(2) {
    left: 73px;
}
.gallery-thumbs .swiper-slide:nth-child(3) {
    left: 25px;
}
.gallery-thumbs .swiper-slide:nth-child(4) {
    left: 10x;
}
.gallery-thumbs .swiper-slide:nth-child(5) {
    left: -20px;
}
.gallery-thumbs .swiper-slide:nth-child(6) {
    width: 265px !important;
    left: -50px;
} */
.gallery-thumbs .swiper-slide .sp_blurShadow_down img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    filter: none !important;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .sp_blurShadow_down{
    display: none;
}
/* .sp_blurShadow_down {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    max-width: 100%;
    z-index: 111;
} */
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img{
    z-index: 111;
}
/* Network Section */
.sp_topSocialNetwork {
    background-image: url(../images/networkBg.png);
    background-position: top center;
    background-size: 100% 100%;
}
.sp_topSocialNetwork img{
    width: 100%;
}
.sp_rightContent {
    border: 1px solid rgba(252, 168, 255, 1);
    border-radius: 20px;
    background-color: #fff;
    padding: 25px;
    max-width: 420px;
    height: 100%;
}
.sp_splitWrap {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding: 25px 0px 25px;
    border-bottom: 0;
    position: relative;
}
.sp_splitWrap:after {
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, #E2B9E2 46.15%, #FFFFFF 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.sp_splitWrap:last-child{
    padding-bottom: 0px;
    border: 0px;
}
.sp_splitWrap:last-child::after{
    visibility:hidden ;
}
.sp_splitWrap:first-child{
    padding-top: 0px;
}
.sp_contentWrap_right h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
.sp_contentWrap_right {
    max-width: calc(100% - 80px);
}
/* Intro Section css  */
.sp_whiteFadeBox {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.sp_wrap_MainFadBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.sp_fadInner_content {
    max-width: calc(100% - 105px);
}
.sp_fadInner_content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}
.sp_whiteFadeBox p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
/* Dark Section */
.sp_darkBgSection {
    background-image: url('../images/darkBgwithIcon.png');
    background-size: cover;
    background-position: bottom;
}
.sp_darkBgSection .sp_headingSection::before{
    display: none;
}
.sp_darkBgSection .sp_boxWrapper {
    padding: 30px 45px;
    justify-content: start;
}
.sp_darkBgSection .sp_videowrapper {
    padding: 10px;
}

/* Table */
/* Everything Advertmate start */
.sp_everything_wrapper {
    background: #FFF1FF;
}
.sp_everything_wrapper  .sp_heading_wrap {
    margin-bottom: 50px;
}
.sp_everything_wrapper  .container-fluid {
    max-width: 1410px;
}
.sp_everything_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.sp_everything_list > li {
    background: #ffffff;
    box-shadow: -20px 20px 40px 0px #500F501A;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    width: calc(20% - 30px);
}
.sp_everything_list > li:before {
    position: absolute;
    content: "";
    background: linear-gradient(46.97deg, rgba(150, 37, 179, 0.3) 11.17%, rgba(253, 37, 236, 0.3) 92.28%);
    border-radius: 20px;
    z-index: -1;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.sp_everything_list > li > span {
    background: linear-gradient(180deg, rgb(147 51 234 / 10%) 0%, rgb(219 39 119 / 10%) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto auto 20px auto;

}
.sp_everything_list > li > h2 {
    font-size: 20px;
    font-weight: 600;
}
/* Everything Advertmate end */
/* Features Tbale start */
.sp_feature_wrapper {
    padding: 80px 0 80px;
}
.sp_feature_box_wrap {
    background: #ffffff;
    box-shadow: -20px 20px 40px 0px #500F501A;
    border-radius: 20px;
    position: relative;
    display: flex;
    max-width: 1350px;
    margin: auto;
}
.sp_feature_box_inner.box2 {
    background: #ffffff;
    box-shadow: -20px 20px 40px 0px #500F501A;
    border-radius: 20px 0 0 20px;
    position: relative;
    display: flex;
    width: 42%;
    border: 1px solid #e8b9eb;
        border-right: 0;

}
.sp_feature_box_inner.box2:before {
    position: absolute;
    content: "";
    background: linear-gradient(46.97deg, rgba(150, 37, 179, 0.3) 11.17%, rgba(253, 37, 236, 0.3) 92.28%);
    border-radius: 20px;
    z-index: -1;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.sp_feature_box_wrap:before {
    position: absolute;
    content: "";
    background: linear-gradient(46.97deg, rgba(150, 37, 179, 0.3) 11.17%, rgba(253, 37, 236, 0.3) 92.28%);
    border-radius: 20px;
    z-index: -1;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}
.sp_feature_box_list > li {
    position: relative;
    padding: 10px 10px 10px 60px;
    font-size: 20px;
    font-weight: 400;
    color: #1D3041;
}
.sp_feature_box_inner.box3 .sp_feature_box_list > li {
    color: #ffffff;
}
.sp_feature_box_list > li:not(:last-child) {
margin-bottom: 10px;
}
.sp_feature_box_list > li:nth-child(even) {
    background: #FCEEFC;
}
.sp_feature_box_inner.box3 .sp_feature_box_list > li:nth-child(even) {
    background: rgb(255 255 255 / 10%);
}
.sp_feature_box_list > li:after {
    position: absolute;
    content: "";
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sp_feature_box_inner.box2 .sp_feature_box_list.list1 > li:after {
    left: 25px;
}
.sp_feature_box_inner.box2 .sp_feature_box_list.list2 > li {
    padding-left:45px;
}
.sp_feature_box_inner.box2 .sp_feature_box_list.list2 > li:after {
    left: 10px;
}
.sp_feature_box_list > li.arrow:after {
    background: url(../images/feature_table/arrow.svg);
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
}
.sp_feature_box_list > li.right:after {
    background: url(../images/feature_table/right.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.sp_feature_box_list > li.cross:after {
    background: url(../images/feature_table/cross.svg);
        width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.sp_feature_box_list > li.w_right:after {
    background: url(../images/feature_table/right_white.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.sp_feature_box_inner h2 {
    font-size: 28px;
    padding: 45px 35px 15px 35px
}
.sp_feature_box_sub_inner.inner2 h2 {
padding-left: 10px;
}
.sp_feature_box_inner.box1 {
    width: 26%;
}
.sp_feature_box_inner.box3 {
    background: linear-gradient(180deg, #9333EA -6.72%, #DB2777 106.53%);
    box-shadow: -20px 20px 40px 0px #500F501A;
    border-radius: 15px;
    z-index: 1;
    width: 32%;
    margin-top: -22px;
    position: absolute;
    right: 0;
}
.sp_feature_box_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0 0 20px 20px;
    max-width: max-content;
    padding: 18px;
    margin: auto;
}
.sp_feature_box_inner.box3 .sp_feature_box_list {
    padding-top: 24px;
}
.sp_feature_box_inner .sp_feature_box_list {
    padding-bottom: 50px;
}
.sp_feature_box_inner.box3 .sp_feature_box_list {
    padding-bottom: 65px;
}
.sp_feature_box_inner.box2 .sp_feature_box_sub_inner {
    flex-grow: 1;
}
.sp_feature_box_M_wrap::-webkit-scrollbar {
  height: 5px;
}
.sp_feature_box_M_wrap::-webkit-scrollbar-thumb {
  background: #888;
}


/* bonus_launch week */


.sp_bonus_launch_bgGradient .container {
    max-width: 1425px;
}


.sp_bonus_launch_bgGradient {
    background: linear-gradient(to bottom, #E939EA, #781FAC);
}

.sp_bonus_launch_week_head{
    margin: 0px 0 30px;
}

.sp_bonus_launch_week_head h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
}

.sp_bonus_launch_box {
    border: 2px solid #FFFFFF33;
    background: #FFFFFF33;
    margin-bottom: 70px;
    border-radius: 20px;
    position: relative;
    max-width: 671px;
    max-height: 655px;
    min-height: 655px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp_bonus_launch_tag_box {
    position: absolute;
    right: 40px;
    top: -25px;
    width: 155px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;

}

.sp_bonus_launch_tag_box h6 {
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
}

.sp_themeDarkText_gradient {
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

.sp_bonus_launch_text {
    padding: 45px 30px 10px;
    max-width: 665px;
    max-height: 690px;
}

.sp_bonus_launch_box h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
}

.sp_bonus_launch_box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.sp_bonus_launch_img {
    padding: 10px 20px 20px;
}

/* Bonus css */
.sp_bonus2_gredient{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    min-height: 50px;
    padding: 0 30px;
}
.sp_bonus2_heading h6 {
    font-size: 20px;
    font-weight: 700;
}
.sp_bonus2_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 10px;
}
.sp_bonus2_img{
    flex: none;
}
.sp_bonus2_content h1{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.sp_bonus2_content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    padding-top: 5px;
}
/* Bonus css */
.sp_behind_box {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.sp_behind_box h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.sp_behind_box > p {
    font-size: 20px;
    font-weight: 600;
}
.sp_refund_result_heading {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 50px
}
.sp_refund_result h2 {
    font-size: 46px;
    font-weight: 700;
}
.sp_refund_result_heading_img > img {
    max-width: 100px;
}
.sp_refund_result > h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 50px;
}
.sp_refund_result_inner {
    display: flex;
    gap: 80px;
}

.sp_refund_result_inner > p {
    flex: 1;
    background: #eeeeee14;
    padding: 20px;
    border-radius: 10px;
}

/* More Leads, More Sales start */
.sp_newSection_grid .sp_tab_grid_details h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
.sp_bgWhite.darkddddd {
    border: 2px solid #C13FDD;
    background: #9B28B4;
}
/* More Leads, More Sales end */
@media(max-width:1399px) {
    .sp_bonus_launch_bgGradient br {
        display: none;
    }

    .sp_bonus_launch_box{
        min-height: auto;
        max-height: calc(100% - 50px);
        height: 100%;
    }

    .sp_bonus_launch_box h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .sp_bonus_launch_box p {
        font-size: 18px;
        line-height: 25px;
    }
}

/* close bonus_launch week */
/* Top Paid Ad Networks start */
.sp_network_wrapper {
    background: linear-gradient(0deg, #FFB5DD 0%, #F9DAFF 50%, #FFEEFE 100%);
}
.sp_network_list > li {
    background: #ffffff;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    gap: 20px;
    padding: 30px;
}
.sp_network_list > li > span {
    background: linear-gradient(180deg, rgb(147 51 234 / 10%) 0%, rgb(219 39 119 / 10%) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
        flex: none;
}
.sp_network_list {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.sp_network_right > h2, .sp_network_right > p {
    font-size: 22px;
}
.sp_network_right > h2 span {
    display: block;
    margin-top: 4px;
}
.sp_network_btm.text-center h2 {
    font-size: 28px;
}
/* Top Paid Ad Networks end */
/* Beginners Are Outselling start */
.sp_beginners_wrapper {
    background: #FFF1FF;
}
.sp_beginners_list_top > span {
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
.sp_network_right h2 {
    /* font-size: 30px; */
}
.sp_beginners_list_top .sp_network_right h2 {
    font-size: 26px;
}
.sp_beginners_list > li {
    border: 1px solid #FAD4FA;
    border-radius: 10px;
    padding: 30px 50px;
    background: #fff;
}
.sp_beginners_list > li:not(:last-child) {
    margin-bottom: 15px;
}
.sp_beginners_list_top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}
.sp_beginners_list p {
    font-size: 18px;
    font-weight: 400;
}
/* Beginners Are Outselling end */
/* tab start */
.sp_tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 15px;
    margin-top: 30px;
}
.sp-tab-nav-link{
        filter: grayscale(1);
        transition: all 0.3s;
}
.sp-tab-nav-link:hover, .sp-tab-nav-link.active {
    filter: none;
}
.sp-tab-nav-link {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    cursor: pointer;
    background: #fff;
}
.sp_tab_content {
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 104.44%);
    border-radius: 10px;
    padding: 30px;
}
.sp_tab_content > img{
    max-width: 100%;
}
.sp_tab_text_btm {
    text-align: center;
    margin: 30px 0;
}
.sp_tab_text_btm h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}
.sp_tab_text_btm p {
    font-size: 18px;
    font-weight: 500;
}
.sp_tab_grid .container-fluid {
    max-width: 1366px;
    margin: auto;
}
.sp_tab_grid_details h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;

}
.sp_tab_grid_details p {
    font-size: 18px;
    font-weight: 400;
}
.sp_tab_grid_details {
    padding-right: 15px;
}
.sp_tab_grid_details ul > li {
    font-size: 18px;
    font-weight: 600;
    color: #515F6E;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}
.sp_tab_grid_details ul > li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url(../images/table-icon.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}
.sp_tab_grid {
    margin-top: 50px;
}
.fdrr{
    flex-direction: row-reverse;
}
span.sub_text {
    font-size: 20px;
    display: block;
    font-weight: 600;
}
.sp_tab_grid_details_min_text {
    font-size: 20px;
    color: #515F6E;
    display: block;
}
.sp_tab_grid .row {
    margin-bottom: 60px;
}
.sp_tab_grid .row:last-child {
    margin-bottom: 10px;
}
.sp_tesmnl_content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sp_bannerHeading .sp_table_btn .sp_yellow_btn {
    margin-bottom: 0;
}
/* tab end */
/************ Responsive Css Start **********/
@media(min-width: 992px) {
    .sp_mobileViewVisibal {
        display:none!important
    }
}
@media(min-width:768px) {
    .sp_other_list>li:last-child,
    .sp_platformSection span.sp_tabCount {
        display: none;
    }
    .sp_desktopHide{
        display: none;
    }
}
@media(max-width:1820px){

}
@media(max-width:1640px){

}
@media(max-width:1599px){
.sp_promotion_box_ul {
    gap: 52px;
    padding: 0 0 0 30px;
}
.sp_promotion_img > img {
    max-width: 300px;
    width: 100%;
}
.sp_promotion_content {
    width: calc(100% - 255px);
    padding: 40px 40px 40px 20px;
}
}
@media(max-width:1450px){
   .sp_innerWhiteBox ul {
        padding-left: 10px !important;
    }
    .sp_innerWhiteBox ul li, .sp_innerWhiteBox ul li{
        font-size: 14px !important;
    }
    .font24 {
        font-size: 22px;
    }
    .font20 {
        font-size: 18px;
    }
    .font38 {
        font-size: 32px;
    }
}
@media(max-width:1399px){
    .sp_network_right > h2 {
        font-size: 20px;
    }
    .sp_network_right > h2 span{
        display: inline;
    }
    .sp_network_list > li {
    gap: 15px;
    padding: 20px;
}
.sp_tab_grid_details h2 {
    font-size: 26px;
}
.sp_tab_grid_details p {
    font-size: 16px;
}
.sp_tab_grid_details ul > li {
    font-size: 16px;
}
}
@media(max-width:1350px){
.sp_feature_box_inner h2 {
    font-size: 20px;
    padding: 35px 0px 15px 20px;
}
.sp_feature_box_list > li:after {
    left: 20px;
}
.sp_feature_box_list > li {
    padding: 10px 10px 10px 46px;
    font-size: 16px;
}
.sp_feature_box_inner.box2 .sp_feature_box_list.list1 > li:after {
    left: 16px;
}
.sp_feature_box_inner.box3 .sp_feature_box_list {
    padding-top: 37px;
}
.sp_feature_box_logo {
    max-width: 250px;
    padding: 12px;
}
}
@media(max-width:1199px){
    .sp_behind_box > p {
    font-size: 18px;
}
.sp_refund_result h2 {
    font-size: 32px;
}
.sp_refund_result_inner {
    gap: 30px;
}
    .sp_everything_list > li {
        width: calc(25% - 30px);
    }
    .sp_feature_box_wrap {
        max-width: 968px;
    }
    .sp_feature_box_inner.box1 {
        width: 210px;
    }
    .sp_feature_box_inner.box2 {
        width: 450px;
    }
    .sp_promotion_box_ul {
    grid-template-columns: repeat(1, 1fr);
}
.sp_promotion_content {
    padding: 8%;
}
.sp_bannerHeading h2 {
    font-weight: 800;
    font-size: 40px;
}
.sp_bannerHeading .sp_whiteBg_trans {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 20px;
}
.sp_boxWrapper {
    padding: 20px 5px;
}
.sp_verticalCenter{
    padding-top: 70px;
}
.sp_commanBox {
    padding: 20px 15px;
}
.sp_bonus_launch_box .sp_verticalCenter.sp_grapAnimation_1.sp_bonus_launch_img {
    padding-top: 0;
}
.sp_cpyrht_flex {
    flex-direction: column;
}
}
@media(max-width:991px){
    .sp_tabContent_dv .sp_verticalCenter.sp_imgAutoChange_Tab {
        margin: 30px auto
    }
    .sp_hideMobileView,
    .sp_arrowStepsRight,
    .sp_headingSection::before {
        display: none !important;
    }
    .sp_stepsItems {
        max-width: calc(50% - 15px);
    }
    .sp_textBoxContent {
        /* padding-top: 65px; */
    }
    .countRight {
        left: 20px;
        right:auto;
    }
    .sp_navTabsAutoChange .nav-link, .sp_verticalTabAutoChange .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
    .sp_navTabsAutoChange .nav-link.active span.sp_tabCount{
        color: #fff !important;
    }
    .sp_tabContent_dv .sp_verticalCenter .sp_textBoxContent{
        padding: 0px;
    }
    .sp_everything_list > li {
        width: calc(33.33% - 30px);
    }
    .sp_feature_box_list > li {
        padding: 10px 10px 10px 32px;
        font-size: 12px;
    }
    .sp_feature_box_inner.box2 .sp_feature_box_list.list1 > li:after {
        left: 6px;
    }
    .sp_feature_box_inner h2 {
        font-size: 18px;
        padding: 20px 0px 15px 10px;
    }
    .sp_feature_box_list > li:after {
        left: 10px;
    }

    .sp_feature_box_wrap {
        max-width: 764px;
    }
    .sp_feature_box_inner.box1 {
        width: 170px;
    }
    .sp_feature_box_inner.box2 {
        width: 350px;
    }
    .sp_feature_box_logo {
        max-width: 200px;
    }
    .sp_feature_box_inner.box3 {
        width: 246px;
    }
    .sp_feature_box_inner.box3 .sp_feature_box_list {
        padding-top: 26px;
    }
    .sp_feature_box_list > li.arrow:after {
        width: 12px;
        height: 10px;
        background-size: 12px 10px;
    }
    .sp_feature_box_list > li.right:after, .sp_feature_box_list > li.cross:after, .sp_feature_box_list > li.w_right:after {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
    }
    .sp_network_list {
    grid-template-columns: repeat(2, 1fr);
}
.sp_tab_ul {
    gap: 15px;
}
.fdrr{
    flex-direction: inherit;
}
.sp_tab_grid_img {
    text-align: center;
    margin-bottom: 30px;
}
.sp_tab_grid_details {
    text-align: center;
}
.sp_tab_grid_details ul > li {
    max-width: max-content;
    margin: auto;
    margin-bottom: 10px;
}
.sp_tab_grid {
    max-width: 500px;
    margin: auto;
    margin-top: 90px;
}
.sp_tabContent_dv .sp_verticalCenter.sp_imgAutoChange_Tab {
    padding: 0 !important;
}
.testimonial-section{
    flex-direction: column;
}
.testi-user-img {
    max-width: calc(100% - 0px);
    width: 100%;
    order: 2;
}
.testimonial-section .user-saying {
    background: var(--theme-color2);
    max-width: 100%;
}
.gallery-thumbs .swiper-wrapper {
    align-items: start;
}

    .sp_transBox_wrap .order-2 {
        order: 1 !important;
    }
    .sp_transBox_wrap .order-1 {
        order: 2 !important;
    }
    .sp_verticalCenter.sp_grapAnimation_1 {
        padding-top: 0;
    }
    br{
        display: none;
    }
}
@media(max-width:768px){
    .sp_refund_result h2 {
        font-size: 22px;
    }
    .sp_refund_result_heading {

        gap: 10px;
    }
    .sp_refund_result_inner {
        flex-direction: column;
    }
    .sp_refund_result > h3, .sp_behind_box h2 {
        font-size: 22px;
    }
    .sp_navTabsAutoChange .nav-link span.sp_tabCount {
        color: var(--text-color) !important;
        width: 50px;
        height: 50px;
        position: absolute;
    }
    .sp_navTabsAutoChange .nav-link, .sp_verticalTabAutoChange .nav-link {
        font-size: 0 !important;
        padding: 0 !important;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sp_grntee_flexbox{
        align-items: start;
    }
    .sp_stepsItems {
        max-width: calc(100% - 0px);
    }
    .sp_everything_list > li {
        width: calc(50% - 30px);
    }
        .sp_feature_box_wrap {
            max-width: inherit;
            width: 755px;
        }
    .sp_feature_box_M_wrap {
            overflow: auto hidden;
            padding: 30px 2px 30px 0px;
        }
    .sp_feature_box_wrap {
        box-shadow: none;
    }
    .sp_innerDark_auoutBox,
    .tab-content.sp_tabContent_dv>.active,
    .sp_autoChange_tab {
        padding: 30px 15px;
    }
    .sp_tabContent_dv .sp_verticalCenter.sp_imgAutoChange_Tab{
        margin-bottom: 0px;
    }
    .sp_subPara_head, .sp_funnelPrizeBox_item h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .sp_funnelPrizeBox_item p {
        font-size: 18px;
    }
    .sp_iconWrap {
        min-height: auto;
    }
    .sp_verticalCenter .sp_textBoxContent {
        padding-top: 0;
    }
    .testi-user-img .swiper-slide,
    .gallery-thumbs .swiper-wrapper,
    .testi-user-img .swiper-container,
    .testi-user-img {
        height: fit-content;
    }
    section.sp_lightRed_gradient.sp_sectionPadd.mt-5 {
        margin-top: 0 !important;
        padding-top: 30px;
    }
    .sp_tab_grid_details ul {
        text-align: left;
    }
    .sp_tab_grid_details ul li{
        max-width: 100%;
    }
    .sp_bonus_launch_week_head h2 {
        font-size: 36px;
    }
    .sp_innerWhiteBox {
        min-height: auto;
    }
    .sp_clienBrandBox{
        padding: 30px 10px;
    }

}
@media(max-width:767px){
       .sp_promotion_box_ul {
        padding: 0;
    }
    .sp_promotion_box {
    flex-direction: column;
    padding: 30px;
    gap : 0;
}
.sp_promotion_box.sp_second {
    background-position: right -60px;
}

.sp_promotion_img {
    position: static;
}
.sp_promotion_content {
        padding: 30px 0 0 0;
                width: 100%;
        text-align: center;
    }
    .sp_promotion_content h1, .sp_promotion_content p {
    text-align: center;
    width: 100%;
}
    .sp_network_list {
    grid-template-columns: repeat(1, 1fr);
}
.sp_network_btm.text-center h2 {
    font-size: 18px;
}
.sp_centerImg {
    text-align: center;
    margin-bottom: 20px;
}
.sp_rightContent{
    /* max-width: 100%; */
    margin: auto;
}
.font50, .font46 {
    font-size: 36px;
}
.font24 {
    font-size: 20px;
}
.font20 {
    font-size: 16px;
}
br{
    display: none;
}
.sp_simpaleHead h3 {
    font-size: 28px;
    line-height: 36px;
}
.sp_bannerHeading h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
}
.sp_bannerHeading .sp_whiteBg_trans {
    font-size: 18px;
}
.sp_bannerIconBox_wrapper {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}
.sp_bannerIconBox_wrapper .col-lg-4.col-4 {
    width: 100%;
    margin-bottom: 30px;
}
.sp_bannerIconBox_wrapper .sp_boxWrapper {
    max-width: 100%;
}
.sp_funnelPrizeBox_item .sp_btnBox {
    width: 100%;
    min-height: fit-content;
}
.sp_funnelPrizeBox_item .sp_btnBox .sp_btnWhiteBox{
    width: 100%;
    min-height: fit-content;
}
.sp_bannerWrapper {
    padding-bottom: 50px;
}
.sp_navTabsAutoChange, .sp_verticalTabAutoChange {
    gap: 5px;
}
.sp_headingSection h2 {
    font-size: 35px;
    line-height: 40px;
}
.sp_boxContent .sp_btnWhiteBox {
    height: auto;
    padding: 10px 15px;
    min-height: fit-content;
    font-size: 16px;
    min-height: fit-content;
}
.sp_paidSection.sp_sectionPadd {
    padding: 70px 0 30px;
}
.sp_simpaleHead h3 {
    font-size: 22px;
    line-height: 30px;
}
.sp_whiteRadiusBox {
    padding: 30px 15px;
}
.sp_commanBreak_box {
    min-height: fit-content;
}
.sp_shadowIcon {
    position: absolute;
    top: 11px;
    right: 10px;
}
img.sp_max_mobileImg {
    max-width: 75%;
    min-width: 250px;
    margin: auto;
    display: flex;
}
.sp_innerGradient_box h4 {
    font-size: 20px;
    line-height: 30px;
}
.sp_fadInner_content h4 {
    font-size: 16px;
    line-height: 20px;
}
.sp_commanBreak_box h3 {
    font-size: 18px;
}
.sp_aboutClient h4 {
    font-size: 24px;
    line-height: 30px;
}
.sp_aboutClient p, .sp_whiteFadeBox p,
.sp_textBoxContent p {
    font-size: 16px;
    line-height: 24px;
}
.sp_headDv_wrapper h2 {
    font-size: 22px;
}
.sp_featurBox_wrapper h4 {
    font-size: 22px;
    line-height: 28px;
}
.sp_transBox_wrap .sp_textBoxContent {
    padding: 20px 0;
}
.sp_verticalCenter.sp_grapAnimation_1 {
    padding-top: 0;
}
.testi-user-img .swiper-wrapper {
    height: fit-content;
}
.sp_table_price{
    width: 100px;
}
.sp_cpyrht_flex ul {
    justify-content: center;
    flex-wrap: wrap;
}
.sp_table_price h1 {
    font-size: 26px;

}
.sp_table_price {
    max-width: fit-content;
    width: 100%;
    padding: 0px 10px;
}
.font30 {
    font-size: 24px;
}
.sp_bonus_launch_tag_box {
    right: 0px;
    left: 0;
    margin: auto;
}
.sp_mobileHide {
    display: none;
}
}
@media(max-width:575px){
    .sp_everything_list > li {
        width: calc(100% - 30px);
    }
    .sp_grtee_img {
        text-align: center;
        margin: auto;
    }
    .testi-user-img .swiper-wrapper {
        height: fit-content;
        max-height: 250px;
    }
    .sp_tab_grid .row {
        margin-bottom: 30px;
    }
    span.sp_textCover img.sp_downArreo {
        display: none;
    }
}
@media(max-width:580px){
    .sp_grntee_flexbox {
        flex-direction: column;
    }
    .sp_grntee_text {
        text-align: center;
    }
}
@media(max-width:480px){
    .sp_promotion_box {
        padding: 20px 10px;
    }
    .sp_promotion_content h1 {
        font-size: 20px;
    }
    .sp_promotion_content p {
        font-size: 14px;
    }
    .sp_beginners_list > li {
        padding: 20px 20px;
    }
    .sp_beginners_list_top {
        align-items: self-start;
        flex-direction: column;
    }
    .sp_imgCircle {
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0px;
        flex-direction: column;
    }
    .gallery-thumbs .swiper-wrapper {
        padding-top: 60px;
    }
    .sp_grntee_text {
        text-align: center;
    }
    .testi-user-img .swiper-wrapper {
        height: fit-content;
        max-height: 170px;
    }
    .sp_table_feat_list p {
        font-size: 16px;
    }
    .sp_table_btn .sp_yellow_btn {
        font-size: 20px;
        max-width: 90%;
    }
}
@media(max-width:1199px){
    .sp_bonus2_img img {
        width: 200px;
        height: auto;
    }
    .sp_bonus2_content h1 {
        font-size: 22px;
    }
}
@media(max-width:991px){
    .sp_bonus2_box {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
}
@media(max-width:575px){
    .sp_bonus2_img img {
        width: 150px;
    }
    .sp_bonus2_content h1 {
        font-size: 20px;
    }
    .sp_bonus2_content p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width:480px){
    .sp_bonus2_img img {
        width: 120px;
    }
    .sp_bonus2_box{
        gap: 10px;
    }
    .sp_table_logo img {
        max-width: 60%;
    }
    .font50, .font46 {
        font-size: 30px;
    }
    .sp_behind_box > p {
        font-size: 16px;
    }
}
@media(max-width:420px){
    .sp_bonus2_content h1 {
        font-size: 16px;
    }
    .sp_bonus2_content p {
        font-size: 13px;
        line-height: 16px;
    }
    .sp_yellow_btn {
        font-size: 20px;
    }
    .sp_bonus_launch_week_head h2 {
        font-size: 32px;
    }
    .sp_refund_result_heading {
        gap: 30px;
        flex-direction: column;
    }
}