html,
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  background-color: #f3f3f3;
  color: #222222;
  width: 100%;
  height: 100%;
}

.disabled,
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

img.lazy {
  filter: blur(20px);
  transition: filter 0.5s, opacity 0.5s;
  opacity: 0;
}

img.loaded,
img.lazy-loaded {
  filter: blur(0);
  opacity: 1;
}

.form-validate {
  position: relative;
}

.form-validate label.error {
  position: relative;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: auto;
  background: #b19eff;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  margin-top: 5px;
  margin-left: 15px;
  width: auto;
  z-index: 1;
}

.form-validate label.error:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #b19eff;
}

.modal .form-validate label.error {
  top: auto;
  left: auto;
}

.form-validate .input-label {
  position: relative;
  font-weight: 600;
  color: #000000;
}

.form-validate .input-label.req:after {
  content: "*";
  position: absolute;
  margin-left: 5px;
  color: #ff0000;
}

.form-validate .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.form-validate .form-control {
  height: 50px;
  padding: 0;
  max-width: 100%;
  font-size: 14px;
  outline: none;
  color: #000000;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-validate .form-select {
  height: 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
}

.form-validate .form-control:focus {
  background: transparent;
  outline: 0;
  box-shadow: none;
  border-color: #7847ff;
}

.form-validate textarea.form-control {
  height: auto;
  padding: 15px 0;
}

.upload-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 100%;
  margin: auto;
}

.upload-label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.upload-label span {
  color: red;
}

.upload-box {
  position: relative;
  width: 100%;
  border: 2px dashed #a78bfa;
  border-radius: 6px;
  background-color: #faf9ff;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
  position: relative;
}

.upload-box:hover {
  border-color: #7c3aed;
}

.upload-box.dragover {
  background-color: #ede9fe;
  border-color: #7c3aed;
}

.upload-box i {
  font-size: 24px;
  color: #7c3aed;
  display: block;
  margin-bottom: 10px;
}

.upload-box a {
  color: #7c3aed;
  text-decoration: underline;
}

.upload-box small {
  display: block;
  margin-top: 8px;
  color: #666;
}

#fileUpload {
  display: none;
}

.file-info {
  margin-top: 15px;
  font-size: 14px;
  color: green;
}

.error {
  color: red;
}

.scrollbar {
  position: relative;
  display: block;
  max-height: 600px;
  overflow: auto;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Custom Styles */

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  padding: 10px 0;
  backdrop-filter: blur(10px);
  z-index: 99;
  overflow: hidden;
}

.header .navbar {
  padding: 0;
}

.header .menu-bar {
  width: 100%;
  /* border: 1px solid #CEC4FF; */
  padding: 0 10px;
  border-radius: 0;
  /* background-color: rgb(177 158 255 / 50%); */
  /* backdrop-filter: blur(10px); */
}

.header.active {
  background-color: rgb(225 225 225 / 50%);
}

.header .navbar-brand {
  position: relative;
  display: block;
  width: 80px;
  /* padding: 10px 0; */
}

.header .menu-bar .navbar-toggler {
  color: #000;
  box-shadow: none;
  border: none;
}

.header .menu-bar .navbar-toggler[aria-expanded="true"] span::before {
  content: "\f00d";
}

.header .meun-bar .nav-link:hover,
.header .meun-bar .nav-link.active {
  color: #000;
  background-color: #e1e1e1;
}

