
@media (min-width:576px) {
    .round-img{
        width: 75%;
        height: 75%;
    }
  
}
@media (min-width:768px) {
    .tab-content-line::after {
        content: "";
        width: 100px;
        height: 2px;
        background: var(--main-gradient);
        position: absolute;
        top: 20px;
        left: -15%;
    }
    .audio-img{
    margin-left: 45px;

    }
}


@media (min-width:992px) {
    .pills-section{
        width:150px;
        position: absolute;
        z-index: 1;
        flex-direction: column;
    }
    .tab-pills-button::after{
        content: " ";
        width: 0px;
        height: 1px;
        background: var(--light-color);
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
      }
      /* .category-section{
        
      } */
      
}
@media (min-width:1200px) {
    .tab-message-box{
        bottom: -20px;
        right: -50%;
        width: 70%;
        border-radius: 0 4px 4px 4px;
      } 
      .pills-section{
        width: 250px;
        margin-left: 30px;
        margin-top: 20px;
        
    }
   
}
@media (min-width:1400px) {
    .event-img .img-2 {
        width: 280px;
      }
      .event-img .img-3 {

        width: 200px;
      }
    
}

@media (max-width:1400px) {
    .event-img .img-2 {
        width: 214px;
      }
      .event-img .img-3 {
        width: 160px;
      }
    
}


@media (max-width:1200px) {
    .tab-message-box{
        bottom: 0px;
        right: 0%;
        width: 100%;
        border-radius: 0 0 4px 4px;
      } 
}

@media (max-width:992px) {
    .pills-section{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 2px;
        width:100%;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-wrap: nowrap;
        overflow-x: auto;
      }
      .tab-message-box{
        bottom: -20px;
        right: -50%;
        width: 70%;
        border-radius: 0 4px 4px 4px;
      } 
      .event-img .img-2 {
        width: 165px;
      }
      .event-img .img-3 {
        width: 135px;
      }

    }
@media (max-width:768px) {
    .tab-message-box{
        bottom: 0px;
        right: 0%;
        width: 100%;
        border-radius: 0 0 4px 4px;
      } 
    .audio-img{
      margin-left: 0;
    }
    .event-img .img-2 {
        width: 196px;
      }
      .event-img .img-3 {
        width: 169px;
      }
      .slide-arrow{
        position: absolute;
        width:110px;
        right: 0;
        bottom: 30px;
      }
      .form-head h3 {
        font-size: 35px; /* md:text-[35px] */
    }
}
@media (max-width: 640px) {
  .form-head h3 {
    font-size: 30px; /* sm:text-[30px] */
}
}
@media (max-width:576px){
    .round-img{
        width: 88%;
        height: 88%;
      }
}

@media (max-width:480px){
    .event-img .img-2 {
        width: 169px;
      }
      .event-img .img-3 {
        width: 144px;
      }
      .form-head h3 {
        font-size: 28px; 
    }
}

