:root {
    /* --color-primary: #fc0000;
    --color-primary-hover: #bf0000; */
    --color-secondary: #9a0505;


}

body {
    padding: 0;
    font-family: "Montserrat", system-ui !important;
}

body[data-layout=horizontal] .content-page {
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background-color: var(--color-primary);
}

a {
    text-decoration: none;
}

.btn.btn-primary {
    color: #fff !important;
}

body[data-layout=horizontal] .navbar-custom {
    padding: 0px;
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    height: auto;
}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: rgba(34, 34, 34, 0.25);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%);
}

header.header.active {
    position: fixed;
}

.navbar-nav .nav-link {
    color: #2b2b2b;
    font-weight: 400;
    padding-right: .7rem;
    padding-left: .7rem;
    line-height: 4;
    /* font-size: 17px; */
    position: relative;
}

/* .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--color-primary);
} */

.navbar-nav .nav-link {
    color: #2b2b2b;
    font-weight: 400;
    padding-right: .7rem;
    padding-left: .7rem;
    line-height: 4;
    /* font-size: 17px; */
    position: relative;
}

/* .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 4px;
    background-color: var(--color-primary);
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: -9px;
    transition: all 0.5s;
} */

/* .navbar-nav .nav-link:hover::before {
    left: 0;
    right: 0;
    width: 100%;
} */

.navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2b2b2b;
    font-weight: 600;
}

.list-group-item.head {
    z-index: 2;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.list-group-item .list-link {
    color: #2b2b2b;
    font-weight: 500;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-primary) !important;
}


/* top Bar */

.topbar {
    box-shadow: 0 6px 13px #00000017;
    width: 100%;
    padding: 22px 0;
    position: relative;
    background-color: #fff;
}

.topbar .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .topbar .topbar-inner .search-icon {
    position: absolute;
    top: 6px;
    left: 5px;
    background-color: transparent;
    border-color: transparent;
    color: #00000080;
}

.topbar .topbar-inner .nav-search {
    position: relative;
}

.topbar .topbar-inner .form-control {
    width: 100%;
    line-height: 20px;
    padding: 10px 20px 10px 45px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .72px;
    color: #777;
    position: relative;
    border-radius: 30px;
} */

.navbar-custom .nav-search .search-icon {
    position: absolute;
    top: 6px;
    left: 5px;
    background-color: transparent;
    border-color: transparent;
    color: #00000080;
}

.navbar-custom .nav-search {
    position: relative;
}

.navbar-custom .nav-search .form-control {
    width: 100%;
    line-height: 10px;
    padding: 10px 20px 10px 35px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .72px;
    color: #777;
    position: relative;
    border-radius: 5px;
}

.topbar .topbar-inner .top-bar-logo img {
    width: 160px;
    height: 60px;
    object-fit: contain;
}

.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    box-shadow: none;
}

.navbar .navbar-nav .nav-item {
    padding: 0 10px
}

header.header.active .topbar {
    display: none;
}

.navbar-custom .navbar .dropdown .dropdown-menu {
    width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: var(--color-primary);
}

.subscibe {
    /* background-color: var(--color-primary-hover); */
    position: relative;
    z-index: 1;
}

.subscibe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.subscibe .subscribe-box-inner {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    /* background-image: url('https://aidady.com/assets/images/bg-1.png'); */
    z-index: 1;
    background-color: #020202;
}

.subscibe .subscribe-box-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    z-index: -1;
    opacity: 0.9;
    border-radius: 10px;
}

.subscibe .subscribe-box-inner p {
    color: #000;
}

.subscibe .subscribe-box-inner h3 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    footer.footer {
        padding: 25px 0 24px 0 !important;
    }

    .subscibe .subscribe-box-inner .input-group {
        display: block;
    }

    .subscibe .subscribe-box-inner .input-group .form-control {
        width: 100%;
    }

    .banner-wrapper .banner-one {
        padding: 30px 20px;
    }

    footer.footer .footer-content .title {
        margin-bottom: 10px !important;
    }
}

