.card-grid-6 .card-text-desc{
        border: 1px solid #252525;
    }
    .card-grid-6 .card-text-desc::before{
    content: "";
    height: 30px;
    width: 33px;
    background: unset;
    bottom: -29px;
    left: 20px;
    position: absolute;
    z-index: 2;
    }
    .banner-hero.hero-2{
    background: url(../homepageCU.png) no-repeat top center;
    }
    .banner-hero.hero-2::before{
        /*background: linear-gradient(186deg, rgb(10 42 105 / 0%), #05264ee8);*/
        background:none;
    }
    .card-grid-5 .box-cover-img{
        /*background: url(assets/imgs/page/blog/bg-black-trans.png) repeat-x center bottom;*/
       background: linear-gradient(181deg, rgb(10 42 105 / 6%), rgba(10, 42, 105, 0.06));
    }
    .card-grid-5 .box-cover-img:hover{
        background: linear-gradient(236deg, rgb(10 42 105 / 6%), rgba(10, 42, 105, 0.06));
    }
    @media screen and (max-width: 540px) {
        
    .banner-hero.hero-2 {
        padding: 50px 0px 10px 0px;
    }
    
    }
    .list-brands a img{
        opacity: 1;
    }
    @media screen and (max-width: 1366px) and (min-width: 1280px) {
        
    .swiper-style-2 .item-5{
        width:22%;
    }
    
    }
    .btn-arrow-right{
       background: unset; 
    }
    
     #myProgress {
  width: 100%; /* Set width to 100% */
  max-width: 397px; /* Set maximum width to 397px */
  /*width: 397px;*/
   background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  border-radius: 10px;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #ffc266;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  width: 100%; /* Set width to 100% */
  max-width: 420px; /* Set maximum width to 397px */
  /*width: 420px;*/
  padding: 10px;
  background-color: #373737;
  margin:auto;
  margin-top: 100px;
}

.playlist-track-ctn{
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #ffc266; */
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 3px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #ffc266 !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #ffc266;
  font-size: 20px;
}