:root {
  --bs-primary: #ee1d1d;
  --bs-primary-rgb: 238, 29, 29;
  --bs-link-color: #ee1d1d;
}

/* Buttons */
.btn.btn-primary {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
  border: 1px solid #ffffff20;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
}
.btn-primary:hover {
  background-color: #c91515;
  border-color: #b31313;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 29, 0.5);
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #b31313;
  border-color: #a21111;
}

.form-control, .form-control:focus {
  background: #110b19;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ff000020;
  backdrop-filter: blur(14px);
  box-shadow: 0px 0px 0px 3px #ff000015;
  color: #fff;
}

/* Outline Buttons */
.btn-outline-primary {
  color: #ee1d1d;
  border-color: #ee1d1d;
}
.btn-outline-primary:hover {
  background-color: #ee1d1d;
  color: #fff;
  border-color: #ee1d1d;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 29, 0.5);
}

/* Toggle Button */
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary {
  background-color: #ee1d1d;
  border-color: #ee1d1d;
  color: #fff;
}

/* Form checkboxes and radios */
.form-check-input:checked {
  background-color: #ee1d1d;
  border-color: #ee1d1d;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 29, 0.5);
}

/* Switch (Toggle) */
.form-switch .form-check-input:checked {
  background-color: #ee1d1d;
  border-color: #ee1d1d;
}

/* Utility classes */
.text-primary {
  color: #ee1d1d !important;
}
.bg-primary {
  background-color: #ee1d1d !important;
}
.border-primary {
  border-color: #ee1d1d !important;
}
.link-primary {
  color: #ee1d1d !important;
}
.link-primary:hover {
  color: #b31313 !important;
}



