.bcatitle {
  /* width: 250px; */
  /* height: 20px; */
  background-color:rgba(4, 4, 58, 0.3);
  margin: 9px;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* animation: zoomIn 1.5s ease-out, bounce 2s infinite alternate; */
}

.bcatitle .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  /* animation: fadeInText 1.5s ease-in; */
}

.bcatitle .subtitle {
  font-size: 10px;
  margin-top: 5px;
  color: #ffcc00;
  /* animation: fadeInText 2s ease-in; */
}
.bcatitle h3{
  text-align: center;
}

/* Animations */
/* @keyframes zoomIn {
  from {
      transform: scale(0.5);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes bounce {
  from {
      transform: translateY(0);
  }
  to {
      transform: translateY(-10px);
  }
}

@keyframes fadeInText {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
} */
.side{
    background-color: rgba(119, 194, 238,0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    height: 90px;
  }
.side ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.side li{
    height: 50px;
}
.side a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}
.side a:hover{
    background-color: #f0f0f0;
}
.side li:first-child{
    margin-right: auto;
}
.new-nav{
  display: none;
}
/* .sidebar{
    position: fixed;
    top: 0; 
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: rgba(88, 165, 248, 0.15);
    backdrop-filter: blur(12px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
} */
/* .menu-button{
    display: none;
} */
 
@media(max-width: 800px){
  .hideOnMobile{
    display: none;
  }
  .new-nav{
    display: block;
    
  }
  .side{
    height:120px;
  }
  /* .menu-button{
      display: block;
  } */
}
@media(max-width: 400px){
  /* .sidebar{
    width: 100%;
  } */
}
@media(min-width:800 ){
    /* .sidebar{
      
      display: none;

    } */
  }
  @media(max-width: 1250px){
    .side{
      height:91px;
    }
  }
  @media(max-width: 1225px){
    .side{
      height:92px;
    }
  }
  @media(max-width: 1200px){
    .side{
      height:93px;
    }
  }
  @media(max-width: 1175px){
    .side{
      height:94px;
    }
  }
  @media(max-width: 1150px){
    .side{
      height:95px;
    }
  }
  @media(max-width: 1125px){
    .side{
      height:96px;
    }
  }
  @media(max-width: 1100px){
    .side{
      height:97px;
    }
  }
  @media(max-width: 1075px){
    .side{
      height:98px;
    }
  }
  @media(max-width: 1050px){
    .side{
      height:99px;
    }
  }
  @media(max-width: 1025px){
    .side{
      height:100px;
    }
  }
  @media(max-width: 1000px){
    .side{
      height:101px;
    }
  }
  @media(max-width: 975px){
    .side{
      height:102.5px;
    }
  }
  @media(max-width: 950px){
    .side{
      height:105px;
    }
  }
  @media(max-width: 925px){
    .side{
      height:107.5px;
    }
  }
  @media(max-width: 900px){
    .side{
      height:110px;
    }
  }
  @media(max-width: 875px){
    .side{
      height:112.5px;
    }
  }
  @media(max-width: 850px){
    .side{
      height:115px;
    }
  }
  @media(max-width: 825px){
    .side{
      height:117.5px;
    }
  }

  /* Adding Animation to the sidebar */
 
/* Animating the width of an element */
