

body {
    background-color: black;
    color: white;
    /* Set text color to white for better visibility */
}

.containers {
    background-color: black;
    color: white;
    /* padding-top: 5%; */
    padding-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    align-items: stretch;
}

.radio-container,
.video-container {
    width: 10%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 6%;
}

.h2 {
    color: #bf1e2e;
}


#radio-frame{

        margin-top: 0%;
        width: 100%;
        min-height: 405px;
        border: 0;
    
}
#radio-frame1 {
    width: 100%;
    min-height: 400px; 
    border: 0;
}

.banner-ver {
    width: 60%;
    height:400px;
    width: 160px;

}
.banner-hor{
    width: 100%;

}
.ads{
    background:#bf1e2e;
    text-align:center;
}
.adsb{
    text-align: center;
    /* padding-bottom: 5%; */
 
}
.hide-mob{
display:block;
}
.hide-pc{
    display:none;
    }
@media screen and (max-width: 1100px) {
    .adsb {
        text-align: center;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .video-container,
    .radio-container {
        width: 100%;
    }
    .containers {
        padding: 5%;
    }
    #radio-frame{
        margin-top: 15%;
        width: 200%;
        min-height: 570px;
        border: 0;
}
.banner-hor{
    width: 100%;

}
.hide-mob{
    display:none;
    }
    .hide-pc{
        display:block;
        }
}


  .pm-section-head h2,
.pm-section-head h3,
footer h3 {
    color: #bf1e2e;
}

.social-section{
    text-align: center;
}