*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif;
  
  }
:root{
    --white-color: #fff;
    --main-color:#071b3a;
    --second-color:#ddddddc5;
}

.home{
  background-image: linear-gradient(rgba(4, 9, 30, 0.5),rgba(4,9,30,0.5)),url(../faq-imgs/afq-img\ \(1\).png);
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}
header{
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
     padding: 4px 100px;
     
     
}
header.sticky{
 padding: 5px 80px;
 background: #071b3a71;
 backdrop-filter: blur(10px);
  box-shadow: 0 3px 6px rgba(5, 17, 19, 0.2);
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 0px 20px 20px;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;

}
header .ieee-logo{
    position: relative;
    width: 180px;
    padding-top: 1px;
}
header ul{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}
header ul li {
 list-style: none;
 padding: 20px;
 
}
header ul li a{
    text-decoration: none;
    color: #fff;
   position: relative;

}
header .mnu-logo{
  width: 90px;
   margin-left: -250px;
}
header ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--white-color);
  transition: width 0.4s ease;
}

header ul li a:hover::after {
  width: 100%;
}

header ul li a.active::after {
  width: 100%;
}
header .fa{
  display: none;
}
@media(max-width: 700px){
  .text-box h1{
    font-size: 40px;
}
.text-box p{
    font-size:20px ;
}
.text-box p span {
    font-size: 24px;
}

header .nav-ul {
 position: absolute;
 display: block;
 background: #071b3a;
 height: 100vh;
 width: 200px;
 top: 0;
 right:-200px;
 text-align: left;
 z-index: 150;
}

header .fa{
  display: block;
  color: #fff;
  padding: 15px;
}
 header .fa-bars{
         margin-right: -267px;
        font-size: 18px;
  
 }
 header .ieee-logo{
           width: 111px;
        margin-left: -106px;
}
header .mnu-logo{
          width: 60px;
        margin-right: 224px;
}
}
/* *******************IEEE Section************************** */
#first-sec{
    height: 310px;
}
/* *******************IEEE mem Section************************** */
.ieee-mem{
    width: 100%;
    position: relative;
    height: 250px;
}
.ieee-mem .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.ieee-mem h3{
        color:#092864;
    font-size: 40px;
    padding-bottom: 20px;
    text-decoration: underline;
}
.ieee-mem p{
    text-align: center;
    color: black;
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.6;
    width: 90%;

}
/* *******************IEEE  vol Section************************** */
#vol-img{
    margin-left: -40px;
}
/* *******************IEEE  x Section************************** */
.ieee-g{
    position: relative;
    height: 450px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.ieee-g .parent {
    width: 80%;
    margin: auto;
 display: flex;
 flex-direction: row-reverse;
 align-items: center;
 justify-content:space-between;
 gap: 30px;
}
.ieee-g-img{
   /* margin-left: 80px; */
   margin-right: -10px;
}
.ieee-g-txt h3{
color:#092864;
    font-size: 38px;
    padding-bottom: 20px;
    text-decoration: underline;
}
.ieee-g-txt p{
color: black;
    opacity: 0.7;
}
/* * ****************************************foooter****************** */
 .footer{
    position: relative;
    width: 100%;
    height:350px;
    background-color:#071b3a;
    padding: 10px 20px;
    
}
.footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
    margin: auto;
    padding: 10px;
    border: 3px solid var(--second-color);
    border-radius: 4px;
    flex-wrap: wrap;
}
.social{
  display: flex;
  flex-direction: column;
}
.footer .container .social h4{
    color: var(--white-color);
    font-size: 25px;
    padding-bottom: 20px;
}
.footer .container .social a{
    color: var(--white-color);
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}
.footer .container .social a i{
    transition: 0.3s;
}
.footer .container .social a:hover{
    color: var(--second-color);
     padding-right: 12px;
}
.footer p{
    color: var(--white-color);
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.center{
  display: flex;
  flex-direction: column;
} 
.center h3{
    color: var(--white-color);
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center;
    /* text-decoration: underline; */
}
.center a{
    color: var(--white-color);
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    transition: 0.4s;
}
.center a:hover{
    color: var(--second-color);
     padding-right: 12px;
     text-decoration: underline;
}