.search-box {
    width:100%;
    transition:opacity 0.4s linear ,visibility 0.4s linear 0s;
    position: relative;}
.src-bx-itm {
    width: 100%;
    color: black;height: 50px;
    border-radius: 9px 9px 9px 9px;
    padding-left: 10px;
    box-shadow: 1px 2px 2px #ddd;
    border: 2px solid gray;}
.src-bx-itm:focus {
    font-size:16px;
    font-family:'Open Sans';
    color: #000;
    padding-left: 10px;
    border: 3px solid gray;padding-left: 10px;}
.ry-src-btn{
    position: absolute;
    right: 0px;
    height: 50px;
    border: 2px solid gray;
    border-radius: 9px;
    width: 70px;
    background-color: darkgray;
    color: black;
}
.ry-src-btn:hover{
    color: black;
    background-color: white;
    border: 2px solid gray;
}
.src-bx{padding: 30px;background-color: white;box-shadow: 0 0 10px 0 #bbbbbb;margin-top: 15px;}
.list-bx{

    display: flex;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;margin-top: 23px;}
.list-bx a{background-color: red;color: white;padding: 10px;margin-left: 3px;margin-right: 3px;width: 35px;font-size: 20px;height: 35px;font-weight: bold;display: flex;justify-content: center;margin-bottom: 10px;align-items: center;}
.list-bx a:hover{
    background-color: lightgrey;
    border: 1px solid red;
    color: black;
}
.ry-crd-a{
    width: inherit;
    height: inherit;
}
.ry-crd{
    width: 100%;
    margin-bottom: 20px;
    transition: ease 0.5s;
    box-shadow: 0 0 10px 0 #bbbbbb;
    background-color: white;
    border-radius: 40px;
    text-align: center;
}
.ry-crd-img{
    width: inherit;
    height: inherit;
    border-radius: 40px;
}
.ry-crd-img img{
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
}
.ry-crd-title{
}
.ry-crd:hover {
    transform: scale(1.1, 1.1);
    box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.25),
    -5px -5px 20px 5px rgba(0,0,0,0.22);
    border-radius: 40px;
}
.ry-crd-title p {
    padding: 10px;
}