.banner .btn-button {
    width: 240px;
}

#languagesModal .modal-title {
    color: rgb(160, 82, 45);
    text-align: center;
    margin-bottom: 26px;
    font-weight: 600;
}

#languagesModal .loading-text {
    text-align: center;
    font-size: 14px;
    color: #000 !important;
}

#languagesModal .modal-body {
    padding-top: 0;
}

#languagesModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.language-list {
    border-color: rgb(160, 82, 45);
    color: #fff;
    background-color: rgb(160, 82, 45);
    border: 2px solid;
}

.language-list:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

#languagesList li {
    text-transform: capitalize;
    border-bottom-color: transparent;
    font-size: 14px;
    background-color: #f3eded;
    margin-bottom: 8px;
    padding: 11px;
    border-radius: 0;
    border: 0;
    width: 227px;
}

#languagesModal .modal-content {
    background-color: #e7d3b8;
}

.banner .banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

header .menu ul {
    text-align: end;
}

.series .book-list img {
    height: 180px;
    object-fit: fill;
}

.collection-page .box .name-box img {
    object-fit: cover;
    height: 133px;
    width: 133px;
}

.series-box img {
    height: 350px;
    object-fit: contain;
}

.topAdjust {
    position: relative;
    top: -10px;
}

.series-box img {
    height: 380px;
    object-fit: cover;
}

.banner {
    position: relative;
}

@media only screen and (max-width: 1920px) {
    header .stellarnav > ul > li > a {
        padding: 20px 12px;
    }

    .banner .button-box {
        gap: 21px;
        margin-top: 0rem;
    }
}

@media only screen and (max-width: 1680px) {
    .series-box img {
        height: 365px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1440px) {
    .collection-page .box h4 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1366px) {
    header .stellarnav > ul > li > a {
        padding: 20px 5px;
    }

    .collection-page .box h4 {
        font-size: 24px;
    }

    .home-about .wrap-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
    }

    .series-box img {
        height: 330px;
        object-fit: cover;
    }

    /* .banner .banner-text {
        top:80%;
    } */
}

@media only screen and (max-width: 1280px) {
    /* .banner .banner-text {
        top: 65%;
    } */
     .collection-page .boxInner {
    padding: 0 50px 0 199px;
}
.collection-page .box .side-image {
    position: absolute;
    top: 46px;
    left: -45px;
    z-index: 1;
}
}

@media only screen and (max-width: 1200px) {
    .home-series .home-book-image {
        height: 659px;
        width: 100%;
        position: relative;
        left: 10%;
    }

    .home-series .home-book-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .home-series .button-group {
        position: absolute;
        top: 40%;
    }
}

