* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  /* transitions */
  --transform--trasitions: transform 0.4s;
  --transition--all: all 0.3s ease 0s;
  /* colors */
  --primary--color: #11e7b0;
  --anti-primary--color: #11e7b0;
  --secondary--color: #111;
  --tertiary--color: #333;
  --grey-dark--color: #707070;
  --grey-light--color: #ccc;
  --body--color: #cbcbcb;
  --theme_black-primary--color: #1a1a1a;
  --theme_black-secondary--color: #242424;
  --pure-white--color: #fff;
  --pure-black--color: #000;
  --card-color: #1e1e1e;
  /* fonts */
  --karla--font: "Karla", sans-serif;
  --roboto--font: "Roboto", sans-serif;
}
::selection {
  color: #fff;
  background: var(--primary--color);
}
body {
  top: 0 !important;
  font-family: var(--karla--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  background-color: var(--secondary--color);
  color: var(--body--color);
}
a {
  text-decoration: none;
  color: var(--body--color) !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h1,
h2,
h3,
h4 {
  line-height: 50px;
}
@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 38px;
  }
}
.fs-xxs {
  font-size: 12px;
}
.fs-xs {
  font-size: 14px;
}
.lh-lg {
  line-height: 35px !important;
}
.wd-50 {
  width: 50%;
}
@media (max-width: 991px) {
  .wd-50 {
    width: 100%;
  }
}
.text-primary {
  color: var(--primary--color) !important;
}
.gradient-text {
  background: #aaffa9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(#11ffbd, #aaffa9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(#11ffbd, #aaffa9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient__color--1 {
  background: #aaffa9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11ffbd, #aaffa9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11ffbd, #aaffa9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient__color--2 {
  background: #a8ff78;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #78ffd6, #a8ff78);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient__color--3 {
  background: #b3ffab;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #12fff7, #b3ffab);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #12fff7, #b3ffab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.gradient__color--4 {
  background: #00c9ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #92fe9d, #00c9ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #92fe9d, #00c9ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.border__add--mod {
  border: 1px solid var(--primary--color);
}
.bigger__text--mod {
  font-size: 80px;
  font-weight: bold;
  font-family: var(--roboto--font);
  color: var(--primary--color);
}
@media (max-width: 991px) {
  .bigger__text--mod {
    font-size: 50px;
  }
  .medium__text-mod {
    font-size: 16px;
  }
}
.icon__sm-mod {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.icon__box--big {
  position: relative;
  width: 120px;
  opacity: 0.5;
  color: var(--body--color) !important;
  transition: var(--transition--all);
  font-size: 14px;
}
.icon__box--big:hover {
  opacity: 1;
}
.icon__box--big.fixed-opacity {
  opacity: 1 !important;
}
.big--icon {
  width: 40px;
  margin-bottom: 10px;
}
.icons__md--box {
  position: relative;
  opacity: 0.5;
  color: var(--body--color) !important;
  transition: var(--transition--all);
  font-size: 14px;
}
.icons__md--box:hover {
  opacity: 1;
}
.md__icon--box {
  width: 100px;
  max-width: 100px;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.btn {
  box-shadow: none !important;
  margin: 0;
}
.btn:focus-visible {
  box-shadow: none !important;
  margin: 0;
  border: none !important;
}
.btn-primary {
  position: relative;
  padding: 8px 20px !important;
  border-radius: 10px !important;
  background: transparent !important;
  border-color: var(--primary--color) !important;
  color: var(--primary--color) !important;
  z-index: 1;
}
.btn-primary:hover {
  border-color: transparent !important;
  color: var(--pure-black--color) !important;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  background: #a8ff78;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #78ffd6, #a8ff78);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0;
  transition: var(--transition--all);
  z-index: -1;
}
.btn-primary:hover::before {
  opacity: 1;
}
.btn-secondary {
  position: relative;
  padding: 8px 20px !important;
  border-radius: 10px !important;
  background: transparent !important;
  border-color: var(--primary--color) !important;
  color: var(--primary--color) !important;
  z-index: 1;
}
.btn-secondary:hover {
  border-color: transparent !important;
  color: var(--pure-white--color) !important;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  background: #a8ff78;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #78ffd6, #a8ff78);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0;
  transition: var(--transition--all);
  z-index: -1;
}
.btn-secondary:hover::before {
  opacity: 1;
  background: #000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000, #000);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000, #000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-expandable {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background: transparent !important;
  border-radius: 10px;
  border-color: var(--pure-white--color) !important;
  color: var(--pure-white--color) !important;
  transition: var(--transition--all);
  overflow: hidden;
  white-space: nowrap;
  transition: all 1s;
}
.btn-expandable:hover {
  width: 200px;
  border-radius: 10px;
}
.btn-expandable .title {
  font-weight: 400;
  line-height: 2.2rem;
  color: var(--pure-white--color);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  white-space: nowrap;
  padding: 1rem 2rem 1rem 3rem;
}
.btn-expandable .icon {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
}
.sfdx__link--btn {
  color: var(--body--color) !important;
  padding: 4px 0;
  transition: var(--transition--all);
}
.sfdx__link--btn:hover {
  text-decoration: underline;
}
.sticky__content--mod {
  position: sticky;
  top: 100px;
}
/* header start  */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  /* background: transparent; */
  background: var(--secondary--color);
  z-index: 999;
}
header.fixed {
  position: fixed;
}
header.activate_scroll--mod {
  background: var(--secondary--color);
}
.logo--mod {
  position: relative;
  width: 80px;
}
.menu__wrapper--mod {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu__links--mod {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu__links--mod li {
  position: relative;
}
.menu__links--mod li .flag__img {
  width: 15px;
  height: 12px;
  margin-right: 2px;
}
.menu__links--mod li a {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 20px 0;
  color: var(--pure-white--color);
}
.menu__links--mod li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--primary--color);
  transition: var(--transition--all);
}
.menu__links--mod li a:hover::after {
  width: 100%;
}
.menu__links--mod li a.btn:hover::after {
  display: none;
}
.menu__links--mod li .sub__menu--mod {
  position: absolute;
  top: 70px;
  left: -50px;
  min-width: 350px;
  /* height: 200px; */
  background-color: var(--theme_black-secondary--color);
  color: var(--pure-white--color);
  border-radius: 10px;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  transition: var(--transition--all);
}
.menu__links--mod li:hover .sub__menu--mod {
  opacity: 1;
  transform: scale(1);
}
.menu__links--mod li .sub__menu--mod .submenu__links--mod {
  padding: 20px;
}
.menu__links--mod li .sub__menu--mod .submenu__links--mod span {
  display: inline-block;
  font-size: 12px;
}
.menu__links--mod li .sub__menu--mod .submenu__links--mod ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
}
.menu__links--mod li .sub__menu--mod .submenu__links--mod ul li a::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  width: 24px;
  height: 24px;
  background: var(--primary--color);
  clip-path: path(
    "M16.839 4l4.857 8.5-4.857 8.5h-9.678l-4.857-8.5 4.857-8.5h9.678zm1.161-2h-12l-6 10.5 6 10.5h12l6-10.5-6-10.5z"
  );
}
.menu__links--mod li .sub__menu--mod .submenu__links--mod ul li a:hover::after {
  background: var(--grey-light--color);
}
.dropdown__footer--mod {
  display: inline-block;
  padding: 20px 20px !important;
  font-size: 12px;
  color: var(--pure-white--color);
  font-weight: 300;
  background: #00f260;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575e6, #00f260);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0575e6, #00f260);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.dropdown__footer--mod p {
  width: 70%;
}
.dropdown__footer--mod span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.dropdown__footer--mod i {
  font-size: 16px;
  color: var(--pure-white--color);
}
.rsp__toggler--mod {
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: var(--card-color);
  cursor: pointer;
}
.menu__links--mod li a .caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border-left: 1px solid var(--pure-black--color);
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .menu__links--mod {
    position: absolute;
    left: 0;
    top: 88px;
    width: 100%;
    height: 0;
    /* transform: scale(0); */
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    transition: var(--transition--all);
  }
  .menu__links--mod.active {
    height: calc(100vh - 90px);
  }
  .menu__links--mod li {
    width: 100%;
    background-color: var(--card-color);
    border-bottom: 1px solid var(--pure-black--color);
  }
  .menu__links--mod li a {
    padding-left: 20px;
  }
  .menu__links--mod li .btn {
    margin: 30px 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__links--mod li .sub__menu--mod {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    width: 100%;
    transform: scale(1);
    opacity: 1;
    display: none;
    border-radius: 0;
  }
  .menu__links--mod li.expanded-activated .sub__menu--mod {
    display: block;
  }
  .menu__links--mod li .sub__menu--mod .submenu__links--mod ul li {
    background-color: transparent;
    border-bottom: none;
  }
  .menu__links--mod li a .caret {
    display: flex;
  }
  .menu__links--mod li a .caret i {
    transition: var(--transition--all);
  }
  .menu__links--mod li.expanded-activated a .caret i {
    transform: rotate(90deg);
  }
}
/* Header end */
/* content start */
section {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.hero__banner--mod {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* padding: 0; */
}
.hero__banner--mod::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_1.webp") no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(50%);
  z-index: -1;
}
.hero__title--mod {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -2px;
  font-weight: 300;
  font-family: var(--karla--font);
  color: var(--body--color);
}
@media (max-width: 991px) {
  .hero__banner--mod {
    padding: 50px 0;
  }
  .hero__title--mod {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: center;
  }
}
.header__icons--comp {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 45px;
  max-width: 100%;
  height: auto;
}
.header__icons--comp:last-child {
  margin-right: 0;
}
.header__icons--comp img {
  border-radius: 5px;
}
.section__sub--title {
  font-size: 14px;
  letter-spacing: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary--color);
}
.bigger__stoked-title--text {
  font-size: 10vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 4px var(--pure-white--color);
  color: var(--secondary--color);
  user-select: none;
}
@media (max-width: 991px) {
  .bigger__stoked-title--text {
    font-size: 10vw;
    -webkit-text-stroke: 1px var(--pure-white--color);
  }
}
.big__stoked-title--text {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 2px var(--pure-white--color);
  color: var(--secondary--color);
  user-select: none;
}
.big__stoked-title--text:hover {
  color: var(--pure-white--color);
}
.big__title--text {
  font-size: 40px;
  font-weight: bold;
  color: var(--pure-white--color) !important;
}
@media (max-width: 767px) {
  .bigger__stoked-title--text {
    font-size: 10vw;
    -webkit-text-stroke: 1px var(--pure-white--color);
  }
  .big__stoked-title--text {
    font-size: 50px;
    -webkit-text-stroke: 1px var(--pure-white--color);
  }
  .big__title--text {
    font-size: 26px;
    font-weight: bold;
  }
}
.video__play-button {
  cursor: pointer;
  position: relative;
  background-color: var(--primary--color);
  border-radius: 50%;
  border: none !important;
  height: 75px;
  width: 75px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  padding: 28px;
}
.video__play-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 3px solid var(--primary--color);
  transition: all 0.2s ease-in-out 1s;
  animation: scaleInarrow 3s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  border-radius: 100%;
  /* padding: 40px; */
}
@keyframes scaleInarrow {
  0% {
    transform: scale(1, 1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.header_video-modal .modal-content {
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--secondary--color);
}
.header_video-modal .modal-body {
  padding: 0 !important;
}
.header_video-modal .modal-header {
  border-bottom: none !important;
}
.header_video-modal .modal-content video {
  width: 100%;
  height: 100%;
}
.header_video-modal .btn-close {
  color: var(--pure-white--color) !important;
  box-shadow: none !important;
}
.header_video-modal .btn-close:hover {
  color: var(--primary--color) !important;
}
.counter__section--mod {
  background: url("../images/map-bg2.svg") no-repeat center;
  background-size: 70%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .counter__section--mod {
    background-size: 100%;
    padding: 50px 0;
  }
}
.counter__outer-wrapper--mod {
  position: relative;
  padding: 50px;
  background: var(--theme_black-secondary--color);
}
.counter__inner-wrapper--mod {
  position: relative;
  background: var(--secondary--color);
}
.services__box--mod {
  position: relative;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  color: var(--pure-white--color);
  cursor: pointer;
  transition: var(--transition--all);
  z-index: 9;
}
.services__box--mod.active,
.services__box--mod:hover {
  color: var(--pure-black--color);
}
.services__box--mod.active img,
.services__box--mod:hover img {
  filter: brightness(0%);
}
.services__box--mod::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  background: var(--secondary--color);
  z-index: -1;
}
.services__box--mod.active::before {
  z-index: -2;
}
.services__box--mod::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background: #a8ff78;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #78ffd6, #a8ff78);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -2;
}
.services__box--mod:hover::after {
  z-index: -1;
}
.services__box--mod.blockchain-services::after {
  background: #aaffa9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #11ffbd, #aaffa9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #11ffbd, #aaffa9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.services__box--mod.ai-services::after {
  background: #b3ffab;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #12fff7, #b3ffab);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #12fff7, #b3ffab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.services__title--mod {
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.services__content--box {
  position: sticky;
  top: 100px;
  margin-left: -100px;
  width: calc(100% + 100px);
  padding: 30px 100px 30px;
  border-radius: 10px;
  background: var(--theme_black-secondary--color);
}
@media (max-width: 1199px) {
  .services__content--box {
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 30px;
  }
}
.services__box--content-wrapper {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: var(--transition--all);
}
.services__box--content-wrapper.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.services__wrap__box--icon {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.sbjdx--box_mod {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  border-radius: 10px;
  text-align: center;
  color: var(--pure-white--color);
  /* background: linear-gradient(90deg, #9400d3, indigo); */
  z-index: 1;
}
.sbjdx--box_mod::before {
  position: absolute;
  content: "";
  background: url("../images/icons/grediant-bg.896f0b88.svg") no-repeat;
  height: 320px;
  width: 264px;
  top: 0;
  right: 50px;
  max-height: 100%;
  z-index: -1;
}
.contact__box--mod {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: var(--theme_black-secondary--color);
}
.input__item--mod {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-color: var(--theme_black-secondary--color);
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  outline: 0;
  color: var(--body--color);
}
.input__item--mod.input__textarea {
  height: 120px;
}
.common__box--mod {
  padding: 30px 0;
}
.common__box--icon {
  position: relative;
  width: 45px;
  height: 49px;
}
.ls-xs__circle--mod li {
  position: relative;
  padding-left: 14px;
  /* line-height: 2.3; */
  margin: 10px 0;
}
.ls-xs__circle--mod li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 2px;
  transform: scale(0.6);
  width: 24px;
  height: 24px;
  background: var(--primary--color);
  clip-path: path(
    "M16.839 4l4.857 8.5-4.857 8.5h-9.678l-4.857-8.5 4.857-8.5h9.678zm1.161-2h-12l-6 10.5 6 10.5h12l6-10.5-6-10.5z"
  );
}
.ls-sm__circle--mod li {
  position: relative;
  padding-left: 14px;
  /* line-height: 2.3; */
  margin: 10px 0;
}
.ls-sm__circle--mod li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  transform: scale(0.8);
  width: 24px;
  height: 24px;
  background: var(--primary--color);
  clip-path: path(
    "M16.839 4l4.857 8.5-4.857 8.5h-9.678l-4.857-8.5 4.857-8.5h9.678zm1.161-2h-12l-6 10.5 6 10.5h12l6-10.5-6-10.5z"
  );
}
.ls-lg__circle--mod li {
  position: relative;
  margin: 10px 0;
  padding-left: 14px;
  font-weight: bold;
  font-size: 20px;
}
.ls-lg__circle--mod li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 5px;
  transform: scale(0.8);
  width: 24px;
  height: 24px;
  background: var(--primary--color);
  clip-path: path(
    "M16.839 4l4.857 8.5-4.857 8.5h-9.678l-4.857-8.5 4.857-8.5h9.678zm1.161-2h-12l-6 10.5 6 10.5h12l6-10.5-6-10.5z"
  );
}
.card-primary {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: var(--theme_black-secondary--color);
}
.card-secondary {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  color: var(--pure-white--color) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.card-secondary:hover {
  color: var(--pure-black--color) !important;
}
.card-secondary:hover.web-services {
  background: #a8ff78;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #78ffd6, #a8ff78);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-secondary:hover.blockchain-services {
  background: #00c9ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #92fe9d, #00c9ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #92fe9d, #00c9ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-secondary:hover.ai-services {
  background: #11998e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #38ef7d, #11998e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-secondary:hover.other-services {
  background: #4cb8c4;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3cd3ad, #4cb8c4);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3cd3ad, #4cb8c4);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-secondary:hover img {
  filter: brightness(0);
}
.features__card--mod {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: var(--theme_black-secondary--color);
  overflow: hidden;
  z-index: 1;
}
.features__card--mod:hover {
  color: var(--pure-white--color);
  background: #11998e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #38ef7d, #11998e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.features__card--bg {
  position: absolute;
  top: 0;
  right: -100px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
}
.features__card--bg img {
  width: 100%;
  height: 100%;
}
.features__image--mod {
  width: 80px;
  height: 80px;
  padding: 10px;
}
.developer__img--mod {
  position: absolute;
  width: 25%;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .developer__img--mod {
    display: none;
  }
}
.card-sm {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
  border: 2px solid #aaffa9;
  transition: var(--transition--all);
  color: var(--pure-white--color) !important;
}
.card-sm:hover {
  color: var(--pure-black--color) !important;
  background: #aaffa9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(#11ffbd, #aaffa9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(#11ffbd, #aaffa9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-sm:hover img {
  filter: brightness(0);
}
.card-sm:hover .btn-secondary {
  border-color: var(--pure-black--color) !important;
  color: var(--pure-black--color) !important;
}
.card-sm:hover .btn-secondary:hover {
  color: var(--pure-white--color) !important;
}
.card-sm .card-icon {
  width: 50px;
  height: 50px;
}
.roadmap__hiring--mod {
  position: relative;
  width: 100%;
  height: 100%;
}
.roadmap__hiring--mod::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: var(--grey-light--color);
}
.roadmap__hiring--mod::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid var(--grey-light--color);
}
@media (max-width: 991px) {
  .roadmap__hiring--mod::before {
    left: 10px;
  }
  .roadmap__hiring--mod::after {
    left: 0;
  }
}
.roadmap__hiring--mod .hiring__item {
  position: relative;
  display: inline-flex;
  gap: 50px;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
  padding-left: 40px;
  counter-increment: hiring__counter;
}
@media (max-width: 991px) {
  .roadmap__hiring--mod .hiring__item {
    gap: 20px;
  }
}
.roadmap__hiring--mod .hiring__item::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--secondary--color);
  border: 1px solid var(--grey-light--color);
}
.roadmap__hiring--mod .hiring__item::after {
  content: "Step- " counter(hiring__counter);
  position: absolute;
  left: -90px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .roadmap__hiring--mod .hiring__item::after {
    left: 50px;
    top: -30px;
  }
  .roadmap__hiring--mod .hiring__item::before {
    left: 0;
  }
}
.hiring__roadmap--img {
  min-width: 100px;
  width: 100px;
}
.swiper.testimonials {
  padding-bottom: 100px;
}
.testi__country {
  position: relative;
  width: 22px;
  height: 18px;
  margin-left: 10px;
  padding: 0;
}
.testi__country img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.test__user--box {
  position: relative;
  padding-bottom: 20px;
}
.testi__user--img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.swiper__pagination--mod {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 100px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: -100px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid var(--grey-light--color);
  color: var(--grey-light--color);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-color: var(--primary--color);
  border-color: var(--primary--color);
  color: var(--pure-black--color);
}
.swiper-button-prev::after {
  content: "\f177";
}
.swiper-button-next::after {
  content: "\f178";
}
.portfolio__wrapper .portfolio__content--mod:nth-child(even) {
  position: relative;
  display: block;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .portfolio__wrapper .portfolio__content--mod:nth-child(even) {
    margin-top: 0;
  }
}
.portfolio__wrapper .portfolio__content--mod .portfolio__image--mod {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.portfolio__wrapper .portfolio__content--mod .portfolio__image--mod img {
  width: 100%;
  height: 100%;
  transition: var(--transition--all);
}
.portfolio__wrapper .portfolio__content--mod .portfolio__image--mod:hover img {
  transform: scale(1.2);
}
.accordion .accordion-item,
.accordion .accordion-header {
  background: transparent !important;
  color: var(--pure-white--color) !important;
  box-shadow: none !important;
  /* border: none; */
}
.accordion .accordion-item .accordion-button {
  background: transparent !important;
  color: var(--pure-white--color) !important;
  box-shadow: none !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2311e7b0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.calendly__box--mod {
  min-width: 320px;
  height: 600px;
}
.client__card--mod {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.client__card--mod .client-card-bg {
  /* opacity: 0.2; */
  width: 100%;
  height: 100%;
}
.client__card--mod .client__logo--mod {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  transform: translate(-50%, -50%);
  background-color: var(--secondary--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition--all);
}
.client__card--mod:hover .client__logo--mod {
  background-color: rgba(17, 17, 17, 0.85);
}
.client__card--mod .small--icon {
  position: relative;
  width: 100px;
}
.client__card--mod .medium--icon {
  position: relative;
  width: 270px;
}
.client__card--mod .client__logo--mod::before {
  content: attr(title);
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  padding: 4px 8px;
  line-height: normal;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: var(--pure-black--color);
  color: var(--primary--color);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 1;
}

.client__card--mod .client__logo--mod:hover::before {
  opacity: 1;
  visibility: visible;
}

.career__item--mod {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.career__item--mod:last-child {
  border-bottom: 1px solid transparent !important;
}
.pricing__card--primary {
  background: var(--pure-white--color);
  padding: 44px 40px 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #383838;
}
.pricing__card--primary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 162px;
  background: #a8ff78;
  border-radius: 10px;
  z-index: -1;
}
.pricing__card--primary.popular::before {
  background: var(--primary--color);
}
.pricing__card--primary .title {
  color: var(--pure-white--color);
  margin-bottom: 4px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.pricing__card--primary span {
  display: inline-block;
  font-size: 18px;
  color: var(--pure-black--color);
  padding-bottom: 64px;
}
.pricing__card--primary p {
  margin: 0 0 15px;
}
.pricing__card--primary ul {
  padding: 0;
  list-style-type: none;
  margin: 6px 0 0;
}
.pricing__card--primary ul li {
  font-size: 18px;
  color: var(--pure-black--color);
  line-height: 38px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 9px;
}
.pricing__card--primary ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--primary--color);
}
.pricing__card--primary .btn {
  width: 100%;
  margin-top: 30px;
  line-height: 35px;
}
.pricing__card--primary .tag {
  background: var(--card-color);
  line-height: 30px;
  width: 165px;
  text-align: center;
  color: var(--pure-white--color);
  position: absolute;
  right: -45px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing__card--secondary {
  padding: 43px 40px 40px;
  background: var(--pure-white--color);
}
.pricing__card--secondary .title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
  color: var(--pure-black--color);
}
.pricing__card--secondary .text p {
  font-weight: 300;
  color: var(--pure-black--color);
}
.pricing__card--secondary ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  line-height: 50px;
  color: var(--pure-black--color);
}
.pricing__card--secondary ul li span img {
  padding-right: 18px;
}
.pricing__card--secondary .btn {
  width: 100%;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 40px;
}
/* content end */
/* footer start */
footer {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.footer__links--box {
  position: relative;
  /* padding: 40px 0; */
  /* border-top: 1px solid rgba(255, 255, 255, .1) !important; */
}
.footer__links--box ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5;
  padding-right: 48px;
}
.footer__links--box ul li a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
/* footer end */
/* toast start */
.toast__block--mod {
  position: fixed;
  top: 100px;
  right: 30px;
  width: 250px;
  padding: 20px;
  color: var(--pure-white--color);
  border: 1px solid #787878;
  background-color: var(--secondary--color);
  z-index: 9;
}
.toast__block--mod h2 {
  font-size: 30px;
  line-height: 35px;
}
.toast__block--mod a {
  display: inline-block;
  font-size: 18px;
  margin-top: 12px;
  line-height: 24px;
}
.toast__closer--btn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  border-radius: 10px;
  border: 1px solid #787878;
  background-color: var(--secondary--color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* toast end */
/* text blink start */
.blick__it--text {
  animation: text-blink 3s linear infinite;
}
@keyframes text-blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
/* text blink end */

/* BLOG START */
.blog_box {
  position: relative;
  width: 100%;
  display: block;
}

.blog_image {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 600px;
  max-height: 600px;
  margin: auto;
}

.blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__clip-tag {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog__clip-tag span {
  display: block;
  position: relative;
  padding: 8px 26px;
}

.blog__clip-tag span:first-child {
  padding-left: 0;
}

.blog__clip-tag span:last-child {
  padding-right: 0;
}

.blog__clip-tag span.has-separator::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--pure-white--color);
}

.special__tag-line {
  position: relative;
  width: 100%;
  padding: 34px 30px;
  font-style: italic;
  font-weight: 300;
  color: var(--primary--color);
}

.special__tag-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--primary--color);
}

