@-webkit-keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.card-label {
  content: "";
  background: transparent url(https://landing.mangot5.com/template/lostark/web/images/icon.png) no-repeat 0 -199px;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 66;
  text-indent: -99999em;
}

.features-section {
  padding: 80px 0 200px;
  background: url(//landing.mangot5.com/template/gj/web/images/features/ft-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}

@media (max-width: 575px) {
  .features-section {
    padding: 40px 0 100px;
  }
}

.features-section .tit {
  text-align: center;
  margin: 0 auto 70px;
}

@media (max-width: 575px) {
  .features-section .tit {
    margin-bottom: 30px;
  }
}

.features-section .card {
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid black;
}

@media (max-width: 1024px) {
  .features-section .card {
    margin-bottom: 10px;
  }
}

.features-section .card-inner {
  display: block;
  position: relative;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.features-section .card-inner:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.features-section .card-inner .card-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: 150px;
  height: 30px;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 1024px) {
  .features-section .card-inner .card-info {
    right: 15px;
    bottom: 15px;
  }
}

.features-section .card:nth-of-type(1) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-1.png);
}

.features-section .card:nth-of-type(2) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-4.png);
}

.features-section .card:nth-of-type(3) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-5.png);
}

.features-section .card:nth-of-type(4) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-2.png);
}

.features-section .card:nth-of-type(5) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-3.png);
}

.features-section .card:nth-of-type(6) .card-info {
  background-image: url(//landing.mangot5.com/template/gj/web/images/features/ft-6.png);
}

.features-section .card-inner .card-img {
  border-radius: 0;
}

.ft-menu {
  position: fixed;
  right: 6vw;
  top: 20vh;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .ft-menu {
    display: none;
  }
}

.ft-menu .ft-more-btn {
  display: block;
  background: transparent;
  border: 1px solid #9fbff4;
  border-radius: 6px;
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #9fbff4;
  margin: 0 0 25px 0;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.ft-menu .ft-more-btn:hover {
  background: #9fbff4;
  color: #fff;
}

.ft-menu .ft-more-btn span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: -3px;
  top: 12px;
  width: 100%;
  display: block;
  line-height: 1.1;
  font-size: 15px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .ft-menu .ft-more-btn span {
    font-size: 15px;
    top: 17px;
    left: -5px;
  }
}

@media (max-width: 575px) {
  .ft-menu .ft-more-btn span {
    font-size: 13px;
    top: 12px;
  }
}

.ft-menu ul li {
  margin: 10px 0;
}

.ft-menu ul li a {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: lighter;
}

.ft-menu ul li a:hover {
  text-decoration: none;
  color: #9fbff4;
}

.ft-menu .ft-menu-inner {
  padding: 5px 0 5px 15px;
}

.ft-menu .ft-menu-inner a {
  color: #b1b1b1;
}