#volunteers_fame{
    background: url('../images/xyzabc.png') no-repeat;
    background-size:cover;
    z-index: -2; position: relative;
}
.voulnteer_main_head span{
    position: relative;
    z-index: 2;
}
#volunteers_fame .container{
    z-index: 99;
}
.voulnteer_main_head span::before{
    content:url('../images/fame_bg.svg');
    position:absolute;
    transform:scale(0.7) translate(-5rem,-2rem);
    z-index: -1;
}
.bg-volunteer-path{
   
    left: -34rem;
    width: 80%;
    z-index: -1;
}
.be_volu_path_element{
    margin-left: -10rem;
    margin-top: 3rem;
    position: absolute;
} 

.slider-li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensures the items are centered vertically if the parent has a height */
}

.voulnteer_card {
    text-align: center;
}

.image-circle {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}



@media(min-width:980px){
    .tod_row{
        padding: 0 18rem;
    }
}
.teachers_of_decade_container{
    padding: 7.5rem 0;
    background-color: #FBF7E8;
}
.nav-pills .nav-link.active{
    background-color: #FFC000;
    color: #000;
    padding: 1.5rem 0;
        width: 13.5rem;
    border-radius: 4rem; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
 .vol{
    background-color: #ffffff;
    color: #000;
    border: 2px solid  #FFC000;
    padding: 1.5rem 0;
        width: 13.5rem;
    font-size: 1.6rem;
    border-radius: 4rem !important;
}
 
.nav{
    --bs-nav-link-hover-color: #000000;
    flex-wrap: inherit !important;

}



@media(max-width:480px){
    .nav-pills .nav-link.active{
        padding: 1rem 0;
        width: 10rem;
    }
    .nav-link{
        padding: 1rem 0;
        width: 10rem;
    }
    .nav-pills{
        gap:2rem;
    }
}


@media(min-width:680px){

    .volunteer_of_the_month.row{
        padding: 3px 8rem !important;
    }

.nav-pills{
    gap: 7rem;
}
.nav-pills-vol-of-month{
    gap: 1rem !important;
}
}
#volunteers_award{
    background: url('../images/volunteer_award.png') no-repeat;
    background-size:cover;
    z-index: -2; position: relative;
}

@media(max-width:1400px){
    .be_volu_path_element{
        margin-left: -4rem;
        margin-top: 2.5rem;
    }
}

.nav-pills-vol-of-month .nav-link.active{
    padding: 1rem 0 !important;
}  
.nav-pills-vol-of-month .nav-link{
    padding: 1rem 0 !important;
}  


.uk-subnav-pill>.uk-active>button {
background-color: #FFC000;
}

.uk-subnav-pill > * > :first-child {
    padding: 9px 10px !important;
}

.uk-subnav > * {
    flex: none;
    padding-left: 10px;
}

.uk-subnav > * > :first-child {
    text-transform: capitalize;
}