/* rgba(255, 236, 50, .5)
rgba(62, 62, 150, 0.5) */


@font-face {
    font-family: body-font;
    src: url(fonts/Arial.ttf);
}

@font-face {
    font-family: title-font;
    src: url(fonts/AdobeHeitiStd-Regular.otf);
}
@font-face{
	font-family: font1;
	src: url(fonts/comic.ttf);
}
@font-face{
	font-family: font2;
	src: url(fonts/ITCKRIST.ttf);
}

body{
	font-family:  font1;
    font-size: 150%;
}
body,ul,p,h1,h2,h3,h4,h5,h6,img{
	margin:0px;
	padding:0px;
}
ul, li{
	text-decoration: none;
	list-style: none;
}

a{
	text-decoration:none;
	color:#fff;
}

body #back2Top {
    position: fixed;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    z-index:101;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 120px;
    right: 2%;
    background-color: #ffec3c;
    color: #3e3e96;
    text-align: center;
	border-radius:5px;
    font-size: 16px;
    text-decoration: none;
	-moz-transition:all 0.2s ease-in 0.2s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
body #back2Top:hover {
    background-color: #3e3e96;
    color: #ffec3c;
}
.success-div, #not-success-div, #warning-div{
	width:300px;
	height:50px;
	background:rgba(0,202,101,1);
	position:fixed;
	right:0px;
	top:100px;
	z-index:9999;
	font-size:16px;
	color:#FFF;
	cursor:pointer;
	display:none;
    font-family: title-font;
	border-radius:10px;
}

.success-div div, #not-success-div div, #warning-div div{
	text-align:center;
	width:60px;
	height:50px;
	background:#ecf0f1;
	color:rgba(0,202,101,.7);
	font-size:40px;
	float:left;
	margin-right:5px;
}

.success-div span, #not-success-div span, #warning-div span{
	font-size:13px;
}
#not-success-div{
	font-size:14px;
	background: rgba(255,0,0,1);
}
#not-success-div div{
	color:rgba(255,0,0,1);
}
#not-success-div span{
	font-size:11px;
}
#warning-div{
	background: rgba(255,0,0,1);
}
#warning-div div{
	color:rgba(255,0,0,1);
}


/*******************************/
/******* mobile-view button CSS *******/
/*******************************/

.mobile_overlay-div {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0, .5);
	z-index:6500;
	margin-left:-100%;
}

.mobile_sidemenu-div a{
	text-decoration:none;
}

.mobile_sidemenu-div{
	position:fixed;
	width:250px;
	height:100%;
	background:rgba(255,255,255, .9);
	z-index:7000;
	margin-left:-250px;
}


.mobile_sidemenu-div ul {
	padding:0px;
	margin:0px;
	padding-top:40px;
}



.mobile_sidemenu-div ul li {
	list-style:none;
	height:40px;
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	color:#3e3e96;	
	border-bottom: 1px solid #BBBBBB; 
	cursor:pointer;
}


.mobile_sidemenu-div ul li:hover{
	color:#3e3e96;
	background: rgb(255, 236, 60, .3);
}


.active{
	display:none;
}

.mobile_sidemenu-div .break_li1, .mobile_sidemenu-div .break_li2, .mobile_sidemenu-div .break_li3{
	display:none;
}

@media all and (max-width:900px){
   .header-button, .header-bottom .header-bottom-ul li{
        display:none;
    }

 .active{
	display:block;
	padding:10px 15px;
	cursor:pointer;
	color:#fff;
	background: #3e3e96;
	color:#ffec3c;
	margin-top:2.5px;
	}
	
}

 /************header-css*************/
 header{
    width:100%;
    height:100px;
    font-family:'Courier New', monospace;
    z-index:9999;
    color:#fff;
    font-size: 20px;
}
.header-in{
    display:flex;
    flex-direction:column;
    padding-top:20px;
    width:80%;
    margin:auto;
    gap:20px;
}
.header-top, .header-bottom{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    flex:1;
}
 .header-button{
    border:none;
    color:#3e3e96;
    padding:1% 2%;
    cursor:pointer;
    border-radius:5px;
    background:rgba(255, 236, 50);
}

