body {
    background: #040b10 url('/assets/img/bg.jpg') center;
    background-size: contain;
    direction: ltr;
    font-family: 'Lato-R' !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 23px;
    overflow-x: hidden;

}

@font-face {
    font-family: 'Lato-R';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/css/fonts/Lato-Regular.woff') format('woff'),
        url('/assets/css/fonts/Lato-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/assets/css/fonts/Lato-Regular.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        /* Pretty Modern Browsers */
        url('/assets/css/fonts/Lato-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/assets/css/fonts/Lato-Regular.svg') format('svg'),
        /* Legacy iOS */
        url('/assets/css/fonts/Lato-Regular.eot');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Lato-B';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/css/fonts/Lato-Black.woff') format('woff'),
        url('/assets/css/fonts/Lato-Black.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/assets/css/fonts/Lato-Black.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        /* Pretty Modern Browsers */
        url('/assets/css/fonts/Lato-Black.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/assets/css/fonts/Lato-Black.svg') format('svg'),
        /* Legacy iOS */
        url('/assets/css/fonts/Lato-Black.eot');
    /* IE9 Compat Modes */
}

/* container */
.bg-container {
    max-width: 950px !important;
}

/* GameSlide */
figure {
    margin: 0;
}

.bg-GameSlide img {
    width: 100%;
    height: 105vh;
    object-fit: cover;
    object-position: top;
}

.bg-GameSlide figcaption {
    position: absolute;
    text-align: left;
    overflow: hidden;
    top: 200px;
    text-shadow: 0 0 20px #e2f1f6;
    left: 10%;
    color: #366b7c;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.bg-GameSlide figcaption h2 {
    font-size: 1.2rem;
    text-align: left;
    padding-top: 7px;
    font-family: 'Lato-B';
}


/* NFT Game */
.contract {
    position: relative;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.contract img {
    max-width: 518px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.contract:hover img {
    transform: translateY(-4px);
    cursor: pointer;
    filter: brightness(0.8);
}

/* GAME STORY */
.About {
    background: url(/assets/images/GameFeaturs/gamestory-footer.png) left bottom no-repeat, url('/assets/img/BgAbout.jpg') no-repeat top center;

    background-size: contain;
    width: 100%;
    color: #c0c5c6;
    text-align: justify;

}

/* LOGO */
.logo {
    padding: 5.5rem 0 1.8rem 0;
}

/* Start-GAMESTORY  */
.all-title {
    font-size: 2.7rem;
    font-family: 'Lato-B';
    position: relative;
    margin: 0 auto 20px auto;
    text-align: center;
    text-transform: uppercase;

}

.About h3 {
    color: #fff;
    padding: 20px 0 20px;
    margin-bottom: 40px;
}

.About h3::after {
    background-image: linear-gradient(45deg, #f3dc06, #e64102);
    height: 31px;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 83px;
}


.About p:nth-child(3) {
    text-align: center;
}

/* End-GAMESTORY */

/* Start-VIDEO */
.bg-video {
    background: url('/assets/img/BgVideo.png') no-repeat 50%;
    min-height: 466px;
    position: relative;
    background-position: top center;
    width: 100%;
    margin: 30px auto;
}

.bg-video iframe {
    width: 100%;
    min-height: 466px;
    padding: 4.6rem 2rem 2rem;
}

/* End-VIDEO */

/* content-about */
.About h4 {
    text-align: left;
    font-family: 'Lato-B';
    font-size: 1rem;
}

.content-about {
    position: relative;
    padding-bottom: 250px;
}

.content-about::after {
    background-image: linear-gradient(45deg, #f3dc06, #e64102);
    height: 350px;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.more {
    color: #ee6704;
    transition: all 0.3s ease-in-out;
}

.more:hover {
    cursor: pointer;
    color: #10ddf5;
}



/* Gamefeatures */
.Gamefeatures {
    background: url(/assets/images/GameFeaturs/divHeader.png) left top no-repeat, url(/assets/images/GameFeaturs/divFooter.png) left bottom no-repeat, url(/assets/images/GameFeaturs/divBody.png) left top repeat;
    padding-bottom: 200px;
    background-size: 100%, 100%, 100%;
    width: 100%;
    color: #5d1f14;
    text-align: justify;
    display: flex;
    align-items: center;
}

.padd-game {
    padding: 40px;
}

.Gamefeatures h3 {
    color: #5d1f14;
    text-shadow: 0 0 50px #fff;
    padding: 20px 0px 20px;

}

.bg-content-feature {
    background: #e1b985d9;
    border: 1px solid #8a311e;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-top: 25px;
}


.bg-content-feature img {
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px #e9dbcc;
}

.bg-content-feature2 {
    background: #e1b985d9;
    border: 1px solid #8a311e;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-top: 25px;
}


.bg-content-feature2 img {
    width: 90%;
    border-radius: 10px;
}

/* Environments */
.environments {
    text-align: center;
    background: url('/assets/img/BgEnviroments.png') no-repeat top center;
    background-size: cover;
    width: 100%;
    color: #c0c5c6;
    text-align: justify;
}

.slick-slide img {
    filter: brightness(0.95);
}

.environments h3 {
    color: #431806;
    padding: 130px 0 20px;
    text-shadow: 0 0 40px #f5e0c9;
}

.enviromentsCarousel .image div {
    margin: 10px;
}



/* TOKEN ALLOCATION */
.token {
    text-align: center;
    background: url('/assets/img/BgToken.jpg') no-repeat top center;
    background-size: contain;
    width: 100%;
    color: #c0c5c6;
    text-align: justify;
    height: auto;

}

.token h3 {
    color: #0e2736;
    padding: 80px 0 50px;
}


.token h3::after {
    background-image: linear-gradient(45deg, #f3dc06, #e64102);
    height: 31px;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 150px;
}



.mainSection {
    position: relative;
    padding: 0px !important;
}

.hiddenImg {
    vertical-align: top;
    width: 100%;
    /* max width */
    opacity: 0;
    /* make it transparent */
}

.sectionContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    min-width: 100%;



}

/* RoadMap */
.roadmapSection {
    text-align: center;
    background: url('/assets/img/BgRoadmap.png') no-repeat top center;
    background-size: contain;
    width: 100%;
    /* min-height: 1616px; */

    color: #c0c5c6;
    text-align: justify;

}


.roadmapSection h3 {
    color: #0e2736;
    padding: 200px 0 35px;
    text-shadow: 0 0 30px #f3f6f9;
}



/* TokenAudit */
.tokenAudit {
    text-align: center;
    background: url('/assets/img/BgTokenAudit.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    color: #c0c5c6;
    padding: 30px 0 90px;
    text-align: justify;
    position: relative;
}

.tokenAudit h3 {
    color: #fff;
    padding: 50px 0 20px;
    text-shadow: 0 0 40px #b0f1f8;
}

.tokenAudit h3::after {
    background-image: linear-gradient(45deg, #f3dc06, #e64102);
    height: 31px;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 110px;
}

.tokenAudit img {
    padding: 20px;
}




/* ECOSYSTEM */
.ecosystem-container {
    max-width: 1200px !important;
}

.ecosystem {
    text-align: center;
    background-image: linear-gradient(to right, #0e7f99, #a7e2f4, #a7e2f4, #0e7f99);
    background-size: cover;
    width: 100%;
    color: #c0c5c6;
    padding: 30px 0 90px;
    text-align: justify;
}

.ecosystem h3 {
    color: #0e2736;
    text-shadow: 0 0 20px #f8fbfa;
    padding: 50px 0 20px;
}

.ecosystem h3::after {
    background-image: linear-gradient(45deg, #f3dc06, #e64102);
    height: 31px;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 110px;
}

.row-ecosystem {
    display: flex;
    align-items: center;
}

.row-ecosystem img {
    width: 75%;
}

/* FOOTER */
footer {
    background: #00a0d1;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 55;
}

.row-footer ul {
    display: flex;
    flex-direction: row;
}

footer h2 {
    font-family: 'Lato-B';
    font-size: 1.3rem;
}

footer h1 {
    font-size: 1rem;
}


/* footer */

footer ul {
    margin-top: 20px;
}

.icon-sc a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 12px 15px;
    text-align: center;
    margin-left: 7px;
    transition: all 0.3s ease-in-out;
}

.icon-sc:hover a {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #f1b331;
    background: #f1b331;
}

.icon-sc svg {
    color: #fff;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease-in-out;
}

/* back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    width: 50px;
    right: 0;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #077ca0;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #f1b331;
}

#myBtn svg {
    height: 30px;
    width: 30px;
}

.roadmap.roadmap--orientation-vertical .roadmap__events__event {
    color: #141514 !important;
}


/* socialmedia */
.socialmedia-fixed {
    position: fixed;
    bottom: 250px;
    left: -5px;
}

.socialmedia-fixed a {
    background: #00a0d1;
    border: 1px solid #78d0ea;
    padding: 15px 13px 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.socialmedia-fixed a:hover {
    background: #f1b331;
    cursor: pointer;
    border: 1px solid #f1b331;
    padding: 15px 17px 18px;
}

.socialmedia-fixed svg:hover {
    transform: scale(0.96);
}

.socialmedia-fixed li {
    margin-bottom: 35px;
}

.socialmedia-fixed svg {
    color: #fff;
    width: 27px;
    height: 27px;
    transition: all 0.3s ease-in-out;
}




/* Media-768px */
@media screen and (max-width: 768px) {


    .ecosystem h3,
    .tokenAudit h3 {
        padding: 30px 0 20px !important;
    }

    .token h3::after,
    .tokenAudit h3::after,
    .ecosystem h3::after {
        top: 70px !important;
    }

    .Gamefeatures {
        padding-bottom: 50px !important;
    }

    .slick-next {
        right: 0px !important;
    }

    .slick-prev,
    .slick-next {
        width: 10px !important;
        height: 10px !important;
    }

    .bg-GameSlide img {
        object-position: right !important;
    }

    .bg-GameSlide figcaption {
        top: 84px !important;
        font-size: 1rem !important;
        left: 0 !important;
        color: #164857 !important;
    }

    .bg-GameSlide figcaption h2 {
        font-size: 0.9rem !important;
    }

    .bg-GameSlide p {
        margin: 0 !important;
    }

    .bg-GameSlide img {
        height: 77vh !important;
    }

    #myBtn svg {
        height: 20px !important;
        width: 20px !important;
    }

    #myBtn {
        right: 10px !important;
        padding: 4px !important
    }

    .nav-container li {
        padding: 0.2rem 1rem !important;
    }

    .token {
        background-size: cover !important;
        min-height: 400px !important;
    }

    .token h3 {
        padding: 30px 0px 20px !important;
    }

    .bg-video {
        min-height: 363px !important;
    }

    .bg-video iframe {
        min-height: 366px !important;
    }

    .bg-video iframe {
        padding: 4.6rem 1rem 1rem !important;
    }

    .tokenAudit img {
        width: 57% !important;
    }

    .ecosystem,
    .tokenAudit {
        padding: 30px 0 30px !important;
    }

    #heroDescription {
        font-size: 0.8rem !important;
    }

    .row-ecosystem img {
        width: 55% !important;
    }



    .event {
        padding: 0 7px !important;
    }

    .event__date {
        font-size: 1.2rem !important;
    }

    .event__content {
        font-size: 0.8rem !important;
        line-height: 20px !important
    }

    .contract img {
        max-width: 300px !important;
        bottom: -40px !important;
    }

    .roadmap.roadmap--orientation-vertical .roadmap__events__event {
        min-height: 120px !important;
    }

    .roadmapSection h3 {
        padding: 150px 0 10px !important;
    }

    .all-title {
        font-size: 1.5rem !important;
    }

    .roadmapSection {
        min-height: 1100px !important;
        background-size: cover !important;
    }

    .About p:nth-child(3) {
        text-align: justify !important;
    }

    .logo {
        width: 50%;
        padding: 4.5rem 0 0.6rem 0 !important;
    }

    .About h3::after {
        top: 63px !important;
    }

    .content-about {
        padding-bottom: 50px;
    }

    .content-about::after {
        display: none !important;
    }

    .bg-content-feature img {
        margin-bottom: 10px;
    }

    .bg-content-feature {
        border: 1px solid #eabc7e !important;
    }

    .bg-content-feature ul {
        padding: 0px !important;
        text-align: left !important;
    }

    .Gamefeatures h3 {
        padding: 0px 10px 0 !important;
    }

    .bg-container-horses {
        width: 100% !important;
    }

    .environments h3 {
        padding: 30px 0 0 !important;
    }

    footer {
        padding: 65px 20px !important;
    }

    .fixed-top {
        height: auto !important;
    }

}

/* media-992px */
@media only screen and (max-width: 992px) {

    .padd-col {
        padding-bottom: 30px !important;
    }

    .content-about::after {
        display: none !important
    }

    .socialmedia-fixed li {
        margin-bottom: 25px !important;
    }

    .socialmedia-fixed a {
        padding: 10px 12px 13px !important;
    }

    .socialmedia-fixed svg {
        width: 17px !important;
        height: 17px !important;
    }

    .socialmedia-fixed {
        left: -10px !important;
        top: 180px;
    }

    .nav-container ul {
        margin-top: 0 !important;
    }

    .fixed-top {
        background: #00a0d1 !important;
        height: auto !important;
    }

    .justify-content-center {
        justify-content: unset !important;
    }

    .navbar-light .navbar-toggler {
        color: rgb(0 160 209) !important;
    }

    .nav-container {
        background-image: unset !important;
        background-color: #00a0d1 !important;
        margin: unset !important;
        ;
        height: unset !important;
        ;
        position: unset !important;
        ;
        top: unset !important;
        ;
        left: unset !important;
        ;
        transform: unset !important;
        ;
        z-index: 9999 !important;
        ;

    }




}

@media only screen and (max-width: 992px) and (min-width:769px) {
    .roadmapSection h3 {
        padding: 100px 0 0px !important;
    }

    .token h3 {
        padding: 70px 0 20px !important;
    }
}


/* media-1200px */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .nav-container li {
        padding: 0.5rem 0.5rem !important;
        letter-spacing: 0 !important;
    }

}

/* media-1240px */
@media only screen and (max-width: 1240px) and (min-width: 769px) {
    .roadmap.roadmap--orientation-vertical .roadmap__events__event {
        min-height: 110px !important;
    }

    .event__content {
        font-size: 1rem !important;
        line-height: 25px !important;
    }

    .TokenImg {
        width: 50% !important;
    }
}



/* Section animation */

.reveal {
    /* position: relative;
    transform: translateY(150px); */
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active1 {
    transform: translateY(0);
    opacity: 1;
}


.reveal.active {
    animation: fadeIn 0.7s both;
    -webkit-animation: fadeIn 0.7s both;
    -moz-animation: fadeIn 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    -o-animation: fadeIn 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    -ms-animation: fadeIn 0.7s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;

}

@keyframes fadeIn {
    0% {
        opacity: 0;
        /* filter: blur(4px); */
    }

    100% {
        opacity: 1;
        /* filter: blur(0px); */
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes puff-in-center {
    0% {
        transform: scale(1.2);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}