@font-face {
    font-family: 'post_no_bills_jaffnasemibold';
    src: url('../fonts/postnobillsjaffna-semibold-webfont.woff2') format('woff2'),
    url('../fonts/postnobillsjaffna-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:focus {
    outline: 0
}
html {
    overflow-x: hidden
}
.nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px
}
body {
    font-size: 16px;
    font-weight: 300;
    color: #01214a;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
@media (max-width:1400px) and (min-width:1300px) and (min-height:900px) {
    body {
        font-size: 11.485px
    }
}
@media (max-width:1025px) {
    body {
        font-size: 12px;
        overflow-x: hidden
    }
}
@media (max-width:767px) {
    body {
        font-size: 14px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 2.5em
    }
}
h2 {
    font-size: 3.2em;
    line-height: 1.1;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
h3 {
    font-size: 1.875em;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
@media (max-width:767px) {
    h3 {
        font-size: 1.25em
    }
}
h4 {
    font-size: 1.5625em
}
.open-menu body {
    overflow: hidden
}
.loadjs {
    overflow: hidden
}
img {
    width: 100%;
    height: auto
}
ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none
}
.sec__header h2 {
    margin-bottom: .35em
}
.container {
    max-width: 100%;
    height: 100%;
    padding: 0 30px;
}
p{
    font-size: 1.125em;
    color: #fff;
    line-height: 2em;
}
@media (min-width:767px) {
    .container {
        padding: 0 3em
    }
    .animation__wrap {
        display: none !important;
    }
}
@media (min-width:992px) {
    .container {
        padding: 0 5em
    }
}
@media (min-width:1200px) {
    .container {
        padding: 0 10%;
    }
}
.block, .section {
    position: relative;
    padding: 7em 0;
    overflow: hidden
}
@media (max-width:767px) {
    .block, .section {
        padding: 3em 0
    }
    .toggle-menu {
    display: block;
    font-size: 1em;
    position: relative;
    width: 4.375em;
    height: 1.375em;
    padding: .5em .875em .5em 1.25em;
    border-radius: 50%;
    transform: rotate(0);
    transition: .5s ease-in-out;
    margin-left: 1.25em;
    cursor: pointer;
    z-index: 20
   }
}
input[type=number] {
    -moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}
.form-control:focus {
    outline: 0;
    box-shadow: none
}
a:hover {
    text-decoration: none
}

button {
    -webkit-appearance: button;
    width: auto;
    border: 0;
    box-shadow: none;
    background: 0 0;
    outline: 0;
    background: 0 0;
    border-radius: 0;
    cursor: pointer
}
button:focus {
    outline: 0
}
.btn__anchor {
    padding: 1em 3.12em;
    background: #000;
    box-shadow: 0px 0px 49px rgb(227 79 67 / 50%);
    border-radius: 58px;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #E34F43;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    text-decoration: underline;
    transition: .5s;
}
@media (max-width:767px) {
    .btn__anchor {
        font-size: .9em
    }
}
.btn__anchor:hover {
    color: #fff;
    background: #E34F43;
}
.toogle-wrap {
    display: none
}
.toggle-menu a {
    position: relative;
    display: block;
    width: 1.625em;
    height: 1.625em;
    transition: .5s
}
.toggle-menu a span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .3s
}
.toggle-menu a span:nth-child(1) {
    top: 25%
}
.toggle-menu a span:nth-child(2), .toggle-menu a span:nth-child(3) {
    top: 50%
}
.toggle-menu a span:nth-child(4) {
    top: 75%
}
.toggle-menu a:hover span {
    background: #fff
}
.toggle-menu.open {
    z-index: 999;
}
.toggle-menu.open a {
    transform: rotate(180deg)
}
.toggle-menu.open a span:nth-child(1), .toggle-menu.open a span:nth-child(4) {
    width: 50%;
    opacity: 0
}
.toggle-menu.open a span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg)
}
.toggle-menu.open a span:nth-child(2) {
    transform: rotate(45deg)
}
.toggle-menu.open span:nth-child(1) {
    top: 1em;
    width: 0%;
    left: 50%
}
.toggle-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}
.toggle-menu.open span:nth-child(3) {
    transform: rotate(-45deg)
}
.toggle-menu.open span:nth-child(4) {
    top: 1em;
    width: 0;
    left: 50%
}
header {
    padding: 2.18em 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    transition: .3s;
}
header.border-div {
    position: fixed;
}
header:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: -100%;
    background: #000;
    height: 100%;
    z-index: -1;
    transition: .4s
}
header.active {
    padding: 1em 0
}
header.active .brand-logo {
    width: 4.3125em;
    height: auto;
    transition: .5s;
}
header.active:after {
    top: 0
}

@media (max-width:767px) {
    header {
        display: flex;
        align-items: center
    }
}
.navigation ul a {
    transition: .4s;
    font-size: 1.15em;
}
@media (max-width:767px) {
    .navigation ul a {
        transition: none
    }
}
.navigation ul a:hover {
    transition: .1s;
    font-weight: 700;
}
@media (max-width:767px) {
    .cta {
        margin-right: -2em
    }
}
@media (max-width:767px) {
    .navigation {
        width: 100%;
        position: fixed;
        height: 100vh;
        left: -100%;
        top: 0;
        background: #023C93;
        padding: 14em 0;
        z-index: 99;
        /*visibility: hidden;*/
        /*opacity: 0;*/
        transition: .7s
    }
    .navigation.active {
        /*visibility: visible;*/
        /*opacity: 1*/
        left: 0;
    }
}
.navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.navigation ul a.active {
    color: #fa9450
}
@media screen and (max-width:767px) {
    .navigation {
        width: 100%
    }
    .navigation ul {
        display: inline-block
    }
    .nav__wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 90%;
        height: 100%;
        background: #000;
        padding: 10em 5% 0;
        flex-flow: column;
        z-index: 2;
        left: -100%;
        transition: .4s
    }
    .nav__wrap.active {
        left: 0
    }
    li {
        margin-bottom: 2em
    }
    .navigation ul li a {
        font-size: 2.25em;
        font-family: 'post_no_bills_jaffnasemibold';
        letter-spacing: .05em;
    }
    .toogle-wrap {
        display: flex
    }
}
.loader-first div {
    width: 300px;
    height: auto;
    margin: 0 auto;
}
.loader-first {
    background: #000;
}
@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(180deg);
    }
}


