body {
  padding-top: 210px;
}
.top-home {
  background: #000000;
  padding-top: 80px;
  padding-bottom: 0;
}
.top-home .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.top-home .container-fluid video {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.top-home .home-desktop-video {
  line-height: 0.6;
}
.home-mobile-video {
  display: none;
}
.home-dekstop-video {
  display: block;
 line-height: 0.6;
}

.box-section .hero-content {
  gap: 30px;
}

.box-section .body-content {
  max-width: 33ch;
}

.box-section a.grn-btn {
  padding: 0.6rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  min-width: 198px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.box-section a.grn-btn:after {
  margin-left: 0.625rem;
  content: "";
  width: 1rem;
  height: 0.75rem;
  display: block;
  background-image: url("../images/arrow-right-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.box-section a.grn-btn:hover:after {
  background-image: url("../images/arrow-right-white.svg");
}
.box-section a.orange-btn {
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #00d986;
  color: #00d986;
  background: transparent;
  padding: 0.6rem 2rem;
  min-width: 198px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.data-desc {
  font-size: 1.375rem;
  color: #707070;
}
.lines-video {
  margin-top: -100px;
}
.lines-video video {
  width: 100%;
}
.module-border-wrap {
  padding: 1rem;
  position: relative;
  border-radius: 30px;
  padding: 5px;
}

.video-container {
  border: 1px solid #2f4354;
  border-radius: 34px;
}
.video-container {
  position: relative;
  width: 100%;
  /* Full width */
  max-width: 800px;
  /* Set the maximum width */
  max-height: 450px;
  /* Set the maximum height */
  margin: 0 auto;
  /* Center the video container */
  overflow: hidden;
}
.video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  /* Ensure the video covers the container */
}
div#iframe-coctainer {
  display: flex;
  align-items: center;
  justify-self: center;
  overflow: hidden; /* Hide any overflow if the animation is larger */
}
.row__item:not(:last-child) .div#iframe-coctainer {
  height: 24.479vw;
}

.row__item:not(:last-child) .module {
  min-height: calc(25vw - 10px);
}

.module {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
  padding: 2.6rem 3rem;
}
.module-border-wrapper-img {
  background: radial-gradient(
      62.63% 54.26% at 50.07% 46.91%,
      rgba(11, 17, 23, 0) 0%,
      #0b1117 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #2f4354;
}
div#iframe-coctainer > div {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
#growth .content {
  gap: 40px;
  padding: 0 0 40px 0;
}
.content-btn__wrap {
  margin-top: 0.5rem;
}
#growth .content a.grn-btn.content-btn {
  color: #000;
  text-decoration: none;
  padding: 0.6rem 2rem !important;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  background: #00d986;
  border: 1px solid #00d986;
  border-radius: 5px;
  color: #000 !important;
  transition: all 0.3s ease;
}
#growth .content a.grn-btn.content-btn:hover {
  color: #fff !important;
}

.growth-wrapper > .content .left-side,
.growth-wrapper > .content .right_side {
  width: 100%;
}
#growth .content:first-child {
  padding-top: 20px;
}
.growth-wrapper > .content .right_side video {
  max-width: 100%;
}
#growth .content .right_side#iframe-coctainer {
  border-radius: 30px;
}
#growth .content .right_side#iframe-coctainer .module {
  padding: 0;
}
#growth .content .right_side#iframe-coctainer .module iframe {
  border-radius: 34px;
}
.growth-wrapper > .content:nth-child(1) .module-border-wrap {
  border-radius: 34px;
  background: linear-gradient(180deg, #192834 0%, #5362df 100%);
  box-shadow: 0px 54px 150px 0px rgba(88, 99, 226, 0.38);
  transition: all 0.4s ease;
}

.growth-wrapper > .content:nth-child(1) .module {
  border-radius: 30px;
  border: 1px solid #2f4354;
  background: #0b1117;
  justify-content: center;
}

.growth-wrapper > .content:nth-child(1) .module-border-wrap:hover {
  box-shadow: 9px 19px 50px #1b2a3a;
}
.growth-wrapper > .content:nth-child(2) .module-border-wrap {
    border-radius: 34px;
    background: linear-gradient(180deg, #192834 0%, #67DEE6 100%);
  transition: all 0.4s ease;
}
.growth-wrapper > .content:nth-child(2) .module-border-wrap .module {
    border-radius: 30px;
    border: 1px solid #2F4354;
    background: #0b1117;
    justify-content: center;
}
.growth-wrapper > .content:nth-child(2) .right_side {
 
}

#growth-row-3 .left-side .module-border-wrap {
    border-radius: 34px;
    background: linear-gradient(180deg, #192834 0%, #00D986 100%);
  transition: all 0.4s ease;
}

#growth-row-3 .right-side .module-border-wrap {
    padding: 0;
    background: none;
}

#growth-row-3 .left-side .module {
    border-radius: 30px;
    border: 1px solid #2F4354;
    background: #0b1117;
    justify-content: center;
    aspect-ratio: 1 / 0.72;
}


