/* ------------------------------------- Importing Font ------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* ------------------------------------- Importing Font ------------------------------------- */



/* ------------------------------------- Genral CSS Starts here ------------------------------------- */

body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}

.hello-bar {
    background-color: #0062B5;
    height: 32px;
    color: #fff;
}

.font-size-button {
    padding: 1px 4px !important;
    margin-top: 5px;
    font-size: 12px;
}

.language {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
}

.language.active {
    color: #FFFF00 !important;
    font-weight: 600;
}

.Lang-devider {
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 1px !important;
    margin: 0px 10px;
}

.hello-bar-right {
    font-size: 12px;
    margin-top: 7px;
    margin-right: 10px;
}

.DL-logo {
    width: 150px;
    margin: 10px 0px;
}

.DL-logo-main {
    /* width: 200px !important; */
    height: 150px;
}

.search-bar input {
    background-color: #fff !important;
    border-right: 0px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ccc !important;
}

.search-bar span {
    background-color: #fff !important;
    border-left: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.carousel-item img {
    height: 350px !important;
}

.main-heading {
    margin: 24px 0px;
    font-weight: bold;
    font-size: 24px;
    color: #0062B5;
}

.body-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    color: #666666;
}

.cat-container p {
    margin-top: 10px;
}

.cat-container-1 {
    text-align: center;
    border: 2px solid #FD6229;
    border-radius: 10px;
}

.cat-container-1:hover {
    background-color: #FD6229;
    transition-duration: 0.5s;
    transform: scale(1.1);
    cursor: pointer;
    color: #fff !important;
}

.cat-container-2 {
    text-align: center;
    border: 2px solid #C74C5E;
    border-radius: 10px;
}

.cat-container-2:hover {
    background-color: #C74C5E;
    transition-duration: 0.5s;
    transform: scale(1.1);
    cursor: pointer;
    color: #fff !important;
}


.cat-container-3 {
    text-align: center;
    border: 2px solid #3778C6;
    border-radius: 10px;
}

.cat-container-3:hover {
    background-color: #3778C6;
    transition-duration: 0.5s;
    transform: scale(1.1);
    cursor: pointer;
    color: #fff !important;
}

.cat-container img {
    margin-top: 10px;
}

.cat-container p {
    font-weight: 600;
}

.ebookContainer p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
}

.ebookContainer img {
    width: 100% !important;
    height: 200px;
    border-radius: 10px;
}

.videoContainer img {
    width: 100% !important;
    height: 100px;
    border-radius: 10px;
}

.ebookContainer:hover,
.videoContainer:hover,
.audiobookcontainer:hover,
.imagecontainer:hover {
    cursor: pointer;
    transition-duration: 0.5s;
    transform: translateY(-10px);
}

.overlay-buttons {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.ebookContainer:hover a .overlay-buttons,
.videoContainer:hover a .overlay-buttons,
.audiobookcontainer:hover a .overlay-buttons,
.imagecontainer:hover a .overlay-buttons {
    opacity: 1;
}

.ebookContainer:hover p {
    font-weight: 600;
    color: #0062B5;
}

.hover-button {
    white-space: nowrap;
    font-size: 12px;
}


.footer-bar {
    background-color: #333 !important;
}

.footer-bar-left p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-bar-right a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    margin-left: 20px;
}

.footer-bar-right {
    text-align: center;
}

.footer-devider {
    color: #fff;
    width: 60%;
    margin: 20px auto;
}

.follow-us {
    color: #fff;
    text-align: center;
}

.footer-bar-right a img {
    width: 32px;
}

.app-download a img {
    height: 40px !important;
    width: auto !important;
}

.copywrite-bar {
    background-color: #fff;
    text-align: center;
}

.copywrite-content {
    display: inline;
}

.copywrite-content p {
    display: inline;
    padding-right: 24px;
}

.latest-books,
.trending-books {
    display: inline;
}

.view-all {
    float: right;
}

.login-btn {
    margin-left: 20px !important;
    border-radius: 6px !important;
}

.login-container {
    background: #000;
    background-image: url("../../Assets/Images/body-background.jpg");
    background-size: cover;
    min-height: 89vh;
}


.login-modal {
    justify-content: center;
    background: #fff;
    padding: 32px;
    width: 40%;
    margin: 32px auto;
    /* transform: translateY(20%); */
    border-radius: 10px;
}

.register-modal {
    justify-content: center;
    background: #fff;
    padding: 32px;
    width: 40%;
    margin: 24px auto;
    border-radius: 10px;
    margin-top: 24px;
}

.login-logo-div img {
    width: 150px;
    margin-bottom: 20px;
}

.vefrify-otp {
    float: right;
    margin-top: -32px;
    margin-right: 16px;
}

