body {
  background: url('../img/home-bg.jpg');
  background-size: 100% auto;
}
#banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center top;
  padding: 0;
  position: relative;
}
#video-slider {
  width: 100%;
  height: 100vh;
}
#video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .center-elements {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 700px;
  z-index: 100;
}
#banner .center-elements .center-logo {
  width: 95%;
  max-width: 700px;
}
#banner .center-elements .downloads {
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .center-elements .downloads > * {
  margin: 0 5px;
}
#banner .center-elements .downloads img {
  width: 100%;
}
#banner .center-elements .downloads .play-trrpg {
  background: url('../img/play.png');
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin: 0px 30px;
  width: 172px;
  height: 152px;
}
#trrpg-modal .modal-content,
#trrpg-modal .modal-body, 
#trrpg-modal .modal-footer {
  background: transparent !important;
  padding: 0;
  border: 0;
}
#trrpg-modal .btn-close {
  background: url('https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.5/images/close.png');
}
#the-writer {
  padding: 100px 0;
  position: relative;
}
h1.section-title-lg {
  color: #adadad;
  font-size: 70px;
  text-align: center;
  margin: 0;
  padding: 100px 0 150px 0;
}
h1.section-title-lg > span {
  font-size: 180px;
  display: block;
  line-height: 180px;
}
.text-slide {
  width: calc(100% - 75px);
  max-width: 600px;
  height: 400px;
  padding: 0 50px 0 0;
}
#the-writer-slide.text-slide {
  text-align: center;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide:last-child {
  cursor: pointer;
}
#writer-bg {
  background-size: cover;
  background-color: #dadada;
  background-position: center center;
  padding: 50px 0;
  position: relative;
}
#writer-bg.writer-female {
  background-image: url('../img/the-writer-female.jpg');
}
#writer-bg.writer-male {
  background-image: url('../img/the-writer-male.jpg');
}
.swiper-button-prev:after, 
.swiper-button-next:after {
  content: none;
}
.swiper-button-prev {
  position: absolute;
  margin: 0 auto;
  top: 15px;
  left: 0;
  right: 0;
}
.swiper-button-next {
  position: absolute;
  margin: 0 auto;
  top: auto;
  bottom: 15px;
  left: 0;
  right: 0;
}
.swiper-button-prev > img {
  rotate: 180deg;
}
#timeless-legend .container-fluid {
  padding: 0;
}
#writers-wrap {
  position: absolute;
  height: calc(100% + 200px);
  top: -100px;
  display: flex;
}
#writers-wrap > img#writer-male {
  margin-right: -150px;
}
#writers-wrap > img#writer-female {
  margin-left: -150px;
}
#writers-wrap > img {
  filter: grayscale(80%) brightness(50%);
  transition: all 0.5s;
}
#writers-wrap > img.active {
  filter: initial;
  z-index: 100;
  scale: 110%;
}
.writer-btn-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 30px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.writer-btn-wrap button {
  padding: 5px;
  margin: 15px 0;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
}
.writer-btn-wrap button svg path {
  stroke: #ac7b57;
}
.writer-btn-wrap button.active {
  border: 1px solid #ac7b57;
  background: #ac7b57;
}
.writer-btn-wrap button.active svg path {
  stroke: #fff;
}
.spirit-homes {
  background: url('../img/spirit-homes.png');
  background-position: right;
  background-repeat: no-repeat;
}
#fairytale-land {
  position: relative;
}
#fairytale-land-slide.text-slide {
  margin-left: 200px;
  padding: 0 !important;
}
#fairytale-land-slide .swiper-wrapper {
  padding: 0;
}
#fairytale-land-slide p {
  text-shadow: 0px 0px 20px #fff;
  padding: 0 30px;
  max-width: 500px;
  margin: 0 auto;
}
#fairytale-land-slide p:not(:last-of-type) {
  margin-bottom: 10px;
}
.efrat-spirit {
  max-width: 100%;
}
img.floating-left {
  position: absolute;
  left: 0;
  bottom: 0;
}
img.floating-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
#features .container-fluid {
  padding: 0;
}
#features-slide {
  width: 100%;
  padding: 0 50px 0 0;
}
#features-slide img {
  width: 100%;
}
.features-prev {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.features-next {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.features-prev img {
  width: 90px;
}
.features-next img {
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
  width: 90px;
}
#features h1.section-title-lg, 
#tale-unwritten h1.section-title-lg {
  padding: 100px 0 80px 0;
}
.tale-unwritten-prev {
  position: absolute;
  z-index: 100;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  rotate: 90deg;
}
.tale-unwritten-next {
  position: absolute;
  z-index: 100;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  rotate: -90deg;
}
.tale-unwritten-slide-wrap {
  position: relative;
}
#tale-unwritten-slide .swiper-wrapper {
  align-items: baseline;
}
#tale-unwritten-slide img {
  width: 100%;
}
.characters-slide-wrap {
  padding: 0;
}
#characters > div > .row .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 15px 100px;
  margin-right: -100px;
  z-index: 100;
  position: relative;
}
#characters > div > .row .text-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -27%;
  z-index: -1;
  background-image: url(../img/radiant.png);
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#characters .swiper-slide.swiper-slide-prev {
  opacity: 0;
  transition: 0.5s all;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin: 25px auto;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  display: inline-block;
  margin: 5px !important;
  background: rgb(223 220 218);
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(92 178 239);
  background: linear-gradient(130deg, rgba(0, 80, 157, 1) 0%, rgb(92 178 239) 100%);
}
#the-threat .text-wrap {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
#the-threat h1.section-title-lg {
  padding-bottom: 20px;
}
#launch {
  background: #5AB7C6;
  background: linear-gradient(0deg, rgba(90, 183, 198, 1) 0%, rgba(90, 183, 198, 1) 100%);
}
#launch .container-fluid {
  padding: 0;
}
#launch .row {
  margin: 0 !important;
}
#launch .row > div {
  padding-left: 0;
  padding-right: 0;
}
#launch .title-wrap {
  background: #58b2c0;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(90, 182, 197, 1) 70%);
  padding: 150px 0 15px 0;
}
#launch .section-title-lg {
  color: #fff;
  padding: 0;
}
#launch .map {
  width: 100%;
}
#launch .map-wrap {
  position: relative;
}
#launch .map-wrap .map-countries {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.lb-outerContainer {
  background: transparent;
}
.lightbox .lb-image {
  border-color: transparent;
}
footer {
  background: url('../img/footer-bg.jpg');
  background-size: cover;
  background-position: center top;
  text-align: center;
  padding: 150px 0 150px 0;
}
footer .footer-logo {
  max-width: 90%;
}
footer h3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin: 30px auto 20px auto;
}
footer ul.socials {
  list-style: none;
  padding: 0;
}
footer ul.socials li {
  display: inline-flex;
  padding: 7px;
}
footer ul.socials li a {
  display: block;
  padding: 15px;
  background: #109aff63;
  border-radius: 100%;
}
footer ul.socials li a:hover {
  background: #109affcc;
}
footer ul.socials li a svg {
  fill: #00000099;
  width: 50px;
  height: 50px;
}
@media (max-width: 1299px) {
  h1.section-title-lg > span {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  #writers-wrap {
    position: initial;
    justify-content: center;
  }
  #writers-wrap > img {
    width: 50%;
  }
  #the-writer .row {
    display: flex;
    flex-direction: column-reverse;
    background: none !important;
  }
  #the-writer .row > div {
    width: 100%;
    max-width: 100%;
  }
  .writer-btn-wrap {
    position: initial;
    display: block;
    text-align: center;
    margin-top: 100px;
  }
  .writer-btn-wrap > button {
    margin: 8px;
  }
  #the-writer-slide.text-slide {
    width: 100%;
    padding: 0;
  }
  #characters > div > .row .text-wrap {
    padding-left: 15px;
  }
  .spirit-homes {
    display: block;
  }
  .spirit-homes > div {
    width: 100%;100%:;
  }
  .spirit-homes > div > * {
    margin: 0 auto !important;
    display: block;
  }
  #fairytale-land-slide.text-slide {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  #characters > div > .row .text-wrap:before {
    content: none;
  }
  #characters > div > .row .text-wrap {
    margin: 0 !important;
  }
  h1.section-title-lg {
    padding: 50px 0 20px 0 !important;
  }
  #features-slide {
    height: initial !important;
  }
  #the-writer {
    padding-top: 50px;
  }
  #fairytale-land-slide p {
    max-width: 100%;
  }
  footer ul.socials li a svg {
    width: 25px;
    height: 25px;
  }
  footer ul.socials li {
    padding: 2px;
  }
}
@media (max-width: 767px) {
  h1.section-title-lg {
    font-size: 45px;
    line-height: 60px;
  }
  h1.section-title-lg > span {
    font-size: 80px;
    line-height: 80px;
  }
  #fairytale-land > img.floating-left {
    width: 15%;
  }
  #fairytale-land > img.floating-right {
    width: 30%;
  }
  #banner .center-elements .downloads button {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 5px !important;
  }
  h1.section-title-lg {
    font-size: 25px;
    line-height: 40px;
  }
  h1.section-title-lg > span {
    font-size: 45px;
    line-height: 45px;
  }
  .tale-unwritten-prev, 
  .tale-unwritten-next, 
  .features-prev, 
  .features-next {
    display: none;
  }
  #characters .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
}