@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url(layout.min.css);

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #000000;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;

}

:root {
  --white: #ffffff;
  --black: #000;
  --gradient: linear-gradient(90deg, rgba(171, 0, 212, 1) 0%, rgba(93, 61, 187, 1) 50%, rgba(4, 154, 203, 1) 100%);
  ;
  --theme-color: #AB00D4;
  --primary: #049ACB;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 2rem;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}

/* Home Page CSS Start  */
.main-Banner {
  height: 65vh;
  display: flex;
  align-items: end;
  padding-bottom: 0;
  margin-bottom: 10rem;
}

.bannertext h1 {
  font-size: 3.688rem;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--white);
}

h6 {
  font-size: 1.75rem;
  background: linear-gradient(90deg,
      rgba(171, 0, 212, 1) 0%,
      /* Purple start */
      rgba(4, 154, 203, 1) 100%
      /* Blue end */
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
}


.bannertext p {
  color: #BABABA;
  font-size: 1.25rem;
}

.btnBig {
  font-size: 1.25rem;
  padding: 10px 3rem;
}

.btnBig .hoverEffect div {
  width: 35rem;
  height: 35rem;
}

.btnBig:hover .hoverEffect div {
  width: 20rem;
  height: 20rem;
}

.bannerImgAbsolute {
  position: absolute;
  z-index: -1;
}

.bannerImgRight {
  right: -16rem;
  top: -10rem;
}

.bannerImgLeft {
  left: -23rem;
  transform: rotate(-85deg);
  top: 0;
}

.bannerImg {
  position: absolute;
  right: 0;
  bottom: -10rem;
  animation: circleIn 5s ease infinite;
}

@keyframes circleIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.hero_bg_img {
  position: absolute;
  top: auto;
  bottom: -25rem;
  left: 0;
  width: 100%;
  transform: scale(0.3) translateY(100px);
  z-index: 0;
}

h4 {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: bold;
  color: var(--white);
}

.topLine {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000000;
}

/* .videoSec {
  padding-top: 12rem;
} */

.videoSec {
  padding-top: 0;
}

.videoSec h5 {
  color: var(--white);
  display: inline-block;
  padding: 14px 2rem;
  box-shadow: 0 0 20px #5a575799;
  border-radius: 50px;
  margin: 1rem 0 2.5rem;
  font-style: italic;
  font-size: 1.125rem;
}

.videoSec h5 span {
  background: linear-gradient(270deg, #ab00d4 0%, #ab00d4 50%, rgba(4, 154, 203, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}



.logoSec {
  box-shadow: 0 -18px 30px #28272785;
  padding: 2rem 0;
}

.logoSlider .swiper-slide {
  text-align: center;
}

.logoSec h6 {
  padding-left: 7rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.failBox {
  background: #090909;
  padding: 3rem 4rem 0;
  border-radius: 10px;
  margin: 2rem 0;
  transition: all 0.5s ease;
  height: 100%;
}

.failBox * {
  color: #fff;
  text-align: center;
}

.failBox p {
  font-size: 1.125rem;
  margin: 0;
}

.failBox h3 {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.failBox i {
  display: flex;
  justify-content: center;
  background: var(--gradient);
  width: 70px;
  height: 70px;
  align-items: center;
  font-size: 2rem;
  border-radius: 10px;
  margin: 0 auto 2rem;
  /* animation: effect infinite 7s linear; */
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.failBox:hover {
  transform: scale(1.05) rotate(3deg);
}

.workSec {
  background: url(../images/bg/2.png) bottom center / cover fixed no-repeat;
  box-shadow: 0 0 30px #383737;
}



/* .resultSec{
  background: url(../images/bg/3.png) bottom center / cover no-repeat;
} */
.resultSec a img {
  width: 100%;
  margin: 1rem 0;
}

.resultImg1 {
  right: 0;
  top: 0;
}

.resultImg2 {
  left: 0;
  bottom: 0;
}



.reviewSec {
  padding-top: 0;
}

.reviewSlider {
  padding-bottom: 8rem;
}

.reviewBox {
  height: 310px;
  background: #3030306e;
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid #ffffff38;
  transition: all 0.5s ease;
}

.reviewBox .userBox {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.reviewBox .userBox h6 {
  font-size: 1.25rem;
  margin: 0;
}

.reviewBox .userBox p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 1rem;
}

.reviewBox h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.reviewBox p {
  color: #fff;
  font-size: 1.125rem;
  margin: 0;
}

.reviewBox .userBox img {
  border-radius: 100px;
}

.reviewBox:hover {
  background: linear-gradient(90deg, rgb(171 0 212 / 45%) 0%, rgb(4 154 203 / 44%) 50%, rgb(4 154 203 / 40%) 100%);
}




.packageSec {
  background: url(../images/bg/5.png) bottom center / cover fixed no-repeat;
  box-shadow: 0 0 30px #ffffff4a;
}

.packageBox .packageHead h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.packageHead h4 sub {
  font-size: 1.25rem;
  font-weight: 400;
}

.packageBox .packageHead h3 span {
  font-size: 1rem;
  display: block;
  font-weight: 300;
}

.packageHead p {
  color: #fff;
}

.packageBox p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.545;
}

.packageBox ul li {
  color: #fff;
  padding: 10px 0;
}

.packageBox ul li img {
  padding-right: 10px;
}

.packageBox {
  box-shadow: 0 0 20px #ffffff4f;
  border-radius: 30px;
  padding: 3rem;
  margin: 1rem;
}

.packageSlider {
  padding-bottom: 5rem;
}

.packageBtn {
  position: relative;
  display: inline-block;
  padding: 12px 3rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  background: #0a0018;
  /* inner bg */
  overflow: hidden;
  z-index: 1;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

/* Border layer */
.packageBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  /* border thickness */
  background: var(--gradient);
  background-size: 300% 100%;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: slide 4s linear infinite;
  z-index: -1;
}

@keyframes slide {
  0% {
    background-position: 0% 50%;
  }

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

.packageBtn:hover {
    background: linear-gradient(
        90deg,
        rgba(171, 0, 212, 1) 0%,   /* Purple */
        rgba(4, 154, 203, 1) 100%  /* Blue */
    );
    color: #fff;
}

.textBodr a {
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  box-shadow: 0 0 20px #ffffff73;
}

.includeBox {
  border: 1px solid #ffffff61;
  padding: 2rem;
  text-align: center;
  border-radius: 30px;
  background: url(../images/bg/6.png) bottom left / contain no-repeat;

}

.includeBox h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;

}

.listBox {
  border-radius: 15px;
  padding: 2rem 2rem 0;
  margin: 1rem 0;
  height: 100%;
  position: relative;
  background: #000;
}

.listBox h6 {
  font-size: 1.5rem;
}

.listBox ul {
  list-style-type: disc;
  padding-left: 1rem;
  color: #fff;
}

.listBox ul li {
  padding: 3px 0;
  text-transform: capitalize;
}

.listBox:before {
  content: '';
  position: absolute;
  inset: -1px;
  background: var(--gradient);
  border-radius: 15px;
  z-index: -1;
}

.includeSec h3 {
  color: #fff;
  margin: 0;
}


/* accordion css */
.accordian {
  margin-top: 2rem;
}

.accordian li {
  border-bottom: 1px solid #ffffff29;
  padding: 2.5rem 0;
}

.accordian li h4 {
  color: #ffffff;
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border-radius: 12px;
  margin: 0;
  line-height: 1.3;
}

.accordian h4::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 35px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.accordian p {
  margin: 0;
  color: #c1c1c1;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}

.accordian li>div {
  display: none;
  border-radius: 0 0 10px 10px;
  padding: 1.5rem 2rem;
}

.accordian li.active h4::after {
  content: "\f068";
}

.accordian li.active {
  border: 1px solid #dedede87;
  border-radius: 30px;
  padding: 0;
}

.accordian li.active h4 {
  color: #fff;
  padding: 2rem 2rem 0;
}

/* accordian End */

.faqSec {
  background: url(../images/bg/7.png) left center / cover fixed no-repeat;
}

.ctaSec h4 {
  font-size: 2.625rem;
  text-align: center;
}

.ctaSec h6 {
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 2rem;
}

.ctaSec form label {
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.ctaSec form .form-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 5rem;
}

.ctaSec form input {
  background: #0e0e0e;
  height: 3rem;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding: 1rem;
  color: #fff;
}

.ctaSec form button {
  margin-top: 2rem;
}

.ctaSec form p {
  color: #fff;
  margin: 1rem 0 0;
}

.ctaSec figure {
  position: absolute;
  bottom: -2rem;
  width: 100%;
  right: -9rem;
}

.ctaSec {
  padding: 2rem 0;
  box-shadow: 0 0 30px #ffffff4a;
}

.ctaSec figure img {
  width: 80%;
}

.textBodr a:hover {
  background: transparent;
}

/* Inner Pages CSS Start */
.workBox {
  box-shadow: 0 0 8px #ffffff82;
  margin: 2rem;
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: all 0.5s ease;
}

.workBox span {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(90deg, rgba(171, 0, 212, 1) 0%, rgba(4, 154, 203, 1) 110%, rgba(4, 154, 203, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.workBox h3 {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.47;
  font-weight: 500;
}

.workBox:hover {
  transform: rotate(2deg);
}

.includeImg {
  right: 0;
  top: -7rem;
}

.includeSec p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.includeSec h6 {
  font-size: 1.5rem;
}


.keyBox h4,
.keyBox h5,
.keyBox h6 {
  text-align: center;
}

.keyBox h6 {
  font-size: 1.25rem;
}

.keyBox h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.keyBox ul {
  margin: 2rem 0;
}

.keyBox ul li {
  font-size: 1.25rem;
  padding: 8px 0;
  display: block;
  color: #fff;
}

.keyBox ul li i {
  color: var(--theme-color);
  padding-right: 1rem;
}

.keyBox {
  box-shadow: 0 0 30px #ffffff40;
  border-radius: 20px;
  padding: 4rem;
}

.workInnerCheck .includeImg {
  top: auto;
  bottom: 0;
}

.workInnerCheck {
  padding-top: 10rem;
}

.workBox-1 h6 {
  padding: 2rem 2rem 0;
}

.openBtnSec h3 {
  color: #fff;
}

.openBtnSec h5 {
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 2rem;
}

.failInner {
  padding-top: 0;
}

.failInner .failBox * {
  text-align: left;
}

.brokerHeader .headerBtn {
  display: none;
}

.clientReviews img {
  width: 100%;
  margin: 1rem 0;
}

.reviewSlider .swiper-pagination {
  bottom: 6rem;
}

.userImg {
  background: #8a18c5;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  font-weight: 600;
  color: #fff;
}

/* figure.botmImg {
  position: absolute;
  width: 100%;
  bottom: -4rem;
  z-index: 1;
}

figure.topImg {
  position: absolute;
  width: 100%;
  top: -4rem;
  z-index: 1;
} */
/* Inner Pages CSS End */

.videoSec.workInnerCheck h6 {
  padding-bottom: 10px;
}

.main-Banner.lifetimeAccess {
  height: 60vh;
}

.failSec.workSec h6 {
  padding-bottom: 10px;
}


.packageSec .swiper-button-next,
.packageSec .swiper-button-prev {
    color: #000; /* or your preferred color */
    display: block;
}
.packageSec .swiper-button-prev {
  left: 0rem;
}

.packageSec .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
    .packageSec .swiper-button-next,
    .packageSec .swiper-button-prev {
        display: flex; /* Force display on mobile */
    }
    .packageSec .swiper-button-prev,
    .packageSec .swiper-button-next {
        top: 50%; /* Move down below the slider */
        transform: translateY(-50%);
    }
}
