@font-face {
    font-family: Futura-Md-BT;
    src: url(../font/Futura-Md-BT-Medium.ttf);
}


.banner-bg {
    background: linear-gradient(163deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
    width: 100%;
    height: 100vh;
    animation: bg_animation 5s linear infinite alternate;
    overflow-y: hidden;
}

@keyframes bg_animation {
  0% {
    background: linear-gradient(153deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
  }

  50% {
    background: linear-gradient(124deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47);
  }

  100% {
    background: linear-gradient(110deg, #ffc26963 14%, #8dd4ff63, #b5b4ff4a, #8dd4ff47)
  }
}

.banner-box {
  height: calc(100vh - 90px);
  display: flex;
  /* align-items: end; */
  justify-content: end;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-box h2 {
  font-family: var(--Medium);
  font-size: 20px;
}

.banner-box h1 {
  font-family: var(--SemiBold);
  font-size: 70px;
  margin-top: 34px;
}

.banner-box p {
  font-family: var(--Regular);
  font-size: 20px;
  margin-top: 20px;
}

.banner-box a {
  color: #ffff !important;
  text-decoration: none;
  background-color: var(--contact-btn);
  color: var(--contact-btn);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  transition: 300ms linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
}

.banner-box a::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #7573f8;
  z-index: -1;
  transition: 200ms linear;
}

.banner-box a:hover::before {
  height: 100%;
  top: 0;
}

.banner-box .box-panel {
  position: absolute;
  width: 390px;
  height: 60%;
  background-color: #ffffff87;
  left: 50%;
  bottom: 0;
  transform-origin: left bottom;
  opacity: 0;
  z-index: -1;
  box-shadow: -1px -1px 4px 0px #d7edffd9;
  /* border-left: 1px solid #e0d6d6; */
}

.banner-box .box-panel span {
  color: #daedff;
  font-family: 'Futura-Md-BT', sans-serif;
  text-transform: uppercase;
  transform: perspective(286px) rotate(270deg);
  display: block;
  width: fit-content;
  position: absolute;
  font-size: 30px;
  text-shadow: 0px 0px 0px #d9eeff;
}

/* .banner-box .box-panel span::before {
  content: '';
  width: 6px;
  height: 76%;
  position: absolute;
  top: 50%;
  left: -23px;
  background-color: #585858;
  transform: translatey(-50%);
} */

.banner-box .box-1 span {
  top: 70px;
  left: 0px;
}

.banner-box .box-2 span {
  top: 88px;
  left: -14px;
}

.banner-box .box-3 span {
  top: 40px;
  left: 33px;
}

.banner-box .box-1 {
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  left: 45%;
  height: 50%;
  /* translate3d(0px, -12.8022px, 0px) */
  animation: slide-rotate 2s linear infinite 0.5s alternate !important;
}



@keyframes slide-rotate {
  0% {
    /* opacity: 0; */
    /* left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 50%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }

  52.5% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  } */

  100% {
    height: 49%;
    transform: perspective(1000px) rotateY(18deg);
    /* opacity: 1;
    left: 45%;
    height: 50%; */
  }
}

.banner-box .box-2 {
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  left: 55%;
  height: 65%;
  animation: slide-right-1 2s linear infinite 0.5s alternate !important;
}

@keyframes slide-right-1 {
  0% {
    /* opacity: 0;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 65%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }

  52.5% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  }
 */

  100% {
    /* opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 55%;
    height: 65%; */
    transform: perspective(1000px) rotateY(18deg);
    height: 64%;
  }
}

.banner-box .box-3 {
  animation: slide-right 2s linear infinite 0.5s alternate !important;
  opacity: 1;
  transform: perspective(1000px) rotateY(18deg);
  height: 80%;
  left: 70%;
}

@keyframes slide-right {
  0% {
    /* opacity: 0;
    left: 50%; */
    transform: perspective(1000px) rotateY(14deg);
    height: 80%;
  }

  /* 30% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
    left: 50%;
    height: 60%;
  }

  50% {
    opacity: 1;
    transform: perspective(1000px) rotateY(18deg);
    left: 50%;
    height: 60%;
  } */

  100% {
    /* opacity: 1;
    height: 80%;
    left: 70%; */
    transform: perspective(1000px) rotateY(18deg);
    height: 79%;
  }
}









.main-box-padding {
  padding: 80px 0px;
}



#business-results h2 {
  font-family: var(--Regular);
  font-size: 60px;
  font-style: normal;
  line-height: 1.5;
  color: #1D1F20;
}

.result-row {
  border: 1px solid #A0A5A7;
}

.border-right {
  border-right: 1px solid #A0A5A7;
}

.results-box {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.results-box::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7573f81f;
    transition: 300ms linear;
    z-index: -1;
  }

  .results-box:nth-child(2):before {
    background-color: #ecb05b1a;
  }

   .results-box:nth-child(3):before {
    background-color: #64a7f821;
  }

  .results-box:hover::before {
    width: 100%;
    left: 0;
  }

.results-box img {
  height: 27px;
}

.results-box:last-child img {
  height: 58px;
}

.results-box:first-child img {
  height: 40px;
}


.results-box h3 {
  font-size: 18px;
  font-family: var(--Medium);
}

.results-box i {
  font-size: 60px;
}

.results-box h4 {
  font-family: var(--Medium);
  font-size: 60px;
}

.results-box h4 span {
  color: #4e5455;
  font-size: 20px;
}

.results-box p {
  font-family: var(--Regular);
  text-transform: capitalize;
  color: #4e5455b9;
}


/* -- product-delivery ----------- */
#product-delivery {
  background-color: #262626;
}

#product-delivery h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: var(--Regular);
  line-height: 1.4;
}

#product-delivery p {
  font-family: var(--Regular);
  text-transform: capitalize;
  color: #ffffffbf;
  line-height: 1.7;
  font-size: 15px;
}



/*  -- developmentProcess  -------------  */

#developmentProcess {
  background-color: #1D1F20;
}

