.TeamCreative {
  margin: 0px 30px;
}

#OurTeam {
  margin-top: 50px;
}

.TeamName {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
}

.TeamName span {
  color: #f45725;
}

.TeamNameSubTitle {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  margin: 0px 30px 80px 30px;
}

.colDiv1,
.colDiv2 {
  display: flex;
  width: 45%;
  justify-content: space-between;
}

.teamColDiv {
  display: flex;
  justify-content: space-evenly;
}

.memImgDiv,
.memImg {
  box-sizing: initial;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.memImgDiv {
  border-style: solid;
  border-width: 3px;
  border-color: #c4c4c4;
  position: relative;
  transition: all 0.3s;
}

.memlinks {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  backdrop-filter: blur(1px);
  border-radius: 50%;
  transition: all 0.3s;
}

.memImgDiv:hover>.memlinks {
  opacity: 1;
  visibility: visible;
}

.svg {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.svgCore {
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin-top: 20px;
}

#gitLink {
  margin-left: 20px;
}

.memLink {
  background-color: transparent;
}

.svg path {
  transition: all 0.3s;
}

.svg path:hover {
  color: #f45725;
}

.memName {
  text-transform: capitalize;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-align: center;
  padding: 4px 24px;
  border-radius: 8px;
  /* width: 45%; */
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.memDivMain:hover>.memName {
  width: 100%;
}

.name1 {
  background-color: #f4c300;
}

.name2 {
  background-color: #19c47d;
}

.name3 {
  background-color: #00b4cd;
}

.name4 {
  background-color: #18a0fa;
}

.memName,
.memImgDiv {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#OperationsTeam,
#MarketingTeam,
#CreativeTeam,
#CoreTeam,
#TechnicalTeam,
#AlumniTeam {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#CoreTeam {
  gap: 0px 15px;
  margin: 0px 30px;
}

.memDivMain {
  width: 260px;
  position: relative;
  margin: 0px 20px 100px 20px;
}

/* ...... ...................... */
.coreMemMainCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 377px; */
  /* height: 350px; */
  width: 100%;
  height: 100%;
  /* margin: 30px 10px; */
  /* margin: 30px; */
  /* transition: all 0.3s; */
  border-radius: 50px;
  -webkit-backface-visibility: visible;
  /* Safari */
  backface-visibility: visible;
  opacity: 1;
}

.CorememCardImg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.flip-card-back {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  bottom: 430px;
  transition: opacity 0.5s, visibility 0.2s;
  /* Safari */
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 4px;
  border-radius: 10px;
}

.flip-card {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  /* Remove this if you don't want the 3D effect */
  width: 33%;
  max-width: 430px;
  min-width: 377px;
  height: 430px;
}

.flip-card-inner {
  position: relative;
  border-radius: 10px;
  /* padding: 15px; */
  width: 100%;
  height: 100%;
  text-align: center;
  /* box-shadow: 0 4px 8px 0 #e66f4a; */
}

.flip-card:hover .flip-card-inner {
  opacity: 1;
}

.flip-card:hover .flip-card-back {
  visibility: visible;
  opacity: 0.9;
}

/* .............  */
.coresocilaDiv,
.coresocilaDiv2 {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;

  align-items: flex-start;
  background-color: transparent;
}

#linkd {
  margin-right: 5px;
  margin-left: 20px;
}

.coresocilaDiv {
  /* display: none; */
  transition: all 0.3s;
}

.coreMemMainCard:hover>.coresocilaDiv {
  opacity: 1;
  visibility: visible;
}

.coresocilaDiv2 {
  margin-top: -65px;
}

.coreMemDesCard {
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 343px;
  border: 4px solid #f45725;
  border-radius: 14px;
}

.PostPTag {
  margin: 0px 0px 10px 20px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.005em;
  color: #f45725;
}

.PostPTagName {
  margin: 0px 0px 0px 20px;
  /* text-align: center; */
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0.005em;
  color: #ffffff;
  text-transform: capitalize;
}

.PostAbtPTag {
  margin-bottom: 30px;
  width: 246px;
  /* height: 211px; */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #ffffff;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.space {
  margin-bottom: 100px;
}

@media only screen and (max-width: 650px) {
  .memDivMain {
    margin: 0px 20px 50px 20px;
  }
}

@media only screen and (max-width: 659px) {
  .memName {
    /* width: 60%; */
    right: auto;
    /* left: 45%; */
  }

  .memDivMain:hover>.memName {
    left: 0%;
  }

  .svg {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .TeamName {
    font-size: 40px;
  }

  .TeamNameSubTitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  #OperationsTeam,
  #MarketingTeam,
  #CreativeTeam,
  #TechnicalTeam,
  #AlumniTeam #CoreTeam {
    gap: 33px 0px;
  }
}

@media only screen and (max-width: 430px) {
  #CoreTeam {
    gap: 30px 15px;
    justify-items: start;
  }

  .flip-card {
    margin-top: 0px;
    min-width: 90%;
  }

  /* #CoreTeam {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-template-rows: repeat(2, minmax(377px, 1fr));
  } */

  .coreMemMainCard {
    width: 100%;
    margin: 0px;
  }

  /* .flip-card-inner {
    height: 400px;
  } */

  .coreMemDesCard {
    width: 90.98%;
    height: 100%;
  }

  .PostAbtPTag {
    width: 71.72%;
    height: fit-content;
  }

  /* .flip-card-back {
    bottom: 400px;
  } */
}