.header-top-ul, .header-bottom-ul{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items: center;
    gap:20px;
}
.header-top-ul li{
    padding:3px 10px;
    border-radius:100%;
    background:#fff;
    color:#000;
}

.header-top-ul li:hover{
    color:#3e3e96;
    background-color: #fff;
    text-decoration: none;
}

.header-logo{
    width:50px;
    height:50px;
}

li{
    cursor:pointer;
}

/********landing-page css********/
.slide_div{
	width:100%;
	height:100vh;
}
.slide_div_other_div{
	width:100%;
	height:50vh;
}
.head_background_div{
    width:100%;
    height:100vh;
    z-index:91;
    position:relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(0, 0, 0, 9));
    /* background:red; */
    color:#fff;
}

.head_body_div{
    width:100%;
    height:100%;
    font-family:'Courier New', monospace;
    flex-direction:row;
    display:flex;
    color:#fff;
    justify-content: center;
    align-items: center;
    /* background:black; */
    
}
@media all and (max-width:950px){
    .head_body_div{
        margin-top:0;
    }
}
.head_body_div .head_body_div_content{
    width:100%;
    margin:auto;
    position:relative;
    /* background:yellow; */
    z-index:9998;
    padding:0px 20px;
    display:flex;
    gap:20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.head_body_div_content h1{
    font-size: 4em;
    font-weight: bolder;
    font-family: 'Courier New', monospace;
    margin:0 25%;
    word-wrap: break-word;
}

.typewriter-par-div{
    height:100px;
    display: flex;
}
  

.typewriter {
    font-family: 'Courier New', monospace;
    font-size: 1.8em;
    overflow: hidden;
    border-right: 4px solid black; 
    width: 0;
    max-width: 60%; 
    max-height:80px;
    margin: auto;
    word-wrap: break-word; 
    animation: typing 6s steps(80) 1s forwards, blink-caret 0.75s step-end infinite, fade-out-caret 0.5s 6s forwards; 
  }
 
  @keyframes typing {
    0% {
      width: 0;
      white-space: nowrap; 
    }
    80% {
        white-space: wrap; 
    }
    100% {
      width: 100%;
    }
  }
  
  @keyframes blink-caret {
    50% {
      border-color: transparent;
    }
    100% {
      border-color: black;
    }
  }
  
  @keyframes fade-out-caret {
    0% {
      border-color: black; 
    }
    100% {
      border-color: transparent;
    }
  }
  

  .radio-player {
    background: linear-gradient(to right, rgba(62, 62, 100, .5), rgba(255, 236, 50, .3));
    max-width: 50em;    
    width: calc(100% - 2em);
    margin: auto;
    min-height: 12em;
    border-radius: 10px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    gap:2em;
    padding-right:1em;
}

.radio-player-in {
    flex: 1 1 1 40%; 
    text-align: left;
}
.radio-player-in.radio-player-in-flex p{
    line-height: 1.5em;
}

.radio-player-in:nth-child(2) {
    width:300px;
    flex: 1 1 50%;
}

.radio-player-img {
    max-width: 100%;
    height: auto;
}

.radio-player-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
}
.radio-player-buttons >div{
    flex: repeat(5, 20%);
}

    .radio-player-img{
        width:12em;
        height:12em;
        border-radius:10px;
    }
    
    .live-p-tag{
        display: inline-block;
        background:#fff6;
        border-radius:5px;
        padding:5px 10px;
        margin-bottom:.5em;
    }
   
.radio-player-buttons {
display: flex;
flex: repeat(5, 20%);
}

.repeat-track,
.random-track,
.playpause-track,
.prev-track,
.next-track {
padding: 5px 20px;
opacity: 0.8;
transition: opacity .2s;
color:#fff;
}