.brand-logo {
    width: 9.12em;
    height: 5.93em;
}
.navigation ul li {
    margin-right: 2.81em;
}
.navigation ul li a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.navigation ul li:last-child {
    margin: 0;
}
.navigation ul li:nth-child(7n+5) {
    margin: 0;
}
.mob__view {
    display: none;
}
.header__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__btn {
    border: 1px solid #FFFFFF;
    border-radius: 44px;
    padding: 0.18em 0.18em;
    margin-right: 1.25em;
}
.header__button .header__btn:last-child {
    margin: 0;
}
.header__btn a {
    background: #fff;
    box-shadow: inset 5px 5px 15px rgb(255 255 255 / 50%);
    border-radius: 49px;
    padding: 0.81em 1.06em;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    color: #392D00;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
}
.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled {
    display: none;
}
.header__btn a span {
    position: relative;
    z-index: 1;
}
.banner--section {
    background: url('/assets/images/banner-bg.webp') no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.banner--section:after {
    content: "";
    background: url('/assets/images/banner-after.webp') no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    bottom: -2em;
    height: 13em;
    left: 0;
    z-index: 4;
}
@media screen and (min-width:1921px) {
    .banner--section:after {
    bottom: 0em;
}
}
.moon {
    width: 40.56em;
    height: 26.75em;
    position: absolute;
    left: 50%;
    top: -30em;
    transform: translate(-50%, 0px);
    transition: all ease-out 0.5s;
}
.building {
    position: absolute;
    width: 46.4em;
    height: 34.43em;
    top: 33.1em;
    left: 47.5%;
    transform: translate(-50%, 0);
    transition: all ease-out 0.97s;
}
.bears {
    position: absolute;
    height: 11.93em;
    width: 40.4em;
    bottom: -10em;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all ease-out 0.67s;
}
.water {
    position: absolute;
    width: 100%;
    bottom: 0em;
    z-index: -1;
    transition: all ease-out 0.67s;
}
.mountain {
    position: absolute;
    width: 100%;
    bottom: 0em;
    height: 69em;
    z-index: -1;
    /*animation: rotate 1s linear infinite;*/
    /*animation-play-state: paused;*/
    /*animation-delay: calc(var(--scroll) * -1s);*/
    /*animation-iteration-count: 1;*/
    /*animation-fill-mode: both;*/
}
/*@keyframes rotate {*/
    /*to {*/
        /*transform: translateY(500px));*/
    /*}*/
/*}*/



.load-animate-2 .bears {
    bottom: 3em;
}
.load-animate-1 .moon {
    top: 3em;
}
/*.load-animate-3 .building {*/
    /*top: 31.3em;*/
    /*opacity: 1;*/
    /*visibility: visible;*/
/*}*/
/*.load-animate-4 .mountain {*/
    /*bottom: 0em;*/
/*}*/
.load-animate-5 .water {
    bottom: 0em;
}
.bottom--section {
    height: 100vh;
}
.paper-plane {
    position: absolute;
    width: 10em;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(-50%,0px);
}
.bottom--section h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 4em;
    text-align: center;
}

/** {*/
    /*position: relative;*/
    /*box-sizing: border-box;*/
    /*font-family: arial;*/
/*}*/


.animation {
    height: 163.62em;
    padding: 12.5em 0 0 0;
    position: relative;
    /* overflow: hidden; */
    background: url('/assets/images/animation.webp') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.animation:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-position: center;
    height: 8em;
    background: url('/assets/images/animation-after.webp');
    background-size: cover;
    display: none;
}
.paper-plane {
    position: absolute;
    top: -150px;
    left: 0%;
}
.bottom--section {
    height: 100vh;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#animationWindow {
    width: 100%;
    height: 100vh;
    text-align: center;
}

/*path {*/
    /*stroke: #fff;*/
/*}*/
#animationWindow svg {
    /* width: 40%!important; */
    height: auto!important;
    margin: 0 auto!important;
    position: absolute;
    top: -41em;
    left: 50%!important;
    transform: translate(-50%, 0px)!important;
    z-index: 2;
}

