.story {
   width:100%;
	padding:10px 5px;
  margin: auto;

}


.story-panel h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  width: 100%;
}



.story-panel h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #c00;
  z-index: 1;
  
}

.story-panel h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
}


.story .story-item {
	  height: 430px;
    border-radius: 15px;
   /*  background: #3e7fff; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    position:relative;
    font-size:13px;	
    margin: 15px;
}  
.story .story-item:before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: .2;
    border-radius: 15px;
  } 
  .story .story-item h3 {
    position: static;
    bottom: 0;
    padding: 10px 5px;
    text-align: center;
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    left: 10px;
    right: 10px;
    display: flex;
    text-align: left;
    bottom: 15px;
    font-weight: 400;
    line-height: 20px;
}
.story .owl-stage {
    right: 15px;
}
.rounded {
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    color: #fff;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px 8px;
    background: -ms-linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    width: auto;
    height: auto;
    position: static;
    border-radius: 10%;
    bottom: 40px;
    left: 25px;
}



.story-panel .nav-link-all {
  float: right;
  text-align: right;
  width: 100%;
  position: relative;
  top: 30px;
  z-index: 9;
  text-decoration: none;
  font-size: 16px;
}

.web-story-cat h5 a:hover{text-decoration: none;}


.web-story-cat .article__entry{margin-bottom: 20px;}



.webstory-bottom-panel{

  display: block;
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
}










.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.slide-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.slide-content h1 {
  margin: 0;
  font-size: 2.5rem;
}
.slide-content p {
  margin-top: 10px;
  font-size: 1.2rem;
}
.lightbox-trigger {
  position: absolute;
  top: 10%;
  right: 10%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}