@font-face {
  font-family: 'SPARTA';
  src: url('../fonts/SPARTARegular.eot');
  src: url('../fonts/SPARTARegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SPARTARegular.woff2') format('woff2'),
      url('../fonts/SPARTARegular.woff') format('woff'),
      url('../fonts/SPARTARegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPTelegrafB';
  src: url('../fonts/PPTelegraf-UltraBold.eot');
  src: url('../fonts/PPTelegraf-UltraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PPTelegraf-UltraBold.woff2') format('woff2'),
      url('../fonts/PPTelegraf-UltraBold.woff') format('woff'),
      url('../fonts/PPTelegraf-UltraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPTelegrafLight';
  src: url('../fonts/PPTelegraf-UltraLight.eot');
  src: url('../fonts/PPTelegraf-UltraLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PPTelegraf-UltraLight.woff2') format('woff2'),
      url('../fonts/PPTelegraf-UltraLight.woff') format('woff'),
      url('../fonts/PPTelegraf-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PPTelegrafRegular';
  src: url('../fonts/PPTelegraf-Regular.eot');
  src: url('../fonts/PPTelegraf-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PPTelegraf-Regular.woff2') format('woff2'),
      url('../fonts/PPTelegraf-Regular.woff') format('woff'),
      url('../fonts/PPTelegraf-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'grotesk_extendedregular';
  src: url('../fonts/adgroteskext.woff2') format('woff2'),
       url('../fonts/adgroteskext.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  font-size: 16px;
  font-weight: 400;
  background: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

html,
body {
  height: 100%;
  width: 100%;
  background: #000;
  color: #fff;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

body::-webkit-scrollbar {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SPARTA';
  font-weight: 600;
  color: #fff;
}

a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
}

p {
  font-family: 'PPTelegrafLight';
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 19px;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-purple {
  color: #5E2ED1 !important;
}

.color-grey {
  color: #0D0D0D !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1E1E1E;
}

.bg-grey {
  background: #0D0D0D;
}

.bg-lightgrey {
  background: #F4F4F4;
}

/* *********************  Btn One Style  ********************** */
.btn {
  border: none;
  width: auto;
  height: auto;
  border-radius: 3em;
  display: inline-table;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #F2EFF9;
  cursor: pointer;
  transition: all 450ms ease-in-out;
  padding: 10px 40px;
}

.sparkle {
  fill: #AAAAAA;
  transition: all 800ms ease;
  padding-right: 5px;
}

.text {
  font-weight: 400;
  color: #000;
  font-size: medium;
  text-transform: uppercase;
  font-family: 'SPARTA';
}

.btn:hover {
  background: linear-gradient(0deg, #7d52e3, #5E2ED1);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4),
    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 4px rgba(255, 255, 255, 0.2),
    0px 0px 180px 0px #9917FF;
  transform: translateY(-2px);
}

.btn:hover .text {
  color: white;
}

.btn:hover .sparkle {
  fill: white;
  transform: scale(1.2);
}

/* *********************  Btn One Style End ********************** */
.head-div h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
}

.head-div h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #FCAF43;
  font-weight: 300;
  position: relative;
}

.head-div h4:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: url(../img/h4-after.png) no-repeat;
  left: 0;
  bottom: -15px;
}

/* ************************** Main Header Css **************************** */
button.navbar-toggler {
  background: #5e2ed1;
}

button.btn-close {
  background: #fff url(../img/close-btn.svg) no-repeat center center;
  --bs-btn-close-opacity: 1;
  background-size: 48%;
}

@media (max-width: 1024px) {
  .header .navbar.navbar-expand-lg {
    display: none;
  }

  .header .bg-body-tertiary {
    display: block !important;
    background: #000 !important;
  }

  .offcanvas-title img {
    width: 130px;
  }
}

.header .bg-body-tertiary {
  display: none;
}

.header {
  padding: 12px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.navbar-brand img {
  width: 189px;
}

.header ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.header ul.navbar-nav li a {
  padding: 0 20px !important;
  /* margin-bottom: 20px; */
  font-weight: 300;
}

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #5E2ED1 !important;
}

.header ul.dropdown-menu li {
  display: block;
}

.header ul.dropdown-menu li a {
  width: 100%;
  color: #000;
  padding: 10px 10px !important;
  transition: ease 0.4s;
}

.header ul.dropdown-menu li a:hover {
  color: #000 !important;
  background: #FCAF43;
}
.getintouchbtn img {
  margin-right: 30px;
}
/* ************************** Main Header Css End **************************** */
/* ************************** Footer Css **************************** */
.footer-main {
  background: #000000;
}
.footer-main img {
  width: auto;
}

.footer-main .social-icons a {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  margin-right: 15px;
  transition: ease 0.4s;
}

.footer-main .social-icons a:last-child {
  margin-right: 0;
}

.footer-main .social-icons a:hover {
  color: #FCAF43;
}

.footer-main h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'SPARTA';
}

.footer-main ul li a:hover {
  color: #5e2ed1;
}

.footer-main ul li a {
  color: #fff;
  font-size: 16px;
  transition: ease 0.4s;
  font-family: 'PPTelegrafLight';
}

.footer-main ul li {
  display: block;
  padding-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.footer-main .main-policy li {
  padding-right: 15px;
  display: inline-block;
}

.footer-main .main-policy li:last-child {
  padding-right: 0;
}

.footer-main .copy-right-div p {
  color: #fff;
  font-size: 16px;
  font-family: 'PPTelegrafLight';
}

.footer-main .main-policy {
  text-align: right;
}

.footer-main .main-policy a {
  color: #fff;
  font-family: 'PPTelegrafLight';
}

.footer-main .row.mt-5 {
  border-top: 1px solid #555555;
  padding-top: 20px;
}

/* ************************** Footer Css End **************************** */
/* ************************** Banner Particles **************************** */

section.BannerBegin {
  position: relative;
  overflow: hidden;
  background: url(../img/Scroll-Group-3.svg) center center no-repeat;
  background-size: cover;
  padding-top: 65px;
}

/*video {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: 0 auto;*/
/*}*/

img.bannertop {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 2;
  width: 39%;
}

.particle-image {
  position: relative;
}

.faceline1 {
  position: absolute;
  top: 30%;
  left: 24%;
  z-index: 1;
}

.faceline1 small {
  position: relative;
  left: 10px;
  bottom: 20px;
}

.faceline2 {
  position: absolute;
  right: 26%;
  top: 23%;
  z-index: 1;
}

.faceline2 small {
  position: relative;
  left: 60%;
  bottom: 20px;
}

.faceline3 {
  position: absolute;
  left: 27%;
  top: 53%;
  z-index: 1;
}

.faceline3 small {
  position: relative;
  left: 0%;
  bottom: 20px;
}

.faceline4 {
  position: absolute;
  right: 28%;
  bottom: 40%;
  z-index: 1;
}

.faceline4 small {
  position: relative;
  left: 67%;
  bottom: 120px;
}

.particlesmain small {
  color: #fff;
  font-family: 'PPTelegrafRegular';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}

.bannerTextMain {
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
  z-index: 99;
  position: relative;
}

.bannerTextMain:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/banner-star.svg) no-repeat;
  right: 20%;
  top: -120px;
  bottom: 0;
  margin: auto 0;
}

.BannerleftText span {
    color: #fff;
    font-family: 'grotesk_extendedregular';
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: 50%;
    line-height: 35px;
}

.BannerleftText small {
    color: #fff;
    font-family: 'PPTelegrafLight';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
    display: block;
    width: 300px;
    text-align: center;
}

#BannerRightTextJs a:after {
  position: absolute;
  content: '';
  width: 242px;
  height: 242px;
  line-height: 242px;
  background: url(../img/anchor-bg.png) no-repeat;
  left: 0;
  right: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
     transform: rotate(0deg);
  }
  100% {
     transform: rotate(360deg);
  }
}

#BannerRightTextJs a {
  display: inline-block;
  text-align: center;
  line-height: 242px;
  position: relative;
  width: 242px;
  height: 242px;
  top: 35%;
  z-index: 1;
  transition: ease 0.5s;
}

