@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
     color:rgb(0, 0, 0);
    

}
.topbar{
    background-color:white ;
    height:100%;
    width:100%;
    display:flex;
    align-items:left;
    justify-content: space-between;
    padding:0 1%;
    text-align: left;
     
    
}

.logo{
    margin:1px auto;
    width:100%;
}

.logo img{
    max-width:320px;
    float:left;
    border:2px solid #fff;
    border-radius:5px;
    margin-right:5px;
     
}

.logotitle{
    margin-top:5px;
    text-align: center;
     
     
}
 


.logotitle h2{
    font-size:20px;
    color:rgb(45, 43, 197);


}

.logotitle h3{
    font-size:18px;
    color:rgb(45, 43, 197);


}

.logotitle p{
    font-size:16px;
    text-align:center;
    margin-left: 75px;
    color:rgb(45, 43, 197);


}

.AMML h3{
    
  font-weight:900;
  font-size:56px;
  line-height:1.2;
  
  background-image: linear-gradient(to right, limegreen, blue);
  background-clip: text;
  color: transparent;
}

.menu-bar {
    background-color: rgb(250, 214, 226);
    display: flex;
    justify-content: center;
    align-items: right;
    padding-top:5px;
    position: relative;
     border-radius: 10px;
    max-width:100%;
     margin-top:20px;
     text-align: center;
       }
  
  
  .menu-bar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  
   .menu-bar ul li {
    position: relative;
    display: inline-block;
    margin-left:1px;
    margin-right: 25px;
    
  }
  
  
  .menu-bar ul li a {
    font-size: 15px;
    color:  rgb(45, 43, 197);
    text-decoration: none;
    transition: all 0.3s;
    margin-right:1px;
  }
  
  .menu-bar ul li a:hover {
    color: rgb(209, 10, 44);
  }
  
  .fas {
    float: right;
    margin-left: 1px;
    padding-top: 1px;
  }
  
  
  .dropdown-menu {
    display: none;
     
  }
  
  .menu-bar ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    background-color:  rgba(16, 230, 230, 0.89);
  }
  .menu-bar ul li ul .dropdown-menu {
    width:100%;
    position: absolute;
    z-index:999;
    display:block;
  }

  .menu-bar ul li:hover .dropdown-menu ul {
    display:  block;
    
  }
  
  .menu-bar ul li:hover .dropdown-menu ul li {
    width: 250px;
    padding: 10px;
    display:block;
  }

  body{
    overflow-x:hidden;
  }
  .container{
    display: grid;
    height: 100vh;
    grid-template-columns: 250px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "navbar navbar"
    "sidebar main"
    "sidebar footer";
    grid-gap:0.1em;
    text-align: center;
}

 

nav  {background: #d3d3d3;
grid-area: navbar;
}





  .speaker{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height:0;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: center;
    margin-top:15px;
   }

   @media  screen and (max-width:640px){
    .container{
        grid-template-columns: 1fr;
        grid-template-rows: 0.4fr 1.15fr 1.3fr 0.8fr 1.2fr 1.2fr 1fr;
        grid-template-areas: "navbar"
        "main"
        "sidebar"
         "footer";
    }
}
 
.speaker-1{
width:70%;
max-width: 250px;
border-top:1px solid rgba(255,255,255,0.65);
border-left:1px solid rgba(255,255,255,0.65);
border-radius: 50px;
padding:20px 10px;
background-color: rgb(255, 228, 228);
box-shadow: rgba(255,255,255,0.2);
box-shadow: 0 4px 30px rgba(255,255,0,0.1);
backdrop-filter:blur(5px);
}  

.speaker-1 .wrapper{
display:flex;
align-items: center;
justify-content: center;
flex-direction: column;



}   
.profile{
width:100px;
height:100px;
border-radius: 50%;
border:2px solid rgba(255,255,255,0.3);
 
 

}
.profile img{
width:160%;
height:130%;
border-radius: 75px;
display:flex;
margin-left:-20px;
 
}

 .wrapper h2{
color:rgba(8, 7, 7, 0.9);
letter-spacing:1.2px;
margin-top:35px;
font-size:1.2rem;
}
.wrapper p{
line-height: 1.6;
font-size:1rem;
margin:10px 0;
text-align:center;
color:rgb(105, 75, 241)
}
.wrapper a{
display: inline-block;
background-color: rgba(85, 84, 84, 0.89);
padding:5px 10px;
border-radius: 30px;
margin:10px;
text-align: center;
font-style: bold;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1.6px;
color:black;
box-shadow: 0 10px 10px rgba(248, 183, 183, 0.3);
}
 
.AMML {
margin:10px;
justify-content: center;
text-align: center;

}
.AMML h3{
font-size:2rem;
}

.box{
    display:flex;
    flex-wrap: wrap;
    width:100%;
     padding-right:10px;
    margin:30px 15px;
     justify-content: center;
     align-items: center;
  
    
  }


  .box1 {
  width:80%;
  
  box-sizing: border-box;
  float:left;
  border-radius:5px;
  cursor:pointer;
  padding-top:10px;
  padding-left:5px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: .4s;
  background: rgb(255, 255, 255);
  display:block;
  margin:2px 5px 2px 5px;
  width:80%;
}



  .box1:hover{
   box-shadow: 0 3px 6px rgba(240, 183, 183, 0.16), 0 3px 6xp rgba(240, 181, 181, 0.23) ;
   transform: translate(0px, -8px);
  }
  
   
  table td{
    height:5px;
    padding:0.4rem;
    vertical-align:top;
    text-align:right;
    text-align:justify;
    
  }

main{background: white;
grid-area:main}

.sidebar{background: #eeeded;
grid-area: sidebar;}
 .Ashok-Maitra h2{

    margin-top:auto ;
    text-align: center;
    padding-top:70px;
    margin-left:2px;
    padding-left: 5px;
    
 }
  .AM img{
    width:100px;
    height:100px;
    position: relative;
    border-radius: 50px;
    left:0;
    border:2px solid  black;
  }
  
   .Ashok-Maitra a{
     display:block;
     padding:10px 20px;
     color:#1607e2;
     text-decoration:bold;
     text-align:center;
     font-style:italic bold;
     font-size:16px;
     margin-bottom:10px;
      
   }

   .lectures{
    margin:12px 10px;
    padding-left:10px;
    padding-top:15px;
    padding-bottom: 13px;
    list-style: none;
  }
  .lectures ul{
    display: gird;
    text-decoration: none;
    list-style-type: none;
  }
  .lectures ul li a{
    display:block;
    padding:0 1px;
    color:#3817ca;
    text-decoration:none;
    text-align:center;
    font-size:12px;
  }
  .lectures h3{
    text-align:center;
  }

  .pastvid{
    margin-top:10px;
  }


footer{background: #fdfcfc;
    grid-area:footer;}


    .to-top{
      background: green;
      position:relative;
      position: fixed;
      bottom:16px;
      right:32px;
      width:60px;
      height:50px;
        border-radius: 50%;
      display:flex;
      align-items: center;
      justify-content: center;
      font-size:30px;
      color:black;
      text-decoration: none;
      opacity: 0;
      pointer-events: none;
      transition:all .4s;
    }
    .to-top.active{
      bottom:32px;
      pointer-events:auto;
      opacity:1;
    }
.flashing-link {
      font-size: 20px;
      font-weight: bold;
      color: red;
      text-decoration: none;
      animation: flash 1s infinite;
    }

    @keyframes flash {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }
