@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        scroll-behavior: smooth;
    }

         /* About Section */

         .about-text .about_heading {
            color: #CB5499;
            font-size: 55px;
            font-weight: 700;
        }
    
        .about_subheading {
            color: #2E2E2E;
            font-size: 18px;
            font-weight: 600;
        }
    
        .about_para {
            color: #2E2E2E;
            font-size: 16px;
            font-weight: 500;
        }

  #myProgress {
    width: 100%;
    background-color: #464646; 
    cursor: pointer;
    border-radius: 10px;
  }
  
  #myBar {
    width: 0%;
    height: 5px;
    background-color: #464646;
    border-radius: 10px;
  }
  
  .logo {
    fill: red;
  }
  
  .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: #464646;
  }
  
  .first-btn{
    margin-left: 3px;
  }
  
  .duration{
    margin-left: 10px;
  }
  
  .title{
    margin-left: 10px;
    width: 210px;
    text-align: center;
  }
  
  .player-ctn{
    border-radius: 15px;
    width: 80%;
    padding: 10px;
    background-color: white;
    margin:auto;
    overflow: hidden;
  }
  
  .playlist-track-ctn{
    display: flex;
    background-color: white;
    border:2px solid #8bc34a;
    margin-top: 3px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .playlist-track-ctn:last-child{
    /*border: 1px solid #ffc266; */
  }
  .playlist-track-ctn > div{
    margin:10px;
  }
  .playlist-info-track{
    width: 100%;
  }
  .playlist-info-track,.playlist-duration{
    padding-top: 7px;
    padding-bottom: 7px;
    color: black;
    font-size: 14px;
    pointer-events: none;
  }
  .playlist-ctn{
     padding-bottom: 20px;
  }
  .active-track{
    background-color: #8bc34a;
    color: #464646 !important;
    font-weight: bold;
  }
  .active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
    color: #464646 !important;
  }

  .playlist-btn-play{
    pointer-events: none;
    padding-top: 5px;
    padding-bottom: 5px;
  
  }
  .fas{
    color:#464646;
    font-size: 20px;
  }


  .image_header .mobile_view_voiceover {
    display: none !important;
}

  @media screen and (min-width:992px) and (max-width:1356px) {
    .book {
        width: 150px;
        height: 200px;
    }

    .about-text .heading_line img{
        width: 10% !important;
    }

}

@media screen and (min-width:600px) and (max-width:991px) {
    .book {
        width: 250px;
        height: 350px;
    }

    .about-text .heading_line img { 
        width: 15% !important;
    }

}

@media screen and (max-width:600px) {

    .image_header .mobile_view_voiceover {
        display: block !important;
    }
    .book {
        width: 200px;
        height: 270px;
    }

    .course-item {
        width: 98%;
        height: 80%;
    }
    .about-text .about_heading {
        font-size: 220% !important;
    }

    .about-text .about_subheading {
        font-size: 100%;
    }
    
    .about-text .about_para{
        font-size: 80% !important;
        text-align: justify;
    }

    .about-text .heading_line img{
        width: 30% !important;
    }

    .laptop_view_voiceover {
        display: none;
    }

  
    
}


@media screen and (max-width:320px) {

    .mix_padding_mobile {
        padding: 5px;
    }
    .course-item {
        width: 98%;
        height: 75%;
    }

}