/* ------ Here write you style ------ */
* {
    letter-spacing: 0 !important;
}

.faqs-accordion .accordion-item .accordion-header .accordion-button::before {
    left: 20px;
    right: auto;
}

iframe.pdfPreviewer {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
}

.bookDetails {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 40px;
    text-align: right;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #eee;
}

.bookDetails h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.bookDetails p {
    font-size: 1.2rem;
}

.badge-text {
    letter-spacing: 0;
}

.chapter__preview2 .panel h3 {
    text-orientation: sideways-right;
    /*white-space: nowrap;*/
    transform: rotate(180deg);
    text-align: center;line-height: 1.8;
}


.achievement__item>div {
    height: 100%;
}

.counters__stats-icon {
    position: absolute;
    font-size: 120px;
    top: -45px;
    left: 0;
    right: auto;
    opacity: 0.3;
}

.pdfViewer {
    position: relative;
}

.pdfViewer button {
    position: absolute;
    top: 40px;
    right: 20px;
    background-color: #c21232;
    color: #fff;
    border: none;
    outline: none;
    font-size: 1.5rem;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.pdfViewer.show {
    position: fixed;
    inset: 0;
    z-index: 9999999999;
}

.pdfViewer.show button {
    position: fixed;
}

.pdfViewer:not(.show) button i:last-of-type {
    display: none;
}

.pdfViewer.show button i:first-of-type {
    display: none;
}

.pdfViewer.show .overlay {
    position: fixed;
    inset: 0;
    background-color: #00000044;
    backdrop-filter: blur(4px);
}

.pdfViewer.show iframe {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 90dvh;
}

.blog .videoPreviewer {
    text-align: center;
}

.headerConroller {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.headerConroller .control {
    position: relative;
    background-color: #F5EBE6;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    padding: 2px 10px;
}

.headerConroller .control input {
    position: absolute;
    z-index: 4;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.headerConroller .control p {
    position: relative;
    z-index: 3;
    width: 50%;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    transition: 0.3s all ease-in-out;
}

.headerConroller .control .toggler {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 100%;
    width: 50%;
    border-radius: 50px;
    background-color: #982176;
    box-shadow: 0 0 5px 2px #00000040;
    transition: 0.3s all ease-in-out;
}

.headerConroller .control input:checked~.toggler {
    transform: translateX(calc(100% - 2px));
}

.headerConroller .control input:checked~p:first-of-type {
    color: #fff;
}

.headerConroller .control input:not(:checked)~p:last-of-type {
    color: #fff;
}

.nav-item {
    white-space: nowrap;
}

@media (width > 800px) {

    .langBTN {
        display: inline-block;
        background-color: #982176;
        color: #fff !important;
        padding: 10px 15px;
    }

    .langBTN:hover {
        color: #982176 !important;
    }
}

@media (min-width: 992px) {
    nav .navbar-collapse {
        flex-grow: 0;
    }
}

@media (width <=780px) {
    .bookDetails {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .chapter__preview2 .panel h3 {
        transform: rotate(0deg);
    }
}

@media (width <=450px) {

    .bookDetails {
        grid-template-columns: 1fr;
    }


    .headerName {
        font-size: 1rem !important;
    }

    .achiveCard {
        display: flex;
        flex-direction: column;
    }

    .achiveCard>div {
        width: 100%;
    }
}

.video_link iframe {width: 100% !important; height: 225px!important;}
.bg-one .chapter__preview2 .panel {background-size: 100% 100%}
.chapter__preview2 .cover-panel {height: 45vh}
.card_p {padding-left: 25px; padding-right: 20px}
/* .card_p p{    word-break: break-all;} */
.achievement__content h3 { padding-right: 20px!important;}
.custom_con {max-width: 1235px}





