/*.card{*/
/*    border-radius: 5px;*/
/*    background: rgba(255, 255, 255, 0.75);*/

/*}*/
/*.card-body{*/
/*    text-align: center;*/
/*    !*background: rgba(255, 255, 255, 0.75);*!*/
/*}*/

.tale-card {
    width: 140px;
    height: 140px;
    background-color: #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.tale-card-text {
    text-align: center;
}

.tale-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top:69%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 21px;
    cursor: pointer;
}

.hero-text {
    color: #373985;
    font-size: 44px;
}

.hero-subtext {
    color: #373985;
    text-align: justify;
    font-size: 20px;
}

a {
    text-decoration: none;
}

.category {
    margin-top: 40px;
    margin-bottom: -25px;
}

.category-title {
    color: #373985;
    margin-left: -3px;
}

.total-listening {
    margin-top: 5px;
}

.flex-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.card-flex-container {
    display: flex;
    justify-content: space-between;
}

.category.flex-container {
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: 10px;
}

.flex-container > div {
    padding-right: 10px;
}

.category-view-title {
    font-size: 45px;
}

.card-text {
    margin-top: 10px;
}

.tale.card {
    background-color: #BFBCF1;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.dark-text {
    color: #373985;
}

.icon-button .icon-blue {
    color: #373985;
}

.custom-content {
    margin-bottom: 100px;
}

.tale.card .card-body {
    padding-bottom: 0;
}

.card-img-top{
    height: 250px;
    object-fit: cover;
}

.category-body .card{
    width: 240px !important;
}

.category-body .card-title{
    color:#7DA5C4;
    font-weight: 700;
}

.category-header{
    margin-bottom: 10px;
}
.category-section .card{
    width: 240px !important;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}


.category-section .row{
    margin-left:10px;
}


.category-section .card-title{
    color:#7DA5C4;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .hero-text {
        font-size: 30px;
    }

    .hero-subtext {
        font-size: 18px;
    }

    .custom-content {
        padding: 8px 8px 0 8px !important;
    }

    .flex-container {
        justify-content: center;
    }

    .category-view-title {
        font-size: 30px;
    }
}
