*{
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
}
header nav  { 
  display:flex;
  align-items: center;
  height:70px;
  background-color: #002855;
  color:white;
  margin-top:0px;
  background-position: fixed;
  

}
header nav  a{ 
    margin-left:0px;
text-decoration: none;
color:white;
font-size:18px;
width:100%;
margin-top:0px;


padding: 50px;}
.event-dropdown select{
    background-color: #002855;
  border:none;
  color:white;
  font-size:20px;
  width:95px;
  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;
}
.total{
  padding-left: 2%;
  padding-right:1%;
}
.svce{
    font-size:31px;
    display:flex;
    justify-content: center;
  animation: zoom-text 1s ease-out ;
  text-shadow: 0 0 10px rgba(9, 1, 1, 0.35), 0 0 20px rgba(16, 15, 15, 0.3);

    }
    @keyframes zoom-text{
    0%{
      transform: translateZ(0px);
      transform: scale(0.5);
    opacity: 0;
  }
  100%{
    transform: translateZ(20px);
    transform: scale(1);
  
    opacity: 1;
  }
  }
body{
  background-color: aliceblue;
  margin-top: 0px;
  cursor:pointer;
  scroll-behavior: smooth;
  font-family: 'Open Sans',sans-serif;
}


.image{
    width:47%;
    height:315px;
    border-radius:6%;
    animation: zoom-text 1s ease-out forwards, glowEffect 4s infinite alternate;;
    margin-top: 70px ;
    padding: 0px;
    margin-left: 23px;

      
}
  @keyframes zoom-text{
    0%,100%{
      transform: translateZ(0px);
      transform: scale(0.5);
    opacity: 0;
  }
  100%{
    transform: translateZ(20px);
    transform: scale(1);
  
    opacity: 1;
  }
  }
  @keyframes glowEffect {
    0% {
       box-shadow: 0 10px 30px rgba(20, 20, 20, 0.3);
    }
    100% {
      box-shadow: 0 15px 40px rgba(11, 10, 10, 0.3);
    }
  } 
  


.para{
    text-align: justify;
    line-height: 33px;
    width:46%;
    position:absolute;
    top:215px;
    right:55px;
    font-size:18px;
    
    
    
    
}
.para2{
    text-align: justify;
    line-height: 33px;
    font-size:19px ;
  margin-left: 2%;
  margin-right: 2%;
    
    

      
    
}
.ieee{
    font-size:30px;
    display:flex;
    justify-content: center;
   text-shadow: 0 0 10px rgba(12, 12, 12, 0.3), 0 0 20px rgba(8, 8, 8, 0.2);
  
    
}

.image1{
    width:100px;
    height: 70px;
    position: relative;
    left:2px;
    top: 10px; 
}
.image1:hover{
  animation: blink 0.5s 1;
 
}
.ieeep{
    text-align: justify;
    line-height: 33px;
    width:47%;
    margin-right: 2%;
    margin-left: 2%;
    font-size:18px;



}
.image6{
    position:absolute;
    left: 780px;
    top:880px;
    padding:0px;
    margin-left: 0px;
    margin-right: 0px;
    
    
    
  

    
}
.image6 img{
    width:89%;
    height:360px;
  margin-right:10px;
  margin-left:20px;
    padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
  border-radius: 5%;
  border:2px solid rgb(163, 190, 216);  
  
    
    
}

.image4{

    height: 600px;
    margin-top: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); 
    border-radius: 6%;

    

}
.para5,.para6{
  font-size: 19px;
  width:48%;
  text-align: justify;
  line-height: 33px;
  padding-left: 2%;
  padding-right: 2%;
  
  
}
.para5 span,.para6 span{
  font-weight: bold;
}
.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;

}


footer{
  background-color: rgb(187, 218, 245);
  border:1px solid  #002855;

}
.copyright{
 
  color:white;
 text-align: center;
 padding-top:4px;
 background-color: #002855;

}
h2:hover,h1:hover,h4:hover,h3:hover{
     color:rgb(36, 135, 135); 
     transition: color 0.3s ease-in-out;   
}


.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;
  }

  @media (max-width: 768px) {
    header nav {
      flex-direction: column;
      text-align: center;
      height: auto;
    }
  
    header nav a {
      display: block;
      padding: 8px;
    }
  
    .logos {
      justify-content: center;
    }
  
    .ieeelogo,
    .svcelogo {
      width: 80px;
      height: 80px; /* Ensuring equal width and height */
    }
  
    .svce {
      font-size: 24px;
    }
  
    .total {
      padding: 10px;
    }
  
    .image {
      width: 90%;
      height: auto;
    }
  
    .para,
    .para2,
    .para5,
    .para6 {
      width: 90%;
      font-size: 16px;
    }
  
    .image6 {
      flex-direction: column;
      align-items: center;
    }
  
    .image6 img {
      width: 90%;
      height: 250px; /* Equal width and height */
    }
  
    .footerpart {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .quicklinks-container,
    .findus,
    .contact-container {
      width: 90%;
      margin-bottom: 20px;
    }
  }
