/*** Team ***/

.vidheading {
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    padding-top: 100px;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

::selection{
    background: #ff9100;
    color: #fff;
  }
  .teamcontainer{
    max-width: 9500px;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;

  }
  .teamcontainer .main-card{
    display: flex;
    justify-content: space-evenly;
    width: 200%;
    transition: 1s;
  }
  #two:checked ~ .main-card{
    margin-left: -100%;
  }
  .teamcontainer .main-card .cards{
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: space-between;
  }
  .main-card .cards .card{
    width: calc(100% / 3 - 10px);
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
  }
  .main-card .cards .card:hover{
    transform: translateY(-15px);
  }
  .cards .card .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .cards .card .content .img{
    height: 200px;
    width: 180px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, rgb(240, 162, 45) 0%, rgb(221, 224, 42) 40%, rgb(255, 145, 0) 100%);
    margin-bottom: 14px;
  }
  .card .content .img img{
    height: 100%;
    width: 100%;
    border: 3px solid #ffff;
    border-radius: 50%;
    object-fit: cover;
  }
  .card .content .name{
    font-size: 20px;
    font-weight: 500;
  }
  .card .content .job{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    color: linear-gradient(135deg, rgb(240, 162, 45) 0%, rgb(221, 224, 42) 40%, rgb(255, 145, 0) 100%);
  }
  .card .content .media-icons{
    margin-top: 10px;
    display: flex;
  }

  .media-icons a{
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    margin: 0 4px;
    font-size: 14px;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #ff9100;
    transition: all 0.3s ease;
  }
  .media-icons a:hover{
    color: #ff9100;
    background-color: #fff;
    border-color: #ff9100;
  }




@media (max-width: 768px) {
.main-card .cards .card{
margin: 20px 0 10px 0;
width: calc(100% / 2 - 10px);
}
}
@media (max-width: 600px) {
.main-card .cards .card{
/* margin: 20px 0 10px 0; */
width: 100%;
}
}

  .TeamHeading {
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    padding-top: 10px;

}


.meetourteam {
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    padding-top: 10px;

}

.meetourteamresponsive {
    display: none;
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
}
/*** Team end ***/
