:root {
  --grey: #fdfffa;
  --white: white;
}

.body {
  background-color: #20083b;
  background-image: url('../images/Bitbot-ENG-1.png');
  background-position: 0 0;
  background-size: cover;
}

.companies-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.trusted-by-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-algin-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-algin-center._1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
}

.trusted-by-block-text {
  background-color: #7469691a;
  border: 1px solid #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 34px;
}

.text-block {
  color: var(--grey);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.clients-wrapper {
  grid-column-gap: 2.9rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.companies-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-align-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._100px-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spartan, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 137.4%;
}

.gradient-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(280deg, #43a5e3, #ff56f6);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 26.53px;
  font-weight: 400;
  line-height: 44.2px;
}

.stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-span {
  color: #fff;
  font-family: Aldrich, sans-serif;
  font-size: 39.8px;
  line-height: 53.1px;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: .22px;
  font-family: Rajdhani, sans-serif;
  font-size: 17.69px;
  line-height: 22.1px;
}

.spacer-medium {
  width: 100%;
  padding-top: 1.5rem;
}

.button-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  background-image: url('../images/Rectangle-333-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 25px 40px 25px 35px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  font-family: Orbitron, sans-serif;
  font-size: 19.9px;
  font-weight: 700;
  line-height: 1.5;
}

.text-block-3.alternate-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(280deg, #42a6e3, #ff56f6);
  -webkit-background-clip: text;
  background-clip: text;
}

.link-block-2 {
  color: var(--white);
  background-image: url('../images/Rectangle-333.png');
  background-position: 50%;
  background-size: auto;
  align-items: center;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2.text-gradient {
  background-image: none;
}

.dashboard-section {
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.dashboard-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/Rectangle-22686.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  max-width: 65rem;
  max-height: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.text-align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._48px-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.pink-text {
  color: #ff56f6;
}

.barlow-r {
  color: #b0b0b0;
  text-align: center;
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.dashboard-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-img {
  width: 80%;
}

.absolute {
  position: absolute;
  inset: auto auto 30% 0%;
}

.lottie-animation {
  width: 106px;
  height: 106px;
  position: absolute;
  inset: auto auto 25% -10%;
}

.feature-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.features-list-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.barlow-30px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.flex-1-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-1-5.border-right {
  border-right: 1px solid #c6c4c4;
  padding-right: 50px;
}

.flex-1-5._60px {
  padding-left: 100px;
}

.barlow-regular {
  color: #b0b0b0;
  letter-spacing: -.6px;
  border-left: 3px solid #ff56f6;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.feature-ab-img {
  z-index: -1;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.alerts-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.divider-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.divider {
  border: 1px solid #ff56f6;
  width: 201px;
}

.barlow-48px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-2 {
  color: #dfdfdf;
  text-align: center;
  letter-spacing: -.6px;
  background-image: url('../images/Rectangle-22689.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 25px 40px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.divider-extra {
  border: 1px solid #ff56f6;
  width: 873px;
}

.points-section {
  background-image: url('../images/27A.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.points-inner-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
  padding: 50px;
  position: relative;
}

.points-in-inner-wrapper {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: luminosity;
  background-color: #62469b99;
  background-image: url('../images/Rectangle-741.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 40px;
  display: grid;
}

.inter-30px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.inter-30px.auto {
  line-height: 1.2;
}

.inter-r {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cta-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-wrapper {
  background-image: url('../images/Rectangle-22688.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 80px 58px;
  display: flex;
}

.about-us-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.about-us-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/28A.png');
  background-position: 0 140%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 0;
  display: flex;
}

.about-us-animation-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rajdhani-30px {
  color: var(--white);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.rajdhani-r {
  color: #ddd;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ab-2 {
  z-index: -1;
  mix-blend-mode: lighten;
  width: 100%;
  height: 86%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.education-section {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.education-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.education-image-wrapper {
  background-image: url('../images/Line-49-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 10px;
  position: relative;
}

.ab-3 {
  z-index: -1;
  position: absolute;
  inset: 8% 0% 0%;
}

.div-block-2 {
  padding-left: 20px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  display: flex;
}

.gif {
  mix-blend-mode: screen;
  width: 168px;
  height: 168px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8 {
  width: 15rem;
  position: absolute;
  inset: 0% 0% auto 17%;
}

.image-9 {
  mix-blend-mode: lighten;
}

.image-11 {
  position: absolute;
  inset: -45% -22% 0% auto;
}

.image-12 {
  z-index: -1;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._100px-heading {
    font-size: 80px;
    line-height: 137.4%;
  }

  .absolute {
    bottom: 20%;
  }

  .lottie-animation {
    bottom: 15%;
  }

  .feature-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .lottie-animation-2 {
    width: 275px;
    height: 275px;
  }

  .points-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .points-in-inner-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-us-text-wrapper {
    background-position: 0 180%;
  }

  .about-us-text-wrapper._5 {
    background-position: 0 150%;
  }

  .image-8 {
    left: 20%;
  }

  .image-11 {
    top: -26%;
    right: -18%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }

  .hero-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .absolute {
    bottom: 0%;
  }

  .lottie-animation {
    bottom: -5%;
    left: -8%;
  }

  .about-us-text-wrapper {
    background-position: 0 210%;
  }

  .about-us-text-wrapper._5 {
    background-position: 0 180%;
  }

  .education-image-wrapper {
    padding-right: 0;
  }

  .div-block-2 {
    padding-left: 40px;
  }

  .image-8 {
    left: 22%;
  }

  .image-11 {
    top: -23%;
    right: -16%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1628px;
  }

  .hero-wrapper {
    grid-template-columns: 1.5fr 1fr;
  }

  .link-block:hover {
    background-image: url('../images/66fa93f5e180fea35df33267_Rectangle-333-reversed.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .barlow-r {
    text-align: center;
    max-width: 60rem;
  }

  .absolute {
    bottom: 0%;
  }

  .lottie-animation {
    bottom: -5%;
  }

  .paragraph-2 {
    max-width: 70rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .points-wrapper {
    grid-template-columns: 4fr 1fr;
  }

  .points-in-inner-wrapper {
    background-position: 50%;
    background-size: cover;
  }

  .cta-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .about-us-text-wrapper {
    background-position: 0 300%;
  }

  .about-us-text-wrapper._5 {
    background-position: 0 220%;
  }

  .ab-3 {
    top: 3%;
    left: 5%;
  }

  .image-8 {
    width: 20rem;
    left: 28%;
  }

  .image-9 {
    width: 20rem;
    margin-left: 5rem;
  }

  .image-11 {
    right: -13%;
  }
}

@media screen and (max-width: 991px) {
  .companies-section {
    margin-top: 5rem;
  }

  .hero-wrapper {
    grid-template-columns: 1fr;
  }

  .absolute {
    bottom: -20%;
  }

  .lottie-animation {
    bottom: -25%;
    left: -6%;
  }

  .feature-wrapper {
    flex-flow: column;
  }

  .feature-lottie-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-1-5.border-right {
    border-bottom: 1px solid #c6c4c4;
    border-right-style: none;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .flex-1-5._50 {
    margin-top: 50px;
  }

  .lottie-animation-2 {
    width: 50%;
  }

  .divider-extra {
    width: 100%;
  }

  .points-wrapper {
    display: flex;
  }

  .points-in-inner-wrapper, .about-us-wrapper {
    flex-flow: column;
    display: flex;
  }

  .about-us-animation-wrapper {
    min-height: 25rem;
  }

  .education-wrapper {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .education-image-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    width: 100%;
  }

  .image-8 {
    left: 33%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50% 0;
    background-size: auto;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global._1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .clients-wrapper {
    grid-column-gap: 1rem;
    flex-flow: row-reverse wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .companies-img-wrapper {
    display: flex;
  }

  .paragraph {
    font-size: 20px;
    line-height: 1.5;
  }

  .stats-wrapper, .button-group {
    justify-content: center;
  }

  .dashboard-wrapper {
    max-height: 650px;
  }

  ._48px-heading {
    font-size: 35px;
  }

  .barlow-r {
    font-size: 20px;
    line-height: 1.5;
  }

  .absolute {
    width: 60%;
    left: 5%;
  }

  .lottie-animation {
    width: 60px;
    height: 60px;
    bottom: -25%;
    left: 0%;
  }

  .flex-1-5._60px {
    padding-left: 0;
  }

  .barlow-regular {
    font-size: 20px;
    line-height: 1.5;
  }

  .divider {
    width: 150px;
  }

  .barlow-48px {
    text-align: center;
    font-size: 35px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .points-wrapper {
    display: block;
  }

  .points-inner-wrapper, .points-in-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us-text-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .rajdhani-r {
    font-size: 20px;
    line-height: 1.5;
  }

  .education-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-3 {
    align-items: center;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    width: 70%;
  }

  .image-8 {
    left: 27%;
  }

  .image-10, .image-11 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .companies-section {
    margin-top: 0;
  }

  .clients-wrapper {
    grid-auto-columns: 1fr;
  }

  .hero-wrapper {
    flex-flow: column;
    display: flex;
  }

  ._100px-heading {
    font-size: 45px;
  }

  ._100px-heading._40px {
    font-size: 40px;
  }

  .paragraph {
    line-height: 1.5;
  }

  .text-span {
    font-size: 25px;
  }

  .button-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .link-block, .link-block-2.text-gradient {
    justify-content: center;
    align-items: center;
  }

  .dashboard-section {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .dashboard-wrapper {
    padding: 40px 10px;
  }

  ._48px-heading {
    text-align: center;
    font-size: 35px;
  }

  .barlow-r {
    line-height: 1.5;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-img {
    width: 100%;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
  }

  .flex-1-5.border-right {
    padding-bottom: 25px;
  }

  .flex-1-5._50 {
    margin-top: 25px;
  }

  .barlow-regular {
    font-size: 20px;
    line-height: 1.5;
  }

  .divider {
    width: 80px;
  }

  .barlow-48px {
    font-size: 35px;
  }

  .paragraph-2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    line-height: 1.5;
  }

  .points-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inter-30px {
    line-height: 1.5;
  }

  .inter-r {
    font-size: 14px;
    line-height: 28px;
  }

  .cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-us-wrapper {
    flex-flow: column;
    display: flex;
  }

  .about-us-text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-left-style: none;
  }

  .rajdhani-r {
    line-height: 1.5;
  }

  .ab-2 {
    display: none;
  }

  .education-section {
    margin-top: 8rem;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-2 {
    height: 100px;
  }

  .image-8 {
    left: 7%;
  }
}

#w-node-_15f19cc9-ab1e-9227-e4f7-9efbb3f51076-a48d4cfa {
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-d9250dfd-4b93-7111-625d-78e8ed76ab24-a48d4cfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Bold.ttf') format('truetype'), url('../fonts/Spartan-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}