@font-face {
    font-family: 'Pixeboy';
    src: url('../font/Pixeboy.woff2') format('woff2'),
        url('../font/Pixeboy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* base css start here */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Pixeboy';
    background-color: #000000;
    color: #ffffff;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

.container-xl {
    max-width: 1460px;
    margin-inline: auto;
    padding-inline: 20px;
}

.container {
    max-width: 1340px;
    margin-inline: auto;
    padding-inline: 20px;
}

/* base css end here */



/* header area start here */
.header__id {
    cursor: pointer;
}

header {
    padding-block: 20px;
}

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

.header__id p {
    font-size: 28px;
}

.header__social a {
    display: flex;
    width: 45px;
    /* background-color: #fff; */
    color: #000;
    height: 45px;
    justify-content: center;
    align-items: center;
    /* border-radius: 10px; */
    font-size: 24px;
    transition: .3s;
}

.header__social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__button a {
    padding: 10px 42px;
    display: flex;
    background: #126EA7;
    font-size: 40px;
    line-height: 33px;
    border-bottom: 5px solid #0F2F44;
}

.button__wrapper {
    position: relative;
}

.pixel-top-left,
.pixel-top-right,
.pixel-bottom-left,
.pixel-bottom-right {
    width: 4px;
    height: 4px;
    background-color: #000;
    position: absolute;
}

.pixel-top-left {
    top: 0;
    left: 0;
}

.pixel-top-right {
    top: 0;
    right: 0;
}

.pixel-bottom-left {
    bottom: 0;
    left: 0;
}

.pixel-bottom-right {
    bottom: 0;
    right: 0;
}

.header__social a:hover {
    background-color: #000;
    color: #fff;
}

/* header area end here */



/* large logo start here */

.large__logo {
    padding-block: 100px;
}

.large__logo__wrapper img {
    width: 100%;
}

/* large logo end here */



/* roadmap area start here */

.roadmap__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.roadmap__left,
.roadmap__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 85px;
}

.roadmap__block__image {
    border: 2px solid #fff;
}
.roadmap__single__block {
	max-width: 600px;
	margin: auto;
	width: 100%;
}
.roadmap__left {
    /*! padding-right: 55px; */
    /*! border-right: 2px solid #fff; */
    padding-bottom: 30px;
}

.roadmap__right {
    /*! padding-left: 55px; */
    /*! border-left: 2px solid #fff; */
    padding-top: 230px;
}

.roadmap__block__image img {
    width: 100%;
    object-fit: cover;
}

.roadmap__block__text {
    margin-bottom: 30px;
}

.roadmap__block__text h4 {
    font-size: 48px;
    line-height: 30px;
    margin-bottom: 15px;
}

.roadmap__block__text p {
    font-size: 30px;
    color: #126EA7;
    line-height: 30px;
    text-align: justify;
}

/* roadmap area end here */



/* footer area start here */

footer {
    padding-block: 70px 30px;
}

.footer__content .disclaimer__text {
    color: #D15354;
}

.footer__content p {
    font-size: 22px;
    line-height: 24px;
}

/* footer area end here */











/* responsive css here */

@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding-block: 10px;
    }

    .header__id p {
        font-size: 20px;
    }

    .header__button a {
        padding: 10px 35px;
        font-size: 30px;
        line-height: 30px;
    }
}


@media only screen and (min-width: 315px) and (max-width: 767px) {

    header {
        padding-block: 10px;
    }

    .header__id p {
        font-size: 15px;
    }

    .header__button a {
        padding: 8px 30px;
        font-size: 26px;
        line-height: 26px;
    }

    .large__logo {
        padding-block: 40px;
    }

    .header__flex {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .roadmap__left,
    .roadmap__right {
        width: 100%;
        border: none;
        padding: 0;
        gap: 60px;
    }

    .roadmap__right {
        margin-top: 60px;
    }

    .roadmap__block__text h4 {
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .roadmap__block__text {
        margin-bottom: 10px;
    }

    .roadmap__block__text p {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .footer__content p {
        font-size: 18px;
        line-height: 22px;
    }
}

/* responsive css here */




.typewriter {
    opacity: 0;
    display: inline-block;
}









/* EAGLE RISE ANIMATION */
.eagle-rise {
    position: relative;
    bottom: -450px;
    transition: none;
        image-rendering: pixelated;
}

/* FADE BLOCK */
.fade-block {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-out;
}

.fade-block.visible {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
}

/* TYPEWRITER TEXT */
.type-target {
    opacity: 0;
    display: inline-block;
}

/* IMAGE FADE */
.img-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.img-fade.show {
    opacity: 1;
    transform: translateY(0);
}

