:root {
  --nxspark-purple: rgb(123, 31, 162);
  --nxspark-violet: rgb(103, 58, 183);
  --nxspark-pink: rgb(244, 143, 177);
}

.nxspark-heading {
  color: #fff;
  margin: 0;
}

.nxspark-magic {
  display: inline-block;
  position: relative;
  overflow: visible !important;
}

.nxspark-text {
  background: linear-gradient(90deg,
      var(--nxspark-purple),
      var(--nxspark-violet),
      var(--nxspark-pink),
      var(--nxspark-purple));

  background-size: 200% auto;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  animation: nxsparkGradientMove 3s linear infinite;
}

.nxspark-star {
  position: absolute;
  width: 26px;
  height: 26px;
  pointer-events: none;
  z-index: 9999;
  left: 0;
  top: 0;
}

.nxspark-star svg {
  width: 100%;
  height: 100%;
  display: block;
  animation: nxsparkRotate 1s linear infinite;
}

.nxspark-star svg path {
  fill: var(--nxspark-violet);
}

@keyframes nxsparkGradientMove {
  from {
    background-position: 0% center;
  }

  to {
    background-position: -200% center;
  }
}

@keyframes nxsparkRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes nxsparkPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}


.zxp-wave-title-83591 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;


  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .03em;

  text-align: center;
}

.zxp-wave-title-83591 span {
  display: inline-block;
  background: linear-gradient(180deg, #6D18E1 0%, #EB2D85 45%, #FE3339 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 15px rgba(66, 66, 66, 0.07), 0 4px 12px rgba(0, 0, 0, .35);
  animation: zxpWaveJump83591 1.9s ease-in-out infinite;
  animation-delay: 0s;
}

/* Stagger delays */
.zxp-wave-title-83591 span:nth-child(1) {
  animation-delay: .00s;
}

.zxp-wave-title-83591 span:nth-child(2) {
  animation-delay: .05s;
}

.zxp-wave-title-83591 span:nth-child(3) {
  animation-delay: .10s;
}

.zxp-wave-title-83591 span:nth-child(4) {
  animation-delay: .15s;
}

.zxp-wave-title-83591 span:nth-child(5) {
  animation-delay: .20s;
}

.zxp-wave-title-83591 span:nth-child(6) {
  animation-delay: .25s;
}

.zxp-wave-title-83591 span:nth-child(7) {
  animation-delay: .30s;
}

.zxp-wave-title-83591 span:nth-child(8) {
  animation-delay: .35s;
}

.zxp-wave-title-83591 span:nth-child(9) {
  animation-delay: .40s;
}

.zxp-wave-title-83591 span:nth-child(10) {
  animation-delay: .45s;
}

.zxp-wave-title-83591 span:nth-child(11) {
  animation-delay: .50s;
}

.zxp-wave-title-83591 span:nth-child(12) {
  animation-delay: .55s;
}

.zxp-wave-title-83591 span:nth-child(13) {
  animation-delay: .60s;
}

.zxp-wave-title-83591 span:nth-child(14) {
  animation-delay: .65s;
}

.zxp-wave-title-83591 span:nth-child(15) {
  animation-delay: .70s;
}

.zxp-wave-title-83591 span:nth-child(16) {
  animation-delay: .75s;
}

.zxp-wave-title-83591 span:nth-child(17) {
  animation-delay: .80s;
}

.zxp-wave-title-83591 span:nth-child(18) {
  animation-delay: .85s;
}

.zxp-space-83591 {
  width: .5em;
}

@keyframes zxpWaveJump83591 {

  0%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-8px);
  }

  40% {
    transform: translateY(-16px);
  }

  60% {
    transform: translateY(-8px);
  }

  80% {
    transform: translateY(0);
  }
}





/* new css */



/* Container */
.mybutton-box-out {
  padding: 0 3%;
  position: relative;
  z-index: 1;
}

.mybutton-box {
  position: relative;
  text-align: center;
}

/* Button Link */
.mybutton a {
  border-radius: 15px;
  box-shadow: 0px 15px 43px 0px rgba(0, 0, 0, 0.21);
  transition: 0.4s ease;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

/* Hover Effect */
.mybutton a:hover {
  transform: scale(1.03);
  box-shadow: none;
}

/* 🔥 Animated Progress Button */
@media (min-width: 768px) {
  .mybutton-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 60px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(10, 223, 255), #1f51ff, #8144ff, rgb(228, 30, 79), rgb(249, 141, 10), rgb(10, 223, 255));
    background-size: auto;
    background-size: 300% 100%;
    /* animation: progressMove 4s linear infinite; */

  }
}