.btn-outline-touchbase {
  background: transparent;
  border: 0;
  color: #222222;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.btn-outline-touchbase:hover,
.btn-outline-touchbase:focus,
.btn-outline-touchbase.active {
  /* background: linear-gradient(to right, #7847FF, #7143F0); */
  background: #e1e1e1;
  /* color: #fff; */
}

.pulse-button {
  position: relative;
  top: -3px;
  margin-left: 10px;
  display: inline-block;
  color: white;
  border: none;
  border-radius: 50%;
  background: #000;
  border: 3px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.pulse-button::before,
.pulse-button::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid #000000;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.pulse-button::after {
  animation-delay: 1s;
}

.btn-outline-touchbase:hover .pulse-button,
.btn-outline-touchbase:focus .pulse-button,
.btn-outline-touchbase.active .pulse-button {
  /* border-color: #ffffff; */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* .btn-outline-touchbase:hover .pulse-button::before,
.btn-outline-touchbase:focus .pulse-button::before,
.btn-outline-touchbase.active .pulse-button::after {
    border-color: #ffffff;
} */

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

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

/* .header .nav-item {
  padding: 15px 30px !important;
} */

.header .nav-link {
  color: #222222;
  border-radius: 40px;
}

.border-box {
  position: relative;
  width: 100%;
  border: 0.5px solid #bababa;
  border-radius: 0;
}

.blt-200 {
  border-top-left-radius: 200px;
}

.brb-200 {
  border-bottom-right-radius: 200px;
}

main {
  position: relative;
  padding-top: 100px;
}

.home .border-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  padding: 15px;
  /* background: url(../images/home-bg-pattern.png) no-repeat center center; */
  background-size: contain;
  opacity: 0.04;
  z-index: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.box-shadow {
  box-shadow: 0 0 20px rgb(177 158 255 / 50%);
}

.home .content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  z-index: 1;
}

.home .content .h1 {
  font-size: 60px;
  font-weight: 500;
}

.home .content .h5 {
  font-size: 32px;
  font-weight: 400;
}

.btn-black {
  background: #222222;
  color: #ffffff;
  border-radius: 50px;
  /* padding: 10px 30px !important; */
  font-weight: 500;
  border-color: #c8c8c8;
  transition: all 0.3s ease-in-out;
}

.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to right, #7847ff, #7143f0);
  color: #fff;
  border-color: #7847ff;
}

.btn-theme {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  background: linear-gradient(
    to right,
    rgb(177 158 255 / 100%),
    #7143f0,
    #623ad0,
    #502faa
  );
  color: ghostwhite;
  overflow: hidden;
}

.btn-theme svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.btn-theme span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
}

.btn-theme::before,
.btn-theme::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.btn-theme::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.btn-theme:hover::before {
  transform: translate3d(100%, 0, 0);
}

.btn-theme:active {
  transform: scale(0.95);
}

.btn-theme:hover span {
  color: #ffffff;
}

.btn-glow {
  padding: 15px 40px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: linear-gradient(
    to right,
    rgb(177 158 255 / 100%),
    #7143f0,
    #623ad0,
    #502faa
  );
  border-radius: 50px;
}

.btn-glow:before {
  content: "";
  background: linear-gradient(
    45deg,
    #b19eff,
    #7847ff,
    #7143f0,
    #623ad0,
    #502faa,
    #392178
  );
  /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50px;
}

.btn-glow:active {
  color: #000;
}

.btn-glow:active:after {
  background: transparent;
}

.btn-glow:hover:before {
  opacity: 1;
}

.btn-glow:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 50px;
}

.btn-glow span {
  color: #fff;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

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

.bg-theme {
  background: #f5f3ff;
}

/* Service CSS */
/* .services .container [class^="col-"] {
    border: 0.5px solid #BABABA;
}
 */
.b-top {
  border-top: 0.5px solid #bababa;
}

.b-bottom {
  border-bottom: 0.5px solid #bababa;
}

.b-left {
  border-left: 0.5px solid #bababa;
}

.b-right {
  border-right: 0.5px solid #bababa;
}

.service {
  position: relative;
  background-color: #000000;
  border-width: 0;
  margin-bottom: 15px;
  max-width: 400px;
  min-height: 300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all linear 0.5s;
}

.service:hover {
  box-shadow: 5px 5px #8d54b3;
  transform: scale(1.01);
}

.service:before {
  content: "";
  position: absolute;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-top: 50px solid #f3f3f3;
  border-left: 50px solid #f3f3f3;
  top: -1px;
  left: -1px;
}

.service-content {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  color: #fff;
}

.service-content .info {
  position: relative;
  display: block;
  margin-top: 60px;
}

.service-content .info img {
  min-width: 45px;
  min-height: 45px;
}

.service-content .info h2 {
  font-size: 21px;
  font-weight: 700;
}

.service-content .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

/* Our DNA CSS */
.our-dna {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.our-dna::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

#particles {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.our-dna h2,
.our-dna h4,
.our-dna h5 {
  text-shadow: 4px 4px 4px #222222;
}

.our-dna .dna .dna-content {
  padding: 30px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(to bottom, rgb(0 0 0 / 85%), rgb(0 0 0 / 90%));
  border-radius: 32px;
}

.our-dna .dna .dna-content:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(180deg, #e8e2fe, #8b879800);
  border-radius: 32px;
  z-index: -1;
  /* filter: blur(10px); */
}

.our-dna .dna .dna-content img {
  max-width: 120px;
  margin-bottom: 15px;
}

.our-dna .dna .dna-content h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

.our-dna .dna .dna-content h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

/* Our Process */
.our-process {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* background: rgb(177 158 255 / 10%); */
  /* background: #222222 url('../images/edge/edge4.png') no-repeat center center; */
  background-size: cover;
  /* padding: 100px 0; */
  color: #fff;
  text-align: center;
  z-index: 1;
}

.our-process::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.our-process .process-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(206 196 255 / 80%);
  backdrop-filter: blur(50px);
  /* color: #fff; */
  border: 4px solid rgb(120 71 255 / 20%);
  padding: 30px;
  justify-content: center;
  border-radius: 100px;
  align-content: center;
  z-index: 99;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}

.our-process h2 {
  font-size: 55px;
  font-weight: 800;
}

.our-process .process-content h4 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  text-shadow: 2px 2px 2px #222222;
}

