@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');

@font-face {
  font-family: 'Helvetica';
  src: url('./fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-medium';
  src: url('./fonts/Helvetica-Regular.otf') format('woff');
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/Helvetica Neue/HelveticaNeue-Light.otf') format('woff');
  font-weight: light;
  font-style: normal;
}


*{
  font-family: 'Helvetica', sans-serif;
  /* color: #444; */
}
.fw-bold{
  font-weight: bold;
}
.banner-title{
  font-size: 50px;
  font-weight: 600;
}
body{
  scroll-behavior: smooth;
}
.helvetica-medium{
  font-family: 'Helvetica-medium';
}
.helvetica-light{
  font-family: 'Helvetica Neue';
}
.roboto{
  font-family: "Roboto", sans-serif;
}
.grey-text{
  color: #999;
}
.green-text{
  color: #00E0AE;
}
.blue-text{
  color: #000064;
}
.lightblack-text{
  color: #444444;
}
.line-height-15{
  line-height: 1.5;
}
.lightgrey-bg{
  background-color: #F8F8F8;
}
.white-bg{
    background-color: #fff;
}
.grey-bg{
  background-color: #F6F6F6;
}
.grey-bg2{
  background-color: #fafafa;
}
.blueBtn{
  background-color: #000064;
  padding: 14px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  width: max-content;
}
.blueBtnArrow{
  background-color: #000064;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blackBtnArrow{
  background-color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blueBtnArrow span{
  font-size: 16px;
}
.bigFont{
  font-size: 7vh;
}
.width-75{
  width: 75%;
  margin: 0 auto;
}
.width-50{
    width: 50%;
    margin: 0 auto;
}
.viewallBtn{
  border: 1px solid #D6D6D6;
  border-radius: 40px;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}
.viewallHead{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subHead{
    font-size: 42px;
}

.advantageCard h2{
  font-size: 1.8rem;
}
.clientSlide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-slider img{
  height: 85px;
  width: 80%;
  max-width: 280px;
  object-fit: contain;
}

.advantageCard1{
  height: 100% !important;
}
.advantageCard2 h4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

@media only screen and (max-width:1440px){
    .advantageCardSec{
        width: 100% !important;
        margin-top: 40px !important;
    }
}
@media only screen and (max-width:1290px){
    .banner-title{
        font-size: 44px;
    }
    .advSec .banner-title{
        font-size: 42px !important;
    }
}
@media only screen and (max-width:830px){
    .banner-title{
        font-size: 38px;
    }
    .advSec .banner-title{
        font-size: 36px !important;
    }
    .width-75{
      width: 100%;
    }
    .width-50{
        width: 75%;
    }
    .viewallHead .empty{
      display: none;
    }
    .caseStudies{
        width: 100% !important;
    }
    .subHead{
        font-size: 40px;
    }
    .slider .splide__arrow--prev {
        left: -30px !important;
    }
    .slider .splide__arrow--next {
        right: -35px !important;
    }
  }
  @media only screen and (max-width:578px){
  .bigFont{
    font-size: 5vh;
  }
    .banner-title{
        font-size: 28px;
    }
    .advSec .banner-title{
        font-size: 28px !important;
    }
    .searchFilter{
      width: 90% !important;
    }
    .width-50{
        width: 100%;
    }
    .subHead{
      font-size: 30px;
    }
    .works-slider .splide__slide{
      margin: 0 !important;
      padding: 6px;
    }
    /* .slider .splide__track {
        width: 90%;
        margin-left: 5%;
    } */
    .slider .splide__arrow--prev {
        left: 0px !important;
    }
    .slider .splide__arrow--next {
        right: -5px !important;
    }
}
@media only screen and (min-width:1600px){
  
}
@media only screen and (min-width:1400px){

}
@media only screen and (min-width:1030px){

}
@media only screen and (min-width:830px){

}


.slider .splide__track {
    margin-bottom: 30px;
}
/* .slider .splide__pagination {
    gap: 3px;
    display: none;
} */
.slider .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.slider .splide__arrows.splide__arrows--ltr .splide__arrow {
    width: 35px;
    height: 35px;
    background-color: #02cfa2;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: all;
}
.slider .splide__arrows.splide__arrows--ltr .splide__arrow:hover {
    background-color: #01bd94;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.slider .splide__arrows.splide__arrows--ltr .splide__arrow svg {
    display: none;
}
.slider .splide__arrows.splide__arrows--ltr .splide__arrow::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/assets/image/arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.slider .splide__arrows.splide__arrows--ltr .splide__arrow--prev::after {
    transform: rotate(180deg);
}
/* .slider .splide__arrows.splide__arrows--ltr .splide__arrow--next::after {
    transform: rotate(180deg);
} */
.slider .splide__arrow--prev {
    top: 40%;
    left: -40px;
    transform: translateY(-50%);
    z-index: 10;
}
.slider .splide__arrow--next {
    top: 40%;
    right: -40px;
    transform: translateY(-50%);
    z-index: 10;
}


.tab-pane.fade {
    opacity: 0;
}
.tab-pane.fade.show {
    opacity: 1;
    transition: all 0.4s;
}
.tab-pane:not(.show) {
    visibility: hidden;
}
.tab-pane.active.show {
    visibility: visible;
    transition: all 0.4s;
}

