
body,.theme-blush{
    font-family: 'Montserrat', sans-serif;
    font-size: 15.25px;
    line-height: 1.8;
    font-weight: 300;
    color:white!important;
    background: #000E1A!important;
    overflow-x: hidden!important;
}
section{
    overflow: hidden!important;
}
.h1{
    font-size:5em;
    font-weight: 600;
    line-height: 1.3;
}
.h2{
    font-size:3em;
    font-weight: 600;
    line-height: 1.3;
}
.h4{
    font-size:2em;
    font-weight: 600;
    line-height: 1.3;
}
.h5{
    font-size:1.5em;
    font-weight: 600;
    line-height: 1.3;
}
p{
    margin-bottom: 0;
}
b{
    font-weight: 600;
}
a{
    text-decoration: none;
    color: #c44699;
}
a:hover,.sidebar .menu .list a:hover{
    color: #c44699!important
}
.nav-link{
    color:white;
    margin: 0 .75em;
    font-size: 90%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,.nav-link:hover{
    color: #00e0fc;
}
.btn-primary,.theme-blush .nav-tabs .nav-link.active,.theme-blush .navbar-right .navbar-nav>li>a:hover{
    background-image: linear-gradient(to right, #00E2FD, #007AE0);
    background-color: unset;
}
.btn-primary2{
    background-image: linear-gradient(to bottom, #00E2FD, #007AE0);
}
.btn-primary .bg-empty{
    padding:.5em 1.5em;
    background-color: #001351;
}
.btn:hover,.btn-primary .bg-empty:hover{
    background-color: white!important;
    background-image: none!important;
    color:#001351;    
}
.text-gradient{
    background: linear-gradient(to right, #c44699 0%, #864e9f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.text-gradient:hover{
    color:white;
    background: unset;
    -webkit-text-fill-color:unset
}
#header{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #00031A, #676D97, #00031A) 1;
}
#hero,#hero2,#hero3 video,#about,#investors,#list{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #00031A, #676D97, #00031A) 1;
}
.line{
    width: 100%;
    margin: 15px auto;
}
.line .line-m{
    background-color: #1d3454;
    height: 5px;
    width: 19%;
}
.time-p{
    font-size: 14px;
    font-weight: normal;
    margin-top: 7px;
}
@keyframes float {
    0%   {margin-top:-140px;}
    50%  {margin-top:-125px;}
    100% {margin-top:-140px;}
}
.card,section.content{
    background: linear-gradient(to right, #c44699 0%, #864e9f 100%);
    border-bottom: none;
    border-left: none;
    border-radius: 10px;
    padding:1.5em 2em;
    color: white;
    display: flow-root;
}
.card.bg-transparent{
    background-color:hsla(233,100%,5%,1);
    background-image:
    radial-gradient(at 100% 100%, hsla(232,63%,20%,0.42) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(232,48%,25%,1) 0px, transparent 50%);
    border:solid 1px #1d2752
}
.column {
    display: flex;
    align-items: center;
    text-align: center;
}
#feature{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #00031A, #676D97, #00031A) 1;
}
.c4{
    border-right-width: 1px;
    border-right-style: solid;
    border-color:#626891
}
.avatar-tiny {
    padding-bottom: 25px;
    width: 25px;
    overflow-y: hidden;
    position: relative;
}
.avatar-tiny img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.avatar-small {
    padding-bottom: 45px;
    width: 45px;
    overflow-y: hidden;
    position: relative;
}
.avatar-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.avatar-medium {
    padding-bottom: 90px;
    width: 90px;
}
.avatar-big {
    padding-bottom: 120px;
    width: 120px;
}
.table,.table-responsive{
    overflow-y: hidden;
}
.table>:not(caption)>*>*{
    background-color: unset;
    color:white;
}
tbody, td, tfoot, th, thead, tr{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #626891;
}
.table>:not(caption)>*>*:not(:first-child){
    padding-top:8px
}
.table2>:not(caption)>*>*:not(:first-child){
    padding-top:8px;
    padding-bottom:5px;
}
#roadmapnfooter {
    background-image: url(../img/foot-bg.png);
    background-size: cover;
    background-position: top;
}
footer a {
    display: block;
    margin-bottom: .5em;
    color: white;
}
.navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
}
.bt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}
.bt:hover {
    -webkit-animation: burn 1000ms ease-out forwards;
            animation: burn 1000ms ease-out forwards;
  }
