.homebannersection {
  padding: 225px 0px 50px;
  position: relative;
}

.headingfirst {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin: 0 0 20px;
  padding: 0 0 15px;
  background: linear-gradient(92.47deg, #eb9c9c -1.83%, #9745a3 87.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}

.headingfirst::before {
  content: '';
  position: absolute;
  width: 51px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #c57e7e;
  border-radius: 4px;
}

.homebanttx {
  color: #c9c9c9;
  margin: 15px 0 25px 0;
  width: 455px;
  font-size: 1.18rem;
}

.scrolling-image {
  background: url(../images/bg-5.png) repeat-x;
  height: 1050px;
  width: 21680px;
  animation: bgslide 32s linear infinite;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: contain;
  mix-blend-mode: color-dodge;
}

.ipimgsection {
  padding: 100px 0;
}

.ipimgleft {
  background: linear-gradient(
    281.49deg,
    rgba(173, 128, 184, 0.6734) 0%,
    rgba(147, 103, 163, 0) 28.02%,
    rgba(147, 103, 163, 0) 69.32%,
    #b98cc2 100.37%
  );
  box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  position: relative;
  /* z-index: -1;
    overflow: hidden; */
}

.ipimgleft::before {
  content: '';
  position: absolute;
  background: linear-gradient(
    171.45deg,
    rgb(90, 90, 92) -12.38%,
    rgb(9, 14, 27) 93.66%
  );
  box-shadow: 6px 9px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 38px;
  z-index: -1;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
}

.ipimgleft.ipimgleftNewHome {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.ipimgleft.ipimgleftNewHome::before {
  display: none;
}

.ipimgright {
  padding: 20px 0 0 65px;
}

.ipimgleft .imghover {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
}

/* .imgblk:hover .imghover {
    opacity: 1;
} */

.ipimgright img.imgpro {
  width: 170px;
}

.ipimgright .imgprotxt {
  font-size: 2rem;
  line-height: 2.5rem;
}

.ipimgright .imgprosmalltxt {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #c9c9c9;
  width: 430px;
  margin-top: 15px;
}

.explorebox {
  display: block;
  padding: 200px 40px 230px;
  background: linear-gradient(
    253.07deg,
    rgba(217, 217, 217, 0.1) -9.9%,
    rgba(0, 0, 0, 0.1) 92.28%
  );
  box-shadow: inset 15.3667px -15.3667px 15.3667px rgba(188, 118, 190, 0.1),
    inset -15.3667px 15.3667px 15.3667px rgba(68, 114, 233, 0.14);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  margin-top: 250px;
  position: relative;
  z-index: 2;
}

.exploretxtbox {
  margin-top: 140px;
}

.col3box {
  margin-top: -360px;
}

.colbo1,
.colbo2,
.colbo3 {
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  /*    height: 340px;*/
  height: 320px;
  box-shadow: 0px 9px 11px 0px rgba(0, 0, 0, 0.3);
}

.colbo1 h5,
.colbo2 h5,
.colbo3 h5 {
  /*    margin-bottom: 20px;*/
  margin-bottom: 15px;
}

.colbo1 p,
.colbo2 p,
.colbo3 p {
  color: #bcbcbc;
  font-size: 0.87rem;
}

.colbo1 {
  background: linear-gradient(134.67deg, #220323 -11.8%, #000000 111.74%);
}

.colbo2 {
  background: linear-gradient(
    136.81deg,
    #1e051f -11.98%,
    #000000 53.93%,
    #071333 120.84%
  );
}

.colbo3 {
  background: linear-gradient(135.98deg, #000000 -11.91%, #060d28 125.55%);
}

.btnlink {
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #7d7d7d;
  display: inline-block;
  padding: 6px 10px;
}

.btnlink.fixbot {
  position: absolute;
  bottom: 15px;
}

.icobx {
  display: block;
  width: 70px;
  height: 70px;
}

.icobx1 {
  background: url(../images/cogs.png) no-repeat center;
}

.icobx2 {
  background: url(../images/star.png) no-repeat center;
}

.icobx3 {
  background: url(../images/fill.png) no-repeat center;
}

.colbo1:hover {
  background: linear-gradient(
    136.81deg,
    #1e051f -11.98%,
    #000000 53.93%,
    #071333 120.84%
  );
  box-shadow: inset 0px 0px 22px 0px rgba(170, 94, 136, 0.673),
    inset 0px 0px 2px 2px rgba(228, 0, 197, 0.9);
}

.colbo1:hover .heading4 {
  background: linear-gradient(92.45deg, #ffffff -8.03%, #f347f8 136.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.colbo1:hover .icobx1 {
  background: url(../images/cogshover.png) no-repeat center;
}

.colbo1:hover p,
.colbo1:hover a.btnlink {
  color: #e5a5e7;
}

.colbo2:hover {
  background: linear-gradient(
    136.81deg,
    #1e051f -11.98%,
    #000000 53.93%,
    #071333 120.84%
  );
  box-shadow: inset 0px 0px 22px 0px rgba(106, 83, 212, 0.573),
    inset 0px 0px 2px 2px rgba(0, 132, 255, 0.5);
}

.colbo2:hover .heading4 {
  background: linear-gradient(
    92.86deg,
    #f347f8 -35.71%,
    #ffffff 42.7%,
    #68e5ff 136.15%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.colbo2:hover .icobx2 {
  background: url(../images/starhover.png) no-repeat center;
}

.colbo2:hover p,
.colbo2:hover a.btnlink {
  color: #e5a5e7;
}

.colbo3:hover {
  background: linear-gradient(
    136.81deg,
    #1e051f -11.98%,
    #000000 53.93%,
    #071333 120.84%
  );
  box-shadow: inset 0px 0px 22px 0px rgba(39, 172, 190, 0.573),
    inset 0px 0px 2px 2px rgba(54, 255, 205, 0.5);
}

.colbo3:hover .heading4 {
  background: linear-gradient(92.86deg, #ffffff -35.71%, #68e5ff 136.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.colbo3:hover .icobx3 {
  background: url(../images/fillhover.png) no-repeat center;
}

.colbo3:hover p,
.colbo3:hover a.btnlink {
  color: #95d6e3;
}

.from-supercharged-mu-efo9xP {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    180deg,
    rgb(234.81250405311584, 155.95466673374176, 155.95466673374176) 0%,
    rgb(93.85416582226753, 127.03476816415787, 212.4999949336052) 100%
  );
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  background-clip: text;
  text-align: center;
  text-fill-color: transparent;
  width: 837px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 3rem;
  position: relative;
}

.from-supercharged-mu-efo9xP span {
  /*  position: relative;*/
  display: inline-block;
}

.from-supercharged-mu-efo9xP .spanDiv {
  position: relative;
  display: inline-block;
}

.supercharged-xl4bh6 {
  position: absolute;
  background: linear-gradient(89.88deg, rgba(243, 71, 248, 0) 0%, #fff 70%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: -5px -5px 21px rgba(243, 71, 248, 0.4), 0px 0px 30px #b03db4;
}

.image-pro-efo9xP {
  position: absolute;
  background: linear-gradient(89.88deg, rgba(243, 71, 248, 0) 0%, #fff 70%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: -5px -5px 21px rgba(243, 71, 248, 0.4), 0px 0px 30px #b03db4;
}

.whatoursection {
  padding: 60px 0px 107px 0px;
}

.whatoursectionbar {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.whatoursectionbox {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.whatoursectionitm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(
      134.67deg,
      rgba(255, 255, 255, 0) -11.8%,
      rgba(255, 255, 255, 0.22) 51%,
      rgba(98, 98, 98, 0) 111.74%
    );
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.nike_arrow {
  max-width: 160px;
  margin: 6px 0px 12px 10px;
}

.whatoursectionitm::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bgswaip.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: -120%;
  transition: all 1s;
}

.whatoursectionitm:hover::before {
  left: 120%;
}

.whattxt p {
  padding: 0 30px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 0.88rem;
}

.whattxt .llt {
  font-weight: 700;
  font-size: 64px;
  line-height: 0px;
  text-align: left;
  color: #bc14c0;
  display: block;
  padding-left: 30px;
}

.whattxt .rlt {
  font-weight: 700;
  font-size: 64px;
  line-height: 0px;
  text-align: left;
  color: #bc14c0;
  display: block;
  transform: rotate(-180deg);
  padding-left: 30px;
}

.whattxtfooter {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  padding: 0 30px;
}

.whattxt {
  margin-top: 30px;
}

.manimg {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  overflow: hidden;
  background: #eb9c9c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
}

.mantxt {
  color: #a9a9a9;
}

.mantxt span {
  display: block;
  font-weight: 700;
  color: #bc14c0;
}

.newsbar {
  padding: 60px 0;
}

.newsbox {
  background: linear-gradient(
      136.81deg,
      #1e051f -11.98%,
      #000000 53.93%,
      #071333 120.84%
    ),
    linear-gradient(
      180deg,
      rgba(188, 20, 192, 0) 0%,
      rgba(91, 118, 186, 0) 100%
    );
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.newstxt {
  padding: 25px 25px 0 25px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #d9d9d9;
  position: relative;
  display: flex;
}

small.newscat {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 0;
  display: inline-block;
  padding: 25px;
  color: #d9d9d9;
}

.newsbox::before {
  content: '';
  position: absolute;
  width: 10px;
  left: -20px;
  top: 25px;
  bottom: 30px;
  background: #bc14c0;
  transition: all 0.6s;
}

.newsbox:hover {
  padding-left: 10px;
  transition: all 0.6s;
}

.newsbox:hover::before {
  left: 0;
}

.countanimatesec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.countanimatebox {
  display: flex;
  flex-direction: column;
  min-width: 100px;
}

.countitm {
  display: flex;
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  text-align: center;
  color: #bc76be;
  height: 50px;
  overflow: hidden;
  justify-content: center;
}

.counttxt {
  text-align: center;
  color: #fff;
  line-height: 1.6rem;
  font-size: 1.16rem;
}

.homeballon1 .balloon1 {
  position: absolute;
  width: 170px;
  height: 170px;
  left: -50px;
  bottom: -20px;

  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(7px);
}

.homeballon1 .balloon2 {
  position: absolute;
  width: 448px;
  height: 450px;
  right: -250px;
  bottom: -100px;

  mix-blend-mode: overlay;
  filter: blur(11px);
}

.homeballon1 .balloon3 {
  position: absolute;
  width: 448px;
  height: 450px;
  left: -99px;
  bottom: 0;

  mix-blend-mode: overlay;
  filter: blur(11px);
}

.homeballon1 .balloon4 {
  position: absolute;
  right: -50px;
  top: 100px;

  mix-blend-mode: screen;
  opacity: 0.5;
}

.homecircle1 {
  position: absolute;
  width: 630px;
  height: 1214px;
  right: -300px;
  top: -123px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(64, 97, 182, 0.2) 0%,
    rgba(64, 97, 182, 0) 100%
  );
}

/*15-04-2023*/
.ipimgsection .imgprosmalltxt {
  width: 562px;
}

.ipimgsection {
  padding-bottom: 124px;
}

.ipimgsection .ipimgright .imgprotxt {
  padding-bottom: 8px;
}

/*15-04-2023*/

@media (max-width: 768px) {
  .homebanttx {
    width: 100%;
  }

  .circle3dBoxMain {
    width: 100%;
    height: 134px;
    margin-top: 80px;
    margin-left: 0;
  }

  .circle3dBox {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }

  .tooltip2 {
    left: 55.74%;
  }

  .countanimatesec {
    margin-top: 110px;
    gap: 10px;
  }

  .homebannersection {
    padding: 120px 0 20px;
    overflow: hidden;
  }

  .colbo1,
  .colbo2,
  .colbo3 {
    margin-bottom: 30px;
  }

  .from-supercharged-mu-efo9xP {
    width: 100%;
  }

  .whatoursectionbox {
    width: 100%;
    margin-bottom: 30px;
  }

  .whattxtfooter {
    margin-top: 20px;
  }

  .homeballon1 .balloon1 {
    width: 100px;
    height: 100px;
    left: -35px;
    bottom: -134px;
    filter: blur(5px);
  }

  .exploretxtbox {
    margin-top: 40px;
  }

  .homeballon1 .balloon4 {
    display: none;
  }

  .headersection {
    background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
	overflow: visible;
  }

  .mainnav {
    position: absolute;
    top: 69px;
    background: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
    left: -100%;
    right: auto;
    transition: all 0.4s;
    z-index: -1;
  }

  .mainnav.show {
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100vh;
  }
  
  /*
  .homecircle1 {
    display: none;
  }
  */
}

@keyframes bgslide {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-3840px);
    /* The image width */
  }
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

img.imghover {
  animation-name: cf3FadeInOut;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-direction: alternate;
}

.imbprbox {
  margin-bottom: 20px;
  padding-left: 4px;
}
.grecaptcha-badge {z-index: 11; position: static !important;}

@media (max-width:830px){
  .homeballon1 .balloon3 {
    z-index: -1;
  }
}

.btn .caret {
  display: none;
}