@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500&display=swap');

#img .video video {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 110vh;
  width: 100%;
}

#img .container-fluid .row{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#podcast{
  max-width: 1200px;
  text-align: center;
  margin: 100px auto;
}

#podcast .container-fluid .row .col-xl-12 h1{
 color:white;
 font-family: 'Prompt', sans-serif;
 text-align: left;
}

#podcast .container-fluid .row .col-xl-12 h1 span{
  color:yellow;
  font-size: 70px;
 }

#podcast .container-fluid .row .col-xl-12 h4{
  color:white;
  font-family: 'Prompt', sans-serif;
  width:55%;
  text-align: left;
 }

 #podcast .container-fluid .row .col-xl-12 input{
  background: rgba(0, 0, 0.5, 0.2);
  border: 1px solid transparent;
  font-family: 'Prompt', sans-serif;
  width:55%;
  color: white;
  border-bottom: 1px solid white;
 }

 #podcast .container-fluid .row .col-lg-4 a{
text-decoration: none;
 }

#podcast .container-fluid .row .col-lg-4 .card{
  background: rgba(0, 0, 0.5, 0.2);
  width: 100%;
  margin-bottom: 50px;
 }

 /* #podcast .container-fluid .row .col-lg-4 .card:hover {
  transform: scale(1.1);
  
}
#podcast .container-fluid .row .col-lg-4 .card {
  transition: transform 0.5s;

} */

 #podcast .container-fluid .row .col-lg-4 .card img{
  /* width: 100%;
  height: 100%; */
padding:30px 80px 10px 80px;
opacity: 0.9;
 }

 #podcast .container-fluid .row .col-lg-4 .card p{
  font-family: 'Prompt', sans-serif;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: left;
  padding: 20px 20px 0px 20px;
  margin-bottom: -15px;
}

#podcast .container-fluid .row .col-lg-4 .card hr{
  border:1px solid white;
  border-bottom: 0px;
}

#podcast .container-fluid .row .col-lg-4 .card .card-body h5{
  font-family: 'Prompt', sans-serif;
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 20px 0px;
}

#podcast .container-fluid .row .col-lg-4 .card .card-body h2{
  font-family: 'Prompt', sans-serif;
  color: white;
  font-size: 22px;
  text-align: left;
  padding: 10px 0px 15px 0px;
}

#podcast .container-fluid .row .col-lg-4 .card .card-body h4{
  font-family: 'Prompt', sans-serif;
  color: white;
  font-size: 18px;
  text-align: left;
  line-height: 25px;
  width: 95%;
}

#podcast .container-fluid .row .col-lg-4 .card  .btn{
  font-family: 'Prompt', sans-serif;
  color: white;
  font-size: 22px;
  text-align: left;
  padding: 18px 0px;
  margin-right: 180px;
}

#podcast .container-fluid .row .col-lg-4 .card  .btn:hover{
color: #9F3333;
}

#podcast .container-fluid .row .col-lg-4 .card  .btn i{
  color: #9F3333;
  font-size: 25px;
  padding: 0px 20px;

}


/* #podcast .card {
  text-align: center;

  border: none;
  width: 330px;
  cursor:pointer;
} */
/* #podcast .card .profile{
   transition: 0.2s;
}
#podcast .card:hover .profile{
  transform:scale(1.4);
  border-top-right-radius:50px;
  border-top-left-radius:50px;
}
 */
/* #podcast .card .content{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
}
#podcast .card .content .back{
  position:absolute;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.4);
  transition: .2s;
  z-index:11111111;
  padding:10px;
} */
/* #glassAnimals .modal-content{
  background-color: rgba(0,0,0,0.4);
} */
.player {
  position: relative;
  background: #f1f3f4;
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.25);
}

.player .imgbx {
  position: relative;
  width: 100%;
  height: 350px;
}

.player .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player audio {
  width: 100%;
  outline: none;
}
#podcast .from-left{
  top:0;
  left:-100%;
}
#podcast .card:hover .content .from-left {
   left:0%;
}

#podcast .card .content .back h3{
  font-size:15px;
  letter-spacing:2px;
}

#podcast .card .content .back .center {
  line-height: 250px;
  text-align: center;
}

#podcast .card .content .back .center a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'Prompt', sans-serif;
  font-size: 13px;
  line-height: 1.23em;
  letter-spacing: .01em;
  font-weight: 700;

}

#podcast .column .card-content {
  width: 330px;
  
}
#podcast .column .card-content p{
  text-align: left;
  color: white;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
}
#podcast .column .card-content p:hover{
  color: #9F3333;
/* color: #36b2ea; */

}
#podcast .column .card-content span:hover{
/* color: #36b2ea; */
color: #9F3333;
}
#podcast .column .card-content span{
text-align: left;
color: white;
font-weight: 300;
font-size: 1.5rem;
line-height: 1.1;
font-family: 'Prompt', sans-serif;
}





@media screen and (max-width: 992px) {

  #podcast .container-fluid .row .col-xl-12 h1{
   
padding: 10px 0px 0px 25px;
   }
   
   
   #podcast .container-fluid .row .col-xl-12 h4{
    padding: 0px 25px;
    width: 70%;
    }
   
    #podcast .container-fluid .row .col-xl-12 input{
    
      margin-left: 25px;
    }


  #podcast .container-fluid .row .col-lg-4 .column .card {
   
   max-width: 700px;
   align-items: center;
   margin: 0 auto;
  
  }
  #podcast .container-fluid .row .col-lg-4 .column .card {
   
      width: 100%;
    
    }
    #podcast .column .card-content {
      width: 100%;
      
    }
    }
@media screen and (max-width: 767px) {

  #podcast .container-fluid .row .col-xl-12 h1{
   
  font-size: 50px;
       }
       
       
       #podcast .container-fluid .row .col-xl-12 h4{
        width: 90%;
        }
       
        #podcast .container-fluid .row .col-xl-12 input{
        
          margin-left: 25px;
          width: 80%;
        }
    



#podcast .container-fluid .row .col-lg-4 .column .card {

max-width: 700px;
align-items: center;
margin: 0 auto;

}
#podcast .container-fluid .row .col-lg-4 .column .card {

  width: 100%;

}
#podcast .column .card-content {
  width: 100%;
  
}
}

@media screen and (max-width: 450px) {

  #podcast .container-fluid .row .col-xl-12 h1{
   
  font-size: 30px;
       }
       
       
       #podcast .container-fluid .row .col-xl-12 h4{
        width: 90%;
        font-size: 17px;
        }
       
        #podcast .container-fluid .row .col-xl-12 input{
        
          margin-left: 25px;
          width: 80%;
        }
    



#podcast .container-fluid .row .col-lg-4 .column .card {

max-width: 700px;
align-items: center;
margin: 0 auto;

}
#podcast .container-fluid .row .col-lg-4 .column .card {

  width: 100%;

}
#podcast .column .card-content {
  width: 100%;
  
}
}
















  
  