.radius-sm{
    border-radius: 6px;
}
.radius{
    border-radius: 12px;
}
.bg-primary{
    background-color: rgb(114, 57, 234) !important;
}
.bg-primary-soft{
    background-color: #c9b0ff !important;
}
.lh-sm{
    line-height: 21px !important;
}
.landing-dark-bg1{
    background-image: url('../../../uploads/images/bg-dark.jpg');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-grad {
    background-image: linear-gradient(to right, #2A004E 0%, #7239EA  51%, #2A004E  100%)
}
.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
 }

 .btn-grad:hover {
    transition: 0.25s;
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
 }

 .text-grad{
    background: #7239EA;
background: linear-gradient(to right, #7239EA 0%, #CF1512 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

 }
 .wrap-title.lg::before{
    content: '';
    position: absolute;
    height: 35px;
    width: 43px;
    background-color: #B58AF6;
    z-index: 0;
 }
 .wrap-title::before{
    content: '';
    position: absolute;
    height: 22px;
    width: 30px;
    background-color: #FF9E02;
    z-index: 0;
 }
 .wrap-title{
    position: relative;
 }
 .text-title{
    position: relative;
 }

 /* Swiper */
 
 .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .imgray{
    filter: grayscale(100%) !important;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 8px;
    z-index: 3;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .sublink{
    color: #333 !important;
    line-height: 35px;
  }
  
  .sublink:hover{
    color: #7239EA !important;
  }
  .detail, .detail p{
    color:#111;
    font-size: 16px !important;
  }
  .judul-album{
    position: absolute;
    bottom: 0;
    width: 100%;
    right:0;
    padding: 15px;
    padding-top: 50px;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
    border-radius:0 0 12px 12px ;
  }
  .judul-album a{
    color: #c9b0ff;
  }
  .judul-album a:hover{
    color: #FF9E02;
  }
  .pointer{
    cursor: pointer !important;
  }