/* @import "Leadership.css"; */
@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;
      text-align: justify;
    }
    .navbar-menu li a {
        text-decoration: none;
        color: #000000;
        font-weight: 500;
        transition: color 0.3s ease;
      }
.AboutUsArea{
    padding-top: 0rem;
}
/* .navbar-menu.show {
    display: block;
  }
.mem_left1{
    border-right:0px solid #fff;
    margin: 1rem;
    height: auto;
    /* max-width: 8rem; */
    /* max-height: 8rem;
} */
/* .mem_right0{margin: 1rem;
    border-left:0px solid #fff;
    box-shadow: none;
    height: auto;

}
.team{padding-top: 5rem;
    justify-content: center;
    display: flex;
    width: 100%;
    max-height:620rem;
}
body li{
    line-height: 1.5;
} */ */
.navbar-menu.show {
    display: block;
  }
.contentArea{
    text-shadow: 2px 2px 4px rgba(23, 84, 214, 0.5);
}
.team{padding-top: 1rem;
    justify-content: center;
    display: flex;
    width: 100%;
    /* height:113rem; */
}
.all_team{
    display: flex;
    flex-direction: column;
    width:90%;
    padding: 3px;
    background-color: rgb(255, 255, 255);
    
}
.member1 {
    padding: 2rem;
    display: flex;
    flex-direction: row;
    /* height: 18rem; */
    background-color: #fff;
    border-bottom: solid #dcdcdc;
}
.mem_left1{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.5rem;
    padding-left: 0%;
    padding-right: 3rem;
    width:40rem;
    /* width: 20; */
    /* border-right:4px solid #6d86f7 ; */
}
.mem_left1{
    justify-content: center;
    align-items: center;
    display: flex;
    /* padding: 1.5rem;
    padding-left: 0%;
    padding-right: 3rem; */
    width:40rem;
    /* width: 20; */
    /* border-right:4px solid #6d86f7 ; */
}
.mem_left1 img{
    /* height: 60%; */
    /* max-width: 15rem; */
    width: 100%;
    display: flex;
    border-radius: 11px;
    /* box-shadow:  0px 0px 18px rgba(8, 34, 90, 0.5);     */
}
.mem_right0 img{
    height: 70%;
    /* width: 30%; */
    width: 100%;
    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.4;
    color: #3d3c3c;    
}
.AboutUsArea{
    padding-top: 5rem;
    display: flex;
    max-width: 100%;
    
  }
.member0{
    padding: 2rem;
    display: flex;
    flex-direction: row;
    /* height: 18rem; */
    background-color: #ffffff;
    border-bottom: solid #dcdcdc;
}
.mem_right0{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.5rem;
    padding-right: 0%;
    padding-left: 3rem;
    width:50rem;
    /* border-left:4px solid #6d86f7 ; */
}
.mem_right0 img{
    overflow: hidden;
    height: auto;
    max-height: 15rem;
    max-width: 100%;
    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;
    line-height: 1.5rem;
}
.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.4;
    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); } */
/* } */ 
*/

#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) {
    #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;
    }
  }
  .mem_right1 {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    justify-content: center;
    padding-left: 2rem;
    line-height: 1.5rem;
}
  @media screen and (max-width: 1080px){
    .AboutUsArea{
      padding-top: 0rem;
      display: flex;
      max-width: 100%;
      
    }}
    
  @media screen and (max-width: 720px){
   
        .mem_left1 img {
            height: auto;
            /* max-width: 15rem; */
            width: 40%;
            display: flex;
            border-radius: 11px;
            /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
        }
        .mem_right0 img {
            overflow: hidden;
            /* height: auto; */
            max-height: 15rem;
            /* max-width: 100%; */
            display: flex;
            border-radius: 11px;
            /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
        }
        .mem_right0 img {
            height: 70%;
            /* width: 30%; */
            /* width: 100%; */
            display: flex;
            border-radius: 11px;
            /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
        }
        .mem_right0 img {
            height: 70%;
            width: 30%;
            /* width: 100%; */
            display: flex;
            border-radius: 11px;
            /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
        }
        .mem_right0 {
            justify-content: center;
            align-items: center;
            display: flex;
            padding: 1.5rem;
            padding-right: 0%;
            padding-left: 3rem;
            /* width: auto; */
            /* border-left: 4px solid #6d86f7; */
        }  
       
        
}
#header_link{
    padding-left: 0%;
    padding-right: 0%;
}
@media screen and (max-width: 768px) {
    .member1 {
        flex-direction: column;
        height: auto;
        justify-self: center;
        align-items: center;
    }
    .member0 {
        /* flex-direction: column; */
        height: auto;
        justify-self: center;
        align-items: center;
    }
    .team{
        overflow: hidden;
    }
    .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 7%;
        color: #ffffff;
        left: 7%;
    }
    .contentArea p {
        font-size: 1rem;
        margin-top: 0.5rem;
        font-weight: 400;
    }
    
    .mem_right0 {
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 1.5rem;
        padding-right: 0%;
        padding-left: 3rem;
        width: 31rem;
        /* border-left: 4px solid #6d86f7; */
    }
    .mem_left1 img {
        /* height: 60%; */
        /* max-width: 15rem; */
        width: 70%;
        display: flex;
        border-radius: 11px;
        /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
    }
    .mem_right0 img {
        overflow: hidden;
        height: auto;
        max-height: 15rem;
        max-width: 60%;
        display: flex;
        border-radius: 11px;
        /* box-shadow: 0px 0px 18px rgba(8, 34, 90, 0.5); */
    }
}
@media screen and (max-width: 480px){

    .contentArea {
        position: absolute;
        z-index: 2;
        display: inline;
        top: 10%;
        color: #ffffff;
        left: 7%;
    }
    .mem_left1 {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 23rem;
        /* border-right: 4px solid #6d86f7; */
    }
    .mem_right1 {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        justify-content: center;
        padding-left: 0rem;
    }#header_link {
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
    }
    .mem_right0 {
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 1.5rem;
        padding-right: 15%;
        padding-left: 3rem;
        width: 31rem;
        /* border-left: 4px solid #6d86f7; */
    }
    .AboutUsArea{
        padding-top: 5rem;
        display: flex;
        max-width: 100%;
        
      }
      #toggle-button{
        padding-left: 0rem;
      }
}