html {
    height: 100%;
}
body{
height:100%;
/*font-family: 'Rajdhani', sans-serif;*/
font-family: "Montserrat", sans-serif;
color: #ffffff;
background-color: #333;
}
ul{
list-style:none;
padding:0;
 }
h1,h2,h3,h4,h5,h6{
font-weight:bold; 
 }

p{
color: #f4f4f4;
font-size:18px; 
 }
a{
text-decoration:none;
color:#fff;
 }
a:hover{
text-decoration:none;
color: #de1002;
 }
a:focus{
text-decoration:none;
color: #de1002;
 }

.button{
background: #de1002;
color:#fff;
padding:10px 20px;
display: inline-block;
transition: 0.3s;
 }
.button:hover,
.button:focus {
background:#fff;
color:#de1002;
 }


.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
border-radius: 6px;
height: 200px;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_red{
color: #de1002;
 }
.col_light{
color:#abb0bf; 
 }

.bg_red{
background: #de1002;
 }
.bg_grey{
background: #191a1d;
 }
.bg_dark{
background: #27292d;
 }

hr{
opacity:1;
background-color:#27292d; 
 }
.font_14{
font-size:14px; 
 }
.font_12{
font-size:12px; 
 }
.font_40{
font-size:40px; 
 }
.font_60{
font-size:60px; 
 }

.line {
height: 3px!important;
width: 60px;
background-color: #de1002;
margin-top:10px;
margin-bottom:10px;
}
.hr_1{
background-color: #de1002; 
 }

/*********************header****************/
#top{
background-color: #191a1d;
border-bottom: 1px solid #27292d; 
padding-top:10px;
padding-bottom:10px;
display: none;
 }
.top_1m .form-control{
height:36px;
 }
.top_1r ul li a{
background:#28292e;
height:35px;
width:35px;
 }
.top_1r ul li a i{
line-height:35px;
font-size:16px;
 }
#header {
    background: url("../img/header-bg.jpg") no-repeat right bottom #000;
}
.header-logo {
    height: 80px;
}
.navbar{
padding-top:5px;
padding-bottom:5px;
/*background-color: #000; */
 }

#header .navbar-brand{
font-size: 1.75rem;
padding:0;
margin:0;
/*display:none;*/
 }
#header .nav-link {
    display: flex;
    color: #fff;
    padding: 5px 12px;
    font-weight: 500;
    font-size: 15px;
    align-items: center;
}
#header .nav-link:hover{
color:#de1002; 
 }
#header .nav-link:focus{
color:#de1002;
 }
#header .active{
color:#de1002;
 }
#header .nav-link i {
    margin-right: 5px;
    
}
#navbarSupportedContent {
    justify-content: flex-end;
}
.drop_1{
min-width:200px;
padding:0;
border-radius:0;
margin-top:21px!important;
border-top:2px solid #de1002;
background:#191a1d;
 }
.drop_1 a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b5b5b5;
    border-bottom: 1px solid #28292e;
    font-weight: 500;
    font-size: 13px;
}
.drop_1 a:hover{
background:#101012;
color:#fff;
 }

.sticky {
position: fixed;
top: 0;
width: 100%;
z-index:3;
padding-top:10px;
padding-bottom:10px;
background-color: #000;
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}
.sticky  .navbar-brand{
display:block!important;
margin-right:0px!important; 
 }

.sticky .drop_1{
margin-top:11px!important; 
 }
/*********************header_end****************/


/*********************common****************/
.pages{
margin-top:35px;
}
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #999;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
 border:1px solid #27292d;
 font-weight:bold; 
 }
.pages ul li a:hover{
 background: #de1002;
 border:1px solid #de1002;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#de1002!important;
border:1px solid #de1002!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
 box-shadow:none;
 border-color:#27292d;
 background:none;
 }
.form-select:focus{
 box-shadow:none;
 border-color:#27292d; 
 }
.form-control{
border-color:#27292d;
border-radius:0;
color:#999!important;
background:none;
 }
