
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
*{
 
 scroll-behavior: smooth;
 
}
body,html{
  
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    OFFCANVAS ESSENTIALS
----------------------------------------------------- */
.list-unstyled{
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
 overflow-x: hidden;
 font-family: 'Poppins', sans-serif;
}



.offcanvas-start {
  width: 200px;
  background-color: rgb(255, 255, 255,0);
  padding:2em;
  border-right: none;
  
}
.offcanvas-start:hover{
  color: black;
  background: rgba(19, 1, 36, 0.9);
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 10px black;
  transition: 0.5s ease-in-out;
}
/* Desktop view */
@media (min-width: 940px) {
  .container {
    padding-left: 250px;
    margin-left: inherit;
  }
  
  #sidebarCollapse {
    display: none;
  }
  
  .offcanvas-backdrop {
    display: none;
  }
}


/* ---------------------------------------------------
    MENU TOGGLE BUTTON ANIMATIONS
----------------------------------------------------- */
.hamburger-button{
    position: fixed;
    top:1.1em;
    right: 1.1em;
    z-index: 10;
    opacity: 0.6;
}
.hamburger-button:hover{
  opacity: 1;
  transition: 0.6s ease;
}
#sidebarCollapse {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none !important;
  border: none;
}

#sidebarCollapse span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#sidebarCollapse span:nth-child(1) {
  top: 0px;
  
}

#sidebarCollapse span:nth-child(2),
#sidebarCollapse span:nth-child(3) {
  top: 15px;
}

#sidebarCollapse span:nth-child(4) {
  top: 30px;
}

#sidebarCollapse.active span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#sidebarCollapse.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sidebarCollapse.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sidebarCollapse.active span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}


/* ---------------------------------------------------
    SIDEBAR STYLES
----------------------------------------------------- */

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65); 
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #e5e5e5;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #e5e5e5;
}
.btn-toggle-nav a.active {
  font-weight: bold;
}


/* ---------------------------------------------------
    OPTIONAL NAVBAR HEADER THEME
----------------------------------------------------- */

.offcanvas-header {
  background-color: #0d6efd!important;
  color: white!important;
}

nav ul li {
  margin:5px 0;
}
nav ul li a{
  color: white;
  padding: 1em 0;
}

.active{
 color: #f45d4f;
 
}

/* ---------------------------------------------------
    OPTIONAL DARK SIDEBAR THEME
----------------------------------------------------- */
/*
nav,
nav .btn{
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #949494!important;
}

*/

.list-unstyled li a:hover{
  color:#fffed2;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fbd0bd;
   
  }
  .background-2
  {background-color: #690d0e;
  }
  .banner{
    height: 100vh;
    background-image: url("/imgs/Mountain1.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
   
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
  .ban-chap-1{
    background-image: url("/imgs/chapter1-banner.png");
  }
  .ban-chap-2{
    background-image: url("/imgs/chapter2-banner.png");
  }
  .ban-chap-3{
    background-image: url("/imgs/chapter3-banner.png");
  }
  .ban-chap-4{
    background-image: url("/imgs/chapter4-banner.png");
  }
  .ban-chap-5{
    background-image: url("/imgs/chapter5-banner.png");
  }
  .ban-chap-6{
    background-image: url("/imgs/chapter6-banner.png");
  }
  .ban-chap-7{
    background-image: url("/imgs/chapter7-banner.png");
  }
  .ban-chap-8{
    background-image: url("/imgs/chapter8-banner.png");
  }
  .lore-wrapper {
      
      padding-top: 1em;
    height:100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 10px;
  }
  header {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    transform-style: preserve-3d;
    padding-left: -2em;
    z-index: -1;
    width: 104%;
  }
  .chapter-1{
    margin-top: -1em;
    height: 100vh;
  }
  .background {
    transform: translateZ(-10px) scale(2);
   
  }
  
  .foreground {
    transform: translateZ(-5px) scale(1.5);
    z-index:10;
  }
  
  .background,
  .foreground {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .title {
    font-size: 5.5rem;
    color: white;
    font-family: 'Koulen', cursive;
    text-shadow: 2px 1px 5px black;
    text-align: center;
  }
  
  
  section {
    z-index: 1;
    font-size: 1.25rem;
    padding: 5em 1rem;
    padding-bottom: 4em;
  background: linear-gradient(0deg, rgb(14, 2, 27) 0%, rgba(29,2,42,1) 69%);
    color: #f1ebdf;
    
  }

  .intro{
    margin-top: -5.5em;
  }
  section p{
      max-width: 600px;
      text-align: left;
      font-family: 'EB Garamond', serif;
  }

  .parallax{
   width: 100%;
  
   margin: auto;
    background-image: linear-gradient(
     
      currentColor 30%,
      currentColor 70%,
      transparent 93%
    );
    background-clip: text;
    -webkit-background-clip: text;
    background-attachment: fixed;
  }

.parallax p{
  color: transparent;
  letter-spacing: 1.1px;
  line-height: 1.7em;
font-weight: 600;
}

.cursive{
  font-family: 'Quicksand', sans-serif;
}
p::first-letter{
  font-size: 1.6em;
  
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: rgb(230, 176, 148);
  background: linear-gradient(
    27deg,
    rgba(82,6,29,1) 0%,
    rgba(59,8,82,1) 100%
  );
  border-radius: 100px;
  height: 5px;
  
}

/* Scroll */

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    75deg,
    rgba(251,7,7,1) 0%,
    rgba(251,105,71,1) 49%
  );
  border-radius: 100px;
  height: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(#ee0970, #ff6a00);
 
}


/*** LANDING PAGE ***/
.landing{
  background:#180a20
}
.landing-banner{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.landing-banner img{
  width: 100%;
  
}
.landing-title{
  color: #f45d4f;
  max-width: 1300px;
  margin: 1em auto;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-weight: 900;
}

.landing-container{
  max-width: 1300px;
  margin:0 auto;
}
.landing-row{
  display: flex;
  max-width: 1300px;
  justify-content:left;
  margin: 1em 0;
 
}
.window{
  width: 33.33%;
  position: relative;
  padding:1em;
  
}

.window img{
  width: 100%;
}

.window a{
  padding:0;
  margin:0;
  position: absolute;
  color: #f56e74;
  left: 50%;
  top:50%;
 
  transform: translate(-50%,-50%);
  font-size: 4em;
  font-weight: 900;
  text-shadow: 15px 10px 20px black;
  display: none;
}

.window:hover img{
  
  box-shadow: 0 0 10px 1px #f56e74;
  
}
.window:hover a{
display: block;
backdrop-filter: blur();
transition: 0.8s ease-in-out;
}

@media(max-width:800px){
  .landing-row{
    flex-direction: column;
  }
  .landing-title{
    font-size: 2.5em;
  }
  .landing-row{
    margin:0 auto;
  }
  .window{
    width:70%;
    padding: 1em;
    padding-bottom: 0.2em;
    margin:0 auto;
  }
  .window a{
    font-size: 2.5em;
  }

  .window:hover img{
    transform: scale(1.0);
    box-shadow: 0 0 0px 0px white;
  
  }
}