:root {
  --root-black-color: #3f3f3f;
  --gradient-color: linear-gradient(244.73deg, #04bfd7 -48.91%, #63388b 79.49%);
  --white-color: #fff;
  --purple-color: #63388b;
  --gradient-color-2: linear-gradient(180deg, #63388b 0%, #3a73ac 100%);
}

/* <!-- ************************************************banner********************************************** --> */

.banner-section-about {
  background: url(../assets/images/fintech/banner.svg) center;
}

/* <!-- ********************************************Development Process********************************************************** --> */

#development-process .how-we-works-box {
  padding: 50px 35px 35px 35px;
  width: 240px;
  background: var(--white-color);
}

#development-process .how-we-works-subbox-con {
  margin-left: 0px;
  gap: 47px;
  flex-wrap: wrap;
  position: relative;
}
#development-process .number-line {
  position: relative;
}

#development-process .how-we-works-box-6 {
  margin-top: 124px;
}

#development-process .number-line::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 60px;
  background: var(--gradient-color-2);
  bottom: -730%;
}

#development-process .how-we-works-boxes-con {
  position: relative;
}

#development-process .how-we-works-boxes-con::after {
  content: "";
  width: 60px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--gradient-color-2);
  z-index: -99;
}
#number-line {
  background: linear-gradient(90deg, #3a73ac 0%, #63388b 100%);
}
#development-process .how-we-works-box > h2 {
  margin-right: 40px;
}

#development-process .number-circle {
  width: 93px;
  height: 93px;
  left: -68px;
  top: -78px;
}

.circle-6 {
  background: #574690;
}
.circle-7 {
  background: #63388b;
}
.circle-8 {
  background: #4f549b;
}
.circle-9 {
  background: #406aa7;
}
.circle-10 {
  background: #307aac;
}

#development-process .how-we-works-boxes-con {
  margin-left: 60px;
}

#how-we-works-boxes-con-inner {
  margin-top: 70px;
}

/* <!-- *****************************************Why Transcodezy IT Solutions?***************************************** --> */

.why-transcode-boxes-con {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.why-transcode-subbox-con {
  display: flex;
  gap: 44px;
  justify-content: center;
}

.why-transcode-box {
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 10px;
  padding: 55px;

  width: calc(33.33% - 14.67px);
  display: flex;
  flex-direction: column;
}

.why-transcode-box > img {
  width: 25%;
  margin: 0 auto;
}

.why-transcode-box > h1 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 500;
  line-height: 35.55px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 18px;
}

.why-transcode-box > p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.46px;
  text-align: center;
  color: var(--root-black-color);
  margin-top: 26px;
}

/* <!-- **************************************************technology-expertise************************************** --> */

.fintech .technology-frameworks-heading-con {
  padding: 7px 56px;
  gap: 60px;
}

@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1360px) {
  #development-process .how-we-works-box {
    width: 215px;
  }

  #development-process .number-line::after {
    bottom: -781%;
  }
}
@media only screen and (max-width: 1280px) {
  #development-process .how-we-works-box {
    padding: 25px;
    width: 200px;
  }

  .how-we-works-box > p {
    font-size: 18px;

    line-height: 21.46px;

    margin-top: 17px;
  }

  .how-we-works-box > h2 {
    line-height: 24.34px;
  }

  #development-process .number-line::after {
    bottom: -645%;
  }
}
@media only screen and (max-width: 1200px) {
  #development-process .how-we-works-box {
    width: 180px;
  }

  #development-process .number-line::after {
    bottom: -680%;
  }
}
@media only screen and (max-width: 1024px) {
  .why-transcode-box {
    padding: 30px;
  }

  #development-process .how-we-works-subbox-con::after {
    width: 0%;
  }
  #development-process .how-we-works-subbox-con::before {
    width: 0%;
  }

  #development-process .how-we-works-boxes-con::after {
    width: 0px;
  }

  .technology-expertise-container {
    width: 100%;
  }

  .fintech .technology-frameworks-heading-con {
    padding: 7px;
    margin-inline: 0;
    gap: 60px;
  }

  #development-process .number-line::after {
    height: 30px;
  }

  #development-process .how-we-works-box-6 {
    margin-top: 0px;
  }

  #development-process .how-we-works-box {
    width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .fintech .technology-frameworks-heading {
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .why-transcode-box {
    width: 100%;
  }

  .why-transcode-subbox-con {
    flex-direction: column;
  }

  .why-transcode-box > img {
    width: 10%;
  }

  .why-transcode-box > h1 {
    font-size: 24px;
    line-height: 24.55px;
    margin-top: 15px;
  }

  .why-transcode-box > p {
    font-size: 16px;
    line-height: 23.46px;
    margin-top: 15px;
  }

  .fintech .technology-frameworks-heading-con {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 575px) {
  .why-transcode-box > img {
    width: 15%;
  }

  .fintech .technology-frameworks-heading-con {
    gap: 40px;
  }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
  .why-transcode-box > img {
    width: 20%;
  }
}
@media only screen and (max-width: 320px) {
}
