@import "/CSS_FILES/TIDC_Vision.css";
@import"/CSS_FILES/index.css";
body {
    max-width: 100%;
      margin: 0;
      font-family: inter, sans-serif;
      overflow-x: hidden;
    }
.contentArea{
    text-shadow: 2px 2px 4px rgba(23, 84, 214, 0.5);
}
.team {
    /* padding-top: 3rem; */
    justify-content: center;
    display: flex;
    width: 100%;
    /* height: 117rem; */
}
.all_team{
    display: flex;
    flex-direction: column;
    width:90%;
    padding: 3px;
    background-color: rgb(255, 255, 255);
    
}
.AboutUsArea{
    padding-top: 5rem;
    display: flex;
    max-width: 100%;
    
  }
.navbar-menu.show {
    display: block;
  }
.member1{
    padding: 2rem;
    display: flex;
    flex-direction: row;
    height: 20rem;
    background-color: #fff;
}
.mem_left1{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.5rem;
    padding-left: 0%;
    padding-right: 3rem;
    border-right:4px solid #3B5B70;
}
.mem_left1 img{
    max-height: 15rem;
    display: flex;
    border-radius: 11px;
    box-shadow:  0px 0px 18px rgba(8, 34, 90, 0.5);    
}
.mem_right1{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    padding-left: 2rem;
}
.mem_right1 h3{
    font-weight: bolder;
    /* display: flex; */
    margin-bottom: 3px;
    font-family: inter,Sans sans-serif;
}
#mem_heading1 p{
    margin-top: 5px;
    color: blue;
}
#mem_detail1 p{
    line-height: 1.678;
    color: #3d3c3c;    
}

.member0{
    padding: 2rem;
    display: flex;
    flex-direction: row;
    height: 20rem;
    background-color: #ffffff;
}
.mem_right0{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.5rem;
    padding-right: 0%;
    padding-left: 3rem;
    border-left:4px solid #3B5B70;
}
.mem_right0 img{
    overflow: hidden;
    max-height: 15rem;
    display: flex;
    border-radius: 11px;
    box-shadow:  0px 0px 18px rgba(8, 34, 90, 0.5);   
}
.mem_left0{
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    padding-right: 2rem;  
    align-items: flex-end;
}
.mem_left0 h3{
    display: flex;
    justify-content: flex-end;
    font-weight: bolder;
    /* display: flex; */
    margin-bottom: 3px;
    font-family: inter,Sans sans-serif;
}
#mem_detail0 p{
    line-height: 1.678;
    color: #3d3c3c; 
    text-align: justify;   
}
#mem_detail1 p {
    line-height: 1.678;
    color: #3d3c3c;
    text-align: justify;
}


#mem_heading0 p{
    margin-top: 5px;
    color: blue;
}
/* @keyframes zoomInOut {
    0% { transform: scale(1.2); }
    /* 35% { transform: scale(1.15); }
    70% { transform: scale(1.1); } */
    /* 100% { transform: scale(1); } */
    .navbar-menu li a {
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        transition: color 0.3s ease;
      }

#img_container img {
    animation: zoomInOut 3s ease-in-out;
}
.member {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.member.visible {
    opacity: 1;
}
@media screen and (max-width: 1080px){
    .AboutUsArea{
      padding-top: 0rem;
      display: flex;
      max-width: 100%;
      
    }}
@media screen and (max-width: 1080px) {
    #mem_detail1,#mem_detail0 p{
        font-size: smaller;

    }
  }
  @media screen and (max-width: 768px){
    .member1{
        flex-direction: column;
        height: auto;
    }

    .member0{
        flex-direction: column-reverse;
        height: auto;
    }
    .team{
        height: auto;
    }
    .mem_left0{
        align-items: center;
        /* border-bottom: 4px solid #6d86f7; */
        padding-right:0rem ;
        padding-left:0rem ;
    }
    .mem_left1{
        padding-right:0rem ;
        padding-left:0rem ;
        border-right:0px solid #3d3c3c ;
    }
    .mem_right0{
        border-left:0px solid #3d3c3c ;
        padding-left: 0rem;

    }
    .mem_right1{
        border-left:0px solid #3d3c3c ;
        align-items: center;
    }
    #mem_detail0 p{
        line-height: 1.4;
        color: #3d3c3c; 
        text-align: justify;   
    }
    #mem_heading1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #mem_heading0{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .team{
        padding-top: 0rem;
    }
  }
  @media screen and (max-width: 480px) {

    .member1 {
        padding-top: 2rem;
        padding-right: 0rem;
        padding-left: 0rem;
        
    }
    .AboutUsArea{
        padding-top: 5rem;
        display: flex;
        max-width: 100%;
        
      }
      #toggle-button{
        padding-left: 0rem;
      }
  }