.subscibe .subscribe-box-inner .input-group .form-control {
    height: 45px;
    margin: 0px 20px;
    border-radius: 50px !important;
    padding: 12px 15px;
    font-size: 14px;
    margin-top: 2px;
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary {
    border-radius: 50px !important;
    padding: 15px 45px;
    line-height: 13px;
    font-size: 14px;
    transition: all 0.5s;
    border: 2px solid var(--color-primary);
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary:hover {
    background-color: var(--color-primary);
    color: #fff;
}

footer.footer {
    /* background-color: var(--color-primary-hover); */
    padding: 25px 0 0 0;
    color: #fff;
    text-align: start !important;
    position: relative;
    background-blend-mode: luminosity;
    z-index: 9;
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
}

footer.footer .footer-border {
    border-bottom: 1px solid #b79a9a26;
    padding-bottom: 20px;
}

/* footer.footer {
    position: relative;
    background-color: var(--color-primary-hover);
    padding: 50px 0;
    color: #fff;
} */
footer.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;

}

footer.footer .footer-logo img {
    width: 175px;
    height: 30px;
    object-fit: contain;
}

footer.footer .footer-btn {
    padding: 8px 40px;
    font-size: 15px;
    letter-spacing: 3px;
}

footer.footer .footer-content {
    font-size: 14px;
    font-weight: 400 !important;
}

.width-box {
    width: 400px;
}

.font13 {
    font-size: 13px;
}

footer.footer .footer-content .title {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 700;
}

footer.footer .footer-content .icon-social li {
    margin-bottom: 8px;
}

footer.footer .footer-content .icon-social li a {
    color: #fff;
    display: flex;
}

footer.footer .footer-content .icon-social li i {
    margin-right: 15px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: var(--color-primary);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

footer.footer .footer-content .icon-social li:hover i {
    background-color: var(--color-primary);
    color: #fff;
}

footer.footer .footer-content ul {
    padding: 0;
}

footer.footer .footer-content ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer.footer .footer-content ul li a {
    list-style: none;
    color: #fff;
}

.footer-end {
    /* background-color: var(--color-primary-hover); */
    background-color: #1b1b1b;
    color: #fff;
    padding: 10px;
    font-weight: 400;
    border-top: 1px solid #483c3c1a;
}


.post-slide {
    margin: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    border: 1px solid var(--color-primary);
    padding: 5px;
}

.post-slide:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.post-slide .post-img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
    border-radius: 7px;
    transition: all 0.5s;
    background-color: #d3d3d3b2;
    border-radius: 7px;
    padding: 10px 10px;
}

.post-slide .post-content {
    padding: 3px 10px;
    position: relative;
}

.post-slide .post-content .post-title a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.post-slide:hover .post-img img {
    filter: grayscale(1) blur(8px);
    border-radius: 7px;
}

.post-slide .post-content .post-content-hide {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* transform: scaleY(0); */
    transition: all 0.5s;
    border-top: 1px dashed lightgray;
    padding-top: 14px;
}

.post-slide .post-content .post-content-hide a {
    color: #000;
}

.post-slide:hover .post-content .post-content-hide {
    transform: scaleY(1);
}

.category {
    height: 285px;
}


.category .post-slide .post-img {
    position: relative;
    overflow: hidden;

}

.category .post-slide .post-img img {
    height: 170px;
    object-fit: contain;

}

.category .post-slide .post-content {
    padding: 7px 6px 6px 7px;
}

.category .post-slide .post-content .post-title {
    border-bottom: 1px dashed rgb(211, 211, 211);
    padding-bottom: 9px;

}

.category .post-slide .post-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    transition: all 0.5s;
    opacity: 0;
    border-radius: 10px;
}

.category .post-slide:hover .post-img:after {
    opacity: 0.2;
}

.category .post-slide .post-img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.50s linear;
    z-index: 999;
    transform: translate(-20px, -10px);
    color: #000;
}

.category .post-slide .post-img a i {
    background-color: var(--color-primary);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.category .post-slide:hover .post-img a {
    opacity: 1;
}




.blog .post-slide .post-content .sub-title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 11px;
}

.blog .post-slide .post-content .post-title a {
    font-weight: 400;
    color: #000;
}

.blog .post-slide .post-content a {
    color: var(--color-primary);
}

.banner-one .banner-media img {
    /* width: 100%;
    height: 450px;
    */
    width: 100%;
    height: 590px;
    object-fit: contain;
}

.banner-one {
    padding: 25px 0;
    /* background-image: url('https://aidady.com/assets/images/bg-1.png'); */
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .banner-one:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #060340fc;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
} */

.banner-one::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}

.banner-inner .banner-content {
    padding-left: 70px;
}

.banner-inner .banner-content .title {
    font-size: 40px;
    line-height: 59px;
    font-weight: 800;
    color: #fff;
    /* padding-right: 40px; */
    margin-bottom: 30px;
    text-transform: capitalize;
}

.banner-inner .banner-content .sub-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 800;
    color: #ffffff87;
    text-transform: capitalize;
}

.banner-wrapper .swiper .swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    background-color: var(--color-primary);
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-wrapper .swiper .swiper-button-prev,
.swiper-button-next {
    width: calc(var(--swiper-navigation-size) / 25 * 27) !important;
}

.banner-wrapper .swiper span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: #000;
    opacity: 1;
}

.banner-wrapper .swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    width: 10px;
    height: 10px;
}

.book-banner-box {
    margin: 20px 0;
}

.book-banner-box .media a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid {
        max-width: 100% !important;
    }
}

.card-banner {
    border: none;
}

