@keyframes webbanner{
    0%{
    transform:scale(1)
  }
  
  50%{
    transform:scaleX(.8)
  }
  
  to{
    transform:scale(1)
  }
  
  
  }
  
  .webbanner{
    animation: webbanner 5s ease-out infinite;
  }

  .webdevelop {
    border-radius: 12px;
    border: 1px solid rgba(10, 130, 255, 0.17);
    /* background: var(--Text-White-1, #FFF); */
    background: linear-gradient(180deg, #FFFFFF 8.93%, #DDF5F0 110.71%);

  }
  .border-img{
    border: 1px solid #FFFFFF26;
    padding: 8px;
    border-radius: 6px;
  }
  .reviws-card {
    min-height: 339px !important;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 22%) !important;
    /* background: linear-gradient(180deg, rgba(10, 96, 185, 0.21) -10.99%, rgba(162, 160, 183, 0.04) 105.53%); */
  }
.Business-Growt .card{
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 22%) !important;
  }



.width50{
  width: 50%;
}
.width-75{
  width: 75%;
}
.width40{
  width: 40%;
}
@media (max-width:992px){
  .width50{
    width: 100%;
  }
  .width-75{
    width: 100%;
  }
  .width40{
    width: 100%;
  }
}

.width75{
  width: 75%;
}
@media (max-width:992px){
  .width75{
    width: 100%;
  }
}
@media (max-width:769px) and (min-width:576px){
  .reviws-card {
    min-height: 369px !important;
  }
}
@media (max-width: 576px) and (min-width: 387px) {
  .reviws-card {
    min-height: 373px !important;
  }
}
@media (max-width: 387.98px){
  .reviws-card {
    min-height: 390px !important;
  }
}
@media (max-width:1199.98px) and (min-width:992px){
  .reviws-card {
    min-height: 390px !important;
  }
}

@media (max-width:992px) and (min-width: 576px){
  /* .banner-height {
      height: 990px !important;
  } */
  .reviws-card {
    min-height: 529px !important;
  }
}

@media (max-width: 575.98px){
  .banner-height {
      height: 1030px !important;
  }
  .reviws-card {
    min-height: 486px !important;
  }
}
.industry-section .card {
    /* min-height: 250px; */
    background: linear-gradient(199.11deg, #21D496 -26.83%, #054A91 85.96%);
    opacity: 1;
    position: relative; /* Added to ensure the ::after pseudo-element works correctly */
  }
  
  .industry-section .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74); /* Converted the opacity to rgba */
  }
  
  .industry-section .z-index {
    z-index: 9;
  }
  
  .industry-section .heading h4 {
    width: 25%;
  }
  
  .industry-section .pragraph p {
    width: 75%;
  }
  
  @media (max-width: 992px) {
    .industry-section .heading h4 {
      width: 100%;
    }
  
    .industry-section .pragraph p {
      width: 100%;
    }
  }
  
.owl-item {
margin-right: 21px;
}

.owl-nav {
  position: absolute !important;
  bottom: -25px !important;
  right: 0 !important;
  display: flex !important;
}

.owl-dots {
  position: absolute;
  bottom: -18px;
  left: 0;
}