.section-title h2 {
  font-size: 50px;
  color: #ffffff;
  font-family: var(--Thin);
  line-height: 1.4;
}

.skil-title .skil-box {
  height: 50px;
  width: 86px;
  transform: perspective(250px) rotatey(340deg);
  transition: 300ms linear;
}

.skil-title:hover .skil-box {
  transform: perspective(250px) rotatey(180deg);
}

.skil-title h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: var(--Regular);
  line-height: 1.4;
}

#developmentProcess ul li {
  font-size: 16px;
  color: #EDF1F4;
  line-height: 1.8;
  font-family: var(--Regular);
  line-height: 1.4;
}

#developmentProcess ul a {
  color: #EDF1F4;
  text-decoration: none;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #EDF1F4;
}

#developmentProcess .btn-dev {
  text-decoration: none;
  color: var(--contact-btn);
  padding: 12px 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  font-family: var(--Regular);
  width: fit-content;
  position: relative;
  z-index: 1;
}

#developmentProcess .btn-dev::before {
  content: "";
  height: 100%;
  position: absolute;

  z-index: -1;
  transition: 250ms linear;
}

.btn-dev-1::before {
  left: 0;
  top: 0;
  background-color: #FFC269;
  width: 0px;
}

.btn-dev-1:hover::before {
  width: 100%;

}

.btn-dev-2::before {
  top: 0;
  right: 0 !important;
  background-color: #7573f8;
  width: 0px;
}

.btn-dev-2:hover::before {
  right: 0;
  width: 100%;
}

.btn-dev-3::before {
  top: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #D7FF69;
}

.btn-dev-3:hover::before {
  right: 0;
  height: 100% !important;
}

.btn-dev-4::before {
  bottom: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #52b5f3;
}

.btn-dev-4:hover::before {
  bottom: 0;
  height: 100% !important;
}

.btn-dev-5::before {
  bottom: 0;
  width: 100%;
  height: 0px !important;
  right: 0 !important;
  background-color: #FF99CC;
}