.repeat-track:hover,
.random-track:hover,
.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
opacity: 1.0;
}


i.fa-volume-down,
i.fa-volume-up {
padding: 10px;
}

i,
i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward,
p {
cursor: pointer;
}
.loader {
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.loader .stroke{
background: #f1f1f1;
height: 100%;
width: 8px;
border-radius: 50px;
margin: 0 3px;
animation: animate 1.4s linear infinite;
}
@keyframes animate {
50% {
  height: 20%;
  background: #4286f4;
}

100% {
  background: #4286f4;
  height: 100%;
}
}
.stroke:nth-child(1){
  animation-delay: 0s;
}
.stroke:nth-child(2){
animation-delay: 0.3s;
}
.stroke:nth-child(3){
animation-delay: 0.6s;
}
.stroke:nth-child(4){
animation-delay: 0.9s;
}
.stroke:nth-child(5){
animation-delay: 0.6s;
}
.stroke:nth-child(6){
animation-delay: 0.3s;
}
.stroke:nth-child(7){
animation-delay: 0s;
}

@media all and (max-width:1700px){

    .head_body_div_content h1{
        font-size: 4em;
        max-width: 90%;
        margin:0 15%;
    }

    .head_body_div .head_body_div_content{
        margin-top:120px;
    }

    .header-in{
        width:90%;
        gap:10px;
    }

.typewriter {
    font-size: 1.5em;
    max-width: 80%; 
    max-height:30vh;
  }
}

    @media all and (max-width:790px){

        .head_body_div_content h1{
            font-size: 4em;
            width: 90vw;
            margin:0 2%;
        }
        .typewriter-par-div{
            height:auto;
            display: flex;
        }
          
        
        .typewriter {
            font-size: 1.5em;
            max-width: 80%; 
            max-height:30vh;
          }
        
  .radio-player {
    max-width: 50em;    
    width: calc(100% - 2em);
    min-height: 10em;
    gap:0;
    padding-right:1em;
}

.radio-player-img{
    display:none;
}
   
.live-p-tag{
    margin-top:.5em;
    margin-bottom:.5em;
}
.radio-player-in {
    flex: 1 1 100%;
}
.radio-player {
    max-width: 30em;    
    width: calc(100% - 2em);
    min-height: 10em;
    gap:0;
    padding-left:1em;
    padding-right:1em;
}

.radio-player-in:nth-child(2) {
    width:150px;
}

.radio-player-img {
    max-width: 100%;
    height: auto;
}


.repeat-track,
.random-track,
.playpause-track,
.prev-track,
.next-track {
padding: 2.5px 15px;
}

i.fa-volume-down,
i.fa-volume-up {
padding: 8px;
}

.loader {
height: 40px;
}
.loader .stroke{
height: 100%;
width: 6px;
}
        }
    

@media all and (max-width:600px){
.player{
height: 30rem;
}
.repeat-track,
.random-track,
.playpause-track,
.prev-track,
.next-track {
padding: 10px;
}

.loader .stroke{
width: 5px;
margin: 0 3px;
height: 100%;
}
:root{
    font-size: 60%;
    }
       
    .typewriter {
        font-size: 1em;
        max-width: 100%; 
        max-height:30vh;
      }
}
@media all and (max-width:500px){

.header-top{
    flex-direction:column;
}

.head_body_div_content h1{
    font-size: 3em;
    width: 100vw;
    margin:0;
}
}

@media all and (max-width:380px){
:root{
font-size: 60%;
}

.repeat-track,
.random-track,
.playpause-track,
.prev-track,
.next-track {
padding: 10px;
}


}


/*******choice-div-css***********/
.choice-div{
    width:100%;
    min-height: 500px;
    background-color:#000;
    padding:5%;
    text-align: center;
}
.choice-div-in{
    width:80%;
    margin:auto;
}

.choice-div h3{
    text-align: center;
    color:#fff;
    font-size:3em;
    line-height: 80px;
}
.choice-div-in{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.choice-div-content{
    flex: 1 1 50%;          
    box-sizing: border-box; 
    padding: 20px;
}

.choice-div-content img{
    width:30vw;
    height:30vh;
}
.choice-div-content p{
    line-height: 2em;
}
@media all and (max-width:690px){
    .choice-div-in{
        width:90%;
    }
    .choice-div-content{
        flex: 1  100%;          
        box-sizing: border-box; 
        padding: 20px;
    }
    
.choice-div h3{
    font-size:2em;
}
.choice-div-content img{
    width:80vw;
    height:30vh;
}
}


/* about-us-div */
.about-us-div{
    width:100%;
    min-height: 100em;
    background:#000;
    color:#fff;
}
.about-us-div-in{
    width:80%;
    min-height: 100px;
    margin:auto;
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-top:100px;
    text-align: center;
}

.about-us-div-in h2{
    line-height:100px;
}
.about-us-div-partition{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    text-align: justify;
    align-items: center;
    font-size:2em;
    gap:50px;
}
.about-us-flex-item {
    flex: 1 1 48%;
}

.about-us-div-partition img{
    width: 100%;
    height:100%;
    object-fit: contain;
    border-radius: 100px 200px 100px 200px;
}
@media all and (max-width:900px){
    .about-us-div-partition{
        width:100%;
        display:flex;
        flex-wrap: wrap;
        text-align: justify;
        align-items: center;
        font-size:2em;
        gap:20px;
    }
    .about-us-flex-item {
        flex: 1 50%;
    }
}
/* contact-us-div-css */
.contact-us-div{
    width:100%;
    min-height: 80em;
    background:#000;
    color:#fff;
}
.contact-div-content{
    width:80%;
    margin:auto;
    display:flex;
    flex-direction: column;
    gap:7em;
}

.contact-input-div input{
    width:100%;
    height:50px;
    background:transparent;
    border: none;
    border-bottom: 1px solid #fff6;
    font-size: 2em;
    color:#fff;
    padding-left:2px;
    outline:none;
}

.contact-input-div textarea{
    width:100%;
    height: 5em;
    font-size:2em;
    padding-left:2px;
    color:#fff;
    background:transparent;
    border: none;
    border-bottom: 1px solid #fff6;
    outline:none;
}

.contact-btn{
    border:none;
    color:#3e3e96;
    padding:.5em 5em;
    cursor:pointer;
    border-radius:5px;
    font-size: 2em;
    margin-top: 1em;;
    background:rgba(255, 236, 50);   
}

@media all and (max-width:700px){
    .about-us-div-in{
        width:90%;
    }
    .contact-btn{
        border:none;
        color:#3e3e96;
        padding:.4em 2em;
        font-size: 1.5em;
    }
}

/* schedule-div-css */
.schedule-div{
    width:100%;
    min-height:80vh;
    background:#000;
    display:flex;
    justify-content: center;
    align-items: center;
}
.schedule-div-in{
    width:50%;
    /* height:100%; */
    margin:auto;
}
.schedule-div-in h3{
    text-align: center;
    font-size: 2em;
    color:#fff;
}
table {
    width: 100%;
    /* border-collapse: collapse; */
    font-family: Arial, sans-serif;
    margin: 20px 0;
}
thead {
    background-color: #3e3e96;
    color: #ffec3c;
}
th {
    padding: 10px;
    text-align: left;
}
td {
    padding: 10px;
    text-align: left;
}
tbody tr {
    height:5em;
    background-color: #f2f2f2;
}
tbody tr:hover {
    background-color: #ddd;
    cursor: pointer;
}

table, td {
    color:#3e3e96;
}
th{
    color:#ffec3c;
}

@media all and (max-width:900px){
    .schedule-div-in{
        width:90%;
    }
    .about-us-div .schedule-div .schedule-div-in{
        width:90%;
    }   
}

/* events-div-css */
.events-div{
    width:80%;
    min-height: 50vh;
    margin:auto;
    padding:50px 0;
}

.events-div h3{
    font-size:2em;
    line-height: 3em;
}
.events-div-in{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.event-div-content{
    flex: 1 1 48%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
}
.event-content-in{
    display:flex;
    flex: 1 1 50%;
    gap:30px;
    text-align: left;
}

.event-div-content-left img{
    width:100%;
    height: 100%;
    box-sizing: border-box;
}
.event-div-content-right{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding-right:10px;
}
@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@media all and (max-width:500px){
    .event-div-content-right{
        font-size:.9em;
    }
}
/* our-apps-css */
.ourApps{
	min-height:80vh;
	width:100%;
	padding:90px 0;
	background: linear-gradient(rgba(225,225,225, .5), rgba(0,0,0, .9)), url(../img/support.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	flex-direction: column;
	justify-content: start;
    animation: slide 15s infinite linear;
}

.ourAppsIn{
	width:80%;
	height:100%;
    margin:auto;
	color:#fff;
}

.ourAppsIn h3{
    font-size:3em;
    line-height:80px;
    font-weight:bolder;
}

.podcaster{
    display:flex;
    flex-wrap: wrap;
    gap:5em;
    justify-content: center;
}

.podcast-title{
    font-size:16px;
}

.podcast-img-div{
    width:300px;
    height:300px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid rgba(255, 236, 50);
}
.podcast-image{
    width:100%;
    height:100%;
    border-radius: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.podcast-image:hover .podcast-image {
    transform: scale(1.1);
    cursor: pointer;
}

.podcaster-content{
    text-align: center;
    display: flex;
    gap:10px;
    flex-direction: column;
    flex: repeat(4, 25%);
}
@media all and (max-width:800px){
    .ourAppsIn{
        width:90%;
    }
    
.ourAppsIn h3{
    font-size:2em;
    text-align:center;
}
.podcast-img-div{
    width:200px;
    height:200px;
}

}
/* support div css */
.ourRadioSuppport {
    position: relative;
    width: 100%;
    min-height:50vh;
    background: url('../img/podcast-background.jpg') no-repeat fixed center center;
    background-size: cover;
    animation: moveBg 10s infinite linear;
}

.ourRadioSuppport::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height:50vh;
    background: url('../img/support.webp') no-repeat center center;
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
}

@keyframes moveBg {
    0% { background-position: 0 0; }
    100% { background-position: 100% 100%; }
}


.ourRadioSupportIn{
	width:100%;
	height:100%;
	text-align: center;
	color:#fff;
	padding-left:100px;
    position:absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(0, 0, 0, .5));
    z-index:999999;
    display:flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
    gap: 15px;
}
.support-title{
    font-size:40px;
}
.ourRadioSupportIn .support-p-tag{
    width:40%;
    word-wrap: break-word;
}

.support-button{
    border:none;
    color:#3e3e96;
    padding:1em 6em;
    cursor:pointer;
    border-radius:5px;
    background:rgba(255, 236, 50);
}
@media all and (max-width:750px){
	.ourRadioSupportIn{
	padding-left:50px;
}
.ourRadioSupportIn .support-p-tag{
    width:80%;
    word-wrap: break-word;
}
}
@media all and (max-width:530px){
	.ourRadioSupportIn{
	padding-left:20px;
}

}

footer{
    min-height:80vh;
	width:100%;
	padding:90px 0;
	background: url(../img/footer.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	flex-direction: column;
	justify-content: start;
    animation: slide 15s infinite linear;
    text-align: center;
}

.footer-in {
    width:80%;
    margin:auto;
    display:flex;
    flex: repeat(1, 33.3%);
    gap:50px;
    flex-direction: column;
}
.footer-top img{
    width:150px;
    height:150px;
}
.footer-top h3{
    color:#fff;
    font-size:2em;
    font-weight:bolder;
}

.footer-content{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding:3em 0;
    display:flex;
    gap:20px;
    flex-direction: column;
}
footer h3{
    width:50%;
    margin:auto;
    font-size:5em;
    word-wrap: wrap;
}

footer h3 span{
    color:#3e3e96;
}

.ft-content-in{
    display:flex;
    gap:20px;
}

.ft-content-left{
    flex:1;
    box-sizing: border-box;
}
.ft-content-left p{
    width:70%;
    word-wrap: wrap;
}
.ft-content-left ul {
    margin-top:10px;
    display:flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap:10%;
}
.ft-content-right{
    flex:1;
    box-sizing: border-box;
    text-align: right;
    display:flex;
    gap:10px;
}
.ft-content-right p{
    flex: 0 0 auto; 
}
.ft-content-right-input{
    width:100%;
    flex:1;
    background:transparent;
    height:40px;
    outline:none;
    border:none;
    border-bottom:1px solid #fff6;
}

.ft-content-right button{
    padding:5px 15px;
    background:#ffec3c;
    color:#3e3e96;
    cursor:pointer;
    font-size:1.5em;
    border:none;
    border-radius:5px;
}
@media all and (max-width:1500px){
    footer h3{
        width:70%;
        margin:auto;
        font-size:4em;
        word-wrap: wrap;
    }    
}
@media all and (max-width:900px){
    footer h3{
        width:90%;
        margin:auto;
        font-size:2.5em;
        word-wrap: wrap;
    }  
    .ft-content-in{
    display:flex;
    gap:10px;
    flex-direction: column;
}
  
}
/* sponsors-css */
.our-sponsors-div{
    width:100%;
    height:20em;
    /* background:red; */
}
.our-sponsors-div h3{
    width:80%;
    font-size:2em;
    line-height:3em;
    margin:auto;
}
.perpetual-slider {
    width: 100%;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, #fff 30%, #fff 80%, transparent);
    mask: linear-gradient(90deg, transparent, #fff 30%, #fff 80%, transparent);
}

.perpetual-slider > .perpetual-slider-in {
    display: flex;
    gap: 3em;
    animation: move 12s linear infinite;
}

.perpetual-slider img {
    max-width: 20em;
    border-radius: 100%;
}

.perpetual-slider-in img {
    width: 150px;
    height: 150px;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/*sticky-player-css*/
.stickyPlayer {
        width: 100%;
        min-height: 100px;
        top: calc(100% - 100px);
        padding:10px;
        background-origin: content-box;
        /*background: repeating-radial-gradient(*/
        /*    ellipse at left,*/
        /*    #3e3e96 0%,*/
        /*    #ffec3c 10%*/
        /*  ),*/
        /*  url(background1.jpeg);*/
            
        background: linear-gradient(rgba(225,225,225, .5), rgba(0,0,0, .5)), url(../img/th-1696727716.jpeg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat;
	/*background-size:cover;*/
          position: fixed;
        z-index:99999;
      }
      .stickyPlayerIn {
        width: 50%;
        height: 100%;
        /* background: #3e3e96; */
        margin: auto;
        /* position:relative; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
      }
      .audioControls {
        width: 100%;
        /* height:100%;
            background:red; */
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
      }

      .textDiv {
        color: #fff;
        text-align: center;
        font-size: 25px;
      }
   
      .audioControls img {
        width: 45px;
        height: 45px;
        cursor: pointer;
      }
@media all and (max-width:700px){

.textDiv {
        text-align: center;
        font-size: 15px;
      }
   
      .audioControls img {
        width: 35px;
        height: 35px;
        cursor: pointer;
      }
}


.fixed-footer {
  position: fixed;
z-index:99999;
    top: calc(100% - 100px);
}

.stickyPlayerCover{
    width:100%;
    height:100px;
}