@font-face {
  font-family: "cal-sans";
  src: url("../font/cal-sans/fonts/webfonts/CalSans-SemiBold.woff2")
      format("woff2"),
    url("../font/cal-sans/fonts/webfonts/CalSans-SemiBold.woff") format("woff");
}
.card-images-profile .nibiman-round-1 {
  position: absolute;
  width: 200px;
  top: 13%;
  left: 100%;
  animation: round1 40s infinite linear;
}
@keyframes round1 {
  0% {
    top: 13%;
    left: 0%;
    width: 100px;
    z-index: 1;
  }
  25% {
    top: 31%;
    left: 50%;
    width: 50px;
    z-index: 1;
  }
  50% {
    top: 40%;
    left: 100%;
    width: 100px;
    z-index: 1;
  }
  51% {
    top: 40%;
    left: 100%;
    width: 100px;
    z-index: 2;
  }
  75% {
    top: 31%;
    left: 50%;
    width: 150px;
    z-index: 2;
  }
  99% {
    top: 13%;
    left: 0%;
    width: 100px;
    z-index: 2;
  }
  100% {
    top: 13%;
    left: 0%;
    width: 100px;
    z-index: 1;
  }
}

.card-images-profile .nibiman-round-2 {
  position: absolute;
  width: 50px;
  bottom: 20%;
  left: 6%;
  animation: round2 20s infinite linear;
}
@keyframes round2 {
  0% {
    bottom: 20%;
    left: 0%;
    width: 50px;
    z-index: 0;
  }
  25% {
    bottom: 20%;
    left: 50%;
    width: 40px;
    z-index: 0;
  }
  50% {
    bottom: 20%;
    left: 100%;
    width: 50px;
    z-index: 0;
  }
  51% {
    bottom: 20%;
    left: 100%;
    width: 50px;
    z-index: 1;
  }
  75% {
    bottom: 20%;
    left: 50%;
    width: 55px;
    z-index: 1;
  }
  100% {
    bottom: 20%;
    left: 0%;
    width: 50px;
    z-index: 1;
  }
}

.card-images-profile .nibiman-round-3 {
  position: absolute;
  width: 100px;
  bottom: 10%;
  right: 0%;
  animation: round3 10s infinite linear;
}
@keyframes round3 {
  0% {
    bottom: 10%;
    right: 0%;
    width: 10px;
    z-index: 1;
  }
  25% {
    bottom: 15%;
    right: 50%;
    width: 50px;
    z-index: 1;
  }
  50% {
    bottom: 20%;
    right: 100%;
    width: 25px;
    z-index: 1;
  }
  51% {
    bottom: 20%;
    right: 100%;
    width: 25px;
    z-index: 0;
  }
  75% {
    bottom: 15%;
    right: 50%;
    width: 15px;
    z-index: 0;
  }
  100% {
    bottom: 10%;
    right: 0%;
    width: 10px;
    z-index: 0;
  }
}
button.try-now-btn-two {
  letter-spacing: 1.5px;
}
.nibi_heading {
  font-weight: bold;
  font-size: 55px;
  color: #70f45d;
  text-align: center;
  margin-bottom: 25px;
  min-height: 70px;
}
.award-body {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  gap: 40px;
}
.award-body .award-inner {
  border-radius: 20px;
  padding: 10px 35px;
  border: 2px solid #99f38d5e;
  background: linear-gradient(
    180deg,
    rgba(193, 193, 193, 0.09) 0%,
    rgba(90, 87, 87, 0.09) 100%
  );
  border-radius: 24px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  width: 90%;
  margin: auto;
}

.award-body img {
  width: 70%;
  margin: auto;
}