body {
  background: url(https://storage.perfectcdn.com/ph68dl/x6bi7w5b0nhcjr9f.svg);
  background-color: #040a18;
  font-family: 'Inter', sans-serif;
  color: #ffffff99;
}
/*.shadeSun {
display: block;
position: fixed;
height: 100%;
width: 100%;
z-index: -1;
opacity: 0.15;
filter: blur(5px);
margin: 0;
background-image: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 58%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 39%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgb(238 29 29 / 36%) 0%, transparent 60%);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Host Grotesk', sans-serif;
  font-weight: bold;
}
.topHighnbox {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  gap: 15px;
}
.topCont span.subheadTop {
  text-align: center;
  display: flex;
  font-size: 12px;
  width: fit-content;
  margin: auto;
  margin-bottom: 15px;
  background: #ffffff10;
  padding: 6px;
  border-radius: 40px;
  padding-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  backdrop-filter: blur(2px);
  border: 1px solid #ffffff10;
}
.topCont span.subheadTop i {
  color: #dc3545;
  background: #ffc1c7;
  height: 30px;
  width: 30px;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.topHighnbox::-webkit-scrollbar {
  display: none;
}
.topHighnbox p {
  min-width: 200px;
  background: #ffffff99;
  padding: 30px;
  border-radius: 10px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.topCont > p {
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: -6px;
  font-size: 16px;
  display: flex;
}
.topCont h1 {
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1;
}
.topCont h1 span {
  display: inline-block;
  position: relative;
  color: #ee1d1d;
  margin-bottom: 14px;
}
.topCont h1 span:before {
  content: "";
  position: absolute;
  background-image: url(./assets/LineDivider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 240px;
  height: 14px;
  bottom: -14px;
}
span.highlighted {
  display: inline-block;
  position: relative;
  color: #ee1d1d;
  margin-bottom: 14px;
}
span.highlighted:before {
  content: "";
  position: absolute;
  background-image: url(./assets/LineDivider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  max-width: 240px;
  height: 14px;
  bottom: -14px;
}
section.topSec {
  padding: 100px 0;
  margin-top: 0;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
}
img.dashboardImgtop {
  width: -webkit-fill-available;
  margin: 70px;
  margin-bottom: -100px;
  display: block;
}
.topHighnbox div {
  background: #00000008;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #00000010;
  position: relative;
  overflow: hidden;
}
.topHighnbox div:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -100%;
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(229, 172, 142, 0)
  );
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: 2s infinite forwards sheen;
}
@keyframes sheen {
  100% {
    transform: rotateZ(70deg) translate(10em, -100em);
  }
}

.polkafit {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(./assets/polkadots.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  pointer-events: none;
}
canvas#particleCanvas {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.topButtngrp {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.topButtngrp .btn.btn-primary.btn-topprim {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  border: 1px solid #ffffff20;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
}
/*.topButtngrp .btn.btn-primary.btn-topsec {
background: #ffffff20;
background-size: cover;
padding: 12px 40px;
font-size: 18px;
font-weight: bold;
border-radius: 40px;
border: 1px solid #ffffff20;
backdrop-filter: blur(10px);
box-shadow: none;
}*/

.ratingGrp .profilesImgs img:first-child {
  margin-left: 0;
}
.ratingGrp .profilesImgs img {
  max-width: 45px;
  border-radius: 50px;
  margin-left: -20px;
  border: 2px solid #190c19;
}
.ratingGrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ratingGrp .profileDescs p span {
  color: #ff9700;
  margin-right: 3px;
}
.ratingGrp .profileDescs p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.grpBtmherosec {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-direction: row-reverse;
}
.secuPrvd p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.secuPrvd i {
  background: red;
  height: 40px;
  width: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
}
.secuPrvd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-right: 15px;
  border-right: 1px solid #ffffff20;
}
.loginBox {
  margin-top: 50px;
}
.loginBox .form-control {
  background: transparent;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ff000020;
  backdrop-filter: blur(14px);
  padding-left: 50px;
  box-shadow: 0px 0px 0px 3px #ff000015;
}
.loginBox .form-group img {
  max-width: 25px;
  position: absolute;
  z-index: 1;
  left: 15px;
}
.loginBox .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.loginBoxheading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.loginBoxheading .mainLoginheading i {
  font-size: 24px;
  color: red;
}
.loginBoxheading .mainLoginheading h4 {
  margin: 0;
  color: #fff;
}
.loginBoxheading .mainLoginheading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.dividerLogin:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, #ffffff20, transparent);
}
.dividerLogin:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(-45deg, #ffffff20, transparent);
}
.dividerLogin {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0;
}
.bottomSigninform .bottomsigninleft
{
  display: flex;
  align-items: center;
  gap: 15px;
}
.bottomSigninform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.bottomSigninform .bottomsigninleft .form-check.form-switch {
  margin: 0;
  background: #ffffff10;
  padding: 5px;
  padding-left: 45px;
  padding-right: 15px;
  border-radius: 35px;
  backdrop-filter: blur(11px);
  border: 1px solid #ffffff10;
}
.bottomSigninform .bottomsigninleft a.forgotpass {
  text-decoration: none;
  font-weight: 700;
}
.g-recaptcha.form-group {
  justify-content: center;
}


nav.guestNav {
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 10;
}
nav.guestNav .navbar-brand img {
  max-width: 180px;
  width: 100%;
  max-height: fit-content;
}
nav.guestNav ul li.active a {
  color: red !important;
  font-weight: bold;
}
nav.guestNav ul li a {
  color: #ffffff99;
  margin: 0 10px;
  transition: all 0.5s ease;
}
nav.guestNav ul li a:hover {
  color: #fff;
}
nav.navbar.guestNav.stickynav {
  position: sticky;
  top: 0;
  background-color: rgb(4, 10, 24, .7);
  backdrop-filter: blur(30px);
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgb(238 29 29 / 7%) 0%, transparent 60%);
  border-bottom: 1px solid #ffffff10;
  z-index: 11;
  transform: translateY(0);
  animation: navbarAnim 0.5s;

  background: url(https://storage.perfectcdn.com/ph68dl/x6bi7w5b0nhcjr9f.svg) !important;
  background-color: #040a18 !important;
  padding: 20px;
  border-bottom: 1px solid #ffffff10;
}
@keyframes navbarAnim {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
  }
}
.loginBox .form-control:focus {
  border: 1px solid #ee1d1d;
}

.headingServices p span {
  background: #ee1d1d;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-right: 5px;
}
.headingServices p {
  margin: 0;
  text-align: center;
}