#BannerRightTextJs a:hover {
  transform: scale(1.05);
}

.bannerText span {
  color: #5E2ED1;
  font-size: 190px;
  font-family: 'SPARTA';
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 150px;
  letter-spacing: 5px;
}

.bannerText small {
  color: #fff;
  font-size: 190px;
  font-family: 'SPARTA';
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  display: block;
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin;
  line-height: 150px;
  letter-spacing: 5px;
}

.bannerText {
  padding: 2% 0 2% 0;
  position: relative;
  z-index: 2;
  background: #000;
  margin-top: 16%;
}

.BannerBegin .bannerText:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/banner-star.svg) no-repeat;
  right: 34%;
  top: -15%;
}

.BannerBegin:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/bannerafter.webp');
  background-size: contain;
  position: absolute;
  background-position: bottom center;
  background-repeat: no-repeat;
  top: 36%;
  left: 0;
  right: 0;
  z-index: 0;
}
.agencyslider {
  background: #fff;
  padding: 5% 15px;
  border-radius: 20px;
  margin: 0% 0 0% 0;
}
.logoimgbox img {
  width: 170px;
  height: 140px;
  object-fit: scale-down;
  margin: 0px auto;
}
#BannerleftTextJs {
  opacity: 0;
}

#BannerRightTextJs {
  opacity: 0;
}

