/* Default CSS Code */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

:focus * {
    outline: 0;
}

button {
    cursor: pointer;
    background: transparent;
    border: 0;
}

button:focus {
    outline: 0;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.form-group {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Industry-Bold", sans-serif;
}

a:hover {
    text-decoration: none;
}

.overflow {
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rigamesh", sans-serif;
    line-height: 60px;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}

#videoJourney {
    width: 100%;
    height: 400px;
}

.custom-btn {
    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;
    background: linear-gradient(180deg, #ff7274 0%, #691d1e 100%);
    color: #fff;
    font-family: "Industry-Bold", sans-serif;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    cursor: pointer;
    width: fit-content;
    min-width: 234px;
    height: 58px;
    padding: 13px 14px;
    clip-path: polygon(0 0, 93% 0, 100% 30%, 100% 100%, 7% 100%, 0 72%);
}

.custom-btn:hover {
    background: transparent;
}

.custom-btn-wrapper {
    position: relative;
}

.custom-btn--transparent-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/btn-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-btn--transparent {
    background: transparent;
}

.custom-btn--transparent:hover {
    background: linear-gradient(180deg, #ff7274 0%, #691d1e 100%);
}

.custom-btn--small {
    min-width: 214px;
    height: 53px;
    font-size: 18px;
    line-height: 25px;
}

.custom-btn--nav {
    min-width: 194px;
    height: 48px;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none !important;
}

/* Default CSS Code */

/*

font-family: "Industry-Demi", sans-serif;
font-family: "Industry-Bold", sans-serif;
font-family: "Rigamesh", sans-serif;

*/

body {
    font-family: "Industry-Demi", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    /* background: #1e1e1e; */
    background: linear-gradient(90deg, #00050d 0%, #1b2140 50%, #040d16 100%);
    color: #fff;
}

/* Section Heading */
.section__heading {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 35px;
}

.section__heading h2 {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px 0px #64d3ff;
    margin-bottom: 20px;
}

.section__heading p {
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Section Heading */

/* Header Area */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header__content {
    position: relative;
    height: auto;
    width: 100%;
}

.header__bg img {
    object-fit: contain;
}

.header .container {
    position: relative;
    z-index: 10;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.nav__logo {
    width: fit-content;
    height: 70px;
}

.nav__left,
.nav__right,
.nav__links {
    display: flex;
    align-items: center;
}

.nav__left {
    gap: 160px;
}

.nav__links {
    gap: 100px;
}

.nav__right {
    gap: 60px;
}

.btn__account {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.btn__account:hover {
    color: #ff7274;
}

.btn__account svg {
    width: 19px;
    height: 18px;
    margin-right: 10px;
}

.btn__account:hover svg path {
    fill: #ff7274;

    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.nav__links li a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.nav__links li a:hover {
    color: #ff7274;
}

.nav__links--active {
    position: relative;
    color: #ff7274;
}

.nav__links li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff7274;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nav__links li a:hover::after,
.nav__links--active::after {
    width: 100% !important;
}

/* Hamburger Menu icon */
.navbar-toggler {
    position: absolute;
    top: 15px;
    right: 0;
    width: 42px;
    height: 40px;
    background: transparent;
    z-index: 999;
    border: 1px solid #fff;
    display: none;
}

.navbar-toggler .toggler-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 18px);
    height: auto;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.toggler-btn .bar {
    width: 100%;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.toggler-btn .bar:nth-child(3) {
    margin-bottom: 0;
}

.navbar-toggler.change .toggler-btn .bar1 {
    background: #fff;
    transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    -ms-transform: rotate(-45deg) translate(-5px, 5px);
    -o-transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggler.change .toggler-btn .bar2 {
    opacity: 0;
}

.navbar-toggler.change .toggler-btn .bar3 {
    background: #fff;
    transform: rotate(45deg) translate(-3px, -4px);
    -webkit-transform: rotate(45deg) translate(-3px, -4px);
    -moz-transform: rotate(45deg) translate(-3px, -4px);
    -ms-transform: rotate(45deg) translate(-3px, -4px);
    -o-transform: rotate(45deg) translate(-3px, -4px);
}

/* Header Area */

/* Hero Area */

.hero__area {
    position: relative;
    z-index: 100;
}

.common__area {
    position: relative;
    display: flex;
    align-items: center;
}

.common__area-bg {
    width: 100%;
}

.common__area .common__position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero__area .common {
    padding-top: 96px;
}

.common {
    padding: 80px 0;
    display: flex;
    align-items: center;
    gap: 100px;
}

.common--reverse {
    flex-direction: row-reverse;
}

.common__content {
    width: 629px;
}

.common__image {
    flex: 1;
    clip-path: polygon( 69% 97%, 69% 97%, 31% 97%, 31% 97%, 29% 100%, 28% 100%, 1% 100%, 1% 100%, 0% 98%, 0% 98%, 0% 2%, 0% 2%, 1% 0%, 1% 0%, 29% 0%, 29% 0%, 31% 2%, 31% 2%, 69% 2%, 69% 2%, 71% 0%, 71% 0%, 99% 0%, 99% 0%, 100% 2%, 100% 1%, 100% 98%, 100% 98%, 99% 100%, 99% 100%, 72% 100%, 71% 100% );
}

.common__content h1,
.common__content h2 {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.common__content p {
    max-width: 530px;
}

.common__btns {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 50px;
}

.common__btns--center {
    justify-content: center;
}

/* Hero Area */

/* BattleShip Area */
.battleship__area {
    margin-top: -80px;
    position: relative;
    z-index: 90;
}

.battleship__area .common {
    display: flex;
    justify-content: flex-end;
}

/* BattleShip Area */

/* Journey Area */

.journey__area {
    margin-top: -80px;
    position: relative;
    z-index: 80;
}

.journey__area h2,
.journey__area p {
    color: #010c30;
}

.video-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    clip-path: polygon(
        69% 97%,
        69% 97%,
        31% 97%,
        31% 97%,
        29% 100%,
        28% 100%,
        1% 100%,
        1% 100%,
        0% 98%,
        0% 98%,
        0% 2%,
        0% 2%,
        1% 0%,
        1% 0%,
        29% 0%,
        29% 0%,
        31% 2%,
        31% 2%,
        69% 2%,
        69% 2%,
        71% 0%,
        71% 0%,
        99% 0%,
        99% 0%,
        100% 2%,
        100% 1%,
        100% 98%,
        100% 98%,
        99% 100%,
        99% 100%,
        72% 100%,
        71% 100%
    );
}

.journey__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 12, 48, 0.6);
    border: 2px solid #64d3ff;
    box-shadow: 0px 0px 5px 0px #64d3ff;
}

.journey__play-button img {
    object-fit: contain;
    width: 40px;
    height: 40px;
}

/* Journey Area */

/* Customize Area */
.cutomize-battle__area {
    margin-top: -100px;
    position: relative;
    z-index: 70;
}

.customize__area .common__position {
    align-items: flex-start;
}

.customize {
    padding-top: 170px;
}

.cutomize-battle__box {
    position: relative;
}

.cutomize-battle__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 80px;
    padding-top: 50px;
}

.cutomize-battle__content h2 {
    font-size: 52px;
    line-height: 60px;
    text-align: center;
}

.cutomize-battle__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    height: 55px;
    padding: 0 40px;
}

.cutomize-battle__level,
.cutomize-battle__hp {
    width: 435px;
}

.cutomize-battle__level {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cutomize-battle__progress {
    width: 330px;
    height: 15px;
    border: 1px solid #64d3ff;
    box-shadow: 0px 0px 5px 0px #64d3ff;
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.cutomize-battle__progress-bg {
    height: 7px;
    background: #64d3ff;
    box-shadow: 0px 0px 5px 0px #64d3ff;
}

.cutomize-battle__progress--value {
    width: 14%;
}

.cutomize-battle__nav h4 {
    font-family: "Industry-Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #64d3ff;
    text-shadow: 0px 0px 5px #64d3ff;
}

.cutomize-battle__hp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cutomize-battle__details {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.cutomize-battle__image img {
    mix-blend-mode: lighten;
    overflow: hidden;
transform: translatey(0px);
animation: float 6s ease-in-out infinite;
}

.cutomize-battle__feature,
.cutomize-battle__feature-left {
    display: flex;
    align-items: center;
}

.cutomize-battle__features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cutomize-battle__feature {
    gap: 25px;
}

.cutomize-battle__feature-left {
    width: 347px;
    justify-content: space-between;
    position: relative;
    padding-left: 30px;
}

.cutomize-battle__power-line {
    position: absolute;
    bottom: -25px;
    left: 0;
    object-fit: cover;
    z-index: 1;
    width: auto;
    height: 27.9px;
}

.cutomize-battle__power {
    width: 163px;
    height: 20px;
    position: relative;
    z-index: 10;
    border: 1px solid #ff7274;
    box-shadow: 0px 0px 5px 0px #ffa386;
    display: flex;
    align-items: center;
    padding: 0 3px;
    gap: 3px;
}

.cutomize-battle__power label {
    display: block;
    width: 100%;
    height: 12.33px;
    background: #ff7274;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.cutomize-battle__power input {
    display: none;
}

.cutomize-battle__feature h6,
.cutomize-battle__feature h5 {
    font-family: "Industry-Demi", sans-serif;
}

.cutomize-battle__feature h6 {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.cutomize-battle__feature h5 {
    font-size: 20px;
    line-height: 28px;
    color: #ff7274;
}

.cutomize-battle__items {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.cutomize-battle__item {
    width: 95px;
}

.cutomize-battle__item img {
    width: 100%;
}

.cutomize-battle__item h3 {
    font-family: "Industry-Demi", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #b8eeff;
    text-shadow: 0px 0px 5px #b8eeff;
}

.cutomize-battle__item h5 {
    font-family: "Industry-Bold", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    position: relative;
    width: fit-content;
    z-index: 10;
    text-align: center;
    margin: 8px auto;
}

.cutomize-battle__item h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    background: url(../img/customize-num-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* Customize Area */

/* Action area */

.action__area {
    margin-top: -150px;
    position: relative;
    z-index: 60;
}

.action {
    padding: 80px 0;
}

.slider__box {
    position: relative;
}

.slider__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
}

.action__item-image {
    position: relative;
    height: 297px;
    overflow: hidden;
}

.action__item-image img {
    object-fit: contain;
}

.action__item--border {
    display: none;
}

.action__item-main-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.action__item-title {
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #64d3ff;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.action__item-content {
    text-align: center;
    padding: 30px 70px;
}

.action__item-content h3 {
    text-shadow: 0px 0px 5px #64d3ff;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.action__item-content p {
    font-size: 20px;
    line-height: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    color: #fff;
}

.action__item-content .common__btns {
    margin-top: 30px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    top: auto !important;
    bottom: -80px !important;
}

.swiper-pagination-bullet {
    background: url(../img/slider-dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Action area */

/* Join Area */

.join__area {
    margin-top: -80px;
    position: relative;
    z-index: 50;
}

.join__area .common {
    justify-content: center;
}

.join__area .common__content {
    text-align: center;
    max-width: 100%;
}

.join__area .common__btns {
    justify-content: center;
    margin-top: 30px;
}

/* Join Area */

/* News Area */
.news__area {
    z-index: 45;
    margin-top: -120px;
}

.news__area .action__item-image {
    height: 435px;
}

.news__area .action__item-image img {
    object-fit: contain;
}

.news__area .slider__main {
    padding-top: 70px;
}

.news__area .swiper-pagination {
    bottom: -90px !important;
}

/* News Area */

/* Social Area */

.social__area {
    margin-top: -40px;
    position: relative;
    z-index: 40;
}

.social__area .common {
    justify-content: center;
}

.social__area .common__content {
    text-align: center;
    max-width: 952px;
    width: 100%;
}

.social__area .common__content h2 {
    color: #010c30;
    margin-bottom: 0;
}

.social__area .common__btns {
    justify-content: center;
    margin-top: 30px;
}

.social__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.social__icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #040e35 0%, #132154 50%, #040c27 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #64d3ff;
}

.social__icon:hover {
    background: #691d1e;
    border: 1px solid #ff7274;
}

.social__icon1 {
    padding-left: 0 !important;
}

.social__icon img {
    object-fit: contain;
}

/* Social Area */

/* Footer Area */

.footer__area {
    padding-top: 60px;
    padding-bottom: 90px;
}

.footer__area .nav__links {
    justify-content: center;
    margin-bottom: 40px;
    gap: 25px;
}

.footer__area .nav__links li a {
    color: #ff7274 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.footer__area .nav__links li a::after {
    display: none;
}

.footer__content {
    text-align: center;
}

.footer__copyrights,
.footer__bottom-links li a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Industry-Bold", sans-serif;
}

.footer__bottom-links li a {
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.footer__bottom-links li a:hover {
    color: #ff7274;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
}

/* Footer Area */

/* Rating test */

/* Rating test */


/* Animation */

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  
  /* show objects being animated */
  .animate-in {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  
  .animate-out {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    -ms-animation-direction: reverse;
    -o-animation-direction: reverse;
    animation-direction: reverse;
  }
  
  .animate-out:after {
    content ''
    letter-spacing: inherit;
  }
  
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
      0% {
          opacity: 0;
          -webkit-transform: translateY(-20px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInDown {
      0% {
          opacity: 0;
          -moz-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInDown {
      0% {
          opacity: 0;
          -o-transform: translateY(-20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInDown {
      0% {
          opacity: 0;
          transform: translateY(-20px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  
  
  @-webkit-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-moz-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @-o-keyframes fadeIn {
      0% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      60% {
          opacity: 0;
      }
      20% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  @-webkit-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -webkit-transform: translateX(-2000px);
      }
      60% {
          -webkit-transform: translateX(20px);
      }
  
      80% {
          -webkit-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -moz-transform: translateX(-2000px);
      }
  
      60% {
          -moz-transform: translateX(20px);
      }
  
      80% {
          -moz-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInLeft {
      0% {
          opacity: 0;
          -o-transform: translateX(-2000px);
      }
  
      60% {
          opacity: 1;
          -o-transform: translateX(20px);
      }
  
      80% {
          -o-transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInLeft {
      0% {
          opacity: 0;
          transform: translateX(-2000px);
      }
  
      60% {
          transform: translateX(20px);
      }
  
      80% {
          transform: translateX(-5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes bounceInRight {
      0% {
          opacity: 0;
          -webkit-transform: translateX(2000px);
      }
  
      60% {
          -webkit-transform: translateX(-20px);
      }
  
      80% {
          -webkit-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: translateX(0);
      }
  }
  
  @-moz-keyframes bounceInRight {
      0% {
          opacity: 0;
          -moz-transform: translateX(2000px);
      }
  
      60% {
          -moz-transform: translateX(-20px);
      }
  
      80% {
          -moz-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateX(0);
      }
  }
  
  @-o-keyframes bounceInRight {
      0% {
          opacity: 0;
          -o-transform: translateX(2000px);
      }
  
      60% {
          -o-transform: translateX(-20px);
      }
  
      80% {
          -o-transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateX(0);
      }
  }
  
  @keyframes bounceInRight {
      0% {
          opacity: 0;
          transform: translateX(2000px);
      }
  
      60% {
          transform: translateX(-20px);
      }
  
      80% {
          transform: translateX(5px);
      }
  
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translateY(20px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes fadeInUp {
      0% {
          opacity: 0;
          -moz-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes fadeInUp {
      0% {
          opacity: 0;
          -o-transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes fadeInUp {
      0% {
          opacity: 0;
          transform: translateY(20px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  @-webkit-keyframes bounceIn {
      0% {
          opacity: 0;
          -webkit-transform: scale(.3);
      }
      50% {
          -webkit-transform: scale(1.05);
      }
  
      70% {
          -webkit-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -webkit-transform: scale(1);
      }
  }
  
  @-moz-keyframes bounceIn {
      0% {
          opacity: 0;
          -moz-transform: scale(.3);
      }
  
      50% {
          -moz-transform: scale(1.05);
      }
  
      70% {
          -moz-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -moz-transform: scale(1);
      }
  }
  
  @-o-keyframes bounceIn {
      0% {
          opacity: 0;
          -o-transform: scale(.3);
      }
  
      50% {
          -o-transform: scale(1.05);
      }
  
      70% {
          -o-transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          -o-transform: scale(1);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(.3);
      }
  
      50% {
          transform: scale(1.05);
      }
  
      70% {
          transform: scale(.9);
      }
  
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }
  @-webkit-keyframes moveUp {
      0% {
          opacity: 1;
          -webkit-transform: translateY(40px);
      }	100% {
          opacity: 1;
          -webkit-transform: translateY(0);
      }
  }
  
  @-moz-keyframes moveUp {
      0% {
          opacity: 1;
          -moz-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -moz-transform: translateY(0);
      }
  }
  
  @-o-keyframes moveUp {
      0% {
          opacity: 1;
          -o-transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          -o-transform: translateY(0);
      }
  }
  
  @keyframes moveUp {
      0% {
          opacity: 1;
          transform: translateY(40px);
      }
  
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @-webkit-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @-o-keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  @keyframes fadeBgColor {
      0%{
          background:none;
      }
    70%{
          background:none;
      }
      100%{
          background:#464646;
      }
  }
  
  .animate-in.animationDelay, .animate-out.animationDelay {
      animation-delay:.4s;
      -webkit-animation-delay:.4s;
  }
  .animate-in.animationDelayMed, .animate-out.animationDelayMed {
      animation-delay:1.2s;
      -webkit-animation-delay:1.2s;
  }
  .animate-in.animationDelayLong, .animate-out.animationDelayLong {
      animation-delay:1.6s;
      -webkit-animation-delay:1.6s;
  }
  .animate-in.fadeBgColor, .animate-out.fadeBgColor {
      -webkit-animation-name: fadeBgColor;
      -moz-animation-name: fadeBgColor;
      -o-animation-name: fadeBgColor;
      animation-name: fadeBgColor;
  }
  .animate-in.bounceIn, .animate-out.bounceIn {
      -webkit-animation-name: bounceIn;
      -moz-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
  }
  .animate-in.bounceInRight, .animate-out.bounceInRight {
      -webkit-animation-name: bounceInRight;
      -moz-animation-name: bounceInRight;
      -o-animation-name: bounceInRight;
      animation-name: bounceInRight;
  }
  .animate-in.bounceInLeft, .animate-out.bounceInLeft {
      -webkit-animation-name: bounceInLeft;
      -moz-animation-name: bounceInLeft;
      -o-animation-name: bounceInLeft;
      animation-name: bounceInLeft;
  }
  .animate-in.fadeIn, .animate-out.fadeIn {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      -o-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .animate-in.fadeInDown, .animate-out.fadeInDown {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      -o-animation-name: fadeInDown;
      animation-name: fadeInDown;
  }
  .animate-in.fadeInUp, .animate-out.fadeInUp {
      -webkit-animation-name: fadeInUp;
      -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  .animate-in.moveUp, .animate-out.moveUp {
      -webkit-animation-name: moveUp;
      -moz-animation-name: moveUp;
      -o-animation-name: moveUp;
      animation-name: moveUp;
  }
