*{
    font-family: 'Open Sans', sans-serif;
    padding:0px;
    margin:0px;
    color:white;
    
}
body{
    overflow-x: hidden;
}
main{
    height: 1100px;
}
header nav  { 
    display:flex;
    align-items: center;
    height:70px;
    background-color: #002855;
    color:white;
    background-position: fixed;
    
  
  }
  header nav  a{ 
      margin-left:0px;
  text-decoration: none;
  color:white;
  font-size:18px;
  width:100%;
  
  
  padding: 50px;}
  .event-dropdown select{
      background-color: #002855;
    border:none;
    color:white;
    font-size:18px;
    width:85px;
    margin:0px 40px 0px ;
  }
  
  header nav img {
      height:100%;
      padding:10px;
  
  }
  .ieeelogo{
      padding-left:0px;
      width:100px;
      
  }
  .svcelogo{
      width:200px;
  
  
  }
  .logos{
      position: relative;
      align-items: center;
      display: flex;
  }
  /* header completed */


  /* footer */
 .footerpart{
    display:flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-evenly;
    height:385px;
    margin-left:0px;
    margin-right: 0px;
    padding-top:10px;
  
  }
  
  h2:hover,h1:hover,h4:hover,h3:hover{
     color:rgb(36, 135, 135); 
     transition: color 0.3s ease-in-out;   
}
 footer{
    background-color: rgb(187, 218, 245);
    border:1px solid  #002855;
  
  }
  .copyright{
   
    color:white;
   text-align: center;
   padding-top:4px;
   background-color: #002855;
  
  }
  
  
  .social-icons{
    width:40px;
    height:40px;
    padding-right:10px;
    color:#073b72;
    
  }
  hr{
    border :1px solid black;
  }
  .quicklinks-container a{
  display: flex;
  flex-direction:column;
  margin-top:20px;
  text-decoration: none;
  color:black;
  font-weight: bolder;
  }
  .findus hr{
    width:50%;
  }
  .footer-contact h3,.contact-container h3{
    margin-top:20px;
  }
  .contact-container hr{
    width:80%;
  }
  .ieeelogo:hover,.svcelogo:hover,.social-icons:hover{
    animation: blink 0.5s 1;
  }
  header nav a:hover{
  
    transform:scale(1.15);
    transition: transform 1.5s ease-in-out forwards;
    }
  .event-dropdown select:hover{
    
    transform:scale(1.15);
    transition: transform 1.5s ease-in-out forwards;
  }    
  @keyframes blink {
       0%{opacity:1;}
      50%{opacity:0;}
     100%{opacity:1;}
  }
  .quicklinks-container a:hover{
     
    transform:scale(1.05);
    transition: transform 1.5s ease-in-out forwards;
    } 
  iframe{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  
  }
  iframe:hover{
  
    transform:scale(1.03);
    transition: transform 2s ease-in-out forwards;
    }      
    .contact-container p,.footer-contact p{
        padding:0px;
   }
/*  footer completed */
.head{
    text-align: center;
    background-color:#002855 ;
    border-radius: 5px;
    color:white;
}
.container{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    animation: slidein 3s ease-in;
}
.main{
    height: 400px;
    width: 300px;
     padding: 50px; 
    
    
}
.first{
    height: 190px;
    background-color: #002855;
    z-index: 1;
    border-top-left-radius:20px;
    border-top-right-radius: 20px;
    background-image: url("./bi1.jpeg");
    background-size: cover;
}
.second{
    height: 100px;
    background-color: aliceblue;
    z-index: 1;
    
}
.circle{
border-radius: 50%;
height: 200px;
width: 200px;
object-fit: cover;
background-color: bisque;
z-index: 10000;
display: flex;
left: 10px;
top: 40px;
position: relative;
margin-top: 50px;
margin-left: 38px;
/* background-image: url("./kavya.jpeg"); */
bac
}
.circle img{
  border-radius:50%; 
  display: flex;
  width: 200px;
  background-size: cover;


}
img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.content{
    height: 120px;
    background-color:aliceblue;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
/* .mar{
  border-bottom: 2px,solid,black;
} */
h3{
    color:black;
    text-align: center;
}
.icons{
    width :40px;
    height:40px;
    padding-right:10px;
    color:#073b72;
    margin-left:70px;
}
@keyframes slidein{
    from{transform:translateY(20px);opacity:0;}
    to{transform:translateY(0px);opacity:1;}
}




















  
   
    
