@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');

.font-poppins{
    font-family: 'Poppins', sans-serif;
}
.glorious_fm_page_wrapper{
    background-image: url(../img/background.jpg) ;
    background-repeat: no-repeat; 
    background-position: center top; 
    /*height: 516.42px;*/ 
    /*transform: translate(0px, 26.2144px);*/
    /*padding: 5%;*/
    background-size: cover;
}
.main_banner_section{
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 40px, black calc(100% - 60px), transparent 100%);
}
.content-section{
    /*background-image: url(../img/background.jpg) ;*/
    /*background-repeat: no-repeat; */
    /*background-position: center top; */
    padding: 5% 0 3% 0;
    /*background-size: cover;*/
}
.custom-feild-set1 fieldset {
    border: 3px solid #000;
    border-radius: 13px;
}
.custom-feild-set1 legend {
    display: table;
    min-width: 0px;
    max-width: 70%;
    position: relative;
    margin: auto;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.text-black{
    color:#000;
}
.footer-sec{
    -webkit-mask-image: linear-gradient(360deg, black 0%, black 63px, black calc(100% - 74px), transparent 100%);
}
.footer-color1{
    background: -webkit-linear-gradient(163deg,rgb(195 147 48), rgb(212 129 4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_section{
    background-image: linear-gradient(#775cbd, #cc1499);
}
.radio_player_section{
    background-image: url(../img/Player_section_background.jpg) ;
    background-repeat: no-repeat; 
    background-position: center top; 
    /*height: 516.42px;*/ 
    /*transform: translate(0px, 26.2144px);*/
    padding: 5%;
    background-size: cover;
}