.cat img{
    display: block;
    margin: auto;
    width: 400px;
    flex: 1 1 30px;
    height: auto;
    max-width: 100%;
    border-radius: 30px;
    /* margin-top: -50px; */
}

.whole{
    /* margin-left: 180px;
    margin-right: 180px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    
    .sticky{
    position: sticky;
      display: flex;
      padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.5)  ;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    top: 0px;
      height: 44px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid rgba(0,0,0,0);
      z-index: 110;
        justify-content: space-between;
      animation: lineshow .5 ease forwards;
      animation-delay: .5s;
      margin-top: 44px;
    }
    
    @keyframes lineshow{
      to{
      border-bottom: 1px solid #ddd;
      }
    }
    
    .icon{
    cursor: pointer;
    animation: spvin .2s linear forwards;
    transform: rotate(-180deg);
    }
    
    .icon .fa-angle-down{
    margin-top: 13px;
    font-size: 17px;
    color: #484848;
    }
    
    .icon.down .fa-angle-down{
    margin-top: -13px;
    }
    
    @keyframes spvin{
      to{
      transform: rotate(0deg);
      }
    }
    
    
    .icon.dowm{
      animation: spin .2s linear forwards;
    transform: rotate(-180deg);
    }
    @keyframes spin {
    
      0%{
      transform: rotate(0deg);
      }
      100%{
    transform: rotate(-180deg);
      }
    }
    
    .sticky .text{
      display: block;
    padding-top: 7px;
      margin-left: 10px;
      float: left;
    }
    
    .sticky .text a{
    color: #000;
      text-decoration: none;
      font-family: Helvetica;
      font-size: 18px;
      font-weight: 550;
    }
    
    .sticky li{
      list-style: none;
      height: 30px;
      margin-top: 5px;
      margin-right: 5px;
        display: inline-block;
        text-align: center;
        background: #0071e3;
        color: #fff;
        border-radius: 980px;
        font-size: 12px;
        line-height: 1.33337;
        font-weight: 400;
        letter-spacing: -.01em;
        min-width: 23px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 6px;
        padding-bottom: 0px;
    }
    
    .sticky li:hover{
    background-color: #1c7ddf
      ;
    }
    
    .sticky li a{
      text-align: center;
    font-size: 17px; 
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      transition: all .1s;
    }
    
    .bar{
        width:100%;
      height:100vh;
      position: absolute;
      top: 44px;
      left:0;
      overflow: hidden;
      opacity: 0;
      transform-origin: 50% 0;
      opacity: 1;
      z-index: 100;
      animation: up .5s ease forwards;
    }

    @keyframes up{
      0%{
        transform: scaleY(1);
        opacity: 1;
      }
      100%{
        transform: scaleY(0);
        opacity: 1;
      }
    }
    
    .bar.showw{
      position: sticky;
      background-color: rgba(255, 255, 255, 0.5)  ;
      margin-left: 0px;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 100;
      animation: dowmmm .5s ease forwards;
      transform:scaleY(1);
      opacity: 2;
      overflow: hidden;
    }
    
    .sticky.showw{
    border-bottom: 1px solid rgba(0,0,0,0);
      animation: linehide .4s ease forwards;
    }
    
    @keyframes linehide{
      to{
    border-bottom: 1px solid rgba(0,0,0,0);
      }
    }
    
    @keyframes dowmmm{
      100%{
        transform: scaleY(1);
        opacity: 1;
      }
      0%{
        transform: scaleY(0);
        opacity: 1;
      }
    }
    
    .bar li{
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px;
      width: 80%;
      border-bottom: 1px solid #ddd;
      list-style: none;
        text-decoration: none;    
      opacity: .88;
      cursor: pointer;
      animation: opo .5s ease forwards;
    }

    @keyframes opo{
      0%{
        opacity: 1;
      }
      100%{
        opacity: 0;
      }
    }
    
    .bar li{
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px;
      width: 80%;
      border-bottom: 1px solid #ddd;
      list-style: none;
        text-decoration: none;    
      opacity: .88;
      cursor: pointer;
      transition: none;
    }
    
    .bar li:hover span{
    color: #0071e3;
    }
    
    .bar li span{
      color: #595959;
      font-weight: 550;
      cursor: pointer;
        text-decoration: none;
        font-size: 15px;
    }

    .bar.showw li{
      animation: op .5s ease forwards;
    }

    @keyframes op{
      0%{
        opacity: 0;
      }
      100%{
        opacity: 1;
      }
    }

.card{
    padding: 10px;
    height:400px;
    margin-top: 30px;
    width: 300px;
    background-color: #eee;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
}

.card .number{
    padding-top: 5px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(172, 172, 172);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
    /* position: relative; */
    font-weight: 500;
    font-size: 17px;
    height: 30px;
    width: 30px;
    z-index: 20;
    position: absolute;
}