.battle--section {
    background: url('/assets/images/battle-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7.5em 0;
}
.battle__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8.75em;
    position: relative;
    margin-bottom: 2.5em;
}
.battle__wrap:before {
    content: "";
    background: url('/assets/images/battle-before.webp') no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -0.93em;
    top: -2.12em;
    z-index: 2;
    width: 7.18em;
    height: 6.56em;
}
.battle__text p {
    font-size: 1.5em;
    line-height: 2.08em;
    color: #FADB44;
    font-style: italic;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 1.37em;
}
.text__bar {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 15px 15px 33px rgb(255 255 255 / 11%);
    backdrop-filter: blur(20px);
    border-radius: 76px;
    padding: 0.87em 2.43em;
    margin-bottom: 2.93em;
}
.btn__image {
    z-index: 1;
    margin-right: 1.68em;
    width: 3.18em;
}
.text__bar p {
    font-size: 1.25em;
    color: #FF9AB3;
    margin: 0;
    font-weight: 600;
    line-height: 1.8em;
    font-style: normal;
    text-transform: uppercase;
}
.battle__bottom {
    text-align: center;
    width: 57%;
    margin: 0 auto;
}
.battle__btn a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    text-decoration-line: underline;
    color: #FADB44;
    margin-right: 1.25em;
}
.bottom__img {
    width: 27.43em;
    height: auto;
    margin: 0 auto;
    margin-bottom: 1.69em;
}
.mint__btn {
    border: 1px solid #FFFFFF;
    border-radius: 44px;
    padding: 0.18em 0.18em;
    display: inline-flex;
}
.mint__btn a {
    background: #fff;
    box-shadow: inset 5px 5px 15px rgb(255 255 255 / 50%);
    border-radius: 49px;
    padding: 0.81em 1.06em;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    overflow: hidden;
    color: #392D00;
    z-index: 0;
    align-items: center;
}
.mint__btn a span {
    position: relative;
    z-index: 1;
}
.battle__image {
    width: 17.75em;
    height: 17.75em;
    position: relative;
}
.battle__image:after {
    content: "";
    position: absolute;
    width: 7.87em;
    height: 6.81em;
    background: url('/assets/images/battle-after.webp') no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.battle__text {
    width: 64%;
}
.join--section {
    background: url('/assets/images/join-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6.25em 0;
}
.join__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.join__head {
    margin-bottom: 4.81em;
}
.join__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8.75em;
    margin-bottom: 6.25em;
}
.container .join__wrap:nth-child(6n+3) {
    flex-direction: row-reverse;
}
.container .join__wrap:nth-child(6n+5) {
    flex-direction: row-reverse;
}
.container .join__wrap:nth-child(6n+6) {
    margin: 0;
}
.join__image {
    width: 22.5em;
    height: auto;
}
.join__image2 {
    width: 25.31em;
    height: auto;
}
.join__image3 {
    width: 28em;
    height: auto;
}
.join__image4 {
    width: 25.18em;
    height: auto;
}
.join__image5 {
    width: 18.62em;
    height: auto;
}
.join__text h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 1.87em;
    line-height: 1.44em;
    text-transform: uppercase;
    color: #FADB44;
    margin-bottom: 0.83em;
}
.join__text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.87em;
    color: #FFFFFF;
    margin-bottom: 1.87em;
}
.join__text p:last-child {
    margin: 0;
}
.join__text ul {
    display: block;
    list-style-type: disc;
    padding-left: 1.2em;
}
.join__text ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 1.87em;
    line-height: 1.87em;
    color: #FFFFFF;
}
.join__text ul li:last-child {
    margin: 0;
}
.join__text ul li::marker {
    color: #FADB44;
}
.join__text ul li ::marker {
    color: #FADB44;
}
.join__text {
    width: 65.5%;
}
.text__head h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    margin-bottom: 0.37em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.text__head p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.8em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.text__head {
    padding-bottom: 4.18em;
    margin: 0 28.7em 4.12em 28.7em;
    position: relative;
}
.text__head:after {
    content: "";
    background: url('/assets/images/head-after.svg') no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1em;
}
.animation__text h3 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 1.87em;
    line-height: 1.43em;
    margin-bottom: 1.3em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.animation__text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1.12em;
    line-height: 2em;
    margin-bottom: 6.66em;
    color: #FFFFFF;
}
.animation__text p:last-child {
    margin: 0;
}
.animation__text {
    padding: 0 28.7em;
}
.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.animation__control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    margin-top: -34em;
}
.liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #FADB44 0%, #FF6B00 114%);
    box-shadow: inset 0 0 50px rgb(255 255 255 / 50%);
    transition: .5s;
}

.liquid:before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #fff;
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    animation: animate 5s linear infinite;
}
.liquid:after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    border-radius: 40%;
    background: rgba(255, 255, 255, 1);
    animation: animate 10s linear infinite;
}
a:hover .liquid {
    top: -120px;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.battle__image img {
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.rarity--section {
    background: url('/assets/images/rarity-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7.06em 0;
}
.card{
    background: transparent;
}
.tab__content {
    width: 65%;
}
.card-body{
    padding: 0;
}
.nav-link{
    padding: 0;
}
.nav-tabs .nav-item:last-child{border-bottom: 0}
.nav-item .nav-link {
    padding-bottom: 0.93em;
    margin-bottom: 0.93em;
    position: relative;
    border: none;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.43em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.37);
}
.nav-item:last-child .nav-link {
    padding: 0;
    margin: 0;
}
.nav-item .nav-link:after {
    content: "";
    background: url('/assets/images/bar-after.svg') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0.06em;
}
.nav-item:last-child .nav-link:after {
    display: none;
}
.nav-item .nav-link.active .tab__head h3 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FADB44;
    margin: 0;
    background: transparent;
    border: none;
    margin-bottom: 0em;
}
.nav-item .nav-link.active .tab__head p {
    font-size: 0.87em;
    line-height: 1.27em;
    text-transform: uppercase;
    color: #FADB44;
    margin: 0;
    background: transparent;
    border: none;
    margin-bottom: 0em;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
}
.tab__head h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    border: none;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.43em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.37);
}
.tab__head p {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    border: none;
    font-family: 'Jost';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.43em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.37);
}

.nav-item .nav-link.active {
    background: transparent;
}
.tab__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-item:last-child .nav-link.active {
    margin: 0;
}
.tab__list {
    width: 30%;
    padding: 0 0 0 8.75em;
}
.nav-tabs {
    display:none;
    border-bottom: 0;
}
.tab__box__image {
    width: 2.5em;
    margin-right: 1.56em;
    height: 2.5em;
    display: flex;
}
li.nav-item {
    margin: 0!important;
}
.card-body h2 {
    color: #042758;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.card-body p {
    color: #3F3F3F;
    line-height: 1.9em;
    font-size: 1em;
}
.tabs {
    background: skyblue;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.btn-header-link{white-space: normal}

@media(min-width:768px) {
    .nav-tabs {
        display: block;
    }
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }

    .card .collapse_t{
        display:block;
    }
}













