body {
    margin: 0;
    padding: 0;
    color: #484848;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background: #fff;
}
.csoon .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.coming-soon {
    background: #fff url(../images/bg.png) no-repeat center center;
    background-size: contain;
    /* max-width: 1000px; */
    margin: auto;
    padding: 1rem 5rem;
    width: 100%;
    text-align: center;

}
.text-container {
    margin-top: 6rem;
}
.cs-text {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .35rem;
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.csoon h2 {
    font-weight: 400;
    font-size: 2.7rem;
}
.langs {
    margin-bottom: 3rem;
}
.langs img {
    max-width: 230px;
}
.langs img {
    margin: .5rem 1rem 1rem 0;
}
.stuned {
    font-weight: 800;
    font-style: italic;
    font-size: 26px;
}
.radio-logos {
    margin: 0 0 3rem;
    padding: 0;
    text-align: center;
}
.radio-logos li {
    display: inline-block;
    width: 17%;
    margin: 1% 1%;
}
.radio-logos img {
    width: 100%;
    max-width: 120px;
    border-radius: 1rem;
    margin: 1rem 0;
}

/* play btn */
.radioBx {
    position: relative;
}
.play-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

  #playControl {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 50px #032f22;
    cursor: pointer;
  }
  
  .plBangla .fas {
        color: rgba(13,107,80,1);
  }
  .plSithula .fas {
    color: #272f76;
}
.plTamil .fas {
    color: #ab2d91;
}
.plNepal .fas {
    color: #dc1d3e;
}
.plMal .fas {
    color: #8b1a3b;
}
.exploreLink {
    color: #484848;
    text-decoration: none;
    /* font-weight: 600;
    text-transform: uppercase; */
}
.exploreLink:hover {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}



@media only screen and (max-width:1300px) {
    .coming-soon {
        padding: 0;
    
    }
}
@media only screen and (max-width: 600px) {
    .csoon .container {
        height: 90vh;
    }
    .coming-soon {
        padding: 2rem;
        background: #fff url(../images/bg-mob.png) no-repeat center bottom;
        background-size: contain;
    }
    .text-container {
        margin-top: 0;
    }
    .cs-text {
        font-size: 14px;
    }
    .csoon h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .langs {
        margin-bottom: 1rem;
    }
    .stuned {
        font-size: 18px;
        margin-bottom: 3rem;
        text-align: center;
    }
    .radio-logos li {
        width: 14%;
        margin: 1% 2%;
    }
    .radio-logos img {
        max-width: 100%;
        border-radius: .5rem;
        margin: 0;
    }
    .radio-logos li {
        width: 45%;
        margin-bottom: 1rem;
    }
    .radioBx {
        margin-bottom: 1rem;
    }
}