.card-banner .view .card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#menuActive {
    background-color: transparent;
    color: var(--color-primary);
}


.btn-outline-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.contact-card {
    border-bottom: 1px dashed #ccc2c2;
    padding-bottom: 15px;
}

.contact-card .content-c {
    margin-left: 12px;
}

.contact-card .content-c h5 {
    font-weight: 600;
    font-size: 18px;
}

.contact-card .content-c p {
    font-weight: 600;
    font-size: 15px;
}

.icon-c i {
    background: var(--color-primary);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    border-radius: 6px;
    transition: all 0.5s;
}

.contact-card:hover .icon-c i {
    background: var(--color-primary);
}



.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: all 0.5s;
    transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-prev:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.owl-controls .owl-buttons .owl-next {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -20px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: all 0.5s;
    transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-next:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    transition: all;
}

.owl-controls .owl-buttons .owl-prev:hover:after {
    color: #fff;
}

.owl-controls .owl-buttons .owl-next:hover:after {
    color: #fff;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.card .card-media img {
    width: 100%;
    height: 100%;
}

.footer .footer-content a {
    margin-top: 22px;
}

.card-blog {
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-primary);
    padding: 5px;
}

.card-blog .card-image a img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
    background-color: #d3d3d3b2;
    border-radius: 7px;
    padding: 10px 10px;
}

.card-blog h4 a {
    font-size: 18px;
    font-weight: 700;
}

.card-blog p {
    font-weight: 500;
}



@media only screen and (max-width: 992px) {
    .subscibe .subscribe-box-inner .input-group .form-control {
        margin: 0px;
        margin-bottom: 10px;
    }
}




.contact-btn a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
    background: #00e676;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top:hover {
    background: #5ab185;
    color: #fff;
}

.scroll-top i {
    font-size: 20px;
}

.modal-header {
    background-color: var(--color-primary);
}

.modal-header button {
    background: none;
    border: none;
    font-size: 29px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    color: #000000de !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--color-primary) !important;
}

.dropdown-button {
    font-size: 16px;
}

.dropdown .dropdown-menu {
    min-width: 16rem !important;
}

.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -18px !important;
    margin-top: .125rem;
}

.h-logo {
    width: 230px;
    height: 35px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-evenly;

    }
}