#faceline1Js {
  opacity: 0;
}

#faceline2Js {
  opacity: 0;
}

#faceline3Js {
  opacity: 0;
}

#faceline4Js {
  opacity: 0;
}

/* ************************** Banner Particles **************************** */
/* ************************** Our Story **************************** */
.mainheading span {
  font-size: 200px;
  font-family: 'SPARTA';
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 155px;
  margin-bottom: 0;
  letter-spacing: 5px;
}
.mainheading small {
  color: #fff;
  font-size: 120px;
  font-family: 'SPARTA';
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin;
  line-height: 131px;
}
.OurStory {
  padding: 3% 0;
  position: relative;
  z-index: 22;
}
.OurStory:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/storyafter.png');
  background-size: 100% 100%;
  position: absolute;
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
}
.storycontent p {
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}
/* ************************** Our Story **************************** */
/* ************************** Workflow **************************** */
.workflowmain {
  position: relative;
  width: 100%;
  height: 240vh;
  background-color: #000;
  overflow: hidden;
}
.text-container {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}
.workflowmain h1 {
  font-size: 4em;
  margin-bottom: 0;
}
.workflowmain h2 {
  font-size: 3em;
  margin-top: 0.2em;
}
.step {
  position: absolute;
  text-align: center;
  font-size: 1em;
  opacity: 0;
  width: 32%;
  transition: opacity 0.5s ease;
}
/* Positioning steps */
.step h3 {
  color: #5e2ed1;
  font-weight: 400;
  font-size: 30px;
  line-height: 26px;
  margin: 20px 0 20px 0;
}
.step-1 {
  top: 28%;
  left: 30%;
  text-align: right;
}
.step-2 {
  top: 52%;
  left: 75%;
  transform: translateX(-50%);
  text-align: left;
}
.step-3 {
  top: 65%;
  left: 10%;
  text-align: right;
}
.step-4 {
  top: 84%;
  left: 75%;
  transform: translateX(-50%);
  text-align: left;
}
.workflowmain svg {
  position: absolute;
  top: 6%;
  left: auto;
  right: 5%;
  width: 95%;
  height: 100%;
  margin: 0px auto;
  filter: drop-shadow(0px 0px 10px #5e2ed1);
}
.workflowmain svg path {
  stroke: #5E2ED1;
  stroke-width: 1;
  fill: none;
  stroke-dasharray: 0;
}
.step-number {
  font-size: 20px;
  color: #707070;
  margin-bottom: 0.5em;
  font-family: 'SPARTA';
  font-weight: 400;
}
/* ************************** Workflow **************************** */
/* ************************** Services **************************** */
.mainservices {
  position: relative;
  background: url(../img/cube-back-bg.webp) top 300px center no-repeat;
}
.mainservices:after {
  /* content: ''; */
  display: block;
  background-image: url(../img/footerbg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40px;
  z-index: 0;
}
.mainservices .bannerText {
  padding: 2% 0 4% 0;
  position: relative;
  z-index: 0;
  color: #5E2ED1;
  font-size: 170px;
  font-family: 'SPARTA';
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 140px;
  letter-spacing: 5px;
  margin-top: 0;
}

.mainservices .bannerText span {
  color: #fff;
  font-size: 165px;
  font-family: 'SPARTA';
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 140px;
  letter-spacing: 5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: thin;
}

.maincube {
  margin: auto;
  margin-top: -40px;
  perspective: 1000px;
  perspective-origin: 0 10%;
  width: 100%;
  height: 350px;
  transform-style: preserve-3d;
  transform: rotateX(342deg) rotateY(30deg);
  animation: rotate 8s infinite linear;
  left: 80px;
  position: relative;
}

.menu-parent {
  position: relative;
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  transition: all 500ms;
}
.menu-parent .cube1 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5E2ED1;
  background: #000;
  overflow: hidden;
}

.menu-parent .cube2 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5E2ED1;
  background: #000;
  overflow: hidden;
}
.menu-parent .cube3 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5E2ED1;
  background: #000;
  overflow: hidden;
}
.menu-parent .cube4 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5E2ED1;
  background: #000;
}
.cube1 {
  transform: translateZ(150px) rotateY(0deg);
  transform-origin: center;
  color: #5E2ED1;
}
.cube2 {
  transform: rotateY(90deg) translateZ(150px);
  transform-origin: center;
}
.cube3 {
  transform: rotateY(180deg) translateZ(150px);
  transform-origin: center;
}
.cube3 {
  transform: rotateY(180deg) translateZ(150px);
  transform-origin: center;
}
.flip-1 {
  transform: rotateY(0deg);
}
.flip-2 {
  transform: rotateY(-90deg);
}
.flip-3 {
  transform: rotateY(-180deg);
}
.flip-4 {
  transform: rotateY(-20deg);
}
.bordertop{
  border-top: 1px solid #5E2ED1;
}