.form-select{
border-color:#27292d;
border-radius:0;
color:#999!important;
 }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#999!important;
  opacity: 1; /* Firefox */
}
.center_o1r {
padding-top: 10px;
}
.popular_2i1lm2 ul li a{
background:#000c;
color:#fff;
width:45px;
height:45px;
line-height:45px;
display:block;
border-radius:50%;
 }
.popular_2i1lm2{
padding-top:95px;
display:none;
 }
.popular_2i1lm:hover .popular_2i1lm2{
display:block;
 }
.carousel-indicators [data-bs-target] {
 background-color: #de1002;
}
#stream .carousel-indicators{
bottom:-50px; 
 }
#stream .trend_2im2{
padding:50px 15px 0px 15px!important; 
background-color: rgba(0, 0, 0, 0.8);
height:100%;
 }
.contact_2l1i .form-control {
height: 50px;
}
.contact_2l1i .form_text {
 height: 160px;
}

.accordion-item:first-of-type{
border-radius:0; 
 }
.accordion-item {
border:none;
background:#010102;
}
.accordion-button:not(.collapsed) {
border-radius:0;
color: #de1002;
background-color: #212226;
box-shadow:none;
}
.accordion-button{
box-shadow:none;
font-weight:bold; 
 }
.accordion-item:first-of-type .accordion-button {
border-radius:0;
color: #de1002;
background-color: #212226;
box-shadow:none;
}
.play2rir .progress {
background-color: #fff;
border-radius:0;
height:4px;
}
.play2rir .progress-bar {
background-color: #de1002;
}
/*********************common_end****************/

/*********************footer****************/
.footer_m{
background-color: #000;
padding-top:30px;
padding-bottom:30px; 
 }
#footer {

}
.footer_1i .form-control{
height:36px;
 }
.footer_1i ul li a{
background:#28292e;
height:35px;
width:35px;
 }
.footer_1i ul li a i{
line-height:35px;
font-size:16px;
 }
#footer_b{
border-top:2px solid #de1002; 
 }

/*********************footer_end****************/


@media screen and (max-width : 767px){
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
border-top:1px solid #2d2e34;
margin-top:15px;
 }
#header .nav-link{
font-size:28px;
border-bottom:1px solid #2d2e34;
 }
.navbar-light .navbar-toggler{
box-shadow:none!important;
background:#fff;
border:none;
border-radius:0;
 }
.drop_1{
margin-top:0!important; 
 }
.sticky .drop_1{
margin-top:0!important; 
 }
.drop_1 a{
font-size:24px; 
 }
.line{
margin-left:auto;
margin-right:auto; 
 }

#top{
display:none; 
 }
#header .navbar-brand{
display:block;
}
.sticky  .navbar-brand{
margin-right:0!important; 
 }
.trend_1{
text-align:center; 
 }
.trend_1r{
text-align:center!important; 
margin-top:15px; 
 }
.footer_1i h3{
text-align:center; 
 }
.footer_1i h4{
text-align:center; 
 }
.footer_1i{
margin-top:10px;
margin-bottom:10px;
 }
.footer_1i1i img{
height:auto; 
 }
.footer_1i ul{
text-align:center; 
 }
.footer_1r{
margin-top:15px 
 }
.center_o1r {
text-align:center!important; 
 }
.center_o1l {
text-align:center; 
 }
.pages ul li{
 margin-bottom:8px;
 }
.pages {
text-align:center;
 }
.blog_1r{
margin-top:15px  
 }
.blog_1r1  h4{
text-align:center; 
 }
.contact_1i{
margin-top:10px; 
margin-bottom:10px; 
 }
.contact_2r h5{
 text-align:center;
 }
.contact_2l h4{
 text-align:center; 
 }
.contact_2l1i .form-control {
margin-top:15px;
}
.contact_2l1i h6{
 text-align:center;
 }
#stream .trend_2im2 {
display:none; 
 }
.trend_1l{
text-align:left;
 }
.trend_1r{
text-align:right!important;
margin-top:0; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.sticky  .navbar-brand{
margin-right:20px!important; 
 }
.sticky .nav-link{
padding:10px 10px!important; 
 }
.popular_2i1lm1 img{
min-height:240px; 
 }
#stream .trend_2im2 {
display:none; 
 }
.contact_1il span{
font-size:16px!important; 
 }
 }
