.nav-text{
    font-weight: 700;
    text-decoration: none;
    color: black;
    font-size: larger;
    margin-inline: 10px;
    margin-block: 25px;
}
@media (max-width: 600px){
    .nav-text{
        font-size: 16px;
    }
    .top-navbar{
        white-space: nowrap;
        overflow-x: auto;
        padding-block: 5px;
    }
}
body{
    background-color: #f9f9f9!important;
}
.big-banner{
    object-fit: cover;
    height: 470px;
    width: 100%;
}
.active-nav{
    border-bottom: 2px solid #0572b9;
    color: #f07125;
}
a:hover{
    text-decoration: none;
}
.title-rcss{
    color: #f07125;
    font-weight: 800;
    margin-top: 16px;
}
.label-top{
    position: absolute;
    left: 22px;
    top: -13px;
    background: white;
    padding: 2px;
    font-size: 14px;
    color: #0572b9;
}
.input-bar{
    border: 1px solid #0572b9;
    border-radius: 5px;
    padding: 11px;
    width: 100%;
    background-color: white;
    font-size: 14px;
}
.info-para{
    padding-inline: 12px;
    color: #7b7a7a;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: italic;
    padding-top: 4px;
}
.submit-button{
    background-color: #f07125;
    border: none;
    border-radius: 23px;
    padding-block: 9px;
    padding-inline: 52px;
    color: white;
    font-size: 19px;
    font-weight: 600;
}
.singer-img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
@media (min-width: 1200px){
    .container {
        max-width: 1186px!important;
    }
    .lhselement{
        flex: 0 0 72.09%!important;
        max-width: 72.09%!important;
    }
    .rhselement{
        flex: 0 0 27.91%!important;
        max-width: 27.91%!important;
    }
}
.bottom-icon-rcss{
    font-size: 26px!important;
    padding: 18px;
    color: white;
}
@media (max-width: 600px){
    .top-navbar{
        background-color: white;
    }
}

.singer-swiper .swiper-pagination {
    bottom: -6px!important;
    }
.photo-swiper .swiper-pagination{
    --swiper-theme-color: #ffffff;
}
.swiper-pagination-bullet {
    opacity: 1;
}

.vote-button{
    background-color: #f3f3f3;
    border: 0px;
    border-radius: 14px;
    padding-inline: 25px;
    padding-block: 5px;
    color: #0572b9;
    font-weight: 700;
    margin: 13px;
}

@media (max-width: 600px){
    .vote-button{
        background-color: #f3f3f3;
        border: 0px;
        border-radius: 14px;
        padding-inline: 25px;
        padding-block: 5px;
        color: #0572b9;
        font-weight: 700;
        margin: 13px;
    }
}

.min-height-sing-1 ,.min-height-sing-2{
min-height: 130px;
}

@media (max-width: 600px){
    .min-height-sing-1{
        min-height: auto;
        }
}

a:hover {
    color: #0056b3;
    text-decoration: none!important;
}