.team-current-theme1 {
  margin-top: 65px;
}
.team-current-theme1 .inner-box {
  text-align: center;
}
.team-current-theme1 .inner-box:hover .image-box::before {
  transform: rotate(-5deg);
}
.team-current-theme1 .inner-box:hover .image-box .image img {
  transform: rotate(4deg);
  opacity: 0.7;
}
.team-current-theme1 .inner-box:hover .image-box .icon-flower-4 {
  top: -70px;
}
.team-current-theme1 .inner-box:hover .image-box .icon-flower-5 {
  bottom: 10px;
}
.team-current-theme1 .inner-box .image-box {
  position: relative;
  z-index: 3;
  text-align: center;
}
.team-current-theme1 .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 55px;
  width: 269px;
  height: 310px;
  border: 1px solid var(--theme-color1);
  transform: rotate(5deg);
  z-index: 2;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .team-current-theme1 .inner-box .image-box::before {
    display: none;
  }
}
.team-current-theme1 .inner-box .image-box .icon-flower-4 {
  position: absolute;
  top: -55px;
  right: 91px;
  z-index: -1;
  width: 88px;
  height: 109px;
  background-image: url(../../../images/current-theme/icon-flower-4.png);
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .team-current-theme1 .inner-box .image-box .icon-flower-4 {
    right: auto;
  }
}
.team-current-theme1 .inner-box .image-box .icon-flower-5 {
  position: absolute;
  bottom: 16px;
  left: 92px;
  z-index: 3;
  width: 115px;
  height: 115px;
  background-image: url(../../../images/current-theme/icon-flower-5.png);
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .team-current-theme1 .inner-box .image-box .icon-flower-5 {
    left: auto;
  }
}
.team-current-theme1 .inner-box .image-box .image {
  margin-bottom: 20px;
  display: inline-block;
  transform: rotate(-4deg);
  overflow: hidden;
}
.team-current-theme1 .inner-box .image-box .image img {
  width: unset;
  border: 6px solid #fff;
  transition: all 300ms ease;
}
.team-current-theme1 .inner-box .content-box {
  text-align: center;
}
.team-current-theme1 .inner-box .content-box .team-title {
  margin-top: 0;
  margin-bottom: 0;
}
.team-current-theme1 .inner-box .content-box .team-subtitle {
  font-size: 18px;
  margin-top: 0;
  color: var(--theme-color1);
}
.team-current-theme1.style-two .inner-box:hover .image-box:before {
  transform: rotate(5deg);
}
.team-current-theme1.style-two .image-box {
  position: relative;
  z-index: 3;
  text-align: center;
}
.team-current-theme1.style-two .image-box::before {
  content: "";
  position: absolute;
  top: -15px;
  left: auto;
  right: 60px;
  width: 269px;
  height: 320px;
  border: 1px solid #e2853f;
  transform: rotate(-5deg);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .team-current-theme1.style-two .image-box::before {
    right: auto;
  }
}
.team-current-theme1.style-two .image-box .image {
  transform: rotate(4deg);
}
.team-current-theme1.style-two .image-box .icon-flower-4 {
  position: absolute;
  top: -65px;
  left: 100px;
  z-index: -1;
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .team-current-theme1.style-two .image-box .icon-flower-4 {
    left: auto;
  }
}
.team-current-theme1.style-two .image-box .icon-flower-5 {
  position: absolute;
  bottom: 22px;
  right: 92px;
  left: auto;
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .team-current-theme1.style-two .image-box .icon-flower-5 {
    right: auto;
  }
}

