.single_tedbir_section_2 .container .my-container
{
    width: 100%;
}

.single_tedbir_section_2 .container .card.card_container .row .img_right .my-tedbir-details {
    margin-top: 0;
}

.my-tedbir-details .date span {
    vertical-align: middle;
    margin-left: 0.6rem !important;
}

.book-section > .container {
    height: 716px;
    position: relative;
    border-radius: 2%;
    perspective: 1200px;
    padding-bottom: 20px;
}

.container > .right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
}

.book-section > .container > .right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
}

.right > figure.front, .right > figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: white;
    overflow: hidden;
}

.right > figure.front {
    background-position: right;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.right > figure.back {
    background-position: left;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
}

.flip {
    transform: rotateY(-180deg);
}

.flip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.book-section button {
    border: 2px solid #f98531;
    background-color: transparent;
    color: #f98531;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.book-section button:focus, .book-section button:active {
    outline: none;
}

.book-section > p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 24px;
}

.book-section button:hover {
    background-color: #f98531;
    color: #fff;
}

.front#cover, .back#back-cover {
    background-color: #f98531;
    padding: 0 10px;
}

.front#cover h1 {
    color: #fff;
}

.link-btn {
    margin-top: 10px;
}

.single_tedbir_section_2 .container .card.card_container .my-card-body {
    width: 100%;
}

.my-date {
    font-size: 14px;
}

.my-pagination {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    width: calc(100% + 140px);
}

.single_tedbir_section_2 .container .card.card_container .my-card-body h1 {
    font-size: 2.4rem;
}

.link-a {
    display: block;
    color: #fff;
    background-color: #f98531;
    font-size: 12px;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.music-input {
    padding: 5px 10px;
    font-size: 16px;
    width: 20%;
}

.music-btn {
    padding: 5px 10px;
    font-size: 16px;
}

.single_tedbir_section_2 .container .card.my-container {
    padding: 0.6rem 1.6rem;
}

.my-card-body {
     padding: 0 0 1rem 0;
}

@media only screen and (max-width: 1400px) {
    .book-section > .container {
        height: 612px;
    }
}

@media only screen and (max-width: 1050px) {
    .book-section button {
        padding: 5px 10px;
        font-size: 16px;
    }

    .my-pagination {
        left: -58px;
        width: calc(100% + 116px);
    }
}

@media only screen and (max-width: 1200px) {
    .book-section > .container {
        height: 512px;
    }
}

@media only screen and (max-width: 992px) {
    .book-section > .container {
        height: 376px;
    }

    .book-section button {
        border: none;
        padding: 0;
        font-size: 14px;
        border-radius: 0;
    }

    .my-pagination {
        left: -34px;
        width: calc(100% + 68px);
    }

    .mt-150 {
        margin-top: 0 !important;
    }

    .single_tedbir_section_2 .container .card.my-container {
        margin: 0.8rem 0;
    }

    .single_tedbir_section_2 .container .card.card_container .my-card-body h1 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px !important;
        display: block;
    }

}

@media only screen and (max-width: 768px) {
    .book-section > .container {
        height: 274px;
    }
}

@media only screen and (max-width: 576px) {
    .book-section > .container {
        height: 274px;
    }
    .music-input {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .book-section > .container {
        height: 200px;
    }

    .link-a {
        font-size: 12px;
    }
}
