:root {
  --color-orange: #FE6816;
  --color-blue: #2463EB;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #9A9A9A;
  --color-yellow: #FFDA08;
  --color-darkgray:#6A6A6A;
}

.gap-1x {
  gap: 1px;
}

.gap-2x {
  gap: 2px;
}

.gap-3x {
  gap: 3px;
}

.gap-4x {
  gap: 4px;
}

.gap-5x {
  gap: 5px;
}

.gap-6x {
  gap: 6px;
}

.gap-7x {
  gap: 7px;
}

.gap-8x {
  gap: 8px;
}

.gap-9x {
  gap: 9px;
}

.gap-10x {
  gap: 10px;
}

.gap-11x {
  gap: 11px;
}

.gap-12x {
  gap: 12px;
}

.gap-13x {
  gap: 13px;
}

.gap-14x {
  gap: 14px;
}

.gap-15x {
  gap: 15px;
}

.gap-16x {
  gap: 16px;
}

.gap-17x {
  gap: 17px;
}

.gap-18x {
  gap: 18px;
}

.gap-19x {
  gap: 19px;
}

.gap-20x {
  gap: 20px;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(17, 17, 17, 0.5);
  color: var(--color-white);
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #161616;
  border-radius: 15px;
}

::placeholder {
  color: #777 !important;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

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

.ml-100 {
  margin-left: 100px;
}

.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

.text-orange {
  color: var(--color-orange);
}
.text-blue {
  color: var(--color-blue);
}
.text-black {
  color: var(--color-black);
}
.text-white {
  color: var(--color-white);
}
.text-gray {
  color: var(--color-gray);
}
.text-yellow {
  color: var(--color-yellow);
}
.text-darkgray {
  color: var(--color-darkgray);
}

.vertical, .ptc-block .ptc-list {
  display: flex;
  flex-direction: column;
}
.vertical > p, .ptc-block .ptc-list > p {
  margin: 0;
}

.y-center {
  display: flex;
  align-items: center;
}

.d-center {
  display: grid;
  place-content: center;
}

.w-fit {
  width: fit-content;
}

.gradient-text {
  background: linear-gradient(130deg, #262529, #F3681E);
  background-clip: text;
  color: transparent !important;
}

.gradient-text2 {
  background: linear-gradient(102.44deg, #5207C1 16.53%, #F3681E 85.97%);
  background-clip: text;
  color: transparent !important;
}

.bg-transparent {
  background: transparent !important;
}

.min-h-auto {
  min-height: auto !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

header {
  padding: 20px 0;
  margin-bottom: 100px;
}
header.fixed-top {
  background: #fff;
  padding-block: 5px;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.4);
  animation-name: slowdown;
  animation-duration: 0.5s;
}
header.fixed-top .logo {
  max-width: 100px;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 50px;
  }
}

.hero-fold {
  background: url(../../assets/images/banner-bg.webp) no-repeat top center;
  position: relative;
}
.hero-fold:after {
  content: "";
  background: linear-gradient(transparent, #fff);
  height: 200px;
  inset: auto 0 0 0;
  position: absolute;
}
.hero-fold.hero-fold-inner {
  background: url(../../assets/images/inner-bg.webp) no-repeat center bottom -150px;
}
.hero-fold.hero-fold-inner::after {
  display: none;
}
@media (min-width: 1900px) {
  .hero-fold {
    background-size: cover !important;
  }
}

.info {
  border: 1px solid #FBBB2F;
  background: #FFF5E6;
  padding: 6px 15px 6px 6px;
  border-radius: 20px;
  font-size: 14px;
}
.info .count {
  border-radius: 30px;
  background: var(--color-orange);
  font-size: 14px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.hero-content {
  padding-block: 0px 50px;
  gap: 25px;
  flex-direction: column;
  align-items: baseline;
  position: relative;
  z-index: 1;
}
.hero-content-left .title {
  font-size: 50px;
  color: #242424;
  line-height: 55px;
}
.hero-content-left .sub-text {
  font-size: 20px;
  color: #8D8A8D;
  line-height: normal;
}
.hero-content-video {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 auto;
  max-width: 500px;
}
.hero-content-video-mobile {
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-content {
    flex-direction: inherit;
    gap: 40px;
    align-items: center;
  }
  .hero-content-video {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .hero-content-left .title {
    font-size: 38px;
    line-height: normal;
  }
  .hero-content-left .sub-text {
    font-size: 18px;
  }
  .hero-content-video-mobile {
    width: 100%;
  }
  .hero-content-video-mobile video {
    width: 100%;
  }
}

.btn {
  font-size: 15px;
  border-radius: 40px;
  padding: 12px 20px;
}
.btn-primary {
  border: 1px solid #FBBB2F !important;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4) !important;
}
.btn-secondary {
  background: var(--color-blue) !important;
  border: 1px solid var(--color-blue) !important;
}
@media (min-width: 767px) {
  .btn {
    font-size: 16px;
    border-radius: 40px;
    padding: 12px 30px;
  }
}

.fold-block .title {
  font-size: 42px;
  color: #25272C;
}
.fold-block .sub-text {
  font-size: 42px;
  line-height: normal;
}
.fold-block .sub-title {
  font-size: 22px;
}
.fold-block .more-text {
  font-size: 24px;
  line-height: normal;
}
.fold-block .fold-btn {
  font-size: 20px;
  color: #6F6F6F;
}
.fold-block .fold-btn .arrow {
  background: url('data:image/svg+xml,<svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.666016 15.8999V2.09994C0.666016 1.72216 0.799349 1.40527 1.06602 1.14927C1.33268 0.893273 1.64379 0.765717 1.99935 0.766606C2.11046 0.766606 2.22735 0.783051 2.35002 0.81594C2.47268 0.848829 2.58913 0.899051 2.69935 0.966606L13.566 7.86661C13.766 7.99994 13.9162 8.16661 14.0167 8.36661C14.1171 8.56661 14.1669 8.77772 14.166 8.99994C14.1651 9.22216 14.1153 9.43327 14.0167 9.63327C13.918 9.83327 13.7678 9.99994 13.566 10.1333L2.69935 17.0333C2.58824 17.0999 2.47179 17.1502 2.35002 17.1839C2.22824 17.2177 2.11135 17.2342 1.99935 17.2333C1.64379 17.2333 1.33268 17.1053 1.06602 16.8493C0.799349 16.5933 0.666016 16.2768 0.666016 15.8999Z" fill="%232463EB"/></svg>');
  width: 15px;
  height: 18px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .fold-block .title {
    font-size: 26px;
  }
  .fold-block .sub-title {
    font-size: 20px;
  }
  .fold-block .fold-btn {
    font-size: 17px;
  }
  .fold-block .sub-text {
    font-size: 24px;
  }
  .fold-block .more-text {
    font-size: 20px;
  }
}

.services-fold {
  background: url(../../assets/images/services-bg.svg) no-repeat right 30px bottom;
}
@media (max-width: 576px) {
  .services-fold {
    background: none;
  }
}

.expertise-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0 !important;
}
.expertise-accordion .accordion-button {
  padding: 30px 0;
  font-weight: 400;
  font-size: 26px;
  background: transparent;
  color: #232323;
  box-shadow: none;
}
.expertise-accordion .accordion-button:not(.collapsed) {
  font-weight: 600;
}
.expertise-accordion .accordion-body {
  font-weight: 300;
  font-size: 22px;
  color: #666666;
  padding: 0 0 30px 0;
}
@media (max-width: 991px) {
  .expertise-accordion .accordion-button {
    font-size: 20px;
    padding: 20px 0;
  }
  .expertise-accordion .accordion-body {
    font-size: 18px;
    padding: 0 0 20px 0;
    line-height: normal;
  }
}

.item-outer .items {
  padding: 30px;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  background-color: var(--color-white);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.item-outer .items img {
  filter: grayscale(0.9);
  opacity: 0.5;
}
.item-outer .items:hover {
  backdrop-filter: blur(100px);
  background: url(../../assets/images/item-bg.png) no-repeat 0 bottom;
  transition: background-size 0.6s ease; /* smooth zoom */
  background-size: cover;
  transform: translateY(-3px);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.0509803922);
}
.item-outer .items:hover .card-title {
  color: var(--color-blue);
}
.item-outer .items:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.item-outer .items .card-title {
  font-size: 32px;
  color: #1C1C1C;
}
.item-outer .items .card-text {
  font-size: 16px;
  color: #1C1C1C;
  margin-top: auto !important;
}
@media (max-width: 991px) {
  .item-outer .items {
    padding: 20px;
  }
  .item-outer .items .card-title {
    font-size: 20px;
  }
}

.tp-block {
  margin: 50px 0;
}
.tp-block .title {
  font-size: 20px;
  color: #9D9D9D;
}

.segments-fold .sv-block {
  position: relative;
  padding-top: 70px;
}
.segments-fold .sv-block .card1, .segments-fold .sv-block .card2, .segments-fold .sv-block .card3 {
  background-size: cover !important;
}
.segments-fold .sv-block .card1 {
  background: #5A63C3 url("../../assets/images/card1bg.svg") no-repeat center center;
}
.segments-fold .sv-block .card2 {
  background: #5229CB url("../../assets/images/card2bg.svg") no-repeat center center;
}
.segments-fold .sv-block .card3 {
  background: #FB7E0A url("../../assets/images/card3bg.svg") no-repeat center center;
}
.segments-fold .custom-card .sub-text {
  font-size: 40px;
  margin-top: 40px;
  line-height: 1.2;
}
.segments-fold .custom-card .sub-text span {
  font-size: 80px;
}
.segments-fold .custom-card .main-text {
  margin-top: auto;
  align-self: end;
  background: linear-gradient(89.21deg, rgba(255, 255, 255, 0.05) 6%, rgba(255, 255, 255, 0.02) 23.24%, rgba(255, 255, 255, 0.1) 37.9%, rgba(255, 255, 255, 0.03) 59.49%, rgba(255, 255, 255, 0.05) 90.34%);
  background-clip: text;
  color: transparent;
  font-size: 150px;
  line-height: 1;
}
@media (max-width: 767px) {
  .segments-fold .custom-card .sub-text {
    margin-top: 30px;
  }
  .segments-fold .custom-card .sub-text span {
    font-size: 65px;
  }
  .segments-fold .custom-card .main-text {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .segments-fold .custom-card {
    padding: 20px 20px 10px 20px;
  }
  .segments-fold .custom-card .sub-text {
    font-size: 30px;
  }
  .segments-fold .custom-card .sub-text span {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .segments-fold .custom-card .sub-text {
    font-size: 30px;
  }
  .segments-fold .custom-card .sub-text span {
    font-size: 45px;
  }
  .segments-fold .custom-card .main-text {
    font-size: 100px;
  }
}

.banner-fold {
  min-height: 535px;
}
.banner-fold.ss-banner {
  min-height: auto;
  padding-bottom: 100px;
}
.banner-fold .story-banner .main-text {
  font-size: 59px;
  color: #292929;
  line-height: 50px;
  max-width: 348px;
}
.banner-fold .story-banner .sub-text {
  font-size: 26px;
  line-height: 40px;
  padding-left: 60px;
}
.banner-fold .story-banner .img-small, .banner-fold .story-banner .img-big {
  position: absolute;
  z-index: 0;
  background: #292929;
}
.banner-fold .story-banner .img-small {
  inset: 0 auto 0 0;
  width: 70px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.banner-fold .story-banner .img-big {
  inset: 0 0 0 auto;
  width: 50vw;
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
}
.banner-fold .story-banner .story-right {
  position: relative;
  z-index: 1;
}
.banner-fold .story-banner .contact-text {
  font-size: 18px;
  color: #333333;
}
.banner-fold .banner-caption .title {
  font-size: 66px;
  line-height: 1;
  color: #6A6A6A;
}
.banner-fold .banner-caption .title span {
  color: #1D1C1C;
}
.banner-fold .banner-caption .sub-text {
  font-size: 26px;
  line-height: 40px;
  color: #393838;
  max-width: 1020px;
  width: 100%;
}
@media (max-width: 1500px) {
  .banner-fold .story-banner .img-small {
    width: 50px;
  }
}
@media (max-width: 1300px) {
  .banner-fold .story-banner .img-small {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .banner-fold {
    margin-bottom: 30px;
  }
  .banner-fold .story-banner .main-text {
    font-size: 50px;
  }
  .banner-fold .story-banner .img-small {
    width: 25px;
  }
  .banner-fold .story-banner .sub-text {
    font-size: 28px;
    line-height: normal;
    padding-left: 20px;
  }
  .banner-fold .banner-caption .title {
    font-size: 50px;
    line-height: normal;
  }
  .banner-fold .banner-caption .sub-text {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .banner-fold {
    min-height: auto;
  }
  .banner-fold .story-banner .img-small, .banner-fold .story-banner .img-big {
    display: none;
  }
  .banner-fold .story-banner .story-right {
    background: #292929 url(../../assets/images/story-big.jpg) no-repeat;
  }
  .banner-fold .story-banner .row {
    gap: 20px;
  }
  .banner-fold .story-banner .sub-text {
    padding: 30px 20px;
    font-size: 22px;
  }
  .banner-fold .story-banner .main-text {
    font-size: 40px;
    max-width: 270px;
  }
  .banner-fold .story-banner .contact-text {
    font-size: 18px;
    line-height: normal;
  }
  .banner-fold.ss-banner {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .banner-fold .banner-caption .title {
    font-size: 30px;
  }
  .banner-fold .banner-caption .sub-text {
    font-size: 18px;
  }
}

.story-fold {
  background: url("../../assets/images/pattern-bg.png") no-repeat center top;
  padding: 70px 0;
}
.story-fold .sub-text {
  font-size: 26px;
  line-height: 40px;
  color: #262529;
}
.story-fold .ai-text {
  font-size: 42px;
  background: linear-gradient(102.44deg, #5207C1 16.53%, #F3681E 85.97%);
  background-clip: text;
  color: transparent;
  margin: 70px 0 120px 0;
  line-height: normal;
}
@media (max-width: 991px) {
  .story-fold {
    padding: 0px;
  }
  .story-fold .sub-text {
    font-size: 26px;
    line-height: normal;
  }
  .story-fold .ai-text {
    font-size: 30px;
    margin: 30px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .story-fold {
    padding: 0px;
  }
  .story-fold .sub-text {
    font-size: 22px;
  }
  .story-fold .ai-text {
    font-size: 24px;
    margin: 25px 0 35px 0;
  }
}

.play-pl {
  padding: 60px 0 0;
}
.play-pl .title {
  padding-bottom: 60px;
  color: #242424;
  font-size: 42px;
}
.play-pl-left {
  padding-right: 100px;
}
.play-pl-left .sub-text {
  font-size: 40px;
  color: #3D3D3D;
  line-height: normal;
}
.play-pl-left .sub-text span {
  background: linear-gradient(180deg, #791e82 0%, #8d2471 100%);
  background-clip: text;
  color: transparent;
}
.play-pl-left .content {
  font-size: 32px;
  color: #A0A0A0;
  line-height: normal;
}
@media (max-width: 991px) {
  .play-pl {
    padding: 30px 0 0;
  }
  .play-pl .title {
    padding-bottom: 30px;
    font-size: 32px;
  }
  .play-pl-left {
    padding: 0;
  }
  .play-pl-left .sub-text {
    font-size: 26px;
  }
  .play-pl-left .content {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .play-pl .title {
    padding-bottom: 25px;
    font-size: 28px;
  }
  .play-pl-left .sub-text {
    font-size: 22px;
  }
  .play-pl-left .content {
    font-size: 22px;
  }
}

.time-line {
  padding-left: 60px;
  border-left: 1px solid #DEDEDE;
  margin-left: 50px;
}
.time-line ul {
  gap: 60px;
}
.time-line ul li .item {
  gap: 40px;
}
.time-line ul li .item img {
  filter: grayscale(1);
  max-width: 65px;
}
.time-line ul li .item .title {
  font-size: 30px;
  font-weight: 400;
  color: #1C1C1C;
  padding: 0;
  line-height: normal;
}
.time-line ul li .item .sub-text {
  font-size: 16px;
  font-weight: 400;
  color: #8C8C8C;
}
.time-line ul li .item::before, .time-line ul li .item::after {
  content: "";
  position: absolute;
  border-radius: 30px;
  background: #fff;
}
.time-line ul li .item::before {
  width: 20px;
  height: 20px;
  left: -10px;
  border: 1px solid #DEDEDE;
}
.time-line ul li .item::after {
  width: 10px;
  height: 10px;
  border: 3px solid #DEDEDE;
  left: -5px;
}
.time-line ul li.active .item img {
  filter: grayscale(0);
}
.time-line ul li.active .item .title {
  color: #5524B8;
}
.time-line ul li.active .item .sub-text {
  color: #1C1C1C;
}
.time-line ul li.active .item::before {
  width: 28px;
  height: 28px;
  position: absolute;
  left: -14px;
}
.time-line ul li.active .item::after {
  width: 16px;
  height: 16px;
  border: 5px solid #ff5121;
  left: -8px;
}
@media (max-width: 1199px) {
  .time-line {
    margin-left: 12px;
  }
  .time-line ul li .item img {
    filter: grayscale(0);
  }
  .time-line ul li .item .title {
    color: #5524B8;
  }
  .time-line ul li .item .sub-text {
    color: #1C1C1C;
  }
  .time-line ul li .item::before {
    width: 28px;
    height: 28px;
    position: absolute;
    left: -14px;
  }
  .time-line ul li .item::after {
    width: 16px;
    height: 16px;
    border: 5px solid #ff5121;
    left: -8px;
  }
}
@media (max-width: 991px) {
  .time-line {
    padding-left: 35px;
  }
  .time-line ul {
    gap: 35px;
  }
  .time-line ul li .item .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .time-line ul {
    gap: 25px;
  }
  .time-line ul li .item {
    gap: 25px;
  }
  .time-line ul li .item .title {
    font-size: 20px;
  }
  .time-line ul li .item .sub-text {
    font-size: 15px;
    line-height: normal;
  }
}

.grow-block {
  margin-block: 100px 50px;
}
.grow-block-top {
  border-radius: 20px 20px 0 0;
  background: url("../../assets/images/grow-bg.png") no-repeat center center, linear-gradient(95.17deg, #6004D1 11.18%, #22ACE7 88.04%);
  background-size: cover;
  padding: 100px;
  gap: 22px;
}
.grow-block-top .title {
  font-size: 40px;
}
.grow-block-top .sub-text {
  font-size: 22px;
  line-height: normal;
}
.grow-block-bottom {
  border: 1px solid #E0DFDF;
  background: #F9F9F9;
  padding: 70px;
}
.grow-block-bottom .title {
  font-size: 22px;
  color: #8D8A8D;
}
@media (max-width: 991px) {
  .grow-block {
    margin-block: 40px;
  }
  .grow-block-top {
    padding: 30px;
    gap: 15px;
  }
  .grow-block-bottom {
    padding: 30px;
  }
  .grow-block .title {
    font-size: 26px;
  }
  .grow-block .sub-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .grow-block .title {
    font-size: 24px;
  }
  .grow-block .sub-text {
    font-size: 18px;
  }
}

.solution-tab-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
}
.solution-tab-header .ss-tab {
  display: grid;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  background: white;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1500px;
  width: 100%;
}
.solution-tab-header .ss-tab li {
  padding: 30px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 22px;
  font-weight: 400;
  color: #A7A7A7;
  border-left: 1px solid #E7E7E7;
}
.solution-tab-header .ss-tab li img {
  filter: grayscale(1);
  opacity: 0.9;
}
.solution-tab-header .ss-tab li:last-child {
  border-right: 1px solid #E7E7E7;
}
.solution-tab-header .ss-tab li.active {
  color: #000000;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F1F6FC 71.63%, rgba(231, 242, 255, 0.2) 98.08%);
}
.solution-tab-header .ss-tab li.active img {
  filter: grayscale(0);
  opacity: 1;
}
.solution-tab-content .tab-inner-section {
  height: 100%;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  padding-inline: 40px;
}
.solution-tab-content .tab-inner-section:last-child {
  padding-bottom: 100px;
}
.solution-tab-content .tab-inner-items > .title {
  font-size: 44px;
  color: #242424;
  line-height: 46px;
}
.solution-tab-content .tab-inner-items > .title span {
  color: #808080;
}
.solution-tab-content .tab-inner-items > .sub-text {
  font-size: 28px;
  background: linear-gradient(102.44deg, #5207C1 16.53%, #F3681E 85.97%);
  background-clip: text;
  color: transparent;
  line-height: normal;
}
.solution-tab-content .tab-inner-items .image-banner {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  background: #292929;
}
.solution-tab-content .tab-inner-items .image-banner > * {
  grid-area: 1/1;
}
.solution-tab-content .tab-inner-items .image-banner .caption {
  background: rgba(28, 31, 29, 0.6980392157);
  font-size: 36px;
  line-height: 46px;
  color: #FDFDFD;
  padding: 50px 20px 20px 40px;
  margin-top: 100px;
  align-self: end;
}
@media (max-width: 1200px) {
  .solution-tab .ss-tab li {
    padding: 20px 12px;
    gap: 15px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .solution-tab .ss-tab li {
    padding: 15px 12px;
    gap: 5px;
    font-size: 16px;
    flex-direction: column;
    text-align: center;
    line-height: normal;
  }
  .solution-tab-content .tab-inner-items > .title {
    font-size: 32px;
    line-height: normal;
  }
  .solution-tab-content .tab-inner-items .sub-text {
    font-size: 25px;
  }
  .solution-tab-content .tab-inner-items .image-banner .caption {
    font-size: 30px;
    line-height: normal;
    padding: 40px 20px 20px 30px;
  }
  .solution-tab-content .tab-inner-section:last-child {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .solution-tab-content .tab-inner-section {
    padding-inline: 15px;
  }
  .solution-tab-content .tab-inner-items > .title {
    font-size: 20px;
    line-height: normal;
  }
  .solution-tab-content .tab-inner-items .sub-text {
    font-size: 20px;
  }
  .solution-tab-content .tab-inner-items .image-banner .caption {
    font-size: 18px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .solution-tab .ss-tab {
    align-items: center;
  }
  .solution-tab .ss-tab li {
    font-size: 0px;
  }
}

.tab-list {
  padding: 0 40px;
  gap: 50px;
}
.tab-list .heading {
  gap: 40px;
}
.tab-list .heading .title {
  font-size: 34px;
  color: #4127AA;
}
.tab-list .heading .sub-text {
  font-size: 22px;
  color: #939393;
}
.tab-list .heading .blt {
  width: 28px;
  height: 28px;
  border: 1px solid #DEDEDE;
  border-radius: 30px;
  flex: 0 0 auto;
  margin-top: 8px;
}
.tab-list .heading .blt::before {
  width: 16px;
  height: 16px;
  border: 5px solid #ff5121;
  display: block;
  content: "";
  background: #fff;
  border-radius: 30px;
}
.tab-list .list-items {
  padding-left: 68px;
}
.tab-list .list-items ul {
  padding-left: 90px;
}
.tab-list .list-items ul li {
  font-size: 20px;
  font-weight: 400;
  color: #212122;
  line-height: normal;
  list-style: disc;
}
@media (max-width: 991px) {
  .tab-list {
    padding: 0 0px 0 30px;
    gap: 40px;
  }
  .tab-list .heading {
    gap: 25px;
  }
  .tab-list .heading .title {
    font-size: 28px;
  }
  .tab-list .heading .sub-text {
    font-size: 20px;
    margin-top: 10px;
  }
  .tab-list .sub-heading .sub-title {
    font-size: 24px;
  }
  .tab-list .list-items ul li {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tab-list {
    padding: 0px;
    gap: 20px;
  }
  .tab-list .heading {
    gap: 15px;
  }
  .tab-list .heading .title {
    font-size: 22px;
  }
  .tab-list .heading .sub-text {
    font-size: 20px;
    margin-top: 10px;
  }
  .tab-list .sub-heading {
    margin-bottom: 10px;
  }
  .tab-list .sub-heading .sub-title {
    font-size: 20px;
  }
  .tab-list .list-items {
    padding-left: 40px;
  }
  .tab-list .list-items ul {
    padding-left: 50px;
  }
  .tab-list .list-items ul li {
    font-size: 18px;
  }
}

.sub-heading {
  margin-bottom: 15px;
}
.sub-heading .sub-title {
  font-size: 26px;
  color: #242424;
}
.sub-heading .blt {
  width: 20px;
  height: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 30px;
  flex: 0 0 auto;
  margin-top: 8px;
}
.sub-heading .blt::before {
  width: 10px;
  height: 10px;
  border: 3px solid #ff5121;
  display: block;
  content: "";
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .sub-heading .sub-title {
    font-size: 20px;
  }
}

.casestudy-fold {
  padding: 70px 0 50px 0;
}
.casestudy-fold .info span {
  border: 7px solid var(--color-orange);
  border-radius: 30px;
  background: var(--color-white);
  width: 24px;
  height: 24px;
}
.casestudy-fold .main-text {
  font-size: 42px;
  line-height: normal;
}
.casestudy-fold .sub-text {
  font-size: 26px;
  line-height: 40px;
  color: #242424;
}
@media (max-width: 768px) {
  .casestudy-fold {
    padding: 30px 0;
  }
  .casestudy-fold .main-text {
    font-size: 22px;
  }
  .casestudy-fold .sub-text {
    font-size: 22px;
    line-height: normal;
  }
}

.product-tab-outer .nav-tabs {
  display: flex;
  border: none;
  gap: 30px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  height: 100px;
}
.product-tab-outer .nav-tabs .nav-item {
  flex: 0 0 auto;
}
.product-tab-outer .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #DBE3EF;
  background: #FAFCFF;
  padding: 20px 30px;
  position: relative;
  transition: none;
}
.product-tab-outer .nav-tabs .nav-link.active {
  background: #FFF5E6;
  border: 1px solid #FBBB2F;
  border-radius: 20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2509803922);
  color: #FF640B;
  font-weight: 700;
}
.product-tab-outer .nav-tabs .nav-link.active::after {
  content: "";
  background: url(../../assets/images/active-arw.png) no-repeat center bottom;
  width: 75px;
  position: absolute;
  bottom: -32px;
  height: 37px;
  inset: auto 0 -27px 0;
  margin: 0 auto;
  background-size: 84%;
}
@media (max-width: 1200px) {
  .product-tab .nav-tabs {
    gap: 10px;
  }
  .product-tab .nav-tabs .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-tab .nav-tabs .nav-link {
    font-size: 14px;
    line-height: normal;
  }
}

.tab-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  overflow: hidden;
}
.tab-banner-left {
  display: grid;
  background: #0053b5;
}
.tab-banner-left * {
  grid-area: 1/1;
}
.tab-banner-left .caption {
  padding: 30px;
  background: linear-gradient(180deg, rgba(107, 107, 107, 0) 80%, #1038B4 100%);
}
.tab-banner-left .caption .flist {
  padding-right: 10px;
}
.tab-banner-left .caption .flist li {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 20px;
  backdrop-filter: blur(11px);
}
.tab-banner-left .title {
  font-size: 50px;
}
.tab-banner-right {
  background: #0053b5 url(../../assets/images/pattern-blue.png) no-repeat bottom right;
  background-size: cover;
  padding: 60px;
}
.tab-banner-right .title {
  font-size: 37px;
  line-height: 40px;
}
.tab-banner-right .sub-text {
  font-size: 19px;
  line-height: 32px;
}
.tab-banner-right .tab-head img {
  max-width: 100px;
}
@media (max-width: 1199px) {
  .tab-banner-right .title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .tab-banner {
    grid-template-columns: 1fr;
  }
  .tab-banner-right {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .tab-banner .title {
    font-size: 24px;
    line-height: normal;
  }
  .tab-banner .sub-text {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .tab-banner-left .caption {
    padding: 10px;
  }
  .tab-banner-left .caption .flist {
    padding: 0;
  }
  .tab-banner-left .caption .flist li {
    font-size: 12px;
    padding: 8px 10px;
  }
  .tab-banner-right {
    padding: 15px;
  }
}

.business-block .sub-text {
  font-size: 40px;
  line-height: normal;
  max-width: 500px;
  width: 100%;
}
.business-block .heading {
  font-size: 28px;
  color: #242424;
}
.business-block .includes-list {
  padding-left: 30px;
}
.business-block .includes-list li {
  font-size: 25px;
  font-weight: 400;
  color: #212122;
  line-height: normal;
  list-style: disc;
}
@media (max-width: 768px) {
  .business-block .heading {
    font-size: 24px;
  }
  .business-block .sub-text {
    font-size: 22px;
  }
  .business-block .includes-list li {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 5px;
  }
}

.challenges {
  background: #1A5DC1;
  border-radius: 20px 20px 0 0;
  padding: 40px 50px;
}
.challenges .title {
  font-size: 28px;
}
.challenges-list {
  padding-left: 30px;
}
.challenges-list li {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  margin-left: 6px;
  list-style: disc;
}
@media (max-width: 768px) {
  .challenges {
    padding: 20px;
  }
  .challenges .title {
    font-size: 24px;
  }
  .challenges li {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 5px;
  }
}

.grayouter {
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
}

.our-solution .sub-text {
  font-size: 28px;
  line-height: normal;
}
.our-solution .item-title {
  font-size: 24px;
  line-height: normal;
  color: #212122;
  min-height: 75px;
  max-width: 300px;
  width: 100%;
}
.our-solution .item-text {
  font-size: 18px;
  line-height: 26px;
  color: #212122;
}
.our-solution.benefits .item {
  background: linear-gradient(14.88deg, #FFFFFF 60.9%, #FBFBFF 92.46%);
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .our-solution.benefits .item {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .our-solution .sub-text {
    font-size: 20px;
  }
  .our-solution .item-title {
    font-size: 18px;
    min-height: auto;
  }
  .our-solution .item-text {
    font-size: 18px;
  }
}

.technologies {
  background: #FAFAFA;
  padding: 30px 0 40px 0;
}
.technologies .tech-outer {
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.technologies .tech-outer img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .technologies {
    padding: 30px 0 80px 0;
  }
  .technologies .tech-outer {
    gap: 20px 60px;
    margin-left: 45px;
  }
  .technologies .tech-outer img {
    max-width: 140px;
  }
}

.touchblock {
  background: #fff;
  border: 1px solid #DBE3EF;
  backdrop-filter: blur(11px);
  padding: 60px;
  border-radius: 20px;
  justify-self: end;
}
.touchblock .title {
  font-size: 40px;
  color: #323232;
}
.touchblock .sub-text {
  font-size: 18px !important;
  color: #323232;
  line-height: normal !important;
}
.touchblock .contact-info {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}
.touchblock .contact-info a {
  color: #323232;
}
@media (max-width: 991px) {
  .touchblock {
    padding: 30px;
    justify-self: start;
    width: 100%;
  }
  .touchblock .title {
    font-size: 28px;
  }
  .touchblock .contact-info {
    font-size: 16px;
  }
}

.contact-fold {
  background: url(../../assets/images/conatct-bg.png) no-repeat top -70px left -70px;
}
.contact-fold .page-header {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.contact-fold .page-header .title {
  font-size: 38px;
  color: #2A45CB;
}
.contact-fold .page-header .sub-text {
  font-size: 20px;
  color: #302C2C;
  line-height: 26px;
}
.contact-fold .contact-card {
  border: 1px solid #DBE3EF;
  background: #FFFFFF;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  width: 100%;
  border-radius: 15px;
  padding: 40px 60px 30px 60px;
}
.contact-fold .contact-card-header .title {
  font-size: 40px;
  color: #372F2F;
}
.contact-fold .contact-card-header .sub-text {
  font-size: 18px;
  color: #9294A1;
  line-height: normal;
}
.contact-fold .contact-card-body {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contact-fold .contact-card {
    padding: 25px;
    margin: 30px auto 0 auto;
  }
  .contact-fold .page-header .title {
    font-size: 28px;
  }
  .contact-fold .page-header .sub-text {
    font-size: 20px;
    line-height: normal;
  }
  .contact-fold .contact-card-header .title {
    font-size: 28px;
  }
  .contact-fold .contact-card-header .sub-text {
    font-size: 18px;
  }
  .contact-fold .contact-card-body {
    margin-top: 20px;
  }
}

.form-group .form-label {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
}
.form-group .form-control, .form-group .form-select {
  border: 1px solid #BECEE5;
  border-radius: 10px;
  min-height: 48px;
}
.form-group .form-select {
  background: url(../../assets/images/form-arrow.svg) no-repeat center right 10px;
}
.form-group textarea {
  padding: 20px 15px;
  resize: none;
}

footer {
  background: url("../../assets/images/footer-bg.png") no-repeat -30px center, linear-gradient(360deg, #191D27 0%, #191D27 35.1%, #141414 100%);
  padding: 60px 0;
  background-size: cover;
}
footer .main-text {
  line-height: normal;
  border-left: 5px solid var(--color-orange);
  font-size: 26px;
  padding-left: 20px;
  padding-right: 0;
}
footer .get-text {
  font-size: 32px;
  color: #FFCF59;
  line-height: 32px;
  padding-right: 0px;
}
footer .footer-link .title {
  font-size: 20px;
  color: #9D9D9D;
}
footer .footer-link ul li a {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 400;
}
footer .footer-link ul li a:hover, footer .footer-link ul li a.active {
  color: #FFCF59;
}
footer .f-logo {
  max-width: 260px;
}
footer .ml-100 {
  margin-left: 0;
}
footer .m-text {
  font-size: 18px;
  color: #e7e7e7;
  line-height: normal;
  margin-top: -5px;
}
@media (min-width: 767px) {
  footer .main-text {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 100px 0;
  }
  footer .ml-100 {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  footer .get-text {
    padding-right: 65px;
  }
  footer .main-text {
    padding-right: 40px;
    font-size: 40px;
    line-height: 43px;
  }
}
@media (min-width: 1400px) {
  footer {
    background-size: contain;
  }
  footer .get-text {
    padding-right: 85px;
  }
}

.ptc-block .sub-text {
  font-size: 18px;
  color: #212122;
}
.ptc-block .ptc-list {
  list-style: disc;
  padding-left: 65px;
  gap: 10px;
}
.ptc-block .ptc-list li {
  font-size: 18px;
  font-weight: 400;
  color: #212122;
  line-height: normal;
}
@media (max-width: 575px) {
  .ptc-block .sub-text {
    font-size: 16px;
  }
  .ptc-block .ptc-list {
    padding-left: 50px;
  }
  .ptc-block .ptc-list li {
    font-size: 16px;
  }
}

.custom-select .checkmark {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #BECEE5;
  color: #212529;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px;
  height: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.custom-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-select input:checked + .checkmark {
  background-color: #fe6816;
  border-color: #fe6816;
  color: var(--color-white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23) inset;
}

.modal-dialog .modal-content {
  background: #fff url(../../assets/images/banner-bg.webp) no-repeat center center;
}

@keyframes slowdown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: grid;
  place-items: center;
}

#loader {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5420cc;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FE6816;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.is-required .form-label::after {
  content: " *";
  color: red;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}