body{
  margin: 0;
  padding: 0;
  font-family: "Nerko One", cursive;
  background-color: #3a497b;
box-sizing: border-box;
position: static;

}
  

.home-page{
  background-image: linear-gradient(rgb(0, 0, 0,0.7),rgba(0,0,0,0.7)),url(../imge/Venom\ Unleashed\ Marvel\ Wallpaper\ 4K\ HD\ free\ download\ Background\ for\ PC\ laptop\ and\ mobile.jpg);
    /* background-image: url); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(#ffff, #000000); */
}



.navo{
    background-color: #3a497b;
    top: 0px;
}
.nav-item a{
    color: aliceblue;
    font-size: 20px;
    margin-left: 20px;
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
  
}
.layer{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #3a497b;
}
.col-box{
  /* box-shadow: 5px 5px 5px 5px  black;  */
  overflow: hidden;
  
}
.item{
  transition: all 0.5s;

}
.col-box:hover .item {
  transform: scale(1.05);
  overflow: hidden;
}





.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loding{
  position: absolute;
   
  top: 50%;
  left: 50%;
}



.details{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#2e3d6d ;
}