body{
  background: #2d2d2d;
  position: relative;
  overflow: hidden
}
ul.slick-dots{
  top: -40px;
}
.center-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* HOMEPAGE */
.stories-title{
  z-index: 2;
  margin-top: 4%;
}
.stories-title span{
  font-family: 'PT Sans';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}
.stories-content{
  z-index: 2;
  margin: 15px 0 20px 0
}
.gradient-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 5px transparent;
  /* !importanté */
  border-radius: 20px;
}
.gradient-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -8px;
  /* !importanté */
  border-radius: 15px;
  /* !importanté */
  background: linear-gradient(154deg, #f9c662, #e6683c 17%, #dc2743 46%, #cc2366 81%, #bc1888);
}
.gradient-layer{
  position: absolute;
  width: 100%;
  height: 15vh;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4));
}
.tombol-kisah-holder{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 711px;
  margin: 0 auto;
  cursor: pointer;
  z-index: 2;
}
.tombol-kisah-holder img{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.tombol-kisah-holder img{
  -webkit-animation: pulse 1s infinite; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate;
  animation: pulse 1s infinite;
  animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes pulse {
  from {transform: scale(1)}
  to {transform: scale(1.2)}
}

/* Standard syntax */
@keyframes pulse {
  from {transform: scale(1)}
  to {transform: scale(1.2)}
}
.overlay-black {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out; 
}
.overlay-black:hover {
  background: transparent !important;
  cursor: pointer;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out; 
}
.all-radius{
  border-radius: 15px
}
h1.title-overlay {
  position: absolute;
  width: 70%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  bottom: 10px;
  margin-left: 10px;
  font-weight: 400;
  text-shadow: 0 2px 4px #000; 
}
.load-more-stories{
  border: 1px solid #979797;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px 0;
  z-index: 2;
  color: #979797;
}

circle{
  fill: none
}
.p-relative {
  position: relative
}
.background-styling {
  box-sizing: content-box; 
  height:100vh;
  overflow:hidden; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  animation: zoombg 5s infinite;
  animation-direction: alternate;
  filter: blur(5px);
  -webkit-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes zoombg {
  from {transform: scale(1.2)}
  to {transform: scale(1.4)}
}

/* Standard syntax */
@keyframes zoombg {
  from {transform: scale(1.2)}
  to {transform: scale(1.4)}
}
.overlay-background{
  /* background-image: url(../img/bg-trans.png) ; */
  background-image: url(/kisah/_next/static/images/bg-trans-0671a84f0f20bb7813ed7be88b88f3db.png), linear-gradient(125deg, rgba(0, 13, 23, 0.55), rgba(14, 0, 19, 0.6));
  width:100%; 
  height:100%; 
  position:absolute; 
  top:0; 
  left:0; 
  z-index:2;
  background-repeat: no-repeat;
  background-size: cover
}
.logo-container{
  position: absolute;
  left: 3%;
  z-index: 20;
  top: 3%;
  min-width: 50px;
  max-width: 50px;
}
.sharing-container{
  position: absolute;
  right: 3%;
  top: 3%;
  min-width: 30px;
  max-width: 30px;
  z-index: 5
}
.sharing-content{
  background: none;
  cursor: pointer;
  font-size: 30px
}
div.cgeQjm span{
  display: none
}
.eqeAgc:hover, .eqeAgc:active{
  background: none;
}
.fWYWWZ:hover, .fWYWWZ:active{
  background: none;
}
.ksIwnZ:hover, .ksIwnZ:active{
  background: none;
}
div.sc-bxivhb div svg:hover{
  fill: #2795e9;
}
div.sc-gqjmRU div svg:hover{
  fill: #1da851;
}
div.sc-ifAKCX div svg:hover{
  fill: #2d4373;
}
.container400{
  min-width: 400px;
  max-width: 400px;
}
.button-holder{
  position: absolute;
  right: 0;
  background: #1C4370;
  bottom: 30px;
  padding-left: 20px;
  padding-right: 25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 80px
}
.button-holder.animation-on{
  animation: holder 2s;
  animation-fill-mode: forwards; 
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes holder {
  from {width: 80px}
  to {width: 215px}
}
/* Standard syntax */
@keyframes holder {
  from {width: 80px}
  to {width: 215px}
}
.button-content{
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%)
}
.button-content.animation-on{
  animation: button 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s
}
.animation-on{
  animation: cover 3s;
  animation-fill-mode: forwards;
  /* animation-delay: 1.5s */
}
@-webkit-keyframes button {
  from {opacity: 0; display: none}
  to {opacity: 1; display: inline-block;}
}
/* Standard syntax */
@keyframes button {
  from {opacity: 0; display: none}
  to {opacity: 1; display: inline-block;}
}

@-webkit-keyframes cover {
  from {opacity: 0}
  to {opacity: 1}
}
/* Standard syntax */
@keyframes cover {
  from {opacity: 0}
  to {opacity: 1}
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: none;
  text-align: center;
  opacity: .25;
  color: #000;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10%;
  height: 4px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 4px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: rgba(255, 255, 255, .49);
  border-radius: 2px
}
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -21px;
}
.slick-next:before, .slick-prev:before {
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}
.next-holder{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.prev-holder{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
.close-holder{
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  right: -5%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 10;
}

.close-cover{
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  right: 5%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 10;
}

::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}
/* .for-iphone{
  display: none !important
} */
.detail-kisah-title{
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fbfbfb;
  font-family: 'pt sans';
  text-transform: capitalize;
  max-width: 400px;
  word-break: break-word;
  font-weight: bold !important
}
.detail-kisah-title h1{
  font-weight: bold !important
}
.detail-kisah-thumbnail{
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  height: 325px;
  overflow: hidden;
}
.detail-kisah-subtitle{
  position: absolute;
  z-index: 2;
  top: 460px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #fff;
  font-family: 'pt sans';
  max-width: 400px;
  
}
.detail-kisah-subtitle h1{
  font-weight: 300 !important
}
.kisah-start{
  position: absolute;
  max-width: 400px;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  color: #fff;
}
.kisah-start div{
  display: inline-block;
  font-weight: 700 !important;
  background: #ff8d5c;
  padding: 10px 40px;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;
}

@media(min-width:500px){
  .slider-container{
    position: absolute; 
    transform: translate(-50%, -50%); 
    left: 50%; 
    top: 53%; 
    z-index: 3;
  }
  ul.slick-dots{
    top: -35px;
    display: flex !important;
    padding: 4% 0;
    justify-content: center;
    min-width: 400px;
    max-width: 400px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slick-next:before, .slick-prev:before{
    display: none
  }
  .button-holder{
    bottom: 25px;
    min-height: 85px;
    min-width: 250px;
  }
  .button-content {
    padding: 12px 30px;
    border-radius: 8px;
  }
}



@media(max-width:500px){
  .detail-kisah-title-mobile h1{
    color: #fbfbfb;
    font-weight: 700 !important;
    font-family: 'pt sans';
    font-size: 18px;
  }
  .detail-kisah-thumbnail-mobile {
    width: 325px;
    height: 325px;
    overflow: hidden;
    margin: 0 auto;
  }
  .detail-kisah-subtitle-mobile p{
    color: #fbfbfb;
    font-weight: 300 !important;
    font-family: 'pt sans';
    font-size: 14px;
  }
  .kisah-start-mobile div {
    display: inline-block;
    font-weight: 700 !important;
    background: #ff8d5c;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fbfbfb
  }
  .logo-container {
    position: absolute;
    left: 3%;
    z-index: 2;
    top: 2%;
    min-width: 30px;
    max-width: 30px;
  }
  .sharing-container{
    min-width: 100px;
    max-width: 100px;
    top: 20px;
    right: 0
  }
  .sharing-content{
    font-size: 20px;
    padding: 0
  }
  .button-holder {
    position: absolute;
    right: 0;
    background: #1C4370;
    bottom: 15px;
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 70px;
    max-height: 70px;
}
  .button-content{
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12.5%;
    height: 3px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, .49);
    border-radius: 2px
  }
  .slider-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  ul.slick-dots{
    top: 2%;
    display: flex !important;
    padding: 3% 0%;
    justify-content: center;
    height: 10px;
    z-index: 5;
  }
  .slick-prev {
    left: -5px;
    z-index: 2
  }
  .slick-next {
    right: -5px;
    z-index: 2
  }
  .slick-next, .slick-prev {
    width: 60px;
    height: 60px;
  }
  .slick-next:before, .slick-prev:before {
    color: #7d7d7d
  }
  .next-holder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    border-radius: 100%;
  }
  .prev-holder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    border-radius: 100%;
  }
  .prev-holder i, .next-holder i, .close-holder i{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .close-holder{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
    z-index: 10;
  }
  .intro-invisible-next{
    position: absolute;
    width: 90px;
    height: 105vh;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(45, 45, 45, 0.7), rgba(45, 45, 45, 0.3));
    animation: blip 3s;
    animation-direction: alternate;
    opacity: 0;
  }
  .intro-invisible-prev{
    position: absolute;
    width: 90px;
    height: 105vh;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(45, 45, 45, 0.7), rgba(45, 45, 45, 0.3));
    animation: blip 3s;
    animation-direction: alternate;
    opacity: 0;
  }
  .invisible-next{
    position: absolute;
    width: 90px;
    height: 105vh;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .invisible-prev{
    position: absolute;
    width: 90px;
    height: 105vh;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .intro-invisible-next span, .intro-invisible-prev span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
  }
  @-webkit-keyframes blip {
    0% {opacity: 1}
    25% {opacity: .8}
    50% {opacity: 1}
    75% {opacity: .8}
    100% {opacity: 0}
  }
  /* Standard syntax */
  @keyframes blip {
    0% {opacity: 1}
    25% {opacity: .8}
    50% {opacity: 1}
    75% {opacity: .8}
    100% {opacity: 0}
  }
}

/* @media (min-width: 1350px) and (max-width: 1370px){
  .for1280{
    transform: scale(.85)
  }
  .slick-dots{
    top: 0 !important
  }
  .close-holder{
    top: 4% !important
  }
} */

@media (min-width: 1275px) and (max-width: 1290px){
  .for1280{
    transform: scale(.85)
  }
  .for1280.cover{
    position: absolute;
    top: 0 !important;
    left: 0 !important;
  }
  .tombol-kisah-holder{
    width: 340px;
    height: 605px;
  }
  .slick-dots{
    top: 0 !important
  }
  .close-holder{
    top: 4% !important
  }
}

@media (min-width: 1350px) and (max-width: 1400px){
  .for1280{
    transform: scale(.75);
  }
  .for1280.cover{
    position: absolute;
    top: 0 !important;
    left: 0 !important;
  }
  .tombol-kisah-holder{
    width: 300px;
    height: 533px;
  }
  .slick-dots{
    top: 40px !important
  }
  .close-holder{
    top: 10% !important
  }
}


/* FOR IPHONE */
/* @media (min-width: 320px) and (max-width: 330px){ */
  /* .is-hidden-desktop{
    display: none !important
  } */
  /* .for-iphone{
    display: block !important;
  }
  .slider-container{
    position: absolute;
    top: 50%;
    right: -33%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .button-holder{
    position: absolute;
    right: 0;
    background: #1C4370;
    bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 70px;
    max-height: 70px;
  }
  .close-holder{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
    z-index: 10;
  }
} */
/* @media (min-width: 375px) and (max-width: 385px){ */
  /* .is-hidden-desktop{
    display: none !important
  } */
  /* .for-iphone{
    display: block !important;
  }
  .slider-container{
    position: absolute;
    top: 50%;
    right: -33%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .button-holder{
    position: absolute;
    right: 0;
    background: #1C4370;
    bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 70px;
    max-height: 70px;
  }
  .close-holder{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
    z-index: 10;
  }
} */
/* @media (width: 414px){ */
  /* .is-hidden-desktop{
    display: none !important
  } */
  /* .for-iphone{
    display: block !important;
  }
  .slider-container{
    position: absolute;
    top: 50%;
    right: -33%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .button-holder{
    position: absolute;
    right: 0;
    background: #1C4370;
    bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 70px;
    max-height: 70px;
  }
  .close-holder{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
    z-index: 10;
  }
} */


/* FOR ANDROID */
/* @media (width: 360px){
  .is-hidden-desktop{
    display: none !important
  }
  .for-android{
    display: block !important;
  }
}
@media(min-width:500px) and (max-width:750px){
  .for-android{
    display: block !important;
  }
} */


/* FOR IPAD */
/* @media (min-width: 760px) and (max-width:800px){ */
  /* .is-hidden-desktop{
    display: none !important
  } */
  /* .for-iphone{
    display: block !important;
  }
  .slider-container{
    position: absolute;
    top: -6%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 3;
    transform: scale(.8);
  }
  .sharing-container {
    position: absolute;
    right: 10%;
    z-index: 2;
    top: 5% !important;
    min-width: 50px;
    max-width: 50px;
    z-index: 5;
  }
  .button-holder{
    position: absolute;
    right: 0;
    background: #1C4370;
    bottom: 15px;
    padding-left: 20px;
    padding-right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 70px;
    max-height: 70px;
  }
  .close-holder{
    position: absolute;
    top: 8%;
    transform: translateY(-50%);
    left: 3%;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
    z-index: 10;
  }
} */


/* SAFARI ONLY */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /* Safari and Chrome */
  .sharing-container{
    top: 3%
  }
  /* Safari only override */
  ::i-block-chrome,.sharing-container{
    top: 3.5%
  }
}






/* POPUP SHARING */
.overlay-sharing{
  position: fixed; 
  height: 100vh; 
  width: 100%; 
  background: rgba(0, 0, 0, .8); 
  top: 0; 
  z-index: 3 
}
.sharing-popup{
  position: fixed; 
  bottom: 0; 
  width: 100%; 
  height: 25vh; 
  background: #000; 
  border-top-left-radius: 15px; 
  border-top-right-radius: 15px;
  border: 2px solid #ffffff70;
  border-bottom: none;
  z-index: 3;
}
.share-icon-holder{
  border: 1px solid #fff;
  border-radius: 8px;
  margin-right: 15px;
  min-width: 45px;
  min-height: 45px;
  position: relative;
}
.share-icon-holder:last-child{
  margin-right: 0
}