.rarity--section .container {
    padding: 0 0 0 10%;
}
.rarity__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.12em;
}
.rarity__head p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1.41em;
    color: #FFFFFF;
    margin: 0;
}
.rarity__head {
    padding: 0 8.75em;
    margin-bottom: 3.43em;
}
.rarity__bottom {
    padding: 0 0 0 8.75em;
    width: 25%;
}
.rarity__bottom p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.87em;
    line-height: 2.14em;
    color: #FADB44;
    margin: 0;
}
.bar__text {
    padding-bottom: 0.93em;
    margin-bottom: 0.93em;
    position: relative;
}
.bar__text:after {
    content: "";
    background: url('/assets/images/bar-after.svg') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0.06em;
}
.rarity__bar .bar__text:last-child:after {
    display: none;
}
.bar__text h3 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FADB44;
    margin: 0;
}
.rarity__bar {
    width: 24%;
    padding: 0 0 0 8.75em;
}
.rarity__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.62em;
}
.bar__text p {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 1em;
    line-height: 1.43em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.37);
    margin: 0;
}

.rarity__slider {
     padding-left: 5.75em;
     width: 100%;
     margin-left: auto;
     position: relative;
 }
.rarity__slider2 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider3 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider4 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider5 {
    padding-left: 5.75em;
    padding-right: 11em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider6 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider7 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider8 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider9 {
    padding-left: 5.75em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider10 {
    padding-left: 5.75em;
    padding-right: 26em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.rarity__slider11 {
    padding-left: 5.75em;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.main .rarity-arrows {
    position: absolute;
    right: 12.12em;
    top: -6.62em;
    display: flex;
    align-items: center;
    transform: translate(0px, -50%);
}
.main .swiper-button-next, .rarity-arrows .swiper-button-prev {
    position: static;
}
.main .swiper-slide{
    width: 28%;
}
.main .swiper-button-prev, .swiper-container .swiper-button-next{
    background: url('/assets/images/slider-arrow1.svg') no-repeat;
    width: 3.4em;
    height: 3.4em;;
    background-size: contain;
    margin-top: 0;
    margin-right: 0.68em;
}
.main .swiper-button-next, .swiper-container .swiper-button-prev{
    background: url('/assets/images/slider-arrow2.svg') no-repeat;
    width: 3.4em;
    height: 3.4em;
    background-size: contain;
    margin-top: 0em;
}
.main .swiper-slide.swiper-slide-active .slide__content .slide__text {
    display: block;
}
.main .swiper-slide.swiper-slide-active {
    width: 22.5em!important;
    padding-bottom: 0em;
}
.main .swiper-slide {
    width: 14.37em!important;
    padding-bottom: 0.6em;
}
.main .swiper-wrapper {
    align-items: flex-end;
}
.slide__text h3 {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #71626F;
    text-align: center;
}
.slide__image {
    width: 100%;
    height: auto;
    margin-bottom: 1.87em;
}
.main .swiper-slide.swiper-slide-active .slide__text h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FADB44;
    text-align: center;
}




.beast--section {
    background: #000;
}
.beast__center {
    width: 100%;
    height: auto;
}
.beast__center-m {
    display: none;
}
.beast__slider .hslider1, .hslider2 {
    position: relative;
}
.beast__slider .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.beast__slider {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*background: url('/assets/images/hero-slider-bg.webp') no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
.beast__slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.beast__slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

.beast__slider .hslider1 .swiper-slide, .hslider2 .swiper-slide {
    width: 11.18em;
    height: 17em;
}
.roadmap--section {
    background: url('/assets/images/roadmap-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.62em 0;
}
.roadmap__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.roadmap__head {
    text-align: center;
    margin-bottom: 10.31em;
}
.roadmap__wrap {
    position: relative;
    padding: 0 8.75em;
}
.roadmap__wrap:after {
    content: "";
    background: url('/assets/images/roadmap__line.webp') no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 2em;
    height: 100%;
    transform: translate(-50%, 0);
}
.roadmap__wrap .roadmap__box {
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 30px 30px 112px rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    padding: 2.18em 1.87em;
    position: relative;
    top: 0;
    left: 0;
    width: 44.5%;
    margin-bottom: 2.93em;
}
.roadmap__wrap .roadmap__box:after {
    content: "01";
    position: absolute;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 900;
    font-size: 6.25em;
    line-height: 1.44em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.05;
    left: 0;
    top: -0.8em;
}
.roadmap__wrap .roadmap__box:nth-child(7n+2):after {
    content: "02";
}
.roadmap__wrap .roadmap__box:nth-child(7n+3):after {
    content: "03";
}
.roadmap__wrap .roadmap__box:nth-child(7n+4):after {
    content: "04";
}
.roadmap__wrap .roadmap__box:nth-child(7n+5):after {
    content: "05";
}
.roadmap__wrap .roadmap__box:nth-child(7n+6):after {
    content: "06";
}
.roadmap__wrap .roadmap__box:nth-child(7n+7):after {
    content: "07";
}
.roadmap__wrap .roadmap__box:nth-child(even) {
    margin-left: auto;
}
.roadmap__wrap .roadmap__box:last-child .box__content p {
    margin-bottom: 1.37em;
}
.box__content h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #FADB44;
}
.box__content p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.87em;
    line-height: 2.14em;
    color: #FFFFFF;
    margin: 0;
}
.faq--section {
    background: url('/assets/images/faq-bg.webp') no-repeat;
    background-size: cover;
    padding: 6.25em 0;
    background-position: center;
    align-items: center;
    position: relative;
}
.faq__image {
    position: absolute;
    left: 5.56em;
    bottom: 3.62em;
    width: 24.5em;
    height: 36.87em;
}
.faq__head {
    text-align: center;
    margin-bottom: 3.12em;
}
.faq__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.faq__wrap {
    padding: 0 23.12em;
}
.faq__card .faq-header .btn-header-link.collapsed {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0em;
    white-space: normal;
    border-bottom: none;
}
.faq__card .faq-header .btn-header-link.collapsed:before {content: normal}
.faq__card .faq-header .btn-header-link {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    white-space: normal;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion__head h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 1.12em;
    line-height: 1.44em;
    text-transform: uppercase;
    color: #FADB44;
    margin: 0;
}
.faq__card .faq-header .btn-header-link:after {
    content: "";
    background: url('/assets/images/faq-icon.svg') no-repeat;
    background-position: center;
    background-size: contain;
    float: right;
    position: absolute;
    right: 0em;
    height: 1.5em;
    width: 1.5em;
    top: 0em;
    color: #fff;
}
.faq__card .faq-header .btn-header-link.collapsed:after {
    transform: rotate(270deg);

}
.accordion__body p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.87em;
    line-height: 2.14em;
    color: #FFFFFF;
    margin-bottom: 1.5em;
}
.accordion__body p:last-child {
    margin: 0;
}
.accordion__body {
    padding-bottom: 0;
    position: relative;
}
.accordion__body:before {
    content: '';
    background: url('/assets/images/faq-line.svg') no-repeat;
    background-size: contain;
    width: 100%;
    position: absolute;
    height: 0.1em;
    bottom: 0;
}
.faq__card .accordion__body:last-child:before{content: normal}
.faq__card {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 15px 15px 33px rgb(255 255 255 / 11%);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    border: none;
    margin-bottom: 1.25em;
    padding: 1.56em 2.6em;
}
.faq__btn {
    text-align: center;
}
.faq__button {
    padding: 0.75em 1.25em;
    font-size: 1em;
    transition: .4s;
    text-transform: capitalize;
    font-weight: 500;
    background: #F5A61A;
    box-shadow: 0px 0px 24px rgb(27 171 251 / 56%);
    border-radius: 7px;
    line-height: 1.5em;
    color: #FFFFFF;
}
.accordion .faq__card:last-child {
    margin-bottom: 6.25em;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.team--section {
    background: url('/assets/images/team-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    padding: 7.5em 0;
}
.team__wrap {
    padding: 0 8.75em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team__wrap .team__box:nth-child(8n+7) {
    margin-bottom: 0;
    margin-left: auto;
}
.team__wrap .team__box:nth-child(8n+8) {
    margin-bottom: 0;
    margin-right: auto;
}
.team__head {
    margin-bottom: 4.12em;
    text-align: center;
}
.team__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.team__box {
    width: 30%;
    text-align: center;
    margin-bottom: 6.81em;
}
.team__image {
    width: 13.93em;
    height: 20.25em;
    margin: 0 auto;
    margin-bottom: 2.5em;
}
.team__image img {
    width: 100%;
    height: 100%;
}
.team__box h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FADB44;
    margin-bottom: 0.5em;
}
.team__box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.87em;
    line-height: 1.87em;
    color: #FFFFFF;
    margin: 0;
}
.team__slider .team-arrows {
    position: absolute;
    right: 12.12em;
    top: -6.62em;
    display: flex;
    align-items: center;
    transform: translate(0px, -50%);
}
.team__slider .swiper-button-next, .team-arrows .swiper-button-prev {
    position: static;
}
.team__slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url('/assets/images/slider-arrow1.svg') no-repeat;
    width: 3.4em;
    height: 3.4em;;
    background-size: contain;
    margin-top: 0;
    margin-right: 0.68em;
}
.team__slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url('/assets/images/slider-arrow2.svg') no-repeat;
    width: 3.4em;
    height: 3.4em;
    background-size: contain;
    margin-top: 0em;
}
.team__slider {
    position: relative;
}
footer {
    background: #000;
    padding: 0.62em 0;
}
.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.87em;
    line-height: 2.14em;
    color: #FFFFFF;
    margin: 0;
}
.footer__image {
    width: 2.56em;
    height: 1.56em;
}
.footer__social ul li {
    width: 1.12em;
    height: auto;
    margin-right: 1.37em;
}
.footer__social ul li:last-child {
    margin: 0;
}