.growth-wrapper > .content:nth-child(3) .module-border-wrap:hover {
  box-shadow: 9px 19px 50px #183239;
}
.growth-wrapper > .content:nth-child(4) .module-border-wrap {
  background: transparent linear-gradient(180deg, #192834 0%, #ffc700 100%) 0%
    0% no-repeat padding-box;
  transition: all 0.4s ease;
}
.growth-wrapper > .content:nth-child(4) .module-border-wrap:hover {
  box-shadow: 9px 19px 50px #2b342f;
}

.top-label {
  font-size: 0.9rem;
  color: #00d986;
}
#bm,
#bm1,
#bm2,
#bm3,
#bm4,
#bm5,
#ym,
#ym1,
#ym2,
#ym3,
#ym4,
#ym5,
#zm,
#zm1,
#zm2,
#zm3,
#zm4,
#zm5 {
  max-width: 100%;
}
.clients-wrapper {
  margin: 0 auto;
  background: none;
}
.homepage-clients-slider {
  left: 200px;
}
.clients-title {
  text-align: center;
}

@media screen and (min-width: 993px) {
  #growth .content .left-side h2 {
    margin-bottom: 1.5rem;
    font-size: 1.771vw;
    line-height: 1;
  }
  #growth .content .left-side p {
    font-size: 0.938vw;
    line-height: 1.3;
    padding-top: 0;
  }
  #growth .content a.grn-btn.content-btn {
    font-size: 0.833vw;
  }
  .data-desc {
    font-size: 1.146vw;
  }
  .data-title {
    font-size: 3.125vw;
    font-weight: 600;
    padding-bottom: 5px;
  }
  .module {
    padding: 2.083vw 2.5vw;
  }

  .lines-video-desktop {
    display: block;
  }
  .lines-video-mobile {
    display: none;
  }
  .growth-wrapper > .content:nth-child(1) .left-side,
  .growth-wrapper > .content:nth-child(4) .left-side {
    width: 44%;
  }
  .growth-wrapper > .content:nth-child(1) .right_side {
    width: 56%;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 100px;
  }
  .top-home {
    padding-top: 40px;
  }
  .box-section .hero-content {
    gap: 0;
  }
  .top-home .container-fluid video {
    margin-top: 0rem;
  }
  .home-mobile-video {
    display: block;
  }
  .home-dekstop-video {
    display: none;
  }
  .lines-video-desktop {
    display: none;
  }
  .lines-video-mobile {
    display: block;
    margin: 0 auto;
  }
  .box-section .body-content {
    padding: 10px 0px;
    font-size: 20px;
  }

  .box-section .title {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
  }

  .cta-buttons {
    flex-direction: row;
    gap: 10px;
  }
  .box-section a.grn-btn,
  .box-section a.orange-btn {
    min-width: auto;
    height: 50px;
    padding: 0.5rem 1.2rem;
  }
  .box-section a.orange-btn {
    margin-left: 0;
  }
  .data-title {
    font-size: 2rem;
  }
  .data-desc {
    font-size: 19px;
  }
  .lines-video {
    margin-top: 0px;
  }
  #growth .content {
    padding-bottom: 40px;
  }
  #growth .content .right_side {
    margin-top: 1rem;
  }
  .module {
    padding: 2.5rem 2rem;
  }
  #growth .content .right_side#iframe-coctainer .module iframe {
    height: auto;
  }
  #growth .content .left-side p {
    font-size: 18px;
    padding-top: 0;
    line-height: 1.5;
  }
  #growth .content a.grn-btn.content-btn {
    justify-content: center;
  }
  .slide-testimonial {
    padding: 30px;
  }
  .clients-wrapper {
    padding-top: 0;
  }
  .clients-title {
    padding-bottom: 40px;
    font-size: 28px;
  }
  .homepage-clients-slider {
    left: 15px;
  }
  .slick-slide {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .slick-list {
    padding: 0px 50px 0 0;
  }
  .client-slide {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
  }
  .clients-logo {
    left: 40px;
  }
  .client-desc p {
    color: #fafafa;
  }

  .slider-testimonial .client-name {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .client-home-position {
    color: #fff;
    font-size: 0.875rem;
  }
  .slide-left-arrow {
    left: 35%;
  }
  .slide-right-arrow {
    left: 53%;
  }
  .client-home-pcompany-name {
    font-size: 1.25rem;
  }
  .slider-testimonial .client-desc {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 0;
    max-width: 100%;
  }
  .slider-nav {
    position: relative;
    padding-bottom: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    margin-bottom: 1.25rem;
    width: 100%;
  }
  button.slider-btn-prev.pp2.hide-mobile,
  button.slider-btn-next.nn2.hide-mobile {
    display: none !important;
  }
  .slider-nav button.nav-btn {
    flex: 1 1 20%;
  }
}