@media (min-width:871px) and (max-width:991px) {
.sticky  .navbar-brand{
margin-right:40px!important; 
 }

 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.sticky  .navbar-brand{
margin-right:60px!important; 
 }
.popular_2i1lm1 img{
min-height:240px; 
 }
#stream .trend_2im1 img{
min-height:200px; 
 }
 }
@media (min-width:1201px) and (max-width:1255px) {

 }

/******************Custom CSS********************/
.owl-carousel .owl-stage {
    padding: 20px 0;
}
.owl-theme .owl-nav {
    position: absolute;
    width: calc(100% - (calc(var(--bs-gutter-x)* 1)));
    top: 40%;
    display: flex;
    justify-content: space-between;
    height: 0;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-item {
    border-radius: 6px;
    border:3px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    box-shadow:0px 0px 15px #000;
}
.owl-carousel .owl-item:hover {
    transition: all 0.5s;
    border:3px solid #fff;
    transform:scale(1.10);
}
.owl-carousel .owl-item img {
    transition: all 0.5s;
}
.owl-carousel .owl-item:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #de1002;
}
.owl-dots {
    display: none;
}


.user-pro-ico {
    width:28px;
    height:28px;
    border:1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.user-pro,
.user-pro-item {
    display: flex;
    align-items: center;
}
.user-pro-ico img {
    width:100%;
}
.user-pro-item .user-pro-ico {
    margin-right: 10px;
}
.user-pro .user-pro-ico {
    margin-left: 10px;
}
.dropdown-menu[data-bs-popper] {
    left: auto;
    right:0;
}
.user-pro-item i {
    margin-right: 10px;
    font-size: 18px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.w-100 {
    width:100%;
}
.om7nme {
    height: 100%;
    line-height: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.scene-bg-wrap {
    align-items: start;
    display: flex;
    justify-content: center;
    height: calc(100vh - 151px);
    overflow-y: auto;
    padding-bottom: 1px;
    position: relative;
    width: 100%;
}
/*
.scene-bg {
    align-items: start;
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 90px);
    overflow-y: hidden;
    position: absolute;
    width: 100%;
}
*/
.om7nme img {
    width:100%;
    height:100%;
}
.scene-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, #00050d, rgba(0, 5, 13, 0) 33.42%);
    height: 100%;
    left: 0;
    pointer-events: none;
}
.scene-gradient:before {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    bottom: 0;
    content: "";
    height: inherit;
    transition: opacity .5s linear;
    background: linear-gradient(90deg,#00050d,rgba(0,5,13,.991) 6.67%,rgba(0,5,13,.964) 13.33%,rgba(0,5,13,.918) 20%,rgba(0,5,13,.853) 26.67%,rgba(0,5,13,.768) 33.33%,rgba(0,5,13,.668) 40%,rgba(0,5,13,.557) 46.67%,rgba(0,5,13,.443) 53.33%,rgba(0,5,13,.332) 60%,rgba(0,5,13,.232) 66.67%,rgba(0,5,13,.147) 73.33%,rgba(0,5,13,.082) 80%,rgba(0,5,13,.036) 86.67%,rgba(0,5,13,.009) 93.33%,rgba(0,5,13,0));
}
.oSG1hM {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 90px);
    position: relative;
}
.movie-details-wrap {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}
/*
.movie-details-wrap {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
*/
.detail-section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    padding-top: 150px;
}
.detail-section h1,
.movie-desc {
 margin-bottom: 20px;   
}
.tab-pane {
    padding-top: 20px;
}
.av-detail-section {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 64px;
    position: relative;
    width: 100%;
}
.nav-tabs#myTab .nav-item {
    margin-right: 2rem;
}
.nav-tabs#myTab .nav-link {
    padding: 0.5rem 0;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-tabs#myTab .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.cat-wrapper {
    padding: 30px 50px 50px;
}
.avatar {
    padding: 30px 50px 50px;
    min-height: calc(100vh - 150px);
}
.cat-list {
    list-style-type: none;
    display: flex;
    grid-gap: 18px;
    flex-wrap: wrap;
}
.cat-item {
    width:calc(20% - 15px);
    border-radius: 6px;
    border: 3px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0px 0px 15px #000;
}
.cat-item:hover {
    transition: all 0.5s;
    border-color:#fff;
    transform: scale(1.10);
    z-index: 1;
}
.modal-dialog.player-popup .modal-body {
    padding: 0;
    display: flex;
}
.modal-dialog.player-popup .btn-close {
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 2em;
    z-index: 1;
}
.modal-dialog.player-popup .btn-close:hover {
    color: #fff;
}
.modal-dialog.player-popup .modal-content {
    border:0;
    height: 100%;
    background-color: #000;
    border-rad:0;
}
.vid-player {
    aspect-ratio: 19 / 9;
}
.btn-close {
    color: #fff;
}
.carousel-control-next, 
.carousel-control-prev {
    width: 5%;
}
@media (min-width: 576px) {
.modal-dialog.player-popup {
    max-width: 100%;
    margin: 0;
    height: 100%;
}
}

