/* All Events and Activites */
*{
    font-family: 'Poppins';
    font-style: normal;
}
.main-container{
    background: var(--section-bg-color);
    padding: 2rem;
    margin-top: 140px;
}

/* .main-sub-title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.main-sub-title img{
    width: 24px;
    height: 24px;
}
.main-title{
    font-weight: 700;
    font-size: 28px;
    color: var(--light-theme-color);
    text-align: center;
    text-transform: capitalize;
}
.main-title h1{
    margin: 2rem;
} */

.event-nav-bar{
    width: 50%;
    margin: auto;
    box-sizing: border-box;
}
.event-nav-content{
    font-weight: 500;
    font-size: 18px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    text-transform: capitalize;
    color: var(--dark-theme-color);
}
.event-nav-content li{
    cursor: pointer;
}

.active-underline{
    border-bottom: 3px solid  var(--dark-theme-color);
}

.sub-main-title{
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    color: var(--dark-theme-color);
    display: flex;
    align-items: center;
    margin-left: 5%;
    margin: 1.5rem;
}

/* List title icon */
.title-list-icon{
    position: relative;
    width: fit-content;
}
.line-left, .line-mid, .line-right{
    border: 1px solid var(--dark-theme-color);
    background-color: var(--dark-theme-color);
    transform: rotate(90deg);
}
.line-left{
    position: absolute;
    right: 18px;
    width: 20px;
}
.line-right{
    position: absolute;
    width: 20px;
    top: 0;
    left: 18px;
}
.line-mid{
    width: 40px;
}

/* event, activity, tutorial section*/
.top-icon iframe{
    border-radius: 32px 32px 0px 0px;
}
.video-title{
    margin: 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    align-items: center;
    text-transform: capitalize;
    color: #fff;
}
.visit-icon{
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.visit-icon:hover{
    transform: scale(1.3,1.3);
}


@media (max-width:768px) {
    .sub-main-title{
    margin: 1.5rem 0;
    }

    .event-nav-bar{
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 2rem;
    }
    .event-nav-bar::-webkit-scrollbar{
        display: none;
    }
    .event-nav-content{
        justify-content: flex-start;
    }

}

/* audio section */
.audio-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    text-transform: capitalize;
    color: #421037;
}
.title-name{
    box-sizing: border-box;
    width: 280px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.teacher-title{
    margin-left: 5%; 
    color: var(--light-theme-color);
    margin-top: 2rem;
}
.audio-play{
    text-align: left;
}
.audio-title .title-name,.audio-title .title-icon{
    margin: 0;
}
.audio-play audio::-webkit-media-controls-panel{
    background-color: #ffff;
    padding: 0;
}
.audio-play audio::-webkit-media-controls-play-button{
    background-color: #fff;
    width: 50px;
    border-radius: 50%;
    z-index: 1125;
    display: none;
}
.title-icon{
    width: 85%;
    color: #421037;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-icon{
    text-align: center;
    position: relative;
}
.play-btn{
    width:40px;
    /* background-color: transparent; */
    border: none;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play_pause_btn{
    cursor: pointer;
}


@media (max-width:768px) {
    .play-btn{
        width: 25px;
    }
    .audio-play audio{
        width: 200px;
    }
    .audio-play audio::-webkit-media-controls-time-remaining-display{
        display: none;
    }
    .title-name{
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .puja-title .title-name{
        width: 250px;
    }
    .event-nav-content{
        text-align: center;
        justify-content: center;
    }
}
@media (max-width:600px) {
    .pooja-nav{
        width: 210%;
    }
}
@media (max-width:480px) {
    .main-container{
        padding: 1rem;
    }
    .event-nav-bar{
        background-color: var(--light-theme-color);
        padding: 0.5rem 0.6rem;
        box-sizing: border-box;
        border-radius: 16px;
    }
    .event-nav-content{
        color: var(--white-color);
        justify-content: flex-start;
    }
    .pooja-nav{
        width: 210%;
    }
}

@media (max-width:360px) {
    .pooja-nav{
        width: 270%;
    }
    .puja-title .title-name{
        width: 150px;
    }
}
@media (max-width:320px) {
    .pooja-nav{
        width: 320%;
    }
}

/* Puja Section Local Code */

.puja-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    text-transform: capitalize;
    color: var(--dark-theme-color);
}

.puja-title .title-name,.puja-title .title-price{
    margin: 0;
    text-align: left;
}
.puja-title .title-price{
    font-size: 15px;
}
.puja-title .title-price{
    font-weight: 700;
}

.puja-button{
    text-align: right;
    padding: 1rem;
}

.puja-nav-bar{
    background-color: var(--light-theme-color);
    padding: 0.5rem;
    box-sizing: border-box;
    border-radius: 16px;
}
.pooja-nav li{
    color: var(--white-color);
}
.btn{
    background: var(--dark-theme-color);
    border: 1px solid var(--white-color);
    border-radius: 8px;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 14px;
    color: var(--white-color);
    cursor: pointer;
}
