.foudner-container{
    display: flex;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    text-align: center;

}

.foun-card {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin: 0px;
    display: grid;
    flex-wrap: auto 1fr;
    padding: 20px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;

    /* flex: 1 1 calc(33.333% - 20px);  */
}
.btn-cont {
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 30%;
}

/* Default style for desktop */
#hidden {
    display: block; 
}

#read-more {
    display: none; 
}
/* Media Query for mobile devices */
@media (max-width: 768px) {
    #hidden {
        display: none; 
    }

    #read-more {
        display: block; 
    }

    .show-more #hidden {
        display: inline; 
    }
}


/* set thte value of the btn */
.btn-viewval{
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px; 
    background-color: #6864ED;
    cursor: pointer;
}

.btn-viewval:hover{
    background-color: #6964eda9;
}
.btn-viewval:active{
    background-color: white;
}

/* set the class to hidden */
#hidden{


}



/* set the class to visible  */
#visible{

}



/* .foun-card:hover {
 transform: scale(1.05);
} */