
 .facalitiesesbtn{
 padding-left:30px;
  border-radius: 10px; 
 }             
.facalitieses{
  width: 100%;
  height: 230px; 
  
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
}
.cards
{
  position: absolute;
  top: 50%;
  left: 50%;
  padding:10px;

  transform: translate(-50%, -50%);
}

.cards img
{
  width: 50%;
  border-radius: 300px;
  animation: mymove 5s linear infinite;
  transition: 0.4s all;
  margin-top: -8px;
}

.cards img:hover
{
  filter:contrast(200%);
}

@keyframes mymove
{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

.goomj_txt
{
  font-size: 14px;
   background: -webkit-linear-gradient(45deg, blue, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

audio
{
  width: 100%;
  margin-top: 12px;
  border:2px solid #000;
  border-radius: 50px;
  outline: none;
}

.cr
{
  font-size: 15px;
  color: #fff;
}

hr
{
  width: 95%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 350px) {
  .card {
    width: 95%;
  }
}
           