.prayer-page-main {
    background: url('./images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.section-main {
    padding: 48px 0;
    background-color: #0000005c;
}
.prayer-heading {
    text-align: center;
    max-width: fit-content;
    margin: auto;
}
.prayer-heading h1 {
    color: #fff;
    text-shadow: 1px 1px 2px #000, 1px 1px 3px #fff;
}
.prayer-heading .div-heading-line {
    max-width: 60%;
    height: 2px;
    background: yellowgreen;
    margin: auto;
    border-radius: 999px;
}
.sub-heaidngs {
    color: #fff;
    text-align: center;
    padding: 48px 0;
}
.sub-heaidngs h2, .sub-heaidngs p {
    text-shadow: 1px 1px 2px #000, 1px 1px 3px #fff;
}
.prayer-categories {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(-100px* 0.5); */
    justify-content: center;
}
.category-item {
    /* max-width: fit-content; */

    position: relative;
    width: calc(150px* 2 / sqrt(3));
    /* height: 140px; */
    margin-top: 0;
    /* margin-right: calc(100px* 0.2);
    margin-left: calc(100px* 0.2); */

    margin-right: -25px;
    margin-left: -25px;
}
.category-item:nth-child(odd) {
    /* margin-top: calc(100px* 0.5); */
    margin-top: calc(130px* 2);
}
.category-item img {
    max-width: 100%;
    max-height: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #000, 1px 1px 3px #fff;
}
.category-item img:hover {
    /* box-shadow: 1px 1px 5px #000, 1px 1px 3px #fff; */
    box-shadow: 1px 1px 2px #000, 1px 1px 1px #fff;
}
.category-item p {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #000, 1px 1px 3px #fff;
    padding-top: 10px;
}
.category-item a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 999999;
}
.prayer-scroll-outter {
    display: flex;
}
.prayer-scroll-role img {
    max-width: 100%;
    cursor: pointer;
}
.prayer-scroll-role img:hover {
    margin-top: -15px;
    margin-bottom: 15px;
}
.prayer-result-box {
    background: #00000053;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    /* box-shadow: 1px 1px 2px #000, 1px 1px 3px #fff; */
    box-shadow: 0 0 5px -4px #fff;
    max-width: 991px;
    margin: auto;
    margin-top: 48px;
}
.custom-new-btn {
    box-shadow: 1px 1px 5px -1px #fff !important;
}
.result-image img {
    max-height: 350px;
    max-width: 100%;
    border-radius: 2px;
    box-shadow: 0 0 4px -1px #fff;
    background: #fff;
    padding: 2px;
}
@media (max-width: 991px) {
    .category-item {
        margin: 0 15px 15px;
        max-width: 44%;
    }
    .category-item:nth-child(odd) {
        margin-top: 0;
    }
}
@media (max-width: 450px) {
    .category-item {
        margin: 0 5px 15px;
        max-width: 44%;
    }
    .category-item:nth-child(odd) {
        margin-top: 0;
    }
    .prayer-scroll-outter {
        flex-direction: column;
    }
}
