/***** Chapter12 Text **********/
.chapter-mobile-section {
  /* border: 1px solid red; */
}

.page-item-12{
  /* background-color: pink!important; */
}

.scroll-btn-story-12{
  z-index: 101;
}

.chapter-container .chapter12-text .white{
  color:#ffffff;
}

.chapter12-text{
  font-size: 60px;
  line-height: 73px;
}

@media (max-width: 1518px){
  .chapter12-text{
   /*  font-size: 58px;
    line-height: 71px; */
  }
}

@media (max-width: 1400px){
  .chapter12-text{
    font-size: 46px;
    line-height: 57px;
  }
}

@media (max-width: 1155px){
  .chapter12-text{
    font-size: 45px;
    line-height: 56px;
  }
}

.chapter12-1-text,
.chapter12-2-text,
.chapter12-3-text,
.chapter12-4-text,
.chapter12-5-text{
  position: absolute;
  left:0;
  right: 0;
  top:50%;
  transform: translate(0,-50%);
  font-family: 'Cormorant SC', serif;
  color:#efbe8c;
}

.chapter12-1-text{
  position: absolute;
  left:50%;
  top:50%;
  font-family: 'Cormorant SC', serif;
  color:#efbe8c;
  transform: translate(-90%,-50%);
}


.chapter-container .chapter12-1-text{
  /* font-size: 60px; */
  /* line-height: 73px; */
  text-align: left;
  opacity: 0;
  z-index: 2;
}

.chapter-container .chapter12-2-text{
  /* font-size: 60px; */
  /* line-height: 73px; */
  text-align: center;
  opacity: 0;
}

.chapter-container .chapter12-3-text{
  /* font-size: 60px; */
  /* line-height: 73px; */
  text-align: center;
  opacity: 0;
}

.chapter-container .chapter12-4-text{
  /* font-size: 60px; */
  /* line-height: 73px; */
  text-align: center;
  opacity: 0;
}

.chapter-container .chapter12-5-text{
  /* font-size: 60px; */
  /* line-height: 73px; */
  text-align: center;
  opacity: 0;
}

.chapter12-1-text-inside,
.chapter12-2-text-inside,
.chapter12-3-text-inside,
.chapter12-4-text-inside,
.chapter12-5-text-inside{
  display: table;
  margin: 0 auto;
  text-align: left;
}

/***** Chapter12 **********/

