* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0b141a !important;
  overflow-x: hidden;
  font-family: 'ElanBold';
}

.main-background
{
  background-image: url('../../img/presentation/bfa_reforged/7_bg3.png');
  background-repeat: repeat-x;
  background-size: auto;
  background-color: #0b141a;
  position: relative;
  top: 230px;
}
.gradient-background
{
  position: relative;
  top: 250px;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(11, 20, 26, 0.94) 30%, rgba(11, 20, 26, 1) 100%);
}
.roadmap
{
  width: 100%;
  padding: 50px 0 0 0;
}

.roadmap img
{
  width: 100%;
}

h1 {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fdff), to(#6d95a5));
  background: linear-gradient(#f8fdff, #6d95a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.2));
}

i {
  color: #3366cc;
  -webkit-transition: .5s;
  transition: .5s;
}

i:hover {
  color: white;
}

.effect {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  -webkit-animation: fly 10s infinite linear;
  animation: fly 10s infinite linear;
  mix-blend-mode: screen;
}

.effect2 {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  -webkit-animation: fly 10s 5s infinite linear;
  animation: fly 10s 5s infinite linear;
  opacity: 0;
  mix-blend-mode: screen;
}

@-webkit-keyframes fly {
  0% {
    top: 200px;
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    right: -1000px;
  }
}

@keyframes fly {
  0% {
    top: 200px;
    right: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -1000px;
    opacity: 1;
    right: -1000px;
  }
}

.body-bg {
  position: absolute;
  top: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  width: 100%;
  height: fit-content;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, white));
  -webkit-mask: linear-gradient(to bottom, transparent 0%, white 5%);
          mask: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, white));
          mask: linear-gradient(to bottom, transparent 0%, white 5%);
}

header {
  position: relative;
}

header .header-top-fixed {
  position: fixed !important;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #9ccb2d25;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 40px !important;
  width: 97% !important;
  top: 18px;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.562);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.562);
}

header .header-top-fixed .header-top-home a {
  padding: 0px !important;
  border: 0px solid #9ccb2d00 !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
          box-shadow: 0px 0px 0px transparent !important;
}

header .header-top-fixed .header-top-home a:hover {
  background-color: transparent !important;
}

header .header-top-fixed .header-top-home a i {
  margin: 0 !important;
  font-size: 24px !important;
}

header .header-top-fixed .header-top-home a p {
  display: none !important;
}

header .header-top {
  position: fixed;
  z-index: 100;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding: 35px;
  -webkit-transition: .5s;
  transition: .5s;
}

header .header-top .header-top-social {
  font-size: 25px;
}

header .header-top .header-top-social i {
  margin-right: 15px;
}

header .header-top .header-top-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-top .header-top-home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3366cc;
  -webkit-box-shadow: 0px 0px 10px #3366cc;
          box-shadow: 0px 0px 10px #3366cc;
  border-radius: 40px;
  padding: 0px 50px 0px 50px;
  font-family: 'Source Sans Pro';
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
  height: 53px;
  -webkit-transition: .5s;
  transition: .5s;
}

header .header-top .header-top-home a:hover {
  background-color: rgba(0, 0, 0, 0.521);
}

header .header-top .header-top-home a i {
  font-size: 16px;
  margin-right: 15px;
}

header .header-top .header-top-home a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'UbuntuLight';
}

header .header-top .header-top-home a p i {
  font-size: 10px;
  margin-right: 0;
  margin-left: 15px;
}

header .header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
  padding-top: 440px;
  width: 100%;
}

header .header-center a {
  margin-top: 60px;
}

header .header-center a i {
  font-size: 35px;
  -webkit-animation: levitate 1s infinite ease-in-out;
          animation: levitate 1s infinite ease-in-out;
  -webkit-transition: .5s;
  transition: .5s;
}

header .header-center a i:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

header .characters {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  width: 100%;
  top: 0;
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(40%, white));
  -webkit-mask: linear-gradient(to top, transparent 0%, white 40%);
          mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(40%, white));
          mask: linear-gradient(to top, transparent 0%, white 40%);
}

header .monsters {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  width: 100%;
  top: 0;
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, white));
  -webkit-mask: linear-gradient(to top, transparent 0%, white 10%);
          mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, white));
          mask: linear-gradient(to top, transparent 0%, white 10%);
}

