/*Media Query Start*/

@media only screen and (min-width: 1800px) and (max-width: 2199px) {
    .container {
        max-width: 1400px !important;
    }
    .header-sec-img a,
    .header-sec-img img {
        max-width: 100%;
        width: 100%;
    }
    .header-sec-img {
        max-width: 100% !important;
        width: 100% !important;
        height: 480px;
    }
    .header-book-img,
    .header-book-img a {
        width: 190px;
        height: 290px;
    }
    .intro-title {
        font-size: 30px;
        line-height: 40px;
    }
    .intro-text {
        font-size: 20px;
        line-height: 30px;
    }
    .intro-video {
        max-width: 650px;
    }
    .book-title {
        font-size: 30px;
        line-height: 40px;
    }
    .book-subtitle {
        font-size: 24px;
    }
    p {
        font-size: 20px;
        line-height: 30px;
    }
    .book-img {
        width: 350px;
        height: 500px;
        object-fit: cover;
    }
    .book-video {
        max-width: 600px;
    }
    .author-title {
        font-size: 30px;
        line-height: 40px;
    }
    .author-text {
        font-size: 20px;
        line-height: 30px;
    }
    .links-interview-img {
        width: 700px;
        height: 350px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 2200px) and (max-width: 3000px) {
    .container {
        max-width: 1600px !important;
    }
    .header-sec-img a,
    .header-sec-img img {
        max-width: 100%;
        width: 100%;
    }
    .header-sec-img {
        max-width: 100% !important;
        width: 100% !important;
        height: 550px;
    }
    .header-book-img,
    .header-book-img a {
        width: 200px;
        height: 300px;
    }
    .intro-title {
        font-size: 30px;
        line-height: 40px;
    }
    .intro-text {
        font-size: 24px;
        line-height: 34px;
    }
    .intro-video {
        max-width: 650px;
    }
    .book-title {
        font-size: 30px;
        line-height: 40px;
    }
    .book-subtitle {
        font-size: 24px;
    }
    p {
        font-size: 24px;
        line-height: 34px;
    }
    .book-img {
        width: 350px;
        height: 500px;
        object-fit: cover;
    }
    .book-video {
        max-width: 600px;
    }
    .author-title {
        font-size: 30px;
        line-height: 40px;
    }
    .author-text {
        font-size: 24px;
        line-height: 34px;
    }
    .links-interview-img {
        width: 700px;
        height: 350px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .sec-border::before {
        width: 78%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sec-border::before {
        width: 95%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px !important;
    }
    .sec-border::before {
        width: 95%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px !important;
    }
    .header-book-covers {
        justify-content: center;
        gap: 20px;
    }
    .sec-border::before {
        width: 95%;
    }
    p {
        font-size: 15px;
    }
    .links-sec.sec-border {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
    .header-book-covers {
        justify-content: center;
        gap: 10px;
    }
    .sec-border::before {
        width: 95%;
    }
    p {
        font-size: 15px;
    }
    .book-video {
        max-width: 100%;
    }
    .book-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .links-sec {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .header-book-covers {
        justify-content: center;
        gap: 5px;
    }
    .header-book-img {
        width: 65px;
        height: 100px;
    }
    .intro-title {
        font-size: 18px;
    }
    .intro-text {
        font-size: 15px;
    }
    .intro-video {
        max-width: 100%;
    }
    .sec-border::before {
        width: 95%;
    }
    .book-title {
        font-size: 18px;
    }
    p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .book-buttons {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        gap: 5px;
    }
    .book-btn {
        margin-right: 0;
    }
    .book-btn img {
        object-fit: contain;
    }
    .book-buttons img {
        object-fit: contain;
    }
    .links-sec.sec-border {
        padding-bottom: 15px;
    }
}


/*Media Query End*/


/* Responsive Styles */

@media (max-width: 1200px) {
    .header-sec-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .book-content {
        padding-left: 12px;
        margin-top: 20px;
    }
    .header-book-img {
        width: 120px;
        height: 177px;
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .intro-sec {
        padding: 20px 0;
    }
    .book-sec {
        padding: 20px 0;
    }
    .book-img {
        width: 180px;
        height: 260px;
    }
    .header-book-img {
        width: 100px;
        height: 148px;
        margin: 0 2px;
    }
    .links-interview-img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .header-book-img {
        width: 100px;
        height: 148px;
    }
    .book-btn {
        display: block;
    }
}