@media screen and (max-width: 1200px) {
    .card-img-overlay {
        position: absolute;
        top: 15px;
    }

    .navbar-custom .nav-search .search-icon {
        position: absolute;
        top: 5px;
        left: 48px;
    }

    .navbar-custom .nav-search {
        position: relative;
        text-align: -moz-center !important;
    }

    .navbar-custom .nav-search .form-control {
        width: 70%;
        line-height: 10px;
        padding: 8px 20px 10px 35px;
        font-size: 17px;
    }

    .dropdown-button {
        font-size: 14px;
    }

    .px-md-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .h-logo {
        width: 195px;
        height: 35px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
        margin-left: 35px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: -51px !important;
        margin-top: 1.125rem;
    }

    .dropdown .dropdown-menu {
        min-width: 15rem !important;
    }

    .dropdown .dropdown-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-inner .banner-content .title {
        font-size: 35px;
        line-height: 50px;
    }

    .card-img-overlay {
        position: absolute;
        top: 20px;
    }

    .h-logo {
        width: 140px;
        height: 21px;
        margin-bottom: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-custom .nav-search {
        position: relative;
        text-align: -moz-right !important;
        width: 35%;
    }

    .navbar-custom .nav-search .form-control {
        width: 57%;
        padding: 8px 92px 10px -27px;
        font-size: 13px;
    }

    .navbar-custom .nav-search .search-icon {
        top: 3px;
        right: 63px;
    }
}

@media screen and (max-width: 991px) {
    .banner-inner .banner-content {
        padding-left: 0px;
    }

    .banner-inner .banner-content .title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 8px !important;
    }

    .navbar-nav {
        width: 50%;
    }

    .card-img-overlay {
        position: absolute;
        top: 55px;
    }

    /* .navbar-nav .nav-link::before {
        height: 3px;
        bottom: 3px;
    } */

    .navbar-custom .nav-search .search-icon {
        top: 3px;
        left: 0;
    }

    .navbar-custom .nav-search .form-control {
        width: 57%;
        font-size: 13px;
        margin-bottom: 13px;
    }

    .navbar-custom .nav-search {
        position: relative;
        text-align: -moz-left !important;
        width: 50%;
    }

    .dropdown-button {
        font-size: 14px;
        margin-left: 37px;
    }

    .h-logo {
        width: 140px;
        height: 21px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .banner-inner .banner-content {
        padding-left: 25px;
    }

}

.heading .title {
    font-weight: 700;
    font-size: 27px;
    color: var(--color-primary);
}

@media screen and (max-width: 576px) {
    .width-box {
        width: 275px;
    }

    .banner-wrapper .banner-one {
        padding: 50px 20px;
    }

    .banner-media .main-img {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .navbar-custom .nav-search .form-control {
        width: 100%;
        font-size: 13px;
        margin-bottom: 13px;
    }

    .navbar-custom .nav-search .search-icon {
        top: 3px;
        left: -48px;
    }

    .width-box {
        width: 315px;
    }

    .banner-inner .banner-content .title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 8px !important;
    }

    .footer .text-end {
        text-align: left !important;
        margin-top: 15px;
    }

    .dropdown-button {
        margin-left: 7px;
        margin-top: 8px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-left: 7px !important;
    }

    .navbar-toggler {
        padding: 0;
    }

    .dropdown-button {
        font-size: 12px;
        margin-right: 61px;
    }

    .card-banner .view .card-img {
        height: 185px;
    }

    .card-img-overlay {
        top: 8px;
    }

    .heading {
        padding-top: 13px;
    }

    .heading .title {
        font-size: 20px;
    }
}

.view-btn {
    background-color: var(--color-primary);
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.over-layer i {
    background-color: var(--color-primary);
    padding: 7px 8px;
    border-radius: 4px;
    color: #fff !important;
    margin-left: 5px;
}

.featured-books-box {
    display: flex;
    flex-wrap: wrap;
}

.featured-books-box .post-img {
    width: 300px;
}

.featured-books-box .post-content {
    padding: 0px;
    width: 300px;
    margin-left: 13px;
}

.post-slide .post-content .post-content-hide {
    padding-top: 18px;
}

@media screen and (max-width: 1360px) {
    .featured-books-box .post-img {
        width: 230px;
    }

    .featured-books-box .post-content {
        padding: 0px;
        width: 270px;
        margin-left: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .featured-books-box .post-img {
        width: 215px;
    }

    .featured-books-box .post-content {
        padding: 0px;
        width: 290px;
        margin-left: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .featured-books-box .post-img {
        width: 285px;
    }
}

@media screen and (max-width: 991px) {
    .featured-books-box .post-img {
        width: 315px;
    }
}

.card.style {
    border: 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.contact-title {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px dashed #ae5151;
    padding-bottom: 10px;
}

.card-img-overlay .card-title {
    font-weight: 800;
}

/* .h-banner2 {
    position: relative;
    background-blend-mode: luminosity;
    z-index: 9;
}

.h-banner2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
} */

.site-text-white {
    font-size: 19px;
    font-weight: 700;
    border-bottom: 1px dashed var(--color-primary);
    padding-bottom: 10px;
}

.site-description {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-description .text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 32px;
}

.pagination a {
    color: #fff !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.blog-list .list-header {
    padding: 11px 8px;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    border-radius: 6px 6px 0 0;

}

.blog-list .list-tile {
    font-size: 15px;
    font-weight: 600;
}

.blog-list small {
    font-size: 14px;
    font-weight: 500;

}

.blog-details-card .card-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.blog-detail-media img {
    max-height: 345px;
    /* object-fit: cover; */
    max-width: 935px;
    background-color: #d3d3d387;
    padding: 10px;
    border-radius: 5px;
    object-fit: contain;
}

.blog-details-card .create-date {
    font-size: 17px;
    font-weight: 500;
}

.list-group {
    border: 0px !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.list-group .list-group-item {
    border: 0px;
}

.blog-list .list-group-item img {
    border-radius: 5px;
}

.book-detail-page {
    background: #d3d3d34d;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ff000045;
}

.book-detail-page img {
    height: 325px;
    object-fit: contain;
}

.book-detail .card-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-primary);
}

.book-detail small {
    font-weight: 600;
    font-size: 15px;
}

.book-detail p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
}

.book-detail .table> :not(caption)>*>* {
    border-bottom-width: 0px !important;
}

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

.search-result-btn {
    text-align: center;
    font-size: 19px;
    padding: 2px 2px;
    margin-bottom: 0px;
}

.border-primary {
    border: 1px solid var(--color-primary) !important;
}

.serach-result-box {
    border: 1px solid var(--color-primary) !important;
    border-radius: 10px !important;
}

.serach-result-box .img-box {
    background-color: #80808026;
    padding: 10px;
    border-radius: 5px;
}

.serach-result-content {
    padding-top: 13px;
}

.serach-result-box .img-box .card-img-top {
    height: 200px;
    object-fit: contain;
}

.serach-result-content .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.serach-result-content .card-bottom {
    margin-top: 13px;
    border-top: 1px dashed lightgray;
    padding-top: 11px;
    margin-bottom: 3px;
}

.top-books {
    padding-top: 190px !important;
}

.ads-image {
    background: #fff;
    border-bottom: 3px solid var(--color-primary);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.ads-image img {
    height: 85px;
}
.modal-backdrop{
    display:none !important;
}