header .main-character {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  width: 100%;
  position: fixed;
  -webkit-animation: levitate 3s infinite ease-in-out;
          animation: levitate 3s infinite ease-in-out;
  -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, white));
  -webkit-mask: linear-gradient(to top, transparent 0%, white 80%);
          mask: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, white));
          mask: linear-gradient(to top, transparent 0%, white 80%);
}

section {
  position: relative;
  z-index: 8;
}

.a1 {
  background: url(../../img/presentation/bfa_reforged/4_button.png) top no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'AGFRiquer-light';
}

.a1:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.a2 {
  background: url(../../img/presentation/bfa_reforged/4_button.png) top no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'AGFRiquer-light';
}

.a2:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.info {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 130px;
}

.info .info-text {
  margin-bottom: 40px;
}

.info .info-text h1 {
  font-size: 6rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  color: white;
  font-family: 'AGFriquer-light';
  letter-spacing: 5px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: white;
  font-family: 'AGFriquer-light';
}

.info .info-text p {
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: white;
  text-shadow: 0px 0px 20px #bbe44956;
  text-transform: uppercase;
  font-family: 'AGFriquer-light';
}

.info .info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.info .info-buttons a {
  width: 428px;
  height: 124px;
  font-size: 2rem;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.info .info-iframe {
  width: 65%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  height: 485px;
}

.info .info-iframe iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  border-radius: 15px;
}

.info .info-iframe iframe:hover {
  opacity: 1;
}

.about {
  text-align: center;
}

.about .about-title h2 {
  margin-bottom: 20px;
  margin-top: 100px;
}

.about .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.about .about-text p {
  width: 50%;
  padding: 30px 60px 0px 60px;
  text-align: center;
  font-family: 'UbuntuLight';
  color: white;
  font-size: 1.5rem;
  line-height: 30px;
}

.about .about-text p strong {
  color: white;
  font-weight: normal;
}

.about .line {
  height: 16px;
  background: url(../../img/presentation/bfa_reforged/6_line.png) top repeat;
}

.features {
  text-align: center;
  padding-top: 100px;
  z-index: 11;
}

.features .features-title {
  margin-bottom: 65px;
}

.features .features-title h1 {
  font-size: 62px;
}

.features .features-content .swiper-button-prev {
  display: none;
}

.features .features-content .swiper-button-next {
  display: none;
}

