@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;
    --yellow-color2: #FFD117;
   --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;
}
.color_yellow{
        color: var(--yellow-color2);
}
.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 20px;
}
.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: clamp(16px, 4vw, 20px);
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: clamp(18px, 4vw, 30px);
}
.font32 {
    font-size: clamp(20px, 4vw, 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;
}
.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;
}
.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 {
    min-height: 50px;
    background: #FFF;
    border: 1px solid #FFFFFF26;
    padding: 4px 25px;
    margin: 10px auto 20px auto;
    max-width: max-content;
    font-weight: 500;
    font-size: clamp(18px, 4vw, 26px);
    letter-spacing: 0;
    text-align: center;
    border-radius: 60px;
    line-height: 1.5;
}
.sp_bannerHeading .sp_whiteBg_trans b{
    font-weight: 700;
}
.sp_bannerHeading h2 {
    font-weight: 800;
    font-size: clamp(22px, 4vw, 40px);
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
}
.bannerSbHeading{
background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    font-weight: 600;
    font-size: clamp(18px, 4vw, 26px);
    color: var(--white-color);
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(4px);
    max-width: max-content;
    margin: auto;
}
.sp_bannerHeading h1 {
    font-weight: 800;
    font-size: clamp(16px, 4vw, 46px);
    letter-spacing: 0;
    text-align: center;
    max-width: 950px;
    width: 100%;
    margin: 25px auto 30px auto;
    color: #fff;
}
.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 {
    padding: 0px;
    margin: auto;
    max-width: 957px;
    position: relative;
    border-radius: 20px;
    background-image: linear-gradient(0deg, #ffbce4, #faddff), linear-gradient(90deg, #D738FF 0%, #FFAE00 100%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 15px;
}
.sp_videowrapper video {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px;
}
.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_yellowColor{
    color: #FFBA25;
}
.sp_whiteColor{
    color: #ffffff;
}
.sp_pinkBg{
    background: #E860E5;
}
.sp_orangeBg{
    background: linear-gradient(180deg, #9333EA 0%, #DB2777 100%);
}

.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;
}

/* Template Slider */
.adv_selling_wrapper, .adv_selling_wrapper2 {
    overflow: hidden;
    position: relative;
}
.fdrr {
    flex-direction: row-reverse;
}
/* Template Slider */

/* Feature section */
.sp_tab_grid .row {
    margin-bottom: 50px;
}
.sp_tab_grid_details h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.sp_tab_grid_details p {
    font-size: 20px;
    font-weight: 400;
}
.sp_feat_box {
    padding: 0px;
    margin: auto;
    max-width: 900px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    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;
    padding: 15px;
}
/* Feature section */

/* Mockup Section */
.sp_mockup_textbox{
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}
.sp_mockup_textbox h1 {
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: clamp(16px, 4vw, 32px);
}
.sp_mockup_textbox h1 span{
    color: #9625B3;
}
.sp_mockup_textbox p {
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    color: #000;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.sp_mockup_infobox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #EAEAEA;
    border-radius: 60px;
    max-width: 730px;
    width: 100%;
    margin:20px auto;
    text-align: left;
    padding: 20px 30px;
}
.sp_mockup_infobox p{
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 600;
    color: #1D3042;
}
/* Mockup Section */

/* Guarantee Section */
.sp_guratee_box {
    background-image: linear-gradient(0deg, #fff, #fff), linear-gradient(180deg, #503FFF 0%, #FF6A00 100%);
    border: 1px solid;
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    padding: 25px 35px;
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.sp_guartnee_content p{
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    color: #000;
}
.sp_guarantee_btm_section h1 {
    text-align: center;
    max-width: 550px;
    width: 100%;
    margin: auto;
}
/* Guarantee Section */

/* 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: 46px;
    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: 70px;
}
.sp_btnWhiteBox {
    width: 100%;
    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: 20px;
    font-weight: 600;
}
.sp_funnelPrizeBox_item .sp_btnBox {
    background: transparent;
}
.sp_funnelPrizeBox_item h4 {
    font-size: 24px;
}
.sp_funnelPrizeBox_item p {
    font-size: 20px;
}
.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_boxContent .sp_btnWhiteBox {
    height: auto;
    padding: 15px;
    background: #FDE9FC;
    border: 1px solid transparent;
}
.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;
}
/* 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;
}
.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: 220px
}
.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: 50px;
}
.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: 20px;
    padding: 20px 65px 20px 25px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    overflow: hidden;
    min-height: 130px;
}
.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: 36px;
    line-height: 30px;
    /* 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: left top;
    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;
}
.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 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 20px 0 10px;
    color: #fff;
}

.sp_featurBox_wrapper h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff !important;
}
.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: 70px;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.sp_textBoxContent {
    padding-left: 30px;
    padding-top: 35px;
}
.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;
}
.sp_countTap{
    background: linear-gradient(90deg, #FD81FF 0%, #6150FF 100%);
    opacity: 10%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 600;
    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_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_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;
    padding: 30px;
    border-radius: 20px;
    /* border: 1px solid #FCA8FF;
    background-color: #F8E3F8; */
}
.sp_promotion_box.sp_gradientPromBox{
    /* background: linear-gradient(180deg, #E939EA 0%, #781FAC 100%); */
}
.sp_promotion_content {
    /* background-image: linear-gradient(100deg, #18003a, #010232), linear-gradient(90deg, #D738FF 0%, #FFAE00 100%); */
    /* border: 1px solid transparent; */
    /* background-origin: border-box;
    background-clip: padding-box, border-box; */
    /* border: 1px solid transparent; */
    border-radius: 20px;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    min-height: 205px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 380px;
    position: relative;
    /* background: #FFFFFF29;
    border: 1px solid #FFFFFF4D */
}
.sp_promotion_content h1 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
}
.sp_promotion_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.sp_promotion_img {
    max-width: calc(100% - 380px);
    width: 100%;
    position: relative;
    left: -90px;
}
.sp_promotion_wrapper .container {
    max-width: 1540px;
}
.sp_promotion_img img {
    max-width: max-content;
    position: relative;
}
.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;
}
/* 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;
    position: relative;
    margin-bottom: 30px;
}
.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: 300;
    /* color: var(--white-color); */
    padding-top: 20px;
}
/* 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: max-content;
    width: 100%;
    border-radius: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 600;
    color: var(--white-color) !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: var(--white-color);
        box-shadow: 3px 3px 6px 0px #FFFFFF4D inset;
            padding: 0 40px;
}
.sp_yellow_btn:hover{
    transform: translateY(-5px);
}
/* Table 2 css */

