
* {
  box-sizing: border-box;
}

.all-albums {
  margin: 20px 0;
  padding: 20px
}

.all-albums .head h2 {
  color: #176A93;
  font-size: 40px;
}

.all-albums .card {
  
  position: relative;
  height: 35vh;
  color: #FFF;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  margin: 10px 0;
}

.all-albums .card::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #00000057;
  top: 0;
  width: 100%;
  height: 100%;
  
}
.all-albums .card h6{
  position: relative;
  z-index: 1;
}

.all-albums .card .ablum-main-img{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;

}
.all-albums .card:hover .view-album {
  height: 100%;
  transition: .4s ease-in;
  background: #fec30054;
  background: #000000;
}

.all-albums .card:hover .details .title {
  position: relative;
  z-index: 1;
  transform: translateX(50px);
  transition: .7s all;
  color: #176A93;
}

.all-albums .card .view-album a {
  color: #FFF;
  display: flex;
  padding: 20px;
  align-items: center;
  font-size: 17px;
}

.all-albums .card .view-album ion-icon {
  color: #FFF;
  padding: 5px 20px;
  margin: 0 10px;
  font-weight: 900;
  background: #176A93;
  background: #FEC300;

}

.all-albums .card .view-album a {
  color: #FFF;
  display: flex;
    position: relative;
  z-index: 1;
  align-items: center;
}

.all-albums .details {
  position: relative;
}

.all-albums .details .title {
  background: #DEE1E6;
  padding: 10px 25px;
  color: #176A93;
  font-size: 17px;
    position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-clip-path: polygon(0% 0%, 92% 0, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0, 100% 50%, 90% 100%, 0% 100%);
}

.all-albums .card::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #27a3e01f, #0630458f);
}

.all-albums .card .view-album {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  background: #000000d6;

  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.all-albums .card .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 5rem;
}
.dj-home-banner .content{
  left: 20% !important;
  height: 70vh !important;
}

@media (max-width:821px) {
  .all-albums .card{
    height: 22vh !important;
  }

  
  
  .all-albums .card .view-album{
    height: 5vh;
  }
  .all-albums .card .view-album a{
    font-size: 17px;
  }
  .all-albums .details .title{
    font-size: 14px;
  }
  .all-albums .head h2{
    font-size: 35px;
  }
  .all-albums{
    margin: 0;
    padding: 0;
  }
  .all-albums .card .view-album a{
    padding: 0;
  }
}
@media (max-width: 821px){
  .all-albums .card {
  height: 35vh !important;
  }
  .all-albums .card .view-album{
    height: 8vh;
  }
  .all-albums .card .view-album a{
    font-size: 15px;
  }
  .all-albums .head h2{
    font-size: 30px;
  }
  .dj-home-banner .content{
    left: 30% !important; 
  }
  .all-albums .head{
    padding: 20px 20px 0 20px;
  }
  .all-albums .card:hover .details .title{
    left: 0%;
  }
}
