
/* Banner CSS */
.hero-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 310px 0px 256px;
}

.hero-home .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
    width: 616px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.hero-home h1 {
    width: 504px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    color: #FFF;
    margin: 0;
}

.hero-home h1 span {
  display: block;
  color: white;
}

.hero-home p {
    color: #CBD5E4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.hero-home .buttons {
  display: flex;
  gap: 15px;
  width:100%;
}
.hero-home .buttons .button-wrapper {
    width: 252px;
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
}
.hero-home .start-btn {
    display: block;
    width: 235px;
    padding: 9px 24px;
    border-radius: 6px;
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    text-align: center;
}

.hero-home .demo-btn {
    font-size: 14px;
    width: 100%;
    padding: 8px 24px;
    border-radius: 8px;
}

.hero-home .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66%;
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* Insight Section CSS */
.insights-section {
  text-align: center;
  position: relative;
}
.insights-section:before {
    content: '';
    border-radius: 1086.243px;
    opacity: 0.23;
    background: #6739FF;
    filter: blur(291.3864440917969px);
    width: 1086.243px;
    height: 593px;
    flex-shrink: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.insights-section .section-title {
    margin-bottom: 125px;
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.insight-card {
    padding: 63px 24px;
    width: 300px;
    position: relative;
    border-radius: 24.25px;
    background: linear-gradient(156deg, rgba(21, 15, 57, 0.90) 0%, rgba(36, 26, 93, 0.90) 84.41%);
    box-shadow: 8px 9px 38.5px 0px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}


.insight-card .card-image {
    position: absolute;
    width: 100%;
    margin: 0;
    transform: translateY(-45%);
    z-index: -1;
    left: 0;
    top: 0;
}

.insight-card .card-title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.insight-card .card-desc,.insight-card .card-desc p {
    color: #fff;
    margin: 0;
    font-size: 14.55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.insight-card .button-gradient {
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%);
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
    border-radius: 8px;
    padding: 1px;
    overflow: hidden;
}
.insight-card .button-wrapper{
    width:100%;
}
.insight-card .card-btn {
    text-decoration: none;
    transition: background 0.3s;
    border-radius: 8px;
    background: rgba(51, 19, 44, 1);
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color : #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.insight-card .card-btn:hover {
  opacity: 0.9;
}


.image-glow-section {
    position: absolute;
    top: 25%;
    right: 60px;
}
.chord-glow-wrapper {
    position: relative;
    width: 85px;
    height: 85px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #000;
    z-index: 1;
    border-radius: 100%;
}

.chord-glow {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(255, 0, 229, 0.35) 0deg 180deg, rgb(164, 77, 207, 0.35) 180deg 360deg);
    filter: blur(25px);
    z-index: -1;
    transform: rotate(-45deg);
}

.center-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}



/* Integration section */
.integration-section {
  text-align: center;
  color: #CBD5E4;
  padding: 40px 0px 80px;
}

.integration-section.integration2-section {
  text-align: center;
  color: #CBD5E4;
  padding: 40px 0px 80px;
}

.integration-title {
    color: #CBD5E4;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 32px; 
}

/* Icon styles */
.integration-icons {
  /*display: flex;*/
  /*  gap: 9px;*/
  /*  width: 92%;*/
  /*  margin: 0 auto;*/
  /*justify-content: space-between;*/
 /*direction: rtl; */
}

.integration-icons img {
  height: 36px;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.integration-icons img:hover {
  opacity: 1;
}


/* Block Section */

.block-section {
  padding: 0px 0px 100px;
  text-align: center;
}
.block-section .block-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 108.333% */
    margin: 0 auto;
    margin-bottom: 20px;
    width: 60%;
}
.block-section .block-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin: 0 auto;
    color: #CBD5E4;
width: 100%;    
}

.block-section .blocks-row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}

/* 3D-like blocks */
.block-section .block {
  width: 60px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  border-radius: 6px;
  position: relative;
  transform: rotateX(45deg);
  backdrop-filter: blur(4px);
  opacity: 0.3;
}

/* Center glowing card */
.block-section .glow-wrapper {
  position: relative;
  display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -93%;
    left: -55px;
    opacity:0;
    transform: translateY(-110%);
    z-index: 0;
    transition: all linear .5s;    
}
.block-section .card:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #1c1330;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.block-section .card {
  background: #1c1330;
  padding: 12px;
  width: 200px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
 transition: all linear .5s; 
}
.cube1:hover .glow-wrapper {
    transform: translateY(0);
    opacity:1;
}
.block-section .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;    
    width: 100%;    
}

