
.ard-team-9-area {
    background: #FFFBF7;
  }
  
  .ard-team-9-member-wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ard-team-9-member-wrap {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 767px) {
    .ard-team-9-member-wrap {
      grid-template-columns: 1fr;
    }
  }
  
  .ard-team-9-member {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 540px;
    border-radius: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ard-team-9-member {
      height: 460px;
    }
  }
  @media (max-width: 767px) {
    .ard-team-9-member {
      height: 460px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .ard-team-9-member {
      height: 540px;
    }
  }
  .ard-team-9-member:is(.mt-minus-165) {
    margin-top: -165px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-team-9-member:is(.mt-minus-165) {
      margin-top: 0px;
    }
  }
  .ard-team-9-member::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.49) 100%);
    opacity: 0;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-team-9-member .content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 35px;
    margin-right: 35px;
    background: #FFFBF7;
    z-index: 1;
    padding: 22px;
    border-radius: 15px 15px 0 0;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
    bottom: -30%;
    opacity: 0;
    visibility: hidden;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-team-9-member .content-wrap {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  .ard-team-9-member .name {
    font-size: 24px;
    line-height: 1.16;
    text-transform: uppercase;
    transition: 300ms cubic-bezier(0.75, 0.42, 0.25, 1);
  }
  .ard-team-9-member .name:hover {
    color: var(--ard-pr-9);
  }
  @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-team-9-member .name {
      font-size: 20px;
    }
  }
  .ard-team-9-member .bio {
    line-height: 28px;
    text-transform: uppercase;
  }
  .ard-team-9-member .t9-btn {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    grid-column: -1/2;
    grid-row: 1/-3;
    color: var(--ard-pr-9);
  }
  @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ard-team-9-member .t9-btn {
      font-size: 30px;
    }
  }
  .ard-team-9-member:hover .content-wrap {
    visibility: visible;
    opacity: 1;
    bottom: 0;
  }
  .ard-team-9-member:hover .social-link {
    right: 30px;
    transform: translateY(-50%) rotate(360deg);
    opacity: 1;
  }
  
  .ard-team-9-member .social-link {
    position: absolute;
    top: 40%;
    right: -100px;
    transform: translateY(-50%) rotate(340deg);
    z-index: 1;
    transition: 400ms cubic-bezier(0.75, 0.42, 0.25, 1);
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ard-team-9-member .social-link li:not(:last-child) {
    margin-bottom: 20px;
  }
  .ard-team-9-member .social-link li a {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: var(--ard-pr-9);
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    outline: 5px solid rgba(255, 255, 255, 0.5);
  }
  .ard-team-9-member .social-link li a:hover {
    background-color: var(--ard-h9-color);
  }

.ar-team-item-8 {
  max-width: 308px;
  border-radius: 8px;
  padding: 30px 30px 20px;
  background-color: #000;
}
.ar-team-item-8 .team-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 100%;
}
.ar-team-item-8 .team-img:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--ar-base-color-2);
}
.ar-team-item-8 .team-social {
  left: 0;
  top: 50%;
  right: 0;
  gap: 10px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ar-team-item-8 .team-social a {
  opacity: 0;
  width: 40px;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ar-team-item-8 .team-text {
  padding: 15px 20px;
  background-color: #000;
}
.ar-team-item-8 .team-text h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 5px;
}
.ar-team-item-8:hover .team-img:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ar-team-item-8:hover .team-social a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ar-team-item-8:hover .team-social a:nth-child(1) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.ar-team-item-8:hover .team-social a:nth-child(2) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.ar-team-item-8:hover .team-social a:nth-child(3) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.ar-team-item-8:hover .team-social a:nth-child(4) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.ar-team-slider-8 {
  max-width: 1735px;
  margin: 0 -515px 0px 0px;
}

.ar-team-paginations-8 {
  margin-top: 40px;
}
.ar-team-paginations-8 .swiper-pagination-bullet {
  opacity: 0.8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--ar-base-color-2);
}
.ar-team-paginations-8 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}