/*
.container1 {
  width: 100%;
  height: 100%;
}*/

section.section.section-height-4 {

    padding: 0rem 0!important;
}


.card-team{
  background-color: #f9fafe;
  width: 150px;
  height: 25%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0 0 0;
  transition: transform 400ms;
  opacity: 0.5;
  box-shadow: none;
  top:94px;
  margin-bottom: 100px;
}

.quote-icon {
  position: absolute;
  z-index: 0;
  opacity: 0.05;
  left: 3%;
  top: 0;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 150px;
  border: 5px solid #953df8;
  box-shadow: 0 0 50px #ccc;
  position: absolute;
  top: 1;
  left: 60%;
  transform: translate(-60px, -60px);
  z-index: 1;
}

.header {
  margin: 50px 0 0 0;
  text-align: center;
  z-index: 1;
}

p.name {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
  font-size: 12px!important;
  margin: 0;
  color:#7d7d7d!important;
line-height: 10px;
}

p.title {
  font-family: "Hammersmith One", sans-serif;
  text-transform: uppercase;
  font-size: 8px!important;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0 5px;
  color: #8d55fe!important;
      line-height: 10px;
}

.quote-container {
  margin: 0;
  height: 100%;
  z-index: 1;
  padding: 15px 30px 30px 30px;
  overflow: hidden;
  
}

.quote {
  width: 100%;
  height: 95%;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #73808c;
  margin: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide-active .card-team {
  box-shadow: 0 8px 30px -7px #c9dff0;
  opacity: 1;
  transform: scale(1.5);
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

@media (max-height: 400px) {
  .header {
    margin: 40px 0 0 0;
  }
  p.name {
    font-size: 12px;
  }
  p.title {
    font-size: 10px;
  }
  .quote-container {
    padding: 5px 20px 20px 20px;
  }
  .quote-icon {
    width: 75px;
    height: 75px;
  }
 /* .avatar {
    width: 60px;
    height: 60px;
    transform: translate(-50px, -60px);
  }*/
}
@media (max-width: 400px) {
  .avatar {
    width: 60px!important;
    height: 60px!important;
  
    top: 1;
    left: 85%!important;
    transform: translate(-72px, -67px)!important;

}

p.name {

  font-size: 10px!important;
 
line-height: 8px;
}

p.title {
 
  font-size: 8px!important;
      line-height: 8px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{

display: none;

}

}


.swiper-backface-hidden .swiper-slide {
 
    margin-top: 60px!important;
   
}

p.people{
color:#FFF;
}

.box-shadow-5 {
  box-shadow: 0 15px 60px -36px rgba(0, 0, 0, 0);
}