.title-wrapper {
  flex-wrap: wrap;
}
.title-wrapper h2 {
  width: 60%;
  margin-top: 3.125vw;
}
.title-wrapper .quote {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.title-wrapper .quote img {
  width: 18.2291666667vw;
  opacity: 0.1;
}

.team-member-sec {
  padding: 50px 0px 0px;
}

.slide-container {
  margin: 0px;
  overflow: hidden;
  max-width: 75%;
}

.card {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.card .card-content {
  position: absolute;
  width: 100%;
  background-color: #4fb6ff;
  font-size: 2.0833333333vw;
  line-height: 2.5vw;
  font-weight: 300;
  color: var(--color-dark-purple1);
  padding: 50px 30px;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s ease;
  opacity: 0;
  /*transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);*/
}
.card .card-content .logo {
  width: 100%;
}
.card .card-content .logo img {
  max-width: 30%;
  width: 100%;
  height: auto;
  margin-bottom: 1.5625vw;
}
.card:hover .card-content {
  height: 100%;
  opacity: 1;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 0px;
  padding: 0px;
}

.card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0A1A38 url("../../images/team-bg.svg") no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  /*&:before{
    content:'';
    width:100%;
    height: 100%;

    display: block;
  }*/
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: 0px;
  border-radius: 0px;
  /*object-fit: cover;
  object-position: center;
    position: absolute;
    top: 0;
    transform: translate(0%, 8%);
    left: 0px;*/
}

.short-info {
  background-color: #4fb6ff;
  padding: 20px;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}
.short-info .personal-info {
  width: 100%;
}
.short-info .logo {
  width: 40%;
  padding-left: 1.0416666667vw;
}
.short-info .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.name {
  color: var(--color-dark-purple1);
  width: 100%;
  font-size: 1.8229166667vw;
  line-height: 2.375vw;
  font-weight: 900;
  margin-bottom: 0.1041666667vw;
  font-family: "Helvetica-Bold";
}

.desg {
  color: var(--color-dark-purple1);
  width: 100%;
  font-size: 1.3020833333vw;
  line-height: 1.408;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .desg {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .desg {
    font-size: 16px;
  }
}

.description {
  font-size: 1.25vw;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .description {
    font-size: 16px;
  }
}

.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265df2;
}

.swiper-btn {
  display: flex;
  align-items: center;
  max-width: 72.9166666667vw;
  margin: 0 auto;
}

.swiper-navBtn {
  transition: color 0.3s ease;
  position: relative;
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  border-radius: 5.2083333333vw;
  background-size: 4.1666666667vw !important;
  margin: 50px 0 20px;
}

.swiper-button-next {
  right: 0;
  background: #4fb6ff url("../../images/icons/slider-next.svg") no-repeat center center;
}

.swiper-button-prev {
  left: 0;
  background: #4fb6ff url("../../images/icons/slider-previous.svg") no-repeat center center;
  margin-right: 50px;
}

.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}
/**/
.slide-content-about-us .name {
  font-size: 1.5625vw;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .slide-content-about-us .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .slide-content-about-us .name {
    font-size: 20px;
  }
}

.slider-pagination .swiper-btn {
  display: none;
}
@media screen and (max-width: 800px) {
  .slider-pagination .swiper-btn {
    display: flex;
    max-width: 100%;
  }
  .slider-pagination .swiper-navBtn {
    display: block;
    margin: 20px 0 60px;
  }
  .slider-pagination .swiper-button-prev {
    margin-right: 40px;
  }
}/*# sourceMappingURL=team.css.map */