@media only screen and (max-width: 1156px) {
    .series-box img {
        height: 270px;
        object-fit: cover;
    }

    .home-series .text-box {
        min-height: 100px;
        padding: 15px 25px;
    }

    .home-series .button-group {
        position: absolute;
        left: 30%;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .banner .banner-text {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -moz-transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }
   /* .collection-page .container, .container-md, .container-sm {
        max-width: 100%;
    } */
    .home-series .home-book-image {
        height: 589px;
    }

    .series .book-list img {
        height: 150px;
        object-fit: fill;
    }

    .banner .button-box {
        margin-top: 0;
    }

    header .stellarnav > ul > li > a {
        font-size: 14px;
    }

    /* .banner .banner-text {
        top: 30%;
    } */
}

@media screen and (max-width: 991px) {
    header .stellarnav > ul > li > a:hover {
        color: #ffffff94;
    }

    ul li.active-menu > a {
        color: #ffffff94 !important;
    }

    .banner .banner-text {
        top: 44%;
    }

    .banner .banner-text .desktop {
        margin-top: 0;
    }

    .home-series .text-box {
        padding: 9px 11px;
        width: 100%;
    }

    .home-series .col-lg-8 .series-box {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .home-series .home-book-image {
        height: 468px;
        left: 0;
    }

    .home-series .button-group {
        position: absolute;
        top: 40%;
        left: 21%;
        right: 0;
        margin: auto;
    }

    .home-series .wrap-text.text-end {
        text-align: left !important;
    }

    .home-about .wrap-box {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }

    .home-about .wrap-box .box {
        width: 33.333%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 30px;
    }

    footer .top-footer {
        padding: 40px 0;
    }

    .stellarnav {
        width: auto;
        float: right;
    }

    .stellarnav .menu-toggle span.bars span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 0 0 6px;
    }

    .stellarnav.mobile ul {
        background: #a0522d;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before {
        width: 18px;
        border-bottom: solid 3px #fff;
        position: absolute;
    }

    .home-about .series {
        padding: 34px 50px 36px;
        margin-top: 50px;
    }

    .home-about {
        padding-top: 0px;
        margin-top: -58px;
    }

    .home-about .wrap-box .text p,
    .home-series .text-box p,
    .home-about .series p {
        font-size: 14px;
    }

    .inner-banner h1 {
        font-size: 38px;
    }

    .inner-banner form {
        margin-top: 0;
    }

    .inner-banner {
        padding: 50px 0 50px 0;
    }

    .stellarnav .call-btn-mobile,
    .stellarnav .close-menu,
    .stellarnav .location-btn-mobile,
    .stellarnav .menu-toggle {
        padding: 15px 0 15px 15px;
        box-sizing: border-box;
    }

    .collection-page .box .side-image img {
        width: 164px;
        height: 226px;
        object-fit: cover;
    }

    .collection-page .box .side-image {
        top: 46px;
        left: -112px;
    }
    /* 
    .collection-page .box {
        padding: 50px 25px 50px 169px;
    } */
    .collection-page .boxInner {
        padding: 0 50px 0 69px;
    }

    .banner .button-box {
        margin-top: 0;
    }

    /* .banner .banner-text {
        top: 33%;
    } */
    header .stellarnav > ul > li > a {
        color: #fff;
    }

    .stellarnav.mobile.left .close-menu,
    .stellarnav.mobile.right .close-menu {
        position: relative;
        right: 20px;
    }

    .series .book-list img {
        height: 280px;
        object-fit: fill;
    }

    .banner .video-part video {
        height: 600px;
        object-fit: cover;
    }
    .collection-page .box .side-image {
        position: static;
        width: 100%;
    }

    .collection-page .box .side-image img {
        width: 100%;
        max-width: 300px;
        height: auto;
        object-fit: cover;
        margin: 0 auto 25px;
    }

    .collection-page .box {
        padding: 0;
    }

}

@media screen and (max-width: 850px) {
    /* .banner .banner-text {
        top: 28%;
    } */
}

@media screen and (max-width: 768px) {
    .banner .button-box {
        margin-top: 0;
    }

    .banner .banner-text {
        top: 46%;
    }
}

@media screen and (max-width: 767px) {
    /* .banner .banner-text {
        top: 23%;
    } */
    .desktop {
        margin-top: 0;
    }

    .home-about .wrap-box .box {
        width: 50%;
    }

    .home-about .wrap-box .text h6 {
        font-size: 22px;
        font-weight: 600;
    }

    .home-series .ps-5 {
        margin-top: 25px;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .ps-5 {
        padding-left: 12px !important;
    }

    .home-series .home-book-image {
        height: auto;
        left: 0;
    }

    .series-box img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .btn-button {
        padding: 11px 8px;
    }

    .image-box-slider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 15px);
    }

    .image-box-slider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 15px);
    }

    .inner-banner .imageslider,
    .inner-banner .swiper,
    .inner-banner .swiper-slide {
        height: 420px;
    }

    
    .head.d-flex {
        flex-direction: column;
    }

    .banner .button-box {
        margin-top: 0;
    }

    .series .book-list img {
        height: auto;
        object-fit: cover;
    }
    .collection-page .boxInner {
        padding:15px;
    }
    .collection-page .head h4 {
    width: 100%;
    max-width: 100%;
}
}