.footer_1l p {
    font-size:16px;
}
.category,
.watchlist {
    min-height: calc(100vh - 150px);
}
.watching {
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-in-form {
    min-height: calc(100vh);
    background: url("../img/movie-tile-bg2.webp") no-repeat center;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(7deg, rgba(0, 0, 0, 0.8500) 10.00%, rgba(0, 0, 0, 0.8465) 17.25%, rgba(0, 0, 0, 0.8361) 24.50%, rgba(0, 0, 0, 0.8187) 31.75%, rgba(0, 0, 0, 0.7944) 39.00%, rgba(0, 0, 0, 0.7632) 46.25%, rgba(0, 0, 0, 0.7250) 53.50%, rgba(0, 0, 0, 0.6868) 60.75%, rgba(0, 0, 0, 0.6556) 68.00%, rgba(0, 0, 0, 0.6312) 75.25%, rgba(0, 0, 0, 0.6139) 82.50%, rgba(0, 0, 0, 0.6035) 89.75%, rgba(0, 0, 0, 0.6000) 97.00%);
}
.sign-in-form .card {
    background-color: #000;
}
.pricing {
    min-height: calc(100vh - 150px);
    padding: 30px 50px 50px;
}
.avatar-wrapper {
    display: flex;
    justify-content: center;
}
.select-avatar {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pin-wrapper {
    text-align: center;
}
.user-avatar {
    width:100px;
    text-align: center;
    margin: 0 20px;
    position: relative;
}
.select-avatar .user-avatar {
     width: 180px; 
    margin-bottom: 30px;
}
.user-pic {
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s;
}
.select-avatar .user-avatar .user-pic {
    border:3px solid transparent;
}

.user-pic:hover {
    transition: all 0.5s;
    transform: scale(1.2);
}
.select-avatar .user-avatar .user-pic:hover {
    border-color:#fff;
}
.user-pic img {
    width:100%;
}
.user-avatar-title {
    margin: 10px 0;
}
.add-new-profile {
    width: 100px;
    height: 100px;
    background-color: #6f6f6f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.5s;
}
.add-new-profile:hover {
    transition: all 0.5s;
    transform: scale(1.2);
}
.edit-pro {
    position: absolute;
    right: 0;
    top: 40%;
    background-color: #333333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    cursor: pointer;
}
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.otp-field input[type=number] {
  -moz-appearance: textfield;
}

/*********************************Toggle Switch CSS*******************************/

.inner{
    width:100%;
    float:left;
    position:relative;
}



.holder{
    background: #fff;
    box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2);
    padding: 40px 15px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    transition:0.5s ease;
}

.holder:hover{
    transform:translateY(-5px);
    
}



.holder .hdng p{
    font-size:28px;
    font-weight:bold;
    color:#242526;
}

.holder .img img{
    width:70%;
}

.holder .price p{
    color:#de1002;
    margin-bottom:25px;    
}

.holder .price p b{
    font-size:40px;
    font-weight:bold;
}

.holder .price p span{
    font-size:18px;
}

.holder .info p{
    margin-bottom:15px;
    color:#242526;
    font-weight:14px;
}
.holder:hover,
.holder.active{
    background:#de1002;
}

.holder.active .hdng p,
.holder:hover .hdng p,
.holder.active .price p,
.holder:hover .price p,
.holder.active .info p,
.holder:hover .info p {
    color:#fff;
}
.holder:hover .readon,
.holder.active .readon{
    background:#fff;
    color:#de1002!important;
}

.holder.active .readon:hover{
    background:#242526;
    color:#fff!important;
}

.tabsBtnHolder ul{
    float:left;
    display:block;
    width:100%;
    max-width:360px;   
    border-radius:1.6666666667rem;
    margin:0px auto;
    background:#de1002;
    text-align:center;
    position:relative;
}

.tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}