.block-section .card p {
    font-size: 16px;
    color: #9CA3AF;
    margin-bottom: 10px;
    font-weight: 400;
}

.block-section .card a {
  color: #ff8801;
  font-size: 13px;
  text-decoration: none;
}

/* Glowing hex prism below card */
.cube-slider {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 30px;  
    padding-top: 250px;    
}
.cube{
    position: relative;
}
.cube2 {
    top: -20px;
}
.cube3 {
    top: 7px;
}

.block-section .glow-box {
  margin-top: 20px;
  width: 60px;
  height: 150px;
  background: linear-gradient(180deg, #ff00e5, #ff8801);
  border-radius: 6px;
  filter: blur(15px);
  opacity: 0.8;
  z-index: 1;
}

/* Benefit Slider Section */
.benefit-section {
  text-align: center;
}
.benefit-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 10px;
}

.benefit-subtitle {
    color: #CBD5E4;
    margin-top: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.benefit-section .slide-content {
    padding: 30px 20px;
    text-align: left;
    position: relative;
    min-height: 392px;
    border-radius: 16px;
    border: 1px solid #4D5F6C;
    background: radial-gradient(96.68% 81.89% at 96.2% 60.24%, #AD0FA7 0%, #0B0C22 100%);
}

.benefit-section .slide-content h3 { 
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 700;
}

.benefit-section .slide-content p {
    font-size: 16px;
    color: #CBD5E4;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
}

.benefit-section .slide-content img {
    width: 100%;
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.benefit-slider {
    max-width: 70%;
    margin: 0 auto;
}
.benefit-section .slick-slide.slick-current.slick-active {
    transform: scale(1.1);
    z-index: 9;
    position: relative;
    transition: transform 0.4s ease;
}
.benefit-section .slide-content:before{
    content:'';
    height: 100%;
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(96.68% 81.89% at 96.2% 60.24%, #30125E 0%, #100D29 100%);
    opacity:0.7;
    border-radius: 16px;
    z-index: 1;
}
.benefit-section .slick-slide.slick-current.slick-active .slide-content:before {
    content:'';
    box-shadow: 0 -15px 40px rgba(131, 70, 255, 0.3);
    height: 100%;
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.benefit-section .slick-slide.slick-active{
    transition: transform 0.6s ease;
    transform: scale(1);
}
.benefit-section .slick-slide{
    margin-top: 20px;
    margin-bottom: 20px;
    transition: transform 0.6s ease;
    transform: scale(0.9);
}
.benefit-slider .slick-arrow {
    font-size: 0px;
    width: 25px;
    border: none;
    height: 25px;
    outline: none;
    padding: 0;
    background: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.benefit-slider .slick-next{
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
}
.benefit-slider .slick-prev {
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
}
.benefit-slider .slick-next:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border: 1px solid #FFF;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.benefit-slider .slick-prev:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border: 1px solid #FFF;
    transform: rotate(45deg);
    border-right: none;
    border-top: none;
}
.benefit-slider ul.slick-dots{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.benefit-slider ul.slick-dots li button {
    width: 40px;
    height: 6px;
    font-size: 0px;
    border-radius: 10px;
    background: #453999;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}
.benefit-slider ul.slick-dots li.slick-active button {
    border-radius: 10px;
    background: #DBD9EB;
    height: 8px;
}
.benefit-slider .slick-list{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


/* Pricing Section */
.swipers-wrapper .slick-list{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.swiper-slide-active .price-card, .slick-active.slick-center .price-card {
    background-image: linear-gradient(#1D123B, #1D123B),     linear-gradient(45deg, #FF00E5, #FF8801); 
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}
.swiper-slide-active .price-card .price-btn, .slick-active.slick-center .price-card .price-btn{
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);   
}
.pricing-title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
}
.pricing-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
    color: #CBD5E4;
}
/*.swiper-slide{*/
/*    margin: 0px !important;}*/

.pricing-section .slick-slide{
    padding:0 26px;
}
.pricing-swiper{
    max-width: 1400px;
    margin: 0 auto;
}
.price-card {
    background-color: #1d1232;
    color: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    min-height: 250px;
    padding-bottom: 74px;
    position:relative;
}
.pricing-swiper:before {
    content: "";
    width: 766px;
    height: 418px;
    background: radial-gradient(#FF398699, transparent);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    backdrop-filter: blur(170px);
    /* background: #FF398699; */
    border-radius: 100%;
    filter: blur(170px);
}
.price-card .title {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.price-card .subtitle {
    margin-top: 4px;
    color: #CBD5E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 30px;
}
.price-card .features li svg{
    vertical-align: middle;
}
.price-card .features li span {
    vertical-align: middle;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #CBD5E4;
    margin-left: 12px;
}
.price-card .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #72d0ff;
    padding: 5px 15.484px 6px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0px solid #E5E7EB;
    background: rgba(112, 159, 230, 0.14);
}

.price-card .features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  line-height: 1.8em;
  font-size: 0.95em;
     margin-bottom: 100px; 
}
.price-card ul.features li {
    margin-bottom: 10px;
}
.price-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.price-card .bottom-btn {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 60px;
}
.swiper-slide-active .price-active-img {
    display: block !important;
    position: absolute;
    top: -34px;
    right: 0;    
}
.price-active-img {
display: none;}
.pricing-section .slick-slide.slick-current .price-card{
    transform:scale(1.1);
}
.pricing-section .slick-slide.slick-current .price-card .price-active-img {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.pricing-slider .slick-list .slick-track {
    padding: 20px 0px;
}
.swiper-pagination-bullet{
        width: 40px;
    height: 6px;
    border-radius: 10px;
    background: #453999;
    opacity: 1 !important;
    z-index: 9;
    position: relative;
    bottom: -70px;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.image-blur{
    border-radius: 777px;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    background: #6739FF;
    opacity:0.4;
    filter: blur(110px);
    margin: 0 auto;
}
.pricing-section .slick-slide.slick-current .price-card .image-blur {
    border-radius: 777px;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    background: rgba(255, 57, 134, 0.50);
    filter: blur(110px);
    margin: 0 auto;
}

    .swiper-slide {
      transition: transform 0.4s ease;
      transform: scale(0.85);
    }
    .swiper-slide.swiper-slide-active {
      transform: scale(1.1);
      z-index: 2;
    }


/* Banner CSS */
.hero-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 310px 0px 256px;
}

.hero-home .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
    width: 616px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.hero-home h1 {
    width: 504px;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    color: #FFF;
    margin: 0;
}

.hero-home h1 span {
  display: block;
  color: white;
}

.hero-home p {
    color: #CBD5E4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.hero-home .buttons {
  display: flex;
  gap: 15px;
  width:100%;
}
.hero-home .buttons .button-wrapper {
    width: 252px;
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
}
.hero-home .start-btn {
    display: block;
    width: 235px;
    padding: 9px 24px;
    border-radius: 6px;
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    text-align: center;
}

.hero-home .demo-btn {
    font-size: 14px;
    width: 100%;
    padding: 8px 24px;
    border-radius: 8px;
}

.hero-home .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 66%;
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* Insight Section CSS */
.insights-section {
  text-align: center;
  position: relative;
}
.insights-section:before {
    content: '';
    border-radius: 1086.243px;
    opacity: 0.23;
    background: #6739FF;
    filter: blur(291.3864440917969px);
    width: 1086.243px;
    height: 593px;
    flex-shrink: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.insights-section .section-title {
    margin-bottom: 125px;
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.insight-card {
    padding: 63px 24px;
    width: 300px;
    position: relative;
    border-radius: 24.25px;
    background: linear-gradient(156deg, rgba(21, 15, 57, 0.90) 0%, rgba(36, 26, 93, 0.90) 84.41%);
    box-shadow: 8px 9px 38.5px 0px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}


.insight-card .card-image {
    position: absolute;
    width: 100%;
    margin: 0;
    transform: translateY(-45%);
    z-index: -1;
    left: 0;
    top: 0;
}

.insight-card .card-title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.insight-card .card-desc,.insight-card .card-desc p {
    color: #fff;
    margin: 0;
    font-size: 14.55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.insight-card .button-gradient {
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%);
    box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.22) inset;
    border-radius: 8px;
    padding: 1px;
    overflow: hidden;
}
.insight-card .button-wrapper{
    width:100%;
}
.insight-card .card-btn {
    text-decoration: none;
    transition: background 0.3s;
    border-radius: 8px;
    background: rgba(51, 19, 44, 1);
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color : #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.insight-card .card-btn:hover {
  opacity: 0.9;
}


.image-glow-section {
    position: absolute;
    top: 25%;
    right: 60px;
}
.chord-glow-wrapper {
    position: relative;
    width: 85px;
    height: 85px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #000;
    z-index: 1;
    border-radius: 100%;
}

.chord-glow {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(255, 0, 229, 0.35) 0deg 180deg, rgb(164, 77, 207, 0.35) 180deg 360deg);
    filter: blur(25px);
    z-index: -1;
    transform: rotate(-45deg);
}

.center-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}



/* Integration section */
.integration-section {
  text-align: center;
  color: #CBD5E4;
  padding: 40px 0px 80px;
}

.integration-section.integration2-section {
  text-align: center;
  color: #CBD5E4;
  padding: 40px 0px 80px;
}

.integration-title {
    color: #CBD5E4;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 32px; 
}

/* Icon styles */
.integration-icons {
    display: flex;
    gap: 40px;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
    direction: rtl;
    margin-right: 40px;    
}

.integration-icons img {
  height: 36px;
  /*opacity: 0.6;*/
  /*transition: opacity 0.3s ease, transform 0.3s ease;*/
}

.integration-icons img:hover {
  opacity: 1;
}


/* Block Section */

.block-section {
  padding: 0px 0px 100px;
  text-align: center;
}
.block-section .block-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 108.333% */
    margin: 0 auto;
    margin-bottom: 20px;
    width: 60%;
}
.block-section .block-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin: 0 auto;
    color: #CBD5E4;
width: 100%;    
}

.block-section .blocks-row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}

/* 3D-like blocks */
.block-section .block {
  width: 60px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  border-radius: 6px;
  position: relative;
  transform: rotateX(45deg);
  backdrop-filter: blur(4px);
  opacity: 0.3;
}

/* Center glowing card */
.block-section .glow-wrapper {
  position: relative;
  display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -90%;
    left: -46px;
    opacity:0;
    transform: translateY(-110%);
    z-index: 0;
    transition: all linear .5s;    
}
.block-section .card:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #1c1330;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.block-section .card {
  background: #1c1330;
  padding: 12px;
  width: 200px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}
.cube1:hover .glow-wrapper {
    transform: translateY(0);
    opacity:1;
}
.block-section .card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;    
    width: 100%;    
}

.block-section .card p {
    font-size: 16px;
    color: #9CA3AF;
    margin-bottom: 10px;
    font-weight: 400;
}

.block-section .card a {
  color: #ff8801;
  font-size: 13px;
  text-decoration: none;
}

/* Glowing hex prism below card */
.cube-slider {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 30px;
    padding-top: 250px;
    ALIGN-ITEMS: CENTER;
    gap: 25px;
    margin-right: 10px;    
}
    .swiper-slide {
      transition: transform 0.4s ease;
      transform: scale(0.85);
    }
    .swiper-slide.swiper-slide-active {
      transform: scale(1.2);
      z-index: 2;
    }

.scrolling-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

 .scrolling-content,   .scrolling-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}
.cube-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on .pause-scroll class */
.pause-scroll {
  animation-play-state: paused !important;
}
.cube{
    position: relative;
 transition: all linear .5s; 
    
}
.cube1:hover .glow_cube{
    opacity: 1;
}
.cube2 {
    top: -20px;
    margin-left: -33px;    
}
.cube3 {
    top: 7px;
}
.cube-slider-container .cube-slider:nth-child(even) .cube2 .even{
    display: none;
}
.cube-slider-container .cube-slider:nth-child(odd) .cube2 .odd{
    display: none;
}
.cube-slider-container .cube-slider:nth-child(even) .cube1{
    position: relative;
    bottom: -30px;
}
.cube-slider-container .cube-slider:nth-child(even) .cube3 .odd{
    position: relative;
    top: -70px;
}
.cube-slider-container .cube-slider:nth-child(even) .cube3 .even{
    display: none;
}
.cube-slider-container .cube-slider:nth-child(odd) .cube3 .odd{
    display: none;
}
.dupli_cube3 {
    top: -50px;
}
.glow_cube {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}
.block-section .glow-box {
  margin-top: 20px;
  width: 60px;
  height: 150px;
  background: linear-gradient(180deg, #ff00e5, #ff8801);
  border-radius: 6px;
  filter: blur(15px);
  opacity: 0.8;
  z-index: 1;
}

/* Benefit Slider Section */
.benefit-section {
  text-align: center;
     position: relative; 
}
.benefit-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 10px;
}

.benefit-subtitle {
    color: #CBD5E4;
    margin-top: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.benefit-section .slide-content {
    padding: 30px 20px;
    text-align: left;
    position: relative;
    min-height: 225px;
    border-radius: 16px;
    border: 1px solid #4D5F6C;
    background: radial-gradient(96.68% 81.89% at 96.2% 60.24%, #AD0FA7 0%, #0B0C22 100%);
}

.benefit-section .slide-content h3 { 
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.benefit-section .slide-content p {
    font-size: 16px;
    color: #CBD5E4;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    z-index: 9;
}

.benefit-section .slide-content img {
    width: 100%;
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    object-fit: contain;
    object-position: bottom;
}
.benefit-slider {
    max-width: 70%;
    margin: 0px auto;
    padding: 30px 0px 90px;
}
.benefit-section .swiper-pagination{
    bottom: 90px !important;
}
.benefit-section .swiper-slide-active .slide-content p,
.benefit-section .swiper-slide-active .slide-content h3{
    position: relative;
    z-index: 9;   
}
.benefit_sec {
    padding: 60px 10px;
}
.benefit-section .slide-content:before{
    content:'';
    height: 100%;
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(96.68% 81.89% at 96.2% 60.24%, #30125E 0%, #100D29 100%);
    opacity:0.7;
    border-radius: 16px;
    z-index: 99;
}
.benefit-section .swiper-slide-active .slide-content:before {
    content:'';
    box-shadow: 0 -15px 40px rgba(131, 70, 255, 0.3);
    height: 100%;
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
 .swiper-button-prev-custom,
    .swiper-button-next-custom {
      padding: 10px 20px;
      background: transparent;
      border: none;
      color: white;
      cursor: pointer;
    }
    .swiper-nav-wrapper {
    position: absolute;
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}
.benefit-section  .swiper-button-prev:after, .benefit-section  .swiper-rtl .swiper-button-next:after,
.benefit-section .swiper-button-next:after, .benefit-section .swiper-rtl .swiper-button-prev:after{
    font-size: 18px !important;
}

.benefit-slider .swiper-button-next, .benefit-slider .swiper-button-prev{
    color: #fff;
}
.benefit-slider ul.slick-dots li button {
    width: 40px;
    height: 6px;
    font-size: 0px;
    border-radius: 10px;
    background: #453999;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}
.benefit-slider ul.slick-dots li.slick-active button {
    border-radius: 10px;
    background: #DBD9EB;
    height: 8px;
}
.benefit-slider .slick-list{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}


/* Pricing Section */
.swipers-wrapper .slick-list{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.swiper-slide-active .price-card, .slick-active.slick-center .price-card {
    background-image: linear-gradient(#1D123B, #1D123B),     linear-gradient(45deg, #FF00E5, #FF8801); 
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}
.swiper-slide-active .price-card .price-btn, .slick-active.slick-center .price-card .price-btn{
    background: linear-gradient(287deg, #FF00E5 -43.97%, #FF8801 109.57%), #03F;
    box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.10);   
}
.pricing-title {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    color: #FFF;
    margin: 0;
    margin-bottom: 10px;
}
.pricing-subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
    color: #CBD5E4;
}
/*.swiper-slide{*/
/*    margin: 0px !important;}*/

.pricing-section .slick-slide{
    padding:0 26px;
}
.pricing-swiper{
    max-width: 1400px;
    margin: 0 auto;
}
.price-card {
    background-color: #1d1232;
    color: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    min-height: 250px;
    padding-bottom: 74px;
    position:relative;
}
.pricing-swiper:before {
    content: "";
    width: 766px;
    height: 418px;
    background: radial-gradient(#FF398699, transparent);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    backdrop-filter: blur(170px);
    /* background: #FF398699; */
    border-radius: 100%;
    filter: blur(170px);
}
.price-card .title {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.price-card .subtitle {
    margin-top: 4px;
    color: #CBD5E4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 30px;
}
.price-card .features li svg{
    vertical-align: middle;
}
.price-card .features li span {
    vertical-align: middle;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #CBD5E4;
    margin-left: 12px;
}
.price-card .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #72d0ff;
    padding: 5px 15.484px 6px 16px;
    border-radius: 9999px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0px solid #E5E7EB;
    background: rgba(112, 159, 230, 0.14);
}

.price-card .features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  line-height: 1.8em;
  font-size: 0.95em;
     margin-bottom: 100px; 
}
.price-card ul.features li {
    margin-bottom: 10px;
}
.price-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.price-card .bottom-btn {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 60px;
}
.swiper-slide-active .price-active-img {
    display: block !important;
    position: absolute;
    top: -34px;
    right: 0;    
}
.price-active-img {
display: none;}
.pricing-section .slick-slide.slick-current .price-card{
    transform:scale(1.1);
}
.pricing-section .slick-slide.slick-current .price-card .price-active-img {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.pricing-slider .slick-list .slick-track {
    padding: 20px 0px;
}
.swiper-pagination-bullet{
        width: 40px;
    height: 6px;
    border-radius: 10px;
    background: #453999;
    opacity: 1 !important;
    z-index: 9;
    position: relative;
    bottom: -70px;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.image-blur{
    border-radius: 777px;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    background: #6739FF;
    opacity:0.4;
    filter: blur(110px);
    margin: 0 auto;
}
.pricing-section .slick-slide.slick-current .price-card .image-blur {
    border-radius: 777px;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    display: block;
    background: rgba(255, 57, 134, 0.50);
    filter: blur(110px);
    margin: 0 auto;
}



.pricing-section .swiper {
      width: 100%;
      max-width: 1440px;
        overflow: visible; 
    }
.pricing-section.section {
    overflow: hidden;
}


#ext-1 {
    position: absolute;
    height: 100%;
    z-index: 5;
    width: 100%;
    bottom: 0;
   filter: blur(0px); 
    transform: scale(1.4) translateY(-40px);    
}
.benefit-section #ext-1  .slide-content:before{
    background: none;
    box-shadow: 0 -30px 107px rgba(186, 109, 285, 0.5);    
}
.benefit-section #ext-1 .slide-content p, .benefit-section #ext-1 .slide-content h3{
    position: relative;
    z-index: 9;
}
#ext-2 {
position: absolute;
    height: 100%;
    transform: scale(1) translateX(-20vw);
    z-index: 4;
    width: 100%;
}

#ext-3 {
    position: absolute;
    height: 100%;
    transform: scale(1) translate(-24vw, 0vw);
    z-index: 3;
    width: 100%;
    opacity: 0.1;
}

#ext-4 {
position: absolute;
    height: 100%;
    transform: scale(1) translate(-12vw, 0vw);
    z-index: 2;
    width: 100%;
    opacity: 0.2;
}

#ext-5
{
    position: absolute;
    height: 100%;
    transform: scale(1) translate(5vw, 0vw);
    z-index: 1;
    width: 100%;
    opacity: 0.2;
}

#ext-6 {
    position: absolute;
    height: 100%;
    transform: scale(1) translate(20vw, 0vw);
    z-index: 2;
    width: 100%;
}

#ext-7 {
position: absolute;
    height: 100%;
    transform: scale(1) translate(24vw, 0vw);
    z-index: 3;
    width: 100%;
    opacity: 0.1;
}

#ext-8
{
position: absolute;
    height: 100%;
    transform: scale(1) translateX(20vw);
    z-index: 4;
    width: 100%;
}

.slider-cont {
    width:70%;
    position:relative;
    display:inline-block;
}

.cont-slider {
    display:inline-block;
    vertical-align:middle;
    transform-origin: top;
    transition:all 500ms cubic-bezier(0.71, 0.57, 0.01, 0.98);
   filter: blur(1px); 
    position: absolute;
    width: 100%; 
}


.test-slider {
    position:relative;
    width:30%;
    height:0;
    min-height: 225px;
    margin-left:20%;
}

.arrow {
    display:inline-block;
    width:24px;
    opacity:1;
    position: absolute;
    top: 50%;
    transform: rotate(180deg); 
    z-index: 999;    
}
.arrow:hover{cursor:pointer}


.arrL {
    right: 10%;
}

.arrR {
    left: 10%;
}