.features .features-content .features-slide {
  margin-bottom: 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .features-slide:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.features .features-content .features-slide .features-img {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.features .features-content .features-slide .features-img div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features .features-content .features-slide .features-text {
  margin-bottom: 30px;
}

.features .features-content .features-slide .features-text h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.features .features-content .features-slide .features-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'UbuntuLight';
  color: white;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
}

.features .features-content .features-slide .features-learn {
  text-transform: uppercase;
}

.features .features-content .features-slide .features-learn a {
  text-decoration: none;
  color: #bae449;
  font-size: 17px;
  -webkit-transition: .5s;
  transition: .5s;
}

.features .features-content .features-slide .features-learn a:hover {
  color: white;
}

.features .features-content .features-slide .features-learn a i {
  margin-right: 15px;
}

.footer .footer-copyright {
  font-family: 'Source Sans Pro';
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 95px;
  padding-top: 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .footer-copyright p {
  color: rgba(255, 255, 255, 0.623);
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 25px;
}

.footer .footer-copyright div {
  margin-bottom: 15px;
}

.footer .footer-copyright div a:not(:last-child) {
  margin-right: 30px;
}

.footer .footer-copyright div a {
  text-decoration: none;
  color: #bae449;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .footer-copyright div a:hover {
  color: white;
}

.footer .footer-join {
  position: relative;
  z-index: 8;
  text-align: center;
  padding-top: 300px;
}

.footer-background
{
  position: relative;
  top: 230px;
  width: 100%;
  height: 1023px;
  background-color: #0b141a;
  background-image: url('../../img/presentation/bfa_reforged/9_footer.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .footer-join h1 {
  font-size: 72px;
  margin-bottom: 30px;
}

.footer .footer-join a {
  width: 428px;
  height: 124px;
  font-size: 20px;
  letter-spacing: 1px;
  color: black;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.footer .footer-bg {
  z-index: -1;
  pointer-events: none;
  background: url(../../img/themes/felsong/presentation/footer.jpg) top no-repeat;
  width: 100%;
  padding-bottom: 75px;
}

.container {
  width: 1250px;
  margin: 0 auto;
}

.banner_container
{
  padding: 100px 0 50px 0;
}

.banner_container #banner_introduction
{
  position: relative;
  left: -335px;
  width: 1920px;
  height: 338px;
  background-image: url('../../img/presentation/bfa_reforged/banner_bfa.png');
}

.banner_container #banner_skyriding
{
  position: relative;
  left: -335px;
  width: 1920px;
  height: 338px;
  background-image: url('../../img/presentation/bfa_reforged/banner_skyriding.png');
}

.banner_container #banner_progression
{
  position: relative;
  left: -335px;
  width: 1920px;
  height: 338px;
  background-image: url('../../img/presentation/bfa_reforged/banner_hoa.png');
}

.banner_container h2
{
  padding: 25px 0 15px 0;
  font-size: 3rem;
  text-transform: uppercase;
}

.banner_container p
{
  font-family: 'UbuntuLight';
  color: white;
  font-size: 1.5rem;
}

.carousel
{
  min-height: 800px;
  padding-top: 50px;
}

.carousel h2
{
  padding: 25px 0 15px 0;
  font-size: 3rem;
  text-transform: uppercase;
}

.carousel .carousel_header
{
  display: flex;
  justify-content: center;
  justify-items: center;
  column-gap: 25px;
  padding: 25px 0 45px 0;
}

.carousel .carousel_header .carousel_tab
{
  transition: all .1s ease-in-out;
  border-bottom: 0px solid #304A60;
  color: white;
  font-family: 'AGFriquer-light';
  font-weight: 300;
  padding: 15px 10px;
  font-size: 1.2rem;
}

.carousel .carousel_header .carousel_tab.active,
.carousel .carousel_header .carousel_tab:hover
{
  border-bottom: 4px solid #304A60;
  cursor: pointer;
}

.carousel .carousel_controls
{
  width: 100%;
  height: 0;
}

.carousel .carousel_controls .arrow_left
{
  position: relative;
  left: 70px;
  top: 200px;
  width: 56px;
  height: 56px;
  background-image: url('../../img/presentation/bfa_reforged/button_left.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(100%);
  transition: all .2s ease-in-out;
}

.carousel .carousel_controls .arrow_right
{
  position: relative;
  right: 70px;
  top: calc(200px - 56px);
  float: right;
  width: 56px;
  height: 56px;
  background-image: url('../../img/presentation/bfa_reforged/button_right.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(100%);
  transition: all .2s ease-in-out;
}

.carousel .carousel_controls .arrow_left:hover,
.carousel .carousel_controls .arrow_right:hover
{
  cursor: pointer;
  transform: scale(110%);
}

.carousel .carousel_content
{
  position: relative;
  top: 25px;
  display: flex;
  width: 900px;
  min-height: 350px;
  margin: auto;
  overflow: hidden;
  flex-wrap: nowrap;
}

.carousel .carousel_content .carousel_tab_content
{
  display: flex;
  column-gap: 50px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 900px;
}

.carousel .carousel_content .carousel_tab_content .carousel_tab_content_text
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 75px;
}

.carousel .carousel_content .carousel_tab_content .carousel_tab_content_text .carousel_tab_content_title
{
  font-family: 'AGFriquer-light';
  color: white;
  font-size: 2rem;
  padding: 0 0 15px 0;
}

.carousel .carousel_content .carousel_tab_content .carousel_tab_content_text p
{
  display: block;
  color: white;
  text-align: left;
  font-size: 1rem;
  font-family: UbuntuLight;
}

.carousel .carousel_content .carousel_tab_content img
{
  width: 394px;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.swiper-button-next {
  color: white !important;
}

@media (max-width: 768px) {
  body {
    background: url(../images/bg/body-mobile.jpg) top;
  }
  .body-bg {
    display: none;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .footer .footer-join {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-join h1 {
    font-size: 45px;
  }
  .footer .footer-join a {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-copyright {
    padding-bottom: 50px;
  }
  .footer .footer-copyright .unsimple {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .footer .footer-copyright div a {
    font-size: 14px;
  }
  .footer .footer-bg {
    display: none;
  }
  .features {
    width: 100% !important;
  }
  .features .features-title h1 {
    font-size: 45px;
  }
  .features .features-content {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .features .features-content .swiper-button-prev {
    display: block;
    top: 18%;
    left: 40px;
  }
  .features .features-content .swiper-button-next {
    display: block;
    color: transparent;
    top: 18%;
    right: 40px;
  }
  .features .features-content .features-slide .features-img {
    width: 150px;
    height: 150px;
  }
  .features .features-content .features-slide .features-text h1 {
    font-size: 20px;
  }
  .about .about-title h1 {
    font-size: 45px;
  }
  .about .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-text p {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .info .info-text h1 {
    font-size: 45px;
  }
  .info .info-text p {
    font-size: 18px;
  }
  .info .info-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -30px;
    margin-bottom: -5px;
  }
  .info .info-iframe {
    width: 80%;
    height: 180px;
  }
  header {
    margin-bottom: 0px;
  }
  header .header-top-fixed {
    width: 90% !important;
  }
  header .header-top-fixed .header-top-home a i {
    font-size: 20px !important;
  }
  header .header-top i {
    font-size: 20px;
  }
  header .header-top .header-top-home a {
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .header-top .header-top-home a:hover {
    background-color: transparent;
  }
  header .header-top .header-top-home a p {
    display: none;
  }
  header .header-top .header-top-home a i {
    margin: 0;
  }
  header .header-top .header-top-home a .fa-angles-right {
    display: none;
  }
  header .header-center img {
    width: 320px;
  }
  header .header-center a i {
    font-size: 20px;
  }
  header .characters {
    display: none;
  }
  header .monsters {
    display: none;
  }
  header .main-character {
    display: none;
  }
  /* The 500px top padding on desktop is reserved for the (now-hidden)
     decorative characters/monsters/main-character. On mobile that's
     pure dead space, so shrink it to just clear the fixed top bar. */
  header .header-center {
    padding-top: 120px;
  }
  header .header-center a {
    margin-top: 30px;
  }

  /* =========================================================
     Wide-format banners: shrink to fit viewport width
     Source images are 1920x338 (5.68:1). On phones we can't
     show that hand-tuned -335px desktop layout, so scale the
     whole image to fit width — full composition visible,
     just thinner. Decorative dividers, no cropped subjects.
     ========================================================= */
  .banner_container {
    padding: 40px 0 20px 0;
  }
  .banner_container #banner_introduction,
  .banner_container #banner_skyriding,
  .banner_container #banner_progression {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 338;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner_container h2 {
    font-size: 1.8rem;
    padding: 16px 0 10px 0;
  }
  .banner_container p {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 16px;
  }
}

@media (max-width: 1250px) {
  .effect {
    display: none;
  }
  .effect2 {
    display: none;
  }
}

@media (min-width: 1920px) {
  .body-bg {
    height: 3000px;
    overflow: hidden;
  }
  .body-bg img {
    width: 100%;
  }
  .footer .footer-bg {
    background: url(../../img/themes/felsong/presentation/footer.jpg) top/cover no-repeat;
  }
  header .characters img {
    width: 100%;
  }
  header .monsters img {
    width: 100%;
  }
  header .main-character img {
    width: 100%;
  }
}

@media (min-width: 2400px) {
  .body-bg {
    top: 1300px;
  }
}

@media (min-width: 3400px) {
  .body-bg {
    top: 2400px;
  }
}

/* ============================================================
   EXTRA FEATURE CARDS - 3-up bordered cards under Top Features
   ============================================================ */
.top_features .feature_cards_title {
  font-family: 'AGFriquer-light';
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  margin: 50px 0 0 0;
  padding: 0;
  letter-spacing: 1px;
}

.top_features .feature_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

.top_features .feature_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 20px 26px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(rgba(18, 28, 38, 0.7), rgba(12, 20, 28, 0.8)) padding-box,
    linear-gradient(180deg, #6589A6 0%, #304A60 55%, #1c2e3e 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(180, 210, 240, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 6px 24px rgba(0, 0, 0, 0.35);
}

.top_features .feature_card_media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
}

.top_features .feature_card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms cubic-bezier(.4, 0, .2, 1);
}

/* Per-image zoom: crops in on the framed content without touching the file */
.top_features .feature_card_media.zoom img {
  transform: scale(1.28);
}

.top_features .feature_card h3 {
  color: #ffffff;
  padding-top: 22px;
  font-size: 1.5rem;
  font-family: 'AGFriquer-light';
  font-weight: 300;
}

.top_features .feature_card p {
  color: #d8e3eb;
  font-size: 1rem;
  padding: 12px 6px 0 6px;
  font-family: UbuntuLight;
  line-height: 1.5;
}

/* ============================================================
   TOP FEATURES - vertical tabs + GIF panel
   ============================================================ */
.top_features {
  padding: 50px 0 75px 0;
  display: flex;
  flex-direction: column;
}

.top_features h2 {
  padding: 25px 0 15px 0;
  font-size: 3rem;
  text-transform: uppercase;
}

.top_features .tf_grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 25px 0 25px;
  box-sizing: border-box;
}

.top_features .tf_tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.top_features .tf_tab {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 56px;
  padding: 12px 24px 12px 64px;
  border: 1px solid #4A6B85;
  border-radius: 28px;
  background: transparent;
  color: #e8f1f7;
  font-family: 'AGFriquer-light';
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(.4, 0, .2, 1),
              border-color 220ms cubic-bezier(.4, 0, .2, 1),
              box-shadow 220ms cubic-bezier(.4, 0, .2, 1),
              text-shadow 220ms cubic-bezier(.4, 0, .2, 1);
}

/* Icon slot on the left of each tab */
.top_features .tf_tab::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-image: var(--tf-icon, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(120, 165, 195, 0.4);
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 220ms cubic-bezier(.4, 0, .2, 1),
              border-color 220ms cubic-bezier(.4, 0, .2, 1),
              filter 220ms cubic-bezier(.4, 0, .2, 1);
}

.top_features .tf_tab.active::before {
  opacity: 1;
  border-color: rgba(155, 192, 220, 0.85);
  filter: drop-shadow(0 0 8px rgba(155, 192, 220, 0.55));
}

.top_features .tf_tab.active {
  background: transparent;
  border-color: #9BC0DC;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(180, 210, 240, 0.85),
    0 0 2px rgba(255, 255, 255, 0.6);
  box-shadow:
    0 0 0 1px rgba(155, 192, 220, 0.35),
    0 0 24px rgba(80, 130, 170, 0.45);
}

.top_features .tf_gif {
  aspect-ratio: 16 / 9;
  border: 1px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 28, 38, 0.7), rgba(12, 20, 28, 0.8)) padding-box,
    linear-gradient(180deg, #6589A6 0%, #304A60 55%, #1c2e3e 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(180, 210, 240, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 6px 24px rgba(0, 0, 0, 0.35);
}

.top_features .tf_gif img,
.top_features .tf_gif video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 250ms ease;
  background: #0b141a;
}

/* Mobile fallback cards: hidden by default on desktop */
.top_features .tf_cards {
  display: none;
}

/* Dot indicators hidden by default - only shown on mobile */
.carousel .carousel_dots {
  display: none;
}

@media (max-width: 900px) {
  /* =========================================================
     Carousel responsive: stack image + text, arrows below
     ========================================================= */
  .carousel {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 25px;
  }
  .carousel h2 { order: 0; font-size: 2rem; padding: 0 0 10px 0; }
  .carousel .carousel_header { order: 1; }
  .carousel .carousel_content { order: 2; }
  .carousel .carousel_controls { order: 3; }

  /* Tab strip is redundant on mobile - the title under the image tells you
     what you're viewing and the arrows handle navigation. Hide it. */
  .carousel .carousel_header {
    display: none;
  }

  .carousel .carousel_content {
    width: 100%;
    max-width: 900px;
    min-height: 0;
    top: 0;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
  }

  .carousel .carousel_content .carousel_tab_content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 16px;
    padding: 0;
    box-sizing: border-box;
  }

  .carousel .carousel_content .carousel_tab_content img {
    width: 100%;
    max-width: 360px;
    height: auto;
    order: 1;
    border-radius: 8px;
  }

  .carousel .carousel_content .carousel_tab_content .carousel_tab_content_text {
    padding: 0 8px;
    align-items: center;
    text-align: center;
    order: 2;
  }
  .carousel .carousel_content .carousel_tab_content .carousel_tab_content_text .carousel_tab_content_title {
    font-size: 1.4rem;
    padding: 0 0 8px 0;
  }
  .carousel .carousel_content .carousel_tab_content .carousel_tab_content_text p {
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .carousel .carousel_controls {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 0 8px 0;
  }
  .carousel .carousel_controls .arrow_left,
  .carousel .carousel_controls .arrow_right {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    width: 48px;
    height: 48px;
  }
  /* Order: arrow_left, dots, arrow_right */
  .carousel .carousel_controls .arrow_left { order: 1; }
  .carousel .carousel_dots { order: 2; }
  .carousel .carousel_controls .arrow_right { order: 3; }

  /* Show dots on mobile */
  .carousel .carousel_dots {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .carousel .carousel_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(74, 107, 133, 0.4);
    border: 1px solid rgba(74, 107, 133, 0.6);
    cursor: pointer;
    transition: transform 200ms cubic-bezier(.4, 0, .2, 1),
                background-color 200ms cubic-bezier(.4, 0, .2, 1),
                border-color 200ms cubic-bezier(.4, 0, .2, 1),
                box-shadow 200ms cubic-bezier(.4, 0, .2, 1);
  }
  .carousel .carousel_dot.active {
    background-color: #9BC0DC;
    border-color: #9BC0DC;
    box-shadow: 0 0 8px rgba(155, 192, 220, 0.6);
    transform: scale(1.3);
  }

  /* =========================================================
     Extra feature cards: single column on mobile
     ========================================================= */
  .top_features .feature_cards_grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 480px;
    margin-top: 32px;
    padding: 0 16px;
  }
  .top_features .feature_card h3 {
    font-size: 1.4rem;
  }
  .top_features .feature_card p {
    font-size: 0.95rem;
  }

  /* =========================================================
     Top Features mobile (existing)
     ========================================================= */
  /* Hide the desktop tabs + GIF layout */
  .top_features .tf_grid {
    display: none;
  }

  /* Show the stacked image + text cards */
  .top_features .tf_cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 16px 0 16px;
    box-sizing: border-box;
  }

  .top_features .tf_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .top_features .tf_card img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 12px;
    display: block;
  }

  .top_features .tf_card h3 {
    font-family: 'AGFriquer-light';
    font-weight: 300;
    color: #ffffff;
    font-size: 1.4rem;
    margin: 4px 0 0 0;
    padding: 0;
  }

  .top_features .tf_card p {
    font-family: 'UbuntuLight';
    color: #d8e3eb;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 8px;
  }
}
/* ============================================================
   LATEST NEWS (BFA landing) — cards shown below the roadmap
   ============================================================ */
.bfa_news {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 60px 0 20px 0;
}

.bfa_news h2 {
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}

.bfa_news_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  width: 100%;
  margin: 24px auto 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

/* Single news item: center it instead of pinning it to the left column.
   Scoped under .bfa_news so it also wins over the responsive rules below. */
.bfa_news .bfa_news_grid--single {
  grid-template-columns: minmax(0, 282px);
  justify-content: center;
}

.bfa_news_card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(rgba(18, 28, 38, 0.7), rgba(12, 20, 28, 0.8)) padding-box,
    linear-gradient(180deg, #6589A6 0%, #304A60 55%, #1c2e3e 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(180, 210, 240, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4),
    0 6px 24px rgba(0, 0, 0, 0.35);
  transition: transform 220ms cubic-bezier(.4, 0, .2, 1), box-shadow 220ms;
}

.bfa_news_card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(180, 210, 240, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.45);
}

.bfa_news_card_media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.bfa_news_card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms cubic-bezier(.4, 0, .2, 1);
}

.bfa_news_card:hover .bfa_news_card_media img {
  transform: scale(1.05);
}

.bfa_news_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 20px 18px;
}

.bfa_news_card_body h3 {
  color: #ffffff;
  font-family: 'AGFriquer-light';
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0;
}

.bfa_news_card_date {
  color: #9BC0DC;
  font-family: 'UbuntuLight';
  font-size: 0.85rem;
}

.bfa_news_all {
  margin-top: 34px;
  padding: 12px 34px;
  border: 1px solid #4A6B85;
  border-radius: 28px;
  color: #e8f1f7;
  font-family: 'AGFriquer-light';
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms, border-color 200ms;
}

.bfa_news_all:hover {
  background: rgba(101, 137, 166, 0.25);
  border-color: #9BC0DC;
}

@media (max-width: 900px) {
  .bfa_news_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 620px;
    padding: 0 16px;
  }
  .bfa_news h2 {
    font-size: 2.1rem;
  }
}

@media (max-width: 560px) {
  .bfa_news_grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
/*# sourceMappingURL=landing.css.map */