.input-search__box {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  background-color: var(--theme_black-secondary--color);
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  outline: 0;
}

.input-search__box input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--grey-dark--color);
}

.input-search__box button {
  height: 100%;
  color: var(--grey-dark--color) !important;
}

.blog__side--section-title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--pure-white--color);
  white-space: nowrap;
  margin-bottom: 20px;
}

.blog__side--section-title::after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.recent_work--box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

.recent_work--box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: var(--transition--all);
  z-index: 1;
}

.recent_work--box:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.recent_work--box::after {
  content: "\f0c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: var(--transition--all);
  z-index: 1;
}

.recent_work--box:hover::after {
  opacity: 1;
}

.recent_work--box img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.blog__title--name {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px var(--pure-white--color);
  color: var(--secondary--color);
  user-select: none;
}

.blog__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog__section-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}

.blog__section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50%;
  height: 3px;
  background: var(--pure-white--color);
}

.blog__list--container li {
  margin: 14px 0;
}

.blogs__listing--style a {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--anti-primary--color) !important;
}

.blogs__listing--style p {
  font-size: 14px;
  font-style: italic;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* BLOG END */

/* BLOG SLIDER */
.blogsSwiper .swiper-button-prev {
  left: 0;
}

.blogsSwiper .blog__card {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.blogsSwiper .blog__card .blog__img {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

.blogsSwiper .blog__card .blog__img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.blogsSwiper .blog__details .blog-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary--color);
  margin-bottom: 10px;
  transition: 0.3s;
}

.blogsSwiper .blog__details .blog-title:hover {
  color: var(--body--color);
}

.blogsSwiper .blog__details .blog-description {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--grey-dark--color);
}