.card .date{
    font-size: 17px;
    color: rgb(87, 87, 87);
    margin-left: 70%; 
}

.card .blog-img{
    width: 100%;
    margin-top: 10px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12)
}

.card a,
.card a i{
    color: #06c;
    text-decoration: none;
    font-size: 17px;
}

.card a{
  font-weight: 500;
}

.card{
    margin-left: 30px;
}

footer{
font-weight: 500;
color: #1d1d1d;
}

.card .all-watch{
    display: block;
    font-weight: 600;
    width: 110%;
    height: 5rem;
    text-align: center;
    margin-left: -10px;
    padding: 10px;
    margin-top: 50px;
    background-color: rgb(255, 255, 255);
}

.card .all-watch:hover{
    text-decoration: underline;;
}

.card .some{
    width: 290px;
    font-size: 16px;
    color:rgba(19, 19, 19);
    font-weight: 500;
    z-index: 10;
    margin-top: .5rem;
    cursor: pointer;
}

.card .who{
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color:rgb(87, 87, 87);
}

/* .card .white{
    position: absolute;
    width: 300px;
    border-radius: 0px 0px 30px 30px;
    margin-top: -40px;
    margin-left: -10px;
    height: 120px;
    font-weight: 500;
    z-index: 20;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 92%, rgba(255,255,255,0) 100%, rgba(252,247,254,1) 100%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
} */

@media (max-width: 1387px) {
    .whole{
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 1227px){
    .whole{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1035px){
    .whole{
        display: block;
    }

    .card{
        margin-top: 60px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 600px;
        height: 570px;
    }
}

@media (max-width: 1030px){
    .card{
        height: 570px;
        width: 570px;
    }
}

@media (max-width: 1018px){
    .card{
        height: 500px;
        width: 500px;
    }
}

@media(max-width: 567px){
    .card{
        height: 450px;
        width: 400px;
    }
}

@media (max-width: 443px) {
    .card{
        height: 390px;
        width: 300px;
    }
}

#preloader{
  /* padding-top: 2rem;
   */
   padding-bottom: 13rem;
  box-sizing: border-box;
   flex-direction: column;
   background: #212534;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

#preloader img{
  height: 50px;
  width: 50px;
  margin-top: 10rem;
}

.loader-line{
  width: 300px;
  height: 5px;
  border-radius: 5px;;
  background-color: #191c29;
 overflow: hidden;
}

.line-body{
  width: 400px;
  height: 5px;
 background-color: #fff;
  -webkit-animation: shooooooo 2s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
}

@keyframes shooooooo{
 0%{
   width: 0px;
   margin-left: 0;
 }
 50%{
   width: 100%;
   margin-left: 0;
 }
 100%{
   width: 100%;
   margin-left: 400px;
 }
}

@media (max-width: 400px){
 .loader-line{
   width: 250px;
 }
}

@media (max-width: 325px){
 .loader-line{
   width: 200px;
 }
}

#myse{
  display: block;
}

#mySw{
  display: block;
}

.hidden{
  overflow: hidden;
  width: 100%;
  height: 44px;
  margin-top: 44px;
}

.bluedown{
  background-color: #0071e3;
  height: 44px;
  width: 100%;
  margin-top: -44px;
  padding-top: 10px;
  padding-right: 20px;
  animation: 2s dow cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
}


@keyframes dow{
  0%{
    background-color: #0071e3;
    margin-top: -44px;
    color: #fff;
  }
  50%{
    background-color: #0071e3;
    color: #fff;
    margin-top: 0px;
  }
  100%{
    background-color: #fff;
    color: #0071e3;
    margin-top: 0px;
  }
  
}

.bluedown h1,
.bluedown h1 span{
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.bluedown h1,
.bluedown h1 a,
.bluedown h1 a i,
.bluedown h1 span{
  color: #fff;
  font-size: 17px;
  animation: cl 2s cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
}

@keyframes cl {
  0%,50%{
    color: #fff;
  }
  100%{
    color: #0071e3;
  }
}

.bluedown:hover h1 a{
  text-decoration: underline;
}

.bluedown .close{
  background-repeat: no-repeat;
  display: block;
  float: right;
}

.bluedown .close img{
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 100;
  animation: background-color 2.5s cubic-bezier(0.28, 0.11, 0.32, 1) forwards;
  }

  @keyframes background-color{
    to{
      background-color: #0071e3;
    }
  }

.hidden.none{
  /* transform: scaleX(0); */
  display: none;
}

@media(max-width: 422px){
  .bluedown h1,
  .bluedown h1 a,
  .bluedown h1 a i,
  .bluedown h1 span{
    font-size: 15px;
  }

  .bluedown h1 span{
    display: none;
  }

  .bluedown .close img{
    width: 15px;
    height: 15px;
  }
}