/*start root*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: var(--blue);
}
.swiper-slide:hover {
    cursor:  url('/assets/target.svg') 44 44, auto;
}
.swiper-slide {
    cursor: default;
}
a.cta,
.menu a,
.left-hero span a,
.t-socials a,
span.cs {
    cursor:  url('/assets/target-small.svg') 22 22, auto;
}
section {
    cursor: default;
}
* {
    box-sizing: border-box;
    font-family: 'Red Hat Display', Helvetica, Arial sans-serif!important;
    outline: none!important;
}
:root {
    --blue: #025DB3;
    --darkblue: #013052;
    --yellow: #FF931E;
    --beige: #F0E8CC;
    --mediumblack: #2E2E2E;
    --darkblack: #111111;
    --gray: #B9B9B9;
}
strong {
    font-weight: 900;
}
span.italic {
    font-style: italic;
}
h1 {
    font-size: 60px;
    line-height: 64px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h1, h2, h3, h4, h5 {
    margin-bottom: 10px;
    color: white;
    font-weight: 900;
}
h2 {
    font-size: 50px;
    line-height: 50px;
}
h3 {
    font-size: 40px;
}
*::selection {
    background-color: var(--yellow);
}
div::selection,
section::selection {
    background-color: transparent!important;
}
p {
    font-style: normal;
    text-align: left;
    color: white;

    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    font-family: 'Josefin Sans', Helvetica, Arial sans-serif;
    transition: .3s;
}
a:hover {
    color: var(--yellow);
}
a.cta {
    background: white;
    color: var(--darkblue);
    border-radius: 10px;
    padding: 21px 30px;
    display: block;
    max-width: fit-content;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid white;
    min-width: 220px;
    text-align: center;
}
a.cta-outline {
    color: white;
    background: transparent;
    border: 1px solid white;
}
a.cta:hover {
    border-color: var(--yellow);
    background: var(--yellow);
    color: white;
}
a.cta-outline:hover {
    border-color: white;
    background: white;
    color: var(--darkblue);
}
.hero,
.main-container {
    padding-left: 5%;
    padding-right: 5%;
}
.menu {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 9999;
}
.menu img {
    height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
}
.menu a {
    margin-left: 40px;
}
.hero {
    height: 94vh;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
    position: relative;
    top: -110px;
    overflow: hidden;
    background: linear-gradient(253.01deg, rgba(5, 86, 160, 0) 14.08%, rgba(7, 42, 84, 0.5) 78.5%);
}
.hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('/assets/water-map.svg') center center / cover no-repeat;
}
.left-hero {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.left-hero span img {
    margin-left: 10px;
}
.left-hero span {
    margin-bottom: 30px;
    display: inline-flex;
    width: auto;
    align-items: center;
    color: white;
}
.left-hero p {
    max-width: 480px;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    margin: 50px 0 70px;
}
.hero-cta a:first-child {
    margin-right: 15px;
}
.eta {
    display: inline-flex;
    align-items: center;
}
.eta div:first-child {
    margin-right: 30px;
}
.eta div {
    border-left: 6px solid white;
    padding-left: 15px;
}
.eta div h3 {
    line-height: 1;
    margin-bottom: 0;
}
.right-hero {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 94vh;
    right: 0;
    left: 0;
}
.right-hero img:first-child {
    width: 44%;
    position: absolute;
    left: 32%;
    right: unset;
    top: 0;
    z-index: 1;
}
.right-hero img:last-child {
    width: 35%;
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 1;
}
#compass {
    display: block;
    width: 650px;
    height: 650px;
    position: absolute;
    left: unset;
    right: -160px;
    bottom: -100px;
}
.pe-sec {
    background-color: white;
    background-image: url('/assets/bg-patterns.svg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 14px 54px rgb(0 0 0 / 25%);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 850px;
    padding: 100px 10%;
    max-width: 1280px;
    margin: 0 auto 300px;
}
.pe-sec::before {
    content: '';
    display: block;
    width: 90%;
    height: 80%;
    background: url('/assets/frames.svg') center center / contain no-repeat;
    left: 5%;
    right: 5%;
    position: absolute;
    top: 100px;
}
.pe-sec div {
    max-width: 740px;
    margin: 0 auto;
}
.pe-sec p,
.pe-sec h2 {
    color: black;
    text-align: left;
}
.helmet {
    position: absolute;
    top: -180px;
    left: 10%;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    display: flex;
}
.pe-sec .helmet {
    max-width: 78%;
}
.radar {
    position: absolute;
    bottom: -190px;
    right: 12%;
}
.clb-sec {
    position: relative;
    top: -300px;
    max-width: 100%;
    overflow-x: hidden;
}
.clb-sec .main-container {
    padding-top: 400px;
    position: relative;
    z-index: 99;
}
.thunder {
    top: -600px;
}
.clb-sec {
    background: url('/assets/clouds.svg') left top / cover no-repeat;
    min-height: 1360px;
}
.clb-sec h2, .clb-sec p {
    color: black;
}
.swiper {
    display: inline-flex;
    width: 100%;
    min-width: 100%;
}
.nfts {
    position: relative;
    z-index: 99;
}
.nft_nav {
    display: inline-flex;
    cursor: pointer;
    margin-top: 20px;
}
.nft_nav .swiper-button-prev {
    margin-right: 25px;
    transform: rotate(-180deg);
}
.nft_nav svg rect {
    stroke: #5a5a5a;
}
.nft_nav svg path {
    fill: #5a5a5a;
}
.nft_nav div:hover {
    background: var(--yellow);
    border-radius: 12px;
}
.nft img {
    pointer-events: none;
}
.swiper-wrapper {
    display: block;
}
.nft {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: all;
}
.nfts {
    margin-top: 50px;
    /*padding: 0 5%;*/
    padding-left: 5%;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*.nfts .swiper-slide {*/
/*    pointer-events: none;*/
/*}*/
.swiper-slide {
    width: 320px!important;
}
.nfts *::selection {
    background: unset!important;
}
.nft_nav {
    float: right;
    right: 5%;
    bottom: 0;
    margin-top: 50px;
    position: relative;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: none!important;
}
.swiper-button-prev,
.swiper-button-next {
    /*position: unset!important;*/
    /*display: block!important;*/
    height: 50px!important;
    width: 50px!important;
}
.swiper-button-prev {
    right: 50px!important;
    left: unset!important;
    transform: revert;
}
.swiper-wrapper {
    height: 100%;
}
.nft-card {
    border-radius: 10px;
    padding: 40px 60px 0;
}
.swiper-slide {
    padding: 10px;
    border: 1px solid black;
    border-radius: 10px;
}
.nft-card img {
    min-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.swiper-wrapper .swiper-slide {
    background: white;
}
.swiper-wrapper .swiper-slide:first-child .nft-card {
    background: #045FB0;
}
.swiper-wrapper .swiper-slide:nth-child(2) .nft-card {
    background: var(--yellow);
}
.swiper-wrapper .swiper-slide:nth-child(3) .nft-card {
    background: #31313C;
}
.swiper-wrapper .swiper-slide:nth-child(4) .nft-card {
    background: #BD8C00;
}
.swiper-wrapper .swiper-slide:nth-child(5) .nft-card {
    background: var(--darkblue);
}
.swiper-wrapper .swiper-slide:nth-child(6) .nft-card {
    background: var(--blue);
}
.team {
    position: relative;
    margin-bottom: 100px;
}
.team p {
    max-width: 600px;
}
.team-sec {
    background-color: var(--darkblue);
    background-image: url('/assets/blue-splash.svg');
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    padding: 100px 50px 50px;
    border: 2px solid #032C53;
}
.pilot-body {
    position: absolute;
    top: -150px;
    right: 5%;
}
.team-guy {
    background: radial-gradient(78.43% 78.43% at 50% 21.57%, #0C3960 0%, #01182B 100%);
    border-radius: 20px;
    max-width: 100%;
    min-width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}
.team-guy img {
    width: 150px;
    height: 150px;
    display: block;
    object-fit: cover;
    object-position: center;
    background: white;
    border-radius: 150px;
    overflow: hidden;
    box-shadow: 3px 3px var(--blue);
}
h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px auto 0;
}
.team-guy span {
    font-size: 14px;
    line-height: 19px;
    color: white;
    font-weight: 400;
    margin: 5px auto 20px;
}
.t-socials {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.t-socials a {
    display: block;
    margin: 0 5px;
}
.t-socials a svg path {
    transition: .3s;
}
.t-socials a:hover svg path {
    fill: var(--yellow);
}
.team-guys {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
.pre-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
}
.pre-footer .t-socials {
    margin: 30px auto 50px;
}
.pre-footer .t-socials a {
    margin-left: 10px;
    margin-right: 10px;
}
.pre-footer .t-socials svg {
    width: 32px;
    height: 32px;
}
.footer {
    color: white;
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 5%;
    background: var(--darkblue);
}
a.cta-un {
    background: #c2c2c242;
    border-color: #c2c2c242;
    color: #c2c2c26e;
    pointer-events: none;
}
a.disabled-link {
    color: #c2c2c285;
    pointer-events: none;
}
b {
    font-weight: 900;
}
.cs {
    position: relative;
}
.cs:hover {
    transition: .3s;
}
.cs:hover:after {
    content: 'Coming Soon ';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--darkblue);
    height: 100%;
    top: 0;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff4d;
}
span.cs {
    border-radius: 10px;
    padding: 21px 30px;
    display: block;
    max-width: fit-content;
    font-size: 20px!important;
    font-weight: 600!important;
    border: 1px solid white;
    min-width: 220px;
    text-align: center;
    color: var(--darkblue);
    margin-right: 15px;
    margin-bottom: 0!important;
}
.pe-sub span.cs {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: white;
    margin-top: 20px;
}
.pe-sub span.cs:hover {
    background: white!important;
}
.pe-sub span.cs:hover:after {
    background: white!important;
    color: var(--gray);
}
.hero .cs {
    background: white!important;
}
.hero .cs:hover:after {
    background: var(--darkblue)!important;
}
.clb-sec .cs {
    background: white!important;
}
.pe-sec .pe-sub {
    max-width: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pe-sec .pe-sub h2 {
    margin-top: 130px;
}
.pe-sec .pe-sub div {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
}
.pe-sec .pe-sub div span {
    display: inline-flex;
    border: 1px solid var(--blue);
    color: black;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 1;
    margin-right: 2%;
}
.pe-sec .pe-sub div span:last-child {
    margin-right: 0;
}
.pe-sec .pe-sub div span img,
.pe-sec .pe-sub div span svg {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.pe-sec .pe-sub a.cta {
    background: var(--blue);
    color: white;
    margin-top: 30px;
}
.pe-sec .pe-sub a.cta:after {
    background: white;
    color: var(--gray);
}
.nft_nav {
    width: 88%;
}
.nft_nav .cs {
    border-color: black;
    color: black;
    top: 4px;
}
.nft_nav .cs:hover:after {
    background: white;
    color: var(--gray);
}
/*roadmap sec*/
.yroad {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.full {
    width: 100%;
}
.yroad .full .r-entry {
    width: 50%;
    float: left;
    border-right: 5px dashed #00000020;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.yroad .full:nth-child(2n) .r-entry {
    float: right;
    border-left: 5px dashed #00000020;
    padding-left: 20px;
    border-right: none;
    padding-right: 0;
    margin-right: 5px;
}
.road-sub {
    background-color: #F0E8CC;
    border-radius: 20px;
    padding: 100px 7% 50px;
    text-align: center;
}
.roadmap {
    position: relative;
    margin: -150px 15% 100px 10%;
    padding-right: 15%;
}
.roadmapbook {
    position: absolute;
    top: -390px;
    right: 0!important;
    display: block;
}
.rplane {
    position: absolute;
    bottom: 50px;
    left: 150px;
}
.rtire {
    position: absolute;
    right:  0!important;
    bottom: -500px;
}
.r-entry {
    position: relative;
    z-index: 9;
}
.r-entry div {
    box-shadow: 3px 4px #00000045;
    background: #FBF3D6;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    text-align: left;
    height: 100%;
    min-height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.r-entry span {
    padding: 20px;
    background: #4E5428;
    color: white;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin-right: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.r-entry ul {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 0;
    justify-content: center;
}
.r-entry ul li {
    list-style: none;
    color: #2E2E2E;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.r-entry ul li:last-child {
    margin-bottom: 0;
}
.roadmap h4 {
    font-weight: 900;
    font-size: 40px;
    line-height: 53px;
    color: #2E2E2E;
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.clb-sec p {
    max-width: 550px;
}
.roadmap {
    /*overflow-x: clip;*/
    max-width: 100%;
    margin-right: 0;
}
.l-target {
    width: 130px;
    display: block;
    position: absolute;
    left: -70px;
    top: -40px;
    opacity: .8;
}
.nft_nav span.cs {
    background: white;
    border: 1px solid black;
}
.nft_nav span.cs:hover:after {
    color: var(--gray);
}
.roadmapbook {
    top: -450px;
}
.left-hero p img {
    display: inline-flex;
    width: 20px;
    align-items: center;
    line-height: 1;
    height: 20px;
    position: relative;
    top: 3px;
    margin: 0 2px;
}
.menu-toggle,
.mobile-menu {
    display: none;
}
.hero {
    min-height: 720px;
}
.left-hero span {
    position: relative;
    top: 20px;
}
.left-hero span.cta {
    position: unset;
}
.hero-cta span.cta.cs {
    position: relative;
    top: 0;
}
.pre-footer .t-socials a.discord-ico svg {
    width: 35px;
    height: 35px;
}
.desktop-menu {
  display: flex;
  align-items: center;
}
.desktop-menu iframe {
    margin-left: 20px;
}
.logo-multi {
        display: block;
    width: 100px;
    height: auto;
}
.clb-sec {
    min-height: 2000px;
}
.partners-sec {
        padding-top: 60px!important;
}
.partners-sec img {
        width: 150px;
    height: 150px;
    padding: 20px;
    display: inline-block;
    object-fit: contain;
    border: 1px solid black;
    border-radius: 10px;
    transition: .3s;
}
.partners-sec a span {
    position: absolute;
    bottom: -20px;
    color: black;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.partners-sec a {
        position: relative;
    display: inline-block;
    width: 150px;
    margin-right: 30px;
}
.partners-sec a:hover img {
    opacity: .8;
}
/*media queries*/
@media only screen and (min-width: 1600px) {
    .main-container {
        padding-left: 12%;
        padding-right: 12%;
    }
    .nfts,
    .hero {
        padding-left: 12%;
    }
    .nft_nav {
        right: 12%;
    }

    .roadmap {
        position: relative;
        margin: -150px 0 100px 10%;
        padding-right: 25%;
    }
}
@media only screen and (max-width: 1320px) {
    .pe-sec {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media only screen and (max-width: 1200px) {
    .team-guy {
        width: 48%;
        margin: 1%
    }
    .team-guys {
        flex-wrap: wrap;
    }
    .pe-sec::before {
        visibility: hidden;
    }
    .pe-sec {
        padding-left: 2%;
        padding-right: 2%;
    }
    .pe-sec .helmet {
        flex-direction: column;
        max-width: 90%;
        position: relative;
        left: 0;
        display: flex;
        align-items: flex-start;
    }
    .pe-sec .pe-sub {
        position: relative;
        top: -140px;
    }
    .pe-sec .pe-sub h2 {
        margin-top: 0;
    }
    .roadmapbook {
        right: -260px;
    }
}
@media only screen and (max-width: 1024px) {
    .roadmap {
        margin-left: 0%;
        padding-right: 5%;
    }
     /*mobile menu*/
    .menu::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(2,93,179,1);
        background: -moz-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,93,179,1)), color-stop(100%, rgba(2,93,179,0)));
        background: -webkit-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -o-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -ms-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: linear-gradient(to bottom, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        z-index: -1;
    }
    .menu {
        padding-top: 20px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }
    .menu img {
        height: 50px;
        margin-bottom: 15px;
    }
    .menu a {
        margin: 0px;
    }
    /*mobile hamburger*/
    .admin-bar #nav-icon3 {
        top: 13px;
    }
    #nav-icon3{
        width: 24px;
        height: 20px;
        position: absolute;
        top: 18px;
        right: 4%;
        z-index: 99999;
        margin: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3:hover {
        transform: scale(1.1);
    }

    #nav-icon3 span {
        box-shadow: 3px 2px 12px #0000006b;
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: white;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    /* Icon 3 */

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 7px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 14px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .mobile_toggle {
        max-width: 30px!important;
        height: auto!important;
        max-height: fit-content!important;
        display: block;
        margin: 0!important;
        top: 20px;
    }
    .menu .desktop-menu {
        display: none;
    }
    .menu .mobile-menu {
        display: none;
        flex-direction: column;
        background: var(--blue);
        padding: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .menu .open-menu {
        display: flex;
        position: absolute;
        left: 0;
        top: 60px;
        box-shadow: 0px 7px 9px #00000029;
    }
    .menu .mobile-menu a {
        margin-bottom: 10px;
    }
    .menu .mobile-menu a:last-of-type {
        margin-bottom: 0;
    }
    .menu {
        display: inline-flex;
        align-content: space-around;
        align-items: flex-start;
        position: relative;

        background: var(--blue);
        background: rgba(2,93,179,1);
        background: -moz-linear-gradient(top, rgba(2,93,179,1) 70%, rgba(2,93,179,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,93,179,1)), color-stop(100%, rgba(2,93,179,0)));
        background: -webkit-linear-gradient(top, rgba(2,93,179,1) 70%, rgba(2,93,179,0) 100%);
        background: -o-linear-gradient(top, rgba(2,93,179,1) 70, rgba(2,93,179,0) 100%);
        background: -ms-linear-gradient(top, rgba(2,93,179,1) 70%, rgba(2,93,179,0) 100%);
        background: linear-gradient(to bottom, rgba(2,93,179,1) 70%, rgba(2,93,179,0) 100%);
    }
    .menu img {
        margin-bottom: 0;
        position: relative;
        top: -10px;
    }
    
    .menu div {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .menu .open-menu {
            align-items: center!important;
    }
    .menu .mobile-menu a:last-of-type {
        margin-bottom: 20px!important;
    }
}
@media only screen and (max-width: 768px) {
    .l-target {
        top: 110px;
    }
    .helmet {
        left: 5%;
        width: 350px;
    }
    .radar {
        width: 350px;
    }
    .pe-sec {
        min-height: 700px;
    }
    .pe-sec::before {
        background-size: auto;
    }
    h1 {
        font-size: 50px;
        line-height: 54px;
    }
    h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .hero {
        align-items: flex-start;
    }
    .left-hero {
        padding-top: 140px;
    }
    .left-hero span {
        margin-bottom: 15px;
    }
    .left-hero p {
        max-width: 90%;
    }
    .eta div p {
        width: fit-content;
        white-space: pre;
    }
    .right-hero img:first-child {
        width: 60%;
        bottom: 110px;
        top: unset;
        left: 5%;
    }
    .right-hero img:last-child {
        width: 50%;
    }
    .menu a {
        margin-left: 15px;
    }
    a, p {
        font-size: 16px;
        line-height: 28px;
    }
    .hero-cta {
        margin: 30px 0 40px;
    }
    #compass {
        width: 500px;
        height: 500px;
    }
    span.cs,
    a.cta {
        line-height: 28px;
        font-size: 18px!important;
        padding: 16px 20px!important;
        min-width: 180px;
    }
    .eta div h3, h3 {
        font-size: 32px;
    }
    .pe-sec div {
        max-width: 98%;
    }
    .pe-sec .helmet {
        width: 100%;
        padding: 0;
    }
    .pe-sec .helmet img {
        width: 100%;
        max-width: 450px;
    }
    .pe-sec {
        min-height: unset;
    }
    .helmet img {
        width: 100%;
        display: block;
    }
    .radar {
        width: 300px;
        z-index: 999999;
    }
    .clb-sec {
        min-height: 1720;
    }
    .partners-sec a span {
    bottom: -30px
    }
    .clb-sec .main-container {
        padding-top: 270px;
    }
    .pilot-body {
        top: -110px;
        right: 0;
        width: 340px;
    }
    .team p {
        max-width: 350px;
    }
    .nft_nav {
        width: 95%;
    }
    .pe-sec .pe-sub div {
        flex-wrap: wrap;
    }
    .pe-sec .pe-sub div span {
        margin-bottom: 10px;
    }
    .yroad .full .r-entry {
        width: 100%;
        float: left!important;
        border-right: none!important;
        padding-right: 0!important;
        border-left: 5px dashed #00000020!important;
        padding-left: 40px!important;
    }
    .roadmapbook {
        width: 100%;
        right: -25%;
    }
    .roadmap h4 {
        text-align: left;
    }
    .road-sub {
        padding-top: 160px;
    }
}
@media only screen and (max-width: 540px) {
    .left-hero span {
        top: unset;
    }
    .l-target {
        top: 120px;
        right: 0;
        left: unset;
    }
    .pe-sec .helmet,
    .pe-sec .pe-sub {
        width: 100%;
        max-width: 100%;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
        text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    }
    .nfts {
        margin-top: 20px;
    }
    .menu::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(2,93,179,1);
        background: -moz-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,93,179,1)), color-stop(100%, rgba(2,93,179,0)));
        background: -webkit-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -o-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: -ms-linear-gradient(top, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        background: linear-gradient(to bottom, rgba(2,93,179,1) 0%, rgba(2,93,179,0) 100%);
        z-index: -1;
    }
    .menu {
        padding-top: 20px;
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }
    .menu img {
        height: 50px;
        margin-bottom: 15px;
    }
    .menu a {
        margin: 0px;
    }
    p,
    .menu a {
        font-size: 15px;
    }
    .hero {
        top: -140px;
    }
    .hero {
        height: 1000px;
    }
    .hero-cta {
        display: inline-flex;
    }
    .hero-cta a {
        min-width: unset;
    }
    #compass {
        width: 400px;
        height: 400px;
    }
    .right-hero img:first-child {
        width: 80%;
        bottom: -160px;
        top: unset;
        left: 0;
    }
    .right-hero img:last-child {
        width: 60%;
        bottom: -390px;
    }
    .left-hero span {
        font-size: 12px;
    }
    .left-hero span img {
        width: 60px;
    }
    .left-hero {
        padding-top: 160px;
    }
    .helmet {
        width: 80%;
        left: 12%;
        right: 12%;
    }
    .pe-sec {
        padding: 100px 5% 0;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .radar {
        width: 80%;
        left: 11%;
        right: 11%;
        bottom: -180px;
    }
    .team p {
        padding-bottom: 150px;
        max-width: 100%;
    }
    .pilot-body {
        top: 140px;
        right: 0;
        width: 80%;
    }
    .team-guy {
        width: 100%;
        margin-bottom: 20px;
    }
    .team-sec {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .footer {
        flex-direction: column;
        align-items: center;
    }
    .footer span {
        padding-bottom: 10px;
    }
    .footer span:nth-child(2) {
        padding-bottom: 20px;
    }
    .right-hero {
        height: 650px;
    }
    .helmet {
        width: 260px;
        left: 16%;
        right: 16%;
        top: -170px;
    }
    .radar {
        width: 70%;
        left: 14%;
        right: 14%;
    }
    .roadmap {
        margin-right: auto;
        margin-left: auto;
    }
    .roadmapbook {
        right: -70px;
        top: -270px;
    }
    .yroad .full .r-entry {
        padding-left: 20px!important;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .r-entry span {
        padding-right: 10px;
        font-size: 22px;
    }
    .r-entry ul li {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 14px;
    }
    .roadmap h4 {
        font-size: 30px;
    }
    .rplane {
        display: none;
    }    .partners-sec a {
        width: 120px;
        margin-right: 20px;
    }
    .partners-sec img {
        width: 120px;
        height: 120px;
    }
}
@media only screen and (max-width: 375px) {
    .hero-cta {
        flex-wrap: wrap;
    }
    .hero-cta a {
        margin-top: 10px;
    }

}

@media (max-height: 1000px) and (max-height: 400px) {
    .left-hero span {
        position: relative;
        top: 30px;
    }
}
/*rain css*/
.thunder {
    position: relative;
    z-index: 0;
}
.thunder:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-animation: thunder-bg 6s infinite;
    animation: thunder-bg 6s infinite;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#canvas3 {
    z-index: 5;
}

#canvas2 {
    z-index: 10;
}

#canvas1 {
    z-index: 100;
}

@-webkit-keyframes thunder-bg {
    0% {
        background-color: rgba(34, 34, 34, 0.9);
    }
    9% {
        background-color: rgba(34, 34, 34, 0.9);
    }
    10% {
        background-color: rgba(59, 59, 59, 0.3);
    }
    10.5% {
        background-color: rgba(34, 34, 34, 0.9);
    }
    80% {
        background-color: rgba(34, 34, 34, 0.9);
    }
    82% {
        background-color: rgba(59, 59, 59, 0.3);
    }
    83% {
        background-color: rgba(34, 34, 34, 0.9);
    }
    83.5% {
        background-color: rgba(59, 59, 59, 0.3);
    }
    100% {
        background-color: rgba(34, 34, 34, 0.9);
    }
}

/*rotate compass*/
#compass {
    animation: compassmove 2s;
}

@keyframes compassmove {
    50% {transform: rotate(180deg);}
}

/*----------------------------------------------------------*/
@keyframes fadeInUp {
    from {
        transform: translateY(70px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translateY(70px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;

    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-duration: fadeInUp;
    -o-animation-duration: fadeInUp;

    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animatedfadeInUp, .animate-up {
    opacity: 0;
}
/*----------------------------------------------------------*/
@keyframes fadeInDown {
    from {
        transform: translateY(-70px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        transform: translateY(-70px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeInDown {
    opacity: 0;

    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-duration: fadeInDown;
    -o-animation-duration: fadeInDown;

    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animatedfadeInDown, .animate-down {
    opacity: 0;
}

/*----------------------------------------------------------*/
@keyframes fadeInLeft {
    from {
        transform: translateX(-70px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        transform: translateX(-70px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeInLeft {
    opacity: 0;

    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-duration: fadeInLeft;
    -o-animation-duration: fadeInLeft;

    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;

    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}

.animatedfadeInLeft, .animate-left {
    opacity: 0;
}