.tabsBtnHolder ul li p{
    color:#fff;
    padding:10px 10px;
    z-index:10;
    position:relative;
    cursor:pointer;
    margin: 0;
}

.tabsBtnHolder ul li p.active{
    color:#de1002;
}

.tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 2px; /*163px*/
    background: #fff;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 176px;
    z-index:9
}
.readon {
    position: relative;
    display: inline-block !important;
    background-color: #de1002;
    padding: 14px 30px;
    line-height: normal;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    text-transform: capitalize !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.readon:hover,
.readon:focus {
    background: #242526;
}
.cnrflash {
    position: absolute;
    top: -11px;
    right: -12px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

.cnrflash-inner:before, .cnrflash-inner:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}
/*****************************************************************/
.text-content {
    min-height: calc(100vh - 150px);
    padding: 30px 50px 50px;
    text-align: justify;
}
.text-content p {
    font-size: 16px;
    line-height: 22px;
}
.text-content h3 {
    margin-top: 40px;
    font-size: 18px;
}
.text-content ul {
    list-style-type: disc;
    padding-left: 32px;
    margin: 24px 0;
}
.text-content ul li {
    margin: 0 0 8px;
    padding: 0 0 0 5px;
    position: relative;
}
.book-wrapper {
    padding: 100px 50px 50px;
}
.book-list {
    list-style-type: none;
    display: flex;
    grid-gap: 18px;
    flex-wrap: wrap;  
}
.book-item-wrapper {
    width: calc(12% - 9px);
    border-radius: 6px;
    border: 3px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0px 0px 15px #000;
}

/*************************************************/

.books .owl-carousel .owl-item,
.book-item-wrapper {
    border: 0;
    perspective: 600px;
    display: block;
    box-shadow: none;
}
.books .owl-carousel .owl-item .item,
.book-item-wrapper .book-item {
    transition: all 0.5s;
    position: relative;
}
.books .owl-carousel .owl-item:hover .item,
.book-item-wrapper:hover .book-item {
    transition: all 0.5s;
    -webkit-transform: rotateY(-45deg) scale(0.88);    
    transform: rotateY(-45deg) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.books .owl-carousel .owl-item .item::after,
.book-item-wrapper .book-item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 98.5%;
	bottom: 3px;
	width: 45px;
	background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 5px, #aaa 6px);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.books .owl-carousel .owl-item:hover,
.book-item-wrapper:hover {
    transform: none;
    border: 0;
}
.books .owl-carousel .owl-item:hover img,
.book-item-wrapper:hover img {
    transform: none;
    transition: all 0.5s;
}
/*
.book-item-wrapper .book-item::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 98.5%;
	bottom: 3px;
	width: 45px;
	background: repeating-linear-gradient(to right, #f5f5f5, #f5f5f5 5px, #aaa 5px, #aaa 6px);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}


*/

/************************************************************/
@media screen and (max-width: 1450px){
   .book-item-wrapper {
    width: calc(16% - 9px); 
}
}

@media screen and (max-width: 1200px){
   .book-item-wrapper {
    width: calc(19% - 9px); 
}
}

@media screen and (max-width: 1024px){
.book-item-wrapper {
    width: calc(24% - 9px);
}
}

@media screen and (max-width: 768px){
.book-item-wrapper {
    width: calc(32% - 9px);
}
}

@media screen and (max-width: 600px) {
    .book-item-wrapper {
        width: calc(48% - 9px);
    }
}

@media screen and (max-width: 400px) {
    .book-item-wrapper {
        width: 80%;
    }
    .book-list {
    justify-content: center;
}
}