.team-current-theme2 .inner-box {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .team-current-theme2 .inner-box {
    margin-bottom: 60px !important;
  }
}
.team-current-theme2 .inner-box:hover .image-box .image::before {
  opacity: 1;
}
.team-current-theme2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme2 .inner-box:hover .image-box .icon-leaves {
  left: 0;
  transform: rotate(0);
}
.team-current-theme2 .inner-box:hover .image-box .icon-flowers {
  right: 0;
  transform: rotate(0);
}
@media (max-width: 1199.98px) {
  .team-current-theme2 .inner-box:hover .image-box .icon-flowers {
    right: -10px;
  }
}
.team-current-theme2 .inner-box:hover .content-box .team-title {
  top: -20px;
}
.team-current-theme2 .inner-box:hover .content-box .team-subtitle {
  top: -20px;
}
.team-current-theme2 .inner-box:hover .content-box .social-links {
  opacity: 1;
  transform: scale(1);
  transition-delay: 200ms;
}
.team-current-theme2 .inner-box .image-box {
  position: relative;
  border-radius: 300px;
  overflow: hidden;
}
.team-current-theme2 .inner-box .image-box .image {
  position: relative;
}
.team-current-theme2 .inner-box .image-box .image::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 1;
  z-index: 2;
  opacity: 0.7;
  height: 70%;
  top: auto;
  bottom: 0;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .image-box .image img {
  position: relative;
  border-radius: 300px;
  width: 100%;
  transition: all 0.3s ease;
}
.team-current-theme2 .inner-box .image-box .icon-leaves {
  position: absolute;
  left: -100px;
  width: 75px;
  height: 98px;
  bottom: 110px;
  z-index: 2;
  transform: rotate(-180deg);
  background-image: url(../../../images/current-theme/team-flower-1.png);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .image-box .icon-flowers {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 79px;
  height: 111px;
  z-index: 2;
  transform: rotate(180deg);
  background-image: url(../../../images/current-theme/team-flower-2.png);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .content-box {
  position: absolute;
  bottom: 16px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.team-current-theme2 .inner-box .content-box .team-subtitle {
  position: relative;
  top: 0;
  color: var(--theme-color1);
  margin-bottom: 11px;
  display: inline-block;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .content-box .team-title {
  position: relative;
  top: 0;
  margin-top: 0;
  margin-bottom: 3px;
  color: #fff;
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .content-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme2 .inner-box .content-box .social-links {
  position: relative;
  top: -26px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: scale(0);
  transition: all 300ms ease;
}
.team-current-theme2 .inner-box .content-box .social-links li {
  margin-right: 11px;
  list-style: none;
}
.team-current-theme2 .inner-box .content-box .social-links li:last-child {
  margin-right: 0;
}
.team-current-theme2 .inner-box .content-box .social-links li a {
  color: #fff;
  font-size: 14px;
}
.team-current-theme2 .inner-box .content-box .social-links li a:hover {
  color: var(--theme-color1);
}

.team-current-theme3 .inner-box {
  position: relative;
  margin-bottom: 20px !important;
}
.team-current-theme3 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme3 .inner-box:hover .image-box .team3-frame {
  animation: fa-spin 10s infinite linear;
}
.team-current-theme3 .inner-box .image-box {
  position: relative;
  width: 231px;
  height: 241px;
  margin: 0 auto 15px;
  padding: 30px 30px;
}
.team-current-theme3 .inner-box .image-box .image {
  border-radius: 50%;
  overflow: hidden;
}
.team-current-theme3 .inner-box .image-box .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.team-current-theme3 .inner-box .image-box .team3-frame {
  position: absolute;
  left: -3px;
  top: -6px;
  width: 231px;
  height: 241px;
  background-image: url(../../../images/current-theme/team3-frame.png);
}
.team-current-theme3 .inner-box .content-box {
  position: relative;
  text-align: center;
}
.team-current-theme3 .inner-box .content-box .team-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.team-current-theme3 .inner-box .content-box .team-title a:hover {
  color: var(--theme-color1);
}
.team-current-theme3 .inner-box .content-box .team-subtitle {
  position: relative;
  color: var(--theme-color1);
  margin-bottom: 0;
  display: inline-block;
  transition: all 300ms ease;
}

.team-current-theme4 .inner-box {
  position: relative;
  margin: 0 auto;
  margin-right: 80px;
}
@media (max-width: 991.98px) {
  .team-current-theme4 .inner-box {
    margin-right: 0;
  }
}
.team-current-theme4 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.team-current-theme4 .inner-box .image-box {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 22px;
}
.team-current-theme4 .inner-box .image-box .image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.team-current-theme4 .inner-box .image-box .image img {
  height: 140px;
  width: 140px;
  transition: all 300ms ease;
}
.team-current-theme4 .content-box {
  position: relative;
  text-align: center;
}
.team-current-theme4 .content-box .team-subtitle {
  position: relative;
  color: var(--theme-color1);
  text-transform: uppercase;
}
.team-current-theme4 .content-box .team-title {
  position: relative;
  font-size: 48px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: var(--font-current-theme3);
}
.team-current-theme4 .content-box .team-title a:hover {
  color: var(--theme-color2);
}
.team-current-theme4 .content-box .text {
  position: relative;
  line-height: 2em;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .team-current-theme4 .content-box .text br {
    display: none;
  }
}
.team-current-theme4 .content-box .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-current-theme4 .content-box .social-links li {
  list-style: none;
  margin: 0 12.5px;
}
.team-current-theme4 .content-box .social-links a {
  font-size: 18px;
  color: #707070;
}
.team-current-theme4 .content-box .social-links a:hover {
  color: var(--theme-color1);
}
.team-current-theme4.style-two .inner-box {
  margin-right: 0;
  margin-left: 90px;
}
@media (max-width: 991.98px) {
  .team-current-theme4.style-two .inner-box {
    margin-left: 0;
  }
}

.team-current-theme5 {
  margin-bottom: 40px;
}
.team-current-theme5 .inner-box {
  position: relative;
  text-align: center;
}
.team-current-theme5 .inner-box:hover .image-box .icon-leaves-18,
.team-current-theme5 .inner-box:hover .image-box .icon-leaves-17 {
  animation: zoom-two 3s infinite linear;
}
.team-current-theme5 .inner-box .image-box {
  position: relative;
  max-width: 330px;
  margin: 0 auto 25px;
}
.team-current-theme5 .inner-box .image-box .image img {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .team-current-theme5 .inner-box .image-box .image img {
    transition: none;
  }
}
.team-current-theme5 .inner-box .image-box .icon-leaves-17 {
  position: absolute;
  top: 30px;
  left: 0;
  pointer-events: none;
  width: 345px;
  height: 290px;
  background-image: url(../../../images/current-theme/icon-leaves-20.png);
  background-repeat: no-repeat;
}
.team-current-theme5 .inner-box .image-box .icon-leaves-18 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  width: 356px;
  height: 303px;
  background-image: url(../../../images/current-theme/icon-leaves-19.png);
  background-repeat: no-repeat;
}
.team-current-theme5 .inner-box .content-box {
  position: relative;
  text-align: center;
}
.team-current-theme5 .inner-box .content-box .team-title {
  color: var(--theme-color2);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}
.team-current-theme5 .inner-box .content-box .team-subtitle {
  color: #aaaaaa;
  font-weight: 400;
}

.zoom-two {
  animation: zoom-two 5s infinite linear;
}

@keyframes zoom-two {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.team-current-theme6 {
  margin-bottom: 70px;
}
.team-current-theme6 .inner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .team-current-theme6 .inner-box {
    padding-top: 20px;
  }
}
.team-current-theme6 .inner-box:hover .image-box .image img {
  opacity: 0.7;
}
.team-current-theme6 .image-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.team-current-theme6 .image-box .image {
  position: relative;
}
.team-current-theme6 .image-box .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  margin-top: -132px;
  margin-left: -132px;
  background-image: url(../../../images/current-theme/couple-frame-2.png);
  background-repeat: no-repeat;
  animation: zoom-two 3s infinite linear;
}
.team-current-theme6 .image-box .image img {
  position: relative;
  border-radius: 300px;
  transition: all 300ms ease;
}

.zoom-two {
  animation: zoom-two 5s infinite linear;
}

@keyframes zoom-two {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}