.btn-dev-5:hover::before {
  top: 0;
  height: 100% !important;
}

.btn-dev-6::before {
  right: 0 !important;
  width: 0%;
  background-color: #BE8DFF;
}

.btn-dev-6:hover::before {
  width: 100%;
  left: 0;
  height: 100% !important;
}

/* -- companies-sped -------- */

.light-section-title h2 {
  color: var(--contact-btn) !important;
  font-family: var(--Regular);
}

#companies-sped h3 {
  font-size: 26px !important;
  line-height: 1.5;
  font-family: var(--Medium);
}

#companies-sped p {
  font-size: 18px !important;
  line-height: 1.5;
  font-family: var(--Regular);
}

.light-btn {
  color: var(--nav-link-color) !important;
  text-decoration: none;
  border: 1px solid var(--contact-btn);
  color: var(--contact-btn);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  position: relative;
  z-index: 1;
}

.light-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #000;
  z-index: -1;
  transition: 200ms linear;
}

.light-btn:hover::before {
  bottom: 0;
  height: 100%;
}

.light-btn:hover {
  color: #ffff !important;
}

#companies-sped .cards h3 {
  font-size: 22px !important;
  line-height: 1.5;
  font-family: var(--Medium);
}

#companies-sped .cards img {
  transition: 300ms linear;
}

#companies-sped .cards:hover img {
  transform: scale(1.1);
}


/* Flexible-reliable  */
#Flexible-reliable {
  width: 100%;
  /* height: 500px; */
  /* background-color: gray; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: end;
  align-items: center;
}

#Flexible-reliable .slide-box-title {
  font-size: 30px;
  font-weight: 600;
  color: #4c4040;
  padding-top: 35px;
  /* width: 50%; */
}

/* .left-content-wrapper {
  width: 40%;
} */

#Flexible-reliable .slider-box-content {
  margin-top: 35px;
  text-wrap: auto;
  font-weight: 600;
  /* width: 50%; */
}

/* .left-content-wrapper .swiper-slide {
  he: 100px !important;
} */

.left-content-wrapper .border-shodow {
  border-right: 1px solid #a2a2a2;
  width: 50% !important;
}

.content-swiper .swiper-pagination {
  display: none;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rightImageSwiper {
  /* margin: 100px auto; */
  max-height: 458px;
  min-height: 200px;
  /* width: 320px; */
  /* height: 240px; */
}

.rightImageSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

/* .rightImageSwiper .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.rightImageSwiper .swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.rightImageSwiper .swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
}

.rightImageSwiper .swiper-slide:nth-child(4n) {
  background-color: rgb(211, 122, 7);
}

.rightImageSwiper .swiper-slide:nth-child(5n) {
  background-color: rgb(118, 163, 12);
}

.rightImageSwiper .swiper-slide:nth-child(6n) {
  background-color: rgb(180, 10, 47);
}

.rightImageSwiper .swiper-slide:nth-child(7n) {
  background-color: rgb(35, 99, 19);
}

.rightImageSwiper .swiper-slide:nth-child(8n) {
  background-color: rgb(0, 68, 255);
}

.rightImageSwiper .swiper-slide:nth-child(9n) {
  background-color: rgb(218, 12, 218);
}

.rightImageSwiper .swiper-slide:nth-child(10n) {
  background-color: rgb(54, 94, 77);
} */



.swipe-btn {
  width: 400px;
}

.swipe-btn a {
  text-decoration: none;
  border: 1px solid black;
  color: #ffff;
  background-color: black;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  position: relative;
  z-index: 1;
}

.swipe-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  z-index: -1;
  transition: 200ms linear;
}

.swipe-btn a:hover::before {
  right: 0;
  width: 100%;
}

.swipe-btn a:hover {
  color: black !important;
}

.swipe-btn .swiper-button-prev {
  left: 80px !important;
}

.swipe-btn .swiper-button-next {
  height: 43px;
  width: 43px !important;
  border: 1px solid #A0A5A7 !important;
}