.chapter12-1{
  background: url('../images/chapter12/chapter12-1-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  top:0;
  right:0;
  overflow: hidden;
}

.chapter12-2, .chapter12-3, .chapter12-4, .chapter12-5{
  width:100%;
  height:100%;
  min-height: 100%;
  position: absolute;
  opacity:0;
  top:0;
  left:0;
  z-index: 100;
}

.chapter12-2{
  background: url('../images/chapter12/chapter12-2-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter12-3{
  background: url('../images/chapter12/chapter12-3-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter12-4{
  background: url('../images/chapter12/chapter12-4-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.chapter12-5{
  background: url('../images/chapter12/chapter12-5-hg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/*Audio Icon*/

.chapter12-icon-audio{
  position:absolute;
  top:200px;
  right:200px;
  width: 150px;
  height:auto;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 101;
}

@media (max-width: 1600px){
  .chapter12-icon-audio{
  }
}

@media (max-width: 1300px){
  .chapter12-icon-audio{
  }
}

/*Text Icon*/

.chapter12-text-icon{
  position:absolute;
  top:200px;
  right:200px;
  width: 150px;
  height:auto;
  opacity: 0;
  cursor:pointer;
  visibility: hidden;
  z-index: 101;
}

@media (max-width: 1600px){
  .chapter12-text-icon{
  }
}

@media (max-width: 1300px){
  .chapter12-text-icon{
  }
}

@media (min-width: 1025px){
  .chapter12-feathers{
    position: absolute;
    top: 200px;
    right: 20%;
    width: 1000px;
    height: auto;
    opacity: 0;
  }
  .chapter12-wing{
    position: absolute;
    top:90px;
    right: 0;
    opacity: 0;
    width:1000px;
    height:auto;
  }
}

.chapter12-feathers-wing-hide{
  display: none;
  top: 130% !important;
}

@media (max-width: 1560px){
  .chapter12-wing{
    width:800px;
  }
  .chapter12-feathers {
    width: 800px;
  }
}

@media (max-width: 1300px){
  .chapter12-wing{
    width:600px;
  }
  .chapter12-feathers {
    width: 600px;
  }
}

@media (max-width: 1024px){
  .chapter12-feathers,
  .chapter12-wing{
    display: none;
  }
}

/*--------------------*/
/*Video*/
/*--------------------*/
.chapter12-video{
  width:100%;
  height:calc(100% - 80px);
  position: absolute;
  top:0;
  left:0;
  padding-top:80px;
}

.chapter12-video .video {
  position: relative;
  width: 100%;
  height: 100%;
}
.chapter12-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------*/
/*Chapter Desktop Menue*/
/*--------------------*/

.chapter12-menu{
  z-index: 30;
  position: absolute;
  top: 120px;
  left:0;
  text-align: center;
  width:100%;
}
.chapter12-menu img{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.chapter12-menu-icon{
  display:inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height:17px;
  cursor:pointer;
}
.chapter12-menu-icon.chapter12-menu-eye{
  width:31px;
  background: url('../images/chapter-menu-eye.png') no-repeat top left;
}
.chapter12-menu-icon.chapter12-menu-video{
  width:25px;
  background: url('../images/chapter-menu-video.png') no-repeat top left;
}
.chapter12-menu-icon.chapter12-menu-share{
  width:28px;
  background: url('../images/chapter-menu-share.png') no-repeat top left;
}
.chapter12-menu-icon.chapter12-menu-eye:hover,
.chapter12-menu-icon.chapter12-menu-eye.active{
  background: url('../images/chapter-menu-eye-active.png') no-repeat top left;
}
.chapter12-menu-icon.chapter12-menu-video:hover,
.chapter12-menu-icon.chapter12-menu-video.active{
  background: url('../images/chapter-menu-video-active.png') no-repeat top left;
}
.chapter12-menu-icon.chapter12-menu-share:hover,
.chapter12-menu-icon.chapter12-menu-share.active{
  background: url('../images/chapter-menu-share-active.png') no-repeat top left;
}

.chapter12-menu span.white{
  color:#ffffff;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
}
.chapter12-menu span.gold{
  color:#ebba89;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  font-weight: 400;
  margin-right:30px;
}

/***** chapter12 Mobile **********/

.chapter12-text-icon-audio-smartphone{
  margin: 7% auto 0;
  width: 137px;
}

@media screen and (max-width: 768px) {
  .chapter12-text-icon-audio-smartphone{
    margin: 10% auto 0;
  }
}

@media screen and (max-width: 480px) {
  .chapter12-text-icon-audio-smartphone{
    margin: 10% auto 0;
  }
}

@media screen and (max-width: 400px) {
  .chapter12-text-icon-audio-smartphone{
    margin: 5% auto 0;
  }
}

.chapter12-text-icon-smartphone{
  width: 135px;
  margin: 10% auto 0;
  left: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 480px) {
  .chapter12-text-icon-smartphone{
    margin: 3% auto 0;
  }
}

.chapter-mobile-12-2{
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-12-2{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-2{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-12-2{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-12-2{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter-mobile-12-2-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-2-tablet{
    display: none;
  }
}

.chapter-mobile-12-2-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-2-mobile{
    display: block;
  }
}

.chapter-mobile-12-2-innertext{
  text-align: left; 
  display: table; 
  margin: 0 auto;
}


.chapter-mobile-12-3{
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-12-3{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-3{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-12-3{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-12-3{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter-mobile-12-3-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-3-tablet{
    display: none;
  }
}

.chapter-mobile-12-3-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-3-mobile{
    display: block;
  }
}

.chapter-mobile-12-3-innertext{
  text-align: left; 
  display: table; 
  margin: 0 auto;
}


.chapter-mobile-12-4{
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-12-4{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-4{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-12-4{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-12-4{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter-mobile-12-4-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-4-tablet{
    display: none;
  }
}

.chapter-mobile-12-4-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-4-mobile{
    display: block;
  }
}

.chapter-mobile-12-4-innertext{
  text-align: left; 
  display: table; 
  margin: 0 auto;
}


.chapter-mobile-12-5{
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-12-5{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-5{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-12-5{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-12-5{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter-mobile-12-5-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-5-tablet{
    display: none;
  }
}

.chapter-mobile-12-5-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-5-mobile{
    display: block;
  }
}

.chapter-mobile-12-5-innertext{
  text-align: left; 
  display: table; 
  margin: 0 auto;
}


.chapter-mobile-12-6{
  font-family: "Cormorant SC",serif;
  font-size: 50px;
  line-height: 54px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .chapter-mobile-12-6{
  }
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-6{
  }
}

@media screen and (max-width: 580px) {
  .chapter-mobile-12-6{
  }
}

@media screen and (max-width: 480px) {
  .chapter-mobile-12-6{
    font-size: 31px;
    line-height: 35px;
  }
}

.chapter-mobile-12-6-tablet{
  display: block;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-6-tablet{
    display: none;
  }
}

.chapter-mobile-12-6-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter-mobile-12-6-mobile{
    display: block;
  }
}

.chapter-mobile-12-6-innertext{
  text-align: left; 
  display: table; 
  margin: 0 auto;
}



/*Mobile sharing*/
.chapter12-mobile-sharing-container{
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 148px;
  padding-bottom: 203px;
}

.chapter12-mobile-sharing-container p{
  margin: 0;
}

.chapter12-mobile-sharing-container .headline{
  font-size: 32px;
  color: #941f32;
  font-family: "IM Fell DW Pica",serif;
  font-style: italic;
  margin-bottom: 28px;
}

.chapter12-mobile-sharing-container .subheadline{
  font-size: 60px;
  color: white;
  font-family: "Cormorant SC",serif;
  margin-bottom: 28px;
}


.chapter12-mobile-sharing-container .subheadline-tablet{
  display: block;
}

@media screen and (max-width: 840px) {
  .chapter12-mobile-sharing-container .subheadline-tablet{
    width: 500px;
    margin: 0 auto;
    margin-bottom: 28px;
    font-size: 57px;
  }
}

@media screen and (max-width: 750px) {
  .chapter12-mobile-sharing-container .subheadline-tablet{
    display: none;
  }
}

.chapter12-mobile-sharing-container .subheadline-mobile{
  display: none;
}

@media screen and (max-width: 750px) {
  .chapter12-mobile-sharing-container .subheadline-mobile{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}


.chapter12-mobile-sharing-container .text{
  font-size: 24px;
  color: #999696;
  margin-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
}

.chapter12-mobile-sharing-container ul{
  font-size: 0;
  padding: 0;
}

.chapter12-mobile-sharing-container ul li{
  display: inline-block;
}

@media screen and (max-width: 820px) {
  .chapter12-mobile-sharing-container .subheadline{
  }
}

@media screen and (max-width: 640px) {
  .chapter12-mobile-sharing-container{
    padding-bottom: 103px;
    padding-top: 78px;
  }
  
  .chapter12-mobile-sharing-container .headline{
    font-size: 26px;
  }

  .chapter12-mobile-sharing-container .subheadline{
    font-size: 42px;
    line-height: 42px;
  }

  .chapter12-mobile-sharing-container .text{
    font-size: 15px;
    margin: 0 auto 30px;
  }
}


@media screen and (max-width: 580px) {
  .chapter12-mobile-sharing-container .subheadline{
  }
}


@media screen and (max-width: 440px) {
  .chapter12-mobile-sharing-container .subheadline{
    font-size: 38px;
    line-height: 38px;
  }
}