@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@75,300&display=swap');


.fa-10s-forward:before{
    content: url("../immagini/10s-forward.png");
}

.fa-10s-backward:before{
    content: url("../immagini/10s-backward.png");
}

.fa-music:before {
    margin-right: 10px;
}


.podcast-content{
    color: black !important;
}

input[type="range"]{
    cursor: pointer;
}

.apri{
    cursor: pointer;
}



.podcast-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 70vh;
    align-items: center;
    justify-content: center;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    flex-wrap: wrap;
}

.podcast-content button{
    padding: 10px 12px;
    margin: 0 10px;
}

.podcast-content #logo{
    position: absolute;
    margin-left: 20px;
    top: 10px;
    left: 10px;
    font-size: 25px;
    color: #ccc;
    text-transform: capitalize;

}

.podcast-content #logo i{
    margin-right: 25px;
}

.rigth{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

input[type="range"]
{
    appearance: none;
    width: 50%;
    outline: none;
    height: 2px;
    margin: 0 15px;
}

input[type="range"]::-webkit-slider-thumb{
    appearance: none;
    height: 15px;
    width: 15px;
    background: #0066ce;
    border-radius: 50%;
    cursor: pointer;
}

.volume{
    margin-top: 3vh;
    left: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.volume p{
    font-size: 15px;
}

 .volume i {
    cursor: pointer;
    padding: 8px 12px;
    background: #0066ce;
}

.volume i:hover{
    background: rgba(245, 245, 245, 0.1);
}

#volume-show{
    padding: 8px 12px;
    margin: 0 5px 0 0;
    background: rgba(245, 245, 245, 0.1);
}

.rigth .centro{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.rigth .centro button{
    margin-top:25vh;
    border: none;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: 0.5s;
    background: rgba(245, 245, 245, 0.1);;
}

.rigth #titolo{
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    font-size: calc(.7em + 3vh);
    width: 100%;
}

.rigth #artista{
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    font-size: 18px;
}

.rigth .durata{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150%;
    height: 20px;
    margin: 40px;
    margin-top: 15vh;
}

.rigth .durata p{
    color: #fff;
    font-size: 115px;
    margin-left: 20px;
}

.rigth #audio{
    font-size: 18px;
    cursor: pointer;
    margin-top: 45px;
    border: none;
    padding: 10px 14px;
    color: #fff;
    background: rgba(245, 245, 245, 0.2);
    outline: none;
    border-radius: 10px;
}

.rigth #audio i{
    margin-left: 8px;
}
.rigth .centro button{
    background: #0067ce9b;
}

#play{
    background: #0066ce;
}

.rigth button:hover{
    background: #0066ce;
}

.rigth i:before{
    color: #fff;
    font-size: 20px;
}


.rigth .show-song-no p:nth-child(2)
{
    margin: 0 5px;
}

.btn {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #40B3A2;
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
  }
  
  .btn:hover {
    opacity: .95;
  }
  
  .btn .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }

  p{
    font-size: calc(.7em + 3vh);
  }

  .pres{
    width: 7vh;
    text-align: center;
    border: 0;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    background-color: rgb(255, 51, 51);
    display: flex;
    justify-content: center;
  }

  .pres:hover{
    background-color: rgb(194, 16, 16);
  }

.modulo
{
    width: 100%;
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13vh;
}

.modulo-inner{
    width: 100% ;
}

.modulo.open{
    width: 50%;
    opacity: 1;
    z-index: 999;
}

#black-background-podcast.open{
    width: 100vw;
    z-index: 999;
    position: fixed;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
}

#cont{
    
    background-color: #fee5b3;
    height:fit-content;
    width: 80%;
    color: black;
    margin-left: 50%;
    transform: translateX(-50%);
    display: block;
}

#div{
    display: flex;
    justify-content: space-around;
    
    flex-wrap: wrap;
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%);
}

#div div{
    height: calc(8em + 4vh);
    width: calc(8em + 4vh);
    margin-top: 10px;
    background-color: #0066ce;
    margin-top: 0;
    margin-left: 50%;
    transform: translateX(-50%);
}

#div div:hover{
    background-color: #0067ce99;
}

.apri{
    background: transparent;
    border: none;
    outline: none; 
}

#ti{
    display: flex;
    align-items: center;
    justify-content: center;

}

#ti h1{
    color: #ddd;
    font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
}
#modulo{
    width: 60%;
}

#audioSpeed{
    padding: 3vh;
}

@media (max-width: 1000px) {
    #cont{
        width: 98%;
    }
    #modulo{
        width: 90%;
        font-size: calc(.4em + .2vh);
    }
}
@media (max-width: 600px) {
    #modulo{
        font-size: calc(.1em + .1vh);
    }
    
}
@media (max-width: 500px) {
    
    .rigth .centro button{
        
        height: 50px;
        width: 50px;
    }
    
}

@media (max-height: 560px){ /*480px*/
    #titolo, #artista{
        display: none;
    }

    .rigth .centro button{
        margin-top: 0px;
    }

    .rigth .durata{
        margin-bottom: 22vh;
        margin-top: 0;
    }
}