.swipe-btn .swiper-button-prev,
.swiper-button-next {
  height: 43px;
  width: 43px !important;
  border: 1px solid #A0A5A7;
}

.swipe-btn .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #4e5455 !important;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.video-section {
  height: 800px;
  overflow: hidden;
  background-image: url(../images/video-img.png);
  background-position: center;
  background-size: cover;
}

.video-section .video-details {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 450px;
  background-color: #1D1F20;
}

.video-section .video-details div {
  border-bottom: 2px solid #8DD4FF;
}

.video-section .video-details h3 {
  font-size: 18px !important;
  line-height: 1.5;
  color: #ffff;
  font-family: var(--Regular);
  margin-bottom: 20px;
}

.video-section .video-details h4 {
  font-size: 16px !important;
  line-height: 1.5;
  color: #ffff;
  font-family: var(--Regular);
}

.video-section .video-details p {
  line-height: 1.5;
  color: #ffff;
  font-family: var(--Medium);
}

/* -- Partners ------ */

#Partners {
  background: linear-gradient(127deg, #ffc2692b 14%, #8dd4ff54, #b5b4ff66, #8dd4ff36);
  min-height: 200px;
}

.logo-box img {
  width: 150px;
}

.section-title p {
  font-family: var(--Regular);
}

#Partners h4 {
  font-size: 16px !important;
  line-height: 1.5;
  font-family: var(--SemiBold);
}

#Partners p {
  font-family: var(--Regular);
}

.slide-btn-prev-next {
  border-top: 1px solid #8dd3ff9a;
  height: 60px;
}

.border-left {
  border-left: 1px solid #8dd3ff9a;
}

.slide-btn-prev-next>.swiper-button-prev::after {
  color: #262626 !important;
}

.slide-btn-prev-next>.swiper-button-next::after {
  color: #262626 !important;
}

.star {
  display: flex;
  gap: 3px;
  list-style: none;
  color: #FFCE85;
}

.becoming-part {
  width: 500px;
  height: 450px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 70%);
  background-image: url(../images/becoming.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 300ms linear;
}

.becoming-part:hover {
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.becoming {
  color: var(--nav-link-color) !important;
  text-decoration: none;
  color: var(--contact-btn);
  background-color: #FFC269;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  font-family: var(--Medium);
  width: fit-content;
  transition: 200ms linear;
  position: relative;
  z-index: 1;
}

.becoming::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: #f1ae48;
  z-index: -1;
  transition: 200ms linear;
}

.becoming:hover::before {
  right: 0;
  width: 100%;
}


/* technologist -------- */

#technologists {
  background-color: #000000;
  min-height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
}



#technologists h1,
#technologists h1 span {
  font-size: 70px !important;
  font-family: 'Futura-Md-BT', sans-serif;
}

#technologists h1 span {
  background-clip: text;
  background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  /* color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
}

#technologists p {
  background-clip: text;
  background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  /* color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  font-size: 20px;
}

/* People-asked  --------- */

#People-asked {
  background-color: #262626;
}

.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  background-color: transparent !important;
  font-family: var(--Medium);
  color: #EDF1F4 !important;
  border-bottom: 1px solid #EDF1F4;
  padding: 30px 0px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  font-family: var(--Medium);
  color: #EDF1F4 !important;
}

/* Software-House ------------- */

#Software-House {
  background: linear-gradient(127deg, #ffc2692b 14%, #8dd4ff54, #b5b4ff66, #8dd4ff36);
}

#Software-House p {
  font-family: var(--Regular);
}

/*  ------- @media screen size --------  */

@media screen and (max-width: 1440px) {
  .becoming-part {
    background-position: center;
  }
}

@media screen and (max-width: 1440px) {

  .banner-box .box-panel span {
    display: none !important;
  }

  #technologists h1,
  #technologists h1 span {
    font-size: 58px !important;
  }

  #technologists:last-child {
    width: 30px;
  }

  #technologists p {
    font-size: 15px;
  }

  #technologists {
    min-height: 100vh;
  }
}