.our-process .process-content p {
  font-size: 20px;
}

.our-process .test-section h5 {
  color: #919396;
  font-weight: 400;
  font-size: 16px;
}

.our-process .test-section h6 {
  font-weight: 700;
  font-size: 16px;
  color: #222222;
}

.our-process h3 {
  font-weight: 800;
  font-size: 30px;
  color: #000000;
  text-align: left;
}

.our-process h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

/* Footer CSS */

footer {
  position: relative;
  display: block;
  width: 100%;
  /* background: #222222 url('../images/footer-bg.webp') no-repeat center center; */
  background-size: cover;
  /* border-top: 1px solid #c8c8c8; */
  color: #fff;
  text-align: center;
  z-index: 1;
}

footer .footer-content {
  padding: 100px 0;
}

footer .page-links li a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

footer .page-links li a:hover {
  text-decoration: underline;
}

footer .footer-logo {
  max-width: 120px;
}

.social li a {
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-decoration: none;
  color: #222222;
  /* filter: invert(1); */
  transition: all 0.3s ease-in-out;
}

.typing-animation {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #222222;
  animation: typing 3s steps(20, end) forwards,
    blink 0.7s step-end 3s 5 forwards;
}

.typing-animation.done {
  border-right: none;
}

/* Same keyframes */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.glow-on-hover {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #222;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.service .glow-on-hover {
  border-radius: 0;
  background: transparent;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.glow-on-hover:before {
  content: "";
  background: linear-gradient(
    45deg,
    #f5f3ff,
    #392178,
    #e8e3ff,
    #502faa,
    #cec4ff,
    #623ad0,
    #b19eff,
    #7847ff,
    #7143f0
  );
  /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 500%;
  z-index: -1;
  filter: blur(15px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 50s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.service .glow-on-hover:before {
  filter: blur(50px);
}

.service .glow-on-hover:before {
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.glow-on-hover:active {
  color: #222222;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.service .glow-on-hover:hover:before {
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  left: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.service .glow-on-hover:after {
  background: transparent;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

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

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

/* Edge CSS */
.edge-info h1 {
  font-size: 40px;
  font-weight: 600;
}

.edge-info h2 {
  font-size: 18px;
  font-weight: 500;
}

.edge-info p {
  margin-bottom: 20px;
}

.careers h1 {
  font-size: 70px;
  font-weight: 500;
}

.careers.detail h1 {
  font-size: 40px;
  font-weight: 500;
}

.careers.detail .info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.careers.detail .info li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: rgba(0,0,0,.6);
}

.careers.detail .info li i {
  width: 30px;
  color: #787878;
}

.careers.detail .description {
  position: relative;
  display: block;
}

.careers.detail .description ul {
  padding-bottom: 15px;
  line-height: 35px;
  padding-left: 1rem;
}

.careers.detail .description ul li {
  padding-left: 10px;
  line-height: 22px;
  margin-bottom: 15px;
  color: rgba(0,0,0,.6);
}

.careers.detail .description ul + p {
  padding-top: 15px;
}

.careers .remote {
  font-size: 32px;
  font-weight: 400;
}

.careers .form-control,
.careers .form-select {
  border-radius: 40px;
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #c4c4c4;
}

.careers .nav-pills .nav-link {
  padding: 15px 30px !important;
  border-radius: 40px;
  margin-right: 10px;
  background: linear-gradient(to right, #f5f3ff, #e8e3ff, #cec4ff);
  transition: all ease-in-out 0.3s;
}

.careers .nav-pills .nav-link.active,
.careers .nav-pills .nav-link:hover {
  background: linear-gradient(to right, #623ad0, #502faa, #392178);
  color: #fff;
}

.careers .card-title .badge {
  background: #f4f2fd;
  color: #222;
  padding: 15px 30px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #b9b9b9;
  margin-right: 15px;
}

.careers .card {
  background: transparent;
  border: none !important;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  z-index: 9;
}

.careers .card:hover {
  background: #f9f9f9;
}

.careers .card .experience {
  position: relative;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
}

.careers .card h2,
.current-openings h2 {
  font-size: 32px;
  font-weight: 500;
}

.careers .card h2 .tm {
  font-size: 14px;
  font-weight: 700;
}

.careers .btn-apply {
  background: #7947fe;
  color: #fff;
  border-radius: 40px;
  font-weight: 500;
  border-color: #7847ff;
  transition: all 0.3s ease-in-out;
}

.careers .card .btn-apply span {
  transform: rotateZ(-45deg);
  transition: all 0.3s ease-in-out;
}

.careers .card:hover .btn-apply span {
  transform: rotateZ(0);
}

h1,
h2,
.h1,
.h2 {
  font-weight: 800;
}

h3,
h4,
.h3,
.h4 {
  font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 600;
}

.gradient-wrapper {
  position: relative;
  display: inline-block;
}

.blurred-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 1.2em;
  background: linear-gradient(90deg, #45dec3, #ff44ec, #7143ee);
  filter: blur(50px);
  z-index: 0;
  border-radius: 8px;
}

.blur-100 {
  filter: blur(100px);
}

.text {
  position: relative;
  z-index: 1;
}

.boxed-layout .border-line {
  border: 0.5px solid #bababa;
  /* overflow: hidden; */
}

.bottom-border {
  border-bottom: 0.5px solid #bababa;
}

.bottom-top {
  border-bottom: 0.5px solid #bababa;
}

/* Very important for having a smooth transitions. */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.u-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.c-carousel {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-carousel__wrapper.swiper {
  margin: 0 20px;
  position: static;
  height: 100%;
}

.c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-carousel img {
  margin: 0 auto;
  max-width: 80px;
  height: 100%;
}

.c-carousel .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  margin: 30px 0;
  border-radius: 20px;
  /* background: #ffffff;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%); */
  overflow: hidden;
}

.sidebar-filters {
  position: sticky;
  top: 75px;
  left: 0;
  width: 100%;
}

.touchbase h2 {
  font-size: 40px;
  font-weight: 500;
}

.touchbase h3 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.edge-info {
  font-size: 16px;
}

.consultants h2 {
  font-size: 22px;
  font-weight: 500;
}

.consultants h3 {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.consultants h4 {
  font-size: 22px;
  font-weight: 500;
}

.consultants .info .col h4 b {
  font-weight: 700;
}

.consultants .info .col .count {
  position: relative;
  display: block;
  min-width: 20px;
  min-height: 20px;
  background-color: #f1ce51;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 4px 48px #00000014;
}

.consultants .info .col:nth-child(2) .count {
  background-color: #7ce7ff;
}

.consultants .info .col:nth-child(3) .count {
  background-color: #b498ff;
}

.consultants .info .col:nth-child(4) .count {
  background-color: #9bffd4;
}

.consultants .info .col h4 {
  font-size: 16px;
  font-weight: 700;
}

.consultants .info .col p {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.beyond svg,
.our-process svg {
  width: 100%;
  height: 100%;
}

.beyond h6,
.our-process h6,
.edge-info h2,
.careers .remote,
.acknowledge-text,
.acknowledge-text a,
.edge-info p {
  color: rgba(0, 0, 0, 0.6);
}

.captcha-code {
  max-width: 120px;
}

/* Video Background */

/* Video container */
.video-bg {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* Video settings */
.video-bg #bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

/* Foreground content */
.video-bg .content {
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