section.secondSec .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 25px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  will-change: transform;
}
section.secondSec .splide__slide i {
  color: #ee1d1d;
  margin-right: 10px;
  font-size: 20px;
}
section.secondSec .splide {
  padding: 20px 0;
  background: #ffffff10;
  margin-top: 20px;
  transform: rotate(-2deg);
  backdrop-filter: blur(3px);
}
section.secondSec .splide__track {
  overflow: hidden;
}
section.secondSec {
  overflow: hidden;
  padding: 10px 0 35px;
}

.statGridlp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.statGridlpchild h3:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  background: #06d306;
  border-radius: 20px;
  animation: online-pulse 1.5s infinite;
}
.statGridlpchild h3 {
  margin: 0;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: -4px;
  font-size: 35px;
}
.statGridlpchild p {
  font-size: 16px;
  color: #ffffffc7;
  margin-bottom: 5px;
}
.statGridlpchild {
  background: #ee1d1d;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ffffff10;
  transform: scale(1.1);
  z-index: 10;
}
.statGridlpchild * {
  position: relative;
}
.statGridlpchild img.scribbleLine {
  width: 120%;
  position: absolute;
  opacity: 0.15;
}

@keyframes online-pulse {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(11, 255, 67, .7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(11, 255, 67, 0);
  }
  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 rgba(11, 255, 67, 0);
  }
}
.statGridlpchild.normbg {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgb(238 29 29 / 7%) 0%, transparent 60%);
  backdrop-filter: blur(20px);
  transform: none;
  z-index: 4;
}
.statGridlpchild.normbg img.scribbleLine {
  opacity: 0.015;
}
.statGridlpchild.normbg h3:before {
  display: none;
}

section.thirdSec {
  padding: 30px 0;
}
.faqBox {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, #ee1d1d36 0%, transparent 60%);
  backdrop-filter: blur(20px);
  transform: none;
  padding: 30px;
  border: 1px solid #ffffff20;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.faqContleft .subhd {
  border-radius: 50px;
  background: #ee1d1d;
  box-shadow: 0px 0px 9.3px 0px rgba(255, 255, 255, 0.22) inset;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #ffffff30;
  color: #fff;
  font-weight: 700;
}
.faqBox img.scribbleLine {
  position: absolute;
  width: 100%;
  opacity: 0.012;
  z-index: -1;
}
.faqContleft h2 {
  font-size: 35px;
  color: #fff;
}
.faqContleft h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 50px;
}
.faqContleft img {
  max-width: 100px;
}
.accordion {
  background: transparent;
}
.accordion-item {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff20;
  border: 1px solid #ffffff10 !important;
}
.accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background: #ffffff00;
  color: #ee1d1d;
  box-shadow: none;
  border-bottom: 1px solid #ffffff10;
}
.accordion-body {
  color: #ffffff99;
}
.accordion-button:not(.collapsed)::after {
  filter: hue-rotate(140deg) saturate(1.5)drop-shadow(0px 0px 4px red);
}
.accordion-button::after {
  filter: brightness(0) invert(1) drop-shadow(0px 0px 5px #fff);
  opacity: 1;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.accordion-item:last-child {
  margin: 0;
}
section.faqSec {
  padding: 50px 0;
}



.ps-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  transform: rotate(-6deg) scale(1.1);
}
.ps-track {
  white-space: nowrap;
  margin: 15px 0;
  position: relative;
}
.ps-items {
  display: inline-block;
}
.ps-card {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  padding: 12px 18px;
  background: #ffffff10;
  border-radius: 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.2s ease;
  border: 1px solid #ffffff20
}
.platformScroller {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, #ee1d1d36 0%, transparent 60%);
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff20;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.ps-card:hover {
  transform: translateY(-3px);
}
.ps-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: contain;
}

@keyframes ps-scroll-animation {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.platformContwrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

.PlatformSec {
  padding: 40px;
}
.PlatformSec span.subhd {
  box-shadow: rgba(255, 255, 255, 0.22) 0px 0px 9.3px 0px inset;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 50px;
  background: rgb(238, 29, 29);
  padding: 5px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.19);
  border-image: initial;
}
.PlatformSec p {
  margin: 0;
}
.PlatformSec h2 {
  color: #fff;
  margin-bottom: 10px;
}

.paymethSechead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paymethSechead span.subbhead i {
  background: #fff;
  height: 25px;
  width: 25px;
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-right: 10px;
}
.paymethSechead span.subbhead {
  box-shadow: rgba(255, 255, 255, 0.22) 0px 0px 9.3px 0px inset;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 50px;
  background: rgb(238, 29, 29);
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.19);
  border-image: initial;
  transform: perspective(1200px) rotate(-3deg);
}
.paymethSechead h2 {
  color: #fff;
  margin-bottom: 5px;
}
section.paymethSec {
  padding: 50px 0;
}
.logo-card {
  background: #140b18;
  backdrop-filter: blur(11px);
  padding: 10px 15px;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  box-shadow: rgb(255 255 255 / 16%) 0 1px 0 0 inset, rgb(255 255 255 / 21%) -1px 0 0 0 inset, rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #ffffff10;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.logo-card img {
  width: 30px;
  border-radius: 40px;
}
.logo-card p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.logo-card .overlayIcon {
  position: absolute;
  right: -20px;
  width: 100px;
  border-radius: 50%;
  opacity: 0.05;
  transform: rotate(-35deg);
  transition: all 0.25s ease-in-out;
}
.logo-card:hover img.overlayIcon {
  transform: rotate(0) scale(1.5);
}

