
.h1-text {
  font-size: 1.3rem;
  margin: 40px 0;
  color: #2c2c2c;
  color: hsl(210, 100%, 24%);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1-text i {
  font-family: var(--font-family1);
  background-color: #509bfc;
  color: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 2px 5px 30px rgba(80, 123, 252, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin: 0 20px;
}
.container-manager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.managerCardBack-TeamTCP,
.managerCardFront-TeamTCP {
  width: 220px;
  height: 340px;
  position: relative;
  min-width: 250px;
  /* background-color: #fff; */
  box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../../../assets/images/teamcard1bgt.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8px;
  margin: 20px;
  position: relative;

  border-radius: 10px;
  border: 0.9rem solid;
  border-image: linear-gradient(to bottom, rgba(23, 90, 148, 0.572) 0%, #75e6ff87 100%) 1;
  background-size: cover;
  backdrop-filter: blur(10px);
  clip-path: polygon(
    0px calc(100% - 28px),
    4px calc(100% - 28px),
    4px calc(100% - 20px),
    8px calc(100% - 20px),
    8px calc(100% - 12px),
    12px calc(100% - 12px),
    12px calc(100% - 8px),
    20px calc(100% - 8px),
    20px calc(100% - 4px),
    28px calc(100% - 4px),
    28px 100%,
    calc(100% - 28px) 100%,
    calc(100% - 28px) calc(100% - 4px),
    calc(100% - 20px) calc(100% - 4px),
    calc(100% - 20px) calc(100% - 8px),
    calc(100% - 12px) calc(100% - 8px),
    calc(100% - 12px) calc(100% - 12px),
    calc(100% - 8px) calc(100% - 12px),
    calc(100% - 8px) calc(100% - 20px),
    calc(100% - 4px) calc(100% - 20px),
    calc(100% - 4px) calc(100% - 28px),
    100% calc(100% - 28px),
    100% 28px,
    calc(100% - 4px) 28px,
    calc(100% - 4px) 20px,
    calc(100% - 8px) 20px,
    calc(100% - 8px) 12px,
    calc(100% - 12px) 12px,
    calc(100% - 12px) 8px,
    calc(100% - 20px) 8px,
    calc(100% - 20px) 4px,
    calc(100% - 28px) 4px,
    calc(100% - 28px) 0px,
    28px 0px,
    28px 4px,
    20px 4px,
    20px 8px,
    12px 8px,
    12px 12px,
    8px 12px,
    8px 20px,
    4px 20px,
    4px 28px,
    0px 28px
  );
  transition: transform 1s;
  transform-style: preserve-3d;
  z-index: 2;
  float: left;
  perspective: 500px;
  backface-visibility: hidden;
}

.manager-topBar {
  text-align: center;
  width: 50%;
  height: 2em;
  background: rgba(23, 90, 148, 0.285);
  position: relative;
  color: white;
  border-radius: 0px 0px 10px 10px;
  font-size: 1rem;
  font-weight: bold;
  
}

.topEmoji-managerCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.content-managerCard img {
  width: 180px;
  height: 180px;
  border-radius: 20%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  /* border: 2px #1a9f77 solid; */
  border: 2px white solid;
  margin-top: 4px;
}
.content-managerCard {
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  /* margin-top: 12px; */
}
.content-managerCard strong {
  font-weight: 500;
  color: #141414;
}
.contentBox-managerCard p {
  font-size: 0.7rem;
  color: #7a7a7a;
  /* margin: 4px 0px 10px 0px; */
  cursor: pointer;
}

.btn-socialHandles-mangerCard {
  margin-top: 5px;

  display: flex;
  justify-content: space-around;
  margin: auto;
  align-items: center;
  width: 70%;
}
.btn-socialHandles-mangerCard a {
  color: #8b8b8b;
  font-size: 2.5rem;
}
.btn-socialHandles-mangerCard a:hover {
  color: #fff;
  box-shadow: 2px 5px 15px rgba(80, 123, 252, 0.05);
  color: #ffffff;
  transition: all ease 0.5s;
}
.name_manager {
  padding-top: 10px;
  color: #34a382;
  color: hsl(210, 100%, 24%);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.connecting-line-manager {
  height: 16px;
  padding: 0;
  width: 200px;
}
.content-managerCard p {
  color: #6c758f;
  font-size: 0.8rem;
  font-weight: bold;
  margin-block-start: 0;
    margin-block-end: 0;
  /* text-align: center; */
}

.managerCardFront-TeamTCP {
  backface-visibility: hidden;
  perspective: 150rem;
}
.managerCardBack-TeamTCP {
  position: absolute;
  width: 220px;
  height: 340px;
  text-align: center;
  justify-content: center;
  background: hsla(210, 100%, 28%, 0.765);
  color: white;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  perspective: 150rem;
}
/* .container-manager:hover .managerCard-TeamTCP {
  transform: rotateY(180deg);
  transition: transform 0.5s;
  animation-delay: 1s;
} */

.managerCard-TeamTCP:hover .managerCardFront-TeamTCP {
  transform: rotateY(180deg);
  transition: transform 0.5s;
  animation-delay: 1s;
}

.managerCard-TeamTCP:hover .managerCard-TeamTCP {
  transform: rotateY(180deg);
  transition: transform 0.5s;
  animation-delay: 1s;
}

.managerCard-TeamTCP:hover .managerCardBack-TeamTCP {
  transform: rotateY(0deg);
  transition: transform 0.5s;
  animation-delay: 1s;
}