/* Guarntee css */
.sp_guarntee_head h2{
    text-transform: uppercase;
    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: 500;

    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.1);
     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: 32px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: left;
}
.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 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%;
}
/* 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: 700;
    font-size: 22px;
    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-position: bottom left;
}
.sp_darkBgSection .sp_headingSection::before{
    display: none;
}
.sp_darkBgSection .sp_boxWrapper {
    padding: 30px 45px;
}
.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 30px auto;

}
.sp_everything_list > li > h2 {
    font-size: 20px;
    font-weight: 600;
}
/* Everything Advertmate end */
/* Features Tbale start */
.sp_feature_wrapper {
    padding: 80px 0 110px;
}
.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: 600;
    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;
}
/************ 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_guarntee_img{
    flex: none;
}
}
@media(max-width:1820px){

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

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

}
@media(max-width:1399px){
    .sp_tab_grid_details h2 {
        font-size: 26px;
    }
        .sp_tab_grid_details p {
        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_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;
    }
}
@media(max-width:991px){
    .sp_cpyrht_flex {
    flex-direction: column;
    text-align: center;
}
        .sp_tab_grid {
        max-width: 650px;
        margin: auto;
    }
    .sp_tab_grid_img {
    text-align: center;
    margin-bottom: 30px;
    }
    .sp_tab_grid_details {
        text-align: center;
    }
    .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: 160px;
    }
    .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;
    }
}
@media(max-width:768px){
    .font50, .font46 {
    font-size: 36px;
}

.sp_promotion_heading h2 br{
    display: none;
}
    .sp_cpyrht_flex ul {

    flex-wrap: wrap;
    justify-content: center;
}
        .sp_yellow_btn {
        max-width: max-content;
        padding: 15px 20px;
        min-height: inherit;
    }
        .sp_bannerLogo > img {
        max-width: 230px;
    }
    .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 20px 30px;
        }
    .sp_feature_box_wrap {
        box-shadow: none;
    }
    .sp_guratee_box {
        flex-direction: column;
    }
    .sp_guartnee_content {
        text-align: center;
    }
    .sp_tab_wrapper.sp_sectionPadd {
    padding-top: 0;
}


}
@media(max-width:575px){
    .sp_everything_list > li {
        width: calc(100% - 30px);
    }
    .sp_bannerHeading {
    padding: 30px 0;
}
}
@media(max-width:580px){
    .sp_grntee_flexbox {
        flex-direction: column;
    }
    .sp_tab_grid_details h2 {
        font-size: 20px;
    }
}
@media(max-width:420px){
.sp_mockup_infobox {
    flex-wrap: wrap;
    text-align: center;
}
}



/* modal css start */
.nt_label {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #1D3042;
    margin-top: 20px;
    display: inline-block;
}
.sp_modal_wrap .modal-dialog {
    max-width: 1080px;
}
.modal_heading1 {
    font-size: 28px;
    margin: auto;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 20px;
}
.sp_modalBtn{
background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    width: 100%;
    border-radius: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 600;
    color: var(--white-color) !important;
    text-transform: uppercase !important;
    transition: all 0.3s;
    color: var(--white-color);
    box-shadow: 3px 3px 6px 0px #FFFFFF4D inset;
    max-width: max-content;
    padding: 10px 26px;
}
.sp_modalBtn:hover{
    transform: translateY(-5px);
}
.sp_modal_nt {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #1D3042;
}
.sp_modal_nt:hover {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #1D3042;
}
.sp_modal_video {
    margin: auto;
    max-width: 500px;
    position: relative;
    border-radius: 15px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid #dddddd;
    padding: 2px;
}
.sp_modal_video video {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px;
}
.sp_modal_btn_wrap {
    margin: 30px 0 20px;
}
.sp_modal_close {
    background: linear-gradient(180deg, #8600FF 1.47%, #FF368F 60.29%);
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
        z-index: 1;
}
.sp_modal_wrap .modal-body {
    padding: 30px;
}
.modal_heading2 {
    background: linear-gradient(45deg, #9625B3 8%, #FD25EC 92%);
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 21px 30px;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 800;
}
/*  */
.modal_heading1 {
    font-size: 26px;
}
.sp_headLine_textdv {
    margin-bottom: 30px;
}
.sp_wrap_contentModal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sp_modal_body_inner {
    max-width: calc(50% - 15px);
    width: 100%;
    border: 1px solid #cccc;
    padding: 20px;
    height: 350px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.modal-content{
    width: 100%;
}
.sp_modalBtn {
    padding: 14px 36px;
    font-size: 20px;
}
.sp_modal_body_inner ul {
    text-align: left;
    list-style: dise;
    padding-left: 30px;
    margin-top: 0px;
    font-size: 18px;
}
.sp_modal_body_inner {
    max-width: calc(50% - 15px);
    width: 100%;
    border: 1px solid #cccc;
    padding: 20px;
    height: auto;
    border-radius: 20px;
    align-items: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
}



/* 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: #10101014;
    padding: 20px;
    border-radius: 10px;
}

/*  */
@media (max-width: 767px) {
    .sp_modalBtn {
        max-width: max-content;
        min-height: inherit;
        padding: 15px 20px;
    }
    .sp_modal_body_inner{
        max-width: 100%;
    }
    .sp_wrap_contentModal{
        flex-direction: column;
    }
}
@media (max-width: 480px) {
.modal_heading1 {
    font-size: 18px;
}
.modal_heading2 {
    padding: 10px 20px;
    font-size: 18px;
}
.sp_modal_btn_wrap {
    margin: 30px 0 10px;
}
.sp_modal_wrap .modal-body {
    padding: 10px 20px;
}
}
/* modal css end */