@media screen and (max-width: 575px) {
    #captcha {
        margin-bottom: 4px;
    }

    .captcha-form #captcha_error {
        position: unset;
        margin-top: 10px;
    }

    .inner-banner form .form-control {
        padding-left: 13px;
        padding-top: 9px;
        height: 47px;
        margin-bottom: 2px;
    }

    .inner-banner form textarea {
        height: 100px !important;
    }

    .inner-banner {
        padding: 30px 0 30px 0;
    }

    .captcha-container {
        margin: 0 !important;
        padding: 0 !important;
    }

    #contactForm .about-one_button {
        margin-top: 14px;
    }

    .banner .banner-text {
        top: 45%;
    }

    #languagesList {
        flex-direction: column;
    }

    #languagesList li {
        width: 100%;
    }

    .home-about .series {
        padding: 17px 18px 36px;
    }

    .collection-page .box iframe {
        width: 100%;
        min-height: 900px !important;
    }

    .banner .video-part video {
        object-fit: cover;
        height: 400px;
    }

    .banner {
        padding-bottom: 91px;
    }

    .inner-banner h1 {
        font-size: 30px;
    }

    .collection-page .box .name-box .image-box {
        text-align: center;
        width: 100%;
        margin-top: 0;
        position: relative;
        z-index: 1;
        flex: 0 0 100%;
    }

    .name-box {
        flex-direction: column;
    }

    .collection-page .box .name-box .image-box::after {
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .collection-page .box {
        padding: 0;
    }

    .collection-page .box h4 {
        font-size: 20px;
    }

    .collection-page .box .name,
    .collection-page .box .text {
        font-size: 14px;
    }

    .home-series .col-lg-8 .series-box {
        margin-bottom: 10px !important;
    }

    .home-series .home-book-image {
        margin-bottom: 37px;
    }

    .newsletter .btn-button {
        padding: 11px 34px;
    }

    footer .bottom-footer {
        height: 63px;
    }

    .top-footer .col-sm-6.col-md-6.col-lg-4 .footer-part:last-child {
        margin-top: 12px;
    }

    footer .top-footer {
        padding: 24px 0;
    }

    footer .top-footer .newsletter {
        padding: 12px 11px;
        margin-top: 10px;
    }

    .home-about .wrap-box .box .btn-button {
        padding: 11px 32px;
    }

    .home-series .wrap-text {
        margin-bottom: 30px;
    }

    .home-series {
        padding: 30px 0 0;
    }

    .home-about .series {
        margin-top: 0;
    }

    .collection-page .head.d-flex {
        margin-bottom: 10px;
    }

    .collection-page .box .name-box p {
        margin-bottom: 0;
    }

    .collection-page .box .btn-button {
        width: 100%;
    }

    .collection-page .box .name-box {
        margin: 16px 0;
        border: 2px solid #fff;
        padding: 15px;
        gap: 0px;
    }

    .banner .button-box {
        margin-top: 0;
    }

    .collection-page .box .side-image img {
        margin: 0 auto 16px;
    }

    .collection-page .box h4 p {
        margin-bottom: 4px;
    }

    #contactForm .captcha-container .d-flex {
        flex-direction: column;
    }

    #contactForm .captcha-container .flex-grow-1 {
        width: 100%;
    }

    .collection-page .box .side-image img {
        max-width: 100%;
    }

    header.inner-header {
        padding: 12px 0;
    }

    header .logo a {
        display: flex;
    }

    header .logo img {
        max-width: 76%;
    }

    .stellarnav .menu-toggle span.bars span {
        margin: 5px 0 0;
    }

    .stellarnav .call-btn-mobile,
    .stellarnav .close-menu,
    .stellarnav .location-btn-mobile,
    .stellarnav .menu-toggle {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    /* .banner .banner-text {
    top: 32%;
    } */
    .inner-banner .imageslider,
    .inner-banner .swiper,
    .inner-banner .swiper-slide {
        height: 292px;
    }
    .banner .button-box {
        margin-top: 0;
    }

    .home-about .wrap-box img {
        height: 303px;
        width: 241px;
        object-fit: contain;
    }
    .collection-page .box iframe {
        width: 100%;
        min-height: 770px !important;
    }
}

@media screen and (max-width: 414px) {
    .home-about .wrap-box .box {
        width: 100%;
        text-align: center;
    }

    .banner .button-box {
        margin-top: 0;
    }
}

@media screen and (max-width: 380px) {
    .collection-page .box p {
        word-break: break-all;
        font-size: 14px;
    }
    .collection-page .box iframe {
        width: 100%;
        min-height: 790px !important;
    }

    .collection-page .box h4 p {
        word-break: break-word;
        font-size: 14px;
    }

    .banner .button-box {
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
}
