*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none; 
    color: white;
    list-style: none;
}
p{
    color: rgb(148, 148, 148);
}
.container-fluid{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(black,rgba(0, 0, 0, 0.747) ,black);
    background-position: center;
    background-size: 100% 100%;
}
.palasa{
    background-color: rgb(127, 126, 124);
    width: 100%;
    height: 2px;
}
.about-bg{
    background-image:linear-gradient(to right, rgb(0, 0, 0),rgba(0, 0, 0, 0.699),rgba(1, 0, 0, 0)),url(../img/imgabout/BG.jpg) ;
    padding: 100px 50px;
    background-position: center;
    background-size: cover;
}
.blog-bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.713),rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.526)) ,url(../img/imgblog/Image.png);
    background-position: center;
    background-size: cover;
}
.cardshadow {
   position: relative;
}
.cardshadow::before {
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   width: 100%;
   height: 100%;
   background-color: rgba(137, 43, 226, 0.388);
   display: none;
}
.cardshadow:hover .cardshadow::before{
    display: block;
 }
.cardshadow2 {
   position: relative;
}
.cardshado2::before {
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   width: 100%;
   height: 100%;
   background-color: rgba(89, 226, 43, 0.388);
   display: none;
}
.cardshadow2:hover .cardshadow2::before{
    display: block;
 }
 .nav-link{
     text-shadow: 0px 0px 15px rgb(208, 77, 77);
 }
.border-primary{
    background-color: rgb(0, 0, 2) !important;
    border-color: rgb(3, 3, 21) !important;
}