main {
  margin-top: -4px;
}
body {
  margin: none;
  padding: none;
  font-family: "cal-sans", sans-serif;
  align-items: center;
  overflow-x: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  nav {
    margin-top: 20px;
  }

  .header-main-logo {
    margin-bottom: 20px;
  }
  .kas-card-block {
    margin-bottom: 20px;
  }
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.menu {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-head {
  background-image: url("../images/imagehead.png");
  position: relative;
}
.main-head::before {
  content: "";
  position: absolute;
  background-image: url(..//images/banner-top.svg);
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main-head::after {
  content: "";
  position: absolute;
  background-image: url(..//images/banner-bottom.svg);
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main-head .head-banner-main {
  padding: 200px 0px;
}
.main-head .head-banner-main .head-banner-inner {
  margin: 110px 0px;
}
.header {
  /* background-color: #141010; */
  color: #fff;
  padding: 5px 0;
  padding-top: 20px !important;
  background-size: cover;
  /* Ensures the background image covers the entire header */
  background-position: center;
}

.header p {
  font-size: 12px;
  color: antiquewhite;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.header h1 {
  font-size: 64px;
  /* padding-top: 60px; */
  /* margin-top: 18px; */
  line-height: 65px;
}
.main-header-menu {
  position: relative;
}
.header-main-logo {
  position: absolute;
  left: 0;
}
.header-main-logo img {
  width: 100px;
  height: auto;
}

.header nav ul {
  list-style: none;
  margin: 13px;
  padding: 14px;
  display: flex;
  justify-content: center;
  border-radius: 29.5px;
  border: 2px solid #505050;
  background: linear-gradient(180deg, #505050 0%, #181818 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.79);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.header nav ul li {
  margin-right: 20px;
}

.header nav ul li:last-child {
  margin-right: 0;
}

.header nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.header nav ul li .active-menu {
  background-color: rgba(255, 255, 255, 0.15);
  color: #70f45d;
}
.header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #70f45d;
}

.try-now-btn {
  background-color: rgba(255, 255, 255, 0.15);
  color: #70f45d;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 60px;
  cursor: pointer;
  border: 1px solid rgb(78 76 76);
  box-shadow: 0 0 5px #4c4d4c;
}
.try-now-btn:hover {
  /* background: #155c15; */
  color: #fff;
}
.try-now-btn-one {
  background-color: #605b5b33;
  color: #fff;
  padding: 14px 33px;
  border-radius: 35px;
  cursor: pointer;
  border-radius: 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(153, 153, 153, 0.15) 125.34%
  );
  border: 1px solid rgb(78 76 76);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 18.24px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.try-now-btn-one:hover {
  background: #155c15;
  color: #fff;
  box-shadow: 0 0 5px #13b42e57, 0 0 25px #075e165e, 0 0 50px #06d82952,
    0 0 100px #155c15;
  border: 1px solid #14e014;
}

.try-now-btn-two {
  background: linear-gradient(92deg, #101010 -21.85%, #616161 98.51%);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  line-height: normal;
  background-color: #605b5b33;
  color: #fff;
  padding: 14px 33px;
  border-radius: 35px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid rgb(78 76 76);
  font-family: "Inter";
  font-optical-sizing: auto;
  font-weight: 700;
  margin-top: 20px;
}

.try-now-btn-two:hover {
  /*  background: #000000;
  color: #ffffff;*/
  background: #155c15;
  color: #fff;
  /* box-shadow: 0 0 5px #13b42e57, 0 0 25px #075e165e, 0 0 50px #06d82952,
    0 0 100px #155c15; */
  /* border: 1px solid #14e014; */
}

.shop {
  text-align: center;
  padding-top: 25px;
}

.titlehead {
  text-align: center;
  color: #70f45d;
  /* padding-top: 100px; */
}

/* section two */
/* Remove bottom padding */

.section-2 {
  padding-top: 10px;
  /* Remove top padding */
  padding-bottom: 0;
  /* Remove bottom padding */
  position: relative;
  background-color: #000000;
}

.section-2 h1 {
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}

.section-2 h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  /* font-style: italic; */
  color: #9e9e9e;
  text-align: left;
  font-size: 25px;
  line-height: 0px;
  padding-bottom: 50px;
}

.section-2 p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  font-size: 18px;
}
.section-2-card {
  padding: 30px 0px 0px;
  border-radius: 74px;
  cursor: pointer;
  border: none;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}
.main-card-images {
  position: relative;
}
.main-card-images .nibiman-bg {
  position: absolute;
  position: absolute;
  top: -20%;
  right: -30%;
}
.card-images-profile {
  position: relative;
}
.nibiman {
  position: relative;
  z-index: 1;
}
/*.card-images-profile .nibiman-round-1 {
  position: absolute;
  width: 200px;
  top: 13%;
  left: 18%;
  animation-name: round-1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}*/
@keyframes round-1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.card-images-profile .nibiman-round-2 {
  position: absolute;
  width: 50px;
  bottom: 20%;
  left: 6%;
  animation-name: round-1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}*/
/*.card-images-profile .nibiman-round-3 {
  position: absolute;
  width: 100px;
  bottom: 10%;
  right: 0%;
  animation-name: round-1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}*/
@keyframes round-3 {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.parent {
  position: relative;
  top: 0;
  left: 0;
}

/* .image1 {
  position: relative;
  top: 232px;
  left: -100px;
  height: 3%;
  width: 2%;
}

.image2 {
  position: relative;
  top: -113px;
  left: -136px;
}

.image3 {
  position: absolute;
  top: 500px;
  left: 155px;
  height: 3%;
  width: 2%;
}

.image4 {
  position: absolute;
  top: 543px;
  left: 491px;
  height: 7%;
  width: 4%;
} */
/* award-section */
.award-section {
  text-align: center;
  padding: 90px 0 65px;
  /* background-color: #101010; */
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.award-section h1 {
  font-weight: bold;
  font-size: 55px;
  color: #70f45d;
  text-align: center;
  margin-bottom: 30px;
}
.lead-more {
  text-align: center;
  padding-top: 80px;
}
.lead-more a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: underline;
  color: #87d57e;
}
/* section three */

/* hover effect */
.kas-card-block:hover img {
  transform: scale(1.8);
  /* Zoom effect */
}

.kas-card-block img {
  transition: transform 5s ease;
  /* Smooth transition */
}

.kas-section-bg {
  padding: 90px 0;
  color: #fff;
}

.kas-section-bg h5 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 26px;
}

.kas-section-bg h2 {
  font-size: 42px;
  padding-bottom: 85px;
}

.kas-section-bg p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 12px;
  width: 90%;
  margin: auto;
}

#kas-card {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 330px -30px #253c23, 350px 320px #1c3021, 320px 10px #1c3021,
    240px 40px #1c3021, 150px 210px #253c23, 330px 100px #1c3021,
    310px 170px #1c3021, -30px -20px #1c3021, 70px 130px #253c23,
    350px 240px #1c3021, 50px -10px #253c23, 30px 190px #1c3021,
    260px 290px #253c23, 180px 330px #1c3021, 50px 300px #1c3021,
    250px 190px #1c3021, 110px -30px #253c23, -40px 240px #1c3021,
    170px 0px #1c3021, 60px 50px #1c3021, 0px 100px #6b8c72;
  animation: animStar 50s linear infinite;
}

@keyframes animStar {
  0% {
    transform: scale(1);
    filter: blur(0px);
  }
  50% {
    transform: scale(4);
    filter: blur(2px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
.kas-card-animation {
  position: relative;
  z-index: 9;
}
.kas-card-block {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(204, 195, 195, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.kas-card-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 170px;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(56, 56, 56, 0) 0%, #141414 100%);
  mix-blend-mode: multiply;
  bottom: 0;
  left: 0px;
}
.kas-card-block:hover {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: 0 0 20px rgba(242, 245, 242, 0.973); */
  /* box-shadow: 0 0 2px #0d0e0d, 0 0 5px #111a12, 0 0 5px #000000,
    0 0 5px #0c1b0e; */
  overflow: hidden;
  margin-bottom: 30px;
  /* border: 2px solid rgb(119, 119, 119); */
}

.kas-card-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.kas-card-block-content h2,
h5,
p {
  text-align: center;
  margin-bottom: 0px;
}

.kas-card-block-content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

/* section ###################################### */
.nibiimage {
  position: relative;
}

.kas-centered-section h3 {
  z-index: 1;
  margin-top: 50px;
}
.kas-centered-section h3 .solutions-dec {
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 4s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}
.kas-centered-section {
  text-align: center;
  padding: 65px 0;
  /* background-color: #101010; */
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/* ***************************************************** */

.serviceofferedsection {
  padding-bottom: 10px;
}

.featuresection {
  padding-bottom: 14%;
  text-align: center;
}

.featurebtn {
  display: inline-block;
  text-decoration: none;
  border-radius: 64px;
  background: linear-gradient(
    335deg,
    #1e2c1c 100%,
    #418e3600 0%,
    #70f45d21 20%
  );
  box-shadow: 0px -1px 0px 0px #70f45d;
  border: none;
  color: #ffffff;
  padding: 9px 41px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  margin: 5px auto;
  position: relative;
  z-index: 9;
}
.featurebtn:hover {
  background: #155c15;
  color: #fff;
  box-shadow: 0 0 5px #13b42e, 0 0 25px #075e165e, 0 0 50px #06d82952,
    0 0 100px #155c15;
}
.serviceofferedsection h1 {
  font-weight: bold;
  font-size: 55px;
  color: #70f45d;
  text-align: center;
}

/* ************************************************************* */

.section4 {
  text-align: center;
  padding: 60px 0;
  background-color: black;
}

.section4-card {
  /* background-color: #418e36, 15%; */
  /* background: linear-gradient(174deg, #0b260e 5%, rgb(0 0 0 / 31%) 100%); */
  background: linear-gradient(rgb(112 244 93 / 50%) 0%, rgb(2, 2, 2) 57%);
  position: relative;
  border-radius: 20px 20px 0px 0px;
  z-index: 99;
  border: none;
  margin-bottom: 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  position: relative;
  padding: 30px;
  color: #ffffff;
  /* border: 1px solid #193814; */
  border-radius: 20px;
  height: 242px;
  transition: transform 0.5s ease;
}
.section4-card img {
  width: 50px;
}
.section4-card::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 99.4%;
  left: 1px;
  top: 1px;
  border-radius: 20px;
  background: linear-gradient(rgb(29 46 29) 0%, rgb(2, 2, 2) 57%);
  z-index: -9;
}
.section4-card:hover {
  background: linear-gradient(rgb(112 244 93 / 70%) 0%, rgb(0 0 0) 57%);
  /* transform: scale(1.1); */
  z-index: 1;
}

.section4-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
}

/* .section4-card-content {
  padding-top: 60px;
} */

.section4-card-content h5 {
  font-size: 20px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: start;
  color: #fff;
}

.section4-card-content p {
  margin-bottom: 0;
  color: #bbbbbb;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 12px;
  text-align: start;
}

.section4-unique-card {
  background-image: url("../images/maskgroup.png") !important;
  height: 242px;
  position: relative;
  background-color: none;
}
.section4-unique-card:hover {
  background: transparent;
}
.section4-unique-card::after {
  content: "";
  display: none;
}

.section4-unique-card-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #70f45d;
}

.section4-unique-card-content p {
  font-size: 24px;
  margin-bottom: 10px;
}

.section4-unique-card-content button {
  color: #fff;
  padding: 12px 30px;
  border-radius: 35px;
  cursor: pointer;
  border-radius: 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(153, 153, 153, 0.15) 125.34%
  );
  border: 1px solid rgb(78 76 76);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.section4-unique-card-content button:hover {
  background: #155c15;
  color: #fff;
  box-shadow: 0 0 5px #13b42e57, 0 0 25px #075e165e, 0 0 50px #06d82952,
    0 0 100px #155c15;
  border: 1px solid #14e014;
}

.section-4 {
  padding-bottom: 120px;
  padding-top: 30px;
}
.section-4 .meet-wrap {
  text-align: center;
  padding: 40px 0px;
}
.section-4 .meet-wrap h3 {
  font-size: 36px;
  color: #70f45d;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.section-4 .meet-wrap .meet-btn button {
  border-radius: 64px;
  background: linear-gradient(
    335deg,
    #08080800 100%,
    #418e3600 0%,
    #70f45d21 20%
  );
  box-shadow: 0px -1px 0px 0px #dcf1d9;
  border: none;
  color: #ffffff;
  padding: 9px 41px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  margin: 5px auto;
  display: block;
  position: relative;
  z-index: 9;
}
.section-4 .meet-wrap .meet-btn button:hover {
  box-shadow: 0px -1px 0px 0px #70f45d;
  color: #70f45d;
}
/* section5 */

.section-5 {
  background-color: #000000;
}
.section-5-card {
  padding: 74px 10%;
  border-radius: 74px;
  cursor: pointer;
  border: none;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}
.top-section {
  padding-bottom: 50px;
}

.dq-card-head {
  font-size: 60px;
  font-weight: 600;
  color: #101010;
}

.dq-card-heading {
  /* text-align: justify; */
  justify-content: center;
  color: #9e9e9e;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
}

.dq-card {
  background-color: #080808;
  border: none;
  margin-bottom: 20px;
  position: relative;
  color: #000000;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.5s ease;
}
.dq-card:hover {
  box-shadow: 0px 4px 4px #00000025;
}
.section-5-right-card {
  padding-left: 8%;
}
.jetson-img {
  text-align: end;
  margin-top: 50px;
}
.jetson-img img {
  width: 140px;
}
.dq-card-body {
  text-align: center;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dq-card-body img {
  height: 60px;
}

.dq-card-title {
  margin-top: 10px;
  font-size: 25px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #101010;
  margin-bottom: 0px;
}

/* section 6 */
.ai-power-section {
  position: relative;
  text-align: center;
  padding: 200px 0px 50px;
}
.ai-power-section::after {
  content: "";
  position: absolute;
  background-image: url(../images/Business-Growth-bg.svg);
  height: 100%;
  width: 100%;
  left: 0px;
  top: -50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.ai-btn {
  margin-bottom: 20px;
  background: rgba(112, 244, 93, 0.2);
  box-shadow: 0px -1px 0px 0px #70f45d;
  color: #ffffff;
  padding: 9px 41px;
  border-radius: 64px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  border: none;
  text-decoration: none !important;
}
.ai-btn:hover {
  background: #155c15;
  color: #fff;
  box-shadow: 0 0 5px #13b42e, 0 0 25px #075e165e, 0 0 50px #06d82952,
    0 0 100px #155c15;
}
.sec-6-heading {
  color: #70f45d;
  font-size: 60px;
  margin-top: 25px;
}

.section-title {
  margin-top: 20px;
}

.section-7 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 60px;
}

.sec-7-head {
  font-size: 25px;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 20px;
  width: 70%;
  margin: auto;
}

.sec-7-content {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #bbbbbb;
  font-size: 12px;
}

.qr-card {
  margin-bottom: 40px;
  background: linear-gradient(rgb(112 244 93 / 50%) 0%, rgb(2, 2, 2) 57%);
  position: relative;
  border-radius: 20px 20px;
  z-index: 99;
  border-bottom: none;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}
/*.qr-card:hover {
  box-shadow: 0 0 5px #2c5233, 0 0 5px #425e47, 0 0 5px #364e3a, 0 0 5px #23492a;
}*/
.qr-card::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 1px;
  border-radius: 20px;
  background: linear-gradient(rgb(0 0 0 / 69%) 0%, rgb(2, 2, 2) 57%);
  z-index: -9;
}
.section-7-image {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-image {
  position: relative;
  top: 45px;
  width: 23%;
  border-radius: 10px;
  box-shadow: 0px 2px 20px #101210;
}

.cardBody {
  padding: 30px 30px 40px 30px;
  color: white;
}
/* development-process-section */
.development-process-section .overlap-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.development-process-section .overlap-container .process-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 51.95px;
  font-weight: bold;
  z-index: 6;
  width: 35%;
}
/* scoping-section */
.scoping-section {
  position: relative;
  padding-bottom: 100px;
}
.scoping-section::after {
  content: "";
  position: absolute;
  background-image: url(..//images/scoping-bg.svg);
  width: 35%;
  height: 81%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -9;
}
.scoping-section .scoping-container {
  width: 90%;
  margin: auto;
}
.scoping-section .scoping-number ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  justify-content: center;
}
.scoping-section .scoping-number ul li {
  font-size: 280px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  background: -webkit-linear-gradient(180deg, #84ff72 0%, #3aa82a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 305px;
  opacity: 0.5;
}
.scoping-section .scoping-number ul .active {
  opacity: 1;
}
.scoping-section .scoping-details {
  width: 90%;
}
.scoping-section .scoping-details .scoping-details-inner {
  margin-top: 60px;
}
.scoping-section .scoping-details .scoping-details-inner h3 {
  font-size: 42px;
  line-height: 50px;
  color: #70f45d;
  font-family: "cal-sans", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.scoping-section .scoping-details .scoping-details-inner ul {
  margin: 0;
}
.scoping-section .scoping-details .scoping-details-inner ul li {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #ebebeb;
  font-weight: 300;
  margin-bottom: 24px;
}
.scoping-section .scoping-details .scoping-details-inner ul li span {
  font-weight: bold;
  color: #fff;
}
/* clientele-section */
.clientele-section {
  padding: 140px 0px 0px;
}
.clientele-section .clientele-title {
  padding-bottom: 80px;
}
.clientele-section .clientele-title h1 {
  font-weight: bold;
  font-size: 55px;
  color: #70f45d;
  text-align: center;
  margin-bottom: 10px;
}
.clientele-section .clientele-title p {
  color: #9e9e9e;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.clientele-section .clientele-slider {
  padding-left: 0px;
}
.clientele-section .clientele-slider li img {
  height: 80px;
  width: 80%;
  object-fit: contain;
}
.clientele-section .nvidia-logo-main {
  text-align: center;
  margin-bottom: 70px;
}
.clientele-section .nvidia-logo-main img {
  width: 250px;
}
/* case-study-section */
.case-study-section {
  padding: 0px 0px 100px 0px;
  position: relative;
}
.case-study-section::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-study-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.case-study-section::before {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-study-bg-sec.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.case-study-section .case-study-title {
  padding-bottom: 60px;
  padding-top: 140px;
}
.case-study-section .case-study-body .case-study-wrap {
  background: linear-gradient(
    180deg,
    rgba(112, 244, 93, 0.42) 0%,
    rgba(153, 153, 153, 0.0546) 100%
  );
  z-index: 99;
  position: relative;
  border-radius: 24px;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  margin: 0px 20px;
}
.case-study-section .case-study-body .case-study-wrap .case-inner-wrap {
  display: flex;
  justify-content: flex-end;
}
.case-study-section .case-study-body .case-study-wrap .case-wraping {
  display: none;
}
.case-study-section .case-study-body .case-study-wrap .case-wraping a {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 77%) 0%,
    rgba(33, 33, 33, 0.37) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-section .case-study-body .case-study-wrap:hover .case-wraping {
  display: block;
}
.case-study-section .case-study-body .case-study-wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 99.3%;
  left: 2px;
  top: 2px;
  border-radius: 24px;
  background: linear-gradient(rgb(0 0 0 / 69%) 0%, rgb(2, 2, 2) 57%);
  z-index: -9;
}
.case-study-section .case-study-body .case-study-wrap .Similarity {
  padding: 32px 42px;
  height: 400px;
  position: relative;
}
.case-study-section .case-study-body .case-study-wrap .Similarity::before {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/Case-Study-Thumbnail-Product-Similarity-1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 99%;
  height: 99%;
  right: 2px;
  bottom: 1px;
  z-index: -1;
  border-radius: 24px;
}
.case-study-section .case-study-body .case-study-wrap .Similarity::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-studies-1-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.case-study-section .case-study-body .case-study-wrap .visualiser {
  padding: 32px 42px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.case-study-section .case-study-body .case-study-wrap .visualiser::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-studies-2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 99%;
  height: 99%;
  left: 2px;
  bottom: 2px;
  z-index: -1;
  border-radius: 24px;
}
.case-study-section .case-study-body .counting-sec {
  margin-top: 30px;
}
.case-study-section .case-study-body .case-study-wrap .retail-inner {
  padding: 32px 42px;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.case-study-section .case-study-body .case-study-wrap .retail-img::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/Case-Study-Thumbnail-Prince-William-2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 99%;
  height: 99%;
  right: 2px;
  bottom: 1px;
  z-index: -1;
  border-radius: 24px;
}
.case-study-section .case-study-body .case-study-wrap .smart-img::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/Case-Study-Thumbnail-Chennai-Silks-1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 99%;
  height: 99%;
  right: 2px;
  bottom: 1px;
  z-index: -1;
  border-radius: 24px;
}
.case-study-section .case-study-body .case-study-wrap .industries-img::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/Case-Study-Thumbnail-Tupperware-1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 99.5%;
  height: 99%;
  right: 1px;
  bottom: 1px;
  z-index: -1;
  border-radius: 24px;
}
.case-study-section .case-study-body .case-study-wrap .efficiency-img::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-studies-5.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 70%;
  height: 70%;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
.case-study-section .case-study-body .case-study-wrap p {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: start;
  margin-bottom: 10px;
}
.case-study-section .case-study-body .case-study-wrap h3 {
  font-family: "cal-sans", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 32.4px;
  text-align: left;
  margin-bottom: 25px;
  color: #70f45d;
}
.case-study-section .case-study-body .case-study-wrap button {
  background: linear-gradient(180deg, #409134 0%, #255e1c 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 7px 20px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24.54px;
}
/* companies-title */
.section-9 {
  padding: 10px 0px 50px;
  background-image: url(..//images/round-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

/* faq */
.faqs-section {
  padding-top: 150px;
}
.faqs-section .faq-title {
  position: relative;
  z-index: 9;
}
.faqs-section .faq-title::after {
  content: "";
  position: absolute;
  background-image: url(..//images/faq-title-bg.png);
  width: 100%;
  height: 480px;
  left: 0;
  top: -220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -9;
}
.section-6 {
  padding: 300px 0px 100px;
}
.faq-head-para {
  padding-bottom: 5%;
  color: #9e9e9e;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.bag-body {
  background: transparent;
  color: white;
  border-radius: 10px;
  width: 80%;
  margin: 0px auto;
}
.bag-accordion-item .show {
  background-color: #50505047;
  border: 1px solid #ffffff47;
  border-radius: 20px;
}
.bag-accordion-item .accordion-body {
  padding: 0;
}
.bag-accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 126.448%; /* 25.29px */
  letter-spacing: -0.6px;
  text-align: start;
}
.bag-accordion-item .bag-card {
  background: transparent;
}
.bag-accordion-button {
  width: 100%;
  background-color: #50505047;
  border: 1px solid #ffffff47;
  color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.bag-accordion-button.collapsed {
  background-color: #50505047;
  border: 1px solid #ffffff47;
  text-align: left;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.bag-accordion-item {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
}

.bag-accordion-item:last-child {
  border-bottom: none;
}

.bag-card {
  background: black;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
}

/* end faq */

.mmm {
  position: relative;
  color: white;

  overflow: hidden;
  margin-top: 10px;
  z-index: 9;
}

.mmm::after {
  content: "";
  position: absolute;
  background-image: url(..//images/Questions-bg-2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 55%;
  width: 100%;
  left: 0%;
  bottom: 0px;
  z-index: -9;
}

.foort-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px 0px 60px;
}

.foort-logo {
  display: flex;
  flex-direction: column;
  /* Display logo and text in a column */
  align-items: center;
}

.foort-logo-img {
  /* width: 50px;
  height: 50px; */
  margin-bottom: 10px;
  /* Add margin between logo and text */
}

.foort-logo-text {
  margin: 0;
  color: #fff;
  /* Set text color to white */
}

.foort-links {
  display: flex;
  margin-right: -100px;
}

.foort-section {
  margin-right: 50px;
}

.foort-h4 {
  color: #ffffff50;
  font-size: 18px;
  /* Set text color to white */
}

.foort-ul {
  list-style-type: none;
  padding: 0;
}

.foort-ul li {
  margin-bottom: 10px;
  padding: 5px 0;
  /* Add padding to links */
}

.foort-link {
  text-decoration: none;
  color: #ccc;
  /* Set link color */
  padding-right: 110px;
  font-size: 18px;
}

.foort-link:hover {
  color: #fff;
  /* Change link color on hover */
}
/* questions-section */
.questions-section {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}
.questions-section::before {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-study-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.questions-section::after {
  content: "";
  position: absolute;
  background-image: url(..//images/case-studies/case-study-bg-sec.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.questions-section .questions-body {
  padding-top: 40px;
}
.questions-section .questions-body .questions-wrap {
  text-align: start;
  padding-top: 30px;
  position: relative;
  margin-top: 0px;
}
.questions-section .questions-body .questions-wrap span {
  color: #87d57e;
  font-size: 17px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 0;
}
.questions-section .questions-body .questions-wrap h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 0px;
  min-height: 60px;
}
.questions-section .questions-body .questions-wrap p {
  color: #9e9e9e;
  font-size: 17px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  text-align: start;
  min-height: 150px;
}

/*For technologies section*/
.technologies-row {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 40px;
}
.technologie-item {
  width: 20%;
  text-align: center;
  padding-bottom: 24px;
}
.technologie-item img {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  padding: 7px;
}
.technologie-item img:hover {
  border: 1px solid #5ecd4e59;
  background: #5ecd4e59;
}
.technologies-row .selected img {
  border: 1px solid #5ecd4e59;
  background: #5ecd4e59;
}
.technologie-item p {
  font-size: 18px;
  color: #8e8e8e;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.technologies-row .selected p {
  color: #101010;
  border-bottom: 1px solid #101010;
}
.technologie-item-content {
  display: none;
}
.technologie-item-wrap {
  display: flex;
  align-content: flex-start;
  gap: 22px;
  margin-top: 45px;
}
.technologie-item-wrap .technologie-wrap-img {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
}
.technologie-item-wrap .technologie-wrap-img img {
  width: 80%;
}
.technologie-item-wrap .technologie-wrap-dec {
  width: 100%;
}
.technologie-item-wrap .technologie-wrap-dec h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.technologie-item-wrap .technologie-wrap-dec p {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-align: start;
  font-family: "Inter", sans-serif;
}

.section.case-study-section {
  height: 100vh;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.case-study-section .case-studie-slider {
  padding: 120px 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}
.case-study-section .case-study-body .case-study-wrap {
  min-width: 35vw;
}
/* responsive */
@media only screen and (max-width: 1200px) {
  .menu {
    justify-content: flex-end;
  }
  .section-2 h3 {
    padding-bottom: 20px;
  }
  .section-2 h1 {
    font-size: 46px;
  }
  .section-2 p {
    font-size: 16px;
  }
  .jetson-img {
    margin-top: 20px;
  }
  .kas-section-bg p {
    width: 100%;
    min-height: 60px;
  }
  .kas-card-block {
    padding: 20px;
  }
  .section4-card {
    height: 290px;
  }
  .scoping-section .scoping-details .scoping-details-inner h3 {
    font-size: 38px;
  }
  .section-5-card {
    padding: 74px 3%;
  }
  .case-study-section .case-study-body .case-study-wrap .Similarity,
  .case-study-section .case-study-body .case-study-wrap .retail-inner {
    height: 300px;
  }
  .section-6 {
    padding: 170px 0px 100px;
  }
  .foort-container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1050px) {
  .section-5-right-card {
    padding-left: 0%;
  }
  .development-process-section .overlap-container .process-text {
    font-size: 46px;
  }
  .faqs-section {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .desktop_menu {
    display: none;
  }
  .menu.main-header-menu {
    justify-content: end;
    margin-top: 22px;
    overflow: visible;
  }
  /*Footer*/
  .foort-container {
    flex-direction: column;
  }
  .foort-links {
    margin-right: 0;
    flex-wrap: wrap;
    width: 100%;
    /*    flex-direction: column;*/
  }
  .foort-section {
    margin-right: 0;
    text-align: center;
    padding-top: 40px;
  }
  .foort-section {
    width: 33%;
  }
  .foort-h4 {
    font-size: 20px;
  }
  .foort-link {
    padding-right: 0;
  }
  /*  FOOTER_END*/
  .section-5-card {
    padding: 54px 4%;
  }
  .technologie-item {
    width: auto;
  }
  .technologies-row {
    justify-content: space-between;
  }
  .scoping-section {
    padding-bottom: 0px;
  }
  .award-section {
    padding: 0px;
  }
  .case-study-section .case-studie-slider {
    padding: 60px 4vw;
  }
  .development-process-section .overlap-container .process-text {
    font-size: 33px;
    width: auto;
  }
  .bag-body {
    width: 100%;
  }
  .header h1 {
    font-size: 46px;
  }
  .header h1 {
    padding-top: 0px;
  }
  .section-5-right-card {
    padding: 30px;
  }
  .nibi_heading,
  .serviceofferedsection h1,
  .dq-card-head,
  .sec-6-heading,
  .clientele-section .clientele-title h1,
  .award-section h1 {
    font-size: 42px;
  }
  .kas-centered-section h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .section-5-card,
  .section-2-card {
    border-radius: 24px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .sec-7-head {
    width: 100%;
  }
  .scoping-section .scoping-details {
    width: 100%;
  }
  .clientele-section .clientele-title {
    padding-bottom: 30px;
  }
  .case-study-section .case-study-title {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .testimonial-box {
    padding: 30px 15px !important;
  }
  .review {
    font-size: 14px !important;
  }
  .user-info .name {
    font-size: 22px !important;
  }
  .faq-head-para {
    font-size: 18px;
  }
  .mmm {
    padding: 50px 20px;
  }
  .clientele-section {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 525px) {
  .main-head .head-banner-main {
    padding: 60px 0px;
  }
  .ai-power-section::after {
    content: "";
    height: 60%;
    left: 0px;
    top: -10%;
  }
  .clientele-section .nvidia-logo-main {
    margin-bottom: 30px;
  }
  .clientele-section .nvidia-logo-main img {
    width: 180px;
  }
  .section-9 .sec-6-heading {
    width: 90%;
  }
  .section-5-right-card {
    padding: 40px 5px;
  }
  .section-2 h1 {
    font-size: 38px;
  }
  .section-2 h3 {
    font-size: 20px;
  }
  .section-2 p {
    font-size: 14px;
  }
  .kas-section-bg h2 {
    font-size: 36px;
    padding-bottom: 50px;
  }
  .kas-section-bg h5 {
    font-size: 20px;
  }
  .kas-card-block-content {
    margin-top: 10px;
  }
  .kas-section-bg {
    padding: 90px 0px 0px;
    color: #fff;
  }
  .kas-centered-section {
    padding: 90px 0px;
  }
  .development-process-section .overlap-container .process-text {
    font-size: 19px;
  }
  .case-study-section .case-study-body .case-study-wrap .case-wraping a img {
    width: 20%;
  }
  .nibi_heading,
  .serviceofferedsection h1,
  .dq-card-head,
  .sec-6-heading,
  .clientele-section .clientele-title h1,
  .award-section h1 {
    font-size: 34px;
  }
  .featuresection {
    padding-bottom: 30px;
  }
  .section-4 {
    padding-top: 0px;
  }
  .section4-card {
    height: auto;
  }
  .section-4 {
    padding-bottom: 90px;
  }
  .dq-card-heading {
    font-size: 16px;
  }
  .technologies-row {
    justify-content: flex-start;
    gap: 20px;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .technologie-item {
    text-align: start;
    width: auto;
    padding-bottom: 0px;
  }
  .technologie-item p {
    font-size: 16px;
  }
  .technologie-item-wrap .technologie-wrap-img {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
  }
  .technologie-item-wrap .technologie-wrap-dec h2 {
    font-size: 20px;
  }
  .technologie-item-wrap .technologie-wrap-dec p {
    font-size: 14px;
  }
  .bg-image {
    min-height: 300px;
  }
  .cardBody {
    padding: 30px 20px 0px 20px;
    color: white;
  }
  .scoping-section .scoping-details .scoping-details-inner h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .scoping-section .scoping-details .scoping-details-inner ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .scoping-section .scoping-details .scoping-details-inner {
    margin-top: 40px;
  }
  .case-study-section .case-study-body .case-study-wrap .Similarity,
  .case-study-section .case-study-body .case-study-wrap .retail-inner {
    height: 230px;
    padding: 12px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }
  .case-study-section .case-study-body .case-study-wrap button {
    padding: 4px 12px;
    font-size: 10px;
    line-height: 24.54px;
  }
  .case-study-section .case-studie-slider {
    padding: 60px 4vw 0px;
  }
  .section-9 .sec-6-heading {
    width: 90% !important;
    margin: 14px auto 0px;
  }
  .award-section {
    padding: 0px;
  }
  .award-body {
    width: 100%;
    padding-left: 0px !important;
  }
  .faqs-section {
    padding-top: 20px;
  }
  .section-6 {
    padding: 20px 0px 50px;
  }
  .faqs-section .faq-title::after {
    content: "";
    width: 100%;
    height: 110px;
    left: 0;
    top: -40px;
  }
  .bag-accordion-button {
    padding: 15px;
    font-size: 14px;
  }
  .bag-accordion-item .accordion-body p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 14px;
    padding: 15px;
  }
  .lead-more {
    padding-top: 40px;
  }
  .bag-body {
    margin: 0px auto 90px;
  }
  .faq-head-para {
    font-size: 16px;
  }
  .mmm {
    margin-bottom: 0px;
    padding: 0;
  }
  .foort-container {
    padding: 110px 0 40px 0 !important;
  }
  .foort-section {
    width: 50% !important;
  }
  .foort-h4 {
    font-size: 18px;
  }
  .foort-link {
    font-size: 14px;
  }
  .award-body .award-inner {
    padding: 10px 15px;
  }
  .clientele-section {
    padding: 90px 0px 30px;
  }
  .ai-power-section {
    padding: 100px 0px 50px !important;
  }
}
@media only screen and (max-width: 375px) {
  .development-process-section .overlap-container .process-text {
    top: 47%;
    font-size: 14px;
  }
}
