.spin-wrapper{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;


}

.card-hedear{
    opacity : 0;
}

#myVideo {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body{
    background: #eee
}
.news{
    width: 160px
}
.news-scroll a{
    text-decoration: none
}

.dot{
    height: 6px;
    width: 6px;
    margin-left : 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color:rgb(207,23,23);
    border-radius:50%;
    display: inline-block;
}