@media (max-width: 768px) {
  .mybutton-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 30px 40px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(10, 223, 255), #1f51ff, #8144ff, rgb(228, 30, 79), rgb(249, 141, 10), rgb(10, 223, 255));
    background-size: auto;
    background-size: 300% 100%;
    /* animation: progressMove 4s linear infinite; */

  }
}

/* Text */
.mybutton-text {
  color: #fff;
  font-size: 28px;
}

/* Arrow */
.btn-arrow img {
  width: 40px;
}

/* Animation */
@keyframes progressMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* Hover speed fast */
.mybutton a:hover .mybutton-btn {
  /* animation: progressMove 1.5s linear infinite; */
}

/* 📱 Tablet */
@media (max-width: 768px) {
  .mybutton-btn {
    padding: 25px 20px;
  }

  .mybutton-text {
    font-size: 18px;
  }

  .btn-arrow img {
    width: 30px;
  }


}

/* 📱 Mobile */
@media (max-width: 480px) {
  .mybutton-btn {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .btn-arrow {
    padding: 0px 0 0 0;
  }

  .mybutton-text {
    font-size: 16px;
  }

  .btn-arrow img {
    display: none;
  }
}






.textBg2 {

  background: url(../images/textBg2.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0px 20px;
  position: relative;
}

.textBg1 {

  background: url(../images/textBg1.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0px 20px;
  position: relative;
}

@media (min-width: 768px) {

  .arrowdown {
    position: relative;
  }

  .ToolEffect {
    position: relative;
    top: -31%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
  }

  .ToolEffect1 {
    position: relative;
    top: -31%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
  }

}

@media (max-width: 768px) {
  .arrowdown {
    position: relative;
  }

  .ToolEffect {
    position: relative;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ToolEffect1 {
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.feborder {

  background-image: linear-gradient(0deg, rgb(241, 21, 106) 68%, rgb(255, 155, 31) 100%) !important;

}


.section {
  padding: 90px 0;
  background:
    radial-gradient(circle at left bottom, rgba(116, 64, 255, .25), transparent 35%),
    radial-gradient(circle at right top, rgba(255, 0, 120, .18), transparent 30%),
    #07070b;
}

.heading {
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(90deg, #ff9d00, #ff4d6d, #4ea1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
}

.card-box {
  border-radius: 24px;
  padding: 25px;
  position: relative;
  transition: .35s;
  height: 100%;
}

.card-box:hover {
  transform: translateY(-8px);
}

.badge-title {
  position: absolute;
  left: 30px;
  right: 30px;
  top: -22px;
  padding: 14px;
  border-radius: 14px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.left {
  background: #180809;
  border: 1px solid #822;
}

.left .badge-title {
  background: linear-gradient(#d52b2b, #8f0000);
}

.right {
  background: #081912;
  border: 1px solid #1d7455;
}

.right .badge-title {
  background: linear-gradient(#2ac17d, #0d6b49);
}

.image-placeholder {
  margin-top: 40px;
  /* height: 260px; */
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .03);
  font-size: 22px;
  color: #bbb;
}

.list-box {
  margin-top: 25px;
  border-radius: 18px;
  padding: 25px;
}

.left .list-box {
  background: #5c0909;
}

.right .list-box {
  background: #12402d;
}

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

li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

.left li:before,
.right li:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.left li:before {
  content: "&#10005;";
  background: #ff3030;
}

.right li:before {
  content: "✓";
  background: #2dd46f;
}

.bottom {
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #ffd34d;
  font-weight: 700;
}

.success {
  color: #59ff9b;
  font-weight: 700;
}

@media(max-width:768px) {
  .heading {
    font-size: 36px;
  }

  .card-box {
    margin-bottom: 70px;
  }
}

.income-section{
background:#08111f;
position:relative;
overflow:hidden;
}

.income-section:before{
content:'';
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle,#00c6ff22,transparent 70%);
left:-150px;
top:-150px;
}

.income-section:after{
content:'';
position:absolute;
width:500px;
height:500px;
background:radial-gradient(circle,#6c63ff22,transparent 70%);
right:-150px;
bottom:-150px;
}

.sub-tag{

display:inline-flex;
align-items:center;
padding:10px 22px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.1);
color:#7de5ff;
font-weight:700;
font-size:14px;

}

.income-title{

font-size: 46px;
font-weight:900;
color:#fff;
line-height:1.3;

}



.income-subtitle{

font-size:20px;
color:#d5dbe7;
line-height:1.8;
max-width:900px;
margin:auto;

}

.income-card{

background:rgba(255,255,255,.06);
backdrop-filter:blur(18px);
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
padding: 25px;
height:100%;
transition:.35s;
box-shadow:0 20px 50px rgba(0,0,0,.25);

}

.income-card:hover{

transform:translateY(-8px);
border-color: #ff77b75e;
  box-shadow: 0 25px 60px rgba(255, 0, 239, 0.15);

}

.income-icon{

width:70px;
height:70px;
border-radius:18px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
margin-bottom:25px;
background:linear-gradient(135deg,#00d4ff,#6c63ff);

}

.income-card h4{

font-size:24px;
font-weight:800;
color:#fff;
margin-bottom:20px;

}

.income-card p{

font-size:18px;
line-height:1.8;
color:#cdd6e6;
margin:0;

}

.highlight{

color: #e08aff;
font-weight:700;

}

.advantage-box{

background:linear-gradient(135deg,#00d4ff15,#7b61ff15);
border:1px solid rgba(0,212,255,.25);
padding:45px;
border-radius:25px;
text-align:center;
backdrop-filter:blur(20px);

}

.advantage-title{

font-size:34px;
font-weight:900;
color:#fff;

}

.advantage-box p{

font-size:18px;
line-height:1.9;
color:#fff;

}

@media(max-width:767px){

.income-title{

font-size:34px;

}

.income-card{

padding:28px;

}

.income-card h4{

font-size:24px;

}

.income-card p{

font-size:17px;

}

.advantage-title{

font-size:28px;

}

.advantage-box{

padding:30px 25px;

}

}


.cc-premium-bonus{

text-align: start;


/* background:#14111b;
border:1px solid rgba(255,70,170,.18); */
border-radius:28px;
padding:10px;
position:relative;
overflow:hidden;
/* box-shadow:0 25px 60px rgba(0,0,0,.45); */

}

.bonus-glow{

position:absolute;
border-radius:50%;
filter:blur(80px);

}

.glow1{

width:220px;
height:220px;
background:#ff0a8c;
left:-80px;
top:-80px;
opacity:.18;

}

.glow2{

width:250px;
height:250px;
background:#ff3cac;
right:-80px;
bottom:-100px;
opacity:.15;

}

.bonus-row{
display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;

}

.bonus-row+.bonus-row{

margin-top:25px;

}

.bonus-icon{

width: 35px;
  height: 35px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#ff0a8c,#ff4fb5);
  /* box-shadow: 0 15px 35px rgba(255,0,150,.35); */
  flex-shrink: 0;

}

.bonus-icon i{

font-size: 18px;
  color: #fff;

}

.bonus-content{

color:#fff;
font-size: 10px;
  line-height: 0.7;
flex:1;

}

.bonus-content h4{

margin: 0;
font-size: 20px;
  font-weight: 700;

}

.bonus-content span{

color:#ff56bf;

}

.bonus-content p{

margin:8px 0 0;
font-size:18px;
color:#f7b6d8;

}

.bonus-box{

margin: 20px 0;
  padding: 8px;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,70,170,.25);
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: start;

}

.bonus-box span{

color:#ff4fb5;
font-weight:700;

}

.bonus-box strong{

font-weight:700;

}

.divider{

height:1px;
background:rgba(255,255,255,.08);
margin: 8px 0;

}

.cc-premium-bonus:hover{

/* border-color:#ff4fb5;

box-shadow:
0 30px 80px rgba(255,0,150,.22); */

transition:.35s;

}

@media(max-width:768px){

.cc-premium-bonus{
padding: 10px;

}

.bonus-row{

gap:14px;

}

.bonus-icon{

width:48px;
height:48px;

}

.bonus-icon i{

font-size:20px;

}

.bonus-content h4,
.bonus-content p,
.bonus-box{

font-size:18px;

}

}

.bonus-img-box{
position: relative;
}
.bonus-img-box .bonus-img-1{
position: absolute;
  top: 23px;
  left: -15%;
  width: 36%;
}


.bonus-img-box-box1{
  text-align: start;
  background: #14111b;
  border: 1px solid rgba(255,70,170,.18);
  border-radius: 28px;
  padding: 10px;
  position: relative;
  /* overflow: hidden; */
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

@media(max-width:768px){
  .bonus-img-box .bonus-img-1{
display: none;
}

}