
*{
    padding:0px;
     margin:0px; 
    /* color: black;    */
    font-family:'open sans',sans-serif;
     box-sizing: border-box; 
     cursor: pointer;
}
html{
    scroll-padding-top:6rem ;
    scroll-behavior: smooth;
}
/* header started */

header nav  { 
    display:flex;
    align-items: center;
    height:70px;
    background-color: #002855;
    color:white;
    position: fixed;
    z-index: 10000;
    width: 100%;
    
  
  }
  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;
  }
  .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;}
 }
 /* header completed */
h1,h2,h3{
    color: #002855;
}
.achievements{
    font-size: 40px;
    color: #002855;
    font-weight: bolder;
    text-align: center;
    background-color: antiquewhite;
}
.head{
    margin-top: 100px;
    color: black;
    background-color: aliceblue;
    padding-top: 20px;
    width: 90%;
    margin-left: 80px;
}
.senior{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0px;
    animation: fadein 2s ease-in;
    padding-bottom: 100px;
    background-color: aliceblue;
width: 90%;
margin-left: 80px;

}

@keyframes fadein{
    from{opacity:0.5;}
    to{opacity:1;}
}
.member img{
   width: 100%;
    height:300px; 
}
.member img:hover{
    transform: scale(1.1);
    transition: transform 0.8s ease-in-out;
}
.member{
    width: 350px;
    background-color: rgb(218, 222, 225);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 150px; 
    margin: 50px;
    margin-left: 30px;
    transition: trnsform 2s ease-in,box-shadow 5s;
    animation:slidein 2s ease-in ;
   box-shadow: 5px 5px 10px  5px rgba(122, 121, 121, 0.5);
   
} 

@keyframes slidein{
   from{transform:translateY(20px);opacity:0;} 
    to{transform:translateY(0);opacity:1;}
}
.content{
    padding: 16px;
    
}
.content h3,p{
    color: black;
    text-align: center;
}

.principal{
    height: 500px;
    width: 90%;
    background-color: aliceblue;
    margin-left: 80px;
    margin-top: 25px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.priphoto{
    height: 400px;
    width: 400px;
    margin-left: 0px;
    margin-top: 50px;
    
}
.priphoto img{
    height: 400px;
    width: 100%;
    border-radius: 20px;
}
.pricontent{
    height: 300px;
    width: 600px;
    margin-top: 100px;
     margin-left: 100px; 
    font-size: 22px;
    line-height: 35px;
}
.sri{
    height: 500px;
    width: 90%;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 80px;

    /* margin: 80px; */
}
.sripic{
    height: 450px;
    width: 350px;
    margin: 70px;
    border-radius: 20px;
    margin-top: 50px;

}
.sripic img{
    height: 400px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid black;
}
.sripic img:hover{
    transform: scale(1.1);
    transition: transform 0.8s ease-in-out;
}


.photocontainer{
    height: 400px;
    width: 90%;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
margin: 80px;
}
.pics{
    height: 280px;
    width: 230px;
    margin: 50px;
    border-radius: 20px;
    margin-top: 50px;
   box-shadow: 5px 5px 2px rgb(221, 225, 148);
}
.pics img{
    height: 280px;
    width: 230px;
    border-radius: 20px;
    border: 2px solid black;
}
.pics img:hover{
    transform: scale(1.1);
    transition: transform 0.8s ease-in-out;
}
.head{
    display:flex;
    justify-content: center;
    color:#002855;
}







/* fotter part */
.footerpart{
    display:flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-evenly;
    height:400px;
    padding-top:10px;

}


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;
}
.quicklinks-container a:hover{
   
    transform:scale(1.05);
    transition: transform 1.5s ease-in-out forwards;
    } 

.findus hr{
    width:50%;
}
.footer-contact h3,.contact-container h3{
    margin-top:20px;
}
.contact-container hr{
    width:80%;
}
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;
    }    
.footer-contact p,.contact-container p{
   justify-content: start;
   display: flex;
    }

    /* footer part completed */