.xtraCardlp {
  background-image: url(https://storage.perfectcdn.com/ph68dl/d9g4xz0o8xqnhccr.png);
  background-size: cover;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #ffffff10;
  margin: 20px 0;
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  background-color: #040a18a8;
  box-shadow: rgb(255 255 255 / 16%) 0 1px 0 0 inset, rgb(255 255 255 / 21%) -1px 0 0 0 inset, rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.xtraCardlp p {
  margin: 0;
}
.xtraCardlp h2 {
  color: #fff;
  font-size: 25px;
  margin: 0;
}
.xtraCardlp img {
  max-width: 45px;
  margin-bottom: 0;
  box-shadow: 0 0 0 4px #ffffff20;
  border-radius: 50%;
  border: 2px solid #ffffff44;
}
.xtraCardlphead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

section.fourthSec {
  overflow: hidden;
  padding: 50px 0;
}

.shadeSun {
  position: absolute;
  width: 1920px;
  height: 725px;
  left: 0;
  top: -1177px;
  background: linear-gradient(180deg, rgba(255, 31, 0, 0), #d10000);
  -webkit-filter: blur(239.122px);
  filter: blur(239.122px);
  -webkit-transform: rotate(-58.53deg);
  transform: rotate(-58.53deg);
}
section.topSec {
  padding: 190px 0 100px;
  margin-top: 0;
  min-height: 80vh;
  overflow: hidden;
  position: relative;
  margin-top: -90px;
}

.topButtngrp .btn.btn-primary.btn-topsec {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px) saturate(180%);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgb(31 38 135 / 0%), inset 0 4px 20px rgb(255 255 255 / 0%);
  padding: 12px 40px;
  font-size: 18px;
}
.topButtngrp .btn.btn-primary.btn-topsec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  backdrop-filter: blur(1px);
  box-shadow: inset -9px -8px 0px -11px rgb(255 255 255 / 9%), inset 0px -4px 0px -3px rgb(255 255 255 / 9%);
  opacity: 0.6;
  z-index: -1;
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(100%);
}
a.btn.btn-primary.btn-topsec:before {
  content: '';
  display: block;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  position: absolute;
  background: linear-gradient(45deg, #00000099, #0000001a);
  top: -1px;
  left: -2px;
  right: -1px;
  bottom: -1px;
  border-radius: 50px;
  z-index: -1;
}



.boxWrape {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, #ee1d1d36 0%, transparent 60%);
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff20;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.topboxWrape {
  padding: 30px;
}
.btmboxWrape {
  padding: 30px;
}
p.use-case {
  box-shadow: rgba(255, 255, 255, 0.22) 0px 0px 9.3px 0px inset;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 50px;
  background: rgb(238, 29, 29);
  padding: 5px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.19);
  border-image: initial;
}
.topboxWrape h2.section-title {
  color: #fff;
}

section.secondSec .splide {
  padding: 20px 0;
  margin-top: 20px;
  transform: rotate(-2deg);
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px) saturate(180%);
  box-shadow: 0 8px 32px rgb(31 38 135 / 0%), inset 0 4px 20px rgb(255 255 255 / 0%);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
section.secondSec .splide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  box-shadow: inset -9px -8px 0px -11px rgb(255 255 255 / 9%), inset 0px -4px 0px -3px rgb(255 255 255 / 9%);
  opacity: 0.6;
  z-index: -1;
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(100%);
}
section.secondSec .splide:before {
  content: '';
  display: block;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  position: absolute;
  background: linear-gradient(45deg, #00000099, #0000001a);
  top: -1px;
  left: -2px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}

.card-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card-custom .topRating small {
  font-size: 18px;
  position: relative;
  top: -5px;
}

.card-custom .topRating {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  gap: 3px;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 15px;
}
.card-custom img.ratingimng {
  max-width: 150px;
  margin-bottom: 12px;
  margin-top: -6px;
}
.card-custom p {
  margin-bottom: 10px;
}
.card-custom p b {
  color: #fff;
}
.card-custom img.tpLogo {
  max-width: 100px;
}

img.framerImg {
  width: 100%;
  display: block;
  margin: auto;
}
.Framerimgwrap {
  height: 350px;
  mask-image: linear-gradient(  to bottom,  rgb(0 0 0 / 100%) 0%,  rgb(0 0 0 / 90%) 20%,  rgb(0 0 0 / 70%) 40%,  rgb(0 0 0 / 40%) 60%,  rgb(0 0 0 / 15%) 80%,  rgb(0 0 0 / 0%) 100%);
  margin-bottom: -30px;
}
img.framerImg {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  left: 50px;
  margin-top: -50px;
}

.card-custom.cardOthcont .icon-circle.yellow-icon {
  background: #ee1d1d;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #ffffff40;
  box-shadow: 0 0 0 3px #ffffff20;
  margin-bottom: 15px;
}
.card-custom.cardOthcont h6 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
.card-custom.cardOthcont p {
  font-size: 12px;
  margin: 0;
}
.feature-card {
  margin: 10px 0;
}
.feature-card h3.feature-title {
  color: #fff;
  margin-bottom: 10px;
}
.feature-card p.feature-text {
  margin: 0;
}
.feature-card .feature-icon {
  background: #ee1d1d;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #ffffff40;
  box-shadow: 0 0 0 3px #ffffff20;
  margin-bottom: 15px;
}
.article-content::-webkit-scrollbar {
  display: none;
}
.article-content {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, #ee1d1d36 0%, transparent 60%);
  backdrop-filter: blur(20px);
  transform: none;
  padding: 30px;
  border: 1px solid #ffffff20;
  border-radius: 25px;
  position: relative;
  max-height: 500px;
  overflow: auto;
  margin: 10px 0;
}
.article-text h2 {
  font-size: 22px;
  color: #fff;
}
.article-text h3 {
  font-size: 20px;
  color: #fff;
}
.article-text h4 {
  font-size: 18px;
  color: #fff;
}
.article-text h5 {
  font-size: 16px;
  color: #fff;
}
.searchbarArticle p {
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchbarArticle p i {
  color: #ffffff99;
}
.searchbarArticle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -30px;
  margin-bottom: 20px;
  padding: 10px 20px;
  position: sticky;
  top: -30px;
  background: #140b18;
  backdrop-filter: blur(11px);
  border-bottom: 1px solid #ffffff20;
}
.searchbarArticle img {
  max-width: 120px;
}

section.fifthSec {
  padding: 60px 0 50px 0;
}
.paymethSechead p {
  text-align: center;
}
.feat-box {
  background-image: url(https://storage.perfectcdn.com/ph68dl/d9g4xz0o8xqnhccr.png);
  background-size: cover;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #ffffff10;
  margin: 10px 0;
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  background-color: #040a18a8;
  box-shadow: rgb(255 255 255 / 16%) 0 1px 0 0 inset, rgb(255 255 255 / 21%) -1px 0 0 0 inset, rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.feat-box h3.feat-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
.feat-box p.feat-desc {
  margin: 0;
}
.feat-box .icon.primary-bg {
  background: #ee1d1d;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #ffffff40;
  box-shadow: 0 0 0 3px #ffffff20;
  margin-bottom: 15px;
}

.topFeatcont h2 {
  color: #fff;
  margin-bottom: 10px;
}
.topFeatcont span {
  box-shadow: rgba(255, 255, 255, 0.22) 0px 0px 9.3px 0px inset;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 10px;
  position: relative;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border-radius: 50px;
  background: rgb(238, 29, 29);
  padding: 4px 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.19);
  border-image: initial;
  font-size: 12px;
}
section.featSec {
  padding: 50px 0;
}

section.socialmediaSec {
  padding-top: 50px;
}
section.xtraSec {
  padding-bottom: 50px;
}
.g-recaptcha.form-group {
  margin: 20px;
  display: flex;
  margin-top: 0;
}
ul.splide__list {
  margin: 0;
}


.testimonial {
  background: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgb(238 29 29 / 7%) 0%, transparent 60%);
  backdrop-filter: blur(20px);
  border: 1px solid #ffffff20;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.testimnonial_top {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  padding: 30px;
  font-weight: bold;
  border: 1px solid #ffffff20;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
}
.testimonialFpr span.nameLettertest {
  font-weight: 600;
  background: #ee1d1d;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #ffffff40;
  box-shadow: 0 0 0 3px #ffffff20;
}
.testimonialFpr p {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.testimnonial_top:before {
  content: '"';
  font-size: 70px;
  display: block;
  top: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -15px;
  margin-top: -65px;
  font-family: "Space Grotesk",sans-serif;
  transform: scale(-1, -1);
  width: fit-content;
}
.testimonialFpr {
  display: flex;
  padding: 15px;
  gap: 15px;
  align-items: center;
}
.testimnonial_top h3 {
  color: #fff;
  margin-bottom: 10px;
}
.testimnonial_top p {
  margin-bottom: 0px;
  font-weight: 500;
}
section.testiSec {
  padding: 50px 0;
}
section {
  overflow: hidden;
}
ul.splide__list {
  padding: 0;
}

@media (max-width: 567px) {
  .topCont h1 {
    font-size: 35px;
  }
  .topCont > p {
    font-size: 14px;
  }
  .topButtngrp .btn.btn-primary.btn-topprim, .topButtngrp .btn.btn-primary.btn-topsec {
    padding: 12px 20px;
    font-size: 15px;
  }
  .bottomSigninform {
    flex-direction: column;
    gap: 10px;
  }
  .bottomSigninform .bottomsigninright {
    width: 100%;
  }
  .bottomSigninform .bottomsigninright button {
    width: 100%;
  }
  .statGridlpchild.normbg {
    scale: 0.9;
  }
  .statGridlpchild {
    margin: -10px 0;
    transform: scale(1);
  }
  .statGridlp {
    grid-template-columns: 1fr;
  }
  .topFeatcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  img.framerImg {
    left: 25px;
  }
  .card-custom.cardOthcont {
    margin-top: 20px;
  }
  .paymethSechead h2 {
    text-align: center;
  }
  .feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .xtraCardlp {
    margin: 10px 0;
  }
  section.xtraSec {
    padding-top: 10px;
  }
  .faqContleft {
    margin-bottom: 50px;
  }
}

a.mainbutonNavbar {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 40px;
  border: 1px solid #ffffff20;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
  color: #fff;
  text-decoration: none;
}
.mainbutonNavbarWrap {
  display: flex;
  gap: 10px;
  margin-left: auto;
}


@media (max-width: 991.20px) {
  nav.guestNav div#navbar {
    position: absolute;
    top: 80px;
    background-color: #040a18;
    width: -webkit-fill-available;
    margin: 15px;
    left: 0;
    margin-top: 0;
    padding: 20px;
    border-radius: 15px;
    background-image: radial-gradient(circle at 30% 40%, rgb(238 29 29 / 0%) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgb(238 29 29 / 0%) 0%, transparent 50%), radial-gradient(circle at 50% 20%, rgb(238 29 29 / 7%) 0%, transparent 60%);
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff20;
    overflow: hidden;
    z-index: 100;
  }
  nav.guestNav ul li a {
    background: #ffffff10;
    padding: 10px;
    margin: 4px 0;
    border-radius: 8px;
    border: 1px solid #ffffff10;
  }
  a.mainbutonNavbar {
    width: 100%;
    text-align: center;
  }
  /* Base setup for sliding */
  .slide-down {
    transform: translateY(-20px);
    opacity: 0;
    transition: all 150ms ease-in-out;
  }
  /* When shown via Bootstrap's 'show' class */
  .slide-down.show {
    transform: translateY(0);
    opacity: 1;
  }
}

.sidebarLft {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  height: -webkit-fill-available;
  margin: 10px;
  border-radius: 18px;
  background: url(https://storage.perfectcdn.com/ph68dl/x6bi7w5b0nhcjr9f.svg);
  background-color: #040a18;
  border: 1px solid #ffffff10;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}
.sidebarLft:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 90%;
  height: 50%;
  transform: translate(100%, -60%) scale(1);
  transition: .14s ease;
  background: #ee1d1d;
  border-radius: 100px;
  filter: blur(200px);
  z-index: 0;
  opacity: 0.5;
}
nav.usernav {
  background: url(https://storage.perfectcdn.com/ph68dl/x6bi7w5b0nhcjr9f.svg);
  background-color: #040a18;
  border: 1px solid #ffffff10;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  margin-left: 320px;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.userwrap {
  margin-left: 320px;
}

.mainTopsb a {
  color: #fff;
  margin-left: auto;
  font-size: 20px;
}
.mainTopsb p {
  margin: 0;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.mainTopsb span {
  height: 50px;
  width: 50px;
  background: #040a18;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-right: 10px;
}
.mainTopsb {
  display: flex;
  align-items: center;
  flex-direction: row;
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: 110%;
  border: 1px solid #ffffff20;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
  padding: 15px;
  padding-bottom: 30px;
  background-position: center;
}
ul.sidemenu {
  background: url(https://storage.perfectcdn.com/ph68dl/x6bi7w5b0nhcjr9f.svg);
  background-color: #040a18;
  margin-top: -18px;
  border-radius: 20px 20px 0 0;
  list-style: none;
  padding: 20px;
}

.menuboxes li a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 27px;
  text-align: center;
}
.menuboxes li a p {
  margin: 0;
}
.menuboxes li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 5px;
  margin: 5px 0;
  border-radius: 10px;
}
.menuboxes li.active a {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  background-position: center;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
}
.menuboxes li a span {
  margin-left: auto;
  margin-right: 10px;
}
.menuboxes {
  margin-bottom: 15px;
}



/* Inside Welc Card */
.leftTopwelc img {
  max-width: 140px;
}
.leftTopwelc .rankGrpo {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.leftTopwelc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.leftWelccard {
  border-radius: 25px;
  background-image: linear-gradient(0deg, #ee1d1d30, transparent);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #040a18;
  border-bottom: 1px solid #ffffff10;
  border-right: 1px solid #ffffff10;
  border-left: 1px solid #ffffff10;
  margin: 20px 0;
}


.leftWelccardtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftWelccardtopchild {
  font-size: 16px;
}
.leftWelccardtopchild p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.leftWelccardtopchildend span {
  color: #fff;
}

.leftWelccardtopchildend span i {
  color: #ffc107;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.leftWelccardtopchildend {
  display: flex;
  gap: 15px;
  align-items: center;
}
.leftWelccardtopchildend small.rankname {
  background: url(https://storage.perfectcdn.com/ph68dl/b1p5usszebkyl9t9.gif);
  background-size: cover;
  background-position: center;
  box-shadow: #dc354554 0px 8px 40px 0px, rgba(255, 255, 255, 0) 0px 0px 10px 1px inset, rgba(0, 85, 255, 0.12) 0px 0px 0px 1px;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: bold;
}
.leftWelccardtopchildend small.discountrank {
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: bold;
  background: linear-gradient(45deg, #31c4804f, #2a5f4670);
}