.custom-section{
  padding: 25px;
}

.custom-parallax{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.slideshow-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-number {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slideshow-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.owl-nav{
  width: 100%;
  text-align: center;
}

.owl-prev {
  float: left;
  font-size: 15px;
  padding: 15px;
}

.owl-next {
  float: right;
  font-size: 15px;
  padding: 15px;
}
.bg-dark .owl-prev{
  color:#FFF;
}
.bg-dark .owl-next{
  color:#FFF;
}


.charecter-text{
  font-weight: 500;
  background-image: linear-gradient(to right, #067effd1, #23c0ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Writer-gallery{
  position: relative;
}

.Writer-gallery image{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.Writer-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.5);
}

.Writer-text{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Writer-gallery:hover .Writer-overlay {
  opacity: 1;
}



div.poster-gallery {
  margin-top : 10px;
  margin-bottom : 10px;
  position: relative;
}

div.poster-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
div.poster-gallery img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.poster-overlay {
  position: absolute; 
  bottom: 0; 
  height: auto;
  border-radius: 10px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.poster-text{
  font-weight: 500;
  background-image: linear-gradient(to right, #4381ecf6, #57FAF3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.poster-gallery:hover .poster-overlay {
  opacity: 1;
}

*{
  box-sizing: border-box;
}

.paginationArea {
  text-align: right;
  margin-top: 15px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #869ab8;
  color: #FFFFFF;
  border-radius: 5px;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #FFFFFF;
  color: #869ab8;
  border: 1px solid #869ab8;
  pointer-events: none;
}

.poster-column {
  float: left;
  width: 12.5%;
  padding: 5px;
}
.poster-column-6 {
  float: left;
  width: 16.66%;
  padding: 5px;
}

/* Clear floats after the columns */
.poster-row {
  margin-left:auto;
  margin-right:auto;
  content: "";
  display: table;
  clear: both;
}



@media (max-width:1200px){
  .custom-section{
    padding: 25px;
  }
  .poster-column,.poster-column-6 {
    width: 16.66%;
  }
}

@media (max-width:992px){
  .custom-section{
    padding: 25px;
  }
  .poster-column,.poster-column-6 {
    width: 25%;
  }
}

@media (max-width:768px){
  .custom-section{
    padding: 30px;
  }
  .poster-column,.poster-column-6 {
    width: 33.33%;
  }
}

@media (max-width:576px){
  .custom-section{
    padding: 10px;
  }
  .poster-column,.poster-column-6 {
    width: 50%;
  }
}