@media screen and (max-width: 1100px) {
  #companies-sped .cards h3 {
    font-size: 18px !important;
  }

  .main-box-padding {
    padding: 40px 0px;
  }

  #business-results h2 {
    font-size: 42px;
  }

  #product-delivery h2 {
    font-size: 42px;
  }

  .section-title h2 {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 992px) {
  .banner-box h1 {
    font-family: var(--Regular);
    font-size: 52px;
  }

  .results-box i {
    font-size: 26px;
  }

  .results-box h4 {
    font-size: 40px;
  }

  .video-section {
    background-image: none;
    height: auto;
  }

  .video-section .video-details {
    position: relative;
    top: -1px;
    left: 0;
    width: 100%;
  }

  #technologists h1,
  #technologists h1 span {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 800px) {
  .banner-box .box-panel {
    left: 0%;
    width: 280px !important;
    height: 40%;
  }

  .banner-box .box-1 {
    animation: slide-rotate 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-rotate {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    52.5% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }
  }

  .banner-box .box-2 {
    animation: slide-right-1 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-right-1 {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    52.5% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }


    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 15%;
      height: 50%;
    }
  }

  .banner-box .box-3 {
    animation: slide-right 3.5s ease-in-out 0.4s forwards !important;
  }

  @keyframes slide-right {
    0% {
      opacity: 0;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    30% {
      opacity: 1;
      transform: perspective(1000px) rotateY(0deg);
      left: 0%;
    }

    50% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 0%;
      height: 40%;
    }

    100% {
      opacity: 1;
      transform: perspective(1000px) rotateY(18deg);
      left: 30%;
      height: 60%;
    }
  }

  #Flexible-reliable .slide-box-title {
    font-size: 22px;
    padding-top: 18px;
  }

  #Flexible-reliable .slider-box-content {
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px !important;
  }

  #Flexible-reliable .swiper-vertical {
    height: 235px !important;
  }
}

@media screen and (max-width: 768px) {
  .Partners {
    border-top: 1px solid #8dd3ff9a;
  }

  .border-left {
    border-left: none !important;
  }

  #business-results h2 {
    font-size: 30px;
  }

  #product-delivery h2 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 30px !important;
  }

  #developmentProcess .btn-dev {
    padding: 6px 12px;
  }

  .skil-title .skil-box {
    height: 38px;
    width: 59px;
  }
}

@media screen and (max-width: 572px) {

    .banner-box {
        height : auto !important;
    }

        .banner-box h2 {
            font-size: 14px;
            margin-top: 54px;
        }

        .banner-box h1 {
            font-size: 30px;
            line-height: 1.4;
            margin-top: 30px;
        }

        .banner-box h2 {
            font-size: 16px;
        }

        .banner-box p {
            font-size: 17px;
            margin-top: 10px;
        }

        .left-content-wrapper .border-shodow {
    width: 100% !important;
  }

  .banner-box a {
    width: 100%;
    justify-content: center;
  }

  .swipe-btn {
    width: auto;
    /* background-color: red; */
  }

  .swipe-btn {
    position: relative;
  }

  .slide-btn-box {
    position: absolute !important;
    /* background-color: red; */
    width: 100%;
    height: 100%;

  }

  .swipe-btn .swiper-button-next {
    height: 34px;
    width: 34px !important;
  }

  .swipe-btn .swiper-button-prev {
    left: 70% !important;
    height: 34px;
    width: 34px !important;
  }

  .results-box {
    height: 250px;
  }

  

  .border-right {
    border-bottom: 1px solid #A0A5A7;
    border-right: none;
  }

  .border-left {
    border-right: none !important;
  }

  .image-slider-right {
    position: relative !important;
    width: 100%;
  }

  .rightImageSwiper {
    width: 90% !important;
  }

  #Flexible-reliable .slider-box-content {
    width: 100% !important;
  }

  #Flexible-reliable .slide-box-title {
    width: 100% !important;
  }
}