label {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.contactus-bg {
    background: #000;
    background-image: url("../../Assets/Images/body-background.jpg");
    background-size: cover;
    min-height: 70vh;
}


.contactus-box {
    background-color: #0062B5;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.feedback-box {
    background-color: #fff;
    color: #333;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.contactus-box h4 {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 20px;
}

.feedback-box h4 {
    font-size: 32px;
    color: #0062B5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.contactus-box h5 {
    font-size: 24px;
    padding-top: 20px;
    border-top: 1px solid #fff !important;
}



.contactus-box p i {
    margin-right: 10px;
}

.contact-row {
    padding: 40px !important;
}

.contact-social-bx {
    display: inline-block;
    margin-top: 16px;
}

.contact-social-bx li {
    display: inline;
    margin-right: 10px;
}

.contact-social-bx a {
    color: #fff;
    padding: 10px 14px;
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.contact-social-bx a:hover {
    background-color: yellow;
    color: #333;
    border-color: 1ps solid yellow;
}

.faq-title {
    color: #0062B5;
    padding-bottom: 20px;
}

b,
strong {
    font-weight: 600;
    color: #000000;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #0062B5;
}

.accordion-item {
    background-color: #f9f9fa;
    margin-bottom: 20px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #ccc !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #ccc;
    font-weight: 400 !important;
    font-size: 14px;
}

.forgot-pwd-modal-header {
    border: 0px !important;
}

.forgot-pwd-modal-header button {
    font-size: 10px;
}

.forgot-pwd-modal-body {
    padding-bottom: 0px !important;
}

.forgot-pwd-modal-body img {
    width: 70%;
}

.forgot-pwd-modal-body h5 {
    color: #0062B5;
}

.forgot-pwd-modal-body p {
    color: #666666;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

.forgot-pwd-modal-footer {
    border: 0px;
    justify-content: center !important;
    padding-top: 0px !important;
}


:focus {
    box-shadow: none !important;
}

/* .Mintbook - CMS-video {
    width: 100%;
    height: 95%;
} */

/* Reader modal CSS */

.ebook_reader {
    max-width: 100% !important;
    margin: 0px !important;
}

.reader_body {
    min-height: 100%
}

.reader-frame {
    width: 100%;
    height: 90vh;
}

.player-dialog {
    width: fit-content !important;
}

.importantLinkCard:hover {
    transform: scale(1.1);
    transition-duration: 600ms;
}

.importantLinkCard a {
    text-decoration: none !important;
}

.importantLinkCard a h2 {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none !important;
}

.importantLinkCard a p {
    font-size: 14px;
}

.importantLinkCard {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 4px;
    height: 100%;
}

a.letter_filter {
    padding: 9px;
    text-decoration: none;
    color: #555;
}

a.letter_filter.active {
    color: #0062B5;
    font-weight: 700;
    text-decoration: underline;
}

.pending_approval_count {
    color: #fff;
    text-decoration: none;
    margin-right: 0px;
}

.pending_approval_count:hover {
    color: #fff;
}

.pending_approval_count_span {
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    padding: 5px 10px;
}

/* ------------------------------------- Genral CSS Ends here ------------------------------------- */



/* ------------------------------------- Smart Phone CSS Starts here ------------------------------------- */

@media screen and (max-width:767px) {


    .cat-container {
        margin-top: 8px;
    }

    .choose-language-text {
        display: none;
    }

    #carouselExampleIndicators {
        margin-top: 20px;
    }

    .footer-bar-right {
        text-align: center;
    }

    .DL-logo {
        width: 80% !important;
    }

    .DL-logo-main {
        width: 80% !important;
    }

    .footer-row {
        text-align: center;
    }

    .copywrite-content p {
        font-size: 12px;
        padding-right: 10px;

    }

    /* .footer-row div{
            margin-bottom: 10px;
        } */

    .login-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 100%;
        margin: auto;
        transform: translateY(10%);
        border-radius: 10px;
    }

    .register-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 100%;
        margin: 24px auto;
        border-radius: 10px;
    }

    .footer-bar-right {
        display: grid;
    }

    .social-media {
        display: block !important;
        margin-bottom: 24px;
    }

    .footer-bar-right a {
        margin-bottom: 10px;
    }

    .contact-row {
        transform: none;
    }

    .contactus-box {
        margin-top: 20px;
        margin-bottom: 20px;
        height: max-content;
    }

    .feedback-box {
        margin-bottom: 24px;
        height: max-content;
    }

    .contactus-box h4,
    .contactus-box h5 {
        font-size: 20px;
    }


}

/* ------------------------------------- Smart Phone CSS Ends here ------------------------------------- */



/* ------------------------------------- Tablet CSS Starts here ------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

    /* body{
        background-color: yellow;
    } */

    .DL-logo {
        width: 150px;
    }

    .login-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 70%;
        margin: auto;
        transform: translateY(10%);
        border-radius: 10px;
    }

    .register-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 70%;
        margin: 24px auto;
        border-radius: 10px;
    }

    .contact-row {
        transform: none;
    }

    .contactus-box {
        margin-top: 20px;
        margin-bottom: 20px;
        height: max-content;
    }

    .feedback-box {
        margin-bottom: 24px;
        height: max-content;
    }



}

/* ------------------------------------- Tablet CSS Ends here ------------------------------------- */


/* ------------------------------------- Small Screen Desktop Starts here ------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1366px) {

    /* body{
        background-color: black;
    } */

    .login-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 50%;
        margin: 32px auto;
        transform: none !important;
        border-radius: 10px;
    }

    .register-modal {
        justify-content: center;
        background: #fff;
        padding: 32px;
        width: 50%;
        margin: 24px auto;
        border-radius: 10px;
    }

    .contactus-box h4 {
        font-size: 20px;
    }

    .contact-social-bx a {
        font-size: 14px;
    }

}

/* ------------------------------------- Small Screen Desktop Ends here ------------------------------------- */