@font-face {
  font-family: 'Open Sans';
  src: url('static/fonts/static/OpenSans-Regular.ttf') format('truetype');
  /* Add other font weights/styles as needed */
}

.videocard:hover{
 background-color: #eeeeee;
 cursor: pointer;
}
.hover-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .hover-nav li {
    float: left;
  }
  
  .hover-nav li a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    z-index: 0;
  }
  

  .categorycard {

    cursor: pointer;
    border-radius: 10px!important;
    /* border: 1px solid #2525ff!important; */
    /* transform: scale(1); */


  }

  .categorycard:hover {
    cursor: pointer;
    border: 1px solid rgb(16,24,60,0.4)!important;
    transform: scale(1);


  }

  *{
    font-family: 'Open Sans', sans-serif;  }
  /* li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #2683f6;
    z-index: -1;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
  } */
  
  li a:hover::before,
  li a:focus::before {
    transform: scale(1);
  }

  a{
    color: #10183c!important ;
  }

  .iconimg{
    background-color: white!important;
    margin-top: -20px !important;
    margin-left: 20px !important;
    height: 32px!important;
    width: 32px!important;
  }  