.accordion__body p a {
    color: #FFFFFF;
    transition: .3s;
}
.accordion__body p a:hover {
    color: #FADB44;
}
.legend--section {
    padding: 6.25em 0;
    background: url('/assets/images/legend-bg.webp') no-repeat;
    background-size: cover;
}
.legend__head {
    text-align: center;
    margin-bottom: 3.81em;
}
.legend__head h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0.5em;
}
.legend__head p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.87em;
    line-height: 2.14em;
    text-align: center;
    color: #FADB44;
    margin: 0;
}
.legend__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.43em;
}
.legend__box {
    transition: .5s;
}
.legend__box:hover .legend__image {
    filter: drop-shadow(0px 20px 50px rgba(250, 219, 68, 0.2));
}
.legend__box:hover .legend__desc p {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: uppercase;
    color: #FADB44;
}
.legend__image {
    width: 16.62em;
    height: auto;
    margin-bottom: 1.87em;
    padding: 0.62em;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.legend__desc {
    text-align: center;
}
.legend__desc p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.45em;
    text-transform: capitalize;
    color: #6D646E;
    margin: 0;
}
.text__head:before {
    display: none;
}
.text__head:before {
    content: "";
    background: url('/assets/images/head-m-after.svg') no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1em;
}
.video--section {
    height: 67.31em;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.main__mob{
    display: none;
}
.main__video {
    height: 100%;
    position: relative;
    width: 100%;
}
.video__main {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
}
.main__video video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.first__tab {
    width: 22.5em!important;
    margin-left: 5.75em;
}



div[class^="gsap-marker-"] {
	visibility: hidden;
	opacity: 0;
}



@media screen and (max-width:1100px) {
    .banner--section {
        height: 80vh;
    }
    #animationWindow {
        display: none;
    }
    .mountain {
        height: auto;
    }
    .load-animate-5 .water {
        bottom: 0;
    }
    /*.load-animate-3 .building {*/
        /*top: 58.3em;*/
    /*}*/
    .load-animate-2 .bears {
        bottom: 7em;
    }
    .building {
        top: 66em!important;
    }
    .bears {
        bottom: -6em;
    }
    .water {
        bottom: 0em;
    }
    .animation {
        height: 100em;
        background-size: cover;
    }
    .text__head {
        margin: 0 18.7em 4.12em 18.7em;
    }
    .animation__text {
        padding: 0 18.25em;
    }
    .animation {
        height: 130em;
    }
    .battle__wrap {
        padding: 0 0em;
    }
    .battle__wrap:before {
        left: -3.93em;
        top: -4.12em;
    }
    .battle__bottom {
        width: 73%;
    }
    .join__wrap {
        padding: 0 0em;
    }
    .rarity__head {
        padding: 0 0em;
    }
    .tab__list {
        padding: 0 0 0 0em;
    }
    .rarity__bottom {
        padding: 0px 0 0 0em;
    }
    .roadmap__wrap {
        padding: 0 0em;
    }
    .rarity--section .container {
        padding: 0 0 0 5em;
    }
    .team__wrap {
        padding: 0 0 0 0em;
    }
    .faq__wrap {
        padding: 0px 13.12em;
    }
    .faq__image {
        left: 1.56em;
        bottom: 26.62em;
        width: 16.5em;
        height: 22.87em;
    }
    .legend__image {
        width: 12.62em;
    }
    .rarity__slider2 {
        padding-right: 7em;
    }
    .rarity__slider3 {
        padding-right: 7em;
    }
    .rarity__slider4 {
        padding-right: 7em;
    }
    .rarity__slider5 {
        padding-right: 0em;
    }
    .rarity__slider6 {
        padding-right: 7em;
    }
    .rarity__slider7 {
        padding-right: 7em;
    }
    .rarity__slider8 {
        padding-right: 7em;
    }
    .rarity__slider9 {
        padding-right: 7em;
    }
    .rarity__slider10 {
        padding-right: 7em;
    }
    .rarity__slider11 {
        padding-right: 7em;
    }
    .video--section {
        height: 48em;
    }
}
@media screen and (max-width:992px) {
    .banner--section {
        height: 84em;
    }
    .load-animate-2 .bears {
        bottom: 5em;
    }
    .building {
        width: 43.4em!important;
        height: 31.43em;
        top: 57em;
    }
    .load-animate-5 .water {
        bottom: 0em;
    }
    .bears {
        height: 9.93em;
        width: 36.4em;
        bottom: -10em;
    }
    .navigation ul li {
        margin-right: 1.51em;
    }
    .brand-logo {
        width: 8.12em;
        height: 5.93em;
    }
    .header__btn a {
        padding: 0.71em 0.96em;
    }
    .animation {
        padding: 6.5em 0 0 0;
    }
    .text__head {
        margin: 0 9.7em 4.12em 9.7em;
    }
    .animation__text {
        padding: 0 9.58em;
    }
    .battle__bottom {
        width: 95%;
    }
    .battle__wrap:before {
        left: -1.93em;
        top: -6.12em;
    }
    .rarity--section .container {
        padding: 0 0 0 3em;
    }
    .faq__wrap {
        padding: 0px 5em;
    }
    .team__box {
        width: 36%;
        text-align: center;
        margin-bottom: 6.81em;
    }
    .team__image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 2.5em;
    }
    .team__image img {
        width: 100%;
        height: 100%;
    }
    .team__wrap .team__box:nth-child(8n+8) {
        margin-bottom: 0;
        margin-right: initial;
        padding-left: 0em;
    }
    .team__wrap .team__box:nth-child(8n+7) {
        margin-left: initial;
    }
    .main .swiper-slide.swiper-slide-active {
        width: 19.5em!important;
    }
    .main .swiper-slide {
        width: 11.37em!important;
        padding-bottom: 0.6em;
    }
    .legend__image {
        width: 10.62em;
    }
    .rarity__slider2 {
        padding-right: 0em;
    }
    .rarity__slider3 {
        padding-right: 0em;
    }
    .rarity__slider4 {
        padding-right: 0em;
    }
    .rarity__slider5 {
        padding-right: 0em;
    }
    .rarity__slider6 {
        padding-right: 0em;
    }
    .rarity__slider7 {
        padding-right: 0em;
    }
    .rarity__slider8 {
        padding-right: 0em;
    }
    .rarity__slider9 {
        padding-right: 0em;
    }
    .rarity__slider10 {
        padding-right: 0em;
    }
    .rarity__slider11 {
        padding-right: 0em;
    }
    .video--section {
        height: 36em;
    }
    .building {
        top: 62.4em!important;
    }
    .first__tab {
        width: 19.5em!important;
    }
}
@media screen and (max-width:767px) {
    #animationWindow {
        display: none !important;
    }
    .animation__wrap .bear2,.animation__wrap .bear3,.animation__wrap .bear4,.animation__wrap .bear5,.animation__wrap .bear6 {
        display: none !important;
    }
    .moon {
        width: 100%;
        height: auto;
    }
    .load-animate-1 .moon {
        top: 7em;
    }
    .banner--section {
        height: 100vh;
    }
    .bears {
        height: 2.93em;
        width: 19.4em;
    }
    .load-animate-5 .water {
        bottom: 0em;
    }
    .building {
        top: 29.9em!important;
        width: 23.4em!important;
        height: 20.43em
    }
    /*.load-animate-3 .building {*/
         /*width: 23.4em;*/
         /*height: 20.43em;*/
        /*top: 30.3em;*/
    /*}*/
    .navigation {
        background: #000;
        padding: 7em 2em;
    }
    .navigation ul li a {
        font-size: 1.5em;
    }

    .mob__view {
        display: block;
    }
    .navigation .mob__view a span {
        position: relative;
        z-index: 1;
    }
    .navigation .mob__view {
        border: 1px solid #FFFFFF;
        border-radius: 44px;
        padding: 0.18em 0.18em;
        margin-right: 1.25em;
        overflow: hidden;
    }
    .navigation .mob__view a {
        background: #fff;
        box-shadow: inset 5px 5px 15px rgb(255 255 255 / 50%);
        border-radius: 49px;
        padding: 0.81em 1.06em;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 1em;
        text-align: center;
        line-height: 1.5em;
        color: #392D00;
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 0;
    }
    .header__button {
        display: none;
    }
    .navigation ul li {
        margin-right: 1.51em;
    }
    .brand-logo {
        width: 7.12em;
        height: 4.93em;
    }
    .navigation ul li:nth-child(7n+5) {
        margin: 0;
        margin-bottom: 2em;
    }
    .text__head {
        margin: 0 0em 3.12em 0em;
        padding-bottom: 3.18em;
    }
    .animation__text {
        padding: 0 0em;
    }
    .text__head h2 {
        font-size: 2em;
    }
    .animation__text {
        text-align: justify;
    }
    .text__head p {
        font-size: 0.87em;
    }
    .animation__text h3 {
        font-size: 1.5em;
    }
    .animation__text p {
        font-size: 1em;
        margin-bottom: 4.66em;
    }
    .battle--section {
        padding: 3.5em 0;
    }
    .animation {
        height: 70em;
        background: url('/assets/images/animation-m.webp') no-repeat;
        padding: 3em 0 0 0;
        background-size: cover;
    }
    .battle__wrap {
        flex-flow: column;
    }
    .battle__text {
        width: 100%;
        margin-bottom: 3em;
    }
    .battle__text p {
        font-size: 1em;
    }
    .battle__wrap:before {
        left: -1.93em;
        top: -3.12em;
        width: 4.18em;
        height: 3.56em;
    }
    .battle__wrap {
        margin-bottom: 4em;
    }
    .battle__bottom {
        width: 100%;
    }
    .text__bar {
        padding: 0.87em 2em;
    }
    .bottom__img {
        width: 100%;
    }
    .join--section {
        padding: 3em 0;
    }
    .join__head h2 {
        font-size: 2em;
    }
    .join__head {
        margin-bottom: 3.81em;
    }
    .join__wrap {
        flex-flow: column;
        margin-bottom: 3em;
    }
    .join__text {
        width: 100%;
        margin-bottom: 4em;
    }
    .container .join__wrap:nth-child(6n+3) {
        flex-direction: column;
    }
    .container .join__wrap:nth-child(6n+5) {
        flex-direction: column;
    }
    .join__text h3 {
        font-size: 1.5em;
    }
    .join__image {
        width: 100%;
        height: auto;
    }
    .join__image2 {
        width: 100%;
        height: auto;
    }
    .join__image3 {
        width: 100%;
        height: auto;
    }
    .join__image4 {
        width: 100%;
        height: auto;
    }
    .join__image5 {
        width: 100%;
        height: auto;
    }
    .rarity--section {
        padding: 3em 0;
    }
    .tab__list {
        display: none;
    }
    .tab-pane {
        display: block !important;
        opacity: 1;
        border: 0;
        opacity: 100%!important;
    }
    .card-header h5 a.collapsed .tab__head h3 {
        font-family: 'Jost';
        font-weight: 500;
        font-size: 0.9em;
        line-height: 1.43em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.37);
    }
    .card-header h5 a.collapsed .tab__head p {
        font-family: 'Jost';
        font-weight: 500;
        font-size: 0.8em;
        font-size: 0.8em;
        line-height: 1.43em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.37);
    }
    .main .swiper-slide.swiper-slide-active {
        width: 100%!important;
        padding-bottom: 0em;
    }
    .main .swiper-slide {
        width: 100%!important;
        padding-bottom: 0em;
    }
    .main .swiper-slide.swiper-slide-active .slide__text h3 {
        font-size: 0.8em;
    }
    .card-header h5 a .tab__head h3 {
        font-family: 'Jost';
        font-weight: 500;
        font-size: 1em;
        line-height: 1.43em;
        text-transform: uppercase;
        color: #FADB44;
    }
    .card-header h5 a .tab__head p {
        font-family: 'Jost';
        font-weight: 500;
        font-size: 1em;
        line-height: 1.43em;
        text-transform: uppercase;
        color: #FADB44;
    }
    .slide__text h3 {
        font-size: 0.8em;
    }
    .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: none;
        padding-bottom: 0.93em;
        margin-bottom: 0.93em;
        position: relative;
        border: none;
        font-family: 'Jost';
        font-weight: 500;
        font-size: 1em;
        line-height: 1.43em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.37);
    }
    .card-header:after {
        content: "";
        background: url('/assets/images/bar-after.svg') no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 0.06em;
    }
    .rarity__slider {
        padding-left: 0;
        margin-top: 7em;
    }
    .tab__content {
        width: 100%;
    }
    .rarity__wrap {
        display: block;
    }
    .rarity-arrows {
        right: 2.12em;
        top: -3.62em;
    }
    /*.tab-pane.active .card-header h5 a {*/
        /*font-size: 1.25em;*/
        /*line-height: 1.45em;*/
        /*text-transform: uppercase;*/
        /*color: #FADB44;*/
    /*}*/
    .rarity--section .container {
        padding: 0 30px 0 30px;
    }
    .rarity__bottom {
        width: 100%;
    }
    .rarity__head h2 {
        font-size: 2em;
    }
    .tab__head {
        margin-top: 1em;
    }
    .roadmap--section {
        padding: 3em 0;
    }
    .roadmap__wrap .roadmap__box {
        width: 100%;
        margin-bottom: 8em;
    }
    .roadmap__wrap:after {
        display: none;
    }
    .roadmap__head h2 {
        font-size: 2em;
    }
    .roadmap__head {
        text-align: center;
        margin-bottom: 6.31em;
    }
    .team__head {
        margin-bottom: 3em;
    }
    .team__head h2 {
        font-size: 2em;
    }
    .team--section {
        padding: 3em 0;
    }
    .roadmap__wrap .roadmap__box:last-child {
        margin-bottom: 0em;
    }
    .faq__wrap {
        padding: 0px 0em;
    }
    .accordion__head h3 {
        font-size: 1em;
        margin-right: 1.5em;
    }
    .faq__card {
        padding: 1.56em 1.8em;
    }
    .faq__head h2 {
        font-size: 2em;
    }
    .accordion .faq__card:last-child {
        margin-bottom: 0em;
    }
    .faq__image {
        display: none;
    }
    .footer__wrap {
        flex-flow: column;
    }
    .faq--section {
        padding: 3em 0;
    }
    .footer__text {
        margin-bottom: 1.5em;
    }
    .footer__image {
        margin-bottom: 1.5em;
    }
    .footer__social ul li {
        margin-bottom: 0;
    }
    .footer {
        padding: 1.62em 0;
    }
    .text__bar p {
        font-size: 1em;
    }
    .team__box {
        width: 76%;
        text-align: center;
        margin: auto;
        margin-bottom: 6.81em;
    }
    .team__wrap .team__box:nth-child(8n+7) {
        margin-bottom: 6.81em;
    }
    .team__wrap .team__box:nth-child(8n+8) {
        margin-bottom: 0;
         margin-right: auto;
        padding-left: 0em;
    }
    .beast__slider .hslider1 .swiper-slide, .hslider2 .swiper-slide {
        width: 7.18em;
        height: 11em;
    }
    .beast__center {
        display: none;
    }
    .beast__center-m {
        display: block;
        width: 100%;
        height: auto;
    }
    .rarity__slider {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider2 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider3 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider4 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider5 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider6 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider7 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider8 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider9 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider10 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .rarity__slider11 {
        padding-left: 0em;
        margin-top: 7em;
        margin-bottom: 2em;
    }
    .main .rarity-arrows {
        right: 2.12em;
        top: -3.62em;
    }
    .legend__wrap {
        flex-wrap: wrap;
    }
    .legend__box {
        width: 100%;
        margin-bottom: 2em;
    }
    .legend__image {
        width: 100%;
    }
    .legend__head h2 {
        font-size: 2em;
    }
    .legend__head p {
        font-size: 0.67em;
    }
    .team__wrap .team__box:nth-child(8n+7) {
        margin-left: auto;
    }
    .mountain {
        bottom: 0em;
    }
    .animation .container {
        position: absolute;
        padding: 0 5.5em;
        z-index: 3;
    }
    .animation__wrap {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .bear1 {
        width: 9.37em;
        height: 11.93em;
        position: absolute;
        top: -15em;
        left: 8em;
        transition: .5s;
    }
    .bear2 {
        width: 9.18em;
        height: 5.87em;
        position: absolute;
        top: 6em;
        left: 0;
        transition: .5s;
    }
    .bear3 {
        width: 10.18em;
        height: 5.87em;
        position: absolute;
        top: 36em;
        right: 0;
        transition: .5s;
    }
    .bear4 {
        width: 9.18em;
        height: 5.87em;
        position: absolute;
        bottom: 61em;
        transition: .5s;
    }
    .bear5 {
        width: 10.18em;
        height: 5.87em;
        position: absolute;
        right: 0;
        bottom: 40em;
        transition: .5s;
    }
    .bear6 {
        width: 9.18em;
        height: 5.87em;
        position: absolute;
        bottom: 19em;
        transition: .5s;
    }
    .bear7 {
        width: 12.18em;
        height: 5.02em;
        position: absolute;
        bottom: 0;
        left: 11em;
        transition: .5s;
    }
    .text__head:after {
        display: none;
    }
    .text__head:before {
        display: block;
    }
    .text__head:before {
        content: "";
        background: url('/assets/images/head-m-after.svg') no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 1em;
    }
    .video--section {
        height: auto;
    }
    .main__mob {
    display: block;
    width: 100%;
    border: 0;
    height: auto;
    position: relative;
    transform: scale(1.01);
}
    .main__video {
        display: none;
    }
    .first__tab {
        width: 100%!important;
        margin-left: 0;
    }
    .animation:after {
    display: block;
    }
    .video--section {
    display: none;
    }
}

@media screen and (max-width:400px) {
    .banner--section {
        height: 100vh;
    }
    .rarity__bottom {
        width: 87%;
    }
    .bear2 {
       top: 9.4em;
    }
    .building {
        top: 31.9em!important;
    }
    .load-animate-5 .water {
        top: 36.5em;
    }
    .header__btn a {
        z-index: 0;
    }
}