*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.page{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #121313 50%, #ffbc00 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }

header{
    background-color: transparent;
    height: 8%;
}

.nav-flex{
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.nav-flex .logo{
    position: relative;
    width: 250px;
    margin: 10px 0px;
}

.search-container{
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #ffbc00;
    padding: 0 5px;
    border-radius: 50px;
}

.elements-container{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.input-radio{
    border: none;
    height: 100%;
    width: 100%;
    padding: 0px 5px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background:transparent;
}

.input-radio:focus{
    outline: none;
}

.fas.fa-search{
    font-size: 15px;
    color: #f5f5f5;
}

.search-container > .fas.fa-search:hover{
    border: 3px solid #f5f5f5;
}

.audio-player{
    display: flex;
    position: relative;
    margin: auto;
    width: 50%;
    justify-content: space-evenly;
    align-items: center;
    bottom: 25px;
}

.side-nav{
    position: fixed;
    width: 60px;
    height: 100%;
    background: transparent;
    transition: 0.5s;
    overflow: hidden;
    z-index: 9999;
}

.side-nav:hover > .page {
    opacity: 0.3;
}

.side-nav ul{
    position: absolute;
    left: 0;
    width: 100%;
}


.list-item{
    position: relative;
    width: 100%;
    list-style: none;
    top: 40px;
}

.list-item:hover{
    background: #ffbc00;
}

.link{
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #f5f5f5;
}

.icon{
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 10px 0px;
}

.icon .fab,.icon .fas{
    font-size: 35px;
}

.title{
    position: relative;
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 50px;
    text-align: start;
    white-space: nowrap;
    font-weight: bold;
}

#play,#pause{
    font-size: 70px;
    cursor: pointer;
}

.circle2{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(196, 196, 196, 0.603);   
    height:500px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:500px;
}

.circle1{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#f5f5f5;   
    height:350px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:350px;
}

.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(196, 196, 196, 0.603);   
    height:150px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:150px;
}

.circle-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245, 245, 245, 0.856);
    height: 150px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 150px;
    cursor: pointer;
}

#pause{
    display: none;
}

.radio-info{
    text-align: center;
    position: relative;
    bottom: 50px;
    color: #f5f5f5;
}

.radio-info h3 {
    margin-bottom: 30px;
}

.down-list{
    list-style: none;
    display: none;
}

.down-list li{
    float: left;
}


@media (max-width: 1000px){
    .circle2{
        height: 350px;
        width: 350px;
    }

    .circle1{
        height: 200px;
        width: 200px;
    }

    .circle{
        height: 100px;
        width: 100px;
    }


    #play,#pause{
        font-size: 55px;
    }
}

@media (max-width: 786px){
    .circle2{
        height: 300px;
        width: 300px;
    }

    .circle1{
        height: 175px;
        width: 175px;
    }

    .circle{
        height: 75px;
        width: 75px;
    }

    #play,#pause{
        font-size: 40px;
    }

    .circle-thumbs{
        height: 30px;
        width: 30px;
    }

    .far.fa-thumbs-down, .far.fa-thumbs-up{
        font-size: 15px;
    }
}

@media (max-width: 600px){
    .circle2{
        background: transparent;
    }

    .circle1{
        width: 250px;
        height: 250px;
        background: #f5f5f56c;
    }

    .circle{
        width: 150px;
        height: 150px;
    }

    .radio-info h3{
        font-size: 15px;
    }

    .radio-info h4{
        font-size: 13px;
    }

    .side-nav{
        display: none;
    }

    .down-list{
        display: flex;
        position: relative;
        justify-content: center;
    }

    .down-list:last-child{
        margin-top: 10px;
    }


    .down-list li a{
        text-decoration: none;
    }

    .down-list.i{
        font-size: 30px;
        margin: 20px;
        color: #f5f5f5;
    }
}

@media (max-width: 500px){
}

  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }

@media (max-height: 600px){
    .circle1{
        width: 200px;
        height: 200px;
    }

    .circle{
        width: 125px;
        height: 125px;
    }
}