.index-body {
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(250, 250, 250, .5);
}

.index-card {
    display: block;
    width: 100%;
    height: fit-content;
    color: rgb(8, 8, 7);
    background-color: white;
    text-align: center;
    text-decoration: none;
    margin: 5px 0 5px 0;
    padding: 10px 0 10px 0;
}


.index-card-img {
    height: auto;
    width: 100%;
    margin: auto;
    max-height: 80vh;
}

.index-text {
    font-size: 16px;
    margin: auto;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.banner-div {
    width: 100%;
    margin: auto;
    height: 50px;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 2px 5px 2px;
}


.banner-text {
    text-transform: capitalize;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    width: fit-content;
    margin: auto;
    /* margin-top: 5px; */
}

/* 
svg {
    height: 16px;
    width: 16px;
} */

.pagination {
    width: fit-content;
    height: auto;
    margin: auto;
    padding: 5px 5px 50px 5px;
    display: flex;
    margin-bottom: 5px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    margin-left: 2px;
    border-radius: 5px;

}

.pagination a:hover {
    background-color: rgba(59, 83, 113, .5);
    border-radius: 5px;
}

.pagination-main {
    width: fit-content;
    height: 20px;
    margin: auto;
    padding: 5px 5px 5px 5px;

}


/* desktop */

@media only screen and (min-width: 1050px) {
    .index-body {
        width: 80%;
        margin: auto;
        padding: 0px 5px 0px 5px;
    }

    .index-grid {

        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        column-gap: 10px;
    }
    /* .index-grid{
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    } */

    .index-card {
        border-radius: 5px;
        padding-top: 0;
        /* font-size: 12px; */
    }

    .index-card-img {
        height: 350px;
        width: fit-content;
    }

    
}

.main-pro-banner {
    background-color: rgb(252, 252, 252);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
}

/* topbanner */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(252, 252, 252);

}

.sharebutton {
    border: none;
    padding: 10px 20px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    filter: drop-shadow(0 2px 8px rgba(#275efe, 0.32));
    background-color: rgba(52, 154, 255, 0.542);
    border-radius: 5px;
    margin-right: 10px;
}

.sharebutton:hover {
    background-color: rgb(66, 101, 143);
}

.top-name {
    font-size: 20px;
    text-transform: capitalize;
    width: fit-content;
    align-self: center;
    justify-content: center;
    color: rgb(59, 83, 113);
    font-family: myFirstFira;

    margin-left: 10px;

}