.bt:hover::before {
    content: "";
    position: absolute;
    left: 40px;
    width: 100px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: flare 1000ms ease-out forwards;
            animation: flare 1000ms ease-out forwards;
  }
.bt:hover::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 100px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: flare 1000ms ease-out forwards;
            animation: flare 1000ms ease-out forwards;
}  
@-webkit-keyframes flare {
    100% {
      transform: translateY(-20px) scale(1.5);
      filter: blur(10px);
      opacity: 0;
    }
}  
@keyframes flare {
    100% {
      transform: translateY(-20px) scale(1.5);
      filter: blur(10px);
      opacity: 0;
    }
}
@-webkit-keyframes burn {
    0% {
      color: #007AE0;
      background: #00E2FD;
      box-shadow: 0 0 5px 0 #00E2FD, 0 0 5px 0 rgba(0, 226, 253, 0.8), 0 0 5px 0 rgba(0, 122, 224, 0.6);
    }
    100% {
      color: #007AE0;
      background: #00E2FD;
      box-shadow: 0 -35px 40px 30px rgba(255, 130, 10, 0), 0 -30px 30px 10px rgba(230, 30, 10, 0), 0 -20px 10px 0 rgba(255, 255, 10, 0);
    }
}
@keyframes burn {
    0% {
      color: #007AE0;
      background: #00E2FD;
      box-shadow: 0 0 5px 0 #00E2FD, 0 0 5px 0 rgba(0, 226, 253, 0.8), 0 0 5px 0 rgba(0, 122, 224, 0.6);
    }
    100% {
      color: #007AE0;
      background: #00E2FD;
      box-shadow: 0 -35px 40px 30px rgba(255, 130, 10, 0), 0 -30px 30px 10px rgba(230, 30, 10, 0), 0 -20px 10px 0 rgba(255, 255, 10, 0);
    }
}
@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 200px;
    margin: 0 45px;
}
#line-chart {
    width: 100%;
    height: 380px;
    position: relative;
}
.one-line {
    width: 100%;
    display: inline-block;
    /* important */
    white-space: nowrap;
    overflow: hidden;
    /* when not hovering show ellipsis */
    /* animate on either hover or focus */
    /* define the animation */
}
.one-line:not(:hover) {
    text-overflow: ellipsis;
}
.one-line:hover span, .one-line:focus span {
    display: inline-block;
    animation-name: scroll-text;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    /* FYI this would be the shorthand:
      animation: scroll-text 5s ease 0s 2 normal;
    */
}
@keyframes scroll-text {
    0% {
      transform: translateX(0%);
    }
    90% {
      transform: translateX(-100%);
    }
    95% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(0%);
    }
}
.progress2 {
    --bs-progress-height: .5rem;
    background: #0b304f;
}
.progress-bar {
    background-image: linear-gradient(to right, #00E2FD, #007AE0);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
.progress {
    --bs-progress-height: .5rem;
    background: #0b304f;
}
.search-input input, .search-input .input-group-text, .search-input textarea {
    border: none;
    background: #0b304f!important;
    color: white;
    font-size: 14px;
}
input::placeholder {
    color: white!important
}
.page-link {
    color: white;
    background-color: #0b304f;
    border: var(--bs-pagination-border-width) solid #626891;
}
.accordion {
    --bs-accordion-bg: unset;
    --bs-accordion-border-color: unset;
}
.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-button {
    background-color: #0b304f;
    color: white;
    border-radius: 10px !important;
    margin-bottom: 5px;
}
.accordion-button:not(.collapsed) {
    background-image: linear-gradient(to right, #00E2FD, #007AE0);
    color: white;
    border-radius: 10px !important;
    font-weight: bold;
}
.accordion-body {
    color: white;
}
.journal-card .small{
    opacity: .5;
}
.journal-card:hover .small,.journal-card.active .small{
    opacity: 1;
}
.journal-card:hover .card,.journal-card.active .card{
    background-image: linear-gradient(to right, #00E2FD, #007AE0);
    color:#00031A
}
.breadcrumb-item.active,.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(0 211 194);
}
.carousel-control-prev,.carousel-control-next{
    background-color: #0b2f4f;
    width: 3em;
    height: 3em;
}
.carousel-control-prev:hover,.carousel-control-next:hover{
    background-color: #051e34
}
.carousel-control-prev {
    left: unset!important
}
#hero{
    height: 100vh;
    top: 0;
}
.shine{
    height: 100%!important;
}
.shine:hover{
    background-color: #0b3050!important;
    background-image: none!important;
    box-shadow: 0 0 2em 0em #1b3e5c
}
.shine .badge{
    top:10px!important;
    left: 10px!important;
    font-weight: 400;
}
.text-bg-secondary{
    background-color: #5269a5!important;
}
.nav-pills .nav-link:hover{
    background-color: unset;
}
.game-x .h2{
    line-height: 1!important;
    text-shadow: 0px 0px 11px #00cde9;
    color:#00CDE9
}
.game-x p{
    line-height: 1.5!important;
    margin-top: 2px;
}
.theme-blush .nav-tabs .nav-link.active{
    border:none;
    color: white !important;
}
.sidebar .menu .list a {
    width: 100%;
    padding: 10px 15px;
}
.sidebar .user-info,.navbar-brand{
    border-bottom:none
}
.navbar-brand .btn-menu {
    background: rgb(255 255 255);
    opacity: 1;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 6px;
}
.user-info{
    text-align: left!important;
}
.sidebar .menu .list a,.navbar-right .navbar-nav>li>a{
    color: white !important;
}
.sidebar .menu .list{
    height: auto!important;
}
.ls-toggle-menu .sidebar .menu .list a{
    padding:10px
}
.block-header {
    padding: 0;
}
.form-control{
    border: 1px solid #9accff59;
}
select.form-control {
    background: rgb(255 255 255);
}
input.form-control {
    color: white!important;
    background-color: unset!important;
}
.pagination .page-item .page-link {
    color: white;
    border: none;
}
.accordion-button::after {
    background-image:url(../img/down-arrow.png);
}
.dataTable td, .dataTablee th {
    padding: .75rem!important
}
.ls-closed .sidebar {
    background: #021526;
}
.table td, .table th {
    vertical-align: middle;
}
.modal-content {
    background-color: #06121e;
}
.theme-blush .radio input[type="radio"]:checked+label::before {
    background: #06b9da;
    border-color: unset;
}
.nav-pills .nav-item .nav-link{
    margin:0 10px;
}
.nav-pills .nav-item i,.nav-pills .nav-item svg{
    display: block;
    font-size: 23px;
    line-height: 63px;
}
.quest-card:hover .card{
    background-color: #092843;
    background-image: none;
}
.quest-card2 .card{
    padding-top: 5px;
}
.badge-default{
    border:solid 1px #626891;
    background-color: unset;
    color: #9499be;
}
hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.input-group-x{
    background-color: #000e1a;
    border-radius: 5px;
}
.tab-m{
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    border-radius: 30px;
}
.tab-m.active{
    background-color: #5269a5;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
}
hr {
    border-top: 1px solid rgb(86 150 170);
}
.table td, .table th{
    border:unset
}
.dropdown-menu {
    --bs-dropdown-bg: #0a2b48!important;
}
.dropdown-item {
    color: white!important;
    background-color: #0a2b48!important;;
}
@media (max-width:992px){
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    #hero .h1{
        margin-top: 0 !important;
    }
    .h1{
        font-size:4em;
        font-weight: 600;
        line-height: 1.3;
    }
}
@media (max-width:768px){
    .ls-closed section.content {
        padding:15px;
    }
    .ls-closed .navbar-right .navbar-nav {
        box-shadow: none;
    }
}