a .bi{
  font-size: 20px;
  margin-left: 10px;
}
a .bi-youtube {
  color: #ffffff;
  transition: color 0.3s ease;
}

a .bi-facebook {
  color: #ffffff;
  transition: color 0.3s ease;
}

a .bi-instagram {
  color: #ffffff;
  transition: color 0.3s ease;
}

a:hover .bi-youtube {
  color: #FF0000; 
  text-decoration: underline;
}

a:hover .bi-facebook {
  color: #4267B2; 
  text-decoration: underline;
}

a:hover .bi-instagram {
  color: #E1306C; 
  text-decoration: underline;
}

.Btn-uiverse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: white;
}

/* plus sign */
.sign {
  width: 100%;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
width: 17px;
}

.sign svg path {
fill: white;
}

/* text */
.text a{
  color: #143899;
}

.text a:hover{
  background-color: white ;
}

.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: #143899;
  font-size: 1.2em;
  font-weight: 600;
  transition-duration: .3s;
}
/* hover effect on button width */
.Btn-uiverse:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: .3s;
}

.Btn-uiverse:hover .sign {
  width: 30%;
  transition-duration: .3s;
  padding-left: 20px;
}
/* hover effect button's text */
.Btn-uiverse:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: .3s;
  padding-right: 10px;
}
/* button click effect*/
.Btn-uiverse:active {
  transform: translate(2px ,2px);
}

.whatsapp {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  margin: 0; 
  padding: 10px; 
  cursor: pointer; 
  z-index: 999; 
}

.membershipImg {
  height: 117px;
  width: 117px;
}

@media (max-width: 750px) {
  .membershipImg {
      height: 75px;
      width: 75px;
  }
}

.header-bar span{
  background-color: white !important;
}

@media (max-width: 575px) {
  #navbarHeader{
    height: 70px;
  }
}