.menu-parent small {
  display: inline-block !important;
  text-align: center;
  font-size: 40px;
  font-family: 'SPARTA';
  font-weight: 700;
  color: #5E2ED1;
  text-transform: uppercase;
  height: 73px;
  font-family: 'SPARTA';
  align-content: center;
  white-space: nowrap;
  -webkit-animation: marquee 5s linear infinite;
  animation: marquee 9s linear infinite;
}

@-webkit-keyframes marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.menu-parent .cube1 { transform: translateZ(150px); }      
.menu-parent .cube2 { transform: rotateY(90deg) translateZ(150px); }  
.menu-parent .cube3 { transform: rotateY(180deg) translateZ(150px); } 
.menu-parent .cube4 { transform: rotateY(-90deg) translateZ(150px); } 
.menu-parent .cube5 {transform: rotateX(90deg) translateZ(150px);width: 300px;height: 300px;background: #000;border: 1px solid #361b79;}  
.menu-parent .cube6 {transform: rotateX(-90deg) translateZ(-150px);width: 300px;height: 300px;background: #000;border: 1px solid #5027b4;}
.cube1 .smalltext {
  position: relative;
}
.backbox {
  position: relative;
  text-align: center;
  display: block;
  perspective: 800px;
  perspective-origin: 50%;
}
.backbox img {
  position: absolute;
  width: 400px;
  right: 0;
  left: 340px;
  margin: 0px auto;
  top: -60px;
}
.backbox small {
  color: #5e2ed1;
  font-weight: 700;
  font-size: 20px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  width: 240px;
  line-height: 25px;
}
.backbox svg {
  width: 95%;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
  transition: 2s;
}
.smalltext {
  opacity: 0;
  visibility: hidden;
  display: block; /* Make sure display is not set to none */
}
.boxtext1 {
  display: block;
  opacity: 1;
}
.whiteslider {
  background: #f2eff9;
  padding: 20px;
  border-radius: 20px;
  color: #000;
  position: relative;
  z-index: 1;
}
.slidernumber {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #D3D0D9;
  padding-bottom: 15px;
}
.slidernumber span {
  font-size: 130px;
  color: #000;
  line-height: 110px;
  font-family: 'SPARTA';
}
.slidernumber small {
  color: #000;
  font-size: 26px;
  font-family: 'PPTelegrafRegular';
  width: 300px;
  line-height: 25px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
.sliderlink a {
  display: table;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  line-height: 20px;
  margin: 0;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'SPARTA';
}
.sliderlink a:hover{
  background: #5E2ED1;
  color: #fff;
}
.sliderpera p {
  font-size: 16px;
  margin: 0 0 70px 0;
  color: #000;
  width: 70%;
  font-weight: 600;
}
.arrowdiv {
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 1;
  display: none !important;
}
.arrowdiv button {
  background: transparent;
  border: none;
  display: block;
  margin-bottom: 50px;
}
.sliderbttons {
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
.sliderbttons ul {
  text-align: center;
}
.sliderbttons ul li {
  text-align: center;
  margin-right: 40px;
}
.sliderbttons ul li:last-child {
  margin-right: 0px;
}
.sliderbttons button {
  background: transparent;
  color: #fff;
  padding: 22px 14px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5e2ed1;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  font-family: 'SPARTA';
}
.sliderbttons button:before {
  content: '';
  display: block;
  background: #000;
  width: 106%;
  height: 30px;
  left: -10px;
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 10px;
}
.sliderbttons button:after {
  content: '';
  display: block;
  background: #000;
  width: 20px;
  height: 80px;
  left: 0;
  position: absolute;
  z-index: -1;
  top: -5px;
  right: 0;
  margin: 0px auto;
}
.sliderbttons button:hover {
  color: #5e2ed1;
}
.sliderbttons ul {
  text-align: center;
}
.sliderbttons ul li {
  text-align: center;
  margin-right: 10px;
  width: 24%;
}
.sliderbttons ul li:last-child {
  margin-right: 0px;
}
.bullet.active {
  color: #5e2ed1;
}
.front {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #5e2ed1;
}
.borderareatop {
  border-top: 1px solid #5e2ed1;
}
/* ************************** Services **************************** */
.philosophie {
  position: relative;
}
.philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}
.point article {
  width: 90%;
  position: relative;
  top: 20%;
  margin-left: 80px;
  background: url(../img/article-bg-lines.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10px 30px;
  height: 35%;
  z-index: 1;
}
.point img {
  height: auto;
}
.faceAi img {
  border-radius: 20px;
  width: 100% !important;
}
.img-box
{
  position:relative;
  width: auto;
  height:500px;
  overflow:hidden;
}

.img-box img
{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  transition: 0.5s;
  background-size:cover;
}
.img-box:hover img:nth-child(2)
{
  transform:translatex(-50%) scalex(2);
  opacity:0;
  filter:blur(10px);
}
.img-box img:nth-child(1)
{
  transform:translatex(50%) scalex(2);
  opacity:0;
  filter:blur(10px);
}
.img-box:hover img:nth-child(1)
{
  transform:translatex(0) scalex(1);
  opacity:1;
  filter:blur(0);
}
.hoverboxJS {
  opacity: 0;
}
.Technologymain {
  padding: 5% 0;
  position: relative;
}
.philosophie .bannerText {
  padding: 2% 0 0 0;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 0%;
}
.hoverbox img {
  width: 70%;
  height: auto;
  object-fit: cover;
}
.overviewdetail {
  width: 100%;
}
.overviewdetail ul li {
    display: block;
    margin-left: 30px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'PPTelegrafRegular';
    font-weight: 500;
}

article .overviewdetail ul li img {
  width: 65%;
}

article .overviewdetail ul li {
  display: inline-block;
  width: 16%;
}

.overviewdetail span {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 90px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #a7a7a773;
  padding-bottom: 10px;
  font-family: 'SPARTA';
}
.techContent span {
  display: block;
}

.techContent ul {
  display: inline-block;
}
.techContent ul li {
  display: block;
}
.learnmore a {
  display: table;
  padding: 10px 40px;
  background: #5e2ed1;
  color: #fff;
  border-radius: 100px;
  width: 170px;
  text-align: center;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.learnmore a:hover {
  background: #fff;
  color: #5e2ed1;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.overviewtext small {
  font-size: 20px;
  font-family: 'PPTelegrafRegular';
  font-weight: 500;
}

.row.blockchainmain {
  margin-top: 80px;
}

/* ************************* Technology sec  **************************** */
/* ************************* Contact Us  **************************** */
.ContactUsMain {
  position: relative;
}
.ContactUsMain:before {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  background-image: url(../img/bannerafter.webp);
  background-size: cover;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  top: -140px;
  left: 0;
  right: 0;
  z-index: 0;
}
.ContactText.bannerText.text-center {
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-top: 0%;
}
.ContactUsMain .bannerText small {
  font-size: 180px;
  padding-left: 20px;
}
.bookmeeting {
    display: flex;
    border-radius: 100px;
    align-items: center;
    width: 100%;
    z-index: 1;
    position: relative;
    flex-direction: column;
}
.bookmeeting span {
  font-family: 'SPARTA';
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 40px;
}
.bookmeeting a {
    border: 1px solid #a7a7a773;
    border-radius: 100px;
    width: 30%;
    text-align: center;
    height: 100px;
    line-height: 150px;
    margin-bottom: 15px;
}
.bookmeeting small {
    font-family: 'SPARTA';
    background: #5e2ed1;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 30%;
    height: 100px;
    line-height: 100px;
}
.ContactUsForm .form-group {
  position: relative;
  background: transparent;
  border-radius: 15px;
}
.ContactUsForm .form-group:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/inputbefore.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 78px;
  z-index: 0;
  top: 0;
  bottom: 0;
}
.ContactUsForm .form-group:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  background-image: url(../img/inputafter.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 79px;
  z-index: 2;
}
.ContactUsForm .form-control {
  width: 100%;
  height: 78px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  color: #808080;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'SPARTA';
}
.ContactUsForm .form-control:focus {
  outline: inherit;
  box-shadow: none;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #fff;
  border-radius: 15px;
}
.ContactUsForm {
  position: relative;
  z-index: 9999;
  margin: 5% 0;
  width: 70%;
  margin: 60px auto;
}
.ContactUsForm .btn-primary {
  width: 100%;
  color: #000;
  font-family: 'SPARTA';
  text-transform: uppercase;
}
.ContactUsForm input,
.ContactUsForm select,
.ContactUsForm textarea {
  background-color: transparent;
  border: 2px dotted rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 10px 15px;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}
.ContactUsForm input::placeholder,
.ContactUsForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ContactUsForm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('path-to-custom-arrow-icon');
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: rgba(255, 255, 255, 0.5);
}
.ContactUsForm select option {
  color: #000;
}
.overtop {
  position: relative;
  z-index: 9;
}
.footer-main {
  position: relative;
}
.footer-main:after {
  content: '';
  display: block;
  background-image: url(../img/footerbg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40px;
}
.hoverbox {
  background-image: url(../img/bghoverimg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 20%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20%;
}
@keyframes marquee {
  0% {
    transform: translateX(0); /* Start at the right */
  }
  100% {
    transform: translateX(-100%); /* Move completely to the left */
  }
}
/* Desktop Nono */
.desktopnone{
  display: none;
}
/* Desktop Nono */
/* ************************* Contact Us  **************************** */

/* ************************* Loader  **************************** */
/* Loader styling */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-circle {
  width: 50px;
  height: 50px;
  border: 5px solid #5e2ed1;
  border-top-color: transparent;
  border-radius: 50%;
}

/* Main content styling */
#content {
  padding: 20px;
  text-align: center;
}
/* ************************* Loader  **************************** */

.OurStory video {
  position: relative;
  width: 100%;
  border-radius: 32px;
}